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 4442 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4443 4444 4445 |
.main__table { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
4446 4447 |
} .main__table td { |
f86fd56d9 task-132985 autor... |
4448 4449 4450 |
border: 1px solid #cecece; padding: 4px 8px; vertical-align: top; |
1fe4f9ffd Обновление визуал... |
4451 4452 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4453 4454 4455 |
.main__table td { padding: 8px 16px; } |
1fe4f9ffd Обновление визуал... |
4456 4457 |
} .main__table td b { |
f86fd56d9 task-132985 autor... |
4458 |
font-weight: 700; |
1fe4f9ffd Обновление визуал... |
4459 4460 |
} .main__table_three { |
f86fd56d9 task-132985 autor... |
4461 |
table-layout: auto; |
1fe4f9ffd Обновление визуал... |
4462 4463 |
} .main__table_three td { |
f86fd56d9 task-132985 autor... |
4464 |
width: 25% !important; |
1fe4f9ffd Обновление визуал... |
4465 4466 |
} .main__table_three td:last-child { |
f86fd56d9 task-132985 autor... |
4467 |
width: 50% !important; |
1fe4f9ffd Обновление визуал... |
4468 4469 |
} .main__table b { |
f86fd56d9 task-132985 autor... |
4470 |
display: block; |
1fe4f9ffd Обновление визуал... |
4471 4472 |
} .main__table a { |
f86fd56d9 task-132985 autor... |
4473 4474 |
color: #377d87; text-decoration: underline; |
1fe4f9ffd Обновление визуал... |
4475 4476 |
} .main__table a:hover { |
f86fd56d9 task-132985 autor... |
4477 |
color: #000; |
1fe4f9ffd Обновление визуал... |
4478 4479 |
} .main__resume-profile-about { |
f86fd56d9 task-132985 autor... |
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 |
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 Обновление визуал... |
4495 4496 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4497 4498 4499 |
.main__resume-profile-about { padding: 50px 0; } |
1fe4f9ffd Обновление визуал... |
4500 4501 |
} .main__resume-profile-about:before { |
f86fd56d9 task-132985 autor... |
4502 4503 4504 4505 4506 4507 4508 4509 4510 |
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 Обновление визуал... |
4511 4512 |
} .main__resume-profile-about-title { |
5914833d5 Фиксы + личный ка... |
4513 4514 |
position: relative; z-index: 2; |
f86fd56d9 task-132985 autor... |
4515 |
color: #000; |
e60a32501 Измененения для р... |
4516 |
} |
5914833d5 Фиксы + личный ка... |
4517 |
.main__resume-profile-about-text { |
f86fd56d9 task-132985 autor... |
4518 4519 |
position: relative; z-index: 2; |
1fe4f9ffd Обновление визуал... |
4520 |
} |
f86fd56d9 task-132985 autor... |
4521 4522 4523 4524 4525 |
.main__resume-profile-about-button { position: relative; z-index: 2; margin-top: 10px; } |
ab181e741 task-132985 autol... |
4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 |
.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... |
4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
.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 Обновление визуал... |
4563 4564 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4565 4566 4567 4568 |
.main__resume-profile-info { margin-top: 50px; gap: 30px; } |
1fe4f9ffd Обновление визуал... |
4569 4570 |
} .main__resume-profile-info-title { |
f86fd56d9 task-132985 autor... |
4571 |
color: #000; |
1fe4f9ffd Обновление визуал... |
4572 4573 |
} .main__resume-profile-info-body { |
f86fd56d9 task-132985 autor... |
4574 4575 4576 4577 4578 4579 4580 4581 |
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 Обновление визуал... |
4582 4583 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4584 4585 4586 |
.main__resume-profile-info-body { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
4587 4588 |
} .main__resume-profile-info-body-item { |
f86fd56d9 task-132985 autor... |
4589 4590 4591 4592 4593 4594 4595 4596 |
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 Обновление визуал... |
4597 4598 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4599 4600 4601 |
.main__resume-profile-info-body-item { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
4602 4603 |
} .main__resume-profile-info-body-subtitle { |
f86fd56d9 task-132985 autor... |
4604 |
color: #4d88d9; |
1fe4f9ffd Обновление визуал... |
4605 4606 |
} .main__resume-profile-info-body-inner { |
f86fd56d9 task-132985 autor... |
4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 |
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 Обновление визуал... |
4624 4625 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4626 4627 4628 4629 |
.main__resume-profile-info-body-inner { grid-template-columns: repeat(3, 1fr); font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
4630 4631 |
} .main__resume-profile-info-body-inner li { |
f86fd56d9 task-132985 autor... |
4632 4633 4634 4635 4636 4637 4638 4639 |
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 Обновление визуал... |
4640 4641 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4642 4643 4644 |
.main__resume-profile-info-body-inner li { gap: 8px; } |
1fe4f9ffd Обновление визуал... |
4645 4646 |
} .main__resume-profile-info-body-inner b { |
f86fd56d9 task-132985 autor... |
4647 4648 |
color: #377d87; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
4649 4650 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4651 4652 4653 |
.main__resume-profile-info-body-inner b { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
4654 4655 |
} .main__resume-profile-info-body-inner span { |
f86fd56d9 task-132985 autor... |
4656 4657 4658 4659 4660 4661 4662 4663 |
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 Обновление визуал... |
4664 4665 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4666 4667 4668 |
.main__resume-profile-info-body-inner span { gap: 6px; } |
1fe4f9ffd Обновление визуал... |
4669 4670 |
} .main__resume-profile-review { |
f86fd56d9 task-132985 autor... |
4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 |
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 Обновление визуал... |
4686 4687 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4688 4689 4690 4691 4692 |
.main__resume-profile-review { margin-top: 50px; padding: 50px 40px; gap: 30px; } |
1fe4f9ffd Обновление визуал... |
4693 4694 |
} .main__resume-profile-review-title { |
f86fd56d9 task-132985 autor... |
4695 |
color: #000; |
1fe4f9ffd Обновление визуал... |
4696 4697 |
} .main__resume-profile-review-body { |
f86fd56d9 task-132985 autor... |
4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 |
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 Обновление визуал... |
4709 4710 |
} .main__resume-profile-review-body .textarea { |
f86fd56d9 task-132985 autor... |
4711 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
4712 4713 |
} .main__resume-profile-review-body .button { |
f86fd56d9 task-132985 autor... |
4714 |
margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
4715 4716 |
} .main__vacancies { |
f86fd56d9 task-132985 autor... |
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 |
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 Обновление визуал... |
4733 4734 |
} .main__vacancies-title { |
f86fd56d9 task-132985 autor... |
4735 4736 |
color: #000; width: 100%; |
1fe4f9ffd Обновление визуал... |
4737 4738 |
} .main__vacancies-filters { |
f86fd56d9 task-132985 autor... |
4739 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
4740 4741 |
} .main__vacancies-item { |
f86fd56d9 task-132985 autor... |
4742 4743 4744 4745 |
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 Обновление визуал... |
4746 4747 |
} .main__vacancies-item-page { |
f86fd56d9 task-132985 autor... |
4748 4749 4750 4751 4752 |
border: none; -webkit-box-shadow: none; box-shadow: none; background: none; margin: 0 -10px; |
1fe4f9ffd Обновление визуал... |
4753 4754 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4755 4756 4757 |
.main__vacancies-item-page { margin: 0 -20px; } |
1fe4f9ffd Обновление визуал... |
4758 4759 |
} .main__vacancies-thing { |
f86fd56d9 task-132985 autor... |
4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 |
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 Обновление визуал... |
4775 4776 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4777 4778 4779 4780 |
.main__vacancies-thing { padding: 30px 20px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
4781 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
4782 4783 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
4784 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
4785 4786 4787 |
align-items: flex-start; gap: 0; } |
1fe4f9ffd Обновление визуал... |
4788 4789 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4790 4791 4792 |
.main__vacancies-thing { padding: 50px 20px; } |
1fe4f9ffd Обновление визуал... |
4793 4794 |
} .main__vacancies-thing-pic { |
f86fd56d9 task-132985 autor... |
4795 4796 4797 4798 4799 4800 4801 4802 |
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 Обновление визуал... |
4803 4804 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4805 4806 4807 |
.main__vacancies-thing-pic { width: 380px; } |
1fe4f9ffd Обновление визуал... |
4808 4809 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4810 4811 4812 |
.main__vacancies-thing-pic { width: 420px; } |
1fe4f9ffd Обновление визуал... |
4813 4814 |
} .main__vacancies-thing-body { |
f86fd56d9 task-132985 autor... |
4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 |
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 Обновление визуал... |
4827 4828 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4829 4830 4831 4832 |
.main__vacancies-thing-body { width: calc(100% - 380px); padding-left: 20px; } |
1fe4f9ffd Обновление визуал... |
4833 4834 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4835 4836 4837 4838 |
.main__vacancies-thing-body { width: calc(100% - 420px); gap: 20px; } |
1fe4f9ffd Обновление визуал... |
4839 4840 |
} .main__vacancies-thing-body > * { |
f86fd56d9 task-132985 autor... |
4841 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
4842 4843 |
} .main__vacancies-thing-body .button { |
f86fd56d9 task-132985 autor... |
4844 |
width: auto; |
1fe4f9ffd Обновление визуал... |
4845 4846 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
4847 4848 4849 |
.main__vacancies-thing-body .button { min-width: 200px; } |
1fe4f9ffd Обновление визуал... |
4850 4851 |
} .main__vacancies-thing-scroll { |
f86fd56d9 task-132985 autor... |
4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 |
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 Обновление визуал... |
4873 4874 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4875 4876 4877 |
.main__vacancies-thing-scroll { max-height: 175px; } |
1fe4f9ffd Обновление визуал... |
4878 4879 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4880 4881 4882 4883 |
.main__vacancies-thing-scroll { max-height: 200px; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
4884 4885 |
} .main__cond { |
f86fd56d9 task-132985 autor... |
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; gap: 50px; |
1fe4f9ffd Обновление визуал... |
4894 4895 |
} .main__cond > div { |
f86fd56d9 task-132985 autor... |
4896 4897 4898 4899 4900 4901 4902 4903 |
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 Обновление визуал... |
4904 4905 |
} .main__cond-label { |
f86fd56d9 task-132985 autor... |
4906 4907 4908 4909 4910 4911 4912 4913 4914 |
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 Обновление визуал... |
4915 4916 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4917 4918 4919 |
.main__cond-label { font-size: 30px; } |
1fe4f9ffd Обновление визуал... |
4920 4921 |
} .main__cond-icons { |
f86fd56d9 task-132985 autor... |
4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 |
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 Обновление визуал... |
4941 4942 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4943 4944 4945 |
.main__cond-icons { grid-template-columns: repeat(3, 1fr); } |
1fe4f9ffd Обновление визуал... |
4946 4947 |
} .main__cond-icons li { |
f86fd56d9 task-132985 autor... |
4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 |
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 Обновление визуал... |
4967 4968 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
4969 4970 4971 4972 |
.main__cond-icons li { font-size: 16px; line-height: 1.6; } |
1fe4f9ffd Обновление визуал... |
4973 4974 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
4975 4976 4977 |
.main__cond-icons li { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
4978 4979 |
} .main__cond-icons li span { |
f86fd56d9 task-132985 autor... |
4980 4981 4982 4983 4984 4985 4986 4987 |
width: 48px; height: 48px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
4988 4989 |
} .main__cond-icons li span img { |
f86fd56d9 task-132985 autor... |
4990 |
max-width: 48px; |
1fe4f9ffd Обновление визуал... |
4991 4992 |
} .main__cond-callback { |
f86fd56d9 task-132985 autor... |
4993 |
margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
4994 4995 |
} .main__ads { |
f86fd56d9 task-132985 autor... |
4996 4997 4998 4999 5000 5001 5002 5003 5004 |
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 Обновление визуал... |
5005 5006 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5007 5008 5009 |
.main__ads { margin: 60px 0; } |
1fe4f9ffd Обновление визуал... |
5010 5011 |
} .main__ads-item { |
f86fd56d9 task-132985 autor... |
5012 5013 5014 5015 5016 5017 5018 5019 |
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 Обновление визуал... |
5020 5021 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5022 5023 5024 |
.main__ads-item { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
5025 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
5026 5027 5028 |
flex-direction: row; gap: 0; } |
1fe4f9ffd Обновление визуал... |
5029 5030 |
} .main__ads-item-pic { |
f86fd56d9 task-132985 autor... |
5031 5032 5033 5034 5035 5036 5037 |
width: 100%; max-width: 440px; max-height: 200px; aspect-ratio: 3/2; position: relative; overflow: hidden; border-radius: 12px; |
1fe4f9ffd Обновление визуал... |
5038 5039 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5040 5041 5042 5043 |
.main__ads-item-pic { width: 200px; aspect-ratio: 1/1; } |
1fe4f9ffd Обновление визуал... |
5044 5045 |
} .main__ads-item-pic img { |
f86fd56d9 task-132985 autor... |
5046 5047 5048 5049 5050 5051 5052 5053 |
z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; |
1fe4f9ffd Обновление визуал... |
5054 5055 |
} .main__ads-item-pic span { |
f86fd56d9 task-132985 autor... |
5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 |
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 Обновление визуал... |
5074 5075 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5076 5077 5078 5079 |
.main__ads-item-pic span { width: 42px; height: 42px; } |
1fe4f9ffd Обновление визуал... |
5080 5081 |
} .main__ads-item-pic span svg { |
f86fd56d9 task-132985 autor... |
5082 5083 |
width: 12px; height: 12px; |
1fe4f9ffd Обновление визуал... |
5084 5085 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5086 5087 5088 5089 |
.main__ads-item-pic span svg { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
5090 5091 |
} .main__ads-item-body { |
f86fd56d9 task-132985 autor... |
5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 |
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 Обновление визуал... |
5104 5105 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5106 5107 5108 5109 |
.main__ads-item-body { width: calc(100% - 200px); padding-left: 40px; -webkit-box-pack: center; |
1fe4f9ffd Обновление визуал... |
5110 |
-ms-flex-pack: center; |
f86fd56d9 task-132985 autor... |
5111 5112 5113 5114 |
justify-content: center; font-size: 16px; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
5115 5116 |
} .main__ads-item-body b { |
f86fd56d9 task-132985 autor... |
5117 5118 5119 |
width: 100%; font-weight: 700; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
5120 5121 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5122 5123 5124 |
.main__ads-item-body b { font-size: 20px; } |
1fe4f9ffd Обновление визуал... |
5125 5126 |
} .main__ads-item-body span { |
f86fd56d9 task-132985 autor... |
5127 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
5128 5129 5130 |
} .work { |
f86fd56d9 task-132985 autor... |
5131 5132 5133 5134 5135 5136 |
background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); color: #000; padding-top: 70px; padding-bottom: 10px; position: relative; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
5137 5138 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5139 5140 5141 |
.work { padding-bottom: 25px; } |
1fe4f9ffd Обновление визуал... |
5142 5143 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5144 5145 5146 5147 |
.work { padding-top: 80px; padding-bottom: 25px; } |
1fe4f9ffd Обновление визуал... |
5148 5149 |
} .work__pic { |
f86fd56d9 task-132985 autor... |
5150 5151 5152 5153 5154 5155 5156 |
position: absolute; height: calc(100% - 40px); z-index: 1; display: none; bottom: 0; left: 50%; margin-left: 40px; |
1fe4f9ffd Обновление визуал... |
5157 5158 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5159 5160 5161 |
.work__pic { display: block; } |
1fe4f9ffd Обновление визуал... |
5162 5163 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5164 5165 5166 |
.work__pic { margin-left: 80px; } |
1fe4f9ffd Обновление визуал... |
5167 5168 |
} .work__body { |
f86fd56d9 task-132985 autor... |
5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 |
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 Обновление визуал... |
5185 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
5186 5187 |
align-items: flex-start; } |
1fe4f9ffd Обновление визуал... |
5188 5189 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5190 5191 5192 |
.work__body { max-width: 600px; } |
1fe4f9ffd Обновление визуал... |
5193 5194 |
} .work__title { |
f86fd56d9 task-132985 autor... |
5195 5196 5197 5198 |
width: 100%; font-size: 40px; font-weight: 700; line-height: 1; |
1fe4f9ffd Обновление визуал... |
5199 5200 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5201 5202 5203 5204 |
.work__title { font-size: 64px; line-height: 94px; } |
1fe4f9ffd Обновление визуал... |
5205 5206 |
} .work__text { |
f86fd56d9 task-132985 autor... |
5207 5208 5209 |
width: 100%; font-size: 12px; margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
5210 5211 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5212 5213 5214 5215 5216 |
.work__text { font-size: 18px; margin-top: 20px; line-height: 1.4; } |
1fe4f9ffd Обновление визуал... |
5217 5218 |
} .work__list { |
f86fd56d9 task-132985 autor... |
5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 |
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 Обновление визуал... |
5238 5239 |
} .work__list div { |
f86fd56d9 task-132985 autor... |
5240 5241 |
position: relative; padding-left: 10px; |
1fe4f9ffd Обновление визуал... |
5242 5243 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5244 5245 5246 |
.work__list div { padding-left: 16px; } |
1fe4f9ffd Обновление визуал... |
5247 5248 |
} .work__list div:before { |
f86fd56d9 task-132985 autor... |
5249 5250 5251 5252 5253 5254 5255 5256 |
content: ""; width: 4px; height: 4px; background: #000; border-radius: 999px; position: absolute; top: 5px; left: 0; |
1fe4f9ffd Обновление визуал... |
5257 5258 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5259 5260 5261 |
.work__list div:before { top: 8px; } |
1fe4f9ffd Обновление визуал... |
5262 5263 |
} .work__form { |
f86fd56d9 task-132985 autor... |
5264 |
margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
5265 5266 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5267 5268 5269 |
.work__form { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
5270 5271 |
} .work__search { |
f86fd56d9 task-132985 autor... |
5272 5273 5274 |
width: 100%; max-width: 180px; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
5275 5276 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5277 5278 5279 5280 |
.work__search { max-width: 270px; margin-top: 50px; } |
1fe4f9ffd Обновление визуал... |
5281 5282 |
} .work__get { |
f86fd56d9 task-132985 autor... |
5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 |
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 Обновление визуал... |
5293 5294 |
} .work__get b { |
f86fd56d9 task-132985 autor... |
5295 5296 5297 |
width: 100%; margin-bottom: 10px; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
5298 5299 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5300 5301 5302 |
.work__get b { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
5303 5304 |
} .work__get a { |
f86fd56d9 task-132985 autor... |
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
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 Обновление визуал... |
5315 5316 |
} .work__get a img { |
f86fd56d9 task-132985 autor... |
5317 5318 5319 |
-webkit-transition: 0.3s; transition: 0.3s; width: 111px; |
1fe4f9ffd Обновление визуал... |
5320 5321 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5322 5323 5324 |
.work__get a img { width: 131px; } |
1fe4f9ffd Обновление визуал... |
5325 5326 |
} .work__get a:hover img { |
f86fd56d9 task-132985 autor... |
5327 5328 5329 |
-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); |
1fe4f9ffd Обновление визуал... |
5330 5331 |
} .work__get a + a { |
f86fd56d9 task-132985 autor... |
5332 |
margin-right: 0; |
1fe4f9ffd Обновление визуал... |
5333 |
} |
48dc6f494 show app info text |
5334 5335 5336 5337 5338 5339 5340 5341 5342 |
.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 |
5343 |
font-weight: 700; |
48dc6f494 show app info text |
5344 5345 5346 5347 5348 5349 5350 |
} @media (min-width: 768px) { .work__get-app-info { font-size: 18px; } } |
1fe4f9ffd Обновление визуал... |
5351 |
.numbers { |
f86fd56d9 task-132985 autor... |
5352 5353 5354 |
padding: 30px 0; background: #377d87 url("../images/bg.svg") no-repeat 100% calc(100% + 80px); color: #fff; |
1fe4f9ffd Обновление визуал... |
5355 5356 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5357 5358 5359 5360 5361 |
.numbers { padding: 100px 0; background-position: 100% 100%; background-size: auto 500px; } |
1fe4f9ffd Обновление визуал... |
5362 5363 |
} .numbers__body { |
f86fd56d9 task-132985 autor... |
5364 5365 5366 5367 5368 5369 5370 5371 |
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 Обновление визуал... |
5372 5373 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5374 5375 5376 5377 |
.numbers__body { display: grid; grid-template-columns: 1fr 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
5378 5379 |
} .numbers__item { |
f86fd56d9 task-132985 autor... |
5380 5381 5382 5383 5384 5385 5386 5387 5388 |
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 Обновление визуал... |
5389 5390 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5391 5392 5393 5394 |
.numbers__item { font-size: 16px; line-height: 20px; } |
1fe4f9ffd Обновление визуал... |
5395 5396 |
} .numbers__item b { |
f86fd56d9 task-132985 autor... |
5397 5398 5399 5400 |
font-size: 40px; font-weight: 700; border-bottom: 1px solid #fff; line-height: 1; |
1fe4f9ffd Обновление визуал... |
5401 5402 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5403 5404 5405 5406 |
.numbers__item b { font-size: 100px; line-height: 147px; } |
1fe4f9ffd Обновление визуал... |
5407 5408 |
} .numbers__item span { |
f86fd56d9 task-132985 autor... |
5409 5410 5411 5412 |
font-weight: 700; font-size: 14px; margin: 10px 0; line-height: 1; |
1fe4f9ffd Обновление визуал... |
5413 5414 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5415 5416 5417 5418 |
.numbers__item span { font-size: 24px; margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
5419 5420 5421 |
} .vacancies { |
f86fd56d9 task-132985 autor... |
5422 |
padding: 50px 0; |
1fe4f9ffd Обновление визуал... |
5423 5424 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5425 5426 5427 |
.vacancies { padding: 100px 0; } |
1fe4f9ffd Обновление визуал... |
5428 5429 |
} .vacancies__body { |
f86fd56d9 task-132985 autor... |
5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 |
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 Обновление визуал... |
5440 5441 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5442 5443 5444 5445 |
.vacancies__body { margin-top: 30px; gap: 30px; } |
1fe4f9ffd Обновление визуал... |
5446 5447 |
} .vacancies__more { |
f86fd56d9 task-132985 autor... |
5448 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
5449 5450 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5451 5452 5453 5454 |
.vacancies__more { width: auto; margin: 0 auto; } |
1fe4f9ffd Обновление визуал... |
5455 5456 |
} .vacancies__list { |
f86fd56d9 task-132985 autor... |
5457 5458 5459 5460 5461 5462 5463 5464 |
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 Обновление визуал... |
5465 5466 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5467 5468 5469 5470 |
.vacancies__list { display: grid; grid-template-columns: repeat(2, 1fr); } |
1fe4f9ffd Обновление визуал... |
5471 5472 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5473 5474 5475 5476 5477 |
.vacancies__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } |
1fe4f9ffd Обновление визуал... |
5478 5479 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5480 5481 5482 |
.vacancies__list { grid-template-columns: repeat(4, 1fr); } |
1fe4f9ffd Обновление визуал... |
5483 5484 |
} .vacancies__list-label { |
f86fd56d9 task-132985 autor... |
5485 5486 |
font-weight: 700; font-size: 22px; |
1fe4f9ffd Обновление визуал... |
5487 5488 |
} .vacancies__list-col { |
f86fd56d9 task-132985 autor... |
5489 5490 5491 5492 5493 5494 5495 5496 5497 |
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... |
5498 |
margin-bottom: 30px; |
f86fd56d9 task-132985 autor... |
5499 5500 5501 5502 5503 |
} @media (min-width: 768px) { .vacancies__list-col { margin-top: 0; } |
1fe4f9ffd Обновление визуал... |
5504 5505 |
} .vacancies__list-col:first-child { |
f86fd56d9 task-132985 autor... |
5506 |
margin-top: 0; |
1fe4f9ffd Обновление визуал... |
5507 5508 |
} .vacancies__item { |
f86fd56d9 task-132985 autor... |
5509 5510 5511 5512 5513 5514 5515 |
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 Обновление визуал... |
5516 5517 |
} .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... |
5518 5519 5520 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
5521 5522 |
} .vacancies__item > span { |
f86fd56d9 task-132985 autor... |
5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 |
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 Обновление визуал... |
5539 5540 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5541 5542 5543 |
.vacancies__item > span { gap: 10px; } |
1fe4f9ffd Обновление визуал... |
5544 5545 |
} .vacancies__item b { |
f86fd56d9 task-132985 autor... |
5546 5547 |
font-weight: 700; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
5548 5549 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5550 5551 5552 |
.vacancies__item b { font-size: 20px; } |
1fe4f9ffd Обновление визуал... |
5553 5554 |
} .vacancies__item:hover b { |
f86fd56d9 task-132985 autor... |
5555 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
5556 5557 |
} .vacancies__item u { |
f86fd56d9 task-132985 autor... |
5558 5559 |
text-decoration: none; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
5560 5561 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5562 5563 5564 |
.vacancies__item u { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
5565 5566 |
} .vacancies__item i { |
f86fd56d9 task-132985 autor... |
5567 5568 5569 |
font-size: 12px; font-style: normal; border-bottom: 1px dashed #377d87; |
1fe4f9ffd Обновление визуал... |
5570 5571 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5572 5573 5574 |
.vacancies__item i { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
5575 5576 |
} .vacancies__item i span { |
f86fd56d9 task-132985 autor... |
5577 5578 |
font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
5579 5580 |
} .vacancies__body.active .vacancies__list .vacancies__item { |
f86fd56d9 task-132985 autor... |
5581 5582 5583 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
5584 5585 5586 |
} .employer { |
f86fd56d9 task-132985 autor... |
5587 |
padding-bottom: 50px; |
1fe4f9ffd Обновление визуал... |
5588 |
} |
8150f7831 Коммит на понедел... |
5589 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5590 5591 5592 |
.employer { padding-bottom: 100px; } |
1fe4f9ffd Обновление визуал... |
5593 5594 |
} .employer .swiper { |
f86fd56d9 task-132985 autor... |
5595 |
margin: 20px 0; |
1fe4f9ffd Обновление визуал... |
5596 |
} |
8150f7831 Коммит на понедел... |
5597 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5598 5599 5600 |
.employer .swiper { display: none; } |
1fe4f9ffd Обновление визуал... |
5601 5602 |
} .employer__item { |
f86fd56d9 task-132985 autor... |
5603 5604 5605 5606 5607 5608 5609 5610 |
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 Обновление визуал... |
5611 5612 |
} .employer__item a { |
f86fd56d9 task-132985 autor... |
5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
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 Обновление визуал... |
5623 5624 |
} .employer__item img { |
f86fd56d9 task-132985 autor... |
5625 5626 5627 5628 |
width: 100%; aspect-ratio: 295/98; -o-object-fit: contain; object-fit: contain; |
1fe4f9ffd Обновление визуал... |
5629 |
} |
8150f7831 Коммит на понедел... |
5630 |
.employer__body { |
f86fd56d9 task-132985 autor... |
5631 5632 5633 5634 5635 |
display: none; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; margin-bottom: 40px; |
8150f7831 Коммит на понедел... |
5636 5637 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5638 5639 5640 |
.employer__body { display: grid; } |
8150f7831 Коммит на понедел... |
5641 5642 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5643 5644 5645 |
.employer__body { grid-template-columns: 1fr 1fr 1fr; } |
8150f7831 Коммит на понедел... |
5646 5647 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5648 5649 5650 |
.employer__body { grid-template-columns: 1fr 1fr 1fr 1fr; } |
8150f7831 Коммит на понедел... |
5651 5652 |
} .employer__body a { |
f86fd56d9 task-132985 autor... |
5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 |
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 Коммит на понедел... |
5663 5664 |
} .employer__body img { |
f86fd56d9 task-132985 autor... |
5665 5666 5667 5668 |
max-width: 100%; max-height: 98px; -o-object-fit: contain; object-fit: contain; |
8150f7831 Коммит на понедел... |
5669 |
} |
1fe4f9ffd Обновление визуал... |
5670 |
.employer__more { |
f86fd56d9 task-132985 autor... |
5671 |
height: 38px; |
1fe4f9ffd Обновление визуал... |
5672 |
} |
8150f7831 Коммит на понедел... |
5673 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5674 5675 5676 5677 5678 |
.employer__more { width: 250px; margin: 0 auto; height: 44px; } |
1fe4f9ffd Обновление визуал... |
5679 5680 5681 |
} .about { |
f86fd56d9 task-132985 autor... |
5682 5683 5684 5685 |
background: #acc0e6 url("../images/space.svg") no-repeat 0 0; background-size: cover; padding: 30px 0; padding-bottom: 70px; |
1fe4f9ffd Обновление визуал... |
5686 5687 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5688 5689 5690 5691 |
.about { padding-top: 40px; background-size: auto calc(100% - 10px); } |
1fe4f9ffd Обновление визуал... |
5692 5693 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5694 5695 5696 |
.about { padding: 100px 0; } |
1fe4f9ffd Обновление визуал... |
5697 5698 |
} .about__wrapper { |
f86fd56d9 task-132985 autor... |
5699 5700 5701 5702 5703 5704 5705 5706 |
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 Обновление визуал... |
5707 5708 |
} .about__title { |
f86fd56d9 task-132985 autor... |
5709 5710 |
color: #fff; line-height: 1.2; |
1fe4f9ffd Обновление визуал... |
5711 5712 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5713 5714 5715 5716 5717 |
.about__title { position: absolute; top: -45px; left: 0; } |
1fe4f9ffd Обновление визуал... |
5718 5719 |
} .about__body { |
f86fd56d9 task-132985 autor... |
5720 5721 5722 5723 5724 5725 5726 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
5727 5728 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5729 5730 5731 |
.about__body { padding-left: 495px; } |
1fe4f9ffd Обновление визуал... |
5732 5733 |
} .about__line { |
f86fd56d9 task-132985 autor... |
5734 5735 5736 5737 5738 |
background: #fff; width: 100%; height: 1px; max-width: 400px; margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
5739 5740 |
} .about__item { |
f86fd56d9 task-132985 autor... |
5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 |
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 Обновление визуал... |
5755 5756 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5757 5758 5759 |
.about__item { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
5760 5761 |
} .about__item b { |
f86fd56d9 task-132985 autor... |
5762 5763 |
font-size: 20px; font-weight: 700; |
1fe4f9ffd Обновление визуал... |
5764 5765 |
} .about__item span { |
f86fd56d9 task-132985 autor... |
5766 5767 5768 |
font-size: 13px; line-height: 1.4; margin-top: 6px; |
1fe4f9ffd Обновление визуал... |
5769 5770 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5771 5772 5773 5774 |
.about__item span { font-size: 16px; margin-top: 12px; } |
1fe4f9ffd Обновление визуал... |
5775 5776 |
} .about__item a { |
f86fd56d9 task-132985 autor... |
5777 |
text-decoration: underline; |
1fe4f9ffd Обновление визуал... |
5778 5779 |
} .about__item + .about__item { |
f86fd56d9 task-132985 autor... |
5780 |
margin-top: 30px; |
1fe4f9ffd Обновление визуал... |
5781 5782 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5783 5784 5785 |
.about__item + .about__item { margin-top: 40px; } |
1fe4f9ffd Обновление визуал... |
5786 5787 |
} .about__button { |
f86fd56d9 task-132985 autor... |
5788 5789 5790 |
margin-top: 20px; height: 38px; padding: 0; |
1fe4f9ffd Обновление визуал... |
5791 5792 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5793 5794 5795 5796 5797 |
.about__button { max-width: 200px; height: 42px; margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
5798 5799 5800 |
} .news { |
f86fd56d9 task-132985 autor... |
5801 5802 |
padding: 50px 0; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
5803 5804 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5805 5806 5807 5808 |
.news { padding: 100px 0; padding-bottom: 0; } |
1fe4f9ffd Обновление визуал... |
5809 5810 |
} .news__toper { |
f86fd56d9 task-132985 autor... |
5811 5812 5813 5814 5815 5816 5817 5818 5819 |
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 Обновление визуал... |
5820 5821 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5822 5823 5824 |
.news__toper .title { width: calc(100% - 160px); } |
1fe4f9ffd Обновление визуал... |
5825 5826 |
} .news__toper .navs { |
f86fd56d9 task-132985 autor... |
5827 |
display: none; |
1fe4f9ffd Обновление визуал... |
5828 5829 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5830 5831 5832 5833 5834 |
.news__toper .navs { display: -webkit-box; display: -ms-flexbox; display: flex; } |
1fe4f9ffd Обновление визуал... |
5835 5836 |
} .news .swiper { |
f86fd56d9 task-132985 autor... |
5837 |
margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
5838 5839 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5840 5841 5842 |
.news .swiper { overflow: visible; } |
1fe4f9ffd Обновление визуал... |
5843 5844 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5845 5846 5847 |
.news .swiper { margin-top: 40px; } |
1fe4f9ffd Обновление визуал... |
5848 5849 |
} .news__item { |
f86fd56d9 task-132985 autor... |
5850 5851 5852 5853 5854 5855 5856 5857 |
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 Обновление визуал... |
5858 5859 |
} .news__item-pic { |
f86fd56d9 task-132985 autor... |
5860 5861 5862 5863 5864 5865 5866 |
width: 100%; aspect-ratio: 3/2; border-radius: 12px; border: 1px solid #e6e7e7; -o-object-fit: cover; object-fit: cover; min-height: 200px; |
1fe4f9ffd Обновление визуал... |
5867 5868 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5869 5870 5871 |
.news__item-pic { aspect-ratio: 4/2; } |
1fe4f9ffd Обновление визуал... |
5872 5873 |
} .news__item-body { |
f86fd56d9 task-132985 autor... |
5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 |
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 Обновление визуал... |
5892 5893 |
} .news__item-date { |
f86fd56d9 task-132985 autor... |
5894 5895 5896 |
font-size: 14px; font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
5897 5898 |
} .news__item-title { |
f86fd56d9 task-132985 autor... |
5899 5900 5901 5902 |
font-size: 20px; font-weight: 700; line-height: 1.2; margin-top: 5px; |
1fe4f9ffd Обновление визуал... |
5903 5904 |
} .news__item-text { |
f86fd56d9 task-132985 autor... |
5905 5906 5907 5908 5909 5910 5911 |
color: #000; font-size: 13px; margin-top: 10px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; |
1fe4f9ffd Обновление визуал... |
5912 5913 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5914 5915 5916 |
.news__item-text { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
5917 5918 |
} .news__item-more { |
f86fd56d9 task-132985 autor... |
5919 5920 |
height: 42px; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
5921 5922 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5923 5924 5925 5926 |
.news__item-more { height: 44px; max-width: 190px; } |
1fe4f9ffd Обновление визуал... |
5927 5928 |
} .news__all { |
f86fd56d9 task-132985 autor... |
5929 5930 5931 5932 5933 |
height: 42px; margin: 0 auto; margin-top: 20px; padding: 0; display: none; |
1fe4f9ffd Обновление визуал... |
5934 5935 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5936 5937 5938 5939 5940 5941 5942 |
.news__all { max-width: 170px; margin-top: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; } |
1fe4f9ffd Обновление визуал... |
5943 5944 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5945 5946 5947 |
.news__all { height: 44px; } |
1fe4f9ffd Обновление визуал... |
5948 5949 |
} .news__items { |
f86fd56d9 task-132985 autor... |
5950 5951 5952 |
display: grid; gap: 20px; margin-bottom: 10px; |
1fe4f9ffd Обновление визуал... |
5953 5954 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
5955 5956 5957 |
.news__items { grid-template-columns: 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
5958 5959 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5960 5961 5962 |
.news__items { grid-template-columns: 1fr 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
5963 5964 5965 |
} main + .news { |
f86fd56d9 task-132985 autor... |
5966 |
padding: 0; |
1fe4f9ffd Обновление визуал... |
5967 5968 5969 |
} .info { |
f86fd56d9 task-132985 autor... |
5970 5971 |
position: relative; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
5972 5973 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5974 5975 5976 |
.info { margin-bottom: -25px; } |
1fe4f9ffd Обновление визуал... |
5977 5978 |
} .info__pic { |
f86fd56d9 task-132985 autor... |
5979 5980 5981 5982 5983 5984 5985 |
display: none; z-index: 1; position: absolute; top: 0; left: 50%; height: 100%; margin-left: 130px; |
1fe4f9ffd Обновление визуал... |
5986 5987 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
5988 5989 5990 |
.info__pic { display: block; } |
1fe4f9ffd Обновление визуал... |
5991 5992 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
5993 5994 5995 5996 5997 |
.info__pic { width: 610px; height: auto; margin-left: 10px; } |
1fe4f9ffd Обновление визуал... |
5998 5999 |
} .info__body { |
f86fd56d9 task-132985 autor... |
6000 6001 6002 6003 6004 6005 6006 6007 6008 |
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 Обновление визуал... |
6009 6010 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6011 6012 6013 6014 |
.info__body { padding-top: 100px; min-height: 600px; } |
1fe4f9ffd Обновление визуал... |
6015 6016 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6017 6018 6019 6020 |
.info__title { max-width: 520px; line-height: 1; } |
1fe4f9ffd Обновление визуал... |
6021 6022 |
} .info__item { |
f86fd56d9 task-132985 autor... |
6023 6024 6025 6026 6027 6028 6029 6030 6031 |
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 Обновление визуал... |
6032 6033 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6034 6035 6036 |
.info__item { max-width: 610px; } |
1fe4f9ffd Обновление визуал... |
6037 6038 |
} .info__item + .info__item { |
f86fd56d9 task-132985 autor... |
6039 |
margin-top: 60px; |
1fe4f9ffd Обновление визуал... |
6040 6041 |
} .info__text { |
f86fd56d9 task-132985 autor... |
6042 6043 6044 |
color: #000; font-size: 13px; line-height: 1.4; |
1fe4f9ffd Обновление визуал... |
6045 6046 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6047 6048 6049 |
.info__text { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
6050 6051 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6052 6053 6054 |
.info__text { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
6055 6056 |
} .info__link { |
f86fd56d9 task-132985 autor... |
6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 |
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 Обновление визуал... |
6074 6075 |
} .info__link:hover { |
f86fd56d9 task-132985 autor... |
6076 6077 |
-webkit-filter: grayscale(50%); filter: grayscale(50%); |
1fe4f9ffd Обновление визуал... |
6078 6079 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6080 6081 6082 6083 6084 6085 |
.info__link { height: 44px; font-size: 16px; gap: 10px; max-width: 300px; } |
1fe4f9ffd Обновление визуал... |
6086 6087 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6088 6089 6090 |
.info__link { max-width: 210px; } |
1fe4f9ffd Обновление визуал... |
6091 6092 |
} .info__link svg { |
f86fd56d9 task-132985 autor... |
6093 6094 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
6095 6096 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6097 6098 6099 6100 |
.info__link svg { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
6101 6102 6103 |
} .thing { |
f86fd56d9 task-132985 autor... |
6104 6105 6106 6107 6108 6109 |
padding-top: 15px; padding-bottom: 30px; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); color: #000; overflow: hidden; position: relative; |
1fe4f9ffd Обновление визуал... |
6110 6111 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6112 6113 6114 6115 |
.thing { padding-top: 20px; padding-bottom: 60px; } |
1fe4f9ffd Обновление визуал... |
6116 6117 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6118 6119 6120 |
.thing { padding-bottom: 90px; } |
1fe4f9ffd Обновление визуал... |
6121 6122 |
} .thing_pdf { |
f86fd56d9 task-132985 autor... |
6123 |
padding: 30px 0; |
1fe4f9ffd Обновление визуал... |
6124 6125 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6126 6127 6128 |
.thing_pdf { padding: 60px 0; } |
1fe4f9ffd Обновление визуал... |
6129 6130 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6131 6132 6133 |
.thing_pdf { padding: 90px 0; } |
1fe4f9ffd Обновление визуал... |
6134 6135 |
} .thing__body { |
f86fd56d9 task-132985 autor... |
6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 |
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 Обновление визуал... |
6146 6147 |
} .thing__breadcrumbs { |
f86fd56d9 task-132985 autor... |
6148 6149 6150 6151 |
width: 100%; margin-bottom: 40px; position: relative; z-index: 2; |
1fe4f9ffd Обновление визуал... |
6152 6153 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6154 6155 6156 |
.thing__breadcrumbs { margin-bottom: 60px; } |
1fe4f9ffd Обновление визуал... |
6157 6158 |
} .thing__date { |
f86fd56d9 task-132985 autor... |
6159 6160 6161 6162 6163 |
color: #000; font-size: 14px; font-weight: 700; line-height: 21px; margin-bottom: 10px; |
1fe4f9ffd Обновление визуал... |
6164 6165 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6166 6167 6168 6169 |
.thing__date { font-size: 18px; line-height: 27px; } |
1fe4f9ffd Обновление визуал... |
6170 6171 |
} .thing__title { |
f86fd56d9 task-132985 autor... |
6172 6173 6174 6175 6176 6177 6178 6179 6180 |
width: 100%; font-size: 32px; font-weight: 700; margin: 0; max-width: 780px; position: relative; z-index: 2; line-height: 1.1; } |
1fe4f9ffd Обновление визуал... |
6181 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6182 6183 6184 |
.thing__title { font-size: 40px; } |
1fe4f9ffd Обновление визуал... |
6185 6186 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6187 6188 6189 |
.thing__title { font-size: 64px; } |
1fe4f9ffd Обновление визуал... |
6190 6191 |
} .thing__text { |
f86fd56d9 task-132985 autor... |
6192 6193 6194 6195 6196 6197 6198 6199 |
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 Обновление визуал... |
6200 6201 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6202 6203 6204 |
.thing__text { margin-top: 15px; } |
1fe4f9ffd Обновление визуал... |
6205 6206 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6207 6208 6209 6210 |
.thing__text { font-weight: 400; font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
6211 6212 |
} .thing__search { |
f86fd56d9 task-132985 autor... |
6213 6214 6215 6216 6217 |
width: 100%; max-width: 640px; margin-top: 20px; position: relative; z-index: 2; |
1fe4f9ffd Обновление визуал... |
6218 6219 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6220 6221 6222 |
.thing__search { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6223 6224 |
} .thing__badge { |
f86fd56d9 task-132985 autor... |
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 |
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 Обновление визуал... |
6242 6243 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6244 6245 6246 6247 6248 6249 6250 |
.thing__badge { font-size: 16px; gap: 10px; padding: 0 24px; height: 42px; margin-bottom: 30px; } |
1fe4f9ffd Обновление визуал... |
6251 6252 |
} .thing__badge svg { |
f86fd56d9 task-132985 autor... |
6253 6254 |
width: 12px; height: 12px; |
1fe4f9ffd Обновление визуал... |
6255 6256 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6257 6258 6259 6260 |
.thing__badge svg { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
6261 6262 |
} .thing__pic { |
f86fd56d9 task-132985 autor... |
6263 6264 6265 6266 6267 6268 6269 |
width: 60px; aspect-ratio: 1/1; -o-object-fit: contain; object-fit: contain; position: relative; z-index: 1; margin-bottom: 15px; |
1fe4f9ffd Обновление визуал... |
6270 6271 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6272 6273 6274 6275 6276 6277 |
.thing__pic { width: 160px; position: absolute; top: 15px; right: 20px; } |
1fe4f9ffd Обновление визуал... |
6278 6279 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6280 6281 6282 6283 |
.thing__pic { width: 330px; top: 50%; -webkit-transform: translate(0, -50%); |
1fe4f9ffd Обновление визуал... |
6284 |
-ms-transform: translate(0, -50%); |
f86fd56d9 task-132985 autor... |
6285 6286 |
transform: translate(0, -50%); } |
1fe4f9ffd Обновление визуал... |
6287 6288 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6289 6290 6291 6292 6293 |
.thing__pic { right: auto; left: 50%; margin-left: 200px; } |
1fe4f9ffd Обновление визуал... |
6294 6295 |
} .thing__pic_two { |
f86fd56d9 task-132985 autor... |
6296 6297 6298 6299 6300 6301 |
-o-object-fit: cover; object-fit: cover; border-radius: 30px; aspect-ratio: 44/37; width: 100%; max-width: 440px; |
1fe4f9ffd Обновление визуал... |
6302 6303 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6304 6305 6306 |
.thing__pic_two { position: static; -webkit-transform: translate(0, 0); |
1fe4f9ffd Обновление визуал... |
6307 |
-ms-transform: translate(0, 0); |
f86fd56d9 task-132985 autor... |
6308 6309 |
transform: translate(0, 0); } |
1fe4f9ffd Обновление визуал... |
6310 6311 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6312 6313 6314 |
.thing__pic_two { position: absolute; -webkit-transform: translate(0, -50%); |
1fe4f9ffd Обновление визуал... |
6315 |
-ms-transform: translate(0, -50%); |
f86fd56d9 task-132985 autor... |
6316 6317 |
transform: translate(0, -50%); } |
1fe4f9ffd Обновление визуал... |
6318 6319 |
} .thing__buttons { |
f86fd56d9 task-132985 autor... |
6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 |
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 Обновление визуал... |
6331 6332 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6333 6334 6335 6336 |
.thing__buttons { margin-top: 30px; gap: 30px; } |
1fe4f9ffd Обновление визуал... |
6337 6338 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6339 6340 6341 |
.thing__buttons .button { padding: 0 22px; } |
1fe4f9ffd Обновление визуал... |
6342 6343 |
} .thing__checkbox { |
f86fd56d9 task-132985 autor... |
6344 |
margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
6345 6346 |
} .thing__checkbox .checkbox__icon { |
f86fd56d9 task-132985 autor... |
6347 |
border-color: #377d87; |
1fe4f9ffd Обновление визуал... |
6348 6349 |
} .thing__checkbox .checkbox__text { |
f86fd56d9 task-132985 autor... |
6350 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
6351 6352 |
} .thing__profile { |
f86fd56d9 task-132985 autor... |
6353 6354 6355 6356 6357 6358 6359 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
6360 6361 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6362 6363 6364 |
.thing__profile { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
6365 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
6366 6367 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
6368 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
6369 6370 |
align-items: flex-start; } |
1fe4f9ffd Обновление визуал... |
6371 6372 |
} .thing__profile-photo { |
f86fd56d9 task-132985 autor... |
6373 6374 6375 |
width: 210px; border-radius: 8px; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
6376 6377 |
} .thing__profile-body { |
f86fd56d9 task-132985 autor... |
6378 6379 6380 6381 6382 6383 6384 6385 |
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 Обновление визуал... |
6386 6387 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6388 6389 6390 6391 |
.thing__profile-body { width: calc(100% - 210px); padding-left: 35px; } |
1fe4f9ffd Обновление визуал... |
6392 6393 |
} .thing__profile .thing__title { |
f86fd56d9 task-132985 autor... |
6394 |
max-width: none; |
1fe4f9ffd Обновление визуал... |
6395 6396 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6397 6398 6399 |
.thing__profile .thing__title { margin-top: -20px; } |
1fe4f9ffd Обновление визуал... |
6400 6401 |
} .thing__profile .thing__text { |
f86fd56d9 task-132985 autor... |
6402 |
max-width: none; |
1fe4f9ffd Обновление визуал... |
6403 6404 |
} .thing__bottom { |
f86fd56d9 task-132985 autor... |
6405 6406 6407 6408 6409 6410 6411 6412 |
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 Обновление визуал... |
6413 6414 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6415 6416 6417 |
.thing__bottom { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6418 6419 |
} .thing__select { |
f86fd56d9 task-132985 autor... |
6420 6421 6422 |
width: 100%; max-width: 640px; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
6423 6424 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6425 6426 6427 |
.thing__select { margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6428 6429 6430 |
} .page-404 { |
f86fd56d9 task-132985 autor... |
6431 6432 |
background: url(../images/bg-3.svg) no-repeat 100%/cover; overflow: hidden; |
1fe4f9ffd Обновление визуал... |
6433 6434 |
} .page-404__body { |
f86fd56d9 task-132985 autor... |
6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 |
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 Обновление визуал... |
6461 6462 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6463 6464 6465 6466 |
.page-404__body { padding: 180px 0; text-align: left; } |
1fe4f9ffd Обновление визуал... |
6467 6468 |
} .page-404__numb { |
f86fd56d9 task-132985 autor... |
6469 6470 6471 6472 |
font-size: 114px; line-height: 1; color: #377d87; font-weight: 700; |
1fe4f9ffd Обновление визуал... |
6473 6474 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6475 6476 6477 |
.page-404__numb { font-size: 184px; } |
1fe4f9ffd Обновление визуал... |
6478 6479 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6480 6481 6482 6483 |
.page-404__title { font-weight: 700; font-size: 44px; } |
1fe4f9ffd Обновление визуал... |
6484 6485 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6486 6487 6488 6489 6490 |
.page-404__title { width: 710px; position: relative; left: 200px; } |
1fe4f9ffd Обновление визуал... |
6491 6492 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6493 6494 6495 6496 6497 |
.page-404__subtitle { width: 710px; position: relative; left: 200px; } |
1fe4f9ffd Обновление визуал... |
6498 6499 |
} .page-404__button { |
f86fd56d9 task-132985 autor... |
6500 |
margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
6501 6502 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
6503 6504 6505 6506 |
.page-404__button { position: relative; left: -45px; } |
1fe4f9ffd Обновление визуал... |
6507 6508 6509 |
} .cookies { |
f86fd56d9 task-132985 autor... |
6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 |
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 Обновление визуал... |
6522 6523 |
} .cookies-is-actived .cookies { |
f86fd56d9 task-132985 autor... |
6524 6525 6526 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
6527 6528 |
} .cookies__body { |
f86fd56d9 task-132985 autor... |
6529 6530 6531 6532 |
border-radius: 6px; border: 1px solid #377d87; background: #fff; padding: 15px; |
1fe4f9ffd Обновление визуал... |
6533 |
padding-right: 50px; |
f86fd56d9 task-132985 autor... |
6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 |
position: relative; max-width: 940px; margin: 0 auto; } @media (min-width: 768px) { .cookies__body { padding: 25px; padding-right: 50px; border-radius: 12px; } |
1fe4f9ffd Обновление визуал... |
6544 6545 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6546 6547 6548 |
.cookies__body { padding: 40px 60px; } |
1fe4f9ffd Обновление визуал... |
6549 6550 |
} .cookies__close { |
f86fd56d9 task-132985 autor... |
6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 |
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 Обновление визуал... |
6567 6568 |
} .cookies__close:hover { |
f86fd56d9 task-132985 autor... |
6569 |
color: #000; |
1fe4f9ffd Обновление визуал... |
6570 6571 |
} .cookies__close svg { |
f86fd56d9 task-132985 autor... |
6572 6573 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
6574 6575 |
} .cookies__text { |
f86fd56d9 task-132985 autor... |
6576 6577 6578 |
font-size: 12px; color: #377d87; line-height: 1.4; |
1fe4f9ffd Обновление визуал... |
6579 6580 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6581 6582 6583 6584 |
.cookies__text { font-size: 16px; font-weight: 700; } |
1fe4f9ffd Обновление визуал... |
6585 6586 6587 |
} .fancybox-active { |
f86fd56d9 task-132985 autor... |
6588 |
overflow: hidden; |
1fe4f9ffd Обновление визуал... |
6589 6590 |
} .fancybox-is-open .fancybox-bg { |
f86fd56d9 task-132985 autor... |
6591 6592 6593 |
background: #080b0b; opacity: 0.6; z-index: 9999; |
1fe4f9ffd Обновление визуал... |
6594 6595 |
} .fancybox-slide { |
f86fd56d9 task-132985 autor... |
6596 |
padding: 0; |
1fe4f9ffd Обновление визуал... |
6597 6598 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6599 6600 6601 |
.fancybox-slide { padding: 30px; } |
1fe4f9ffd Обновление визуал... |
6602 6603 |
} .fancybox-slide--html .fancybox-close-small { |
f86fd56d9 task-132985 autor... |
6604 6605 6606 |
padding: 0; opacity: 1; color: #377d87; |
1fe4f9ffd Обновление визуал... |
6607 6608 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6609 6610 6611 6612 |
.fancybox-slide--html .fancybox-close-small { top: 10px; right: 10px; } |
1fe4f9ffd Обновление визуал... |
6613 6614 |
} .fancybox-slide--html .fancybox-close-small:hover { |
f86fd56d9 task-132985 autor... |
6615 |
color: #000; |
1fe4f9ffd Обновление визуал... |
6616 6617 6618 |
} .modal { |
f86fd56d9 task-132985 autor... |
6619 6620 6621 6622 6623 |
width: 100%; max-width: 820px; padding: 0; background: #fff; z-index: 99999; |
1fe4f9ffd Обновление визуал... |
6624 6625 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6626 6627 6628 6629 |
.modal { border-radius: 10px; border: 1px solid #377d87; } |
1fe4f9ffd Обновление визуал... |
6630 6631 |
} .modal_bg { |
f86fd56d9 task-132985 autor... |
6632 |
background: #fff url(../images/bg-4.svg) no-repeat calc(50% + 100px) 100%; |
1fe4f9ffd Обновление визуал... |
6633 6634 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6635 6636 6637 |
.modal_bg { background-position: 100% 100%; } |
1fe4f9ffd Обновление визуал... |
6638 6639 |
} .modal__body { |
f86fd56d9 task-132985 autor... |
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 |
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 Обновление визуал... |
6666 6667 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6668 6669 6670 6671 6672 |
.modal__body { min-height: 450px; padding: 60px 80px; padding-bottom: 40px; } |
1fe4f9ffd Обновление визуал... |
6673 6674 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6675 6676 6677 |
.modal__body .left { text-align: left; } |
1fe4f9ffd Обновление визуал... |
6678 6679 |
} .modal__title { |
f86fd56d9 task-132985 autor... |
6680 6681 6682 6683 6684 |
width: 100%; font-size: 22px; font-weight: 700; text-align: center; color: #000; |
1fe4f9ffd Обновление визуал... |
6685 6686 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6687 6688 6689 |
.modal__title { font-size: 32px; } |
1fe4f9ffd Обновление визуал... |
6690 6691 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
6692 6693 6694 |
.modal__title { font-size: 44px; } |
1fe4f9ffd Обновление визуал... |
6695 6696 |
} .modal__text { |
f86fd56d9 task-132985 autor... |
6697 6698 6699 6700 |
width: 100%; text-align: center; margin-top: 10px; color: #000; |
1fe4f9ffd Обновление визуал... |
6701 6702 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6703 6704 6705 |
.modal__text { margin-top: 20px; } |
1fe4f9ffd Обновление визуал... |
6706 6707 |
} .modal__text span { |
f86fd56d9 task-132985 autor... |
6708 |
color: #9c9d9d; |
1fe4f9ffd Обновление визуал... |
6709 6710 |
} .modal__text a { |
f86fd56d9 task-132985 autor... |
6711 6712 |
font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
6713 6714 |
} .modal__text a:hover { |
f86fd56d9 task-132985 autor... |
6715 |
color: #000; |
1fe4f9ffd Обновление визуал... |
6716 6717 |
} .modal__button { |
f86fd56d9 task-132985 autor... |
6718 |
margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
6719 6720 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6721 6722 6723 6724 |
.modal__button { min-width: 200px; margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6725 6726 |
} .modal__buttons { |
f86fd56d9 task-132985 autor... |
6727 6728 6729 6730 |
display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; |
1fe4f9ffd Обновление визуал... |
6731 6732 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6733 6734 6735 6736 |
.modal__buttons { gap: 30px; margin-top: 30px; } |
1fe4f9ffd Обновление визуал... |
6737 6738 |
} .modal__form { |
f86fd56d9 task-132985 autor... |
6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 |
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 Обновление визуал... |
6755 |
.modal__form-item { |
f86fd56d9 task-132985 autor... |
6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 |
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 Обновление визуал... |
6767 6768 |
} .modal__form-item > .input { |
f86fd56d9 task-132985 autor... |
6769 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
6770 6771 |
} .modal__form-item > .textarea { |
f86fd56d9 task-132985 autor... |
6772 6773 |
width: 100%; height: 175px; |
1fe4f9ffd Обновление визуал... |
6774 6775 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6776 6777 6778 |
.modal__form-item > .textarea { height: 195px; } |
1fe4f9ffd Обновление визуал... |
6779 6780 |
} .modal__form-item > .file { |
f86fd56d9 task-132985 autor... |
6781 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
6782 6783 |
} .modal__form-item > .button { |
f86fd56d9 task-132985 autor... |
6784 |
min-width: 120px; |
1fe4f9ffd Обновление визуал... |
6785 6786 |
} .modal__form-item > label { |
f86fd56d9 task-132985 autor... |
6787 6788 6789 6790 6791 |
width: 100%; display: none; color: #eb5757; padding: 0 10px; font-size: 12px; |
1fe4f9ffd Обновление визуал... |
6792 6793 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6794 6795 6796 6797 |
.modal__form-item > label { padding: 0 20px; font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
6798 6799 |
} .modal__sign { |
f86fd56d9 task-132985 autor... |
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
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 Обновление визуал... |
6817 6818 |
} .modal__sign-item { |
f86fd56d9 task-132985 autor... |
6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 |
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 Обновление визуал... |
6830 6831 |
} .modal__sign-item > .input { |
f86fd56d9 task-132985 autor... |
6832 6833 6834 6835 |
width: 100%; padding-right: 36px; position: relative; z-index: 1; |
1fe4f9ffd Обновление визуал... |
6836 6837 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6838 6839 6840 6841 |
.modal__sign-item > .input { height: 52px; padding-right: 60px; } |
1fe4f9ffd Обновление визуал... |
6842 6843 |
} .modal__sign-item > .textarea { |
f86fd56d9 task-132985 autor... |
6844 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
6845 6846 |
} .modal__sign-bottom { |
f86fd56d9 task-132985 autor... |
6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 |
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 Обновление визуал... |
6857 6858 |
} .modal__sign-bottom-link { |
f86fd56d9 task-132985 autor... |
6859 6860 |
font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
6861 6862 |
} .modal__tabs { |
f86fd56d9 task-132985 autor... |
6863 6864 6865 6866 6867 |
width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 10px; |
1fe4f9ffd Обновление визуал... |
6868 6869 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6870 6871 6872 6873 |
.modal__tabs { gap: 24px; margin-top: 20px; } |
1fe4f9ffd Обновление визуал... |
6874 6875 |
} .modal__tabs-item.active { |
f86fd56d9 task-132985 autor... |
6876 6877 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
6878 6879 |
} .modal__reg { |
f86fd56d9 task-132985 autor... |
6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
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 Обновление визуал... |
6899 6900 |
} .modal__reg.showed { |
f86fd56d9 task-132985 autor... |
6901 6902 6903 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
6904 6905 |
} .modal__reg-item { |
f86fd56d9 task-132985 autor... |
6906 6907 6908 6909 6910 6911 6912 6913 |
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 Обновление визуал... |
6914 6915 |
} .modal__reg-item > .captcha { |
f86fd56d9 task-132985 autor... |
6916 6917 |
width: 100%; max-width: 300px; |
1fe4f9ffd Обновление визуал... |
6918 6919 6920 |
} .messages { |
f86fd56d9 task-132985 autor... |
6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 |
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 Обновление визуал... |
6932 6933 |
} .messages__body { |
2f592b01f сообщения |
6934 |
width: 100%; |
ab181e741 task-132985 autol... |
6935 6936 6937 |
max-height: 800px; overflow: auto; padding: 5px; |
1fe4f9ffd Обновление визуал... |
6938 6939 |
} .messages__item { |
f86fd56d9 task-132985 autor... |
6940 6941 6942 6943 6944 6945 |
-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... |
6946 |
padding: 0px; |
f86fd56d9 task-132985 autor... |
6947 |
font-size: 12px; |
ab181e741 task-132985 autol... |
6948 6949 6950 |
display: flex; justify-content: space-between; margin-bottom: 20px; |
1fe4f9ffd Обновление визуал... |
6951 6952 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6953 |
.messages__item { |
ab181e741 task-132985 autol... |
6954 |
font-size: 18px; |
f86fd56d9 task-132985 autor... |
6955 6956 |
} } |
1fe4f9ffd Обновление визуал... |
6957 |
.messages__item-info { |
f86fd56d9 task-132985 autor... |
6958 6959 6960 6961 6962 6963 6964 |
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... |
6965 |
padding: 20px; |
1fe4f9ffd Обновление визуал... |
6966 6967 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
6968 6969 6970 |
.messages__item-info { width: calc(100% - 150px); } |
1fe4f9ffd Обновление визуал... |
6971 6972 |
} .messages__item-photo { |
f86fd56d9 task-132985 autor... |
6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 |
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 Обновление визуал... |
6994 6995 |
} .messages__item-photo svg { |
f86fd56d9 task-132985 autor... |
6996 6997 6998 |
width: 50%; position: relative; z-index: 1; |
1fe4f9ffd Обновление визуал... |
6999 7000 |
} .messages__item-photo img { |
f86fd56d9 task-132985 autor... |
7001 7002 7003 7004 7005 7006 7007 7008 |
position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; |
1fe4f9ffd Обновление визуал... |
7009 7010 |
} .messages__item-text { |
f86fd56d9 task-132985 autor... |
7011 7012 7013 7014 7015 |
width: calc(100% - 36px); padding-left: 6px; color: #000; display: -webkit-box; display: -ms-flexbox; |
a93910932 рефакторинг сообщ... |
7016 |
display: flex; |
f86fd56d9 task-132985 autor... |
7017 7018 7019 7020 7021 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4px; |
a93910932 рефакторинг сообщ... |
7022 |
} |
f86fd56d9 task-132985 autor... |
7023 7024 7025 7026 7027 7028 |
@media (min-width: 768px) { .messages__item-text { padding-left: 20px; width: calc(100% - 52px); gap: 8px; } |
a93910932 рефакторинг сообщ... |
7029 |
} |
f86fd56d9 task-132985 autor... |
7030 7031 |
.messages__item-text span { color: #000; |
2f592b01f сообщения |
7032 |
} |
ab181e741 task-132985 autol... |
7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 |
.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 часть задачи по р... |
7066 |
.messages__item-date { |
ab181e741 task-132985 autol... |
7067 |
color: #00000070; |
712f07ca2 часть задачи по р... |
7068 7069 |
width: 90px; text-align: right; |
ab181e741 task-132985 autol... |
7070 7071 |
font-size: 14px; margin-bottom: 8px; |
712f07ca2 часть задачи по р... |
7072 |
} |
ab181e741 task-132985 autol... |
7073 |
|
1fe4f9ffd Обновление визуал... |
7074 |
.messages.active .messages__item { |
f86fd56d9 task-132985 autor... |
7075 7076 7077 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7078 7079 7080 |
} .responses { |
f86fd56d9 task-132985 autor... |
7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 |
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 Обновление визуал... |
7092 7093 |
} .responses__body { |
f86fd56d9 task-132985 autor... |
7094 7095 7096 7097 7098 7099 7100 7101 7102 |
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 Обновление визуал... |
7103 7104 |
} .responses__item { |
f86fd56d9 task-132985 autor... |
7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 |
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 Обновление визуал... |
7123 7124 |
} .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... |
7125 7126 7127 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7128 7129 |
} .responses__item-date { |
f86fd56d9 task-132985 autor... |
7130 |
color: #000; |
1fe4f9ffd Обновление визуал... |
7131 7132 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7133 7134 7135 7136 7137 |
.responses__item-date { position: absolute; top: 20px; right: 20px; } |
1fe4f9ffd Обновление визуал... |
7138 7139 |
} .responses__item-wrapper { |
f86fd56d9 task-132985 autor... |
7140 7141 7142 7143 7144 7145 7146 7147 |
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 Обновление визуал... |
7148 7149 |
} .responses__item-inner { |
f86fd56d9 task-132985 autor... |
7150 7151 7152 7153 7154 7155 7156 7157 |
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 Обновление визуал... |
7158 7159 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7160 7161 7162 |
.responses__item-inner { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
7163 7164 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7165 7166 7167 |
.responses__item-inner { width: calc(100% - 150px); } |
1fe4f9ffd Обновление визуал... |
7168 7169 |
} .responses__item-row { |
f86fd56d9 task-132985 autor... |
7170 7171 7172 7173 7174 |
display: grid; grid-template-columns: 1fr 1fr; gap: 20px; color: #000; text-align: right; |
1fe4f9ffd Обновление визуал... |
7175 7176 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7177 7178 7179 7180 7181 7182 |
.responses__item-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
7183 |
-ms-flex-direction: column; |
f86fd56d9 task-132985 autor... |
7184 7185 7186 7187 |
flex-direction: column; gap: 6px; text-align: left; } |
1fe4f9ffd Обновление визуал... |
7188 7189 |
} .responses__item-row span { |
f86fd56d9 task-132985 autor... |
7190 7191 |
color: #000; text-align: left; |
1fe4f9ffd Обновление визуал... |
7192 7193 |
} .responses__item-buttons { |
f86fd56d9 task-132985 autor... |
7194 7195 7196 7197 7198 7199 7200 7201 |
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 Обновление визуал... |
7202 7203 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7204 7205 7206 7207 |
.responses__item-buttons { display: grid; grid-template-columns: 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
7208 7209 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7210 7211 7212 |
.responses__item-buttons { grid-template-columns: 1fr 1fr 1fr 1fr; } |
1fe4f9ffd Обновление визуал... |
7213 7214 |
} .responses__item-buttons .button.active { |
f86fd56d9 task-132985 autor... |
7215 7216 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
7217 7218 |
} .responses.active .responses__item { |
f86fd56d9 task-132985 autor... |
7219 7220 7221 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7222 7223 7224 |
} .chatbox { |
f86fd56d9 task-132985 autor... |
7225 7226 7227 7228 7229 7230 7231 7232 |
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 Обновление визуал... |
7233 7234 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7235 7236 7237 |
.chatbox { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
7238 7239 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7240 7241 7242 |
.chatbox { gap: 40px; } |
1fe4f9ffd Обновление визуал... |
7243 7244 |
} .chatbox__toper { |
f86fd56d9 task-132985 autor... |
7245 7246 7247 7248 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; |
1fe4f9ffd Обновление визуал... |
7249 |
-webkit-box-direction: normal; |
f86fd56d9 task-132985 autor... |
7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 |
-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... |
7260 7261 |
-webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
7262 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
7263 7264 |
flex-direction: row; -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
7265 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
7266 7267 |
align-items: center; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
7268 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
7269 7270 |
justify-content: space-between; } |
1fe4f9ffd Обновление визуал... |
7271 7272 |
} .chatbox__toper-info { |
f86fd56d9 task-132985 autor... |
7273 |
font-size: 12px; |
1fe4f9ffd Обновление визуал... |
7274 7275 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7276 7277 7278 7279 |
.chatbox__toper-info { font-size: 16px; width: calc(100% - 230px); } |
1fe4f9ffd Обновление визуал... |
7280 7281 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7282 7283 7284 7285 |
.chatbox__toper-button { width: 210px; padding: 0; } |
1fe4f9ffd Обновление визуал... |
7286 7287 |
} .chatbox__list { |
f86fd56d9 task-132985 autor... |
7288 7289 7290 7291 7292 7293 7294 7295 |
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... |
7296 7297 |
max-height: 400px; overflow: auto; |
1fe4f9ffd Обновление визуал... |
7298 7299 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7300 7301 7302 |
.chatbox__list { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
7303 7304 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7305 7306 7307 |
.chatbox__list { gap: 40px; } |
1fe4f9ffd Обновление визуал... |
7308 7309 |
} .chatbox__item { |
f86fd56d9 task-132985 autor... |
7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 |
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 Обновление визуал... |
7328 7329 |
} .chatbox__item_reverse { |
f86fd56d9 task-132985 autor... |
7330 7331 7332 7333 |
-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; |
1fe4f9ffd Обновление визуал... |
7334 7335 |
} .chatbox__item-photo { |
f86fd56d9 task-132985 autor... |
7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 |
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 Обновление визуал... |
7352 7353 |
} .chatbox__item-photo svg { |
f86fd56d9 task-132985 autor... |
7354 7355 7356 |
width: 50%; position: relative; z-index: 1; |
1fe4f9ffd Обновление визуал... |
7357 7358 |
} .chatbox__item-photo img { |
f86fd56d9 task-132985 autor... |
7359 7360 7361 7362 7363 7364 7365 7366 |
position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; |
1fe4f9ffd Обновление визуал... |
7367 7368 |
} .chatbox__item-body { |
f86fd56d9 task-132985 autor... |
7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 |
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 Обновление визуал... |
7385 7386 |
} .chatbox__item_reverse .chatbox__item-body { |
f86fd56d9 task-132985 autor... |
7387 7388 7389 |
-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; |
1fe4f9ffd Обновление визуал... |
7390 7391 |
} .chatbox__item-text { |
3d041f3f0 Изменения для соо... |
7392 |
border-radius: 8px; |
f86fd56d9 task-132985 autor... |
7393 7394 7395 7396 7397 |
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 Массова рассылка |
7398 |
} |
ab181e741 task-132985 autol... |
7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 |
.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 Обновление визуал... |
7435 |
.chatbox__item-time { |
f86fd56d9 task-132985 autor... |
7436 7437 7438 7439 |
width: 100%; padding-left: 54px; margin-top: 10px; color: #9c9d9d; |
1fe4f9ffd Обновление визуал... |
7440 7441 |
} .chatbox__item_reverse .chatbox__item-time { |
f86fd56d9 task-132985 autor... |
7442 |
text-align: right; |
1fe4f9ffd Обновление визуал... |
7443 7444 |
} .chatbox__bottom { |
ab181e741 task-132985 autol... |
7445 |
background: #377d87; |
f86fd56d9 task-132985 autor... |
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 |
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 Обновление визуал... |
7462 7463 |
} .chatbox__bottom-file { |
f86fd56d9 task-132985 autor... |
7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 |
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 Обновление визуал... |
7483 7484 |
} .chatbox__bottom-file:hover { |
f86fd56d9 task-132985 autor... |
7485 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
7486 7487 |
} .chatbox__bottom-file input { |
f86fd56d9 task-132985 autor... |
7488 |
display: none; |
1fe4f9ffd Обновление визуал... |
7489 7490 |
} .chatbox__bottom-file svg { |
f86fd56d9 task-132985 autor... |
7491 7492 |
width: 50%; aspect-ratio: 1/1; |
ab181e741 task-132985 autol... |
7493 |
stroke-width: 1.5px; |
1fe4f9ffd Обновление визуал... |
7494 7495 |
} .chatbox__bottom-text { |
f86fd56d9 task-132985 autor... |
7496 7497 7498 |
width: calc(100% - 60px); height: 20px; border-color: #fff; |
1fe4f9ffd Обновление визуал... |
7499 7500 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7501 7502 7503 7504 |
.chatbox__bottom-text { width: calc(100% - 128px); height: 48px; } |
1fe4f9ffd Обновление визуал... |
7505 7506 |
} .chatbox__bottom-text:focus { |
f86fd56d9 task-132985 autor... |
7507 |
border-color: #fff; |
1fe4f9ffd Обновление визуал... |
7508 7509 |
} .chatbox__bottom-send { |
f86fd56d9 task-132985 autor... |
7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 |
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 Обновление визуал... |
7531 7532 |
} .chatbox__bottom-send:hover { |
f86fd56d9 task-132985 autor... |
7533 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
7534 7535 |
} .chatbox__bottom-send svg { |
f86fd56d9 task-132985 autor... |
7536 7537 7538 7539 |
width: 50%; aspect-ratio: 1/1; position: relative; left: 1px; |
1fe4f9ffd Обновление визуал... |
7540 7541 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7542 7543 7544 7545 |
.chatbox__bottom-send svg { width: 40%; left: 2px; } |
1fe4f9ffd Обновление визуал... |
7546 7547 7548 |
} .cvs { |
f86fd56d9 task-132985 autor... |
7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 |
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 Обновление визуал... |
7560 7561 |
} .cvs__body { |
f86fd56d9 task-132985 autor... |
7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 |
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 Обновление визуал... |
7576 7577 |
} .cvs__item { |
f86fd56d9 task-132985 autor... |
7578 7579 |
display: none; -webkit-box-orient: vertical; |
1fe4f9ffd Обновление визуал... |
7580 |
-webkit-box-direction: normal; |
f86fd56d9 task-132985 autor... |
7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 |
-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 Обновление визуал... |
7598 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
7599 7600 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
7601 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
7602 7603 |
align-items: flex-start; -ms-flex-wrap: wrap; |
1fe4f9ffd Обновление визуал... |
7604 |
flex-wrap: wrap; |
f86fd56d9 task-132985 autor... |
7605 |
} |
1fe4f9ffd Обновление визуал... |
7606 7607 |
} .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... |
7608 7609 7610 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7611 7612 |
} .cvs__item-like { |
ab181e741 task-132985 autol... |
7613 7614 7615 |
width: unset; padding: 5px 10px; margin-right: 10px; |
e60a32501 Измененения для р... |
7616 |
} |
ab181e741 task-132985 autol... |
7617 7618 7619 7620 |
.cvs__item .cvs__item-buttons .chat{ width: unset; padding: 5px 10px; margin-right: 10px; |
f86fd56d9 task-132985 autor... |
7621 |
} |
ab181e741 task-132985 autol... |
7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
.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 Измененения для р... |
7640 |
} |
f86fd56d9 task-132985 autor... |
7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 |
.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 Измененения для р... |
7658 |
} |
f86fd56d9 task-132985 autor... |
7659 7660 7661 7662 |
@media (min-width: 768px) { .cvs__item-photo { width: 68px; } |
1fe4f9ffd Обновление визуал... |
7663 7664 |
} .cvs__item-photo svg { |
f86fd56d9 task-132985 autor... |
7665 7666 7667 |
width: 50%; position: relative; z-index: 1; |
1fe4f9ffd Обновление визуал... |
7668 7669 |
} .cvs__item-photo img { |
f86fd56d9 task-132985 autor... |
7670 7671 7672 7673 7674 7675 7676 7677 |
position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; |
1fe4f9ffd Обновление визуал... |
7678 7679 |
} .cvs__item-text { |
f86fd56d9 task-132985 autor... |
7680 7681 |
display: -webkit-box; display: -ms-flexbox; |
e60a32501 Измененения для р... |
7682 |
display: flex; |
f86fd56d9 task-132985 autor... |
7683 7684 7685 7686 7687 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
ab181e741 task-132985 autol... |
7688 7689 |
width: 100%; margin-top: 30px; |
f86fd56d9 task-132985 autor... |
7690 |
} |
ab181e741 task-132985 autol... |
7691 7692 7693 |
.cvs__item .cvs__item-buttons{ display: flex; align-items: start; |
1fe4f9ffd Обновление визуал... |
7694 |
} |
ab181e741 task-132985 autol... |
7695 |
.cvs.active .cvs__item { |
f86fd56d9 task-132985 autor... |
7696 7697 |
display: -webkit-box; display: -ms-flexbox; |
e60a32501 Измененения для р... |
7698 |
display: flex; |
ab181e741 task-132985 autol... |
7699 7700 7701 |
} .cvs__item-text .cvs__item-text-row{ display: flex; |
e60a32501 Измененения для р... |
7702 |
justify-content: space-between; |
ab181e741 task-132985 autol... |
7703 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
7704 |
} |
ab181e741 task-132985 autol... |
7705 7706 |
.cvs__item-text .cvs__item-text-row > div{ width: 50%; |
1fe4f9ffd Обновление визуал... |
7707 |
} |
ab181e741 task-132985 autol... |
7708 7709 7710 |
.cvs__item-text .cvs__item-text-row b{ color: #377d87; font-size: 18px; |
1fe4f9ffd Обновление визуал... |
7711 |
} |
ab181e741 task-132985 autol... |
7712 7713 7714 7715 7716 7717 7718 |
.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 Обновление визуал... |
7719 |
} |
ab181e741 task-132985 autol... |
7720 7721 7722 |
.cvs__item-text .cvs__item-text-status.looking-for-job { background-color: #eb5757; color: #fff; |
e60a32501 Измененения для р... |
7723 |
} |
ab181e741 task-132985 autol... |
7724 7725 7726 7727 |
.cvs__item-text .cvs__item-text-updated-at{ padding: 5px 10px; border-radius: 8px; border: 1px #e6e6e6 solid; |
1fe4f9ffd Обновление визуал... |
7728 |
} |
1fe4f9ffd Обновление визуал... |
7729 |
.faqs { |
f86fd56d9 task-132985 autor... |
7730 7731 7732 7733 7734 7735 7736 7737 7738 7739 7740 |
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 Обновление визуал... |
7741 7742 |
} .faqs__body { |
f86fd56d9 task-132985 autor... |
7743 7744 7745 7746 7747 7748 7749 7750 7751 |
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 Обновление визуал... |
7752 7753 |
} .faqs__item { |
f86fd56d9 task-132985 autor... |
7754 7755 7756 7757 7758 7759 |
display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-radius: 8px; |
1fe4f9ffd Обновление визуал... |
7760 |
-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); |
f86fd56d9 task-132985 autor... |
7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 7772 |
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 Обновление визуал... |
7773 7774 |
} .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... |
7775 7776 7777 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7778 7779 |
} .faqs__item-button { |
f86fd56d9 task-132985 autor... |
7780 7781 7782 7783 7784 7785 7786 7787 7788 7789 7790 7791 7792 7793 7794 7795 7796 7797 |
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 Обновление визуал... |
7798 7799 |
} .faqs__item-button span { |
f86fd56d9 task-132985 autor... |
7800 7801 |
width: calc(100% - 16px); padding-right: 16px; |
1fe4f9ffd Обновление визуал... |
7802 7803 |
} .faqs__item-button i { |
f86fd56d9 task-132985 autor... |
7804 7805 7806 7807 7808 7809 7810 7811 7812 7813 7814 7815 7816 7817 |
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 Обновление визуал... |
7818 7819 |
} .faqs__item-button i svg { |
f86fd56d9 task-132985 autor... |
7820 7821 7822 7823 7824 |
width: 16px; aspect-ratio: 1/1; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); |
1fe4f9ffd Обновление визуал... |
7825 7826 |
} .faqs__item-button.active i { |
f86fd56d9 task-132985 autor... |
7827 7828 7829 |
-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); |
1fe4f9ffd Обновление визуал... |
7830 7831 |
} .faqs__item-body { |
f86fd56d9 task-132985 autor... |
7832 7833 7834 7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 |
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 Обновление визуал... |
7845 |
} |
f86fd56d9 task-132985 autor... |
7846 7847 7848 7849 7850 |
@media (min-width: 768px) { .faqs__item-body { font-size: 16px; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
7851 |
} |
f86fd56d9 task-132985 autor... |
7852 7853 |
.faqs__item-body p { margin: 0; |
088323a40 task-132687 teleg... |
7854 |
} |
ab181e741 task-132985 autol... |
7855 7856 7857 |
.faqs__item-body a { color: #0f74a8; } |
1fe4f9ffd Обновление визуал... |
7858 |
.active + .faqs__item-body { |
f86fd56d9 task-132985 autor... |
7859 7860 7861 7862 7863 |
opacity: 1; height: auto; -webkit-transition: 0.3s; transition: 0.3s; padding-top: 10px; |
1fe4f9ffd Обновление визуал... |
7864 7865 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
7866 7867 7868 |
.active + .faqs__item-body { padding-top: 20px; } |
1fe4f9ffd Обновление визуал... |
7869 7870 |
} .faqs.active .faqs__item { |
f86fd56d9 task-132985 autor... |
7871 7872 7873 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
7874 7875 7876 |
} .cabinet { |
f86fd56d9 task-132985 autor... |
7877 7878 7879 |
padding: 20px 0; padding-bottom: 40px; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); |
1fe4f9ffd Обновление визуал... |
7880 7881 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7882 7883 7884 7885 |
.cabinet { padding: 30px 0; padding-bottom: 60px; } |
1fe4f9ffd Обновление визуал... |
7886 7887 |
} .cabinet__breadcrumbs { |
f86fd56d9 task-132985 autor... |
7888 |
margin-bottom: 50px; |
1fe4f9ffd Обновление визуал... |
7889 7890 |
} .cabinet__wrapper { |
f86fd56d9 task-132985 autor... |
7891 7892 7893 7894 7895 7896 7897 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
7898 7899 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7900 7901 7902 |
.cabinet__wrapper { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
7903 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
7904 7905 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
7906 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
7907 7908 |
align-items: flex-start; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
7909 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
7910 7911 |
justify-content: space-between; } |
1fe4f9ffd Обновление визуал... |
7912 7913 |
} .cabinet__side { |
f86fd56d9 task-132985 autor... |
7914 7915 7916 7917 7918 7919 7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 7932 |
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 Обновление визуал... |
7933 7934 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
7935 7936 7937 7938 7939 7940 |
.cabinet__side { width: 340px; margin: 0; position: sticky; top: 6px; } |
1fe4f9ffd Обновление визуал... |
7941 7942 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
7943 7944 7945 |
.cabinet__side { width: 400px; } |
1fe4f9ffd Обновление визуал... |
7946 7947 |
} .cabinet__side-item { |
f86fd56d9 task-132985 autor... |
7948 7949 7950 7951 7952 7953 7954 7955 |
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 Обновление визуал... |
7956 7957 |
} .cabinet__side-toper { |
f86fd56d9 task-132985 autor... |
7958 7959 7960 7961 7962 7963 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
7964 7965 |
} .cabinet__side-toper-pic { |
f86fd56d9 task-132985 autor... |
7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 |
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 Обновление визуал... |
7982 7983 |
} .cabinet__side-toper-pic img { |
f86fd56d9 task-132985 autor... |
7984 7985 7986 7987 7988 7989 7990 7991 7992 |
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... |
7993 7994 |
-o-object-fit: contain; object-fit: contain; |
1fe4f9ffd Обновление визуал... |
7995 7996 |
} .cabinet__side-toper-pic svg { |
f86fd56d9 task-132985 autor... |
7997 7998 |
width: 50%; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
7999 8000 |
} .cabinet__side-toper b { |
f86fd56d9 task-132985 autor... |
8001 8002 8003 8004 |
width: calc(100% - 70px); font-size: 14px; font-weight: 700; padding-left: 16px; |
1fe4f9ffd Обновление визуал... |
8005 8006 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8007 8008 8009 |
.cabinet__side-toper b { font-size: 20px; } |
1fe4f9ffd Обновление визуал... |
8010 8011 |
} .cabinet__menu { |
f86fd56d9 task-132985 autor... |
8012 8013 8014 8015 8016 8017 8018 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
8019 8020 |
} .cabinet__menu-toper { |
f86fd56d9 task-132985 autor... |
8021 8022 8023 8024 8025 8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 |
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 Обновление визуал... |
8041 8042 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8043 8044 8045 |
.cabinet__menu-toper { display: none; } |
1fe4f9ffd Обновление визуал... |
8046 8047 |
} .cabinet__menu-toper-text { |
f86fd56d9 task-132985 autor... |
8048 8049 8050 8051 8052 8053 8054 |
width: calc(100% - 16px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; |
1fe4f9ffd Обновление визуал... |
8055 8056 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8057 8058 8059 |
.cabinet__menu-toper-text { width: calc(100% - 20px); } |
1fe4f9ffd Обновление визуал... |
8060 8061 |
} .cabinet__menu-toper-text i { |
f86fd56d9 task-132985 autor... |
8062 8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 8076 8077 8078 |
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 Обновление визуал... |
8079 8080 |
} .cabinet__menu-toper-text svg { |
f86fd56d9 task-132985 autor... |
8081 8082 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
8083 8084 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8085 8086 8087 8088 |
.cabinet__menu-toper-text svg { width: 22px; height: 22px; } |
1fe4f9ffd Обновление визуал... |
8089 8090 |
} .cabinet__menu-toper-text span { |
f86fd56d9 task-132985 autor... |
8091 8092 8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 8106 8107 8108 |
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 Обновление визуал... |
8109 8110 |
} .cabinet__menu-toper-arrow { |
f86fd56d9 task-132985 autor... |
8111 8112 8113 8114 8115 8116 8117 8118 8119 8120 8121 8122 8123 8124 8125 8126 8127 8128 8129 |
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 Обновление визуал... |
8130 8131 |
} .cabinet__menu-toper-arrow svg { |
f86fd56d9 task-132985 autor... |
8132 8133 8134 8135 8136 |
width: 12px; height: 12px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); |
1fe4f9ffd Обновление визуал... |
8137 8138 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8139 8140 8141 8142 |
.cabinet__menu-toper-arrow svg { width: 20px; height: 20px; } |
1fe4f9ffd Обновление визуал... |
8143 8144 |
} .cabinet__menu-toper.active .cabinet__menu-toper-arrow { |
f86fd56d9 task-132985 autor... |
8145 8146 8147 |
-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); |
1fe4f9ffd Обновление визуал... |
8148 8149 |
} .cabinet__menu-body { |
f86fd56d9 task-132985 autor... |
8150 8151 8152 8153 8154 8155 8156 8157 8158 8159 |
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 Обновление визуал... |
8160 8161 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8162 8163 8164 8165 |
.cabinet__menu-body { opacity: 1; height: auto; } |
1fe4f9ffd Обновление визуал... |
8166 8167 |
} .active + .cabinet__menu-body { |
f86fd56d9 task-132985 autor... |
8168 8169 8170 8171 |
opacity: 1; height: auto; -webkit-transition: 0.3s; transition: 0.3s; |
1fe4f9ffd Обновление визуал... |
8172 8173 |
} .cabinet__menu-items { |
f86fd56d9 task-132985 autor... |
8174 8175 8176 8177 8178 8179 8180 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; |
1fe4f9ffd Обновление визуал... |
8181 8182 |
} .cabinet__menu-item { |
f86fd56d9 task-132985 autor... |
8183 8184 8185 8186 8187 8188 8189 8190 |
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 Обновление визуал... |
8191 8192 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8193 8194 8195 |
.cabinet__menu-item { padding: 14px 20px; } |
1fe4f9ffd Обновление визуал... |
8196 8197 |
} .cabinet__menu-item:hover { |
f86fd56d9 task-132985 autor... |
8198 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
8199 8200 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8201 8202 8203 8204 |
.cabinet__menu-item.active { background: #377d87; color: #fff; } |
1fe4f9ffd Обновление визуал... |
8205 8206 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8207 8208 8209 |
.cabinet__menu-item.active svg { color: #fff; } |
1fe4f9ffd Обновление визуал... |
8210 8211 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8212 8213 8214 |
.cabinet__menu-item.active.red { background: #eb5757; } |
1fe4f9ffd Обновление визуал... |
8215 8216 |
} .cabinet__menu-item i { |
f86fd56d9 task-132985 autor... |
8217 8218 8219 |
width: 16px; height: 16px; color: #377d87; |
1fe4f9ffd Обновление визуал... |
8220 8221 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8222 8223 8224 8225 |
.cabinet__menu-item i { width: 22px; height: 22px; } |
1fe4f9ffd Обновление визуал... |
8226 8227 |
} .cabinet__menu-item svg { |
f86fd56d9 task-132985 autor... |
8228 8229 |
width: 16px; height: 16px; |
1fe4f9ffd Обновление визуал... |
8230 8231 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8232 8233 8234 8235 |
.cabinet__menu-item svg { width: 22px; height: 22px; } |
1fe4f9ffd Обновление визуал... |
8236 8237 |
} .cabinet__menu-item span { |
f86fd56d9 task-132985 autor... |
8238 8239 8240 |
width: calc(100% - 16px); font-size: 12px; padding-left: 10px; |
1fe4f9ffd Обновление визуал... |
8241 8242 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8243 8244 8245 8246 8247 |
.cabinet__menu-item span { font-size: 20px; width: calc(100% - 22px); padding-left: 16px; } |
1fe4f9ffd Обновление визуал... |
8248 8249 |
} .cabinet__menu-bottom { |
f86fd56d9 task-132985 autor... |
8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 8264 |
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 Обновление визуал... |
8265 8266 |
} .cabinet__menu-copy { |
f86fd56d9 task-132985 autor... |
8267 8268 8269 |
color: #9c9d9d; text-align: center; font-size: 12px; |
1fe4f9ffd Обновление визуал... |
8270 8271 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8272 8273 8274 |
.cabinet__menu-copy { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
8275 8276 |
} .cabinet__body { |
f86fd56d9 task-132985 autor... |
8277 8278 8279 8280 8281 8282 8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 8295 8296 8297 8298 |
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 Обновление визуал... |
8299 8300 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8301 8302 8303 |
.cabinet__body { width: calc(100% - 360px); } |
1fe4f9ffd Обновление визуал... |
8304 8305 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8306 8307 8308 |
.cabinet__body { width: calc(100% - 420px); } |
1fe4f9ffd Обновление визуал... |
8309 8310 |
} .cabinet__body-item { |
f86fd56d9 task-132985 autor... |
8311 8312 8313 8314 8315 8316 8317 8318 |
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 Обновление визуал... |
8319 8320 |
} .cabinet__title { |
f86fd56d9 task-132985 autor... |
8321 8322 |
font-size: 24px; color: #6b6c6d; |
1fe4f9ffd Обновление визуал... |
8323 8324 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8325 8326 8327 |
.cabinet__title { font-size: 32px; } |
1fe4f9ffd Обновление визуал... |
8328 8329 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
8330 8331 8332 8333 8334 8335 8336 8337 |
.cabinet__title { font-size: 40px; } } @media (min-width: 1280px) { .cabinet__title { font-size: 48px; } |
1fe4f9ffd Обновление визуал... |
8338 |
} |
1fe4f9ffd Обновление визуал... |
8339 |
.cabinet__subtitle { |
f86fd56d9 task-132985 autor... |
8340 8341 8342 8343 |
font-size: 22px; margin: 0; font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
8344 8345 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8346 8347 8348 |
.cabinet__subtitle { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
8349 8350 |
} .cabinet__h4 { |
f86fd56d9 task-132985 autor... |
8351 8352 8353 8354 |
font-size: 20px; margin: 0; font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
8355 8356 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8357 8358 8359 |
.cabinet__h4 { font-size: 22px; } |
1fe4f9ffd Обновление визуал... |
8360 8361 |
} .cabinet__text { |
f86fd56d9 task-132985 autor... |
8362 8363 |
margin: 0; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
8364 8365 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8366 8367 8368 |
.cabinet__text { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
8369 8370 |
} .cabinet__text b { |
f86fd56d9 task-132985 autor... |
8371 8372 |
color: #000; font-size: 18px; |
1fe4f9ffd Обновление визуал... |
8373 8374 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8375 8376 8377 |
.cabinet__text b { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
8378 8379 |
} .cabinet__descr { |
f86fd56d9 task-132985 autor... |
8380 8381 8382 8383 8384 8385 8386 8387 |
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 Обновление визуал... |
8388 8389 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8390 8391 8392 |
.cabinet__descr { gap: 12px; } |
1fe4f9ffd Обновление визуал... |
8393 8394 |
} .cabinet__avatar { |
f86fd56d9 task-132985 autor... |
8395 8396 8397 8398 8399 8400 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; |
1fe4f9ffd Обновление визуал... |
8401 8402 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8403 8404 |
.cabinet__avatar { -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
8405 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
8406 8407 |
align-items: center; } |
1fe4f9ffd Обновление визуал... |
8408 8409 |
} .cabinet__avatar-pic { |
f86fd56d9 task-132985 autor... |
8410 8411 8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 |
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 Обновление визуал... |
8426 8427 |
} .cabinet__avatar-pic svg { |
f86fd56d9 task-132985 autor... |
8428 8429 8430 8431 |
width: 50%; aspect-ratio: 1/1; z-index: 1; position: relative; |
a64ad713e Изменения для анк... |
8432 |
} |
ab181e741 task-132985 autol... |
8433 8434 8435 8436 |
.cabinet__avatar-pic img{ max-width: 100%; max-height: 100%; } |
1fe4f9ffd Обновление визуал... |
8437 |
.cabinet__avatar-form { |
f86fd56d9 task-132985 autor... |
8438 8439 8440 8441 |
width: calc(100% - 100px); padding-left: 15px; display: -webkit-box; display: -ms-flexbox; |
827280168 Добавлена страниц... |
8442 |
display: flex; |
f86fd56d9 task-132985 autor... |
8443 8444 8445 8446 8447 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 6px; |
827280168 Добавлена страниц... |
8448 |
} |
ab181e741 task-132985 autol... |
8449 8450 8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 8463 8464 8465 8466 8467 8468 8469 8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 8491 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 |
.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... |
8563 8564 8565 8566 8567 8568 8569 8570 |
@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 Добавлена страниц... |
8571 |
} |
f86fd56d9 task-132985 autor... |
8572 8573 8574 8575 |
@media (min-width: 768px) { .cabinet__avatar-form .file { min-width: 215px; } |
827280168 Добавлена страниц... |
8576 |
} |
f86fd56d9 task-132985 autor... |
8577 8578 8579 |
.cabinet__inputs { display: -webkit-box; display: -ms-flexbox; |
827280168 Добавлена страниц... |
8580 |
display: flex; |
f86fd56d9 task-132985 autor... |
8581 8582 8583 8584 8585 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; |
827280168 Добавлена страниц... |
8586 |
} |
ab181e741 task-132985 autol... |
8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
.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... |
8598 8599 8600 8601 8602 8603 |
@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... |
8604 8605 8606 |
-webkit-box-align: end; -ms-flex-align: end; align-items: end; |
f86fd56d9 task-132985 autor... |
8607 8608 8609 8610 8611 8612 |
-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } |
827280168 Добавлена страниц... |
8613 |
} |
f86fd56d9 task-132985 autor... |
8614 8615 8616 8617 |
@media (min-width: 1280px) { .cabinet__inputs-item { width: calc(50% - 10px); } |
827280168 Добавлена страниц... |
8618 |
} |
f86fd56d9 task-132985 autor... |
8619 8620 8621 8622 |
@media (min-width: 1280px) { .cabinet__inputs-item_fullwidth { width: 100%; } |
827280168 Добавлена страниц... |
8623 |
} |
f86fd56d9 task-132985 autor... |
8624 8625 8626 8627 |
@media (min-width: 1280px) { .cabinet__inputs-item_min { width: calc(15% - 10px); } |
827280168 Добавлена страниц... |
8628 |
} |
f86fd56d9 task-132985 autor... |
8629 8630 8631 8632 |
@media (min-width: 1280px) { .cabinet__inputs-item_max { width: calc(85% - 10px); } |
827280168 Добавлена страниц... |
8633 |
} |
f86fd56d9 task-132985 autor... |
8634 8635 8636 8637 8638 8639 |
@media (min-width: 768px) { .cabinet__inputs-item .button { width: 100%; max-width: 215px; padding: 0; } |
827280168 Добавлена страниц... |
8640 |
} |
ab181e741 task-132985 autol... |
8641 8642 8643 8644 8645 8646 8647 8648 8649 8650 8651 8652 8653 8654 |
@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... |
8655 8656 8657 8658 |
.cabinet__inputs-item .buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; |
827280168 Добавлена страниц... |
8659 |
} |
ab181e741 task-132985 autol... |
8660 8661 8662 |
.cabinet__inputs-item .form-group__label{ font-weight: bold; } |
f86fd56d9 task-132985 autor... |
8663 8664 8665 8666 8667 |
@media (min-width: 768px) { .cabinet__inputs-item .buttons { gap: 20px; max-width: 470px; } |
827280168 Добавлена страниц... |
8668 |
} |
f86fd56d9 task-132985 autor... |
8669 8670 8671 8672 |
@media (min-width: 992px) { .cabinet__inputs-item .buttons { max-width: none; } |
827280168 Добавлена страниц... |
8673 |
} |
f86fd56d9 task-132985 autor... |
8674 8675 8676 8677 |
@media (min-width: 1280px) { .cabinet__inputs-item .buttons { max-width: 470px; } |
827280168 Добавлена страниц... |
8678 |
} |
f86fd56d9 task-132985 autor... |
8679 8680 |
.cabinet__inputs-item .buttons .button { max-width: none; |
92b3de35e Задача 45 + фиксы |
8681 |
} |
f86fd56d9 task-132985 autor... |
8682 8683 8684 8685 |
.cabinet__inputs-item p { margin: 0; font-size: 14px; line-height: 20px; |
1fe4f9ffd Обновление визуал... |
8686 8687 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8688 8689 8690 |
.cabinet__inputs-item p { font-size: 16px; line-height: 22px; |
47358ab48 фикс |
8691 8692 |
} } |
ab181e741 task-132985 autol... |
8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 8704 8705 8706 |
.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 Обновление визуал... |
8707 |
.cabinet__inputs > .button { |
f86fd56d9 task-132985 autor... |
8708 8709 8710 |
padding: 0; width: 100%; max-width: 140px; |
1fe4f9ffd Обновление визуал... |
8711 8712 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8713 8714 8715 |
.cabinet__inputs > .button { max-width: 190px; } |
1fe4f9ffd Обновление визуал... |
8716 8717 |
} .cabinet__add { |
f86fd56d9 task-132985 autor... |
8718 8719 8720 8721 8722 8723 8724 8725 |
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 Обновление визуал... |
8726 8727 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8728 8729 8730 8731 |
.cabinet__add { gap: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
8732 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
8733 8734 |
flex-direction: row; -webkit-box-align: end; |
1fe4f9ffd Обновление визуал... |
8735 |
-ms-flex-align: end; |
f86fd56d9 task-132985 autor... |
8736 8737 |
align-items: flex-end; } |
1fe4f9ffd Обновление визуал... |
8738 8739 |
} .cabinet__add-pic { |
f86fd56d9 task-132985 autor... |
8740 8741 8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 |
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 Обновление визуал... |
8755 8756 |
} .cabinet__add-pic:hover { |
f86fd56d9 task-132985 autor... |
8757 |
background: #000; |
1fe4f9ffd Обновление визуал... |
8758 8759 |
} .cabinet__add-pic input { |
f86fd56d9 task-132985 autor... |
8760 |
display: none; |
1fe4f9ffd Обновление визуал... |
8761 8762 |
} .cabinet__add-pic > svg { |
f86fd56d9 task-132985 autor... |
8763 8764 8765 8766 8767 8768 8769 8770 |
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 Обновление визуал... |
8771 8772 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8773 8774 8775 |
.cabinet__add-pic > svg { width: 50px; } |
1fe4f9ffd Обновление визуал... |
8776 8777 |
} .cabinet__add-pic span { |
f86fd56d9 task-132985 autor... |
8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 8799 8800 8801 8802 8803 8804 |
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 Обновление визуал... |
8805 8806 |
} .cabinet__add-pic span svg { |
f86fd56d9 task-132985 autor... |
8807 8808 |
width: 7px; aspect-ratio: 1/1; |
1fe4f9ffd Обновление визуал... |
8809 8810 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8811 8812 8813 |
.cabinet__add-pic span svg { width: 16px; } |
1fe4f9ffd Обновление визуал... |
8814 8815 |
} .cabinet__add-body { |
f86fd56d9 task-132985 autor... |
8816 8817 8818 8819 8820 8821 8822 8823 |
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 Обновление визуал... |
8824 8825 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8826 8827 8828 8829 8830 |
.cabinet__add-body { gap: 20px; width: calc(100% - 220px); padding-left: 20px; } |
1fe4f9ffd Обновление визуал... |
8831 8832 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8833 8834 8835 8836 |
.cabinet__add-body .button { width: 215px; padding: 0; } |
1fe4f9ffd Обновление визуал... |
8837 8838 |
} .cabinet__fleet { |
f86fd56d9 task-132985 autor... |
8839 8840 8841 8842 8843 8844 8845 8846 |
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 Обновление визуал... |
8847 8848 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8849 8850 8851 8852 |
.cabinet__fleet { display: grid; grid-template-columns: repeat(2, 1fr); } |
1fe4f9ffd Обновление визуал... |
8853 8854 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8855 8856 8857 |
.cabinet__fleet { grid-template-columns: repeat(3, 1fr); } |
1fe4f9ffd Обновление визуал... |
8858 8859 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8860 8861 8862 8863 8864 |
.cabinet__submit { width: 215px; padding: 0; margin: 0 auto; } |
1fe4f9ffd Обновление визуал... |
8865 8866 |
} .cabinet__filters { |
f86fd56d9 task-132985 autor... |
8867 8868 |
display: -webkit-box; display: -ms-flexbox; |
e814e46c7 Изменения для стр... |
8869 |
display: flex; |
f86fd56d9 task-132985 autor... |
8870 8871 8872 8873 8874 |
-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; |
e814e46c7 Изменения для стр... |
8875 |
} |
ab181e741 task-132985 autol... |
8876 8877 8878 8879 8880 8881 8882 8883 8884 8885 8886 8887 8888 8889 8890 8891 8892 8893 8894 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8907 |
.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; justify-content: space-between; } .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 Обновление визуал... |
8908 |
@media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8909 8910 8911 |
.cabinet__filters { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
8912 8913 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8914 8915 8916 |
.cabinet__filters { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
8917 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
8918 8919 |
flex-direction: row; -webkit-box-align: start; |
1fe4f9ffd Обновление визуал... |
8920 |
-ms-flex-align: start; |
f86fd56d9 task-132985 autor... |
8921 8922 |
align-items: flex-start; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
8923 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
8924 8925 |
justify-content: space-between; } |
1fe4f9ffd Обновление визуал... |
8926 8927 |
} .cabinet__filters-item { |
f86fd56d9 task-132985 autor... |
8928 8929 8930 8931 8932 8933 8934 8935 8936 8937 8938 8939 8940 8941 8942 8943 |
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 Обновление визуал... |
8944 8945 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8946 8947 8948 8949 |
.cabinet__filters-item { width: calc(50% - 10px); max-width: 410px; } |
1fe4f9ffd Обновление визуал... |
8950 8951 8952 |
} .cabinet__filters-item .button, .cabinet__filters-item .select { |
f86fd56d9 task-132985 autor... |
8953 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
8954 8955 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8956 8957 8958 8959 |
.cabinet__filters-item .button, .cabinet__filters-item .select { width: auto; } |
1fe4f9ffd Обновление визуал... |
8960 8961 |
} .cabinet__filters-item + .cabinet__filters-item { |
f86fd56d9 task-132985 autor... |
8962 8963 8964 |
-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; |
1fe4f9ffd Обновление визуал... |
8965 8966 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
8967 8968 8969 |
.cabinet__filters-item + .cabinet__filters-item { max-width: 280px; } |
1fe4f9ffd Обновление визуал... |
8970 8971 |
} .cabinet__filters .search input { |
f86fd56d9 task-132985 autor... |
8972 |
padding-right: 135px; |
1fe4f9ffd Обновление визуал... |
8973 8974 |
} .cabinet__filters .search button { |
f86fd56d9 task-132985 autor... |
8975 |
width: 115px; |
1fe4f9ffd Обновление визуал... |
8976 8977 |
} .cabinet__filters-buttons { |
f86fd56d9 task-132985 autor... |
8978 8979 8980 8981 |
display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; |
1fe4f9ffd Обновление визуал... |
8982 8983 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
8984 8985 8986 |
.cabinet__filters-buttons { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
8987 8988 |
} .cabinet__filters-buttons .button { |
f86fd56d9 task-132985 autor... |
8989 8990 |
padding: 0; gap: 5px; |
1fe4f9ffd Обновление визуал... |
8991 8992 |
} .cabinet__filters-buttons .button.active { |
f86fd56d9 task-132985 autor... |
8993 8994 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
8995 8996 |
} .cabinet__filters-buttons .button.active:before { |
f86fd56d9 task-132985 autor... |
8997 8998 8999 9000 9001 |
content: ""; width: 6px; height: 6px; background: #fff; border-radius: 999px; |
1fe4f9ffd Обновление визуал... |
9002 9003 |
} .cabinet__table-header { |
f86fd56d9 task-132985 autor... |
9004 9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 |
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 Обновление визуал... |
9015 9016 |
} .cabinet__table-header div { |
f86fd56d9 task-132985 autor... |
9017 |
font-size: 18px; |
1fe4f9ffd Обновление визуал... |
9018 9019 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9020 9021 9022 |
.cabinet__table-header div { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
9023 9024 |
} .cabinet__table-header span { |
f86fd56d9 task-132985 autor... |
9025 9026 |
color: #000; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
9027 9028 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9029 9030 9031 |
.cabinet__table-header span { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
9032 9033 |
} .cabinet__table-header span b { |
f86fd56d9 task-132985 autor... |
9034 |
color: #377d87; |
1fe4f9ffd Обновление визуал... |
9035 9036 |
} .cabinet__tabs { |
f86fd56d9 task-132985 autor... |
9037 9038 9039 |
display: grid; grid-template-columns: 1fr 1fr; gap: 20px; |
1fe4f9ffd Обновление визуал... |
9040 9041 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9042 9043 9044 |
.cabinet__tabs { max-width: 420px; } |
1fe4f9ffd Обновление визуал... |
9045 9046 |
} .cabinet__tabs .button.active { |
f86fd56d9 task-132985 autor... |
9047 9048 |
background: #377d87; color: #fff; |
1fe4f9ffd Обновление визуал... |
9049 9050 |
} .cabinet__bodies { |
f86fd56d9 task-132985 autor... |
9051 |
display: none; |
1fe4f9ffd Обновление визуал... |
9052 9053 |
} .cabinet__bodies.showed { |
f86fd56d9 task-132985 autor... |
9054 |
display: block; |
1fe4f9ffd Обновление визуал... |
9055 9056 |
} .cabinet__nots { |
f86fd56d9 task-132985 autor... |
9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 9069 9070 9071 9072 |
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 Обновление визуал... |
9073 9074 |
} .cabinet__nots .input { |
f86fd56d9 task-132985 autor... |
9075 |
width: 100%; |
1fe4f9ffd Обновление визуал... |
9076 9077 |
} .cabinet__anketa { |
f86fd56d9 task-132985 autor... |
9078 9079 9080 9081 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; |
1fe4f9ffd Обновление визуал... |
9082 |
-webkit-box-direction: normal; |
f86fd56d9 task-132985 autor... |
9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 |
-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 Обновление визуал... |
9100 9101 |
} @media (min-width: 992px) { |
f86fd56d9 task-132985 autor... |
9102 9103 9104 |
.cabinet__anketa { -webkit-box-orient: vertical; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
9105 |
-ms-flex-direction: column; |
f86fd56d9 task-132985 autor... |
9106 9107 |
flex-direction: column; -webkit-box-align: stretch; |
1fe4f9ffd Обновление визуал... |
9108 |
-ms-flex-align: stretch; |
f86fd56d9 task-132985 autor... |
9109 9110 |
align-items: stretch; } |
1fe4f9ffd Обновление визуал... |
9111 9112 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
9113 9114 9115 |
.cabinet__anketa { -webkit-box-orient: horizontal; -webkit-box-direction: normal; |
1fe4f9ffd Обновление визуал... |
9116 |
-ms-flex-direction: row; |
f86fd56d9 task-132985 autor... |
9117 9118 |
flex-direction: row; -webkit-box-align: center; |
1fe4f9ffd Обновление визуал... |
9119 |
-ms-flex-align: center; |
f86fd56d9 task-132985 autor... |
9120 9121 |
align-items: center; -webkit-box-pack: justify; |
1fe4f9ffd Обновление визуал... |
9122 |
-ms-flex-pack: justify; |
f86fd56d9 task-132985 autor... |
9123 9124 |
justify-content: space-between; } |
1fe4f9ffd Обновление визуал... |
9125 9126 |
} .cabinet__anketa-buttons { |
f86fd56d9 task-132985 autor... |
9127 9128 9129 9130 9131 9132 9133 9134 |
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 Обновление визуал... |
9135 9136 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9137 9138 9139 9140 9141 |
.cabinet__anketa-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } |
1fe4f9ffd Обновление визуал... |
9142 9143 |
} .cabinet__stats { |
f86fd56d9 task-132985 autor... |
9144 9145 9146 9147 9148 9149 9150 9151 |
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 Обновление визуал... |
9152 9153 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9154 9155 9156 |
.cabinet__stats { gap: 12px; } |
1fe4f9ffd Обновление визуал... |
9157 9158 |
} .cabinet__stats-title { |
f86fd56d9 task-132985 autor... |
9159 9160 9161 |
font-size: 14px; font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
9162 9163 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9164 9165 9166 |
.cabinet__stats-title { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
9167 9168 |
} .cabinet__stats-body { |
f86fd56d9 task-132985 autor... |
9169 9170 9171 9172 9173 9174 9175 |
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 Обновление визуал... |
9176 9177 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9178 9179 9180 |
.cabinet__stats-body { padding: 10px 20px; } |
1fe4f9ffd Обновление визуал... |
9181 9182 |
} .cabinet__stats-item { |
f86fd56d9 task-132985 autor... |
9183 9184 9185 9186 9187 9188 9189 9190 9191 9192 9193 9194 9195 9196 9197 |
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 Обновление визуал... |
9198 9199 |
} .cabinet__stats-item svg { |
f86fd56d9 task-132985 autor... |
9200 9201 9202 |
width: 20px; aspect-ratio: 1/1; color: #377d87; |
1fe4f9ffd Обновление визуал... |
9203 9204 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9205 9206 9207 9208 |
.cabinet__stats-item svg { width: 40px; margin-right: 10px; } |
1fe4f9ffd Обновление визуал... |
9209 9210 |
} .cabinet__stats-item span { |
f86fd56d9 task-132985 autor... |
9211 9212 |
font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
9213 9214 |
} .cabinet__stats-item b { |
f86fd56d9 task-132985 autor... |
9215 9216 |
color: #377d87; font-size: 14px; |
1fe4f9ffd Обновление визуал... |
9217 9218 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9219 9220 9221 |
.cabinet__stats-item b { font-size: 24px; } |
1fe4f9ffd Обновление визуал... |
9222 9223 |
} .cabinet__stats-subtitle { |
f86fd56d9 task-132985 autor... |
9224 9225 9226 |
font-size: 14px; font-weight: 700; color: #377d87; |
1fe4f9ffd Обновление визуал... |
9227 9228 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9229 9230 9231 |
.cabinet__stats-subtitle { font-size: 18px; } |
1fe4f9ffd Обновление визуал... |
9232 9233 |
} .cabinet__stats-line { |
f86fd56d9 task-132985 autor... |
9234 9235 9236 9237 9238 9239 |
width: 100%; position: relative; overflow: hidden; height: 8px; border-radius: 999px; background: #cecece; |
1fe4f9ffd Обновление визуал... |
9240 9241 |
} .cabinet__stats-line span { |
f86fd56d9 task-132985 autor... |
9242 9243 9244 9245 9246 9247 9248 |
position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #377d87; border-radius: 999px; |
1fe4f9ffd Обновление визуал... |
9249 9250 |
} .cabinet__stats-bottom { |
f86fd56d9 task-132985 autor... |
9251 9252 |
color: #000; font-size: 12px; |
1fe4f9ffd Обновление визуал... |
9253 9254 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9255 9256 9257 |
.cabinet__stats-bottom { font-size: 16px; } |
1fe4f9ffd Обновление визуал... |
9258 9259 |
} .cabinet__works { |
f86fd56d9 task-132985 autor... |
9260 9261 9262 9263 9264 9265 9266 9267 |
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 Обновление визуал... |
9268 9269 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9270 9271 9272 |
.cabinet__works { gap: 30px; } |
1fe4f9ffd Обновление визуал... |
9273 9274 |
} .cabinet__works-item { |
f86fd56d9 task-132985 autor... |
9275 9276 9277 9278 9279 9280 9281 9282 9283 9284 |
-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 Обновление визуал... |
9285 9286 |
} .cabinet__works-spoiler { |
f86fd56d9 task-132985 autor... |
9287 9288 9289 9290 9291 9292 9293 9294 9295 |
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 Обновление визуал... |
9296 9297 |
} .cabinet__works-spoiler-left { |
f86fd56d9 task-132985 autor... |
9298 9299 9300 9301 9302 9303 9304 |
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: calc(100% - 22px); |
1fe4f9ffd Обновление визуал... |
9305 9306 |
} .cabinet__works-spoiler-right { |
f86fd56d9 task-132985 autor... |
9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 |
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 Обновление визуал... |
9322 9323 |
} .cabinet__works-spoiler-right svg { |
f86fd56d9 task-132985 autor... |
9324 9325 9326 9327 9328 9329 9330 |
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 Обновление визуал... |
9331 9332 |
} .cabinet__works-spoiler.active .cabinet__works-spoiler-right svg { |
f86fd56d9 task-132985 autor... |
9333 9334 9335 |
-webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); |
1fe4f9ffd Обновление визуал... |
9336 9337 |
} .cabinet__works-spoiler-buttons { |
f86fd56d9 task-132985 autor... |
9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 |
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 Обновление визуал... |
9353 9354 |
} .cabinet__works-spoiler-buttons .button { |
f86fd56d9 task-132985 autor... |
9355 9356 9357 |
width: 22px; height: 22px; padding: 0; |
1fe4f9ffd Обновление визуал... |
9358 9359 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9360 9361 9362 9363 |
.cabinet__works-spoiler-buttons .button { width: 30px; height: 30px; } |
1fe4f9ffd Обновление визуал... |
9364 9365 |
} .cabinet__works-spoiler-text { |
f86fd56d9 task-132985 autor... |
9366 9367 9368 9369 9370 |
width: calc(100% - 60px); padding-left: 20px; font-size: 17px; font-weight: 700; color: #000; |
1fe4f9ffd Обновление визуал... |
9371 9372 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9373 9374 9375 9376 9377 9378 |
.cabinet__works-spoiler-text { width: calc(100% - 74px); font-size: 20px; } } .cabinet__works-body { |
5131abdbe fixes |
9379 9380 9381 9382 |
opacity: 1; height: auto; overflow: visible; transition: opacity 0.3s, height 0.3s; |
f86fd56d9 task-132985 autor... |
9383 9384 9385 9386 9387 9388 9389 |
} .active + .cabinet__works-body { -webkit-transition: 0.3s; transition: 0.3s; opacity: 1; height: auto; padding-top: 20px; |
1fe4f9ffd Обновление визуал... |
9390 |
} |
1fe4f9ffd Обновление визуал... |
9391 |
.cabinet__works-add { |
f86fd56d9 task-132985 autor... |
9392 9393 9394 |
padding: 0; width: 100%; max-width: 160px; |
1fe4f9ffd Обновление визуал... |
9395 9396 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9397 9398 9399 |
.cabinet__works-add { max-width: 220px; } |
1fe4f9ffd Обновление визуал... |
9400 9401 |
} .cabinet__buttons { |
f86fd56d9 task-132985 autor... |
9402 9403 9404 9405 9406 9407 9408 9409 9410 9411 9412 9413 9414 9415 9416 9417 9418 9419 |
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 Обновление визуал... |
9420 9421 9422 |
} .cabinet__buttons .button, .cabinet__buttons .file { |
f86fd56d9 task-132985 autor... |
9423 9424 9425 |
padding: 0; width: 100%; max-width: 140px; |
1fe4f9ffd Обновление визуал... |
9426 9427 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9428 9429 9430 9431 |
.cabinet__buttons .button, .cabinet__buttons .file { max-width: none; } |
1fe4f9ffd Обновление визуал... |
9432 9433 |
} @media (min-width: 768px) { |
f86fd56d9 task-132985 autor... |
9434 9435 9436 |
.cabinet__buttons { gap: 20px; } |
1fe4f9ffd Обновление визуал... |
9437 9438 |
} @media (min-width: 1280px) { |
f86fd56d9 task-132985 autor... |
9439 9440 9441 |
.cabinet__buttons { max-width: 400px; } |
d4632b7a2 Анкета работника |
9442 |
} |
ab181e741 task-132985 autol... |
9443 9444 9445 9446 9447 9448 |
.cabinet__buttons_flex{ display: flex; } .cabinet__buttons_flex > *{ margin-right: 10px; } |
1fe4f9ffd Обновление визуал... |
9449 |
.cabinet__vacs { |
f86fd56d9 task-132985 autor... |
9450 9451 9452 9453 9454 9455 9456 9457 9458 9459 9460 |
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 Обновление визуал... |
9461 9462 |
} .cabinet__vacs-body { |
f86fd56d9 task-132985 autor... |
9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
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 Обновление визуал... |
9477 9478 |
} .cabinet__vacs-item { |
f86fd56d9 task-132985 autor... |
9479 9480 9481 9482 |
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 Обновление визуал... |
9483 9484 |
} .cabinet__vacs-item:nth-of-type(1), .cabinet__vacs-item:nth-of-type(2) { |
f86fd56d9 task-132985 autor... |
9485 9486 9487 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
1fe4f9ffd Обновление визуал... |
9488 9489 |
} .cabinet__vacs.active .cabinet__vacs-item { |
f86fd56d9 task-132985 autor... |
9490 9491 9492 |
display: -webkit-box; display: -ms-flexbox; display: flex; |
ee6590870 Изменения для фор... |
9493 |
} |
ab181e741 task-132985 autol... |
9494 9495 9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 9510 9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 9521 9522 9523 9524 9525 9526 9527 9528 9529 9530 9531 9532 9533 9534 9535 9536 9537 9538 9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 9551 9552 9553 9554 9555 9556 9557 9558 9559 9560 9561 9562 9563 9564 9565 9566 |
.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... |
9567 |
|
ab181e741 task-132985 autol... |
9568 9569 9570 9571 9572 9573 9574 9575 |
.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... |
9576 9577 9578 9579 9580 9581 9582 9583 |
.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 исправления для в... |
9584 |
} |
f86fd56d9 task-132985 autor... |
9585 9586 9587 9588 9589 9590 9591 |
.picker-dialog { position: relative !important; max-width: 820px; border: none; background: #fff; border-radius: 10px; padding: 20px 10px; |
2de26f97a исправления для в... |
9592 |
} |
f86fd56d9 task-132985 autor... |
9593 9594 9595 9596 |
@media (min-width: 768px) { .picker-dialog { padding: 80px; } |
d4632b7a2 Анкета работника |
9597 |
} |
f86fd56d9 task-132985 autor... |
9598 9599 |
.picker-close { font-size: 3rem; |
d4632b7a2 Анкета работника |
9600 |
} |
f86fd56d9 task-132985 autor... |
9601 9602 |
.picker-close:hover { color: #377d87; |
d4632b7a2 Анкета работника |
9603 |
} |
f86fd56d9 task-132985 autor... |
9604 9605 9606 9607 9608 |
.picker-header { padding: 0; position: static; border: none; margin-bottom: 10px; |
d4632b7a2 Анкета работника |
9609 |
} |
f86fd56d9 task-132985 autor... |
9610 9611 9612 9613 |
@media (min-width: 768px) { .picker-header { margin-bottom: 20px; } |
d4632b7a2 Анкета работника |
9614 |
} |
f86fd56d9 task-132985 autor... |
9615 9616 9617 9618 9619 9620 |
.picker-title { color: #696b6b; font-weight: 700; font-size: 22px; line-height: 1.2; text-align: center; |
d4632b7a2 Анкета работника |
9621 |
} |
f86fd56d9 task-132985 autor... |
9622 9623 9624 9625 9626 |
@media (min-width: 768px) { .picker-title { text-align: left; font-size: 34px; } |
d4632b7a2 Анкета работника |
9627 |
} |
f86fd56d9 task-132985 autor... |
9628 9629 9630 9631 |
@media (min-width: 992px) { .picker-title { font-size: 44px; } |
d4632b7a2 Анкета работника |
9632 |
} |
f86fd56d9 task-132985 autor... |
9633 9634 |
.picker-list { padding: 0 20px; |
d4632b7a2 Анкета работника |
9635 |
} |
f86fd56d9 task-132985 autor... |
9636 9637 9638 9639 |
@media (min-width: 768px) { .picker-list { padding: 0 60px; } |
d4632b7a2 Анкета работника |
9640 |
} |
f86fd56d9 task-132985 autor... |
9641 9642 9643 |
@media (min-width: 992px) { .picker-list { padding: 0 90px; |
36473daef фиксы |
9644 9645 |
} } |
f86fd56d9 task-132985 autor... |
9646 9647 9648 9649 9650 9651 9652 9653 9654 9655 9656 9657 9658 9659 9660 |
.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 фиксы |
9661 |
} |
f86fd56d9 task-132985 autor... |
9662 9663 9664 9665 |
@media (min-width: 992px) { .picker-item { font-size: 36px; } |
a93910932 рефакторинг сообщ... |
9666 |
} |
f86fd56d9 task-132985 autor... |
9667 9668 9669 9670 9671 |
.picker-cell__header { color: #377d87; } .picker-cell__control:before { border-color: #377d87; |
e335a0a1d Задачи 56,57 |
9672 |
} |
f86fd56d9 task-132985 autor... |
9673 9674 9675 |
.picker-picked { background: #fff; border-radius: 8px; |
e335a0a1d Задачи 56,57 |
9676 |
color: #377d87; |
e335a0a1d Задачи 56,57 |
9677 |
} |
f86fd56d9 task-132985 autor... |
9678 9679 9680 9681 9682 9683 9684 9685 9686 9687 9688 9689 9690 |
.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... |
9691 |
border: none; |
f86fd56d9 task-132985 autor... |
9692 9693 9694 9695 9696 9697 9698 9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 9715 |
} .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... |
9716 9717 |
cursor: pointer; } |
f86fd56d9 task-132985 autor... |
9718 9719 9720 9721 9722 9723 9724 |
@media (min-width: 768px) { .picker-footer button { padding: 0 24px; font-size: 16px; height: 44px; gap: 12px; } |
465aace57 task-132687 minor... |
9725 |
} |
f86fd56d9 task-132985 autor... |
9726 9727 9728 9729 |
@media (min-width: 992px) { .picker-footer button { padding: 0 36px; } |
465aace57 task-132687 minor... |
9730 |
} |
f86fd56d9 task-132985 autor... |
9731 9732 9733 |
.picker-footer button:hover { background: transparent; color: #377d87; |
465aace57 task-132687 minor... |
9734 |
} |
f86fd56d9 task-132985 autor... |
9735 9736 9737 |
.picker-footer .picker-cancel { background: transparent; color: #377d87; |
465aace57 task-132687 minor... |
9738 |
} |
f86fd56d9 task-132985 autor... |
9739 9740 9741 |
.picker-footer .picker-cancel:hover { background: #377d87; color: #fff; |
465aace57 task-132687 minor... |
9742 |
} |
f86fd56d9 task-132985 autor... |
9743 9744 9745 9746 9747 9748 9749 9750 9751 9752 9753 |
.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... |
9754 |
} |
f86fd56d9 task-132985 autor... |
9755 9756 9757 9758 |
.picker-open { display: -webkit-box; display: -ms-flexbox; display: flex; |
465aace57 task-132687 minor... |
9759 |
} |
ab181e741 task-132985 autol... |
9760 9761 9762 9763 9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 |
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 */ height: 43px; } .select2-selection__choice[title*="Все должности"] .select2-selection__choice__remove { display: none !important; } .cabinet__inputs-item:has(.input-picker:disabled) { display: none; } |
7d97dde35 task-132985 minor... |
9785 9786 |
.select select {display: none;} |