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