Blame view
public/css/style_may2024.css
202 KB
1fe4f9ffd Обновление визуал... |
1 2 3 4 5 6 7 8 9 10 11 12 |
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ @import url(fonts.css); @import url(jquery.fancybox.css); @import url(jquery.select2.css); @import url(star-rating.min.css); @import url(swiper.css); |
f86fd56d9 task-132985 autor... |
13 |
@import url(picker.min.css); |
ab181e741 task-132985 autol... |
14 |
@import url(general.css); |
1fe4f9ffd Обновление визуал... |
15 |
html { |
f86fd56d9 task-132985 autor... |
16 17 |
line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ |
1fe4f9ffd Обновление визуал... |
18 19 20 21 22 23 24 25 |
} /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { |
f86fd56d9 task-132985 autor... |
26 |
margin: 0; |
1fe4f9ffd Обновление визуал... |
27 28 29 30 31 32 |
} /** * Render the `main` element consistently in IE. */ main { |
f86fd56d9 task-132985 autor... |
33 |
display: block; |
1fe4f9ffd Обновление визуал... |
34 35 36 37 38 39 40 |
} /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { |
f86fd56d9 task-132985 autor... |
41 42 |
font-size: 2em; margin: 0.67em 0; |
1fe4f9ffd Обновление визуал... |
43 44 45 46 47 48 49 50 51 |
} /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { |
f86fd56d9 task-132985 autor... |
52 53 54 55 |
-webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ |
1fe4f9ffd Обновление визуал... |
56 57 58 59 60 61 62 |
} /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { |
f86fd56d9 task-132985 autor... |
63 64 |
font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ |
1fe4f9ffd Обновление визуал... |
65 66 67 68 69 70 71 72 |
} /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { |
f86fd56d9 task-132985 autor... |
73 |
background-color: transparent; |
1fe4f9ffd Обновление визуал... |
74 75 76 77 78 79 80 |
} /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { |
f86fd56d9 task-132985 autor... |
81 82 83 84 |
border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ |
1fe4f9ffd Обновление визуал... |
85 86 87 88 89 90 91 |
} /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { |
f86fd56d9 task-132985 autor... |
92 |
font-weight: bolder; |
1fe4f9ffd Обновление визуал... |
93 94 95 96 97 98 99 100 101 |
} /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { |
f86fd56d9 task-132985 autor... |
102 103 |
font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ |
1fe4f9ffd Обновление визуал... |
104 105 106 107 108 109 |
} /** * Add the correct font size in all browsers. */ small { |
f86fd56d9 task-132985 autor... |
110 |
font-size: 80%; |
1fe4f9ffd Обновление визуал... |
111 112 113 114 115 116 117 118 |
} /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { |
f86fd56d9 task-132985 autor... |
119 120 121 122 |
font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; |
1fe4f9ffd Обновление визуал... |
123 124 125 |
} sub { |
f86fd56d9 task-132985 autor... |
126 |
bottom: -0.25em; |
1fe4f9ffd Обновление визуал... |
127 128 129 |
} sup { |
f86fd56d9 task-132985 autor... |
130 |
top: -0.5em; |
1fe4f9ffd Обновление визуал... |
131 132 133 134 135 136 137 138 |
} /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { |
f86fd56d9 task-132985 autor... |
139 |
border-style: none; |
1fe4f9ffd Обновление визуал... |
140 141 142 143 144 145 146 147 148 149 150 151 152 |
} /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { |
f86fd56d9 task-132985 autor... |
153 154 155 156 |
font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ |
1fe4f9ffd Обновление визуал... |
157 158 159 160 161 162 163 164 |
} /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ |
f86fd56d9 task-132985 autor... |
165 |
overflow: visible; |
1fe4f9ffd Обновление визуал... |
166 167 168 169 170 171 172 173 |
} /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ |
f86fd56d9 task-132985 autor... |
174 |
text-transform: none; |
1fe4f9ffd Обновление визуал... |
175 176 177 178 179 180 181 182 183 |
} /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type=button], [type=reset], [type=submit] { |
f86fd56d9 task-132985 autor... |
184 |
-webkit-appearance: button; |
1fe4f9ffd Обновление визуал... |
185 186 187 188 189 190 191 192 193 |
} /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner { |
f86fd56d9 task-132985 autor... |
194 195 |
border-style: none; padding: 0; |
1fe4f9ffd Обновление визуал... |
196 197 198 199 200 201 202 203 204 |
} /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring { |
f86fd56d9 task-132985 autor... |
205 |
outline: 1px dotted ButtonText; |
1fe4f9ffd Обновление визуал... |
206 207 208 209 210 211 |
} /** * Correct the padding in Firefox. */ fieldset { |
f86fd56d9 task-132985 autor... |
212 |
padding: 0.35em 0.75em 0.625em; |
1fe4f9ffd Обновление визуал... |
213 214 215 216 217 218 219 220 221 |
} /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { |
f86fd56d9 task-132985 autor... |
222 223 224 225 226 227 228 |
-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ |
1fe4f9ffd Обновление визуал... |
229 230 231 232 233 234 |
} /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { |
f86fd56d9 task-132985 autor... |
235 |
vertical-align: baseline; |
1fe4f9ffd Обновление визуал... |
236 237 238 239 240 241 |
} /** * Remove the default vertical scrollbar in IE 10+. */ textarea { |
f86fd56d9 task-132985 autor... |
242 |
overflow: auto; |
1fe4f9ffd Обновление визуал... |
243 244 245 246 247 248 249 250 |
} /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type=checkbox], [type=radio] { |
f86fd56d9 task-132985 autor... |
251 252 253 |
-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ |
1fe4f9ffd Обновление визуал... |
254 255 256 257 258 259 260 |
} /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { |
f86fd56d9 task-132985 autor... |
261 |
height: auto; |
1fe4f9ffd Обновление визуал... |
262 263 264 265 266 267 268 |
} /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type=search] { |
f86fd56d9 task-132985 autor... |
269 270 |
-webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ |
1fe4f9ffd Обновление визуал... |
271 272 273 274 275 276 |
} /** * Remove the inner padding in Chrome and Safari on macOS. */ [type=search]::-webkit-search-decoration { |
f86fd56d9 task-132985 autor... |
277 |
-webkit-appearance: none; |
1fe4f9ffd Обновление визуал... |
278 279 280 281 282 283 284 |
} /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { |
f86fd56d9 task-132985 autor... |
285 286 |
-webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ |
1fe4f9ffd Обновление визуал... |
287 288 289 290 291 292 293 294 |
} /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { |
f86fd56d9 task-132985 autor... |
295 |
display: block; |
1fe4f9ffd Обновление визуал... |
296 297 298 299 300 301 |
} /* * Add the correct display in all browsers. */ summary { |
f86fd56d9 task-132985 autor... |
302 |
display: list-item; |
1fe4f9ffd Обновление визуал... |
303 304 305 306 307 308 309 310 |
} /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { |
f86fd56d9 task-132985 autor... |
311 |
display: none; |
1fe4f9ffd Обновление визуал... |
312 313 314 315 316 317 |
} /** * Add the correct display in IE 10. */ [hidden] { |
f86fd56d9 task-132985 autor... |
318 |
display: none; |
1fe4f9ffd Обновление визуал... |
319 320 321 |
} .green { |
f86fd56d9 task-132985 autor... |
322 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
323 324 325 |
} .red { |
f86fd56d9 task-132985 autor... |
326 |
color: #eb5757; |
1fe4f9ffd Обновление визуал... |
327 328 329 |
} .rotate180 { |
f86fd56d9 task-132985 autor... |
330 331 332 |
-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); |
1fe4f9ffd Обновление визуал... |
333 334 335 |
} ::-moz-selection { |
f86fd56d9 task-132985 autor... |
336 337 |
color: #000; background: #acc0e6; |
1fe4f9ffd Обновление визуал... |
338 339 340 |
} ::selection { |
f86fd56d9 task-132985 autor... |
341 342 |
color: #000; background: #acc0e6; |
1fe4f9ffd Обновление визуал... |
343 344 345 |
} ::-webkit-scrollbar { |
f86fd56d9 task-132985 autor... |
346 347 |
width: 8px; height: 8px; |
1fe4f9ffd Обновление визуал... |
348 349 350 |
} ::-webkit-scrollbar-track { |
f86fd56d9 task-132985 autor... |
351 352 |
border-radius: 999px; background-color: #fff; |
1fe4f9ffd Обновление визуал... |
353 354 355 |
} ::-webkit-scrollbar-thumb { |
f86fd56d9 task-132985 autor... |
356 357 |
border-radius: 999px; background-color: #377d87; |
1fe4f9ffd Обновление визуал... |
358 359 360 |
} ::-webkit-input-placeholder { |
f86fd56d9 task-132985 autor... |
361 362 |
color: #9c9d9d; opacity: 1; |
1fe4f9ffd Обновление визуал... |
363 364 365 |
} :focus::-webkit-input-placeholder { |
f86fd56d9 task-132985 autor... |
366 |
color: transparent; |
1fe4f9ffd Обновление визуал... |
367 368 369 |
} :-ms-input-placeholder { |
f86fd56d9 task-132985 autor... |
370 371 |
color: #9c9d9d; opacity: 1; |
1fe4f9ffd Обновление визуал... |
372 373 374 |
} :focus:-ms-input-placeholder { |
f86fd56d9 task-132985 autor... |
375 |
color: transparent; |
1fe4f9ffd Обновление визуал... |
376 377 378 |
} ::-ms-input-placeholder { |
f86fd56d9 task-132985 autor... |
379 380 |
color: #9c9d9d; opacity: 1; |
1fe4f9ffd Обновление визуал... |
381 382 383 |
} :focus::-ms-input-placeholder { |
f86fd56d9 task-132985 autor... |
384 |
color: transparent; |
1fe4f9ffd Обновление визуал... |
385 386 387 |
} ::-moz-placeholder { |
f86fd56d9 task-132985 autor... |
388 389 |
color: #9c9d9d; opacity: 1; |
1fe4f9ffd Обновление визуал... |
390 391 392 |
} :focus::-moz-placeholder { |
f86fd56d9 task-132985 autor... |
393 |
color: transparent; |
1fe4f9ffd Обновление визуал... |
394 395 396 |
} ::-webkit-input-placeholder { |
f86fd56d9 task-132985 autor... |
397 398 |
color: #9c9d9d; opacity: 1; |
1fe4f9ffd Обновление визуал... |
399 400 401 |
} ::-moz-placeholder { |
f86fd56d9 task-132985 autor... |
402 403 |
color: #9c9d9d; opacity: 1; |
1fe4f9ffd Обновление визуал... |
404 405 406 |
} :-ms-input-placeholder { |
f86fd56d9 task-132985 autor... |
407 408 |
color: #9c9d9d; opacity: 1; |
1fe4f9ffd Обновление визуал... |
409 410 411 |
} ::-ms-input-placeholder { |
f86fd56d9 task-132985 autor... |
412 413 |
color: #9c9d9d; opacity: 1; |
1fe4f9ffd Обновление визуал... |
414 415 416 |
} ::placeholder { |
f86fd56d9 task-132985 autor... |
417 418 |
color: #9c9d9d; opacity: 1; |
1fe4f9ffd Обновление визуал... |
419 420 421 |
} :focus::-webkit-input-placeholder { |
f86fd56d9 task-132985 autor... |
422 |
color: transparent; |
1fe4f9ffd Обновление визуал... |
423 424 425 |
} :focus::-moz-placeholder { |
f86fd56d9 task-132985 autor... |
426 |
color: transparent; |
1fe4f9ffd Обновление визуал... |
427 428 429 |
} :focus:-ms-input-placeholder { |
f86fd56d9 task-132985 autor... |
430 |
color: transparent; |
1fe4f9ffd Обновление визуал... |
431 432 433 |
} :focus::-ms-input-placeholder { |
f86fd56d9 task-132985 autor... |
434 |
color: transparent; |
1fe4f9ffd Обновление визуал... |
435 436 437 |
} :focus::placeholder { |
f86fd56d9 task-132985 autor... |
438 |
color: transparent; |
1fe4f9ffd Обновление визуал... |
439 440 441 442 443 |
} *, *:before, *:after { |
f86fd56d9 task-132985 autor... |
444 445 446 447 448 449 450 451 |
-webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; -webkit-box-shadow: none; box-shadow: none; |
1fe4f9ffd Обновление визуал... |
452 453 454 455 456 |
} a, button, select { |
f86fd56d9 task-132985 autor... |
457 |
color: inherit; |
1fe4f9ffd Обновление визуал... |
458 459 460 |
} a { |
f86fd56d9 task-132985 autor... |
461 |
text-decoration: none; |
1fe4f9ffd Обновление визуал... |
462 463 464 465 466 467 |
} a, input[type=button], input[type=submit], button { |
f86fd56d9 task-132985 autor... |
468 469 470 471 472 473 474 |
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; |
1fe4f9ffd Обновление визуал... |
475 476 477 |
} [type=tel] { |
f86fd56d9 task-132985 autor... |
478 |
letter-spacing: 1px; |
1fe4f9ffd Обновление визуал... |
479 480 481 482 483 |
} .br, img, svg { |
f86fd56d9 task-132985 autor... |
484 |
display: block; |
1fe4f9ffd Обновление визуал... |
485 486 487 |
} .float-left { |
f86fd56d9 task-132985 autor... |
488 |
float: left; |
1fe4f9ffd Обновление визуал... |
489 490 491 |
} .float-right { |
f86fd56d9 task-132985 autor... |
492 |
float: right; |
1fe4f9ffd Обновление визуал... |
493 494 495 |
} .clear-both:after { |
f86fd56d9 task-132985 autor... |
496 497 498 |
content: ""; display: block; clear: both; |
1fe4f9ffd Обновление визуал... |
499 500 501 502 503 504 505 506 |
} h1, h2, h3, h4, h5, h6 { |
f86fd56d9 task-132985 autor... |
507 |
margin: 0; |
1fe4f9ffd Обновление визуал... |
508 509 510 |
} #body { |
f86fd56d9 task-132985 autor... |
511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 |
font-family: "Circe", sans-serif; color: #000; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 50px; min-width: 320px; min-height: 100vh; line-height: 1.25; } @media (min-width: 768px) { #body { gap: 60px; } |
1fe4f9ffd Обновление визуал... |
533 534 |
} #body.pdf { |
f86fd56d9 task-132985 autor... |
535 |
gap: 0; |
1fe4f9ffd Обновление визуал... |
536 537 538 |
} .container { |
f86fd56d9 task-132985 autor... |
539 540 541 542 543 544 |
width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; |
1fe4f9ffd Обновление визуал... |
545 546 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
547 548 549 550 |
.container { padding-left: 20px; padding-right: 20px; } |
1fe4f9ffd Обновление визуал... |
551 552 553 |
} .to-top { |
f86fd56d9 task-132985 autor... |
554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 |
position: fixed; right: 10px; bottom: 10px; border-radius: 999px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; background: #377d87; width: 40px; height: 40px; -webkit-transition: 0.3s; transition: 0.3s; margin-right: -100px; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); z-index: 99; border: 1px solid #377d87; |
1fe4f9ffd Обновление визуал... |
578 579 |
} .to-top:hover { |
f86fd56d9 task-132985 autor... |
580 581 |
background: #fff; color: #377d87; |
1fe4f9ffd Обновление визуал... |
582 583 |
} .to-top svg { |
f86fd56d9 task-132985 autor... |
584 585 |
width: 10px; height: 10px; |
1fe4f9ffd Обновление визуал... |
586 587 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
588 589 590 591 592 593 594 595 596 597 |
.to-top { width: 50px; height: 50px; right: 20px; bottom: 20px; } .to-top svg { width: 12px; height: 12px; } |
1fe4f9ffd Обновление визуал... |
598 599 600 |
} .begin .to-top { |
f86fd56d9 task-132985 autor... |
601 |
margin-right: 0; |
1fe4f9ffd Обновление визуал... |
602 603 604 |
} .socials { |
f86fd56d9 task-132985 autor... |
605 606 607 608 609 610 611 612 613 614 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 8px; |
1fe4f9ffd Обновление визуал... |
615 616 |
} .socials a { |
f86fd56d9 task-132985 autor... |
617 618 619 620 621 622 623 624 625 626 627 628 629 630 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 1px solid #377d87; color: #377d87; border-radius: 999px; width: 38px; height: 38px; |
1fe4f9ffd Обновление визуал... |
631 632 |
} .socials a:hover { |
f86fd56d9 task-132985 autor... |
633 634 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
635 636 |
} .socials svg { |
f86fd56d9 task-132985 autor... |
637 638 |
width: 12px; height: 12px; |
1fe4f9ffd Обновление визуал... |
639 640 641 |
} .nls { |
f86fd56d9 task-132985 autor... |
642 643 644 645 646 |
display: -webkit-box; display: -ms-flexbox; display: flex; color: #000; text-align: left; |
1fe4f9ffd Обновление визуал... |
647 648 |
} .nls:hover { |
f86fd56d9 task-132985 autor... |
649 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
650 651 |
} .nls svg { |
f86fd56d9 task-132985 autor... |
652 653 |
width: 30px; height: 40px; |
1fe4f9ffd Обновление визуал... |
654 655 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
656 657 658 659 |
.nls svg { width: 24px; height: 31px; } |
1fe4f9ffd Обновление визуал... |
660 661 |
} .nls span { |
f86fd56d9 task-132985 autor... |
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 |
width: calc(100% - 30px); padding-left: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 12px; line-height: 1.4; } @media (min-width: 768px) { .nls span { width: calc(100% - 24px); } |
1fe4f9ffd Обновление визуал... |
681 682 |
} .nls b { |
f86fd56d9 task-132985 autor... |
683 |
font-weight: 400; |
1fe4f9ffd Обновление визуал... |
684 685 686 687 |
} .title, h1 { |
f86fd56d9 task-132985 autor... |
688 689 690 |
margin: 0; font-weight: 700; font-size: 32px; |
1fe4f9ffd Обновление визуал... |
691 692 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
693 694 695 696 |
.title, h1 { font-size: 40px; } |
1fe4f9ffd Обновление визуал... |
697 698 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
699 700 701 702 |
.title, h1 { font-size: 48px; } |
1fe4f9ffd Обновление визуал... |
703 704 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
705 706 707 708 |
.title, h1 { font-size: 64px; } |
1fe4f9ffd Обновление визуал... |
709 710 711 |
} .swiper-pagination { |
f86fd56d9 task-132985 autor... |
712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: static; margin-top: 20px; gap: 8px; } @media (min-width: 768px) { .swiper-pagination { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
729 730 |
} .swiper-pagination-bullet { |
f86fd56d9 task-132985 autor... |
731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 |
width: 16px; height: 16px; opacity: 1; border: 1px solid #cdcece; -webkit-transition: 0.3s; transition: 0.3s; background: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 !important; |
1fe4f9ffd Обновление визуал... |
748 749 |
} .swiper-pagination-bullet:before { |
f86fd56d9 task-132985 autor... |
750 751 752 753 754 755 756 757 |
content: ""; width: 6px; height: 6px; border-radius: 999px; background: #377d87; opacity: 0; -webkit-transition: 0.3s; transition: 0.3s; |
1fe4f9ffd Обновление визуал... |
758 759 |
} .swiper-pagination-bullet:hover { |
f86fd56d9 task-132985 autor... |
760 |
border-color: #377d87; |
1fe4f9ffd Обновление визуал... |
761 762 |
} .swiper-pagination-bullet-active { |
f86fd56d9 task-132985 autor... |
763 |
border-color: #377d87; |
1fe4f9ffd Обновление визуал... |
764 765 |
} .swiper-pagination-bullet-active:before { |
f86fd56d9 task-132985 autor... |
766 |
opacity: 1; |
1fe4f9ffd Обновление визуал... |
767 768 769 |
} .navs { |
f86fd56d9 task-132985 autor... |
770 771 772 773 774 775 776 777 778 779 780 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 20px; width: 80px; |
1fe4f9ffd Обновление визуал... |
781 782 |
} .navs button { |
f86fd56d9 task-132985 autor... |
783 784 785 786 |
color: #377d87; background: none; border: none; padding: 0; |
1fe4f9ffd Обновление визуал... |
787 788 |
} .navs button[disabled] { |
f86fd56d9 task-132985 autor... |
789 790 |
cursor: not-allowed; color: #cddee1; |
1fe4f9ffd Обновление визуал... |
791 792 |
} .navs svg { |
f86fd56d9 task-132985 autor... |
793 794 |
width: 14px; height: 28px; |
1fe4f9ffd Обновление визуал... |
795 796 797 |
} .select { |
f86fd56d9 task-132985 autor... |
798 |
position: relative; |
1fe4f9ffd Обновление визуал... |
799 800 |
} .select2 { |
f86fd56d9 task-132985 autor... |
801 |
width: 100% !important; |
1fe4f9ffd Обновление визуал... |
802 803 |
} .select2-container { |
f86fd56d9 task-132985 autor... |
804 |
font-size: 12px; |
1fe4f9ffd Обновление визуал... |
805 806 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
807 808 809 |
.select2-container { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
810 811 |
} .select2-container--open .select2-selection { |
f86fd56d9 task-132985 autor... |
812 |
border-color: #377d87 !important; |
1fe4f9ffd Обновление визуал... |
813 814 |
} .select2-container--open .select2-selection__arrow svg { |
f86fd56d9 task-132985 autor... |
815 816 817 |
-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); |
1fe4f9ffd Обновление визуал... |
818 819 |
} .select2-selection { |
f86fd56d9 task-132985 autor... |
820 821 822 823 824 |
min-height: 30px !important; border-radius: 8px !important; border-color: #e7e7e7 !important; -webkit-transition: 0.3s; transition: 0.3s; |
1fe4f9ffd Обновление визуал... |
825 826 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
827 828 829 |
.select2-selection { min-height: 50px !important; } |
1fe4f9ffd Обновление визуал... |
830 831 |
} .select2-selection__rendered { |
f86fd56d9 task-132985 autor... |
832 833 |
line-height: 28px !important; padding: 0 30px 0 10px !important; |
1fe4f9ffd Обновление визуал... |
834 835 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
836 837 838 839 |
.select2-selection__rendered { line-height: 48px !important; padding: 0 46px 0 20px !important; } |
1fe4f9ffd Обновление визуал... |
840 841 |
} .select2-selection--multiple .select2-selection__rendered { |
f86fd56d9 task-132985 autor... |
842 843 844 845 846 847 848 849 850 851 852 |
display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; padding-top: 10px !important; padding-bottom: 10px !important; |
1fe4f9ffd Обновление визуал... |
853 854 |
} .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { |
f86fd56d9 task-132985 autor... |
855 |
margin: 0; |
1fe4f9ffd Обновление визуал... |
856 857 |
} .select2-selection__arrow { |
f86fd56d9 task-132985 autor... |
858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 |
top: 0 !important; right: 0 !important; width: 30px !important; height: 100% !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #377d87; } @media (min-width: 768px) { .select2-selection__arrow { width: 50px !important; } |
1fe4f9ffd Обновление визуал... |
877 878 |
} .select2-selection__arrow svg { |
f86fd56d9 task-132985 autor... |
879 880 881 882 |
width: 12px; height: 12px; -webkit-transition: 0.3s; transition: 0.3s; |
1fe4f9ffd Обновление визуал... |
883 884 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
885 886 887 888 |
.select2-selection__arrow svg { width: 14px; height: 14px; } |
1fe4f9ffd Обновление визуал... |
889 890 |
} .select2-selection__choice { |
f86fd56d9 task-132985 autor... |
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 4px; padding: 0 4px 0 6px !important; background: #377d87 !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; color: #fff; height: 24px; } @media (min-width: 768px) { .select2-selection__choice { height: 32px; gap: 6px; padding: 0 6px 0 10px !important; border-radius: 8px !important; } |
1fe4f9ffd Обновление визуал... |
920 921 |
} .select2-selection__choice__remove { |
f86fd56d9 task-132985 autor... |
922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 |
width: 14px; height: 14px; padding-top: 4px; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff !important; font-weight: 400 !important; font-size: 26px; |
1fe4f9ffd Обновление визуал... |
937 938 |
} .select2-search { |
f86fd56d9 task-132985 autor... |
939 |
display: none; |
1fe4f9ffd Обновление визуал... |
940 941 |
} .select2-dropdown { |
f86fd56d9 task-132985 autor... |
942 943 944 945 946 |
z-index: 99999; border: none; border-radius: 0; background: none; padding: 5px 0; |
1fe4f9ffd Обновление визуал... |
947 948 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
949 950 951 |
.select2-dropdown { padding: 10px 0; } |
1fe4f9ffd Обновление визуал... |
952 953 |
} .select2-results { |
f86fd56d9 task-132985 autor... |
954 955 956 957 |
background: #fff; border-radius: 8px; border: 1px solid #377d87; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
958 959 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
960 961 962 |
.select2-results__option { padding: 10px 14px; } |
1fe4f9ffd Обновление визуал... |
963 964 |
} .select2-results__option--highlighted { |
f86fd56d9 task-132985 autor... |
965 |
background: #377d87 !important; |
1fe4f9ffd Обновление визуал... |
966 967 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
968 969 970 |
.select_search .select2-selection__rendered { padding-left: 60px !important; } |
1fe4f9ffd Обновление визуал... |
971 972 |
} .select_search .select__icon { |
f86fd56d9 task-132985 autor... |
973 974 975 976 977 978 979 980 981 982 983 |
display: none; height: 28px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 12px; z-index: 2; position: absolute; top: 50%; left: 15px; margin-top: -14px; |
1fe4f9ffd Обновление визуал... |
984 985 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
986 987 988 989 990 |
.select_search .select__icon { display: -webkit-box; display: -ms-flexbox; display: flex; } |
1fe4f9ffd Обновление визуал... |
991 992 |
} .select_search .select__icon:after { |
f86fd56d9 task-132985 autor... |
993 994 995 996 997 998 999 1000 |
content: ""; width: 1px; height: 100%; border-radius: 999px; position: absolute; top: 0; right: 0; background: #cecece; |
1fe4f9ffd Обновление визуал... |
1001 1002 |
} .select_search .select__icon svg { |
f86fd56d9 task-132985 autor... |
1003 1004 1005 |
color: #9c9d9d; width: 20px; height: 20px; |
1fe4f9ffd Обновление визуал... |
1006 1007 1008 |
} .form-group { |
f86fd56d9 task-132985 autor... |
1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4px; } .form-group__label { font-size: 12px; } @media (min-width: 768px) { .form-group__label { font-size: 16px; } } |
1fe4f9ffd Обновление визуал... |
1026 |
.form-group__item { |
f86fd56d9 task-132985 autor... |
1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; } .form-group__item-icon { width: 16px; aspect-ratio: 1/1; z-index: 2; position: absolute; top: 50%; right: 4px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #377d87; } @media (min-width: 768px) { .form-group__item-icon { width: 22px; right: 20px; } } .form-group__item-icon svg { width: 14px; aspect-ratio: 1/1; } @media (min-width: 768px) { .form-group__item-icon svg { width: 20px; } } .form-group__item-icon + .input { padding-right: 24px; } @media (min-width: 768px) { .form-group__item-icon + .input { padding-right: 60px; } |
1fe4f9ffd Обновление визуал... |
1079 1080 1081 |
} .input { |
f86fd56d9 task-132985 autor... |
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 |
display: block; height: 30px; border: 1px solid #cecece; background: #fff; font-size: 12px; border-radius: 8px; padding: 0 10px; color: #000; -webkit-transition: 0.3s; transition: 0.3s; position: relative; z-index: 1; } @media (min-width: 768px) { .input { padding: 0 20px; height: 44px; font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
1101 1102 |
} .input:focus { |
f86fd56d9 task-132985 autor... |
1103 |
border-color: #377d87; |
1fe4f9ffd Обновление визуал... |
1104 1105 |
} .input[disabled] { |
f86fd56d9 task-132985 autor... |
1106 1107 |
color: #9c9d9d; background: #e7e7e7; |
1fe4f9ffd Обновление визуал... |
1108 1109 |
} .input[type=date] { |
f86fd56d9 task-132985 autor... |
1110 |
text-transform: uppercase; |
1fe4f9ffd Обновление визуал... |
1111 1112 1113 |
} .textarea { |
f86fd56d9 task-132985 autor... |
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 |
resize: none; display: block; width: 100%; border-radius: 8px; border: 1px solid #cecece; background: #fff; -webkit-transition: 0.3s; transition: 0.3s; font-size: 12px; line-height: 1.4; padding: 10px; aspect-ratio: 8/3; max-height: 250px; } @media (min-width: 768px) { .textarea { padding: 20px; font-size: 16px; height: 280px; } |
1fe4f9ffd Обновление визуал... |
1134 1135 |
} .textarea:focus { |
f86fd56d9 task-132985 autor... |
1136 |
border-color: #377d87; |
1fe4f9ffd Обновление визуал... |
1137 1138 1139 |
} .button { |
f86fd56d9 task-132985 autor... |
1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; background: #377d87; height: 30px; border-radius: 8px; padding: 0 12px; border: 1px solid #377d87; font-weight: 700; font-size: 12px; text-align: center; line-height: 1; gap: 6px; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } @media (min-width: 768px) { .button { padding: 0 24px; font-size: 16px; height: 44px; gap: 12px; } |
1fe4f9ffd Обновление визуал... |
1171 1172 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
1173 1174 1175 |
.button { padding: 0 36px; } |
1fe4f9ffd Обновление визуал... |
1176 1177 |
} .button:hover { |
f86fd56d9 task-132985 autor... |
1178 1179 |
background: transparent; color: #377d87; |
1fe4f9ffd Обновление визуал... |
1180 1181 1182 |
} .button img, .button svg { |
f86fd56d9 task-132985 autor... |
1183 1184 |
width: 12px; height: 12px; |
1fe4f9ffd Обновление визуал... |
1185 1186 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1187 1188 1189 1190 1191 |
.button img, .button svg { width: 18px; height: 18px; } |
1fe4f9ffd Обновление визуал... |
1192 1193 |
} .button_more span + span { |
f86fd56d9 task-132985 autor... |
1194 |
display: none; |
1fe4f9ffd Обновление визуал... |
1195 1196 |
} .button_more.active span { |
f86fd56d9 task-132985 autor... |
1197 |
display: none; |
1fe4f9ffd Обновление визуал... |
1198 1199 |
} .button_more.active span + span { |
f86fd56d9 task-132985 autor... |
1200 |
display: block; |
1fe4f9ffd Обновление визуал... |
1201 1202 |
} .button_light { |
f86fd56d9 task-132985 autor... |
1203 1204 |
background: transparent; color: #377d87; |
1fe4f9ffd Обновление визуал... |
1205 1206 |
} .button_light:hover { |
f86fd56d9 task-132985 autor... |
1207 1208 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
1209 1210 |
} .button_whited { |
f86fd56d9 task-132985 autor... |
1211 1212 1213 |
background: #fff; color: #377d87; border-color: #fff; |
1fe4f9ffd Обновление визуал... |
1214 1215 |
} .button_whited:hover { |
f86fd56d9 task-132985 autor... |
1216 1217 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
1218 1219 1220 |
} .search { |
f86fd56d9 task-132985 autor... |
1221 1222 1223 1224 |
width: 100%; position: relative; background: #fff; border-radius: 8px; |
1fe4f9ffd Обновление визуал... |
1225 1226 |
} .search span { |
f86fd56d9 task-132985 autor... |
1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
display: none; height: 28px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 12px; z-index: 1; position: absolute; top: 50%; left: 15px; margin-top: -14px; |
1fe4f9ffd Обновление визуал... |
1238 1239 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1240 1241 1242 1243 1244 |
.search span { display: -webkit-box; display: -ms-flexbox; display: flex; } |
1fe4f9ffd Обновление визуал... |
1245 1246 |
} .search span:after { |
f86fd56d9 task-132985 autor... |
1247 1248 1249 1250 1251 1252 1253 1254 |
content: ""; width: 1px; height: 100%; border-radius: 999px; position: absolute; top: 0; right: 0; background: #cecece; |
1fe4f9ffd Обновление визуал... |
1255 1256 |
} .search span svg { |
f86fd56d9 task-132985 autor... |
1257 1258 1259 |
color: #9c9d9d; width: 20px; height: 20px; |
1fe4f9ffd Обновление визуал... |
1260 1261 |
} .search input { |
f86fd56d9 task-132985 autor... |
1262 1263 1264 1265 1266 |
width: 100%; padding-right: 150px; position: relative; z-index: 2; background: none; |
1fe4f9ffd Обновление визуал... |
1267 1268 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1269 1270 1271 1272 |
.search input { padding-left: 60px; padding-right: 220px; } |
1fe4f9ffd Обновление визуал... |
1273 1274 |
} .search button { |
f86fd56d9 task-132985 autor... |
1275 1276 1277 1278 1279 1280 |
width: 140px; position: absolute; padding: 0; top: 0; right: 0; z-index: 3; |
1fe4f9ffd Обновление визуал... |
1281 1282 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1283 1284 1285 |
.search button { width: 200px; } |
1fe4f9ffd Обновление визуал... |
1286 1287 1288 |
} .breadcrumbs { |
f86fd56d9 task-132985 autor... |
1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 12px 6px; margin: 0; padding: 0; font-size: 11px; color: #cecece; line-height: 1; |
1fe4f9ffd Обновление визуал... |
1303 1304 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
1305 1306 1307 |
.breadcrumbs { font-size: 13px; } |
1fe4f9ffd Обновление визуал... |
1308 1309 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
1310 1311 1312 |
.breadcrumbs { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
1313 1314 |
} .breadcrumbs li { |
f86fd56d9 task-132985 autor... |
1315 1316 1317 1318 1319 1320 1321 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 6px; |
1fe4f9ffd Обновление визуал... |
1322 1323 |
} .breadcrumbs li:before { |
f86fd56d9 task-132985 autor... |
1324 1325 1326 1327 1328 1329 1330 |
content: ""; width: 4px; height: 4px; background: #cecece; border-radius: 999px; position: relative; top: -1px; |
1fe4f9ffd Обновление визуал... |
1331 1332 |
} .breadcrumbs li:first-child:before { |
f86fd56d9 task-132985 autor... |
1333 |
display: none; |
1fe4f9ffd Обновление визуал... |
1334 1335 |
} .breadcrumbs li:last-child:before { |
f86fd56d9 task-132985 autor... |
1336 |
background: #377d87; |
1fe4f9ffd Обновление визуал... |
1337 1338 |
} .breadcrumbs a:hover { |
f86fd56d9 task-132985 autor... |
1339 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
1340 1341 |
} .breadcrumbs b { |
f86fd56d9 task-132985 autor... |
1342 1343 |
color: #377d87; font-weight: 700; |
1fe4f9ffd Обновление визуал... |
1344 1345 1346 |
} .pagination { |
f86fd56d9 task-132985 autor... |
1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 1; color: #000; font-size: 12px; margin: 0 auto; } @media (min-width: 768px) { .pagination { font-size: 14px; gap: 3px; } |
1fe4f9ffd Обновление визуал... |
1368 1369 |
} .pagination__item { |
f86fd56d9 task-132985 autor... |
1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 |
width: 40px; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: none; padding: 0; border: 1px solid transparent; border-radius: 8px; |
1fe4f9ffd Обновление визуал... |
1385 1386 |
} .pagination__item:hover { |
f86fd56d9 task-132985 autor... |
1387 1388 1389 1390 |
-webkit-transition: 0s; transition: 0s; color: #377d87; font-weight: 700; |
1fe4f9ffd Обновление визуал... |
1391 1392 |
} .pagination__item.active { |
f86fd56d9 task-132985 autor... |
1393 1394 1395 1396 |
font-weight: 700; color: #fff; background: #377d87; border-color: #377d87; |
1fe4f9ffd Обновление визуал... |
1397 1398 |
} .pagination__dots { |
f86fd56d9 task-132985 autor... |
1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 |
width: 40px; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
1410 1411 |
} .pagination__dots svg { |
f86fd56d9 task-132985 autor... |
1412 1413 |
width: 15px; height: 15px; |
1fe4f9ffd Обновление визуал... |
1414 1415 |
} .pagination__nav { |
f86fd56d9 task-132985 autor... |
1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 |
width: 40px; height: 40px; display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: none; padding: 0; border: 1px solid #cddee1; color: #377d87; border-radius: 8px; |
1fe4f9ffd Обновление визуал... |
1430 1431 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1432 1433 1434 1435 1436 |
.pagination__nav { display: -webkit-box; display: -ms-flexbox; display: flex; } |
1fe4f9ffd Обновление визуал... |
1437 1438 |
} .pagination__nav:hover { |
f86fd56d9 task-132985 autor... |
1439 1440 1441 |
border-color: #377d87; background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
1442 1443 |
} .pagination__nav svg { |
f86fd56d9 task-132985 autor... |
1444 1445 |
width: 10px; height: 10px; |
1fe4f9ffd Обновление визуал... |
1446 1447 |
} .pagination__nav_prev { |
f86fd56d9 task-132985 autor... |
1448 |
margin-right: 37px; |
1fe4f9ffd Обновление визуал... |
1449 1450 |
} .pagination__nav_prev svg { |
f86fd56d9 task-132985 autor... |
1451 1452 1453 |
-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); |
1fe4f9ffd Обновление визуал... |
1454 1455 |
} .pagination__nav_next { |
f86fd56d9 task-132985 autor... |
1456 |
margin-left: 37px; |
1fe4f9ffd Обновление визуал... |
1457 1458 1459 |
} .filters { |
f86fd56d9 task-132985 autor... |
1460 1461 1462 1463 1464 1465 1466 1467 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
1468 1469 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1470 1471 1472 |
.filters { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
1473 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
1474 1475 |
flex-direction: row; -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
1476 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
1477 1478 |
align-items: center; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
1479 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
1480 1481 |
justify-content: space-between; } |
1fe4f9ffd Обновление визуал... |
1482 1483 |
} .filters__label { |
f86fd56d9 task-132985 autor... |
1484 1485 1486 |
color: #377d87; font-size: 12px; font-weight: 700; |
1fe4f9ffd Обновление визуал... |
1487 1488 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1489 1490 1491 |
.filters__label { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
1492 1493 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
1494 1495 1496 |
.filters__label { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
1497 1498 |
} .filters__body { |
f86fd56d9 task-132985 autor... |
1499 1500 1501 1502 1503 1504 1505 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
1506 1507 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1508 1509 1510 |
.filters__body { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
1511 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
1512 1513 |
flex-direction: row; -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
1514 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
1515 1516 |
align-items: center; } |
1fe4f9ffd Обновление визуал... |
1517 1518 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1519 1520 1521 |
.filters__select { width: 250px; } |
1fe4f9ffd Обновление визуал... |
1522 1523 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
1524 1525 1526 |
.filters__select { width: 310px; } |
1fe4f9ffd Обновление визуал... |
1527 1528 |
} .filters__item { |
f86fd56d9 task-132985 autor... |
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 |
display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50px; height: 50px; padding: 0; background: #fff; border: 1px solid #377d87; color: #377d87; border-radius: 8px; margin-left: 20px; |
1fe4f9ffd Обновление визуал... |
1544 1545 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1546 1547 1548 1549 1550 |
.filters__item { display: -webkit-box; display: -ms-flexbox; display: flex; } |
1fe4f9ffd Обновление визуал... |
1551 1552 |
} .filters__item svg { |
f86fd56d9 task-132985 autor... |
1553 1554 |
width: 24px; height: 24px; |
1fe4f9ffd Обновление визуал... |
1555 1556 |
} .filters__item.active { |
f86fd56d9 task-132985 autor... |
1557 1558 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
1559 1560 |
} .filters__item + .filters__item { |
f86fd56d9 task-132985 autor... |
1561 |
margin-left: 8px; |
1fe4f9ffd Обновление визуал... |
1562 1563 1564 1565 |
} .like, .chat { |
f86fd56d9 task-132985 autor... |
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 |
width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: none; border: 1px solid #377d87; padding: 0; color: #377d87; border-radius: 6px; } @media (min-width: 768px) { .like, .chat { width: 44px; height: 44px; } |
1fe4f9ffd Обновление визуал... |
1589 1590 1591 |
} .like.active, .chat.active { |
f86fd56d9 task-132985 autor... |
1592 1593 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
1594 1595 1596 |
} .like svg, .chat svg { |
f86fd56d9 task-132985 autor... |
1597 1598 |
width: 14px; height: 14px; |
1fe4f9ffd Обновление визуал... |
1599 1600 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1601 1602 1603 1604 1605 |
.like svg, .chat svg { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
1606 1607 1608 |
} .like.active { |
f86fd56d9 task-132985 autor... |
1609 1610 |
background: #eb5757; border-color: #eb5757; |
1fe4f9ffd Обновление визуал... |
1611 1612 1613 |
} .checkbox { |
f86fd56d9 task-132985 autor... |
1614 1615 1616 1617 1618 1619 1620 1621 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; cursor: pointer; position: relative; |
1fe4f9ffd Обновление визуал... |
1622 1623 |
} .checkbox__input { |
f86fd56d9 task-132985 autor... |
1624 1625 1626 1627 1628 1629 1630 1631 |
position: absolute; z-index: 1; width: 14px; height: 14px; padding: 0; background: none; border: none; opacity: 0; |
1fe4f9ffd Обновление визуал... |
1632 1633 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1634 1635 1636 1637 |
.checkbox__input { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
1638 1639 |
} .checkbox__icon { |
f86fd56d9 task-132985 autor... |
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 |
width: 14px; height: 14px; border: 1px solid #cfcfcf; background: #fff; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 4px; -webkit-transition: 0.3s; transition: 0.3s; position: relative; z-index: 2; } @media (min-width: 768px) { .checkbox__icon { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
1665 1666 |
} .checkbox__icon svg { |
f86fd56d9 task-132985 autor... |
1667 1668 1669 |
width: 8px; height: 8px; opacity: 0; |
1fe4f9ffd Обновление визуал... |
1670 1671 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1672 1673 1674 1675 |
.checkbox__icon svg { width: 10px; height: 10px; } |
1fe4f9ffd Обновление визуал... |
1676 1677 |
} .checkbox__input:checked + .checkbox__icon { |
f86fd56d9 task-132985 autor... |
1678 1679 |
border-color: #377d87; background: #377d87; |
1fe4f9ffd Обновление визуал... |
1680 1681 |
} .checkbox__input:checked + .checkbox__icon svg { |
f86fd56d9 task-132985 autor... |
1682 |
opacity: 1; |
1fe4f9ffd Обновление визуал... |
1683 1684 |
} .checkbox__text { |
f86fd56d9 task-132985 autor... |
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 |
width: calc(100% - 14px); padding-left: 6px; font-size: 12px; line-height: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 14px; } @media (min-width: 768px) { .checkbox__text { width: calc(100% - 20px); padding-left: 12px; font-size: 15px; min-height: 20px; } |
1fe4f9ffd Обновление визуал... |
1704 1705 |
} .checkbox__text a { |
f86fd56d9 task-132985 autor... |
1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 |
color: #377d87; text-decoration: underline; } .checkbox-empty { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .checkbox-empty .checkbox { width: 20px; |
1fe4f9ffd Обновление визуал... |
1723 1724 1725 |
} .file { |
f86fd56d9 task-132985 autor... |
1726 1727 1728 1729 1730 1731 1732 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
1733 1734 |
} .file__input input { |
f86fd56d9 task-132985 autor... |
1735 |
display: none; |
1fe4f9ffd Обновление визуал... |
1736 1737 |
} .file__list { |
f86fd56d9 task-132985 autor... |
1738 1739 1740 1741 1742 1743 1744 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
1745 1746 |
} .file__list-item { |
f86fd56d9 task-132985 autor... |
1747 1748 1749 1750 1751 1752 1753 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-top: 16px; |
1fe4f9ffd Обновление визуал... |
1754 1755 |
} .file__list-item-left { |
f86fd56d9 task-132985 autor... |
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 |
width: calc(100% - 16px); min-height: 16px; color: #9c9d9d; font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } @media (min-width: 768px) { .file__list-item-left { width: auto; max-width: calc(100% - 16px); font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
1773 1774 |
} .file__list-item-left svg { |
f86fd56d9 task-132985 autor... |
1775 1776 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
1777 1778 |
} .file__list-item-left span { |
f86fd56d9 task-132985 autor... |
1779 1780 1781 1782 1783 1784 1785 1786 1787 |
width: calc(100% - 16px); min-height: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 8px; |
1fe4f9ffd Обновление визуал... |
1788 1789 |
} .file__list-item-right { |
f86fd56d9 task-132985 autor... |
1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; background: none; border: none; width: 16px; height: 16px; color: #377d87; |
1fe4f9ffd Обновление визуал... |
1805 1806 |
} .file__list-item-right:hover { |
f86fd56d9 task-132985 autor... |
1807 |
color: #000; |
1fe4f9ffd Обновление визуал... |
1808 1809 |
} .file__list-item-right svg { |
f86fd56d9 task-132985 autor... |
1810 1811 |
width: 10px; height: 10px; |
1fe4f9ffd Обновление визуал... |
1812 1813 |
} .file__list-item + .file__list-item { |
f86fd56d9 task-132985 autor... |
1814 1815 1816 1817 |
margin-top: 10px; } .toggle { |
ab181e741 task-132985 autol... |
1818 1819 1820 1821 |
display: -webkit-box; display: -ms-flexbox; display: flex; gap: 12px; |
f86fd56d9 task-132985 autor... |
1822 1823 1824 1825 1826 1827 1828 1829 |
position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .toggle__input { |
f86fd56d9 task-132985 autor... |
1830 |
position: absolute; |
ab181e741 task-132985 autol... |
1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 |
width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } .toggle__input:checked + .toggle__icon { background: #377d87; } .toggle__input:checked + .toggle__icon:before { left: 18px; } .toggle__input:checked:disabled + .toggle__icon { background: #9BBEC3; } .toggle__input:checked ~ .toggle__text:nth-child(3) { display: none; } .toggle__input:checked ~ .toggle__text:nth-child(4) { display: block; |
f86fd56d9 task-132985 autor... |
1850 1851 |
} .toggle__icon { |
ab181e741 task-132985 autol... |
1852 1853 1854 1855 |
display: block; position: relative; width: 36px; height: 20px; |
f86fd56d9 task-132985 autor... |
1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 |
border-radius: 999px; background: #c3c7d9; -webkit-transition: 0.3s; transition: 0.3s; } .toggle__icon:before { content: ""; -webkit-transition: 0.3s; transition: 0.3s; position: absolute; top: 50%; left: 2px; width: 16px; aspect-ratio: 1/1; border-radius: 999px; background: #fff; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } .toggle__input:checked + .toggle__icon { background: #377d87; } |
ab181e741 task-132985 autol... |
1879 |
.toggle__text { |
f86fd56d9 task-132985 autor... |
1880 1881 |
font-size: 14px; line-height: 20px; |
f86fd56d9 task-132985 autor... |
1882 1883 |
} @media (min-width: 768px) { |
ab181e741 task-132985 autol... |
1884 |
.toggle__text { |
f86fd56d9 task-132985 autor... |
1885 |
font-size: 16px; |
f86fd56d9 task-132985 autor... |
1886 |
} |
1fe4f9ffd Обновление визуал... |
1887 |
} |
ab181e741 task-132985 autol... |
1888 1889 1890 |
.toggle__text:nth-child(4) { display: none; } |
1fe4f9ffd Обновление визуал... |
1891 1892 |
.rate { |
f86fd56d9 task-132985 autor... |
1893 1894 1895 1896 1897 1898 1899 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; |
1fe4f9ffd Обновление визуал... |
1900 1901 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1902 1903 1904 |
.rate { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
1905 1906 |
} .rate__label { |
f86fd56d9 task-132985 autor... |
1907 1908 1909 |
font-size: 12px; font-weight: 700; line-height: 1; |
1fe4f9ffd Обновление визуал... |
1910 1911 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1912 1913 1914 |
.rate__label { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
1915 1916 |
} .rate__stars { |
f86fd56d9 task-132985 autor... |
1917 1918 1919 1920 1921 1922 1923 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
1924 1925 1926 |
} .back { |
f86fd56d9 task-132985 autor... |
1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; color: #377d87; font-weight: 700; } @media (min-width: 768px) { .back { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
1941 1942 |
} .back:hover { |
f86fd56d9 task-132985 autor... |
1943 |
color: #4d88d9; |
1fe4f9ffd Обновление визуал... |
1944 1945 |
} .back svg { |
f86fd56d9 task-132985 autor... |
1946 1947 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
1948 1949 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1950 1951 1952 1953 |
.back svg { width: 26px; height: 26px; } |
1fe4f9ffd Обновление визуал... |
1954 1955 |
} .back span { |
f86fd56d9 task-132985 autor... |
1956 1957 |
width: calc(100% - 16px); padding-left: 10px; |
1fe4f9ffd Обновление визуал... |
1958 1959 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
1960 1961 1962 1963 |
.back span { width: calc(100% - 26px); padding-left: 20px; } |
1fe4f9ffd Обновление визуал... |
1964 1965 1966 |
} .callback { |
f86fd56d9 task-132985 autor... |
1967 1968 1969 1970 1971 1972 1973 1974 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 16px; |
1fe4f9ffd Обновление визуал... |
1975 1976 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
1977 1978 1979 |
.callback { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
1980 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
1981 1982 |
flex-direction: row; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
1983 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
1984 1985 |
justify-content: space-between; -ms-flex-wrap: wrap; |
1fe4f9ffd Обновление визуал... |
1986 |
flex-wrap: wrap; |
f86fd56d9 task-132985 autor... |
1987 1988 |
gap: 20px 0; } |
1fe4f9ffd Обновление визуал... |
1989 1990 |
} .callback__body { |
f86fd56d9 task-132985 autor... |
1991 1992 1993 1994 1995 1996 1997 1998 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 16px; |
1fe4f9ffd Обновление визуал... |
1999 2000 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2001 2002 2003 2004 |
.callback__body { width: calc(50% - 10px); gap: 10px; } |
1fe4f9ffd Обновление визуал... |
2005 2006 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2007 2008 2009 2010 |
.callback__textarea { width: calc(50% - 10px); height: auto; } |
1fe4f9ffd Обновление визуал... |
2011 2012 |
} .callback__bottom { |
f86fd56d9 task-132985 autor... |
2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 16px; } @media (min-width: 768px) { .callback__bottom { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } |
1fe4f9ffd Обновление визуал... |
2028 2029 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2030 2031 2032 2033 |
.callback__bottom { width: 100%; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
2034 2035 2036 2037 |
} .error .input, .error .textarea { |
f86fd56d9 task-132985 autor... |
2038 |
border-color: #eb5757; |
1fe4f9ffd Обновление визуал... |
2039 2040 |
} .error label { |
f86fd56d9 task-132985 autor... |
2041 |
display: block; |
1fe4f9ffd Обновление визуал... |
2042 2043 2044 |
} .eye { |
f86fd56d9 task-132985 autor... |
2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 |
position: absolute; z-index: 2; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); right: 10px; aspect-ratio: 1/1; width: 16px; padding: 0; border: none; background: none; color: #9c9d9d; } @media (min-width: 768px) { .eye { width: 24px; right: 20px; } |
1fe4f9ffd Обновление визуал... |
2064 2065 |
} .eye svg { |
f86fd56d9 task-132985 autor... |
2066 2067 2068 2069 2070 |
position: absolute; top: 0; left: 0; width: 100%; height: 100%; |
1fe4f9ffd Обновление визуал... |
2071 2072 |
} .eye svg + svg { |
f86fd56d9 task-132985 autor... |
2073 |
display: none; |
1fe4f9ffd Обновление визуал... |
2074 2075 |
} .eye.active { |
f86fd56d9 task-132985 autor... |
2076 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
2077 2078 |
} .eye.active svg { |
f86fd56d9 task-132985 autor... |
2079 |
display: none; |
1fe4f9ffd Обновление визуал... |
2080 2081 |
} .eye.active svg + svg { |
f86fd56d9 task-132985 autor... |
2082 |
display: block; |
1fe4f9ffd Обновление визуал... |
2083 2084 2085 |
} .del { |
f86fd56d9 task-132985 autor... |
2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 |
width: 32px; aspect-ratio: 1/1; background: #377d87; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 8px; padding: 0; border: 1px solid #377d87; |
1fe4f9ffd Обновление визуал... |
2102 2103 |
} .del:hover { |
f86fd56d9 task-132985 autor... |
2104 2105 |
background: #fff; color: #377d87; |
1fe4f9ffd Обновление визуал... |
2106 2107 |
} .del svg { |
f86fd56d9 task-132985 autor... |
2108 2109 |
width: 50%; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
2110 2111 2112 |
} .notify { |
f86fd56d9 task-132985 autor... |
2113 2114 2115 2116 2117 2118 2119 2120 2121 |
background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); padding: 6px 12px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; |
1fe4f9ffd Обновление визуал... |
2122 2123 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2124 2125 2126 |
.notify { padding: 12px 20px; } |
1fe4f9ffd Обновление визуал... |
2127 2128 |
} .notify_red { |
f86fd56d9 task-132985 autor... |
2129 |
background: #f9cdcd; |
1fe4f9ffd Обновление визуал... |
2130 2131 |
} .notify svg { |
f86fd56d9 task-132985 autor... |
2132 2133 2134 |
color: #4d88d9; width: 20px; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
2135 2136 |
} .notify span { |
f86fd56d9 task-132985 autor... |
2137 2138 2139 2140 2141 2142 2143 2144 2145 |
font-size: 12px; padding-left: 10px; min-height: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
2146 2147 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2148 2149 2150 |
.notify span { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
2151 2152 2153 |
} .table { |
f86fd56d9 task-132985 autor... |
2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 |
margin: 0 -10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; } @media (min-width: 768px) { .table { margin: 0; gap: 30px; } |
1fe4f9ffd Обновление визуал... |
2172 2173 |
} .table__button { |
f86fd56d9 task-132985 autor... |
2174 |
display: none; |
1fe4f9ffd Обновление визуал... |
2175 2176 |
} .table_spoiler .table__button { |
f86fd56d9 task-132985 autor... |
2177 2178 2179 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
2180 2181 |
} .table__scroll { |
f86fd56d9 task-132985 autor... |
2182 2183 2184 2185 |
overflow: hidden; overflow-x: auto; padding: 0 10px; width: 100%; |
1fe4f9ffd Обновление визуал... |
2186 2187 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2188 2189 2190 |
.table__scroll { padding: 0; } |
1fe4f9ffd Обновление визуал... |
2191 2192 |
} .table__body { |
ab181e741 task-132985 autol... |
2193 |
border-radius: 8px; |
f86fd56d9 task-132985 autor... |
2194 |
overflow: hidden; |
1fe4f9ffd Обновление визуал... |
2195 2196 |
} .table__body_min-width { |
f86fd56d9 task-132985 autor... |
2197 |
min-width: 580px; |
1fe4f9ffd Обновление визуал... |
2198 2199 |
} .table table { |
f86fd56d9 task-132985 autor... |
2200 2201 2202 |
border-collapse: collapse; width: 100%; font-size: 12px; |
ab181e741 task-132985 autol... |
2203 |
border-radius: 8px; |
1fe4f9ffd Обновление визуал... |
2204 2205 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2206 2207 2208 |
.table table { font-size: 14px; } |
1fe4f9ffd Обновление визуал... |
2209 2210 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
2211 2212 2213 |
.table table { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
2214 2215 2216 |
} .table thead tr th, .table thead tr td { |
f86fd56d9 task-132985 autor... |
2217 2218 2219 2220 |
background: #377d87; color: #fff; font-weight: 700; border-top-color: #377d87; |
1fe4f9ffd Обновление визуал... |
2221 2222 2223 |
} .table thead tr th:first-child, .table thead tr td:first-child { |
f86fd56d9 task-132985 autor... |
2224 |
border-left-color: #377d87; |
1fe4f9ffd Обновление визуал... |
2225 2226 2227 |
} .table thead tr th:last-child, .table thead tr td:last-child { |
f86fd56d9 task-132985 autor... |
2228 |
border-right-color: #377d87; |
1fe4f9ffd Обновление визуал... |
2229 2230 |
} .table_spoiler tr { |
ab181e741 task-132985 autol... |
2231 |
/*display: none;*/ |
1fe4f9ffd Обновление визуал... |
2232 |
} |
ab181e741 task-132985 autol... |
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) { |
f86fd56d9 task-132985 autor... |
2234 |
display: table-row; |
1fe4f9ffd Обновление визуал... |
2235 2236 |
} .table_spoiler.active tr { |
f86fd56d9 task-132985 autor... |
2237 |
display: table-row; |
1fe4f9ffd Обновление визуал... |
2238 2239 2240 |
} .table th, .table td { |
f86fd56d9 task-132985 autor... |
2241 2242 2243 |
text-align: left; padding: 10px; border: 1px solid #cecece; |
1fe4f9ffd Обновление визуал... |
2244 2245 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2246 2247 2248 |
.table td { padding: 14px 10px; } |
1fe4f9ffd Обновление визуал... |
2249 2250 |
} .table__status { |
f86fd56d9 task-132985 autor... |
2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 |
color: #9c9d9d; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 6px; position: relative; padding-left: 14px; |
1fe4f9ffd Обновление визуал... |
2261 2262 |
} .table__status i { |
f86fd56d9 task-132985 autor... |
2263 2264 2265 2266 2267 2268 2269 |
background: #9c9d9d; width: 8px; aspect-ratio: 1/1; border-radius: 999px; position: absolute; top: 4px; left: 0; |
1fe4f9ffd Обновление визуал... |
2270 2271 |
} .table__status.green { |
f86fd56d9 task-132985 autor... |
2272 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
2273 2274 |
} .table__status.green i { |
f86fd56d9 task-132985 autor... |
2275 |
background: #377d87; |
1fe4f9ffd Обновление визуал... |
2276 2277 |
} .table__link { |
f86fd56d9 task-132985 autor... |
2278 2279 2280 2281 2282 2283 2284 2285 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 4px; color: #4d88d9; |
1fe4f9ffd Обновление визуал... |
2286 2287 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2288 2289 2290 |
.table__link { gap: 6px; } |
1fe4f9ffd Обновление визуал... |
2291 2292 |
} .table__link:hover { |
f86fd56d9 task-132985 autor... |
2293 |
color: #000; |
1fe4f9ffd Обновление визуал... |
2294 2295 |
} .table__link svg { |
f86fd56d9 task-132985 autor... |
2296 2297 |
width: 12px; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
2298 2299 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2300 2301 2302 |
.table__link svg { width: 16px; } |
1fe4f9ffd Обновление визуал... |
2303 2304 |
} .table__controls { |
f86fd56d9 task-132985 autor... |
2305 2306 2307 2308 2309 2310 2311 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px; |
1fe4f9ffd Обновление визуал... |
2312 2313 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
2314 2315 2316 |
.table__controls { gap: 12px; } |
1fe4f9ffd Обновление визуал... |
2317 2318 |
} .table__controls-item { |
f86fd56d9 task-132985 autor... |
2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 |
width: 24px; aspect-ratio: 1/1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #377d87; border-radius: 8px; color: #377d87; background: none; padding: 0; |
1fe4f9ffd Обновление визуал... |
2335 2336 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
2337 2338 2339 |
.table__controls-item { width: 30px; } |
1fe4f9ffd Обновление визуал... |
2340 2341 |
} .table__controls-item:hover { |
f86fd56d9 task-132985 autor... |
2342 2343 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
2344 2345 |
} .table__controls-item svg { |
f86fd56d9 task-132985 autor... |
2346 2347 |
width: 60%; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
2348 2349 |
} .table__controls-item:nth-of-type(4) svg { |
f86fd56d9 task-132985 autor... |
2350 |
width: 80%; |
1fe4f9ffd Обновление визуал... |
2351 2352 2353 |
} .gl-star-rating--stars:before, .gl-star-rating--stars:after { |
f86fd56d9 task-132985 autor... |
2354 |
display: none; |
1fe4f9ffd Обновление визуал... |
2355 2356 |
} .gl-star-rating--stars span { |
f86fd56d9 task-132985 autor... |
2357 2358 2359 |
width: 22px !important; height: 22px !important; background-size: 22px 22px !important; |
1fe4f9ffd Обновление визуал... |
2360 2361 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2362 2363 2364 2365 2366 |
.gl-star-rating--stars span { width: 30px !important; height: 30px !important; background-size: 30px 30px !important; } |
1fe4f9ffd Обновление визуал... |
2367 2368 2369 |
} .more { |
f86fd56d9 task-132985 autor... |
2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
2380 2381 |
} .more_mt { |
f86fd56d9 task-132985 autor... |
2382 |
margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
2383 2384 |
} .more .button { |
f86fd56d9 task-132985 autor... |
2385 2386 |
min-width: 100px; padding: 0; |
1fe4f9ffd Обновление визуал... |
2387 2388 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2389 2390 2391 |
.more .button { min-width: 180px; } |
1fe4f9ffd Обновление визуал... |
2392 2393 2394 |
} .header { |
f86fd56d9 task-132985 autor... |
2395 2396 2397 2398 2399 2400 |
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); background: #fff; position: relative; z-index: 5; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
2401 2402 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2403 2404 2405 2406 |
.header { -webkit-box-shadow: none; box-shadow: none; } |
1fe4f9ffd Обновление визуал... |
2407 2408 |
} .header__body { |
f86fd56d9 task-132985 autor... |
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 |
height: 42px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (min-width: 768px) { .header__body { height: 70px; } |
1fe4f9ffd Обновление визуал... |
2424 2425 |
} .header__left { |
f86fd56d9 task-132985 autor... |
2426 2427 2428 2429 2430 2431 2432 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 40px; |
1fe4f9ffd Обновление визуал... |
2433 2434 |
} .header__right { |
f86fd56d9 task-132985 autor... |
2435 2436 2437 2438 2439 2440 2441 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 14px; |
1fe4f9ffd Обновление визуал... |
2442 2443 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2444 2445 2446 |
.header__right { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
2447 2448 |
} .header__right-line { |
f86fd56d9 task-132985 autor... |
2449 2450 2451 2452 |
width: 1px; height: 32px; background: #e6e7e7; border-radius: 999px; |
1fe4f9ffd Обновление визуал... |
2453 2454 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2455 2456 2457 |
.header__right-line { display: none; } |
1fe4f9ffd Обновление визуал... |
2458 2459 |
} .header__logo { |
f86fd56d9 task-132985 autor... |
2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #377d87; |
1fe4f9ffd Обновление визуал... |
2470 2471 |
} .header__logo svg { |
f86fd56d9 task-132985 autor... |
2472 2473 |
width: 105px; height: 31px; |
1fe4f9ffd Обновление визуал... |
2474 2475 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2476 2477 2478 2479 |
.header__logo svg { width: 182px; height: 54px; } |
1fe4f9ffd Обновление визуал... |
2480 2481 |
} .header__menu { |
f86fd56d9 task-132985 autor... |
2482 |
display: none; |
ab181e741 task-132985 autol... |
2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 |
} .header.active-menu{ position: unset; } .header.active-menu .header__menu{ position: absolute; display: flex; flex-direction: column; z-index: 999; top: 48px; background: #fff; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); left: 0; border: 1px solid #e9e9e9; width: 100%; |
1fe4f9ffd Обновление визуал... |
2499 2500 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2501 2502 2503 2504 2505 |
.header__menu { display: -webkit-box; display: -ms-flexbox; display: flex; } |
d62e4b4e7 правки |
2506 |
} |
ab181e741 task-132985 autol... |
2507 2508 2509 2510 2511 2512 |
.header__menu-item{ padding: 5px 10px; } .header__menu-item:hover, .header__menu-item:active{ border: 1px solid #cfcfcf; } |
1fe4f9ffd Обновление визуал... |
2513 |
.header__menu-item:hover { |
f86fd56d9 task-132985 autor... |
2514 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
2515 2516 |
} .header__notifs { |
f86fd56d9 task-132985 autor... |
2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #377d87; padding: 0; border: none; background: none; width: 24px; height: 24px; |
1fe4f9ffd Обновление визуал... |
2532 2533 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2534 2535 2536 2537 2538 2539 |
.header__notifs { width: auto; height: auto; color: #000; line-height: 1.4; } |
1fe4f9ffd Обновление визуал... |
2540 2541 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2542 2543 2544 |
.header__notifs:hover { color: #377d87; } |
1fe4f9ffd Обновление визуал... |
2545 2546 |
} .header__notifs svg { |
f86fd56d9 task-132985 autor... |
2547 2548 |
width: 20px; height: 20px; |
1fe4f9ffd Обновление визуал... |
2549 2550 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2551 2552 2553 |
.header__notifs svg { display: none; } |
1fe4f9ffd Обновление визуал... |
2554 2555 |
} .header__notifs span { |
f86fd56d9 task-132985 autor... |
2556 |
display: none; |
1fe4f9ffd Обновление визуал... |
2557 2558 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2559 2560 2561 |
.header__notifs span { display: inline; } |
1fe4f9ffd Обновление визуал... |
2562 2563 |
} .header__notifs_actived { |
f86fd56d9 task-132985 autor... |
2564 |
position: relative; |
1fe4f9ffd Обновление визуал... |
2565 2566 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2567 2568 2569 |
.header__notifs_actived { padding-right: 12px; } |
1fe4f9ffd Обновление визуал... |
2570 2571 |
} .header__notifs_actived:after { |
f86fd56d9 task-132985 autor... |
2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 |
content: ""; border: 1px solid #fff; background: #377d87; border-radius: 999px; width: 10px; height: 10px; position: absolute; z-index: 1; top: 0; right: 0; |
1fe4f9ffd Обновление визуал... |
2582 2583 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2584 2585 2586 2587 2588 |
.header__notifs_actived:after { width: 8px; height: 8px; border: none; } |
1fe4f9ffd Обновление визуал... |
2589 2590 |
} .header__burger { |
f86fd56d9 task-132985 autor... |
2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 24px; height: 24px; color: #377d87; padding: 0; border: none; background: none; |
1fe4f9ffd Обновление визуал... |
2606 2607 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2608 2609 2610 |
.header__burger { display: none; } |
1fe4f9ffd Обновление визуал... |
2611 2612 |
} .header__burger svg { |
f86fd56d9 task-132985 autor... |
2613 2614 |
width: 20px; height: 20px; |
1fe4f9ffd Обновление визуал... |
2615 2616 |
} .header__burger svg + svg { |
f86fd56d9 task-132985 autor... |
2617 |
display: none; |
1fe4f9ffd Обновление визуал... |
2618 2619 |
} .header__sign { |
ab181e741 task-132985 autol... |
2620 |
/*display: none;*/ |
1fe4f9ffd Обновление визуал... |
2621 2622 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2623 2624 2625 2626 2627 |
.header__sign { display: -webkit-box; display: -ms-flexbox; display: flex; } |
1fe4f9ffd Обновление визуал... |
2628 2629 2630 |
} .mob-menu { |
f86fd56d9 task-132985 autor... |
2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 |
display: none; position: fixed; bottom: 0; left: 0; width: 100vw; height: calc(100vh - 42px); z-index: 4; background: #fff; overflow: hidden; overflow-y: auto; padding: 50px 0; |
1fe4f9ffd Обновление визуал... |
2642 2643 |
} .mob-menu__bottom { |
f86fd56d9 task-132985 autor... |
2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 80px; |
1fe4f9ffd Обновление визуал... |
2655 2656 |
} .mob-menu__bottom .button { |
f86fd56d9 task-132985 autor... |
2657 |
min-width: 120px; |
1fe4f9ffd Обновление визуал... |
2658 2659 |
} .mob-menu__bottom-link { |
f86fd56d9 task-132985 autor... |
2660 2661 |
text-decoration: underline; margin-top: 50px; |
1fe4f9ffd Обновление визуал... |
2662 2663 |
} .mob-menu__bottom-link:hover { |
f86fd56d9 task-132985 autor... |
2664 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
2665 2666 |
} .mob-menu__bottom-link + .mob-menu__bottom-link { |
f86fd56d9 task-132985 autor... |
2667 |
margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
2668 2669 |
} .mob-menu__bottom .socials { |
f86fd56d9 task-132985 autor... |
2670 |
margin-top: 35px; |
1fe4f9ffd Обновление визуал... |
2671 2672 |
} .mob-menu .footer__mobile-menu { |
f86fd56d9 task-132985 autor... |
2673 2674 2675 |
opacity: 1; height: auto; overflow: visible; |
1fe4f9ffd Обновление визуал... |
2676 2677 |
} .mob-menu .footer__mobile-menu-item button { |
f86fd56d9 task-132985 autor... |
2678 2679 2680 |
-webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
2681 2682 |
} .mob-menu .footer__mobile-menu-item div { |
f86fd56d9 task-132985 autor... |
2683 |
font-size: 20px; |
1fe4f9ffd Обновление визуал... |
2684 2685 |
} .mob-menu .footer__mobile-contacts a { |
f86fd56d9 task-132985 autor... |
2686 2687 2688 2689 |
font-size: 20px; font-weight: 700; color: #000; text-decoration: none; |
1fe4f9ffd Обновление визуал... |
2690 2691 |
} .mob-menu .footer__mobile-contacts a:hover { |
f86fd56d9 task-132985 autor... |
2692 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
2693 2694 2695 |
} .mob-menu .footer__mobile-menu-item button b, .mob-menu .footer__mobile-contacts a { |
f86fd56d9 task-132985 autor... |
2696 |
font-size: 30px; |
1fe4f9ffd Обновление визуал... |
2697 2698 2699 |
} .menu-is-actived { |
f86fd56d9 task-132985 autor... |
2700 |
overflow: hidden; |
1fe4f9ffd Обновление визуал... |
2701 2702 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2703 2704 2705 |
.menu-is-actived { overflow: auto; } |
1fe4f9ffd Обновление визуал... |
2706 2707 |
} .menu-is-actived .header__burger svg { |
f86fd56d9 task-132985 autor... |
2708 |
display: none; |
1fe4f9ffd Обновление визуал... |
2709 2710 |
} .menu-is-actived .header__burger svg + svg { |
f86fd56d9 task-132985 autor... |
2711 |
display: block; |
1fe4f9ffd Обновление визуал... |
2712 2713 |
} .menu-is-actived .mob-menu { |
f86fd56d9 task-132985 autor... |
2714 |
display: block; |
1fe4f9ffd Обновление визуал... |
2715 2716 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2717 2718 2719 |
.menu-is-actived .mob-menu { display: none; } |
1fe4f9ffd Обновление визуал... |
2720 2721 2722 |
} .footer { |
f86fd56d9 task-132985 autor... |
2723 2724 2725 2726 2727 2728 |
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); background: #fff; position: relative; z-index: 1; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
2729 2730 |
} .footer__mobile { |
f86fd56d9 task-132985 autor... |
2731 2732 2733 2734 2735 2736 2737 2738 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 25px 0 30px 0; |
1fe4f9ffd Обновление визуал... |
2739 2740 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
2741 2742 2743 |
.footer__mobile { padding: 30px 0; } |
1fe4f9ffd Обновление визуал... |
2744 2745 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
2746 2747 2748 |
.footer__mobile { display: none; } |
1fe4f9ffd Обновление визуал... |
2749 2750 |
} .footer__mobile-toper { |
f86fd56d9 task-132985 autor... |
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; border: none; background: none; |
1fe4f9ffd Обновление визуал... |
2763 2764 2765 |
} .footer__mobile-toper a, .footer__mobile-toper b { |
f86fd56d9 task-132985 autor... |
2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #377d87; |
1fe4f9ffd Обновление визуал... |
2776 2777 2778 |
} .footer__mobile-toper a svg, .footer__mobile-toper b svg { |
f86fd56d9 task-132985 autor... |
2779 2780 |
width: 137px; height: 40px; |
1fe4f9ffd Обновление визуал... |
2781 2782 |
} .footer__mobile-toper span { |
f86fd56d9 task-132985 autor... |
2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 |
width: 40px; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #377d87; color: #fff; border-radius: 999px; |
1fe4f9ffd Обновление визуал... |
2797 2798 |
} .footer__mobile-toper span svg { |
f86fd56d9 task-132985 autor... |
2799 2800 2801 2802 |
width: 10px; height: 10px; -webkit-transition: 0.3s; transition: 0.3s; |
1fe4f9ffd Обновление визуал... |
2803 2804 |
} .footer__mobile-toper.active span svg { |
f86fd56d9 task-132985 autor... |
2805 2806 2807 |
-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); |
1fe4f9ffd Обновление визуал... |
2808 2809 |
} .footer__mobile-menu { |
f86fd56d9 task-132985 autor... |
2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 |
height: 0; opacity: 0; overflow: hidden; -webkit-transition: 0.3s; transition: 0.3s; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 30px; } @media (min-width: 768px) { .footer__mobile-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; } |
1fe4f9ffd Обновление визуал... |
2830 2831 |
} .footer__mobile-menu-item { |
f86fd56d9 task-132985 autor... |
2832 2833 2834 2835 2836 2837 2838 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
2839 2840 |
} .footer__mobile-menu-item button { |
f86fd56d9 task-132985 autor... |
2841 2842 2843 2844 2845 2846 2847 2848 2849 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 0; border: none; background: none; |
1fe4f9ffd Обновление визуал... |
2850 2851 |
} .footer__mobile-menu-item button.active { |
f86fd56d9 task-132985 autor... |
2852 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
2853 2854 |
} .footer__mobile-menu-item button b { |
f86fd56d9 task-132985 autor... |
2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 |
width: calc(100% - 24px); padding-right: 12px; min-height: 24px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 20px; font-weight: 700; |
1fe4f9ffd Обновление визуал... |
2866 2867 |
} .footer__mobile-menu-item button span { |
f86fd56d9 task-132985 autor... |
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 |
width: 24px; height: 24px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; border: none; background: none; |
1fe4f9ffd Обновление визуал... |
2882 2883 |
} .footer__mobile-menu-item button svg { |
f86fd56d9 task-132985 autor... |
2884 2885 2886 2887 2888 2889 2890 |
width: 12px; height: 12px; -webkit-transition: 0.3s; transition: 0.3s; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); |
1fe4f9ffd Обновление визуал... |
2891 2892 |
} .footer__mobile-menu-item button.active svg { |
f86fd56d9 task-132985 autor... |
2893 2894 2895 |
-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); |
1fe4f9ffd Обновление визуал... |
2896 2897 |
} .footer__mobile-menu-item div { |
f86fd56d9 task-132985 autor... |
2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 |
height: 0; opacity: 0; overflow: hidden; -webkit-transition: 0.3s; transition: 0.3s; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 15px; |
1fe4f9ffd Обновление визуал... |
2911 2912 |
} .footer__mobile-menu-item div a:hover { |
f86fd56d9 task-132985 autor... |
2913 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
2914 2915 |
} .footer__mobile-menu-item .active + div { |
f86fd56d9 task-132985 autor... |
2916 2917 2918 2919 |
opacity: 1; height: auto; overflow: visible; padding-top: 15px; |
1fe4f9ffd Обновление визуал... |
2920 2921 |
} .active + .footer__mobile-menu { |
f86fd56d9 task-132985 autor... |
2922 2923 2924 2925 |
opacity: 1; height: auto; overflow: visible; padding-top: 35px; |
1fe4f9ffd Обновление визуал... |
2926 2927 |
} .footer__mobile-contacts { |
f86fd56d9 task-132985 autor... |
2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px; |
1fe4f9ffd Обновление визуал... |
2940 2941 |
} .footer__mobile-contacts b { |
f86fd56d9 task-132985 autor... |
2942 2943 2944 2945 |
font-size: 20px; font-weight: 700; width: 100%; margin-bottom: 20px; |
1fe4f9ffd Обновление визуал... |
2946 2947 |
} .footer__mobile-contacts a { |
f86fd56d9 task-132985 autor... |
2948 2949 |
color: #377d87; text-decoration: underline; |
1fe4f9ffd Обновление визуал... |
2950 2951 |
} .footer__mobile-contacts a + a { |
f86fd56d9 task-132985 autor... |
2952 |
color: #000; |
1fe4f9ffd Обновление визуал... |
2953 2954 |
} .footer__mobile-bottom { |
f86fd56d9 task-132985 autor... |
2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; gap: 20px; margin-top: 100px; |
1fe4f9ffd Обновление визуал... |
2968 2969 |
} .footer__mobile-links { |
f86fd56d9 task-132985 autor... |
2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; |
1fe4f9ffd Обновление визуал... |
2981 2982 |
} .footer__mobile-links a:hover { |
f86fd56d9 task-132985 autor... |
2983 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
2984 2985 |
} .footer__mobile-links span { |
f86fd56d9 task-132985 autor... |
2986 2987 2988 |
width: 60px; height: 1px; background: #377d87; |
1fe4f9ffd Обновление визуал... |
2989 2990 |
} .footer__main { |
f86fd56d9 task-132985 autor... |
2991 2992 2993 2994 2995 2996 2997 |
display: none; padding: 55px 0 20px 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 70px; |
1fe4f9ffd Обновление визуал... |
2998 2999 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3000 3001 3002 3003 3004 3005 3006 |
.footer__main { display: -webkit-box; display: -ms-flexbox; display: flex; } } .footer__main-body { |
1fe4f9ffd Обновление визуал... |
3007 3008 3009 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
f86fd56d9 task-132985 autor... |
3010 3011 3012 3013 3014 3015 |
-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; |
1fe4f9ffd Обновление визуал... |
3016 3017 |
} .footer__main-logo { |
f86fd56d9 task-132985 autor... |
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #377d87; |
1fe4f9ffd Обновление визуал... |
3028 3029 |
} .footer__main-logo svg { |
f86fd56d9 task-132985 autor... |
3030 3031 |
width: 182px; height: 54px; |
1fe4f9ffd Обновление визуал... |
3032 3033 |
} .footer__main-title { |
f86fd56d9 task-132985 autor... |
3034 3035 3036 |
font-size: 20px; font-weight: 700; margin-bottom: 16px; |
1fe4f9ffd Обновление визуал... |
3037 3038 |
} .footer__main-col { |
f86fd56d9 task-132985 autor... |
3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; |
1fe4f9ffd Обновление визуал... |
3049 3050 |
} .footer__main-col nav { |
f86fd56d9 task-132985 autor... |
3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 8px; } .footer__main-col nav a:hover { color: #377d87; } .footer__main-contacts { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 16px; margin-bottom: 16px; } .footer__main-contacts a { color: #377d87; text-decoration: underline; } |
1fe4f9ffd Обновление визуал... |
3084 |
.footer__main-contacts a + a { |
f86fd56d9 task-132985 autor... |
3085 |
color: #000; |
1fe4f9ffd Обновление визуал... |
3086 3087 |
} .footer__main-copy { |
f86fd56d9 task-132985 autor... |
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; line-height: 1.4; |
1fe4f9ffd Обновление визуал... |
3099 3100 |
} .footer__main-copy nav { |
f86fd56d9 task-132985 autor... |
3101 3102 3103 3104 3105 3106 3107 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; |
1fe4f9ffd Обновление визуал... |
3108 3109 |
} .footer__main-copy nav a:hover { |
f86fd56d9 task-132985 autor... |
3110 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
3111 3112 |
} .footer__main-copy nav span { |
f86fd56d9 task-132985 autor... |
3113 3114 3115 |
width: 1px; height: 20px; background: #000; |
1fe4f9ffd Обновление визуал... |
3116 3117 3118 |
} .main { |
f86fd56d9 task-132985 autor... |
3119 3120 3121 |
position: relative; overflow: hidden; padding: 30px 0; |
1fe4f9ffd Обновление визуал... |
3122 3123 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3124 3125 3126 |
.main { padding: 40px 0; } |
1fe4f9ffd Обновление визуал... |
3127 3128 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3129 3130 3131 |
.main { padding: 50px 0; } |
1fe4f9ffd Обновление визуал... |
3132 3133 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
3134 3135 3136 |
.main { padding: 60px 0; } |
1fe4f9ffd Обновление визуал... |
3137 3138 |
} .main h2 { |
f86fd56d9 task-132985 autor... |
3139 3140 3141 |
margin: 0; font-weight: 700; font-size: 30px; |
1fe4f9ffd Обновление визуал... |
3142 3143 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3144 3145 3146 |
.main h2 { font-size: 44px; } |
1fe4f9ffd Обновление визуал... |
3147 3148 |
} .main h3 { |
f86fd56d9 task-132985 autor... |
3149 3150 3151 |
margin: 0; font-weight: 700; font-size: 22px; |
1fe4f9ffd Обновление визуал... |
3152 3153 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3154 3155 3156 |
.main h3 { font-size: 28px; } |
1fe4f9ffd Обновление визуал... |
3157 3158 |
} .main p { |
f86fd56d9 task-132985 autor... |
3159 3160 3161 |
margin: 0; font-size: 14px; line-height: 1.4; |
1fe4f9ffd Обновление визуал... |
3162 3163 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3164 3165 3166 |
.main p { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
3167 3168 |
} .main p a { |
f86fd56d9 task-132985 autor... |
3169 |
color: #4d88d9; |
1fe4f9ffd Обновление визуал... |
3170 3171 |
} .main p a:hover { |
f86fd56d9 task-132985 autor... |
3172 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
3173 3174 |
} .main__breadcrumbs { |
f86fd56d9 task-132985 autor... |
3175 |
margin-bottom: 20px; |
1fe4f9ffd Обновление визуал... |
3176 3177 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3178 3179 3180 |
.main__breadcrumbs { margin-bottom: 40px; } |
1fe4f9ffd Обновление визуал... |
3181 3182 |
} .main__content { |
f86fd56d9 task-132985 autor... |
3183 3184 3185 3186 3187 3188 3189 3190 3191 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
3192 3193 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3194 3195 3196 3197 |
.main__content { font-size: 18px; gap: 32px; } |
1fe4f9ffd Обновление визуал... |
3198 3199 |
} .main__content-item { |
f86fd56d9 task-132985 autor... |
3200 3201 3202 3203 3204 3205 3206 3207 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 16px; |
1fe4f9ffd Обновление визуал... |
3208 3209 3210 3211 3212 3213 3214 |
} .main__content h1, .main__content h2, .main__content h3, .main__content h4, .main__content h5, .main__content h6 { |
f86fd56d9 task-132985 autor... |
3215 |
color: #000; |
1fe4f9ffd Обновление визуал... |
3216 3217 3218 |
} .main__content ul, .main__content ol { |
f86fd56d9 task-132985 autor... |
3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 |
padding: 0; margin: 0; padding-left: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 8px; |
1fe4f9ffd Обновление визуал... |
3230 3231 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3232 3233 3234 3235 3236 |
.main__content ul, .main__content ol { gap: 16px; padding-left: 30px; } |
1fe4f9ffd Обновление визуал... |
3237 3238 3239 |
} .main__content li ul, .main__content li ol { |
f86fd56d9 task-132985 autor... |
3240 |
margin-top: 8px; |
1fe4f9ffd Обновление визуал... |
3241 3242 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3243 3244 3245 3246 |
.main__content li ul, .main__content li ol { margin-top: 16px; } |
1fe4f9ffd Обновление визуал... |
3247 3248 3249 |
} .main__content li ul li, .main__content li ol li { |
f86fd56d9 task-132985 autor... |
3250 |
list-style-type: disc; |
1fe4f9ffd Обновление визуал... |
3251 3252 |
} .main__gallery { |
f86fd56d9 task-132985 autor... |
3253 3254 3255 3256 3257 3258 3259 3260 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
3261 3262 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3263 3264 3265 3266 |
.main__gallery { display: grid; grid-template-columns: repeat(2, 1fr); } |
1fe4f9ffd Обновление визуал... |
3267 3268 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3269 3270 3271 |
.main__gallery { grid-template-columns: repeat(3, 1fr); } |
1fe4f9ffd Обновление визуал... |
3272 3273 |
} .main__gallery-item { |
f86fd56d9 task-132985 autor... |
3274 3275 3276 3277 3278 |
width: 100%; aspect-ratio: 400/224; border-radius: 30px; position: relative; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
3279 3280 |
} .main__gallery-item:hover { |
f86fd56d9 task-132985 autor... |
3281 3282 |
-webkit-filter: brightness(1.1); filter: brightness(1.1); |
1fe4f9ffd Обновление визуал... |
3283 3284 |
} .main__gallery-item img { |
f86fd56d9 task-132985 autor... |
3285 3286 3287 3288 3289 3290 3291 |
position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; |
1fe4f9ffd Обновление визуал... |
3292 3293 |
} .main__employers { |
f86fd56d9 task-132985 autor... |
3294 3295 3296 3297 3298 3299 3300 3301 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
3302 3303 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3304 3305 3306 |
.main__employers { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
3307 3308 |
} .main__employers-body { |
f86fd56d9 task-132985 autor... |
3309 3310 3311 3312 3313 3314 |
display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
3315 3316 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3317 3318 3319 |
.main__employers-body { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
3320 3321 |
} .main__employers-body.showed { |
f86fd56d9 task-132985 autor... |
3322 3323 3324 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
3325 3326 |
} .main__employers-item { |
f86fd56d9 task-132985 autor... |
3327 3328 3329 3330 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; |
1fe4f9ffd Обновление визуал... |
3331 |
-webkit-box-direction: normal; |
f86fd56d9 task-132985 autor... |
3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 |
-ms-flex-direction: column; flex-direction: column; border: 1px solid #cecece; border-radius: 8px; position: relative; overflow: hidden; padding: 10px; padding-top: 50px; padding-bottom: 30px; } @media (min-width: 768px) { .main__employers-item { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
3346 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
3347 3348 |
flex-direction: row; -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
3349 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
3350 3351 |
align-items: center; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
3352 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
3353 3354 3355 |
justify-content: space-between; padding: 55px 20px; } |
1fe4f9ffd Обновление визуал... |
3356 3357 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
3358 3359 3360 |
.main__employers-item { padding-left: 55px; } |
1fe4f9ffd Обновление визуал... |
3361 3362 |
} .main__employers-item-inner { |
f86fd56d9 task-132985 autor... |
3363 3364 3365 3366 3367 3368 3369 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
3370 3371 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3372 3373 3374 3375 |
.main__employers-item-inner { width: calc(100% - 200px); padding-right: 40px; } |
1fe4f9ffd Обновление визуал... |
3376 3377 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3378 3379 3380 |
.main__employers-item-inner { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
3381 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
3382 3383 |
flex-direction: row; -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
3384 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
3385 3386 |
align-items: center; } |
1fe4f9ffd Обновление визуал... |
3387 3388 |
} .main__employers-item-pic { |
f86fd56d9 task-132985 autor... |
3389 3390 3391 3392 |
height: 30px; position: absolute; top: 10px; left: 10px; |
1fe4f9ffd Обновление визуал... |
3393 3394 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3395 3396 3397 3398 3399 3400 3401 3402 |
.main__employers-item-pic { position: static; width: 150px; height: auto; max-height: 150px; -o-object-fit: contain; object-fit: contain; } |
1fe4f9ffd Обновление визуал... |
3403 3404 |
} .main__employers-item-body { |
f86fd56d9 task-132985 autor... |
3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 |
font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; } @media (min-width: 768px) { .main__employers-item-body { font-size: 16px; padding-top: 20px; } |
1fe4f9ffd Обновление визуал... |
3420 3421 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3422 3423 3424 3425 3426 |
.main__employers-item-body { width: calc(100% - 150px); padding: 0; padding-left: 40px; } |
1fe4f9ffd Обновление визуал... |
3427 3428 |
} .main__employers-item-body b { |
f86fd56d9 task-132985 autor... |
3429 |
font-weight: 700; |
1fe4f9ffd Обновление визуал... |
3430 3431 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3432 3433 3434 |
.main__employers-item-body b { font-size: 20px; } |
1fe4f9ffd Обновление визуал... |
3435 3436 |
} .main__employers-item-body i { |
f86fd56d9 task-132985 autor... |
3437 3438 |
font-style: normal; color: #000; |
1fe4f9ffd Обновление визуал... |
3439 3440 |
} .main__employers-item-more { |
f86fd56d9 task-132985 autor... |
3441 3442 3443 |
position: absolute; top: 10px; right: 10px; |
1fe4f9ffd Обновление визуал... |
3444 3445 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3446 3447 3448 3449 3450 |
.main__employers-item-more { width: 200px; padding: 0; position: static; } |
1fe4f9ffd Обновление визуал... |
3451 3452 |
} .main__employers-item-label { |
f86fd56d9 task-132985 autor... |
3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
background: #4d88d9; color: #fff; border-radius: 6px; width: 100%; height: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 12px; position: absolute; bottom: 0; left: 0; font-size: 12px; line-height: 1; } @media (min-width: 768px) { .main__employers-item-label { max-width: 350px; height: 30px; font-size: 15px; } |
1fe4f9ffd Обновление визуал... |
3477 3478 |
} .main__employers-item-label svg { |
f86fd56d9 task-132985 autor... |
3479 3480 |
width: 8px; height: 8px; |
1fe4f9ffd Обновление визуал... |
3481 3482 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3483 3484 3485 3486 |
.main__employers-item-label svg { width: 12px; height: 12px; } |
1fe4f9ffd Обновление визуал... |
3487 3488 |
} .main__employers-item-label span { |
f86fd56d9 task-132985 autor... |
3489 3490 3491 3492 3493 3494 |
overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; width: calc(100% - 8px); padding-left: 6px; |
1fe4f9ffd Обновление визуал... |
3495 3496 |
} .main__employers-one { |
f86fd56d9 task-132985 autor... |
3497 3498 3499 3500 3501 3502 3503 3504 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
3505 3506 |
} .main__employers-two { |
f86fd56d9 task-132985 autor... |
3507 3508 3509 3510 3511 3512 3513 3514 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
3515 3516 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3517 3518 3519 |
.main__employers-two { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
3520 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
3521 3522 |
flex-direction: row; -ms-flex-wrap: wrap; |
1fe4f9ffd Обновление визуал... |
3523 |
flex-wrap: wrap; |
f86fd56d9 task-132985 autor... |
3524 |
-webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
3525 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
3526 3527 |
align-items: flex-start; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
3528 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
3529 3530 3531 |
justify-content: space-between; gap: 20px 0; } |
1fe4f9ffd Обновление визуал... |
3532 3533 |
} .main__employers-two .main__employers-item { |
f86fd56d9 task-132985 autor... |
3534 3535 3536 3537 3538 3539 3540 3541 3542 |
width: calc(50% - 10px); -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; padding-top: 30px; |
1fe4f9ffd Обновление визуал... |
3543 3544 |
} .main__employers-two .main__employers-item-inner { |
f86fd56d9 task-132985 autor... |
3545 3546 |
width: 100%; padding: 0; |
1fe4f9ffd Обновление визуал... |
3547 3548 |
} .main__employers-two .main__employers-item-more { |
f86fd56d9 task-132985 autor... |
3549 3550 |
position: static; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
3551 3552 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3553 3554 3555 |
.main__employers-two .main__employers-item-more { margin-left: 190px; } |
1fe4f9ffd Обновление визуал... |
3556 3557 |
} .main__employers-two .main__employers-item-label { |
f86fd56d9 task-132985 autor... |
3558 |
max-width: none; |
1fe4f9ffd Обновление визуал... |
3559 3560 |
} .main__employer-page { |
f86fd56d9 task-132985 autor... |
3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; } @media (min-width: 768px) { .main__employer-page { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
3574 3575 |
} .main__employer-page-title { |
f86fd56d9 task-132985 autor... |
3576 3577 3578 |
color: #000; margin: 0; font-size: 30px; |
1fe4f9ffd Обновление визуал... |
3579 3580 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3581 3582 3583 |
.main__employer-page-title { font-size: 36px; } |
1fe4f9ffd Обновление визуал... |
3584 3585 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3586 3587 3588 |
.main__employer-page-title { font-size: 44px; } |
1fe4f9ffd Обновление визуал... |
3589 3590 |
} .main__employer-page-item { |
f86fd56d9 task-132985 autor... |
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4px; font-size: 12px; line-height: 1.4; |
ab181e741 task-132985 autol... |
3601 3602 3603 3604 3605 3606 3607 3608 |
width: 190px; } .main__employer-page-item.main__employer-page-description{ width: unset; } .main__employer-page-description p{ margin-bottom: 10px; line-height: 25px; |
465aace57 task-132687 minor... |
3609 |
} |
1fe4f9ffd Обновление визуал... |
3610 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3611 3612 3613 3614 |
.main__employer-page-item { font-size: 18px; gap: 8px; } |
1fe4f9ffd Обновление визуал... |
3615 3616 |
} .main__employer-page-item b { |
f86fd56d9 task-132985 autor... |
3617 3618 |
color: #377d87; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
3619 3620 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3621 3622 3623 |
.main__employer-page-item b { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
3624 3625 |
} .main__employer-page-item span { |
f86fd56d9 task-132985 autor... |
3626 |
color: #000; |
1fe4f9ffd Обновление визуал... |
3627 3628 |
} .main__employer-page-info { |
1fe4f9ffd Обновление визуал... |
3629 3630 3631 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
f86fd56d9 task-132985 autor... |
3632 |
-webkit-box-orient: vertical; |
1fe4f9ffd Обновление визуал... |
3633 |
-webkit-box-direction: normal; |
f86fd56d9 task-132985 autor... |
3634 3635 3636 3637 |
-ms-flex-direction: column; flex-direction: column; gap: 20px; } |
ab181e741 task-132985 autol... |
3638 3639 3640 3641 3642 3643 |
.main__employer-page-info.row2{ justify-content: flex-start; } .main__employer-page-info.row2 .main__employer-page-item{ width: 25%; } |
f86fd56d9 task-132985 autor... |
3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 |
@media (min-width: 768px) { .main__employer-page-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 40px; } } @media (min-width: 1280px) { .main__employer-page-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
3658 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
3659 3660 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
3661 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
3662 3663 |
align-items: flex-start; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
3664 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
3665 3666 3667 |
justify-content: space-between; padding-right: 160px; } |
1fe4f9ffd Обновление визуал... |
3668 3669 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3670 3671 3672 3673 |
.main__employer-page-info .main__employer-page-item b, .main__employer-page-info .main__employer-page-item span { max-width: 300px; } |
1fe4f9ffd Обновление визуал... |
3674 3675 |
} .main__employer-page-tabs { |
f86fd56d9 task-132985 autor... |
3676 3677 3678 3679 3680 3681 3682 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; |
1fe4f9ffd Обновление визуал... |
3683 3684 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3685 3686 3687 |
.main__employer-page-tabs { margin-top: 20px; } |
1fe4f9ffd Обновление визуал... |
3688 3689 |
} .main__employer-page-tabs-item { |
f86fd56d9 task-132985 autor... |
3690 3691 3692 3693 3694 3695 3696 3697 |
font-size: 22px; font-weight: 700; border: none; background: none; padding: 0; color: #9c9d9d; text-decoration: underline; text-decoration-thickness: 1px; |
1fe4f9ffd Обновление визуал... |
3698 3699 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3700 3701 3702 |
.main__employer-page-tabs-item { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
3703 3704 |
} .main__employer-page-tabs-item.active { |
f86fd56d9 task-132985 autor... |
3705 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
3706 3707 |
} .main__employer-page-body { |
f86fd56d9 task-132985 autor... |
3708 3709 3710 3711 3712 3713 3714 3715 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
3716 3717 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3718 3719 3720 |
.main__employer-page-body { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
3721 3722 |
} .main__employer-page-body-item { |
f86fd56d9 task-132985 autor... |
3723 3724 3725 3726 3727 3728 |
display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
3729 3730 |
} .main__employer-page-body-item.showed { |
f86fd56d9 task-132985 autor... |
3731 3732 3733 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
3734 3735 |
} .main__employer-page-one { |
f86fd56d9 task-132985 autor... |
3736 3737 3738 3739 3740 3741 3742 3743 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
3744 3745 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3746 3747 3748 3749 |
.main__employer-page-one { display: grid; grid-template-columns: repeat(2, 1fr); } |
1fe4f9ffd Обновление визуал... |
3750 3751 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3752 3753 3754 |
.main__employer-page-one { grid-template-columns: repeat(3, 1fr); } |
1fe4f9ffd Обновление визуал... |
3755 3756 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
3757 3758 3759 3760 |
.main__employer-page-one { grid-template-columns: repeat(4, 1fr); gap: 30px 20px; } |
1fe4f9ffd Обновление визуал... |
3761 3762 |
} .main__employer-page-one-item { |
f86fd56d9 task-132985 autor... |
3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; font-size: 12px; position: relative; |
1fe4f9ffd Обновление визуал... |
3773 3774 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
3775 3776 3777 |
.main__employer-page-one-item { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
3778 3779 |
} .main__employer-page-one-item img { |
f86fd56d9 task-132985 autor... |
3780 3781 3782 3783 3784 3785 |
border-radius: 10px; -o-object-fit: cover; object-fit: cover; width: 100%; max-height: 250px; aspect-ratio: 247/174; |
1fe4f9ffd Обновление визуал... |
3786 3787 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
3788 3789 3790 |
.main__employer-page-one-item img { margin-bottom: 10px; } |
1fe4f9ffd Обновление визуал... |
3791 3792 |
} .main__employer-page-one-item b { |
f86fd56d9 task-132985 autor... |
3793 3794 |
font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
3795 3796 |
} .main__employer-page-one-item span { |
f86fd56d9 task-132985 autor... |
3797 |
color: #000; |
1fe4f9ffd Обновление визуал... |
3798 3799 |
} .main__employer-page-one-item i { |
f86fd56d9 task-132985 autor... |
3800 3801 |
font-style: normal; color: #377d87; |
1fe4f9ffd Обновление визуал... |
3802 3803 |
} .main__employer-page-one-item .del { |
f86fd56d9 task-132985 autor... |
3804 3805 3806 3807 |
position: absolute; z-index: 1; top: 8px; left: 8px; |
1fe4f9ffd Обновление визуал... |
3808 3809 |
} .main__employer-page-two { |
f86fd56d9 task-132985 autor... |
3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; |
1fe4f9ffd Обновление визуал... |
3821 3822 |
} .main__employer-page-two-item { |
f86fd56d9 task-132985 autor... |
3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 |
width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 16px; padding: 20px 10px; border-radius: 12px; border: 1px solid #cecece; position: relative; overflow: hidden; font-size: 12px; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); } @media (min-width: 768px) { .main__employer-page-two-item { font-size: 14px; padding: 20px; gap: 24px; padding-bottom: 35px; } |
1fe4f9ffd Обновление визуал... |
3847 3848 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
3849 3850 3851 |
.main__employer-page-two-item { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
3852 3853 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
3854 3855 3856 |
.main__employer-page-two-item { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
3857 3858 |
} .main__employer-page-two-item-toper { |
f86fd56d9 task-132985 autor... |
3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 22px; font-weight: 700; color: #000; } @media (min-width: 768px) { .main__employer-page-two-item-toper { font-size: 30px; } |
1fe4f9ffd Обновление визуал... |
3873 3874 |
} .main__employer-page-two-item-toper img { |
f86fd56d9 task-132985 autor... |
3875 3876 3877 3878 |
width: 60px; aspect-ratio: 1/1; -o-object-fit: contain; object-fit: contain; |
1fe4f9ffd Обновление визуал... |
3879 3880 |
} .main__employer-page-two-item-toper span { |
f86fd56d9 task-132985 autor... |
3881 3882 |
width: calc(100% - 60px); padding-left: 10px; |
1fe4f9ffd Обновление визуал... |
3883 3884 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3885 3886 3887 |
.main__employer-page-two-item-toper span { padding-left: 20px; } |
1fe4f9ffd Обновление визуал... |
3888 3889 |
} .main__employer-page-two-item-title { |
f86fd56d9 task-132985 autor... |
3890 3891 3892 |
font-size: 18px; font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
3893 3894 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
3895 3896 3897 |
.main__employer-page-two-item-title { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
3898 3899 |
} .main__employer-page-two-item-text { |
f86fd56d9 task-132985 autor... |
3900 3901 3902 3903 3904 3905 3906 3907 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
3908 3909 |
} .main__employer-page-two-item-text-name { |
f86fd56d9 task-132985 autor... |
3910 |
font-weight: 700; |
1fe4f9ffd Обновление визуал... |
3911 3912 |
} .main__employer-page-two-item-text-body { |
f86fd56d9 task-132985 autor... |
3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 |
color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 6px; padding: 0 10px; |
1fe4f9ffd Обновление визуал... |
3923 3924 |
} .main__employer-page-two-item-text-body p { |
f86fd56d9 task-132985 autor... |
3925 |
margin: 0; |
1fe4f9ffd Обновление визуал... |
3926 3927 |
} .main__employer-page-two-item-text-body ul { |
f86fd56d9 task-132985 autor... |
3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 |
margin: 0; padding: 0; padding-left: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 6px; } @media (min-width: 768px) { .main__employer-page-two-item-text-body ul { margin: 0 5px; } |
1fe4f9ffd Обновление визуал... |
3944 3945 3946 |
} .main__employer-page-two-item-text-body ul span, .main__employer-page-two-item-text-body ul a { |
f86fd56d9 task-132985 autor... |
3947 3948 |
color: #000; position: relative; |
1fe4f9ffd Обновление визуал... |
3949 3950 |
} .main__employer-page-two-item-text-body ul a:hover { |
f86fd56d9 task-132985 autor... |
3951 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
3952 3953 |
} .main__employer-page-two-item-text-body p + ul { |
f86fd56d9 task-132985 autor... |
3954 |
margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
3955 3956 |
} .main__employer-page-two-item-text-links { |
f86fd56d9 task-132985 autor... |
3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 10px; padding: 0 10px; font-weight: 700; margin-top: 5px; } @media (min-width: 768px) { .main__employer-page-two-item-text-links { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
3976 3977 |
} .main__employer-page-two-item-text-links a { |
f86fd56d9 task-132985 autor... |
3978 |
color: #4d88d9; |
1fe4f9ffd Обновление визуал... |
3979 3980 |
} .main__employer-page-two-item-text-links a:hover { |
f86fd56d9 task-132985 autor... |
3981 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
3982 3983 |
} .main__employer-page-two-item-tags { |
f86fd56d9 task-132985 autor... |
3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 |
color: #4d88d9; font-weight: 500; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px 20px; } @media (min-width: 768px) { .main__employer-page-two-item-tags { font-size: 14px; } |
1fe4f9ffd Обновление визуал... |
4000 4001 |
} .main__employer-page-two-item-buttons { |
f86fd56d9 task-132985 autor... |
4002 4003 4004 |
display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; |
1fe4f9ffd Обновление визуал... |
4005 4006 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4007 4008 4009 4010 4011 4012 4013 |
.main__employer-page-two-item-button { position: absolute; bottom: 20px; left: 20px; width: 200px; padding: 0; } |
1fe4f9ffd Обновление визуал... |
4014 4015 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4016 4017 4018 4019 |
.main__employer-page-two-item-button + .main__employer-page-two-item-button { left: auto; right: 20px; } |
1fe4f9ffd Обновление визуал... |
4020 4021 |
} .main__employer-page-two-item-bottom { |
1fe4f9ffd Обновление визуал... |
4022 4023 4024 4025 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; |
f86fd56d9 task-132985 autor... |
4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 |
-ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .main__employer-page-two-item-bottom-date { color: #000; } @media (min-width: 768px) { .main__employer-page-two-item-bottom-date { position: absolute; bottom: 20px; right: 240px; height: 42px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
4045 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
4046 4047 |
align-items: center; } |
1fe4f9ffd Обновление визуал... |
4048 4049 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4050 4051 4052 |
.main__employer-page-two-item-bottom-date { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
4053 4054 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4055 4056 4057 4058 4059 |
.main__employer-page-two-item-bottom-like { position: absolute; bottom: 20px; left: 240px; } |
1fe4f9ffd Обновление визуал... |
4060 4061 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4062 4063 4064 4065 4066 |
.main__employer-page-two-more { margin-top: 10px; padding: 0; width: 200px; } |
1fe4f9ffd Обновление визуал... |
4067 4068 |
} .main__employer-page-two .main__employer-page-two-item { |
ab181e741 task-132985 autol... |
4069 |
/* display: none;*/ |
1fe4f9ffd Обновление визуал... |
4070 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) { |
f86fd56d9 task-132985 autor... |
4072 4073 4074 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
4075 4076 |
} .main__employer-page-two.active .main__employer-page-two-item { |
f86fd56d9 task-132985 autor... |
4077 4078 4079 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
4080 4081 |
} .main__resume-base { |
f86fd56d9 task-132985 autor... |
4082 4083 4084 4085 4086 4087 4088 4089 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #000; |
1fe4f9ffd Обновление визуал... |
4090 4091 |
} .main__resume-base-body { |
f86fd56d9 task-132985 autor... |
4092 4093 4094 4095 4096 4097 |
display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
4098 4099 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4100 4101 4102 |
.main__resume-base-body { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
4103 4104 |
} .main__resume-base-body.showed { |
f86fd56d9 task-132985 autor... |
4105 4106 4107 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
4108 4109 |
} .main__resume-base-body-one { |
f86fd56d9 task-132985 autor... |
4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; } @media (min-width: 768px) { .main__resume-base-body-one { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
4126 4127 |
} .main__resume-base-body-two { |
f86fd56d9 task-132985 autor... |
4128 4129 4130 4131 4132 4133 4134 4135 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
4136 4137 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4138 4139 4140 |
.main__resume-base-body-two { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
4141 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
4142 4143 |
flex-direction: row; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
4144 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
4145 4146 |
justify-content: space-between; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
4147 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
4148 4149 |
align-items: flex-start; -ms-flex-wrap: wrap; |
1fe4f9ffd Обновление визуал... |
4150 |
flex-wrap: wrap; |
f86fd56d9 task-132985 autor... |
4151 4152 |
gap: 30px 0; } |
1fe4f9ffd Обновление визуал... |
4153 4154 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4155 4156 4157 |
.main__resume-base-body-two .main__resume-base-body-item { width: calc(50% - 10px); } |
1fe4f9ffd Обновление визуал... |
4158 4159 |
} .main__resume-base-body-two .main__resume-base-body-item-wrapper { |
f86fd56d9 task-132985 autor... |
4160 4161 4162 4163 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
4164 4165 |
} .main__resume-base-body-item { |
96789e002 задаи 16,17,18 + ... |
4166 |
width: 100%; |
f86fd56d9 task-132985 autor... |
4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; position: relative; border: 1px solid #377d87; border-radius: 8px; padding: 10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
96789e002 задаи 16,17,18 + ... |
4182 |
} |
f86fd56d9 task-132985 autor... |
4183 4184 4185 4186 |
@media (min-width: 768px) { .main__resume-base-body-item { padding: 20px; } |
96789e002 задаи 16,17,18 + ... |
4187 |
} |
f86fd56d9 task-132985 autor... |
4188 |
.main__resume-base-body-item-buttons { |
ab181e741 task-132985 autol... |
4189 |
margin-top: 10px; |
96789e002 задаи 16,17,18 + ... |
4190 |
} |
ab181e741 task-132985 autol... |
4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 |
.main__resume-base-body-item-buttons button, a.main__resume-base-body-item-link{ width: 100%; margin-bottom: 10px; } .main__resume-base-body-item-buttons a.main__resume-base-body-item-link{ background: #377d87; color: #fff; } .main__resume-base-body-item-buttons .chat.active{ background: #fff; color: #377d87; } .main__resume-base-body-item-buttons button.like.active{ background-color: #ffffff; color: #eb5757; } .main__resume-base-body-item-buttons button span{ margin-left: 10px; } .main__resume-base-body-item-buttons .like .in-favorites{ display: none; } .main__resume-base-body-item-buttons .like.active .in-favorites{ display: block; color: #eb5757; } .main__resume-base-body-item-buttons .like.active .to-favorites{ display: none; |
1fe4f9ffd Обновление визуал... |
4219 4220 |
} .main__resume-base-body-item-wrapper { |
f86fd56d9 task-132985 autor... |
4221 4222 4223 4224 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; |
1fe4f9ffd Обновление визуал... |
4225 |
-webkit-box-direction: normal; |
f86fd56d9 task-132985 autor... |
4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 |
-ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 20px; width: 100%; } @media (min-width: 768px) { .main__resume-base-body-item-wrapper { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
4238 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
4239 4240 |
flex-direction: row; } |
1fe4f9ffd Обновление визуал... |
4241 4242 |
} .main__resume-base-body-item-photo { |
f86fd56d9 task-132985 autor... |
4243 4244 4245 4246 4247 |
width: 180px; aspect-ratio: 1/1; -o-object-fit: cover; object-fit: cover; border-radius: 8px; |
1fe4f9ffd Обновление визуал... |
4248 4249 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4250 4251 4252 |
.main__resume-base-body-item-photo { width: 210px; } |
1fe4f9ffd Обновление визуал... |
4253 4254 |
} .main__resume-base-body-item-inner { |
f86fd56d9 task-132985 autor... |
4255 4256 4257 4258 4259 4260 4261 4262 4263 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; width: 100%; |
ab181e741 task-132985 autol... |
4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 |
row-gap: 10px; } .main__resume-base-body-item-inner .horizontal{ -webkit-box-orient: horizontal; -ms-flex-direction: unset; flex-direction: row; align-items: start; } .main__resume-base-item-status{ width: fit-content; background-color: #e6e6e6; font-weight: bold; padding: 5px 10px; border-radius: 8px; } .main__resume-base-item-status.looking-for-job{ background-color: #eb5757; color: #fff; } .main__resume-base-item-updated-at{ padding: 5px 10px; border-radius: 8px; border: 1px #e6e6e6 solid; |
1fe4f9ffd Обновление визуал... |
4287 4288 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4289 4290 4291 4292 |
.main__resume-base-body-item-inner { gap: 16px; padding-right: 50px; } |
1fe4f9ffd Обновление визуал... |
4293 4294 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4295 4296 4297 4298 |
.main__resume-base-body-item-inner { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; |
ab181e741 task-132985 autol... |
4299 |
row-gap: 10px; |
f86fd56d9 task-132985 autor... |
4300 |
} |
1fe4f9ffd Обновление визуал... |
4301 4302 |
} .main__resume-base-body-item-inner div { |
f86fd56d9 task-132985 autor... |
4303 4304 4305 4306 4307 4308 4309 4310 4311 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4px; font-size: 12px; |
1fe4f9ffd Обновление визуал... |
4312 4313 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4314 4315 4316 |
.main__resume-base-body-item-inner div { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
4317 4318 |
} .main__resume-base-body-item-inner b { |
f86fd56d9 task-132985 autor... |
4319 4320 |
color: #377d87; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
4321 4322 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4323 4324 4325 |
.main__resume-base-body-item-inner b { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
4326 4327 |
} .main__resume-base-body-item-link { |
f86fd56d9 task-132985 autor... |
4328 4329 |
width: 100%; padding: 0; |
1fe4f9ffd Обновление визуал... |
4330 4331 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4332 4333 4334 |
.main__resume-base-body-item-link { width: 200px; } |
1fe4f9ffd Обновление визуал... |
4335 4336 |
} .main__spoiler { |
f86fd56d9 task-132985 autor... |
4337 4338 4339 4340 4341 4342 4343 4344 4345 |
overflow: hidden; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
4346 4347 |
} .main__spoiler-toper { |
f86fd56d9 task-132985 autor... |
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 |
background: #377d87; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; padding: 0 30px; border: none; position: relative; } @media (min-width: 768px) { .main__spoiler-toper { font-size: 18px; height: 50px; padding: 0 60px; } |
1fe4f9ffd Обновление визуал... |
4372 4373 |
} .main__spoiler-toper:before, .main__spoiler-toper:after { |
f86fd56d9 task-132985 autor... |
4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 |
content: ""; background: #fff; border-radius: 999px; width: 10px; height: 1px; position: absolute; top: 50%; right: 10px; -webkit-transition: 0.3s; transition: 0.3s; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } @media (min-width: 768px) { .main__spoiler-toper:before, .main__spoiler-toper:after { width: 20px; height: 2px; right: 20px; } |
1fe4f9ffd Обновление визуал... |
4394 4395 |
} .main__spoiler-toper:after { |
f86fd56d9 task-132985 autor... |
4396 4397 4398 |
-webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); |
1fe4f9ffd Обновление визуал... |
4399 4400 |
} .main__spoiler-toper.active:after { |
f86fd56d9 task-132985 autor... |
4401 4402 4403 |
-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); |
1fe4f9ffd Обновление визуал... |
4404 4405 |
} .main__spoiler-body { |
f86fd56d9 task-132985 autor... |
4406 4407 4408 4409 4410 |
opacity: 0; height: 0; overflow: hidden; border-radius: 0 0 8px 8px; background: #fff; |
1fe4f9ffd Обновление визуал... |
4411 4412 |
} .main__spoiler-body table { |
f86fd56d9 task-132985 autor... |
4413 4414 4415 |
width: calc(100% + 2px); margin-left: -1px; margin-bottom: -1px; |
1fe4f9ffd Обновление визуал... |
4416 4417 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4418 |
.main__spoiler-body table td { |
ab181e741 task-132985 autol... |
4419 |
width: 50%; |
f86fd56d9 task-132985 autor... |
4420 |
} |
1fe4f9ffd Обновление визуал... |
4421 4422 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4423 |
.main__spoiler-body table td + td { |
ab181e741 task-132985 autol... |
4424 |
width: 50%; |
f86fd56d9 task-132985 autor... |
4425 |
} |
1fe4f9ffd Обновление визуал... |
4426 4427 |
} .active + .main__spoiler-body { |
f86fd56d9 task-132985 autor... |
4428 4429 4430 4431 4432 4433 |
-webkit-transition: 0.3s; transition: 0.3s; opacity: 1; height: auto; border: 1px solid #cecece; border-top: none; |
1fe4f9ffd Обновление визуал... |
4434 4435 |
} .main__table { |
f86fd56d9 task-132985 autor... |
4436 4437 4438 4439 4440 |
border-collapse: collapse; table-layout: fixed; font-size: 12px; width: 100%; background: #fff; |
1fe4f9ffd Обновление визуал... |
4441 |
} |
449b32285 worker page desig... |
4442 4443 4444 4445 |
.main__table.worker_experience { table-layout: unset; } |
1fe4f9ffd Обновление визуал... |
4446 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4447 4448 4449 |
.main__table { font-size: 16px; } |
449b32285 worker page desig... |
4450 4451 4452 4453 |
.main__table.worker_experience { table-layout: fixed; } |
1fe4f9ffd Обновление визуал... |
4454 4455 |
} .main__table td { |
f86fd56d9 task-132985 autor... |
4456 4457 4458 |
border: 1px solid #cecece; padding: 4px 8px; vertical-align: top; |
1fe4f9ffd Обновление визуал... |
4459 4460 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4461 4462 4463 |
.main__table td { padding: 8px 16px; } |
1fe4f9ffd Обновление визуал... |
4464 4465 |
} .main__table td b { |
f86fd56d9 task-132985 autor... |
4466 |
font-weight: 700; |
1fe4f9ffd Обновление визуал... |
4467 4468 |
} .main__table_three { |
f86fd56d9 task-132985 autor... |
4469 |
table-layout: auto; |
1fe4f9ffd Обновление визуал... |
4470 4471 |
} .main__table_three td { |
f86fd56d9 task-132985 autor... |
4472 |
width: 25% !important; |
1fe4f9ffd Обновление визуал... |
4473 4474 |
} .main__table_three td:last-child { |
f86fd56d9 task-132985 autor... |
4475 |
width: 50% !important; |
1fe4f9ffd Обновление визуал... |
4476 4477 |
} .main__table b { |
f86fd56d9 task-132985 autor... |
4478 |
display: block; |
1fe4f9ffd Обновление визуал... |
4479 4480 |
} .main__table a { |
f86fd56d9 task-132985 autor... |
4481 4482 |
color: #377d87; text-decoration: underline; |
1fe4f9ffd Обновление визуал... |
4483 4484 |
} .main__table a:hover { |
f86fd56d9 task-132985 autor... |
4485 |
color: #000; |
1fe4f9ffd Обновление визуал... |
4486 4487 |
} .main__resume-profile-about { |
f86fd56d9 task-132985 autor... |
4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 |
padding-top: 20px; padding-bottom: 30px; position: relative; margin-top: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 10px; |
1fe4f9ffd Обновление визуал... |
4503 4504 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4505 4506 4507 |
.main__resume-profile-about { padding: 50px 0; } |
1fe4f9ffd Обновление визуал... |
4508 4509 |
} .main__resume-profile-about:before { |
f86fd56d9 task-132985 autor... |
4510 4511 4512 4513 4514 4515 4516 4517 4518 |
content: ""; position: absolute; z-index: 1; top: 0; left: 50%; width: 20000px; height: 100%; margin-left: -10000px; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); |
1fe4f9ffd Обновление визуал... |
4519 4520 |
} .main__resume-profile-about-title { |
5914833d5 Фиксы + личный ка... |
4521 4522 |
position: relative; z-index: 2; |
f86fd56d9 task-132985 autor... |
4523 |
color: #000; |
e60a32501 Измененения для р... |
4524 |
} |
5914833d5 Фиксы + личный ка... |
4525 |
.main__resume-profile-about-text { |
f86fd56d9 task-132985 autor... |
4526 4527 |
position: relative; z-index: 2; |
1fe4f9ffd Обновление визуал... |
4528 |
} |
f86fd56d9 task-132985 autor... |
4529 4530 4531 |
.main__resume-profile-about-button { position: relative; z-index: 2; |
449b32285 worker page desig... |
4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 |
/*margin-top: 10px;*/ } .table-responsive { overflow: scroll; -webkit-overflow-scrolling: touch; } @media (min-width: 768px) { .table-responsive { overflow: hidden; -webkit-overflow-scrolling: unset; } |
f86fd56d9 task-132985 autor... |
4545 |
} |
449b32285 worker page desig... |
4546 |
|
ab181e741 task-132985 autol... |
4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 |
.main__resume-profile-about-buttons{ display: flex; width: 100%; position: relative; z-index: 2; } .main__resume-profile-about-buttons .like{ width: 200px; } .main__resume-profile-about-buttons .like.active{ background: #fff; color: #eb5757; } .main__resume-profile-about-buttons .like .in-favorites{ display: none; } .main__resume-profile-about-buttons .like.active .in-favorites{ display: block; color: #eb5757; } .main__resume-profile-about-buttons .like.active .to-favorites{ display: none; } .main__resume-profile-about-text { position: relative; z-index: 2; } |
f86fd56d9 task-132985 autor... |
4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 |
.main__resume-profile-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; margin-top: 30px; |
1fe4f9ffd Обновление визуал... |
4584 4585 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4586 4587 4588 4589 |
.main__resume-profile-info { margin-top: 50px; gap: 30px; } |
1fe4f9ffd Обновление визуал... |
4590 4591 |
} .main__resume-profile-info-title { |
f86fd56d9 task-132985 autor... |
4592 |
color: #000; |
1fe4f9ffd Обновление визуал... |
4593 4594 |
} .main__resume-profile-info-body { |
f86fd56d9 task-132985 autor... |
4595 4596 4597 4598 4599 4600 4601 4602 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
4603 4604 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4605 4606 4607 |
.main__resume-profile-info-body { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
4608 4609 |
} .main__resume-profile-info-body-item { |
f86fd56d9 task-132985 autor... |
4610 4611 4612 4613 4614 4615 4616 4617 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
4618 4619 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4620 4621 4622 |
.main__resume-profile-info-body-item { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
4623 4624 |
} .main__resume-profile-info-body-subtitle { |
f86fd56d9 task-132985 autor... |
4625 |
color: #4d88d9; |
1fe4f9ffd Обновление визуал... |
4626 4627 |
} .main__resume-profile-info-body-inner { |
f86fd56d9 task-132985 autor... |
4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; margin: 0; padding: 0; font-size: 12px; } @media (min-width: 768px) { .main__resume-profile-info-body-inner { display: grid; grid-template-columns: repeat(2, 1fr); } |
1fe4f9ffd Обновление визуал... |
4645 4646 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4647 4648 4649 4650 |
.main__resume-profile-info-body-inner { grid-template-columns: repeat(3, 1fr); font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
4651 4652 |
} .main__resume-profile-info-body-inner li { |
f86fd56d9 task-132985 autor... |
4653 4654 4655 4656 4657 4658 4659 4660 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 6px; |
1fe4f9ffd Обновление визуал... |
4661 4662 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4663 4664 4665 |
.main__resume-profile-info-body-inner li { gap: 8px; } |
1fe4f9ffd Обновление визуал... |
4666 4667 |
} .main__resume-profile-info-body-inner b { |
f86fd56d9 task-132985 autor... |
4668 4669 |
color: #377d87; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
4670 4671 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4672 4673 4674 |
.main__resume-profile-info-body-inner b { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
4675 4676 |
} .main__resume-profile-info-body-inner span { |
f86fd56d9 task-132985 autor... |
4677 4678 4679 4680 4681 4682 4683 4684 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4px; |
1fe4f9ffd Обновление визуал... |
4685 4686 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4687 4688 4689 |
.main__resume-profile-info-body-inner span { gap: 6px; } |
1fe4f9ffd Обновление визуал... |
4690 4691 |
} .main__resume-profile-review { |
f86fd56d9 task-132985 autor... |
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; padding: 20px 10px; margin-top: 30px; border-radius: 16px; border: 1px solid #cecece; background: #fff; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); |
1fe4f9ffd Обновление визуал... |
4707 4708 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4709 4710 4711 4712 4713 |
.main__resume-profile-review { margin-top: 50px; padding: 50px 40px; gap: 30px; } |
1fe4f9ffd Обновление визуал... |
4714 4715 |
} .main__resume-profile-review-title { |
f86fd56d9 task-132985 autor... |
4716 |
color: #000; |
1fe4f9ffd Обновление визуал... |
4717 4718 |
} .main__resume-profile-review-body { |
f86fd56d9 task-132985 autor... |
4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 10px; |
1fe4f9ffd Обновление визуал... |
4730 4731 |
} .main__resume-profile-review-body .textarea { |
f86fd56d9 task-132985 autor... |
4732 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
4733 4734 |
} .main__resume-profile-review-body .button { |
f86fd56d9 task-132985 autor... |
4735 |
margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
4736 4737 |
} .main__vacancies { |
f86fd56d9 task-132985 autor... |
4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; } @media (min-width: 768px) { .main__vacancies { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
4754 4755 |
} .main__vacancies-title { |
f86fd56d9 task-132985 autor... |
4756 4757 |
color: #000; width: 100%; |
1fe4f9ffd Обновление визуал... |
4758 4759 |
} .main__vacancies-filters { |
f86fd56d9 task-132985 autor... |
4760 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
4761 4762 |
} .main__vacancies-item { |
f86fd56d9 task-132985 autor... |
4763 4764 4765 4766 |
width: 100%; background: none; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); |
1fe4f9ffd Обновление визуал... |
4767 4768 |
} .main__vacancies-item-page { |
f86fd56d9 task-132985 autor... |
4769 4770 4771 4772 4773 |
border: none; -webkit-box-shadow: none; box-shadow: none; background: none; margin: 0 -10px; |
1fe4f9ffd Обновление визуал... |
4774 4775 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4776 4777 4778 |
.main__vacancies-item-page { margin: 0 -20px; } |
1fe4f9ffd Обновление визуал... |
4779 4780 |
} .main__vacancies-thing { |
f86fd56d9 task-132985 autor... |
4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 |
width: 100%; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); padding: 20px 10px; padding-bottom: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 24px; border-radius: 12px; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); |
1fe4f9ffd Обновление визуал... |
4796 4797 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4798 4799 4800 4801 |
.main__vacancies-thing { padding: 30px 20px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
4802 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
4803 4804 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
4805 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
4806 4807 4808 |
align-items: flex-start; gap: 0; } |
1fe4f9ffd Обновление визуал... |
4809 4810 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4811 4812 4813 |
.main__vacancies-thing { padding: 50px 20px; } |
1fe4f9ffd Обновление визуал... |
4814 4815 |
} .main__vacancies-thing-pic { |
f86fd56d9 task-132985 autor... |
4816 4817 4818 4819 4820 4821 4822 4823 |
position: relative; z-index: 2; width: 100%; aspect-ratio: 42/34; -o-object-fit: cover; object-fit: cover; border-radius: 8px; max-height: 340px; |
1fe4f9ffd Обновление визуал... |
4824 4825 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4826 4827 4828 |
.main__vacancies-thing-pic { width: 380px; } |
1fe4f9ffd Обновление визуал... |
4829 4830 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4831 4832 4833 |
.main__vacancies-thing-pic { width: 420px; } |
1fe4f9ffd Обновление визуал... |
4834 4835 |
} .main__vacancies-thing-body { |
f86fd56d9 task-132985 autor... |
4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 16px; color: #000; |
1fe4f9ffd Обновление визуал... |
4848 4849 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4850 4851 4852 4853 |
.main__vacancies-thing-body { width: calc(100% - 380px); padding-left: 20px; } |
1fe4f9ffd Обновление визуал... |
4854 4855 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4856 4857 4858 4859 |
.main__vacancies-thing-body { width: calc(100% - 420px); gap: 20px; } |
1fe4f9ffd Обновление визуал... |
4860 4861 |
} .main__vacancies-thing-body > * { |
f86fd56d9 task-132985 autor... |
4862 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
4863 4864 |
} .main__vacancies-thing-body .button { |
f86fd56d9 task-132985 autor... |
4865 |
width: auto; |
1fe4f9ffd Обновление визуал... |
4866 4867 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4868 4869 4870 |
.main__vacancies-thing-body .button { min-width: 200px; } |
1fe4f9ffd Обновление визуал... |
4871 4872 |
} .main__vacancies-thing-scroll { |
f86fd56d9 task-132985 autor... |
4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 16px; overflow: hidden; overflow-y: auto; max-height: 180px; padding-right: 10px; } @media (min-width: 768px) { .main__vacancies-thing-scroll { max-height: 210px; padding-right: 20px; } |
1fe4f9ffd Обновление визуал... |
4894 4895 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4896 4897 4898 |
.main__vacancies-thing-scroll { max-height: 175px; } |
1fe4f9ffd Обновление визуал... |
4899 4900 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4901 4902 4903 4904 |
.main__vacancies-thing-scroll { max-height: 200px; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
4905 4906 |
} .main__cond { |
f86fd56d9 task-132985 autor... |
4907 4908 4909 4910 4911 4912 4913 4914 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 50px; |
1fe4f9ffd Обновление визуал... |
4915 4916 |
} .main__cond > div { |
f86fd56d9 task-132985 autor... |
4917 4918 4919 4920 4921 4922 4923 4924 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
4925 4926 |
} .main__cond-label { |
f86fd56d9 task-132985 autor... |
4927 4928 4929 4930 4931 4932 4933 4934 4935 |
border-radius: 16px; border: 1px solid #cecece; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); padding: 30px 20px; font-weight: 700; color: #000; line-height: 2; text-align: center; |
1fe4f9ffd Обновление визуал... |
4936 4937 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4938 4939 4940 |
.main__cond-label { font-size: 30px; } |
1fe4f9ffd Обновление визуал... |
4941 4942 |
} .main__cond-icons { |
f86fd56d9 task-132985 autor... |
4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 |
padding: 0; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 25px; margin-top: 10px; } @media (min-width: 768px) { .main__cond-icons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; margin-top: 20px; } |
1fe4f9ffd Обновление визуал... |
4962 4963 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4964 4965 4966 |
.main__cond-icons { grid-template-columns: repeat(3, 1fr); } |
1fe4f9ffd Обновление визуал... |
4967 4968 |
} .main__cond-icons li { |
f86fd56d9 task-132985 autor... |
4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 20px; font-size: 12px; line-height: 1.4; color: #000; } @media (min-width: 768px) { .main__cond-icons li { font-size: 14px; } |
1fe4f9ffd Обновление визуал... |
4988 4989 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4990 4991 4992 4993 |
.main__cond-icons li { font-size: 16px; line-height: 1.6; } |
1fe4f9ffd Обновление визуал... |
4994 4995 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4996 4997 4998 |
.main__cond-icons li { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
4999 5000 |
} .main__cond-icons li span { |
f86fd56d9 task-132985 autor... |
5001 5002 5003 5004 5005 5006 5007 5008 |
width: 48px; height: 48px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
5009 5010 |
} .main__cond-icons li span img { |
f86fd56d9 task-132985 autor... |
5011 |
max-width: 48px; |
1fe4f9ffd Обновление визуал... |
5012 5013 |
} .main__cond-callback { |
f86fd56d9 task-132985 autor... |
5014 |
margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
5015 5016 |
} .main__ads { |
f86fd56d9 task-132985 autor... |
5017 5018 5019 5020 5021 5022 5023 5024 5025 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 30px; margin: 30px 0; |
1fe4f9ffd Обновление визуал... |
5026 5027 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5028 5029 5030 |
.main__ads { margin: 60px 0; } |
1fe4f9ffd Обновление визуал... |
5031 5032 |
} .main__ads-item { |
f86fd56d9 task-132985 autor... |
5033 5034 5035 5036 5037 5038 5039 5040 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 16px; |
1fe4f9ffd Обновление визуал... |
5041 5042 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5043 5044 5045 |
.main__ads-item { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
5046 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
5047 5048 5049 |
flex-direction: row; gap: 0; } |
1fe4f9ffd Обновление визуал... |
5050 5051 |
} .main__ads-item-pic { |
f86fd56d9 task-132985 autor... |
5052 5053 5054 5055 5056 5057 5058 |
width: 100%; max-width: 440px; max-height: 200px; aspect-ratio: 3/2; position: relative; overflow: hidden; border-radius: 12px; |
1fe4f9ffd Обновление визуал... |
5059 5060 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5061 5062 5063 5064 |
.main__ads-item-pic { width: 200px; aspect-ratio: 1/1; } |
1fe4f9ffd Обновление визуал... |
5065 5066 |
} .main__ads-item-pic img { |
f86fd56d9 task-132985 autor... |
5067 5068 5069 5070 5071 5072 5073 5074 |
z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; |
1fe4f9ffd Обновление визуал... |
5075 5076 |
} .main__ads-item-pic span { |
f86fd56d9 task-132985 autor... |
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 |
z-index: 2; width: 30px; height: 30px; border-radius: 6px; background: #4d88d9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 10px; left: 10px; color: #fff; |
1fe4f9ffd Обновление визуал... |
5095 5096 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5097 5098 5099 5100 |
.main__ads-item-pic span { width: 42px; height: 42px; } |
1fe4f9ffd Обновление визуал... |
5101 5102 |
} .main__ads-item-pic span svg { |
f86fd56d9 task-132985 autor... |
5103 5104 |
width: 12px; height: 12px; |
1fe4f9ffd Обновление визуал... |
5105 5106 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5107 5108 5109 5110 |
.main__ads-item-pic span svg { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
5111 5112 |
} .main__ads-item-body { |
f86fd56d9 task-132985 autor... |
5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 10px; font-size: 12px; |
1fe4f9ffd Обновление визуал... |
5125 5126 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5127 5128 5129 5130 |
.main__ads-item-body { width: calc(100% - 200px); padding-left: 40px; -webkit-box-pack: center; |
1fe4f9ffd Обновление визуал... |
5131 |
-ms-flex-pack: center; |
f86fd56d9 task-132985 autor... |
5132 5133 5134 5135 |
justify-content: center; font-size: 16px; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
5136 5137 |
} .main__ads-item-body b { |
f86fd56d9 task-132985 autor... |
5138 5139 5140 |
width: 100%; font-weight: 700; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
5141 5142 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5143 5144 5145 |
.main__ads-item-body b { font-size: 20px; } |
1fe4f9ffd Обновление визуал... |
5146 5147 |
} .main__ads-item-body span { |
f86fd56d9 task-132985 autor... |
5148 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
5149 5150 5151 |
} .work { |
f86fd56d9 task-132985 autor... |
5152 5153 5154 5155 5156 5157 |
background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); color: #000; padding-top: 70px; padding-bottom: 10px; position: relative; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
5158 5159 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5160 5161 5162 |
.work { padding-bottom: 25px; } |
1fe4f9ffd Обновление визуал... |
5163 5164 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5165 5166 5167 5168 |
.work { padding-top: 80px; padding-bottom: 25px; } |
1fe4f9ffd Обновление визуал... |
5169 5170 |
} .work__pic { |
f86fd56d9 task-132985 autor... |
5171 5172 5173 5174 5175 5176 5177 |
position: absolute; height: calc(100% - 40px); z-index: 1; display: none; bottom: 0; left: 50%; margin-left: 40px; |
1fe4f9ffd Обновление визуал... |
5178 5179 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5180 5181 5182 |
.work__pic { display: block; } |
1fe4f9ffd Обновление визуал... |
5183 5184 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5185 5186 5187 |
.work__pic { margin-left: 80px; } |
1fe4f9ffd Обновление визуал... |
5188 5189 |
} .work__body { |
f86fd56d9 task-132985 autor... |
5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 |
position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (min-width: 768px) { .work__body { -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
5206 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
5207 5208 |
align-items: flex-start; } |
1fe4f9ffd Обновление визуал... |
5209 5210 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5211 5212 5213 |
.work__body { max-width: 600px; } |
1fe4f9ffd Обновление визуал... |
5214 5215 |
} .work__title { |
f86fd56d9 task-132985 autor... |
5216 5217 5218 5219 |
width: 100%; font-size: 40px; font-weight: 700; line-height: 1; |
1fe4f9ffd Обновление визуал... |
5220 5221 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5222 5223 5224 5225 |
.work__title { font-size: 64px; line-height: 94px; } |
1fe4f9ffd Обновление визуал... |
5226 5227 |
} .work__text { |
f86fd56d9 task-132985 autor... |
5228 5229 5230 |
width: 100%; font-size: 12px; margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
5231 5232 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5233 5234 5235 5236 5237 |
.work__text { font-size: 18px; margin-top: 20px; line-height: 1.4; } |
1fe4f9ffd Обновление визуал... |
5238 5239 |
} .work__list { |
f86fd56d9 task-132985 autor... |
5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 |
width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 5px; font-size: 14px; font-weight: 700; margin-top: 15px; } @media (min-width: 768px) { .work__list { font-size: 18px; gap: 8px; margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
5259 5260 |
} .work__list div { |
f86fd56d9 task-132985 autor... |
5261 5262 |
position: relative; padding-left: 10px; |
1fe4f9ffd Обновление визуал... |
5263 5264 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5265 5266 5267 |
.work__list div { padding-left: 16px; } |
1fe4f9ffd Обновление визуал... |
5268 5269 |
} .work__list div:before { |
f86fd56d9 task-132985 autor... |
5270 5271 5272 5273 5274 5275 5276 5277 |
content: ""; width: 4px; height: 4px; background: #000; border-radius: 999px; position: absolute; top: 5px; left: 0; |
1fe4f9ffd Обновление визуал... |
5278 5279 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5280 5281 5282 |
.work__list div:before { top: 8px; } |
1fe4f9ffd Обновление визуал... |
5283 5284 |
} .work__form { |
f86fd56d9 task-132985 autor... |
5285 |
margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
5286 5287 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5288 5289 5290 |
.work__form { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
5291 5292 |
} .work__search { |
f86fd56d9 task-132985 autor... |
5293 5294 5295 |
width: 100%; max-width: 180px; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
5296 5297 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5298 5299 5300 5301 |
.work__search { max-width: 270px; margin-top: 50px; } |
1fe4f9ffd Обновление визуал... |
5302 5303 |
} .work__get { |
f86fd56d9 task-132985 autor... |
5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 |
width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 48px; |
1fe4f9ffd Обновление визуал... |
5314 5315 |
} .work__get b { |
f86fd56d9 task-132985 autor... |
5316 5317 5318 |
width: 100%; margin-bottom: 10px; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
5319 5320 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5321 5322 5323 |
.work__get b { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
5324 5325 |
} .work__get a { |
f86fd56d9 task-132985 autor... |
5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-right: 20px; |
1fe4f9ffd Обновление визуал... |
5336 5337 |
} .work__get a img { |
f86fd56d9 task-132985 autor... |
5338 5339 5340 |
-webkit-transition: 0.3s; transition: 0.3s; width: 111px; |
1fe4f9ffd Обновление визуал... |
5341 5342 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5343 5344 5345 |
.work__get a img { width: 131px; } |
1fe4f9ffd Обновление визуал... |
5346 5347 |
} .work__get a:hover img { |
f86fd56d9 task-132985 autor... |
5348 5349 5350 |
-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); |
1fe4f9ffd Обновление визуал... |
5351 5352 |
} .work__get a + a { |
f86fd56d9 task-132985 autor... |
5353 |
margin-right: 0; |
1fe4f9ffd Обновление визуал... |
5354 |
} |
48dc6f494 show app info text |
5355 5356 5357 5358 5359 5360 5361 5362 5363 |
.work__get-app-info { margin-top: 10px; font-size: 14px; display: flex; width: 100%; } .work__get-app-info a { text-decoration: underline; |
880c0e910 show app info text |
5364 |
font-weight: 700; |
48dc6f494 show app info text |
5365 5366 5367 5368 5369 5370 5371 |
} @media (min-width: 768px) { .work__get-app-info { font-size: 18px; } } |
1fe4f9ffd Обновление визуал... |
5372 |
.numbers { |
f86fd56d9 task-132985 autor... |
5373 5374 5375 |
padding: 30px 0; background: #377d87 url("../images/bg.svg") no-repeat 100% calc(100% + 80px); color: #fff; |
1fe4f9ffd Обновление визуал... |
5376 5377 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5378 5379 5380 5381 5382 |
.numbers { padding: 100px 0; background-position: 100% 100%; background-size: auto 500px; } |
1fe4f9ffd Обновление визуал... |
5383 5384 |
} .numbers__body { |
f86fd56d9 task-132985 autor... |
5385 5386 5387 5388 5389 5390 5391 5392 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 30px; |
1fe4f9ffd Обновление визуал... |
5393 5394 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5395 5396 5397 5398 |
.numbers__body { display: grid; grid-template-columns: 1fr 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
5399 5400 |
} .numbers__item { |
f86fd56d9 task-132985 autor... |
5401 5402 5403 5404 5405 5406 5407 5408 5409 |
font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; line-height: 1.4; |
1fe4f9ffd Обновление визуал... |
5410 5411 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5412 5413 5414 5415 |
.numbers__item { font-size: 16px; line-height: 20px; } |
1fe4f9ffd Обновление визуал... |
5416 5417 |
} .numbers__item b { |
f86fd56d9 task-132985 autor... |
5418 5419 5420 5421 |
font-size: 40px; font-weight: 700; border-bottom: 1px solid #fff; line-height: 1; |
1fe4f9ffd Обновление визуал... |
5422 5423 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5424 5425 5426 5427 |
.numbers__item b { font-size: 100px; line-height: 147px; } |
1fe4f9ffd Обновление визуал... |
5428 5429 |
} .numbers__item span { |
f86fd56d9 task-132985 autor... |
5430 5431 5432 5433 |
font-weight: 700; font-size: 14px; margin: 10px 0; line-height: 1; |
1fe4f9ffd Обновление визуал... |
5434 5435 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5436 5437 5438 5439 |
.numbers__item span { font-size: 24px; margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
5440 5441 5442 |
} .vacancies { |
f86fd56d9 task-132985 autor... |
5443 |
padding: 50px 0; |
1fe4f9ffd Обновление визуал... |
5444 5445 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5446 5447 5448 |
.vacancies { padding: 100px 0; } |
1fe4f9ffd Обновление визуал... |
5449 5450 |
} .vacancies__body { |
f86fd56d9 task-132985 autor... |
5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; gap: 20px; width: 100%; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
5461 5462 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5463 5464 5465 5466 |
.vacancies__body { margin-top: 30px; gap: 30px; } |
1fe4f9ffd Обновление визуал... |
5467 5468 |
} .vacancies__more { |
f86fd56d9 task-132985 autor... |
5469 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
5470 5471 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5472 5473 5474 5475 |
.vacancies__more { width: auto; margin: 0 auto; } |
1fe4f9ffd Обновление визуал... |
5476 5477 |
} .vacancies__list { |
f86fd56d9 task-132985 autor... |
5478 5479 5480 5481 5482 5483 5484 5485 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 15px; |
1fe4f9ffd Обновление визуал... |
5486 5487 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5488 5489 5490 5491 |
.vacancies__list { display: grid; grid-template-columns: repeat(2, 1fr); } |
1fe4f9ffd Обновление визуал... |
5492 5493 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5494 5495 5496 5497 5498 |
.vacancies__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } |
1fe4f9ffd Обновление визуал... |
5499 5500 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5501 5502 5503 |
.vacancies__list { grid-template-columns: repeat(4, 1fr); } |
1fe4f9ffd Обновление визуал... |
5504 5505 |
} .vacancies__list-label { |
f86fd56d9 task-132985 autor... |
5506 5507 |
font-weight: 700; font-size: 22px; |
1fe4f9ffd Обновление визуал... |
5508 5509 |
} .vacancies__list-col { |
f86fd56d9 task-132985 autor... |
5510 5511 5512 5513 5514 5515 5516 5517 5518 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 15px; margin-top: 15px; |
ab181e741 task-132985 autol... |
5519 |
margin-bottom: 30px; |
f86fd56d9 task-132985 autor... |
5520 5521 5522 5523 5524 |
} @media (min-width: 768px) { .vacancies__list-col { margin-top: 0; } |
1fe4f9ffd Обновление визуал... |
5525 5526 |
} .vacancies__list-col:first-child { |
f86fd56d9 task-132985 autor... |
5527 |
margin-top: 0; |
1fe4f9ffd Обновление визуал... |
5528 5529 |
} .vacancies__item { |
f86fd56d9 task-132985 autor... |
5530 5531 5532 5533 5534 5535 5536 |
display: none; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); border-radius: 12px; background: #fff; border: 1px solid #e6e7e7; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
5537 5538 |
} .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) { |
f86fd56d9 task-132985 autor... |
5539 5540 5541 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
5542 5543 |
} .vacancies__item > span { |
f86fd56d9 task-132985 autor... |
5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
border-left: 10px solid #377d87; padding: 20px 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 5px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; |
1fe4f9ffd Обновление визуал... |
5560 5561 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5562 5563 5564 |
.vacancies__item > span { gap: 10px; } |
1fe4f9ffd Обновление визуал... |
5565 5566 |
} .vacancies__item b { |
f86fd56d9 task-132985 autor... |
5567 5568 |
font-weight: 700; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
5569 5570 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5571 5572 5573 |
.vacancies__item b { font-size: 20px; } |
1fe4f9ffd Обновление визуал... |
5574 5575 |
} .vacancies__item:hover b { |
f86fd56d9 task-132985 autor... |
5576 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
5577 5578 |
} .vacancies__item u { |
f86fd56d9 task-132985 autor... |
5579 5580 |
text-decoration: none; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
5581 5582 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5583 5584 5585 |
.vacancies__item u { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
5586 5587 |
} .vacancies__item i { |
f86fd56d9 task-132985 autor... |
5588 5589 5590 |
font-size: 12px; font-style: normal; border-bottom: 1px dashed #377d87; |
1fe4f9ffd Обновление визуал... |
5591 5592 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5593 5594 5595 |
.vacancies__item i { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
5596 5597 |
} .vacancies__item i span { |
f86fd56d9 task-132985 autor... |
5598 5599 |
font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
5600 5601 |
} .vacancies__body.active .vacancies__list .vacancies__item { |
f86fd56d9 task-132985 autor... |
5602 5603 5604 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
5605 5606 5607 |
} .employer { |
f86fd56d9 task-132985 autor... |
5608 |
padding-bottom: 50px; |
1fe4f9ffd Обновление визуал... |
5609 |
} |
8150f7831 Коммит на понедел... |
5610 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5611 5612 5613 |
.employer { padding-bottom: 100px; } |
1fe4f9ffd Обновление визуал... |
5614 5615 |
} .employer .swiper { |
f86fd56d9 task-132985 autor... |
5616 |
margin: 20px 0; |
1fe4f9ffd Обновление визуал... |
5617 |
} |
8150f7831 Коммит на понедел... |
5618 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5619 5620 5621 |
.employer .swiper { display: none; } |
1fe4f9ffd Обновление визуал... |
5622 5623 |
} .employer__item { |
f86fd56d9 task-132985 autor... |
5624 5625 5626 5627 5628 5629 5630 5631 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 30px; |
1fe4f9ffd Обновление визуал... |
5632 5633 |
} .employer__item a { |
f86fd56d9 task-132985 autor... |
5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
5644 5645 |
} .employer__item img { |
f86fd56d9 task-132985 autor... |
5646 5647 5648 5649 |
width: 100%; aspect-ratio: 295/98; -o-object-fit: contain; object-fit: contain; |
1fe4f9ffd Обновление визуал... |
5650 |
} |
8150f7831 Коммит на понедел... |
5651 |
.employer__body { |
f86fd56d9 task-132985 autor... |
5652 5653 5654 5655 5656 |
display: none; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; margin-bottom: 40px; |
8150f7831 Коммит на понедел... |
5657 5658 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5659 5660 5661 |
.employer__body { display: grid; } |
8150f7831 Коммит на понедел... |
5662 5663 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5664 5665 5666 |
.employer__body { grid-template-columns: 1fr 1fr 1fr; } |
8150f7831 Коммит на понедел... |
5667 5668 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5669 5670 5671 |
.employer__body { grid-template-columns: 1fr 1fr 1fr 1fr; } |
8150f7831 Коммит на понедел... |
5672 5673 |
} .employer__body a { |
f86fd56d9 task-132985 autor... |
5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 98px; |
8150f7831 Коммит на понедел... |
5684 5685 |
} .employer__body img { |
f86fd56d9 task-132985 autor... |
5686 5687 5688 5689 |
max-width: 100%; max-height: 98px; -o-object-fit: contain; object-fit: contain; |
8150f7831 Коммит на понедел... |
5690 |
} |
1fe4f9ffd Обновление визуал... |
5691 |
.employer__more { |
f86fd56d9 task-132985 autor... |
5692 |
height: 38px; |
1fe4f9ffd Обновление визуал... |
5693 |
} |
8150f7831 Коммит на понедел... |
5694 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5695 5696 5697 5698 5699 |
.employer__more { width: 250px; margin: 0 auto; height: 44px; } |
1fe4f9ffd Обновление визуал... |
5700 5701 5702 |
} .about { |
f86fd56d9 task-132985 autor... |
5703 5704 5705 5706 |
background: #acc0e6 url("../images/space.svg") no-repeat 0 0; background-size: cover; padding: 30px 0; padding-bottom: 70px; |
1fe4f9ffd Обновление визуал... |
5707 5708 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5709 5710 5711 5712 |
.about { padding-top: 40px; background-size: auto calc(100% - 10px); } |
1fe4f9ffd Обновление визуал... |
5713 5714 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5715 5716 5717 |
.about { padding: 100px 0; } |
1fe4f9ffd Обновление визуал... |
5718 5719 |
} .about__wrapper { |
f86fd56d9 task-132985 autor... |
5720 5721 5722 5723 5724 5725 5726 5727 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; |
1fe4f9ffd Обновление визуал... |
5728 5729 |
} .about__title { |
f86fd56d9 task-132985 autor... |
5730 5731 |
color: #fff; line-height: 1.2; |
1fe4f9ffd Обновление визуал... |
5732 5733 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5734 5735 5736 5737 5738 |
.about__title { position: absolute; top: -45px; left: 0; } |
1fe4f9ffd Обновление визуал... |
5739 5740 |
} .about__body { |
f86fd56d9 task-132985 autor... |
5741 5742 5743 5744 5745 5746 5747 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
5748 5749 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5750 5751 5752 |
.about__body { padding-left: 495px; } |
1fe4f9ffd Обновление визуал... |
5753 5754 |
} .about__line { |
f86fd56d9 task-132985 autor... |
5755 5756 5757 5758 5759 |
background: #fff; width: 100%; height: 1px; max-width: 400px; margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
5760 5761 |
} .about__item { |
f86fd56d9 task-132985 autor... |
5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 10px; max-width: 600px; } @media (min-width: 768px) { .about__item { margin-top: 20px; } |
1fe4f9ffd Обновление визуал... |
5776 5777 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5778 5779 5780 |
.about__item { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
5781 5782 |
} .about__item b { |
f86fd56d9 task-132985 autor... |
5783 5784 |
font-size: 20px; font-weight: 700; |
1fe4f9ffd Обновление визуал... |
5785 5786 |
} .about__item span { |
f86fd56d9 task-132985 autor... |
5787 5788 5789 |
font-size: 13px; line-height: 1.4; margin-top: 6px; |
1fe4f9ffd Обновление визуал... |
5790 5791 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5792 5793 5794 5795 |
.about__item span { font-size: 16px; margin-top: 12px; } |
1fe4f9ffd Обновление визуал... |
5796 5797 |
} .about__item a { |
f86fd56d9 task-132985 autor... |
5798 |
text-decoration: underline; |
1fe4f9ffd Обновление визуал... |
5799 5800 |
} .about__item + .about__item { |
f86fd56d9 task-132985 autor... |
5801 |
margin-top: 30px; |
1fe4f9ffd Обновление визуал... |
5802 5803 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5804 5805 5806 |
.about__item + .about__item { margin-top: 40px; } |
1fe4f9ffd Обновление визуал... |
5807 5808 |
} .about__button { |
f86fd56d9 task-132985 autor... |
5809 5810 5811 |
margin-top: 20px; height: 38px; padding: 0; |
1fe4f9ffd Обновление визуал... |
5812 5813 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5814 5815 5816 5817 5818 |
.about__button { max-width: 200px; height: 42px; margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
5819 5820 5821 |
} .news { |
f86fd56d9 task-132985 autor... |
5822 5823 |
padding: 50px 0; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
5824 5825 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5826 5827 5828 5829 |
.news { padding: 100px 0; padding-bottom: 0; } |
1fe4f9ffd Обновление визуал... |
5830 5831 |
} .news__toper { |
f86fd56d9 task-132985 autor... |
5832 5833 5834 5835 5836 5837 5838 5839 5840 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
5841 5842 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5843 5844 5845 |
.news__toper .title { width: calc(100% - 160px); } |
1fe4f9ffd Обновление визуал... |
5846 5847 |
} .news__toper .navs { |
f86fd56d9 task-132985 autor... |
5848 |
display: none; |
1fe4f9ffd Обновление визуал... |
5849 5850 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5851 5852 5853 5854 5855 |
.news__toper .navs { display: -webkit-box; display: -ms-flexbox; display: flex; } |
1fe4f9ffd Обновление визуал... |
5856 5857 |
} .news .swiper { |
f86fd56d9 task-132985 autor... |
5858 |
margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
5859 5860 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5861 5862 5863 |
.news .swiper { overflow: visible; } |
1fe4f9ffd Обновление визуал... |
5864 5865 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5866 5867 5868 |
.news .swiper { margin-top: 40px; } |
1fe4f9ffd Обновление визуал... |
5869 5870 |
} .news__item { |
f86fd56d9 task-132985 autor... |
5871 5872 5873 5874 5875 5876 5877 5878 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; line-height: 1.4; |
1fe4f9ffd Обновление визуал... |
5879 5880 |
} .news__item-pic { |
f86fd56d9 task-132985 autor... |
5881 5882 5883 5884 5885 5886 5887 |
width: 100%; aspect-ratio: 3/2; border-radius: 12px; border: 1px solid #e6e7e7; -o-object-fit: cover; object-fit: cover; min-height: 200px; |
1fe4f9ffd Обновление визуал... |
5888 5889 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5890 5891 5892 |
.news__item-pic { aspect-ratio: 4/2; } |
1fe4f9ffd Обновление визуал... |
5893 5894 |
} .news__item-body { |
f86fd56d9 task-132985 autor... |
5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 15px; } @media (min-width: 768px) { .news__item-body { padding: 20px; padding-top: 30px; margin-top: -15px; border-radius: 0 0 12px 12px; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); } |
1fe4f9ffd Обновление визуал... |
5913 5914 |
} .news__item-date { |
f86fd56d9 task-132985 autor... |
5915 5916 5917 |
font-size: 14px; font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
5918 5919 |
} .news__item-title { |
f86fd56d9 task-132985 autor... |
5920 5921 5922 5923 |
font-size: 20px; font-weight: 700; line-height: 1.2; margin-top: 5px; |
1fe4f9ffd Обновление визуал... |
5924 5925 |
} .news__item-text { |
f86fd56d9 task-132985 autor... |
5926 5927 5928 5929 5930 5931 5932 |
color: #000; font-size: 13px; margin-top: 10px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; |
1fe4f9ffd Обновление визуал... |
5933 |
} |
947d970ad fixes |
5934 5935 5936 5937 |
.news__item-text p { word-break: break-all; } |
1fe4f9ffd Обновление визуал... |
5938 |
@media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5939 5940 5941 |
.news__item-text { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
5942 5943 |
} .news__item-more { |
f86fd56d9 task-132985 autor... |
5944 5945 |
height: 42px; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
5946 5947 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5948 5949 5950 5951 |
.news__item-more { height: 44px; max-width: 190px; } |
1fe4f9ffd Обновление визуал... |
5952 5953 |
} .news__all { |
f86fd56d9 task-132985 autor... |
5954 5955 5956 5957 5958 |
height: 42px; margin: 0 auto; margin-top: 20px; padding: 0; display: none; |
1fe4f9ffd Обновление визуал... |
5959 5960 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5961 5962 5963 5964 5965 5966 5967 |
.news__all { max-width: 170px; margin-top: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; } |
1fe4f9ffd Обновление визуал... |
5968 5969 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5970 5971 5972 |
.news__all { height: 44px; } |
1fe4f9ffd Обновление визуал... |
5973 5974 |
} .news__items { |
f86fd56d9 task-132985 autor... |
5975 5976 5977 |
display: grid; gap: 20px; margin-bottom: 10px; |
1fe4f9ffd Обновление визуал... |
5978 5979 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5980 5981 5982 |
.news__items { grid-template-columns: 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
5983 5984 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5985 5986 5987 |
.news__items { grid-template-columns: 1fr 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
5988 5989 5990 |
} main + .news { |
f86fd56d9 task-132985 autor... |
5991 |
padding: 0; |
1fe4f9ffd Обновление визуал... |
5992 5993 5994 |
} .info { |
f86fd56d9 task-132985 autor... |
5995 5996 |
position: relative; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
5997 5998 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5999 6000 6001 |
.info { margin-bottom: -25px; } |
1fe4f9ffd Обновление визуал... |
6002 6003 |
} .info__pic { |
f86fd56d9 task-132985 autor... |
6004 6005 6006 6007 6008 6009 6010 |
display: none; z-index: 1; position: absolute; top: 0; left: 50%; height: 100%; margin-left: 130px; |
1fe4f9ffd Обновление визуал... |
6011 6012 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6013 6014 6015 |
.info__pic { display: block; } |
1fe4f9ffd Обновление визуал... |
6016 6017 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6018 6019 6020 6021 6022 |
.info__pic { width: 610px; height: auto; margin-left: 10px; } |
1fe4f9ffd Обновление визуал... |
6023 6024 |
} .info__body { |
f86fd56d9 task-132985 autor... |
6025 6026 6027 6028 6029 6030 6031 6032 6033 |
z-index: 2; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
6034 6035 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6036 6037 6038 6039 |
.info__body { padding-top: 100px; min-height: 600px; } |
1fe4f9ffd Обновление визуал... |
6040 6041 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6042 6043 6044 6045 |
.info__title { max-width: 520px; line-height: 1; } |
1fe4f9ffd Обновление визуал... |
6046 6047 |
} .info__item { |
f86fd56d9 task-132985 autor... |
6048 6049 6050 6051 6052 6053 6054 6055 6056 |
margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
6057 6058 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6059 6060 6061 |
.info__item { max-width: 610px; } |
1fe4f9ffd Обновление визуал... |
6062 6063 |
} .info__item + .info__item { |
f86fd56d9 task-132985 autor... |
6064 |
margin-top: 60px; |
1fe4f9ffd Обновление визуал... |
6065 6066 |
} .info__text { |
f86fd56d9 task-132985 autor... |
6067 6068 6069 |
color: #000; font-size: 13px; line-height: 1.4; |
1fe4f9ffd Обновление визуал... |
6070 6071 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6072 6073 6074 |
.info__text { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
6075 6076 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6077 6078 6079 |
.info__text { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
6080 6081 |
} .info__link { |
f86fd56d9 task-132985 autor... |
6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 |
border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; height: 40px; font-size: 12px; font-weight: 700; gap: 8px; color: #fff; background: #377d87; |
1fe4f9ffd Обновление визуал... |
6099 6100 |
} .info__link:hover { |
f86fd56d9 task-132985 autor... |
6101 6102 |
-webkit-filter: grayscale(50%); filter: grayscale(50%); |
1fe4f9ffd Обновление визуал... |
6103 6104 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6105 6106 6107 6108 6109 6110 |
.info__link { height: 44px; font-size: 16px; gap: 10px; max-width: 300px; } |
1fe4f9ffd Обновление визуал... |
6111 6112 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6113 6114 6115 |
.info__link { max-width: 210px; } |
1fe4f9ffd Обновление визуал... |
6116 6117 |
} .info__link svg { |
f86fd56d9 task-132985 autor... |
6118 6119 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
6120 6121 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6122 6123 6124 6125 |
.info__link svg { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
6126 6127 6128 |
} .thing { |
f86fd56d9 task-132985 autor... |
6129 6130 6131 6132 6133 6134 |
padding-top: 15px; padding-bottom: 30px; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); color: #000; overflow: hidden; position: relative; |
1fe4f9ffd Обновление визуал... |
6135 6136 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6137 6138 6139 6140 |
.thing { padding-top: 20px; padding-bottom: 60px; } |
1fe4f9ffd Обновление визуал... |
6141 6142 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6143 6144 6145 |
.thing { padding-bottom: 90px; } |
1fe4f9ffd Обновление визуал... |
6146 6147 |
} .thing_pdf { |
f86fd56d9 task-132985 autor... |
6148 |
padding: 30px 0; |
1fe4f9ffd Обновление визуал... |
6149 6150 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6151 6152 6153 |
.thing_pdf { padding: 60px 0; } |
1fe4f9ffd Обновление визуал... |
6154 6155 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6156 6157 6158 |
.thing_pdf { padding: 90px 0; } |
1fe4f9ffd Обновление визуал... |
6159 6160 |
} .thing__body { |
f86fd56d9 task-132985 autor... |
6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; |
1fe4f9ffd Обновление визуал... |
6171 6172 |
} .thing__breadcrumbs { |
f86fd56d9 task-132985 autor... |
6173 6174 6175 6176 |
width: 100%; margin-bottom: 40px; position: relative; z-index: 2; |
1fe4f9ffd Обновление визуал... |
6177 6178 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6179 6180 6181 |
.thing__breadcrumbs { margin-bottom: 60px; } |
1fe4f9ffd Обновление визуал... |
6182 6183 |
} .thing__date { |
f86fd56d9 task-132985 autor... |
6184 6185 6186 6187 6188 |
color: #000; font-size: 14px; font-weight: 700; line-height: 21px; margin-bottom: 10px; |
1fe4f9ffd Обновление визуал... |
6189 6190 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6191 6192 6193 6194 |
.thing__date { font-size: 18px; line-height: 27px; } |
1fe4f9ffd Обновление визуал... |
6195 6196 |
} .thing__title { |
f86fd56d9 task-132985 autor... |
6197 6198 6199 6200 6201 6202 6203 6204 6205 |
width: 100%; font-size: 32px; font-weight: 700; margin: 0; max-width: 780px; position: relative; z-index: 2; line-height: 1.1; } |
1fe4f9ffd Обновление визуал... |
6206 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6207 6208 6209 |
.thing__title { font-size: 40px; } |
1fe4f9ffd Обновление визуал... |
6210 6211 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6212 6213 6214 |
.thing__title { font-size: 64px; } |
1fe4f9ffd Обновление визуал... |
6215 6216 |
} .thing__text { |
f86fd56d9 task-132985 autor... |
6217 6218 6219 6220 6221 6222 6223 6224 |
width: 100%; font-weight: 700; font-size: 14px; line-height: 1.4; margin: 15px 0 0 0; max-width: 780px; position: relative; z-index: 2; |
1fe4f9ffd Обновление визуал... |
6225 6226 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6227 6228 6229 |
.thing__text { margin-top: 15px; } |
1fe4f9ffd Обновление визуал... |
6230 6231 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6232 6233 6234 6235 |
.thing__text { font-weight: 400; font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
6236 6237 |
} .thing__search { |
f86fd56d9 task-132985 autor... |
6238 6239 6240 6241 6242 |
width: 100%; max-width: 640px; margin-top: 20px; position: relative; z-index: 2; |
1fe4f9ffd Обновление визуал... |
6243 6244 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6245 6246 6247 |
.thing__search { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6248 6249 |
} .thing__badge { |
f86fd56d9 task-132985 autor... |
6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 |
position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 5px; padding: 0 12px; background: #4d88d9; color: #fff; font-size: 12px; line-height: 1; height: 26px; border-radius: 999px; margin-bottom: 20px; |
1fe4f9ffd Обновление визуал... |
6267 6268 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6269 6270 6271 6272 6273 6274 6275 |
.thing__badge { font-size: 16px; gap: 10px; padding: 0 24px; height: 42px; margin-bottom: 30px; } |
1fe4f9ffd Обновление визуал... |
6276 6277 |
} .thing__badge svg { |
f86fd56d9 task-132985 autor... |
6278 6279 |
width: 12px; height: 12px; |
1fe4f9ffd Обновление визуал... |
6280 6281 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6282 6283 6284 6285 |
.thing__badge svg { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
6286 6287 |
} .thing__pic { |
f86fd56d9 task-132985 autor... |
6288 6289 6290 6291 6292 6293 6294 |
width: 60px; aspect-ratio: 1/1; -o-object-fit: contain; object-fit: contain; position: relative; z-index: 1; margin-bottom: 15px; |
1fe4f9ffd Обновление визуал... |
6295 6296 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6297 6298 6299 6300 6301 6302 |
.thing__pic { width: 160px; position: absolute; top: 15px; right: 20px; } |
1fe4f9ffd Обновление визуал... |
6303 6304 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6305 6306 6307 6308 |
.thing__pic { width: 330px; top: 50%; -webkit-transform: translate(0, -50%); |
1fe4f9ffd Обновление визуал... |
6309 |
-ms-transform: translate(0, -50%); |
f86fd56d9 task-132985 autor... |
6310 6311 |
transform: translate(0, -50%); } |
1fe4f9ffd Обновление визуал... |
6312 6313 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6314 6315 6316 6317 6318 |
.thing__pic { right: auto; left: 50%; margin-left: 200px; } |
1fe4f9ffd Обновление визуал... |
6319 6320 |
} .thing__pic_two { |
f86fd56d9 task-132985 autor... |
6321 6322 6323 6324 6325 6326 |
-o-object-fit: cover; object-fit: cover; border-radius: 30px; aspect-ratio: 44/37; width: 100%; max-width: 440px; |
1fe4f9ffd Обновление визуал... |
6327 6328 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6329 6330 6331 |
.thing__pic_two { position: static; -webkit-transform: translate(0, 0); |
1fe4f9ffd Обновление визуал... |
6332 |
-ms-transform: translate(0, 0); |
f86fd56d9 task-132985 autor... |
6333 6334 |
transform: translate(0, 0); } |
1fe4f9ffd Обновление визуал... |
6335 6336 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6337 6338 6339 |
.thing__pic_two { position: absolute; -webkit-transform: translate(0, -50%); |
1fe4f9ffd Обновление визуал... |
6340 |
-ms-transform: translate(0, -50%); |
f86fd56d9 task-132985 autor... |
6341 6342 |
transform: translate(0, -50%); } |
1fe4f9ffd Обновление визуал... |
6343 6344 |
} .thing__buttons { |
f86fd56d9 task-132985 autor... |
6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 |
width: 100%; position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; margin-top: 15px; |
1fe4f9ffd Обновление визуал... |
6356 6357 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6358 6359 6360 6361 |
.thing__buttons { margin-top: 30px; gap: 30px; } |
1fe4f9ffd Обновление визуал... |
6362 6363 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6364 6365 6366 |
.thing__buttons .button { padding: 0 22px; } |
1fe4f9ffd Обновление визуал... |
6367 6368 |
} .thing__checkbox { |
f86fd56d9 task-132985 autor... |
6369 |
margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
6370 6371 |
} .thing__checkbox .checkbox__icon { |
f86fd56d9 task-132985 autor... |
6372 |
border-color: #377d87; |
1fe4f9ffd Обновление визуал... |
6373 6374 |
} .thing__checkbox .checkbox__text { |
f86fd56d9 task-132985 autor... |
6375 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
6376 6377 |
} .thing__profile { |
f86fd56d9 task-132985 autor... |
6378 6379 6380 6381 6382 6383 6384 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
6385 6386 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6387 6388 6389 |
.thing__profile { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
6390 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
6391 6392 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
6393 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
6394 6395 |
align-items: flex-start; } |
1fe4f9ffd Обновление визуал... |
6396 6397 |
} .thing__profile-photo { |
f86fd56d9 task-132985 autor... |
6398 6399 6400 |
width: 210px; border-radius: 8px; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
6401 6402 |
} .thing__profile-body { |
f86fd56d9 task-132985 autor... |
6403 6404 6405 6406 6407 6408 6409 6410 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 15px; |
1fe4f9ffd Обновление визуал... |
6411 6412 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6413 6414 6415 6416 |
.thing__profile-body { width: calc(100% - 210px); padding-left: 35px; } |
1fe4f9ffd Обновление визуал... |
6417 6418 |
} .thing__profile .thing__title { |
f86fd56d9 task-132985 autor... |
6419 |
max-width: none; |
1fe4f9ffd Обновление визуал... |
6420 6421 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6422 6423 6424 |
.thing__profile .thing__title { margin-top: -20px; } |
1fe4f9ffd Обновление визуал... |
6425 6426 |
} .thing__profile .thing__text { |
f86fd56d9 task-132985 autor... |
6427 |
max-width: none; |
1fe4f9ffd Обновление визуал... |
6428 6429 |
} .thing__bottom { |
f86fd56d9 task-132985 autor... |
6430 6431 6432 6433 6434 6435 6436 6437 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 15px; margin-top: 15px; |
1fe4f9ffd Обновление визуал... |
6438 6439 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6440 6441 6442 |
.thing__bottom { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6443 6444 |
} .thing__select { |
f86fd56d9 task-132985 autor... |
6445 6446 6447 |
width: 100%; max-width: 640px; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
6448 6449 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6450 6451 6452 |
.thing__select { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6453 6454 6455 |
} .page-404 { |
f86fd56d9 task-132985 autor... |
6456 6457 |
background: url(../images/bg-3.svg) no-repeat 100%/cover; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
6458 6459 |
} .page-404__body { |
f86fd56d9 task-132985 autor... |
6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; padding: 60px 0; color: #000; font-size: 12px; gap: 10px; line-height: 1.4; } @media (min-width: 768px) { .page-404__body { font-size: 18px; padding: 120px 0; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
6486 6487 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6488 6489 6490 6491 |
.page-404__body { padding: 180px 0; text-align: left; } |
1fe4f9ffd Обновление визуал... |
6492 6493 |
} .page-404__numb { |
f86fd56d9 task-132985 autor... |
6494 6495 6496 6497 |
font-size: 114px; line-height: 1; color: #377d87; font-weight: 700; |
1fe4f9ffd Обновление визуал... |
6498 6499 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6500 6501 6502 |
.page-404__numb { font-size: 184px; } |
1fe4f9ffd Обновление визуал... |
6503 6504 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6505 6506 6507 6508 |
.page-404__title { font-weight: 700; font-size: 44px; } |
1fe4f9ffd Обновление визуал... |
6509 6510 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6511 6512 6513 6514 6515 |
.page-404__title { width: 710px; position: relative; left: 200px; } |
1fe4f9ffd Обновление визуал... |
6516 6517 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6518 6519 6520 6521 6522 |
.page-404__subtitle { width: 710px; position: relative; left: 200px; } |
1fe4f9ffd Обновление визуал... |
6523 6524 |
} .page-404__button { |
f86fd56d9 task-132985 autor... |
6525 |
margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
6526 6527 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6528 6529 6530 6531 |
.page-404__button { position: relative; left: -45px; } |
1fe4f9ffd Обновление визуал... |
6532 6533 6534 |
} .cookies { |
f86fd56d9 task-132985 autor... |
6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 |
display: none; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding: 10px; padding-top: 0; height: 0; position: fixed; z-index: 999; bottom: 0; left: 0; width: 100%; |
1fe4f9ffd Обновление визуал... |
6547 6548 |
} .cookies-is-actived .cookies { |
f86fd56d9 task-132985 autor... |
6549 6550 6551 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
6552 6553 |
} .cookies__body { |
f86fd56d9 task-132985 autor... |
6554 6555 6556 6557 |
border-radius: 6px; border: 1px solid #377d87; background: #fff; padding: 15px; |
1fe4f9ffd Обновление визуал... |
6558 |
padding-right: 50px; |
f86fd56d9 task-132985 autor... |
6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 |
position: relative; max-width: 940px; margin: 0 auto; } @media (min-width: 768px) { .cookies__body { padding: 25px; padding-right: 50px; border-radius: 12px; } |
1fe4f9ffd Обновление визуал... |
6569 6570 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6571 6572 6573 |
.cookies__body { padding: 40px 60px; } |
1fe4f9ffd Обновление визуал... |
6574 6575 |
} .cookies__close { |
f86fd56d9 task-132985 autor... |
6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #377d87; padding: 0; border: none; background: none; position: absolute; top: 15px; right: 15px; |
1fe4f9ffd Обновление визуал... |
6592 6593 |
} .cookies__close:hover { |
f86fd56d9 task-132985 autor... |
6594 |
color: #000; |
1fe4f9ffd Обновление визуал... |
6595 6596 |
} .cookies__close svg { |
f86fd56d9 task-132985 autor... |
6597 6598 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
6599 6600 |
} .cookies__text { |
f86fd56d9 task-132985 autor... |
6601 6602 6603 |
font-size: 12px; color: #377d87; line-height: 1.4; |
1fe4f9ffd Обновление визуал... |
6604 6605 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6606 6607 6608 6609 |
.cookies__text { font-size: 16px; font-weight: 700; } |
1fe4f9ffd Обновление визуал... |
6610 6611 6612 |
} .fancybox-active { |
f86fd56d9 task-132985 autor... |
6613 |
overflow: hidden; |
1fe4f9ffd Обновление визуал... |
6614 6615 |
} .fancybox-is-open .fancybox-bg { |
f86fd56d9 task-132985 autor... |
6616 6617 6618 |
background: #080b0b; opacity: 0.6; z-index: 9999; |
1fe4f9ffd Обновление визуал... |
6619 6620 |
} .fancybox-slide { |
f86fd56d9 task-132985 autor... |
6621 |
padding: 0; |
1fe4f9ffd Обновление визуал... |
6622 6623 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6624 6625 6626 |
.fancybox-slide { padding: 30px; } |
1fe4f9ffd Обновление визуал... |
6627 6628 |
} .fancybox-slide--html .fancybox-close-small { |
f86fd56d9 task-132985 autor... |
6629 6630 6631 |
padding: 0; opacity: 1; color: #377d87; |
1fe4f9ffd Обновление визуал... |
6632 6633 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6634 6635 6636 6637 |
.fancybox-slide--html .fancybox-close-small { top: 10px; right: 10px; } |
1fe4f9ffd Обновление визуал... |
6638 6639 |
} .fancybox-slide--html .fancybox-close-small:hover { |
f86fd56d9 task-132985 autor... |
6640 |
color: #000; |
1fe4f9ffd Обновление визуал... |
6641 6642 6643 |
} .modal { |
f86fd56d9 task-132985 autor... |
6644 6645 6646 6647 6648 |
width: 100%; max-width: 820px; padding: 0; background: #fff; z-index: 99999; |
1fe4f9ffd Обновление визуал... |
6649 6650 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6651 6652 6653 6654 |
.modal { border-radius: 10px; border: 1px solid #377d87; } |
1fe4f9ffd Обновление визуал... |
6655 6656 |
} .modal_bg { |
f86fd56d9 task-132985 autor... |
6657 |
background: #fff url(../images/bg-4.svg) no-repeat calc(50% + 100px) 100%; |
1fe4f9ffd Обновление визуал... |
6658 6659 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6660 6661 6662 |
.modal_bg { background-position: 100% 100%; } |
1fe4f9ffd Обновление визуал... |
6663 6664 |
} .modal__body { |
f86fd56d9 task-132985 autor... |
6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 |
padding: 40px 15px; padding-bottom: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; min-height: 100vh; overflow: hidden; font-size: 12px; } @media (min-width: 768px) { .modal__body { font-size: 16px; padding-left: 22px; padding-right: 22px; } |
1fe4f9ffd Обновление визуал... |
6691 6692 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6693 6694 6695 6696 6697 |
.modal__body { min-height: 450px; padding: 60px 80px; padding-bottom: 40px; } |
1fe4f9ffd Обновление визуал... |
6698 6699 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6700 6701 6702 |
.modal__body .left { text-align: left; } |
1fe4f9ffd Обновление визуал... |
6703 6704 |
} .modal__title { |
f86fd56d9 task-132985 autor... |
6705 6706 6707 6708 6709 |
width: 100%; font-size: 22px; font-weight: 700; text-align: center; color: #000; |
1fe4f9ffd Обновление визуал... |
6710 6711 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6712 6713 6714 |
.modal__title { font-size: 32px; } |
1fe4f9ffd Обновление визуал... |
6715 6716 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6717 6718 6719 |
.modal__title { font-size: 44px; } |
1fe4f9ffd Обновление визуал... |
6720 6721 |
} .modal__text { |
f86fd56d9 task-132985 autor... |
6722 6723 6724 6725 |
width: 100%; text-align: center; margin-top: 10px; color: #000; |
1fe4f9ffd Обновление визуал... |
6726 6727 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6728 6729 6730 |
.modal__text { margin-top: 20px; } |
1fe4f9ffd Обновление визуал... |
6731 6732 |
} .modal__text span { |
f86fd56d9 task-132985 autor... |
6733 |
color: #9c9d9d; |
1fe4f9ffd Обновление визуал... |
6734 6735 |
} .modal__text a { |
f86fd56d9 task-132985 autor... |
6736 6737 |
font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
6738 6739 |
} .modal__text a:hover { |
f86fd56d9 task-132985 autor... |
6740 |
color: #000; |
1fe4f9ffd Обновление визуал... |
6741 6742 |
} .modal__button { |
f86fd56d9 task-132985 autor... |
6743 |
margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
6744 6745 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6746 6747 6748 6749 |
.modal__button { min-width: 200px; margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6750 6751 |
} .modal__buttons { |
f86fd56d9 task-132985 autor... |
6752 6753 6754 6755 |
display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
6756 6757 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6758 6759 6760 6761 |
.modal__buttons { gap: 30px; margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6762 6763 |
} .modal__form { |
f86fd56d9 task-132985 autor... |
6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 |
width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 16px; margin-top: 10px; } @media (min-width: 768px) { .modal__form { margin-top: 20px; } } |
1fe4f9ffd Обновление визуал... |
6780 |
.modal__form-item { |
f86fd56d9 task-132985 autor... |
6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 4px; |
1fe4f9ffd Обновление визуал... |
6792 6793 |
} .modal__form-item > .input { |
f86fd56d9 task-132985 autor... |
6794 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
6795 6796 |
} .modal__form-item > .textarea { |
f86fd56d9 task-132985 autor... |
6797 6798 |
width: 100%; height: 175px; |
1fe4f9ffd Обновление визуал... |
6799 6800 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6801 6802 6803 |
.modal__form-item > .textarea { height: 195px; } |
1fe4f9ffd Обновление визуал... |
6804 6805 |
} .modal__form-item > .file { |
f86fd56d9 task-132985 autor... |
6806 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
6807 6808 |
} .modal__form-item > .button { |
f86fd56d9 task-132985 autor... |
6809 |
min-width: 120px; |
1fe4f9ffd Обновление визуал... |
6810 6811 |
} .modal__form-item > label { |
f86fd56d9 task-132985 autor... |
6812 6813 6814 6815 6816 |
width: 100%; display: none; color: #eb5757; padding: 0 10px; font-size: 12px; |
1fe4f9ffd Обновление визуал... |
6817 6818 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6819 6820 6821 6822 |
.modal__form-item > label { padding: 0 20px; font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
6823 6824 |
} .modal__sign { |
f86fd56d9 task-132985 autor... |
6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; margin-top: 10px; margin-bottom: 20px; width: 100%; } @media (min-width: 768px) { .modal__sign { margin-top: 20px; margin-bottom: 40px; } |
1fe4f9ffd Обновление визуал... |
6842 6843 |
} .modal__sign-item { |
f86fd56d9 task-132985 autor... |
6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; |
1fe4f9ffd Обновление визуал... |
6855 6856 |
} .modal__sign-item > .input { |
f86fd56d9 task-132985 autor... |
6857 6858 6859 6860 |
width: 100%; padding-right: 36px; position: relative; z-index: 1; |
1fe4f9ffd Обновление визуал... |
6861 6862 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6863 6864 6865 6866 |
.modal__sign-item > .input { height: 52px; padding-right: 60px; } |
1fe4f9ffd Обновление визуал... |
6867 6868 |
} .modal__sign-item > .textarea { |
f86fd56d9 task-132985 autor... |
6869 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
6870 6871 |
} .modal__sign-bottom { |
f86fd56d9 task-132985 autor... |
6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; |
1fe4f9ffd Обновление визуал... |
6882 6883 |
} .modal__sign-bottom-link { |
f86fd56d9 task-132985 autor... |
6884 6885 |
font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
6886 6887 |
} .modal__tabs { |
f86fd56d9 task-132985 autor... |
6888 6889 6890 6891 6892 |
width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
6893 6894 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6895 6896 6897 6898 |
.modal__tabs { gap: 24px; margin-top: 20px; } |
1fe4f9ffd Обновление визуал... |
6899 6900 |
} .modal__tabs-item.active { |
f86fd56d9 task-132985 autor... |
6901 6902 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
6903 6904 |
} .modal__reg { |
f86fd56d9 task-132985 autor... |
6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 |
display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; width: 100%; margin-top: 10px; margin-bottom: 20px; } @media (min-width: 768px) { .modal__reg { margin-top: 20px; margin-bottom: 30px; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
6924 6925 |
} .modal__reg.showed { |
f86fd56d9 task-132985 autor... |
6926 6927 6928 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
6929 6930 |
} .modal__reg-item { |
f86fd56d9 task-132985 autor... |
6931 6932 6933 6934 6935 6936 6937 6938 |
width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
6939 6940 |
} .modal__reg-item > .captcha { |
f86fd56d9 task-132985 autor... |
6941 6942 |
width: 100%; max-width: 300px; |
1fe4f9ffd Обновление визуал... |
6943 6944 6945 |
} .messages { |
f86fd56d9 task-132985 autor... |
6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; |
1fe4f9ffd Обновление визуал... |
6957 6958 |
} .messages__body { |
2f592b01f сообщения |
6959 |
width: 100%; |
ab181e741 task-132985 autol... |
6960 6961 6962 |
max-height: 800px; overflow: auto; padding: 5px; |
1fe4f9ffd Обновление визуал... |
6963 6964 |
} .messages__item { |
f86fd56d9 task-132985 autor... |
6965 6966 6967 6968 6969 6970 |
-webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 8px; border: 1px solid #e7e7e7; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); |
ab181e741 task-132985 autol... |
6971 |
padding: 0px; |
f86fd56d9 task-132985 autor... |
6972 |
font-size: 12px; |
ab181e741 task-132985 autol... |
6973 6974 6975 |
display: flex; justify-content: space-between; margin-bottom: 20px; |
1fe4f9ffd Обновление визуал... |
6976 6977 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6978 |
.messages__item { |
ab181e741 task-132985 autol... |
6979 |
font-size: 18px; |
f86fd56d9 task-132985 autor... |
6980 6981 |
} } |
1fe4f9ffd Обновление визуал... |
6982 |
.messages__item-info { |
f86fd56d9 task-132985 autor... |
6983 6984 6985 6986 6987 6988 6989 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: calc(100% - 90px); |
ab181e741 task-132985 autol... |
6990 |
padding: 20px; |
1fe4f9ffd Обновление визуал... |
6991 6992 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6993 6994 6995 |
.messages__item-info { width: calc(100% - 150px); } |
1fe4f9ffd Обновление визуал... |
6996 6997 |
} .messages__item-photo { |
f86fd56d9 task-132985 autor... |
6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 |
position: relative; aspect-ratio: 1/1; overflow: hidden; background: #9c9d9d; color: #fff; width: 36px; border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (min-width: 768px) { .messages__item-photo { width: 52px; } |
1fe4f9ffd Обновление визуал... |
7019 7020 |
} .messages__item-photo svg { |
f86fd56d9 task-132985 autor... |
7021 7022 7023 |
width: 50%; position: relative; z-index: 1; |
1fe4f9ffd Обновление визуал... |
7024 7025 |
} .messages__item-photo img { |
f86fd56d9 task-132985 autor... |
7026 7027 7028 7029 7030 7031 7032 7033 |
position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; |
1fe4f9ffd Обновление визуал... |
7034 7035 |
} .messages__item-text { |
f86fd56d9 task-132985 autor... |
7036 7037 7038 7039 7040 |
width: calc(100% - 36px); padding-left: 6px; color: #000; display: -webkit-box; display: -ms-flexbox; |
a93910932 рефакторинг сообщ... |
7041 |
display: flex; |
f86fd56d9 task-132985 autor... |
7042 7043 7044 7045 7046 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4px; |
a93910932 рефакторинг сообщ... |
7047 |
} |
f86fd56d9 task-132985 autor... |
7048 7049 7050 7051 7052 7053 |
@media (min-width: 768px) { .messages__item-text { padding-left: 20px; width: calc(100% - 52px); gap: 8px; } |
a93910932 рефакторинг сообщ... |
7054 |
} |
f86fd56d9 task-132985 autor... |
7055 7056 |
.messages__item-text span { color: #000; |
2f592b01f сообщения |
7057 |
} |
ab181e741 task-132985 autol... |
7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 |
.messages__item-actions{ padding: 20px; } .messages__item-buttons{ float: right; display: flex; align-items: center; } .messages__item-buttons button{ padding: 0; background: unset; border: unset; } .messages__item-buttons button svg{ width: 25px; height: 25px; color: gray; } .messages__item-buttons button svg path{ stroke: gray; } .messages__item-buttons button:hover svg{ color: black; } .messages__item-buttons button:hover svg path{ stroke: black; } .messages__item-buttons button.pin-on:hover svg#pin_off path{ fill: black; } .messages__item-buttons button.pin-on svg{ fill: gray; } |
712f07ca2 часть задачи по р... |
7091 |
.messages__item-date { |
ab181e741 task-132985 autol... |
7092 |
color: #00000070; |
712f07ca2 часть задачи по р... |
7093 7094 |
width: 90px; text-align: right; |
ab181e741 task-132985 autol... |
7095 7096 |
font-size: 14px; margin-bottom: 8px; |
712f07ca2 часть задачи по р... |
7097 |
} |
ab181e741 task-132985 autol... |
7098 |
|
1fe4f9ffd Обновление визуал... |
7099 |
.messages.active .messages__item { |
f86fd56d9 task-132985 autor... |
7100 7101 7102 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7103 7104 7105 |
} .responses { |
f86fd56d9 task-132985 autor... |
7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; |
1fe4f9ffd Обновление визуал... |
7117 7118 |
} .responses__body { |
f86fd56d9 task-132985 autor... |
7119 7120 7121 7122 7123 7124 7125 7126 7127 |
width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
7128 7129 |
} .responses__item { |
f86fd56d9 task-132985 autor... |
7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 |
display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; border-radius: 8px; border: 1px solid #e7e7e7; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); padding: 20px 10px; font-size: 12px; position: relative; } @media (min-width: 768px) { .responses__item { padding: 20px; font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
7148 7149 |
} .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) { |
f86fd56d9 task-132985 autor... |
7150 7151 7152 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7153 7154 |
} .responses__item-date { |
f86fd56d9 task-132985 autor... |
7155 |
color: #000; |
1fe4f9ffd Обновление визуал... |
7156 7157 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7158 7159 7160 7161 7162 |
.responses__item-date { position: absolute; top: 20px; right: 20px; } |
1fe4f9ffd Обновление визуал... |
7163 7164 |
} .responses__item-wrapper { |
f86fd56d9 task-132985 autor... |
7165 7166 7167 7168 7169 7170 7171 7172 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
7173 7174 |
} .responses__item-inner { |
f86fd56d9 task-132985 autor... |
7175 7176 7177 7178 7179 7180 7181 7182 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
7183 7184 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7185 7186 7187 |
.responses__item-inner { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
7188 7189 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7190 7191 7192 |
.responses__item-inner { width: calc(100% - 150px); } |
1fe4f9ffd Обновление визуал... |
7193 7194 |
} .responses__item-row { |
f86fd56d9 task-132985 autor... |
7195 7196 7197 7198 7199 |
display: grid; grid-template-columns: 1fr 1fr; gap: 20px; color: #000; text-align: right; |
1fe4f9ffd Обновление визуал... |
7200 7201 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7202 7203 7204 7205 7206 7207 |
.responses__item-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
7208 |
-ms-flex-direction: column; |
f86fd56d9 task-132985 autor... |
7209 7210 7211 7212 |
flex-direction: column; gap: 6px; text-align: left; } |
1fe4f9ffd Обновление визуал... |
7213 7214 |
} .responses__item-row span { |
f86fd56d9 task-132985 autor... |
7215 7216 |
color: #000; text-align: left; |
1fe4f9ffd Обновление визуал... |
7217 7218 |
} .responses__item-buttons { |
f86fd56d9 task-132985 autor... |
7219 7220 7221 7222 7223 7224 7225 7226 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
7227 7228 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7229 7230 7231 7232 |
.responses__item-buttons { display: grid; grid-template-columns: 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
7233 7234 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7235 7236 7237 |
.responses__item-buttons { grid-template-columns: 1fr 1fr 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
7238 7239 |
} .responses__item-buttons .button.active { |
f86fd56d9 task-132985 autor... |
7240 7241 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
7242 7243 |
} .responses.active .responses__item { |
f86fd56d9 task-132985 autor... |
7244 7245 7246 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7247 7248 7249 |
} .chatbox { |
f86fd56d9 task-132985 autor... |
7250 7251 7252 7253 7254 7255 7256 7257 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
7258 7259 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7260 7261 7262 |
.chatbox { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
7263 7264 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7265 7266 7267 |
.chatbox { gap: 40px; } |
1fe4f9ffd Обновление визуал... |
7268 7269 |
} .chatbox__toper { |
f86fd56d9 task-132985 autor... |
7270 7271 7272 7273 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; |
1fe4f9ffd Обновление визуал... |
7274 |
-webkit-box-direction: normal; |
f86fd56d9 task-132985 autor... |
7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 |
-ms-flex-direction: column; flex-direction: column; gap: 10px; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); border: 1px solid #e7e7e7; border-radius: 8px; padding: 10px; } @media (min-width: 768px) { .chatbox__toper { |
f86fd56d9 task-132985 autor... |
7285 7286 |
-webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
7287 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
7288 7289 |
flex-direction: row; -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
7290 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
7291 7292 |
align-items: center; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
7293 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
7294 7295 |
justify-content: space-between; } |
1fe4f9ffd Обновление визуал... |
7296 7297 |
} .chatbox__toper-info { |
f86fd56d9 task-132985 autor... |
7298 |
font-size: 12px; |
1fe4f9ffd Обновление визуал... |
7299 7300 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7301 7302 7303 7304 |
.chatbox__toper-info { font-size: 16px; width: calc(100% - 230px); } |
1fe4f9ffd Обновление визуал... |
7305 7306 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7307 7308 7309 7310 |
.chatbox__toper-button { width: 210px; padding: 0; } |
1fe4f9ffd Обновление визуал... |
7311 7312 |
} .chatbox__list { |
f86fd56d9 task-132985 autor... |
7313 7314 7315 7316 7317 7318 7319 7320 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
ab181e741 task-132985 autol... |
7321 7322 |
max-height: 400px; overflow: auto; |
1fe4f9ffd Обновление визуал... |
7323 7324 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7325 7326 7327 |
.chatbox__list { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
7328 7329 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7330 7331 7332 |
.chatbox__list { gap: 40px; } |
1fe4f9ffd Обновление визуал... |
7333 7334 |
} .chatbox__item { |
f86fd56d9 task-132985 autor... |
7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #000; font-size: 12px; } @media (min-width: 768px) { .chatbox__item { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
7353 7354 |
} .chatbox__item_reverse { |
f86fd56d9 task-132985 autor... |
7355 7356 7357 7358 |
-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; |
1fe4f9ffd Обновление визуал... |
7359 7360 |
} .chatbox__item-photo { |
f86fd56d9 task-132985 autor... |
7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 |
position: relative; aspect-ratio: 1/1; overflow: hidden; background: #9c9d9d; color: #fff; width: 44px; border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
7377 7378 |
} .chatbox__item-photo svg { |
f86fd56d9 task-132985 autor... |
7379 7380 7381 |
width: 50%; position: relative; z-index: 1; |
1fe4f9ffd Обновление визуал... |
7382 7383 |
} .chatbox__item-photo img { |
f86fd56d9 task-132985 autor... |
7384 7385 7386 7387 7388 7389 7390 7391 |
position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; |
1fe4f9ffd Обновление визуал... |
7392 7393 |
} .chatbox__item-body { |
f86fd56d9 task-132985 autor... |
7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 |
width: calc(100% - 54px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } @media (min-width: 768px) { .chatbox__item-body { width: calc(100% - 60px); } |
1fe4f9ffd Обновление визуал... |
7410 7411 |
} .chatbox__item_reverse .chatbox__item-body { |
f86fd56d9 task-132985 autor... |
7412 7413 7414 |
-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; |
1fe4f9ffd Обновление визуал... |
7415 7416 |
} .chatbox__item-text { |
3d041f3f0 Изменения для соо... |
7417 |
border-radius: 8px; |
f86fd56d9 task-132985 autor... |
7418 7419 7420 7421 7422 |
background: #fff; -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); padding: 10px; line-height: 1.6; |
f98ccb92c Массова рассылка |
7423 |
} |
ab181e741 task-132985 autol... |
7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 |
.chatbox__item-body-file-name-wrap{ display: flex; align-items: center; } .chatbox__item-body-file-name-wrap svg{ height: 20px; width: 20px; } .chatbox__item-body-file-name-wrap a{ margin-left: 20px; border-radius: 8px; padding: 2px 8px; -webkit-box-shadow: inset 0px 0px 14px -7px rgba(66, 68, 90, 1); -moz-box-shadow: inset 0px 0px 14px -7px rgba(66, 68, 90, 1); box-shadow: inset 0px 0px 14px -7px rgba(66, 68, 90, 1); } .chatbox__item_reverse .chatbox__item-body-file-name-wrap a{ margin-left: 0px; margin-right: 20px; } .chatbox__item-body-file-name-wrap a:hover{ box-shadow: 0px 0px 5px 1px rgb(139 136 136); } .chatbox__item-text .admin-chat-answer{ padding: 2px 5px; height: auto; float: right; margin-left: 10px; } .chatbox__item-text .reply-message{ border-left: 1px grey solid; padding-left: 11px; font-size: 12px; font-style: italic; margin-top: 10px; } |
1fe4f9ffd Обновление визуал... |
7460 |
.chatbox__item-time { |
f86fd56d9 task-132985 autor... |
7461 7462 7463 7464 |
width: 100%; padding-left: 54px; margin-top: 10px; color: #9c9d9d; |
1fe4f9ffd Обновление визуал... |
7465 7466 |
} .chatbox__item_reverse .chatbox__item-time { |
f86fd56d9 task-132985 autor... |
7467 |
text-align: right; |
1fe4f9ffd Обновление визуал... |
7468 7469 |
} .chatbox__bottom { |
ab181e741 task-132985 autol... |
7470 |
background: #377d87; |
f86fd56d9 task-132985 autor... |
7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 |
padding: 10px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (min-width: 768px) { .chatbox__bottom { padding: 16px 20px; } |
1fe4f9ffd Обновление визуал... |
7487 7488 |
} .chatbox__bottom-file { |
f86fd56d9 task-132985 autor... |
7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 |
width: 20px; aspect-ratio: 1/1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #fff; color: #4d88d9; border-radius: 8px; } @media (min-width: 768px) { .chatbox__bottom-file { width: 48px; } |
1fe4f9ffd Обновление визуал... |
7508 7509 |
} .chatbox__bottom-file:hover { |
f86fd56d9 task-132985 autor... |
7510 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
7511 7512 |
} .chatbox__bottom-file input { |
f86fd56d9 task-132985 autor... |
7513 |
display: none; |
1fe4f9ffd Обновление визуал... |
7514 7515 |
} .chatbox__bottom-file svg { |
f86fd56d9 task-132985 autor... |
7516 7517 |
width: 50%; aspect-ratio: 1/1; |
ab181e741 task-132985 autol... |
7518 |
stroke-width: 1.5px; |
1fe4f9ffd Обновление визуал... |
7519 7520 |
} .chatbox__bottom-text { |
f86fd56d9 task-132985 autor... |
7521 7522 7523 |
width: calc(100% - 60px); height: 20px; border-color: #fff; |
1fe4f9ffd Обновление визуал... |
7524 7525 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7526 7527 7528 7529 |
.chatbox__bottom-text { width: calc(100% - 128px); height: 48px; } |
1fe4f9ffd Обновление визуал... |
7530 7531 |
} .chatbox__bottom-text:focus { |
f86fd56d9 task-132985 autor... |
7532 |
border-color: #fff; |
1fe4f9ffd Обновление визуал... |
7533 7534 |
} .chatbox__bottom-send { |
f86fd56d9 task-132985 autor... |
7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 |
width: 20px; aspect-ratio: 1/1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; background: #fff; border: none; color: #4d88d9; border-radius: 999px; } @media (min-width: 768px) { .chatbox__bottom-send { width: 48px; } |
1fe4f9ffd Обновление визуал... |
7556 7557 |
} .chatbox__bottom-send:hover { |
f86fd56d9 task-132985 autor... |
7558 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
7559 7560 |
} .chatbox__bottom-send svg { |
f86fd56d9 task-132985 autor... |
7561 7562 7563 7564 |
width: 50%; aspect-ratio: 1/1; position: relative; left: 1px; |
1fe4f9ffd Обновление визуал... |
7565 7566 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7567 7568 7569 7570 |
.chatbox__bottom-send svg { width: 40%; left: 2px; } |
1fe4f9ffd Обновление визуал... |
7571 7572 7573 |
} .cvs { |
f86fd56d9 task-132985 autor... |
7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; |
1fe4f9ffd Обновление визуал... |
7585 7586 |
} .cvs__body { |
f86fd56d9 task-132985 autor... |
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 7600 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; width: 100%; } @media (min-width: 768px) { .cvs__body { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
7601 7602 |
} .cvs__item { |
f86fd56d9 task-132985 autor... |
7603 7604 |
display: none; -webkit-box-orient: vertical; |
1fe4f9ffd Обновление визуал... |
7605 |
-webkit-box-direction: normal; |
f86fd56d9 task-132985 autor... |
7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 |
-ms-flex-direction: column; flex-direction: column; gap: 10px; border-radius: 8px; border: 1px solid #e7e7e7; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); padding: 10px; font-size: 12px; position: relative; } @media (min-width: 768px) { .cvs__item { gap: 0; padding: 20px; font-size: 16px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
7623 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
7624 7625 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
7626 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
7627 7628 |
align-items: flex-start; -ms-flex-wrap: wrap; |
1fe4f9ffd Обновление визуал... |
7629 |
flex-wrap: wrap; |
f86fd56d9 task-132985 autor... |
7630 |
} |
1fe4f9ffd Обновление визуал... |
7631 7632 |
} .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) { |
f86fd56d9 task-132985 autor... |
7633 7634 7635 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7636 7637 |
} .cvs__item-like { |
ab181e741 task-132985 autol... |
7638 7639 7640 |
width: unset; padding: 5px 10px; margin-right: 10px; |
e60a32501 Измененения для р... |
7641 |
} |
ab181e741 task-132985 autol... |
7642 7643 7644 7645 |
.cvs__item .cvs__item-buttons .chat{ width: unset; padding: 5px 10px; margin-right: 10px; |
f86fd56d9 task-132985 autor... |
7646 |
} |
ab181e741 task-132985 autol... |
7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 |
.cvs__item-like.active{ background: #ffffff; color: #eb5757; } .cvs__item-like .in-favorites{ display: none; } .cvs__item-like.active .in-favorites{ display: block; color: #eb5757; } .cvs__item-like.active .to-favorites{ display: none; } .cvs__item .cvs__item-header{ display: flex; width: 100%; justify-content: space-between; |
e60a32501 Измененения для р... |
7665 |
} |
f86fd56d9 task-132985 autor... |
7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 |
.cvs__item-photo { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #9c9d9d; color: #fff; width: 36px; border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
e60a32501 Измененения для р... |
7683 |
} |
f86fd56d9 task-132985 autor... |
7684 7685 7686 7687 |
@media (min-width: 768px) { .cvs__item-photo { width: 68px; } |
1fe4f9ffd Обновление визуал... |
7688 7689 |
} .cvs__item-photo svg { |
f86fd56d9 task-132985 autor... |
7690 7691 7692 |
width: 50%; position: relative; z-index: 1; |
1fe4f9ffd Обновление визуал... |
7693 7694 |
} .cvs__item-photo img { |
f86fd56d9 task-132985 autor... |
7695 7696 7697 7698 7699 7700 7701 7702 |
position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; |
1fe4f9ffd Обновление визуал... |
7703 7704 |
} .cvs__item-text { |
f86fd56d9 task-132985 autor... |
7705 7706 |
display: -webkit-box; display: -ms-flexbox; |
e60a32501 Измененения для р... |
7707 |
display: flex; |
f86fd56d9 task-132985 autor... |
7708 7709 7710 7711 7712 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
ab181e741 task-132985 autol... |
7713 7714 |
width: 100%; margin-top: 30px; |
f86fd56d9 task-132985 autor... |
7715 |
} |
ab181e741 task-132985 autol... |
7716 7717 7718 |
.cvs__item .cvs__item-buttons{ display: flex; align-items: start; |
1fe4f9ffd Обновление визуал... |
7719 |
} |
ab181e741 task-132985 autol... |
7720 |
.cvs.active .cvs__item { |
f86fd56d9 task-132985 autor... |
7721 7722 |
display: -webkit-box; display: -ms-flexbox; |
e60a32501 Измененения для р... |
7723 |
display: flex; |
ab181e741 task-132985 autol... |
7724 7725 7726 |
} .cvs__item-text .cvs__item-text-row{ display: flex; |
e60a32501 Измененения для р... |
7727 |
justify-content: space-between; |
ab181e741 task-132985 autol... |
7728 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
7729 |
} |
ab181e741 task-132985 autol... |
7730 7731 |
.cvs__item-text .cvs__item-text-row > div{ width: 50%; |
1fe4f9ffd Обновление визуал... |
7732 |
} |
ab181e741 task-132985 autol... |
7733 7734 7735 |
.cvs__item-text .cvs__item-text-row b{ color: #377d87; font-size: 18px; |
1fe4f9ffd Обновление визуал... |
7736 |
} |
ab181e741 task-132985 autol... |
7737 7738 7739 7740 7741 7742 7743 |
.cvs__item-text .cvs__item-text-status { width: fit-content; background-color: #e6e6e6; font-weight: bold; padding: 5px 10px; border-radius: 8px; margin-right: 30px; |
1fe4f9ffd Обновление визуал... |
7744 |
} |
ab181e741 task-132985 autol... |
7745 7746 7747 |
.cvs__item-text .cvs__item-text-status.looking-for-job { background-color: #eb5757; color: #fff; |
e60a32501 Измененения для р... |
7748 |
} |
ab181e741 task-132985 autol... |
7749 7750 7751 7752 |
.cvs__item-text .cvs__item-text-updated-at{ padding: 5px 10px; border-radius: 8px; border: 1px #e6e6e6 solid; |
1fe4f9ffd Обновление визуал... |
7753 |
} |
a1df95236 fix favorite work... |
7754 7755 7756 7757 7758 7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 |
.worker-status { flex-direction: column; row-gap: 6px; } .worker-status .cvs__item-text-updated-at { width: fit-content; } @media (min-width: 768px) { .worker-status { flex-direction: row; } .worker-status .cvs__item-text-updated-at { width: auto; } } |
1fe4f9ffd Обновление визуал... |
7771 |
.faqs { |
f86fd56d9 task-132985 autor... |
7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; |
1fe4f9ffd Обновление визуал... |
7783 7784 |
} .faqs__body { |
f86fd56d9 task-132985 autor... |
7785 7786 7787 7788 7789 7790 7791 7792 7793 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; width: 100%; |
1fe4f9ffd Обновление визуал... |
7794 7795 |
} .faqs__item { |
f86fd56d9 task-132985 autor... |
7796 7797 7798 7799 7800 7801 |
display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-radius: 8px; |
1fe4f9ffd Обновление визуал... |
7802 |
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); |
f86fd56d9 task-132985 autor... |
7803 7804 7805 7806 7807 7808 7809 7810 7811 7812 7813 7814 |
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); background: #fff; padding: 10px; font-size: 12px; } @media (min-width: 768px) { .faqs__item { padding: 20px; font-size: 16px; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); } |
1fe4f9ffd Обновление визуал... |
7815 7816 |
} .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) { |
f86fd56d9 task-132985 autor... |
7817 7818 7819 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7820 7821 |
} .faqs__item-button { |
f86fd56d9 task-132985 autor... |
7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 7837 7838 7839 |
background: none; padding: 0; border: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #000; text-align: left; font-size: 14px; font-weight: 700; } @media (min-width: 768px) { .faqs__item-button { font-size: 20px; } |
1fe4f9ffd Обновление визуал... |
7840 7841 |
} .faqs__item-button span { |
f86fd56d9 task-132985 autor... |
7842 7843 |
width: calc(100% - 16px); padding-right: 16px; |
1fe4f9ffd Обновление визуал... |
7844 7845 |
} .faqs__item-button i { |
f86fd56d9 task-132985 autor... |
7846 7847 7848 7849 7850 7851 7852 7853 7854 7855 7856 7857 7858 7859 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 16px; aspect-ratio: 1/1; color: #377d87; -webkit-transition: 0.3s; transition: 0.3s; |
1fe4f9ffd Обновление визуал... |
7860 7861 |
} .faqs__item-button i svg { |
f86fd56d9 task-132985 autor... |
7862 7863 7864 7865 7866 |
width: 16px; aspect-ratio: 1/1; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); |
1fe4f9ffd Обновление визуал... |
7867 7868 |
} .faqs__item-button.active i { |
f86fd56d9 task-132985 autor... |
7869 7870 7871 |
-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); |
1fe4f9ffd Обновление визуал... |
7872 7873 |
} .faqs__item-body { |
f86fd56d9 task-132985 autor... |
7874 7875 7876 7877 7878 7879 7880 7881 7882 7883 7884 7885 7886 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; opacity: 0; height: 0; overflow: hidden; font-size: 12px; line-height: 1.4; |
1fe4f9ffd Обновление визуал... |
7887 |
} |
f86fd56d9 task-132985 autor... |
7888 7889 7890 7891 7892 |
@media (min-width: 768px) { .faqs__item-body { font-size: 16px; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
7893 |
} |
f86fd56d9 task-132985 autor... |
7894 7895 |
.faqs__item-body p { margin: 0; |
088323a40 task-132687 teleg... |
7896 |
} |
ab181e741 task-132985 autol... |
7897 7898 7899 |
.faqs__item-body a { color: #0f74a8; } |
1fe4f9ffd Обновление визуал... |
7900 |
.active + .faqs__item-body { |
f86fd56d9 task-132985 autor... |
7901 7902 7903 7904 7905 |
opacity: 1; height: auto; -webkit-transition: 0.3s; transition: 0.3s; padding-top: 10px; |
1fe4f9ffd Обновление визуал... |
7906 7907 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7908 7909 7910 |
.active + .faqs__item-body { padding-top: 20px; } |
1fe4f9ffd Обновление визуал... |
7911 7912 |
} .faqs.active .faqs__item { |
f86fd56d9 task-132985 autor... |
7913 7914 7915 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7916 7917 7918 |
} .cabinet { |
f86fd56d9 task-132985 autor... |
7919 7920 7921 |
padding: 20px 0; padding-bottom: 40px; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); |
1fe4f9ffd Обновление визуал... |
7922 7923 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7924 7925 7926 7927 |
.cabinet { padding: 30px 0; padding-bottom: 60px; } |
1fe4f9ffd Обновление визуал... |
7928 7929 |
} .cabinet__breadcrumbs { |
f86fd56d9 task-132985 autor... |
7930 |
margin-bottom: 50px; |
1fe4f9ffd Обновление визуал... |
7931 7932 |
} .cabinet__wrapper { |
f86fd56d9 task-132985 autor... |
7933 7934 7935 7936 7937 7938 7939 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
7940 7941 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7942 7943 7944 |
.cabinet__wrapper { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
7945 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
7946 7947 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
7948 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
7949 7950 |
align-items: flex-start; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
7951 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
7952 7953 |
justify-content: space-between; } |
1fe4f9ffd Обновление визуал... |
7954 7955 |
} .cabinet__side { |
f86fd56d9 task-132985 autor... |
7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 7971 7972 7973 7974 |
border-radius: 8px; background: #fff; padding: 20px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 30px; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); } @media (min-width: 768px) { .cabinet__side { padding: 30px 20px; margin-bottom: 50px; } |
1fe4f9ffd Обновление визуал... |
7975 7976 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7977 7978 7979 7980 7981 7982 |
.cabinet__side { width: 340px; margin: 0; position: sticky; top: 6px; } |
1fe4f9ffd Обновление визуал... |
7983 7984 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7985 7986 7987 |
.cabinet__side { width: 400px; } |
1fe4f9ffd Обновление визуал... |
7988 7989 |
} .cabinet__side-item { |
f86fd56d9 task-132985 autor... |
7990 7991 7992 7993 7994 7995 7996 7997 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
7998 7999 |
} .cabinet__side-toper { |
f86fd56d9 task-132985 autor... |
8000 8001 8002 8003 8004 8005 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
8006 8007 |
} .cabinet__side-toper-pic { |
f86fd56d9 task-132985 autor... |
8008 8009 8010 8011 8012 8013 8014 8015 8016 8017 8018 8019 8020 8021 8022 8023 |
width: 70px; aspect-ratio: 1/1; overflow: hidden; border-radius: 8px; color: #fff; background: #9c9d9d; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; |
1fe4f9ffd Обновление визуал... |
8024 8025 |
} .cabinet__side-toper-pic img { |
f86fd56d9 task-132985 autor... |
8026 8027 8028 8029 8030 8031 8032 8033 8034 |
width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; z-index: 2; top: 0; left: 0; aspect-ratio: 1/1; |
ab181e741 task-132985 autol... |
8035 8036 |
-o-object-fit: contain; object-fit: contain; |
1fe4f9ffd Обновление визуал... |
8037 8038 |
} .cabinet__side-toper-pic svg { |
f86fd56d9 task-132985 autor... |
8039 8040 |
width: 50%; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
8041 8042 |
} .cabinet__side-toper b { |
f86fd56d9 task-132985 autor... |
8043 8044 8045 8046 |
width: calc(100% - 70px); font-size: 14px; font-weight: 700; padding-left: 16px; |
1fe4f9ffd Обновление визуал... |
8047 8048 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8049 8050 8051 |
.cabinet__side-toper b { font-size: 20px; } |
1fe4f9ffd Обновление визуал... |
8052 8053 |
} .cabinet__menu { |
f86fd56d9 task-132985 autor... |
8054 8055 8056 8057 8058 8059 8060 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
8061 8062 |
} .cabinet__menu-toper { |
f86fd56d9 task-132985 autor... |
8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 16px; padding-right: 12px; border: none; border-radius: 8px; background: #377d87; color: #fff; } @media (min-width: 768px) { .cabinet__menu-toper { padding: 0 20px; } |
1fe4f9ffd Обновление визуал... |
8083 8084 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8085 8086 8087 |
.cabinet__menu-toper { display: none; } |
1fe4f9ffd Обновление визуал... |
8088 8089 |
} .cabinet__menu-toper-text { |
f86fd56d9 task-132985 autor... |
8090 8091 8092 8093 8094 8095 8096 |
width: calc(100% - 16px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
8097 8098 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8099 8100 8101 |
.cabinet__menu-toper-text { width: calc(100% - 20px); } |
1fe4f9ffd Обновление визуал... |
8102 8103 |
} .cabinet__menu-toper-text i { |
f86fd56d9 task-132985 autor... |
8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 8114 8115 8116 8117 8118 8119 8120 |
width: 16px; height: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (min-width: 768px) { .cabinet__menu-toper-text i { width: 22px; height: 22px; } |
1fe4f9ffd Обновление визуал... |
8121 8122 |
} .cabinet__menu-toper-text svg { |
f86fd56d9 task-132985 autor... |
8123 8124 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
8125 8126 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8127 8128 8129 8130 |
.cabinet__menu-toper-text svg { width: 22px; height: 22px; } |
1fe4f9ffd Обновление визуал... |
8131 8132 |
} .cabinet__menu-toper-text span { |
f86fd56d9 task-132985 autor... |
8133 8134 8135 8136 8137 8138 8139 8140 8141 8142 8143 8144 8145 8146 8147 8148 8149 8150 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 10px; min-height: 30px; font-size: 12px; width: calc(100% - 16px); } @media (min-width: 768px) { .cabinet__menu-toper-text span { width: calc(100% - 22px); font-size: 20px; min-height: 52px; padding: 0 16px; } |
1fe4f9ffd Обновление визуал... |
8151 8152 |
} .cabinet__menu-toper-arrow { |
f86fd56d9 task-132985 autor... |
8153 8154 8155 8156 8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 8170 8171 |
width: 16px; height: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: 0.3s; transition: 0.3s; } @media (min-width: 768px) { .cabinet__menu-toper-arrow { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
8172 8173 |
} .cabinet__menu-toper-arrow svg { |
f86fd56d9 task-132985 autor... |
8174 8175 8176 8177 8178 |
width: 12px; height: 12px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); |
1fe4f9ffd Обновление визуал... |
8179 8180 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8181 8182 8183 8184 |
.cabinet__menu-toper-arrow svg { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
8185 8186 |
} .cabinet__menu-toper.active .cabinet__menu-toper-arrow { |
f86fd56d9 task-132985 autor... |
8187 8188 8189 |
-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); |
1fe4f9ffd Обновление визуал... |
8190 8191 |
} .cabinet__menu-body { |
f86fd56d9 task-132985 autor... |
8192 8193 8194 8195 8196 8197 8198 8199 8200 8201 |
opacity: 0; height: 0; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
8202 8203 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8204 8205 8206 8207 |
.cabinet__menu-body { opacity: 1; height: auto; } |
1fe4f9ffd Обновление визуал... |
8208 8209 |
} .active + .cabinet__menu-body { |
f86fd56d9 task-132985 autor... |
8210 8211 8212 8213 |
opacity: 1; height: auto; -webkit-transition: 0.3s; transition: 0.3s; |
1fe4f9ffd Обновление визуал... |
8214 8215 |
} .cabinet__menu-items { |
f86fd56d9 task-132985 autor... |
8216 8217 8218 8219 8220 8221 8222 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
8223 8224 |
} .cabinet__menu-item { |
f86fd56d9 task-132985 autor... |
8225 8226 8227 8228 8229 8230 8231 8232 |
padding: 8px 16px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
8233 8234 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8235 8236 8237 |
.cabinet__menu-item { padding: 14px 20px; } |
1fe4f9ffd Обновление визуал... |
8238 8239 |
} .cabinet__menu-item:hover { |
f86fd56d9 task-132985 autor... |
8240 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
8241 8242 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8243 8244 8245 8246 |
.cabinet__menu-item.active { background: #377d87; color: #fff; } |
1fe4f9ffd Обновление визуал... |
8247 8248 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8249 8250 8251 |
.cabinet__menu-item.active svg { color: #fff; } |
1fe4f9ffd Обновление визуал... |
8252 8253 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8254 8255 8256 |
.cabinet__menu-item.active.red { background: #eb5757; } |
1fe4f9ffd Обновление визуал... |
8257 8258 |
} .cabinet__menu-item i { |
f86fd56d9 task-132985 autor... |
8259 8260 8261 |
width: 16px; height: 16px; color: #377d87; |
1fe4f9ffd Обновление визуал... |
8262 8263 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8264 8265 8266 8267 |
.cabinet__menu-item i { width: 22px; height: 22px; } |
1fe4f9ffd Обновление визуал... |
8268 8269 |
} .cabinet__menu-item svg { |
f86fd56d9 task-132985 autor... |
8270 8271 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
8272 8273 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8274 8275 8276 8277 |
.cabinet__menu-item svg { width: 22px; height: 22px; } |
1fe4f9ffd Обновление визуал... |
8278 8279 |
} .cabinet__menu-item span { |
f86fd56d9 task-132985 autor... |
8280 8281 8282 |
width: calc(100% - 16px); font-size: 12px; padding-left: 10px; |
1fe4f9ffd Обновление визуал... |
8283 8284 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8285 8286 8287 8288 8289 |
.cabinet__menu-item span { font-size: 20px; width: calc(100% - 22px); padding-left: 16px; } |
1fe4f9ffd Обновление визуал... |
8290 8291 |
} .cabinet__menu-bottom { |
f86fd56d9 task-132985 autor... |
8292 8293 8294 8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 8306 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; margin-top: 10px; } @media (min-width: 768px) { .cabinet__menu-bottom { gap: 20px; margin-top: 20px; } |
1fe4f9ffd Обновление визуал... |
8307 8308 |
} .cabinet__menu-copy { |
f86fd56d9 task-132985 autor... |
8309 8310 8311 |
color: #9c9d9d; text-align: center; font-size: 12px; |
1fe4f9ffd Обновление визуал... |
8312 8313 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8314 8315 8316 |
.cabinet__menu-copy { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
8317 8318 |
} .cabinet__body { |
f86fd56d9 task-132985 autor... |
8319 8320 8321 8322 8323 8324 8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 8335 8336 8337 8338 8339 8340 |
margin: 0 -10px; margin-top: 50px; background: #fff; padding: 20px 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 30px; color: #000; } @media (min-width: 768px) { .cabinet__body { padding: 30px 20px; margin: 0; border-radius: 8px; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); } |
1fe4f9ffd Обновление визуал... |
8341 8342 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8343 8344 8345 |
.cabinet__body { width: calc(100% - 360px); } |
1fe4f9ffd Обновление визуал... |
8346 8347 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8348 8349 8350 |
.cabinet__body { width: calc(100% - 420px); } |
1fe4f9ffd Обновление визуал... |
8351 8352 |
} .cabinet__body-item { |
f86fd56d9 task-132985 autor... |
8353 8354 8355 8356 8357 8358 8359 8360 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
8361 8362 |
} .cabinet__title { |
f86fd56d9 task-132985 autor... |
8363 |
font-size: 24px; |
664449023 Employer personal... |
8364 8365 |
/*color: #6b6c6d;*/ color: #000000 |
1fe4f9ffd Обновление визуал... |
8366 8367 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8368 8369 8370 |
.cabinet__title { font-size: 32px; } |
1fe4f9ffd Обновление визуал... |
8371 8372 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8373 8374 8375 8376 8377 8378 8379 8380 |
.cabinet__title { font-size: 40px; } } @media (min-width: 1280px) { .cabinet__title { font-size: 48px; } |
1fe4f9ffd Обновление визуал... |
8381 |
} |
1fe4f9ffd Обновление визуал... |
8382 |
.cabinet__subtitle { |
f86fd56d9 task-132985 autor... |
8383 8384 8385 8386 |
font-size: 22px; margin: 0; font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
8387 8388 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8389 8390 8391 |
.cabinet__subtitle { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
8392 8393 |
} .cabinet__h4 { |
f86fd56d9 task-132985 autor... |
8394 8395 8396 8397 |
font-size: 20px; margin: 0; font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
8398 8399 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8400 8401 8402 |
.cabinet__h4 { font-size: 22px; } |
1fe4f9ffd Обновление визуал... |
8403 8404 |
} .cabinet__text { |
f86fd56d9 task-132985 autor... |
8405 8406 |
margin: 0; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
8407 8408 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8409 8410 8411 |
.cabinet__text { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
8412 8413 |
} .cabinet__text b { |
f86fd56d9 task-132985 autor... |
8414 8415 |
color: #000; font-size: 18px; |
1fe4f9ffd Обновление визуал... |
8416 8417 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8418 8419 8420 |
.cabinet__text b { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
8421 8422 |
} .cabinet__descr { |
f86fd56d9 task-132985 autor... |
8423 8424 8425 8426 8427 8428 8429 8430 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 6px; |
1fe4f9ffd Обновление визуал... |
8431 8432 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8433 8434 8435 |
.cabinet__descr { gap: 12px; } |
1fe4f9ffd Обновление визуал... |
8436 8437 |
} .cabinet__avatar { |
f86fd56d9 task-132985 autor... |
8438 8439 8440 8441 8442 8443 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; |
1fe4f9ffd Обновление визуал... |
8444 8445 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8446 8447 |
.cabinet__avatar { -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
8448 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
8449 8450 |
align-items: center; } |
1fe4f9ffd Обновление визуал... |
8451 8452 |
} .cabinet__avatar-pic { |
f86fd56d9 task-132985 autor... |
8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 8463 8464 8465 8466 8467 8468 |
width: 100px; aspect-ratio: 1/1; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; border-radius: 8px; color: #fff; background: #9c9d9d; |
1fe4f9ffd Обновление визуал... |
8469 8470 |
} .cabinet__avatar-pic svg { |
f86fd56d9 task-132985 autor... |
8471 8472 8473 8474 |
width: 50%; aspect-ratio: 1/1; z-index: 1; position: relative; |
a64ad713e Изменения для анк... |
8475 |
} |
ab181e741 task-132985 autol... |
8476 8477 8478 8479 |
.cabinet__avatar-pic img{ max-width: 100%; max-height: 100%; } |
1fe4f9ffd Обновление визуал... |
8480 |
.cabinet__avatar-form { |
f86fd56d9 task-132985 autor... |
8481 8482 8483 8484 |
width: calc(100% - 100px); padding-left: 15px; display: -webkit-box; display: -ms-flexbox; |
827280168 Добавлена страниц... |
8485 |
display: flex; |
f86fd56d9 task-132985 autor... |
8486 8487 8488 8489 8490 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 6px; |
827280168 Добавлена страниц... |
8491 |
} |
ab181e741 task-132985 autol... |
8492 8493 8494 8495 8496 8497 8498 8499 8500 8501 8502 8503 8504 8505 8506 8507 8508 8509 8510 8511 8512 8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 8537 8538 8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 |
.candidate-top-wrapper{ display: flex; } .candidate-top-wrapper .candidate-thumbnail{ width: 100px; height: 100px; min-width: 100px; border-radius: 8px; overflow: hidden; } .candidate-top-wrapper .candidate-thumbnail img{ max-height: 100%; max-width: 100%; } .candidate-top-wrapper .candidate-information{ padding-left: 20px; font-size: 21px; display: flex; align-items: center; } .candidate-top-wrapper .candidate-information .candidate-title{ font-size: inherit; } .content-single-candidate .education-detail-description{ margin-bottom: 50px; text-align: justify; } .content-single-candidate .education-detail-description h3.title{ font-size: 18px; margin: 0 0 20px; } .content-single-candidate .education-detail-description .inner{ font-size: 16px; font-weight: 300; line-height: 22px; color: #77838F; } .education-detail-programs h3.title{ font-size: 18px; margin: 0 0 20px; } .education-detail-programs .accordion{ margin: 1rem 0; padding: 0; list-style: none; border-top: 1px solid #ECEDF2; } .education-detail-programs .accordion.sub{ padding-left: 20px; display: none; } .education-detail-programs .accordion-item { border-bottom: 1px solid #ECEDF2; } .education-detail-programs .accordion-thumb { margin: 0; padding: 25px 0; cursor: pointer; font-weight: normal; color: #0E5C69; font-size: 16px; text-transform: uppercase; } .education-detail-programs .accordion-thumb::after { content: ""; display: block; float: right; position: relative; top: 6px; height: 7px; width: 7px; margin-right: 1rem; margin-left: 0.5rem; border-right: 1px solid; border-bottom: 1px solid; border-color: #828A96; transform: rotate(-45deg); transition: transform 0.2s ease-out; } .education-detail-programs .accordion-item .accordion-thumb.ui-state-active::after { transform: rotate(45deg); } .accordion-sub .accordion-panel{ display: none; } .accordion > .accordion-item > .accordion-panel{ opacity: 1; } .accordion-sub li{ list-style-type: none; } .accordion-sub .accordion-item .accordion-panel{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; } .accordion-sub li:last-child { border-bottom: unset; } .education-detail-contacts{ margin-top: 50px; } .education-detail-contacts h3.title{ font-size: 18px; margin: 0 0 20px; } .education-detail-contacts .inner > div{ display: flex; align-items: center; margin-bottom: 20px; } .education-detail-contacts .inner > div .icon{ margin-right: 20px; } |
f86fd56d9 task-132985 autor... |
8606 8607 8608 8609 8610 8611 8612 8613 |
@media (min-width: 768px) { .cabinet__avatar-form { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-left: 30px; gap: 12px; } |
827280168 Добавлена страниц... |
8614 |
} |
f86fd56d9 task-132985 autor... |
8615 8616 8617 8618 |
@media (min-width: 768px) { .cabinet__avatar-form .file { min-width: 215px; } |
827280168 Добавлена страниц... |
8619 |
} |
f86fd56d9 task-132985 autor... |
8620 8621 8622 |
.cabinet__inputs { display: -webkit-box; display: -ms-flexbox; |
827280168 Добавлена страниц... |
8623 |
display: flex; |
f86fd56d9 task-132985 autor... |
8624 8625 8626 8627 8628 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
827280168 Добавлена страниц... |
8629 |
} |
ab181e741 task-132985 autol... |
8630 8631 8632 8633 8634 8635 8636 8637 8638 8639 8640 |
.cabinet__inputs .cabinet__inputs_to_columns_wrap{ display: flex; } .cabinet__inputs_to_columns_wrap .cabinet__inputs_to_column{ width: 50%; padding-right: 20px; } .cabinet__inputs_to_columns_wrap .cabinet__inputs-item{ margin-bottom: 20px; width: 100%; } |
f86fd56d9 task-132985 autor... |
8641 8642 8643 8644 8645 8646 |
@media (min-width: 1280px) { .cabinet__inputs { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; |
ab181e741 task-132985 autol... |
8647 8648 8649 |
-webkit-box-align: end; -ms-flex-align: end; align-items: end; |
f86fd56d9 task-132985 autor... |
8650 8651 8652 8653 8654 8655 |
-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } |
827280168 Добавлена страниц... |
8656 |
} |
f86fd56d9 task-132985 autor... |
8657 8658 8659 8660 |
@media (min-width: 1280px) { .cabinet__inputs-item { width: calc(50% - 10px); } |
827280168 Добавлена страниц... |
8661 |
} |
f86fd56d9 task-132985 autor... |
8662 8663 8664 8665 |
@media (min-width: 1280px) { .cabinet__inputs-item_fullwidth { width: 100%; } |
827280168 Добавлена страниц... |
8666 |
} |
f86fd56d9 task-132985 autor... |
8667 8668 8669 8670 |
@media (min-width: 1280px) { .cabinet__inputs-item_min { width: calc(15% - 10px); } |
827280168 Добавлена страниц... |
8671 |
} |
f86fd56d9 task-132985 autor... |
8672 8673 8674 8675 |
@media (min-width: 1280px) { .cabinet__inputs-item_max { width: calc(85% - 10px); } |
827280168 Добавлена страниц... |
8676 |
} |
f86fd56d9 task-132985 autor... |
8677 8678 8679 8680 8681 8682 |
@media (min-width: 768px) { .cabinet__inputs-item .button { width: 100%; max-width: 215px; padding: 0; } |
827280168 Добавлена страниц... |
8683 |
} |
ab181e741 task-132985 autol... |
8684 8685 8686 8687 8688 8689 8690 8691 8692 8693 8694 8695 8696 8697 |
@media (max-width: 768px) { .cabinet__inputs .cabinet__inputs_to_columns_wrap{ display: block; } .cabinet__inputs_to_columns_wrap .cabinet__inputs_to_column{ width: 100%; } } .cabinet__inputs-item.column-count-3{ width: calc(32% - 10px); } .cabinet__inputs-item-full-row { width: 100%; } |
f86fd56d9 task-132985 autor... |
8698 8699 8700 8701 |
.cabinet__inputs-item .buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; |
827280168 Добавлена страниц... |
8702 |
} |
ab181e741 task-132985 autol... |
8703 8704 8705 |
.cabinet__inputs-item .form-group__label{ font-weight: bold; } |
f86fd56d9 task-132985 autor... |
8706 8707 8708 8709 8710 |
@media (min-width: 768px) { .cabinet__inputs-item .buttons { gap: 20px; max-width: 470px; } |
827280168 Добавлена страниц... |
8711 |
} |
f86fd56d9 task-132985 autor... |
8712 8713 8714 8715 |
@media (min-width: 992px) { .cabinet__inputs-item .buttons { max-width: none; } |
827280168 Добавлена страниц... |
8716 |
} |
f86fd56d9 task-132985 autor... |
8717 8718 8719 8720 |
@media (min-width: 1280px) { .cabinet__inputs-item .buttons { max-width: 470px; } |
827280168 Добавлена страниц... |
8721 |
} |
f86fd56d9 task-132985 autor... |
8722 8723 |
.cabinet__inputs-item .buttons .button { max-width: none; |
92b3de35e Задача 45 + фиксы |
8724 |
} |
f86fd56d9 task-132985 autor... |
8725 8726 8727 8728 |
.cabinet__inputs-item p { margin: 0; font-size: 14px; line-height: 20px; |
1fe4f9ffd Обновление визуал... |
8729 8730 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8731 8732 8733 |
.cabinet__inputs-item p { font-size: 16px; line-height: 22px; |
47358ab48 фикс |
8734 8735 |
} } |
ab181e741 task-132985 autol... |
8736 8737 8738 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748 8749 |
.cabinet__inputs-item p.mod { margin-top: 12px; } .cabinet__inputs-item p.mod span { color: #377d87; line-height: 20px; font-weight: 700; padding: 4px 12px; border-radius: 4px; background-color: #E6EFF0; } .cabinet__inputs-item p.hidden { display: none; } |
1fe4f9ffd Обновление визуал... |
8750 |
.cabinet__inputs > .button { |
f86fd56d9 task-132985 autor... |
8751 8752 8753 |
padding: 0; width: 100%; max-width: 140px; |
1fe4f9ffd Обновление визуал... |
8754 8755 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8756 8757 8758 |
.cabinet__inputs > .button { max-width: 190px; } |
1fe4f9ffd Обновление визуал... |
8759 8760 |
} .cabinet__add { |
f86fd56d9 task-132985 autor... |
8761 8762 8763 8764 8765 8766 8767 8768 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
8769 8770 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8771 8772 8773 8774 |
.cabinet__add { gap: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
8775 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
8776 8777 |
flex-direction: row; -webkit-box-align: end; |
1fe4f9ffd Обновление визуал... |
8778 |
-ms-flex-align: end; |
f86fd56d9 task-132985 autor... |
8779 8780 |
align-items: flex-end; } |
1fe4f9ffd Обновление визуал... |
8781 8782 |
} .cabinet__add-pic { |
f86fd56d9 task-132985 autor... |
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 |
border-radius: 4px; position: relative; overflow: hidden; background: #9c9d9d; color: #fff; width: 100px; aspect-ratio: 1/1; -webkit-transition: 0.3s; transition: 0.3s; } @media (min-width: 768px) { .cabinet__add-pic { width: 220px; border-radius: 8px; } |
1fe4f9ffd Обновление визуал... |
8798 8799 |
} .cabinet__add-pic:hover { |
f86fd56d9 task-132985 autor... |
8800 |
background: #000; |
1fe4f9ffd Обновление визуал... |
8801 8802 |
} .cabinet__add-pic input { |
f86fd56d9 task-132985 autor... |
8803 |
display: none; |
1fe4f9ffd Обновление визуал... |
8804 8805 |
} .cabinet__add-pic > svg { |
f86fd56d9 task-132985 autor... |
8806 8807 8808 8809 8810 8811 8812 8813 |
width: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; |
1fe4f9ffd Обновление визуал... |
8814 8815 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8816 8817 8818 |
.cabinet__add-pic > svg { width: 50px; } |
1fe4f9ffd Обновление визуал... |
8819 8820 |
} .cabinet__add-pic span { |
f86fd56d9 task-132985 autor... |
8821 8822 8823 8824 8825 8826 8827 8828 8829 8830 8831 8832 8833 8834 8835 8836 8837 8838 8839 8840 8841 8842 8843 8844 8845 8846 8847 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; gap: 4px; font-weight: 700; font-size: 8px; line-height: 1; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin-top: 25px; } @media (min-width: 768px) { .cabinet__add-pic span { font-size: 16px; margin-top: 60px; } |
1fe4f9ffd Обновление визуал... |
8848 8849 |
} .cabinet__add-pic span svg { |
f86fd56d9 task-132985 autor... |
8850 8851 |
width: 7px; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
8852 8853 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8854 8855 8856 |
.cabinet__add-pic span svg { width: 16px; } |
1fe4f9ffd Обновление визуал... |
8857 8858 |
} .cabinet__add-body { |
f86fd56d9 task-132985 autor... |
8859 8860 8861 8862 8863 8864 8865 8866 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
8867 8868 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8869 8870 8871 8872 8873 |
.cabinet__add-body { gap: 20px; width: calc(100% - 220px); padding-left: 20px; } |
1fe4f9ffd Обновление визуал... |
8874 8875 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8876 8877 8878 8879 |
.cabinet__add-body .button { width: 215px; padding: 0; } |
1fe4f9ffd Обновление визуал... |
8880 8881 |
} .cabinet__fleet { |
f86fd56d9 task-132985 autor... |
8882 8883 8884 8885 8886 8887 8888 8889 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
8890 8891 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8892 8893 8894 8895 |
.cabinet__fleet { display: grid; grid-template-columns: repeat(2, 1fr); } |
1fe4f9ffd Обновление визуал... |
8896 8897 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8898 8899 8900 |
.cabinet__fleet { grid-template-columns: repeat(3, 1fr); } |
1fe4f9ffd Обновление визуал... |
8901 8902 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8903 8904 8905 8906 8907 |
.cabinet__submit { width: 215px; padding: 0; margin: 0 auto; } |
1fe4f9ffd Обновление визуал... |
8908 8909 |
} .cabinet__filters { |
f86fd56d9 task-132985 autor... |
8910 8911 |
display: -webkit-box; display: -ms-flexbox; |
e814e46c7 Изменения для стр... |
8912 |
display: flex; |
f86fd56d9 task-132985 autor... |
8913 8914 8915 8916 8917 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
e814e46c7 Изменения для стр... |
8918 |
} |
ab181e741 task-132985 autol... |
8919 8920 8921 8922 8923 8924 8925 8926 8927 8928 8929 8930 |
.cabinet__export-wrap{ padding: 10px; border: 1px #cecece solid; border-radius: 8px; width: 100%; } .cabinet__export-button-wrap{ max-width: 200px; margin-bottom: 10px; } .cabinet__export-options-wrap{ display: flex; |
288dd2a04 bd design fixes |
8931 8932 8933 |
flex-wrap: wrap; justify-content: start; gap: 10px; |
ab181e741 task-132985 autol... |
8934 |
} |
288dd2a04 bd design fixes |
8935 8936 8937 8938 8939 8940 8941 |
@media (min-width: 768px) { .cabinet__export-options-wrap { flex-wrap: nowrap; justify-content: space-between; gap: 20px; } } |
ab181e741 task-132985 autol... |
8942 8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 8957 8958 8959 |
.job-title-list-wrap{ margin-top: 5px; } .cabinet__export-error{ color: red; } .flot-image-wrap img{ max-width: 100%; max-height: 100%; flex: 0 0 auto; } .flot-image-wrap{ width: 220px; height: 220px; display: flex; justify-content: center; align-items: center; } |
1fe4f9ffd Обновление визуал... |
8960 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8961 8962 8963 |
.cabinet__filters { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
8964 8965 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8966 8967 8968 |
.cabinet__filters { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
8969 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
8970 8971 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
8972 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
8973 8974 |
align-items: flex-start; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
8975 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
8976 8977 |
justify-content: space-between; } |
1fe4f9ffd Обновление визуал... |
8978 8979 |
} .cabinet__filters-item { |
f86fd56d9 task-132985 autor... |
8980 8981 8982 8983 8984 8985 8986 8987 8988 8989 8990 8991 8992 8993 8994 8995 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 10px; } @media (min-width: 768px) { .cabinet__filters-item { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
8996 8997 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8998 8999 9000 9001 |
.cabinet__filters-item { width: calc(50% - 10px); max-width: 410px; } |
1fe4f9ffd Обновление визуал... |
9002 9003 9004 |
} .cabinet__filters-item .button, .cabinet__filters-item .select { |
f86fd56d9 task-132985 autor... |
9005 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
9006 9007 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
9008 9009 9010 9011 |
.cabinet__filters-item .button, .cabinet__filters-item .select { width: auto; } |
1fe4f9ffd Обновление визуал... |
9012 9013 |
} .cabinet__filters-item + .cabinet__filters-item { |
f86fd56d9 task-132985 autor... |
9014 9015 9016 |
-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; |
1fe4f9ffd Обновление визуал... |
9017 9018 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
9019 9020 9021 |
.cabinet__filters-item + .cabinet__filters-item { max-width: 280px; } |
1fe4f9ffd Обновление визуал... |
9022 9023 |
} .cabinet__filters .search input { |
f86fd56d9 task-132985 autor... |
9024 |
padding-right: 135px; |
1fe4f9ffd Обновление визуал... |
9025 9026 |
} .cabinet__filters .search button { |
f86fd56d9 task-132985 autor... |
9027 |
width: 115px; |
1fe4f9ffd Обновление визуал... |
9028 9029 |
} .cabinet__filters-buttons { |
f86fd56d9 task-132985 autor... |
9030 9031 9032 9033 |
display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; |
1fe4f9ffd Обновление визуал... |
9034 9035 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9036 9037 9038 |
.cabinet__filters-buttons { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
9039 9040 |
} .cabinet__filters-buttons .button { |
f86fd56d9 task-132985 autor... |
9041 9042 |
padding: 0; gap: 5px; |
1fe4f9ffd Обновление визуал... |
9043 9044 |
} .cabinet__filters-buttons .button.active { |
f86fd56d9 task-132985 autor... |
9045 9046 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
9047 9048 |
} .cabinet__filters-buttons .button.active:before { |
f86fd56d9 task-132985 autor... |
9049 9050 9051 9052 9053 |
content: ""; width: 6px; height: 6px; background: #fff; border-radius: 999px; |
1fe4f9ffd Обновление визуал... |
9054 9055 |
} .cabinet__table-header { |
f86fd56d9 task-132985 autor... |
9056 9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 700; margin-bottom: -10px; |
1fe4f9ffd Обновление визуал... |
9067 9068 |
} .cabinet__table-header div { |
f86fd56d9 task-132985 autor... |
9069 |
font-size: 18px; |
1fe4f9ffd Обновление визуал... |
9070 9071 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9072 9073 9074 |
.cabinet__table-header div { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
9075 9076 |
} .cabinet__table-header span { |
f86fd56d9 task-132985 autor... |
9077 9078 |
color: #000; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
9079 9080 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9081 9082 9083 |
.cabinet__table-header span { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
9084 9085 |
} .cabinet__table-header span b { |
f86fd56d9 task-132985 autor... |
9086 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
9087 9088 |
} .cabinet__tabs { |
f86fd56d9 task-132985 autor... |
9089 9090 9091 |
display: grid; grid-template-columns: 1fr 1fr; gap: 20px; |
1fe4f9ffd Обновление визуал... |
9092 9093 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9094 9095 9096 |
.cabinet__tabs { max-width: 420px; } |
1fe4f9ffd Обновление визуал... |
9097 9098 |
} .cabinet__tabs .button.active { |
f86fd56d9 task-132985 autor... |
9099 9100 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
9101 9102 |
} .cabinet__bodies { |
f86fd56d9 task-132985 autor... |
9103 |
display: none; |
1fe4f9ffd Обновление визуал... |
9104 9105 |
} .cabinet__bodies.showed { |
f86fd56d9 task-132985 autor... |
9106 |
display: block; |
1fe4f9ffd Обновление визуал... |
9107 9108 |
} .cabinet__nots { |
f86fd56d9 task-132985 autor... |
9109 9110 9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 9124 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 10px; } @media (min-width: 768px) { .cabinet__nots { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
9125 9126 |
} .cabinet__nots .input { |
f86fd56d9 task-132985 autor... |
9127 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
9128 9129 |
} .cabinet__anketa { |
f86fd56d9 task-132985 autor... |
9130 9131 9132 9133 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; |
1fe4f9ffd Обновление визуал... |
9134 |
-webkit-box-direction: normal; |
f86fd56d9 task-132985 autor... |
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 9148 9149 9150 9151 |
-ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 10px; } @media (min-width: 768px) { .cabinet__anketa { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } |
1fe4f9ffd Обновление визуал... |
9152 9153 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
9154 9155 9156 |
.cabinet__anketa { -webkit-box-orient: vertical; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
9157 |
-ms-flex-direction: column; |
f86fd56d9 task-132985 autor... |
9158 9159 |
flex-direction: column; -webkit-box-align: stretch; |
1fe4f9ffd Обновление визуал... |
9160 |
-ms-flex-align: stretch; |
f86fd56d9 task-132985 autor... |
9161 9162 |
align-items: stretch; } |
1fe4f9ffd Обновление визуал... |
9163 9164 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
9165 9166 9167 |
.cabinet__anketa { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
9168 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
9169 9170 |
flex-direction: row; -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
9171 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
9172 9173 |
align-items: center; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
9174 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
9175 9176 |
justify-content: space-between; } |
1fe4f9ffd Обновление визуал... |
9177 9178 |
} .cabinet__anketa-buttons { |
f86fd56d9 task-132985 autor... |
9179 9180 9181 9182 9183 9184 9185 9186 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
1fe4f9ffd Обновление визуал... |
9187 9188 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9189 9190 9191 9192 9193 |
.cabinet__anketa-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
9194 9195 |
} .cabinet__stats { |
f86fd56d9 task-132985 autor... |
9196 9197 9198 9199 9200 9201 9202 9203 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 6px; |
1fe4f9ffd Обновление визуал... |
9204 9205 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9206 9207 9208 |
.cabinet__stats { gap: 12px; } |
1fe4f9ffd Обновление визуал... |
9209 9210 |
} .cabinet__stats-title { |
f86fd56d9 task-132985 autor... |
9211 9212 9213 |
font-size: 14px; font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
9214 9215 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9216 9217 9218 |
.cabinet__stats-title { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
9219 9220 |
} .cabinet__stats-body { |
f86fd56d9 task-132985 autor... |
9221 9222 9223 9224 9225 9226 9227 |
background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); border-radius: 8px; padding: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 10px; |
1fe4f9ffd Обновление визуал... |
9228 9229 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9230 9231 9232 |
.cabinet__stats-body { padding: 10px 20px; } |
1fe4f9ffd Обновление визуал... |
9233 9234 |
} .cabinet__stats-item { |
f86fd56d9 task-132985 autor... |
9235 9236 9237 9238 9239 9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 |
font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; gap: 6px; } @media (min-width: 768px) { .cabinet__stats-item { font-size: 20px; gap: 10px; } |
1fe4f9ffd Обновление визуал... |
9250 9251 |
} .cabinet__stats-item svg { |
f86fd56d9 task-132985 autor... |
9252 9253 9254 |
width: 20px; aspect-ratio: 1/1; color: #377d87; |
1fe4f9ffd Обновление визуал... |
9255 9256 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9257 9258 9259 9260 |
.cabinet__stats-item svg { width: 40px; margin-right: 10px; } |
1fe4f9ffd Обновление визуал... |
9261 9262 |
} .cabinet__stats-item span { |
f86fd56d9 task-132985 autor... |
9263 9264 |
font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
9265 9266 |
} .cabinet__stats-item b { |
f86fd56d9 task-132985 autor... |
9267 9268 |
color: #377d87; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
9269 9270 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9271 9272 9273 |
.cabinet__stats-item b { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
9274 9275 |
} .cabinet__stats-subtitle { |
f86fd56d9 task-132985 autor... |
9276 9277 9278 |
font-size: 14px; font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
9279 9280 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9281 9282 9283 |
.cabinet__stats-subtitle { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
9284 9285 |
} .cabinet__stats-line { |
f86fd56d9 task-132985 autor... |
9286 9287 9288 9289 9290 9291 |
width: 100%; position: relative; overflow: hidden; height: 8px; border-radius: 999px; background: #cecece; |
1fe4f9ffd Обновление визуал... |
9292 9293 |
} .cabinet__stats-line span { |
f86fd56d9 task-132985 autor... |
9294 9295 9296 9297 9298 9299 9300 |
position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #377d87; border-radius: 999px; |
1fe4f9ffd Обновление визуал... |
9301 9302 |
} .cabinet__stats-bottom { |
f86fd56d9 task-132985 autor... |
9303 9304 |
color: #000; font-size: 12px; |
1fe4f9ffd Обновление визуал... |
9305 9306 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9307 9308 9309 |
.cabinet__stats-bottom { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
9310 9311 |
} .cabinet__works { |
f86fd56d9 task-132985 autor... |
9312 9313 9314 9315 9316 9317 9318 9319 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
1fe4f9ffd Обновление визуал... |
9320 9321 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9322 9323 9324 |
.cabinet__works { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
9325 9326 |
} .cabinet__works-item { |
f86fd56d9 task-132985 autor... |
9327 9328 9329 9330 9331 9332 9333 9334 9335 9336 |
-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); padding: 10px; border-radius: 4px; } @media (min-width: 768px) { .cabinet__works-item { padding: 20px; border-radius: 8px; } |
1fe4f9ffd Обновление визуал... |
9337 9338 |
} .cabinet__works-spoiler { |
f86fd56d9 task-132985 autor... |
9339 9340 9341 9342 9343 9344 9345 9346 9347 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; |
1fe4f9ffd Обновление визуал... |
9348 9349 |
} .cabinet__works-spoiler-left { |
f86fd56d9 task-132985 autor... |
9350 9351 9352 9353 9354 9355 9356 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: calc(100% - 22px); |
1fe4f9ffd Обновление визуал... |
9357 9358 |
} .cabinet__works-spoiler-right { |
f86fd56d9 task-132985 autor... |
9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9369 9370 9371 9372 9373 |
width: 22px; height: 22px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #377d87; padding: 0; background: none; border: none; |
1fe4f9ffd Обновление визуал... |
9374 9375 |
} .cabinet__works-spoiler-right svg { |
f86fd56d9 task-132985 autor... |
9376 9377 9378 9379 9380 9381 9382 |
width: 60%; aspect-ratio: 1/1; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: 0.3s; transition: 0.3s; |
1fe4f9ffd Обновление визуал... |
9383 9384 |
} .cabinet__works-spoiler.active .cabinet__works-spoiler-right svg { |
f86fd56d9 task-132985 autor... |
9385 9386 9387 |
-webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); |
1fe4f9ffd Обновление визуал... |
9388 9389 |
} .cabinet__works-spoiler-buttons { |
f86fd56d9 task-132985 autor... |
9390 9391 9392 9393 9394 9395 9396 9397 9398 9399 9400 9401 9402 9403 9404 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 60px; } @media (min-width: 768px) { .cabinet__works-spoiler-buttons { width: 74px; } |
1fe4f9ffd Обновление визуал... |
9405 9406 |
} .cabinet__works-spoiler-buttons .button { |
f86fd56d9 task-132985 autor... |
9407 9408 9409 |
width: 22px; height: 22px; padding: 0; |
1fe4f9ffd Обновление визуал... |
9410 9411 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9412 9413 9414 9415 |
.cabinet__works-spoiler-buttons .button { width: 30px; height: 30px; } |
1fe4f9ffd Обновление визуал... |
9416 9417 |
} .cabinet__works-spoiler-text { |
f86fd56d9 task-132985 autor... |
9418 9419 9420 9421 9422 |
width: calc(100% - 60px); padding-left: 20px; font-size: 17px; font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
9423 9424 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9425 9426 9427 9428 9429 9430 |
.cabinet__works-spoiler-text { width: calc(100% - 74px); font-size: 20px; } } .cabinet__works-body { |
5131abdbe fixes |
9431 9432 9433 9434 |
opacity: 1; height: auto; overflow: visible; transition: opacity 0.3s, height 0.3s; |
f86fd56d9 task-132985 autor... |
9435 9436 9437 9438 9439 9440 9441 |
} .active + .cabinet__works-body { -webkit-transition: 0.3s; transition: 0.3s; opacity: 1; height: auto; padding-top: 20px; |
1fe4f9ffd Обновление визуал... |
9442 |
} |
1fe4f9ffd Обновление визуал... |
9443 |
.cabinet__works-add { |
f86fd56d9 task-132985 autor... |
9444 9445 9446 |
padding: 0; width: 100%; max-width: 160px; |
1fe4f9ffd Обновление визуал... |
9447 9448 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9449 9450 9451 |
.cabinet__works-add { max-width: 220px; } |
1fe4f9ffd Обновление визуал... |
9452 9453 |
} .cabinet__buttons { |
f86fd56d9 task-132985 autor... |
9454 9455 9456 9457 9458 9459 9460 9461 9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; } @media (min-width: 768px) { .cabinet__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
9472 9473 9474 |
} .cabinet__buttons .button, .cabinet__buttons .file { |
f86fd56d9 task-132985 autor... |
9475 9476 9477 |
padding: 0; width: 100%; max-width: 140px; |
1fe4f9ffd Обновление визуал... |
9478 9479 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9480 9481 9482 9483 |
.cabinet__buttons .button, .cabinet__buttons .file { max-width: none; } |
1fe4f9ffd Обновление визуал... |
9484 9485 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9486 9487 9488 |
.cabinet__buttons { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
9489 9490 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
9491 9492 9493 |
.cabinet__buttons { max-width: 400px; } |
d4632b7a2 Анкета работника |
9494 |
} |
ab181e741 task-132985 autol... |
9495 9496 9497 9498 9499 9500 |
.cabinet__buttons_flex{ display: flex; } .cabinet__buttons_flex > *{ margin-right: 10px; } |
1fe4f9ffd Обновление визуал... |
9501 |
.cabinet__vacs { |
f86fd56d9 task-132985 autor... |
9502 9503 9504 9505 9506 9507 9508 9509 9510 9511 9512 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; |
1fe4f9ffd Обновление визуал... |
9513 9514 |
} .cabinet__vacs-body { |
f86fd56d9 task-132985 autor... |
9515 9516 9517 9518 9519 9520 9521 9522 9523 9524 9525 9526 9527 9528 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; width: 100%; } @media (min-width: 768px) { .cabinet__vacs-body { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
9529 9530 |
} .cabinet__vacs-item { |
f86fd56d9 task-132985 autor... |
9531 9532 9533 9534 |
display: none; background: #fff; -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); |
1fe4f9ffd Обновление визуал... |
9535 9536 |
} .cabinet__vacs-item:nth-of-type(1), .cabinet__vacs-item:nth-of-type(2) { |
f86fd56d9 task-132985 autor... |
9537 9538 9539 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
9540 9541 |
} .cabinet__vacs.active .cabinet__vacs-item { |
f86fd56d9 task-132985 autor... |
9542 9543 9544 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
ee6590870 Изменения для фор... |
9545 |
} |
ab181e741 task-132985 autol... |
9546 9547 9548 9549 9550 9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 9566 9567 9568 9569 9570 9571 9572 9573 9574 9575 9576 9577 9578 9579 9580 9581 9582 9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 9595 9596 9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 9607 9608 9609 9610 9611 9612 9613 9614 9615 9616 9617 9618 |
.main__employer-page-two-item-text-body img { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } .main__employer-page-two-item-text-body p{ margin: 0 0 20px; } #sertificate .one-sertificate{ display: flex; justify-content: space-between; margin-bottom: 15px; border-bottom: 1px #ccc solid; padding-bottom: 15px; } #sertificate .one-sertificate .sertificate-field{ display: block; } #sertificate .one-sertificate .sertificate-field.sertificate-name{ width: 50%; max-width: 50%; } #sertificate .one-sertificate .sertificate-field.sertificate-buttons{ display: flex; justify-content: space-between; } #sertificate .one-sertificate .sertificate-field.sertificate-buttons a{ width: 30px; height: 30px; padding: 5px; } #prev_worker .cabinet__inputs-item-buttons a{ width: 30px; height: 30px; padding: 5px; } #prev_worker .cabinet__inputs-item-buttons{ width: 100px; } #prev_worker .cabinet__inputs{ -webkit-box-align: start; -ms-flex-align: start; align-items: start; } #prev_worker .cabinet__inputs-item-buttons flex{ justify-content: end; } #prev_worker .cabinet__body-item{ border-bottom: 1px #cccccc solid; padding-bottom: 25px; } @media (max-width: 1280px) { #prev_worker .cabinet__inputs-item-buttons{ position: absolute; right: 0; } } body .cke_notifications_area{ opacity: 0; display: none !important; } .unread-messages-count{ background-color: #377d87; color: #fff; padding: 5px 10px; border-radius: 45px; } |
f86fd56d9 task-132985 autor... |
9619 |
|
ab181e741 task-132985 autol... |
9620 9621 9622 9623 9624 9625 9626 9627 |
.flot-one-ship .flot-label{ font-weight: bold; display: flex; } .flot-one-ship .flot-label .flot-label-name{ color: #377d87; min-width: 120px; } |
f86fd56d9 task-132985 autor... |
9628 9629 9630 9631 9632 9633 9634 9635 |
.picker { display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
2de26f97a исправления для в... |
9636 |
} |
f86fd56d9 task-132985 autor... |
9637 9638 9639 9640 9641 9642 9643 |
.picker-dialog { position: relative !important; max-width: 820px; border: none; background: #fff; border-radius: 10px; padding: 20px 10px; |
2de26f97a исправления для в... |
9644 |
} |
f86fd56d9 task-132985 autor... |
9645 9646 9647 9648 |
@media (min-width: 768px) { .picker-dialog { padding: 80px; } |
d4632b7a2 Анкета работника |
9649 |
} |
f86fd56d9 task-132985 autor... |
9650 9651 |
.picker-close { font-size: 3rem; |
d4632b7a2 Анкета работника |
9652 |
} |
f86fd56d9 task-132985 autor... |
9653 9654 |
.picker-close:hover { color: #377d87; |
d4632b7a2 Анкета работника |
9655 |
} |
f86fd56d9 task-132985 autor... |
9656 9657 9658 9659 9660 |
.picker-header { padding: 0; position: static; border: none; margin-bottom: 10px; |
d4632b7a2 Анкета работника |
9661 |
} |
f86fd56d9 task-132985 autor... |
9662 9663 9664 9665 |
@media (min-width: 768px) { .picker-header { margin-bottom: 20px; } |
d4632b7a2 Анкета работника |
9666 |
} |
f86fd56d9 task-132985 autor... |
9667 9668 9669 9670 9671 9672 |
.picker-title { color: #696b6b; font-weight: 700; font-size: 22px; line-height: 1.2; text-align: center; |
d4632b7a2 Анкета работника |
9673 |
} |
f86fd56d9 task-132985 autor... |
9674 9675 9676 9677 9678 |
@media (min-width: 768px) { .picker-title { text-align: left; font-size: 34px; } |
d4632b7a2 Анкета работника |
9679 |
} |
f86fd56d9 task-132985 autor... |
9680 9681 9682 9683 |
@media (min-width: 992px) { .picker-title { font-size: 44px; } |
d4632b7a2 Анкета работника |
9684 |
} |
f86fd56d9 task-132985 autor... |
9685 9686 |
.picker-list { padding: 0 20px; |
d4632b7a2 Анкета работника |
9687 |
} |
f86fd56d9 task-132985 autor... |
9688 9689 9690 9691 |
@media (min-width: 768px) { .picker-list { padding: 0 60px; } |
d4632b7a2 Анкета работника |
9692 |
} |
f86fd56d9 task-132985 autor... |
9693 9694 9695 |
@media (min-width: 992px) { .picker-list { padding: 0 90px; |
36473daef фиксы |
9696 9697 |
} } |
f86fd56d9 task-132985 autor... |
9698 9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 9712 |
.picker-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; font-size: 28px; line-height: 40px; color: #699da5; font-weight: 700; |
00076c621 фиксы |
9713 |
} |
f86fd56d9 task-132985 autor... |
9714 9715 9716 9717 |
@media (min-width: 992px) { .picker-item { font-size: 36px; } |
a93910932 рефакторинг сообщ... |
9718 |
} |
f86fd56d9 task-132985 autor... |
9719 9720 9721 9722 9723 |
.picker-cell__header { color: #377d87; } .picker-cell__control:before { border-color: #377d87; |
e335a0a1d Задачи 56,57 |
9724 |
} |
f86fd56d9 task-132985 autor... |
9725 9726 9727 |
.picker-picked { background: #fff; border-radius: 8px; |
e335a0a1d Задачи 56,57 |
9728 |
color: #377d87; |
e335a0a1d Задачи 56,57 |
9729 |
} |
f86fd56d9 task-132985 autor... |
9730 9731 9732 9733 9734 9735 9736 9737 9738 9739 9740 9741 9742 |
.picker-footer { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 12px; margin-top: 20px; |
465aace57 task-132687 minor... |
9743 |
border: none; |
f86fd56d9 task-132985 autor... |
9744 9745 9746 9747 9748 9749 9750 9751 9752 9753 9754 9755 9756 9757 9758 9759 9760 9761 9762 9763 9764 9765 9766 9767 |
} .picker-footer button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; background: #377d87; height: 30px; border-radius: 8px; padding: 0 12px; border: 1px solid #377d87; font-weight: 700; font-size: 12px; text-align: center; line-height: 1; gap: 6px; -webkit-transition: 0.3s; transition: 0.3s; |
465aace57 task-132687 minor... |
9768 9769 |
cursor: pointer; } |
f86fd56d9 task-132985 autor... |
9770 9771 9772 9773 9774 9775 9776 |
@media (min-width: 768px) { .picker-footer button { padding: 0 24px; font-size: 16px; height: 44px; gap: 12px; } |
465aace57 task-132687 minor... |
9777 |
} |
f86fd56d9 task-132985 autor... |
9778 9779 9780 9781 |
@media (min-width: 992px) { .picker-footer button { padding: 0 36px; } |
465aace57 task-132687 minor... |
9782 |
} |
f86fd56d9 task-132985 autor... |
9783 9784 9785 |
.picker-footer button:hover { background: transparent; color: #377d87; |
465aace57 task-132687 minor... |
9786 |
} |
f86fd56d9 task-132985 autor... |
9787 9788 9789 |
.picker-footer .picker-cancel { background: transparent; color: #377d87; |
465aace57 task-132687 minor... |
9790 |
} |
f86fd56d9 task-132985 autor... |
9791 9792 9793 |
.picker-footer .picker-cancel:hover { background: #377d87; color: #fff; |
465aace57 task-132687 minor... |
9794 |
} |
f86fd56d9 task-132985 autor... |
9795 9796 9797 9798 9799 9800 9801 9802 9803 9804 9805 |
.picker .picker-body { background: #e9f1fb; border-radius: 8px; } .picker .picker-cell__body:before { background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#e9f1fb)); background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #e9f1fb); } .picker .picker-cell__body:after { background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#e9f1fb)); background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #e9f1fb); |
465aace57 task-132687 minor... |
9806 |
} |
f86fd56d9 task-132985 autor... |
9807 9808 9809 9810 |
.picker-open { display: -webkit-box; display: -ms-flexbox; display: flex; |
465aace57 task-132687 minor... |
9811 |
} |
ab181e741 task-132985 autol... |
9812 9813 9814 9815 9816 9817 9818 9819 9820 9821 9822 9823 9824 9825 9826 |
nav .drop-down { list-style: none; overflow: hidden; /* When ul height is reduced, ensure overflowing li are not shown */ height: 200px; /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */ margin: 0 auto; padding: 0; -webkit-transition: height 0.3s ease; transition: height 0.3s ease; } nav .drop-down.closed { /* When toggled via jQuery this class will reduce the height of the ul which inconjuction with overflow: hidden set on the ul will hide all list items apart from the first */ /* current li height 38px + 5px border */ |
664449023 Employer personal... |
9827 |
height: 35px; |
ab181e741 task-132985 autol... |
9828 9829 9830 9831 9832 9833 9834 9835 9836 |
} .select2-selection__choice[title*="Все должности"] .select2-selection__choice__remove { display: none !important; } .cabinet__inputs-item:has(.input-picker:disabled) { display: none; } |
7d97dde35 task-132985 minor... |
9837 9838 |
.select select {display: none;} |
23f431cc5 fix send worker p... |
9839 9840 9841 9842 |
.d-none { display: none; } |