Commit 7acfb490a9b4c529b59e85f4633b2bc4d23d8661

Authored by Hayk Nazaryan
1 parent 4ee4f745ef
Exists in master

design fixes

Showing 3 changed files with 17 additions and 2 deletions Inline Diff

public/css/style_may2024.css
1 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ 1 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2 /* Document 2 /* Document
3 ========================================================================== */ 3 ========================================================================== */
4 /** 4 /**
5 * 1. Correct the line height in all browsers. 5 * 1. Correct the line height in all browsers.
6 * 2. Prevent adjustments of font size after orientation changes in iOS. 6 * 2. Prevent adjustments of font size after orientation changes in iOS.
7 */ 7 */
8 @import url(fonts.css); 8 @import url(fonts.css);
9 @import url(jquery.fancybox.css); 9 @import url(jquery.fancybox.css);
10 @import url(jquery.select2.css); 10 @import url(jquery.select2.css);
11 @import url(star-rating.min.css); 11 @import url(star-rating.min.css);
12 @import url(swiper.css); 12 @import url(swiper.css);
13 @import url(picker.min.css); 13 @import url(picker.min.css);
14 @import url(general.css); 14 @import url(general.css);
15 html { 15 html {
16 line-height: 1.15; /* 1 */ 16 line-height: 1.15; /* 1 */
17 -webkit-text-size-adjust: 100%; /* 2 */ 17 -webkit-text-size-adjust: 100%; /* 2 */
18 } 18 }
19 19
20 /* Sections 20 /* Sections
21 ========================================================================== */ 21 ========================================================================== */
22 /** 22 /**
23 * Remove the margin in all browsers. 23 * Remove the margin in all browsers.
24 */ 24 */
25 body { 25 body {
26 margin: 0; 26 margin: 0;
27 } 27 }
28 28
29 /** 29 /**
30 * Render the `main` element consistently in IE. 30 * Render the `main` element consistently in IE.
31 */ 31 */
32 main { 32 main {
33 display: block; 33 display: block;
34 } 34 }
35 35
36 /** 36 /**
37 * Correct the font size and margin on `h1` elements within `section` and 37 * Correct the font size and margin on `h1` elements within `section` and
38 * `article` contexts in Chrome, Firefox, and Safari. 38 * `article` contexts in Chrome, Firefox, and Safari.
39 */ 39 */
40 h1 { 40 h1 {
41 font-size: 2em; 41 font-size: 2em;
42 margin: 0.67em 0; 42 margin: 0.67em 0;
43 } 43 }
44 44
45 /* Grouping content 45 /* Grouping content
46 ========================================================================== */ 46 ========================================================================== */
47 /** 47 /**
48 * 1. Add the correct box sizing in Firefox. 48 * 1. Add the correct box sizing in Firefox.
49 * 2. Show the overflow in Edge and IE. 49 * 2. Show the overflow in Edge and IE.
50 */ 50 */
51 hr { 51 hr {
52 -webkit-box-sizing: content-box; 52 -webkit-box-sizing: content-box;
53 box-sizing: content-box; /* 1 */ 53 box-sizing: content-box; /* 1 */
54 height: 0; /* 1 */ 54 height: 0; /* 1 */
55 overflow: visible; /* 2 */ 55 overflow: visible; /* 2 */
56 } 56 }
57 57
58 /** 58 /**
59 * 1. Correct the inheritance and scaling of font size in all browsers. 59 * 1. Correct the inheritance and scaling of font size in all browsers.
60 * 2. Correct the odd `em` font sizing in all browsers. 60 * 2. Correct the odd `em` font sizing in all browsers.
61 */ 61 */
62 pre { 62 pre {
63 font-family: monospace, monospace; /* 1 */ 63 font-family: monospace, monospace; /* 1 */
64 font-size: 1em; /* 2 */ 64 font-size: 1em; /* 2 */
65 } 65 }
66 66
67 /* Text-level semantics 67 /* Text-level semantics
68 ========================================================================== */ 68 ========================================================================== */
69 /** 69 /**
70 * Remove the gray background on active links in IE 10. 70 * Remove the gray background on active links in IE 10.
71 */ 71 */
72 a { 72 a {
73 background-color: transparent; 73 background-color: transparent;
74 } 74 }
75 75
76 /** 76 /**
77 * 1. Remove the bottom border in Chrome 57- 77 * 1. Remove the bottom border in Chrome 57-
78 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. 78 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
79 */ 79 */
80 abbr[title] { 80 abbr[title] {
81 border-bottom: none; /* 1 */ 81 border-bottom: none; /* 1 */
82 text-decoration: underline; /* 2 */ 82 text-decoration: underline; /* 2 */
83 -webkit-text-decoration: underline dotted; 83 -webkit-text-decoration: underline dotted;
84 text-decoration: underline dotted; /* 2 */ 84 text-decoration: underline dotted; /* 2 */
85 } 85 }
86 86
87 /** 87 /**
88 * Add the correct font weight in Chrome, Edge, and Safari. 88 * Add the correct font weight in Chrome, Edge, and Safari.
89 */ 89 */
90 b, 90 b,
91 strong { 91 strong {
92 font-weight: bolder; 92 font-weight: bolder;
93 } 93 }
94 94
95 /** 95 /**
96 * 1. Correct the inheritance and scaling of font size in all browsers. 96 * 1. Correct the inheritance and scaling of font size in all browsers.
97 * 2. Correct the odd `em` font sizing in all browsers. 97 * 2. Correct the odd `em` font sizing in all browsers.
98 */ 98 */
99 code, 99 code,
100 kbd, 100 kbd,
101 samp { 101 samp {
102 font-family: monospace, monospace; /* 1 */ 102 font-family: monospace, monospace; /* 1 */
103 font-size: 1em; /* 2 */ 103 font-size: 1em; /* 2 */
104 } 104 }
105 105
106 /** 106 /**
107 * Add the correct font size in all browsers. 107 * Add the correct font size in all browsers.
108 */ 108 */
109 small { 109 small {
110 font-size: 80%; 110 font-size: 80%;
111 } 111 }
112 112
113 /** 113 /**
114 * Prevent `sub` and `sup` elements from affecting the line height in 114 * Prevent `sub` and `sup` elements from affecting the line height in
115 * all browsers. 115 * all browsers.
116 */ 116 */
117 sub, 117 sub,
118 sup { 118 sup {
119 font-size: 75%; 119 font-size: 75%;
120 line-height: 0; 120 line-height: 0;
121 position: relative; 121 position: relative;
122 vertical-align: baseline; 122 vertical-align: baseline;
123 } 123 }
124 124
125 sub { 125 sub {
126 bottom: -0.25em; 126 bottom: -0.25em;
127 } 127 }
128 128
129 sup { 129 sup {
130 top: -0.5em; 130 top: -0.5em;
131 } 131 }
132 132
133 /* Embedded content 133 /* Embedded content
134 ========================================================================== */ 134 ========================================================================== */
135 /** 135 /**
136 * Remove the border on images inside links in IE 10. 136 * Remove the border on images inside links in IE 10.
137 */ 137 */
138 img { 138 img {
139 border-style: none; 139 border-style: none;
140 } 140 }
141 141
142 /* Forms 142 /* Forms
143 ========================================================================== */ 143 ========================================================================== */
144 /** 144 /**
145 * 1. Change the font styles in all browsers. 145 * 1. Change the font styles in all browsers.
146 * 2. Remove the margin in Firefox and Safari. 146 * 2. Remove the margin in Firefox and Safari.
147 */ 147 */
148 button, 148 button,
149 input, 149 input,
150 optgroup, 150 optgroup,
151 select, 151 select,
152 textarea { 152 textarea {
153 font-family: inherit; /* 1 */ 153 font-family: inherit; /* 1 */
154 font-size: 100%; /* 1 */ 154 font-size: 100%; /* 1 */
155 line-height: 1.15; /* 1 */ 155 line-height: 1.15; /* 1 */
156 margin: 0; /* 2 */ 156 margin: 0; /* 2 */
157 } 157 }
158 158
159 /** 159 /**
160 * Show the overflow in IE. 160 * Show the overflow in IE.
161 * 1. Show the overflow in Edge. 161 * 1. Show the overflow in Edge.
162 */ 162 */
163 button, 163 button,
164 input { /* 1 */ 164 input { /* 1 */
165 overflow: visible; 165 overflow: visible;
166 } 166 }
167 167
168 /** 168 /**
169 * Remove the inheritance of text transform in Edge, Firefox, and IE. 169 * Remove the inheritance of text transform in Edge, Firefox, and IE.
170 * 1. Remove the inheritance of text transform in Firefox. 170 * 1. Remove the inheritance of text transform in Firefox.
171 */ 171 */
172 button, 172 button,
173 select { /* 1 */ 173 select { /* 1 */
174 text-transform: none; 174 text-transform: none;
175 } 175 }
176 176
177 /** 177 /**
178 * Correct the inability to style clickable types in iOS and Safari. 178 * Correct the inability to style clickable types in iOS and Safari.
179 */ 179 */
180 button, 180 button,
181 [type=button], 181 [type=button],
182 [type=reset], 182 [type=reset],
183 [type=submit] { 183 [type=submit] {
184 -webkit-appearance: button; 184 -webkit-appearance: button;
185 } 185 }
186 186
187 /** 187 /**
188 * Remove the inner border and padding in Firefox. 188 * Remove the inner border and padding in Firefox.
189 */ 189 */
190 button::-moz-focus-inner, 190 button::-moz-focus-inner,
191 [type=button]::-moz-focus-inner, 191 [type=button]::-moz-focus-inner,
192 [type=reset]::-moz-focus-inner, 192 [type=reset]::-moz-focus-inner,
193 [type=submit]::-moz-focus-inner { 193 [type=submit]::-moz-focus-inner {
194 border-style: none; 194 border-style: none;
195 padding: 0; 195 padding: 0;
196 } 196 }
197 197
198 /** 198 /**
199 * Restore the focus styles unset by the previous rule. 199 * Restore the focus styles unset by the previous rule.
200 */ 200 */
201 button:-moz-focusring, 201 button:-moz-focusring,
202 [type=button]:-moz-focusring, 202 [type=button]:-moz-focusring,
203 [type=reset]:-moz-focusring, 203 [type=reset]:-moz-focusring,
204 [type=submit]:-moz-focusring { 204 [type=submit]:-moz-focusring {
205 outline: 1px dotted ButtonText; 205 outline: 1px dotted ButtonText;
206 } 206 }
207 207
208 /** 208 /**
209 * Correct the padding in Firefox. 209 * Correct the padding in Firefox.
210 */ 210 */
211 fieldset { 211 fieldset {
212 padding: 0.35em 0.75em 0.625em; 212 padding: 0.35em 0.75em 0.625em;
213 } 213 }
214 214
215 /** 215 /**
216 * 1. Correct the text wrapping in Edge and IE. 216 * 1. Correct the text wrapping in Edge and IE.
217 * 2. Correct the color inheritance from `fieldset` elements in IE. 217 * 2. Correct the color inheritance from `fieldset` elements in IE.
218 * 3. Remove the padding so developers are not caught out when they zero out 218 * 3. Remove the padding so developers are not caught out when they zero out
219 * `fieldset` elements in all browsers. 219 * `fieldset` elements in all browsers.
220 */ 220 */
221 legend { 221 legend {
222 -webkit-box-sizing: border-box; 222 -webkit-box-sizing: border-box;
223 box-sizing: border-box; /* 1 */ 223 box-sizing: border-box; /* 1 */
224 color: inherit; /* 2 */ 224 color: inherit; /* 2 */
225 display: table; /* 1 */ 225 display: table; /* 1 */
226 max-width: 100%; /* 1 */ 226 max-width: 100%; /* 1 */
227 padding: 0; /* 3 */ 227 padding: 0; /* 3 */
228 white-space: normal; /* 1 */ 228 white-space: normal; /* 1 */
229 } 229 }
230 230
231 /** 231 /**
232 * Add the correct vertical alignment in Chrome, Firefox, and Opera. 232 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
233 */ 233 */
234 progress { 234 progress {
235 vertical-align: baseline; 235 vertical-align: baseline;
236 } 236 }
237 237
238 /** 238 /**
239 * Remove the default vertical scrollbar in IE 10+. 239 * Remove the default vertical scrollbar in IE 10+.
240 */ 240 */
241 textarea { 241 textarea {
242 overflow: auto; 242 overflow: auto;
243 } 243 }
244 244
245 /** 245 /**
246 * 1. Add the correct box sizing in IE 10. 246 * 1. Add the correct box sizing in IE 10.
247 * 2. Remove the padding in IE 10. 247 * 2. Remove the padding in IE 10.
248 */ 248 */
249 [type=checkbox], 249 [type=checkbox],
250 [type=radio] { 250 [type=radio] {
251 -webkit-box-sizing: border-box; 251 -webkit-box-sizing: border-box;
252 box-sizing: border-box; /* 1 */ 252 box-sizing: border-box; /* 1 */
253 padding: 0; /* 2 */ 253 padding: 0; /* 2 */
254 } 254 }
255 255
256 /** 256 /**
257 * Correct the cursor style of increment and decrement buttons in Chrome. 257 * Correct the cursor style of increment and decrement buttons in Chrome.
258 */ 258 */
259 [type=number]::-webkit-inner-spin-button, 259 [type=number]::-webkit-inner-spin-button,
260 [type=number]::-webkit-outer-spin-button { 260 [type=number]::-webkit-outer-spin-button {
261 height: auto; 261 height: auto;
262 } 262 }
263 263
264 /** 264 /**
265 * 1. Correct the odd appearance in Chrome and Safari. 265 * 1. Correct the odd appearance in Chrome and Safari.
266 * 2. Correct the outline style in Safari. 266 * 2. Correct the outline style in Safari.
267 */ 267 */
268 [type=search] { 268 [type=search] {
269 -webkit-appearance: textfield; /* 1 */ 269 -webkit-appearance: textfield; /* 1 */
270 outline-offset: -2px; /* 2 */ 270 outline-offset: -2px; /* 2 */
271 } 271 }
272 272
273 /** 273 /**
274 * Remove the inner padding in Chrome and Safari on macOS. 274 * Remove the inner padding in Chrome and Safari on macOS.
275 */ 275 */
276 [type=search]::-webkit-search-decoration { 276 [type=search]::-webkit-search-decoration {
277 -webkit-appearance: none; 277 -webkit-appearance: none;
278 } 278 }
279 279
280 /** 280 /**
281 * 1. Correct the inability to style clickable types in iOS and Safari. 281 * 1. Correct the inability to style clickable types in iOS and Safari.
282 * 2. Change font properties to `inherit` in Safari. 282 * 2. Change font properties to `inherit` in Safari.
283 */ 283 */
284 ::-webkit-file-upload-button { 284 ::-webkit-file-upload-button {
285 -webkit-appearance: button; /* 1 */ 285 -webkit-appearance: button; /* 1 */
286 font: inherit; /* 2 */ 286 font: inherit; /* 2 */
287 } 287 }
288 288
289 /* Interactive 289 /* Interactive
290 ========================================================================== */ 290 ========================================================================== */
291 /* 291 /*
292 * Add the correct display in Edge, IE 10+, and Firefox. 292 * Add the correct display in Edge, IE 10+, and Firefox.
293 */ 293 */
294 details { 294 details {
295 display: block; 295 display: block;
296 } 296 }
297 297
298 /* 298 /*
299 * Add the correct display in all browsers. 299 * Add the correct display in all browsers.
300 */ 300 */
301 summary { 301 summary {
302 display: list-item; 302 display: list-item;
303 } 303 }
304 304
305 /* Misc 305 /* Misc
306 ========================================================================== */ 306 ========================================================================== */
307 /** 307 /**
308 * Add the correct display in IE 10+. 308 * Add the correct display in IE 10+.
309 */ 309 */
310 template { 310 template {
311 display: none; 311 display: none;
312 } 312 }
313 313
314 /** 314 /**
315 * Add the correct display in IE 10. 315 * Add the correct display in IE 10.
316 */ 316 */
317 [hidden] { 317 [hidden] {
318 display: none; 318 display: none;
319 } 319 }
320 320
321 .green { 321 .green {
322 color: #377d87; 322 color: #377d87;
323 } 323 }
324 324
325 .red { 325 .red {
326 color: #eb5757; 326 color: #eb5757;
327 } 327 }
328 328
329 .rotate180 { 329 .rotate180 {
330 -webkit-transform: rotate(180deg); 330 -webkit-transform: rotate(180deg);
331 -ms-transform: rotate(180deg); 331 -ms-transform: rotate(180deg);
332 transform: rotate(180deg); 332 transform: rotate(180deg);
333 } 333 }
334 334
335 ::-moz-selection { 335 ::-moz-selection {
336 color: #000; 336 color: #000;
337 background: #acc0e6; 337 background: #acc0e6;
338 } 338 }
339 339
340 ::selection { 340 ::selection {
341 color: #000; 341 color: #000;
342 background: #acc0e6; 342 background: #acc0e6;
343 } 343 }
344 344
345 ::-webkit-scrollbar { 345 ::-webkit-scrollbar {
346 width: 8px; 346 width: 8px;
347 height: 8px; 347 height: 8px;
348 } 348 }
349 349
350 ::-webkit-scrollbar-track { 350 ::-webkit-scrollbar-track {
351 border-radius: 999px; 351 border-radius: 999px;
352 background-color: #fff; 352 background-color: #fff;
353 } 353 }
354 354
355 ::-webkit-scrollbar-thumb { 355 ::-webkit-scrollbar-thumb {
356 border-radius: 999px; 356 border-radius: 999px;
357 background-color: #377d87; 357 background-color: #377d87;
358 } 358 }
359 359
360 ::-webkit-input-placeholder { 360 ::-webkit-input-placeholder {
361 color: #9c9d9d; 361 color: #9c9d9d;
362 opacity: 1; 362 opacity: 1;
363 } 363 }
364 364
365 :focus::-webkit-input-placeholder { 365 :focus::-webkit-input-placeholder {
366 color: transparent; 366 color: transparent;
367 } 367 }
368 368
369 :-ms-input-placeholder { 369 :-ms-input-placeholder {
370 color: #9c9d9d; 370 color: #9c9d9d;
371 opacity: 1; 371 opacity: 1;
372 } 372 }
373 373
374 :focus:-ms-input-placeholder { 374 :focus:-ms-input-placeholder {
375 color: transparent; 375 color: transparent;
376 } 376 }
377 377
378 ::-ms-input-placeholder { 378 ::-ms-input-placeholder {
379 color: #9c9d9d; 379 color: #9c9d9d;
380 opacity: 1; 380 opacity: 1;
381 } 381 }
382 382
383 :focus::-ms-input-placeholder { 383 :focus::-ms-input-placeholder {
384 color: transparent; 384 color: transparent;
385 } 385 }
386 386
387 ::-moz-placeholder { 387 ::-moz-placeholder {
388 color: #9c9d9d; 388 color: #9c9d9d;
389 opacity: 1; 389 opacity: 1;
390 } 390 }
391 391
392 :focus::-moz-placeholder { 392 :focus::-moz-placeholder {
393 color: transparent; 393 color: transparent;
394 } 394 }
395 395
396 ::-webkit-input-placeholder { 396 ::-webkit-input-placeholder {
397 color: #9c9d9d; 397 color: #9c9d9d;
398 opacity: 1; 398 opacity: 1;
399 } 399 }
400 400
401 ::-moz-placeholder { 401 ::-moz-placeholder {
402 color: #9c9d9d; 402 color: #9c9d9d;
403 opacity: 1; 403 opacity: 1;
404 } 404 }
405 405
406 :-ms-input-placeholder { 406 :-ms-input-placeholder {
407 color: #9c9d9d; 407 color: #9c9d9d;
408 opacity: 1; 408 opacity: 1;
409 } 409 }
410 410
411 ::-ms-input-placeholder { 411 ::-ms-input-placeholder {
412 color: #9c9d9d; 412 color: #9c9d9d;
413 opacity: 1; 413 opacity: 1;
414 } 414 }
415 415
416 ::placeholder { 416 ::placeholder {
417 color: #9c9d9d; 417 color: #9c9d9d;
418 opacity: 1; 418 opacity: 1;
419 } 419 }
420 420
421 :focus::-webkit-input-placeholder { 421 :focus::-webkit-input-placeholder {
422 color: transparent; 422 color: transparent;
423 } 423 }
424 424
425 :focus::-moz-placeholder { 425 :focus::-moz-placeholder {
426 color: transparent; 426 color: transparent;
427 } 427 }
428 428
429 :focus:-ms-input-placeholder { 429 :focus:-ms-input-placeholder {
430 color: transparent; 430 color: transparent;
431 } 431 }
432 432
433 :focus::-ms-input-placeholder { 433 :focus::-ms-input-placeholder {
434 color: transparent; 434 color: transparent;
435 } 435 }
436 436
437 :focus::placeholder { 437 :focus::placeholder {
438 color: transparent; 438 color: transparent;
439 } 439 }
440 440
441 *, 441 *,
442 *:before, 442 *:before,
443 *:after { 443 *:after {
444 -webkit-box-sizing: border-box; 444 -webkit-box-sizing: border-box;
445 box-sizing: border-box; 445 box-sizing: border-box;
446 -webkit-appearance: none; 446 -webkit-appearance: none;
447 -moz-appearance: none; 447 -moz-appearance: none;
448 appearance: none; 448 appearance: none;
449 outline: none; 449 outline: none;
450 -webkit-box-shadow: none; 450 -webkit-box-shadow: none;
451 box-shadow: none; 451 box-shadow: none;
452 } 452 }
453 453
454 a, 454 a,
455 button, 455 button,
456 select { 456 select {
457 color: inherit; 457 color: inherit;
458 } 458 }
459 459
460 a { 460 a {
461 text-decoration: none; 461 text-decoration: none;
462 } 462 }
463 463
464 a, 464 a,
465 input[type=button], 465 input[type=button],
466 input[type=submit], 466 input[type=submit],
467 button { 467 button {
468 -webkit-user-select: none; 468 -webkit-user-select: none;
469 -moz-user-select: none; 469 -moz-user-select: none;
470 -ms-user-select: none; 470 -ms-user-select: none;
471 user-select: none; 471 user-select: none;
472 -webkit-transition: 0.3s; 472 -webkit-transition: 0.3s;
473 transition: 0.3s; 473 transition: 0.3s;
474 cursor: pointer; 474 cursor: pointer;
475 } 475 }
476 476
477 [type=tel] { 477 [type=tel] {
478 letter-spacing: 1px; 478 letter-spacing: 1px;
479 } 479 }
480 480
481 .br, 481 .br,
482 img, 482 img,
483 svg { 483 svg {
484 display: block; 484 display: block;
485 } 485 }
486 486
487 .float-left { 487 .float-left {
488 float: left; 488 float: left;
489 } 489 }
490 490
491 .float-right { 491 .float-right {
492 float: right; 492 float: right;
493 } 493 }
494 494
495 .clear-both:after { 495 .clear-both:after {
496 content: ""; 496 content: "";
497 display: block; 497 display: block;
498 clear: both; 498 clear: both;
499 } 499 }
500 500
501 h1, 501 h1,
502 h2, 502 h2,
503 h3, 503 h3,
504 h4, 504 h4,
505 h5, 505 h5,
506 h6 { 506 h6 {
507 margin: 0; 507 margin: 0;
508 } 508 }
509 509
510 #body { 510 #body {
511 font-family: "Circe", sans-serif; 511 font-family: "Circe", sans-serif;
512 color: #000; 512 color: #000;
513 background: #fff; 513 background: #fff;
514 display: -webkit-box; 514 display: -webkit-box;
515 display: -ms-flexbox; 515 display: -ms-flexbox;
516 display: flex; 516 display: flex;
517 -webkit-box-orient: vertical; 517 -webkit-box-orient: vertical;
518 -webkit-box-direction: normal; 518 -webkit-box-direction: normal;
519 -ms-flex-direction: column; 519 -ms-flex-direction: column;
520 flex-direction: column; 520 flex-direction: column;
521 -webkit-box-pack: justify; 521 -webkit-box-pack: justify;
522 -ms-flex-pack: justify; 522 -ms-flex-pack: justify;
523 justify-content: space-between; 523 justify-content: space-between;
524 gap: 50px; 524 gap: 50px;
525 min-width: 320px; 525 min-width: 320px;
526 min-height: 100vh; 526 min-height: 100vh;
527 line-height: 1.25; 527 line-height: 1.25;
528 } 528 }
529 @media (min-width: 768px) { 529 @media (min-width: 768px) {
530 #body { 530 #body {
531 gap: 60px; 531 gap: 60px;
532 } 532 }
533 } 533 }
534 #body.pdf { 534 #body.pdf {
535 gap: 0; 535 gap: 0;
536 } 536 }
537 537
538 .container { 538 .container {
539 width: 100%; 539 width: 100%;
540 max-width: 1280px; 540 max-width: 1280px;
541 margin-left: auto; 541 margin-left: auto;
542 margin-right: auto; 542 margin-right: auto;
543 padding-left: 10px; 543 padding-left: 10px;
544 padding-right: 10px; 544 padding-right: 10px;
545 } 545 }
546 @media (min-width: 768px) { 546 @media (min-width: 768px) {
547 .container { 547 .container {
548 padding-left: 20px; 548 padding-left: 20px;
549 padding-right: 20px; 549 padding-right: 20px;
550 } 550 }
551 } 551 }
552 552
553 .to-top { 553 .to-top {
554 position: fixed; 554 position: fixed;
555 right: 10px; 555 right: 10px;
556 bottom: 10px; 556 bottom: 10px;
557 border-radius: 999px; 557 border-radius: 999px;
558 display: -webkit-box; 558 display: -webkit-box;
559 display: -ms-flexbox; 559 display: -ms-flexbox;
560 display: flex; 560 display: flex;
561 -webkit-box-pack: center; 561 -webkit-box-pack: center;
562 -ms-flex-pack: center; 562 -ms-flex-pack: center;
563 justify-content: center; 563 justify-content: center;
564 -webkit-box-align: center; 564 -webkit-box-align: center;
565 -ms-flex-align: center; 565 -ms-flex-align: center;
566 align-items: center; 566 align-items: center;
567 color: #fff; 567 color: #fff;
568 background: #377d87; 568 background: #377d87;
569 width: 40px; 569 width: 40px;
570 height: 40px; 570 height: 40px;
571 -webkit-transition: 0.3s; 571 -webkit-transition: 0.3s;
572 transition: 0.3s; 572 transition: 0.3s;
573 margin-right: -100px; 573 margin-right: -100px;
574 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 574 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
575 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 575 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
576 z-index: 99; 576 z-index: 99;
577 border: 1px solid #377d87; 577 border: 1px solid #377d87;
578 } 578 }
579 .to-top:hover { 579 .to-top:hover {
580 background: #fff; 580 background: #fff;
581 color: #377d87; 581 color: #377d87;
582 } 582 }
583 .to-top svg { 583 .to-top svg {
584 width: 10px; 584 width: 10px;
585 height: 10px; 585 height: 10px;
586 } 586 }
587 @media (min-width: 768px) { 587 @media (min-width: 768px) {
588 .to-top { 588 .to-top {
589 width: 50px; 589 width: 50px;
590 height: 50px; 590 height: 50px;
591 right: 20px; 591 right: 20px;
592 bottom: 20px; 592 bottom: 20px;
593 } 593 }
594 .to-top svg { 594 .to-top svg {
595 width: 12px; 595 width: 12px;
596 height: 12px; 596 height: 12px;
597 } 597 }
598 } 598 }
599 599
600 .begin .to-top { 600 .begin .to-top {
601 margin-right: 0; 601 margin-right: 0;
602 } 602 }
603 603
604 .socials { 604 .socials {
605 display: -webkit-box; 605 display: -webkit-box;
606 display: -ms-flexbox; 606 display: -ms-flexbox;
607 display: flex; 607 display: flex;
608 -webkit-box-align: center; 608 -webkit-box-align: center;
609 -ms-flex-align: center; 609 -ms-flex-align: center;
610 align-items: center; 610 align-items: center;
611 -webkit-box-pack: center; 611 -webkit-box-pack: center;
612 -ms-flex-pack: center; 612 -ms-flex-pack: center;
613 justify-content: center; 613 justify-content: center;
614 gap: 8px; 614 gap: 8px;
615 } 615 }
616 .socials a { 616 .socials a {
617 display: -webkit-box; 617 display: -webkit-box;
618 display: -ms-flexbox; 618 display: -ms-flexbox;
619 display: flex; 619 display: flex;
620 -webkit-box-align: center; 620 -webkit-box-align: center;
621 -ms-flex-align: center; 621 -ms-flex-align: center;
622 align-items: center; 622 align-items: center;
623 -webkit-box-pack: center; 623 -webkit-box-pack: center;
624 -ms-flex-pack: center; 624 -ms-flex-pack: center;
625 justify-content: center; 625 justify-content: center;
626 border: 1px solid #377d87; 626 border: 1px solid #377d87;
627 color: #377d87; 627 color: #377d87;
628 border-radius: 999px; 628 border-radius: 999px;
629 width: 38px; 629 width: 38px;
630 height: 38px; 630 height: 38px;
631 } 631 }
632 .socials a:hover { 632 .socials a:hover {
633 background: #377d87; 633 background: #377d87;
634 color: #fff; 634 color: #fff;
635 } 635 }
636 .socials svg { 636 .socials svg {
637 width: 12px; 637 width: 12px;
638 height: 12px; 638 height: 12px;
639 } 639 }
640 640
641 .nls { 641 .nls {
642 display: -webkit-box; 642 display: -webkit-box;
643 display: -ms-flexbox; 643 display: -ms-flexbox;
644 display: flex; 644 display: flex;
645 color: #000; 645 color: #000;
646 text-align: left; 646 text-align: left;
647 } 647 }
648 .nls:hover { 648 .nls:hover {
649 color: #377d87; 649 color: #377d87;
650 } 650 }
651 .nls svg { 651 .nls svg {
652 width: 30px; 652 width: 30px;
653 height: 40px; 653 height: 40px;
654 } 654 }
655 @media (min-width: 768px) { 655 @media (min-width: 768px) {
656 .nls svg { 656 .nls svg {
657 width: 24px; 657 width: 24px;
658 height: 31px; 658 height: 31px;
659 } 659 }
660 } 660 }
661 .nls span { 661 .nls span {
662 width: calc(100% - 30px); 662 width: calc(100% - 30px);
663 padding-left: 12px; 663 padding-left: 12px;
664 display: -webkit-box; 664 display: -webkit-box;
665 display: -ms-flexbox; 665 display: -ms-flexbox;
666 display: flex; 666 display: flex;
667 -webkit-box-orient: vertical; 667 -webkit-box-orient: vertical;
668 -webkit-box-direction: normal; 668 -webkit-box-direction: normal;
669 -ms-flex-direction: column; 669 -ms-flex-direction: column;
670 flex-direction: column; 670 flex-direction: column;
671 -webkit-box-pack: center; 671 -webkit-box-pack: center;
672 -ms-flex-pack: center; 672 -ms-flex-pack: center;
673 justify-content: center; 673 justify-content: center;
674 font-size: 12px; 674 font-size: 12px;
675 line-height: 1.4; 675 line-height: 1.4;
676 } 676 }
677 @media (min-width: 768px) { 677 @media (min-width: 768px) {
678 .nls span { 678 .nls span {
679 width: calc(100% - 24px); 679 width: calc(100% - 24px);
680 } 680 }
681 } 681 }
682 .nls b { 682 .nls b {
683 font-weight: 400; 683 font-weight: 400;
684 } 684 }
685 685
686 .title, 686 .title,
687 h1 { 687 h1 {
688 margin: 0; 688 margin: 0;
689 font-weight: 700; 689 font-weight: 700;
690 font-size: 32px; 690 font-size: 32px;
691 } 691 }
692 @media (min-width: 768px) { 692 @media (min-width: 768px) {
693 .title, 693 .title,
694 h1 { 694 h1 {
695 font-size: 40px; 695 font-size: 40px;
696 } 696 }
697 } 697 }
698 @media (min-width: 992px) { 698 @media (min-width: 992px) {
699 .title, 699 .title,
700 h1 { 700 h1 {
701 font-size: 48px; 701 font-size: 48px;
702 } 702 }
703 } 703 }
704 @media (min-width: 1280px) { 704 @media (min-width: 1280px) {
705 .title, 705 .title,
706 h1 { 706 h1 {
707 font-size: 64px; 707 font-size: 64px;
708 } 708 }
709 } 709 }
710 710
711 .swiper-pagination { 711 .swiper-pagination {
712 display: -webkit-box; 712 display: -webkit-box;
713 display: -ms-flexbox; 713 display: -ms-flexbox;
714 display: flex; 714 display: flex;
715 -webkit-box-pack: center; 715 -webkit-box-pack: center;
716 -ms-flex-pack: center; 716 -ms-flex-pack: center;
717 justify-content: center; 717 justify-content: center;
718 -webkit-box-align: center; 718 -webkit-box-align: center;
719 -ms-flex-align: center; 719 -ms-flex-align: center;
720 align-items: center; 720 align-items: center;
721 position: static; 721 position: static;
722 margin-top: 20px; 722 margin-top: 20px;
723 gap: 8px; 723 gap: 8px;
724 } 724 }
725 @media (min-width: 768px) { 725 @media (min-width: 768px) {
726 .swiper-pagination { 726 .swiper-pagination {
727 margin-top: 30px; 727 margin-top: 30px;
728 } 728 }
729 } 729 }
730 .swiper-pagination-bullet { 730 .swiper-pagination-bullet {
731 width: 16px; 731 width: 16px;
732 height: 16px; 732 height: 16px;
733 opacity: 1; 733 opacity: 1;
734 border: 1px solid #cdcece; 734 border: 1px solid #cdcece;
735 -webkit-transition: 0.3s; 735 -webkit-transition: 0.3s;
736 transition: 0.3s; 736 transition: 0.3s;
737 background: transparent; 737 background: transparent;
738 display: -webkit-box; 738 display: -webkit-box;
739 display: -ms-flexbox; 739 display: -ms-flexbox;
740 display: flex; 740 display: flex;
741 -webkit-box-pack: center; 741 -webkit-box-pack: center;
742 -ms-flex-pack: center; 742 -ms-flex-pack: center;
743 justify-content: center; 743 justify-content: center;
744 -webkit-box-align: center; 744 -webkit-box-align: center;
745 -ms-flex-align: center; 745 -ms-flex-align: center;
746 align-items: center; 746 align-items: center;
747 margin: 0 !important; 747 margin: 0 !important;
748 } 748 }
749 .swiper-pagination-bullet:before { 749 .swiper-pagination-bullet:before {
750 content: ""; 750 content: "";
751 width: 6px; 751 width: 6px;
752 height: 6px; 752 height: 6px;
753 border-radius: 999px; 753 border-radius: 999px;
754 background: #377d87; 754 background: #377d87;
755 opacity: 0; 755 opacity: 0;
756 -webkit-transition: 0.3s; 756 -webkit-transition: 0.3s;
757 transition: 0.3s; 757 transition: 0.3s;
758 } 758 }
759 .swiper-pagination-bullet:hover { 759 .swiper-pagination-bullet:hover {
760 border-color: #377d87; 760 border-color: #377d87;
761 } 761 }
762 .swiper-pagination-bullet-active { 762 .swiper-pagination-bullet-active {
763 border-color: #377d87; 763 border-color: #377d87;
764 } 764 }
765 .swiper-pagination-bullet-active:before { 765 .swiper-pagination-bullet-active:before {
766 opacity: 1; 766 opacity: 1;
767 } 767 }
768 768
769 .navs { 769 .navs {
770 display: -webkit-box; 770 display: -webkit-box;
771 display: -ms-flexbox; 771 display: -ms-flexbox;
772 display: flex; 772 display: flex;
773 -webkit-box-align: center; 773 -webkit-box-align: center;
774 -ms-flex-align: center; 774 -ms-flex-align: center;
775 align-items: center; 775 align-items: center;
776 -webkit-box-pack: justify; 776 -webkit-box-pack: justify;
777 -ms-flex-pack: justify; 777 -ms-flex-pack: justify;
778 justify-content: space-between; 778 justify-content: space-between;
779 gap: 20px; 779 gap: 20px;
780 width: 80px; 780 width: 80px;
781 } 781 }
782 .navs button { 782 .navs button {
783 color: #377d87; 783 color: #377d87;
784 background: none; 784 background: none;
785 border: none; 785 border: none;
786 padding: 0; 786 padding: 0;
787 } 787 }
788 .navs button[disabled] { 788 .navs button[disabled] {
789 cursor: not-allowed; 789 cursor: not-allowed;
790 color: #cddee1; 790 color: #cddee1;
791 } 791 }
792 .navs svg { 792 .navs svg {
793 width: 14px; 793 width: 14px;
794 height: 28px; 794 height: 28px;
795 } 795 }
796 796
797 .select { 797 .select {
798 position: relative; 798 position: relative;
799 } 799 }
800 .select2 { 800 .select2 {
801 width: 100% !important; 801 width: 100% !important;
802 } 802 }
803 .select2-container { 803 .select2-container {
804 font-size: 12px; 804 font-size: 12px;
805 } 805 }
806 @media (min-width: 768px) { 806 @media (min-width: 768px) {
807 .select2-container { 807 .select2-container {
808 font-size: 16px; 808 font-size: 16px;
809 } 809 }
810 } 810 }
811 .select2-container--open .select2-selection { 811 .select2-container--open .select2-selection {
812 border-color: #377d87 !important; 812 border-color: #377d87 !important;
813 } 813 }
814 .select2-container--open .select2-selection__arrow svg { 814 .select2-container--open .select2-selection__arrow svg {
815 -webkit-transform: rotate(180deg); 815 -webkit-transform: rotate(180deg);
816 -ms-transform: rotate(180deg); 816 -ms-transform: rotate(180deg);
817 transform: rotate(180deg); 817 transform: rotate(180deg);
818 } 818 }
819 .select2-selection { 819 .select2-selection {
820 min-height: 30px !important; 820 min-height: 30px !important;
821 border-radius: 8px !important; 821 border-radius: 8px !important;
822 border-color: #e7e7e7 !important; 822 border-color: #e7e7e7 !important;
823 -webkit-transition: 0.3s; 823 -webkit-transition: 0.3s;
824 transition: 0.3s; 824 transition: 0.3s;
825 } 825 }
826 @media (min-width: 768px) { 826 @media (min-width: 768px) {
827 .select2-selection { 827 .select2-selection {
828 min-height: 50px !important; 828 min-height: 50px !important;
829 } 829 }
830 } 830 }
831 .select2-selection__rendered { 831 .select2-selection__rendered {
832 line-height: 28px !important; 832 line-height: 28px !important;
833 padding: 0 30px 0 10px !important; 833 padding: 0 30px 0 10px !important;
834 } 834 }
835 @media (min-width: 768px) { 835 @media (min-width: 768px) {
836 .select2-selection__rendered { 836 .select2-selection__rendered {
837 line-height: 48px !important; 837 line-height: 48px !important;
838 padding: 0 46px 0 20px !important; 838 padding: 0 46px 0 20px !important;
839 } 839 }
840 } 840 }
841 .select2-selection--multiple .select2-selection__rendered { 841 .select2-selection--multiple .select2-selection__rendered {
842 display: -webkit-box !important; 842 display: -webkit-box !important;
843 display: -ms-flexbox !important; 843 display: -ms-flexbox !important;
844 display: flex !important; 844 display: flex !important;
845 -webkit-box-align: center; 845 -webkit-box-align: center;
846 -ms-flex-align: center; 846 -ms-flex-align: center;
847 align-items: center; 847 align-items: center;
848 -ms-flex-wrap: wrap; 848 -ms-flex-wrap: wrap;
849 flex-wrap: wrap; 849 flex-wrap: wrap;
850 gap: 10px; 850 gap: 10px;
851 padding-top: 10px !important; 851 padding-top: 10px !important;
852 padding-bottom: 10px !important; 852 padding-bottom: 10px !important;
853 } 853 }
854 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { 854 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
855 margin: 0; 855 margin: 0;
856 } 856 }
857 .select2-selection__arrow { 857 .select2-selection__arrow {
858 top: 0 !important; 858 top: 0 !important;
859 right: 0 !important; 859 right: 0 !important;
860 width: 30px !important; 860 width: 30px !important;
861 height: 100% !important; 861 height: 100% !important;
862 display: -webkit-box; 862 display: -webkit-box;
863 display: -ms-flexbox; 863 display: -ms-flexbox;
864 display: flex; 864 display: flex;
865 -webkit-box-pack: center; 865 -webkit-box-pack: center;
866 -ms-flex-pack: center; 866 -ms-flex-pack: center;
867 justify-content: center; 867 justify-content: center;
868 -webkit-box-align: center; 868 -webkit-box-align: center;
869 -ms-flex-align: center; 869 -ms-flex-align: center;
870 align-items: center; 870 align-items: center;
871 color: #377d87; 871 color: #377d87;
872 } 872 }
873 @media (min-width: 768px) { 873 @media (min-width: 768px) {
874 .select2-selection__arrow { 874 .select2-selection__arrow {
875 width: 50px !important; 875 width: 50px !important;
876 } 876 }
877 } 877 }
878 .select2-selection__arrow svg { 878 .select2-selection__arrow svg {
879 width: 12px; 879 width: 12px;
880 height: 12px; 880 height: 12px;
881 -webkit-transition: 0.3s; 881 -webkit-transition: 0.3s;
882 transition: 0.3s; 882 transition: 0.3s;
883 } 883 }
884 @media (min-width: 768px) { 884 @media (min-width: 768px) {
885 .select2-selection__arrow svg { 885 .select2-selection__arrow svg {
886 width: 14px; 886 width: 14px;
887 height: 14px; 887 height: 14px;
888 } 888 }
889 } 889 }
890 .select2-selection__choice { 890 .select2-selection__choice {
891 display: -webkit-box; 891 display: -webkit-box;
892 display: -ms-flexbox; 892 display: -ms-flexbox;
893 display: flex; 893 display: flex;
894 -webkit-box-orient: horizontal; 894 -webkit-box-orient: horizontal;
895 -webkit-box-direction: reverse; 895 -webkit-box-direction: reverse;
896 -ms-flex-direction: row-reverse; 896 -ms-flex-direction: row-reverse;
897 flex-direction: row-reverse; 897 flex-direction: row-reverse;
898 -webkit-box-align: center; 898 -webkit-box-align: center;
899 -ms-flex-align: center; 899 -ms-flex-align: center;
900 align-items: center; 900 align-items: center;
901 -webkit-box-pack: center; 901 -webkit-box-pack: center;
902 -ms-flex-pack: center; 902 -ms-flex-pack: center;
903 justify-content: center; 903 justify-content: center;
904 gap: 4px; 904 gap: 4px;
905 padding: 0 4px 0 6px !important; 905 padding: 0 4px 0 6px !important;
906 background: #377d87 !important; 906 background: #377d87 !important;
907 border: none !important; 907 border: none !important;
908 border-radius: 6px !important; 908 border-radius: 6px !important;
909 line-height: 1 !important; 909 line-height: 1 !important;
910 color: #fff; 910 color: #fff;
911 height: 24px; 911 height: 24px;
912 } 912 }
913 @media (min-width: 768px) { 913 @media (min-width: 768px) {
914 .select2-selection__choice { 914 .select2-selection__choice {
915 height: 32px; 915 height: 32px;
916 gap: 6px; 916 gap: 6px;
917 padding: 0 6px 0 10px !important; 917 padding: 0 6px 0 10px !important;
918 border-radius: 8px !important; 918 border-radius: 8px !important;
919 } 919 }
920 } 920 }
921 .select2-selection__choice__remove { 921 .select2-selection__choice__remove {
922 width: 14px; 922 width: 14px;
923 height: 14px; 923 height: 14px;
924 padding-top: 4px; 924 padding-top: 4px;
925 display: -webkit-box !important; 925 display: -webkit-box !important;
926 display: -ms-flexbox !important; 926 display: -ms-flexbox !important;
927 display: flex !important; 927 display: flex !important;
928 -webkit-box-pack: center; 928 -webkit-box-pack: center;
929 -ms-flex-pack: center; 929 -ms-flex-pack: center;
930 justify-content: center; 930 justify-content: center;
931 -webkit-box-align: center; 931 -webkit-box-align: center;
932 -ms-flex-align: center; 932 -ms-flex-align: center;
933 align-items: center; 933 align-items: center;
934 color: #fff !important; 934 color: #fff !important;
935 font-weight: 400 !important; 935 font-weight: 400 !important;
936 font-size: 26px; 936 font-size: 26px;
937 } 937 }
938 .select2-search { 938 .select2-search {
939 display: none; 939 display: none;
940 } 940 }
941 .select2-dropdown { 941 .select2-dropdown {
942 z-index: 99999; 942 z-index: 99999;
943 border: none; 943 border: none;
944 border-radius: 0; 944 border-radius: 0;
945 background: none; 945 background: none;
946 padding: 5px 0; 946 padding: 5px 0;
947 } 947 }
948 @media (min-width: 768px) { 948 @media (min-width: 768px) {
949 .select2-dropdown { 949 .select2-dropdown {
950 padding: 10px 0; 950 padding: 10px 0;
951 } 951 }
952 } 952 }
953 .select2-results { 953 .select2-results {
954 background: #fff; 954 background: #fff;
955 border-radius: 8px; 955 border-radius: 8px;
956 border: 1px solid #377d87; 956 border: 1px solid #377d87;
957 overflow: hidden; 957 overflow: hidden;
958 } 958 }
959 @media (min-width: 768px) { 959 @media (min-width: 768px) {
960 .select2-results__option { 960 .select2-results__option {
961 padding: 10px 14px; 961 padding: 10px 14px;
962 } 962 }
963 } 963 }
964 .select2-results__option--highlighted { 964 .select2-results__option--highlighted {
965 background: #377d87 !important; 965 background: #377d87 !important;
966 } 966 }
967 @media (min-width: 768px) { 967 @media (min-width: 768px) {
968 .select_search .select2-selection__rendered { 968 .select_search .select2-selection__rendered {
969 padding-left: 60px !important; 969 padding-left: 60px !important;
970 } 970 }
971 } 971 }
972 .select_search .select__icon { 972 .select_search .select__icon {
973 display: none; 973 display: none;
974 height: 28px; 974 height: 28px;
975 -webkit-box-align: center; 975 -webkit-box-align: center;
976 -ms-flex-align: center; 976 -ms-flex-align: center;
977 align-items: center; 977 align-items: center;
978 padding-right: 12px; 978 padding-right: 12px;
979 z-index: 2; 979 z-index: 2;
980 position: absolute; 980 position: absolute;
981 top: 50%; 981 top: 50%;
982 left: 15px; 982 left: 15px;
983 margin-top: -14px; 983 margin-top: -14px;
984 } 984 }
985 @media (min-width: 768px) { 985 @media (min-width: 768px) {
986 .select_search .select__icon { 986 .select_search .select__icon {
987 display: -webkit-box; 987 display: -webkit-box;
988 display: -ms-flexbox; 988 display: -ms-flexbox;
989 display: flex; 989 display: flex;
990 } 990 }
991 } 991 }
992 .select_search .select__icon:after { 992 .select_search .select__icon:after {
993 content: ""; 993 content: "";
994 width: 1px; 994 width: 1px;
995 height: 100%; 995 height: 100%;
996 border-radius: 999px; 996 border-radius: 999px;
997 position: absolute; 997 position: absolute;
998 top: 0; 998 top: 0;
999 right: 0; 999 right: 0;
1000 background: #cecece; 1000 background: #cecece;
1001 } 1001 }
1002 .select_search .select__icon svg { 1002 .select_search .select__icon svg {
1003 color: #9c9d9d; 1003 color: #9c9d9d;
1004 width: 20px; 1004 width: 20px;
1005 height: 20px; 1005 height: 20px;
1006 } 1006 }
1007 1007
1008 .form-group { 1008 .form-group {
1009 display: -webkit-box; 1009 display: -webkit-box;
1010 display: -ms-flexbox; 1010 display: -ms-flexbox;
1011 display: flex; 1011 display: flex;
1012 -webkit-box-orient: vertical; 1012 -webkit-box-orient: vertical;
1013 -webkit-box-direction: normal; 1013 -webkit-box-direction: normal;
1014 -ms-flex-direction: column; 1014 -ms-flex-direction: column;
1015 flex-direction: column; 1015 flex-direction: column;
1016 gap: 4px; 1016 gap: 4px;
1017 } 1017 }
1018 .form-group__label { 1018 .form-group__label {
1019 font-size: 12px; 1019 font-size: 12px;
1020 } 1020 }
1021 @media (min-width: 768px) { 1021 @media (min-width: 768px) {
1022 .form-group__label { 1022 .form-group__label {
1023 font-size: 16px; 1023 font-size: 16px;
1024 } 1024 }
1025 } 1025 }
1026 .form-group__item { 1026 .form-group__item {
1027 display: -webkit-box; 1027 display: -webkit-box;
1028 display: -ms-flexbox; 1028 display: -ms-flexbox;
1029 display: flex; 1029 display: flex;
1030 -webkit-box-orient: vertical; 1030 -webkit-box-orient: vertical;
1031 -webkit-box-direction: normal; 1031 -webkit-box-direction: normal;
1032 -ms-flex-direction: column; 1032 -ms-flex-direction: column;
1033 flex-direction: column; 1033 flex-direction: column;
1034 position: relative; 1034 position: relative;
1035 } 1035 }
1036 .form-group__item-icon { 1036 .form-group__item-icon {
1037 width: 16px; 1037 width: 16px;
1038 aspect-ratio: 1/1; 1038 aspect-ratio: 1/1;
1039 z-index: 2; 1039 z-index: 2;
1040 position: absolute; 1040 position: absolute;
1041 top: 50%; 1041 top: 50%;
1042 right: 4px; 1042 right: 4px;
1043 -webkit-transform: translate(0, -50%); 1043 -webkit-transform: translate(0, -50%);
1044 -ms-transform: translate(0, -50%); 1044 -ms-transform: translate(0, -50%);
1045 transform: translate(0, -50%); 1045 transform: translate(0, -50%);
1046 display: -webkit-box; 1046 display: -webkit-box;
1047 display: -ms-flexbox; 1047 display: -ms-flexbox;
1048 display: flex; 1048 display: flex;
1049 -webkit-box-pack: center; 1049 -webkit-box-pack: center;
1050 -ms-flex-pack: center; 1050 -ms-flex-pack: center;
1051 justify-content: center; 1051 justify-content: center;
1052 -webkit-box-align: center; 1052 -webkit-box-align: center;
1053 -ms-flex-align: center; 1053 -ms-flex-align: center;
1054 align-items: center; 1054 align-items: center;
1055 color: #377d87; 1055 color: #377d87;
1056 } 1056 }
1057 @media (min-width: 768px) { 1057 @media (min-width: 768px) {
1058 .form-group__item-icon { 1058 .form-group__item-icon {
1059 width: 22px; 1059 width: 22px;
1060 right: 20px; 1060 right: 20px;
1061 } 1061 }
1062 } 1062 }
1063 .form-group__item-icon svg { 1063 .form-group__item-icon svg {
1064 width: 14px; 1064 width: 14px;
1065 aspect-ratio: 1/1; 1065 aspect-ratio: 1/1;
1066 } 1066 }
1067 @media (min-width: 768px) { 1067 @media (min-width: 768px) {
1068 .form-group__item-icon svg { 1068 .form-group__item-icon svg {
1069 width: 20px; 1069 width: 20px;
1070 } 1070 }
1071 } 1071 }
1072 .form-group__item-icon + .input { 1072 .form-group__item-icon + .input {
1073 padding-right: 24px; 1073 padding-right: 24px;
1074 } 1074 }
1075 @media (min-width: 768px) { 1075 @media (min-width: 768px) {
1076 .form-group__item-icon + .input { 1076 .form-group__item-icon + .input {
1077 padding-right: 60px; 1077 padding-right: 60px;
1078 } 1078 }
1079 } 1079 }
1080 1080
1081 .input { 1081 .input {
1082 display: block; 1082 display: block;
1083 height: 30px; 1083 height: 30px;
1084 border: 1px solid #cecece; 1084 border: 1px solid #cecece;
1085 background: #fff; 1085 background: #fff;
1086 font-size: 12px; 1086 font-size: 12px;
1087 border-radius: 8px; 1087 border-radius: 8px;
1088 padding: 0 10px; 1088 padding: 0 10px;
1089 color: #000; 1089 color: #000;
1090 -webkit-transition: 0.3s; 1090 -webkit-transition: 0.3s;
1091 transition: 0.3s; 1091 transition: 0.3s;
1092 position: relative; 1092 position: relative;
1093 z-index: 1; 1093 z-index: 1;
1094 } 1094 }
1095 @media (min-width: 768px) { 1095 @media (min-width: 768px) {
1096 .input { 1096 .input {
1097 padding: 0 20px; 1097 padding: 0 20px;
1098 height: 44px; 1098 height: 44px;
1099 font-size: 16px; 1099 font-size: 16px;
1100 } 1100 }
1101 } 1101 }
1102 .input:focus { 1102 .input:focus {
1103 border-color: #377d87; 1103 border-color: #377d87;
1104 } 1104 }
1105 .input[disabled] { 1105 .input[disabled] {
1106 color: #9c9d9d; 1106 color: #9c9d9d;
1107 background: #e7e7e7; 1107 background: #e7e7e7;
1108 } 1108 }
1109 .input[type=date] { 1109 .input[type=date] {
1110 text-transform: uppercase; 1110 text-transform: uppercase;
1111 } 1111 }
1112 1112
1113 .textarea { 1113 .textarea {
1114 resize: none; 1114 resize: none;
1115 display: block; 1115 display: block;
1116 width: 100%; 1116 width: 100%;
1117 border-radius: 8px; 1117 border-radius: 8px;
1118 border: 1px solid #cecece; 1118 border: 1px solid #cecece;
1119 background: #fff; 1119 background: #fff;
1120 -webkit-transition: 0.3s; 1120 -webkit-transition: 0.3s;
1121 transition: 0.3s; 1121 transition: 0.3s;
1122 font-size: 12px; 1122 font-size: 12px;
1123 line-height: 1.4; 1123 line-height: 1.4;
1124 padding: 10px; 1124 padding: 10px;
1125 aspect-ratio: 8/3; 1125 aspect-ratio: 8/3;
1126 max-height: 250px; 1126 max-height: 250px;
1127 } 1127 }
1128 @media (min-width: 768px) { 1128 @media (min-width: 768px) {
1129 .textarea { 1129 .textarea {
1130 padding: 20px; 1130 padding: 20px;
1131 font-size: 16px; 1131 font-size: 16px;
1132 height: 280px; 1132 height: 280px;
1133 } 1133 }
1134 } 1134 }
1135 .textarea:focus { 1135 .textarea:focus {
1136 border-color: #377d87; 1136 border-color: #377d87;
1137 } 1137 }
1138 1138
1139 .button { 1139 .button {
1140 display: -webkit-box; 1140 display: -webkit-box;
1141 display: -ms-flexbox; 1141 display: -ms-flexbox;
1142 display: flex; 1142 display: flex;
1143 -webkit-box-pack: center; 1143 -webkit-box-pack: center;
1144 -ms-flex-pack: center; 1144 -ms-flex-pack: center;
1145 justify-content: center; 1145 justify-content: center;
1146 -webkit-box-align: center; 1146 -webkit-box-align: center;
1147 -ms-flex-align: center; 1147 -ms-flex-align: center;
1148 align-items: center; 1148 align-items: center;
1149 color: #fff; 1149 color: #fff;
1150 background: #377d87; 1150 background: #377d87;
1151 height: 30px; 1151 height: 30px;
1152 border-radius: 8px; 1152 border-radius: 8px;
1153 padding: 0 12px; 1153 padding: 0 12px;
1154 border: 1px solid #377d87; 1154 border: 1px solid #377d87;
1155 font-weight: 700; 1155 font-weight: 700;
1156 font-size: 12px; 1156 font-size: 12px;
1157 text-align: center; 1157 text-align: center;
1158 line-height: 1; 1158 line-height: 1;
1159 gap: 6px; 1159 gap: 6px;
1160 -webkit-transition: 0.3s; 1160 -webkit-transition: 0.3s;
1161 transition: 0.3s; 1161 transition: 0.3s;
1162 cursor: pointer; 1162 cursor: pointer;
1163 } 1163 }
1164 @media (min-width: 768px) { 1164 @media (min-width: 768px) {
1165 .button { 1165 .button {
1166 padding: 0 24px; 1166 padding: 0 24px;
1167 font-size: 16px; 1167 font-size: 16px;
1168 height: 44px; 1168 height: 44px;
1169 gap: 12px; 1169 gap: 12px;
1170 } 1170 }
1171 } 1171 }
1172 @media (min-width: 992px) { 1172 @media (min-width: 992px) {
1173 .button { 1173 .button {
1174 padding: 0 36px; 1174 padding: 0 36px;
1175 } 1175 }
1176 } 1176 }
1177 .button:hover { 1177 .button:hover {
1178 background: transparent; 1178 background: transparent;
1179 color: #377d87; 1179 color: #377d87;
1180 } 1180 }
1181 .button img, 1181 .button img,
1182 .button svg { 1182 .button svg {
1183 width: 12px; 1183 width: 12px;
1184 height: 12px; 1184 height: 12px;
1185 } 1185 }
1186 @media (min-width: 768px) { 1186 @media (min-width: 768px) {
1187 .button img, 1187 .button img,
1188 .button svg { 1188 .button svg {
1189 width: 18px; 1189 width: 18px;
1190 height: 18px; 1190 height: 18px;
1191 } 1191 }
1192 } 1192 }
1193 .button_more span + span { 1193 .button_more span + span {
1194 display: none; 1194 display: none;
1195 } 1195 }
1196 .button_more.active span { 1196 .button_more.active span {
1197 display: none; 1197 display: none;
1198 } 1198 }
1199 .button_more.active span + span { 1199 .button_more.active span + span {
1200 display: block; 1200 display: block;
1201 } 1201 }
1202 .button_light { 1202 .button_light {
1203 background: transparent; 1203 background: transparent;
1204 color: #377d87; 1204 color: #377d87;
1205 } 1205 }
1206 .button_light:hover { 1206 .button_light:hover {
1207 background: #377d87; 1207 background: #377d87;
1208 color: #fff; 1208 color: #fff;
1209 } 1209 }
1210 .button_whited { 1210 .button_whited {
1211 background: #fff; 1211 background: #fff;
1212 color: #377d87; 1212 color: #377d87;
1213 border-color: #fff; 1213 border-color: #fff;
1214 } 1214 }
1215 .button_whited:hover { 1215 .button_whited:hover {
1216 background: #377d87; 1216 background: #377d87;
1217 color: #fff; 1217 color: #fff;
1218 } 1218 }
1219 1219
1220 .search { 1220 .search {
1221 width: 100%; 1221 width: 100%;
1222 position: relative; 1222 position: relative;
1223 background: #fff; 1223 background: #fff;
1224 border-radius: 8px; 1224 border-radius: 8px;
1225 } 1225 }
1226 .search span { 1226 .search span {
1227 display: none; 1227 display: none;
1228 height: 28px; 1228 height: 28px;
1229 -webkit-box-align: center; 1229 -webkit-box-align: center;
1230 -ms-flex-align: center; 1230 -ms-flex-align: center;
1231 align-items: center; 1231 align-items: center;
1232 padding-right: 12px; 1232 padding-right: 12px;
1233 z-index: 1; 1233 z-index: 1;
1234 position: absolute; 1234 position: absolute;
1235 top: 50%; 1235 top: 50%;
1236 left: 15px; 1236 left: 15px;
1237 margin-top: -14px; 1237 margin-top: -14px;
1238 } 1238 }
1239 @media (min-width: 768px) { 1239 @media (min-width: 768px) {
1240 .search span { 1240 .search span {
1241 display: -webkit-box; 1241 display: -webkit-box;
1242 display: -ms-flexbox; 1242 display: -ms-flexbox;
1243 display: flex; 1243 display: flex;
1244 } 1244 }
1245 } 1245 }
1246 .search span:after { 1246 .search span:after {
1247 content: ""; 1247 content: "";
1248 width: 1px; 1248 width: 1px;
1249 height: 100%; 1249 height: 100%;
1250 border-radius: 999px; 1250 border-radius: 999px;
1251 position: absolute; 1251 position: absolute;
1252 top: 0; 1252 top: 0;
1253 right: 0; 1253 right: 0;
1254 background: #cecece; 1254 background: #cecece;
1255 } 1255 }
1256 .search span svg { 1256 .search span svg {
1257 color: #9c9d9d; 1257 color: #9c9d9d;
1258 width: 20px; 1258 width: 20px;
1259 height: 20px; 1259 height: 20px;
1260 } 1260 }
1261 .search input { 1261 .search input {
1262 width: 100%; 1262 width: 100%;
1263 padding-right: 150px; 1263 padding-right: 150px;
1264 position: relative; 1264 position: relative;
1265 z-index: 2; 1265 z-index: 2;
1266 background: none; 1266 background: none;
1267 } 1267 }
1268 @media (min-width: 768px) { 1268 @media (min-width: 768px) {
1269 .search input { 1269 .search input {
1270 padding-left: 60px; 1270 padding-left: 60px;
1271 padding-right: 220px; 1271 padding-right: 220px;
1272 } 1272 }
1273 } 1273 }
1274 .search button { 1274 .search button {
1275 width: 140px; 1275 width: 140px;
1276 position: absolute; 1276 position: absolute;
1277 padding: 0; 1277 padding: 0;
1278 top: 0; 1278 top: 0;
1279 right: 0; 1279 right: 0;
1280 z-index: 3; 1280 z-index: 3;
1281 } 1281 }
1282 @media (min-width: 768px) { 1282 @media (min-width: 768px) {
1283 .search button { 1283 .search button {
1284 width: 200px; 1284 width: 200px;
1285 } 1285 }
1286 } 1286 }
1287 1287
1288 .breadcrumbs { 1288 .breadcrumbs {
1289 display: -webkit-box; 1289 display: -webkit-box;
1290 display: -ms-flexbox; 1290 display: -ms-flexbox;
1291 display: flex; 1291 display: flex;
1292 -webkit-box-align: center; 1292 -webkit-box-align: center;
1293 -ms-flex-align: center; 1293 -ms-flex-align: center;
1294 align-items: center; 1294 align-items: center;
1295 -ms-flex-wrap: wrap; 1295 -ms-flex-wrap: wrap;
1296 flex-wrap: wrap; 1296 flex-wrap: wrap;
1297 gap: 12px 6px; 1297 gap: 12px 6px;
1298 margin: 0; 1298 margin: 0;
1299 padding: 0; 1299 padding: 0;
1300 font-size: 11px; 1300 font-size: 11px;
1301 color: #cecece; 1301 color: #cecece;
1302 line-height: 1; 1302 line-height: 1;
1303 } 1303 }
1304 @media (min-width: 992px) { 1304 @media (min-width: 992px) {
1305 .breadcrumbs { 1305 .breadcrumbs {
1306 font-size: 13px; 1306 font-size: 13px;
1307 } 1307 }
1308 } 1308 }
1309 @media (min-width: 1280px) { 1309 @media (min-width: 1280px) {
1310 .breadcrumbs { 1310 .breadcrumbs {
1311 font-size: 16px; 1311 font-size: 16px;
1312 } 1312 }
1313 } 1313 }
1314 .breadcrumbs li { 1314 .breadcrumbs li {
1315 display: -webkit-box; 1315 display: -webkit-box;
1316 display: -ms-flexbox; 1316 display: -ms-flexbox;
1317 display: flex; 1317 display: flex;
1318 -webkit-box-align: center; 1318 -webkit-box-align: center;
1319 -ms-flex-align: center; 1319 -ms-flex-align: center;
1320 align-items: center; 1320 align-items: center;
1321 gap: 6px; 1321 gap: 6px;
1322 } 1322 }
1323 .breadcrumbs li:before { 1323 .breadcrumbs li:before {
1324 content: ""; 1324 content: "";
1325 width: 4px; 1325 width: 4px;
1326 height: 4px; 1326 height: 4px;
1327 background: #cecece; 1327 background: #cecece;
1328 border-radius: 999px; 1328 border-radius: 999px;
1329 position: relative; 1329 position: relative;
1330 top: -1px; 1330 top: -1px;
1331 } 1331 }
1332 .breadcrumbs li:first-child:before { 1332 .breadcrumbs li:first-child:before {
1333 display: none; 1333 display: none;
1334 } 1334 }
1335 .breadcrumbs li:last-child:before { 1335 .breadcrumbs li:last-child:before {
1336 background: #377d87; 1336 background: #377d87;
1337 } 1337 }
1338 .breadcrumbs a:hover { 1338 .breadcrumbs a:hover {
1339 color: #377d87; 1339 color: #377d87;
1340 } 1340 }
1341 .breadcrumbs b { 1341 .breadcrumbs b {
1342 color: #377d87; 1342 color: #377d87;
1343 font-weight: 700; 1343 font-weight: 700;
1344 } 1344 }
1345 1345
1346 .pagination { 1346 .pagination {
1347 display: -webkit-box; 1347 display: -webkit-box;
1348 display: -ms-flexbox; 1348 display: -ms-flexbox;
1349 display: flex; 1349 display: flex;
1350 -webkit-box-align: center; 1350 -webkit-box-align: center;
1351 -ms-flex-align: center; 1351 -ms-flex-align: center;
1352 align-items: center; 1352 align-items: center;
1353 -webkit-box-pack: center; 1353 -webkit-box-pack: center;
1354 -ms-flex-pack: center; 1354 -ms-flex-pack: center;
1355 justify-content: center; 1355 justify-content: center;
1356 -ms-flex-wrap: wrap; 1356 -ms-flex-wrap: wrap;
1357 flex-wrap: wrap; 1357 flex-wrap: wrap;
1358 line-height: 1; 1358 line-height: 1;
1359 color: #000; 1359 color: #000;
1360 font-size: 12px; 1360 font-size: 12px;
1361 margin: 0 auto; 1361 margin: 0 auto;
1362 } 1362 }
1363 @media (min-width: 768px) { 1363 @media (min-width: 768px) {
1364 .pagination { 1364 .pagination {
1365 font-size: 14px; 1365 font-size: 14px;
1366 gap: 3px; 1366 gap: 3px;
1367 } 1367 }
1368 } 1368 }
1369 .pagination__item { 1369 .pagination__item {
1370 width: 40px; 1370 width: 40px;
1371 height: 40px; 1371 height: 40px;
1372 display: -webkit-box; 1372 display: -webkit-box;
1373 display: -ms-flexbox; 1373 display: -ms-flexbox;
1374 display: flex; 1374 display: flex;
1375 -webkit-box-pack: center; 1375 -webkit-box-pack: center;
1376 -ms-flex-pack: center; 1376 -ms-flex-pack: center;
1377 justify-content: center; 1377 justify-content: center;
1378 -webkit-box-align: center; 1378 -webkit-box-align: center;
1379 -ms-flex-align: center; 1379 -ms-flex-align: center;
1380 align-items: center; 1380 align-items: center;
1381 background: none; 1381 background: none;
1382 padding: 0; 1382 padding: 0;
1383 border: 1px solid transparent; 1383 border: 1px solid transparent;
1384 border-radius: 8px; 1384 border-radius: 8px;
1385 } 1385 }
1386 .pagination__item:hover { 1386 .pagination__item:hover {
1387 -webkit-transition: 0s; 1387 -webkit-transition: 0s;
1388 transition: 0s; 1388 transition: 0s;
1389 color: #377d87; 1389 color: #377d87;
1390 font-weight: 700; 1390 font-weight: 700;
1391 } 1391 }
1392 .pagination__item.active { 1392 .pagination__item.active {
1393 font-weight: 700; 1393 font-weight: 700;
1394 color: #fff; 1394 color: #fff;
1395 background: #377d87; 1395 background: #377d87;
1396 border-color: #377d87; 1396 border-color: #377d87;
1397 } 1397 }
1398 .pagination__dots { 1398 .pagination__dots {
1399 width: 40px; 1399 width: 40px;
1400 height: 40px; 1400 height: 40px;
1401 display: -webkit-box; 1401 display: -webkit-box;
1402 display: -ms-flexbox; 1402 display: -ms-flexbox;
1403 display: flex; 1403 display: flex;
1404 -webkit-box-pack: center; 1404 -webkit-box-pack: center;
1405 -ms-flex-pack: center; 1405 -ms-flex-pack: center;
1406 justify-content: center; 1406 justify-content: center;
1407 -webkit-box-align: center; 1407 -webkit-box-align: center;
1408 -ms-flex-align: center; 1408 -ms-flex-align: center;
1409 align-items: center; 1409 align-items: center;
1410 } 1410 }
1411 .pagination__dots svg { 1411 .pagination__dots svg {
1412 width: 15px; 1412 width: 15px;
1413 height: 15px; 1413 height: 15px;
1414 } 1414 }
1415 .pagination__nav { 1415 .pagination__nav {
1416 width: 40px; 1416 width: 40px;
1417 height: 40px; 1417 height: 40px;
1418 display: none; 1418 display: none;
1419 -webkit-box-pack: center; 1419 -webkit-box-pack: center;
1420 -ms-flex-pack: center; 1420 -ms-flex-pack: center;
1421 justify-content: center; 1421 justify-content: center;
1422 -webkit-box-align: center; 1422 -webkit-box-align: center;
1423 -ms-flex-align: center; 1423 -ms-flex-align: center;
1424 align-items: center; 1424 align-items: center;
1425 background: none; 1425 background: none;
1426 padding: 0; 1426 padding: 0;
1427 border: 1px solid #cddee1; 1427 border: 1px solid #cddee1;
1428 color: #377d87; 1428 color: #377d87;
1429 border-radius: 8px; 1429 border-radius: 8px;
1430 } 1430 }
1431 @media (min-width: 768px) { 1431 @media (min-width: 768px) {
1432 .pagination__nav { 1432 .pagination__nav {
1433 display: -webkit-box; 1433 display: -webkit-box;
1434 display: -ms-flexbox; 1434 display: -ms-flexbox;
1435 display: flex; 1435 display: flex;
1436 } 1436 }
1437 } 1437 }
1438 .pagination__nav:hover { 1438 .pagination__nav:hover {
1439 border-color: #377d87; 1439 border-color: #377d87;
1440 background: #377d87; 1440 background: #377d87;
1441 color: #fff; 1441 color: #fff;
1442 } 1442 }
1443 .pagination__nav svg { 1443 .pagination__nav svg {
1444 width: 10px; 1444 width: 10px;
1445 height: 10px; 1445 height: 10px;
1446 } 1446 }
1447 .pagination__nav_prev { 1447 .pagination__nav_prev {
1448 margin-right: 37px; 1448 margin-right: 37px;
1449 } 1449 }
1450 .pagination__nav_prev svg { 1450 .pagination__nav_prev svg {
1451 -webkit-transform: rotate(180deg); 1451 -webkit-transform: rotate(180deg);
1452 -ms-transform: rotate(180deg); 1452 -ms-transform: rotate(180deg);
1453 transform: rotate(180deg); 1453 transform: rotate(180deg);
1454 } 1454 }
1455 .pagination__nav_next { 1455 .pagination__nav_next {
1456 margin-left: 37px; 1456 margin-left: 37px;
1457 } 1457 }
1458 1458
1459 .filters { 1459 .filters {
1460 display: -webkit-box; 1460 display: -webkit-box;
1461 display: -ms-flexbox; 1461 display: -ms-flexbox;
1462 display: flex; 1462 display: flex;
1463 -webkit-box-orient: vertical; 1463 -webkit-box-orient: vertical;
1464 -webkit-box-direction: normal; 1464 -webkit-box-direction: normal;
1465 -ms-flex-direction: column; 1465 -ms-flex-direction: column;
1466 flex-direction: column; 1466 flex-direction: column;
1467 gap: 10px; 1467 gap: 10px;
1468 } 1468 }
1469 @media (min-width: 768px) { 1469 @media (min-width: 768px) {
1470 .filters { 1470 .filters {
1471 -webkit-box-orient: horizontal; 1471 -webkit-box-orient: horizontal;
1472 -webkit-box-direction: normal; 1472 -webkit-box-direction: normal;
1473 -ms-flex-direction: row; 1473 -ms-flex-direction: row;
1474 flex-direction: row; 1474 flex-direction: row;
1475 -webkit-box-align: center; 1475 -webkit-box-align: center;
1476 -ms-flex-align: center; 1476 -ms-flex-align: center;
1477 align-items: center; 1477 align-items: center;
1478 -webkit-box-pack: justify; 1478 -webkit-box-pack: justify;
1479 -ms-flex-pack: justify; 1479 -ms-flex-pack: justify;
1480 justify-content: space-between; 1480 justify-content: space-between;
1481 } 1481 }
1482 } 1482 }
1483 .filters__label { 1483 .filters__label {
1484 color: #377d87; 1484 color: #377d87;
1485 font-size: 12px; 1485 font-size: 12px;
1486 font-weight: 700; 1486 font-weight: 700;
1487 } 1487 }
1488 @media (min-width: 768px) { 1488 @media (min-width: 768px) {
1489 .filters__label { 1489 .filters__label {
1490 font-size: 16px; 1490 font-size: 16px;
1491 } 1491 }
1492 } 1492 }
1493 @media (min-width: 992px) { 1493 @media (min-width: 992px) {
1494 .filters__label { 1494 .filters__label {
1495 font-size: 18px; 1495 font-size: 18px;
1496 } 1496 }
1497 } 1497 }
1498 .filters__body { 1498 .filters__body {
1499 display: -webkit-box; 1499 display: -webkit-box;
1500 display: -ms-flexbox; 1500 display: -ms-flexbox;
1501 display: flex; 1501 display: flex;
1502 -webkit-box-orient: vertical; 1502 -webkit-box-orient: vertical;
1503 -webkit-box-direction: normal; 1503 -webkit-box-direction: normal;
1504 -ms-flex-direction: column; 1504 -ms-flex-direction: column;
1505 flex-direction: column; 1505 flex-direction: column;
1506 } 1506 }
1507 @media (min-width: 768px) { 1507 @media (min-width: 768px) {
1508 .filters__body { 1508 .filters__body {
1509 -webkit-box-orient: horizontal; 1509 -webkit-box-orient: horizontal;
1510 -webkit-box-direction: normal; 1510 -webkit-box-direction: normal;
1511 -ms-flex-direction: row; 1511 -ms-flex-direction: row;
1512 flex-direction: row; 1512 flex-direction: row;
1513 -webkit-box-align: center; 1513 -webkit-box-align: center;
1514 -ms-flex-align: center; 1514 -ms-flex-align: center;
1515 align-items: center; 1515 align-items: center;
1516 } 1516 }
1517 } 1517 }
1518 @media (min-width: 768px) { 1518 @media (min-width: 768px) {
1519 .filters__select { 1519 .filters__select {
1520 width: 250px; 1520 width: 250px;
1521 } 1521 }
1522 } 1522 }
1523 @media (min-width: 992px) { 1523 @media (min-width: 992px) {
1524 .filters__select { 1524 .filters__select {
1525 width: 310px; 1525 width: 310px;
1526 } 1526 }
1527 } 1527 }
1528 .filters__item { 1528 .filters__item {
1529 display: none; 1529 display: none;
1530 -webkit-box-pack: center; 1530 -webkit-box-pack: center;
1531 -ms-flex-pack: center; 1531 -ms-flex-pack: center;
1532 justify-content: center; 1532 justify-content: center;
1533 -webkit-box-align: center; 1533 -webkit-box-align: center;
1534 -ms-flex-align: center; 1534 -ms-flex-align: center;
1535 align-items: center; 1535 align-items: center;
1536 width: 50px; 1536 width: 50px;
1537 height: 50px; 1537 height: 50px;
1538 padding: 0; 1538 padding: 0;
1539 background: #fff; 1539 background: #fff;
1540 border: 1px solid #377d87; 1540 border: 1px solid #377d87;
1541 color: #377d87; 1541 color: #377d87;
1542 border-radius: 8px; 1542 border-radius: 8px;
1543 margin-left: 20px; 1543 margin-left: 20px;
1544 } 1544 }
1545 @media (min-width: 768px) { 1545 @media (min-width: 768px) {
1546 .filters__item { 1546 .filters__item {
1547 display: -webkit-box; 1547 display: -webkit-box;
1548 display: -ms-flexbox; 1548 display: -ms-flexbox;
1549 display: flex; 1549 display: flex;
1550 } 1550 }
1551 } 1551 }
1552 .filters__item svg { 1552 .filters__item svg {
1553 width: 24px; 1553 width: 24px;
1554 height: 24px; 1554 height: 24px;
1555 } 1555 }
1556 .filters__item.active { 1556 .filters__item.active {
1557 background: #377d87; 1557 background: #377d87;
1558 color: #fff; 1558 color: #fff;
1559 } 1559 }
1560 .filters__item + .filters__item { 1560 .filters__item + .filters__item {
1561 margin-left: 8px; 1561 margin-left: 8px;
1562 } 1562 }
1563 1563
1564 .like, 1564 .like,
1565 .chat { 1565 .chat {
1566 width: 30px; 1566 width: 30px;
1567 height: 30px; 1567 height: 30px;
1568 display: -webkit-box; 1568 display: -webkit-box;
1569 display: -ms-flexbox; 1569 display: -ms-flexbox;
1570 display: flex; 1570 display: flex;
1571 -webkit-box-pack: center; 1571 -webkit-box-pack: center;
1572 -ms-flex-pack: center; 1572 -ms-flex-pack: center;
1573 justify-content: center; 1573 justify-content: center;
1574 -webkit-box-align: center; 1574 -webkit-box-align: center;
1575 -ms-flex-align: center; 1575 -ms-flex-align: center;
1576 align-items: center; 1576 align-items: center;
1577 background: none; 1577 background: none;
1578 border: 1px solid #377d87; 1578 border: 1px solid #377d87;
1579 padding: 0; 1579 padding: 0;
1580 color: #377d87; 1580 color: #377d87;
1581 border-radius: 6px; 1581 border-radius: 6px;
1582 } 1582 }
1583 @media (min-width: 768px) { 1583 @media (min-width: 768px) {
1584 .like, 1584 .like,
1585 .chat { 1585 .chat {
1586 width: 44px; 1586 width: 44px;
1587 height: 44px; 1587 height: 44px;
1588 } 1588 }
1589 } 1589 }
1590 .like.active, 1590 .like.active,
1591 .chat.active { 1591 .chat.active {
1592 background: #377d87; 1592 background: #377d87;
1593 color: #fff; 1593 color: #fff;
1594 } 1594 }
1595 .like svg, 1595 .like svg,
1596 .chat svg { 1596 .chat svg {
1597 width: 14px; 1597 width: 14px;
1598 height: 14px; 1598 height: 14px;
1599 } 1599 }
1600 @media (min-width: 768px) { 1600 @media (min-width: 768px) {
1601 .like svg, 1601 .like svg,
1602 .chat svg { 1602 .chat svg {
1603 width: 20px; 1603 width: 20px;
1604 height: 20px; 1604 height: 20px;
1605 } 1605 }
1606 } 1606 }
1607 1607
1608 .like.active { 1608 .like.active {
1609 background: #eb5757; 1609 background: #eb5757;
1610 border-color: #eb5757; 1610 border-color: #eb5757;
1611 } 1611 }
1612 1612
1613 .checkbox { 1613 .checkbox {
1614 display: -webkit-box; 1614 display: -webkit-box;
1615 display: -ms-flexbox; 1615 display: -ms-flexbox;
1616 display: flex; 1616 display: flex;
1617 -webkit-box-align: start; 1617 -webkit-box-align: start;
1618 -ms-flex-align: start; 1618 -ms-flex-align: start;
1619 align-items: flex-start; 1619 align-items: flex-start;
1620 cursor: pointer; 1620 cursor: pointer;
1621 position: relative; 1621 position: relative;
1622 } 1622 }
1623 .checkbox__input { 1623 .checkbox__input {
1624 position: absolute; 1624 position: absolute;
1625 z-index: 1; 1625 z-index: 1;
1626 width: 14px; 1626 width: 14px;
1627 height: 14px; 1627 height: 14px;
1628 padding: 0; 1628 padding: 0;
1629 background: none; 1629 background: none;
1630 border: none; 1630 border: none;
1631 opacity: 0; 1631 opacity: 0;
1632 } 1632 }
1633 @media (min-width: 768px) { 1633 @media (min-width: 768px) {
1634 .checkbox__input { 1634 .checkbox__input {
1635 width: 20px; 1635 width: 20px;
1636 height: 20px; 1636 height: 20px;
1637 } 1637 }
1638 } 1638 }
1639 .checkbox__icon { 1639 .checkbox__icon {
1640 width: 14px; 1640 width: 14px;
1641 height: 14px; 1641 height: 14px;
1642 border: 1px solid #cfcfcf; 1642 border: 1px solid #cfcfcf;
1643 background: #fff; 1643 background: #fff;
1644 color: #fff; 1644 color: #fff;
1645 display: -webkit-box; 1645 display: -webkit-box;
1646 display: -ms-flexbox; 1646 display: -ms-flexbox;
1647 display: flex; 1647 display: flex;
1648 -webkit-box-pack: center; 1648 -webkit-box-pack: center;
1649 -ms-flex-pack: center; 1649 -ms-flex-pack: center;
1650 justify-content: center; 1650 justify-content: center;
1651 -webkit-box-align: center; 1651 -webkit-box-align: center;
1652 -ms-flex-align: center; 1652 -ms-flex-align: center;
1653 align-items: center; 1653 align-items: center;
1654 border-radius: 4px; 1654 border-radius: 4px;
1655 -webkit-transition: 0.3s; 1655 -webkit-transition: 0.3s;
1656 transition: 0.3s; 1656 transition: 0.3s;
1657 position: relative; 1657 position: relative;
1658 z-index: 2; 1658 z-index: 2;
1659 } 1659 }
1660 @media (min-width: 768px) { 1660 @media (min-width: 768px) {
1661 .checkbox__icon { 1661 .checkbox__icon {
1662 width: 20px; 1662 width: 20px;
1663 height: 20px; 1663 height: 20px;
1664 } 1664 }
1665 } 1665 }
1666 .checkbox__icon svg { 1666 .checkbox__icon svg {
1667 width: 8px; 1667 width: 8px;
1668 height: 8px; 1668 height: 8px;
1669 opacity: 0; 1669 opacity: 0;
1670 } 1670 }
1671 @media (min-width: 768px) { 1671 @media (min-width: 768px) {
1672 .checkbox__icon svg { 1672 .checkbox__icon svg {
1673 width: 10px; 1673 width: 10px;
1674 height: 10px; 1674 height: 10px;
1675 } 1675 }
1676 } 1676 }
1677 .checkbox__input:checked + .checkbox__icon { 1677 .checkbox__input:checked + .checkbox__icon {
1678 border-color: #377d87; 1678 border-color: #377d87;
1679 background: #377d87; 1679 background: #377d87;
1680 } 1680 }
1681 .checkbox__input:checked + .checkbox__icon svg { 1681 .checkbox__input:checked + .checkbox__icon svg {
1682 opacity: 1; 1682 opacity: 1;
1683 } 1683 }
1684 .checkbox__text { 1684 .checkbox__text {
1685 width: calc(100% - 14px); 1685 width: calc(100% - 14px);
1686 padding-left: 6px; 1686 padding-left: 6px;
1687 font-size: 12px; 1687 font-size: 12px;
1688 line-height: 1; 1688 line-height: 1;
1689 display: -webkit-box; 1689 display: -webkit-box;
1690 display: -ms-flexbox; 1690 display: -ms-flexbox;
1691 display: flex; 1691 display: flex;
1692 -webkit-box-align: center; 1692 -webkit-box-align: center;
1693 -ms-flex-align: center; 1693 -ms-flex-align: center;
1694 align-items: center; 1694 align-items: center;
1695 min-height: 14px; 1695 min-height: 14px;
1696 } 1696 }
1697 @media (min-width: 768px) { 1697 @media (min-width: 768px) {
1698 .checkbox__text { 1698 .checkbox__text {
1699 width: calc(100% - 20px); 1699 width: calc(100% - 20px);
1700 padding-left: 12px; 1700 padding-left: 12px;
1701 font-size: 15px; 1701 font-size: 15px;
1702 min-height: 20px; 1702 min-height: 20px;
1703 } 1703 }
1704 } 1704 }
1705 .checkbox__text a { 1705 .checkbox__text a {
1706 color: #377d87; 1706 color: #377d87;
1707 text-decoration: underline; 1707 text-decoration: underline;
1708 } 1708 }
1709 .checkbox-empty { 1709 .checkbox-empty {
1710 display: -webkit-box; 1710 display: -webkit-box;
1711 display: -ms-flexbox; 1711 display: -ms-flexbox;
1712 display: flex; 1712 display: flex;
1713 -webkit-box-orient: vertical; 1713 -webkit-box-orient: vertical;
1714 -webkit-box-direction: normal; 1714 -webkit-box-direction: normal;
1715 -ms-flex-direction: column; 1715 -ms-flex-direction: column;
1716 flex-direction: column; 1716 flex-direction: column;
1717 -webkit-box-align: center; 1717 -webkit-box-align: center;
1718 -ms-flex-align: center; 1718 -ms-flex-align: center;
1719 align-items: center; 1719 align-items: center;
1720 } 1720 }
1721 .checkbox-empty .checkbox { 1721 .checkbox-empty .checkbox {
1722 width: 20px; 1722 width: 20px;
1723 } 1723 }
1724 1724
1725 .file { 1725 .file {
1726 display: -webkit-box; 1726 display: -webkit-box;
1727 display: -ms-flexbox; 1727 display: -ms-flexbox;
1728 display: flex; 1728 display: flex;
1729 -webkit-box-orient: vertical; 1729 -webkit-box-orient: vertical;
1730 -webkit-box-direction: normal; 1730 -webkit-box-direction: normal;
1731 -ms-flex-direction: column; 1731 -ms-flex-direction: column;
1732 flex-direction: column; 1732 flex-direction: column;
1733 } 1733 }
1734 .file__input input { 1734 .file__input input {
1735 display: none; 1735 display: none;
1736 } 1736 }
1737 .file__list { 1737 .file__list {
1738 display: -webkit-box; 1738 display: -webkit-box;
1739 display: -ms-flexbox; 1739 display: -ms-flexbox;
1740 display: flex; 1740 display: flex;
1741 -webkit-box-orient: vertical; 1741 -webkit-box-orient: vertical;
1742 -webkit-box-direction: normal; 1742 -webkit-box-direction: normal;
1743 -ms-flex-direction: column; 1743 -ms-flex-direction: column;
1744 flex-direction: column; 1744 flex-direction: column;
1745 } 1745 }
1746 .file__list-item { 1746 .file__list-item {
1747 display: -webkit-box; 1747 display: -webkit-box;
1748 display: -ms-flexbox; 1748 display: -ms-flexbox;
1749 display: flex; 1749 display: flex;
1750 -webkit-box-align: start; 1750 -webkit-box-align: start;
1751 -ms-flex-align: start; 1751 -ms-flex-align: start;
1752 align-items: flex-start; 1752 align-items: flex-start;
1753 margin-top: 16px; 1753 margin-top: 16px;
1754 } 1754 }
1755 .file__list-item-left { 1755 .file__list-item-left {
1756 width: calc(100% - 16px); 1756 width: calc(100% - 16px);
1757 min-height: 16px; 1757 min-height: 16px;
1758 color: #9c9d9d; 1758 color: #9c9d9d;
1759 font-size: 12px; 1759 font-size: 12px;
1760 display: -webkit-box; 1760 display: -webkit-box;
1761 display: -ms-flexbox; 1761 display: -ms-flexbox;
1762 display: flex; 1762 display: flex;
1763 -webkit-box-align: start; 1763 -webkit-box-align: start;
1764 -ms-flex-align: start; 1764 -ms-flex-align: start;
1765 align-items: flex-start; 1765 align-items: flex-start;
1766 } 1766 }
1767 @media (min-width: 768px) { 1767 @media (min-width: 768px) {
1768 .file__list-item-left { 1768 .file__list-item-left {
1769 width: auto; 1769 width: auto;
1770 max-width: calc(100% - 16px); 1770 max-width: calc(100% - 16px);
1771 font-size: 16px; 1771 font-size: 16px;
1772 } 1772 }
1773 } 1773 }
1774 .file__list-item-left svg { 1774 .file__list-item-left svg {
1775 width: 16px; 1775 width: 16px;
1776 height: 16px; 1776 height: 16px;
1777 } 1777 }
1778 .file__list-item-left span { 1778 .file__list-item-left span {
1779 width: calc(100% - 16px); 1779 width: calc(100% - 16px);
1780 min-height: 16px; 1780 min-height: 16px;
1781 display: -webkit-box; 1781 display: -webkit-box;
1782 display: -ms-flexbox; 1782 display: -ms-flexbox;
1783 display: flex; 1783 display: flex;
1784 -webkit-box-align: center; 1784 -webkit-box-align: center;
1785 -ms-flex-align: center; 1785 -ms-flex-align: center;
1786 align-items: center; 1786 align-items: center;
1787 padding: 0 8px; 1787 padding: 0 8px;
1788 } 1788 }
1789 .file__list-item-right { 1789 .file__list-item-right {
1790 display: -webkit-box; 1790 display: -webkit-box;
1791 display: -ms-flexbox; 1791 display: -ms-flexbox;
1792 display: flex; 1792 display: flex;
1793 -webkit-box-pack: center; 1793 -webkit-box-pack: center;
1794 -ms-flex-pack: center; 1794 -ms-flex-pack: center;
1795 justify-content: center; 1795 justify-content: center;
1796 -webkit-box-align: center; 1796 -webkit-box-align: center;
1797 -ms-flex-align: center; 1797 -ms-flex-align: center;
1798 align-items: center; 1798 align-items: center;
1799 padding: 0; 1799 padding: 0;
1800 background: none; 1800 background: none;
1801 border: none; 1801 border: none;
1802 width: 16px; 1802 width: 16px;
1803 height: 16px; 1803 height: 16px;
1804 color: #377d87; 1804 color: #377d87;
1805 } 1805 }
1806 .file__list-item-right:hover { 1806 .file__list-item-right:hover {
1807 color: #000; 1807 color: #000;
1808 } 1808 }
1809 .file__list-item-right svg { 1809 .file__list-item-right svg {
1810 width: 10px; 1810 width: 10px;
1811 height: 10px; 1811 height: 10px;
1812 } 1812 }
1813 .file__list-item + .file__list-item { 1813 .file__list-item + .file__list-item {
1814 margin-top: 10px; 1814 margin-top: 10px;
1815 } 1815 }
1816 1816
1817 .toggle { 1817 .toggle {
1818 display: -webkit-box; 1818 display: -webkit-box;
1819 display: -ms-flexbox; 1819 display: -ms-flexbox;
1820 display: flex; 1820 display: flex;
1821 gap: 12px; 1821 gap: 12px;
1822 position: relative; 1822 position: relative;
1823 cursor: pointer; 1823 cursor: pointer;
1824 -webkit-user-select: none; 1824 -webkit-user-select: none;
1825 -moz-user-select: none; 1825 -moz-user-select: none;
1826 -ms-user-select: none; 1826 -ms-user-select: none;
1827 user-select: none; 1827 user-select: none;
1828 } 1828 }
1829 .toggle__input { 1829 .toggle__input {
1830 position: absolute; 1830 position: absolute;
1831 width: 1px; 1831 width: 1px;
1832 height: 1px; 1832 height: 1px;
1833 overflow: hidden; 1833 overflow: hidden;
1834 clip: rect(0 0 0 0); 1834 clip: rect(0 0 0 0);
1835 } 1835 }
1836 .toggle__input:checked + .toggle__icon { 1836 .toggle__input:checked + .toggle__icon {
1837 background: #377d87; 1837 background: #377d87;
1838 } 1838 }
1839 .toggle__input:checked + .toggle__icon:before { 1839 .toggle__input:checked + .toggle__icon:before {
1840 left: 18px; 1840 left: 18px;
1841 } 1841 }
1842 .toggle__input:checked:disabled + .toggle__icon { 1842 .toggle__input:checked:disabled + .toggle__icon {
1843 background: #9BBEC3; 1843 background: #9BBEC3;
1844 } 1844 }
1845 .toggle__input:checked ~ .toggle__text:nth-child(3) { 1845 .toggle__input:checked ~ .toggle__text:nth-child(3) {
1846 display: none; 1846 display: none;
1847 } 1847 }
1848 .toggle__input:checked ~ .toggle__text:nth-child(4) { 1848 .toggle__input:checked ~ .toggle__text:nth-child(4) {
1849 display: block; 1849 display: block;
1850 } 1850 }
1851 .toggle__icon { 1851 .toggle__icon {
1852 display: block; 1852 display: block;
1853 position: relative; 1853 position: relative;
1854 width: 36px; 1854 width: 36px;
1855 height: 20px; 1855 height: 20px;
1856 border-radius: 999px; 1856 border-radius: 999px;
1857 background: #c3c7d9; 1857 background: #c3c7d9;
1858 -webkit-transition: 0.3s; 1858 -webkit-transition: 0.3s;
1859 transition: 0.3s; 1859 transition: 0.3s;
1860 } 1860 }
1861 .toggle__icon:before { 1861 .toggle__icon:before {
1862 content: ""; 1862 content: "";
1863 -webkit-transition: 0.3s; 1863 -webkit-transition: 0.3s;
1864 transition: 0.3s; 1864 transition: 0.3s;
1865 position: absolute; 1865 position: absolute;
1866 top: 50%; 1866 top: 50%;
1867 left: 2px; 1867 left: 2px;
1868 width: 16px; 1868 width: 16px;
1869 aspect-ratio: 1/1; 1869 aspect-ratio: 1/1;
1870 border-radius: 999px; 1870 border-radius: 999px;
1871 background: #fff; 1871 background: #fff;
1872 -webkit-transform: translate(0, -50%); 1872 -webkit-transform: translate(0, -50%);
1873 -ms-transform: translate(0, -50%); 1873 -ms-transform: translate(0, -50%);
1874 transform: translate(0, -50%); 1874 transform: translate(0, -50%);
1875 } 1875 }
1876 .toggle__input:checked + .toggle__icon { 1876 .toggle__input:checked + .toggle__icon {
1877 background: #377d87; 1877 background: #377d87;
1878 } 1878 }
1879 .toggle__text { 1879 .toggle__text {
1880 font-size: 14px; 1880 font-size: 14px;
1881 line-height: 20px; 1881 line-height: 20px;
1882 } 1882 }
1883 @media (min-width: 768px) { 1883 @media (min-width: 768px) {
1884 .toggle__text { 1884 .toggle__text {
1885 font-size: 16px; 1885 font-size: 16px;
1886 } 1886 }
1887 } 1887 }
1888 .toggle__text:nth-child(4) { 1888 .toggle__text:nth-child(4) {
1889 display: none; 1889 display: none;
1890 } 1890 }
1891 1891
1892 .rate { 1892 .rate {
1893 display: -webkit-box; 1893 display: -webkit-box;
1894 display: -ms-flexbox; 1894 display: -ms-flexbox;
1895 display: flex; 1895 display: flex;
1896 -webkit-box-align: center; 1896 -webkit-box-align: center;
1897 -ms-flex-align: center; 1897 -ms-flex-align: center;
1898 align-items: center; 1898 align-items: center;
1899 gap: 10px; 1899 gap: 10px;
1900 } 1900 }
1901 @media (min-width: 768px) { 1901 @media (min-width: 768px) {
1902 .rate { 1902 .rate {
1903 gap: 20px; 1903 gap: 20px;
1904 } 1904 }
1905 } 1905 }
1906 .rate__label { 1906 .rate__label {
1907 font-size: 12px; 1907 font-size: 12px;
1908 font-weight: 700; 1908 font-weight: 700;
1909 line-height: 1; 1909 line-height: 1;
1910 } 1910 }
1911 @media (min-width: 768px) { 1911 @media (min-width: 768px) {
1912 .rate__label { 1912 .rate__label {
1913 font-size: 18px; 1913 font-size: 18px;
1914 } 1914 }
1915 } 1915 }
1916 .rate__stars { 1916 .rate__stars {
1917 display: -webkit-box; 1917 display: -webkit-box;
1918 display: -ms-flexbox; 1918 display: -ms-flexbox;
1919 display: flex; 1919 display: flex;
1920 -webkit-box-orient: vertical; 1920 -webkit-box-orient: vertical;
1921 -webkit-box-direction: normal; 1921 -webkit-box-direction: normal;
1922 -ms-flex-direction: column; 1922 -ms-flex-direction: column;
1923 flex-direction: column; 1923 flex-direction: column;
1924 } 1924 }
1925 1925
1926 .back { 1926 .back {
1927 display: -webkit-box; 1927 display: -webkit-box;
1928 display: -ms-flexbox; 1928 display: -ms-flexbox;
1929 display: flex; 1929 display: flex;
1930 -webkit-box-align: center; 1930 -webkit-box-align: center;
1931 -ms-flex-align: center; 1931 -ms-flex-align: center;
1932 align-items: center; 1932 align-items: center;
1933 font-size: 14px; 1933 font-size: 14px;
1934 color: #377d87; 1934 color: #377d87;
1935 font-weight: 700; 1935 font-weight: 700;
1936 } 1936 }
1937 @media (min-width: 768px) { 1937 @media (min-width: 768px) {
1938 .back { 1938 .back {
1939 font-size: 18px; 1939 font-size: 18px;
1940 } 1940 }
1941 } 1941 }
1942 .back:hover { 1942 .back:hover {
1943 color: #4d88d9; 1943 color: #4d88d9;
1944 } 1944 }
1945 .back svg { 1945 .back svg {
1946 width: 16px; 1946 width: 16px;
1947 height: 16px; 1947 height: 16px;
1948 } 1948 }
1949 @media (min-width: 768px) { 1949 @media (min-width: 768px) {
1950 .back svg { 1950 .back svg {
1951 width: 26px; 1951 width: 26px;
1952 height: 26px; 1952 height: 26px;
1953 } 1953 }
1954 } 1954 }
1955 .back span { 1955 .back span {
1956 width: calc(100% - 16px); 1956 width: calc(100% - 16px);
1957 padding-left: 10px; 1957 padding-left: 10px;
1958 } 1958 }
1959 @media (min-width: 768px) { 1959 @media (min-width: 768px) {
1960 .back span { 1960 .back span {
1961 width: calc(100% - 26px); 1961 width: calc(100% - 26px);
1962 padding-left: 20px; 1962 padding-left: 20px;
1963 } 1963 }
1964 } 1964 }
1965 1965
1966 .callback { 1966 .callback {
1967 display: -webkit-box; 1967 display: -webkit-box;
1968 display: -ms-flexbox; 1968 display: -ms-flexbox;
1969 display: flex; 1969 display: flex;
1970 -webkit-box-orient: vertical; 1970 -webkit-box-orient: vertical;
1971 -webkit-box-direction: normal; 1971 -webkit-box-direction: normal;
1972 -ms-flex-direction: column; 1972 -ms-flex-direction: column;
1973 flex-direction: column; 1973 flex-direction: column;
1974 gap: 16px; 1974 gap: 16px;
1975 } 1975 }
1976 @media (min-width: 992px) { 1976 @media (min-width: 992px) {
1977 .callback { 1977 .callback {
1978 -webkit-box-orient: horizontal; 1978 -webkit-box-orient: horizontal;
1979 -webkit-box-direction: normal; 1979 -webkit-box-direction: normal;
1980 -ms-flex-direction: row; 1980 -ms-flex-direction: row;
1981 flex-direction: row; 1981 flex-direction: row;
1982 -webkit-box-pack: justify; 1982 -webkit-box-pack: justify;
1983 -ms-flex-pack: justify; 1983 -ms-flex-pack: justify;
1984 justify-content: space-between; 1984 justify-content: space-between;
1985 -ms-flex-wrap: wrap; 1985 -ms-flex-wrap: wrap;
1986 flex-wrap: wrap; 1986 flex-wrap: wrap;
1987 gap: 20px 0; 1987 gap: 20px 0;
1988 } 1988 }
1989 } 1989 }
1990 .callback__body { 1990 .callback__body {
1991 display: -webkit-box; 1991 display: -webkit-box;
1992 display: -ms-flexbox; 1992 display: -ms-flexbox;
1993 display: flex; 1993 display: flex;
1994 -webkit-box-orient: vertical; 1994 -webkit-box-orient: vertical;
1995 -webkit-box-direction: normal; 1995 -webkit-box-direction: normal;
1996 -ms-flex-direction: column; 1996 -ms-flex-direction: column;
1997 flex-direction: column; 1997 flex-direction: column;
1998 gap: 16px; 1998 gap: 16px;
1999 } 1999 }
2000 @media (min-width: 992px) { 2000 @media (min-width: 992px) {
2001 .callback__body { 2001 .callback__body {
2002 width: calc(50% - 10px); 2002 width: calc(50% - 10px);
2003 gap: 10px; 2003 gap: 10px;
2004 } 2004 }
2005 } 2005 }
2006 @media (min-width: 992px) { 2006 @media (min-width: 992px) {
2007 .callback__textarea { 2007 .callback__textarea {
2008 width: calc(50% - 10px); 2008 width: calc(50% - 10px);
2009 height: auto; 2009 height: auto;
2010 } 2010 }
2011 } 2011 }
2012 .callback__bottom { 2012 .callback__bottom {
2013 display: -webkit-box; 2013 display: -webkit-box;
2014 display: -ms-flexbox; 2014 display: -ms-flexbox;
2015 display: flex; 2015 display: flex;
2016 -webkit-box-orient: vertical; 2016 -webkit-box-orient: vertical;
2017 -webkit-box-direction: normal; 2017 -webkit-box-direction: normal;
2018 -ms-flex-direction: column; 2018 -ms-flex-direction: column;
2019 flex-direction: column; 2019 flex-direction: column;
2020 gap: 16px; 2020 gap: 16px;
2021 } 2021 }
2022 @media (min-width: 768px) { 2022 @media (min-width: 768px) {
2023 .callback__bottom { 2023 .callback__bottom {
2024 -webkit-box-align: start; 2024 -webkit-box-align: start;
2025 -ms-flex-align: start; 2025 -ms-flex-align: start;
2026 align-items: flex-start; 2026 align-items: flex-start;
2027 } 2027 }
2028 } 2028 }
2029 @media (min-width: 992px) { 2029 @media (min-width: 992px) {
2030 .callback__bottom { 2030 .callback__bottom {
2031 width: 100%; 2031 width: 100%;
2032 gap: 20px; 2032 gap: 20px;
2033 } 2033 }
2034 } 2034 }
2035 2035
2036 .error .input, 2036 .error .input,
2037 .error .textarea { 2037 .error .textarea {
2038 border-color: #eb5757; 2038 border-color: #eb5757;
2039 } 2039 }
2040 .error label { 2040 .error label {
2041 display: block; 2041 display: block;
2042 } 2042 }
2043 2043
2044 .eye { 2044 .eye {
2045 position: absolute; 2045 position: absolute;
2046 z-index: 2; 2046 z-index: 2;
2047 top: 50%; 2047 top: 50%;
2048 -webkit-transform: translate(0, -50%); 2048 -webkit-transform: translate(0, -50%);
2049 -ms-transform: translate(0, -50%); 2049 -ms-transform: translate(0, -50%);
2050 transform: translate(0, -50%); 2050 transform: translate(0, -50%);
2051 right: 10px; 2051 right: 10px;
2052 aspect-ratio: 1/1; 2052 aspect-ratio: 1/1;
2053 width: 16px; 2053 width: 16px;
2054 padding: 0; 2054 padding: 0;
2055 border: none; 2055 border: none;
2056 background: none; 2056 background: none;
2057 color: #9c9d9d; 2057 color: #9c9d9d;
2058 } 2058 }
2059 @media (min-width: 768px) { 2059 @media (min-width: 768px) {
2060 .eye { 2060 .eye {
2061 width: 24px; 2061 width: 24px;
2062 right: 20px; 2062 right: 20px;
2063 } 2063 }
2064 } 2064 }
2065 .eye svg { 2065 .eye svg {
2066 position: absolute; 2066 position: absolute;
2067 top: 0; 2067 top: 0;
2068 left: 0; 2068 left: 0;
2069 width: 100%; 2069 width: 100%;
2070 height: 100%; 2070 height: 100%;
2071 } 2071 }
2072 .eye svg + svg { 2072 .eye svg + svg {
2073 display: none; 2073 display: none;
2074 } 2074 }
2075 .eye.active { 2075 .eye.active {
2076 color: #377d87; 2076 color: #377d87;
2077 } 2077 }
2078 .eye.active svg { 2078 .eye.active svg {
2079 display: none; 2079 display: none;
2080 } 2080 }
2081 .eye.active svg + svg { 2081 .eye.active svg + svg {
2082 display: block; 2082 display: block;
2083 } 2083 }
2084 2084
2085 .del { 2085 .del {
2086 width: 32px; 2086 width: 32px;
2087 aspect-ratio: 1/1; 2087 aspect-ratio: 1/1;
2088 background: #377d87; 2088 background: #377d87;
2089 color: #fff; 2089 color: #fff;
2090 display: -webkit-box; 2090 display: -webkit-box;
2091 display: -ms-flexbox; 2091 display: -ms-flexbox;
2092 display: flex; 2092 display: flex;
2093 -webkit-box-pack: center; 2093 -webkit-box-pack: center;
2094 -ms-flex-pack: center; 2094 -ms-flex-pack: center;
2095 justify-content: center; 2095 justify-content: center;
2096 -webkit-box-align: center; 2096 -webkit-box-align: center;
2097 -ms-flex-align: center; 2097 -ms-flex-align: center;
2098 align-items: center; 2098 align-items: center;
2099 border-radius: 8px; 2099 border-radius: 8px;
2100 padding: 0; 2100 padding: 0;
2101 border: 1px solid #377d87; 2101 border: 1px solid #377d87;
2102 } 2102 }
2103 .del:hover { 2103 .del:hover {
2104 background: #fff; 2104 background: #fff;
2105 color: #377d87; 2105 color: #377d87;
2106 } 2106 }
2107 .del svg { 2107 .del svg {
2108 width: 50%; 2108 width: 50%;
2109 aspect-ratio: 1/1; 2109 aspect-ratio: 1/1;
2110 } 2110 }
2111 2111
2112 .notify { 2112 .notify {
2113 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 2113 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
2114 padding: 6px 12px; 2114 padding: 6px 12px;
2115 border-radius: 8px; 2115 border-radius: 8px;
2116 display: -webkit-box; 2116 display: -webkit-box;
2117 display: -ms-flexbox; 2117 display: -ms-flexbox;
2118 display: flex; 2118 display: flex;
2119 -webkit-box-align: start; 2119 -webkit-box-align: start;
2120 -ms-flex-align: start; 2120 -ms-flex-align: start;
2121 align-items: flex-start; 2121 align-items: flex-start;
2122 } 2122 }
2123 @media (min-width: 768px) { 2123 @media (min-width: 768px) {
2124 .notify { 2124 .notify {
2125 padding: 12px 20px; 2125 padding: 12px 20px;
2126 } 2126 }
2127 } 2127 }
2128 .notify_red { 2128 .notify_red {
2129 background: #f9cdcd; 2129 background: #f9cdcd;
2130 } 2130 }
2131 .notify svg { 2131 .notify svg {
2132 color: #4d88d9; 2132 color: #4d88d9;
2133 width: 20px; 2133 width: 20px;
2134 aspect-ratio: 1/1; 2134 aspect-ratio: 1/1;
2135 } 2135 }
2136 .notify span { 2136 .notify span {
2137 font-size: 12px; 2137 font-size: 12px;
2138 padding-left: 10px; 2138 padding-left: 10px;
2139 min-height: 20px; 2139 min-height: 20px;
2140 display: -webkit-box; 2140 display: -webkit-box;
2141 display: -ms-flexbox; 2141 display: -ms-flexbox;
2142 display: flex; 2142 display: flex;
2143 -webkit-box-align: center; 2143 -webkit-box-align: center;
2144 -ms-flex-align: center; 2144 -ms-flex-align: center;
2145 align-items: center; 2145 align-items: center;
2146 } 2146 }
2147 @media (min-width: 768px) { 2147 @media (min-width: 768px) {
2148 .notify span { 2148 .notify span {
2149 font-size: 16px; 2149 font-size: 16px;
2150 } 2150 }
2151 } 2151 }
2152 2152
2153 .table { 2153 .table {
2154 margin: 0 -10px; 2154 margin: 0 -10px;
2155 display: -webkit-box; 2155 display: -webkit-box;
2156 display: -ms-flexbox; 2156 display: -ms-flexbox;
2157 display: flex; 2157 display: flex;
2158 -webkit-box-orient: vertical; 2158 -webkit-box-orient: vertical;
2159 -webkit-box-direction: reverse; 2159 -webkit-box-direction: reverse;
2160 -ms-flex-direction: column-reverse; 2160 -ms-flex-direction: column-reverse;
2161 flex-direction: column-reverse; 2161 flex-direction: column-reverse;
2162 -webkit-box-align: center; 2162 -webkit-box-align: center;
2163 -ms-flex-align: center; 2163 -ms-flex-align: center;
2164 align-items: center; 2164 align-items: center;
2165 gap: 20px; 2165 gap: 20px;
2166 } 2166 }
2167 @media (min-width: 768px) { 2167 @media (min-width: 768px) {
2168 .table { 2168 .table {
2169 margin: 0; 2169 margin: 0;
2170 gap: 30px; 2170 gap: 30px;
2171 } 2171 }
2172 } 2172 }
2173 .table__button { 2173 .table__button {
2174 display: none; 2174 display: none;
2175 } 2175 }
2176 .table_spoiler .table__button { 2176 .table_spoiler .table__button {
2177 display: -webkit-box; 2177 display: -webkit-box;
2178 display: -ms-flexbox; 2178 display: -ms-flexbox;
2179 display: flex; 2179 display: flex;
2180 } 2180 }
2181 .table__scroll { 2181 .table__scroll {
2182 overflow: hidden; 2182 overflow: hidden;
2183 overflow-x: auto; 2183 overflow-x: auto;
2184 padding: 0 10px; 2184 padding: 0 10px;
2185 width: 100%; 2185 width: 100%;
2186 } 2186 }
2187 @media (min-width: 768px) { 2187 @media (min-width: 768px) {
2188 .table__scroll { 2188 .table__scroll {
2189 padding: 0; 2189 padding: 0;
2190 } 2190 }
2191 } 2191 }
2192 .table__body { 2192 .table__body {
2193 border-radius: 8px; 2193 border-radius: 8px;
2194 overflow: hidden; 2194 overflow: hidden;
2195 } 2195 }
2196 .table__body_min-width { 2196 .table__body_min-width {
2197 min-width: 580px; 2197 min-width: 580px;
2198 } 2198 }
2199 .table table { 2199 .table table {
2200 border-collapse: collapse; 2200 border-collapse: collapse;
2201 width: 100%; 2201 width: 100%;
2202 font-size: 12px; 2202 font-size: 12px;
2203 border-radius: 8px; 2203 border-radius: 8px;
2204 } 2204 }
2205 @media (min-width: 768px) { 2205 @media (min-width: 768px) {
2206 .table table { 2206 .table table {
2207 font-size: 14px; 2207 font-size: 14px;
2208 } 2208 }
2209 } 2209 }
2210 @media (min-width: 1280px) { 2210 @media (min-width: 1280px) {
2211 .table table { 2211 .table table {
2212 font-size: 16px; 2212 font-size: 16px;
2213 } 2213 }
2214 } 2214 }
2215 .table thead tr th, 2215 .table thead tr th,
2216 .table thead tr td { 2216 .table thead tr td {
2217 background: #377d87; 2217 background: #377d87;
2218 color: #fff; 2218 color: #fff;
2219 font-weight: 700; 2219 font-weight: 700;
2220 border-top-color: #377d87; 2220 border-top-color: #377d87;
2221 } 2221 }
2222 .table thead tr th:first-child, 2222 .table thead tr th:first-child,
2223 .table thead tr td:first-child { 2223 .table thead tr td:first-child {
2224 border-left-color: #377d87; 2224 border-left-color: #377d87;
2225 } 2225 }
2226 .table thead tr th:last-child, 2226 .table thead tr th:last-child,
2227 .table thead tr td:last-child { 2227 .table thead tr td:last-child {
2228 border-right-color: #377d87; 2228 border-right-color: #377d87;
2229 } 2229 }
2230 .table_spoiler tr { 2230 .table_spoiler tr {
2231 /*display: none;*/ 2231 /*display: none;*/
2232 } 2232 }
2233 .table_spoiler tr:nth-of-type(1), .table_spoiler tr:nth-of-type(2), .table_spoiler tr:nth-of-type(3), .table_spoiler tr:nth-of-type(4), .table_spoiler tr:nth-of-type(5), .table_spoiler tr:nth-of-type(6) { 2233 .table_spoiler tr:nth-of-type(1), .table_spoiler tr:nth-of-type(2), .table_spoiler tr:nth-of-type(3), .table_spoiler tr:nth-of-type(4), .table_spoiler tr:nth-of-type(5), .table_spoiler tr:nth-of-type(6) {
2234 display: table-row; 2234 display: table-row;
2235 } 2235 }
2236 .table_spoiler.active tr { 2236 .table_spoiler.active tr {
2237 display: table-row; 2237 display: table-row;
2238 } 2238 }
2239 .table th, 2239 .table th,
2240 .table td { 2240 .table td {
2241 text-align: left; 2241 text-align: left;
2242 padding: 10px; 2242 padding: 10px;
2243 border: 1px solid #cecece; 2243 border: 1px solid #cecece;
2244 } 2244 }
2245 @media (min-width: 768px) { 2245 @media (min-width: 768px) {
2246 .table td { 2246 .table td {
2247 padding: 14px 10px; 2247 padding: 14px 10px;
2248 } 2248 }
2249 } 2249 }
2250 .table__status { 2250 .table__status {
2251 color: #9c9d9d; 2251 color: #9c9d9d;
2252 display: -webkit-box; 2252 display: -webkit-box;
2253 display: -ms-flexbox; 2253 display: -ms-flexbox;
2254 display: flex; 2254 display: flex;
2255 -webkit-box-align: center; 2255 -webkit-box-align: center;
2256 -ms-flex-align: center; 2256 -ms-flex-align: center;
2257 align-items: center; 2257 align-items: center;
2258 gap: 6px; 2258 gap: 6px;
2259 position: relative; 2259 position: relative;
2260 padding-left: 14px; 2260 padding-left: 14px;
2261 } 2261 }
2262 .table__status i { 2262 .table__status i {
2263 background: #9c9d9d; 2263 background: #9c9d9d;
2264 width: 8px; 2264 width: 8px;
2265 aspect-ratio: 1/1; 2265 aspect-ratio: 1/1;
2266 border-radius: 999px; 2266 border-radius: 999px;
2267 position: absolute; 2267 position: absolute;
2268 top: 4px; 2268 top: 4px;
2269 left: 0; 2269 left: 0;
2270 } 2270 }
2271 .table__status.green { 2271 .table__status.green {
2272 color: #377d87; 2272 color: #377d87;
2273 } 2273 }
2274 .table__status.green i { 2274 .table__status.green i {
2275 background: #377d87; 2275 background: #377d87;
2276 } 2276 }
2277 .table__link { 2277 .table__link {
2278 display: -webkit-box; 2278 display: -webkit-box;
2279 display: -ms-flexbox; 2279 display: -ms-flexbox;
2280 display: flex; 2280 display: flex;
2281 -webkit-box-align: center; 2281 -webkit-box-align: center;
2282 -ms-flex-align: center; 2282 -ms-flex-align: center;
2283 align-items: center; 2283 align-items: center;
2284 gap: 4px; 2284 gap: 4px;
2285 color: #4d88d9; 2285 color: #4d88d9;
2286 } 2286 }
2287 @media (min-width: 768px) { 2287 @media (min-width: 768px) {
2288 .table__link { 2288 .table__link {
2289 gap: 6px; 2289 gap: 6px;
2290 } 2290 }
2291 } 2291 }
2292 .table__link:hover { 2292 .table__link:hover {
2293 color: #000; 2293 color: #000;
2294 } 2294 }
2295 .table__link svg { 2295 .table__link svg {
2296 width: 12px; 2296 width: 12px;
2297 aspect-ratio: 1/1; 2297 aspect-ratio: 1/1;
2298 } 2298 }
2299 @media (min-width: 768px) { 2299 @media (min-width: 768px) {
2300 .table__link svg { 2300 .table__link svg {
2301 width: 16px; 2301 width: 16px;
2302 } 2302 }
2303 } 2303 }
2304 .table__controls { 2304 .table__controls {
2305 display: -webkit-box; 2305 display: -webkit-box;
2306 display: -ms-flexbox; 2306 display: -ms-flexbox;
2307 display: flex; 2307 display: flex;
2308 -webkit-box-align: center; 2308 -webkit-box-align: center;
2309 -ms-flex-align: center; 2309 -ms-flex-align: center;
2310 align-items: center; 2310 align-items: center;
2311 gap: 8px; 2311 gap: 8px;
2312 } 2312 }
2313 @media (min-width: 1280px) { 2313 @media (min-width: 1280px) {
2314 .table__controls { 2314 .table__controls {
2315 gap: 12px; 2315 gap: 12px;
2316 } 2316 }
2317 } 2317 }
2318 .table__controls-item { 2318 .table__controls-item {
2319 width: 24px; 2319 width: 24px;
2320 aspect-ratio: 1/1; 2320 aspect-ratio: 1/1;
2321 display: -webkit-box; 2321 display: -webkit-box;
2322 display: -ms-flexbox; 2322 display: -ms-flexbox;
2323 display: flex; 2323 display: flex;
2324 -webkit-box-pack: center; 2324 -webkit-box-pack: center;
2325 -ms-flex-pack: center; 2325 -ms-flex-pack: center;
2326 justify-content: center; 2326 justify-content: center;
2327 -webkit-box-align: center; 2327 -webkit-box-align: center;
2328 -ms-flex-align: center; 2328 -ms-flex-align: center;
2329 align-items: center; 2329 align-items: center;
2330 border: 1px solid #377d87; 2330 border: 1px solid #377d87;
2331 border-radius: 8px; 2331 border-radius: 8px;
2332 color: #377d87; 2332 color: #377d87;
2333 background: none; 2333 background: none;
2334 padding: 0; 2334 padding: 0;
2335 } 2335 }
2336 @media (min-width: 1280px) { 2336 @media (min-width: 1280px) {
2337 .table__controls-item { 2337 .table__controls-item {
2338 width: 30px; 2338 width: 30px;
2339 } 2339 }
2340 } 2340 }
2341 .table__controls-item:hover { 2341 .table__controls-item:hover {
2342 background: #377d87; 2342 background: #377d87;
2343 color: #fff; 2343 color: #fff;
2344 } 2344 }
2345 .table__controls-item svg { 2345 .table__controls-item svg {
2346 width: 60%; 2346 width: 60%;
2347 aspect-ratio: 1/1; 2347 aspect-ratio: 1/1;
2348 } 2348 }
2349 .table__controls-item:nth-of-type(4) svg { 2349 .table__controls-item:nth-of-type(4) svg {
2350 width: 80%; 2350 width: 80%;
2351 } 2351 }
2352 2352
2353 .gl-star-rating--stars:before, .gl-star-rating--stars:after { 2353 .gl-star-rating--stars:before, .gl-star-rating--stars:after {
2354 display: none; 2354 display: none;
2355 } 2355 }
2356 .gl-star-rating--stars span { 2356 .gl-star-rating--stars span {
2357 width: 22px !important; 2357 width: 22px !important;
2358 height: 22px !important; 2358 height: 22px !important;
2359 background-size: 22px 22px !important; 2359 background-size: 22px 22px !important;
2360 } 2360 }
2361 @media (min-width: 768px) { 2361 @media (min-width: 768px) {
2362 .gl-star-rating--stars span { 2362 .gl-star-rating--stars span {
2363 width: 30px !important; 2363 width: 30px !important;
2364 height: 30px !important; 2364 height: 30px !important;
2365 background-size: 30px 30px !important; 2365 background-size: 30px 30px !important;
2366 } 2366 }
2367 } 2367 }
2368 2368
2369 .more { 2369 .more {
2370 display: -webkit-box; 2370 display: -webkit-box;
2371 display: -ms-flexbox; 2371 display: -ms-flexbox;
2372 display: flex; 2372 display: flex;
2373 -webkit-box-orient: vertical; 2373 -webkit-box-orient: vertical;
2374 -webkit-box-direction: normal; 2374 -webkit-box-direction: normal;
2375 -ms-flex-direction: column; 2375 -ms-flex-direction: column;
2376 flex-direction: column; 2376 flex-direction: column;
2377 -webkit-box-align: center; 2377 -webkit-box-align: center;
2378 -ms-flex-align: center; 2378 -ms-flex-align: center;
2379 align-items: center; 2379 align-items: center;
2380 } 2380 }
2381 .more_mt { 2381 .more_mt {
2382 margin-top: 20px; 2382 margin-top: 20px;
2383 } 2383 }
2384 .more .button { 2384 .more .button {
2385 min-width: 100px; 2385 min-width: 100px;
2386 padding: 0; 2386 padding: 0;
2387 } 2387 }
2388 @media (min-width: 768px) { 2388 @media (min-width: 768px) {
2389 .more .button { 2389 .more .button {
2390 min-width: 180px; 2390 min-width: 180px;
2391 } 2391 }
2392 } 2392 }
2393 2393
2394 .header { 2394 .header {
2395 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 2395 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
2396 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 2396 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
2397 background: #fff; 2397 background: #fff;
2398 position: relative; 2398 position: relative;
2399 z-index: 5; 2399 z-index: 5;
2400 overflow: hidden; 2400 overflow: hidden;
2401 } 2401 }
2402 @media (min-width: 768px) { 2402 @media (min-width: 768px) {
2403 .header { 2403 .header {
2404 -webkit-box-shadow: none; 2404 -webkit-box-shadow: none;
2405 box-shadow: none; 2405 box-shadow: none;
2406 } 2406 }
2407 } 2407 }
2408 .header__body { 2408 .header__body {
2409 height: 42px; 2409 height: 42px;
2410 display: -webkit-box; 2410 display: -webkit-box;
2411 display: -ms-flexbox; 2411 display: -ms-flexbox;
2412 display: flex; 2412 display: flex;
2413 -webkit-box-pack: justify; 2413 -webkit-box-pack: justify;
2414 -ms-flex-pack: justify; 2414 -ms-flex-pack: justify;
2415 justify-content: space-between; 2415 justify-content: space-between;
2416 -webkit-box-align: center; 2416 -webkit-box-align: center;
2417 -ms-flex-align: center; 2417 -ms-flex-align: center;
2418 align-items: center; 2418 align-items: center;
2419 } 2419 }
2420 @media (min-width: 768px) { 2420 @media (min-width: 768px) {
2421 .header__body { 2421 .header__body {
2422 height: 70px; 2422 height: 70px;
2423 } 2423 }
2424 } 2424 }
2425 .header__left { 2425 .header__left {
2426 display: -webkit-box; 2426 display: -webkit-box;
2427 display: -ms-flexbox; 2427 display: -ms-flexbox;
2428 display: flex; 2428 display: flex;
2429 -webkit-box-align: center; 2429 -webkit-box-align: center;
2430 -ms-flex-align: center; 2430 -ms-flex-align: center;
2431 align-items: center; 2431 align-items: center;
2432 gap: 40px; 2432 gap: 40px;
2433 } 2433 }
2434 .header__right { 2434 .header__right {
2435 display: -webkit-box; 2435 display: -webkit-box;
2436 display: -ms-flexbox; 2436 display: -ms-flexbox;
2437 display: flex; 2437 display: flex;
2438 -webkit-box-align: center; 2438 -webkit-box-align: center;
2439 -ms-flex-align: center; 2439 -ms-flex-align: center;
2440 align-items: center; 2440 align-items: center;
2441 gap: 14px; 2441 gap: 14px;
2442 } 2442 }
2443 @media (min-width: 768px) { 2443 @media (min-width: 768px) {
2444 .header__right { 2444 .header__right {
2445 gap: 20px; 2445 gap: 20px;
2446 } 2446 }
2447 } 2447 }
2448 .header__right-line { 2448 .header__right-line {
2449 width: 1px; 2449 width: 1px;
2450 height: 32px; 2450 height: 32px;
2451 background: #e6e7e7; 2451 background: #e6e7e7;
2452 border-radius: 999px; 2452 border-radius: 999px;
2453 } 2453 }
2454 @media (min-width: 992px) { 2454 @media (min-width: 992px) {
2455 .header__right-line { 2455 .header__right-line {
2456 display: none; 2456 display: none;
2457 } 2457 }
2458 } 2458 }
2459 .header__logo { 2459 .header__logo {
2460 display: -webkit-box; 2460 display: -webkit-box;
2461 display: -ms-flexbox; 2461 display: -ms-flexbox;
2462 display: flex; 2462 display: flex;
2463 -webkit-box-align: center; 2463 -webkit-box-align: center;
2464 -ms-flex-align: center; 2464 -ms-flex-align: center;
2465 align-items: center; 2465 align-items: center;
2466 -webkit-box-pack: center; 2466 -webkit-box-pack: center;
2467 -ms-flex-pack: center; 2467 -ms-flex-pack: center;
2468 justify-content: center; 2468 justify-content: center;
2469 color: #377d87; 2469 color: #377d87;
2470 } 2470 }
2471 .header__logo svg { 2471 .header__logo svg {
2472 width: 105px; 2472 width: 105px;
2473 height: 31px; 2473 height: 31px;
2474 } 2474 }
2475 @media (min-width: 768px) { 2475 @media (min-width: 768px) {
2476 .header__logo svg { 2476 .header__logo svg {
2477 width: 182px; 2477 width: 182px;
2478 height: 54px; 2478 height: 54px;
2479 } 2479 }
2480 } 2480 }
2481 .header__menu { 2481 .header__menu {
2482 display: none; 2482 display: none;
2483 } 2483 }
2484 .header.active-menu{ 2484 .header.active-menu{
2485 position: unset; 2485 position: unset;
2486 } 2486 }
2487 .header.active-menu .header__menu{ 2487 .header.active-menu .header__menu{
2488 position: absolute; 2488 position: absolute;
2489 display: flex; 2489 display: flex;
2490 flex-direction: column; 2490 flex-direction: column;
2491 z-index: 999; 2491 z-index: 999;
2492 top: 48px; 2492 top: 48px;
2493 background: #fff; 2493 background: #fff;
2494 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 2494 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
2495 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 2495 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
2496 left: 0; 2496 left: 0;
2497 border: 1px solid #e9e9e9; 2497 border: 1px solid #e9e9e9;
2498 width: 100%; 2498 width: 100%;
2499 } 2499 }
2500 @media (min-width: 768px) { 2500 @media (min-width: 768px) {
2501 .header__menu { 2501 .header__menu {
2502 display: -webkit-box; 2502 display: -webkit-box;
2503 display: -ms-flexbox; 2503 display: -ms-flexbox;
2504 display: flex; 2504 display: flex;
2505 } 2505 }
2506 } 2506 }
2507 .header__menu-item{ 2507 .header__menu-item{
2508 padding: 5px 10px; 2508 padding: 5px 10px;
2509 } 2509 }
2510 .header__menu-item:hover, .header__menu-item:active{ 2510 .header__menu-item:hover, .header__menu-item:active{
2511 border: 1px solid #cfcfcf; 2511 border: 1px solid #cfcfcf;
2512 } 2512 }
2513 .header__menu-item:hover { 2513 .header__menu-item:hover {
2514 color: #377d87; 2514 color: #377d87;
2515 } 2515 }
2516 .header__notifs { 2516 .header__notifs {
2517 display: -webkit-box; 2517 display: -webkit-box;
2518 display: -ms-flexbox; 2518 display: -ms-flexbox;
2519 display: flex; 2519 display: flex;
2520 -webkit-box-align: center; 2520 -webkit-box-align: center;
2521 -ms-flex-align: center; 2521 -ms-flex-align: center;
2522 align-items: center; 2522 align-items: center;
2523 -webkit-box-pack: center; 2523 -webkit-box-pack: center;
2524 -ms-flex-pack: center; 2524 -ms-flex-pack: center;
2525 justify-content: center; 2525 justify-content: center;
2526 color: #377d87; 2526 color: #377d87;
2527 padding: 0; 2527 padding: 0;
2528 border: none; 2528 border: none;
2529 background: none; 2529 background: none;
2530 width: 24px; 2530 width: 24px;
2531 height: 24px; 2531 height: 24px;
2532 } 2532 }
2533 @media (min-width: 992px) { 2533 @media (min-width: 992px) {
2534 .header__notifs { 2534 .header__notifs {
2535 width: auto; 2535 width: auto;
2536 height: auto; 2536 height: auto;
2537 color: #000; 2537 color: #000;
2538 line-height: 1.4; 2538 line-height: 1.4;
2539 } 2539 }
2540 } 2540 }
2541 @media (min-width: 992px) { 2541 @media (min-width: 992px) {
2542 .header__notifs:hover { 2542 .header__notifs:hover {
2543 color: #377d87; 2543 color: #377d87;
2544 } 2544 }
2545 } 2545 }
2546 .header__notifs svg { 2546 .header__notifs svg {
2547 width: 20px; 2547 width: 20px;
2548 height: 20px; 2548 height: 20px;
2549 } 2549 }
2550 @media (min-width: 992px) { 2550 @media (min-width: 992px) {
2551 .header__notifs svg { 2551 .header__notifs svg {
2552 display: none; 2552 display: none;
2553 } 2553 }
2554 } 2554 }
2555 .header__notifs span { 2555 .header__notifs span {
2556 display: none; 2556 display: none;
2557 } 2557 }
2558 @media (min-width: 992px) { 2558 @media (min-width: 992px) {
2559 .header__notifs span { 2559 .header__notifs span {
2560 display: inline; 2560 display: inline;
2561 } 2561 }
2562 } 2562 }
2563 .header__notifs_actived { 2563 .header__notifs_actived {
2564 position: relative; 2564 position: relative;
2565 } 2565 }
2566 @media (min-width: 992px) { 2566 @media (min-width: 992px) {
2567 .header__notifs_actived { 2567 .header__notifs_actived {
2568 padding-right: 12px; 2568 padding-right: 12px;
2569 } 2569 }
2570 } 2570 }
2571 .header__notifs_actived:after { 2571 .header__notifs_actived:after {
2572 content: ""; 2572 content: "";
2573 border: 1px solid #fff; 2573 border: 1px solid #fff;
2574 background: #377d87; 2574 background: #377d87;
2575 border-radius: 999px; 2575 border-radius: 999px;
2576 width: 10px; 2576 width: 10px;
2577 height: 10px; 2577 height: 10px;
2578 position: absolute; 2578 position: absolute;
2579 z-index: 1; 2579 z-index: 1;
2580 top: 0; 2580 top: 0;
2581 right: 0; 2581 right: 0;
2582 } 2582 }
2583 @media (min-width: 992px) { 2583 @media (min-width: 992px) {
2584 .header__notifs_actived:after { 2584 .header__notifs_actived:after {
2585 width: 8px; 2585 width: 8px;
2586 height: 8px; 2586 height: 8px;
2587 border: none; 2587 border: none;
2588 } 2588 }
2589 } 2589 }
2590 .header__burger { 2590 .header__burger {
2591 display: -webkit-box; 2591 display: -webkit-box;
2592 display: -ms-flexbox; 2592 display: -ms-flexbox;
2593 display: flex; 2593 display: flex;
2594 -webkit-box-align: center; 2594 -webkit-box-align: center;
2595 -ms-flex-align: center; 2595 -ms-flex-align: center;
2596 align-items: center; 2596 align-items: center;
2597 -webkit-box-pack: center; 2597 -webkit-box-pack: center;
2598 -ms-flex-pack: center; 2598 -ms-flex-pack: center;
2599 justify-content: center; 2599 justify-content: center;
2600 width: 24px; 2600 width: 24px;
2601 height: 24px; 2601 height: 24px;
2602 color: #377d87; 2602 color: #377d87;
2603 padding: 0; 2603 padding: 0;
2604 border: none; 2604 border: none;
2605 background: none; 2605 background: none;
2606 } 2606 }
2607 @media (min-width: 992px) { 2607 @media (min-width: 992px) {
2608 .header__burger { 2608 .header__burger {
2609 display: none; 2609 display: none;
2610 } 2610 }
2611 } 2611 }
2612 .header__burger svg { 2612 .header__burger svg {
2613 width: 20px; 2613 width: 20px;
2614 height: 20px; 2614 height: 20px;
2615 } 2615 }
2616 .header__burger svg + svg { 2616 .header__burger svg + svg {
2617 display: none; 2617 display: none;
2618 } 2618 }
2619 .header__sign { 2619 .header__sign {
2620 /*display: none;*/ 2620 /*display: none;*/
2621 } 2621 }
2622 @media (min-width: 992px) { 2622 @media (min-width: 992px) {
2623 .header__sign { 2623 .header__sign {
2624 display: -webkit-box; 2624 display: -webkit-box;
2625 display: -ms-flexbox; 2625 display: -ms-flexbox;
2626 display: flex; 2626 display: flex;
2627 } 2627 }
2628 } 2628 }
2629 2629
2630 .mob-menu { 2630 .mob-menu {
2631 display: none; 2631 display: none;
2632 position: fixed; 2632 position: fixed;
2633 bottom: 0; 2633 bottom: 0;
2634 left: 0; 2634 left: 0;
2635 width: 100vw; 2635 width: 100vw;
2636 height: calc(100vh - 42px); 2636 height: calc(100vh - 42px);
2637 z-index: 4; 2637 z-index: 4;
2638 background: #fff; 2638 background: #fff;
2639 overflow: hidden; 2639 overflow: hidden;
2640 overflow-y: auto; 2640 overflow-y: auto;
2641 padding: 50px 0; 2641 padding: 50px 0;
2642 } 2642 }
2643 .mob-menu__bottom { 2643 .mob-menu__bottom {
2644 display: -webkit-box; 2644 display: -webkit-box;
2645 display: -ms-flexbox; 2645 display: -ms-flexbox;
2646 display: flex; 2646 display: flex;
2647 -webkit-box-orient: vertical; 2647 -webkit-box-orient: vertical;
2648 -webkit-box-direction: normal; 2648 -webkit-box-direction: normal;
2649 -ms-flex-direction: column; 2649 -ms-flex-direction: column;
2650 flex-direction: column; 2650 flex-direction: column;
2651 -webkit-box-align: center; 2651 -webkit-box-align: center;
2652 -ms-flex-align: center; 2652 -ms-flex-align: center;
2653 align-items: center; 2653 align-items: center;
2654 margin-top: 80px; 2654 margin-top: 80px;
2655 } 2655 }
2656 .mob-menu__bottom .button { 2656 .mob-menu__bottom .button {
2657 min-width: 120px; 2657 min-width: 120px;
2658 } 2658 }
2659 .mob-menu__bottom-link { 2659 .mob-menu__bottom-link {
2660 text-decoration: underline; 2660 text-decoration: underline;
2661 margin-top: 50px; 2661 margin-top: 50px;
2662 } 2662 }
2663 .mob-menu__bottom-link:hover { 2663 .mob-menu__bottom-link:hover {
2664 color: #377d87; 2664 color: #377d87;
2665 } 2665 }
2666 .mob-menu__bottom-link + .mob-menu__bottom-link { 2666 .mob-menu__bottom-link + .mob-menu__bottom-link {
2667 margin-top: 10px; 2667 margin-top: 10px;
2668 } 2668 }
2669 .mob-menu__bottom .socials { 2669 .mob-menu__bottom .socials {
2670 margin-top: 35px; 2670 margin-top: 35px;
2671 } 2671 }
2672 .mob-menu .footer__mobile-menu { 2672 .mob-menu .footer__mobile-menu {
2673 opacity: 1; 2673 opacity: 1;
2674 height: auto; 2674 height: auto;
2675 overflow: visible; 2675 overflow: visible;
2676 } 2676 }
2677 .mob-menu .footer__mobile-menu-item button { 2677 .mob-menu .footer__mobile-menu-item button {
2678 -webkit-box-align: center; 2678 -webkit-box-align: center;
2679 -ms-flex-align: center; 2679 -ms-flex-align: center;
2680 align-items: center; 2680 align-items: center;
2681 } 2681 }
2682 .mob-menu .footer__mobile-menu-item div { 2682 .mob-menu .footer__mobile-menu-item div {
2683 font-size: 20px; 2683 font-size: 20px;
2684 } 2684 }
2685 .mob-menu .footer__mobile-contacts a { 2685 .mob-menu .footer__mobile-contacts a {
2686 font-size: 20px; 2686 font-size: 20px;
2687 font-weight: 700; 2687 font-weight: 700;
2688 color: #000; 2688 color: #000;
2689 text-decoration: none; 2689 text-decoration: none;
2690 } 2690 }
2691 .mob-menu .footer__mobile-contacts a:hover { 2691 .mob-menu .footer__mobile-contacts a:hover {
2692 color: #377d87; 2692 color: #377d87;
2693 } 2693 }
2694 .mob-menu .footer__mobile-menu-item button b, 2694 .mob-menu .footer__mobile-menu-item button b,
2695 .mob-menu .footer__mobile-contacts a { 2695 .mob-menu .footer__mobile-contacts a {
2696 font-size: 30px; 2696 font-size: 30px;
2697 } 2697 }
2698 2698
2699 .menu-is-actived { 2699 .menu-is-actived {
2700 overflow: hidden; 2700 overflow: hidden;
2701 } 2701 }
2702 @media (min-width: 992px) { 2702 @media (min-width: 992px) {
2703 .menu-is-actived { 2703 .menu-is-actived {
2704 overflow: auto; 2704 overflow: auto;
2705 } 2705 }
2706 } 2706 }
2707 .menu-is-actived .header__burger svg { 2707 .menu-is-actived .header__burger svg {
2708 display: none; 2708 display: none;
2709 } 2709 }
2710 .menu-is-actived .header__burger svg + svg { 2710 .menu-is-actived .header__burger svg + svg {
2711 display: block; 2711 display: block;
2712 } 2712 }
2713 .menu-is-actived .mob-menu { 2713 .menu-is-actived .mob-menu {
2714 display: block; 2714 display: block;
2715 } 2715 }
2716 @media (min-width: 992px) { 2716 @media (min-width: 992px) {
2717 .menu-is-actived .mob-menu { 2717 .menu-is-actived .mob-menu {
2718 display: none; 2718 display: none;
2719 } 2719 }
2720 } 2720 }
2721 2721
2722 .footer { 2722 .footer {
2723 -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); 2723 -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
2724 box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); 2724 box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
2725 background: #fff; 2725 background: #fff;
2726 position: relative; 2726 position: relative;
2727 z-index: 1; 2727 z-index: 1;
2728 overflow: hidden; 2728 overflow: hidden;
2729 } 2729 }
2730 .footer__mobile { 2730 .footer__mobile {
2731 display: -webkit-box; 2731 display: -webkit-box;
2732 display: -ms-flexbox; 2732 display: -ms-flexbox;
2733 display: flex; 2733 display: flex;
2734 -webkit-box-orient: vertical; 2734 -webkit-box-orient: vertical;
2735 -webkit-box-direction: normal; 2735 -webkit-box-direction: normal;
2736 -ms-flex-direction: column; 2736 -ms-flex-direction: column;
2737 flex-direction: column; 2737 flex-direction: column;
2738 padding: 25px 0 30px 0; 2738 padding: 25px 0 30px 0;
2739 } 2739 }
2740 @media (min-width: 768px) { 2740 @media (min-width: 768px) {
2741 .footer__mobile { 2741 .footer__mobile {
2742 padding: 30px 0; 2742 padding: 30px 0;
2743 } 2743 }
2744 } 2744 }
2745 @media (min-width: 992px) { 2745 @media (min-width: 992px) {
2746 .footer__mobile { 2746 .footer__mobile {
2747 display: none; 2747 display: none;
2748 } 2748 }
2749 } 2749 }
2750 .footer__mobile-toper { 2750 .footer__mobile-toper {
2751 display: -webkit-box; 2751 display: -webkit-box;
2752 display: -ms-flexbox; 2752 display: -ms-flexbox;
2753 display: flex; 2753 display: flex;
2754 -webkit-box-pack: justify; 2754 -webkit-box-pack: justify;
2755 -ms-flex-pack: justify; 2755 -ms-flex-pack: justify;
2756 justify-content: space-between; 2756 justify-content: space-between;
2757 -webkit-box-align: center; 2757 -webkit-box-align: center;
2758 -ms-flex-align: center; 2758 -ms-flex-align: center;
2759 align-items: center; 2759 align-items: center;
2760 padding: 0; 2760 padding: 0;
2761 border: none; 2761 border: none;
2762 background: none; 2762 background: none;
2763 } 2763 }
2764 .footer__mobile-toper a, 2764 .footer__mobile-toper a,
2765 .footer__mobile-toper b { 2765 .footer__mobile-toper b {
2766 display: -webkit-box; 2766 display: -webkit-box;
2767 display: -ms-flexbox; 2767 display: -ms-flexbox;
2768 display: flex; 2768 display: flex;
2769 -webkit-box-pack: center; 2769 -webkit-box-pack: center;
2770 -ms-flex-pack: center; 2770 -ms-flex-pack: center;
2771 justify-content: center; 2771 justify-content: center;
2772 -webkit-box-align: center; 2772 -webkit-box-align: center;
2773 -ms-flex-align: center; 2773 -ms-flex-align: center;
2774 align-items: center; 2774 align-items: center;
2775 color: #377d87; 2775 color: #377d87;
2776 } 2776 }
2777 .footer__mobile-toper a svg, 2777 .footer__mobile-toper a svg,
2778 .footer__mobile-toper b svg { 2778 .footer__mobile-toper b svg {
2779 width: 137px; 2779 width: 137px;
2780 height: 40px; 2780 height: 40px;
2781 } 2781 }
2782 .footer__mobile-toper span { 2782 .footer__mobile-toper span {
2783 width: 40px; 2783 width: 40px;
2784 height: 40px; 2784 height: 40px;
2785 display: -webkit-box; 2785 display: -webkit-box;
2786 display: -ms-flexbox; 2786 display: -ms-flexbox;
2787 display: flex; 2787 display: flex;
2788 -webkit-box-pack: center; 2788 -webkit-box-pack: center;
2789 -ms-flex-pack: center; 2789 -ms-flex-pack: center;
2790 justify-content: center; 2790 justify-content: center;
2791 -webkit-box-align: center; 2791 -webkit-box-align: center;
2792 -ms-flex-align: center; 2792 -ms-flex-align: center;
2793 align-items: center; 2793 align-items: center;
2794 background: #377d87; 2794 background: #377d87;
2795 color: #fff; 2795 color: #fff;
2796 border-radius: 999px; 2796 border-radius: 999px;
2797 } 2797 }
2798 .footer__mobile-toper span svg { 2798 .footer__mobile-toper span svg {
2799 width: 10px; 2799 width: 10px;
2800 height: 10px; 2800 height: 10px;
2801 -webkit-transition: 0.3s; 2801 -webkit-transition: 0.3s;
2802 transition: 0.3s; 2802 transition: 0.3s;
2803 } 2803 }
2804 .footer__mobile-toper.active span svg { 2804 .footer__mobile-toper.active span svg {
2805 -webkit-transform: rotate(180deg); 2805 -webkit-transform: rotate(180deg);
2806 -ms-transform: rotate(180deg); 2806 -ms-transform: rotate(180deg);
2807 transform: rotate(180deg); 2807 transform: rotate(180deg);
2808 } 2808 }
2809 .footer__mobile-menu { 2809 .footer__mobile-menu {
2810 height: 0; 2810 height: 0;
2811 opacity: 0; 2811 opacity: 0;
2812 overflow: hidden; 2812 overflow: hidden;
2813 -webkit-transition: 0.3s; 2813 -webkit-transition: 0.3s;
2814 transition: 0.3s; 2814 transition: 0.3s;
2815 display: -webkit-box; 2815 display: -webkit-box;
2816 display: -ms-flexbox; 2816 display: -ms-flexbox;
2817 display: flex; 2817 display: flex;
2818 -webkit-box-orient: vertical; 2818 -webkit-box-orient: vertical;
2819 -webkit-box-direction: normal; 2819 -webkit-box-direction: normal;
2820 -ms-flex-direction: column; 2820 -ms-flex-direction: column;
2821 flex-direction: column; 2821 flex-direction: column;
2822 gap: 30px; 2822 gap: 30px;
2823 } 2823 }
2824 @media (min-width: 768px) { 2824 @media (min-width: 768px) {
2825 .footer__mobile-menu { 2825 .footer__mobile-menu {
2826 display: grid; 2826 display: grid;
2827 grid-template-columns: 1fr 1fr; 2827 grid-template-columns: 1fr 1fr;
2828 gap: 100px; 2828 gap: 100px;
2829 } 2829 }
2830 } 2830 }
2831 .footer__mobile-menu-item { 2831 .footer__mobile-menu-item {
2832 display: -webkit-box; 2832 display: -webkit-box;
2833 display: -ms-flexbox; 2833 display: -ms-flexbox;
2834 display: flex; 2834 display: flex;
2835 -webkit-box-orient: vertical; 2835 -webkit-box-orient: vertical;
2836 -webkit-box-direction: normal; 2836 -webkit-box-direction: normal;
2837 -ms-flex-direction: column; 2837 -ms-flex-direction: column;
2838 flex-direction: column; 2838 flex-direction: column;
2839 } 2839 }
2840 .footer__mobile-menu-item button { 2840 .footer__mobile-menu-item button {
2841 display: -webkit-box; 2841 display: -webkit-box;
2842 display: -ms-flexbox; 2842 display: -ms-flexbox;
2843 display: flex; 2843 display: flex;
2844 -webkit-box-align: start; 2844 -webkit-box-align: start;
2845 -ms-flex-align: start; 2845 -ms-flex-align: start;
2846 align-items: flex-start; 2846 align-items: flex-start;
2847 padding: 0; 2847 padding: 0;
2848 border: none; 2848 border: none;
2849 background: none; 2849 background: none;
2850 } 2850 }
2851 .footer__mobile-menu-item button.active { 2851 .footer__mobile-menu-item button.active {
2852 color: #377d87; 2852 color: #377d87;
2853 } 2853 }
2854 .footer__mobile-menu-item button b { 2854 .footer__mobile-menu-item button b {
2855 width: calc(100% - 24px); 2855 width: calc(100% - 24px);
2856 padding-right: 12px; 2856 padding-right: 12px;
2857 min-height: 24px; 2857 min-height: 24px;
2858 display: -webkit-box; 2858 display: -webkit-box;
2859 display: -ms-flexbox; 2859 display: -ms-flexbox;
2860 display: flex; 2860 display: flex;
2861 -webkit-box-align: center; 2861 -webkit-box-align: center;
2862 -ms-flex-align: center; 2862 -ms-flex-align: center;
2863 align-items: center; 2863 align-items: center;
2864 font-size: 20px; 2864 font-size: 20px;
2865 font-weight: 700; 2865 font-weight: 700;
2866 } 2866 }
2867 .footer__mobile-menu-item button span { 2867 .footer__mobile-menu-item button span {
2868 width: 24px; 2868 width: 24px;
2869 height: 24px; 2869 height: 24px;
2870 display: -webkit-box; 2870 display: -webkit-box;
2871 display: -ms-flexbox; 2871 display: -ms-flexbox;
2872 display: flex; 2872 display: flex;
2873 -webkit-box-pack: center; 2873 -webkit-box-pack: center;
2874 -ms-flex-pack: center; 2874 -ms-flex-pack: center;
2875 justify-content: center; 2875 justify-content: center;
2876 -webkit-box-align: center; 2876 -webkit-box-align: center;
2877 -ms-flex-align: center; 2877 -ms-flex-align: center;
2878 align-items: center; 2878 align-items: center;
2879 padding: 0; 2879 padding: 0;
2880 border: none; 2880 border: none;
2881 background: none; 2881 background: none;
2882 } 2882 }
2883 .footer__mobile-menu-item button svg { 2883 .footer__mobile-menu-item button svg {
2884 width: 12px; 2884 width: 12px;
2885 height: 12px; 2885 height: 12px;
2886 -webkit-transition: 0.3s; 2886 -webkit-transition: 0.3s;
2887 transition: 0.3s; 2887 transition: 0.3s;
2888 -webkit-transform: rotate(180deg); 2888 -webkit-transform: rotate(180deg);
2889 -ms-transform: rotate(180deg); 2889 -ms-transform: rotate(180deg);
2890 transform: rotate(180deg); 2890 transform: rotate(180deg);
2891 } 2891 }
2892 .footer__mobile-menu-item button.active svg { 2892 .footer__mobile-menu-item button.active svg {
2893 -webkit-transform: rotate(0deg); 2893 -webkit-transform: rotate(0deg);
2894 -ms-transform: rotate(0deg); 2894 -ms-transform: rotate(0deg);
2895 transform: rotate(0deg); 2895 transform: rotate(0deg);
2896 } 2896 }
2897 .footer__mobile-menu-item div { 2897 .footer__mobile-menu-item div {
2898 height: 0; 2898 height: 0;
2899 opacity: 0; 2899 opacity: 0;
2900 overflow: hidden; 2900 overflow: hidden;
2901 -webkit-transition: 0.3s; 2901 -webkit-transition: 0.3s;
2902 transition: 0.3s; 2902 transition: 0.3s;
2903 display: -webkit-box; 2903 display: -webkit-box;
2904 display: -ms-flexbox; 2904 display: -ms-flexbox;
2905 display: flex; 2905 display: flex;
2906 -webkit-box-orient: vertical; 2906 -webkit-box-orient: vertical;
2907 -webkit-box-direction: normal; 2907 -webkit-box-direction: normal;
2908 -ms-flex-direction: column; 2908 -ms-flex-direction: column;
2909 flex-direction: column; 2909 flex-direction: column;
2910 gap: 15px; 2910 gap: 15px;
2911 } 2911 }
2912 .footer__mobile-menu-item div a:hover { 2912 .footer__mobile-menu-item div a:hover {
2913 color: #377d87; 2913 color: #377d87;
2914 } 2914 }
2915 .footer__mobile-menu-item .active + div { 2915 .footer__mobile-menu-item .active + div {
2916 opacity: 1; 2916 opacity: 1;
2917 height: auto; 2917 height: auto;
2918 overflow: visible; 2918 overflow: visible;
2919 padding-top: 15px; 2919 padding-top: 15px;
2920 } 2920 }
2921 .active + .footer__mobile-menu { 2921 .active + .footer__mobile-menu {
2922 opacity: 1; 2922 opacity: 1;
2923 height: auto; 2923 height: auto;
2924 overflow: visible; 2924 overflow: visible;
2925 padding-top: 35px; 2925 padding-top: 35px;
2926 } 2926 }
2927 .footer__mobile-contacts { 2927 .footer__mobile-contacts {
2928 display: -webkit-box; 2928 display: -webkit-box;
2929 display: -ms-flexbox; 2929 display: -ms-flexbox;
2930 display: flex; 2930 display: flex;
2931 -webkit-box-pack: justify; 2931 -webkit-box-pack: justify;
2932 -ms-flex-pack: justify; 2932 -ms-flex-pack: justify;
2933 justify-content: space-between; 2933 justify-content: space-between;
2934 -webkit-box-align: start; 2934 -webkit-box-align: start;
2935 -ms-flex-align: start; 2935 -ms-flex-align: start;
2936 align-items: flex-start; 2936 align-items: flex-start;
2937 -ms-flex-wrap: wrap; 2937 -ms-flex-wrap: wrap;
2938 flex-wrap: wrap; 2938 flex-wrap: wrap;
2939 margin-top: 30px; 2939 margin-top: 30px;
2940 } 2940 }
2941 .footer__mobile-contacts b { 2941 .footer__mobile-contacts b {
2942 font-size: 20px; 2942 font-size: 20px;
2943 font-weight: 700; 2943 font-weight: 700;
2944 width: 100%; 2944 width: 100%;
2945 margin-bottom: 20px; 2945 margin-bottom: 20px;
2946 } 2946 }
2947 .footer__mobile-contacts a { 2947 .footer__mobile-contacts a {
2948 color: #377d87; 2948 color: #377d87;
2949 text-decoration: underline; 2949 text-decoration: underline;
2950 } 2950 }
2951 .footer__mobile-contacts a + a { 2951 .footer__mobile-contacts a + a {
2952 color: #000; 2952 color: #000;
2953 } 2953 }
2954 .footer__mobile-bottom { 2954 .footer__mobile-bottom {
2955 display: -webkit-box; 2955 display: -webkit-box;
2956 display: -ms-flexbox; 2956 display: -ms-flexbox;
2957 display: flex; 2957 display: flex;
2958 -webkit-box-orient: vertical; 2958 -webkit-box-orient: vertical;
2959 -webkit-box-direction: normal; 2959 -webkit-box-direction: normal;
2960 -ms-flex-direction: column; 2960 -ms-flex-direction: column;
2961 flex-direction: column; 2961 flex-direction: column;
2962 -webkit-box-align: center; 2962 -webkit-box-align: center;
2963 -ms-flex-align: center; 2963 -ms-flex-align: center;
2964 align-items: center; 2964 align-items: center;
2965 text-align: center; 2965 text-align: center;
2966 gap: 20px; 2966 gap: 20px;
2967 margin-top: 100px; 2967 margin-top: 100px;
2968 } 2968 }
2969 .footer__mobile-links { 2969 .footer__mobile-links {
2970 display: -webkit-box; 2970 display: -webkit-box;
2971 display: -ms-flexbox; 2971 display: -ms-flexbox;
2972 display: flex; 2972 display: flex;
2973 -webkit-box-orient: vertical; 2973 -webkit-box-orient: vertical;
2974 -webkit-box-direction: normal; 2974 -webkit-box-direction: normal;
2975 -ms-flex-direction: column; 2975 -ms-flex-direction: column;
2976 flex-direction: column; 2976 flex-direction: column;
2977 -webkit-box-align: center; 2977 -webkit-box-align: center;
2978 -ms-flex-align: center; 2978 -ms-flex-align: center;
2979 align-items: center; 2979 align-items: center;
2980 gap: 10px; 2980 gap: 10px;
2981 } 2981 }
2982 .footer__mobile-links a:hover { 2982 .footer__mobile-links a:hover {
2983 color: #377d87; 2983 color: #377d87;
2984 } 2984 }
2985 .footer__mobile-links span { 2985 .footer__mobile-links span {
2986 width: 60px; 2986 width: 60px;
2987 height: 1px; 2987 height: 1px;
2988 background: #377d87; 2988 background: #377d87;
2989 } 2989 }
2990 .footer__main { 2990 .footer__main {
2991 display: none; 2991 display: none;
2992 padding: 55px 0 20px 0; 2992 padding: 55px 0 20px 0;
2993 -webkit-box-orient: vertical; 2993 -webkit-box-orient: vertical;
2994 -webkit-box-direction: normal; 2994 -webkit-box-direction: normal;
2995 -ms-flex-direction: column; 2995 -ms-flex-direction: column;
2996 flex-direction: column; 2996 flex-direction: column;
2997 gap: 70px; 2997 gap: 70px;
2998 } 2998 }
2999 @media (min-width: 992px) { 2999 @media (min-width: 992px) {
3000 .footer__main { 3000 .footer__main {
3001 display: -webkit-box; 3001 display: -webkit-box;
3002 display: -ms-flexbox; 3002 display: -ms-flexbox;
3003 display: flex; 3003 display: flex;
3004 } 3004 }
3005 } 3005 }
3006 .footer__main-body { 3006 .footer__main-body {
3007 display: -webkit-box; 3007 display: -webkit-box;
3008 display: -ms-flexbox; 3008 display: -ms-flexbox;
3009 display: flex; 3009 display: flex;
3010 -webkit-box-pack: justify; 3010 -webkit-box-pack: justify;
3011 -ms-flex-pack: justify; 3011 -ms-flex-pack: justify;
3012 justify-content: space-between; 3012 justify-content: space-between;
3013 -webkit-box-align: start; 3013 -webkit-box-align: start;
3014 -ms-flex-align: start; 3014 -ms-flex-align: start;
3015 align-items: flex-start; 3015 align-items: flex-start;
3016 } 3016 }
3017 .footer__main-logo { 3017 .footer__main-logo {
3018 display: -webkit-box; 3018 display: -webkit-box;
3019 display: -ms-flexbox; 3019 display: -ms-flexbox;
3020 display: flex; 3020 display: flex;
3021 -webkit-box-pack: center; 3021 -webkit-box-pack: center;
3022 -ms-flex-pack: center; 3022 -ms-flex-pack: center;
3023 justify-content: center; 3023 justify-content: center;
3024 -webkit-box-align: center; 3024 -webkit-box-align: center;
3025 -ms-flex-align: center; 3025 -ms-flex-align: center;
3026 align-items: center; 3026 align-items: center;
3027 color: #377d87; 3027 color: #377d87;
3028 } 3028 }
3029 .footer__main-logo svg { 3029 .footer__main-logo svg {
3030 width: 182px; 3030 width: 182px;
3031 height: 54px; 3031 height: 54px;
3032 } 3032 }
3033 .footer__main-title { 3033 .footer__main-title {
3034 font-size: 20px; 3034 font-size: 20px;
3035 font-weight: 700; 3035 font-weight: 700;
3036 margin-bottom: 16px; 3036 margin-bottom: 16px;
3037 } 3037 }
3038 .footer__main-col { 3038 .footer__main-col {
3039 display: -webkit-box; 3039 display: -webkit-box;
3040 display: -ms-flexbox; 3040 display: -ms-flexbox;
3041 display: flex; 3041 display: flex;
3042 -webkit-box-orient: vertical; 3042 -webkit-box-orient: vertical;
3043 -webkit-box-direction: normal; 3043 -webkit-box-direction: normal;
3044 -ms-flex-direction: column; 3044 -ms-flex-direction: column;
3045 flex-direction: column; 3045 flex-direction: column;
3046 -webkit-box-align: start; 3046 -webkit-box-align: start;
3047 -ms-flex-align: start; 3047 -ms-flex-align: start;
3048 align-items: flex-start; 3048 align-items: flex-start;
3049 } 3049 }
3050 .footer__main-col nav { 3050 .footer__main-col nav {
3051 display: -webkit-box; 3051 display: -webkit-box;
3052 display: -ms-flexbox; 3052 display: -ms-flexbox;
3053 display: flex; 3053 display: flex;
3054 -webkit-box-orient: vertical; 3054 -webkit-box-orient: vertical;
3055 -webkit-box-direction: normal; 3055 -webkit-box-direction: normal;
3056 -ms-flex-direction: column; 3056 -ms-flex-direction: column;
3057 flex-direction: column; 3057 flex-direction: column;
3058 -webkit-box-align: start; 3058 -webkit-box-align: start;
3059 -ms-flex-align: start; 3059 -ms-flex-align: start;
3060 align-items: flex-start; 3060 align-items: flex-start;
3061 gap: 8px; 3061 gap: 8px;
3062 } 3062 }
3063 .footer__main-col nav a:hover { 3063 .footer__main-col nav a:hover {
3064 color: #377d87; 3064 color: #377d87;
3065 } 3065 }
3066 .footer__main-contacts { 3066 .footer__main-contacts {
3067 display: -webkit-box; 3067 display: -webkit-box;
3068 display: -ms-flexbox; 3068 display: -ms-flexbox;
3069 display: flex; 3069 display: flex;
3070 -webkit-box-orient: vertical; 3070 -webkit-box-orient: vertical;
3071 -webkit-box-direction: normal; 3071 -webkit-box-direction: normal;
3072 -ms-flex-direction: column; 3072 -ms-flex-direction: column;
3073 flex-direction: column; 3073 flex-direction: column;
3074 -webkit-box-align: start; 3074 -webkit-box-align: start;
3075 -ms-flex-align: start; 3075 -ms-flex-align: start;
3076 align-items: flex-start; 3076 align-items: flex-start;
3077 gap: 16px; 3077 gap: 16px;
3078 margin-bottom: 16px; 3078 margin-bottom: 16px;
3079 } 3079 }
3080 .footer__main-contacts a { 3080 .footer__main-contacts a {
3081 color: #377d87; 3081 color: #377d87;
3082 text-decoration: underline; 3082 text-decoration: underline;
3083 } 3083 }
3084 .footer__main-contacts a + a { 3084 .footer__main-contacts a + a {
3085 color: #000; 3085 color: #000;
3086 } 3086 }
3087 .footer__main-copy { 3087 .footer__main-copy {
3088 display: -webkit-box; 3088 display: -webkit-box;
3089 display: -ms-flexbox; 3089 display: -ms-flexbox;
3090 display: flex; 3090 display: flex;
3091 -webkit-box-pack: justify; 3091 -webkit-box-pack: justify;
3092 -ms-flex-pack: justify; 3092 -ms-flex-pack: justify;
3093 justify-content: space-between; 3093 justify-content: space-between;
3094 -webkit-box-align: center; 3094 -webkit-box-align: center;
3095 -ms-flex-align: center; 3095 -ms-flex-align: center;
3096 align-items: center; 3096 align-items: center;
3097 font-size: 14px; 3097 font-size: 14px;
3098 line-height: 1.4; 3098 line-height: 1.4;
3099 } 3099 }
3100 .footer__main-copy nav { 3100 .footer__main-copy nav {
3101 display: -webkit-box; 3101 display: -webkit-box;
3102 display: -ms-flexbox; 3102 display: -ms-flexbox;
3103 display: flex; 3103 display: flex;
3104 -webkit-box-align: center; 3104 -webkit-box-align: center;
3105 -ms-flex-align: center; 3105 -ms-flex-align: center;
3106 align-items: center; 3106 align-items: center;
3107 gap: 10px; 3107 gap: 10px;
3108 } 3108 }
3109 .footer__main-copy nav a:hover { 3109 .footer__main-copy nav a:hover {
3110 color: #377d87; 3110 color: #377d87;
3111 } 3111 }
3112 .footer__main-copy nav span { 3112 .footer__main-copy nav span {
3113 width: 1px; 3113 width: 1px;
3114 height: 20px; 3114 height: 20px;
3115 background: #000; 3115 background: #000;
3116 } 3116 }
3117 3117
3118 .main { 3118 .main {
3119 position: relative; 3119 position: relative;
3120 overflow: hidden; 3120 overflow: hidden;
3121 padding: 30px 0; 3121 padding: 30px 0;
3122 } 3122 }
3123 @media (min-width: 768px) { 3123 @media (min-width: 768px) {
3124 .main { 3124 .main {
3125 padding: 40px 0; 3125 padding: 40px 0;
3126 } 3126 }
3127 } 3127 }
3128 @media (min-width: 992px) { 3128 @media (min-width: 992px) {
3129 .main { 3129 .main {
3130 padding: 50px 0; 3130 padding: 50px 0;
3131 } 3131 }
3132 } 3132 }
3133 @media (min-width: 1280px) { 3133 @media (min-width: 1280px) {
3134 .main { 3134 .main {
3135 padding: 60px 0; 3135 padding: 60px 0;
3136 } 3136 }
3137 } 3137 }
3138 .main h2 { 3138 .main h2 {
3139 margin: 0; 3139 margin: 0;
3140 font-weight: 700; 3140 font-weight: 700;
3141 font-size: 30px; 3141 font-size: 30px;
3142 } 3142 }
3143 @media (min-width: 768px) { 3143 @media (min-width: 768px) {
3144 .main h2 { 3144 .main h2 {
3145 font-size: 44px; 3145 font-size: 44px;
3146 } 3146 }
3147 } 3147 }
3148 .main h3 { 3148 .main h3 {
3149 margin: 0; 3149 margin: 0;
3150 font-weight: 700; 3150 font-weight: 700;
3151 font-size: 22px; 3151 font-size: 22px;
3152 } 3152 }
3153 @media (min-width: 768px) { 3153 @media (min-width: 768px) {
3154 .main h3 { 3154 .main h3 {
3155 font-size: 28px; 3155 font-size: 28px;
3156 } 3156 }
3157 } 3157 }
3158 .main p { 3158 .main p {
3159 margin: 0; 3159 margin: 0;
3160 font-size: 14px; 3160 font-size: 14px;
3161 line-height: 1.4; 3161 line-height: 1.4;
3162 } 3162 }
3163 @media (min-width: 768px) { 3163 @media (min-width: 768px) {
3164 .main p { 3164 .main p {
3165 font-size: 18px; 3165 font-size: 18px;
3166 } 3166 }
3167 } 3167 }
3168 .main p a { 3168 .main p a {
3169 color: #4d88d9; 3169 color: #4d88d9;
3170 } 3170 }
3171 .main p a:hover { 3171 .main p a:hover {
3172 color: #377d87; 3172 color: #377d87;
3173 } 3173 }
3174 .main__breadcrumbs { 3174 .main__breadcrumbs {
3175 margin-bottom: 20px; 3175 margin-bottom: 20px;
3176 } 3176 }
3177 @media (min-width: 768px) { 3177 @media (min-width: 768px) {
3178 .main__breadcrumbs { 3178 .main__breadcrumbs {
3179 margin-bottom: 40px; 3179 margin-bottom: 40px;
3180 } 3180 }
3181 } 3181 }
3182 .main__content { 3182 .main__content {
3183 display: -webkit-box; 3183 display: -webkit-box;
3184 display: -ms-flexbox; 3184 display: -ms-flexbox;
3185 display: flex; 3185 display: flex;
3186 -webkit-box-orient: vertical; 3186 -webkit-box-orient: vertical;
3187 -webkit-box-direction: normal; 3187 -webkit-box-direction: normal;
3188 -ms-flex-direction: column; 3188 -ms-flex-direction: column;
3189 flex-direction: column; 3189 flex-direction: column;
3190 gap: 20px; 3190 gap: 20px;
3191 font-size: 14px; 3191 font-size: 14px;
3192 } 3192 }
3193 @media (min-width: 992px) { 3193 @media (min-width: 992px) {
3194 .main__content { 3194 .main__content {
3195 font-size: 18px; 3195 font-size: 18px;
3196 gap: 32px; 3196 gap: 32px;
3197 } 3197 }
3198 } 3198 }
3199 .main__content-item { 3199 .main__content-item {
3200 display: -webkit-box; 3200 display: -webkit-box;
3201 display: -ms-flexbox; 3201 display: -ms-flexbox;
3202 display: flex; 3202 display: flex;
3203 -webkit-box-orient: vertical; 3203 -webkit-box-orient: vertical;
3204 -webkit-box-direction: normal; 3204 -webkit-box-direction: normal;
3205 -ms-flex-direction: column; 3205 -ms-flex-direction: column;
3206 flex-direction: column; 3206 flex-direction: column;
3207 gap: 16px; 3207 gap: 16px;
3208 } 3208 }
3209 .main__content h1, 3209 .main__content h1,
3210 .main__content h2, 3210 .main__content h2,
3211 .main__content h3, 3211 .main__content h3,
3212 .main__content h4, 3212 .main__content h4,
3213 .main__content h5, 3213 .main__content h5,
3214 .main__content h6 { 3214 .main__content h6 {
3215 color: #000; 3215 color: #000;
3216 } 3216 }
3217 .main__content ul, 3217 .main__content ul,
3218 .main__content ol { 3218 .main__content ol {
3219 padding: 0; 3219 padding: 0;
3220 margin: 0; 3220 margin: 0;
3221 padding-left: 20px; 3221 padding-left: 20px;
3222 display: -webkit-box; 3222 display: -webkit-box;
3223 display: -ms-flexbox; 3223 display: -ms-flexbox;
3224 display: flex; 3224 display: flex;
3225 -webkit-box-orient: vertical; 3225 -webkit-box-orient: vertical;
3226 -webkit-box-direction: normal; 3226 -webkit-box-direction: normal;
3227 -ms-flex-direction: column; 3227 -ms-flex-direction: column;
3228 flex-direction: column; 3228 flex-direction: column;
3229 gap: 8px; 3229 gap: 8px;
3230 } 3230 }
3231 @media (min-width: 992px) { 3231 @media (min-width: 992px) {
3232 .main__content ul, 3232 .main__content ul,
3233 .main__content ol { 3233 .main__content ol {
3234 gap: 16px; 3234 gap: 16px;
3235 padding-left: 30px; 3235 padding-left: 30px;
3236 } 3236 }
3237 } 3237 }
3238 .main__content li ul, 3238 .main__content li ul,
3239 .main__content li ol { 3239 .main__content li ol {
3240 margin-top: 8px; 3240 margin-top: 8px;
3241 } 3241 }
3242 @media (min-width: 992px) { 3242 @media (min-width: 992px) {
3243 .main__content li ul, 3243 .main__content li ul,
3244 .main__content li ol { 3244 .main__content li ol {
3245 margin-top: 16px; 3245 margin-top: 16px;
3246 } 3246 }
3247 } 3247 }
3248 .main__content li ul li, 3248 .main__content li ul li,
3249 .main__content li ol li { 3249 .main__content li ol li {
3250 list-style-type: disc; 3250 list-style-type: disc;
3251 } 3251 }
3252 .main__gallery { 3252 .main__gallery {
3253 display: -webkit-box; 3253 display: -webkit-box;
3254 display: -ms-flexbox; 3254 display: -ms-flexbox;
3255 display: flex; 3255 display: flex;
3256 -webkit-box-orient: vertical; 3256 -webkit-box-orient: vertical;
3257 -webkit-box-direction: normal; 3257 -webkit-box-direction: normal;
3258 -ms-flex-direction: column; 3258 -ms-flex-direction: column;
3259 flex-direction: column; 3259 flex-direction: column;
3260 gap: 20px; 3260 gap: 20px;
3261 } 3261 }
3262 @media (min-width: 768px) { 3262 @media (min-width: 768px) {
3263 .main__gallery { 3263 .main__gallery {
3264 display: grid; 3264 display: grid;
3265 grid-template-columns: repeat(2, 1fr); 3265 grid-template-columns: repeat(2, 1fr);
3266 } 3266 }
3267 } 3267 }
3268 @media (min-width: 992px) { 3268 @media (min-width: 992px) {
3269 .main__gallery { 3269 .main__gallery {
3270 grid-template-columns: repeat(3, 1fr); 3270 grid-template-columns: repeat(3, 1fr);
3271 } 3271 }
3272 } 3272 }
3273 .main__gallery-item { 3273 .main__gallery-item {
3274 width: 100%; 3274 width: 100%;
3275 aspect-ratio: 400/224; 3275 aspect-ratio: 400/224;
3276 border-radius: 30px; 3276 border-radius: 30px;
3277 position: relative; 3277 position: relative;
3278 overflow: hidden; 3278 overflow: hidden;
3279 } 3279 }
3280 .main__gallery-item:hover { 3280 .main__gallery-item:hover {
3281 -webkit-filter: brightness(1.1); 3281 -webkit-filter: brightness(1.1);
3282 filter: brightness(1.1); 3282 filter: brightness(1.1);
3283 } 3283 }
3284 .main__gallery-item img { 3284 .main__gallery-item img {
3285 position: absolute; 3285 position: absolute;
3286 top: 0; 3286 top: 0;
3287 left: 0; 3287 left: 0;
3288 width: 100%; 3288 width: 100%;
3289 height: 100%; 3289 height: 100%;
3290 -o-object-fit: cover; 3290 -o-object-fit: cover;
3291 object-fit: cover; 3291 object-fit: cover;
3292 } 3292 }
3293 .main__employers { 3293 .main__employers {
3294 display: -webkit-box; 3294 display: -webkit-box;
3295 display: -ms-flexbox; 3295 display: -ms-flexbox;
3296 display: flex; 3296 display: flex;
3297 -webkit-box-orient: vertical; 3297 -webkit-box-orient: vertical;
3298 -webkit-box-direction: normal; 3298 -webkit-box-direction: normal;
3299 -ms-flex-direction: column; 3299 -ms-flex-direction: column;
3300 flex-direction: column; 3300 flex-direction: column;
3301 gap: 10px; 3301 gap: 10px;
3302 } 3302 }
3303 @media (min-width: 768px) { 3303 @media (min-width: 768px) {
3304 .main__employers { 3304 .main__employers {
3305 gap: 30px; 3305 gap: 30px;
3306 } 3306 }
3307 } 3307 }
3308 .main__employers-body { 3308 .main__employers-body {
3309 display: none; 3309 display: none;
3310 -webkit-box-orient: vertical; 3310 -webkit-box-orient: vertical;
3311 -webkit-box-direction: normal; 3311 -webkit-box-direction: normal;
3312 -ms-flex-direction: column; 3312 -ms-flex-direction: column;
3313 flex-direction: column; 3313 flex-direction: column;
3314 gap: 20px; 3314 gap: 20px;
3315 } 3315 }
3316 @media (min-width: 992px) { 3316 @media (min-width: 992px) {
3317 .main__employers-body { 3317 .main__employers-body {
3318 gap: 30px; 3318 gap: 30px;
3319 } 3319 }
3320 } 3320 }
3321 .main__employers-body.showed { 3321 .main__employers-body.showed {
3322 display: -webkit-box; 3322 display: -webkit-box;
3323 display: -ms-flexbox; 3323 display: -ms-flexbox;
3324 display: flex; 3324 display: flex;
3325 } 3325 }
3326 .main__employers-item { 3326 .main__employers-item {
3327 display: -webkit-box; 3327 display: -webkit-box;
3328 display: -ms-flexbox; 3328 display: -ms-flexbox;
3329 display: flex; 3329 display: flex;
3330 -webkit-box-orient: vertical; 3330 -webkit-box-orient: vertical;
3331 -webkit-box-direction: normal; 3331 -webkit-box-direction: normal;
3332 -ms-flex-direction: column; 3332 -ms-flex-direction: column;
3333 flex-direction: column; 3333 flex-direction: column;
3334 border: 1px solid #cecece; 3334 border: 1px solid #cecece;
3335 border-radius: 8px; 3335 border-radius: 8px;
3336 position: relative; 3336 position: relative;
3337 overflow: hidden; 3337 overflow: hidden;
3338 padding: 10px; 3338 padding: 10px;
3339 padding-top: 50px; 3339 padding-top: 50px;
3340 padding-bottom: 30px; 3340 padding-bottom: 30px;
3341 } 3341 }
3342 @media (min-width: 768px) { 3342 @media (min-width: 768px) {
3343 .main__employers-item { 3343 .main__employers-item {
3344 -webkit-box-orient: horizontal; 3344 -webkit-box-orient: horizontal;
3345 -webkit-box-direction: normal; 3345 -webkit-box-direction: normal;
3346 -ms-flex-direction: row; 3346 -ms-flex-direction: row;
3347 flex-direction: row; 3347 flex-direction: row;
3348 -webkit-box-align: center; 3348 -webkit-box-align: center;
3349 -ms-flex-align: center; 3349 -ms-flex-align: center;
3350 align-items: center; 3350 align-items: center;
3351 -webkit-box-pack: justify; 3351 -webkit-box-pack: justify;
3352 -ms-flex-pack: justify; 3352 -ms-flex-pack: justify;
3353 justify-content: space-between; 3353 justify-content: space-between;
3354 padding: 55px 20px; 3354 padding: 55px 20px;
3355 } 3355 }
3356 } 3356 }
3357 @media (min-width: 1280px) { 3357 @media (min-width: 1280px) {
3358 .main__employers-item { 3358 .main__employers-item {
3359 padding-left: 55px; 3359 padding-left: 55px;
3360 } 3360 }
3361 } 3361 }
3362 .main__employers-item-inner { 3362 .main__employers-item-inner {
3363 display: -webkit-box; 3363 display: -webkit-box;
3364 display: -ms-flexbox; 3364 display: -ms-flexbox;
3365 display: flex; 3365 display: flex;
3366 -webkit-box-orient: vertical; 3366 -webkit-box-orient: vertical;
3367 -webkit-box-direction: normal; 3367 -webkit-box-direction: normal;
3368 -ms-flex-direction: column; 3368 -ms-flex-direction: column;
3369 flex-direction: column; 3369 flex-direction: column;
3370 } 3370 }
3371 @media (min-width: 768px) { 3371 @media (min-width: 768px) {
3372 .main__employers-item-inner { 3372 .main__employers-item-inner {
3373 width: calc(100% - 200px); 3373 width: calc(100% - 200px);
3374 padding-right: 40px; 3374 padding-right: 40px;
3375 } 3375 }
3376 } 3376 }
3377 @media (min-width: 992px) { 3377 @media (min-width: 992px) {
3378 .main__employers-item-inner { 3378 .main__employers-item-inner {
3379 -webkit-box-orient: horizontal; 3379 -webkit-box-orient: horizontal;
3380 -webkit-box-direction: normal; 3380 -webkit-box-direction: normal;
3381 -ms-flex-direction: row; 3381 -ms-flex-direction: row;
3382 flex-direction: row; 3382 flex-direction: row;
3383 -webkit-box-align: center; 3383 -webkit-box-align: center;
3384 -ms-flex-align: center; 3384 -ms-flex-align: center;
3385 align-items: center; 3385 align-items: center;
3386 } 3386 }
3387 } 3387 }
3388 .main__employers-item-pic { 3388 .main__employers-item-pic {
3389 height: 30px; 3389 height: 30px;
3390 position: absolute; 3390 position: absolute;
3391 top: 10px; 3391 top: 10px;
3392 left: 10px; 3392 left: 10px;
3393 } 3393 }
3394 @media (min-width: 768px) { 3394 @media (min-width: 768px) {
3395 .main__employers-item-pic { 3395 .main__employers-item-pic {
3396 position: static; 3396 position: static;
3397 width: 150px; 3397 width: 150px;
3398 height: auto; 3398 height: auto;
3399 max-height: 150px; 3399 max-height: 150px;
3400 -o-object-fit: contain; 3400 -o-object-fit: contain;
3401 object-fit: contain; 3401 object-fit: contain;
3402 } 3402 }
3403 } 3403 }
3404 .main__employers-item-body { 3404 .main__employers-item-body {
3405 font-size: 12px; 3405 font-size: 12px;
3406 display: -webkit-box; 3406 display: -webkit-box;
3407 display: -ms-flexbox; 3407 display: -ms-flexbox;
3408 display: flex; 3408 display: flex;
3409 -webkit-box-orient: vertical; 3409 -webkit-box-orient: vertical;
3410 -webkit-box-direction: normal; 3410 -webkit-box-direction: normal;
3411 -ms-flex-direction: column; 3411 -ms-flex-direction: column;
3412 flex-direction: column; 3412 flex-direction: column;
3413 gap: 10px; 3413 gap: 10px;
3414 } 3414 }
3415 @media (min-width: 768px) { 3415 @media (min-width: 768px) {
3416 .main__employers-item-body { 3416 .main__employers-item-body {
3417 font-size: 16px; 3417 font-size: 16px;
3418 padding-top: 20px; 3418 padding-top: 20px;
3419 } 3419 }
3420 } 3420 }
3421 @media (min-width: 992px) { 3421 @media (min-width: 992px) {
3422 .main__employers-item-body { 3422 .main__employers-item-body {
3423 width: calc(100% - 150px); 3423 width: calc(100% - 150px);
3424 padding: 0; 3424 padding: 0;
3425 padding-left: 40px; 3425 padding-left: 40px;
3426 } 3426 }
3427 } 3427 }
3428 .main__employers-item-body b { 3428 .main__employers-item-body b {
3429 font-weight: 700; 3429 font-weight: 700;
3430 } 3430 }
3431 @media (min-width: 768px) { 3431 @media (min-width: 768px) {
3432 .main__employers-item-body b { 3432 .main__employers-item-body b {
3433 font-size: 20px; 3433 font-size: 20px;
3434 } 3434 }
3435 } 3435 }
3436 .main__employers-item-body i { 3436 .main__employers-item-body i {
3437 font-style: normal; 3437 font-style: normal;
3438 color: #000; 3438 color: #000;
3439 } 3439 }
3440 .main__employers-item-more { 3440 .main__employers-item-more {
3441 position: absolute; 3441 position: absolute;
3442 top: 10px; 3442 top: 10px;
3443 right: 10px; 3443 right: 10px;
3444 } 3444 }
3445 @media (min-width: 768px) { 3445 @media (min-width: 768px) {
3446 .main__employers-item-more { 3446 .main__employers-item-more {
3447 width: 200px; 3447 width: 200px;
3448 padding: 0; 3448 padding: 0;
3449 position: static; 3449 position: static;
3450 } 3450 }
3451 } 3451 }
3452 .main__employers-item-label { 3452 .main__employers-item-label {
3453 background: #4d88d9; 3453 background: #4d88d9;
3454 color: #fff; 3454 color: #fff;
3455 border-radius: 6px; 3455 border-radius: 6px;
3456 width: 100%; 3456 width: 100%;
3457 height: 20px; 3457 height: 20px;
3458 display: -webkit-box; 3458 display: -webkit-box;
3459 display: -ms-flexbox; 3459 display: -ms-flexbox;
3460 display: flex; 3460 display: flex;
3461 -webkit-box-align: center; 3461 -webkit-box-align: center;
3462 -ms-flex-align: center; 3462 -ms-flex-align: center;
3463 align-items: center; 3463 align-items: center;
3464 padding: 0 12px; 3464 padding: 0 12px;
3465 position: absolute; 3465 position: absolute;
3466 bottom: 0; 3466 bottom: 0;
3467 left: 0; 3467 left: 0;
3468 font-size: 12px; 3468 font-size: 12px;
3469 line-height: 1; 3469 line-height: 1;
3470 } 3470 }
3471 @media (min-width: 768px) { 3471 @media (min-width: 768px) {
3472 .main__employers-item-label { 3472 .main__employers-item-label {
3473 max-width: 350px; 3473 max-width: 350px;
3474 height: 30px; 3474 height: 30px;
3475 font-size: 15px; 3475 font-size: 15px;
3476 } 3476 }
3477 } 3477 }
3478 .main__employers-item-label svg { 3478 .main__employers-item-label svg {
3479 width: 8px; 3479 width: 8px;
3480 height: 8px; 3480 height: 8px;
3481 } 3481 }
3482 @media (min-width: 768px) { 3482 @media (min-width: 768px) {
3483 .main__employers-item-label svg { 3483 .main__employers-item-label svg {
3484 width: 12px; 3484 width: 12px;
3485 height: 12px; 3485 height: 12px;
3486 } 3486 }
3487 } 3487 }
3488 .main__employers-item-label span { 3488 .main__employers-item-label span {
3489 overflow: hidden; 3489 overflow: hidden;
3490 display: -webkit-box; 3490 display: -webkit-box;
3491 -webkit-box-orient: vertical; 3491 -webkit-box-orient: vertical;
3492 -webkit-line-clamp: 1; 3492 -webkit-line-clamp: 1;
3493 width: calc(100% - 8px); 3493 width: calc(100% - 8px);
3494 padding-left: 6px; 3494 padding-left: 6px;
3495 } 3495 }
3496 .main__employers-one { 3496 .main__employers-one {
3497 display: -webkit-box; 3497 display: -webkit-box;
3498 display: -ms-flexbox; 3498 display: -ms-flexbox;
3499 display: flex; 3499 display: flex;
3500 -webkit-box-orient: vertical; 3500 -webkit-box-orient: vertical;
3501 -webkit-box-direction: normal; 3501 -webkit-box-direction: normal;
3502 -ms-flex-direction: column; 3502 -ms-flex-direction: column;
3503 flex-direction: column; 3503 flex-direction: column;
3504 gap: 20px; 3504 gap: 20px;
3505 } 3505 }
3506 .main__employers-two { 3506 .main__employers-two {
3507 display: -webkit-box; 3507 display: -webkit-box;
3508 display: -ms-flexbox; 3508 display: -ms-flexbox;
3509 display: flex; 3509 display: flex;
3510 -webkit-box-orient: vertical; 3510 -webkit-box-orient: vertical;
3511 -webkit-box-direction: normal; 3511 -webkit-box-direction: normal;
3512 -ms-flex-direction: column; 3512 -ms-flex-direction: column;
3513 flex-direction: column; 3513 flex-direction: column;
3514 gap: 20px; 3514 gap: 20px;
3515 } 3515 }
3516 @media (min-width: 768px) { 3516 @media (min-width: 768px) {
3517 .main__employers-two { 3517 .main__employers-two {
3518 -webkit-box-orient: horizontal; 3518 -webkit-box-orient: horizontal;
3519 -webkit-box-direction: normal; 3519 -webkit-box-direction: normal;
3520 -ms-flex-direction: row; 3520 -ms-flex-direction: row;
3521 flex-direction: row; 3521 flex-direction: row;
3522 -ms-flex-wrap: wrap; 3522 -ms-flex-wrap: wrap;
3523 flex-wrap: wrap; 3523 flex-wrap: wrap;
3524 -webkit-box-align: start; 3524 -webkit-box-align: start;
3525 -ms-flex-align: start; 3525 -ms-flex-align: start;
3526 align-items: flex-start; 3526 align-items: flex-start;
3527 -webkit-box-pack: justify; 3527 -webkit-box-pack: justify;
3528 -ms-flex-pack: justify; 3528 -ms-flex-pack: justify;
3529 justify-content: space-between; 3529 justify-content: space-between;
3530 gap: 20px 0; 3530 gap: 20px 0;
3531 } 3531 }
3532 } 3532 }
3533 .main__employers-two .main__employers-item { 3533 .main__employers-two .main__employers-item {
3534 width: calc(50% - 10px); 3534 width: calc(50% - 10px);
3535 -webkit-box-orient: vertical; 3535 -webkit-box-orient: vertical;
3536 -webkit-box-direction: normal; 3536 -webkit-box-direction: normal;
3537 -ms-flex-direction: column; 3537 -ms-flex-direction: column;
3538 flex-direction: column; 3538 flex-direction: column;
3539 -webkit-box-align: stretch; 3539 -webkit-box-align: stretch;
3540 -ms-flex-align: stretch; 3540 -ms-flex-align: stretch;
3541 align-items: stretch; 3541 align-items: stretch;
3542 padding-top: 30px; 3542 padding-top: 30px;
3543 } 3543 }
3544 .main__employers-two .main__employers-item-inner { 3544 .main__employers-two .main__employers-item-inner {
3545 width: 100%; 3545 width: 100%;
3546 padding: 0; 3546 padding: 0;
3547 } 3547 }
3548 .main__employers-two .main__employers-item-more { 3548 .main__employers-two .main__employers-item-more {
3549 position: static; 3549 position: static;
3550 margin-top: 20px; 3550 margin-top: 20px;
3551 } 3551 }
3552 @media (min-width: 992px) { 3552 @media (min-width: 992px) {
3553 .main__employers-two .main__employers-item-more { 3553 .main__employers-two .main__employers-item-more {
3554 margin-left: 190px; 3554 margin-left: 190px;
3555 } 3555 }
3556 } 3556 }
3557 .main__employers-two .main__employers-item-label { 3557 .main__employers-two .main__employers-item-label {
3558 max-width: none; 3558 max-width: none;
3559 } 3559 }
3560 .main__employer-page { 3560 .main__employer-page {
3561 display: -webkit-box; 3561 display: -webkit-box;
3562 display: -ms-flexbox; 3562 display: -ms-flexbox;
3563 display: flex; 3563 display: flex;
3564 -webkit-box-orient: vertical; 3564 -webkit-box-orient: vertical;
3565 -webkit-box-direction: normal; 3565 -webkit-box-direction: normal;
3566 -ms-flex-direction: column; 3566 -ms-flex-direction: column;
3567 flex-direction: column; 3567 flex-direction: column;
3568 gap: 20px; 3568 gap: 20px;
3569 } 3569 }
3570 @media (min-width: 768px) { 3570 @media (min-width: 768px) {
3571 .main__employer-page { 3571 .main__employer-page {
3572 gap: 30px; 3572 gap: 30px;
3573 } 3573 }
3574 } 3574 }
3575 .main__employer-page-title { 3575 .main__employer-page-title {
3576 color: #000; 3576 color: #000;
3577 margin: 0; 3577 margin: 0;
3578 font-size: 30px; 3578 font-size: 30px;
3579 } 3579 }
3580 @media (min-width: 768px) { 3580 @media (min-width: 768px) {
3581 .main__employer-page-title { 3581 .main__employer-page-title {
3582 font-size: 36px; 3582 font-size: 36px;
3583 } 3583 }
3584 } 3584 }
3585 @media (min-width: 992px) { 3585 @media (min-width: 992px) {
3586 .main__employer-page-title { 3586 .main__employer-page-title {
3587 font-size: 44px; 3587 font-size: 44px;
3588 } 3588 }
3589 } 3589 }
3590 .main__employer-page-item { 3590 .main__employer-page-item {
3591 display: -webkit-box; 3591 display: -webkit-box;
3592 display: -ms-flexbox; 3592 display: -ms-flexbox;
3593 display: flex; 3593 display: flex;
3594 -webkit-box-orient: vertical; 3594 -webkit-box-orient: vertical;
3595 -webkit-box-direction: normal; 3595 -webkit-box-direction: normal;
3596 -ms-flex-direction: column; 3596 -ms-flex-direction: column;
3597 flex-direction: column; 3597 flex-direction: column;
3598 gap: 4px; 3598 gap: 4px;
3599 font-size: 12px; 3599 font-size: 12px;
3600 line-height: 1.4; 3600 line-height: 1.4;
3601 width: 190px; 3601 width: 190px;
3602 } 3602 }
3603 .main__employer-page-item.main__employer-page-description{ 3603 .main__employer-page-item.main__employer-page-description{
3604 width: unset; 3604 width: unset;
3605 } 3605 }
3606 .main__employer-page-description p{ 3606 .main__employer-page-description p{
3607 margin-bottom: 10px; 3607 margin-bottom: 10px;
3608 line-height: 25px; 3608 line-height: 25px;
3609 } 3609 }
3610 @media (min-width: 768px) { 3610 @media (min-width: 768px) {
3611 .main__employer-page-item { 3611 .main__employer-page-item {
3612 font-size: 18px; 3612 font-size: 18px;
3613 gap: 8px; 3613 gap: 8px;
3614 } 3614 }
3615 } 3615 }
3616 .main__employer-page-item b { 3616 .main__employer-page-item b {
3617 color: #377d87; 3617 color: #377d87;
3618 font-size: 14px; 3618 font-size: 14px;
3619 } 3619 }
3620 @media (min-width: 768px) { 3620 @media (min-width: 768px) {
3621 .main__employer-page-item b { 3621 .main__employer-page-item b {
3622 font-size: 18px; 3622 font-size: 18px;
3623 } 3623 }
3624 } 3624 }
3625 .main__employer-page-item span { 3625 .main__employer-page-item span {
3626 color: #000; 3626 color: #000;
3627 } 3627 }
3628 .main__employer-page-info { 3628 .main__employer-page-info {
3629 display: -webkit-box; 3629 display: -webkit-box;
3630 display: -ms-flexbox; 3630 display: -ms-flexbox;
3631 display: flex; 3631 display: flex;
3632 -webkit-box-orient: vertical; 3632 -webkit-box-orient: vertical;
3633 -webkit-box-direction: normal; 3633 -webkit-box-direction: normal;
3634 -ms-flex-direction: column; 3634 -ms-flex-direction: column;
3635 flex-direction: column; 3635 flex-direction: column;
3636 gap: 20px; 3636 gap: 20px;
3637 } 3637 }
3638 .main__employer-page-info.row2{ 3638 .main__employer-page-info.row2{
3639 justify-content: flex-start; 3639 justify-content: flex-start;
3640 } 3640 }
3641 .main__employer-page-info.row2 .main__employer-page-item{ 3641 .main__employer-page-info.row2 .main__employer-page-item{
3642 width: 25%; 3642 width: 25%;
3643 } 3643 }
3644 @media (min-width: 768px) { 3644 @media (min-width: 768px) {
3645 .main__employer-page-info { 3645 .main__employer-page-info {
3646 display: grid; 3646 display: grid;
3647 grid-template-columns: repeat(2, 1fr); 3647 grid-template-columns: repeat(2, 1fr);
3648 gap: 30px 40px; 3648 gap: 30px 40px;
3649 } 3649 }
3650 } 3650 }
3651 @media (min-width: 1280px) { 3651 @media (min-width: 1280px) {
3652 .main__employer-page-info { 3652 .main__employer-page-info {
3653 display: -webkit-box; 3653 display: -webkit-box;
3654 display: -ms-flexbox; 3654 display: -ms-flexbox;
3655 display: flex; 3655 display: flex;
3656 -webkit-box-orient: horizontal; 3656 -webkit-box-orient: horizontal;
3657 -webkit-box-direction: normal; 3657 -webkit-box-direction: normal;
3658 -ms-flex-direction: row; 3658 -ms-flex-direction: row;
3659 flex-direction: row; 3659 flex-direction: row;
3660 -webkit-box-align: start; 3660 -webkit-box-align: start;
3661 -ms-flex-align: start; 3661 -ms-flex-align: start;
3662 align-items: flex-start; 3662 align-items: flex-start;
3663 -webkit-box-pack: justify; 3663 -webkit-box-pack: justify;
3664 -ms-flex-pack: justify; 3664 -ms-flex-pack: justify;
3665 justify-content: space-between; 3665 justify-content: space-between;
3666 padding-right: 160px; 3666 padding-right: 160px;
3667 } 3667 }
3668 } 3668 }
3669 @media (min-width: 768px) { 3669 @media (min-width: 768px) {
3670 .main__employer-page-info .main__employer-page-item b, 3670 .main__employer-page-info .main__employer-page-item b,
3671 .main__employer-page-info .main__employer-page-item span { 3671 .main__employer-page-info .main__employer-page-item span {
3672 max-width: 300px; 3672 max-width: 300px;
3673 } 3673 }
3674 } 3674 }
3675 .main__employer-page-tabs { 3675 .main__employer-page-tabs {
3676 display: -webkit-box; 3676 display: -webkit-box;
3677 display: -ms-flexbox; 3677 display: -ms-flexbox;
3678 display: flex; 3678 display: flex;
3679 -webkit-box-align: center; 3679 -webkit-box-align: center;
3680 -ms-flex-align: center; 3680 -ms-flex-align: center;
3681 align-items: center; 3681 align-items: center;
3682 gap: 20px; 3682 gap: 20px;
3683 } 3683 }
3684 @media (min-width: 768px) { 3684 @media (min-width: 768px) {
3685 .main__employer-page-tabs { 3685 .main__employer-page-tabs {
3686 margin-top: 20px; 3686 margin-top: 20px;
3687 } 3687 }
3688 } 3688 }
3689 .main__employer-page-tabs-item { 3689 .main__employer-page-tabs-item {
3690 font-size: 22px; 3690 font-size: 22px;
3691 font-weight: 700; 3691 font-weight: 700;
3692 border: none; 3692 border: none;
3693 background: none; 3693 background: none;
3694 padding: 0; 3694 padding: 0;
3695 color: #9c9d9d; 3695 color: #9c9d9d;
3696 text-decoration: underline; 3696 text-decoration: underline;
3697 text-decoration-thickness: 1px; 3697 text-decoration-thickness: 1px;
3698 } 3698 }
3699 @media (min-width: 768px) { 3699 @media (min-width: 768px) {
3700 .main__employer-page-tabs-item { 3700 .main__employer-page-tabs-item {
3701 font-size: 24px; 3701 font-size: 24px;
3702 } 3702 }
3703 } 3703 }
3704 .main__employer-page-tabs-item.active { 3704 .main__employer-page-tabs-item.active {
3705 color: #377d87; 3705 color: #377d87;
3706 } 3706 }
3707 .main__employer-page-body { 3707 .main__employer-page-body {
3708 display: -webkit-box; 3708 display: -webkit-box;
3709 display: -ms-flexbox; 3709 display: -ms-flexbox;
3710 display: flex; 3710 display: flex;
3711 -webkit-box-orient: vertical; 3711 -webkit-box-orient: vertical;
3712 -webkit-box-direction: normal; 3712 -webkit-box-direction: normal;
3713 -ms-flex-direction: column; 3713 -ms-flex-direction: column;
3714 flex-direction: column; 3714 flex-direction: column;
3715 margin-top: 10px; 3715 margin-top: 10px;
3716 } 3716 }
3717 @media (min-width: 768px) { 3717 @media (min-width: 768px) {
3718 .main__employer-page-body { 3718 .main__employer-page-body {
3719 margin-top: 30px; 3719 margin-top: 30px;
3720 } 3720 }
3721 } 3721 }
3722 .main__employer-page-body-item { 3722 .main__employer-page-body-item {
3723 display: none; 3723 display: none;
3724 -webkit-box-orient: vertical; 3724 -webkit-box-orient: vertical;
3725 -webkit-box-direction: normal; 3725 -webkit-box-direction: normal;
3726 -ms-flex-direction: column; 3726 -ms-flex-direction: column;
3727 flex-direction: column; 3727 flex-direction: column;
3728 gap: 20px; 3728 gap: 20px;
3729 } 3729 }
3730 .main__employer-page-body-item.showed { 3730 .main__employer-page-body-item.showed {
3731 display: -webkit-box; 3731 display: -webkit-box;
3732 display: -ms-flexbox; 3732 display: -ms-flexbox;
3733 display: flex; 3733 display: flex;
3734 } 3734 }
3735 .main__employer-page-one { 3735 .main__employer-page-one {
3736 display: -webkit-box; 3736 display: -webkit-box;
3737 display: -ms-flexbox; 3737 display: -ms-flexbox;
3738 display: flex; 3738 display: flex;
3739 -webkit-box-orient: vertical; 3739 -webkit-box-orient: vertical;
3740 -webkit-box-direction: normal; 3740 -webkit-box-direction: normal;
3741 -ms-flex-direction: column; 3741 -ms-flex-direction: column;
3742 flex-direction: column; 3742 flex-direction: column;
3743 gap: 20px; 3743 gap: 20px;
3744 } 3744 }
3745 @media (min-width: 768px) { 3745 @media (min-width: 768px) {
3746 .main__employer-page-one { 3746 .main__employer-page-one {
3747 display: grid; 3747 display: grid;
3748 grid-template-columns: repeat(2, 1fr); 3748 grid-template-columns: repeat(2, 1fr);
3749 } 3749 }
3750 } 3750 }
3751 @media (min-width: 992px) { 3751 @media (min-width: 992px) {
3752 .main__employer-page-one { 3752 .main__employer-page-one {
3753 grid-template-columns: repeat(3, 1fr); 3753 grid-template-columns: repeat(3, 1fr);
3754 } 3754 }
3755 } 3755 }
3756 @media (min-width: 1280px) { 3756 @media (min-width: 1280px) {
3757 .main__employer-page-one { 3757 .main__employer-page-one {
3758 grid-template-columns: repeat(4, 1fr); 3758 grid-template-columns: repeat(4, 1fr);
3759 gap: 30px 20px; 3759 gap: 30px 20px;
3760 } 3760 }
3761 } 3761 }
3762 .main__employer-page-one-item { 3762 .main__employer-page-one-item {
3763 display: -webkit-box; 3763 display: -webkit-box;
3764 display: -ms-flexbox; 3764 display: -ms-flexbox;
3765 display: flex; 3765 display: flex;
3766 -webkit-box-orient: vertical; 3766 -webkit-box-orient: vertical;
3767 -webkit-box-direction: normal; 3767 -webkit-box-direction: normal;
3768 -ms-flex-direction: column; 3768 -ms-flex-direction: column;
3769 flex-direction: column; 3769 flex-direction: column;
3770 gap: 10px; 3770 gap: 10px;
3771 font-size: 12px; 3771 font-size: 12px;
3772 position: relative; 3772 position: relative;
3773 } 3773 }
3774 @media (min-width: 1280px) { 3774 @media (min-width: 1280px) {
3775 .main__employer-page-one-item { 3775 .main__employer-page-one-item {
3776 font-size: 18px; 3776 font-size: 18px;
3777 } 3777 }
3778 } 3778 }
3779 .main__employer-page-one-item img { 3779 .main__employer-page-one-item img {
3780 border-radius: 10px; 3780 border-radius: 10px;
3781 -o-object-fit: cover; 3781 -o-object-fit: cover;
3782 object-fit: cover; 3782 object-fit: cover;
3783 width: 100%; 3783 width: 100%;
3784 max-height: 250px; 3784 max-height: 250px;
3785 aspect-ratio: 247/174; 3785 aspect-ratio: 247/174;
3786 } 3786 }
3787 @media (min-width: 1280px) { 3787 @media (min-width: 1280px) {
3788 .main__employer-page-one-item img { 3788 .main__employer-page-one-item img {
3789 margin-bottom: 10px; 3789 margin-bottom: 10px;
3790 } 3790 }
3791 } 3791 }
3792 .main__employer-page-one-item b { 3792 .main__employer-page-one-item b {
3793 font-weight: 700; 3793 font-weight: 700;
3794 color: #377d87; 3794 color: #377d87;
3795 } 3795 }
3796 .main__employer-page-one-item span { 3796 .main__employer-page-one-item span {
3797 color: #000; 3797 color: #000;
3798 } 3798 }
3799 .main__employer-page-one-item i { 3799 .main__employer-page-one-item i {
3800 font-style: normal; 3800 font-style: normal;
3801 color: #377d87; 3801 color: #377d87;
3802 } 3802 }
3803 .main__employer-page-one-item .del { 3803 .main__employer-page-one-item .del {
3804 position: absolute; 3804 position: absolute;
3805 z-index: 1; 3805 z-index: 1;
3806 top: 8px; 3806 top: 8px;
3807 left: 8px; 3807 left: 8px;
3808 } 3808 }
3809 .main__employer-page-two { 3809 .main__employer-page-two {
3810 display: -webkit-box; 3810 display: -webkit-box;
3811 display: -ms-flexbox; 3811 display: -ms-flexbox;
3812 display: flex; 3812 display: flex;
3813 -webkit-box-orient: vertical; 3813 -webkit-box-orient: vertical;
3814 -webkit-box-direction: normal; 3814 -webkit-box-direction: normal;
3815 -ms-flex-direction: column; 3815 -ms-flex-direction: column;
3816 flex-direction: column; 3816 flex-direction: column;
3817 -webkit-box-align: center; 3817 -webkit-box-align: center;
3818 -ms-flex-align: center; 3818 -ms-flex-align: center;
3819 align-items: center; 3819 align-items: center;
3820 gap: 20px; 3820 gap: 20px;
3821 } 3821 }
3822 .main__employer-page-two-item { 3822 .main__employer-page-two-item {
3823 width: 100%; 3823 width: 100%;
3824 display: -webkit-box; 3824 display: -webkit-box;
3825 display: -ms-flexbox; 3825 display: -ms-flexbox;
3826 display: flex; 3826 display: flex;
3827 -webkit-box-orient: vertical; 3827 -webkit-box-orient: vertical;
3828 -webkit-box-direction: normal; 3828 -webkit-box-direction: normal;
3829 -ms-flex-direction: column; 3829 -ms-flex-direction: column;
3830 flex-direction: column; 3830 flex-direction: column;
3831 gap: 16px; 3831 gap: 16px;
3832 padding: 20px 10px; 3832 padding: 20px 10px;
3833 border-radius: 12px; 3833 border-radius: 12px;
3834 border: 1px solid #cecece; 3834 border: 1px solid #cecece;
3835 position: relative; 3835 position: relative;
3836 overflow: hidden; 3836 overflow: hidden;
3837 font-size: 12px; 3837 font-size: 12px;
3838 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 3838 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
3839 } 3839 }
3840 @media (min-width: 768px) { 3840 @media (min-width: 768px) {
3841 .main__employer-page-two-item { 3841 .main__employer-page-two-item {
3842 font-size: 14px; 3842 font-size: 14px;
3843 padding: 20px; 3843 padding: 20px;
3844 gap: 24px; 3844 gap: 24px;
3845 padding-bottom: 35px; 3845 padding-bottom: 35px;
3846 } 3846 }
3847 } 3847 }
3848 @media (min-width: 992px) { 3848 @media (min-width: 992px) {
3849 .main__employer-page-two-item { 3849 .main__employer-page-two-item {
3850 font-size: 16px; 3850 font-size: 16px;
3851 } 3851 }
3852 } 3852 }
3853 @media (min-width: 1280px) { 3853 @media (min-width: 1280px) {
3854 .main__employer-page-two-item { 3854 .main__employer-page-two-item {
3855 font-size: 18px; 3855 font-size: 18px;
3856 } 3856 }
3857 } 3857 }
3858 .main__employer-page-two-item-toper { 3858 .main__employer-page-two-item-toper {
3859 display: -webkit-box; 3859 display: -webkit-box;
3860 display: -ms-flexbox; 3860 display: -ms-flexbox;
3861 display: flex; 3861 display: flex;
3862 -webkit-box-align: center; 3862 -webkit-box-align: center;
3863 -ms-flex-align: center; 3863 -ms-flex-align: center;
3864 align-items: center; 3864 align-items: center;
3865 font-size: 22px; 3865 font-size: 22px;
3866 font-weight: 700; 3866 font-weight: 700;
3867 color: #000; 3867 color: #000;
3868 } 3868 }
3869 @media (min-width: 768px) { 3869 @media (min-width: 768px) {
3870 .main__employer-page-two-item-toper { 3870 .main__employer-page-two-item-toper {
3871 font-size: 30px; 3871 font-size: 30px;
3872 } 3872 }
3873 } 3873 }
3874 .main__employer-page-two-item-toper img { 3874 .main__employer-page-two-item-toper img {
3875 width: 60px; 3875 width: 60px;
3876 aspect-ratio: 1/1; 3876 aspect-ratio: 1/1;
3877 -o-object-fit: contain; 3877 -o-object-fit: contain;
3878 object-fit: contain; 3878 object-fit: contain;
3879 } 3879 }
3880 .main__employer-page-two-item-toper span { 3880 .main__employer-page-two-item-toper span {
3881 width: calc(100% - 60px); 3881 width: calc(100% - 60px);
3882 padding-left: 10px; 3882 padding-left: 10px;
3883 } 3883 }
3884 @media (min-width: 768px) { 3884 @media (min-width: 768px) {
3885 .main__employer-page-two-item-toper span { 3885 .main__employer-page-two-item-toper span {
3886 padding-left: 20px; 3886 padding-left: 20px;
3887 } 3887 }
3888 } 3888 }
3889 .main__employer-page-two-item-title { 3889 .main__employer-page-two-item-title {
3890 font-size: 18px; 3890 font-size: 18px;
3891 font-weight: 700; 3891 font-weight: 700;
3892 color: #377d87; 3892 color: #377d87;
3893 } 3893 }
3894 @media (min-width: 768px) { 3894 @media (min-width: 768px) {
3895 .main__employer-page-two-item-title { 3895 .main__employer-page-two-item-title {
3896 font-size: 24px; 3896 font-size: 24px;
3897 } 3897 }
3898 } 3898 }
3899 .main__employer-page-two-item-text { 3899 .main__employer-page-two-item-text {
3900 display: -webkit-box; 3900 display: -webkit-box;
3901 display: -ms-flexbox; 3901 display: -ms-flexbox;
3902 display: flex; 3902 display: flex;
3903 -webkit-box-orient: vertical; 3903 -webkit-box-orient: vertical;
3904 -webkit-box-direction: normal; 3904 -webkit-box-direction: normal;
3905 -ms-flex-direction: column; 3905 -ms-flex-direction: column;
3906 flex-direction: column; 3906 flex-direction: column;
3907 gap: 10px; 3907 gap: 10px;
3908 } 3908 }
3909 .main__employer-page-two-item-text-name { 3909 .main__employer-page-two-item-text-name {
3910 font-weight: 700; 3910 font-weight: 700;
3911 } 3911 }
3912 .main__employer-page-two-item-text-body { 3912 .main__employer-page-two-item-text-body {
3913 color: #000; 3913 color: #000;
3914 display: -webkit-box; 3914 display: -webkit-box;
3915 display: -ms-flexbox; 3915 display: -ms-flexbox;
3916 display: flex; 3916 display: flex;
3917 -webkit-box-orient: vertical; 3917 -webkit-box-orient: vertical;
3918 -webkit-box-direction: normal; 3918 -webkit-box-direction: normal;
3919 -ms-flex-direction: column; 3919 -ms-flex-direction: column;
3920 flex-direction: column; 3920 flex-direction: column;
3921 gap: 6px; 3921 gap: 6px;
3922 padding: 0 10px; 3922 padding: 0 10px;
3923 } 3923 }
3924 .main__employer-page-two-item-text-body p { 3924 .main__employer-page-two-item-text-body p {
3925 margin: 0; 3925 margin: 0;
3926 } 3926 }
3927 .main__employer-page-two-item-text-body ul { 3927 .main__employer-page-two-item-text-body ul {
3928 margin: 0; 3928 margin: 0;
3929 padding: 0; 3929 padding: 0;
3930 padding-left: 16px; 3930 padding-left: 16px;
3931 display: -webkit-box; 3931 display: -webkit-box;
3932 display: -ms-flexbox; 3932 display: -ms-flexbox;
3933 display: flex; 3933 display: flex;
3934 -webkit-box-orient: vertical; 3934 -webkit-box-orient: vertical;
3935 -webkit-box-direction: normal; 3935 -webkit-box-direction: normal;
3936 -ms-flex-direction: column; 3936 -ms-flex-direction: column;
3937 flex-direction: column; 3937 flex-direction: column;
3938 gap: 6px; 3938 gap: 6px;
3939 } 3939 }
3940 @media (min-width: 768px) { 3940 @media (min-width: 768px) {
3941 .main__employer-page-two-item-text-body ul { 3941 .main__employer-page-two-item-text-body ul {
3942 margin: 0 5px; 3942 margin: 0 5px;
3943 } 3943 }
3944 } 3944 }
3945 .main__employer-page-two-item-text-body ul span, 3945 .main__employer-page-two-item-text-body ul span,
3946 .main__employer-page-two-item-text-body ul a { 3946 .main__employer-page-two-item-text-body ul a {
3947 color: #000; 3947 color: #000;
3948 position: relative; 3948 position: relative;
3949 } 3949 }
3950 .main__employer-page-two-item-text-body ul a:hover { 3950 .main__employer-page-two-item-text-body ul a:hover {
3951 color: #377d87; 3951 color: #377d87;
3952 } 3952 }
3953 .main__employer-page-two-item-text-body p + ul { 3953 .main__employer-page-two-item-text-body p + ul {
3954 margin-top: 10px; 3954 margin-top: 10px;
3955 } 3955 }
3956 .main__employer-page-two-item-text-links { 3956 .main__employer-page-two-item-text-links {
3957 display: -webkit-box; 3957 display: -webkit-box;
3958 display: -ms-flexbox; 3958 display: -ms-flexbox;
3959 display: flex; 3959 display: flex;
3960 -webkit-box-orient: vertical; 3960 -webkit-box-orient: vertical;
3961 -webkit-box-direction: normal; 3961 -webkit-box-direction: normal;
3962 -ms-flex-direction: column; 3962 -ms-flex-direction: column;
3963 flex-direction: column; 3963 flex-direction: column;
3964 -webkit-box-align: start; 3964 -webkit-box-align: start;
3965 -ms-flex-align: start; 3965 -ms-flex-align: start;
3966 align-items: flex-start; 3966 align-items: flex-start;
3967 gap: 10px; 3967 gap: 10px;
3968 padding: 0 10px; 3968 padding: 0 10px;
3969 font-weight: 700; 3969 font-weight: 700;
3970 margin-top: 5px; 3970 margin-top: 5px;
3971 } 3971 }
3972 @media (min-width: 768px) { 3972 @media (min-width: 768px) {
3973 .main__employer-page-two-item-text-links { 3973 .main__employer-page-two-item-text-links {
3974 gap: 20px; 3974 gap: 20px;
3975 } 3975 }
3976 } 3976 }
3977 .main__employer-page-two-item-text-links a { 3977 .main__employer-page-two-item-text-links a {
3978 color: #4d88d9; 3978 color: #4d88d9;
3979 } 3979 }
3980 .main__employer-page-two-item-text-links a:hover { 3980 .main__employer-page-two-item-text-links a:hover {
3981 color: #377d87; 3981 color: #377d87;
3982 } 3982 }
3983 .main__employer-page-two-item-tags { 3983 .main__employer-page-two-item-tags {
3984 color: #4d88d9; 3984 color: #4d88d9;
3985 font-weight: 500; 3985 font-weight: 500;
3986 display: -webkit-box; 3986 display: -webkit-box;
3987 display: -ms-flexbox; 3987 display: -ms-flexbox;
3988 display: flex; 3988 display: flex;
3989 -webkit-box-align: center; 3989 -webkit-box-align: center;
3990 -ms-flex-align: center; 3990 -ms-flex-align: center;
3991 align-items: center; 3991 align-items: center;
3992 -ms-flex-wrap: wrap; 3992 -ms-flex-wrap: wrap;
3993 flex-wrap: wrap; 3993 flex-wrap: wrap;
3994 gap: 10px 20px; 3994 gap: 10px 20px;
3995 } 3995 }
3996 @media (min-width: 768px) { 3996 @media (min-width: 768px) {
3997 .main__employer-page-two-item-tags { 3997 .main__employer-page-two-item-tags {
3998 font-size: 14px; 3998 font-size: 14px;
3999 } 3999 }
4000 } 4000 }
4001 .main__employer-page-two-item-buttons { 4001 .main__employer-page-two-item-buttons {
4002 display: grid; 4002 display: grid;
4003 grid-template-columns: repeat(2, 1fr); 4003 grid-template-columns: repeat(2, 1fr);
4004 gap: 20px; 4004 gap: 20px;
4005 } 4005 }
4006
4007 .modal__buttons.modal__buttons-one-column {
4008 grid-template-columns: 1fr;
4009 }
4010
4011 #tell_to_update_profile .main__employer-page-two-item-button {
4012 margin-left: auto;
4013 margin-right: auto;
4014 left: 0;
4015 right: 0;
4016 }
4017
4006 @media (min-width: 768px) { 4018 @media (min-width: 768px) {
4007 .main__employer-page-two-item-button { 4019 .main__employer-page-two-item-button {
4008 position: absolute; 4020 position: absolute;
4009 bottom: 20px; 4021 bottom: 20px;
4010 left: 20px; 4022 left: 20px;
4011 width: 200px; 4023 width: 200px;
4012 padding: 0; 4024 padding: 0;
4013 } 4025 }
4014 } 4026 }
4015 @media (min-width: 768px) { 4027 @media (min-width: 768px) {
4016 .main__employer-page-two-item-button + .main__employer-page-two-item-button { 4028 .main__employer-page-two-item-button + .main__employer-page-two-item-button {
4017 left: auto; 4029 left: auto;
4018 right: 20px; 4030 right: 20px;
4019 } 4031 }
4020 } 4032 }
4033
4034
4035
4021 .main__employer-page-two-item-bottom { 4036 .main__employer-page-two-item-bottom {
4022 display: -webkit-box; 4037 display: -webkit-box;
4023 display: -ms-flexbox; 4038 display: -ms-flexbox;
4024 display: flex; 4039 display: flex;
4025 -webkit-box-align: center; 4040 -webkit-box-align: center;
4026 -ms-flex-align: center; 4041 -ms-flex-align: center;
4027 align-items: center; 4042 align-items: center;
4028 -webkit-box-pack: justify; 4043 -webkit-box-pack: justify;
4029 -ms-flex-pack: justify; 4044 -ms-flex-pack: justify;
4030 justify-content: space-between; 4045 justify-content: space-between;
4031 } 4046 }
4032 .main__employer-page-two-item-bottom-date { 4047 .main__employer-page-two-item-bottom-date {
4033 color: #000; 4048 color: #000;
4034 } 4049 }
4035 @media (min-width: 768px) { 4050 @media (min-width: 768px) {
4036 .main__employer-page-two-item-bottom-date { 4051 .main__employer-page-two-item-bottom-date {
4037 position: absolute; 4052 position: absolute;
4038 bottom: 20px; 4053 bottom: 20px;
4039 right: 240px; 4054 right: 240px;
4040 height: 42px; 4055 height: 42px;
4041 display: -webkit-box; 4056 display: -webkit-box;
4042 display: -ms-flexbox; 4057 display: -ms-flexbox;
4043 display: flex; 4058 display: flex;
4044 -webkit-box-align: center; 4059 -webkit-box-align: center;
4045 -ms-flex-align: center; 4060 -ms-flex-align: center;
4046 align-items: center; 4061 align-items: center;
4047 } 4062 }
4048 } 4063 }
4049 @media (min-width: 992px) { 4064 @media (min-width: 992px) {
4050 .main__employer-page-two-item-bottom-date { 4065 .main__employer-page-two-item-bottom-date {
4051 font-size: 16px; 4066 font-size: 16px;
4052 } 4067 }
4053 } 4068 }
4054 @media (min-width: 768px) { 4069 @media (min-width: 768px) {
4055 .main__employer-page-two-item-bottom-like { 4070 .main__employer-page-two-item-bottom-like {
4056 position: absolute; 4071 position: absolute;
4057 bottom: 20px; 4072 bottom: 20px;
4058 left: 240px; 4073 left: 240px;
4059 } 4074 }
4060 } 4075 }
4061 @media (min-width: 768px) { 4076 @media (min-width: 768px) {
4062 .main__employer-page-two-more { 4077 .main__employer-page-two-more {
4063 margin-top: 10px; 4078 margin-top: 10px;
4064 padding: 0; 4079 padding: 0;
4065 width: 200px; 4080 width: 200px;
4066 } 4081 }
4067 } 4082 }
4068 .main__employer-page-two .main__employer-page-two-item { 4083 .main__employer-page-two .main__employer-page-two-item {
4069 /* display: none;*/ 4084 /* display: none;*/
4070 } 4085 }
4071 .main__employer-page-two .main__employer-page-two-item:nth-of-type(1), .main__employer-page-two .main__employer-page-two-item:nth-of-type(2) { 4086 .main__employer-page-two .main__employer-page-two-item:nth-of-type(1), .main__employer-page-two .main__employer-page-two-item:nth-of-type(2) {
4072 display: -webkit-box; 4087 display: -webkit-box;
4073 display: -ms-flexbox; 4088 display: -ms-flexbox;
4074 display: flex; 4089 display: flex;
4075 } 4090 }
4076 .main__employer-page-two.active .main__employer-page-two-item { 4091 .main__employer-page-two.active .main__employer-page-two-item {
4077 display: -webkit-box; 4092 display: -webkit-box;
4078 display: -ms-flexbox; 4093 display: -ms-flexbox;
4079 display: flex; 4094 display: flex;
4080 } 4095 }
4081 .main__resume-base { 4096 .main__resume-base {
4082 display: -webkit-box; 4097 display: -webkit-box;
4083 display: -ms-flexbox; 4098 display: -ms-flexbox;
4084 display: flex; 4099 display: flex;
4085 -webkit-box-orient: vertical; 4100 -webkit-box-orient: vertical;
4086 -webkit-box-direction: normal; 4101 -webkit-box-direction: normal;
4087 -ms-flex-direction: column; 4102 -ms-flex-direction: column;
4088 flex-direction: column; 4103 flex-direction: column;
4089 color: #000; 4104 color: #000;
4090 } 4105 }
4091 .main__resume-base-body { 4106 .main__resume-base-body {
4092 display: none; 4107 display: none;
4093 -webkit-box-orient: vertical; 4108 -webkit-box-orient: vertical;
4094 -webkit-box-direction: normal; 4109 -webkit-box-direction: normal;
4095 -ms-flex-direction: column; 4110 -ms-flex-direction: column;
4096 flex-direction: column; 4111 flex-direction: column;
4097 margin-top: 10px; 4112 margin-top: 10px;
4098 } 4113 }
4099 @media (min-width: 768px) { 4114 @media (min-width: 768px) {
4100 .main__resume-base-body { 4115 .main__resume-base-body {
4101 margin-top: 30px; 4116 margin-top: 30px;
4102 } 4117 }
4103 } 4118 }
4104 .main__resume-base-body.showed { 4119 .main__resume-base-body.showed {
4105 display: -webkit-box; 4120 display: -webkit-box;
4106 display: -ms-flexbox; 4121 display: -ms-flexbox;
4107 display: flex; 4122 display: flex;
4108 } 4123 }
4109 .main__resume-base-body-one { 4124 .main__resume-base-body-one {
4110 display: -webkit-box; 4125 display: -webkit-box;
4111 display: -ms-flexbox; 4126 display: -ms-flexbox;
4112 display: flex; 4127 display: flex;
4113 -webkit-box-orient: vertical; 4128 -webkit-box-orient: vertical;
4114 -webkit-box-direction: normal; 4129 -webkit-box-direction: normal;
4115 -ms-flex-direction: column; 4130 -ms-flex-direction: column;
4116 flex-direction: column; 4131 flex-direction: column;
4117 -webkit-box-align: center; 4132 -webkit-box-align: center;
4118 -ms-flex-align: center; 4133 -ms-flex-align: center;
4119 align-items: center; 4134 align-items: center;
4120 gap: 20px; 4135 gap: 20px;
4121 } 4136 }
4122 @media (min-width: 768px) { 4137 @media (min-width: 768px) {
4123 .main__resume-base-body-one { 4138 .main__resume-base-body-one {
4124 gap: 30px; 4139 gap: 30px;
4125 } 4140 }
4126 } 4141 }
4127 .main__resume-base-body-two { 4142 .main__resume-base-body-two {
4128 display: -webkit-box; 4143 display: -webkit-box;
4129 display: -ms-flexbox; 4144 display: -ms-flexbox;
4130 display: flex; 4145 display: flex;
4131 -webkit-box-orient: vertical; 4146 -webkit-box-orient: vertical;
4132 -webkit-box-direction: normal; 4147 -webkit-box-direction: normal;
4133 -ms-flex-direction: column; 4148 -ms-flex-direction: column;
4134 flex-direction: column; 4149 flex-direction: column;
4135 gap: 20px; 4150 gap: 20px;
4136 } 4151 }
4137 @media (min-width: 768px) { 4152 @media (min-width: 768px) {
4138 .main__resume-base-body-two { 4153 .main__resume-base-body-two {
4139 -webkit-box-orient: horizontal; 4154 -webkit-box-orient: horizontal;
4140 -webkit-box-direction: normal; 4155 -webkit-box-direction: normal;
4141 -ms-flex-direction: row; 4156 -ms-flex-direction: row;
4142 flex-direction: row; 4157 flex-direction: row;
4143 -webkit-box-pack: justify; 4158 -webkit-box-pack: justify;
4144 -ms-flex-pack: justify; 4159 -ms-flex-pack: justify;
4145 justify-content: space-between; 4160 justify-content: space-between;
4146 -webkit-box-align: start; 4161 -webkit-box-align: start;
4147 -ms-flex-align: start; 4162 -ms-flex-align: start;
4148 align-items: flex-start; 4163 align-items: flex-start;
4149 -ms-flex-wrap: wrap; 4164 -ms-flex-wrap: wrap;
4150 flex-wrap: wrap; 4165 flex-wrap: wrap;
4151 gap: 30px 0; 4166 gap: 30px 0;
4152 } 4167 }
4153 } 4168 }
4154 @media (min-width: 768px) { 4169 @media (min-width: 768px) {
4155 .main__resume-base-body-two .main__resume-base-body-item { 4170 .main__resume-base-body-two .main__resume-base-body-item {
4156 width: calc(50% - 10px); 4171 width: calc(50% - 10px);
4157 } 4172 }
4158 } 4173 }
4159 .main__resume-base-body-two .main__resume-base-body-item-wrapper { 4174 .main__resume-base-body-two .main__resume-base-body-item-wrapper {
4160 -webkit-box-orient: vertical; 4175 -webkit-box-orient: vertical;
4161 -webkit-box-direction: normal; 4176 -webkit-box-direction: normal;
4162 -ms-flex-direction: column; 4177 -ms-flex-direction: column;
4163 flex-direction: column; 4178 flex-direction: column;
4164 } 4179 }
4165 .main__resume-base-body-item { 4180 .main__resume-base-body-item {
4166 width: 100%; 4181 width: 100%;
4167 display: -webkit-box; 4182 display: -webkit-box;
4168 display: -ms-flexbox; 4183 display: -ms-flexbox;
4169 display: flex; 4184 display: flex;
4170 -webkit-box-orient: vertical; 4185 -webkit-box-orient: vertical;
4171 -webkit-box-direction: normal; 4186 -webkit-box-direction: normal;
4172 -ms-flex-direction: column; 4187 -ms-flex-direction: column;
4173 flex-direction: column; 4188 flex-direction: column;
4174 gap: 20px; 4189 gap: 20px;
4175 position: relative; 4190 position: relative;
4176 border: 1px solid #377d87; 4191 border: 1px solid #377d87;
4177 border-radius: 8px; 4192 border-radius: 8px;
4178 padding: 10px; 4193 padding: 10px;
4179 -webkit-box-align: center; 4194 -webkit-box-align: center;
4180 -ms-flex-align: center; 4195 -ms-flex-align: center;
4181 align-items: center; 4196 align-items: center;
4182 } 4197 }
4183 @media (min-width: 768px) { 4198 @media (min-width: 768px) {
4184 .main__resume-base-body-item { 4199 .main__resume-base-body-item {
4185 padding: 20px; 4200 padding: 20px;
4186 } 4201 }
4187 } 4202 }
4188 .main__resume-base-body-item-buttons { 4203 .main__resume-base-body-item-buttons {
4189 margin-top: 10px; 4204 margin-top: 10px;
4190 } 4205 }
4191 .main__resume-base-body-item-buttons button, a.main__resume-base-body-item-link{ 4206 .main__resume-base-body-item-buttons button, a.main__resume-base-body-item-link{
4192 width: 100%; 4207 width: 100%;
4193 margin-bottom: 10px; 4208 margin-bottom: 10px;
4194 } 4209 }
4195 .main__resume-base-body-item-buttons a.main__resume-base-body-item-link{ 4210 .main__resume-base-body-item-buttons a.main__resume-base-body-item-link{
4196 background: #377d87; 4211 background: #377d87;
4197 color: #fff; 4212 color: #fff;
4198 } 4213 }
4199 .main__resume-base-body-item-buttons .chat.active{ 4214 .main__resume-base-body-item-buttons .chat.active{
4200 background: #fff; 4215 background: #fff;
4201 color: #377d87; 4216 color: #377d87;
4202 } 4217 }
4203 .main__resume-base-body-item-buttons button.like.active{ 4218 .main__resume-base-body-item-buttons button.like.active{
4204 background-color: #ffffff; 4219 background-color: #ffffff;
4205 color: #eb5757; 4220 color: #eb5757;
4206 } 4221 }
4207 .main__resume-base-body-item-buttons button span{ 4222 .main__resume-base-body-item-buttons button span{
4208 margin-left: 10px; 4223 margin-left: 10px;
4209 } 4224 }
4210 .main__resume-base-body-item-buttons .like .in-favorites{ 4225 .main__resume-base-body-item-buttons .like .in-favorites{
4211 display: none; 4226 display: none;
4212 } 4227 }
4213 .main__resume-base-body-item-buttons .like.active .in-favorites{ 4228 .main__resume-base-body-item-buttons .like.active .in-favorites{
4214 display: block; 4229 display: block;
4215 color: #eb5757; 4230 color: #eb5757;
4216 } 4231 }
4217 .main__resume-base-body-item-buttons .like.active .to-favorites{ 4232 .main__resume-base-body-item-buttons .like.active .to-favorites{
4218 display: none; 4233 display: none;
4219 } 4234 }
4220 .main__resume-base-body-item-wrapper { 4235 .main__resume-base-body-item-wrapper {
4221 display: -webkit-box; 4236 display: -webkit-box;
4222 display: -ms-flexbox; 4237 display: -ms-flexbox;
4223 display: flex; 4238 display: flex;
4224 -webkit-box-orient: vertical; 4239 -webkit-box-orient: vertical;
4225 -webkit-box-direction: normal; 4240 -webkit-box-direction: normal;
4226 -ms-flex-direction: column; 4241 -ms-flex-direction: column;
4227 flex-direction: column; 4242 flex-direction: column;
4228 -webkit-box-align: start; 4243 -webkit-box-align: start;
4229 -ms-flex-align: start; 4244 -ms-flex-align: start;
4230 align-items: flex-start; 4245 align-items: flex-start;
4231 gap: 20px; 4246 gap: 20px;
4232 width: 100%; 4247 width: 100%;
4233 } 4248 }
4234 @media (min-width: 768px) { 4249 @media (min-width: 768px) {
4235 .main__resume-base-body-item-wrapper { 4250 .main__resume-base-body-item-wrapper {
4236 -webkit-box-orient: horizontal; 4251 -webkit-box-orient: horizontal;
4237 -webkit-box-direction: normal; 4252 -webkit-box-direction: normal;
4238 -ms-flex-direction: row; 4253 -ms-flex-direction: row;
4239 flex-direction: row; 4254 flex-direction: row;
4240 } 4255 }
4241 } 4256 }
4242 .main__resume-base-body-item-photo { 4257 .main__resume-base-body-item-photo {
4243 width: 180px; 4258 width: 180px;
4244 aspect-ratio: 1/1; 4259 aspect-ratio: 1/1;
4245 -o-object-fit: cover; 4260 -o-object-fit: cover;
4246 object-fit: cover; 4261 object-fit: cover;
4247 border-radius: 8px; 4262 border-radius: 8px;
4248 } 4263 }
4249 @media (min-width: 768px) { 4264 @media (min-width: 768px) {
4250 .main__resume-base-body-item-photo { 4265 .main__resume-base-body-item-photo {
4251 width: 210px; 4266 width: 210px;
4252 } 4267 }
4253 } 4268 }
4254 .main__resume-base-body-item-inner { 4269 .main__resume-base-body-item-inner {
4255 display: -webkit-box; 4270 display: -webkit-box;
4256 display: -ms-flexbox; 4271 display: -ms-flexbox;
4257 display: flex; 4272 display: flex;
4258 -webkit-box-orient: vertical; 4273 -webkit-box-orient: vertical;
4259 -webkit-box-direction: normal; 4274 -webkit-box-direction: normal;
4260 -ms-flex-direction: column; 4275 -ms-flex-direction: column;
4261 flex-direction: column; 4276 flex-direction: column;
4262 gap: 10px; 4277 gap: 10px;
4263 width: 100%; 4278 width: 100%;
4264 row-gap: 10px; 4279 row-gap: 10px;
4265 } 4280 }
4266 .main__resume-base-body-item-inner .horizontal{ 4281 .main__resume-base-body-item-inner .horizontal{
4267 -webkit-box-orient: horizontal; 4282 -webkit-box-orient: horizontal;
4268 -ms-flex-direction: unset; 4283 -ms-flex-direction: unset;
4269 flex-direction: row; 4284 flex-direction: row;
4270 align-items: start; 4285 align-items: start;
4271 } 4286 }
4272 .main__resume-base-item-status{ 4287 .main__resume-base-item-status{
4273 width: fit-content; 4288 width: fit-content;
4274 background-color: #e6e6e6; 4289 background-color: #e6e6e6;
4275 font-weight: bold; 4290 font-weight: bold;
4276 padding: 5px 10px; 4291 padding: 5px 10px;
4277 border-radius: 8px; 4292 border-radius: 8px;
4278 } 4293 }
4279 .main__resume-base-item-status.looking-for-job{ 4294 .main__resume-base-item-status.looking-for-job{
4280 background-color: #eb5757; 4295 background-color: #eb5757;
4281 color: #fff; 4296 color: #fff;
4282 } 4297 }
4283 .main__resume-base-item-updated-at{ 4298 .main__resume-base-item-updated-at{
4284 padding: 5px 10px; 4299 padding: 5px 10px;
4285 border-radius: 8px; 4300 border-radius: 8px;
4286 border: 1px #e6e6e6 solid; 4301 border: 1px #e6e6e6 solid;
4287 } 4302 }
4288 @media (min-width: 768px) { 4303 @media (min-width: 768px) {
4289 .main__resume-base-body-item-inner { 4304 .main__resume-base-body-item-inner {
4290 gap: 16px; 4305 gap: 16px;
4291 padding-right: 50px; 4306 padding-right: 50px;
4292 } 4307 }
4293 } 4308 }
4294 @media (min-width: 992px) { 4309 @media (min-width: 992px) {
4295 .main__resume-base-body-item-inner { 4310 .main__resume-base-body-item-inner {
4296 display: grid; 4311 display: grid;
4297 grid-template-columns: repeat(2, 1fr); 4312 grid-template-columns: repeat(2, 1fr);
4298 gap: 30px; 4313 gap: 30px;
4299 row-gap: 10px; 4314 row-gap: 10px;
4300 } 4315 }
4301 } 4316 }
4302 .main__resume-base-body-item-inner div { 4317 .main__resume-base-body-item-inner div {
4303 display: -webkit-box; 4318 display: -webkit-box;
4304 display: -ms-flexbox; 4319 display: -ms-flexbox;
4305 display: flex; 4320 display: flex;
4306 -webkit-box-orient: vertical; 4321 -webkit-box-orient: vertical;
4307 -webkit-box-direction: normal; 4322 -webkit-box-direction: normal;
4308 -ms-flex-direction: column; 4323 -ms-flex-direction: column;
4309 flex-direction: column; 4324 flex-direction: column;
4310 gap: 4px; 4325 gap: 4px;
4311 font-size: 12px; 4326 font-size: 12px;
4312 } 4327 }
4313 @media (min-width: 768px) { 4328 @media (min-width: 768px) {
4314 .main__resume-base-body-item-inner div { 4329 .main__resume-base-body-item-inner div {
4315 font-size: 16px; 4330 font-size: 16px;
4316 } 4331 }
4317 } 4332 }
4318 .main__resume-base-body-item-inner b { 4333 .main__resume-base-body-item-inner b {
4319 color: #377d87; 4334 color: #377d87;
4320 font-size: 14px; 4335 font-size: 14px;
4321 } 4336 }
4322 @media (min-width: 768px) { 4337 @media (min-width: 768px) {
4323 .main__resume-base-body-item-inner b { 4338 .main__resume-base-body-item-inner b {
4324 font-size: 18px; 4339 font-size: 18px;
4325 } 4340 }
4326 } 4341 }
4327 .main__resume-base-body-item-link { 4342 .main__resume-base-body-item-link {
4328 width: 100%; 4343 width: 100%;
4329 padding: 0; 4344 padding: 0;
4330 } 4345 }
4331 @media (min-width: 768px) { 4346 @media (min-width: 768px) {
4332 .main__resume-base-body-item-link { 4347 .main__resume-base-body-item-link {
4333 width: 200px; 4348 width: 200px;
4334 } 4349 }
4335 } 4350 }
4336 .main__spoiler { 4351 .main__spoiler {
4337 overflow: hidden; 4352 overflow: hidden;
4338 border-radius: 8px; 4353 border-radius: 8px;
4339 display: -webkit-box; 4354 display: -webkit-box;
4340 display: -ms-flexbox; 4355 display: -ms-flexbox;
4341 display: flex; 4356 display: flex;
4342 -webkit-box-orient: vertical; 4357 -webkit-box-orient: vertical;
4343 -webkit-box-direction: normal; 4358 -webkit-box-direction: normal;
4344 -ms-flex-direction: column; 4359 -ms-flex-direction: column;
4345 flex-direction: column; 4360 flex-direction: column;
4346 } 4361 }
4347 .main__spoiler-toper { 4362 .main__spoiler-toper {
4348 background: #377d87; 4363 background: #377d87;
4349 height: 30px; 4364 height: 30px;
4350 display: -webkit-box; 4365 display: -webkit-box;
4351 display: -ms-flexbox; 4366 display: -ms-flexbox;
4352 display: flex; 4367 display: flex;
4353 -webkit-box-align: center; 4368 -webkit-box-align: center;
4354 -ms-flex-align: center; 4369 -ms-flex-align: center;
4355 align-items: center; 4370 align-items: center;
4356 -webkit-box-pack: center; 4371 -webkit-box-pack: center;
4357 -ms-flex-pack: center; 4372 -ms-flex-pack: center;
4358 justify-content: center; 4373 justify-content: center;
4359 color: #fff; 4374 color: #fff;
4360 font-size: 12px; 4375 font-size: 12px;
4361 font-weight: 700; 4376 font-weight: 700;
4362 padding: 0 30px; 4377 padding: 0 30px;
4363 border: none; 4378 border: none;
4364 position: relative; 4379 position: relative;
4365 } 4380 }
4366 @media (min-width: 768px) { 4381 @media (min-width: 768px) {
4367 .main__spoiler-toper { 4382 .main__spoiler-toper {
4368 font-size: 18px; 4383 font-size: 18px;
4369 height: 50px; 4384 height: 50px;
4370 padding: 0 60px; 4385 padding: 0 60px;
4371 } 4386 }
4372 } 4387 }
4373 .main__spoiler-toper:before, .main__spoiler-toper:after { 4388 .main__spoiler-toper:before, .main__spoiler-toper:after {
4374 content: ""; 4389 content: "";
4375 background: #fff; 4390 background: #fff;
4376 border-radius: 999px; 4391 border-radius: 999px;
4377 width: 10px; 4392 width: 10px;
4378 height: 1px; 4393 height: 1px;
4379 position: absolute; 4394 position: absolute;
4380 top: 50%; 4395 top: 50%;
4381 right: 10px; 4396 right: 10px;
4382 -webkit-transition: 0.3s; 4397 -webkit-transition: 0.3s;
4383 transition: 0.3s; 4398 transition: 0.3s;
4384 -webkit-transform: translate(0, -50%); 4399 -webkit-transform: translate(0, -50%);
4385 -ms-transform: translate(0, -50%); 4400 -ms-transform: translate(0, -50%);
4386 transform: translate(0, -50%); 4401 transform: translate(0, -50%);
4387 } 4402 }
4388 @media (min-width: 768px) { 4403 @media (min-width: 768px) {
4389 .main__spoiler-toper:before, .main__spoiler-toper:after { 4404 .main__spoiler-toper:before, .main__spoiler-toper:after {
4390 width: 20px; 4405 width: 20px;
4391 height: 2px; 4406 height: 2px;
4392 right: 20px; 4407 right: 20px;
4393 } 4408 }
4394 } 4409 }
4395 .main__spoiler-toper:after { 4410 .main__spoiler-toper:after {
4396 -webkit-transform: rotate(90deg); 4411 -webkit-transform: rotate(90deg);
4397 -ms-transform: rotate(90deg); 4412 -ms-transform: rotate(90deg);
4398 transform: rotate(90deg); 4413 transform: rotate(90deg);
4399 } 4414 }
4400 .main__spoiler-toper.active:after { 4415 .main__spoiler-toper.active:after {
4401 -webkit-transform: rotate(0deg); 4416 -webkit-transform: rotate(0deg);
4402 -ms-transform: rotate(0deg); 4417 -ms-transform: rotate(0deg);
4403 transform: rotate(0deg); 4418 transform: rotate(0deg);
4404 } 4419 }
4405 .main__spoiler-body { 4420 .main__spoiler-body {
4406 opacity: 0; 4421 opacity: 0;
4407 height: 0; 4422 height: 0;
4408 overflow: hidden; 4423 overflow: hidden;
4409 border-radius: 0 0 8px 8px; 4424 border-radius: 0 0 8px 8px;
4410 background: #fff; 4425 background: #fff;
4411 } 4426 }
4412 .main__spoiler-body table { 4427 .main__spoiler-body table {
4413 width: calc(100% + 2px); 4428 width: calc(100% + 2px);
4414 margin-left: -1px; 4429 margin-left: -1px;
4415 margin-bottom: -1px; 4430 margin-bottom: -1px;
4416 } 4431 }
4417 @media (min-width: 992px) { 4432 @media (min-width: 992px) {
4418 .main__spoiler-body table td { 4433 .main__spoiler-body table td {
4419 width: 50%; 4434 width: 50%;
4420 } 4435 }
4421 } 4436 }
4422 @media (min-width: 992px) { 4437 @media (min-width: 992px) {
4423 .main__spoiler-body table td + td { 4438 .main__spoiler-body table td + td {
4424 width: 50%; 4439 width: 50%;
4425 } 4440 }
4426 } 4441 }
4427 .active + .main__spoiler-body { 4442 .active + .main__spoiler-body {
4428 -webkit-transition: 0.3s; 4443 -webkit-transition: 0.3s;
4429 transition: 0.3s; 4444 transition: 0.3s;
4430 opacity: 1; 4445 opacity: 1;
4431 height: auto; 4446 height: auto;
4432 border: 1px solid #cecece; 4447 border: 1px solid #cecece;
4433 border-top: none; 4448 border-top: none;
4434 } 4449 }
4435 .main__table { 4450 .main__table {
4436 border-collapse: collapse; 4451 border-collapse: collapse;
4437 table-layout: fixed; 4452 table-layout: fixed;
4438 font-size: 12px; 4453 font-size: 12px;
4439 width: 100%; 4454 width: 100%;
4440 background: #fff; 4455 background: #fff;
4441 } 4456 }
4442 4457
4443 .main__table.worker_experience { 4458 .main__table.worker_experience {
4444 table-layout: unset; 4459 table-layout: unset;
4445 } 4460 }
4446 @media (min-width: 768px) { 4461 @media (min-width: 768px) {
4447 .main__table { 4462 .main__table {
4448 font-size: 16px; 4463 font-size: 16px;
4449 } 4464 }
4450 4465
4451 .main__table.worker_experience { 4466 .main__table.worker_experience {
4452 table-layout: fixed; 4467 table-layout: fixed;
4453 } 4468 }
4454 } 4469 }
4455 .main__table td { 4470 .main__table td {
4456 border: 1px solid #cecece; 4471 border: 1px solid #cecece;
4457 padding: 4px 8px; 4472 padding: 4px 8px;
4458 vertical-align: top; 4473 vertical-align: top;
4459 } 4474 }
4460 @media (min-width: 768px) { 4475 @media (min-width: 768px) {
4461 .main__table td { 4476 .main__table td {
4462 padding: 8px 16px; 4477 padding: 8px 16px;
4463 } 4478 }
4464 } 4479 }
4465 .main__table td b { 4480 .main__table td b {
4466 font-weight: 700; 4481 font-weight: 700;
4467 } 4482 }
4468 .main__table_three { 4483 .main__table_three {
4469 table-layout: auto; 4484 table-layout: auto;
4470 } 4485 }
4471 .main__table_three td { 4486 .main__table_three td {
4472 width: 25% !important; 4487 width: 25% !important;
4473 } 4488 }
4474 .main__table_three td:last-child { 4489 .main__table_three td:last-child {
4475 width: 50% !important; 4490 width: 50% !important;
4476 } 4491 }
4477 .main__table b { 4492 .main__table b {
4478 display: block; 4493 display: block;
4479 } 4494 }
4480 .main__table a { 4495 .main__table a {
4481 color: #377d87; 4496 color: #377d87;
4482 text-decoration: underline; 4497 text-decoration: underline;
4483 } 4498 }
4484 .main__table a:hover { 4499 .main__table a:hover {
4485 color: #000; 4500 color: #000;
4486 } 4501 }
4487 .main__resume-profile-about { 4502 .main__resume-profile-about {
4488 padding-top: 20px; 4503 padding-top: 20px;
4489 padding-bottom: 30px; 4504 padding-bottom: 30px;
4490 position: relative; 4505 position: relative;
4491 margin-top: 30px; 4506 margin-top: 30px;
4492 display: -webkit-box; 4507 display: -webkit-box;
4493 display: -ms-flexbox; 4508 display: -ms-flexbox;
4494 display: flex; 4509 display: flex;
4495 -webkit-box-orient: vertical; 4510 -webkit-box-orient: vertical;
4496 -webkit-box-direction: normal; 4511 -webkit-box-direction: normal;
4497 -ms-flex-direction: column; 4512 -ms-flex-direction: column;
4498 flex-direction: column; 4513 flex-direction: column;
4499 -webkit-box-align: start; 4514 -webkit-box-align: start;
4500 -ms-flex-align: start; 4515 -ms-flex-align: start;
4501 align-items: flex-start; 4516 align-items: flex-start;
4502 gap: 10px; 4517 gap: 10px;
4503 } 4518 }
4504 @media (min-width: 992px) { 4519 @media (min-width: 992px) {
4505 .main__resume-profile-about { 4520 .main__resume-profile-about {
4506 padding: 50px 0; 4521 padding: 50px 0;
4507 } 4522 }
4508 } 4523 }
4509 .main__resume-profile-about:before { 4524 .main__resume-profile-about:before {
4510 content: ""; 4525 content: "";
4511 position: absolute; 4526 position: absolute;
4512 z-index: 1; 4527 z-index: 1;
4513 top: 0; 4528 top: 0;
4514 left: 50%; 4529 left: 50%;
4515 width: 20000px; 4530 width: 20000px;
4516 height: 100%; 4531 height: 100%;
4517 margin-left: -10000px; 4532 margin-left: -10000px;
4518 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 4533 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
4519 } 4534 }
4520 .main__resume-profile-about-title { 4535 .main__resume-profile-about-title {
4521 position: relative; 4536 position: relative;
4522 z-index: 2; 4537 z-index: 2;
4523 color: #000; 4538 color: #000;
4524 } 4539 }
4525 .main__resume-profile-about-text { 4540 .main__resume-profile-about-text {
4526 position: relative; 4541 position: relative;
4527 z-index: 2; 4542 z-index: 2;
4528 } 4543 }
4529 .main__resume-profile-about-button { 4544 .main__resume-profile-about-button {
4530 position: relative; 4545 position: relative;
4531 z-index: 2; 4546 z-index: 2;
4532 /*margin-top: 10px;*/ 4547 /*margin-top: 10px;*/
4533 } 4548 }
4534 4549
4535 .table-responsive { 4550 .table-responsive {
4536 overflow: scroll; 4551 overflow: scroll;
4537 -webkit-overflow-scrolling: touch; 4552 -webkit-overflow-scrolling: touch;
4538 } 4553 }
4539 4554
4540 @media (min-width: 768px) { 4555 @media (min-width: 768px) {
4541 .table-responsive { 4556 .table-responsive {
4542 overflow: hidden; 4557 overflow: hidden;
4543 -webkit-overflow-scrolling: unset; 4558 -webkit-overflow-scrolling: unset;
4544 } 4559 }
4545 } 4560 }
4546 4561
4547 .main__resume-profile-about-buttons{ 4562 .main__resume-profile-about-buttons{
4548 display: flex; 4563 display: flex;
4549 width: 100%; 4564 width: 100%;
4550 position: relative; 4565 position: relative;
4551 z-index: 2; 4566 z-index: 2;
4552 } 4567 }
4553 .main__resume-profile-about-buttons .like{ 4568 .main__resume-profile-about-buttons .like{
4554 width: 200px; 4569 width: 200px;
4555 } 4570 }
4556 .main__resume-profile-about-buttons .like.active{ 4571 .main__resume-profile-about-buttons .like.active{
4557 background: #fff; 4572 background: #fff;
4558 color: #eb5757; 4573 color: #eb5757;
4559 } 4574 }
4560 .main__resume-profile-about-buttons .like .in-favorites{ 4575 .main__resume-profile-about-buttons .like .in-favorites{
4561 display: none; 4576 display: none;
4562 } 4577 }
4563 .main__resume-profile-about-buttons .like.active .in-favorites{ 4578 .main__resume-profile-about-buttons .like.active .in-favorites{
4564 display: block; 4579 display: block;
4565 color: #eb5757; 4580 color: #eb5757;
4566 } 4581 }
4567 .main__resume-profile-about-buttons .like.active .to-favorites{ 4582 .main__resume-profile-about-buttons .like.active .to-favorites{
4568 display: none; 4583 display: none;
4569 } 4584 }
4570 .main__resume-profile-about-text { 4585 .main__resume-profile-about-text {
4571 position: relative; 4586 position: relative;
4572 z-index: 2; 4587 z-index: 2;
4573 } 4588 }
4574 .main__resume-profile-info { 4589 .main__resume-profile-info {
4575 display: -webkit-box; 4590 display: -webkit-box;
4576 display: -ms-flexbox; 4591 display: -ms-flexbox;
4577 display: flex; 4592 display: flex;
4578 -webkit-box-orient: vertical; 4593 -webkit-box-orient: vertical;
4579 -webkit-box-direction: normal; 4594 -webkit-box-direction: normal;
4580 -ms-flex-direction: column; 4595 -ms-flex-direction: column;
4581 flex-direction: column; 4596 flex-direction: column;
4582 gap: 20px; 4597 gap: 20px;
4583 margin-top: 30px; 4598 margin-top: 30px;
4584 } 4599 }
4585 @media (min-width: 992px) { 4600 @media (min-width: 992px) {
4586 .main__resume-profile-info { 4601 .main__resume-profile-info {
4587 margin-top: 50px; 4602 margin-top: 50px;
4588 gap: 30px; 4603 gap: 30px;
4589 } 4604 }
4590 } 4605 }
4591 .main__resume-profile-info-title { 4606 .main__resume-profile-info-title {
4592 color: #000; 4607 color: #000;
4593 } 4608 }
4594 .main__resume-profile-info-body { 4609 .main__resume-profile-info-body {
4595 display: -webkit-box; 4610 display: -webkit-box;
4596 display: -ms-flexbox; 4611 display: -ms-flexbox;
4597 display: flex; 4612 display: flex;
4598 -webkit-box-orient: vertical; 4613 -webkit-box-orient: vertical;
4599 -webkit-box-direction: normal; 4614 -webkit-box-direction: normal;
4600 -ms-flex-direction: column; 4615 -ms-flex-direction: column;
4601 flex-direction: column; 4616 flex-direction: column;
4602 gap: 20px; 4617 gap: 20px;
4603 } 4618 }
4604 @media (min-width: 992px) { 4619 @media (min-width: 992px) {
4605 .main__resume-profile-info-body { 4620 .main__resume-profile-info-body {
4606 gap: 30px; 4621 gap: 30px;
4607 } 4622 }
4608 } 4623 }
4609 .main__resume-profile-info-body-item { 4624 .main__resume-profile-info-body-item {
4610 display: -webkit-box; 4625 display: -webkit-box;
4611 display: -ms-flexbox; 4626 display: -ms-flexbox;
4612 display: flex; 4627 display: flex;
4613 -webkit-box-orient: vertical; 4628 -webkit-box-orient: vertical;
4614 -webkit-box-direction: normal; 4629 -webkit-box-direction: normal;
4615 -ms-flex-direction: column; 4630 -ms-flex-direction: column;
4616 flex-direction: column; 4631 flex-direction: column;
4617 gap: 10px; 4632 gap: 10px;
4618 } 4633 }
4619 @media (min-width: 768px) { 4634 @media (min-width: 768px) {
4620 .main__resume-profile-info-body-item { 4635 .main__resume-profile-info-body-item {
4621 gap: 20px; 4636 gap: 20px;
4622 } 4637 }
4623 } 4638 }
4624 .main__resume-profile-info-body-subtitle { 4639 .main__resume-profile-info-body-subtitle {
4625 color: #4d88d9; 4640 color: #4d88d9;
4626 } 4641 }
4627 .main__resume-profile-info-body-inner { 4642 .main__resume-profile-info-body-inner {
4628 display: -webkit-box; 4643 display: -webkit-box;
4629 display: -ms-flexbox; 4644 display: -ms-flexbox;
4630 display: flex; 4645 display: flex;
4631 -webkit-box-orient: vertical; 4646 -webkit-box-orient: vertical;
4632 -webkit-box-direction: normal; 4647 -webkit-box-direction: normal;
4633 -ms-flex-direction: column; 4648 -ms-flex-direction: column;
4634 flex-direction: column; 4649 flex-direction: column;
4635 gap: 20px; 4650 gap: 20px;
4636 margin: 0; 4651 margin: 0;
4637 padding: 0; 4652 padding: 0;
4638 font-size: 12px; 4653 font-size: 12px;
4639 } 4654 }
4640 @media (min-width: 768px) { 4655 @media (min-width: 768px) {
4641 .main__resume-profile-info-body-inner { 4656 .main__resume-profile-info-body-inner {
4642 display: grid; 4657 display: grid;
4643 grid-template-columns: repeat(2, 1fr); 4658 grid-template-columns: repeat(2, 1fr);
4644 } 4659 }
4645 } 4660 }
4646 @media (min-width: 992px) { 4661 @media (min-width: 992px) {
4647 .main__resume-profile-info-body-inner { 4662 .main__resume-profile-info-body-inner {
4648 grid-template-columns: repeat(3, 1fr); 4663 grid-template-columns: repeat(3, 1fr);
4649 font-size: 16px; 4664 font-size: 16px;
4650 } 4665 }
4651 } 4666 }
4652 .main__resume-profile-info-body-inner li { 4667 .main__resume-profile-info-body-inner li {
4653 display: -webkit-box; 4668 display: -webkit-box;
4654 display: -ms-flexbox; 4669 display: -ms-flexbox;
4655 display: flex; 4670 display: flex;
4656 -webkit-box-orient: vertical; 4671 -webkit-box-orient: vertical;
4657 -webkit-box-direction: normal; 4672 -webkit-box-direction: normal;
4658 -ms-flex-direction: column; 4673 -ms-flex-direction: column;
4659 flex-direction: column; 4674 flex-direction: column;
4660 gap: 6px; 4675 gap: 6px;
4661 } 4676 }
4662 @media (min-width: 992px) { 4677 @media (min-width: 992px) {
4663 .main__resume-profile-info-body-inner li { 4678 .main__resume-profile-info-body-inner li {
4664 gap: 8px; 4679 gap: 8px;
4665 } 4680 }
4666 } 4681 }
4667 .main__resume-profile-info-body-inner b { 4682 .main__resume-profile-info-body-inner b {
4668 color: #377d87; 4683 color: #377d87;
4669 font-size: 14px; 4684 font-size: 14px;
4670 } 4685 }
4671 @media (min-width: 992px) { 4686 @media (min-width: 992px) {
4672 .main__resume-profile-info-body-inner b { 4687 .main__resume-profile-info-body-inner b {
4673 font-size: 18px; 4688 font-size: 18px;
4674 } 4689 }
4675 } 4690 }
4676 .main__resume-profile-info-body-inner span { 4691 .main__resume-profile-info-body-inner span {
4677 display: -webkit-box; 4692 display: -webkit-box;
4678 display: -ms-flexbox; 4693 display: -ms-flexbox;
4679 display: flex; 4694 display: flex;
4680 -webkit-box-orient: vertical; 4695 -webkit-box-orient: vertical;
4681 -webkit-box-direction: normal; 4696 -webkit-box-direction: normal;
4682 -ms-flex-direction: column; 4697 -ms-flex-direction: column;
4683 flex-direction: column; 4698 flex-direction: column;
4684 gap: 4px; 4699 gap: 4px;
4685 } 4700 }
4686 @media (min-width: 992px) { 4701 @media (min-width: 992px) {
4687 .main__resume-profile-info-body-inner span { 4702 .main__resume-profile-info-body-inner span {
4688 gap: 6px; 4703 gap: 6px;
4689 } 4704 }
4690 } 4705 }
4691 .main__resume-profile-review { 4706 .main__resume-profile-review {
4692 display: -webkit-box; 4707 display: -webkit-box;
4693 display: -ms-flexbox; 4708 display: -ms-flexbox;
4694 display: flex; 4709 display: flex;
4695 -webkit-box-orient: vertical; 4710 -webkit-box-orient: vertical;
4696 -webkit-box-direction: normal; 4711 -webkit-box-direction: normal;
4697 -ms-flex-direction: column; 4712 -ms-flex-direction: column;
4698 flex-direction: column; 4713 flex-direction: column;
4699 gap: 20px; 4714 gap: 20px;
4700 padding: 20px 10px; 4715 padding: 20px 10px;
4701 margin-top: 30px; 4716 margin-top: 30px;
4702 border-radius: 16px; 4717 border-radius: 16px;
4703 border: 1px solid #cecece; 4718 border: 1px solid #cecece;
4704 background: #fff; 4719 background: #fff;
4705 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 4720 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
4706 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 4721 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
4707 } 4722 }
4708 @media (min-width: 992px) { 4723 @media (min-width: 992px) {
4709 .main__resume-profile-review { 4724 .main__resume-profile-review {
4710 margin-top: 50px; 4725 margin-top: 50px;
4711 padding: 50px 40px; 4726 padding: 50px 40px;
4712 gap: 30px; 4727 gap: 30px;
4713 } 4728 }
4714 } 4729 }
4715 .main__resume-profile-review-title { 4730 .main__resume-profile-review-title {
4716 color: #000; 4731 color: #000;
4717 } 4732 }
4718 .main__resume-profile-review-body { 4733 .main__resume-profile-review-body {
4719 display: -webkit-box; 4734 display: -webkit-box;
4720 display: -ms-flexbox; 4735 display: -ms-flexbox;
4721 display: flex; 4736 display: flex;
4722 -webkit-box-orient: vertical; 4737 -webkit-box-orient: vertical;
4723 -webkit-box-direction: normal; 4738 -webkit-box-direction: normal;
4724 -ms-flex-direction: column; 4739 -ms-flex-direction: column;
4725 flex-direction: column; 4740 flex-direction: column;
4726 -webkit-box-align: start; 4741 -webkit-box-align: start;
4727 -ms-flex-align: start; 4742 -ms-flex-align: start;
4728 align-items: flex-start; 4743 align-items: flex-start;
4729 gap: 10px; 4744 gap: 10px;
4730 } 4745 }
4731 .main__resume-profile-review-body .textarea { 4746 .main__resume-profile-review-body .textarea {
4732 width: 100%; 4747 width: 100%;
4733 } 4748 }
4734 .main__resume-profile-review-body .button { 4749 .main__resume-profile-review-body .button {
4735 margin-top: 10px; 4750 margin-top: 10px;
4736 } 4751 }
4737 .main__vacancies { 4752 .main__vacancies {
4738 display: -webkit-box; 4753 display: -webkit-box;
4739 display: -ms-flexbox; 4754 display: -ms-flexbox;
4740 display: flex; 4755 display: flex;
4741 -webkit-box-orient: vertical; 4756 -webkit-box-orient: vertical;
4742 -webkit-box-direction: normal; 4757 -webkit-box-direction: normal;
4743 -ms-flex-direction: column; 4758 -ms-flex-direction: column;
4744 flex-direction: column; 4759 flex-direction: column;
4745 -webkit-box-align: center; 4760 -webkit-box-align: center;
4746 -ms-flex-align: center; 4761 -ms-flex-align: center;
4747 align-items: center; 4762 align-items: center;
4748 gap: 20px; 4763 gap: 20px;
4749 } 4764 }
4750 @media (min-width: 768px) { 4765 @media (min-width: 768px) {
4751 .main__vacancies { 4766 .main__vacancies {
4752 gap: 30px; 4767 gap: 30px;
4753 } 4768 }
4754 } 4769 }
4755 .main__vacancies-title { 4770 .main__vacancies-title {
4756 color: #000; 4771 color: #000;
4757 width: 100%; 4772 width: 100%;
4758 } 4773 }
4759 .main__vacancies-filters { 4774 .main__vacancies-filters {
4760 width: 100%; 4775 width: 100%;
4761 } 4776 }
4762 .main__vacancies-item { 4777 .main__vacancies-item {
4763 width: 100%; 4778 width: 100%;
4764 background: none; 4779 background: none;
4765 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 4780 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
4766 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 4781 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
4767 } 4782 }
4768 .main__vacancies-item-page { 4783 .main__vacancies-item-page {
4769 border: none; 4784 border: none;
4770 -webkit-box-shadow: none; 4785 -webkit-box-shadow: none;
4771 box-shadow: none; 4786 box-shadow: none;
4772 background: none; 4787 background: none;
4773 margin: 0 -10px; 4788 margin: 0 -10px;
4774 } 4789 }
4775 @media (min-width: 768px) { 4790 @media (min-width: 768px) {
4776 .main__vacancies-item-page { 4791 .main__vacancies-item-page {
4777 margin: 0 -20px; 4792 margin: 0 -20px;
4778 } 4793 }
4779 } 4794 }
4780 .main__vacancies-thing { 4795 .main__vacancies-thing {
4781 width: 100%; 4796 width: 100%;
4782 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 4797 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
4783 padding: 20px 10px; 4798 padding: 20px 10px;
4784 padding-bottom: 30px; 4799 padding-bottom: 30px;
4785 display: -webkit-box; 4800 display: -webkit-box;
4786 display: -ms-flexbox; 4801 display: -ms-flexbox;
4787 display: flex; 4802 display: flex;
4788 -webkit-box-orient: vertical; 4803 -webkit-box-orient: vertical;
4789 -webkit-box-direction: normal; 4804 -webkit-box-direction: normal;
4790 -ms-flex-direction: column; 4805 -ms-flex-direction: column;
4791 flex-direction: column; 4806 flex-direction: column;
4792 gap: 24px; 4807 gap: 24px;
4793 border-radius: 12px; 4808 border-radius: 12px;
4794 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 4809 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
4795 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 4810 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
4796 } 4811 }
4797 @media (min-width: 992px) { 4812 @media (min-width: 992px) {
4798 .main__vacancies-thing { 4813 .main__vacancies-thing {
4799 padding: 30px 20px; 4814 padding: 30px 20px;
4800 -webkit-box-orient: horizontal; 4815 -webkit-box-orient: horizontal;
4801 -webkit-box-direction: normal; 4816 -webkit-box-direction: normal;
4802 -ms-flex-direction: row; 4817 -ms-flex-direction: row;
4803 flex-direction: row; 4818 flex-direction: row;
4804 -webkit-box-align: start; 4819 -webkit-box-align: start;
4805 -ms-flex-align: start; 4820 -ms-flex-align: start;
4806 align-items: flex-start; 4821 align-items: flex-start;
4807 gap: 0; 4822 gap: 0;
4808 } 4823 }
4809 } 4824 }
4810 @media (min-width: 1280px) { 4825 @media (min-width: 1280px) {
4811 .main__vacancies-thing { 4826 .main__vacancies-thing {
4812 padding: 50px 20px; 4827 padding: 50px 20px;
4813 } 4828 }
4814 } 4829 }
4815 .main__vacancies-thing-pic { 4830 .main__vacancies-thing-pic {
4816 position: relative; 4831 position: relative;
4817 z-index: 2; 4832 z-index: 2;
4818 width: 100%; 4833 width: 100%;
4819 aspect-ratio: 42/34; 4834 aspect-ratio: 42/34;
4820 -o-object-fit: cover; 4835 -o-object-fit: cover;
4821 object-fit: cover; 4836 object-fit: cover;
4822 border-radius: 8px; 4837 border-radius: 8px;
4823 max-height: 340px; 4838 max-height: 340px;
4824 } 4839 }
4825 @media (min-width: 992px) { 4840 @media (min-width: 992px) {
4826 .main__vacancies-thing-pic { 4841 .main__vacancies-thing-pic {
4827 width: 380px; 4842 width: 380px;
4828 } 4843 }
4829 } 4844 }
4830 @media (min-width: 1280px) { 4845 @media (min-width: 1280px) {
4831 .main__vacancies-thing-pic { 4846 .main__vacancies-thing-pic {
4832 width: 420px; 4847 width: 420px;
4833 } 4848 }
4834 } 4849 }
4835 .main__vacancies-thing-body { 4850 .main__vacancies-thing-body {
4836 display: -webkit-box; 4851 display: -webkit-box;
4837 display: -ms-flexbox; 4852 display: -ms-flexbox;
4838 display: flex; 4853 display: flex;
4839 -webkit-box-orient: vertical; 4854 -webkit-box-orient: vertical;
4840 -webkit-box-direction: normal; 4855 -webkit-box-direction: normal;
4841 -ms-flex-direction: column; 4856 -ms-flex-direction: column;
4842 flex-direction: column; 4857 flex-direction: column;
4843 -webkit-box-align: start; 4858 -webkit-box-align: start;
4844 -ms-flex-align: start; 4859 -ms-flex-align: start;
4845 align-items: flex-start; 4860 align-items: flex-start;
4846 gap: 16px; 4861 gap: 16px;
4847 color: #000; 4862 color: #000;
4848 } 4863 }
4849 @media (min-width: 992px) { 4864 @media (min-width: 992px) {
4850 .main__vacancies-thing-body { 4865 .main__vacancies-thing-body {
4851 width: calc(100% - 380px); 4866 width: calc(100% - 380px);
4852 padding-left: 20px; 4867 padding-left: 20px;
4853 } 4868 }
4854 } 4869 }
4855 @media (min-width: 1280px) { 4870 @media (min-width: 1280px) {
4856 .main__vacancies-thing-body { 4871 .main__vacancies-thing-body {
4857 width: calc(100% - 420px); 4872 width: calc(100% - 420px);
4858 gap: 20px; 4873 gap: 20px;
4859 } 4874 }
4860 } 4875 }
4861 .main__vacancies-thing-body > * { 4876 .main__vacancies-thing-body > * {
4862 width: 100%; 4877 width: 100%;
4863 } 4878 }
4864 .main__vacancies-thing-body .button { 4879 .main__vacancies-thing-body .button {
4865 width: auto; 4880 width: auto;
4866 } 4881 }
4867 @media (min-width: 768px) { 4882 @media (min-width: 768px) {
4868 .main__vacancies-thing-body .button { 4883 .main__vacancies-thing-body .button {
4869 min-width: 200px; 4884 min-width: 200px;
4870 } 4885 }
4871 } 4886 }
4872 .main__vacancies-thing-scroll { 4887 .main__vacancies-thing-scroll {
4873 display: -webkit-box; 4888 display: -webkit-box;
4874 display: -ms-flexbox; 4889 display: -ms-flexbox;
4875 display: flex; 4890 display: flex;
4876 -webkit-box-orient: vertical; 4891 -webkit-box-orient: vertical;
4877 -webkit-box-direction: normal; 4892 -webkit-box-direction: normal;
4878 -ms-flex-direction: column; 4893 -ms-flex-direction: column;
4879 flex-direction: column; 4894 flex-direction: column;
4880 -webkit-box-align: start; 4895 -webkit-box-align: start;
4881 -ms-flex-align: start; 4896 -ms-flex-align: start;
4882 align-items: flex-start; 4897 align-items: flex-start;
4883 gap: 16px; 4898 gap: 16px;
4884 overflow: hidden; 4899 overflow: hidden;
4885 overflow-y: auto; 4900 overflow-y: auto;
4886 max-height: 180px; 4901 max-height: 180px;
4887 padding-right: 10px; 4902 padding-right: 10px;
4888 } 4903 }
4889 @media (min-width: 768px) { 4904 @media (min-width: 768px) {
4890 .main__vacancies-thing-scroll { 4905 .main__vacancies-thing-scroll {
4891 max-height: 210px; 4906 max-height: 210px;
4892 padding-right: 20px; 4907 padding-right: 20px;
4893 } 4908 }
4894 } 4909 }
4895 @media (min-width: 992px) { 4910 @media (min-width: 992px) {
4896 .main__vacancies-thing-scroll { 4911 .main__vacancies-thing-scroll {
4897 max-height: 175px; 4912 max-height: 175px;
4898 } 4913 }
4899 } 4914 }
4900 @media (min-width: 1280px) { 4915 @media (min-width: 1280px) {
4901 .main__vacancies-thing-scroll { 4916 .main__vacancies-thing-scroll {
4902 max-height: 200px; 4917 max-height: 200px;
4903 gap: 20px; 4918 gap: 20px;
4904 } 4919 }
4905 } 4920 }
4906 .main__cond { 4921 .main__cond {
4907 display: -webkit-box; 4922 display: -webkit-box;
4908 display: -ms-flexbox; 4923 display: -ms-flexbox;
4909 display: flex; 4924 display: flex;
4910 -webkit-box-orient: vertical; 4925 -webkit-box-orient: vertical;
4911 -webkit-box-direction: normal; 4926 -webkit-box-direction: normal;
4912 -ms-flex-direction: column; 4927 -ms-flex-direction: column;
4913 flex-direction: column; 4928 flex-direction: column;
4914 gap: 50px; 4929 gap: 50px;
4915 } 4930 }
4916 .main__cond > div { 4931 .main__cond > div {
4917 display: -webkit-box; 4932 display: -webkit-box;
4918 display: -ms-flexbox; 4933 display: -ms-flexbox;
4919 display: flex; 4934 display: flex;
4920 -webkit-box-orient: vertical; 4935 -webkit-box-orient: vertical;
4921 -webkit-box-direction: normal; 4936 -webkit-box-direction: normal;
4922 -ms-flex-direction: column; 4937 -ms-flex-direction: column;
4923 flex-direction: column; 4938 flex-direction: column;
4924 gap: 10px; 4939 gap: 10px;
4925 } 4940 }
4926 .main__cond-label { 4941 .main__cond-label {
4927 border-radius: 16px; 4942 border-radius: 16px;
4928 border: 1px solid #cecece; 4943 border: 1px solid #cecece;
4929 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 4944 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
4930 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 4945 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
4931 padding: 30px 20px; 4946 padding: 30px 20px;
4932 font-weight: 700; 4947 font-weight: 700;
4933 color: #000; 4948 color: #000;
4934 line-height: 2; 4949 line-height: 2;
4935 text-align: center; 4950 text-align: center;
4936 } 4951 }
4937 @media (min-width: 992px) { 4952 @media (min-width: 992px) {
4938 .main__cond-label { 4953 .main__cond-label {
4939 font-size: 30px; 4954 font-size: 30px;
4940 } 4955 }
4941 } 4956 }
4942 .main__cond-icons { 4957 .main__cond-icons {
4943 padding: 0; 4958 padding: 0;
4944 margin: 0; 4959 margin: 0;
4945 display: -webkit-box; 4960 display: -webkit-box;
4946 display: -ms-flexbox; 4961 display: -ms-flexbox;
4947 display: flex; 4962 display: flex;
4948 -webkit-box-orient: vertical; 4963 -webkit-box-orient: vertical;
4949 -webkit-box-direction: normal; 4964 -webkit-box-direction: normal;
4950 -ms-flex-direction: column; 4965 -ms-flex-direction: column;
4951 flex-direction: column; 4966 flex-direction: column;
4952 gap: 25px; 4967 gap: 25px;
4953 margin-top: 10px; 4968 margin-top: 10px;
4954 } 4969 }
4955 @media (min-width: 768px) { 4970 @media (min-width: 768px) {
4956 .main__cond-icons { 4971 .main__cond-icons {
4957 display: grid; 4972 display: grid;
4958 grid-template-columns: repeat(2, 1fr); 4973 grid-template-columns: repeat(2, 1fr);
4959 gap: 60px; 4974 gap: 60px;
4960 margin-top: 20px; 4975 margin-top: 20px;
4961 } 4976 }
4962 } 4977 }
4963 @media (min-width: 1280px) { 4978 @media (min-width: 1280px) {
4964 .main__cond-icons { 4979 .main__cond-icons {
4965 grid-template-columns: repeat(3, 1fr); 4980 grid-template-columns: repeat(3, 1fr);
4966 } 4981 }
4967 } 4982 }
4968 .main__cond-icons li { 4983 .main__cond-icons li {
4969 display: -webkit-box; 4984 display: -webkit-box;
4970 display: -ms-flexbox; 4985 display: -ms-flexbox;
4971 display: flex; 4986 display: flex;
4972 -webkit-box-orient: vertical; 4987 -webkit-box-orient: vertical;
4973 -webkit-box-direction: normal; 4988 -webkit-box-direction: normal;
4974 -ms-flex-direction: column; 4989 -ms-flex-direction: column;
4975 flex-direction: column; 4990 flex-direction: column;
4976 -webkit-box-align: start; 4991 -webkit-box-align: start;
4977 -ms-flex-align: start; 4992 -ms-flex-align: start;
4978 align-items: flex-start; 4993 align-items: flex-start;
4979 gap: 20px; 4994 gap: 20px;
4980 font-size: 12px; 4995 font-size: 12px;
4981 line-height: 1.4; 4996 line-height: 1.4;
4982 color: #000; 4997 color: #000;
4983 } 4998 }
4984 @media (min-width: 768px) { 4999 @media (min-width: 768px) {
4985 .main__cond-icons li { 5000 .main__cond-icons li {
4986 font-size: 14px; 5001 font-size: 14px;
4987 } 5002 }
4988 } 5003 }
4989 @media (min-width: 992px) { 5004 @media (min-width: 992px) {
4990 .main__cond-icons li { 5005 .main__cond-icons li {
4991 font-size: 16px; 5006 font-size: 16px;
4992 line-height: 1.6; 5007 line-height: 1.6;
4993 } 5008 }
4994 } 5009 }
4995 @media (min-width: 1280px) { 5010 @media (min-width: 1280px) {
4996 .main__cond-icons li { 5011 .main__cond-icons li {
4997 font-size: 18px; 5012 font-size: 18px;
4998 } 5013 }
4999 } 5014 }
5000 .main__cond-icons li span { 5015 .main__cond-icons li span {
5001 width: 48px; 5016 width: 48px;
5002 height: 48px; 5017 height: 48px;
5003 display: -webkit-box; 5018 display: -webkit-box;
5004 display: -ms-flexbox; 5019 display: -ms-flexbox;
5005 display: flex; 5020 display: flex;
5006 -webkit-box-align: center; 5021 -webkit-box-align: center;
5007 -ms-flex-align: center; 5022 -ms-flex-align: center;
5008 align-items: center; 5023 align-items: center;
5009 } 5024 }
5010 .main__cond-icons li span img { 5025 .main__cond-icons li span img {
5011 max-width: 48px; 5026 max-width: 48px;
5012 } 5027 }
5013 .main__cond-callback { 5028 .main__cond-callback {
5014 margin-top: 10px; 5029 margin-top: 10px;
5015 } 5030 }
5016 .main__ads { 5031 .main__ads {
5017 display: -webkit-box; 5032 display: -webkit-box;
5018 display: -ms-flexbox; 5033 display: -ms-flexbox;
5019 display: flex; 5034 display: flex;
5020 -webkit-box-orient: vertical; 5035 -webkit-box-orient: vertical;
5021 -webkit-box-direction: normal; 5036 -webkit-box-direction: normal;
5022 -ms-flex-direction: column; 5037 -ms-flex-direction: column;
5023 flex-direction: column; 5038 flex-direction: column;
5024 gap: 30px; 5039 gap: 30px;
5025 margin: 30px 0; 5040 margin: 30px 0;
5026 } 5041 }
5027 @media (min-width: 992px) { 5042 @media (min-width: 992px) {
5028 .main__ads { 5043 .main__ads {
5029 margin: 60px 0; 5044 margin: 60px 0;
5030 } 5045 }
5031 } 5046 }
5032 .main__ads-item { 5047 .main__ads-item {
5033 display: -webkit-box; 5048 display: -webkit-box;
5034 display: -ms-flexbox; 5049 display: -ms-flexbox;
5035 display: flex; 5050 display: flex;
5036 -webkit-box-orient: vertical; 5051 -webkit-box-orient: vertical;
5037 -webkit-box-direction: normal; 5052 -webkit-box-direction: normal;
5038 -ms-flex-direction: column; 5053 -ms-flex-direction: column;
5039 flex-direction: column; 5054 flex-direction: column;
5040 gap: 16px; 5055 gap: 16px;
5041 } 5056 }
5042 @media (min-width: 992px) { 5057 @media (min-width: 992px) {
5043 .main__ads-item { 5058 .main__ads-item {
5044 -webkit-box-orient: horizontal; 5059 -webkit-box-orient: horizontal;
5045 -webkit-box-direction: normal; 5060 -webkit-box-direction: normal;
5046 -ms-flex-direction: row; 5061 -ms-flex-direction: row;
5047 flex-direction: row; 5062 flex-direction: row;
5048 gap: 0; 5063 gap: 0;
5049 } 5064 }
5050 } 5065 }
5051 .main__ads-item-pic { 5066 .main__ads-item-pic {
5052 width: 100%; 5067 width: 100%;
5053 max-width: 440px; 5068 max-width: 440px;
5054 max-height: 200px; 5069 max-height: 200px;
5055 aspect-ratio: 3/2; 5070 aspect-ratio: 3/2;
5056 position: relative; 5071 position: relative;
5057 overflow: hidden; 5072 overflow: hidden;
5058 border-radius: 12px; 5073 border-radius: 12px;
5059 } 5074 }
5060 @media (min-width: 992px) { 5075 @media (min-width: 992px) {
5061 .main__ads-item-pic { 5076 .main__ads-item-pic {
5062 width: 200px; 5077 width: 200px;
5063 aspect-ratio: 1/1; 5078 aspect-ratio: 1/1;
5064 } 5079 }
5065 } 5080 }
5066 .main__ads-item-pic img { 5081 .main__ads-item-pic img {
5067 z-index: 1; 5082 z-index: 1;
5068 position: absolute; 5083 position: absolute;
5069 top: 0; 5084 top: 0;
5070 left: 0; 5085 left: 0;
5071 width: 100%; 5086 width: 100%;
5072 height: 100%; 5087 height: 100%;
5073 -o-object-fit: cover; 5088 -o-object-fit: cover;
5074 object-fit: cover; 5089 object-fit: cover;
5075 } 5090 }
5076 .main__ads-item-pic span { 5091 .main__ads-item-pic span {
5077 z-index: 2; 5092 z-index: 2;
5078 width: 30px; 5093 width: 30px;
5079 height: 30px; 5094 height: 30px;
5080 border-radius: 6px; 5095 border-radius: 6px;
5081 background: #4d88d9; 5096 background: #4d88d9;
5082 display: -webkit-box; 5097 display: -webkit-box;
5083 display: -ms-flexbox; 5098 display: -ms-flexbox;
5084 display: flex; 5099 display: flex;
5085 -webkit-box-pack: center; 5100 -webkit-box-pack: center;
5086 -ms-flex-pack: center; 5101 -ms-flex-pack: center;
5087 justify-content: center; 5102 justify-content: center;
5088 -webkit-box-align: center; 5103 -webkit-box-align: center;
5089 -ms-flex-align: center; 5104 -ms-flex-align: center;
5090 align-items: center; 5105 align-items: center;
5091 position: absolute; 5106 position: absolute;
5092 top: 10px; 5107 top: 10px;
5093 left: 10px; 5108 left: 10px;
5094 color: #fff; 5109 color: #fff;
5095 } 5110 }
5096 @media (min-width: 992px) { 5111 @media (min-width: 992px) {
5097 .main__ads-item-pic span { 5112 .main__ads-item-pic span {
5098 width: 42px; 5113 width: 42px;
5099 height: 42px; 5114 height: 42px;
5100 } 5115 }
5101 } 5116 }
5102 .main__ads-item-pic span svg { 5117 .main__ads-item-pic span svg {
5103 width: 12px; 5118 width: 12px;
5104 height: 12px; 5119 height: 12px;
5105 } 5120 }
5106 @media (min-width: 992px) { 5121 @media (min-width: 992px) {
5107 .main__ads-item-pic span svg { 5122 .main__ads-item-pic span svg {
5108 width: 20px; 5123 width: 20px;
5109 height: 20px; 5124 height: 20px;
5110 } 5125 }
5111 } 5126 }
5112 .main__ads-item-body { 5127 .main__ads-item-body {
5113 display: -webkit-box; 5128 display: -webkit-box;
5114 display: -ms-flexbox; 5129 display: -ms-flexbox;
5115 display: flex; 5130 display: flex;
5116 -webkit-box-orient: vertical; 5131 -webkit-box-orient: vertical;
5117 -webkit-box-direction: normal; 5132 -webkit-box-direction: normal;
5118 -ms-flex-direction: column; 5133 -ms-flex-direction: column;
5119 flex-direction: column; 5134 flex-direction: column;
5120 -webkit-box-align: start; 5135 -webkit-box-align: start;
5121 -ms-flex-align: start; 5136 -ms-flex-align: start;
5122 align-items: flex-start; 5137 align-items: flex-start;
5123 gap: 10px; 5138 gap: 10px;
5124 font-size: 12px; 5139 font-size: 12px;
5125 } 5140 }
5126 @media (min-width: 992px) { 5141 @media (min-width: 992px) {
5127 .main__ads-item-body { 5142 .main__ads-item-body {
5128 width: calc(100% - 200px); 5143 width: calc(100% - 200px);
5129 padding-left: 40px; 5144 padding-left: 40px;
5130 -webkit-box-pack: center; 5145 -webkit-box-pack: center;
5131 -ms-flex-pack: center; 5146 -ms-flex-pack: center;
5132 justify-content: center; 5147 justify-content: center;
5133 font-size: 16px; 5148 font-size: 16px;
5134 gap: 20px; 5149 gap: 20px;
5135 } 5150 }
5136 } 5151 }
5137 .main__ads-item-body b { 5152 .main__ads-item-body b {
5138 width: 100%; 5153 width: 100%;
5139 font-weight: 700; 5154 font-weight: 700;
5140 font-size: 14px; 5155 font-size: 14px;
5141 } 5156 }
5142 @media (min-width: 992px) { 5157 @media (min-width: 992px) {
5143 .main__ads-item-body b { 5158 .main__ads-item-body b {
5144 font-size: 20px; 5159 font-size: 20px;
5145 } 5160 }
5146 } 5161 }
5147 .main__ads-item-body span { 5162 .main__ads-item-body span {
5148 width: 100%; 5163 width: 100%;
5149 } 5164 }
5150 5165
5151 .work { 5166 .work {
5152 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 5167 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
5153 color: #000; 5168 color: #000;
5154 padding-top: 70px; 5169 padding-top: 70px;
5155 padding-bottom: 10px; 5170 padding-bottom: 10px;
5156 position: relative; 5171 position: relative;
5157 overflow: hidden; 5172 overflow: hidden;
5158 } 5173 }
5159 @media (min-width: 768px) { 5174 @media (min-width: 768px) {
5160 .work { 5175 .work {
5161 padding-bottom: 25px; 5176 padding-bottom: 25px;
5162 } 5177 }
5163 } 5178 }
5164 @media (min-width: 1280px) { 5179 @media (min-width: 1280px) {
5165 .work { 5180 .work {
5166 padding-top: 80px; 5181 padding-top: 80px;
5167 padding-bottom: 25px; 5182 padding-bottom: 25px;
5168 } 5183 }
5169 } 5184 }
5170 .work__pic { 5185 .work__pic {
5171 position: absolute; 5186 position: absolute;
5172 height: calc(100% - 40px); 5187 height: calc(100% - 40px);
5173 z-index: 1; 5188 z-index: 1;
5174 display: none; 5189 display: none;
5175 bottom: 0; 5190 bottom: 0;
5176 left: 50%; 5191 left: 50%;
5177 margin-left: 40px; 5192 margin-left: 40px;
5178 } 5193 }
5179 @media (min-width: 992px) { 5194 @media (min-width: 992px) {
5180 .work__pic { 5195 .work__pic {
5181 display: block; 5196 display: block;
5182 } 5197 }
5183 } 5198 }
5184 @media (min-width: 1280px) { 5199 @media (min-width: 1280px) {
5185 .work__pic { 5200 .work__pic {
5186 margin-left: 80px; 5201 margin-left: 80px;
5187 } 5202 }
5188 } 5203 }
5189 .work__body { 5204 .work__body {
5190 position: relative; 5205 position: relative;
5191 z-index: 2; 5206 z-index: 2;
5192 display: -webkit-box; 5207 display: -webkit-box;
5193 display: -ms-flexbox; 5208 display: -ms-flexbox;
5194 display: flex; 5209 display: flex;
5195 -webkit-box-orient: vertical; 5210 -webkit-box-orient: vertical;
5196 -webkit-box-direction: normal; 5211 -webkit-box-direction: normal;
5197 -ms-flex-direction: column; 5212 -ms-flex-direction: column;
5198 flex-direction: column; 5213 flex-direction: column;
5199 -webkit-box-align: center; 5214 -webkit-box-align: center;
5200 -ms-flex-align: center; 5215 -ms-flex-align: center;
5201 align-items: center; 5216 align-items: center;
5202 } 5217 }
5203 @media (min-width: 768px) { 5218 @media (min-width: 768px) {
5204 .work__body { 5219 .work__body {
5205 -webkit-box-align: start; 5220 -webkit-box-align: start;
5206 -ms-flex-align: start; 5221 -ms-flex-align: start;
5207 align-items: flex-start; 5222 align-items: flex-start;
5208 } 5223 }
5209 } 5224 }
5210 @media (min-width: 992px) { 5225 @media (min-width: 992px) {
5211 .work__body { 5226 .work__body {
5212 max-width: 600px; 5227 max-width: 600px;
5213 } 5228 }
5214 } 5229 }
5215 .work__title { 5230 .work__title {
5216 width: 100%; 5231 width: 100%;
5217 font-size: 40px; 5232 font-size: 40px;
5218 font-weight: 700; 5233 font-weight: 700;
5219 line-height: 1; 5234 line-height: 1;
5220 } 5235 }
5221 @media (min-width: 768px) { 5236 @media (min-width: 768px) {
5222 .work__title { 5237 .work__title {
5223 font-size: 64px; 5238 font-size: 64px;
5224 line-height: 94px; 5239 line-height: 94px;
5225 } 5240 }
5226 } 5241 }
5227 .work__text { 5242 .work__text {
5228 width: 100%; 5243 width: 100%;
5229 font-size: 12px; 5244 font-size: 12px;
5230 margin-top: 10px; 5245 margin-top: 10px;
5231 } 5246 }
5232 @media (min-width: 768px) { 5247 @media (min-width: 768px) {
5233 .work__text { 5248 .work__text {
5234 font-size: 18px; 5249 font-size: 18px;
5235 margin-top: 20px; 5250 margin-top: 20px;
5236 line-height: 1.4; 5251 line-height: 1.4;
5237 } 5252 }
5238 } 5253 }
5239 .work__list { 5254 .work__list {
5240 width: 100%; 5255 width: 100%;
5241 display: -webkit-box; 5256 display: -webkit-box;
5242 display: -ms-flexbox; 5257 display: -ms-flexbox;
5243 display: flex; 5258 display: flex;
5244 -webkit-box-orient: vertical; 5259 -webkit-box-orient: vertical;
5245 -webkit-box-direction: normal; 5260 -webkit-box-direction: normal;
5246 -ms-flex-direction: column; 5261 -ms-flex-direction: column;
5247 flex-direction: column; 5262 flex-direction: column;
5248 gap: 5px; 5263 gap: 5px;
5249 font-size: 14px; 5264 font-size: 14px;
5250 font-weight: 700; 5265 font-weight: 700;
5251 margin-top: 15px; 5266 margin-top: 15px;
5252 } 5267 }
5253 @media (min-width: 768px) { 5268 @media (min-width: 768px) {
5254 .work__list { 5269 .work__list {
5255 font-size: 18px; 5270 font-size: 18px;
5256 gap: 8px; 5271 gap: 8px;
5257 margin-top: 30px; 5272 margin-top: 30px;
5258 } 5273 }
5259 } 5274 }
5260 .work__list div { 5275 .work__list div {
5261 position: relative; 5276 position: relative;
5262 padding-left: 10px; 5277 padding-left: 10px;
5263 } 5278 }
5264 @media (min-width: 768px) { 5279 @media (min-width: 768px) {
5265 .work__list div { 5280 .work__list div {
5266 padding-left: 16px; 5281 padding-left: 16px;
5267 } 5282 }
5268 } 5283 }
5269 .work__list div:before { 5284 .work__list div:before {
5270 content: ""; 5285 content: "";
5271 width: 4px; 5286 width: 4px;
5272 height: 4px; 5287 height: 4px;
5273 background: #000; 5288 background: #000;
5274 border-radius: 999px; 5289 border-radius: 999px;
5275 position: absolute; 5290 position: absolute;
5276 top: 5px; 5291 top: 5px;
5277 left: 0; 5292 left: 0;
5278 } 5293 }
5279 @media (min-width: 768px) { 5294 @media (min-width: 768px) {
5280 .work__list div:before { 5295 .work__list div:before {
5281 top: 8px; 5296 top: 8px;
5282 } 5297 }
5283 } 5298 }
5284 .work__form { 5299 .work__form {
5285 margin-top: 20px; 5300 margin-top: 20px;
5286 } 5301 }
5287 @media (min-width: 768px) { 5302 @media (min-width: 768px) {
5288 .work__form { 5303 .work__form {
5289 margin-top: 30px; 5304 margin-top: 30px;
5290 } 5305 }
5291 } 5306 }
5292 .work__search { 5307 .work__search {
5293 width: 100%; 5308 width: 100%;
5294 max-width: 180px; 5309 max-width: 180px;
5295 margin-top: 20px; 5310 margin-top: 20px;
5296 } 5311 }
5297 @media (min-width: 768px) { 5312 @media (min-width: 768px) {
5298 .work__search { 5313 .work__search {
5299 max-width: 270px; 5314 max-width: 270px;
5300 margin-top: 50px; 5315 margin-top: 50px;
5301 } 5316 }
5302 } 5317 }
5303 .work__get { 5318 .work__get {
5304 width: 100%; 5319 width: 100%;
5305 display: -webkit-box; 5320 display: -webkit-box;
5306 display: -ms-flexbox; 5321 display: -ms-flexbox;
5307 display: flex; 5322 display: flex;
5308 -webkit-box-align: start; 5323 -webkit-box-align: start;
5309 -ms-flex-align: start; 5324 -ms-flex-align: start;
5310 align-items: flex-start; 5325 align-items: flex-start;
5311 -ms-flex-wrap: wrap; 5326 -ms-flex-wrap: wrap;
5312 flex-wrap: wrap; 5327 flex-wrap: wrap;
5313 margin-top: 48px; 5328 margin-top: 48px;
5314 } 5329 }
5315 .work__get b { 5330 .work__get b {
5316 width: 100%; 5331 width: 100%;
5317 margin-bottom: 10px; 5332 margin-bottom: 10px;
5318 font-size: 14px; 5333 font-size: 14px;
5319 } 5334 }
5320 @media (min-width: 768px) { 5335 @media (min-width: 768px) {
5321 .work__get b { 5336 .work__get b {
5322 font-size: 18px; 5337 font-size: 18px;
5323 } 5338 }
5324 } 5339 }
5325 .work__get a { 5340 .work__get a {
5326 display: -webkit-box; 5341 display: -webkit-box;
5327 display: -ms-flexbox; 5342 display: -ms-flexbox;
5328 display: flex; 5343 display: flex;
5329 -webkit-box-align: center; 5344 -webkit-box-align: center;
5330 -ms-flex-align: center; 5345 -ms-flex-align: center;
5331 align-items: center; 5346 align-items: center;
5332 -webkit-box-pack: center; 5347 -webkit-box-pack: center;
5333 -ms-flex-pack: center; 5348 -ms-flex-pack: center;
5334 justify-content: center; 5349 justify-content: center;
5335 margin-right: 20px; 5350 margin-right: 20px;
5336 } 5351 }
5337 .work__get a img { 5352 .work__get a img {
5338 -webkit-transition: 0.3s; 5353 -webkit-transition: 0.3s;
5339 transition: 0.3s; 5354 transition: 0.3s;
5340 width: 111px; 5355 width: 111px;
5341 } 5356 }
5342 @media (min-width: 768px) { 5357 @media (min-width: 768px) {
5343 .work__get a img { 5358 .work__get a img {
5344 width: 131px; 5359 width: 131px;
5345 } 5360 }
5346 } 5361 }
5347 .work__get a:hover img { 5362 .work__get a:hover img {
5348 -webkit-transform: scale(1.1); 5363 -webkit-transform: scale(1.1);
5349 -ms-transform: scale(1.1); 5364 -ms-transform: scale(1.1);
5350 transform: scale(1.1); 5365 transform: scale(1.1);
5351 } 5366 }
5352 .work__get a + a { 5367 .work__get a + a {
5353 margin-right: 0; 5368 margin-right: 0;
5354 } 5369 }
5355 5370
5356 .work__get-app-info { 5371 .work__get-app-info {
5357 margin-top: 10px; 5372 margin-top: 10px;
5358 font-size: 14px; 5373 font-size: 14px;
5359 display: flex; 5374 display: flex;
5360 width: 100%; 5375 width: 100%;
5361 } 5376 }
5362 5377
5363 .work__get-app-info a { 5378 .work__get-app-info a {
5364 text-decoration: underline; 5379 text-decoration: underline;
5365 font-weight: 700; 5380 font-weight: 700;
5366 } 5381 }
5367 5382
5368 @media (min-width: 768px) { 5383 @media (min-width: 768px) {
5369 .work__get-app-info { 5384 .work__get-app-info {
5370 font-size: 18px; 5385 font-size: 18px;
5371 } 5386 }
5372 } 5387 }
5373 5388
5374 5389
5375 .numbers { 5390 .numbers {
5376 padding: 30px 0; 5391 padding: 30px 0;
5377 background: #377d87 url("../images/bg.svg") no-repeat 100% calc(100% + 80px); 5392 background: #377d87 url("../images/bg.svg") no-repeat 100% calc(100% + 80px);
5378 color: #fff; 5393 color: #fff;
5379 } 5394 }
5380 @media (min-width: 1280px) { 5395 @media (min-width: 1280px) {
5381 .numbers { 5396 .numbers {
5382 padding: 100px 0; 5397 padding: 100px 0;
5383 background-position: 100% 100%; 5398 background-position: 100% 100%;
5384 background-size: auto 500px; 5399 background-size: auto 500px;
5385 } 5400 }
5386 } 5401 }
5387 .numbers__body { 5402 .numbers__body {
5388 display: -webkit-box; 5403 display: -webkit-box;
5389 display: -ms-flexbox; 5404 display: -ms-flexbox;
5390 display: flex; 5405 display: flex;
5391 -webkit-box-orient: vertical; 5406 -webkit-box-orient: vertical;
5392 -webkit-box-direction: normal; 5407 -webkit-box-direction: normal;
5393 -ms-flex-direction: column; 5408 -ms-flex-direction: column;
5394 flex-direction: column; 5409 flex-direction: column;
5395 gap: 30px; 5410 gap: 30px;
5396 } 5411 }
5397 @media (min-width: 768px) { 5412 @media (min-width: 768px) {
5398 .numbers__body { 5413 .numbers__body {
5399 display: grid; 5414 display: grid;
5400 grid-template-columns: 1fr 1fr 1fr; 5415 grid-template-columns: 1fr 1fr 1fr;
5401 } 5416 }
5402 } 5417 }
5403 .numbers__item { 5418 .numbers__item {
5404 font-size: 12px; 5419 font-size: 12px;
5405 display: -webkit-box; 5420 display: -webkit-box;
5406 display: -ms-flexbox; 5421 display: -ms-flexbox;
5407 display: flex; 5422 display: flex;
5408 -webkit-box-orient: vertical; 5423 -webkit-box-orient: vertical;
5409 -webkit-box-direction: normal; 5424 -webkit-box-direction: normal;
5410 -ms-flex-direction: column; 5425 -ms-flex-direction: column;
5411 flex-direction: column; 5426 flex-direction: column;
5412 line-height: 1.4; 5427 line-height: 1.4;
5413 } 5428 }
5414 @media (min-width: 1280px) { 5429 @media (min-width: 1280px) {
5415 .numbers__item { 5430 .numbers__item {
5416 font-size: 16px; 5431 font-size: 16px;
5417 line-height: 20px; 5432 line-height: 20px;
5418 } 5433 }
5419 } 5434 }
5420 .numbers__item b { 5435 .numbers__item b {
5421 font-size: 40px; 5436 font-size: 40px;
5422 font-weight: 700; 5437 font-weight: 700;
5423 border-bottom: 1px solid #fff; 5438 border-bottom: 1px solid #fff;
5424 line-height: 1; 5439 line-height: 1;
5425 } 5440 }
5426 @media (min-width: 1280px) { 5441 @media (min-width: 1280px) {
5427 .numbers__item b { 5442 .numbers__item b {
5428 font-size: 100px; 5443 font-size: 100px;
5429 line-height: 147px; 5444 line-height: 147px;
5430 } 5445 }
5431 } 5446 }
5432 .numbers__item span { 5447 .numbers__item span {
5433 font-weight: 700; 5448 font-weight: 700;
5434 font-size: 14px; 5449 font-size: 14px;
5435 margin: 10px 0; 5450 margin: 10px 0;
5436 line-height: 1; 5451 line-height: 1;
5437 } 5452 }
5438 @media (min-width: 1280px) { 5453 @media (min-width: 1280px) {
5439 .numbers__item span { 5454 .numbers__item span {
5440 font-size: 24px; 5455 font-size: 24px;
5441 margin-top: 30px; 5456 margin-top: 30px;
5442 } 5457 }
5443 } 5458 }
5444 5459
5445 .vacancies { 5460 .vacancies {
5446 padding: 50px 0; 5461 padding: 50px 0;
5447 } 5462 }
5448 @media (min-width: 1280px) { 5463 @media (min-width: 1280px) {
5449 .vacancies { 5464 .vacancies {
5450 padding: 100px 0; 5465 padding: 100px 0;
5451 } 5466 }
5452 } 5467 }
5453 .vacancies__body { 5468 .vacancies__body {
5454 display: -webkit-box; 5469 display: -webkit-box;
5455 display: -ms-flexbox; 5470 display: -ms-flexbox;
5456 display: flex; 5471 display: flex;
5457 -webkit-box-orient: vertical; 5472 -webkit-box-orient: vertical;
5458 -webkit-box-direction: reverse; 5473 -webkit-box-direction: reverse;
5459 -ms-flex-direction: column-reverse; 5474 -ms-flex-direction: column-reverse;
5460 flex-direction: column-reverse; 5475 flex-direction: column-reverse;
5461 gap: 20px; 5476 gap: 20px;
5462 width: 100%; 5477 width: 100%;
5463 margin-top: 20px; 5478 margin-top: 20px;
5464 } 5479 }
5465 @media (min-width: 992px) { 5480 @media (min-width: 992px) {
5466 .vacancies__body { 5481 .vacancies__body {
5467 margin-top: 30px; 5482 margin-top: 30px;
5468 gap: 30px; 5483 gap: 30px;
5469 } 5484 }
5470 } 5485 }
5471 .vacancies__more { 5486 .vacancies__more {
5472 width: 100%; 5487 width: 100%;
5473 } 5488 }
5474 @media (min-width: 768px) { 5489 @media (min-width: 768px) {
5475 .vacancies__more { 5490 .vacancies__more {
5476 width: auto; 5491 width: auto;
5477 margin: 0 auto; 5492 margin: 0 auto;
5478 } 5493 }
5479 } 5494 }
5480 .vacancies__list { 5495 .vacancies__list {
5481 display: -webkit-box; 5496 display: -webkit-box;
5482 display: -ms-flexbox; 5497 display: -ms-flexbox;
5483 display: flex; 5498 display: flex;
5484 -webkit-box-orient: vertical; 5499 -webkit-box-orient: vertical;
5485 -webkit-box-direction: normal; 5500 -webkit-box-direction: normal;
5486 -ms-flex-direction: column; 5501 -ms-flex-direction: column;
5487 flex-direction: column; 5502 flex-direction: column;
5488 gap: 15px; 5503 gap: 15px;
5489 } 5504 }
5490 @media (min-width: 768px) { 5505 @media (min-width: 768px) {
5491 .vacancies__list { 5506 .vacancies__list {
5492 display: grid; 5507 display: grid;
5493 grid-template-columns: repeat(2, 1fr); 5508 grid-template-columns: repeat(2, 1fr);
5494 } 5509 }
5495 } 5510 }
5496 @media (min-width: 992px) { 5511 @media (min-width: 992px) {
5497 .vacancies__list { 5512 .vacancies__list {
5498 display: grid; 5513 display: grid;
5499 grid-template-columns: repeat(3, 1fr); 5514 grid-template-columns: repeat(3, 1fr);
5500 gap: 20px; 5515 gap: 20px;
5501 } 5516 }
5502 } 5517 }
5503 @media (min-width: 1280px) { 5518 @media (min-width: 1280px) {
5504 .vacancies__list { 5519 .vacancies__list {
5505 grid-template-columns: repeat(4, 1fr); 5520 grid-template-columns: repeat(4, 1fr);
5506 } 5521 }
5507 } 5522 }
5508 .vacancies__list-label { 5523 .vacancies__list-label {
5509 font-weight: 700; 5524 font-weight: 700;
5510 font-size: 22px; 5525 font-size: 22px;
5511 } 5526 }
5512 .vacancies__list-col { 5527 .vacancies__list-col {
5513 display: -webkit-box; 5528 display: -webkit-box;
5514 display: -ms-flexbox; 5529 display: -ms-flexbox;
5515 display: flex; 5530 display: flex;
5516 -webkit-box-orient: vertical; 5531 -webkit-box-orient: vertical;
5517 -webkit-box-direction: normal; 5532 -webkit-box-direction: normal;
5518 -ms-flex-direction: column; 5533 -ms-flex-direction: column;
5519 flex-direction: column; 5534 flex-direction: column;
5520 gap: 15px; 5535 gap: 15px;
5521 margin-top: 15px; 5536 margin-top: 15px;
5522 margin-bottom: 30px; 5537 margin-bottom: 30px;
5523 } 5538 }
5524 @media (min-width: 768px) { 5539 @media (min-width: 768px) {
5525 .vacancies__list-col { 5540 .vacancies__list-col {
5526 margin-top: 0; 5541 margin-top: 0;
5527 } 5542 }
5528 } 5543 }
5529 .vacancies__list-col:first-child { 5544 .vacancies__list-col:first-child {
5530 margin-top: 0; 5545 margin-top: 0;
5531 } 5546 }
5532 .vacancies__item { 5547 .vacancies__item {
5533 display: none; 5548 display: none;
5534 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 5549 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
5535 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 5550 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
5536 border-radius: 12px; 5551 border-radius: 12px;
5537 background: #fff; 5552 background: #fff;
5538 border: 1px solid #e6e7e7; 5553 border: 1px solid #e6e7e7;
5539 overflow: hidden; 5554 overflow: hidden;
5540 } 5555 }
5541 .vacancies__item:nth-of-type(1), .vacancies__item:nth-of-type(2), .vacancies__item:nth-of-type(3), .vacancies__item:nth-of-type(4), .vacancies__item:nth-of-type(5), .vacancies__item:nth-of-type(6), .vacancies__item:nth-of-type(7), .vacancies__item:nth-of-type(8) { 5556 .vacancies__item:nth-of-type(1), .vacancies__item:nth-of-type(2), .vacancies__item:nth-of-type(3), .vacancies__item:nth-of-type(4), .vacancies__item:nth-of-type(5), .vacancies__item:nth-of-type(6), .vacancies__item:nth-of-type(7), .vacancies__item:nth-of-type(8) {
5542 display: -webkit-box; 5557 display: -webkit-box;
5543 display: -ms-flexbox; 5558 display: -ms-flexbox;
5544 display: flex; 5559 display: flex;
5545 } 5560 }
5546 .vacancies__item > span { 5561 .vacancies__item > span {
5547 border-left: 10px solid #377d87; 5562 border-left: 10px solid #377d87;
5548 padding: 20px 14px; 5563 padding: 20px 14px;
5549 display: -webkit-box; 5564 display: -webkit-box;
5550 display: -ms-flexbox; 5565 display: -ms-flexbox;
5551 display: flex; 5566 display: flex;
5552 -webkit-box-orient: vertical; 5567 -webkit-box-orient: vertical;
5553 -webkit-box-direction: normal; 5568 -webkit-box-direction: normal;
5554 -ms-flex-direction: column; 5569 -ms-flex-direction: column;
5555 flex-direction: column; 5570 flex-direction: column;
5556 -webkit-box-align: start; 5571 -webkit-box-align: start;
5557 -ms-flex-align: start; 5572 -ms-flex-align: start;
5558 align-items: flex-start; 5573 align-items: flex-start;
5559 gap: 5px; 5574 gap: 5px;
5560 -webkit-box-pack: justify; 5575 -webkit-box-pack: justify;
5561 -ms-flex-pack: justify; 5576 -ms-flex-pack: justify;
5562 justify-content: space-between; 5577 justify-content: space-between;
5563 } 5578 }
5564 @media (min-width: 992px) { 5579 @media (min-width: 992px) {
5565 .vacancies__item > span { 5580 .vacancies__item > span {
5566 gap: 10px; 5581 gap: 10px;
5567 } 5582 }
5568 } 5583 }
5569 .vacancies__item b { 5584 .vacancies__item b {
5570 font-weight: 700; 5585 font-weight: 700;
5571 font-size: 14px; 5586 font-size: 14px;
5572 } 5587 }
5573 @media (min-width: 992px) { 5588 @media (min-width: 992px) {
5574 .vacancies__item b { 5589 .vacancies__item b {
5575 font-size: 20px; 5590 font-size: 20px;
5576 } 5591 }
5577 } 5592 }
5578 .vacancies__item:hover b { 5593 .vacancies__item:hover b {
5579 color: #377d87; 5594 color: #377d87;
5580 } 5595 }
5581 .vacancies__item u { 5596 .vacancies__item u {
5582 text-decoration: none; 5597 text-decoration: none;
5583 font-size: 14px; 5598 font-size: 14px;
5584 } 5599 }
5585 @media (min-width: 992px) { 5600 @media (min-width: 992px) {
5586 .vacancies__item u { 5601 .vacancies__item u {
5587 font-size: 18px; 5602 font-size: 18px;
5588 } 5603 }
5589 } 5604 }
5590 .vacancies__item i { 5605 .vacancies__item i {
5591 font-size: 12px; 5606 font-size: 12px;
5592 font-style: normal; 5607 font-style: normal;
5593 border-bottom: 1px dashed #377d87; 5608 border-bottom: 1px dashed #377d87;
5594 } 5609 }
5595 @media (min-width: 992px) { 5610 @media (min-width: 992px) {
5596 .vacancies__item i { 5611 .vacancies__item i {
5597 font-size: 16px; 5612 font-size: 16px;
5598 } 5613 }
5599 } 5614 }
5600 .vacancies__item i span { 5615 .vacancies__item i span {
5601 font-weight: 700; 5616 font-weight: 700;
5602 color: #377d87; 5617 color: #377d87;
5603 } 5618 }
5604 .vacancies__body.active .vacancies__list .vacancies__item { 5619 .vacancies__body.active .vacancies__list .vacancies__item {
5605 display: -webkit-box; 5620 display: -webkit-box;
5606 display: -ms-flexbox; 5621 display: -ms-flexbox;
5607 display: flex; 5622 display: flex;
5608 } 5623 }
5609 5624
5610 .employer { 5625 .employer {
5611 padding-bottom: 50px; 5626 padding-bottom: 50px;
5612 } 5627 }
5613 @media (min-width: 768px) { 5628 @media (min-width: 768px) {
5614 .employer { 5629 .employer {
5615 padding-bottom: 100px; 5630 padding-bottom: 100px;
5616 } 5631 }
5617 } 5632 }
5618 .employer .swiper { 5633 .employer .swiper {
5619 margin: 20px 0; 5634 margin: 20px 0;
5620 } 5635 }
5621 @media (min-width: 768px) { 5636 @media (min-width: 768px) {
5622 .employer .swiper { 5637 .employer .swiper {
5623 display: none; 5638 display: none;
5624 } 5639 }
5625 } 5640 }
5626 .employer__item { 5641 .employer__item {
5627 display: -webkit-box; 5642 display: -webkit-box;
5628 display: -ms-flexbox; 5643 display: -ms-flexbox;
5629 display: flex; 5644 display: flex;
5630 -webkit-box-orient: vertical; 5645 -webkit-box-orient: vertical;
5631 -webkit-box-direction: normal; 5646 -webkit-box-direction: normal;
5632 -ms-flex-direction: column; 5647 -ms-flex-direction: column;
5633 flex-direction: column; 5648 flex-direction: column;
5634 gap: 30px; 5649 gap: 30px;
5635 } 5650 }
5636 .employer__item a { 5651 .employer__item a {
5637 display: -webkit-box; 5652 display: -webkit-box;
5638 display: -ms-flexbox; 5653 display: -ms-flexbox;
5639 display: flex; 5654 display: flex;
5640 -webkit-box-orient: vertical; 5655 -webkit-box-orient: vertical;
5641 -webkit-box-direction: normal; 5656 -webkit-box-direction: normal;
5642 -ms-flex-direction: column; 5657 -ms-flex-direction: column;
5643 flex-direction: column; 5658 flex-direction: column;
5644 -webkit-box-align: center; 5659 -webkit-box-align: center;
5645 -ms-flex-align: center; 5660 -ms-flex-align: center;
5646 align-items: center; 5661 align-items: center;
5647 } 5662 }
5648 .employer__item img { 5663 .employer__item img {
5649 width: 100%; 5664 width: 100%;
5650 aspect-ratio: 295/98; 5665 aspect-ratio: 295/98;
5651 -o-object-fit: contain; 5666 -o-object-fit: contain;
5652 object-fit: contain; 5667 object-fit: contain;
5653 } 5668 }
5654 .employer__body { 5669 .employer__body {
5655 display: none; 5670 display: none;
5656 grid-template-columns: 1fr 1fr; 5671 grid-template-columns: 1fr 1fr;
5657 gap: 30px; 5672 gap: 30px;
5658 margin-top: 30px; 5673 margin-top: 30px;
5659 margin-bottom: 40px; 5674 margin-bottom: 40px;
5660 } 5675 }
5661 @media (min-width: 768px) { 5676 @media (min-width: 768px) {
5662 .employer__body { 5677 .employer__body {
5663 display: grid; 5678 display: grid;
5664 } 5679 }
5665 } 5680 }
5666 @media (min-width: 992px) { 5681 @media (min-width: 992px) {
5667 .employer__body { 5682 .employer__body {
5668 grid-template-columns: 1fr 1fr 1fr; 5683 grid-template-columns: 1fr 1fr 1fr;
5669 } 5684 }
5670 } 5685 }
5671 @media (min-width: 1280px) { 5686 @media (min-width: 1280px) {
5672 .employer__body { 5687 .employer__body {
5673 grid-template-columns: 1fr 1fr 1fr 1fr; 5688 grid-template-columns: 1fr 1fr 1fr 1fr;
5674 } 5689 }
5675 } 5690 }
5676 .employer__body a { 5691 .employer__body a {
5677 display: -webkit-box; 5692 display: -webkit-box;
5678 display: -ms-flexbox; 5693 display: -ms-flexbox;
5679 display: flex; 5694 display: flex;
5680 -webkit-box-pack: center; 5695 -webkit-box-pack: center;
5681 -ms-flex-pack: center; 5696 -ms-flex-pack: center;
5682 justify-content: center; 5697 justify-content: center;
5683 -webkit-box-align: center; 5698 -webkit-box-align: center;
5684 -ms-flex-align: center; 5699 -ms-flex-align: center;
5685 align-items: center; 5700 align-items: center;
5686 height: 98px; 5701 height: 98px;
5687 } 5702 }
5688 .employer__body img { 5703 .employer__body img {
5689 max-width: 100%; 5704 max-width: 100%;
5690 max-height: 98px; 5705 max-height: 98px;
5691 -o-object-fit: contain; 5706 -o-object-fit: contain;
5692 object-fit: contain; 5707 object-fit: contain;
5693 } 5708 }
5694 .employer__more { 5709 .employer__more {
5695 height: 38px; 5710 height: 38px;
5696 } 5711 }
5697 @media (min-width: 768px) { 5712 @media (min-width: 768px) {
5698 .employer__more { 5713 .employer__more {
5699 width: 250px; 5714 width: 250px;
5700 margin: 0 auto; 5715 margin: 0 auto;
5701 height: 44px; 5716 height: 44px;
5702 } 5717 }
5703 } 5718 }
5704 5719
5705 .about { 5720 .about {
5706 background: #acc0e6 url("../images/space.svg") no-repeat 0 0; 5721 background: #acc0e6 url("../images/space.svg") no-repeat 0 0;
5707 background-size: cover; 5722 background-size: cover;
5708 padding: 30px 0; 5723 padding: 30px 0;
5709 padding-bottom: 70px; 5724 padding-bottom: 70px;
5710 } 5725 }
5711 @media (min-width: 768px) { 5726 @media (min-width: 768px) {
5712 .about { 5727 .about {
5713 padding-top: 40px; 5728 padding-top: 40px;
5714 background-size: auto calc(100% - 10px); 5729 background-size: auto calc(100% - 10px);
5715 } 5730 }
5716 } 5731 }
5717 @media (min-width: 1280px) { 5732 @media (min-width: 1280px) {
5718 .about { 5733 .about {
5719 padding: 100px 0; 5734 padding: 100px 0;
5720 } 5735 }
5721 } 5736 }
5722 .about__wrapper { 5737 .about__wrapper {
5723 display: -webkit-box; 5738 display: -webkit-box;
5724 display: -ms-flexbox; 5739 display: -ms-flexbox;
5725 display: flex; 5740 display: flex;
5726 -webkit-box-orient: vertical; 5741 -webkit-box-orient: vertical;
5727 -webkit-box-direction: normal; 5742 -webkit-box-direction: normal;
5728 -ms-flex-direction: column; 5743 -ms-flex-direction: column;
5729 flex-direction: column; 5744 flex-direction: column;
5730 position: relative; 5745 position: relative;
5731 } 5746 }
5732 .about__title { 5747 .about__title {
5733 color: #fff; 5748 color: #fff;
5734 line-height: 1.2; 5749 line-height: 1.2;
5735 } 5750 }
5736 @media (min-width: 1280px) { 5751 @media (min-width: 1280px) {
5737 .about__title { 5752 .about__title {
5738 position: absolute; 5753 position: absolute;
5739 top: -45px; 5754 top: -45px;
5740 left: 0; 5755 left: 0;
5741 } 5756 }
5742 } 5757 }
5743 .about__body { 5758 .about__body {
5744 display: -webkit-box; 5759 display: -webkit-box;
5745 display: -ms-flexbox; 5760 display: -ms-flexbox;
5746 display: flex; 5761 display: flex;
5747 -webkit-box-orient: vertical; 5762 -webkit-box-orient: vertical;
5748 -webkit-box-direction: normal; 5763 -webkit-box-direction: normal;
5749 -ms-flex-direction: column; 5764 -ms-flex-direction: column;
5750 flex-direction: column; 5765 flex-direction: column;
5751 } 5766 }
5752 @media (min-width: 1280px) { 5767 @media (min-width: 1280px) {
5753 .about__body { 5768 .about__body {
5754 padding-left: 495px; 5769 padding-left: 495px;
5755 } 5770 }
5756 } 5771 }
5757 .about__line { 5772 .about__line {
5758 background: #fff; 5773 background: #fff;
5759 width: 100%; 5774 width: 100%;
5760 height: 1px; 5775 height: 1px;
5761 max-width: 400px; 5776 max-width: 400px;
5762 margin-top: 10px; 5777 margin-top: 10px;
5763 } 5778 }
5764 .about__item { 5779 .about__item {
5765 display: -webkit-box; 5780 display: -webkit-box;
5766 display: -ms-flexbox; 5781 display: -ms-flexbox;
5767 display: flex; 5782 display: flex;
5768 -webkit-box-orient: vertical; 5783 -webkit-box-orient: vertical;
5769 -webkit-box-direction: normal; 5784 -webkit-box-direction: normal;
5770 -ms-flex-direction: column; 5785 -ms-flex-direction: column;
5771 flex-direction: column; 5786 flex-direction: column;
5772 margin-top: 10px; 5787 margin-top: 10px;
5773 max-width: 600px; 5788 max-width: 600px;
5774 } 5789 }
5775 @media (min-width: 768px) { 5790 @media (min-width: 768px) {
5776 .about__item { 5791 .about__item {
5777 margin-top: 20px; 5792 margin-top: 20px;
5778 } 5793 }
5779 } 5794 }
5780 @media (min-width: 1280px) { 5795 @media (min-width: 1280px) {
5781 .about__item { 5796 .about__item {
5782 margin-top: 30px; 5797 margin-top: 30px;
5783 } 5798 }
5784 } 5799 }
5785 .about__item b { 5800 .about__item b {
5786 font-size: 20px; 5801 font-size: 20px;
5787 font-weight: 700; 5802 font-weight: 700;
5788 } 5803 }
5789 .about__item span { 5804 .about__item span {
5790 font-size: 13px; 5805 font-size: 13px;
5791 line-height: 1.4; 5806 line-height: 1.4;
5792 margin-top: 6px; 5807 margin-top: 6px;
5793 } 5808 }
5794 @media (min-width: 1280px) { 5809 @media (min-width: 1280px) {
5795 .about__item span { 5810 .about__item span {
5796 font-size: 16px; 5811 font-size: 16px;
5797 margin-top: 12px; 5812 margin-top: 12px;
5798 } 5813 }
5799 } 5814 }
5800 .about__item a { 5815 .about__item a {
5801 text-decoration: underline; 5816 text-decoration: underline;
5802 } 5817 }
5803 .about__item + .about__item { 5818 .about__item + .about__item {
5804 margin-top: 30px; 5819 margin-top: 30px;
5805 } 5820 }
5806 @media (min-width: 992px) { 5821 @media (min-width: 992px) {
5807 .about__item + .about__item { 5822 .about__item + .about__item {
5808 margin-top: 40px; 5823 margin-top: 40px;
5809 } 5824 }
5810 } 5825 }
5811 .about__button { 5826 .about__button {
5812 margin-top: 20px; 5827 margin-top: 20px;
5813 height: 38px; 5828 height: 38px;
5814 padding: 0; 5829 padding: 0;
5815 } 5830 }
5816 @media (min-width: 768px) { 5831 @media (min-width: 768px) {
5817 .about__button { 5832 .about__button {
5818 max-width: 200px; 5833 max-width: 200px;
5819 height: 42px; 5834 height: 42px;
5820 margin-top: 30px; 5835 margin-top: 30px;
5821 } 5836 }
5822 } 5837 }
5823 5838
5824 .news { 5839 .news {
5825 padding: 50px 0; 5840 padding: 50px 0;
5826 overflow: hidden; 5841 overflow: hidden;
5827 } 5842 }
5828 @media (min-width: 1280px) { 5843 @media (min-width: 1280px) {
5829 .news { 5844 .news {
5830 padding: 100px 0; 5845 padding: 100px 0;
5831 padding-bottom: 0; 5846 padding-bottom: 0;
5832 } 5847 }
5833 } 5848 }
5834 .news__toper { 5849 .news__toper {
5835 display: -webkit-box; 5850 display: -webkit-box;
5836 display: -ms-flexbox; 5851 display: -ms-flexbox;
5837 display: flex; 5852 display: flex;
5838 -webkit-box-pack: justify; 5853 -webkit-box-pack: justify;
5839 -ms-flex-pack: justify; 5854 -ms-flex-pack: justify;
5840 justify-content: space-between; 5855 justify-content: space-between;
5841 -webkit-box-align: center; 5856 -webkit-box-align: center;
5842 -ms-flex-align: center; 5857 -ms-flex-align: center;
5843 align-items: center; 5858 align-items: center;
5844 } 5859 }
5845 @media (min-width: 1280px) { 5860 @media (min-width: 1280px) {
5846 .news__toper .title { 5861 .news__toper .title {
5847 width: calc(100% - 160px); 5862 width: calc(100% - 160px);
5848 } 5863 }
5849 } 5864 }
5850 .news__toper .navs { 5865 .news__toper .navs {
5851 display: none; 5866 display: none;
5852 } 5867 }
5853 @media (min-width: 1280px) { 5868 @media (min-width: 1280px) {
5854 .news__toper .navs { 5869 .news__toper .navs {
5855 display: -webkit-box; 5870 display: -webkit-box;
5856 display: -ms-flexbox; 5871 display: -ms-flexbox;
5857 display: flex; 5872 display: flex;
5858 } 5873 }
5859 } 5874 }
5860 .news .swiper { 5875 .news .swiper {
5861 margin-top: 20px; 5876 margin-top: 20px;
5862 } 5877 }
5863 @media (min-width: 768px) { 5878 @media (min-width: 768px) {
5864 .news .swiper { 5879 .news .swiper {
5865 overflow: visible; 5880 overflow: visible;
5866 } 5881 }
5867 } 5882 }
5868 @media (min-width: 992px) { 5883 @media (min-width: 992px) {
5869 .news .swiper { 5884 .news .swiper {
5870 margin-top: 40px; 5885 margin-top: 40px;
5871 } 5886 }
5872 } 5887 }
5873 .news__item { 5888 .news__item {
5874 display: -webkit-box; 5889 display: -webkit-box;
5875 display: -ms-flexbox; 5890 display: -ms-flexbox;
5876 display: flex; 5891 display: flex;
5877 -webkit-box-orient: vertical; 5892 -webkit-box-orient: vertical;
5878 -webkit-box-direction: normal; 5893 -webkit-box-direction: normal;
5879 -ms-flex-direction: column; 5894 -ms-flex-direction: column;
5880 flex-direction: column; 5895 flex-direction: column;
5881 line-height: 1.4; 5896 line-height: 1.4;
5882 } 5897 }
5883 .news__item-pic { 5898 .news__item-pic {
5884 width: 100%; 5899 width: 100%;
5885 aspect-ratio: 3/2; 5900 aspect-ratio: 3/2;
5886 border-radius: 12px; 5901 border-radius: 12px;
5887 border: 1px solid #e6e7e7; 5902 border: 1px solid #e6e7e7;
5888 -o-object-fit: cover; 5903 -o-object-fit: cover;
5889 object-fit: cover; 5904 object-fit: cover;
5890 min-height: 200px; 5905 min-height: 200px;
5891 } 5906 }
5892 @media (min-width: 1280px) { 5907 @media (min-width: 1280px) {
5893 .news__item-pic { 5908 .news__item-pic {
5894 aspect-ratio: 4/2; 5909 aspect-ratio: 4/2;
5895 } 5910 }
5896 } 5911 }
5897 .news__item-body { 5912 .news__item-body {
5898 display: -webkit-box; 5913 display: -webkit-box;
5899 display: -ms-flexbox; 5914 display: -ms-flexbox;
5900 display: flex; 5915 display: flex;
5901 -webkit-box-orient: vertical; 5916 -webkit-box-orient: vertical;
5902 -webkit-box-direction: normal; 5917 -webkit-box-direction: normal;
5903 -ms-flex-direction: column; 5918 -ms-flex-direction: column;
5904 flex-direction: column; 5919 flex-direction: column;
5905 padding-top: 15px; 5920 padding-top: 15px;
5906 } 5921 }
5907 @media (min-width: 768px) { 5922 @media (min-width: 768px) {
5908 .news__item-body { 5923 .news__item-body {
5909 padding: 20px; 5924 padding: 20px;
5910 padding-top: 30px; 5925 padding-top: 30px;
5911 margin-top: -15px; 5926 margin-top: -15px;
5912 border-radius: 0 0 12px 12px; 5927 border-radius: 0 0 12px 12px;
5913 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); 5928 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
5914 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); 5929 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
5915 } 5930 }
5916 } 5931 }
5917 .news__item-date { 5932 .news__item-date {
5918 font-size: 14px; 5933 font-size: 14px;
5919 font-weight: 700; 5934 font-weight: 700;
5920 color: #377d87; 5935 color: #377d87;
5921 } 5936 }
5922 .news__item-title { 5937 .news__item-title {
5923 font-size: 20px; 5938 font-size: 20px;
5924 font-weight: 700; 5939 font-weight: 700;
5925 line-height: 1.2; 5940 line-height: 1.2;
5926 margin-top: 5px; 5941 margin-top: 5px;
5927 } 5942 }
5928 .news__item-text { 5943 .news__item-text {
5929 color: #000; 5944 color: #000;
5930 font-size: 13px; 5945 font-size: 13px;
5931 margin-top: 10px; 5946 margin-top: 10px;
5932 overflow: hidden; 5947 overflow: hidden;
5933 display: -webkit-box; 5948 display: -webkit-box;
5934 -webkit-box-orient: vertical; 5949 -webkit-box-orient: vertical;
5935 -webkit-line-clamp: 4; 5950 -webkit-line-clamp: 4;
5936 } 5951 }
5937 5952
5938 .news__item-text p { 5953 .news__item-text p {
5939 word-break: break-all; 5954 word-break: break-all;
5940 } 5955 }
5941 5956
5942 @media (min-width: 1280px) { 5957 @media (min-width: 1280px) {
5943 .news__item-text { 5958 .news__item-text {
5944 font-size: 16px; 5959 font-size: 16px;
5945 } 5960 }
5946 } 5961 }
5947 .news__item-more { 5962 .news__item-more {
5948 height: 42px; 5963 height: 42px;
5949 margin-top: 20px; 5964 margin-top: 20px;
5950 } 5965 }
5951 @media (min-width: 1280px) { 5966 @media (min-width: 1280px) {
5952 .news__item-more { 5967 .news__item-more {
5953 height: 44px; 5968 height: 44px;
5954 max-width: 190px; 5969 max-width: 190px;
5955 } 5970 }
5956 } 5971 }
5957 .news__all { 5972 .news__all {
5958 height: 42px; 5973 height: 42px;
5959 margin: 0 auto; 5974 margin: 0 auto;
5960 margin-top: 20px; 5975 margin-top: 20px;
5961 padding: 0; 5976 padding: 0;
5962 display: none; 5977 display: none;
5963 } 5978 }
5964 @media (min-width: 768px) { 5979 @media (min-width: 768px) {
5965 .news__all { 5980 .news__all {
5966 max-width: 170px; 5981 max-width: 170px;
5967 margin-top: 30px; 5982 margin-top: 30px;
5968 display: -webkit-box; 5983 display: -webkit-box;
5969 display: -ms-flexbox; 5984 display: -ms-flexbox;
5970 display: flex; 5985 display: flex;
5971 } 5986 }
5972 } 5987 }
5973 @media (min-width: 1280px) { 5988 @media (min-width: 1280px) {
5974 .news__all { 5989 .news__all {
5975 height: 44px; 5990 height: 44px;
5976 } 5991 }
5977 } 5992 }
5978 .news__items { 5993 .news__items {
5979 display: grid; 5994 display: grid;
5980 gap: 20px; 5995 gap: 20px;
5981 margin-bottom: 10px; 5996 margin-bottom: 10px;
5982 } 5997 }
5983 @media (min-width: 768px) { 5998 @media (min-width: 768px) {
5984 .news__items { 5999 .news__items {
5985 grid-template-columns: 1fr 1fr; 6000 grid-template-columns: 1fr 1fr;
5986 } 6001 }
5987 } 6002 }
5988 @media (min-width: 992px) { 6003 @media (min-width: 992px) {
5989 .news__items { 6004 .news__items {
5990 grid-template-columns: 1fr 1fr 1fr; 6005 grid-template-columns: 1fr 1fr 1fr;
5991 } 6006 }
5992 } 6007 }
5993 6008
5994 main + .news { 6009 main + .news {
5995 padding: 0; 6010 padding: 0;
5996 } 6011 }
5997 6012
5998 .info { 6013 .info {
5999 position: relative; 6014 position: relative;
6000 overflow: hidden; 6015 overflow: hidden;
6001 } 6016 }
6002 @media (min-width: 1280px) { 6017 @media (min-width: 1280px) {
6003 .info { 6018 .info {
6004 margin-bottom: -25px; 6019 margin-bottom: -25px;
6005 } 6020 }
6006 } 6021 }
6007 .info__pic { 6022 .info__pic {
6008 display: none; 6023 display: none;
6009 z-index: 1; 6024 z-index: 1;
6010 position: absolute; 6025 position: absolute;
6011 top: 0; 6026 top: 0;
6012 left: 50%; 6027 left: 50%;
6013 height: 100%; 6028 height: 100%;
6014 margin-left: 130px; 6029 margin-left: 130px;
6015 } 6030 }
6016 @media (min-width: 992px) { 6031 @media (min-width: 992px) {
6017 .info__pic { 6032 .info__pic {
6018 display: block; 6033 display: block;
6019 } 6034 }
6020 } 6035 }
6021 @media (min-width: 1280px) { 6036 @media (min-width: 1280px) {
6022 .info__pic { 6037 .info__pic {
6023 width: 610px; 6038 width: 610px;
6024 height: auto; 6039 height: auto;
6025 margin-left: 10px; 6040 margin-left: 10px;
6026 } 6041 }
6027 } 6042 }
6028 .info__body { 6043 .info__body {
6029 z-index: 2; 6044 z-index: 2;
6030 position: relative; 6045 position: relative;
6031 display: -webkit-box; 6046 display: -webkit-box;
6032 display: -ms-flexbox; 6047 display: -ms-flexbox;
6033 display: flex; 6048 display: flex;
6034 -webkit-box-orient: vertical; 6049 -webkit-box-orient: vertical;
6035 -webkit-box-direction: normal; 6050 -webkit-box-direction: normal;
6036 -ms-flex-direction: column; 6051 -ms-flex-direction: column;
6037 flex-direction: column; 6052 flex-direction: column;
6038 } 6053 }
6039 @media (min-width: 1280px) { 6054 @media (min-width: 1280px) {
6040 .info__body { 6055 .info__body {
6041 padding-top: 100px; 6056 padding-top: 100px;
6042 min-height: 600px; 6057 min-height: 600px;
6043 } 6058 }
6044 } 6059 }
6045 @media (min-width: 1280px) { 6060 @media (min-width: 1280px) {
6046 .info__title { 6061 .info__title {
6047 max-width: 520px; 6062 max-width: 520px;
6048 line-height: 1; 6063 line-height: 1;
6049 } 6064 }
6050 } 6065 }
6051 .info__item { 6066 .info__item {
6052 margin-top: 20px; 6067 margin-top: 20px;
6053 display: -webkit-box; 6068 display: -webkit-box;
6054 display: -ms-flexbox; 6069 display: -ms-flexbox;
6055 display: flex; 6070 display: flex;
6056 -webkit-box-orient: vertical; 6071 -webkit-box-orient: vertical;
6057 -webkit-box-direction: normal; 6072 -webkit-box-direction: normal;
6058 -ms-flex-direction: column; 6073 -ms-flex-direction: column;
6059 flex-direction: column; 6074 flex-direction: column;
6060 gap: 20px; 6075 gap: 20px;
6061 } 6076 }
6062 @media (min-width: 992px) { 6077 @media (min-width: 992px) {
6063 .info__item { 6078 .info__item {
6064 max-width: 610px; 6079 max-width: 610px;
6065 } 6080 }
6066 } 6081 }
6067 .info__item + .info__item { 6082 .info__item + .info__item {
6068 margin-top: 60px; 6083 margin-top: 60px;
6069 } 6084 }
6070 .info__text { 6085 .info__text {
6071 color: #000; 6086 color: #000;
6072 font-size: 13px; 6087 font-size: 13px;
6073 line-height: 1.4; 6088 line-height: 1.4;
6074 } 6089 }
6075 @media (min-width: 768px) { 6090 @media (min-width: 768px) {
6076 .info__text { 6091 .info__text {
6077 font-size: 16px; 6092 font-size: 16px;
6078 } 6093 }
6079 } 6094 }
6080 @media (min-width: 1280px) { 6095 @media (min-width: 1280px) {
6081 .info__text { 6096 .info__text {
6082 font-size: 18px; 6097 font-size: 18px;
6083 } 6098 }
6084 } 6099 }
6085 .info__link { 6100 .info__link {
6086 border-radius: 8px; 6101 border-radius: 8px;
6087 display: -webkit-box; 6102 display: -webkit-box;
6088 display: -ms-flexbox; 6103 display: -ms-flexbox;
6089 display: flex; 6104 display: flex;
6090 -webkit-box-pack: center; 6105 -webkit-box-pack: center;
6091 -ms-flex-pack: center; 6106 -ms-flex-pack: center;
6092 justify-content: center; 6107 justify-content: center;
6093 -webkit-box-align: center; 6108 -webkit-box-align: center;
6094 -ms-flex-align: center; 6109 -ms-flex-align: center;
6095 align-items: center; 6110 align-items: center;
6096 line-height: 1; 6111 line-height: 1;
6097 height: 40px; 6112 height: 40px;
6098 font-size: 12px; 6113 font-size: 12px;
6099 font-weight: 700; 6114 font-weight: 700;
6100 gap: 8px; 6115 gap: 8px;
6101 color: #fff; 6116 color: #fff;
6102 background: #377d87; 6117 background: #377d87;
6103 } 6118 }
6104 .info__link:hover { 6119 .info__link:hover {
6105 -webkit-filter: grayscale(50%); 6120 -webkit-filter: grayscale(50%);
6106 filter: grayscale(50%); 6121 filter: grayscale(50%);
6107 } 6122 }
6108 @media (min-width: 768px) { 6123 @media (min-width: 768px) {
6109 .info__link { 6124 .info__link {
6110 height: 44px; 6125 height: 44px;
6111 font-size: 16px; 6126 font-size: 16px;
6112 gap: 10px; 6127 gap: 10px;
6113 max-width: 300px; 6128 max-width: 300px;
6114 } 6129 }
6115 } 6130 }
6116 @media (min-width: 992px) { 6131 @media (min-width: 992px) {
6117 .info__link { 6132 .info__link {
6118 max-width: 210px; 6133 max-width: 210px;
6119 } 6134 }
6120 } 6135 }
6121 .info__link svg { 6136 .info__link svg {
6122 width: 16px; 6137 width: 16px;
6123 height: 16px; 6138 height: 16px;
6124 } 6139 }
6125 @media (min-width: 768px) { 6140 @media (min-width: 768px) {
6126 .info__link svg { 6141 .info__link svg {
6127 width: 20px; 6142 width: 20px;
6128 height: 20px; 6143 height: 20px;
6129 } 6144 }
6130 } 6145 }
6131 6146
6132 .thing { 6147 .thing {
6133 padding-top: 15px; 6148 padding-top: 15px;
6134 padding-bottom: 30px; 6149 padding-bottom: 30px;
6135 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 6150 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
6136 color: #000; 6151 color: #000;
6137 overflow: hidden; 6152 overflow: hidden;
6138 position: relative; 6153 position: relative;
6139 } 6154 }
6140 @media (min-width: 992px) { 6155 @media (min-width: 992px) {
6141 .thing { 6156 .thing {
6142 padding-top: 20px; 6157 padding-top: 20px;
6143 padding-bottom: 60px; 6158 padding-bottom: 60px;
6144 } 6159 }
6145 } 6160 }
6146 @media (min-width: 1280px) { 6161 @media (min-width: 1280px) {
6147 .thing { 6162 .thing {
6148 padding-bottom: 90px; 6163 padding-bottom: 90px;
6149 } 6164 }
6150 } 6165 }
6151 .thing_pdf { 6166 .thing_pdf {
6152 padding: 30px 0; 6167 padding: 30px 0;
6153 } 6168 }
6154 @media (min-width: 992px) { 6169 @media (min-width: 992px) {
6155 .thing_pdf { 6170 .thing_pdf {
6156 padding: 60px 0; 6171 padding: 60px 0;
6157 } 6172 }
6158 } 6173 }
6159 @media (min-width: 1280px) { 6174 @media (min-width: 1280px) {
6160 .thing_pdf { 6175 .thing_pdf {
6161 padding: 90px 0; 6176 padding: 90px 0;
6162 } 6177 }
6163 } 6178 }
6164 .thing__body { 6179 .thing__body {
6165 display: -webkit-box; 6180 display: -webkit-box;
6166 display: -ms-flexbox; 6181 display: -ms-flexbox;
6167 display: flex; 6182 display: flex;
6168 -webkit-box-orient: vertical; 6183 -webkit-box-orient: vertical;
6169 -webkit-box-direction: normal; 6184 -webkit-box-direction: normal;
6170 -ms-flex-direction: column; 6185 -ms-flex-direction: column;
6171 flex-direction: column; 6186 flex-direction: column;
6172 -webkit-box-align: start; 6187 -webkit-box-align: start;
6173 -ms-flex-align: start; 6188 -ms-flex-align: start;
6174 align-items: flex-start; 6189 align-items: flex-start;
6175 } 6190 }
6176 .thing__breadcrumbs { 6191 .thing__breadcrumbs {
6177 width: 100%; 6192 width: 100%;
6178 margin-bottom: 40px; 6193 margin-bottom: 40px;
6179 position: relative; 6194 position: relative;
6180 z-index: 2; 6195 z-index: 2;
6181 } 6196 }
6182 @media (min-width: 768px) { 6197 @media (min-width: 768px) {
6183 .thing__breadcrumbs { 6198 .thing__breadcrumbs {
6184 margin-bottom: 60px; 6199 margin-bottom: 60px;
6185 } 6200 }
6186 } 6201 }
6187 .thing__date { 6202 .thing__date {
6188 color: #000; 6203 color: #000;
6189 font-size: 14px; 6204 font-size: 14px;
6190 font-weight: 700; 6205 font-weight: 700;
6191 line-height: 21px; 6206 line-height: 21px;
6192 margin-bottom: 10px; 6207 margin-bottom: 10px;
6193 } 6208 }
6194 @media (min-width: 768px) { 6209 @media (min-width: 768px) {
6195 .thing__date { 6210 .thing__date {
6196 font-size: 18px; 6211 font-size: 18px;
6197 line-height: 27px; 6212 line-height: 27px;
6198 } 6213 }
6199 } 6214 }
6200 .thing__title { 6215 .thing__title {
6201 width: 100%; 6216 width: 100%;
6202 font-size: 32px; 6217 font-size: 32px;
6203 font-weight: 700; 6218 font-weight: 700;
6204 margin: 0; 6219 margin: 0;
6205 max-width: 780px; 6220 max-width: 780px;
6206 position: relative; 6221 position: relative;
6207 z-index: 2; 6222 z-index: 2;
6208 line-height: 1.1; 6223 line-height: 1.1;
6209 } 6224 }
6210 @media (min-width: 768px) { 6225 @media (min-width: 768px) {
6211 .thing__title { 6226 .thing__title {
6212 font-size: 40px; 6227 font-size: 40px;
6213 } 6228 }
6214 } 6229 }
6215 @media (min-width: 1280px) { 6230 @media (min-width: 1280px) {
6216 .thing__title { 6231 .thing__title {
6217 font-size: 64px; 6232 font-size: 64px;
6218 } 6233 }
6219 } 6234 }
6220 .thing__text { 6235 .thing__text {
6221 width: 100%; 6236 width: 100%;
6222 font-weight: 700; 6237 font-weight: 700;
6223 font-size: 14px; 6238 font-size: 14px;
6224 line-height: 1.4; 6239 line-height: 1.4;
6225 margin: 15px 0 0 0; 6240 margin: 15px 0 0 0;
6226 max-width: 780px; 6241 max-width: 780px;
6227 position: relative; 6242 position: relative;
6228 z-index: 2; 6243 z-index: 2;
6229 } 6244 }
6230 @media (min-width: 768px) { 6245 @media (min-width: 768px) {
6231 .thing__text { 6246 .thing__text {
6232 margin-top: 15px; 6247 margin-top: 15px;
6233 } 6248 }
6234 } 6249 }
6235 @media (min-width: 992px) { 6250 @media (min-width: 992px) {
6236 .thing__text { 6251 .thing__text {
6237 font-weight: 400; 6252 font-weight: 400;
6238 font-size: 18px; 6253 font-size: 18px;
6239 } 6254 }
6240 } 6255 }
6241 .thing__search { 6256 .thing__search {
6242 width: 100%; 6257 width: 100%;
6243 max-width: 640px; 6258 max-width: 640px;
6244 margin-top: 20px; 6259 margin-top: 20px;
6245 position: relative; 6260 position: relative;
6246 z-index: 2; 6261 z-index: 2;
6247 } 6262 }
6248 @media (min-width: 768px) { 6263 @media (min-width: 768px) {
6249 .thing__search { 6264 .thing__search {
6250 margin-top: 30px; 6265 margin-top: 30px;
6251 } 6266 }
6252 } 6267 }
6253 .thing__badge { 6268 .thing__badge {
6254 position: relative; 6269 position: relative;
6255 z-index: 2; 6270 z-index: 2;
6256 display: -webkit-box; 6271 display: -webkit-box;
6257 display: -ms-flexbox; 6272 display: -ms-flexbox;
6258 display: flex; 6273 display: flex;
6259 -webkit-box-align: center; 6274 -webkit-box-align: center;
6260 -ms-flex-align: center; 6275 -ms-flex-align: center;
6261 align-items: center; 6276 align-items: center;
6262 gap: 5px; 6277 gap: 5px;
6263 padding: 0 12px; 6278 padding: 0 12px;
6264 background: #4d88d9; 6279 background: #4d88d9;
6265 color: #fff; 6280 color: #fff;
6266 font-size: 12px; 6281 font-size: 12px;
6267 line-height: 1; 6282 line-height: 1;
6268 height: 26px; 6283 height: 26px;
6269 border-radius: 999px; 6284 border-radius: 999px;
6270 margin-bottom: 20px; 6285 margin-bottom: 20px;
6271 } 6286 }
6272 @media (min-width: 992px) { 6287 @media (min-width: 992px) {
6273 .thing__badge { 6288 .thing__badge {
6274 font-size: 16px; 6289 font-size: 16px;
6275 gap: 10px; 6290 gap: 10px;
6276 padding: 0 24px; 6291 padding: 0 24px;
6277 height: 42px; 6292 height: 42px;
6278 margin-bottom: 30px; 6293 margin-bottom: 30px;
6279 } 6294 }
6280 } 6295 }
6281 .thing__badge svg { 6296 .thing__badge svg {
6282 width: 12px; 6297 width: 12px;
6283 height: 12px; 6298 height: 12px;
6284 } 6299 }
6285 @media (min-width: 992px) { 6300 @media (min-width: 992px) {
6286 .thing__badge svg { 6301 .thing__badge svg {
6287 width: 20px; 6302 width: 20px;
6288 height: 20px; 6303 height: 20px;
6289 } 6304 }
6290 } 6305 }
6291 .thing__pic { 6306 .thing__pic {
6292 width: 60px; 6307 width: 60px;
6293 aspect-ratio: 1/1; 6308 aspect-ratio: 1/1;
6294 -o-object-fit: contain; 6309 -o-object-fit: contain;
6295 object-fit: contain; 6310 object-fit: contain;
6296 position: relative; 6311 position: relative;
6297 z-index: 1; 6312 z-index: 1;
6298 margin-bottom: 15px; 6313 margin-bottom: 15px;
6299 } 6314 }
6300 @media (min-width: 768px) { 6315 @media (min-width: 768px) {
6301 .thing__pic { 6316 .thing__pic {
6302 width: 160px; 6317 width: 160px;
6303 position: absolute; 6318 position: absolute;
6304 top: 15px; 6319 top: 15px;
6305 right: 20px; 6320 right: 20px;
6306 } 6321 }
6307 } 6322 }
6308 @media (min-width: 992px) { 6323 @media (min-width: 992px) {
6309 .thing__pic { 6324 .thing__pic {
6310 width: 330px; 6325 width: 330px;
6311 top: 50%; 6326 top: 50%;
6312 -webkit-transform: translate(0, -50%); 6327 -webkit-transform: translate(0, -50%);
6313 -ms-transform: translate(0, -50%); 6328 -ms-transform: translate(0, -50%);
6314 transform: translate(0, -50%); 6329 transform: translate(0, -50%);
6315 } 6330 }
6316 } 6331 }
6317 @media (min-width: 1280px) { 6332 @media (min-width: 1280px) {
6318 .thing__pic { 6333 .thing__pic {
6319 right: auto; 6334 right: auto;
6320 left: 50%; 6335 left: 50%;
6321 margin-left: 200px; 6336 margin-left: 200px;
6322 } 6337 }
6323 } 6338 }
6324 .thing__pic_two { 6339 .thing__pic_two {
6325 -o-object-fit: cover; 6340 -o-object-fit: cover;
6326 object-fit: cover; 6341 object-fit: cover;
6327 border-radius: 30px; 6342 border-radius: 30px;
6328 aspect-ratio: 44/37; 6343 aspect-ratio: 44/37;
6329 width: 100%; 6344 width: 100%;
6330 max-width: 440px; 6345 max-width: 440px;
6331 } 6346 }
6332 @media (min-width: 768px) { 6347 @media (min-width: 768px) {
6333 .thing__pic_two { 6348 .thing__pic_two {
6334 position: static; 6349 position: static;
6335 -webkit-transform: translate(0, 0); 6350 -webkit-transform: translate(0, 0);
6336 -ms-transform: translate(0, 0); 6351 -ms-transform: translate(0, 0);
6337 transform: translate(0, 0); 6352 transform: translate(0, 0);
6338 } 6353 }
6339 } 6354 }
6340 @media (min-width: 1280px) { 6355 @media (min-width: 1280px) {
6341 .thing__pic_two { 6356 .thing__pic_two {
6342 position: absolute; 6357 position: absolute;
6343 -webkit-transform: translate(0, -50%); 6358 -webkit-transform: translate(0, -50%);
6344 -ms-transform: translate(0, -50%); 6359 -ms-transform: translate(0, -50%);
6345 transform: translate(0, -50%); 6360 transform: translate(0, -50%);
6346 } 6361 }
6347 } 6362 }
6348 .thing__buttons { 6363 .thing__buttons {
6349 width: 100%; 6364 width: 100%;
6350 position: relative; 6365 position: relative;
6351 z-index: 2; 6366 z-index: 2;
6352 display: -webkit-box; 6367 display: -webkit-box;
6353 display: -ms-flexbox; 6368 display: -ms-flexbox;
6354 display: flex; 6369 display: flex;
6355 -webkit-box-align: center; 6370 -webkit-box-align: center;
6356 -ms-flex-align: center; 6371 -ms-flex-align: center;
6357 align-items: center; 6372 align-items: center;
6358 gap: 20px; 6373 gap: 20px;
6359 margin-top: 15px; 6374 margin-top: 15px;
6360 } 6375 }
6361 @media (min-width: 992px) { 6376 @media (min-width: 992px) {
6362 .thing__buttons { 6377 .thing__buttons {
6363 margin-top: 30px; 6378 margin-top: 30px;
6364 gap: 30px; 6379 gap: 30px;
6365 } 6380 }
6366 } 6381 }
6367 @media (min-width: 992px) { 6382 @media (min-width: 992px) {
6368 .thing__buttons .button { 6383 .thing__buttons .button {
6369 padding: 0 22px; 6384 padding: 0 22px;
6370 } 6385 }
6371 } 6386 }
6372 .thing__checkbox { 6387 .thing__checkbox {
6373 margin-top: 20px; 6388 margin-top: 20px;
6374 } 6389 }
6375 .thing__checkbox .checkbox__icon { 6390 .thing__checkbox .checkbox__icon {
6376 border-color: #377d87; 6391 border-color: #377d87;
6377 } 6392 }
6378 .thing__checkbox .checkbox__text { 6393 .thing__checkbox .checkbox__text {
6379 color: #377d87; 6394 color: #377d87;
6380 } 6395 }
6381 .thing__profile { 6396 .thing__profile {
6382 display: -webkit-box; 6397 display: -webkit-box;
6383 display: -ms-flexbox; 6398 display: -ms-flexbox;
6384 display: flex; 6399 display: flex;
6385 -webkit-box-orient: vertical; 6400 -webkit-box-orient: vertical;
6386 -webkit-box-direction: normal; 6401 -webkit-box-direction: normal;
6387 -ms-flex-direction: column; 6402 -ms-flex-direction: column;
6388 flex-direction: column; 6403 flex-direction: column;
6389 } 6404 }
6390 @media (min-width: 768px) { 6405 @media (min-width: 768px) {
6391 .thing__profile { 6406 .thing__profile {
6392 -webkit-box-orient: horizontal; 6407 -webkit-box-orient: horizontal;
6393 -webkit-box-direction: normal; 6408 -webkit-box-direction: normal;
6394 -ms-flex-direction: row; 6409 -ms-flex-direction: row;
6395 flex-direction: row; 6410 flex-direction: row;
6396 -webkit-box-align: start; 6411 -webkit-box-align: start;
6397 -ms-flex-align: start; 6412 -ms-flex-align: start;
6398 align-items: flex-start; 6413 align-items: flex-start;
6399 } 6414 }
6400 } 6415 }
6401 .thing__profile-photo { 6416 .thing__profile-photo {
6402 width: 210px; 6417 width: 210px;
6403 border-radius: 8px; 6418 border-radius: 8px;
6404 aspect-ratio: 1/1; 6419 aspect-ratio: 1/1;
6405 } 6420 }
6406 .thing__profile-body { 6421 .thing__profile-body {
6407 display: -webkit-box; 6422 display: -webkit-box;
6408 display: -ms-flexbox; 6423 display: -ms-flexbox;
6409 display: flex; 6424 display: flex;
6410 -webkit-box-orient: vertical; 6425 -webkit-box-orient: vertical;
6411 -webkit-box-direction: normal; 6426 -webkit-box-direction: normal;
6412 -ms-flex-direction: column; 6427 -ms-flex-direction: column;
6413 flex-direction: column; 6428 flex-direction: column;
6414 margin-top: 15px; 6429 margin-top: 15px;
6415 } 6430 }
6416 @media (min-width: 768px) { 6431 @media (min-width: 768px) {
6417 .thing__profile-body { 6432 .thing__profile-body {
6418 width: calc(100% - 210px); 6433 width: calc(100% - 210px);
6419 padding-left: 35px; 6434 padding-left: 35px;
6420 } 6435 }
6421 } 6436 }
6422 .thing__profile .thing__title { 6437 .thing__profile .thing__title {
6423 max-width: none; 6438 max-width: none;
6424 } 6439 }
6425 @media (min-width: 768px) { 6440 @media (min-width: 768px) {
6426 .thing__profile .thing__title { 6441 .thing__profile .thing__title {
6427 margin-top: -20px; 6442 margin-top: -20px;
6428 } 6443 }
6429 } 6444 }
6430 .thing__profile .thing__text { 6445 .thing__profile .thing__text {
6431 max-width: none; 6446 max-width: none;
6432 } 6447 }
6433 .thing__bottom { 6448 .thing__bottom {
6434 display: -webkit-box; 6449 display: -webkit-box;
6435 display: -ms-flexbox; 6450 display: -ms-flexbox;
6436 display: flex; 6451 display: flex;
6437 -webkit-box-align: center; 6452 -webkit-box-align: center;
6438 -ms-flex-align: center; 6453 -ms-flex-align: center;
6439 align-items: center; 6454 align-items: center;
6440 gap: 15px; 6455 gap: 15px;
6441 margin-top: 15px; 6456 margin-top: 15px;
6442 } 6457 }
6443 @media (min-width: 768px) { 6458 @media (min-width: 768px) {
6444 .thing__bottom { 6459 .thing__bottom {
6445 margin-top: 30px; 6460 margin-top: 30px;
6446 } 6461 }
6447 } 6462 }
6448 .thing__select { 6463 .thing__select {
6449 width: 100%; 6464 width: 100%;
6450 max-width: 640px; 6465 max-width: 640px;
6451 margin-top: 20px; 6466 margin-top: 20px;
6452 } 6467 }
6453 @media (min-width: 768px) { 6468 @media (min-width: 768px) {
6454 .thing__select { 6469 .thing__select {
6455 margin-top: 30px; 6470 margin-top: 30px;
6456 } 6471 }
6457 } 6472 }
6458 6473
6459 .page-404 { 6474 .page-404 {
6460 background: url(../images/bg-3.svg) no-repeat 100%/cover; 6475 background: url(../images/bg-3.svg) no-repeat 100%/cover;
6461 overflow: hidden; 6476 overflow: hidden;
6462 } 6477 }
6463 .page-404__body { 6478 .page-404__body {
6464 display: -webkit-box; 6479 display: -webkit-box;
6465 display: -ms-flexbox; 6480 display: -ms-flexbox;
6466 display: flex; 6481 display: flex;
6467 -webkit-box-orient: vertical; 6482 -webkit-box-orient: vertical;
6468 -webkit-box-direction: normal; 6483 -webkit-box-direction: normal;
6469 -ms-flex-direction: column; 6484 -ms-flex-direction: column;
6470 flex-direction: column; 6485 flex-direction: column;
6471 -webkit-box-align: center; 6486 -webkit-box-align: center;
6472 -ms-flex-align: center; 6487 -ms-flex-align: center;
6473 align-items: center; 6488 align-items: center;
6474 -webkit-box-pack: center; 6489 -webkit-box-pack: center;
6475 -ms-flex-pack: center; 6490 -ms-flex-pack: center;
6476 justify-content: center; 6491 justify-content: center;
6477 text-align: center; 6492 text-align: center;
6478 padding: 60px 0; 6493 padding: 60px 0;
6479 color: #000; 6494 color: #000;
6480 font-size: 12px; 6495 font-size: 12px;
6481 gap: 10px; 6496 gap: 10px;
6482 line-height: 1.4; 6497 line-height: 1.4;
6483 } 6498 }
6484 @media (min-width: 768px) { 6499 @media (min-width: 768px) {
6485 .page-404__body { 6500 .page-404__body {
6486 font-size: 18px; 6501 font-size: 18px;
6487 padding: 120px 0; 6502 padding: 120px 0;
6488 gap: 20px; 6503 gap: 20px;
6489 } 6504 }
6490 } 6505 }
6491 @media (min-width: 1280px) { 6506 @media (min-width: 1280px) {
6492 .page-404__body { 6507 .page-404__body {
6493 padding: 180px 0; 6508 padding: 180px 0;
6494 text-align: left; 6509 text-align: left;
6495 } 6510 }
6496 } 6511 }
6497 .page-404__numb { 6512 .page-404__numb {
6498 font-size: 114px; 6513 font-size: 114px;
6499 line-height: 1; 6514 line-height: 1;
6500 color: #377d87; 6515 color: #377d87;
6501 font-weight: 700; 6516 font-weight: 700;
6502 } 6517 }
6503 @media (min-width: 768px) { 6518 @media (min-width: 768px) {
6504 .page-404__numb { 6519 .page-404__numb {
6505 font-size: 184px; 6520 font-size: 184px;
6506 } 6521 }
6507 } 6522 }
6508 @media (min-width: 768px) { 6523 @media (min-width: 768px) {
6509 .page-404__title { 6524 .page-404__title {
6510 font-weight: 700; 6525 font-weight: 700;
6511 font-size: 44px; 6526 font-size: 44px;
6512 } 6527 }
6513 } 6528 }
6514 @media (min-width: 1280px) { 6529 @media (min-width: 1280px) {
6515 .page-404__title { 6530 .page-404__title {
6516 width: 710px; 6531 width: 710px;
6517 position: relative; 6532 position: relative;
6518 left: 200px; 6533 left: 200px;
6519 } 6534 }
6520 } 6535 }
6521 @media (min-width: 1280px) { 6536 @media (min-width: 1280px) {
6522 .page-404__subtitle { 6537 .page-404__subtitle {
6523 width: 710px; 6538 width: 710px;
6524 position: relative; 6539 position: relative;
6525 left: 200px; 6540 left: 200px;
6526 } 6541 }
6527 } 6542 }
6528 .page-404__button { 6543 .page-404__button {
6529 margin-top: 10px; 6544 margin-top: 10px;
6530 } 6545 }
6531 @media (min-width: 1280px) { 6546 @media (min-width: 1280px) {
6532 .page-404__button { 6547 .page-404__button {
6533 position: relative; 6548 position: relative;
6534 left: -45px; 6549 left: -45px;
6535 } 6550 }
6536 } 6551 }
6537 6552
6538 .cookies { 6553 .cookies {
6539 display: none; 6554 display: none;
6540 -webkit-box-align: end; 6555 -webkit-box-align: end;
6541 -ms-flex-align: end; 6556 -ms-flex-align: end;
6542 align-items: flex-end; 6557 align-items: flex-end;
6543 padding: 10px; 6558 padding: 10px;
6544 padding-top: 0; 6559 padding-top: 0;
6545 height: 0; 6560 height: 0;
6546 position: fixed; 6561 position: fixed;
6547 z-index: 999; 6562 z-index: 999;
6548 bottom: 0; 6563 bottom: 0;
6549 left: 0; 6564 left: 0;
6550 width: 100%; 6565 width: 100%;
6551 } 6566 }
6552 .cookies-is-actived .cookies { 6567 .cookies-is-actived .cookies {
6553 display: -webkit-box; 6568 display: -webkit-box;
6554 display: -ms-flexbox; 6569 display: -ms-flexbox;
6555 display: flex; 6570 display: flex;
6556 } 6571 }
6557 .cookies__body { 6572 .cookies__body {
6558 border-radius: 6px; 6573 border-radius: 6px;
6559 border: 1px solid #377d87; 6574 border: 1px solid #377d87;
6560 background: #fff; 6575 background: #fff;
6561 padding: 15px; 6576 padding: 15px;
6562 padding-right: 50px; 6577 padding-right: 50px;
6563 position: relative; 6578 position: relative;
6564 max-width: 940px; 6579 max-width: 940px;
6565 margin: 0 auto; 6580 margin: 0 auto;
6566 } 6581 }
6567 @media (min-width: 768px) { 6582 @media (min-width: 768px) {
6568 .cookies__body { 6583 .cookies__body {
6569 padding: 25px; 6584 padding: 25px;
6570 padding-right: 50px; 6585 padding-right: 50px;
6571 border-radius: 12px; 6586 border-radius: 12px;
6572 } 6587 }
6573 } 6588 }
6574 @media (min-width: 992px) { 6589 @media (min-width: 992px) {
6575 .cookies__body { 6590 .cookies__body {
6576 padding: 40px 60px; 6591 padding: 40px 60px;
6577 } 6592 }
6578 } 6593 }
6579 .cookies__close { 6594 .cookies__close {
6580 display: -webkit-box; 6595 display: -webkit-box;
6581 display: -ms-flexbox; 6596 display: -ms-flexbox;
6582 display: flex; 6597 display: flex;
6583 -webkit-box-pack: center; 6598 -webkit-box-pack: center;
6584 -ms-flex-pack: center; 6599 -ms-flex-pack: center;
6585 justify-content: center; 6600 justify-content: center;
6586 -webkit-box-align: center; 6601 -webkit-box-align: center;
6587 -ms-flex-align: center; 6602 -ms-flex-align: center;
6588 align-items: center; 6603 align-items: center;
6589 color: #377d87; 6604 color: #377d87;
6590 padding: 0; 6605 padding: 0;
6591 border: none; 6606 border: none;
6592 background: none; 6607 background: none;
6593 position: absolute; 6608 position: absolute;
6594 top: 15px; 6609 top: 15px;
6595 right: 15px; 6610 right: 15px;
6596 } 6611 }
6597 .cookies__close:hover { 6612 .cookies__close:hover {
6598 color: #000; 6613 color: #000;
6599 } 6614 }
6600 .cookies__close svg { 6615 .cookies__close svg {
6601 width: 16px; 6616 width: 16px;
6602 height: 16px; 6617 height: 16px;
6603 } 6618 }
6604 .cookies__text { 6619 .cookies__text {
6605 font-size: 12px; 6620 font-size: 12px;
6606 color: #377d87; 6621 color: #377d87;
6607 line-height: 1.4; 6622 line-height: 1.4;
6608 } 6623 }
6609 @media (min-width: 768px) { 6624 @media (min-width: 768px) {
6610 .cookies__text { 6625 .cookies__text {
6611 font-size: 16px; 6626 font-size: 16px;
6612 font-weight: 700; 6627 font-weight: 700;
6613 } 6628 }
6614 } 6629 }
6615 6630
6616 .fancybox-active { 6631 .fancybox-active {
6617 overflow: hidden; 6632 overflow: hidden;
6618 } 6633 }
6619 .fancybox-is-open .fancybox-bg { 6634 .fancybox-is-open .fancybox-bg {
6620 background: #080b0b; 6635 background: #080b0b;
6621 opacity: 0.6; 6636 opacity: 0.6;
6622 z-index: 9999; 6637 z-index: 9999;
6623 } 6638 }
6624 .fancybox-slide { 6639 .fancybox-slide {
6625 padding: 0; 6640 padding: 0;
6626 } 6641 }
6627 @media (min-width: 992px) { 6642 @media (min-width: 992px) {
6628 .fancybox-slide { 6643 .fancybox-slide {
6629 padding: 30px; 6644 padding: 30px;
6630 } 6645 }
6631 } 6646 }
6632 .fancybox-slide--html .fancybox-close-small { 6647 .fancybox-slide--html .fancybox-close-small {
6633 padding: 0; 6648 padding: 0;
6634 opacity: 1; 6649 opacity: 1;
6635 color: #377d87; 6650 color: #377d87;
6636 } 6651 }
6637 @media (min-width: 768px) { 6652 @media (min-width: 768px) {
6638 .fancybox-slide--html .fancybox-close-small { 6653 .fancybox-slide--html .fancybox-close-small {
6639 top: 10px; 6654 top: 10px;
6640 right: 10px; 6655 right: 10px;
6641 } 6656 }
6642 } 6657 }
6643 .fancybox-slide--html .fancybox-close-small:hover { 6658 .fancybox-slide--html .fancybox-close-small:hover {
6644 color: #000; 6659 color: #000;
6645 } 6660 }
6646 6661
6647 .modal { 6662 .modal {
6648 width: 100%; 6663 width: 100%;
6649 max-width: 820px; 6664 max-width: 820px;
6650 padding: 0; 6665 padding: 0;
6651 background: #fff; 6666 background: #fff;
6652 z-index: 99999; 6667 z-index: 99999;
6653 } 6668 }
6654 @media (min-width: 992px) { 6669 @media (min-width: 992px) {
6655 .modal { 6670 .modal {
6656 border-radius: 10px; 6671 border-radius: 10px;
6657 border: 1px solid #377d87; 6672 border: 1px solid #377d87;
6658 } 6673 }
6659 } 6674 }
6660 .modal_bg { 6675 .modal_bg {
6661 background: #fff url(../images/bg-4.svg) no-repeat calc(50% + 100px) 100%; 6676 background: #fff url(../images/bg-4.svg) no-repeat calc(50% + 100px) 100%;
6662 } 6677 }
6663 @media (min-width: 768px) { 6678 @media (min-width: 768px) {
6664 .modal_bg { 6679 .modal_bg {
6665 background-position: 100% 100%; 6680 background-position: 100% 100%;
6666 } 6681 }
6667 } 6682 }
6668 .modal__body { 6683 .modal__body {
6669 padding: 40px 15px; 6684 padding: 40px 15px;
6670 padding-bottom: 30px; 6685 padding-bottom: 30px;
6671 display: -webkit-box; 6686 display: -webkit-box;
6672 display: -ms-flexbox; 6687 display: -ms-flexbox;
6673 display: flex; 6688 display: flex;
6674 -webkit-box-orient: vertical; 6689 -webkit-box-orient: vertical;
6675 -webkit-box-direction: normal; 6690 -webkit-box-direction: normal;
6676 -ms-flex-direction: column; 6691 -ms-flex-direction: column;
6677 flex-direction: column; 6692 flex-direction: column;
6678 -webkit-box-align: center; 6693 -webkit-box-align: center;
6679 -ms-flex-align: center; 6694 -ms-flex-align: center;
6680 align-items: center; 6695 align-items: center;
6681 -webkit-box-pack: center; 6696 -webkit-box-pack: center;
6682 -ms-flex-pack: center; 6697 -ms-flex-pack: center;
6683 justify-content: center; 6698 justify-content: center;
6684 width: 100%; 6699 width: 100%;
6685 min-height: 100vh; 6700 min-height: 100vh;
6686 overflow: hidden; 6701 overflow: hidden;
6687 font-size: 12px; 6702 font-size: 12px;
6688 } 6703 }
6689 @media (min-width: 768px) { 6704 @media (min-width: 768px) {
6690 .modal__body { 6705 .modal__body {
6691 font-size: 16px; 6706 font-size: 16px;
6692 padding-left: 22px; 6707 padding-left: 22px;
6693 padding-right: 22px; 6708 padding-right: 22px;
6694 } 6709 }
6695 } 6710 }
6696 @media (min-width: 992px) { 6711 @media (min-width: 992px) {
6697 .modal__body { 6712 .modal__body {
6698 min-height: 450px; 6713 min-height: 450px;
6699 padding: 60px 80px; 6714 padding: 60px 80px;
6700 padding-bottom: 40px; 6715 padding-bottom: 40px;
6701 } 6716 }
6702 } 6717 }
6703 @media (min-width: 768px) { 6718 @media (min-width: 768px) {
6704 .modal__body .left { 6719 .modal__body .left {
6705 text-align: left; 6720 text-align: left;
6706 } 6721 }
6707 } 6722 }
6708 .modal__title { 6723 .modal__title {
6709 width: 100%; 6724 width: 100%;
6710 font-size: 22px; 6725 font-size: 22px;
6711 font-weight: 700; 6726 font-weight: 700;
6712 text-align: center; 6727 text-align: center;
6713 color: #000; 6728 color: #000;
6714 } 6729 }
6715 @media (min-width: 768px) { 6730 @media (min-width: 768px) {
6716 .modal__title { 6731 .modal__title {
6717 font-size: 32px; 6732 font-size: 32px;
6718 } 6733 }
6719 } 6734 }
6720 @media (min-width: 992px) { 6735 @media (min-width: 992px) {
6721 .modal__title { 6736 .modal__title {
6722 font-size: 44px; 6737 font-size: 44px;
6723 } 6738 }
6724 } 6739 }
6725 .modal__text { 6740 .modal__text {
6726 width: 100%; 6741 width: 100%;
6727 text-align: center; 6742 text-align: center;
6728 margin-top: 10px; 6743 margin-top: 10px;
6729 color: #000; 6744 color: #000;
6730 } 6745 }
6731 @media (min-width: 768px) { 6746 @media (min-width: 768px) {
6732 .modal__text { 6747 .modal__text {
6733 margin-top: 20px; 6748 margin-top: 20px;
6734 } 6749 }
6735 } 6750 }
6736 .modal__text span { 6751 .modal__text span {
6737 color: #9c9d9d; 6752 color: #9c9d9d;
6738 } 6753 }
6739 .modal__text a { 6754 .modal__text a {
6740 font-weight: 700; 6755 font-weight: 700;
6741 color: #377d87; 6756 color: #377d87;
6742 } 6757 }
6743 .modal__text a:hover { 6758 .modal__text a:hover {
6744 color: #000; 6759 color: #000;
6745 } 6760 }
6746 .modal__button { 6761 .modal__button {
6747 margin-top: 20px; 6762 margin-top: 20px;
6748 } 6763 }
6749 @media (min-width: 768px) { 6764 @media (min-width: 768px) {
6750 .modal__button { 6765 .modal__button {
6751 min-width: 200px; 6766 min-width: 200px;
6752 margin-top: 30px; 6767 margin-top: 30px;
6753 } 6768 }
6754 } 6769 }
6755 .modal__buttons { 6770 .modal__buttons {
6756 display: grid; 6771 display: grid;
6757 grid-template-columns: repeat(2, 1fr); 6772 grid-template-columns: repeat(2, 1fr);
6758 gap: 20px; 6773 gap: 20px;
6759 margin-top: 20px; 6774 margin-top: 20px;
6760 } 6775 }
6761 @media (min-width: 768px) { 6776 @media (min-width: 768px) {
6762 .modal__buttons { 6777 .modal__buttons {
6763 gap: 30px; 6778 gap: 30px;
6764 margin-top: 30px; 6779 margin-top: 30px;
6765 } 6780 }
6766 } 6781 }
6767 .modal__form { 6782 .modal__form {
6768 width: 100%; 6783 width: 100%;
6769 display: -webkit-box; 6784 display: -webkit-box;
6770 display: -ms-flexbox; 6785 display: -ms-flexbox;
6771 display: flex; 6786 display: flex;
6772 -webkit-box-orient: vertical; 6787 -webkit-box-orient: vertical;
6773 -webkit-box-direction: normal; 6788 -webkit-box-direction: normal;
6774 -ms-flex-direction: column; 6789 -ms-flex-direction: column;
6775 flex-direction: column; 6790 flex-direction: column;
6776 gap: 16px; 6791 gap: 16px;
6777 margin-top: 10px; 6792 margin-top: 10px;
6778 } 6793 }
6779 @media (min-width: 768px) { 6794 @media (min-width: 768px) {
6780 .modal__form { 6795 .modal__form {
6781 margin-top: 20px; 6796 margin-top: 20px;
6782 } 6797 }
6783 } 6798 }
6784 .modal__form-item { 6799 .modal__form-item {
6785 display: -webkit-box; 6800 display: -webkit-box;
6786 display: -ms-flexbox; 6801 display: -ms-flexbox;
6787 display: flex; 6802 display: flex;
6788 -webkit-box-orient: vertical; 6803 -webkit-box-orient: vertical;
6789 -webkit-box-direction: normal; 6804 -webkit-box-direction: normal;
6790 -ms-flex-direction: column; 6805 -ms-flex-direction: column;
6791 flex-direction: column; 6806 flex-direction: column;
6792 -webkit-box-align: center; 6807 -webkit-box-align: center;
6793 -ms-flex-align: center; 6808 -ms-flex-align: center;
6794 align-items: center; 6809 align-items: center;
6795 gap: 4px; 6810 gap: 4px;
6796 } 6811 }
6797 .modal__form-item > .input { 6812 .modal__form-item > .input {
6798 width: 100%; 6813 width: 100%;
6799 } 6814 }
6800 .modal__form-item > .textarea { 6815 .modal__form-item > .textarea {
6801 width: 100%; 6816 width: 100%;
6802 height: 175px; 6817 height: 175px;
6803 } 6818 }
6804 @media (min-width: 768px) { 6819 @media (min-width: 768px) {
6805 .modal__form-item > .textarea { 6820 .modal__form-item > .textarea {
6806 height: 195px; 6821 height: 195px;
6807 } 6822 }
6808 } 6823 }
6809 .modal__form-item > .file { 6824 .modal__form-item > .file {
6810 width: 100%; 6825 width: 100%;
6811 } 6826 }
6812 .modal__form-item > .button { 6827 .modal__form-item > .button {
6813 min-width: 120px; 6828 min-width: 120px;
6814 } 6829 }
6815 .modal__form-item > label { 6830 .modal__form-item > label {
6816 width: 100%; 6831 width: 100%;
6817 display: none; 6832 display: none;
6818 color: #eb5757; 6833 color: #eb5757;
6819 padding: 0 10px; 6834 padding: 0 10px;
6820 font-size: 12px; 6835 font-size: 12px;
6821 } 6836 }
6822 @media (min-width: 768px) { 6837 @media (min-width: 768px) {
6823 .modal__form-item > label { 6838 .modal__form-item > label {
6824 padding: 0 20px; 6839 padding: 0 20px;
6825 font-size: 16px; 6840 font-size: 16px;
6826 } 6841 }
6827 } 6842 }
6828 .modal__sign { 6843 .modal__sign {
6829 display: -webkit-box; 6844 display: -webkit-box;
6830 display: -ms-flexbox; 6845 display: -ms-flexbox;
6831 display: flex; 6846 display: flex;
6832 -webkit-box-orient: vertical; 6847 -webkit-box-orient: vertical;
6833 -webkit-box-direction: normal; 6848 -webkit-box-direction: normal;
6834 -ms-flex-direction: column; 6849 -ms-flex-direction: column;
6835 flex-direction: column; 6850 flex-direction: column;
6836 gap: 20px; 6851 gap: 20px;
6837 margin-top: 10px; 6852 margin-top: 10px;
6838 margin-bottom: 20px; 6853 margin-bottom: 20px;
6839 width: 100%; 6854 width: 100%;
6840 } 6855 }
6841 @media (min-width: 768px) { 6856 @media (min-width: 768px) {
6842 .modal__sign { 6857 .modal__sign {
6843 margin-top: 20px; 6858 margin-top: 20px;
6844 margin-bottom: 40px; 6859 margin-bottom: 40px;
6845 } 6860 }
6846 } 6861 }
6847 .modal__sign-item { 6862 .modal__sign-item {
6848 display: -webkit-box; 6863 display: -webkit-box;
6849 display: -ms-flexbox; 6864 display: -ms-flexbox;
6850 display: flex; 6865 display: flex;
6851 -webkit-box-orient: vertical; 6866 -webkit-box-orient: vertical;
6852 -webkit-box-direction: normal; 6867 -webkit-box-direction: normal;
6853 -ms-flex-direction: column; 6868 -ms-flex-direction: column;
6854 flex-direction: column; 6869 flex-direction: column;
6855 -webkit-box-align: center; 6870 -webkit-box-align: center;
6856 -ms-flex-align: center; 6871 -ms-flex-align: center;
6857 align-items: center; 6872 align-items: center;
6858 position: relative; 6873 position: relative;
6859 } 6874 }
6860 .modal__sign-item > .input { 6875 .modal__sign-item > .input {
6861 width: 100%; 6876 width: 100%;
6862 padding-right: 36px; 6877 padding-right: 36px;
6863 position: relative; 6878 position: relative;
6864 z-index: 1; 6879 z-index: 1;
6865 } 6880 }
6866 @media (min-width: 768px) { 6881 @media (min-width: 768px) {
6867 .modal__sign-item > .input { 6882 .modal__sign-item > .input {
6868 height: 52px; 6883 height: 52px;
6869 padding-right: 60px; 6884 padding-right: 60px;
6870 } 6885 }
6871 } 6886 }
6872 .modal__sign-item > .textarea { 6887 .modal__sign-item > .textarea {
6873 width: 100%; 6888 width: 100%;
6874 } 6889 }
6875 .modal__sign-bottom { 6890 .modal__sign-bottom {
6876 display: -webkit-box; 6891 display: -webkit-box;
6877 display: -ms-flexbox; 6892 display: -ms-flexbox;
6878 display: flex; 6893 display: flex;
6879 -webkit-box-pack: justify; 6894 -webkit-box-pack: justify;
6880 -ms-flex-pack: justify; 6895 -ms-flex-pack: justify;
6881 justify-content: space-between; 6896 justify-content: space-between;
6882 -webkit-box-align: center; 6897 -webkit-box-align: center;
6883 -ms-flex-align: center; 6898 -ms-flex-align: center;
6884 align-items: center; 6899 align-items: center;
6885 width: 100%; 6900 width: 100%;
6886 } 6901 }
6887 .modal__sign-bottom-link { 6902 .modal__sign-bottom-link {
6888 font-weight: 700; 6903 font-weight: 700;
6889 color: #377d87; 6904 color: #377d87;
6890 } 6905 }
6891 .modal__tabs { 6906 .modal__tabs {
6892 width: 100%; 6907 width: 100%;
6893 display: grid; 6908 display: grid;
6894 grid-template-columns: repeat(2, 1fr); 6909 grid-template-columns: repeat(2, 1fr);
6895 gap: 16px; 6910 gap: 16px;
6896 margin-top: 10px; 6911 margin-top: 10px;
6897 } 6912 }
6898 @media (min-width: 768px) { 6913 @media (min-width: 768px) {
6899 .modal__tabs { 6914 .modal__tabs {
6900 gap: 24px; 6915 gap: 24px;
6901 margin-top: 20px; 6916 margin-top: 20px;
6902 } 6917 }
6903 } 6918 }
6904 .modal__tabs-item.active { 6919 .modal__tabs-item.active {
6905 background: #377d87; 6920 background: #377d87;
6906 color: #fff; 6921 color: #fff;
6907 } 6922 }
6908 .modal__reg { 6923 .modal__reg {
6909 display: none; 6924 display: none;
6910 -webkit-box-orient: vertical; 6925 -webkit-box-orient: vertical;
6911 -webkit-box-direction: normal; 6926 -webkit-box-direction: normal;
6912 -ms-flex-direction: column; 6927 -ms-flex-direction: column;
6913 flex-direction: column; 6928 flex-direction: column;
6914 -webkit-box-align: center; 6929 -webkit-box-align: center;
6915 -ms-flex-align: center; 6930 -ms-flex-align: center;
6916 align-items: center; 6931 align-items: center;
6917 gap: 10px; 6932 gap: 10px;
6918 width: 100%; 6933 width: 100%;
6919 margin-top: 10px; 6934 margin-top: 10px;
6920 margin-bottom: 20px; 6935 margin-bottom: 20px;
6921 } 6936 }
6922 @media (min-width: 768px) { 6937 @media (min-width: 768px) {
6923 .modal__reg { 6938 .modal__reg {
6924 margin-top: 20px; 6939 margin-top: 20px;
6925 margin-bottom: 30px; 6940 margin-bottom: 30px;
6926 gap: 20px; 6941 gap: 20px;
6927 } 6942 }
6928 } 6943 }
6929 .modal__reg.showed { 6944 .modal__reg.showed {
6930 display: -webkit-box; 6945 display: -webkit-box;
6931 display: -ms-flexbox; 6946 display: -ms-flexbox;
6932 display: flex; 6947 display: flex;
6933 } 6948 }
6934 .modal__reg-item { 6949 .modal__reg-item {
6935 width: 100%; 6950 width: 100%;
6936 display: -webkit-box; 6951 display: -webkit-box;
6937 display: -ms-flexbox; 6952 display: -ms-flexbox;
6938 display: flex; 6953 display: flex;
6939 -webkit-box-orient: vertical; 6954 -webkit-box-orient: vertical;
6940 -webkit-box-direction: normal; 6955 -webkit-box-direction: normal;
6941 -ms-flex-direction: column; 6956 -ms-flex-direction: column;
6942 flex-direction: column; 6957 flex-direction: column;
6943 } 6958 }
6944 .modal__reg-item > .captcha { 6959 .modal__reg-item > .captcha {
6945 width: 100%; 6960 width: 100%;
6946 max-width: 300px; 6961 max-width: 300px;
6947 } 6962 }
6948 6963
6949 .messages { 6964 .messages {
6950 display: -webkit-box; 6965 display: -webkit-box;
6951 display: -ms-flexbox; 6966 display: -ms-flexbox;
6952 display: flex; 6967 display: flex;
6953 -webkit-box-orient: vertical; 6968 -webkit-box-orient: vertical;
6954 -webkit-box-direction: reverse; 6969 -webkit-box-direction: reverse;
6955 -ms-flex-direction: column-reverse; 6970 -ms-flex-direction: column-reverse;
6956 flex-direction: column-reverse; 6971 flex-direction: column-reverse;
6957 -webkit-box-align: center; 6972 -webkit-box-align: center;
6958 -ms-flex-align: center; 6973 -ms-flex-align: center;
6959 align-items: center; 6974 align-items: center;
6960 gap: 20px; 6975 gap: 20px;
6961 } 6976 }
6962 .messages__body { 6977 .messages__body {
6963 width: 100%; 6978 width: 100%;
6964 max-height: 800px; 6979 max-height: 800px;
6965 overflow: auto; 6980 overflow: auto;
6966 padding: 5px; 6981 padding: 5px;
6967 } 6982 }
6968 .messages__item { 6983 .messages__item {
6969 -webkit-box-align: center; 6984 -webkit-box-align: center;
6970 -ms-flex-align: center; 6985 -ms-flex-align: center;
6971 align-items: center; 6986 align-items: center;
6972 border-radius: 8px; 6987 border-radius: 8px;
6973 border: 1px solid #e7e7e7; 6988 border: 1px solid #e7e7e7;
6974 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 6989 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
6975 padding: 0px; 6990 padding: 0px;
6976 font-size: 12px; 6991 font-size: 12px;
6977 display: flex; 6992 display: flex;
6978 justify-content: space-between; 6993 justify-content: space-between;
6979 margin-bottom: 20px; 6994 margin-bottom: 20px;
6980 } 6995 }
6981 @media (min-width: 768px) { 6996 @media (min-width: 768px) {
6982 .messages__item { 6997 .messages__item {
6983 font-size: 18px; 6998 font-size: 18px;
6984 } 6999 }
6985 } 7000 }
6986 .messages__item-info { 7001 .messages__item-info {
6987 display: -webkit-box; 7002 display: -webkit-box;
6988 display: -ms-flexbox; 7003 display: -ms-flexbox;
6989 display: flex; 7004 display: flex;
6990 -webkit-box-align: center; 7005 -webkit-box-align: center;
6991 -ms-flex-align: center; 7006 -ms-flex-align: center;
6992 align-items: center; 7007 align-items: center;
6993 width: calc(100% - 90px); 7008 width: calc(100% - 90px);
6994 padding: 20px; 7009 padding: 20px;
6995 } 7010 }
6996 @media (min-width: 768px) { 7011 @media (min-width: 768px) {
6997 .messages__item-info { 7012 .messages__item-info {
6998 width: calc(100% - 150px); 7013 width: calc(100% - 150px);
6999 } 7014 }
7000 } 7015 }
7001 .messages__item-photo { 7016 .messages__item-photo {
7002 position: relative; 7017 position: relative;
7003 aspect-ratio: 1/1; 7018 aspect-ratio: 1/1;
7004 overflow: hidden; 7019 overflow: hidden;
7005 background: #9c9d9d; 7020 background: #9c9d9d;
7006 color: #fff; 7021 color: #fff;
7007 width: 36px; 7022 width: 36px;
7008 border-radius: 6px; 7023 border-radius: 6px;
7009 display: -webkit-box; 7024 display: -webkit-box;
7010 display: -ms-flexbox; 7025 display: -ms-flexbox;
7011 display: flex; 7026 display: flex;
7012 -webkit-box-pack: center; 7027 -webkit-box-pack: center;
7013 -ms-flex-pack: center; 7028 -ms-flex-pack: center;
7014 justify-content: center; 7029 justify-content: center;
7015 -webkit-box-align: center; 7030 -webkit-box-align: center;
7016 -ms-flex-align: center; 7031 -ms-flex-align: center;
7017 align-items: center; 7032 align-items: center;
7018 } 7033 }
7019 @media (min-width: 768px) { 7034 @media (min-width: 768px) {
7020 .messages__item-photo { 7035 .messages__item-photo {
7021 width: 52px; 7036 width: 52px;
7022 } 7037 }
7023 } 7038 }
7024 .messages__item-photo svg { 7039 .messages__item-photo svg {
7025 width: 50%; 7040 width: 50%;
7026 position: relative; 7041 position: relative;
7027 z-index: 1; 7042 z-index: 1;
7028 } 7043 }
7029 .messages__item-photo img { 7044 .messages__item-photo img {
7030 position: absolute; 7045 position: absolute;
7031 z-index: 2; 7046 z-index: 2;
7032 top: 0; 7047 top: 0;
7033 left: 0; 7048 left: 0;
7034 width: 100%; 7049 width: 100%;
7035 height: 100%; 7050 height: 100%;
7036 -o-object-fit: cover; 7051 -o-object-fit: cover;
7037 object-fit: cover; 7052 object-fit: cover;
7038 } 7053 }
7039 .messages__item-text { 7054 .messages__item-text {
7040 width: calc(100% - 36px); 7055 width: calc(100% - 36px);
7041 padding-left: 6px; 7056 padding-left: 6px;
7042 color: #000; 7057 color: #000;
7043 display: -webkit-box; 7058 display: -webkit-box;
7044 display: -ms-flexbox; 7059 display: -ms-flexbox;
7045 display: flex; 7060 display: flex;
7046 -webkit-box-orient: vertical; 7061 -webkit-box-orient: vertical;
7047 -webkit-box-direction: normal; 7062 -webkit-box-direction: normal;
7048 -ms-flex-direction: column; 7063 -ms-flex-direction: column;
7049 flex-direction: column; 7064 flex-direction: column;
7050 gap: 4px; 7065 gap: 4px;
7051 } 7066 }
7052 @media (min-width: 768px) { 7067 @media (min-width: 768px) {
7053 .messages__item-text { 7068 .messages__item-text {
7054 padding-left: 20px; 7069 padding-left: 20px;
7055 width: calc(100% - 52px); 7070 width: calc(100% - 52px);
7056 gap: 8px; 7071 gap: 8px;
7057 } 7072 }
7058 } 7073 }
7059 .messages__item-text span { 7074 .messages__item-text span {
7060 color: #000; 7075 color: #000;
7061 } 7076 }
7062 .messages__item-actions{ 7077 .messages__item-actions{
7063 padding: 20px; 7078 padding: 20px;
7064 } 7079 }
7065 .messages__item-buttons{ 7080 .messages__item-buttons{
7066 float: right; 7081 float: right;
7067 display: flex; 7082 display: flex;
7068 align-items: center; 7083 align-items: center;
7069 } 7084 }
7070 .messages__item-buttons button{ 7085 .messages__item-buttons button{
7071 padding: 0; 7086 padding: 0;
7072 background: unset; 7087 background: unset;
7073 border: unset; 7088 border: unset;
7074 } 7089 }
7075 .messages__item-buttons button svg{ 7090 .messages__item-buttons button svg{
7076 width: 25px; 7091 width: 25px;
7077 height: 25px; 7092 height: 25px;
7078 color: gray; 7093 color: gray;
7079 } 7094 }
7080 .messages__item-buttons button svg path{ 7095 .messages__item-buttons button svg path{
7081 stroke: gray; 7096 stroke: gray;
7082 } 7097 }
7083 .messages__item-buttons button:hover svg{ 7098 .messages__item-buttons button:hover svg{
7084 color: black; 7099 color: black;
7085 } 7100 }
7086 .messages__item-buttons button:hover svg path{ 7101 .messages__item-buttons button:hover svg path{
7087 stroke: black; 7102 stroke: black;
7088 } 7103 }
7089 .messages__item-buttons button.pin-on:hover svg#pin_off path{ 7104 .messages__item-buttons button.pin-on:hover svg#pin_off path{
7090 fill: black; 7105 fill: black;
7091 } 7106 }
7092 .messages__item-buttons button.pin-on svg{ 7107 .messages__item-buttons button.pin-on svg{
7093 fill: gray; 7108 fill: gray;
7094 } 7109 }
7095 .messages__item-date { 7110 .messages__item-date {
7096 color: #00000070; 7111 color: #00000070;
7097 width: 90px; 7112 width: 90px;
7098 text-align: right; 7113 text-align: right;
7099 font-size: 14px; 7114 font-size: 14px;
7100 margin-bottom: 8px; 7115 margin-bottom: 8px;
7101 } 7116 }
7102 7117
7103 .messages.active .messages__item { 7118 .messages.active .messages__item {
7104 display: -webkit-box; 7119 display: -webkit-box;
7105 display: -ms-flexbox; 7120 display: -ms-flexbox;
7106 display: flex; 7121 display: flex;
7107 } 7122 }
7108 7123
7109 .responses { 7124 .responses {
7110 display: -webkit-box; 7125 display: -webkit-box;
7111 display: -ms-flexbox; 7126 display: -ms-flexbox;
7112 display: flex; 7127 display: flex;
7113 -webkit-box-orient: vertical; 7128 -webkit-box-orient: vertical;
7114 -webkit-box-direction: reverse; 7129 -webkit-box-direction: reverse;
7115 -ms-flex-direction: column-reverse; 7130 -ms-flex-direction: column-reverse;
7116 flex-direction: column-reverse; 7131 flex-direction: column-reverse;
7117 -webkit-box-align: center; 7132 -webkit-box-align: center;
7118 -ms-flex-align: center; 7133 -ms-flex-align: center;
7119 align-items: center; 7134 align-items: center;
7120 gap: 20px; 7135 gap: 20px;
7121 } 7136 }
7122 .responses__body { 7137 .responses__body {
7123 width: 100%; 7138 width: 100%;
7124 display: -webkit-box; 7139 display: -webkit-box;
7125 display: -ms-flexbox; 7140 display: -ms-flexbox;
7126 display: flex; 7141 display: flex;
7127 -webkit-box-orient: vertical; 7142 -webkit-box-orient: vertical;
7128 -webkit-box-direction: normal; 7143 -webkit-box-direction: normal;
7129 -ms-flex-direction: column; 7144 -ms-flex-direction: column;
7130 flex-direction: column; 7145 flex-direction: column;
7131 gap: 20px; 7146 gap: 20px;
7132 } 7147 }
7133 .responses__item { 7148 .responses__item {
7134 display: none; 7149 display: none;
7135 -webkit-box-orient: vertical; 7150 -webkit-box-orient: vertical;
7136 -webkit-box-direction: normal; 7151 -webkit-box-direction: normal;
7137 -ms-flex-direction: column; 7152 -ms-flex-direction: column;
7138 flex-direction: column; 7153 flex-direction: column;
7139 gap: 20px; 7154 gap: 20px;
7140 border-radius: 8px; 7155 border-radius: 8px;
7141 border: 1px solid #e7e7e7; 7156 border: 1px solid #e7e7e7;
7142 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 7157 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
7143 padding: 20px 10px; 7158 padding: 20px 10px;
7144 font-size: 12px; 7159 font-size: 12px;
7145 position: relative; 7160 position: relative;
7146 } 7161 }
7147 @media (min-width: 768px) { 7162 @media (min-width: 768px) {
7148 .responses__item { 7163 .responses__item {
7149 padding: 20px; 7164 padding: 20px;
7150 font-size: 16px; 7165 font-size: 16px;
7151 } 7166 }
7152 } 7167 }
7153 .responses__item:nth-of-type(1), .responses__item:nth-of-type(2), .responses__item:nth-of-type(3), .responses__item:nth-of-type(4), .responses__item:nth-of-type(5), .responses__item:nth-of-type(6) { 7168 .responses__item:nth-of-type(1), .responses__item:nth-of-type(2), .responses__item:nth-of-type(3), .responses__item:nth-of-type(4), .responses__item:nth-of-type(5), .responses__item:nth-of-type(6) {
7154 display: -webkit-box; 7169 display: -webkit-box;
7155 display: -ms-flexbox; 7170 display: -ms-flexbox;
7156 display: flex; 7171 display: flex;
7157 } 7172 }
7158 .responses__item-date { 7173 .responses__item-date {
7159 color: #000; 7174 color: #000;
7160 } 7175 }
7161 @media (min-width: 992px) { 7176 @media (min-width: 992px) {
7162 .responses__item-date { 7177 .responses__item-date {
7163 position: absolute; 7178 position: absolute;
7164 top: 20px; 7179 top: 20px;
7165 right: 20px; 7180 right: 20px;
7166 } 7181 }
7167 } 7182 }
7168 .responses__item-wrapper { 7183 .responses__item-wrapper {
7169 display: -webkit-box; 7184 display: -webkit-box;
7170 display: -ms-flexbox; 7185 display: -ms-flexbox;
7171 display: flex; 7186 display: flex;
7172 -webkit-box-orient: vertical; 7187 -webkit-box-orient: vertical;
7173 -webkit-box-direction: normal; 7188 -webkit-box-direction: normal;
7174 -ms-flex-direction: column; 7189 -ms-flex-direction: column;
7175 flex-direction: column; 7190 flex-direction: column;
7176 gap: 20px; 7191 gap: 20px;
7177 } 7192 }
7178 .responses__item-inner { 7193 .responses__item-inner {
7179 display: -webkit-box; 7194 display: -webkit-box;
7180 display: -ms-flexbox; 7195 display: -ms-flexbox;
7181 display: flex; 7196 display: flex;
7182 -webkit-box-orient: vertical; 7197 -webkit-box-orient: vertical;
7183 -webkit-box-direction: normal; 7198 -webkit-box-direction: normal;
7184 -ms-flex-direction: column; 7199 -ms-flex-direction: column;
7185 flex-direction: column; 7200 flex-direction: column;
7186 gap: 10px; 7201 gap: 10px;
7187 } 7202 }
7188 @media (min-width: 768px) { 7203 @media (min-width: 768px) {
7189 .responses__item-inner { 7204 .responses__item-inner {
7190 gap: 20px; 7205 gap: 20px;
7191 } 7206 }
7192 } 7207 }
7193 @media (min-width: 1280px) { 7208 @media (min-width: 1280px) {
7194 .responses__item-inner { 7209 .responses__item-inner {
7195 width: calc(100% - 150px); 7210 width: calc(100% - 150px);
7196 } 7211 }
7197 } 7212 }
7198 .responses__item-row { 7213 .responses__item-row {
7199 display: grid; 7214 display: grid;
7200 grid-template-columns: 1fr 1fr; 7215 grid-template-columns: 1fr 1fr;
7201 gap: 20px; 7216 gap: 20px;
7202 color: #000; 7217 color: #000;
7203 text-align: right; 7218 text-align: right;
7204 } 7219 }
7205 @media (min-width: 992px) { 7220 @media (min-width: 992px) {
7206 .responses__item-row { 7221 .responses__item-row {
7207 display: -webkit-box; 7222 display: -webkit-box;
7208 display: -ms-flexbox; 7223 display: -ms-flexbox;
7209 display: flex; 7224 display: flex;
7210 -webkit-box-orient: vertical; 7225 -webkit-box-orient: vertical;
7211 -webkit-box-direction: normal; 7226 -webkit-box-direction: normal;
7212 -ms-flex-direction: column; 7227 -ms-flex-direction: column;
7213 flex-direction: column; 7228 flex-direction: column;
7214 gap: 6px; 7229 gap: 6px;
7215 text-align: left; 7230 text-align: left;
7216 } 7231 }
7217 } 7232 }
7218 .responses__item-row span { 7233 .responses__item-row span {
7219 color: #000; 7234 color: #000;
7220 text-align: left; 7235 text-align: left;
7221 } 7236 }
7222 .responses__item-buttons { 7237 .responses__item-buttons {
7223 display: -webkit-box; 7238 display: -webkit-box;
7224 display: -ms-flexbox; 7239 display: -ms-flexbox;
7225 display: flex; 7240 display: flex;
7226 -webkit-box-orient: vertical; 7241 -webkit-box-orient: vertical;
7227 -webkit-box-direction: normal; 7242 -webkit-box-direction: normal;
7228 -ms-flex-direction: column; 7243 -ms-flex-direction: column;
7229 flex-direction: column; 7244 flex-direction: column;
7230 gap: 10px; 7245 gap: 10px;
7231 } 7246 }
7232 @media (min-width: 768px) { 7247 @media (min-width: 768px) {
7233 .responses__item-buttons { 7248 .responses__item-buttons {
7234 display: grid; 7249 display: grid;
7235 grid-template-columns: 1fr 1fr; 7250 grid-template-columns: 1fr 1fr;
7236 } 7251 }
7237 } 7252 }
7238 @media (min-width: 1280px) { 7253 @media (min-width: 1280px) {
7239 .responses__item-buttons { 7254 .responses__item-buttons {
7240 grid-template-columns: 1fr 1fr 1fr 1fr; 7255 grid-template-columns: 1fr 1fr 1fr 1fr;
7241 } 7256 }
7242 } 7257 }
7243 .responses__item-buttons .button.active { 7258 .responses__item-buttons .button.active {
7244 background: #377d87; 7259 background: #377d87;
7245 color: #fff; 7260 color: #fff;
7246 } 7261 }
7247 .responses.active .responses__item { 7262 .responses.active .responses__item {
7248 display: -webkit-box; 7263 display: -webkit-box;
7249 display: -ms-flexbox; 7264 display: -ms-flexbox;
7250 display: flex; 7265 display: flex;
7251 } 7266 }
7252 7267
7253 .chatbox { 7268 .chatbox {
7254 display: -webkit-box; 7269 display: -webkit-box;
7255 display: -ms-flexbox; 7270 display: -ms-flexbox;
7256 display: flex; 7271 display: flex;
7257 -webkit-box-orient: vertical; 7272 -webkit-box-orient: vertical;
7258 -webkit-box-direction: normal; 7273 -webkit-box-direction: normal;
7259 -ms-flex-direction: column; 7274 -ms-flex-direction: column;
7260 flex-direction: column; 7275 flex-direction: column;
7261 gap: 20px; 7276 gap: 20px;
7262 } 7277 }
7263 @media (min-width: 768px) { 7278 @media (min-width: 768px) {
7264 .chatbox { 7279 .chatbox {
7265 gap: 30px; 7280 gap: 30px;
7266 } 7281 }
7267 } 7282 }
7268 @media (min-width: 1280px) { 7283 @media (min-width: 1280px) {
7269 .chatbox { 7284 .chatbox {
7270 gap: 40px; 7285 gap: 40px;
7271 } 7286 }
7272 } 7287 }
7273 .chatbox__toper { 7288 .chatbox__toper {
7274 display: -webkit-box; 7289 display: -webkit-box;
7275 display: -ms-flexbox; 7290 display: -ms-flexbox;
7276 display: flex; 7291 display: flex;
7277 -webkit-box-orient: vertical; 7292 -webkit-box-orient: vertical;
7278 -webkit-box-direction: normal; 7293 -webkit-box-direction: normal;
7279 -ms-flex-direction: column; 7294 -ms-flex-direction: column;
7280 flex-direction: column; 7295 flex-direction: column;
7281 gap: 10px; 7296 gap: 10px;
7282 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 7297 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
7283 border: 1px solid #e7e7e7; 7298 border: 1px solid #e7e7e7;
7284 border-radius: 8px; 7299 border-radius: 8px;
7285 padding: 10px; 7300 padding: 10px;
7286 } 7301 }
7287 @media (min-width: 768px) { 7302 @media (min-width: 768px) {
7288 .chatbox__toper { 7303 .chatbox__toper {
7289 -webkit-box-orient: horizontal; 7304 -webkit-box-orient: horizontal;
7290 -webkit-box-direction: normal; 7305 -webkit-box-direction: normal;
7291 -ms-flex-direction: row; 7306 -ms-flex-direction: row;
7292 flex-direction: row; 7307 flex-direction: row;
7293 -webkit-box-align: center; 7308 -webkit-box-align: center;
7294 -ms-flex-align: center; 7309 -ms-flex-align: center;
7295 align-items: center; 7310 align-items: center;
7296 -webkit-box-pack: justify; 7311 -webkit-box-pack: justify;
7297 -ms-flex-pack: justify; 7312 -ms-flex-pack: justify;
7298 justify-content: space-between; 7313 justify-content: space-between;
7299 } 7314 }
7300 } 7315 }
7301 .chatbox__toper-info { 7316 .chatbox__toper-info {
7302 font-size: 12px; 7317 font-size: 12px;
7303 } 7318 }
7304 @media (min-width: 768px) { 7319 @media (min-width: 768px) {
7305 .chatbox__toper-info { 7320 .chatbox__toper-info {
7306 font-size: 16px; 7321 font-size: 16px;
7307 width: calc(100% - 230px); 7322 width: calc(100% - 230px);
7308 } 7323 }
7309 } 7324 }
7310 @media (min-width: 768px) { 7325 @media (min-width: 768px) {
7311 .chatbox__toper-button { 7326 .chatbox__toper-button {
7312 width: 210px; 7327 width: 210px;
7313 padding: 0; 7328 padding: 0;
7314 } 7329 }
7315 } 7330 }
7316 .chatbox__list { 7331 .chatbox__list {
7317 display: -webkit-box; 7332 display: -webkit-box;
7318 display: -ms-flexbox; 7333 display: -ms-flexbox;
7319 display: flex; 7334 display: flex;
7320 -webkit-box-orient: vertical; 7335 -webkit-box-orient: vertical;
7321 -webkit-box-direction: normal; 7336 -webkit-box-direction: normal;
7322 -ms-flex-direction: column; 7337 -ms-flex-direction: column;
7323 flex-direction: column; 7338 flex-direction: column;
7324 gap: 10px; 7339 gap: 10px;
7325 max-height: 400px; 7340 max-height: 400px;
7326 overflow: auto; 7341 overflow: auto;
7327 } 7342 }
7328 @media (min-width: 768px) { 7343 @media (min-width: 768px) {
7329 .chatbox__list { 7344 .chatbox__list {
7330 gap: 20px; 7345 gap: 20px;
7331 } 7346 }
7332 } 7347 }
7333 @media (min-width: 1280px) { 7348 @media (min-width: 1280px) {
7334 .chatbox__list { 7349 .chatbox__list {
7335 gap: 40px; 7350 gap: 40px;
7336 } 7351 }
7337 } 7352 }
7338 .chatbox__item { 7353 .chatbox__item {
7339 display: -webkit-box; 7354 display: -webkit-box;
7340 display: -ms-flexbox; 7355 display: -ms-flexbox;
7341 display: flex; 7356 display: flex;
7342 -webkit-box-align: start; 7357 -webkit-box-align: start;
7343 -ms-flex-align: start; 7358 -ms-flex-align: start;
7344 align-items: flex-start; 7359 align-items: flex-start;
7345 -webkit-box-pack: justify; 7360 -webkit-box-pack: justify;
7346 -ms-flex-pack: justify; 7361 -ms-flex-pack: justify;
7347 justify-content: space-between; 7362 justify-content: space-between;
7348 -ms-flex-wrap: wrap; 7363 -ms-flex-wrap: wrap;
7349 flex-wrap: wrap; 7364 flex-wrap: wrap;
7350 color: #000; 7365 color: #000;
7351 font-size: 12px; 7366 font-size: 12px;
7352 } 7367 }
7353 @media (min-width: 768px) { 7368 @media (min-width: 768px) {
7354 .chatbox__item { 7369 .chatbox__item {
7355 font-size: 16px; 7370 font-size: 16px;
7356 } 7371 }
7357 } 7372 }
7358 .chatbox__item_reverse { 7373 .chatbox__item_reverse {
7359 -webkit-box-orient: horizontal; 7374 -webkit-box-orient: horizontal;
7360 -webkit-box-direction: reverse; 7375 -webkit-box-direction: reverse;
7361 -ms-flex-direction: row-reverse; 7376 -ms-flex-direction: row-reverse;
7362 flex-direction: row-reverse; 7377 flex-direction: row-reverse;
7363 } 7378 }
7364 .chatbox__item-photo { 7379 .chatbox__item-photo {
7365 position: relative; 7380 position: relative;
7366 aspect-ratio: 1/1; 7381 aspect-ratio: 1/1;
7367 overflow: hidden; 7382 overflow: hidden;
7368 background: #9c9d9d; 7383 background: #9c9d9d;
7369 color: #fff; 7384 color: #fff;
7370 width: 44px; 7385 width: 44px;
7371 border-radius: 6px; 7386 border-radius: 6px;
7372 display: -webkit-box; 7387 display: -webkit-box;
7373 display: -ms-flexbox; 7388 display: -ms-flexbox;
7374 display: flex; 7389 display: flex;
7375 -webkit-box-pack: center; 7390 -webkit-box-pack: center;
7376 -ms-flex-pack: center; 7391 -ms-flex-pack: center;
7377 justify-content: center; 7392 justify-content: center;
7378 -webkit-box-align: center; 7393 -webkit-box-align: center;
7379 -ms-flex-align: center; 7394 -ms-flex-align: center;
7380 align-items: center; 7395 align-items: center;
7381 } 7396 }
7382 .chatbox__item-photo svg { 7397 .chatbox__item-photo svg {
7383 width: 50%; 7398 width: 50%;
7384 position: relative; 7399 position: relative;
7385 z-index: 1; 7400 z-index: 1;
7386 } 7401 }
7387 .chatbox__item-photo img { 7402 .chatbox__item-photo img {
7388 position: absolute; 7403 position: absolute;
7389 z-index: 2; 7404 z-index: 2;
7390 top: 0; 7405 top: 0;
7391 left: 0; 7406 left: 0;
7392 width: 100%; 7407 width: 100%;
7393 height: 100%; 7408 height: 100%;
7394 -o-object-fit: cover; 7409 -o-object-fit: cover;
7395 object-fit: cover; 7410 object-fit: cover;
7396 } 7411 }
7397 .chatbox__item-body { 7412 .chatbox__item-body {
7398 width: calc(100% - 54px); 7413 width: calc(100% - 54px);
7399 display: -webkit-box; 7414 display: -webkit-box;
7400 display: -ms-flexbox; 7415 display: -ms-flexbox;
7401 display: flex; 7416 display: flex;
7402 -webkit-box-orient: vertical; 7417 -webkit-box-orient: vertical;
7403 -webkit-box-direction: normal; 7418 -webkit-box-direction: normal;
7404 -ms-flex-direction: column; 7419 -ms-flex-direction: column;
7405 flex-direction: column; 7420 flex-direction: column;
7406 -webkit-box-align: start; 7421 -webkit-box-align: start;
7407 -ms-flex-align: start; 7422 -ms-flex-align: start;
7408 align-items: flex-start; 7423 align-items: flex-start;
7409 } 7424 }
7410 @media (min-width: 768px) { 7425 @media (min-width: 768px) {
7411 .chatbox__item-body { 7426 .chatbox__item-body {
7412 width: calc(100% - 60px); 7427 width: calc(100% - 60px);
7413 } 7428 }
7414 } 7429 }
7415 .chatbox__item_reverse .chatbox__item-body { 7430 .chatbox__item_reverse .chatbox__item-body {
7416 -webkit-box-align: end; 7431 -webkit-box-align: end;
7417 -ms-flex-align: end; 7432 -ms-flex-align: end;
7418 align-items: flex-end; 7433 align-items: flex-end;
7419 } 7434 }
7420 .chatbox__item-text { 7435 .chatbox__item-text {
7421 border-radius: 8px; 7436 border-radius: 8px;
7422 background: #fff; 7437 background: #fff;
7423 -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); 7438 -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
7424 box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); 7439 box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
7425 padding: 10px; 7440 padding: 10px;
7426 line-height: 1.6; 7441 line-height: 1.6;
7427 } 7442 }
7428 .chatbox__item-body-file-name-wrap{ 7443 .chatbox__item-body-file-name-wrap{
7429 display: flex; 7444 display: flex;
7430 align-items: center; 7445 align-items: center;
7431 } 7446 }
7432 .chatbox__item-body-file-name-wrap svg{ 7447 .chatbox__item-body-file-name-wrap svg{
7433 height: 20px; 7448 height: 20px;
7434 width: 20px; 7449 width: 20px;
7435 } 7450 }
7436 .chatbox__item-body-file-name-wrap a{ 7451 .chatbox__item-body-file-name-wrap a{
7437 margin-left: 20px; 7452 margin-left: 20px;
7438 border-radius: 8px; 7453 border-radius: 8px;
7439 padding: 2px 8px; 7454 padding: 2px 8px;
7440 -webkit-box-shadow: inset 0px 0px 14px -7px rgba(66, 68, 90, 1); 7455 -webkit-box-shadow: inset 0px 0px 14px -7px rgba(66, 68, 90, 1);
7441 -moz-box-shadow: inset 0px 0px 14px -7px rgba(66, 68, 90, 1); 7456 -moz-box-shadow: inset 0px 0px 14px -7px rgba(66, 68, 90, 1);
7442 box-shadow: inset 0px 0px 14px -7px rgba(66, 68, 90, 1); 7457 box-shadow: inset 0px 0px 14px -7px rgba(66, 68, 90, 1);
7443 } 7458 }
7444 .chatbox__item_reverse .chatbox__item-body-file-name-wrap a{ 7459 .chatbox__item_reverse .chatbox__item-body-file-name-wrap a{
7445 margin-left: 0px; 7460 margin-left: 0px;
7446 margin-right: 20px; 7461 margin-right: 20px;
7447 } 7462 }
7448 .chatbox__item-body-file-name-wrap a:hover{ 7463 .chatbox__item-body-file-name-wrap a:hover{
7449 box-shadow: 0px 0px 5px 1px rgb(139 136 136); 7464 box-shadow: 0px 0px 5px 1px rgb(139 136 136);
7450 } 7465 }
7451 .chatbox__item-text .admin-chat-answer{ 7466 .chatbox__item-text .admin-chat-answer{
7452 padding: 2px 5px; 7467 padding: 2px 5px;
7453 height: auto; 7468 height: auto;
7454 float: right; 7469 float: right;
7455 margin-left: 10px; 7470 margin-left: 10px;
7456 } 7471 }
7457 .chatbox__item-text .reply-message{ 7472 .chatbox__item-text .reply-message{
7458 border-left: 1px grey solid; 7473 border-left: 1px grey solid;
7459 padding-left: 11px; 7474 padding-left: 11px;
7460 font-size: 12px; 7475 font-size: 12px;
7461 font-style: italic; 7476 font-style: italic;
7462 margin-top: 10px; 7477 margin-top: 10px;
7463 } 7478 }
7464 .chatbox__item-time { 7479 .chatbox__item-time {
7465 width: 100%; 7480 width: 100%;
7466 padding-left: 54px; 7481 padding-left: 54px;
7467 margin-top: 10px; 7482 margin-top: 10px;
7468 color: #9c9d9d; 7483 color: #9c9d9d;
7469 } 7484 }
7470 .chatbox__item_reverse .chatbox__item-time { 7485 .chatbox__item_reverse .chatbox__item-time {
7471 text-align: right; 7486 text-align: right;
7472 } 7487 }
7473 .chatbox__bottom { 7488 .chatbox__bottom {
7474 background: #377d87; 7489 background: #377d87;
7475 padding: 10px; 7490 padding: 10px;
7476 border-radius: 8px; 7491 border-radius: 8px;
7477 display: -webkit-box; 7492 display: -webkit-box;
7478 display: -ms-flexbox; 7493 display: -ms-flexbox;
7479 display: flex; 7494 display: flex;
7480 -webkit-box-align: center; 7495 -webkit-box-align: center;
7481 -ms-flex-align: center; 7496 -ms-flex-align: center;
7482 align-items: center; 7497 align-items: center;
7483 -webkit-box-pack: justify; 7498 -webkit-box-pack: justify;
7484 -ms-flex-pack: justify; 7499 -ms-flex-pack: justify;
7485 justify-content: space-between; 7500 justify-content: space-between;
7486 } 7501 }
7487 @media (min-width: 768px) { 7502 @media (min-width: 768px) {
7488 .chatbox__bottom { 7503 .chatbox__bottom {
7489 padding: 16px 20px; 7504 padding: 16px 20px;
7490 } 7505 }
7491 } 7506 }
7492 .chatbox__bottom-file { 7507 .chatbox__bottom-file {
7493 width: 20px; 7508 width: 20px;
7494 aspect-ratio: 1/1; 7509 aspect-ratio: 1/1;
7495 display: -webkit-box; 7510 display: -webkit-box;
7496 display: -ms-flexbox; 7511 display: -ms-flexbox;
7497 display: flex; 7512 display: flex;
7498 -webkit-box-pack: center; 7513 -webkit-box-pack: center;
7499 -ms-flex-pack: center; 7514 -ms-flex-pack: center;
7500 justify-content: center; 7515 justify-content: center;
7501 -webkit-box-align: center; 7516 -webkit-box-align: center;
7502 -ms-flex-align: center; 7517 -ms-flex-align: center;
7503 align-items: center; 7518 align-items: center;
7504 background: #fff; 7519 background: #fff;
7505 color: #4d88d9; 7520 color: #4d88d9;
7506 border-radius: 8px; 7521 border-radius: 8px;
7507 } 7522 }
7508 @media (min-width: 768px) { 7523 @media (min-width: 768px) {
7509 .chatbox__bottom-file { 7524 .chatbox__bottom-file {
7510 width: 48px; 7525 width: 48px;
7511 } 7526 }
7512 } 7527 }
7513 .chatbox__bottom-file:hover { 7528 .chatbox__bottom-file:hover {
7514 color: #377d87; 7529 color: #377d87;
7515 } 7530 }
7516 .chatbox__bottom-file input { 7531 .chatbox__bottom-file input {
7517 display: none; 7532 display: none;
7518 } 7533 }
7519 .chatbox__bottom-file svg { 7534 .chatbox__bottom-file svg {
7520 width: 50%; 7535 width: 50%;
7521 aspect-ratio: 1/1; 7536 aspect-ratio: 1/1;
7522 stroke-width: 1.5px; 7537 stroke-width: 1.5px;
7523 } 7538 }
7524 .chatbox__bottom-text { 7539 .chatbox__bottom-text {
7525 width: calc(100% - 60px); 7540 width: calc(100% - 60px);
7526 height: 20px; 7541 height: 20px;
7527 border-color: #fff; 7542 border-color: #fff;
7528 } 7543 }
7529 @media (min-width: 768px) { 7544 @media (min-width: 768px) {
7530 .chatbox__bottom-text { 7545 .chatbox__bottom-text {
7531 width: calc(100% - 128px); 7546 width: calc(100% - 128px);
7532 height: 48px; 7547 height: 48px;
7533 } 7548 }
7534 } 7549 }
7535 .chatbox__bottom-text:focus { 7550 .chatbox__bottom-text:focus {
7536 border-color: #fff; 7551 border-color: #fff;
7537 } 7552 }
7538 .chatbox__bottom-send { 7553 .chatbox__bottom-send {
7539 width: 20px; 7554 width: 20px;
7540 aspect-ratio: 1/1; 7555 aspect-ratio: 1/1;
7541 display: -webkit-box; 7556 display: -webkit-box;
7542 display: -ms-flexbox; 7557 display: -ms-flexbox;
7543 display: flex; 7558 display: flex;
7544 -webkit-box-pack: center; 7559 -webkit-box-pack: center;
7545 -ms-flex-pack: center; 7560 -ms-flex-pack: center;
7546 justify-content: center; 7561 justify-content: center;
7547 -webkit-box-align: center; 7562 -webkit-box-align: center;
7548 -ms-flex-align: center; 7563 -ms-flex-align: center;
7549 align-items: center; 7564 align-items: center;
7550 padding: 0; 7565 padding: 0;
7551 background: #fff; 7566 background: #fff;
7552 border: none; 7567 border: none;
7553 color: #4d88d9; 7568 color: #4d88d9;
7554 border-radius: 999px; 7569 border-radius: 999px;
7555 } 7570 }
7556 @media (min-width: 768px) { 7571 @media (min-width: 768px) {
7557 .chatbox__bottom-send { 7572 .chatbox__bottom-send {
7558 width: 48px; 7573 width: 48px;
7559 } 7574 }
7560 } 7575 }
7561 .chatbox__bottom-send:hover { 7576 .chatbox__bottom-send:hover {
7562 color: #377d87; 7577 color: #377d87;
7563 } 7578 }
7564 .chatbox__bottom-send svg { 7579 .chatbox__bottom-send svg {
7565 width: 50%; 7580 width: 50%;
7566 aspect-ratio: 1/1; 7581 aspect-ratio: 1/1;
7567 position: relative; 7582 position: relative;
7568 left: 1px; 7583 left: 1px;
7569 } 7584 }
7570 @media (min-width: 768px) { 7585 @media (min-width: 768px) {
7571 .chatbox__bottom-send svg { 7586 .chatbox__bottom-send svg {
7572 width: 40%; 7587 width: 40%;
7573 left: 2px; 7588 left: 2px;
7574 } 7589 }
7575 } 7590 }
7576 7591
7577 .cvs { 7592 .cvs {
7578 display: -webkit-box; 7593 display: -webkit-box;
7579 display: -ms-flexbox; 7594 display: -ms-flexbox;
7580 display: flex; 7595 display: flex;
7581 -webkit-box-orient: vertical; 7596 -webkit-box-orient: vertical;
7582 -webkit-box-direction: reverse; 7597 -webkit-box-direction: reverse;
7583 -ms-flex-direction: column-reverse; 7598 -ms-flex-direction: column-reverse;
7584 flex-direction: column-reverse; 7599 flex-direction: column-reverse;
7585 -webkit-box-align: center; 7600 -webkit-box-align: center;
7586 -ms-flex-align: center; 7601 -ms-flex-align: center;
7587 align-items: center; 7602 align-items: center;
7588 gap: 20px; 7603 gap: 20px;
7589 } 7604 }
7590 .cvs__body { 7605 .cvs__body {
7591 display: -webkit-box; 7606 display: -webkit-box;
7592 display: -ms-flexbox; 7607 display: -ms-flexbox;
7593 display: flex; 7608 display: flex;
7594 -webkit-box-orient: vertical; 7609 -webkit-box-orient: vertical;
7595 -webkit-box-direction: normal; 7610 -webkit-box-direction: normal;
7596 -ms-flex-direction: column; 7611 -ms-flex-direction: column;
7597 flex-direction: column; 7612 flex-direction: column;
7598 gap: 20px; 7613 gap: 20px;
7599 width: 100%; 7614 width: 100%;
7600 } 7615 }
7601 @media (min-width: 768px) { 7616 @media (min-width: 768px) {
7602 .cvs__body { 7617 .cvs__body {
7603 gap: 30px; 7618 gap: 30px;
7604 } 7619 }
7605 } 7620 }
7606 .cvs__item { 7621 .cvs__item {
7607 display: none; 7622 display: none;
7608 -webkit-box-orient: vertical; 7623 -webkit-box-orient: vertical;
7609 -webkit-box-direction: normal; 7624 -webkit-box-direction: normal;
7610 -ms-flex-direction: column; 7625 -ms-flex-direction: column;
7611 flex-direction: column; 7626 flex-direction: column;
7612 gap: 10px; 7627 gap: 10px;
7613 border-radius: 8px; 7628 border-radius: 8px;
7614 border: 1px solid #e7e7e7; 7629 border: 1px solid #e7e7e7;
7615 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 7630 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
7616 padding: 10px; 7631 padding: 10px;
7617 font-size: 12px; 7632 font-size: 12px;
7618 position: relative; 7633 position: relative;
7619 } 7634 }
7620 @media (min-width: 768px) { 7635 @media (min-width: 768px) {
7621 .cvs__item { 7636 .cvs__item {
7622 gap: 0; 7637 gap: 0;
7623 padding: 20px; 7638 padding: 20px;
7624 font-size: 16px; 7639 font-size: 16px;
7625 -webkit-box-orient: horizontal; 7640 -webkit-box-orient: horizontal;
7626 -webkit-box-direction: normal; 7641 -webkit-box-direction: normal;
7627 -ms-flex-direction: row; 7642 -ms-flex-direction: row;
7628 flex-direction: row; 7643 flex-direction: row;
7629 -webkit-box-align: start; 7644 -webkit-box-align: start;
7630 -ms-flex-align: start; 7645 -ms-flex-align: start;
7631 align-items: flex-start; 7646 align-items: flex-start;
7632 -ms-flex-wrap: wrap; 7647 -ms-flex-wrap: wrap;
7633 flex-wrap: wrap; 7648 flex-wrap: wrap;
7634 } 7649 }
7635 } 7650 }
7636 .cvs__item:nth-of-type(1), .cvs__item:nth-of-type(2), .cvs__item:nth-of-type(3), .cvs__item:nth-of-type(4), .cvs__item:nth-of-type(5), .cvs__item:nth-of-type(6) { 7651 .cvs__item:nth-of-type(1), .cvs__item:nth-of-type(2), .cvs__item:nth-of-type(3), .cvs__item:nth-of-type(4), .cvs__item:nth-of-type(5), .cvs__item:nth-of-type(6) {
7637 display: -webkit-box; 7652 display: -webkit-box;
7638 display: -ms-flexbox; 7653 display: -ms-flexbox;
7639 display: flex; 7654 display: flex;
7640 } 7655 }
7641 .cvs__item-like { 7656 .cvs__item-like {
7642 width: unset; 7657 width: unset;
7643 padding: 5px 10px; 7658 padding: 5px 10px;
7644 margin-right: 10px; 7659 margin-right: 10px;
7645 } 7660 }
7646 .cvs__item .cvs__item-buttons .chat{ 7661 .cvs__item .cvs__item-buttons .chat{
7647 width: unset; 7662 width: unset;
7648 padding: 5px 10px; 7663 padding: 5px 10px;
7649 margin-right: 10px; 7664 margin-right: 10px;
7650 } 7665 }
7651 .cvs__item-like.active{ 7666 .cvs__item-like.active{
7652 background: #ffffff; 7667 background: #ffffff;
7653 color: #eb5757; 7668 color: #eb5757;
7654 } 7669 }
7655 .cvs__item-like .in-favorites{ 7670 .cvs__item-like .in-favorites{
7656 display: none; 7671 display: none;
7657 } 7672 }
7658 .cvs__item-like.active .in-favorites{ 7673 .cvs__item-like.active .in-favorites{
7659 display: block; 7674 display: block;
7660 color: #eb5757; 7675 color: #eb5757;
7661 } 7676 }
7662 .cvs__item-like.active .to-favorites{ 7677 .cvs__item-like.active .to-favorites{
7663 display: none; 7678 display: none;
7664 } 7679 }
7665 .cvs__item .cvs__item-header{ 7680 .cvs__item .cvs__item-header{
7666 display: flex; 7681 display: flex;
7667 width: 100%; 7682 width: 100%;
7668 justify-content: space-between; 7683 justify-content: space-between;
7669 } 7684 }
7670 .cvs__item-photo { 7685 .cvs__item-photo {
7671 position: relative; 7686 position: relative;
7672 aspect-ratio: 1/1; 7687 aspect-ratio: 1/1;
7673 overflow: hidden; 7688 overflow: hidden;
7674 background: #9c9d9d; 7689 background: #9c9d9d;
7675 color: #fff; 7690 color: #fff;
7676 width: 36px; 7691 width: 36px;
7677 border-radius: 6px; 7692 border-radius: 6px;
7678 display: -webkit-box; 7693 display: -webkit-box;
7679 display: -ms-flexbox; 7694 display: -ms-flexbox;
7680 display: flex; 7695 display: flex;
7681 -webkit-box-pack: center; 7696 -webkit-box-pack: center;
7682 -ms-flex-pack: center; 7697 -ms-flex-pack: center;
7683 justify-content: center; 7698 justify-content: center;
7684 -webkit-box-align: center; 7699 -webkit-box-align: center;
7685 -ms-flex-align: center; 7700 -ms-flex-align: center;
7686 align-items: center; 7701 align-items: center;
7687 } 7702 }
7688 @media (min-width: 768px) { 7703 @media (min-width: 768px) {
7689 .cvs__item-photo { 7704 .cvs__item-photo {
7690 width: 68px; 7705 width: 68px;
7691 } 7706 }
7692 } 7707 }
7693 .cvs__item-photo svg { 7708 .cvs__item-photo svg {
7694 width: 50%; 7709 width: 50%;
7695 position: relative; 7710 position: relative;
7696 z-index: 1; 7711 z-index: 1;
7697 } 7712 }
7698 .cvs__item-photo img { 7713 .cvs__item-photo img {
7699 position: absolute; 7714 position: absolute;
7700 z-index: 2; 7715 z-index: 2;
7701 top: 0; 7716 top: 0;
7702 left: 0; 7717 left: 0;
7703 width: 100%; 7718 width: 100%;
7704 height: 100%; 7719 height: 100%;
7705 -o-object-fit: cover; 7720 -o-object-fit: cover;
7706 object-fit: cover; 7721 object-fit: cover;
7707 } 7722 }
7708 .cvs__item-text { 7723 .cvs__item-text {
7709 display: -webkit-box; 7724 display: -webkit-box;
7710 display: -ms-flexbox; 7725 display: -ms-flexbox;
7711 display: flex; 7726 display: flex;
7712 -webkit-box-orient: vertical; 7727 -webkit-box-orient: vertical;
7713 -webkit-box-direction: normal; 7728 -webkit-box-direction: normal;
7714 -ms-flex-direction: column; 7729 -ms-flex-direction: column;
7715 flex-direction: column; 7730 flex-direction: column;
7716 gap: 10px; 7731 gap: 10px;
7717 width: 100%; 7732 width: 100%;
7718 margin-top: 30px; 7733 margin-top: 30px;
7719 } 7734 }
7720 .cvs__item .cvs__item-buttons{ 7735 .cvs__item .cvs__item-buttons{
7721 display: flex; 7736 display: flex;
7722 align-items: start; 7737 align-items: start;
7723 } 7738 }
7724 .cvs.active .cvs__item { 7739 .cvs.active .cvs__item {
7725 display: -webkit-box; 7740 display: -webkit-box;
7726 display: -ms-flexbox; 7741 display: -ms-flexbox;
7727 display: flex; 7742 display: flex;
7728 } 7743 }
7729 .cvs__item-text .cvs__item-text-row{ 7744 .cvs__item-text .cvs__item-text-row{
7730 display: flex; 7745 display: flex;
7731 justify-content: space-between; 7746 justify-content: space-between;
7732 width: 100%; 7747 width: 100%;
7733 } 7748 }
7734 .cvs__item-text .cvs__item-text-row > div{ 7749 .cvs__item-text .cvs__item-text-row > div{
7735 width: 50%; 7750 width: 50%;
7736 } 7751 }
7737 .cvs__item-text .cvs__item-text-row b{ 7752 .cvs__item-text .cvs__item-text-row b{
7738 color: #377d87; 7753 color: #377d87;
7739 font-size: 18px; 7754 font-size: 18px;
7740 } 7755 }
7741 .cvs__item-text .cvs__item-text-status { 7756 .cvs__item-text .cvs__item-text-status {
7742 width: fit-content; 7757 width: fit-content;
7743 background-color: #e6e6e6; 7758 background-color: #e6e6e6;
7744 font-weight: bold; 7759 font-weight: bold;
7745 padding: 5px 10px; 7760 padding: 5px 10px;
7746 border-radius: 8px; 7761 border-radius: 8px;
7747 margin-right: 30px; 7762 margin-right: 30px;
7748 } 7763 }
7749 .cvs__item-text .cvs__item-text-status.looking-for-job { 7764 .cvs__item-text .cvs__item-text-status.looking-for-job {
7750 background-color: #eb5757; 7765 background-color: #eb5757;
7751 color: #fff; 7766 color: #fff;
7752 } 7767 }
7753 .cvs__item-text .cvs__item-text-updated-at{ 7768 .cvs__item-text .cvs__item-text-updated-at{
7754 padding: 5px 10px; 7769 padding: 5px 10px;
7755 border-radius: 8px; 7770 border-radius: 8px;
7756 border: 1px #e6e6e6 solid; 7771 border: 1px #e6e6e6 solid;
7757 } 7772 }
7758 .worker-status { 7773 .worker-status {
7759 flex-direction: column; 7774 flex-direction: column;
7760 row-gap: 6px; 7775 row-gap: 6px;
7761 } 7776 }
7762 7777
7763 .worker-status .cvs__item-text-updated-at { 7778 .worker-status .cvs__item-text-updated-at {
7764 width: fit-content; 7779 width: fit-content;
7765 } 7780 }
7766 @media (min-width: 768px) { 7781 @media (min-width: 768px) {
7767 .worker-status { 7782 .worker-status {
7768 flex-direction: row; 7783 flex-direction: row;
7769 } 7784 }
7770 7785
7771 .worker-status .cvs__item-text-updated-at { 7786 .worker-status .cvs__item-text-updated-at {
7772 width: auto; 7787 width: auto;
7773 } 7788 }
7774 } 7789 }
7775 .faqs { 7790 .faqs {
7776 display: -webkit-box; 7791 display: -webkit-box;
7777 display: -ms-flexbox; 7792 display: -ms-flexbox;
7778 display: flex; 7793 display: flex;
7779 -webkit-box-orient: vertical; 7794 -webkit-box-orient: vertical;
7780 -webkit-box-direction: reverse; 7795 -webkit-box-direction: reverse;
7781 -ms-flex-direction: column-reverse; 7796 -ms-flex-direction: column-reverse;
7782 flex-direction: column-reverse; 7797 flex-direction: column-reverse;
7783 -webkit-box-align: center; 7798 -webkit-box-align: center;
7784 -ms-flex-align: center; 7799 -ms-flex-align: center;
7785 align-items: center; 7800 align-items: center;
7786 gap: 20px; 7801 gap: 20px;
7787 } 7802 }
7788 .faqs__body { 7803 .faqs__body {
7789 display: -webkit-box; 7804 display: -webkit-box;
7790 display: -ms-flexbox; 7805 display: -ms-flexbox;
7791 display: flex; 7806 display: flex;
7792 -webkit-box-orient: vertical; 7807 -webkit-box-orient: vertical;
7793 -webkit-box-direction: normal; 7808 -webkit-box-direction: normal;
7794 -ms-flex-direction: column; 7809 -ms-flex-direction: column;
7795 flex-direction: column; 7810 flex-direction: column;
7796 gap: 20px; 7811 gap: 20px;
7797 width: 100%; 7812 width: 100%;
7798 } 7813 }
7799 .faqs__item { 7814 .faqs__item {
7800 display: none; 7815 display: none;
7801 -webkit-box-orient: vertical; 7816 -webkit-box-orient: vertical;
7802 -webkit-box-direction: normal; 7817 -webkit-box-direction: normal;
7803 -ms-flex-direction: column; 7818 -ms-flex-direction: column;
7804 flex-direction: column; 7819 flex-direction: column;
7805 border-radius: 8px; 7820 border-radius: 8px;
7806 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 7821 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
7807 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 7822 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
7808 background: #fff; 7823 background: #fff;
7809 padding: 10px; 7824 padding: 10px;
7810 font-size: 12px; 7825 font-size: 12px;
7811 } 7826 }
7812 @media (min-width: 768px) { 7827 @media (min-width: 768px) {
7813 .faqs__item { 7828 .faqs__item {
7814 padding: 20px; 7829 padding: 20px;
7815 font-size: 16px; 7830 font-size: 16px;
7816 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 7831 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
7817 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 7832 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
7818 } 7833 }
7819 } 7834 }
7820 .faqs__item:nth-of-type(1), .faqs__item:nth-of-type(2), .faqs__item:nth-of-type(3), .faqs__item:nth-of-type(4), .faqs__item:nth-of-type(5), .faqs__item:nth-of-type(6) { 7835 .faqs__item:nth-of-type(1), .faqs__item:nth-of-type(2), .faqs__item:nth-of-type(3), .faqs__item:nth-of-type(4), .faqs__item:nth-of-type(5), .faqs__item:nth-of-type(6) {
7821 display: -webkit-box; 7836 display: -webkit-box;
7822 display: -ms-flexbox; 7837 display: -ms-flexbox;
7823 display: flex; 7838 display: flex;
7824 } 7839 }
7825 .faqs__item-button { 7840 .faqs__item-button {
7826 background: none; 7841 background: none;
7827 padding: 0; 7842 padding: 0;
7828 border: none; 7843 border: none;
7829 display: -webkit-box; 7844 display: -webkit-box;
7830 display: -ms-flexbox; 7845 display: -ms-flexbox;
7831 display: flex; 7846 display: flex;
7832 -webkit-box-align: center; 7847 -webkit-box-align: center;
7833 -ms-flex-align: center; 7848 -ms-flex-align: center;
7834 align-items: center; 7849 align-items: center;
7835 color: #000; 7850 color: #000;
7836 text-align: left; 7851 text-align: left;
7837 font-size: 14px; 7852 font-size: 14px;
7838 font-weight: 700; 7853 font-weight: 700;
7839 } 7854 }
7840 @media (min-width: 768px) { 7855 @media (min-width: 768px) {
7841 .faqs__item-button { 7856 .faqs__item-button {
7842 font-size: 20px; 7857 font-size: 20px;
7843 } 7858 }
7844 } 7859 }
7845 .faqs__item-button span { 7860 .faqs__item-button span {
7846 width: calc(100% - 16px); 7861 width: calc(100% - 16px);
7847 padding-right: 16px; 7862 padding-right: 16px;
7848 } 7863 }
7849 .faqs__item-button i { 7864 .faqs__item-button i {
7850 display: -webkit-box; 7865 display: -webkit-box;
7851 display: -ms-flexbox; 7866 display: -ms-flexbox;
7852 display: flex; 7867 display: flex;
7853 -webkit-box-pack: center; 7868 -webkit-box-pack: center;
7854 -ms-flex-pack: center; 7869 -ms-flex-pack: center;
7855 justify-content: center; 7870 justify-content: center;
7856 -webkit-box-align: center; 7871 -webkit-box-align: center;
7857 -ms-flex-align: center; 7872 -ms-flex-align: center;
7858 align-items: center; 7873 align-items: center;
7859 width: 16px; 7874 width: 16px;
7860 aspect-ratio: 1/1; 7875 aspect-ratio: 1/1;
7861 color: #377d87; 7876 color: #377d87;
7862 -webkit-transition: 0.3s; 7877 -webkit-transition: 0.3s;
7863 transition: 0.3s; 7878 transition: 0.3s;
7864 } 7879 }
7865 .faqs__item-button i svg { 7880 .faqs__item-button i svg {
7866 width: 16px; 7881 width: 16px;
7867 aspect-ratio: 1/1; 7882 aspect-ratio: 1/1;
7868 -webkit-transform: rotate(90deg); 7883 -webkit-transform: rotate(90deg);
7869 -ms-transform: rotate(90deg); 7884 -ms-transform: rotate(90deg);
7870 transform: rotate(90deg); 7885 transform: rotate(90deg);
7871 } 7886 }
7872 .faqs__item-button.active i { 7887 .faqs__item-button.active i {
7873 -webkit-transform: rotate(180deg); 7888 -webkit-transform: rotate(180deg);
7874 -ms-transform: rotate(180deg); 7889 -ms-transform: rotate(180deg);
7875 transform: rotate(180deg); 7890 transform: rotate(180deg);
7876 } 7891 }
7877 .faqs__item-body { 7892 .faqs__item-body {
7878 display: -webkit-box; 7893 display: -webkit-box;
7879 display: -ms-flexbox; 7894 display: -ms-flexbox;
7880 display: flex; 7895 display: flex;
7881 -webkit-box-orient: vertical; 7896 -webkit-box-orient: vertical;
7882 -webkit-box-direction: normal; 7897 -webkit-box-direction: normal;
7883 -ms-flex-direction: column; 7898 -ms-flex-direction: column;
7884 flex-direction: column; 7899 flex-direction: column;
7885 gap: 10px; 7900 gap: 10px;
7886 opacity: 0; 7901 opacity: 0;
7887 height: 0; 7902 height: 0;
7888 overflow: hidden; 7903 overflow: hidden;
7889 font-size: 12px; 7904 font-size: 12px;
7890 line-height: 1.4; 7905 line-height: 1.4;
7891 } 7906 }
7892 @media (min-width: 768px) { 7907 @media (min-width: 768px) {
7893 .faqs__item-body { 7908 .faqs__item-body {
7894 font-size: 16px; 7909 font-size: 16px;
7895 gap: 20px; 7910 gap: 20px;
7896 } 7911 }
7897 } 7912 }
7898 .faqs__item-body p { 7913 .faqs__item-body p {
7899 margin: 0; 7914 margin: 0;
7900 } 7915 }
7901 .faqs__item-body a { 7916 .faqs__item-body a {
7902 color: #0f74a8; 7917 color: #0f74a8;
7903 } 7918 }
7904 .active + .faqs__item-body { 7919 .active + .faqs__item-body {
7905 opacity: 1; 7920 opacity: 1;
7906 height: auto; 7921 height: auto;
7907 -webkit-transition: 0.3s; 7922 -webkit-transition: 0.3s;
7908 transition: 0.3s; 7923 transition: 0.3s;
7909 padding-top: 10px; 7924 padding-top: 10px;
7910 } 7925 }
7911 @media (min-width: 768px) { 7926 @media (min-width: 768px) {
7912 .active + .faqs__item-body { 7927 .active + .faqs__item-body {
7913 padding-top: 20px; 7928 padding-top: 20px;
7914 } 7929 }
7915 } 7930 }
7916 .faqs.active .faqs__item { 7931 .faqs.active .faqs__item {
7917 display: -webkit-box; 7932 display: -webkit-box;
7918 display: -ms-flexbox; 7933 display: -ms-flexbox;
7919 display: flex; 7934 display: flex;
7920 } 7935 }
7921 7936
7922 .cabinet { 7937 .cabinet {
7923 padding: 20px 0; 7938 padding: 20px 0;
7924 padding-bottom: 40px; 7939 padding-bottom: 40px;
7925 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 7940 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
7926 } 7941 }
7927 @media (min-width: 992px) { 7942 @media (min-width: 992px) {
7928 .cabinet { 7943 .cabinet {
7929 padding: 30px 0; 7944 padding: 30px 0;
7930 padding-bottom: 60px; 7945 padding-bottom: 60px;
7931 } 7946 }
7932 } 7947 }
7933 .cabinet__breadcrumbs { 7948 .cabinet__breadcrumbs {
7934 margin-bottom: 50px; 7949 margin-bottom: 50px;
7935 } 7950 }
7936 .cabinet__wrapper { 7951 .cabinet__wrapper {
7937 display: -webkit-box; 7952 display: -webkit-box;
7938 display: -ms-flexbox; 7953 display: -ms-flexbox;
7939 display: flex; 7954 display: flex;
7940 -webkit-box-orient: vertical; 7955 -webkit-box-orient: vertical;
7941 -webkit-box-direction: normal; 7956 -webkit-box-direction: normal;
7942 -ms-flex-direction: column; 7957 -ms-flex-direction: column;
7943 flex-direction: column; 7958 flex-direction: column;
7944 } 7959 }
7945 @media (min-width: 992px) { 7960 @media (min-width: 992px) {
7946 .cabinet__wrapper { 7961 .cabinet__wrapper {
7947 -webkit-box-orient: horizontal; 7962 -webkit-box-orient: horizontal;
7948 -webkit-box-direction: normal; 7963 -webkit-box-direction: normal;
7949 -ms-flex-direction: row; 7964 -ms-flex-direction: row;
7950 flex-direction: row; 7965 flex-direction: row;
7951 -webkit-box-align: start; 7966 -webkit-box-align: start;
7952 -ms-flex-align: start; 7967 -ms-flex-align: start;
7953 align-items: flex-start; 7968 align-items: flex-start;
7954 -webkit-box-pack: justify; 7969 -webkit-box-pack: justify;
7955 -ms-flex-pack: justify; 7970 -ms-flex-pack: justify;
7956 justify-content: space-between; 7971 justify-content: space-between;
7957 } 7972 }
7958 } 7973 }
7959 .cabinet__side { 7974 .cabinet__side {
7960 border-radius: 8px; 7975 border-radius: 8px;
7961 background: #fff; 7976 background: #fff;
7962 padding: 20px 10px; 7977 padding: 20px 10px;
7963 display: -webkit-box; 7978 display: -webkit-box;
7964 display: -ms-flexbox; 7979 display: -ms-flexbox;
7965 display: flex; 7980 display: flex;
7966 -webkit-box-orient: vertical; 7981 -webkit-box-orient: vertical;
7967 -webkit-box-direction: normal; 7982 -webkit-box-direction: normal;
7968 -ms-flex-direction: column; 7983 -ms-flex-direction: column;
7969 flex-direction: column; 7984 flex-direction: column;
7970 gap: 30px; 7985 gap: 30px;
7971 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 7986 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
7972 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 7987 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
7973 } 7988 }
7974 @media (min-width: 768px) { 7989 @media (min-width: 768px) {
7975 .cabinet__side { 7990 .cabinet__side {
7976 padding: 30px 20px; 7991 padding: 30px 20px;
7977 margin-bottom: 50px; 7992 margin-bottom: 50px;
7978 } 7993 }
7979 } 7994 }
7980 @media (min-width: 992px) { 7995 @media (min-width: 992px) {
7981 .cabinet__side { 7996 .cabinet__side {
7982 width: 340px; 7997 width: 340px;
7983 margin: 0; 7998 margin: 0;
7984 position: sticky; 7999 position: sticky;
7985 top: 6px; 8000 top: 6px;
7986 } 8001 }
7987 } 8002 }
7988 @media (min-width: 1280px) { 8003 @media (min-width: 1280px) {
7989 .cabinet__side { 8004 .cabinet__side {
7990 width: 400px; 8005 width: 400px;
7991 } 8006 }
7992 } 8007 }
7993 .cabinet__side-item { 8008 .cabinet__side-item {
7994 display: -webkit-box; 8009 display: -webkit-box;
7995 display: -ms-flexbox; 8010 display: -ms-flexbox;
7996 display: flex; 8011 display: flex;
7997 -webkit-box-orient: vertical; 8012 -webkit-box-orient: vertical;
7998 -webkit-box-direction: normal; 8013 -webkit-box-direction: normal;
7999 -ms-flex-direction: column; 8014 -ms-flex-direction: column;
8000 flex-direction: column; 8015 flex-direction: column;
8001 gap: 20px; 8016 gap: 20px;
8002 } 8017 }
8003 .cabinet__side-toper { 8018 .cabinet__side-toper {
8004 display: -webkit-box; 8019 display: -webkit-box;
8005 display: -ms-flexbox; 8020 display: -ms-flexbox;
8006 display: flex; 8021 display: flex;
8007 -webkit-box-align: center; 8022 -webkit-box-align: center;
8008 -ms-flex-align: center; 8023 -ms-flex-align: center;
8009 align-items: center; 8024 align-items: center;
8010 } 8025 }
8011 .cabinet__side-toper-pic { 8026 .cabinet__side-toper-pic {
8012 width: 70px; 8027 width: 70px;
8013 aspect-ratio: 1/1; 8028 aspect-ratio: 1/1;
8014 overflow: hidden; 8029 overflow: hidden;
8015 border-radius: 8px; 8030 border-radius: 8px;
8016 color: #fff; 8031 color: #fff;
8017 background: #9c9d9d; 8032 background: #9c9d9d;
8018 display: -webkit-box; 8033 display: -webkit-box;
8019 display: -ms-flexbox; 8034 display: -ms-flexbox;
8020 display: flex; 8035 display: flex;
8021 -webkit-box-align: center; 8036 -webkit-box-align: center;
8022 -ms-flex-align: center; 8037 -ms-flex-align: center;
8023 align-items: center; 8038 align-items: center;
8024 -webkit-box-pack: center; 8039 -webkit-box-pack: center;
8025 -ms-flex-pack: center; 8040 -ms-flex-pack: center;
8026 justify-content: center; 8041 justify-content: center;
8027 position: relative; 8042 position: relative;
8028 } 8043 }
8029 .cabinet__side-toper-pic img { 8044 .cabinet__side-toper-pic img {
8030 width: 100%; 8045 width: 100%;
8031 height: 100%; 8046 height: 100%;
8032 -o-object-fit: cover; 8047 -o-object-fit: cover;
8033 object-fit: cover; 8048 object-fit: cover;
8034 position: absolute; 8049 position: absolute;
8035 z-index: 2; 8050 z-index: 2;
8036 top: 0; 8051 top: 0;
8037 left: 0; 8052 left: 0;
8038 aspect-ratio: 1/1; 8053 aspect-ratio: 1/1;
8039 -o-object-fit: contain; 8054 -o-object-fit: contain;
8040 object-fit: contain; 8055 object-fit: contain;
8041 } 8056 }
8042 .cabinet__side-toper-pic svg { 8057 .cabinet__side-toper-pic svg {
8043 width: 50%; 8058 width: 50%;
8044 aspect-ratio: 1/1; 8059 aspect-ratio: 1/1;
8045 } 8060 }
8046 .cabinet__side-toper b { 8061 .cabinet__side-toper b {
8047 width: calc(100% - 70px); 8062 width: calc(100% - 70px);
8048 font-size: 14px; 8063 font-size: 14px;
8049 font-weight: 700; 8064 font-weight: 700;
8050 padding-left: 16px; 8065 padding-left: 16px;
8051 } 8066 }
8052 @media (min-width: 768px) { 8067 @media (min-width: 768px) {
8053 .cabinet__side-toper b { 8068 .cabinet__side-toper b {
8054 font-size: 20px; 8069 font-size: 20px;
8055 } 8070 }
8056 } 8071 }
8057 .cabinet__menu { 8072 .cabinet__menu {
8058 display: -webkit-box; 8073 display: -webkit-box;
8059 display: -ms-flexbox; 8074 display: -ms-flexbox;
8060 display: flex; 8075 display: flex;
8061 -webkit-box-orient: vertical; 8076 -webkit-box-orient: vertical;
8062 -webkit-box-direction: normal; 8077 -webkit-box-direction: normal;
8063 -ms-flex-direction: column; 8078 -ms-flex-direction: column;
8064 flex-direction: column; 8079 flex-direction: column;
8065 } 8080 }
8066 .cabinet__menu-toper { 8081 .cabinet__menu-toper {
8067 display: -webkit-box; 8082 display: -webkit-box;
8068 display: -ms-flexbox; 8083 display: -ms-flexbox;
8069 display: flex; 8084 display: flex;
8070 -webkit-box-align: center; 8085 -webkit-box-align: center;
8071 -ms-flex-align: center; 8086 -ms-flex-align: center;
8072 align-items: center; 8087 align-items: center;
8073 -webkit-box-pack: justify; 8088 -webkit-box-pack: justify;
8074 -ms-flex-pack: justify; 8089 -ms-flex-pack: justify;
8075 justify-content: space-between; 8090 justify-content: space-between;
8076 padding: 0 16px; 8091 padding: 0 16px;
8077 padding-right: 12px; 8092 padding-right: 12px;
8078 border: none; 8093 border: none;
8079 border-radius: 8px; 8094 border-radius: 8px;
8080 background: #377d87; 8095 background: #377d87;
8081 color: #fff; 8096 color: #fff;
8082 } 8097 }
8083 @media (min-width: 768px) { 8098 @media (min-width: 768px) {
8084 .cabinet__menu-toper { 8099 .cabinet__menu-toper {
8085 padding: 0 20px; 8100 padding: 0 20px;
8086 } 8101 }
8087 } 8102 }
8088 @media (min-width: 992px) { 8103 @media (min-width: 992px) {
8089 .cabinet__menu-toper { 8104 .cabinet__menu-toper {
8090 display: none; 8105 display: none;
8091 } 8106 }
8092 } 8107 }
8093 .cabinet__menu-toper-text { 8108 .cabinet__menu-toper-text {
8094 width: calc(100% - 16px); 8109 width: calc(100% - 16px);
8095 display: -webkit-box; 8110 display: -webkit-box;
8096 display: -ms-flexbox; 8111 display: -ms-flexbox;
8097 display: flex; 8112 display: flex;
8098 -webkit-box-align: center; 8113 -webkit-box-align: center;
8099 -ms-flex-align: center; 8114 -ms-flex-align: center;
8100 align-items: center; 8115 align-items: center;
8101 } 8116 }
8102 @media (min-width: 768px) { 8117 @media (min-width: 768px) {
8103 .cabinet__menu-toper-text { 8118 .cabinet__menu-toper-text {
8104 width: calc(100% - 20px); 8119 width: calc(100% - 20px);
8105 } 8120 }
8106 } 8121 }
8107 .cabinet__menu-toper-text i { 8122 .cabinet__menu-toper-text i {
8108 width: 16px; 8123 width: 16px;
8109 height: 16px; 8124 height: 16px;
8110 display: -webkit-box; 8125 display: -webkit-box;
8111 display: -ms-flexbox; 8126 display: -ms-flexbox;
8112 display: flex; 8127 display: flex;
8113 -webkit-box-align: center; 8128 -webkit-box-align: center;
8114 -ms-flex-align: center; 8129 -ms-flex-align: center;
8115 align-items: center; 8130 align-items: center;
8116 -webkit-box-pack: center; 8131 -webkit-box-pack: center;
8117 -ms-flex-pack: center; 8132 -ms-flex-pack: center;
8118 justify-content: center; 8133 justify-content: center;
8119 } 8134 }
8120 @media (min-width: 768px) { 8135 @media (min-width: 768px) {
8121 .cabinet__menu-toper-text i { 8136 .cabinet__menu-toper-text i {
8122 width: 22px; 8137 width: 22px;
8123 height: 22px; 8138 height: 22px;
8124 } 8139 }
8125 } 8140 }
8126 .cabinet__menu-toper-text svg { 8141 .cabinet__menu-toper-text svg {
8127 width: 16px; 8142 width: 16px;
8128 height: 16px; 8143 height: 16px;
8129 } 8144 }
8130 @media (min-width: 768px) { 8145 @media (min-width: 768px) {
8131 .cabinet__menu-toper-text svg { 8146 .cabinet__menu-toper-text svg {
8132 width: 22px; 8147 width: 22px;
8133 height: 22px; 8148 height: 22px;
8134 } 8149 }
8135 } 8150 }
8136 .cabinet__menu-toper-text span { 8151 .cabinet__menu-toper-text span {
8137 display: -webkit-box; 8152 display: -webkit-box;
8138 display: -ms-flexbox; 8153 display: -ms-flexbox;
8139 display: flex; 8154 display: flex;
8140 -webkit-box-align: center; 8155 -webkit-box-align: center;
8141 -ms-flex-align: center; 8156 -ms-flex-align: center;
8142 align-items: center; 8157 align-items: center;
8143 padding: 0 10px; 8158 padding: 0 10px;
8144 min-height: 30px; 8159 min-height: 30px;
8145 font-size: 12px; 8160 font-size: 12px;
8146 width: calc(100% - 16px); 8161 width: calc(100% - 16px);
8147 } 8162 }
8148 @media (min-width: 768px) { 8163 @media (min-width: 768px) {
8149 .cabinet__menu-toper-text span { 8164 .cabinet__menu-toper-text span {
8150 width: calc(100% - 22px); 8165 width: calc(100% - 22px);
8151 font-size: 20px; 8166 font-size: 20px;
8152 min-height: 52px; 8167 min-height: 52px;
8153 padding: 0 16px; 8168 padding: 0 16px;
8154 } 8169 }
8155 } 8170 }
8156 .cabinet__menu-toper-arrow { 8171 .cabinet__menu-toper-arrow {
8157 width: 16px; 8172 width: 16px;
8158 height: 16px; 8173 height: 16px;
8159 display: -webkit-box; 8174 display: -webkit-box;
8160 display: -ms-flexbox; 8175 display: -ms-flexbox;
8161 display: flex; 8176 display: flex;
8162 -webkit-box-pack: center; 8177 -webkit-box-pack: center;
8163 -ms-flex-pack: center; 8178 -ms-flex-pack: center;
8164 justify-content: center; 8179 justify-content: center;
8165 -webkit-box-align: center; 8180 -webkit-box-align: center;
8166 -ms-flex-align: center; 8181 -ms-flex-align: center;
8167 align-items: center; 8182 align-items: center;
8168 -webkit-transition: 0.3s; 8183 -webkit-transition: 0.3s;
8169 transition: 0.3s; 8184 transition: 0.3s;
8170 } 8185 }
8171 @media (min-width: 768px) { 8186 @media (min-width: 768px) {
8172 .cabinet__menu-toper-arrow { 8187 .cabinet__menu-toper-arrow {
8173 width: 20px; 8188 width: 20px;
8174 height: 20px; 8189 height: 20px;
8175 } 8190 }
8176 } 8191 }
8177 .cabinet__menu-toper-arrow svg { 8192 .cabinet__menu-toper-arrow svg {
8178 width: 12px; 8193 width: 12px;
8179 height: 12px; 8194 height: 12px;
8180 -webkit-transform: rotate(90deg); 8195 -webkit-transform: rotate(90deg);
8181 -ms-transform: rotate(90deg); 8196 -ms-transform: rotate(90deg);
8182 transform: rotate(90deg); 8197 transform: rotate(90deg);
8183 } 8198 }
8184 @media (min-width: 768px) { 8199 @media (min-width: 768px) {
8185 .cabinet__menu-toper-arrow svg { 8200 .cabinet__menu-toper-arrow svg {
8186 width: 20px; 8201 width: 20px;
8187 height: 20px; 8202 height: 20px;
8188 } 8203 }
8189 } 8204 }
8190 .cabinet__menu-toper.active .cabinet__menu-toper-arrow { 8205 .cabinet__menu-toper.active .cabinet__menu-toper-arrow {
8191 -webkit-transform: rotate(180deg); 8206 -webkit-transform: rotate(180deg);
8192 -ms-transform: rotate(180deg); 8207 -ms-transform: rotate(180deg);
8193 transform: rotate(180deg); 8208 transform: rotate(180deg);
8194 } 8209 }
8195 .cabinet__menu-body { 8210 .cabinet__menu-body {
8196 opacity: 0; 8211 opacity: 0;
8197 height: 0; 8212 height: 0;
8198 overflow: hidden; 8213 overflow: hidden;
8199 display: -webkit-box; 8214 display: -webkit-box;
8200 display: -ms-flexbox; 8215 display: -ms-flexbox;
8201 display: flex; 8216 display: flex;
8202 -webkit-box-orient: vertical; 8217 -webkit-box-orient: vertical;
8203 -webkit-box-direction: normal; 8218 -webkit-box-direction: normal;
8204 -ms-flex-direction: column; 8219 -ms-flex-direction: column;
8205 flex-direction: column; 8220 flex-direction: column;
8206 } 8221 }
8207 @media (min-width: 992px) { 8222 @media (min-width: 992px) {
8208 .cabinet__menu-body { 8223 .cabinet__menu-body {
8209 opacity: 1; 8224 opacity: 1;
8210 height: auto; 8225 height: auto;
8211 } 8226 }
8212 } 8227 }
8213 .active + .cabinet__menu-body { 8228 .active + .cabinet__menu-body {
8214 opacity: 1; 8229 opacity: 1;
8215 height: auto; 8230 height: auto;
8216 -webkit-transition: 0.3s; 8231 -webkit-transition: 0.3s;
8217 transition: 0.3s; 8232 transition: 0.3s;
8218 } 8233 }
8219 .cabinet__menu-items { 8234 .cabinet__menu-items {
8220 display: -webkit-box; 8235 display: -webkit-box;
8221 display: -ms-flexbox; 8236 display: -ms-flexbox;
8222 display: flex; 8237 display: flex;
8223 -webkit-box-orient: vertical; 8238 -webkit-box-orient: vertical;
8224 -webkit-box-direction: normal; 8239 -webkit-box-direction: normal;
8225 -ms-flex-direction: column; 8240 -ms-flex-direction: column;
8226 flex-direction: column; 8241 flex-direction: column;
8227 } 8242 }
8228 .cabinet__menu-item { 8243 .cabinet__menu-item {
8229 padding: 8px 16px; 8244 padding: 8px 16px;
8230 border-radius: 8px; 8245 border-radius: 8px;
8231 display: -webkit-box; 8246 display: -webkit-box;
8232 display: -ms-flexbox; 8247 display: -ms-flexbox;
8233 display: flex; 8248 display: flex;
8234 -webkit-box-align: center; 8249 -webkit-box-align: center;
8235 -ms-flex-align: center; 8250 -ms-flex-align: center;
8236 align-items: center; 8251 align-items: center;
8237 } 8252 }
8238 @media (min-width: 768px) { 8253 @media (min-width: 768px) {
8239 .cabinet__menu-item { 8254 .cabinet__menu-item {
8240 padding: 14px 20px; 8255 padding: 14px 20px;
8241 } 8256 }
8242 } 8257 }
8243 .cabinet__menu-item:hover { 8258 .cabinet__menu-item:hover {
8244 color: #377d87; 8259 color: #377d87;
8245 } 8260 }
8246 @media (min-width: 992px) { 8261 @media (min-width: 992px) {
8247 .cabinet__menu-item.active { 8262 .cabinet__menu-item.active {
8248 background: #377d87; 8263 background: #377d87;
8249 color: #fff; 8264 color: #fff;
8250 } 8265 }
8251 } 8266 }
8252 @media (min-width: 992px) { 8267 @media (min-width: 992px) {
8253 .cabinet__menu-item.active svg { 8268 .cabinet__menu-item.active svg {
8254 color: #fff; 8269 color: #fff;
8255 } 8270 }
8256 } 8271 }
8257 @media (min-width: 992px) { 8272 @media (min-width: 992px) {
8258 .cabinet__menu-item.active.red { 8273 .cabinet__menu-item.active.red {
8259 background: #eb5757; 8274 background: #eb5757;
8260 } 8275 }
8261 } 8276 }
8262 .cabinet__menu-item i { 8277 .cabinet__menu-item i {
8263 width: 16px; 8278 width: 16px;
8264 height: 16px; 8279 height: 16px;
8265 color: #377d87; 8280 color: #377d87;
8266 } 8281 }
8267 @media (min-width: 768px) { 8282 @media (min-width: 768px) {
8268 .cabinet__menu-item i { 8283 .cabinet__menu-item i {
8269 width: 22px; 8284 width: 22px;
8270 height: 22px; 8285 height: 22px;
8271 } 8286 }
8272 } 8287 }
8273 .cabinet__menu-item svg { 8288 .cabinet__menu-item svg {
8274 width: 16px; 8289 width: 16px;
8275 height: 16px; 8290 height: 16px;
8276 } 8291 }
8277 @media (min-width: 768px) { 8292 @media (min-width: 768px) {
8278 .cabinet__menu-item svg { 8293 .cabinet__menu-item svg {
8279 width: 22px; 8294 width: 22px;
8280 height: 22px; 8295 height: 22px;
8281 } 8296 }
8282 } 8297 }
8283 .cabinet__menu-item span { 8298 .cabinet__menu-item span {
8284 width: calc(100% - 16px); 8299 width: calc(100% - 16px);
8285 font-size: 12px; 8300 font-size: 12px;
8286 padding-left: 10px; 8301 padding-left: 10px;
8287 } 8302 }
8288 @media (min-width: 768px) { 8303 @media (min-width: 768px) {
8289 .cabinet__menu-item span { 8304 .cabinet__menu-item span {
8290 font-size: 20px; 8305 font-size: 20px;
8291 width: calc(100% - 22px); 8306 width: calc(100% - 22px);
8292 padding-left: 16px; 8307 padding-left: 16px;
8293 } 8308 }
8294 } 8309 }
8295 .cabinet__menu-bottom { 8310 .cabinet__menu-bottom {
8296 display: -webkit-box; 8311 display: -webkit-box;
8297 display: -ms-flexbox; 8312 display: -ms-flexbox;
8298 display: flex; 8313 display: flex;
8299 -webkit-box-orient: vertical; 8314 -webkit-box-orient: vertical;
8300 -webkit-box-direction: normal; 8315 -webkit-box-direction: normal;
8301 -ms-flex-direction: column; 8316 -ms-flex-direction: column;
8302 flex-direction: column; 8317 flex-direction: column;
8303 gap: 10px; 8318 gap: 10px;
8304 margin-top: 10px; 8319 margin-top: 10px;
8305 } 8320 }
8306 @media (min-width: 768px) { 8321 @media (min-width: 768px) {
8307 .cabinet__menu-bottom { 8322 .cabinet__menu-bottom {
8308 gap: 20px; 8323 gap: 20px;
8309 margin-top: 20px; 8324 margin-top: 20px;
8310 } 8325 }
8311 } 8326 }
8312 .cabinet__menu-copy { 8327 .cabinet__menu-copy {
8313 color: #9c9d9d; 8328 color: #9c9d9d;
8314 text-align: center; 8329 text-align: center;
8315 font-size: 12px; 8330 font-size: 12px;
8316 } 8331 }
8317 @media (min-width: 768px) { 8332 @media (min-width: 768px) {
8318 .cabinet__menu-copy { 8333 .cabinet__menu-copy {
8319 font-size: 16px; 8334 font-size: 16px;
8320 } 8335 }
8321 } 8336 }
8322 .cabinet__body { 8337 .cabinet__body {
8323 margin: 0 -10px; 8338 margin: 0 -10px;
8324 margin-top: 50px; 8339 margin-top: 50px;
8325 background: #fff; 8340 background: #fff;
8326 padding: 20px 10px; 8341 padding: 20px 10px;
8327 display: -webkit-box; 8342 display: -webkit-box;
8328 display: -ms-flexbox; 8343 display: -ms-flexbox;
8329 display: flex; 8344 display: flex;
8330 -webkit-box-orient: vertical; 8345 -webkit-box-orient: vertical;
8331 -webkit-box-direction: normal; 8346 -webkit-box-direction: normal;
8332 -ms-flex-direction: column; 8347 -ms-flex-direction: column;
8333 flex-direction: column; 8348 flex-direction: column;
8334 gap: 30px; 8349 gap: 30px;
8335 color: #000; 8350 color: #000;
8336 } 8351 }
8337 @media (min-width: 768px) { 8352 @media (min-width: 768px) {
8338 .cabinet__body { 8353 .cabinet__body {
8339 padding: 30px 20px; 8354 padding: 30px 20px;
8340 margin: 0; 8355 margin: 0;
8341 border-radius: 8px; 8356 border-radius: 8px;
8342 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 8357 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
8343 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 8358 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
8344 } 8359 }
8345 } 8360 }
8346 @media (min-width: 992px) { 8361 @media (min-width: 992px) {
8347 .cabinet__body { 8362 .cabinet__body {
8348 width: calc(100% - 360px); 8363 width: calc(100% - 360px);
8349 } 8364 }
8350 } 8365 }
8351 @media (min-width: 1280px) { 8366 @media (min-width: 1280px) {
8352 .cabinet__body { 8367 .cabinet__body {
8353 width: calc(100% - 420px); 8368 width: calc(100% - 420px);
8354 } 8369 }
8355 } 8370 }
8356 .cabinet__body-item { 8371 .cabinet__body-item {
8357 display: -webkit-box; 8372 display: -webkit-box;
8358 display: -ms-flexbox; 8373 display: -ms-flexbox;
8359 display: flex; 8374 display: flex;
8360 -webkit-box-orient: vertical; 8375 -webkit-box-orient: vertical;
8361 -webkit-box-direction: normal; 8376 -webkit-box-direction: normal;
8362 -ms-flex-direction: column; 8377 -ms-flex-direction: column;
8363 flex-direction: column; 8378 flex-direction: column;
8364 gap: 20px; 8379 gap: 20px;
8365 } 8380 }
8366 .cabinet__title { 8381 .cabinet__title {
8367 font-size: 24px; 8382 font-size: 24px;
8368 /*color: #6b6c6d;*/ 8383 /*color: #6b6c6d;*/
8369 color: #000000 8384 color: #000000
8370 } 8385 }
8371 @media (min-width: 768px) { 8386 @media (min-width: 768px) {
8372 .cabinet__title { 8387 .cabinet__title {
8373 font-size: 32px; 8388 font-size: 32px;
8374 } 8389 }
8375 } 8390 }
8376 @media (min-width: 992px) { 8391 @media (min-width: 992px) {
8377 .cabinet__title { 8392 .cabinet__title {
8378 font-size: 40px; 8393 font-size: 40px;
8379 } 8394 }
8380 } 8395 }
8381 @media (min-width: 1280px) { 8396 @media (min-width: 1280px) {
8382 .cabinet__title { 8397 .cabinet__title {
8383 font-size: 48px; 8398 font-size: 48px;
8384 } 8399 }
8385 } 8400 }
8386 .cabinet__subtitle { 8401 .cabinet__subtitle {
8387 font-size: 22px; 8402 font-size: 22px;
8388 margin: 0; 8403 margin: 0;
8389 font-weight: 700; 8404 font-weight: 700;
8390 color: #000; 8405 color: #000;
8391 } 8406 }
8392 @media (min-width: 768px) { 8407 @media (min-width: 768px) {
8393 .cabinet__subtitle { 8408 .cabinet__subtitle {
8394 font-size: 24px; 8409 font-size: 24px;
8395 } 8410 }
8396 } 8411 }
8397 .cabinet__h4 { 8412 .cabinet__h4 {
8398 font-size: 20px; 8413 font-size: 20px;
8399 margin: 0; 8414 margin: 0;
8400 font-weight: 700; 8415 font-weight: 700;
8401 color: #000; 8416 color: #000;
8402 } 8417 }
8403 @media (min-width: 768px) { 8418 @media (min-width: 768px) {
8404 .cabinet__h4 { 8419 .cabinet__h4 {
8405 font-size: 22px; 8420 font-size: 22px;
8406 } 8421 }
8407 } 8422 }
8408 .cabinet__text { 8423 .cabinet__text {
8409 margin: 0; 8424 margin: 0;
8410 font-size: 14px; 8425 font-size: 14px;
8411 } 8426 }
8412 @media (min-width: 768px) { 8427 @media (min-width: 768px) {
8413 .cabinet__text { 8428 .cabinet__text {
8414 font-size: 16px; 8429 font-size: 16px;
8415 } 8430 }
8416 } 8431 }
8417 .cabinet__text b { 8432 .cabinet__text b {
8418 color: #000; 8433 color: #000;
8419 font-size: 18px; 8434 font-size: 18px;
8420 } 8435 }
8421 @media (min-width: 768px) { 8436 @media (min-width: 768px) {
8422 .cabinet__text b { 8437 .cabinet__text b {
8423 font-size: 24px; 8438 font-size: 24px;
8424 } 8439 }
8425 } 8440 }
8426 .cabinet__descr { 8441 .cabinet__descr {
8427 display: -webkit-box; 8442 display: -webkit-box;
8428 display: -ms-flexbox; 8443 display: -ms-flexbox;
8429 display: flex; 8444 display: flex;
8430 -webkit-box-orient: vertical; 8445 -webkit-box-orient: vertical;
8431 -webkit-box-direction: normal; 8446 -webkit-box-direction: normal;
8432 -ms-flex-direction: column; 8447 -ms-flex-direction: column;
8433 flex-direction: column; 8448 flex-direction: column;
8434 gap: 6px; 8449 gap: 6px;
8435 } 8450 }
8436 @media (min-width: 768px) { 8451 @media (min-width: 768px) {
8437 .cabinet__descr { 8452 .cabinet__descr {
8438 gap: 12px; 8453 gap: 12px;
8439 } 8454 }
8440 } 8455 }
8441 .cabinet__avatar { 8456 .cabinet__avatar {
8442 display: -webkit-box; 8457 display: -webkit-box;
8443 display: -ms-flexbox; 8458 display: -ms-flexbox;
8444 display: flex; 8459 display: flex;
8445 -webkit-box-align: start; 8460 -webkit-box-align: start;
8446 -ms-flex-align: start; 8461 -ms-flex-align: start;
8447 align-items: flex-start; 8462 align-items: flex-start;
8448 } 8463 }
8449 @media (min-width: 768px) { 8464 @media (min-width: 768px) {
8450 .cabinet__avatar { 8465 .cabinet__avatar {
8451 -webkit-box-align: center; 8466 -webkit-box-align: center;
8452 -ms-flex-align: center; 8467 -ms-flex-align: center;
8453 align-items: center; 8468 align-items: center;
8454 } 8469 }
8455 } 8470 }
8456 .cabinet__avatar-pic { 8471 .cabinet__avatar-pic {
8457 width: 100px; 8472 width: 100px;
8458 aspect-ratio: 1/1; 8473 aspect-ratio: 1/1;
8459 position: relative; 8474 position: relative;
8460 display: -webkit-box; 8475 display: -webkit-box;
8461 display: -ms-flexbox; 8476 display: -ms-flexbox;
8462 display: flex; 8477 display: flex;
8463 -webkit-box-pack: center; 8478 -webkit-box-pack: center;
8464 -ms-flex-pack: center; 8479 -ms-flex-pack: center;
8465 justify-content: center; 8480 justify-content: center;
8466 -webkit-box-align: center; 8481 -webkit-box-align: center;
8467 -ms-flex-align: center; 8482 -ms-flex-align: center;
8468 align-items: center; 8483 align-items: center;
8469 overflow: hidden; 8484 overflow: hidden;
8470 border-radius: 8px; 8485 border-radius: 8px;
8471 color: #fff; 8486 color: #fff;
8472 background: #9c9d9d; 8487 background: #9c9d9d;
8473 } 8488 }
8474 .cabinet__avatar-pic svg { 8489 .cabinet__avatar-pic svg {
8475 width: 50%; 8490 width: 50%;
8476 aspect-ratio: 1/1; 8491 aspect-ratio: 1/1;
8477 z-index: 1; 8492 z-index: 1;
8478 position: relative; 8493 position: relative;
8479 } 8494 }
8480 .cabinet__avatar-pic img{ 8495 .cabinet__avatar-pic img{
8481 max-width: 100%; 8496 max-width: 100%;
8482 max-height: 100%; 8497 max-height: 100%;
8483 } 8498 }
8484 .cabinet__avatar-form { 8499 .cabinet__avatar-form {
8485 width: calc(100% - 100px); 8500 width: calc(100% - 100px);
8486 padding-left: 15px; 8501 padding-left: 15px;
8487 display: -webkit-box; 8502 display: -webkit-box;
8488 display: -ms-flexbox; 8503 display: -ms-flexbox;
8489 display: flex; 8504 display: flex;
8490 -webkit-box-orient: vertical; 8505 -webkit-box-orient: vertical;
8491 -webkit-box-direction: normal; 8506 -webkit-box-direction: normal;
8492 -ms-flex-direction: column; 8507 -ms-flex-direction: column;
8493 flex-direction: column; 8508 flex-direction: column;
8494 gap: 6px; 8509 gap: 6px;
8495 } 8510 }
8496 .candidate-top-wrapper{ 8511 .candidate-top-wrapper{
8497 display: flex; 8512 display: flex;
8498 } 8513 }
8499 .candidate-top-wrapper .candidate-thumbnail{ 8514 .candidate-top-wrapper .candidate-thumbnail{
8500 width: 100px; 8515 width: 100px;
8501 height: 100px; 8516 height: 100px;
8502 min-width: 100px; 8517 min-width: 100px;
8503 border-radius: 8px; 8518 border-radius: 8px;
8504 overflow: hidden; 8519 overflow: hidden;
8505 } 8520 }
8506 .candidate-top-wrapper .candidate-thumbnail img{ 8521 .candidate-top-wrapper .candidate-thumbnail img{
8507 max-height: 100%; 8522 max-height: 100%;
8508 max-width: 100%; 8523 max-width: 100%;
8509 } 8524 }
8510 .candidate-top-wrapper .candidate-information{ 8525 .candidate-top-wrapper .candidate-information{
8511 padding-left: 20px; 8526 padding-left: 20px;
8512 font-size: 21px; 8527 font-size: 21px;
8513 display: flex; 8528 display: flex;
8514 align-items: center; 8529 align-items: center;
8515 } 8530 }
8516 .candidate-top-wrapper .candidate-information .candidate-title{ 8531 .candidate-top-wrapper .candidate-information .candidate-title{
8517 font-size: inherit; 8532 font-size: inherit;
8518 } 8533 }
8519 .content-single-candidate .education-detail-description{ 8534 .content-single-candidate .education-detail-description{
8520 margin-bottom: 50px; 8535 margin-bottom: 50px;
8521 text-align: justify; 8536 text-align: justify;
8522 } 8537 }
8523 .content-single-candidate .education-detail-description h3.title{ 8538 .content-single-candidate .education-detail-description h3.title{
8524 font-size: 18px; 8539 font-size: 18px;
8525 margin: 0 0 20px; 8540 margin: 0 0 20px;
8526 } 8541 }
8527 .content-single-candidate .education-detail-description .inner{ 8542 .content-single-candidate .education-detail-description .inner{
8528 font-size: 16px; 8543 font-size: 16px;
8529 font-weight: 300; 8544 font-weight: 300;
8530 line-height: 22px; 8545 line-height: 22px;
8531 color: #77838F; 8546 color: #77838F;
8532 } 8547 }
8533 .education-detail-programs h3.title{ 8548 .education-detail-programs h3.title{
8534 font-size: 18px; 8549 font-size: 18px;
8535 margin: 0 0 20px; 8550 margin: 0 0 20px;
8536 } 8551 }
8537 .education-detail-programs .accordion{ 8552 .education-detail-programs .accordion{
8538 margin: 1rem 0; 8553 margin: 1rem 0;
8539 padding: 0; 8554 padding: 0;
8540 list-style: none; 8555 list-style: none;
8541 border-top: 1px solid #ECEDF2; 8556 border-top: 1px solid #ECEDF2;
8542 } 8557 }
8543 .education-detail-programs .accordion.sub{ 8558 .education-detail-programs .accordion.sub{
8544 padding-left: 20px; 8559 padding-left: 20px;
8545 display: none; 8560 display: none;
8546 } 8561 }
8547 .education-detail-programs .accordion-item { 8562 .education-detail-programs .accordion-item {
8548 border-bottom: 1px solid #ECEDF2; 8563 border-bottom: 1px solid #ECEDF2;
8549 } 8564 }
8550 .education-detail-programs .accordion-thumb { 8565 .education-detail-programs .accordion-thumb {
8551 margin: 0; 8566 margin: 0;
8552 padding: 25px 0; 8567 padding: 25px 0;
8553 cursor: pointer; 8568 cursor: pointer;
8554 font-weight: normal; 8569 font-weight: normal;
8555 color: #0E5C69; 8570 color: #0E5C69;
8556 font-size: 16px; 8571 font-size: 16px;
8557 text-transform: uppercase; 8572 text-transform: uppercase;
8558 } 8573 }
8559 .education-detail-programs .accordion-thumb::after { 8574 .education-detail-programs .accordion-thumb::after {
8560 content: ""; 8575 content: "";
8561 display: block; 8576 display: block;
8562 float: right; 8577 float: right;
8563 position: relative; 8578 position: relative;
8564 top: 6px; 8579 top: 6px;
8565 height: 7px; 8580 height: 7px;
8566 width: 7px; 8581 width: 7px;
8567 margin-right: 1rem; 8582 margin-right: 1rem;
8568 margin-left: 0.5rem; 8583 margin-left: 0.5rem;
8569 border-right: 1px solid; 8584 border-right: 1px solid;
8570 border-bottom: 1px solid; 8585 border-bottom: 1px solid;
8571 border-color: #828A96; 8586 border-color: #828A96;
8572 transform: rotate(-45deg); 8587 transform: rotate(-45deg);
8573 transition: transform 0.2s ease-out; 8588 transition: transform 0.2s ease-out;
8574 } 8589 }
8575 .education-detail-programs .accordion-item .accordion-thumb.ui-state-active::after { 8590 .education-detail-programs .accordion-item .accordion-thumb.ui-state-active::after {
8576 transform: rotate(45deg); 8591 transform: rotate(45deg);
8577 } 8592 }
8578 .accordion-sub .accordion-panel{ 8593 .accordion-sub .accordion-panel{
8579 display: none; 8594 display: none;
8580 } 8595 }
8581 .accordion > .accordion-item > .accordion-panel{ 8596 .accordion > .accordion-item > .accordion-panel{
8582 opacity: 1; 8597 opacity: 1;
8583 } 8598 }
8584 .accordion-sub li{ 8599 .accordion-sub li{
8585 list-style-type: none; 8600 list-style-type: none;
8586 } 8601 }
8587 .accordion-sub .accordion-item .accordion-panel{ 8602 .accordion-sub .accordion-item .accordion-panel{
8588 white-space: pre-wrap; 8603 white-space: pre-wrap;
8589 white-space: -moz-pre-wrap; 8604 white-space: -moz-pre-wrap;
8590 white-space: -o-pre-wrap; 8605 white-space: -o-pre-wrap;
8591 } 8606 }
8592 .accordion-sub li:last-child { 8607 .accordion-sub li:last-child {
8593 border-bottom: unset; 8608 border-bottom: unset;
8594 } 8609 }
8595 .education-detail-contacts{ 8610 .education-detail-contacts{
8596 margin-top: 50px; 8611 margin-top: 50px;
8597 } 8612 }
8598 .education-detail-contacts h3.title{ 8613 .education-detail-contacts h3.title{
8599 font-size: 18px; 8614 font-size: 18px;
8600 margin: 0 0 20px; 8615 margin: 0 0 20px;
8601 } 8616 }
8602 .education-detail-contacts .inner > div{ 8617 .education-detail-contacts .inner > div{
8603 display: flex; 8618 display: flex;
8604 align-items: center; 8619 align-items: center;
8605 margin-bottom: 20px; 8620 margin-bottom: 20px;
8606 } 8621 }
8607 .education-detail-contacts .inner > div .icon{ 8622 .education-detail-contacts .inner > div .icon{
8608 margin-right: 20px; 8623 margin-right: 20px;
8609 } 8624 }
8610 @media (min-width: 768px) { 8625 @media (min-width: 768px) {
8611 .cabinet__avatar-form { 8626 .cabinet__avatar-form {
8612 -webkit-box-align: start; 8627 -webkit-box-align: start;
8613 -ms-flex-align: start; 8628 -ms-flex-align: start;
8614 align-items: flex-start; 8629 align-items: flex-start;
8615 padding-left: 30px; 8630 padding-left: 30px;
8616 gap: 12px; 8631 gap: 12px;
8617 } 8632 }
8618 } 8633 }
8619 @media (min-width: 768px) { 8634 @media (min-width: 768px) {
8620 .cabinet__avatar-form .file { 8635 .cabinet__avatar-form .file {
8621 min-width: 215px; 8636 min-width: 215px;
8622 } 8637 }
8623 } 8638 }
8624 .cabinet__inputs { 8639 .cabinet__inputs {
8625 display: -webkit-box; 8640 display: -webkit-box;
8626 display: -ms-flexbox; 8641 display: -ms-flexbox;
8627 display: flex; 8642 display: flex;
8628 -webkit-box-orient: vertical; 8643 -webkit-box-orient: vertical;
8629 -webkit-box-direction: normal; 8644 -webkit-box-direction: normal;
8630 -ms-flex-direction: column; 8645 -ms-flex-direction: column;
8631 flex-direction: column; 8646 flex-direction: column;
8632 gap: 20px; 8647 gap: 20px;
8633 } 8648 }
8634 .cabinet__inputs .cabinet__inputs_to_columns_wrap{ 8649 .cabinet__inputs .cabinet__inputs_to_columns_wrap{
8635 display: flex; 8650 display: flex;
8636 } 8651 }
8637 .cabinet__inputs_to_columns_wrap .cabinet__inputs_to_column{ 8652 .cabinet__inputs_to_columns_wrap .cabinet__inputs_to_column{
8638 width: 50%; 8653 width: 50%;
8639 padding-right: 20px; 8654 padding-right: 20px;
8640 } 8655 }
8641 .cabinet__inputs_to_columns_wrap .cabinet__inputs-item{ 8656 .cabinet__inputs_to_columns_wrap .cabinet__inputs-item{
8642 margin-bottom: 20px; 8657 margin-bottom: 20px;
8643 width: 100%; 8658 width: 100%;
8644 } 8659 }
8645 @media (min-width: 1280px) { 8660 @media (min-width: 1280px) {
8646 .cabinet__inputs { 8661 .cabinet__inputs {
8647 -webkit-box-orient: horizontal; 8662 -webkit-box-orient: horizontal;
8648 -webkit-box-direction: normal; 8663 -webkit-box-direction: normal;
8649 -ms-flex-direction: row; 8664 -ms-flex-direction: row;
8650 flex-direction: row; 8665 flex-direction: row;
8651 -webkit-box-align: end; 8666 -webkit-box-align: end;
8652 -ms-flex-align: end; 8667 -ms-flex-align: end;
8653 align-items: end; 8668 align-items: end;
8654 -webkit-box-pack: justify; 8669 -webkit-box-pack: justify;
8655 -ms-flex-pack: justify; 8670 -ms-flex-pack: justify;
8656 justify-content: space-between; 8671 justify-content: space-between;
8657 -ms-flex-wrap: wrap; 8672 -ms-flex-wrap: wrap;
8658 flex-wrap: wrap; 8673 flex-wrap: wrap;
8659 } 8674 }
8660 } 8675 }
8661 @media (min-width: 1280px) { 8676 @media (min-width: 1280px) {
8662 .cabinet__inputs-item { 8677 .cabinet__inputs-item {
8663 width: calc(50% - 10px); 8678 width: calc(50% - 10px);
8664 } 8679 }
8665 } 8680 }
8666 @media (min-width: 1280px) { 8681 @media (min-width: 1280px) {
8667 .cabinet__inputs-item_fullwidth { 8682 .cabinet__inputs-item_fullwidth {
8668 width: 100%; 8683 width: 100%;
8669 } 8684 }
8670 } 8685 }
8671 @media (min-width: 1280px) { 8686 @media (min-width: 1280px) {
8672 .cabinet__inputs-item_min { 8687 .cabinet__inputs-item_min {
8673 width: calc(15% - 10px); 8688 width: calc(15% - 10px);
8674 } 8689 }
8675 } 8690 }
8676 @media (min-width: 1280px) { 8691 @media (min-width: 1280px) {
8677 .cabinet__inputs-item_max { 8692 .cabinet__inputs-item_max {
8678 width: calc(85% - 10px); 8693 width: calc(85% - 10px);
8679 } 8694 }
8680 } 8695 }
8681 @media (min-width: 768px) { 8696 @media (min-width: 768px) {
8682 .cabinet__inputs-item .button { 8697 .cabinet__inputs-item .button {
8683 width: 100%; 8698 width: 100%;
8684 max-width: 215px; 8699 max-width: 215px;
8685 padding: 0; 8700 padding: 0;
8686 } 8701 }
8687 } 8702 }
8688 @media (max-width: 768px) { 8703 @media (max-width: 768px) {
8689 .cabinet__inputs .cabinet__inputs_to_columns_wrap{ 8704 .cabinet__inputs .cabinet__inputs_to_columns_wrap{
8690 display: block; 8705 display: block;
8691 } 8706 }
8692 .cabinet__inputs_to_columns_wrap .cabinet__inputs_to_column{ 8707 .cabinet__inputs_to_columns_wrap .cabinet__inputs_to_column{
8693 width: 100%; 8708 width: 100%;
8694 } 8709 }
8695 } 8710 }
8696 .cabinet__inputs-item.column-count-3{ 8711 .cabinet__inputs-item.column-count-3{
8697 width: calc(32% - 10px); 8712 width: calc(32% - 10px);
8698 } 8713 }
8699 .cabinet__inputs-item-full-row { 8714 .cabinet__inputs-item-full-row {
8700 width: 100%; 8715 width: 100%;
8701 } 8716 }
8702 .cabinet__inputs-item .buttons { 8717 .cabinet__inputs-item .buttons {
8703 display: grid; 8718 display: grid;
8704 grid-template-columns: 1fr 1fr; 8719 grid-template-columns: 1fr 1fr;
8705 gap: 10px; 8720 gap: 10px;
8706 } 8721 }
8707 .cabinet__inputs-item .form-group__label{ 8722 .cabinet__inputs-item .form-group__label{
8708 font-weight: bold; 8723 font-weight: bold;
8709 } 8724 }
8710 @media (min-width: 768px) { 8725 @media (min-width: 768px) {
8711 .cabinet__inputs-item .buttons { 8726 .cabinet__inputs-item .buttons {
8712 gap: 20px; 8727 gap: 20px;
8713 max-width: 470px; 8728 max-width: 470px;
8714 } 8729 }
8715 } 8730 }
8716 @media (min-width: 992px) { 8731 @media (min-width: 992px) {
8717 .cabinet__inputs-item .buttons { 8732 .cabinet__inputs-item .buttons {
8718 max-width: none; 8733 max-width: none;
8719 } 8734 }
8720 } 8735 }
8721 @media (min-width: 1280px) { 8736 @media (min-width: 1280px) {
8722 .cabinet__inputs-item .buttons { 8737 .cabinet__inputs-item .buttons {
8723 max-width: 470px; 8738 max-width: 470px;
8724 } 8739 }
8725 } 8740 }
8726 .cabinet__inputs-item .buttons .button { 8741 .cabinet__inputs-item .buttons .button {
8727 max-width: none; 8742 max-width: none;
8728 } 8743 }
8729 .cabinet__inputs-item p { 8744 .cabinet__inputs-item p {
8730 margin: 0; 8745 margin: 0;
8731 font-size: 14px; 8746 font-size: 14px;
8732 line-height: 20px; 8747 line-height: 20px;
8733 } 8748 }
8734 @media (min-width: 768px) { 8749 @media (min-width: 768px) {
8735 .cabinet__inputs-item p { 8750 .cabinet__inputs-item p {
8736 font-size: 16px; 8751 font-size: 16px;
8737 line-height: 22px; 8752 line-height: 22px;
8738 } 8753 }
8739 } 8754 }
8740 .cabinet__inputs-item p.mod { 8755 .cabinet__inputs-item p.mod {
8741 margin-top: 12px; 8756 margin-top: 12px;
8742 } 8757 }
8743 .cabinet__inputs-item p.mod span { 8758 .cabinet__inputs-item p.mod span {
8744 color: #377d87; 8759 color: #377d87;
8745 line-height: 20px; 8760 line-height: 20px;
8746 font-weight: 700; 8761 font-weight: 700;
8747 padding: 4px 12px; 8762 padding: 4px 12px;
8748 border-radius: 4px; 8763 border-radius: 4px;
8749 background-color: #E6EFF0; 8764 background-color: #E6EFF0;
8750 } 8765 }
8751 .cabinet__inputs-item p.hidden { 8766 .cabinet__inputs-item p.hidden {
8752 display: none; 8767 display: none;
8753 } 8768 }
8754 .cabinet__inputs > .button { 8769 .cabinet__inputs > .button {
8755 padding: 0; 8770 padding: 0;
8756 width: 100%; 8771 width: 100%;
8757 max-width: 140px; 8772 max-width: 140px;
8758 } 8773 }
8759 @media (min-width: 768px) { 8774 @media (min-width: 768px) {
8760 .cabinet__inputs > .button { 8775 .cabinet__inputs > .button {
8761 max-width: 190px; 8776 max-width: 190px;
8762 } 8777 }
8763 } 8778 }
8764 .cabinet__add { 8779 .cabinet__add {
8765 display: -webkit-box; 8780 display: -webkit-box;
8766 display: -ms-flexbox; 8781 display: -ms-flexbox;
8767 display: flex; 8782 display: flex;
8768 -webkit-box-orient: vertical; 8783 -webkit-box-orient: vertical;
8769 -webkit-box-direction: normal; 8784 -webkit-box-direction: normal;
8770 -ms-flex-direction: column; 8785 -ms-flex-direction: column;
8771 flex-direction: column; 8786 flex-direction: column;
8772 gap: 10px; 8787 gap: 10px;
8773 } 8788 }
8774 @media (min-width: 768px) { 8789 @media (min-width: 768px) {
8775 .cabinet__add { 8790 .cabinet__add {
8776 gap: 0; 8791 gap: 0;
8777 -webkit-box-orient: horizontal; 8792 -webkit-box-orient: horizontal;
8778 -webkit-box-direction: normal; 8793 -webkit-box-direction: normal;
8779 -ms-flex-direction: row; 8794 -ms-flex-direction: row;
8780 flex-direction: row; 8795 flex-direction: row;
8781 -webkit-box-align: end; 8796 -webkit-box-align: end;
8782 -ms-flex-align: end; 8797 -ms-flex-align: end;
8783 align-items: flex-end; 8798 align-items: flex-end;
8784 } 8799 }
8785 } 8800 }
8786 .cabinet__add-pic { 8801 .cabinet__add-pic {
8787 border-radius: 4px; 8802 border-radius: 4px;
8788 position: relative; 8803 position: relative;
8789 overflow: hidden; 8804 overflow: hidden;
8790 background: #9c9d9d; 8805 background: #9c9d9d;
8791 color: #fff; 8806 color: #fff;
8792 width: 100px; 8807 width: 100px;
8793 aspect-ratio: 1/1; 8808 aspect-ratio: 1/1;
8794 -webkit-transition: 0.3s; 8809 -webkit-transition: 0.3s;
8795 transition: 0.3s; 8810 transition: 0.3s;
8796 } 8811 }
8797 @media (min-width: 768px) { 8812 @media (min-width: 768px) {
8798 .cabinet__add-pic { 8813 .cabinet__add-pic {
8799 width: 220px; 8814 width: 220px;
8800 border-radius: 8px; 8815 border-radius: 8px;
8801 } 8816 }
8802 } 8817 }
8803 .cabinet__add-pic:hover { 8818 .cabinet__add-pic:hover {
8804 background: #000; 8819 background: #000;
8805 } 8820 }
8806 .cabinet__add-pic input { 8821 .cabinet__add-pic input {
8807 display: none; 8822 display: none;
8808 } 8823 }
8809 .cabinet__add-pic > svg { 8824 .cabinet__add-pic > svg {
8810 width: 20px; 8825 width: 20px;
8811 position: absolute; 8826 position: absolute;
8812 top: 50%; 8827 top: 50%;
8813 left: 50%; 8828 left: 50%;
8814 -webkit-transform: translate(-50%, -50%); 8829 -webkit-transform: translate(-50%, -50%);
8815 -ms-transform: translate(-50%, -50%); 8830 -ms-transform: translate(-50%, -50%);
8816 transform: translate(-50%, -50%); 8831 transform: translate(-50%, -50%);
8817 z-index: 1; 8832 z-index: 1;
8818 } 8833 }
8819 @media (min-width: 768px) { 8834 @media (min-width: 768px) {
8820 .cabinet__add-pic > svg { 8835 .cabinet__add-pic > svg {
8821 width: 50px; 8836 width: 50px;
8822 } 8837 }
8823 } 8838 }
8824 .cabinet__add-pic span { 8839 .cabinet__add-pic span {
8825 display: -webkit-box; 8840 display: -webkit-box;
8826 display: -ms-flexbox; 8841 display: -ms-flexbox;
8827 display: flex; 8842 display: flex;
8828 -webkit-box-align: center; 8843 -webkit-box-align: center;
8829 -ms-flex-align: center; 8844 -ms-flex-align: center;
8830 align-items: center; 8845 align-items: center;
8831 -webkit-box-pack: center; 8846 -webkit-box-pack: center;
8832 -ms-flex-pack: center; 8847 -ms-flex-pack: center;
8833 justify-content: center; 8848 justify-content: center;
8834 width: 100%; 8849 width: 100%;
8835 gap: 4px; 8850 gap: 4px;
8836 font-weight: 700; 8851 font-weight: 700;
8837 font-size: 8px; 8852 font-size: 8px;
8838 line-height: 1; 8853 line-height: 1;
8839 position: absolute; 8854 position: absolute;
8840 top: 50%; 8855 top: 50%;
8841 left: 50%; 8856 left: 50%;
8842 -webkit-transform: translate(-50%, -50%); 8857 -webkit-transform: translate(-50%, -50%);
8843 -ms-transform: translate(-50%, -50%); 8858 -ms-transform: translate(-50%, -50%);
8844 transform: translate(-50%, -50%); 8859 transform: translate(-50%, -50%);
8845 margin-top: 25px; 8860 margin-top: 25px;
8846 } 8861 }
8847 @media (min-width: 768px) { 8862 @media (min-width: 768px) {
8848 .cabinet__add-pic span { 8863 .cabinet__add-pic span {
8849 font-size: 16px; 8864 font-size: 16px;
8850 margin-top: 60px; 8865 margin-top: 60px;
8851 } 8866 }
8852 } 8867 }
8853 .cabinet__add-pic span svg { 8868 .cabinet__add-pic span svg {
8854 width: 7px; 8869 width: 7px;
8855 aspect-ratio: 1/1; 8870 aspect-ratio: 1/1;
8856 } 8871 }
8857 @media (min-width: 768px) { 8872 @media (min-width: 768px) {
8858 .cabinet__add-pic span svg { 8873 .cabinet__add-pic span svg {
8859 width: 16px; 8874 width: 16px;
8860 } 8875 }
8861 } 8876 }
8862 .cabinet__add-body { 8877 .cabinet__add-body {
8863 display: -webkit-box; 8878 display: -webkit-box;
8864 display: -ms-flexbox; 8879 display: -ms-flexbox;
8865 display: flex; 8880 display: flex;
8866 -webkit-box-orient: vertical; 8881 -webkit-box-orient: vertical;
8867 -webkit-box-direction: normal; 8882 -webkit-box-direction: normal;
8868 -ms-flex-direction: column; 8883 -ms-flex-direction: column;
8869 flex-direction: column; 8884 flex-direction: column;
8870 gap: 10px; 8885 gap: 10px;
8871 } 8886 }
8872 @media (min-width: 768px) { 8887 @media (min-width: 768px) {
8873 .cabinet__add-body { 8888 .cabinet__add-body {
8874 gap: 20px; 8889 gap: 20px;
8875 width: calc(100% - 220px); 8890 width: calc(100% - 220px);
8876 padding-left: 20px; 8891 padding-left: 20px;
8877 } 8892 }
8878 } 8893 }
8879 @media (min-width: 768px) { 8894 @media (min-width: 768px) {
8880 .cabinet__add-body .button { 8895 .cabinet__add-body .button {
8881 width: 215px; 8896 width: 215px;
8882 padding: 0; 8897 padding: 0;
8883 } 8898 }
8884 } 8899 }
8885 .cabinet__fleet { 8900 .cabinet__fleet {
8886 display: -webkit-box; 8901 display: -webkit-box;
8887 display: -ms-flexbox; 8902 display: -ms-flexbox;
8888 display: flex; 8903 display: flex;
8889 -webkit-box-orient: vertical; 8904 -webkit-box-orient: vertical;
8890 -webkit-box-direction: normal; 8905 -webkit-box-direction: normal;
8891 -ms-flex-direction: column; 8906 -ms-flex-direction: column;
8892 flex-direction: column; 8907 flex-direction: column;
8893 gap: 20px; 8908 gap: 20px;
8894 } 8909 }
8895 @media (min-width: 768px) { 8910 @media (min-width: 768px) {
8896 .cabinet__fleet { 8911 .cabinet__fleet {
8897 display: grid; 8912 display: grid;
8898 grid-template-columns: repeat(2, 1fr); 8913 grid-template-columns: repeat(2, 1fr);
8899 } 8914 }
8900 } 8915 }
8901 @media (min-width: 1280px) { 8916 @media (min-width: 1280px) {
8902 .cabinet__fleet { 8917 .cabinet__fleet {
8903 grid-template-columns: repeat(3, 1fr); 8918 grid-template-columns: repeat(3, 1fr);
8904 } 8919 }
8905 } 8920 }
8906 @media (min-width: 768px) { 8921 @media (min-width: 768px) {
8907 .cabinet__submit { 8922 .cabinet__submit {
8908 width: 215px; 8923 width: 215px;
8909 padding: 0; 8924 padding: 0;
8910 margin: 0 auto; 8925 margin: 0 auto;
8911 } 8926 }
8912 } 8927 }
8913 .cabinet__filters { 8928 .cabinet__filters {
8914 display: -webkit-box; 8929 display: -webkit-box;
8915 display: -ms-flexbox; 8930 display: -ms-flexbox;
8916 display: flex; 8931 display: flex;
8917 -webkit-box-orient: vertical; 8932 -webkit-box-orient: vertical;
8918 -webkit-box-direction: normal; 8933 -webkit-box-direction: normal;
8919 -ms-flex-direction: column; 8934 -ms-flex-direction: column;
8920 flex-direction: column; 8935 flex-direction: column;
8921 gap: 10px; 8936 gap: 10px;
8922 } 8937 }
8923 .cabinet__export-wrap{ 8938 .cabinet__export-wrap{
8924 padding: 10px; 8939 padding: 10px;
8925 border: 1px #cecece solid; 8940 border: 1px #cecece solid;
8926 border-radius: 8px; 8941 border-radius: 8px;
8927 width: 100%; 8942 width: 100%;
8928 } 8943 }
8929 .cabinet__export-button-wrap{ 8944 .cabinet__export-button-wrap{
8930 max-width: 200px; 8945 max-width: 200px;
8931 margin-bottom: 10px; 8946 margin-bottom: 10px;
8932 } 8947 }
8933 .cabinet__export-options-wrap{ 8948 .cabinet__export-options-wrap{
8934 display: flex; 8949 display: flex;
8935 flex-wrap: wrap; 8950 flex-wrap: wrap;
8936 justify-content: start; 8951 justify-content: start;
8937 gap: 10px; 8952 gap: 10px;
8938 } 8953 }
8939 @media (min-width: 768px) { 8954 @media (min-width: 768px) {
8940 .cabinet__export-options-wrap { 8955 .cabinet__export-options-wrap {
8941 flex-wrap: nowrap; 8956 flex-wrap: nowrap;
8942 justify-content: space-between; 8957 justify-content: space-between;
8943 gap: 20px; 8958 gap: 20px;
8944 } 8959 }
8945 } 8960 }
8946 8961
8947 .job-title-list-wrap{ 8962 .job-title-list-wrap{
8948 margin-top: 5px; 8963 margin-top: 5px;
8949 } 8964 }
8950 .cabinet__export-error{ 8965 .cabinet__export-error{
8951 color: red; 8966 color: red;
8952 } 8967 }
8953 .flot-image-wrap img{ 8968 .flot-image-wrap img{
8954 max-width: 100%; 8969 max-width: 100%;
8955 max-height: 100%; 8970 max-height: 100%;
8956 flex: 0 0 auto; 8971 flex: 0 0 auto;
8957 } 8972 }
8958 .flot-image-wrap{ 8973 .flot-image-wrap{
8959 width: 220px; 8974 width: 220px;
8960 height: 220px; 8975 height: 220px;
8961 display: flex; 8976 display: flex;
8962 justify-content: center; 8977 justify-content: center;
8963 align-items: center; 8978 align-items: center;
8964 } 8979 }
8965 @media (min-width: 768px) { 8980 @media (min-width: 768px) {
8966 .cabinet__filters { 8981 .cabinet__filters {
8967 gap: 20px; 8982 gap: 20px;
8968 } 8983 }
8969 } 8984 }
8970 @media (min-width: 1280px) { 8985 @media (min-width: 1280px) {
8971 .cabinet__filters { 8986 .cabinet__filters {
8972 -webkit-box-orient: horizontal; 8987 -webkit-box-orient: horizontal;
8973 -webkit-box-direction: normal; 8988 -webkit-box-direction: normal;
8974 -ms-flex-direction: row; 8989 -ms-flex-direction: row;
8975 flex-direction: row; 8990 flex-direction: row;
8976 -webkit-box-align: start; 8991 -webkit-box-align: start;
8977 -ms-flex-align: start; 8992 -ms-flex-align: start;
8978 align-items: flex-start; 8993 align-items: flex-start;
8979 -webkit-box-pack: justify; 8994 -webkit-box-pack: justify;
8980 -ms-flex-pack: justify; 8995 -ms-flex-pack: justify;
8981 justify-content: space-between; 8996 justify-content: space-between;
8982 } 8997 }
8983 } 8998 }
8984 .cabinet__filters-item { 8999 .cabinet__filters-item {
8985 display: -webkit-box; 9000 display: -webkit-box;
8986 display: -ms-flexbox; 9001 display: -ms-flexbox;
8987 display: flex; 9002 display: flex;
8988 -webkit-box-orient: vertical; 9003 -webkit-box-orient: vertical;
8989 -webkit-box-direction: normal; 9004 -webkit-box-direction: normal;
8990 -ms-flex-direction: column; 9005 -ms-flex-direction: column;
8991 flex-direction: column; 9006 flex-direction: column;
8992 -webkit-box-align: start; 9007 -webkit-box-align: start;
8993 -ms-flex-align: start; 9008 -ms-flex-align: start;
8994 align-items: flex-start; 9009 align-items: flex-start;
8995 gap: 10px; 9010 gap: 10px;
8996 } 9011 }
8997 @media (min-width: 768px) { 9012 @media (min-width: 768px) {
8998 .cabinet__filters-item { 9013 .cabinet__filters-item {
8999 gap: 20px; 9014 gap: 20px;
9000 } 9015 }
9001 } 9016 }
9002 @media (min-width: 1280px) { 9017 @media (min-width: 1280px) {
9003 .cabinet__filters-item { 9018 .cabinet__filters-item {
9004 width: calc(50% - 10px); 9019 width: calc(50% - 10px);
9005 max-width: 410px; 9020 max-width: 410px;
9006 } 9021 }
9007 } 9022 }
9008 .cabinet__filters-item .button, 9023 .cabinet__filters-item .button,
9009 .cabinet__filters-item .select { 9024 .cabinet__filters-item .select {
9010 width: 100%; 9025 width: 100%;
9011 } 9026 }
9012 @media (min-width: 1280px) { 9027 @media (min-width: 1280px) {
9013 .cabinet__filters-item .button, 9028 .cabinet__filters-item .button,
9014 .cabinet__filters-item .select { 9029 .cabinet__filters-item .select {
9015 width: auto; 9030 width: auto;
9016 } 9031 }
9017 } 9032 }
9018 .cabinet__filters-item + .cabinet__filters-item { 9033 .cabinet__filters-item + .cabinet__filters-item {
9019 -webkit-box-align: end; 9034 -webkit-box-align: end;
9020 -ms-flex-align: end; 9035 -ms-flex-align: end;
9021 align-items: flex-end; 9036 align-items: flex-end;
9022 } 9037 }
9023 @media (min-width: 1280px) { 9038 @media (min-width: 1280px) {
9024 .cabinet__filters-item + .cabinet__filters-item { 9039 .cabinet__filters-item + .cabinet__filters-item {
9025 max-width: 280px; 9040 max-width: 280px;
9026 } 9041 }
9027 } 9042 }
9028 .cabinet__filters .search input { 9043 .cabinet__filters .search input {
9029 padding-right: 135px; 9044 padding-right: 135px;
9030 } 9045 }
9031 .cabinet__filters .search button { 9046 .cabinet__filters .search button {
9032 width: 115px; 9047 width: 115px;
9033 } 9048 }
9034 .cabinet__filters-buttons { 9049 .cabinet__filters-buttons {
9035 display: grid; 9050 display: grid;
9036 grid-template-columns: 1fr 1fr; 9051 grid-template-columns: 1fr 1fr;
9037 gap: 10px; 9052 gap: 10px;
9038 width: 100%; 9053 width: 100%;
9039 } 9054 }
9040 @media (min-width: 768px) { 9055 @media (min-width: 768px) {
9041 .cabinet__filters-buttons { 9056 .cabinet__filters-buttons {
9042 gap: 20px; 9057 gap: 20px;
9043 } 9058 }
9044 } 9059 }
9045 .cabinet__filters-buttons .button { 9060 .cabinet__filters-buttons .button {
9046 padding: 0; 9061 padding: 0;
9047 gap: 5px; 9062 gap: 5px;
9048 } 9063 }
9049 .cabinet__filters-buttons .button.active { 9064 .cabinet__filters-buttons .button.active {
9050 background: #377d87; 9065 background: #377d87;
9051 color: #fff; 9066 color: #fff;
9052 } 9067 }
9053 .cabinet__filters-buttons .button.active:before { 9068 .cabinet__filters-buttons .button.active:before {
9054 content: ""; 9069 content: "";
9055 width: 6px; 9070 width: 6px;
9056 height: 6px; 9071 height: 6px;
9057 background: #fff; 9072 background: #fff;
9058 border-radius: 999px; 9073 border-radius: 999px;
9059 } 9074 }
9060 .cabinet__table-header { 9075 .cabinet__table-header {
9061 display: -webkit-box; 9076 display: -webkit-box;
9062 display: -ms-flexbox; 9077 display: -ms-flexbox;
9063 display: flex; 9078 display: flex;
9064 -webkit-box-pack: justify; 9079 -webkit-box-pack: justify;
9065 -ms-flex-pack: justify; 9080 -ms-flex-pack: justify;
9066 justify-content: space-between; 9081 justify-content: space-between;
9067 -webkit-box-align: center; 9082 -webkit-box-align: center;
9068 -ms-flex-align: center; 9083 -ms-flex-align: center;
9069 align-items: center; 9084 align-items: center;
9070 font-weight: 700; 9085 font-weight: 700;
9071 margin-bottom: -10px; 9086 margin-bottom: -10px;
9072 } 9087 }
9073 .cabinet__table-header div { 9088 .cabinet__table-header div {
9074 font-size: 18px; 9089 font-size: 18px;
9075 } 9090 }
9076 @media (min-width: 768px) { 9091 @media (min-width: 768px) {
9077 .cabinet__table-header div { 9092 .cabinet__table-header div {
9078 font-size: 24px; 9093 font-size: 24px;
9079 } 9094 }
9080 } 9095 }
9081 .cabinet__table-header span { 9096 .cabinet__table-header span {
9082 color: #000; 9097 color: #000;
9083 font-size: 14px; 9098 font-size: 14px;
9084 } 9099 }
9085 @media (min-width: 768px) { 9100 @media (min-width: 768px) {
9086 .cabinet__table-header span { 9101 .cabinet__table-header span {
9087 font-size: 18px; 9102 font-size: 18px;
9088 } 9103 }
9089 } 9104 }
9090 .cabinet__table-header span b { 9105 .cabinet__table-header span b {
9091 color: #377d87; 9106 color: #377d87;
9092 } 9107 }
9093 .cabinet__tabs { 9108 .cabinet__tabs {
9094 display: grid; 9109 display: grid;
9095 grid-template-columns: 1fr 1fr; 9110 grid-template-columns: 1fr 1fr;
9096 gap: 20px; 9111 gap: 20px;
9097 } 9112 }
9098 @media (min-width: 768px) { 9113 @media (min-width: 768px) {
9099 .cabinet__tabs { 9114 .cabinet__tabs {
9100 max-width: 420px; 9115 max-width: 420px;
9101 } 9116 }
9102 } 9117 }
9103 .cabinet__tabs .button.active { 9118 .cabinet__tabs .button.active {
9104 background: #377d87; 9119 background: #377d87;
9105 color: #fff; 9120 color: #fff;
9106 } 9121 }
9107 .cabinet__bodies { 9122 .cabinet__bodies {
9108 display: none; 9123 display: none;
9109 } 9124 }
9110 .cabinet__bodies.showed { 9125 .cabinet__bodies.showed {
9111 display: block; 9126 display: block;
9112 } 9127 }
9113 .cabinet__nots { 9128 .cabinet__nots {
9114 display: -webkit-box; 9129 display: -webkit-box;
9115 display: -ms-flexbox; 9130 display: -ms-flexbox;
9116 display: flex; 9131 display: flex;
9117 -webkit-box-orient: vertical; 9132 -webkit-box-orient: vertical;
9118 -webkit-box-direction: normal; 9133 -webkit-box-direction: normal;
9119 -ms-flex-direction: column; 9134 -ms-flex-direction: column;
9120 flex-direction: column; 9135 flex-direction: column;
9121 -webkit-box-align: start; 9136 -webkit-box-align: start;
9122 -ms-flex-align: start; 9137 -ms-flex-align: start;
9123 align-items: flex-start; 9138 align-items: flex-start;
9124 gap: 10px; 9139 gap: 10px;
9125 } 9140 }
9126 @media (min-width: 768px) { 9141 @media (min-width: 768px) {
9127 .cabinet__nots { 9142 .cabinet__nots {
9128 gap: 20px; 9143 gap: 20px;
9129 } 9144 }
9130 } 9145 }
9131 .cabinet__nots .input { 9146 .cabinet__nots .input {
9132 width: 100%; 9147 width: 100%;
9133 } 9148 }
9134 .cabinet__anketa { 9149 .cabinet__anketa {
9135 display: -webkit-box; 9150 display: -webkit-box;
9136 display: -ms-flexbox; 9151 display: -ms-flexbox;
9137 display: flex; 9152 display: flex;
9138 -webkit-box-orient: vertical; 9153 -webkit-box-orient: vertical;
9139 -webkit-box-direction: normal; 9154 -webkit-box-direction: normal;
9140 -ms-flex-direction: column; 9155 -ms-flex-direction: column;
9141 flex-direction: column; 9156 flex-direction: column;
9142 -webkit-box-pack: justify; 9157 -webkit-box-pack: justify;
9143 -ms-flex-pack: justify; 9158 -ms-flex-pack: justify;
9144 justify-content: space-between; 9159 justify-content: space-between;
9145 gap: 10px; 9160 gap: 10px;
9146 } 9161 }
9147 @media (min-width: 768px) { 9162 @media (min-width: 768px) {
9148 .cabinet__anketa { 9163 .cabinet__anketa {
9149 -webkit-box-orient: horizontal; 9164 -webkit-box-orient: horizontal;
9150 -webkit-box-direction: normal; 9165 -webkit-box-direction: normal;
9151 -ms-flex-direction: row; 9166 -ms-flex-direction: row;
9152 flex-direction: row; 9167 flex-direction: row;
9153 -webkit-box-align: center; 9168 -webkit-box-align: center;
9154 -ms-flex-align: center; 9169 -ms-flex-align: center;
9155 align-items: center; 9170 align-items: center;
9156 } 9171 }
9157 } 9172 }
9158 @media (min-width: 992px) { 9173 @media (min-width: 992px) {
9159 .cabinet__anketa { 9174 .cabinet__anketa {
9160 -webkit-box-orient: vertical; 9175 -webkit-box-orient: vertical;
9161 -webkit-box-direction: normal; 9176 -webkit-box-direction: normal;
9162 -ms-flex-direction: column; 9177 -ms-flex-direction: column;
9163 flex-direction: column; 9178 flex-direction: column;
9164 -webkit-box-align: stretch; 9179 -webkit-box-align: stretch;
9165 -ms-flex-align: stretch; 9180 -ms-flex-align: stretch;
9166 align-items: stretch; 9181 align-items: stretch;
9167 } 9182 }
9168 } 9183 }
9169 @media (min-width: 1280px) { 9184 @media (min-width: 1280px) {
9170 .cabinet__anketa { 9185 .cabinet__anketa {
9171 -webkit-box-orient: horizontal; 9186 -webkit-box-orient: horizontal;
9172 -webkit-box-direction: normal; 9187 -webkit-box-direction: normal;
9173 -ms-flex-direction: row; 9188 -ms-flex-direction: row;
9174 flex-direction: row; 9189 flex-direction: row;
9175 -webkit-box-align: center; 9190 -webkit-box-align: center;
9176 -ms-flex-align: center; 9191 -ms-flex-align: center;
9177 align-items: center; 9192 align-items: center;
9178 -webkit-box-pack: justify; 9193 -webkit-box-pack: justify;
9179 -ms-flex-pack: justify; 9194 -ms-flex-pack: justify;
9180 justify-content: space-between; 9195 justify-content: space-between;
9181 } 9196 }
9182 } 9197 }
9183 .cabinet__anketa-buttons { 9198 .cabinet__anketa-buttons {
9184 display: -webkit-box; 9199 display: -webkit-box;
9185 display: -ms-flexbox; 9200 display: -ms-flexbox;
9186 display: flex; 9201 display: flex;
9187 -webkit-box-orient: vertical; 9202 -webkit-box-orient: vertical;
9188 -webkit-box-direction: normal; 9203 -webkit-box-direction: normal;
9189 -ms-flex-direction: column; 9204 -ms-flex-direction: column;
9190 flex-direction: column; 9205 flex-direction: column;
9191 gap: 10px; 9206 gap: 10px;
9192 } 9207 }
9193 @media (min-width: 768px) { 9208 @media (min-width: 768px) {
9194 .cabinet__anketa-buttons { 9209 .cabinet__anketa-buttons {
9195 display: grid; 9210 display: grid;
9196 grid-template-columns: 1fr 1fr; 9211 grid-template-columns: 1fr 1fr;
9197 gap: 20px; 9212 gap: 20px;
9198 } 9213 }
9199 } 9214 }
9200 .cabinet__stats { 9215 .cabinet__stats {
9201 display: -webkit-box; 9216 display: -webkit-box;
9202 display: -ms-flexbox; 9217 display: -ms-flexbox;
9203 display: flex; 9218 display: flex;
9204 -webkit-box-orient: vertical; 9219 -webkit-box-orient: vertical;
9205 -webkit-box-direction: normal; 9220 -webkit-box-direction: normal;
9206 -ms-flex-direction: column; 9221 -ms-flex-direction: column;
9207 flex-direction: column; 9222 flex-direction: column;
9208 gap: 6px; 9223 gap: 6px;
9209 } 9224 }
9210 @media (min-width: 768px) { 9225 @media (min-width: 768px) {
9211 .cabinet__stats { 9226 .cabinet__stats {
9212 gap: 12px; 9227 gap: 12px;
9213 } 9228 }
9214 } 9229 }
9215 .cabinet__stats-title { 9230 .cabinet__stats-title {
9216 font-size: 14px; 9231 font-size: 14px;
9217 font-weight: 700; 9232 font-weight: 700;
9218 color: #000; 9233 color: #000;
9219 } 9234 }
9220 @media (min-width: 768px) { 9235 @media (min-width: 768px) {
9221 .cabinet__stats-title { 9236 .cabinet__stats-title {
9222 font-size: 24px; 9237 font-size: 24px;
9223 } 9238 }
9224 } 9239 }
9225 .cabinet__stats-body { 9240 .cabinet__stats-body {
9226 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); 9241 background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%);
9227 border-radius: 8px; 9242 border-radius: 8px;
9228 padding: 10px; 9243 padding: 10px;
9229 display: grid; 9244 display: grid;
9230 grid-template-columns: 1fr 1fr; 9245 grid-template-columns: 1fr 1fr;
9231 gap: 20px; 9246 gap: 20px;
9232 margin-bottom: 10px; 9247 margin-bottom: 10px;
9233 } 9248 }
9234 @media (min-width: 768px) { 9249 @media (min-width: 768px) {
9235 .cabinet__stats-body { 9250 .cabinet__stats-body {
9236 padding: 10px 20px; 9251 padding: 10px 20px;
9237 } 9252 }
9238 } 9253 }
9239 .cabinet__stats-item { 9254 .cabinet__stats-item {
9240 font-size: 12px; 9255 font-size: 12px;
9241 display: -webkit-box; 9256 display: -webkit-box;
9242 display: -ms-flexbox; 9257 display: -ms-flexbox;
9243 display: flex; 9258 display: flex;
9244 -webkit-box-align: center; 9259 -webkit-box-align: center;
9245 -ms-flex-align: center; 9260 -ms-flex-align: center;
9246 align-items: center; 9261 align-items: center;
9247 line-height: 1; 9262 line-height: 1;
9248 gap: 6px; 9263 gap: 6px;
9249 } 9264 }
9250 @media (min-width: 768px) { 9265 @media (min-width: 768px) {
9251 .cabinet__stats-item { 9266 .cabinet__stats-item {
9252 font-size: 20px; 9267 font-size: 20px;
9253 gap: 10px; 9268 gap: 10px;
9254 } 9269 }
9255 } 9270 }
9256 .cabinet__stats-item svg { 9271 .cabinet__stats-item svg {
9257 width: 20px; 9272 width: 20px;
9258 aspect-ratio: 1/1; 9273 aspect-ratio: 1/1;
9259 color: #377d87; 9274 color: #377d87;
9260 } 9275 }
9261 @media (min-width: 768px) { 9276 @media (min-width: 768px) {
9262 .cabinet__stats-item svg { 9277 .cabinet__stats-item svg {
9263 width: 40px; 9278 width: 40px;
9264 margin-right: 10px; 9279 margin-right: 10px;
9265 } 9280 }
9266 } 9281 }
9267 .cabinet__stats-item span { 9282 .cabinet__stats-item span {
9268 font-weight: 700; 9283 font-weight: 700;
9269 color: #000; 9284 color: #000;
9270 } 9285 }
9271 .cabinet__stats-item b { 9286 .cabinet__stats-item b {
9272 color: #377d87; 9287 color: #377d87;
9273 font-size: 14px; 9288 font-size: 14px;
9274 } 9289 }
9275 @media (min-width: 768px) { 9290 @media (min-width: 768px) {
9276 .cabinet__stats-item b { 9291 .cabinet__stats-item b {
9277 font-size: 24px; 9292 font-size: 24px;
9278 } 9293 }
9279 } 9294 }
9280 .cabinet__stats-subtitle { 9295 .cabinet__stats-subtitle {
9281 font-size: 14px; 9296 font-size: 14px;
9282 font-weight: 700; 9297 font-weight: 700;
9283 color: #377d87; 9298 color: #377d87;
9284 } 9299 }
9285 @media (min-width: 768px) { 9300 @media (min-width: 768px) {
9286 .cabinet__stats-subtitle { 9301 .cabinet__stats-subtitle {
9287 font-size: 18px; 9302 font-size: 18px;
9288 } 9303 }
9289 } 9304 }
9290 .cabinet__stats-line { 9305 .cabinet__stats-line {
9291 width: 100%; 9306 width: 100%;
9292 position: relative; 9307 position: relative;
9293 overflow: hidden; 9308 overflow: hidden;
9294 height: 8px; 9309 height: 8px;
9295 border-radius: 999px; 9310 border-radius: 999px;
9296 background: #cecece; 9311 background: #cecece;
9297 } 9312 }
9298 .cabinet__stats-line span { 9313 .cabinet__stats-line span {
9299 position: absolute; 9314 position: absolute;
9300 top: 0; 9315 top: 0;
9301 left: 0; 9316 left: 0;
9302 width: 100%; 9317 width: 100%;
9303 height: 100%; 9318 height: 100%;
9304 background: #377d87; 9319 background: #377d87;
9305 border-radius: 999px; 9320 border-radius: 999px;
9306 } 9321 }
9307 .cabinet__stats-bottom { 9322 .cabinet__stats-bottom {
9308 color: #000; 9323 color: #000;
9309 font-size: 12px; 9324 font-size: 12px;
9310 } 9325 }
9311 @media (min-width: 768px) { 9326 @media (min-width: 768px) {
9312 .cabinet__stats-bottom { 9327 .cabinet__stats-bottom {
9313 font-size: 16px; 9328 font-size: 16px;
9314 } 9329 }
9315 } 9330 }
9316 .cabinet__works { 9331 .cabinet__works {
9317 display: -webkit-box; 9332 display: -webkit-box;
9318 display: -ms-flexbox; 9333 display: -ms-flexbox;
9319 display: flex; 9334 display: flex;
9320 -webkit-box-orient: vertical; 9335 -webkit-box-orient: vertical;
9321 -webkit-box-direction: normal; 9336 -webkit-box-direction: normal;
9322 -ms-flex-direction: column; 9337 -ms-flex-direction: column;
9323 flex-direction: column; 9338 flex-direction: column;
9324 gap: 20px; 9339 gap: 20px;
9325 } 9340 }
9326 @media (min-width: 768px) { 9341 @media (min-width: 768px) {
9327 .cabinet__works { 9342 .cabinet__works {
9328 gap: 30px; 9343 gap: 30px;
9329 } 9344 }
9330 } 9345 }
9331 .cabinet__works-item { 9346 .cabinet__works-item {
9332 -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); 9347 -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
9333 box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); 9348 box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
9334 padding: 10px; 9349 padding: 10px;
9335 border-radius: 4px; 9350 border-radius: 4px;
9336 } 9351 }
9337 @media (min-width: 768px) { 9352 @media (min-width: 768px) {
9338 .cabinet__works-item { 9353 .cabinet__works-item {
9339 padding: 20px; 9354 padding: 20px;
9340 border-radius: 8px; 9355 border-radius: 8px;
9341 } 9356 }
9342 } 9357 }
9343 .cabinet__works-spoiler { 9358 .cabinet__works-spoiler {
9344 display: -webkit-box; 9359 display: -webkit-box;
9345 display: -ms-flexbox; 9360 display: -ms-flexbox;
9346 display: flex; 9361 display: flex;
9347 -webkit-box-align: center; 9362 -webkit-box-align: center;
9348 -ms-flex-align: center; 9363 -ms-flex-align: center;
9349 align-items: center; 9364 align-items: center;
9350 -webkit-box-pack: justify; 9365 -webkit-box-pack: justify;
9351 -ms-flex-pack: justify; 9366 -ms-flex-pack: justify;
9352 justify-content: space-between; 9367 justify-content: space-between;
9353 } 9368 }
9354 .cabinet__works-spoiler-left { 9369 .cabinet__works-spoiler-left {
9355 display: -webkit-box; 9370 display: -webkit-box;
9356 display: -ms-flexbox; 9371 display: -ms-flexbox;
9357 display: flex; 9372 display: flex;
9358 -webkit-box-align: center; 9373 -webkit-box-align: center;
9359 -ms-flex-align: center; 9374 -ms-flex-align: center;
9360 align-items: center; 9375 align-items: center;
9361 width: calc(100% - 22px); 9376 width: calc(100% - 22px);
9362 } 9377 }
9363 .cabinet__works-spoiler-right { 9378 .cabinet__works-spoiler-right {
9364 width: 22px; 9379 width: 22px;
9365 height: 22px; 9380 height: 22px;
9366 display: -webkit-box; 9381 display: -webkit-box;
9367 display: -ms-flexbox; 9382 display: -ms-flexbox;
9368 display: flex; 9383 display: flex;
9369 -webkit-box-align: center; 9384 -webkit-box-align: center;
9370 -ms-flex-align: center; 9385 -ms-flex-align: center;
9371 align-items: center; 9386 align-items: center;
9372 -webkit-box-pack: center; 9387 -webkit-box-pack: center;
9373 -ms-flex-pack: center; 9388 -ms-flex-pack: center;
9374 justify-content: center; 9389 justify-content: center;
9375 color: #377d87; 9390 color: #377d87;
9376 padding: 0; 9391 padding: 0;
9377 background: none; 9392 background: none;
9378 border: none; 9393 border: none;
9379 } 9394 }
9380 .cabinet__works-spoiler-right svg { 9395 .cabinet__works-spoiler-right svg {
9381 width: 60%; 9396 width: 60%;
9382 aspect-ratio: 1/1; 9397 aspect-ratio: 1/1;
9383 -webkit-transform: rotate(90deg); 9398 -webkit-transform: rotate(90deg);
9384 -ms-transform: rotate(90deg); 9399 -ms-transform: rotate(90deg);
9385 transform: rotate(90deg); 9400 transform: rotate(90deg);
9386 -webkit-transition: 0.3s; 9401 -webkit-transition: 0.3s;
9387 transition: 0.3s; 9402 transition: 0.3s;
9388 } 9403 }
9389 .cabinet__works-spoiler.active .cabinet__works-spoiler-right svg { 9404 .cabinet__works-spoiler.active .cabinet__works-spoiler-right svg {
9390 -webkit-transform: rotate(-90deg); 9405 -webkit-transform: rotate(-90deg);
9391 -ms-transform: rotate(-90deg); 9406 -ms-transform: rotate(-90deg);
9392 transform: rotate(-90deg); 9407 transform: rotate(-90deg);
9393 } 9408 }
9394 .cabinet__works-spoiler-buttons { 9409 .cabinet__works-spoiler-buttons {
9395 display: -webkit-box; 9410 display: -webkit-box;
9396 display: -ms-flexbox; 9411 display: -ms-flexbox;
9397 display: flex; 9412 display: flex;
9398 -webkit-box-align: center; 9413 -webkit-box-align: center;
9399 -ms-flex-align: center; 9414 -ms-flex-align: center;
9400 align-items: center; 9415 align-items: center;
9401 -webkit-box-pack: justify; 9416 -webkit-box-pack: justify;
9402 -ms-flex-pack: justify; 9417 -ms-flex-pack: justify;
9403 justify-content: space-between; 9418 justify-content: space-between;
9404 width: 60px; 9419 width: 60px;
9405 } 9420 }
9406 @media (min-width: 768px) { 9421 @media (min-width: 768px) {
9407 .cabinet__works-spoiler-buttons { 9422 .cabinet__works-spoiler-buttons {
9408 width: 74px; 9423 width: 74px;
9409 } 9424 }
9410 } 9425 }
9411 .cabinet__works-spoiler-buttons .button { 9426 .cabinet__works-spoiler-buttons .button {
9412 width: 22px; 9427 width: 22px;
9413 height: 22px; 9428 height: 22px;
9414 padding: 0; 9429 padding: 0;
9415 } 9430 }
9416 @media (min-width: 768px) { 9431 @media (min-width: 768px) {
9417 .cabinet__works-spoiler-buttons .button { 9432 .cabinet__works-spoiler-buttons .button {
9418 width: 30px; 9433 width: 30px;
9419 height: 30px; 9434 height: 30px;
9420 } 9435 }
9421 } 9436 }
9422 .cabinet__works-spoiler-text { 9437 .cabinet__works-spoiler-text {
9423 width: calc(100% - 60px); 9438 width: calc(100% - 60px);
9424 padding-left: 20px; 9439 padding-left: 20px;
9425 font-size: 17px; 9440 font-size: 17px;
9426 font-weight: 700; 9441 font-weight: 700;
9427 color: #000; 9442 color: #000;
9428 } 9443 }
9429 @media (min-width: 768px) { 9444 @media (min-width: 768px) {
9430 .cabinet__works-spoiler-text { 9445 .cabinet__works-spoiler-text {
9431 width: calc(100% - 74px); 9446 width: calc(100% - 74px);
9432 font-size: 20px; 9447 font-size: 20px;
9433 } 9448 }
9434 } 9449 }
9435 .cabinet__works-body { 9450 .cabinet__works-body {
9436 opacity: 1; 9451 opacity: 1;
9437 height: auto; 9452 height: auto;
9438 overflow: visible; 9453 overflow: visible;
9439 transition: opacity 0.3s, height 0.3s; 9454 transition: opacity 0.3s, height 0.3s;
9440 } 9455 }
9441 .active + .cabinet__works-body { 9456 .active + .cabinet__works-body {
9442 -webkit-transition: 0.3s; 9457 -webkit-transition: 0.3s;
9443 transition: 0.3s; 9458 transition: 0.3s;
9444 opacity: 1; 9459 opacity: 1;
9445 height: auto; 9460 height: auto;
9446 padding-top: 20px; 9461 padding-top: 20px;
9447 } 9462 }
9448 .cabinet__works-add { 9463 .cabinet__works-add {
9449 padding: 0; 9464 padding: 0;
9450 width: 100%; 9465 width: 100%;
9451 max-width: 160px; 9466 max-width: 160px;
9452 } 9467 }
9453 @media (min-width: 768px) { 9468 @media (min-width: 768px) {
9454 .cabinet__works-add { 9469 .cabinet__works-add {
9455 max-width: 220px; 9470 max-width: 220px;
9456 } 9471 }
9457 } 9472 }
9458 .cabinet__buttons { 9473 .cabinet__buttons {
9459 display: -webkit-box; 9474 display: -webkit-box;
9460 display: -ms-flexbox; 9475 display: -ms-flexbox;
9461 display: flex; 9476 display: flex;
9462 -webkit-box-orient: vertical; 9477 -webkit-box-orient: vertical;
9463 -webkit-box-direction: normal; 9478 -webkit-box-direction: normal;
9464 -ms-flex-direction: column; 9479 -ms-flex-direction: column;
9465 flex-direction: column; 9480 flex-direction: column;
9466 -webkit-box-align: center; 9481 -webkit-box-align: center;
9467 -ms-flex-align: center; 9482 -ms-flex-align: center;
9468 align-items: center; 9483 align-items: center;
9469 gap: 10px; 9484 gap: 10px;
9470 } 9485 }
9471 @media (min-width: 768px) { 9486 @media (min-width: 768px) {
9472 .cabinet__buttons { 9487 .cabinet__buttons {
9473 display: grid; 9488 display: grid;
9474 grid-template-columns: 1fr 1fr; 9489 grid-template-columns: 1fr 1fr;
9475 gap: 20px; 9490 gap: 20px;
9476 } 9491 }
9477 } 9492 }
9478 .cabinet__buttons .button, 9493 .cabinet__buttons .button,
9479 .cabinet__buttons .file { 9494 .cabinet__buttons .file {
9480 padding: 0; 9495 padding: 0;
9481 width: 100%; 9496 width: 100%;
9482 max-width: 140px; 9497 max-width: 140px;
9483 } 9498 }
9484 @media (min-width: 768px) { 9499 @media (min-width: 768px) {
9485 .cabinet__buttons .button, 9500 .cabinet__buttons .button,
9486 .cabinet__buttons .file { 9501 .cabinet__buttons .file {
9487 max-width: none; 9502 max-width: none;
9488 } 9503 }
9489 } 9504 }
9490 @media (min-width: 768px) { 9505 @media (min-width: 768px) {
9491 .cabinet__buttons { 9506 .cabinet__buttons {
9492 gap: 20px; 9507 gap: 20px;
9493 } 9508 }
9494 } 9509 }
9495 @media (min-width: 1280px) { 9510 @media (min-width: 1280px) {
9496 .cabinet__buttons { 9511 .cabinet__buttons {
9497 max-width: 400px; 9512 max-width: 400px;
9498 } 9513 }
9499 } 9514 }
9500 .cabinet__buttons_flex{ 9515 .cabinet__buttons_flex{
9501 display: flex; 9516 display: flex;
9502 } 9517 }
9503 .cabinet__buttons_flex > *{ 9518 .cabinet__buttons_flex > *{
9504 margin-right: 10px; 9519 margin-right: 10px;
9505 } 9520 }
9506 .cabinet__vacs { 9521 .cabinet__vacs {
9507 display: -webkit-box; 9522 display: -webkit-box;
9508 display: -ms-flexbox; 9523 display: -ms-flexbox;
9509 display: flex; 9524 display: flex;
9510 -webkit-box-orient: vertical; 9525 -webkit-box-orient: vertical;
9511 -webkit-box-direction: reverse; 9526 -webkit-box-direction: reverse;
9512 -ms-flex-direction: column-reverse; 9527 -ms-flex-direction: column-reverse;
9513 flex-direction: column-reverse; 9528 flex-direction: column-reverse;
9514 -webkit-box-align: center; 9529 -webkit-box-align: center;
9515 -ms-flex-align: center; 9530 -ms-flex-align: center;
9516 align-items: center; 9531 align-items: center;
9517 gap: 20px; 9532 gap: 20px;
9518 } 9533 }
9519 .cabinet__vacs-body { 9534 .cabinet__vacs-body {
9520 display: -webkit-box; 9535 display: -webkit-box;
9521 display: -ms-flexbox; 9536 display: -ms-flexbox;
9522 display: flex; 9537 display: flex;
9523 -webkit-box-orient: vertical; 9538 -webkit-box-orient: vertical;
9524 -webkit-box-direction: normal; 9539 -webkit-box-direction: normal;
9525 -ms-flex-direction: column; 9540 -ms-flex-direction: column;
9526 flex-direction: column; 9541 flex-direction: column;
9527 gap: 20px; 9542 gap: 20px;
9528 width: 100%; 9543 width: 100%;
9529 } 9544 }
9530 @media (min-width: 768px) { 9545 @media (min-width: 768px) {
9531 .cabinet__vacs-body { 9546 .cabinet__vacs-body {
9532 gap: 30px; 9547 gap: 30px;
9533 } 9548 }
9534 } 9549 }
9535 .cabinet__vacs-item { 9550 .cabinet__vacs-item {
9536 display: none; 9551 display: none;
9537 background: #fff; 9552 background: #fff;
9538 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 9553 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
9539 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); 9554 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
9540 } 9555 }
9541 .cabinet__vacs-item:nth-of-type(1), .cabinet__vacs-item:nth-of-type(2) { 9556 .cabinet__vacs-item:nth-of-type(1), .cabinet__vacs-item:nth-of-type(2) {
9542 display: -webkit-box; 9557 display: -webkit-box;
9543 display: -ms-flexbox; 9558 display: -ms-flexbox;
9544 display: flex; 9559 display: flex;
9545 } 9560 }
9546 .cabinet__vacs.active .cabinet__vacs-item { 9561 .cabinet__vacs.active .cabinet__vacs-item {
9547 display: -webkit-box; 9562 display: -webkit-box;
9548 display: -ms-flexbox; 9563 display: -ms-flexbox;
9549 display: flex; 9564 display: flex;
9550 } 9565 }
9551 .main__employer-page-two-item-text-body img { 9566 .main__employer-page-two-item-text-body img {
9552 display: inline !important; 9567 display: inline !important;
9553 border: none !important; 9568 border: none !important;
9554 box-shadow: none !important; 9569 box-shadow: none !important;
9555 height: 1em !important; 9570 height: 1em !important;
9556 width: 1em !important; 9571 width: 1em !important;
9557 margin: 0 0.07em !important; 9572 margin: 0 0.07em !important;
9558 vertical-align: -0.1em !important; 9573 vertical-align: -0.1em !important;
9559 background: none !important; 9574 background: none !important;
9560 padding: 0 !important; 9575 padding: 0 !important;
9561 } 9576 }
9562 .main__employer-page-two-item-text-body p{ 9577 .main__employer-page-two-item-text-body p{
9563 margin: 0 0 20px; 9578 margin: 0 0 20px;
9564 } 9579 }
9565 .main__employer-page-two-item-text-body.vacancy-info p{ 9580 .main__employer-page-two-item-text-body.vacancy-info p{
9566 margin: 0 0 10px; 9581 margin: 0 0 10px;
9567 } 9582 }
9568 #sertificate .one-sertificate{ 9583 #sertificate .one-sertificate{
9569 display: flex; 9584 display: flex;
9570 justify-content: space-between; 9585 justify-content: space-between;
9571 margin-bottom: 15px; 9586 margin-bottom: 15px;
9572 border-bottom: 1px #ccc solid; 9587 border-bottom: 1px #ccc solid;
9573 padding-bottom: 15px; 9588 padding-bottom: 15px;
9574 } 9589 }
9575 #sertificate .one-sertificate .sertificate-field{ 9590 #sertificate .one-sertificate .sertificate-field{
9576 display: block; 9591 display: block;
9577 } 9592 }
9578 #sertificate .one-sertificate .sertificate-field.sertificate-name{ 9593 #sertificate .one-sertificate .sertificate-field.sertificate-name{
9579 width: 50%; 9594 width: 50%;
9580 max-width: 50%; 9595 max-width: 50%;
9581 } 9596 }
9582 #sertificate .one-sertificate .sertificate-field.sertificate-buttons{ 9597 #sertificate .one-sertificate .sertificate-field.sertificate-buttons{
9583 display: flex; 9598 display: flex;
9584 justify-content: space-between; 9599 justify-content: space-between;
9585 } 9600 }
9586 #sertificate .one-sertificate .sertificate-field.sertificate-buttons a{ 9601 #sertificate .one-sertificate .sertificate-field.sertificate-buttons a{
9587 width: 30px; 9602 width: 30px;
9588 height: 30px; 9603 height: 30px;
9589 padding: 5px; 9604 padding: 5px;
9590 } 9605 }
9591 #prev_worker .cabinet__inputs-item-buttons a{ 9606 #prev_worker .cabinet__inputs-item-buttons a{
9592 width: 30px; 9607 width: 30px;
9593 height: 30px; 9608 height: 30px;
9594 padding: 5px; 9609 padding: 5px;
9595 } 9610 }
9596 #prev_worker .cabinet__inputs-item-buttons{ 9611 #prev_worker .cabinet__inputs-item-buttons{
9597 width: 100px; 9612 width: 100px;
9598 } 9613 }
9599 #prev_worker .cabinet__inputs{ 9614 #prev_worker .cabinet__inputs{
9600 -webkit-box-align: start; 9615 -webkit-box-align: start;
9601 -ms-flex-align: start; 9616 -ms-flex-align: start;
9602 align-items: start; 9617 align-items: start;
9603 } 9618 }
9604 #prev_worker .cabinet__inputs-item-buttons flex{ 9619 #prev_worker .cabinet__inputs-item-buttons flex{
9605 justify-content: end; 9620 justify-content: end;
9606 } 9621 }
9607 #prev_worker .cabinet__body-item{ 9622 #prev_worker .cabinet__body-item{
9608 border-bottom: 1px #cccccc solid; 9623 border-bottom: 1px #cccccc solid;
9609 padding-bottom: 25px; 9624 padding-bottom: 25px;
9610 } 9625 }
9611 @media (max-width: 1280px) { 9626 @media (max-width: 1280px) {
9612 #prev_worker .cabinet__inputs-item-buttons{ 9627 #prev_worker .cabinet__inputs-item-buttons{
9613 position: absolute; 9628 position: absolute;
9614 right: 0; 9629 right: 0;
9615 } 9630 }
9616 } 9631 }
9617 body .cke_notifications_area{ 9632 body .cke_notifications_area{
9618 opacity: 0; 9633 opacity: 0;
9619 display: none !important; 9634 display: none !important;
9620 } 9635 }
9621 .unread-messages-count{ 9636 .unread-messages-count{
9622 background-color: #377d87; 9637 background-color: #377d87;
9623 color: #fff; 9638 color: #fff;
9624 padding: 5px 10px; 9639 padding: 5px 10px;
9625 border-radius: 45px; 9640 border-radius: 45px;
9626 } 9641 }
9627 9642
9628 .flot-one-ship .flot-label{ 9643 .flot-one-ship .flot-label{
9629 font-weight: bold; 9644 font-weight: bold;
9630 display: flex; 9645 display: flex;
9631 } 9646 }
9632 .flot-one-ship .flot-label .flot-label-name{ 9647 .flot-one-ship .flot-label .flot-label-name{
9633 color: #377d87; 9648 color: #377d87;
9634 min-width: 120px; 9649 min-width: 120px;
9635 } 9650 }
9636 .picker { 9651 .picker {
9637 display: none; 9652 display: none;
9638 -webkit-box-pack: center; 9653 -webkit-box-pack: center;
9639 -ms-flex-pack: center; 9654 -ms-flex-pack: center;
9640 justify-content: center; 9655 justify-content: center;
9641 -webkit-box-align: center; 9656 -webkit-box-align: center;
9642 -ms-flex-align: center; 9657 -ms-flex-align: center;
9643 align-items: center; 9658 align-items: center;
9644 } 9659 }
9645 .picker-dialog { 9660 .picker-dialog {
9646 position: relative !important; 9661 position: relative !important;
9647 max-width: 820px; 9662 max-width: 820px;
9648 border: none; 9663 border: none;
9649 background: #fff; 9664 background: #fff;
9650 border-radius: 10px; 9665 border-radius: 10px;
9651 padding: 20px 10px; 9666 padding: 20px 10px;
9652 } 9667 }
9653 @media (min-width: 768px) { 9668 @media (min-width: 768px) {
9654 .picker-dialog { 9669 .picker-dialog {
9655 padding: 80px; 9670 padding: 80px;
9656 } 9671 }
9657 } 9672 }
9658 .picker-close { 9673 .picker-close {
9659 font-size: 3rem; 9674 font-size: 3rem;
9660 } 9675 }
9661 .picker-close:hover { 9676 .picker-close:hover {
9662 color: #377d87; 9677 color: #377d87;
9663 } 9678 }
9664 .picker-header { 9679 .picker-header {
9665 padding: 0; 9680 padding: 0;
9666 position: static; 9681 position: static;
9667 border: none; 9682 border: none;
9668 margin-bottom: 10px; 9683 margin-bottom: 10px;
9669 } 9684 }
9670 @media (min-width: 768px) { 9685 @media (min-width: 768px) {
9671 .picker-header { 9686 .picker-header {
9672 margin-bottom: 20px; 9687 margin-bottom: 20px;
9673 } 9688 }
9674 } 9689 }
9675 .picker-title { 9690 .picker-title {
9676 color: #696b6b; 9691 color: #696b6b;
9677 font-weight: 700; 9692 font-weight: 700;
9678 font-size: 22px; 9693 font-size: 22px;
9679 line-height: 1.2; 9694 line-height: 1.2;
9680 text-align: center; 9695 text-align: center;
9681 } 9696 }
9682 @media (min-width: 768px) { 9697 @media (min-width: 768px) {
9683 .picker-title { 9698 .picker-title {
9684 text-align: left; 9699 text-align: left;
9685 font-size: 34px; 9700 font-size: 34px;
9686 } 9701 }
9687 } 9702 }
9688 @media (min-width: 992px) { 9703 @media (min-width: 992px) {
9689 .picker-title { 9704 .picker-title {
9690 font-size: 44px; 9705 font-size: 44px;
9691 } 9706 }
9692 } 9707 }
9693 .picker-list { 9708 .picker-list {
9694 padding: 0 20px; 9709 padding: 0 20px;
9695 } 9710 }
9696 @media (min-width: 768px) { 9711 @media (min-width: 768px) {
9697 .picker-list { 9712 .picker-list {
9698 padding: 0 60px; 9713 padding: 0 60px;
9699 } 9714 }
9700 } 9715 }
9701 @media (min-width: 992px) { 9716 @media (min-width: 992px) {
9702 .picker-list { 9717 .picker-list {
9703 padding: 0 90px; 9718 padding: 0 90px;
9704 } 9719 }
9705 } 9720 }
9706 .picker-item { 9721 .picker-item {
9707 display: -webkit-box; 9722 display: -webkit-box;
9708 display: -ms-flexbox; 9723 display: -ms-flexbox;
9709 display: flex; 9724 display: flex;
9710 -webkit-box-pack: center; 9725 -webkit-box-pack: center;
9711 -ms-flex-pack: center; 9726 -ms-flex-pack: center;
9712 justify-content: center; 9727 justify-content: center;
9713 -webkit-box-align: center; 9728 -webkit-box-align: center;
9714 -ms-flex-align: center; 9729 -ms-flex-align: center;
9715 align-items: center; 9730 align-items: center;
9716 line-height: 1; 9731 line-height: 1;
9717 font-size: 28px; 9732 font-size: 28px;
9718 line-height: 40px; 9733 line-height: 40px;
9719 color: #699da5; 9734 color: #699da5;
9720 font-weight: 700; 9735 font-weight: 700;
9721 } 9736 }
9722 @media (min-width: 992px) { 9737 @media (min-width: 992px) {
9723 .picker-item { 9738 .picker-item {
9724 font-size: 36px; 9739 font-size: 36px;
9725 } 9740 }
9726 } 9741 }
9727 .picker-cell__header { 9742 .picker-cell__header {
9728 color: #377d87; 9743 color: #377d87;
9729 } 9744 }
9730 .picker-cell__control:before { 9745 .picker-cell__control:before {
9731 border-color: #377d87; 9746 border-color: #377d87;
9732 } 9747 }
9733 .picker-picked { 9748 .picker-picked {
9734 background: #fff; 9749 background: #fff;
9735 border-radius: 8px; 9750 border-radius: 8px;
9736 color: #377d87; 9751 color: #377d87;
9737 } 9752 }
9738 .picker-footer { 9753 .picker-footer {
9739 display: -webkit-box !important; 9754 display: -webkit-box !important;
9740 display: -ms-flexbox !important; 9755 display: -ms-flexbox !important;
9741 display: flex !important; 9756 display: flex !important;
9742 -webkit-box-orient: horizontal; 9757 -webkit-box-orient: horizontal;
9743 -webkit-box-direction: reverse; 9758 -webkit-box-direction: reverse;
9744 -ms-flex-direction: row-reverse; 9759 -ms-flex-direction: row-reverse;
9745 flex-direction: row-reverse; 9760 flex-direction: row-reverse;
9746 -webkit-box-align: center; 9761 -webkit-box-align: center;
9747 -ms-flex-align: center; 9762 -ms-flex-align: center;
9748 align-items: center; 9763 align-items: center;
9749 gap: 12px; 9764 gap: 12px;
9750 margin-top: 20px; 9765 margin-top: 20px;
9751 border: none; 9766 border: none;
9752 } 9767 }
9753 .picker-footer button { 9768 .picker-footer button {
9754 display: -webkit-box; 9769 display: -webkit-box;
9755 display: -ms-flexbox; 9770 display: -ms-flexbox;
9756 display: flex; 9771 display: flex;
9757 -webkit-box-pack: center; 9772 -webkit-box-pack: center;
9758 -ms-flex-pack: center; 9773 -ms-flex-pack: center;
9759 justify-content: center; 9774 justify-content: center;
9760 -webkit-box-align: center; 9775 -webkit-box-align: center;
9761 -ms-flex-align: center; 9776 -ms-flex-align: center;
9762 align-items: center; 9777 align-items: center;
9763 color: #fff; 9778 color: #fff;
9764 background: #377d87; 9779 background: #377d87;
9765 height: 30px; 9780 height: 30px;
9766 border-radius: 8px; 9781 border-radius: 8px;
9767 padding: 0 12px; 9782 padding: 0 12px;
9768 border: 1px solid #377d87; 9783 border: 1px solid #377d87;
9769 font-weight: 700; 9784 font-weight: 700;
9770 font-size: 12px; 9785 font-size: 12px;
9771 text-align: center; 9786 text-align: center;
9772 line-height: 1; 9787 line-height: 1;
9773 gap: 6px; 9788 gap: 6px;
9774 -webkit-transition: 0.3s; 9789 -webkit-transition: 0.3s;
9775 transition: 0.3s; 9790 transition: 0.3s;
9776 cursor: pointer; 9791 cursor: pointer;
9777 } 9792 }
9778 @media (min-width: 768px) { 9793 @media (min-width: 768px) {
9779 .picker-footer button { 9794 .picker-footer button {
9780 padding: 0 24px; 9795 padding: 0 24px;
9781 font-size: 16px; 9796 font-size: 16px;
9782 height: 44px; 9797 height: 44px;
9783 gap: 12px; 9798 gap: 12px;
9784 } 9799 }
9785 } 9800 }
9786 @media (min-width: 992px) { 9801 @media (min-width: 992px) {
9787 .picker-footer button { 9802 .picker-footer button {
9788 padding: 0 36px; 9803 padding: 0 36px;
9789 } 9804 }
9790 } 9805 }
9791 .picker-footer button:hover { 9806 .picker-footer button:hover {
9792 background: transparent; 9807 background: transparent;
9793 color: #377d87; 9808 color: #377d87;
9794 } 9809 }
9795 .picker-footer .picker-cancel { 9810 .picker-footer .picker-cancel {
9796 background: transparent; 9811 background: transparent;
9797 color: #377d87; 9812 color: #377d87;
9798 } 9813 }
9799 .picker-footer .picker-cancel:hover { 9814 .picker-footer .picker-cancel:hover {
9800 background: #377d87; 9815 background: #377d87;
9801 color: #fff; 9816 color: #fff;
9802 } 9817 }
9803 .picker .picker-body { 9818 .picker .picker-body {
9804 background: #e9f1fb; 9819 background: #e9f1fb;
9805 border-radius: 8px; 9820 border-radius: 8px;
9806 } 9821 }
9807 .picker .picker-cell__body:before { 9822 .picker .picker-cell__body:before {
9808 background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#e9f1fb)); 9823 background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#e9f1fb));
9809 background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #e9f1fb); 9824 background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #e9f1fb);
9810 } 9825 }
9811 .picker .picker-cell__body:after { 9826 .picker .picker-cell__body:after {
9812 background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#e9f1fb)); 9827 background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#e9f1fb));
9813 background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #e9f1fb); 9828 background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #e9f1fb);
9814 } 9829 }
9815 9830
9816 .picker-open { 9831 .picker-open {
9817 display: -webkit-box; 9832 display: -webkit-box;
9818 display: -ms-flexbox; 9833 display: -ms-flexbox;
9819 display: flex; 9834 display: flex;
9820 } 9835 }
9821 9836
9822 nav .drop-down { 9837 nav .drop-down {
9823 list-style: none; 9838 list-style: none;
9824 overflow: hidden; /* When ul height is reduced, ensure overflowing li are not shown */ 9839 overflow: hidden; /* When ul height is reduced, ensure overflowing li are not shown */
9825 height: 200px; /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */ 9840 height: 200px; /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */
9826 margin: 0 auto; 9841 margin: 0 auto;
9827 padding: 0; 9842 padding: 0;
9828 -webkit-transition: height 0.3s ease; 9843 -webkit-transition: height 0.3s ease;
9829 transition: height 0.3s ease; 9844 transition: height 0.3s ease;
9830 } 9845 }
9831 9846
9832 nav .drop-down.closed { 9847 nav .drop-down.closed {
9833 /* When toggled via jQuery this class will reduce the height of the ul which inconjuction 9848 /* When toggled via jQuery this class will reduce the height of the ul which inconjuction
9834 with overflow: hidden set on the ul will hide all list items apart from the first */ 9849 with overflow: hidden set on the ul will hide all list items apart from the first */
9835 height: 38px; 9850 height: 38px;
9836 } 9851 }
9837 9852
9838 .select2-selection__choice[title*="Все должности"] .select2-selection__choice__remove { 9853 .select2-selection__choice[title*="Все должности"] .select2-selection__choice__remove {
9839 display: none !important; 9854 display: none !important;
9840 } 9855 }
9841 9856
9842 .cabinet__inputs-item:has(.input-picker:disabled) { 9857 .cabinet__inputs-item:has(.input-picker:disabled) {
9843 display: none; 9858 display: none;
9844 } 9859 }
9845 9860
9846 .select select {display: none;} 9861 .select select {display: none;}
9847 9862
9848 .d-none { 9863 .d-none {
9849 display: none; 9864 display: none;
9850 } 9865 }
9851 9866
resources/views/index.blade.php
1 @extends('layout.frontend', ['title' => 'Главная страница РекаМоре']) 1 @extends('layout.frontend', ['title' => 'Главная страница РекаМоре'])
2 2
3 @section('scripts') 3 @section('scripts')
4 4
5 @endsection 5 @endsection
6 6
7 @section('content') 7 @section('content')
8 <section class="work"> 8 <section class="work">
9 <div class="container"> 9 <div class="container">
10 <img src="{{ asset('images/1.png') }}" alt="" class="work__pic"> 10 <img src="{{ asset('images/1.png') }}" alt="" class="work__pic">
11 <div class="work__body"> 11 <div class="work__body">
12 <div class="work__title"> 12 <div class="work__title">
13 <h4>Работа в море / 13 <h4>Работа в море /
14 <span class="br">Работа на реке</span></h4> 14 <span class="br">Работа на реке</span></h4>
15 </div> 15 </div>
16 <div class="work__text">Информационный портал rekamore.su - место где работники морского и речного флота могут найти для себя хорошую работу, 16 <div class="work__text">Информационный портал rekamore.su - место где работники морского и речного флота могут найти для себя хорошую работу,
17 а работодатели отличных специалистов 17 а работодатели отличных специалистов
18 </div> 18 </div>
19 <div class="work__list"> 19 <div class="work__list">
20 <div>Тысячи соискателей увидят Ваше объявление</div> 20 <div>Тысячи соискателей увидят Ваше объявление</div>
21 <div>Десятки компаний выкладывают объявления каждый день</div> 21 <div>Десятки компаний выкладывают объявления каждый день</div>
22 </div> 22 </div>
23 <form class="work__form width100 flex" style="" action="{{ route('vacancies') }}" method="GET"> 23 <form class="work__form width100 flex" style="" action="{{ route('vacancies') }}" method="GET">
24 24
25 <div class="select select_search" style="max-width: 60%"> 25 <div class="select select_search" style="max-width: 60%">
26 <div class="select__icon"> 26 <div class="select__icon">
27 <svg> 27 <svg>
28 <use xlink:href="{{ asset('images/sprite.svg#search') }}"></use> 28 <use xlink:href="{{ asset('images/sprite.svg#search') }}"></use>
29 </svg> 29 </svg>
30 </div> 30 </div>
31 <select class="js-select2 jobs" id="job" name="job"> 31 <select class="js-select2 jobs" id="job" name="job">
32 <option value="0">Выберите должность</option> 32 <option value="0">Выберите должность</option>
33 @if ($Job_title->count()) 33 @if ($Job_title->count())
34 @foreach($Job_title as $JT) 34 @foreach($Job_title as $JT)
35 <option value="{{ $JT->id }}" @if ((isset($_GET['job'])) && ($_GET['job'] == $JT->id)) selected @endif>{{ $JT->name }}</option> 35 <option value="{{ $JT->id }}" @if ((isset($_GET['job'])) && ($_GET['job'] == $JT->id)) selected @endif>{{ $JT->name }}</option>
36 @endforeach 36 @endforeach
37 @endif 37 @endif
38 </select> 38 </select>
39 </div> 39 </div>
40 40
41 <button type="submit" class="button button_light" style="height: auto;">Посмотреть&nbsp;вакансии</button> 41 <button type="submit" class="button button_light" style="height: auto;">Посмотреть&nbsp;вакансии</button>
42 </form> 42 </form>
43 @if(Auth()->user() === null || Auth()->user()->is_worker === 1) 43 @if(Auth()->user() === null || Auth()->user()->is_worker === 1)
44 <a href="{{ route('page', ['pages' => 'Usloviya-razmescheniya']) }}" class="button work__search">Я ищу сотрудника</a> 44 <a href="{{ route('page', ['pages' => 'Usloviya-razmescheniya']) }}" class="button work__search">Я ищу сотрудника</a>
45 @else 45 @else
46 <a href="{{ route('employer.cabinet') }}" class="button work__search">Я ищу сотрудника</a> 46 <a href="{{ route('employer.cabinet') }}" class="button work__search">Я ищу сотрудника</a>
47 @endif 47 @endif
48 <div class="work__get"> 48 <div class="work__get">
49 <b>Скачать приложение</b> 49 <b>Скачать приложение</b>
50 <a href="javascript:void(0)"> 50 <a href="javascript:void(0)">
51 <img src="{{ asset('images/google.svg') }}" alt=""> 51 <img src="{{ asset('images/google.svg') }}" alt="">
52 </a> 52 </a>
53 <a href="javascript:void(0)"> 53 <a href="javascript:void(0)">
54 <img src="{{ asset('images/apple.svg') }}" alt=""> 54 <img src="{{ asset('images/apple.svg') }}" alt="">
55 </a> 55 </a>
56 </div> 56 </div>
57 <div class="work__get-app-info"> 57 <div class="work__get-app-info">
58 <b>Приложения в разработке, подпишитесь на 58 <b>Приложения в разработке, подпишитесь на
59 <a href="https://t.me/rabota_v_more_russia" target="_blank">Телеграмм канал</a> 59 <a href="https://t.me/rabota_v_more_russia" target="_blank">Телеграмм канал</a>
60 </b> 60 </b>
61 </div> 61 </div>
62 </div> 62 </div>
63 </div> 63 </div>
64 </section> 64 </section>
65 65
66 @if ($blocks_counters) 66 @if ($blocks_counters)
67 <section class="numbers"> 67 <section class="numbers">
68 <div class="container"> 68 <div class="container">
69 <div class="numbers__body"> 69 <div class="numbers__body">
70 @foreach($blocks_counters as $block_counter) 70 @foreach($blocks_counters as $block_counter)
71 <div class="numbers__item"> 71 <div class="numbers__item">
72 <b>{{$block_counter['extra']}}</b> 72 <b>{{$block_counter['extra']}}</b>
73 <span>{{$block_counter['title']}}</span> 73 <span>{{$block_counter['title']}}</span>
74 {{$block_counter['description']}} 74 {{$block_counter['description']}}
75 </div> 75 </div>
76 @endforeach 76 @endforeach
77 </div> 77 </div>
78 </div> 78 </div>
79 </section> 79 </section>
80 @endif 80 @endif
81 81
82 <main class="main"> 82 <main class="main">
83 <div class="container"> 83 <div class="container">
84 <div class="main__vacancies"> 84 <div class="main__vacancies">
85 <h2 class="main__vacancies-title">Категории вакансий</h2> 85 <h2 class="main__vacancies-title">Категории вакансий</h2>
86 <div class="vacancies__body"> 86 <div class="vacancies__body">
87 <div class="vacancies__list" id="block_ajax" name="block_ajax"> 87 <div class="vacancies__list" id="block_ajax" name="block_ajax">
88 @foreach($Main_Job as $key => $it_main) 88 @foreach($Main_Job as $key => $it_main)
89 <div class="vacancies__list-col"> 89 <div class="vacancies__list-col">
90 @include('block_real_new', ['it_main' => $it_main, 'category' => $key]) 90 @include('block_real_new', ['it_main' => $it_main, 'category' => $key])
91 </div> 91 </div>
92 @endforeach 92 @endforeach
93 <!--_include('block_real', ['flot' => $flot, 'position' => $Position[$flot->position_id]])--> 93 <!--_include('block_real', ['flot' => $flot, 'position' => $Position[$flot->position_id]])-->
94 </div> 94 </div>
95 </div> 95 </div>
96 </div> 96 </div>
97 </div> 97 </div>
98 </main> 98 </main>
99 99
100 <section class="employer"> 100 <section class="employer">
101 <div class="container"> 101 <div class="container">
102 <div class="title"><h4>Работодатели</h4></div> 102 <div class="title"><h4>Работодатели</h4></div>
103 103
104 <div class="employer__body"> 104 <div class="employer__body">
105 @if ($employers->count()) 105 @if ($employers->count())
106 @foreach($employers as $emp) 106 @foreach($employers as $emp)
107 @if (!empty($emp->employer->logo)) 107 @if (!empty($emp->employer->logo))
108 <a href="{{ route('info_company', ['company' => $emp->employer->id]) }}"> 108 <a href="{{ route('info_company', ['company' => $emp->employer->id]) }}">
109 <img 109 <img
110 src="{{ asset(Storage::url($emp->employer->logo)) }}" 110 src="{{ asset(Storage::url($emp->employer->logo)) }}"
111 alt="{{ $emp->employer->name_company }}" 111 alt="{{ $emp->employer->name_company }}"
112 title="{{ $emp->employer->name_company }}" 112 title="{{ $emp->employer->name_company }}"
113 > 113 >
114 </a> 114 </a>
115 @else 115 @else
116 <a href="{{ route('info_company', ['company' => $emp->employer->id]) }}"> 116 <a href="{{ route('info_company', ['company' => $emp->employer->id]) }}">
117 <img 117 <img
118 src="{{ asset('images/logo_emp.png') }}" 118 src="{{ asset('images/logo_emp.png') }}"
119 alt="{{ $emp->employer->name_company }}" 119 alt="{{ $emp->employer->name_company }}"
120 title="{{ $emp->employer->name_company }}" 120 title="{{ $emp->employer->name_company }}"
121 > 121 >
122 </a> 122 </a>
123 @endif 123 @endif
124 @endforeach 124 @endforeach
125 @else 125 @else
126 <h5>Тут нет никаких записей</h5> 126 <h5>Тут нет никаких записей</h5>
127 @endif 127 @endif
128 </div> 128 </div>
129 129
130 <div class="swiper-pagination"></div> 130 <div class="swiper-pagination"></div>
131 </div> 131 </div>
132 <a href="{{ route('shipping_companies') }}" class="employer__more button button_light">Все работодатели</a> 132 <a href="{{ route('shipping_companies') }}" class="employer__more button button_light">Все работодатели</a>
133 133
134 </section> 134 </section>
135 <section class="about"> 135 <section class="about">
136 <div class="container"> 136 <div class="container">
137 <div class="about__wrapper"> 137 <div class="about__wrapper">
138 <div class="title about__title"><h4>О нас</h4></div> 138 <div class="title about__title"><h4>О нас</h4></div>
139 <div class="about__body"> 139 <div class="about__body">
140 <div class="about__line"></div> 140 <div class="about__line"></div>
141 <div class="about__item"> 141 <div class="about__item">
142 <b>Для работодателей</b> 142 <b>Для работодателей</b>
143 <span> 143 <span>
144 Нашим ресурсом пользуются более 150 судоходных компаний России и СНГ, в настоящее время мы самая эффективная площадка. 144 Нашим ресурсом пользуются более 150 судоходных компаний России и СНГ, в настоящее время мы самая эффективная площадка.
145 Подробности о работе сервиса и стоимости обслуживания можно получить перейдя по ссылке 145 Подробности о работе сервиса и стоимости обслуживания можно получить перейдя по ссылке
146 <a href="{{ route('page', ['pages' => 'Stoimost-razmescheniya']) }}">здесь</a>. 146 <a href="{{ route('page', ['pages' => 'Stoimost-razmescheniya']) }}">здесь</a>.
147 </span> 147 </span>
148 <a class="about__button button button_whited" style="text-decoration: none" href="{{ route('bd_resume') }}">Поиск сотрудников</a> 148 <a class="about__button button button_whited" style="text-decoration: none" href="{{ route('bd_resume') }}">Поиск сотрудников</a>
149 </div> 149 </div>
150 <div class="about__item"> 150 <div class="about__item">
151 <b>Для сотрудников</b> 151 <b>Для сотрудников</b>
152 <span> 152 <span>
153 Работа найдется для каждого, а удобная фильтрация вакансий по должностям сделает поиск приятным 153 Работа найдется для каждого, а удобная фильтрация вакансий по должностям сделает поиск приятным
154 </span> 154 </span>
155 <a class="about__button button button_whited" style="text-decoration: none" href="{{ route('vacancies') }}">Ищу работу</a> 155 <a class="about__button button button_whited" style="text-decoration: none" href="{{ route('vacancies') }}">Ищу работу</a>
156 </div> 156 </div>
157 </div> 157 </div>
158 </div> 158 </div>
159 </div> 159 </div>
160 </section> 160 </section>
161 161
162 @if ($news->count()) 162 @if ($news->count())
163 <section class="news"> 163 <section class="news">
164 <div class="container"> 164 <div class="container">
165 <div class="news__toper"> 165 <div class="news__toper">
166 <div class="title"><h4>Новости и статьи</h4></div> 166 <div class="title"><h4>Новости и статьи</h4></div>
167 <div class="navs"> 167 <div class="navs">
168 <button class="js-news-swiper-button-prev"> 168 <button class="js-news-swiper-button-prev">
169 <svg class="rotate180"> 169 <svg class="rotate180">
170 <use xlink:href="{{ asset('images/sprite.svg#arrow') }}"></use> 170 <use xlink:href="{{ asset('images/sprite.svg#arrow') }}"></use>
171 </svg> 171 </svg>
172 </button> 172 </button>
173 <button class="js-news-swiper-button-next"> 173 <button class="js-news-swiper-button-next">
174 <svg> 174 <svg>
175 <use xlink:href="{{ asset('images/sprite.svg#arrow') }}"></use> 175 <use xlink:href="{{ asset('images/sprite.svg#arrow') }}"></use>
176 </svg> 176 </svg>
177 </button> 177 </button>
178 </div> 178 </div>
179 </div> 179 </div>
180 180
181 <div class="swiper js-news-swiper"> 181 <div class="swiper js-news-swiper">
182 <div class="swiper-wrapper"> 182 <div class="swiper-wrapper">
183 183
184 @foreach ($news as $new) 184 @foreach ($news as $new)
185 <div class="swiper-slide"> 185 <div class="swiper-slide">
186 <div class="news__item"> 186 <div class="news__item">
187 @if (empty($new->image)) 187 @if (empty($new->image))
188 <img src="{{ asset('/images/default_ship.jpg') }}" alt="" class="news__item-pic"> 188 <img src="{{ asset('/images/default_ship.jpg') }}" alt="" class="news__item-pic">
189 @else 189 @else
190 <img src="{{ asset(Storage::url($new->image)) }}" alt="" class="news__item-pic"> 190 <img src="{{ asset(Storage::url($new->image)) }}" alt="" class="news__item-pic">
191 @endif 191 @endif
192 <div class="news__item-body"> 192 <div class="news__item-body">
193 <time datetime="{{ date('d.m.Y H:i:s', strtotime($new->created_at)) }}" class="news__item-date">{{ date('d.m.Y H:i:s', strtotime($new->created_at)) }}</time> 193 <time datetime="{{ date('d.m.Y H:i:s', strtotime($new->created_at)) }}" class="news__item-date">{{ date('d.m.Y H:i:s', strtotime($new->created_at)) }}</time>
194 <div class="news__item-title">{{ $new->title }}</div> 194 <div class="news__item-title">{{ $new->title }}</div>
195 <div class="news__item-text">{!! mb_strimwidth($new->text, 0, 100) !!}</div> 195 <div class="news__item-text">{!! mb_strimwidth($new->text, 0, 150) !!}</div>
196 <div> 196 <div>
197 <a href="{{ route('detail_new', ['new' => $new->id]) }}" class="news__item-more button button_light">Читать далее</a> 197 <a href="{{ route('detail_new', ['new' => $new->id]) }}" class="news__item-more button button_light">Читать далее</a>
198 </div> 198 </div>
199 </div> 199 </div>
200 </div> 200 </div>
201 </div> 201 </div>
202 @endforeach 202 @endforeach
203 203
204 </div> 204 </div>
205 <div class="swiper-pagination"></div> 205 <div class="swiper-pagination"></div>
206 </div> 206 </div>
207 <a href="{{ route('news') }}" class="news__all button button_light">Все новости</a> 207 <a href="{{ route('news') }}" class="news__all button button_light">Все новости</a>
208 208
209 </div> 209 </div>
210 </section> 210 </section>
211 @endif 211 @endif
212 212
213 <section class="info"> 213 <section class="info">
214 <div class="container"> 214 <div class="container">
215 <img src="images/5.png" alt="" class="info__pic"> 215 <img src="images/5.png" alt="" class="info__pic">
216 <div class="info__body"> 216 <div class="info__body">
217 <div class="title info__title"><h4>Мы в социальных сетях</h4></div> 217 <div class="title info__title"><h4>Мы в социальных сетях</h4></div>
218 <div class="info__item"> 218 <div class="info__item">
219 <div class="info__text"> 219 <div class="info__text">
220 Телеграм — Подпишитесь на наш телеграм канал и получайте уведомления о новых вакансиях прямо на свой смартфон 220 Телеграм — Подпишитесь на наш телеграм канал и получайте уведомления о новых вакансиях прямо на свой смартфон
221 </div> 221 </div>
222 <a href="{{ $companies[0]->telegram }}" class="info__link" style="background:#20A0E1"> 222 <a href="{{ $companies[0]->telegram }}" class="info__link" style="background:#20A0E1">
223 <svg> 223 <svg>
224 <use xlink:href="{{ asset('images/sprite.svg#tg') }}"></use> 224 <use xlink:href="{{ asset('images/sprite.svg#tg') }}"></use>
225 </svg> 225 </svg>
226 Телеграм 226 Телеграм
227 </a> 227 </a>
228 </div> 228 </div>
229 <div class="info__item"> 229 <div class="info__item">
230 <div class="info__text"> 230 <div class="info__text">
231 Вконтакте — Сообщество работников морского и речного флота, актуальная подборка вакансий 231 Вконтакте — Сообщество работников морского и речного флота, актуальная подборка вакансий
232 </div> 232 </div>
233 <a href="{{ $companies[0]->vkontact }}" class="info__link" style="background:#2787F5"> 233 <a href="{{ $companies[0]->vkontact }}" class="info__link" style="background:#2787F5">
234 <svg> 234 <svg>
235 <use xlink:href="{{ asset('images/sprite.svg#vk') }}"></use> 235 <use xlink:href="{{ asset('images/sprite.svg#vk') }}"></use>
236 </svg> 236 </svg>
237 ВКонтакте 237 ВКонтакте
238 </a> 238 </a>
239 </div> 239 </div>
240 </div> 240 </div>
241 </div> 241 </div>
242 </section> 242 </section>
243 @endsection 243 @endsection
244 244
resources/views/modals/vacancy/tell_user_to_complete_profile.blade.php
1 <div id="tell_to_update_profile" class="modal modal_bg"> 1 <div id="tell_to_update_profile" class="modal modal_bg">
2 <div class="modal__body"> 2 <div class="modal__body">
3 <div class="modal__text">“Вы отказались дополнять свое резюме, свяжитесь с работодателем через контакты указанные в объявлении или дополните свое резюме</div> 3 <div class="modal__text">“Вы отказались дополнять свое резюме, свяжитесь с работодателем через контакты указанные в объявлении или дополните свое резюме</div>
4 <div class="modal__buttons"> 4 <div class="modal__buttons modal__buttons-one-column">
5 <a href="{{ route('worker.cabinet') }}" class="button main__employer-page-two-item-button">Дополнить</a> 5 <a href="{{ route('worker.cabinet') }}" class="button main__employer-page-two-item-button">Дополнить</a>
6 </div> 6 </div>
7 </div> 7 </div>
8 </div> 8 </div>
9 9