@poni/adjutant-ui 0.0.114 → 0.0.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/README.md +3 -12
  2. package/dist/adjutant-ui.css +1 -1
  3. package/dist/components/AdjButton/AdjButton.vue.d.ts +1 -1
  4. package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.vue.d.ts +1 -1
  5. package/dist/components/AdjCheckbox/AdjCheckbox.vue.d.ts +2 -2
  6. package/dist/components/AdjDownloadLink/AdjDownloadLink.vue.d.ts +1 -1
  7. package/dist/components/AdjDropdownLink/AdjDropdownLink.vue.d.ts +1 -1
  8. package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.vue.d.ts +1 -1
  9. package/dist/components/AdjFilterSelect/AdjFilterSelect.vue.d.ts +3 -3
  10. package/dist/components/AdjFilters/AdjFilters.vue.d.ts +3 -3
  11. package/dist/components/AdjFiltersMobile/AdjFiltersMobile.vue.d.ts +3 -3
  12. package/dist/components/AdjHint/AdjHint.vue.d.ts +6 -6
  13. package/dist/components/AdjHintDesktop/AdjHintDesktop.vue.d.ts +1 -1
  14. package/dist/components/AdjIcon/AdjIcon.vue.d.ts +1 -1
  15. package/dist/components/AdjIconButton/AdjIconButton.vue.d.ts +1 -1
  16. package/dist/components/AdjIconButtonText/AdjIconButtonText.vue.d.ts +1 -1
  17. package/dist/components/AdjImageButton/AdjImageButton.vue.d.ts +1 -1
  18. package/dist/components/AdjInput/AdjInput.vue.d.ts +1 -1
  19. package/dist/components/AdjInputModern/AdjInputModern.vue.d.ts +1 -1
  20. package/dist/components/AdjInputNumber/AdjInputNumber.vue.d.ts +1 -1
  21. package/dist/components/AdjModal/AdjModal.vue.d.ts +2 -2
  22. package/dist/components/AdjRadio/AdjRadio.vue.d.ts +2 -2
  23. package/dist/components/AdjScroll/AdjScroll.vue.d.ts +2 -2
  24. package/dist/components/AdjSelect/AdjSelect.vue.d.ts +4 -4
  25. package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +3 -3
  26. package/dist/components/AdjSelectModern/AdjSelectModern.vue.d.ts +5 -5
  27. package/dist/components/AdjSkeleton/AdjSkeleton.vue.d.ts +1 -1
  28. package/dist/components/AdjSkeletonItem/AdjSkeletonItem.vue.d.ts +1 -1
  29. package/dist/components/AdjSliderButton/AdjSliderButton.vue.d.ts +1 -1
  30. package/dist/components/AdjSvg/AdjSvgActive.vue.d.ts +1 -1
  31. package/dist/components/AdjSvg/AdjSvgEdit.vue.d.ts +1 -1
  32. package/dist/components/AdjSvg/AdjSvgFly.vue.d.ts +1 -1
  33. package/dist/components/AdjSvg/AdjSvgYoutube.vue.d.ts +1 -1
  34. package/dist/components/AdjTabs/AdjTabs.vue.d.ts +2 -2
  35. package/dist/components/AdjUploadFile/AdjUploadFile.vue.d.ts +5 -3
  36. package/dist/components.cjs +1 -1
  37. package/dist/components.js +1018 -608
  38. package/dist/favicon-adj.svg +0 -0
  39. package/dist/logo.svg +0 -0
  40. package/dist/plugin/components.d.ts +7 -2
  41. package/dist/plugin/types.d.ts +11 -7
  42. package/dist/{components/AdjFilters → types}/IAdjFiltersItem.d.ts +2 -2
  43. package/dist/{components/AdjFiltersMobile → types}/IAdjFiltersMobileItem.d.ts +2 -2
  44. package/dist/vars.scss +0 -0
  45. package/package.json +16 -13
  46. /package/dist/{components/AdjCheckbox → types}/IAdjCheckboxItem.d.ts +0 -0
  47. /package/dist/{components/AdjFilterSelect → types}/IAdjFilterSelectItem.d.ts +0 -0
  48. /package/dist/{components/AdjRadio → types}/IAdjRadioItem.d.ts +0 -0
  49. /package/dist/{components/AdjSelectImage → types}/IAdjSelectImageItem.d.ts +0 -0
  50. /package/dist/{components/AdjSelect → types}/IAdjSelectItem.d.ts +0 -0
  51. /package/dist/{components/AdjSelectModern → types}/IAdjSelectModernItem.d.ts +0 -0
  52. /package/dist/{components/AdjTabs → types}/IAdjTabsItem.d.ts +0 -0
  53. /package/dist/{components/AdjUploadFile → types}/IAdjUploadFileItem.d.ts +0 -0
package/README.md CHANGED
@@ -37,16 +37,7 @@ import '@poni/adjutant-ui/styles.css'
37
37
 
38
38
  ### Подключение SCSS констант, миксинов
39
39
 
40
- ```js
41
- // vite.config.ts
42
- export default defineConfig({
43
- // ...
44
- css: {
45
- preprocessorOptions: {
46
- scss: {
47
- additionalData: `@import '@poni/adjutant-ui/vars.scss';`,
48
- },
49
- },
50
- },
51
- })
40
+ ```scss
41
+ // main.scss
42
+ @use '@poni/adjutant-ui/vars' as *;
52
43
  ```
@@ -1 +1 @@
1
- @import"https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://assets.cnstr.adjutant.ru/fonts/eurostile.css";@import"https://assets.cnstr.adjutant.ru/fonts/icomoon.css";:root{--alternative: #00aaa7;--error: #e14848;--wine: #7f2629;--contrast-dark: #d74400;--contrast-normal: #ff5100;--contrast-light: #ff6f2d;--icon-dark: #40a8a8;--icon-light: #a4cccc;--back-dark: #d3e5e5;--back-light: #ecf4f4;--black: #000000;--white: #ffffff;--white-70: #ffffffb3;--white-50: #ffffff80;--white-30: #ffffff4d;--stroke-dark: #7c9594;--stroke-light: #c5cfcf}[class^=adj-]{font-family:Roboto;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:0em;box-sizing:border-box;padding:0;margin:0}[class^=adj-] *{box-sizing:border-box;padding:0;margin:0}[class^=adj-] *:focus{outline:none}.adj-fade-enter-from,.adj-fade-leave-to{opacity:0}.adj-fade-leave-from,.adj-fade-enter-to{opacity:1}.adj-popup-left-enter-from,.adj-popup-left-leave-to{transform:translate(-100vw);opacity:0}.adj-popup-bottom-enter-from,.adj-popup-bottom-leave-to{transform:translateY(50vh);opacity:0}.adj-fade-enter-active,.adj-fade-leave-active,.adj-popup-left-enter-active,.adj-popup-left-leave-active,.adj-popup-bottom-enter-active,.adj-popup-bottom-leave-active{transition:.3s}.adj-popup-pers-enter-from,.adj-popup-pers-leave-to{transition:.3s;max-height:0px;overflow:hidden}.adj-popup-pers-leave-from,.adj-popup-pers-enter-to{transition:.3s;max-height:500px;overflow:hidden}.adj-title-h1{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em}.adj-title-h2{font-family:Eurostile;font-weight:500;font-size:30px;line-height:36px;letter-spacing:0em}.adj-title-h3{font-family:Eurostile;font-weight:600;font-size:24px;line-height:32px;letter-spacing:0em}.adj-title-h4{font-family:Eurostile;font-weight:600;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-18{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-16{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em}.adj-text-14{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em}.adj-text-13{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em}.adj-text-12{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left}.adj-text-18-bold{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-16-bold{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-14-bold{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-13-bold{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em;font-weight:600}.adj-text-12-bold{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left;font-weight:600}.adj-effect-overlay-normal{box-shadow:0 4px 8px #052d2b26}.adj-effect-overlay-big{box-shadow:0 4px 15px #00343145}.adj-effect-overlay-small{box-shadow:0 2px 2px #052d2b33}.adj-effect-overlay-light{box-shadow:0 2px 2px #052d2b1a}.adj-hyperlink{font-family:Roboto;font-size:14px;font-weight:400;line-height:1.5;color:var(--black);text-decoration:underline;transition:.3s}.adj-hyperlink:hover{color:var(--contrast-normal)}.adj-hyperlink_contrast{color:var(--alternative)}.adj-hyperlink_contrast:hover{color:var(--contrast-normal)}.adj-hyperlink_light{color:var(--white);opacity:.5}.adj-hyperlink_light:hover{color:var(--white);opacity:1}.adj-hyperlink_button{text-align:center;color:var(--alternative);background-color:var(--back-light);border-radius:5px;padding:3px 10px;width:fit-content;line-height:34px;text-decoration:none}.adj-hyperlink_button:hover{color:var(--alternative);background-color:var(--back-dark)}.adj-hyperlink_button:active{background-color:var(--alternative);color:var(--white)}.adj-button[data-v-d4a39f57]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s}.adj-button i[data-v-d4a39f57]{transition:.3s}.adj-button_medium[data-v-d4a39f57]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-d4a39f57]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-d4a39f57]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-d4a39f57]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-d4a39f57]{font-size:14px;line-height:21px}.adj-button_small i[data-v-d4a39f57]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-d4a39f57]{border-radius:24px}.adj-button_flex[data-v-d4a39f57]{width:100%}.adj-button_primary[data-v-d4a39f57]{background-color:var(--contrast-normal);color:var(--white)}.adj-button_primary[data-v-d4a39f57]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-d4a39f57]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-d4a39f57]{background-color:var(--back-light);color:var(--black)}.adj-button_alternative-light i[data-v-d4a39f57]{color:var(--icon-dark)}.adj-button_alternative-light[data-v-d4a39f57]:hover{background-color:var(--back-dark)}.adj-button_alternative-light[data-v-d4a39f57]:active{background-color:var(--icon-light)}.adj-button_alternative-light:active i[data-v-d4a39f57]{color:var(--black)}.adj-button_alternative-dark[data-v-d4a39f57]{background-color:var(--back-dark);color:var(--black)}.adj-button_alternative-dark i[data-v-d4a39f57]{color:var(--icon-dark)}.adj-button_alternative-dark[data-v-d4a39f57]:hover{background-color:var(--icon-light)}.adj-button_alternative-dark:hover i[data-v-d4a39f57]{color:var(--black)}.adj-button_alternative-active[data-v-d4a39f57]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-d4a39f57]{color:var(--white)}.adj-button_alternative[data-v-d4a39f57]{background-color:var(--back-light);color:var(--alternative)}.adj-button_alternative i[data-v-d4a39f57]{color:var(--alternative)}.adj-button_alternative[data-v-d4a39f57]:hover{background-color:var(--back-dark)}.adj-button_disabled[data-v-d4a39f57]{background-color:var(--stroke-light)!important;color:var(--white)!important}.adj-button_disabled i[data-v-d4a39f57]{color:var(--white)!important}.adj-button-checkbox[data-v-8e142c2f]{height:34px;padding:0 15px 0 11px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:6px;width:fit-content;cursor:pointer}.adj-button-checkbox__title[data-v-8e142c2f]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-8e142c2f]{color:var(--icon-dark);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-button-checkbox.active[data-v-8e142c2f]{background:var(--icon-light)}.adj-button-checkbox.active i[data-v-8e142c2f],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-8e142c2f]{color:var(--black)}.adj-button-checkbox.active[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-checkbox[data-v-97fdba75]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-97fdba75]{width:16px;height:16px;border:1px solid var(--stroke-light);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-97fdba75]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-97fdba75]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-97fdba75]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-97fdba75]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-97fdba75]{fill:var(--stroke-light)}.adj-checkbox.disabled span[data-v-97fdba75]{color:var(--stroke-dark)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-97fdba75]{pointer-events:none;border:1px solid var(--stroke-light)}.adj-download-link[data-v-c07343bd]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-c07343bd]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-c07343bd]{color:var(--alternative);font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;transition:.3s;text-decoration:underline}.adj-download-link:hover .icon-file[data-v-c07343bd],.adj-download-link:hover .title[data-v-c07343bd]{color:var(--contrast-normal)}.adj-dropdown-link__title[data-v-8fe8f31c]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-8fe8f31c]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-dropdown-link__items[data-v-8fe8f31c]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-8fe8f31c]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-071adfa7]{height:34px;padding:0 10px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:4px;width:fit-content;cursor:pointer}.adj-filter-checkbox__title[data-v-071adfa7]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-071adfa7]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-071adfa7]:hover{background:var(--back-dark)}.adj-filter-checkbox.active[data-v-071adfa7]{background:var(--contrast-normal)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-071adfa7]{color:var(--white)}.adj-filter-checkbox.active[data-v-071adfa7]:hover{background:var(--contrast-light)}.adj-scroll[data-v-47993da5]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-47993da5]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-track{background:var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb{background-color:var(--icon-light);border-radius:20px;border:5px solid var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb:hover{background-color:var(--icon-dark)}@-moz-document url-prefix(){.adj-scroll[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--back-light)}.adj-scroll[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--back-light)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--white)}.adj-scroll_white[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--white)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__name[data-v-5481dc68]{padding:5px 4px 5px 10px;position:relative;cursor:pointer;width:-webkit-fill-available;background-color:var(--back-light);border-radius:5px;max-width:fit-content;transition:.3s;display:flex;align-items:center;gap:2px}.adj-filter-select__name[data-v-5481dc68]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-5481dc68]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-5481dc68]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-5481dc68]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-5481dc68]{transform:rotate(180deg)}.adj-filter-select__items[data-v-5481dc68]{width:290px;position:absolute;top:34px;left:50%;transform:translate(-50%);background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-filter-select__item[data-v-5481dc68]{padding:13.5px 16px;transition:.3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:0 10px}.adj-filter-select__item[data-v-5481dc68]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-5481dc68]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-5481dc68]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-5481dc68]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-5481dc68]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-5481dc68]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-5481dc68]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-5481dc68]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-5481dc68]{color:var(--white)}.adj-hint-desktop[data-v-56d69439]{padding:5px 10px;background:#fff;position:relative;width:var(--19fa0a1c);border:1px solid var(--stroke-light);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint-desktop__text[data-v-56d69439]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint-desktop__text[data-v-56d69439] p{margin-top:7px}.adj-hint-desktop__text[data-v-56d69439] p:first-child{margin:0}.adj-hint-desktop__triangle[data-v-56d69439]{position:absolute;left:calc(50% - 7px);top:-13px}.adj-hint-desktop__triangle_inner[data-v-56d69439]{fill:#fff}.adj-hint-desktop__triangle_border[data-v-56d69439]{stroke:var(--stroke-light)}.adj-hint-desktop_dark.adj-hint-desktop[data-v-56d69439]{padding:15px;border:none;box-shadow:none;border-radius:15px;background-color:#000000b3;color:var(--white)}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_inner[data-v-56d69439]{fill:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_border[data-v-56d69439]{stroke:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_left .adj-hint-desktop__triangle[data-v-56d69439]{right:15px}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_right .adj-hint-desktop__triangle[data-v-56d69439]{left:15px}.adj-hint-desktop_top.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint-desktop_left.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{right:10px;left:auto}.adj-hint-desktop_right.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{left:10px}.adj-modal_wrapper[data-v-b1b32775]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:50}.adj-modal__background[data-v-b1b32775]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-b1b32775]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-color:var(--white);box-shadow:0 4px 15px #00343166;border-radius:15px;width:var(--5f2379a6);height:fit-content;max-width:calc(100% - 64px);max-height:calc(100% - 64px);color:var(--black)}@media (max-width: 779px){.adj-modal__window[data-v-b1b32775]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-b1b32775]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-modal__close[data-v-b1b32775]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-b1b32775]{top:15px;right:15px;color:var(--icon-light)}.adj-modal__close[data-v-b1b32775]:hover{color:var(--stroke-dark)}}.adj-hint__slot[data-v-2537eb61]{width:fit-content;height:fit-content}.adj-hint__hint[data-v-2537eb61]{z-index:20;position:fixed}.adj-hint__modal[data-v-2537eb61]{padding:30px 20px}.adj-hint__modal[data-v-2537eb61] p{margin-top:7px}.adj-hint__modal[data-v-2537eb61] p:first-child{margin:0}@media (max-width: 779px){.adj-hint__modal[data-v-2537eb61]{padding:50px 20px}}.adj-icon[data-v-27ccd948]{cursor:pointer;transition:.3s;height:var(--a6dfad46);width:var(--a6dfad46)}.adj-icon i[data-v-27ccd948]{display:block;font-size:var(--a6dfad46);line-height:var(--a6dfad46);transition:.3s}.adj-icon_light i[data-v-27ccd948]{color:var(--icon-light)}.adj-icon_light i[data-v-27ccd948]:hover{color:var(--stroke-dark)}.adj-icon_contrast i[data-v-27ccd948]{color:var(--icon-dark)}.adj-icon_contrast i[data-v-27ccd948]:hover{color:var(--black)}.adj-icon_dark-back i[data-v-27ccd948]{color:#ffffffb3}.adj-icon_dark-back i[data-v-27ccd948]:hover{color:#fff}.adj-icon_disabled i[data-v-27ccd948]{color:var(--stroke-light)!important}.adj-icon-button[data-v-b636fa8d]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-b636fa8d]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-b636fa8d]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-b636fa8d]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-b636fa8d]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-b636fa8d]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-b636fa8d]{color:var(--icon-light)}.adj-icon-button_white-back[data-v-b636fa8d]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-b636fa8d]{color:var(--stroke-dark)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-b636fa8d]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--stroke-light)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back[data-v-b636fa8d]{background-color:var(--back-dark)}.adj-icon-button_dark-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_dark-back[data-v-b636fa8d]:hover{background-color:var(--icon-light)}.adj-icon-button_dark-back:hover i[data-v-b636fa8d]{color:var(--black)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back[data-v-b636fa8d]{background-color:var(--back-light)}.adj-icon-button_light-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_light-back[data-v-b636fa8d]:hover{background-color:var(--back-dark)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button__icon[data-v-b636fa8d]{transition:.3s}.adj-icon-button__qty[data-v-b636fa8d]{position:absolute;text-align:center;right:-5px;bottom:-5px;min-width:16px;height:16px;line-height:16px;border-radius:8px;background:var(--contrast-normal);color:var(--white);padding:0 4px}.adj-icon-button-text[data-v-55f3773b]{cursor:pointer;transition:.3s;width:fit-content;height:42px;padding:6px;border-radius:10px;background-color:var(--white);box-shadow:0 4px 8px #052d2b26;text-wrap:nowrap}.adj-icon-button-text i[data-v-55f3773b]{line-height:30px;font-size:30px;color:var(--icon-light)}.adj-icon-button-text[data-v-55f3773b]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-55f3773b]{color:var(--stroke-dark)}.adj-icon-button-text[data-v-55f3773b]:after,.adj-icon-button-text[data-v-55f3773b]:before{display:inline-block;max-width:0;vertical-align:bottom;overflow:hidden;text-wrap:nowrap;margin-bottom:7px;transition:.3s}.adj-icon-button-text[data-v-55f3773b]:hover:after,.adj-icon-button-text[data-v-55f3773b]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-55f3773b]:after{content:var(--b2b877b2)}.adj-icon-button-text_right[data-v-55f3773b]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-55f3773b]:before{content:var(--b2b877b2)}.adj-icon-button-text_left[data-v-55f3773b]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-55f3773b]{animation:adj-loading-55f3773b .2s infinite alternate ease-in-out}[class^=icon-][data-v-55f3773b]{transition:.3s}@keyframes adj-loading-55f3773b{0%{color:var(--icon-light)}to{color:var(--stroke-dark)}}.adj-image-button[data-v-54b5699e]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-54b5699e]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-54b5699e]{width:100%;height:auto}.adj-image-button.active[data-v-54b5699e]{border:2px solid var(--contrast-normal)}.adj-input__title[data-v-d3a2d383]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-input__title span[data-v-d3a2d383]{color:var(--contrast-normal)}.adj-input__hint[data-v-d3a2d383]{position:absolute;right:0;top:45px}.adj-input__field[data-v-d3a2d383]{position:relative}.adj-input__field input[data-v-d3a2d383]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s}.adj-input__field input[data-v-d3a2d383]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--stroke-dark);transition:.3s}.adj-input__field input[data-v-d3a2d383]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-d3a2d383]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-d3a2d383]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-d3a2d383]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-d3a2d383]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-d3a2d383]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-d3a2d383]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-d3a2d383]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-d3a2d383]{border:1px solid var(--error)}.adj-input_left-title[data-v-d3a2d383]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-d3a2d383]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-d3a2d383]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-6c1492b0]{position:relative}.adj-input-modern input[data-v-6c1492b0]{height:34px;padding:6.5px 10px;border:none;border-bottom:1px solid var(--alternative);color:var(--alternative);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%}.adj-input-modern input[data-v-6c1492b0]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--alternative);transition:.3s}.adj-input-modern input[data-v-6c1492b0]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-6c1492b0]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-6c1492b0]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-6c1492b0]::placeholder{color:var(--stroke-light)}.adj-radio[data-v-354e1b34]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-354e1b34]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-354e1b34]{flex-direction:row-reverse}.adj-radio__item_button[data-v-354e1b34]{width:16px;height:16px;border-radius:50%;border:1px solid var(--stroke-light);transition:border-color .3s}.adj-radio__item:hover .adj-radio__item_button[data-v-354e1b34]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-354e1b34]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-354e1b34]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-354e1b34]{border-color:var(--stroke-light)}.adj-radio_disabled.adj-radio .adj-radio__item_name[data-v-354e1b34]{color:var(--stroke-dark)}.adj-select__title[data-v-ae3b823c]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-select__title span[data-v-ae3b823c]{color:var(--contrast-normal)}.adj-select__comment[data-v-ae3b823c]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__name[data-v-ae3b823c]{padding:5.5px 30px 5.5px 10px;border:1px solid var(--stroke-light);position:relative;cursor:pointer;width:-webkit-fill-available}.adj-select__name_active[data-v-ae3b823c]{border:1px solid var(--alternative)}.adj-select__name input[data-v-ae3b823c]{border:0;outline:0}.adj-select__name span[data-v-ae3b823c]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__name i[data-v-ae3b823c]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-select.show i[data-v-ae3b823c]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-ae3b823c]{position:absolute;top:33px;left:-1px;right:-1px;background:var(--white);padding:5px 0;border:1px solid var(--stroke-light);z-index:10}.adj-select__item[data-v-ae3b823c]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-ae3b823c]:hover{background-color:var(--back-light)}.adj-select__item.active[data-v-ae3b823c]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-ae3b823c]{color:var(--stroke-dark)}.adj-select.disabled .adj-select__name[data-v-ae3b823c]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select.disabled .adj-select__name i[data-v-ae3b823c]{color:var(--stroke-light)}.adj-select.leftTitle[data-v-ae3b823c]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-ae3b823c]{margin-bottom:2px}.adj-select-modern[data-v-da4b80ef]{max-width:fit-content;cursor:pointer;position:relative}.adj-select-modern .adj-input[data-v-da4b80ef]{display:flex;align-items:center;gap:2px;border-radius:5px;background-color:var(--back-light);height:34px;transition:.3s}.adj-select-modern .adj-input[data-v-da4b80ef]:hover{background-color:var(--back-dark)}.adj-select-modern .adj-input__image[data-v-da4b80ef]{width:34px;height:34px;border-radius:5px;position:relative}.adj-select-modern .adj-input__border[data-v-da4b80ef]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern .adj-input__text[data-v-da4b80ef]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-modern .adj-input__icon[data-v-da4b80ef]{transition:.3s;font-size:24px;margin-left:2px;margin-right:6.5px;color:var(--icon-dark)}.adj-select-modern_text .adj-input__text[data-v-da4b80ef]{margin-left:10px}.adj-select-modern_image .adj-input__text[data-v-da4b80ef],.adj-select-modern_background .adj-input__text[data-v-da4b80ef]{margin-left:8px}.adj-select-modern__items[data-v-da4b80ef]{width:290px;position:fixed;background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-select-modern__item[data-v-da4b80ef]{transition:background-color .3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:10px;height:48px}.adj-select-modern__item[data-v-da4b80ef]:hover{background-color:var(--back-dark)}.adj-select-modern__item-image[data-v-da4b80ef]{position:relative;width:34px;height:34px;border-radius:5px}.adj-select-modern__item-border[data-v-da4b80ef]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern_text .adj-select-modern__item-text[data-v-da4b80ef]{margin-left:16px}.adj-select-modern_image .adj-select-modern__item-image[data-v-da4b80ef],.adj-select-modern_background .adj-select-modern__item-image[data-v-da4b80ef]{margin-left:7px}.adj-select-modern.showItems .adj-input[data-v-da4b80ef]{background-color:var(--back-dark)}.adj-select-modern.showItems i[data-v-da4b80ef]{transform:scaleY(-1)}.adj-select-modern.disabled .adj-input[data-v-da4b80ef]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select-modern.disabled .adj-input i[data-v-da4b80ef]{color:var(--icon-dark)}.adj-skeleton-item[data-v-a8496a75]{max-width:100%;width:var(--6c6a62eb);margin-top:var(--5e4cd76c);aspect-ratio:var(--3288b325);height:var(--071300a2);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-a8496a75 4s ease-in-out infinite}@keyframes adj-loading-a8496a75{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-14f324dd]{display:flex;flex-direction:column;align-items:var(--da5aeae0);max-width:100%;width:var(--0deb2ec4)}svg[data-v-ef9285fe]{display:block}svg circle[data-v-ef9285fe]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-ef9285fe]{fill:var(--white)}svg[data-v-6dc6a818]{display:block}svg circle[data-v-6dc6a818]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-6dc6a818]{fill:var(--white)}svg[data-v-578c540f]{display:block}svg path[data-v-578c540f]{fill:#d8362a}.adj-tabs[data-v-8456a19d]{width:100%;overflow:auto;position:relative}.adj-tabs[data-v-8456a19d]::-webkit-scrollbar{display:none}.adj-tabs-wrapper[data-v-8456a19d]{display:flex;width:max-content;padding:0 10px}@media (max-width: 779px){.adj-tabs-wrapper[data-v-8456a19d]{padding:0}}.adj-tabs__item[data-v-8456a19d]{padding:13.5px 15px;display:flex;align-items:center;gap:6px;cursor:pointer}.adj-tabs__item p[data-v-8456a19d]{font-size:14px;line-height:21px;white-space:nowrap}.adj-tabs__item span[data-v-8456a19d]{background:var(--alternative);color:var(--white);font-size:12px;line-height:16px;border-radius:20px;padding:0 4.5px}.adj-tabs__item.active[data-v-8456a19d]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-8456a19d]:before{position:absolute;content:"";width:100%;left:0;right:0;bottom:0;height:2px;background-color:var(--contrast-normal)}.adj-tabs__item.disabled p[data-v-8456a19d]{color:var(--stroke-dark)}.adj-upload-file[data-v-378788cf]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file [class^=icon-][data-v-378788cf]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file__main[data-v-378788cf]{display:flex;align-items:center;gap:0 6px}.adj-upload-file__main .icon-arrow-circle-up[data-v-378788cf]{color:var(--alternative)}.adj-upload-file__main:hover .icon-arrow-circle-up[data-v-378788cf]{color:var(--black)}.adj-upload-file .icon-close[data-v-378788cf]{color:var(--icon-light)}.adj-upload-file_loading .icon-arrow-circle-up[data-v-378788cf]{animation:loading-378788cf .2s infinite alternate ease-in-out}@keyframes loading-378788cf{0%{color:var(--alternative)}to{color:var(--black)}}
1
+ @import"https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://assets.cnstr.adjutant.ru/fonts/eurostile.css";@import"https://assets.cnstr.adjutant.ru/fonts/icomoon.css";:root{--alternative: #00aaa7;--error: #e14848;--wine: #7f2629;--contrast-dark: #d74400;--contrast-normal: #ff5100;--contrast-light: #ff6f2d;--icon-dark: #40a8a8;--icon-light: #a4cccc;--back-dark: #d3e5e5;--back-light: #ecf4f4;--black: #000000;--white: #ffffff;--white-70: #ffffffb3;--white-50: #ffffff80;--white-30: #ffffff4d;--stroke-dark: #7c9594;--stroke-light: #c5cfcf}[class^=adj-]{font-family:Roboto;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:0em;box-sizing:border-box;padding:0;margin:0}[class^=adj-] *{box-sizing:border-box;padding:0;margin:0}[class^=adj-] *:focus{outline:none}.adj-fade-enter-from,.adj-fade-leave-to{opacity:0}.adj-fade-leave-from,.adj-fade-enter-to{opacity:1}.adj-popup-left-enter-from,.adj-popup-left-leave-to{transform:translate(-100vw);opacity:0}.adj-popup-bottom-enter-from,.adj-popup-bottom-leave-to{transform:translateY(50vh);opacity:0}.adj-fade-enter-active,.adj-fade-leave-active,.adj-popup-left-enter-active,.adj-popup-left-leave-active,.adj-popup-bottom-enter-active,.adj-popup-bottom-leave-active{transition:.3s}.adj-popup-pers-enter-from,.adj-popup-pers-leave-to{transition:.3s;max-height:0px;overflow:hidden}.adj-popup-pers-leave-from,.adj-popup-pers-enter-to{transition:.3s;max-height:500px;overflow:hidden}.adj-title-h1{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em}.adj-title-h2{font-family:Eurostile;font-weight:500;font-size:30px;line-height:36px;letter-spacing:0em}.adj-title-h3{font-family:Eurostile;font-weight:600;font-size:24px;line-height:32px;letter-spacing:0em}.adj-title-h4{font-family:Eurostile;font-weight:600;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-18{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-16{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em}.adj-text-14{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em}.adj-text-13{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em}.adj-text-12{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left}.adj-text-18-bold{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-16-bold{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-14-bold{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-13-bold{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em;font-weight:600}.adj-text-12-bold{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left;font-weight:600}.adj-effect-overlay-normal{box-shadow:0 4px 8px #052d2b26}.adj-effect-overlay-big{box-shadow:0 4px 15px #00343145}.adj-effect-overlay-small{box-shadow:0 2px 2px #052d2b33}.adj-effect-overlay-light{box-shadow:0 2px 2px #052d2b1a}.adj-hyperlink{font-family:Roboto;font-size:14px;font-weight:400;line-height:1.5;color:var(--black);text-decoration:underline;transition:.3s}.adj-hyperlink:hover{color:var(--contrast-normal)}.adj-hyperlink_contrast{color:var(--alternative)}.adj-hyperlink_contrast:hover{color:var(--contrast-normal)}.adj-hyperlink_light{color:var(--white);opacity:.5}.adj-hyperlink_light:hover{color:var(--white);opacity:1}.adj-hyperlink_button{text-align:center;color:var(--alternative);background-color:var(--back-light);border-radius:5px;padding:3px 10px;width:fit-content;line-height:34px;text-decoration:none}.adj-hyperlink_button:hover{color:var(--alternative);background-color:var(--back-dark)}.adj-hyperlink_button:active{background-color:var(--alternative);color:var(--white)}.adj-button[data-v-d4a39f57]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s}.adj-button i[data-v-d4a39f57]{transition:.3s}.adj-button_medium[data-v-d4a39f57]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-d4a39f57]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-d4a39f57]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-d4a39f57]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-d4a39f57]{font-size:14px;line-height:21px}.adj-button_small i[data-v-d4a39f57]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-d4a39f57]{border-radius:24px}.adj-button_flex[data-v-d4a39f57]{width:100%}.adj-button_primary[data-v-d4a39f57]{background-color:var(--contrast-normal);color:var(--white)}.adj-button_primary[data-v-d4a39f57]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-d4a39f57]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-d4a39f57]{background-color:var(--back-light);color:var(--black)}.adj-button_alternative-light i[data-v-d4a39f57]{color:var(--icon-dark)}.adj-button_alternative-light[data-v-d4a39f57]:hover{background-color:var(--back-dark)}.adj-button_alternative-light[data-v-d4a39f57]:active{background-color:var(--icon-light)}.adj-button_alternative-light:active i[data-v-d4a39f57]{color:var(--black)}.adj-button_alternative-dark[data-v-d4a39f57]{background-color:var(--back-dark);color:var(--black)}.adj-button_alternative-dark i[data-v-d4a39f57]{color:var(--icon-dark)}.adj-button_alternative-dark[data-v-d4a39f57]:hover{background-color:var(--icon-light)}.adj-button_alternative-dark:hover i[data-v-d4a39f57]{color:var(--black)}.adj-button_alternative-active[data-v-d4a39f57]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-d4a39f57]{color:var(--white)}.adj-button_alternative[data-v-d4a39f57]{background-color:var(--back-light);color:var(--alternative)}.adj-button_alternative i[data-v-d4a39f57]{color:var(--alternative)}.adj-button_alternative[data-v-d4a39f57]:hover{background-color:var(--back-dark)}.adj-button_disabled[data-v-d4a39f57]{background-color:var(--stroke-light)!important;color:var(--white)!important}.adj-button_disabled i[data-v-d4a39f57]{color:var(--white)!important}.adj-button-checkbox[data-v-8e142c2f]{height:34px;padding:0 15px 0 11px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:6px;width:fit-content;cursor:pointer}.adj-button-checkbox__title[data-v-8e142c2f]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-8e142c2f]{color:var(--icon-dark);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-button-checkbox.active[data-v-8e142c2f]{background:var(--icon-light)}.adj-button-checkbox.active i[data-v-8e142c2f],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-8e142c2f]{color:var(--black)}.adj-button-checkbox.active[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-checkbox[data-v-3b856932]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-3b856932]{width:16px;height:16px;border:1px solid var(--stroke-light);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-3b856932]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-3b856932]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-3b856932]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-3b856932]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-3b856932]{fill:var(--stroke-light)}.adj-checkbox.disabled span[data-v-3b856932]{color:var(--stroke-dark)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-3b856932]{pointer-events:none;border:1px solid var(--stroke-light)}.adj-download-link[data-v-c07343bd]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-c07343bd]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-c07343bd]{color:var(--alternative);font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;transition:.3s;text-decoration:underline}.adj-download-link:hover .icon-file[data-v-c07343bd],.adj-download-link:hover .title[data-v-c07343bd]{color:var(--contrast-normal)}.adj-dropdown-link__title[data-v-8fe8f31c]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-8fe8f31c]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-dropdown-link__items[data-v-8fe8f31c]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-8fe8f31c]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-071adfa7]{height:34px;padding:0 10px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:4px;width:fit-content;cursor:pointer}.adj-filter-checkbox__title[data-v-071adfa7]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-071adfa7]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-071adfa7]:hover{background:var(--back-dark)}.adj-filter-checkbox.active[data-v-071adfa7]{background:var(--contrast-normal)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-071adfa7]{color:var(--white)}.adj-filter-checkbox.active[data-v-071adfa7]:hover{background:var(--contrast-light)}.adj-scroll[data-v-47993da5]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-47993da5]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-track{background:var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb{background-color:var(--icon-light);border-radius:20px;border:5px solid var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb:hover{background-color:var(--icon-dark)}@-moz-document url-prefix(){.adj-scroll[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--back-light)}.adj-scroll[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--back-light)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--white)}.adj-scroll_white[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--white)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__name[data-v-eef9bb6c]{padding:5px 4px 5px 10px;position:relative;cursor:pointer;width:-webkit-fill-available;background-color:var(--back-light);border-radius:5px;max-width:fit-content;transition:.3s;display:flex;align-items:center;gap:2px}.adj-filter-select__name[data-v-eef9bb6c]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-eef9bb6c]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-eef9bb6c]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-eef9bb6c]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-eef9bb6c]{transform:rotate(180deg)}.adj-filter-select__items[data-v-eef9bb6c]{width:290px;position:absolute;top:34px;left:50%;transform:translate(-50%);background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-filter-select__item[data-v-eef9bb6c]{padding:13.5px 16px;transition:.3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:0 10px}.adj-filter-select__item[data-v-eef9bb6c]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-eef9bb6c]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-eef9bb6c]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-eef9bb6c]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-eef9bb6c]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-eef9bb6c]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-eef9bb6c]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-eef9bb6c]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-eef9bb6c]{color:var(--white)}.adj-filters[data-v-3c3a1e60]{display:flex;gap:10px}.adj-filters-mobile_wrapper[data-v-a41fe134]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:40}.adj-filters-mobile__background[data-v-a41fe134]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-filters-mobile__window[data-v-a41fe134]{position:absolute;top:0;bottom:0;left:0;background-color:var(--white);width:var(--68e8c95b)}@media (max-width: 779px){.adj-filters-mobile__window[data-v-a41fe134]{width:100%}}.adj-filters-mobile__close[data-v-a41fe134]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-filters-mobile__close[data-v-a41fe134]:hover{color:var(--white)}@media (max-width: 779px){.adj-filters-mobile__close[data-v-a41fe134]{top:15px;right:15px;color:var(--icon-light)}.adj-filters-mobile__close[data-v-a41fe134]:hover{color:var(--stroke-dark)}}.adj-window[data-v-a41fe134]{display:flex;flex-direction:column}.adj-window__header[data-v-a41fe134]{flex-shrink:0;display:flex;align-items:center;gap:16px;height:96px;border-bottom:1px var(--stroke-light) solid;padding:0 24px}.adj-window__header-button[data-v-a41fe134],.adj-window__header-reset[data-v-a41fe134]{color:var(--alternative);cursor:pointer;transition:.3s}.adj-window__header-button[data-v-a41fe134]:hover,.adj-window__header-reset[data-v-a41fe134]:hover{color:var(--black)}.adj-window__header-button[data-v-a41fe134]{font-size:32px}.adj-window__header-title[data-v-a41fe134]{flex-grow:1}.adj-window__header-reset[data-v-a41fe134]{text-decoration:underline}.adj-filter[data-v-a41fe134]{display:flex;align-items:center;gap:16px;height:66px;padding:0 21px;border-left:3px transparent solid;cursor:pointer}.adj-filter[data-v-a41fe134]:hover{background-color:var(--back-light)}.adj-filter_checked[data-v-a41fe134]{background-color:var(--back-light);border-left:3px var(--contrast-normal) solid}.adj-filter__button[data-v-a41fe134]{font-size:32px;color:var(--alternative)}.adj-filter__button .icon-close[data-v-a41fe134]{cursor:pointer;transition:.3s}.adj-filter__button .icon-close[data-v-a41fe134]:hover{color:var(--black)}.adj-filter__title[data-v-a41fe134]{flex-grow:1}.adj-filter_disabled[data-v-a41fe134]{color:var(--stroke-dark);cursor:default}.adj-filter_disabled[data-v-a41fe134]:hover{background-color:unset}.adj-filter_disabled .adj-filter__button[data-v-a41fe134]{color:var(--stroke-dark);cursor:default;transition:.3s}.adj-filter_disabled .adj-filter__button[data-v-a41fe134]:hover{color:var(--stroke-dark)}.adj-modal_wrapper[data-v-b1b32775]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:50}.adj-modal__background[data-v-b1b32775]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-b1b32775]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-color:var(--white);box-shadow:0 4px 15px #00343166;border-radius:15px;width:var(--5f2379a6);height:fit-content;max-width:calc(100% - 64px);max-height:calc(100% - 64px);color:var(--black)}@media (max-width: 779px){.adj-modal__window[data-v-b1b32775]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-b1b32775]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-modal__close[data-v-b1b32775]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-b1b32775]{top:15px;right:15px;color:var(--icon-light)}.adj-modal__close[data-v-b1b32775]:hover{color:var(--stroke-dark)}}.adj-hint-desktop[data-v-56d69439]{padding:5px 10px;background:#fff;position:relative;width:var(--19fa0a1c);border:1px solid var(--stroke-light);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint-desktop__text[data-v-56d69439]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint-desktop__text[data-v-56d69439] p{margin-top:7px}.adj-hint-desktop__text[data-v-56d69439] p:first-child{margin:0}.adj-hint-desktop__triangle[data-v-56d69439]{position:absolute;left:calc(50% - 7px);top:-13px}.adj-hint-desktop__triangle_inner[data-v-56d69439]{fill:#fff}.adj-hint-desktop__triangle_border[data-v-56d69439]{stroke:var(--stroke-light)}.adj-hint-desktop_dark.adj-hint-desktop[data-v-56d69439]{padding:15px;border:none;box-shadow:none;border-radius:15px;background-color:#000000b3;color:var(--white)}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_inner[data-v-56d69439]{fill:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_border[data-v-56d69439]{stroke:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_left .adj-hint-desktop__triangle[data-v-56d69439]{right:15px}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_right .adj-hint-desktop__triangle[data-v-56d69439]{left:15px}.adj-hint-desktop_top.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint-desktop_left.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{right:10px;left:auto}.adj-hint-desktop_right.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{left:10px}.adj-hint__slot[data-v-2537eb61]{width:fit-content;height:fit-content}.adj-hint__hint[data-v-2537eb61]{z-index:20;position:fixed}.adj-hint__modal[data-v-2537eb61]{padding:30px 20px}.adj-hint__modal[data-v-2537eb61] p{margin-top:7px}.adj-hint__modal[data-v-2537eb61] p:first-child{margin:0}@media (max-width: 779px){.adj-hint__modal[data-v-2537eb61]{padding:50px 20px}}.adj-icon[data-v-27ccd948]{cursor:pointer;transition:.3s;height:var(--a6dfad46);width:var(--a6dfad46)}.adj-icon i[data-v-27ccd948]{display:block;font-size:var(--a6dfad46);line-height:var(--a6dfad46);transition:.3s}.adj-icon_light i[data-v-27ccd948]{color:var(--icon-light)}.adj-icon_light i[data-v-27ccd948]:hover{color:var(--stroke-dark)}.adj-icon_contrast i[data-v-27ccd948]{color:var(--icon-dark)}.adj-icon_contrast i[data-v-27ccd948]:hover{color:var(--black)}.adj-icon_dark-back i[data-v-27ccd948]{color:#ffffffb3}.adj-icon_dark-back i[data-v-27ccd948]:hover{color:#fff}.adj-icon_disabled i[data-v-27ccd948]{color:var(--stroke-light)!important}.adj-icon-button[data-v-b636fa8d]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-b636fa8d]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-b636fa8d]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-b636fa8d]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-b636fa8d]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-b636fa8d]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-b636fa8d]{color:var(--icon-light)}.adj-icon-button_white-back[data-v-b636fa8d]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-b636fa8d]{color:var(--stroke-dark)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-b636fa8d]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--stroke-light)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back[data-v-b636fa8d]{background-color:var(--back-dark)}.adj-icon-button_dark-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_dark-back[data-v-b636fa8d]:hover{background-color:var(--icon-light)}.adj-icon-button_dark-back:hover i[data-v-b636fa8d]{color:var(--black)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back[data-v-b636fa8d]{background-color:var(--back-light)}.adj-icon-button_light-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_light-back[data-v-b636fa8d]:hover{background-color:var(--back-dark)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button__icon[data-v-b636fa8d]{transition:.3s}.adj-icon-button__qty[data-v-b636fa8d]{position:absolute;text-align:center;right:-5px;bottom:-5px;min-width:16px;height:16px;line-height:16px;border-radius:8px;background:var(--contrast-normal);color:var(--white);padding:0 4px}.adj-icon-button-text[data-v-55f3773b]{cursor:pointer;transition:.3s;width:fit-content;height:42px;padding:6px;border-radius:10px;background-color:var(--white);box-shadow:0 4px 8px #052d2b26;text-wrap:nowrap}.adj-icon-button-text i[data-v-55f3773b]{line-height:30px;font-size:30px;color:var(--icon-light)}.adj-icon-button-text[data-v-55f3773b]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-55f3773b]{color:var(--stroke-dark)}.adj-icon-button-text[data-v-55f3773b]:after,.adj-icon-button-text[data-v-55f3773b]:before{display:inline-block;max-width:0;vertical-align:bottom;overflow:hidden;text-wrap:nowrap;margin-bottom:7px;transition:.3s}.adj-icon-button-text[data-v-55f3773b]:hover:after,.adj-icon-button-text[data-v-55f3773b]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-55f3773b]:after{content:var(--b2b877b2)}.adj-icon-button-text_right[data-v-55f3773b]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-55f3773b]:before{content:var(--b2b877b2)}.adj-icon-button-text_left[data-v-55f3773b]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-55f3773b]{animation:adj-loading-55f3773b .2s infinite alternate ease-in-out}[class^=icon-][data-v-55f3773b]{transition:.3s}@keyframes adj-loading-55f3773b{0%{color:var(--icon-light)}to{color:var(--stroke-dark)}}.adj-image-button[data-v-54b5699e]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-54b5699e]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-54b5699e]{width:100%;height:auto}.adj-image-button.active[data-v-54b5699e]{border:2px solid var(--contrast-normal)}.adj-input__title[data-v-d3a2d383]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-input__title span[data-v-d3a2d383]{color:var(--contrast-normal)}.adj-input__hint[data-v-d3a2d383]{position:absolute;right:0;top:45px}.adj-input__field[data-v-d3a2d383]{position:relative}.adj-input__field input[data-v-d3a2d383]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s}.adj-input__field input[data-v-d3a2d383]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--stroke-dark);transition:.3s}.adj-input__field input[data-v-d3a2d383]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-d3a2d383]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-d3a2d383]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-d3a2d383]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-d3a2d383]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-d3a2d383]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-d3a2d383]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-d3a2d383]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-d3a2d383]{border:1px solid var(--error)}.adj-input_left-title[data-v-d3a2d383]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-d3a2d383]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-d3a2d383]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-6c1492b0]{position:relative}.adj-input-modern input[data-v-6c1492b0]{height:34px;padding:6.5px 10px;border:none;border-bottom:1px solid var(--alternative);color:var(--alternative);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%}.adj-input-modern input[data-v-6c1492b0]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--alternative);transition:.3s}.adj-input-modern input[data-v-6c1492b0]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-6c1492b0]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-6c1492b0]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-6c1492b0]::placeholder{color:var(--stroke-light)}.adj-input__field[data-v-7c03529a]{position:relative}.adj-input__field input[data-v-7c03529a]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s;align-items:center;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.adj-input__field input[data-v-7c03529a]::-webkit-inner-spin-button{-webkit-appearance:none}.adj-input__field input[data-v-7c03529a]:focus{border:1px solid var(--alternative)}.adj-radio[data-v-72030e46]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-72030e46]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-72030e46]{flex-direction:row-reverse}.adj-radio__item_button[data-v-72030e46]{width:16px;height:16px;border-radius:50%;border:1px solid var(--stroke-light);transition:border-color .3s}.adj-radio__item:hover .adj-radio__item_button[data-v-72030e46]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-72030e46]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-72030e46]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-72030e46]{border-color:var(--stroke-light)}.adj-radio_disabled.adj-radio .adj-radio__item_name[data-v-72030e46]{color:var(--stroke-dark)}.adj-select__title[data-v-7a2abb17]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-select__title span[data-v-7a2abb17]{color:var(--contrast-normal)}.adj-select__comment[data-v-7a2abb17]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__name[data-v-7a2abb17]{padding:5.5px 30px 5.5px 10px;border:1px solid var(--stroke-light);position:relative;cursor:pointer;width:-webkit-fill-available}.adj-select__name_active[data-v-7a2abb17]{border:1px solid var(--alternative)}.adj-select__name input[data-v-7a2abb17]{border:0;outline:0}.adj-select__name span[data-v-7a2abb17]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__name i[data-v-7a2abb17]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-select.show i[data-v-7a2abb17]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-7a2abb17]{position:absolute;top:33px;left:-1px;right:-1px;background:var(--white);padding:5px 0;border:1px solid var(--stroke-light);z-index:10}.adj-select__item[data-v-7a2abb17]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-7a2abb17]:hover{background-color:var(--back-light)}.adj-select__item.active[data-v-7a2abb17]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-7a2abb17]{color:var(--stroke-dark)}.adj-select.disabled .adj-select__name[data-v-7a2abb17]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select.disabled .adj-select__name i[data-v-7a2abb17]{color:var(--stroke-light)}.adj-select.leftTitle[data-v-7a2abb17]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-7a2abb17]{margin-bottom:2px}.adj-skeleton-item[data-v-a8496a75]{max-width:100%;width:var(--6c6a62eb);margin-top:var(--5e4cd76c);aspect-ratio:var(--3288b325);height:var(--071300a2);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-a8496a75 4s ease-in-out infinite}@keyframes adj-loading-a8496a75{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-14f324dd]{display:flex;flex-direction:column;align-items:var(--da5aeae0);max-width:100%;width:var(--0deb2ec4)}svg[data-v-ef9285fe]{display:block}svg circle[data-v-ef9285fe]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-ef9285fe]{fill:var(--white)}.adj-select-image[data-v-75361489]{width:100%;overflow:hidden;position:relative;max-height:var(--6c2de9f2);transition:.3s}.adj-select-image[data-v-75361489]::-webkit-scrollbar{display:none}.adj-select-image-wrapper[data-v-75361489]{display:flex;width:100%;flex-wrap:wrap;gap:11px}.adj-select-image-item[data-v-75361489]{width:75px;height:75px;cursor:pointer;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.adj-select-image-item__image[data-v-75361489]{width:75px;height:75px;border-radius:10px;overflow:hidden;transition:.3s}.adj-select-image-item__title[data-v-75361489]{transition:.3s}.adj-select-image-item_checked .adj-select-image-item__image[data-v-75361489]{box-shadow:none;position:relative}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check2[data-v-75361489]{border:2px solid var(--contrast-normal);border-radius:10px;width:75px;height:75px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check[data-v-75361489]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:24px;height:24px}.adj-select-image-item:hover .adj-select-image-item__image[data-v-75361489]{box-shadow:0 4px 15px #00343145}.adj-select-image-item:hover .adj-select-image-item__title[data-v-75361489]{color:var(--contrast-normal)}.adj-select-image__hint[data-v-75361489]{z-index:10;position:fixed;top:var(--58b6ed5a);left:var(--be2e506e);display:var(--cef09c80)}.adj-select-image__expand[data-v-75361489]{display:flex;align-items:center;margin:4px 0 0 35px;color:var(--alternative);cursor:pointer;transition:.3s;position:relative}@media (max-width: 779px){.adj-select-image__expand[data-v-75361489]{margin-left:15px}}.adj-select-image__expand[data-v-75361489]:hover{color:var(--contrast-normal)}.adj-select-image__expand.adj-expand[data-v-75361489]{margin-top:-2px}.adj-select-image__expand.adj-expand .adj-select-image__expand-icon[data-v-75361489]{transform:scaleY(-1)}.adj-select-image__expand-icon[data-v-75361489]{font-size:24px;line-height:24px}.adj-shadow[data-v-75361489]{position:absolute;right:0;bottom:0;left:0;height:15px;z-index:1;background:linear-gradient(180deg,#fff0,#fff)}.adj-select-image_text[data-v-75361489]{overflow:auto;padding:20px 0}.adj-select-image_text .adj-select-image-wrapper[data-v-75361489]{padding:0 10px}.adj-select-image_text_wrapper[data-v-75361489]{gap:20px 0;text-align:center}.adj-select-image_text .adj-select-image-item[data-v-75361489]{width:125px;height:unset}.adj-select-image_text .adj-select-image-item__title[data-v-75361489]{text-align:center;margin:6px 5px 0}@media (max-width: 779px){.adj-select-image_text .adj-select-image-wrapper[data-v-75361489]{width:max-content;flex-wrap:nowrap}}.adj-select-image_image[data-v-75361489]{padding:8px 10px 10px 35px}@media (max-width: 779px){.adj-select-image_image[data-v-75361489]{padding-left:15px}}.adj-select-image_image .adj-select-image-item__title[data-v-75361489]{display:none}.adj-select-modern[data-v-4c15acfe]{max-width:fit-content;cursor:pointer;position:relative}.adj-select-modern .adj-input[data-v-4c15acfe]{display:flex;align-items:center;gap:2px;border-radius:5px;background-color:var(--back-light);height:34px;transition:.3s}.adj-select-modern .adj-input[data-v-4c15acfe]:hover{background-color:var(--back-dark)}.adj-select-modern .adj-input__image[data-v-4c15acfe]{width:34px;height:34px;border-radius:5px;position:relative}.adj-select-modern .adj-input__border[data-v-4c15acfe]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern .adj-input__text[data-v-4c15acfe]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-modern .adj-input__icon[data-v-4c15acfe]{transition:.3s;font-size:24px;margin-left:2px;margin-right:6.5px;color:var(--icon-dark)}.adj-select-modern_text .adj-input__text[data-v-4c15acfe]{margin-left:10px}.adj-select-modern_image .adj-input__text[data-v-4c15acfe],.adj-select-modern_background .adj-input__text[data-v-4c15acfe]{margin-left:8px}.adj-select-modern__items[data-v-4c15acfe]{width:290px;position:fixed;background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-select-modern__item[data-v-4c15acfe]{transition:background-color .3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:10px;height:48px}.adj-select-modern__item[data-v-4c15acfe]:hover{background-color:var(--back-dark)}.adj-select-modern__item-image[data-v-4c15acfe]{position:relative;width:34px;height:34px;border-radius:5px}.adj-select-modern__item-border[data-v-4c15acfe]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern_text .adj-select-modern__item-text[data-v-4c15acfe]{margin-left:16px}.adj-select-modern_image .adj-select-modern__item-image[data-v-4c15acfe],.adj-select-modern_background .adj-select-modern__item-image[data-v-4c15acfe]{margin-left:7px}.adj-select-modern.showItems .adj-input[data-v-4c15acfe]{background-color:var(--back-dark)}.adj-select-modern.showItems i[data-v-4c15acfe]{transform:scaleY(-1)}.adj-select-modern.disabled .adj-input[data-v-4c15acfe]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select-modern.disabled .adj-input i[data-v-4c15acfe]{color:var(--icon-dark)}.adj-slider-button[data-v-f57350ff]{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.adj-slider-button__circle[data-v-f57350ff]{width:34px;height:34px;border-radius:50%;font-size:24px;background-color:var(--white);color:var(--icon-dark);display:flex;justify-content:center;align-items:center;box-shadow:0 2px 2px #052d2b33;transition:ease .3s;cursor:pointer}.adj-slider-button__circle[data-v-f57350ff]:hover{width:40px;height:40px;background-color:var(--back-light);box-shadow:0 4px 15px #00343145}.adj-slider-button__circle_disabled[data-v-f57350ff]{background-color:var(--back-light);color:var(--stroke-light);cursor:default;opacity:.4;box-shadow:none}.adj-slider-button__circle_disabled[data-v-f57350ff]:hover{width:34px;height:34px;background-color:var(--back-light);box-shadow:none}svg[data-v-6dc6a818]{display:block}svg circle[data-v-6dc6a818]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-6dc6a818]{fill:var(--white)}svg[data-v-578c540f]{display:block}svg path[data-v-578c540f]{fill:#d8362a}.adj-tabs[data-v-9f24d30e]{width:100%;overflow:auto;position:relative}.adj-tabs[data-v-9f24d30e]::-webkit-scrollbar{display:none}.adj-tabs-wrapper[data-v-9f24d30e]{display:flex;width:max-content;padding:0 10px}@media (max-width: 779px){.adj-tabs-wrapper[data-v-9f24d30e]{padding:0}}.adj-tabs__item[data-v-9f24d30e]{padding:13.5px 15px;display:flex;align-items:center;gap:6px;cursor:pointer}.adj-tabs__item p[data-v-9f24d30e]{font-size:14px;line-height:21px;white-space:nowrap}.adj-tabs__item span[data-v-9f24d30e]{background:var(--alternative);color:var(--white);font-size:12px;line-height:16px;border-radius:20px;padding:0 4.5px}.adj-tabs__item.active[data-v-9f24d30e]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-9f24d30e]:before{position:absolute;content:"";width:100%;left:0;right:0;bottom:0;height:2px;background-color:var(--contrast-normal)}.adj-tabs__item.disabled p[data-v-9f24d30e]{color:var(--stroke-dark)}.adj-upload-file[data-v-b1dc8fec]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file [class^=icon-][data-v-b1dc8fec]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file__main[data-v-b1dc8fec]{display:flex;align-items:center;gap:0 6px}.adj-upload-file__main .icon-arrow-circle-up[data-v-b1dc8fec]{color:var(--alternative)}.adj-upload-file__main:hover .icon-arrow-circle-up[data-v-b1dc8fec]{color:var(--black)}.adj-upload-file .icon-close[data-v-b1dc8fec]{color:var(--icon-light)}.adj-upload-file_loading .icon-arrow-circle-up[data-v-b1dc8fec]{animation:loading-b1dc8fec .2s infinite alternate ease-in-out}@keyframes loading-b1dc8fec{0%{color:var(--alternative)}to{color:var(--black)}}
@@ -29,5 +29,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
29
29
  round: boolean;
30
30
  iconLeft: TIconName;
31
31
  iconRight: TIconName;
32
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
33
  export default _default;
@@ -13,5 +13,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
13
13
  }>, {
14
14
  iconLeft: string;
15
15
  modelValue: boolean;
16
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
17
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IAdjCheckboxItem } from './IAdjCheckboxItem';
1
+ import { IAdjCheckboxItem } from '../../types/IAdjCheckboxItem';
2
2
  type __VLS_Props = {
3
3
  /** Заголовок */
4
4
  title?: string;
@@ -23,5 +23,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
23
23
  disabled: boolean;
24
24
  modelValue: IAdjCheckboxItem;
25
25
  titlePosition: "left" | "right";
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
27
  export default _default;
@@ -4,5 +4,5 @@ type __VLS_Props = {
4
4
  /** url ссылки */
5
5
  href: string;
6
6
  };
7
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>;
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
@@ -7,5 +7,5 @@ type __VLS_Props = {
7
7
  href: string;
8
8
  }[];
9
9
  };
10
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
11
  export default _default;
@@ -10,5 +10,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
10
10
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
11
11
  }>, {
12
12
  modelValue: boolean;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IAdjFilterSelectItem } from './IAdjFilterSelectItem';
1
+ import { IAdjFilterSelectItem } from '../../types/IAdjFilterSelectItem';
2
2
  import { THorizontalPosition } from '../../misc/types';
3
3
  type __VLS_Props = {
4
4
  /** Название/заголовок */
@@ -17,6 +17,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
17
17
  }>, {
18
18
  position: THorizontalPosition;
19
19
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
20
- refElement: HTMLDivElement;
21
- }, HTMLDivElement>;
20
+ refElement: any;
21
+ }, any>;
22
22
  export default _default;
@@ -1,5 +1,5 @@
1
- import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
2
- import { IAdjFiltersItem } from './IAdjFiltersItem';
1
+ import { IAdjFilterSelectItem } from '../../types/IAdjFilterSelectItem';
2
+ import { IAdjFiltersItem } from '../../types/IAdjFiltersItem';
3
3
  type __VLS_Props = {
4
4
  filters: IAdjFiltersItem[];
5
5
  modelValue: (IAdjFilterSelectItem | object | boolean)[];
@@ -8,5 +8,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
8
8
  "update:modelValue": (value: (boolean | object | IAdjFilterSelectItem)[]) => any;
9
9
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
10
10
  "onUpdate:modelValue"?: ((value: (boolean | object | IAdjFilterSelectItem)[]) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
12
  export default _default;
@@ -1,5 +1,5 @@
1
- import { IAdjFiltersMobileItem } from './IAdjFiltersMobileItem';
2
- import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
1
+ import { IAdjFiltersMobileItem } from '../../types/IAdjFiltersMobileItem';
2
+ import { IAdjFilterSelectItem } from '../../types/IAdjFilterSelectItem';
3
3
  type __VLS_Props = {
4
4
  /** Массив фильтров */
5
5
  filters: IAdjFiltersMobileItem[];
@@ -18,5 +18,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
18
18
  "onUpdate:modelValue"?: ((value: (boolean | object | IAdjFilterSelectItem)[]) => any) | undefined;
19
19
  }>, {
20
20
  width: string;
21
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
22
  export default _default;
@@ -17,10 +17,10 @@ declare function __VLS_template(): {
17
17
  default?(_: {}): any;
18
18
  };
19
19
  refs: {
20
- refSlot: HTMLDivElement;
21
- refHint: HTMLDivElement;
20
+ refSlot: any;
21
+ refHint: any;
22
22
  };
23
- rootEl: HTMLDivElement;
23
+ rootEl: any;
24
24
  };
25
25
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
26
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
@@ -30,9 +30,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
30
30
  dark: boolean;
31
31
  modalMode: boolean;
32
32
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
33
- refSlot: HTMLDivElement;
34
- refHint: HTMLDivElement;
35
- }, HTMLDivElement>;
33
+ refSlot: any;
34
+ refHint: any;
35
+ }, any>;
36
36
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
37
  export default _default;
38
38
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -17,5 +17,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
17
17
  horizontalPosition: THorizontalPosition;
18
18
  verticalPosition: TVerticalPosition;
19
19
  dark: boolean;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -23,5 +23,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
23
23
  disabled: boolean;
24
24
  tooltip: string;
25
25
  tooltipPosition: THorizontalPosition;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
27
  export default _default;
@@ -20,5 +20,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
20
20
  design: "white-back" | "dark-back" | "light-back";
21
21
  disabled: boolean;
22
22
  qty: number;
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
24
  export default _default;
@@ -15,5 +15,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
15
15
  onClick?: (() => any) | undefined;
16
16
  }>, {
17
17
  textPosition: "left" | "right";
18
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
19
  export default _default;
@@ -7,5 +7,5 @@ type __VLS_Props = {
7
7
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
8
  image: string;
9
9
  active: boolean;
10
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
11
  export default _default;
@@ -35,5 +35,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
35
35
  error: boolean;
36
36
  hint: string;
37
37
  debounceTime: number;
38
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
39
39
  export default _default;
@@ -17,5 +17,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
17
17
  modelValue: string;
18
18
  placeholder: string;
19
19
  debounceTime: number;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -20,5 +20,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
20
20
  debounceTime: number;
21
21
  min: number;
22
22
  max: number;
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
24
  export default _default;
@@ -12,7 +12,7 @@ declare function __VLS_template(): {
12
12
  default?(_: {}): any;
13
13
  };
14
14
  refs: {};
15
- rootEl: HTMLDivElement;
15
+ rootEl: any;
16
16
  };
17
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
18
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -22,7 +22,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
22
22
  }>, {
23
23
  width: string;
24
24
  hideClose: boolean;
25
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
27
  export default _default;
28
28
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { IAdjRadioItem } from './IAdjRadioItem';
1
+ import { IAdjRadioItem } from '../../types/IAdjRadioItem';
2
2
  type __VLS_Props = {
3
3
  /** Позиция */
4
4
  namePosition?: 'left' | 'right';
@@ -17,5 +17,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
17
17
  disabled: boolean;
18
18
  items: IAdjRadioItem[];
19
19
  namePosition: "left" | "right";
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -10,13 +10,13 @@ declare function __VLS_template(): {
10
10
  default?(_: {}): any;
11
11
  };
12
12
  refs: {};
13
- rootEl: HTMLDivElement;
13
+ rootEl: any;
14
14
  };
15
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
16
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
17
  maxHeight: string;
18
18
  white: boolean;
19
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
21
  export default _default;
22
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { IAdjSelectItem } from './IAdjSelectItem';
1
+ import { IAdjSelectItem } from '../../types/IAdjSelectItem';
2
2
  type __VLS_Props = {
3
3
  /** Позиция */
4
4
  titlePosition: 'left' | 'top';
@@ -32,7 +32,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
32
32
  comment: string;
33
33
  showSearch: boolean;
34
34
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
35
- refElement: HTMLDivElement;
36
- refInput: HTMLInputElement;
37
- }, HTMLDivElement>;
35
+ refElement: any;
36
+ refInput: any;
37
+ }, any>;
38
38
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IAdjSelectImageItem } from './IAdjSelectImageItem';
1
+ import { IAdjSelectImageItem } from '../../types/IAdjSelectImageItem';
2
2
  type __VLS_Props = {
3
3
  /** Выбранный элемент */
4
4
  modelValue: IAdjSelectImageItem;
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
21
21
  design: "text" | "image";
22
22
  skeletonQty: number;
23
23
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
24
- refRoot: HTMLDivElement;
25
- refElement: HTMLDivElement;
24
+ refRoot: any;
25
+ refElement: any;
26
26
  }, any>;
27
27
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IAdjSelectModernItem } from './IAdjSelectModernItem';
1
+ import { IAdjSelectModernItem } from '../../types/IAdjSelectModernItem';
2
2
  import { THorizontalPosition, TVerticalPosition } from '../../misc/types';
3
3
  type __VLS_Props = {
4
4
  /** Дизайн селекта(только текст/с картинкой/с цветом из стиля background) */
@@ -22,8 +22,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
22
22
  horizontalPosition: THorizontalPosition;
23
23
  verticalPosition: TVerticalPosition;
24
24
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
- refElement: HTMLDivElement;
26
- refInput: HTMLDivElement;
27
- refItems: HTMLDivElement;
28
- }, HTMLDivElement>;
25
+ refElement: any;
26
+ refInput: any;
27
+ refItems: any;
28
+ }, any>;
29
29
  export default _default;
@@ -11,5 +11,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
11
11
  width: string;
12
12
  loaders: InstanceType<typeof AdjSkeletonItem>["$props"][];
13
13
  centered: boolean;
14
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
15
  export default _default;
@@ -13,5 +13,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
13
13
  height: string;
14
14
  aspectRatio: string;
15
15
  marginTop: string;
16
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
17
  export default _default;
@@ -10,5 +10,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
10
10
  onClick?: (() => any) | undefined;
11
11
  }>, {
12
12
  disabled: boolean;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IAdjTabsItem } from './IAdjTabsItem';
1
+ import { IAdjTabsItem } from '../../types/IAdjTabsItem';
2
2
  type __VLS_Props = {
3
3
  /** Список элементов */
4
4
  items?: IAdjTabsItem[];
@@ -11,5 +11,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
11
11
  "onUpdate:modelValue"?: ((value: IAdjTabsItem) => any) | undefined;
12
12
  }>, {
13
13
  items: IAdjTabsItem[];
14
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
15
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IAdjUploadFileItem } from './IAdjUploadFileItem';
1
+ import { IAdjUploadFileItem } from '../../types/IAdjUploadFileItem';
2
2
  type __VLS_Props = {
3
3
  /** Надпись при отсутствии файла */
4
4
  text: string;
@@ -8,6 +8,8 @@ type __VLS_Props = {
8
8
  width?: number;
9
9
  /** Высота картинки для обрезки */
10
10
  height?: number;
11
+ /** Адрес сервера картинок */
12
+ endpoint: string;
11
13
  };
12
14
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
15
  "update:modelValue": (value: IAdjUploadFileItem) => any;
@@ -17,6 +19,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
17
19
  width: number;
18
20
  height: number;
19
21
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
20
- refFileInput: HTMLInputElement;
21
- }, HTMLDivElement>;
22
+ refFileInput: any;
23
+ }, any>;
22
24
  export default _default;