@poni/adjutant-ui 0.0.112 → 0.0.114
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.
- package/README.md +12 -3
- package/dist/adjutant-ui.css +1 -1
- package/dist/components/AdjButton/AdjButton.mock.d.ts +2 -0
- package/dist/components/AdjButton/AdjButton.stories.d.ts +6 -0
- package/dist/components/AdjButton/AdjButton.vue.d.ts +33 -0
- package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.mock.d.ts +2 -0
- package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.stories.d.ts +6 -0
- package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.vue.d.ts +17 -0
- package/dist/components/AdjCheckbox/AdjCheckbox.mock.d.ts +3 -0
- package/dist/components/AdjCheckbox/AdjCheckbox.stories.d.ts +7 -0
- package/dist/components/AdjCheckbox/AdjCheckbox.vue.d.ts +27 -0
- package/dist/components/AdjCheckbox/IAdjCheckboxItem.d.ts +3 -0
- package/dist/components/AdjDownloadLink/AdjDownloadLink.mock.d.ts +2 -0
- package/dist/components/AdjDownloadLink/AdjDownloadLink.stories.d.ts +6 -0
- package/dist/components/AdjDownloadLink/AdjDownloadLink.vue.d.ts +8 -0
- package/dist/components/AdjDropdownLink/AdjDropdownLink.mock.d.ts +2 -0
- package/dist/components/AdjDropdownLink/AdjDropdownLink.stories.d.ts +6 -0
- package/dist/components/AdjDropdownLink/AdjDropdownLink.vue.d.ts +11 -0
- package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.mock.d.ts +2 -0
- package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.stories.d.ts +6 -0
- package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.vue.d.ts +14 -0
- package/dist/components/AdjFilterSelect/AdjFilterSelect.mock.d.ts +2 -0
- package/dist/components/AdjFilterSelect/AdjFilterSelect.stories.d.ts +6 -0
- package/dist/components/AdjFilterSelect/AdjFilterSelect.vue.d.ts +22 -0
- package/dist/components/AdjFilterSelect/IAdjFilterSelectItem.d.ts +5 -0
- package/dist/components/AdjFilters/AdjFilters.mock.d.ts +2 -0
- package/dist/components/AdjFilters/AdjFilters.stories.d.ts +6 -0
- package/dist/components/AdjFilters/AdjFilters.vue.d.ts +12 -0
- package/dist/components/AdjFilters/IAdjFiltersItem.d.ts +12 -0
- package/dist/components/AdjFiltersMobile/AdjFiltersMobile.mock.d.ts +2 -0
- package/dist/components/AdjFiltersMobile/AdjFiltersMobile.stories.d.ts +6 -0
- package/dist/components/AdjFiltersMobile/AdjFiltersMobile.vue.d.ts +22 -0
- package/dist/components/AdjFiltersMobile/IAdjFiltersMobileItem.d.ts +12 -0
- package/dist/components/AdjHint/AdjHint.mock.d.ts +7 -0
- package/dist/components/AdjHint/AdjHint.stories.d.ts +11 -0
- package/dist/components/AdjHint/AdjHint.vue.d.ts +42 -0
- package/dist/components/AdjHintDesktop/AdjHintDesktop.mock.d.ts +4 -0
- package/dist/components/AdjHintDesktop/AdjHintDesktop.stories.d.ts +8 -0
- package/dist/components/AdjHintDesktop/AdjHintDesktop.vue.d.ts +21 -0
- package/dist/components/AdjIcon/AdjIcon.mock.d.ts +2 -0
- package/dist/components/AdjIcon/AdjIcon.stories.d.ts +6 -0
- package/dist/components/AdjIcon/AdjIcon.vue.d.ts +27 -0
- package/dist/components/AdjIconButton/AdjIconButton.mock.d.ts +5 -0
- package/dist/components/AdjIconButton/AdjIconButton.stories.d.ts +9 -0
- package/dist/components/AdjIconButton/AdjIconButton.vue.d.ts +24 -0
- package/dist/components/AdjIconButtonText/AdjIconButtonText.mock.d.ts +2 -0
- package/dist/components/AdjIconButtonText/AdjIconButtonText.stories.d.ts +6 -0
- package/dist/components/AdjIconButtonText/AdjIconButtonText.vue.d.ts +19 -0
- package/dist/components/AdjImageButton/AdjImageButton.mock.d.ts +2 -0
- package/dist/components/AdjImageButton/AdjImageButton.stories.d.ts +6 -0
- package/dist/components/AdjImageButton/AdjImageButton.vue.d.ts +11 -0
- package/dist/components/AdjInput/AdjInput.mock.d.ts +3 -0
- package/dist/components/AdjInput/AdjInput.stories.d.ts +7 -0
- package/dist/components/AdjInput/AdjInput.vue.d.ts +39 -0
- package/dist/components/AdjInputModern/AdjInputModern.mock.d.ts +2 -0
- package/dist/components/AdjInputModern/AdjInputModern.stories.d.ts +6 -0
- package/dist/components/AdjInputModern/AdjInputModern.vue.d.ts +21 -0
- package/dist/components/AdjInputNumber/AdjInputNumber.mock.d.ts +2 -0
- package/dist/components/AdjInputNumber/AdjInputNumber.stories.d.ts +6 -0
- package/dist/components/AdjInputNumber/AdjInputNumber.vue.d.ts +24 -0
- package/dist/components/AdjModal/AdjModal.mock.d.ts +3 -0
- package/dist/components/AdjModal/AdjModal.stories.d.ts +7 -0
- package/dist/components/AdjModal/AdjModal.vue.d.ts +32 -0
- package/dist/components/AdjRadio/AdjRadio.mock.d.ts +3 -0
- package/dist/components/AdjRadio/AdjRadio.stories.d.ts +7 -0
- package/dist/components/AdjRadio/AdjRadio.vue.d.ts +21 -0
- package/dist/components/AdjRadio/IAdjRadioItem.d.ts +4 -0
- package/dist/components/AdjScroll/AdjScroll.mock.d.ts +2 -0
- package/dist/components/AdjScroll/AdjScroll.stories.d.ts +6 -0
- package/dist/components/AdjScroll/AdjScroll.vue.d.ts +26 -0
- package/dist/components/AdjSelect/AdjSelect.mock.d.ts +3 -0
- package/dist/components/AdjSelect/AdjSelect.stories.d.ts +7 -0
- package/dist/components/AdjSelect/AdjSelect.vue.d.ts +38 -0
- package/dist/components/AdjSelect/IAdjSelectItem.d.ts +4 -0
- package/dist/components/AdjSelectImage/AdjSelectImage.mock.d.ts +3 -0
- package/dist/components/AdjSelectImage/AdjSelectImage.stories.d.ts +7 -0
- package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +27 -0
- package/dist/components/AdjSelectImage/IAdjSelectImageItem.d.ts +8 -0
- package/dist/components/AdjSelectModern/AdjSelectModern.mock.d.ts +4 -0
- package/dist/components/AdjSelectModern/AdjSelectModern.stories.d.ts +8 -0
- package/dist/components/AdjSelectModern/AdjSelectModern.vue.d.ts +29 -0
- package/dist/components/AdjSelectModern/IAdjSelectModernItem.d.ts +6 -0
- package/dist/components/AdjSkeleton/AdjSkeleton.mock.d.ts +5 -0
- package/dist/components/AdjSkeleton/AdjSkeleton.stories.d.ts +9 -0
- package/dist/components/AdjSkeleton/AdjSkeleton.vue.d.ts +15 -0
- package/dist/components/AdjSkeletonItem/AdjSkeletonItem.mock.d.ts +8 -0
- package/dist/components/AdjSkeletonItem/AdjSkeletonItem.stories.d.ts +7 -0
- package/dist/components/AdjSkeletonItem/AdjSkeletonItem.vue.d.ts +17 -0
- package/dist/components/AdjSliderButton/AdjSliderButton.mock.d.ts +2 -0
- package/dist/components/AdjSliderButton/AdjSliderButton.stories.d.ts +6 -0
- package/dist/components/AdjSliderButton/AdjSliderButton.vue.d.ts +14 -0
- package/dist/components/AdjSvg/AdjSvg.stories.d.ts +6 -0
- package/dist/components/AdjSvg/AdjSvgActive.vue.d.ts +2 -0
- package/dist/components/AdjSvg/AdjSvgEdit.vue.d.ts +2 -0
- package/dist/components/AdjSvg/AdjSvgFly.vue.d.ts +2 -0
- package/dist/components/AdjSvg/AdjSvgYoutube.vue.d.ts +2 -0
- package/dist/components/AdjTabs/AdjTabs.mock.d.ts +2 -0
- package/dist/components/AdjTabs/AdjTabs.stories.d.ts +6 -0
- package/dist/components/AdjTabs/AdjTabs.vue.d.ts +15 -0
- package/dist/components/AdjTabs/IAdjTabsItem.d.ts +6 -0
- package/dist/components/AdjUploadFile/AdjUploadFile.mock.d.ts +2 -0
- package/dist/components/AdjUploadFile/AdjUploadFile.stories.d.ts +6 -0
- package/dist/components/AdjUploadFile/AdjUploadFile.vue.d.ts +22 -0
- package/dist/components/AdjUploadFile/IAdjUploadFileItem.d.ts +3 -0
- package/dist/components.cjs +1 -1
- package/dist/components.d.ts +1 -0
- package/dist/components.js +941 -222
- package/dist/index.d.ts +1 -0
- package/dist/misc/getModelImagesArray.d.ts +4 -0
- package/dist/misc/types.d.ts +18 -0
- package/dist/plugin/components.d.ts +29 -0
- package/dist/plugin/index.d.ts +6 -0
- package/dist/plugin/types.d.ts +7 -0
- package/dist/types.d.ts +1 -0
- package/package.json +13 -20
- package/dist/AdjUploadFile-Dl4x8i1f.cjs +0 -1
- package/dist/AdjUploadFile-O-u-oz6V.js +0 -743
- package/dist/constructor.cjs +0 -3
- package/dist/constructor.d.ts +0 -1
- package/dist/constructor.js +0 -1472
package/README.md
CHANGED
|
@@ -37,7 +37,16 @@ import '@poni/adjutant-ui/styles.css'
|
|
|
37
37
|
|
|
38
38
|
### Подключение SCSS констант, миксинов
|
|
39
39
|
|
|
40
|
-
```
|
|
41
|
-
//
|
|
42
|
-
|
|
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
|
+
})
|
|
43
52
|
```
|
package/dist/adjutant-ui.css
CHANGED
|
@@ -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-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-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-9669e70b]{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-9669e70b]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-9669e70b]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-9669e70b]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-9669e70b]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-9669e70b]{transform:rotate(180deg)}.adj-filter-select__items[data-v-9669e70b]{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-9669e70b]{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-9669e70b]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-9669e70b]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-9669e70b]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-9669e70b]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-9669e70b]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-9669e70b]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-9669e70b]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-9669e70b]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-9669e70b]{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-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-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-74e6f061]{display:flex;flex-direction:column;align-items:var(--aaae73e2);max-width:100%;width:var(--7e103b9d)}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-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)}}.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-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-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-44862b4b]{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-44862b4b]{color:var(--contrast-normal)}.adj-input__hint[data-v-44862b4b]{position:absolute;right:0;top:45px}.adj-input__field[data-v-44862b4b]{position:relative}.adj-input__field input[data-v-44862b4b]{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-44862b4b]::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-44862b4b]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-44862b4b]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-44862b4b]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-44862b4b]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-44862b4b]{border:1px solid var(--error)}.adj-input_left-title[data-v-44862b4b]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-44862b4b]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-44862b4b]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-dca88a62]{position:relative}.adj-input-modern input[data-v-dca88a62]{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-dca88a62]::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-dca88a62]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-dca88a62]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-dca88a62]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-dca88a62]::placeholder{color:var(--stroke-light)}.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}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-image-item[data-v-5139b794]{display:flex;flex-direction:column;max-width:100%;width:var(--7c0e61de);height:auto;position:relative;gap:10px}.adj-image-item_hovered[data-v-5139b794]{cursor:pointer}.adj-image-item_hovered .adj-bottom__title[data-v-5139b794]{color:var(--contrast-normal)}.adj-image-item_hovered .adj-hint__wrapper[data-v-5139b794]{transform:translateY(0)}.adj-image-item_checked .adj-bottom__title[data-v-5139b794]{color:var(--contrast-normal);border-color:var(--contrast-normal)}.adj-image-item_bordered .adj-top[data-v-5139b794]{border:1px var(--stroke-light) solid}.adj-top[data-v-5139b794]{width:100%;position:relative}.adj-top__image[data-v-5139b794]{display:block;width:100%;object-fit:contain}.adj-top__check[data-v-5139b794]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-hint[data-v-5139b794]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.adj-hint__wrapper[data-v-5139b794]{position:absolute;bottom:0;right:0;left:0;padding:15px 10px;background-color:#000000b3;transform:translateY(100%);color:var(--white);transition:.3s}.adj-labels[data-v-5139b794]{display:flex;flex-direction:column;text-align:center;width:57px;height:30px;gap:5px;position:absolute;right:0;top:5px}.adj-labels__label[data-v-5139b794]{color:var(--white);background-color:var(--alternative)}.adj-top__buttons[data-v-5139b794]{display:flex;flex-direction:column;gap:5px;position:absolute;left:0;top:0;opacity:0;transition:.3s}@media (max-width: 1199px){.adj-top__buttons[data-v-5139b794]{opacity:1}}.adj-image-item:hover .adj-top__buttons[data-v-5139b794]{opacity:1}.adj-bottom__title[data-v-5139b794]{padding-bottom:1px;border-bottom:2px transparent solid;transition:.3s}.adj-bottom__title_center[data-v-5139b794]{text-align:center}.adj-bottom__subtitle[data-v-5139b794]{margin-top:3px;color:var(--stroke-dark)}.adj-square[data-v-5139b794]{display:flex;justify-content:center;align-items:center;position:absolute;width:34px;height:34px;right:-17px;background-color:var(--white);color:var(--icon-light);border:1px solid var(--icon-light);border-radius:5px;font-size:24px;line-height:24px;transition:.3s}.adj-square_close[data-v-5139b794]{top:-17px}.adj-square_quantity[data-v-5139b794]{bottom:22px;color:var(--contrast-normal);border:1px solid var(--contrast-normal);font-size:16px}.adj-square_plus[data-v-5139b794]{bottom:-17px}.adj-square_close[data-v-5139b794],.adj-square_plus[data-v-5139b794]{box-shadow:0 4px 8px #052d2b26}.adj-square_close[data-v-5139b794]:hover,.adj-square_plus[data-v-5139b794]:hover{color:var(--stroke-dark);box-shadow:0 4px 15px #00343145}.adj-blocks[data-v-ea34b6d7]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:50px 20px}@media (min-width: 1200px){.adj-blocks__item[data-v-ea34b6d7]{max-width:195px}}@media (min-width: 1200px){.adj-blocks__item[data-v-ea34b6d7]{width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-blocks__item[data-v-ea34b6d7]{width:calc((100% - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-blocks__item[data-v-ea34b6d7]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-blocks__item[data-v-ea34b6d7]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-blocks__item[data-v-ea34b6d7]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-blocks__item[data-v-ea34b6d7]{width:calc((100% + -0px)*1)}}.adj-cover-item[data-v-df44148d]{display:flex;flex-direction:column;max-width:100%;width:var(--319eea1f);height:auto;position:relative}.adj-cover-item_hovered[data-v-df44148d]{cursor:pointer}.adj-cover-item_hovered .adj-bottom__title[data-v-df44148d]{color:var(--contrast-normal)}.adj-cover-item_underlined .adj-bottom__title[data-v-df44148d]{text-decoration:underline}.adj-cover-item_checked .adj-bottom__title[data-v-df44148d]{color:var(--contrast-normal);border-color:var(--contrast-normal)}.adj-top[data-v-df44148d]{width:100%;position:relative;aspect-ratio:1}.adj-top__image[data-v-df44148d]{display:block;width:100%}.adj-top__check[data-v-df44148d]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-top__icon-buttons[data-v-df44148d]{position:absolute;right:0;top:0;display:flex;flex-direction:column;row-gap:5px}.adj-bottom[data-v-df44148d]{min-height:80px}.adj-bottom__title[data-v-df44148d]{text-align:center;padding:15px 0 16px;border-bottom:2px transparent solid;transition:.3s}.adj-laminates[data-v-e1646930]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:35px 20px}@media (max-width: 1199px){.adj-laminates[data-v-e1646930]{gap:35px 30px}}@media (min-width: 1200px){.adj-laminates__item[data-v-e1646930]{max-width:195px;width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-laminates__item[data-v-e1646930]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-laminates__item[data-v-e1646930]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-laminates__item[data-v-e1646930]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-laminates__item[data-v-e1646930]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-laminates__item[data-v-e1646930]{width:calc((100% + -0px)*1)}}.adj-materials[data-v-df098769]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-materials[data-v-df098769]{gap:30px 30px}}@media (min-width: 1200px){.adj-materials__item[data-v-df098769]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-materials__item[data-v-df098769]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-materials__item[data-v-df098769]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-materials__item[data-v-df098769]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-materials__item[data-v-df098769]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-materials__item[data-v-df098769]{width:calc((100% + -0px)*1)}}.adj-models[data-v-bada22ea]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (min-width: 780px) and (max-width: 1019px){.adj-models[data-v-bada22ea]{max-width:850px}}@media (min-width: 1020px){.adj-models__item[data-v-bada22ea]{max-width:195px}}@media (min-width: 1920px){.adj-models__item[data-v-bada22ea]{width:calc((100vw - 100px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-models__item[data-v-bada22ea]{width:calc((100vw - 60px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-models__item[data-v-bada22ea]{width:calc((100vw - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-models__item[data-v-bada22ea]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-models__item[data-v-bada22ea]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-models__item[data-v-bada22ea]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-models__item[data-v-bada22ea]{width:calc((100% + -0px)*1)}}.adj-navigator-item[data-v-cb770205]{display:flex;flex-direction:column;width:112px;cursor:pointer}@media (max-width: 779px){.adj-navigator-item[data-v-cb770205]{width:160px}}.adj-navigator-item_disabled[data-v-cb770205],.adj-navigator-item_loading[data-v-cb770205]{cursor:default}.adj-navigator-item__top[data-v-cb770205]{height:42px;display:flex;align-items:center}.adj-navigator-item__label[data-v-cb770205]{height:25px;font-size:13px;line-height:19px;text-align:center;transition:.3s;padding-top:6px}.adj-navigator-item__label_active[data-v-cb770205],.adj-navigator-item__label_normal[data-v-cb770205]{color:var(--black)}.adj-navigator-item__label_disabled[data-v-cb770205]{color:var(--stroke-light)}.adj-navigator-item__square[data-v-cb770205]{width:42px;height:42px;border-radius:10px;text-align:center;overflow:hidden;padding:4px;transition:.3s}.adj-navigator-item__square span[data-v-cb770205],.adj-navigator-item__square i[data-v-cb770205]{font-size:30px;line-height:32px}.adj-navigator-item__square_active[data-v-cb770205]{border:2px var(--contrast-normal) solid;background-color:var(--contrast-normal);color:var(--white)}.adj-navigator-item__square_normal[data-v-cb770205]{border:2px var(--black) solid;color:var(--black)}.adj-navigator-item__square_disabled[data-v-cb770205]{border:2px var(--stroke-light) solid;color:var(--stroke-light)}.adj-navigator-item__square span[data-v-cb770205]{font-size:16px;font-weight:700}.adj-navigator-item__line[data-v-cb770205]{width:35px;height:2px;transition:.3s}@media (max-width: 779px){.adj-navigator-item__line[data-v-cb770205]{width:59px}}.adj-navigator-item__line_active[data-v-cb770205]{background-color:var(--contrast-normal)}.adj-navigator-item__line_normal[data-v-cb770205]{background-color:var(--black)}.adj-navigator-item__line_disabled[data-v-cb770205]{background-color:var(--stroke-light)}.adj-navigator-item__line_hidden[data-v-cb770205]{background-color:transparent}.adj-navigator-item:hover .adj-navigator-item__square_active[data-v-cb770205]{border:2px var(--contrast-light) solid;background-color:var(--contrast-light)}.adj-navigator-item:hover .adj-navigator-item__square_normal[data-v-cb770205]{border:2px var(--contrast-normal) solid;color:var(--contrast-normal)}.adj-navigator-item_loading .adj-navigator-item__square_active[data-v-cb770205]{animation:adj-loading-border-cb770205 .2s infinite alternate ease-in-out,adj-loading-background-cb770205 .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__square_normal[data-v-cb770205],.adj-navigator-item_loading .adj-navigator-item__square_disabled[data-v-cb770205]{animation:adj-loading-border-cb770205 .2s infinite alternate ease-in-out,adj-loading-color-cb770205 .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__line_active[data-v-cb770205],.adj-navigator-item_loading .adj-navigator-item__line_normal[data-v-cb770205],.adj-navigator-item_loading .adj-navigator-item__line_disabled[data-v-cb770205]{animation:adj-loading-background-cb770205 .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__label_active[data-v-cb770205],.adj-navigator-item_loading .adj-navigator-item__label_normal[data-v-cb770205],.adj-navigator-item_loading .adj-navigator-item__label_disabled[data-v-cb770205]{animation:adj-loading-color-cb770205 .2s infinite alternate ease-in-out}@keyframes adj-loading-color-cb770205{0%{color:var(--stroke-light)}to{color:var(--stroke-dark)}}@keyframes adj-loading-border-cb770205{0%{border-color:var(--stroke-light)}to{border-color:var(--stroke-dark)}}@keyframes adj-loading-background-cb770205{0%{background-color:var(--stroke-light)}to{background-color:var(--stroke-dark)}}.adj-navigator-wrapper[data-v-f629fed3]{display:flex;justify-content:center}.adj-navigator-wrapper__item-title[data-v-f629fed3]{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em;white-space:nowrap;margin:3px 20px 0}@media (max-width: 1199px){.adj-navigator-wrapper__item-title[data-v-f629fed3]{font-weight:600;font-size:24px;line-height:32px;margin:7px 10px 0}}@media (max-width: 779px){.adj-navigator-wrapper__item-title[data-v-f629fed3]{width:10px;height:10px;margin:16px 0 0;overflow:hidden;color:var(--contrast-normal);background-color:var(--contrast-normal);border-radius:3px}}.adj-navigator__fixed[data-v-6ed23d20]{height:62px;position:fixed;background-color:var(--white);left:0;right:0;top:var(--4ef2be83);padding:10px 0;z-index:30;border-bottom:1px solid var(--back-light)}.adj-navigator__inline[data-v-6ed23d20]{height:87px;padding:10px 0}.adj-personalizations[data-v-a441339a]{display:flex;flex-direction:column;gap:30px}.adj-personalizations__groups[data-v-a441339a]{display:flex;gap:10px}.adj-personalizations__items[data-v-a441339a]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-personalizations__items[data-v-a441339a]{gap:30px 30px}}@media (min-width: 1200px){.adj-personalizations__item[data-v-a441339a]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-personalizations__item[data-v-a441339a]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-personalizations__item[data-v-a441339a]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-personalizations__item[data-v-a441339a]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-personalizations__item[data-v-a441339a]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-personalizations__item[data-v-a441339a]{width:calc((100% + -0px)*1)}}.adj-input__field[data-v-192840e4]{position:relative}.adj-input__field input[data-v-192840e4]{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-192840e4]::-webkit-inner-spin-button{-webkit-appearance:none}.adj-input__field input[data-v-192840e4]:focus{border:1px solid var(--alternative)}.adj-select-image[data-v-d9041942]{width:100%;overflow:hidden;position:relative;max-height:var(--712085a6);transition:.3s}.adj-select-image[data-v-d9041942]::-webkit-scrollbar{display:none}.adj-select-image-wrapper[data-v-d9041942]{display:flex;width:100%;flex-wrap:wrap;gap:11px}.adj-select-image-item[data-v-d9041942]{width:75px;height:75px;cursor:pointer;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.adj-select-image-item__image[data-v-d9041942]{width:75px;height:75px;border-radius:10px;overflow:hidden;transition:.3s}.adj-select-image-item__title[data-v-d9041942]{transition:.3s}.adj-select-image-item_checked .adj-select-image-item__image[data-v-d9041942]{box-shadow:none;position:relative}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check2[data-v-d9041942]{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-d9041942]{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-d9041942]{box-shadow:0 4px 15px #00343145}.adj-select-image-item:hover .adj-select-image-item__title[data-v-d9041942]{color:var(--contrast-normal)}.adj-select-image__hint[data-v-d9041942]{z-index:10;position:fixed;top:var(--2e13830e);left:var(--35cdc763);display:var(--d3e33834)}.adj-select-image__expand[data-v-d9041942]{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-d9041942]{margin-left:15px}}.adj-select-image__expand[data-v-d9041942]:hover{color:var(--contrast-normal)}.adj-select-image__expand.adj-expand[data-v-d9041942]{margin-top:-2px}.adj-select-image__expand.adj-expand .adj-select-image__expand-icon[data-v-d9041942]{transform:scaleY(-1)}.adj-select-image__expand-icon[data-v-d9041942]{font-size:24px;line-height:24px}.adj-shadow[data-v-d9041942]{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-d9041942]{overflow:auto;padding:20px 0}.adj-select-image_text .adj-select-image-wrapper[data-v-d9041942]{padding:0 10px}.adj-select-image_text_wrapper[data-v-d9041942]{gap:20px 0;text-align:center}.adj-select-image_text .adj-select-image-item[data-v-d9041942]{width:125px;height:unset}.adj-select-image_text .adj-select-image-item__title[data-v-d9041942]{text-align:center;margin:6px 5px 0}@media (max-width: 779px){.adj-select-image_text .adj-select-image-wrapper[data-v-d9041942]{width:max-content;flex-wrap:nowrap}}.adj-select-image_image[data-v-d9041942]{padding:8px 10px 10px 35px}@media (max-width: 779px){.adj-select-image_image[data-v-d9041942]{padding-left:15px}}.adj-select-image_image .adj-select-image-item__title[data-v-d9041942]{display:none}.adj-element[data-v-a4dd3649]{display:flex;flex-direction:column}.adj-element__item[data-v-a4dd3649]{display:flex;align-items:center}.adj-item[data-v-a4dd3649]{display:flex;align-items:center;gap:15px;width:100%}.adj-item__title[data-v-a4dd3649]{flex-grow:0;flex-shrink:0;width:85px;margin:8px 0 8px 35px;color:var(--stroke-dark);font-size:14px;line-height:1.5}@media (max-width: 779px){.adj-item__title[data-v-a4dd3649]{margin-left:15px}}.adj-item__component[data-v-a4dd3649]{width:100%;flex-grow:1}.adj-item__component_checkbox[data-v-a4dd3649]{margin:15.5px 0}.adj-item__component_inputNumber[data-v-a4dd3649]{margin:8px 0}.adj-item__component_number[data-v-a4dd3649]{margin:13px 0}.adj-item__component_radio[data-v-a4dd3649]{margin:15.5px 0}.adj-item__component_selectModern[data-v-a4dd3649],.adj-item__component_selectModernBackground[data-v-a4dd3649],.adj-item__component_selectModernImage[data-v-a4dd3649]{margin:8px 0}.adj-item__component_upload[data-v-a4dd3649]{margin:13px 0}.adj-item_selectImage[data-v-a4dd3649]{flex-direction:column;align-items:start;gap:0;margin:0 0 14px}.adj-item_selectImage-title[data-v-a4dd3649]{padding-right:14px;height:42px;display:flex;justify-content:space-between;align-items:flex-end}.adj-item_selectImage .adj-item__title[data-v-a4dd3649]{line-height:1;margin:10px 0 10px 35px}@media (max-width: 779px){.adj-item_selectImage .adj-item__title[data-v-a4dd3649]{margin-left:15px}}.adj-dashed[data-v-a4dd3649]{margin:0 15px 0 35px;border:none;border-top:1px dashed var(--stroke-light)}.adj-solid[data-v-a4dd3649]{border:none;border-top:1px solid var(--stroke-light)}.adj-personalization-configurator .adj-personalization-modal[data-v-4f435ac5]{display:flex;flex-direction:column;height:100%}.adj-personalization-configurator .adj-personalization-modal__header[data-v-4f435ac5]{height:64px;border-bottom:1px solid var(--stroke-light)}.adj-personalization-configurator .adj-personalization-modal__body[data-v-4f435ac5]{flex-grow:1;height:calc(100vh - 182px)}@media (min-width: 780px){.adj-personalization-configurator .adj-personalization-modal__body[data-v-4f435ac5]{max-height:512px;min-height:50px}}.adj-personalization-configurator .adj-personalization-modal__footer[data-v-4f435ac5]{height:54px;border-top:1px solid var(--stroke-light);box-shadow:0 -2px 2px #052d2b1a}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-header[data-v-4f435ac5]{display:flex;justify-content:space-between;gap:20px}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-header__title[data-v-4f435ac5]{flex-grow:1;margin:20px 0 0 20px}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-header__close[data-v-4f435ac5]{margin:15px 15px 0 0}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-footer[data-v-4f435ac5]{display:flex;gap:10px;align-items:center;padding-left:20px}.adj-window__body[data-v-4f435ac5]{padding:10px 0}.adj-miltititle[data-v-4f435ac5]{display:flex;justify-content:space-between;align-items:center;height:26px;padding:0 20px 0 10px;margin:10px 0;cursor:pointer;transition:.3s}.adj-miltititle__title[data-v-4f435ac5]{transition:.3s;flex-grow:1;color:var(--stroke-dark)}.adj-miltititle__title_active[data-v-4f435ac5]{color:var(--black)}.adj-pricebar-wrapper[data-v-06c3097b]{display:flex;justify-content:center;align-items:center;gap:30px;position:fixed;background-color:var(--alternative);left:0;right:0;bottom:0;padding:8px 0;z-index:30;height:50px;color:var(--white)}.adj-pricebar-wrapper .adj-price[data-v-06c3097b]{display:flex;justify-content:space-between;align-items:center;gap:4px}.adj-pricebar-wrapper .adj-price_one[data-v-06c3097b]{width:200px}@media (max-width: 779px){.adj-pricebar-wrapper .adj-price_one[data-v-06c3097b]{display:none}}.adj-pricebar-wrapper .adj-price_edition[data-v-06c3097b]{width:290px}.adj-pricebar-wrapper .adj-price_discounts[data-v-06c3097b]{width:496px}@media (max-width: 1199px){.adj-pricebar-wrapper .adj-price_discounts[data-v-06c3097b]{display:none}}.adj-pricebar-wrapper .adj-price__text[data-v-06c3097b]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-pricebar-wrapper .adj-price__text_lowercase[data-v-06c3097b]{text-transform:lowercase}.adj-pricebar-wrapper .adj-price__qty[data-v-06c3097b]{width:56px}.adj-pricebar-wrapper .adj-price__dots[data-v-06c3097b]{flex-grow:1;border-bottom:1px dashed var(--icon-light);height:17px}.adj-pricebar-wrapper .adj-price__hint[data-v-06c3097b]{height:24px}.adj-pricebar-wrapper .adj-price__hint i[data-v-06c3097b]{color:var(--icon-light);font-size:24px;line-height:24px;cursor:pointer;transition:.3s}.adj-pricebar-wrapper .adj-price__hint i[data-v-06c3097b]:hover{color:var(--white)}.adj-pricebar[data-v-60487b43]{display:flex;justify-content:center;align-items:center;gap:30px;position:fixed;background-color:var(--alternative);left:0;right:0;bottom:0;padding:8px 0;z-index:30;height:50px;color:var(--white)}.adj-pricebar .adj-price[data-v-60487b43]{display:flex;justify-content:space-between;gap:4px}.adj-pricebar .adj-price_one[data-v-60487b43]{width:200px}.adj-pricebar .adj-price_edition[data-v-60487b43]{width:290px}.adj-pricebar .adj-price__text[data-v-60487b43]{text-wrap:nowrap}.adj-pricebar .adj-price__dots[data-v-60487b43]{flex-grow:1;border-bottom:1px dashed var(--icon-light);height:17px}.adj-pricebar .adj-price__hint i[data-v-60487b43]{color:var(--icon-light);font-size:24px;line-height:24px;cursor:pointer;transition:.3s}.adj-pricebar .adj-price__hint i[data-v-60487b43]:hover{color:var(--white)}.adj-products[data-v-f290b0cd]{display:flex;justify-content:center}.adj-products_wrapper[data-v-f290b0cd]{display:flex;justify-content:center;width:100%;flex-wrap:wrap;gap:30px}@media (max-width: 1019px){.adj-products_wrapper[data-v-f290b0cd]{justify-content:flex-start}}@media (min-width: 780px) and (max-width: 1019px){.adj-products_wrapper[data-v-f290b0cd]{max-width:870px}}@media (min-width: 780px){.adj-products__item[data-v-f290b0cd]{max-width:270px}}@media (min-width: 1920px){.adj-products__item[data-v-f290b0cd]{width:calc((100vw - 150px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-products__item[data-v-f290b0cd]{width:calc((100vw - 90px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-products__item[data-v-f290b0cd]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-products__item[data-v-f290b0cd]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-products__item[data-v-f290b0cd]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-products__item[data-v-f290b0cd]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-products__item[data-v-f290b0cd]{width:calc((100% + -0px)*1)}}.adj-stitchings[data-v-7b65b96d]{display:flex;flex-direction:column;gap:30px}.adj-stitchings__groups[data-v-7b65b96d]{display:flex;gap:10px}.adj-stitchings__items[data-v-7b65b96d]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-stitchings__items[data-v-7b65b96d]{gap:30px 30px}}@media (min-width: 1200px){.adj-stitchings__item[data-v-7b65b96d]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-stitchings__item[data-v-7b65b96d]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-stitchings__item[data-v-7b65b96d]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-stitchings__item[data-v-7b65b96d]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-stitchings__item[data-v-7b65b96d]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-stitchings__item[data-v-7b65b96d]{width:calc((100% + -0px)*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)}}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { TDesign, TIconName } from '../../misc/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Заголовок */
|
|
4
|
+
title: string;
|
|
5
|
+
/** Во всю ширину */
|
|
6
|
+
flex?: boolean;
|
|
7
|
+
/** Размер */
|
|
8
|
+
size?: 'small' | 'medium';
|
|
9
|
+
/** Стиль */
|
|
10
|
+
design?: TDesign;
|
|
11
|
+
/** Неактивен */
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
/** Круглый дизайн */
|
|
14
|
+
round?: boolean;
|
|
15
|
+
/** Иконка слева */
|
|
16
|
+
iconLeft?: TIconName;
|
|
17
|
+
/** Иконка справа */
|
|
18
|
+
iconRight?: TIconName;
|
|
19
|
+
};
|
|
20
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
21
|
+
click: () => any;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
|
+
onClick?: (() => any) | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
flex: boolean;
|
|
26
|
+
size: "small" | "medium";
|
|
27
|
+
design: TDesign;
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
round: boolean;
|
|
30
|
+
iconLeft: TIconName;
|
|
31
|
+
iconRight: TIconName;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as AdjButtonCheckbox } from './AdjButtonCheckbox.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjButtonCheckbox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Base: Story;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Заголовок */
|
|
3
|
+
title: string;
|
|
4
|
+
/** Значение фильтра */
|
|
5
|
+
modelValue?: boolean;
|
|
6
|
+
/** Иконка слева */
|
|
7
|
+
iconLeft?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
10
|
+
"update:modelValue": (value: boolean) => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
iconLeft: string;
|
|
15
|
+
modelValue: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as AdjCheckbox } from './AdjCheckbox.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjCheckbox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Right: Story;
|
|
7
|
+
export declare const Left: Story;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IAdjCheckboxItem } from './IAdjCheckboxItem';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Заголовок */
|
|
4
|
+
title?: string;
|
|
5
|
+
/** Позиция */
|
|
6
|
+
titlePosition?: 'left' | 'right';
|
|
7
|
+
/** Список значений
|
|
8
|
+
* { checked: true },
|
|
9
|
+
* { checked: false }
|
|
10
|
+
*/
|
|
11
|
+
items: IAdjCheckboxItem[];
|
|
12
|
+
/** Выбранное состояние */
|
|
13
|
+
modelValue?: IAdjCheckboxItem;
|
|
14
|
+
/** Неактивен */
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
};
|
|
17
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
18
|
+
"update:modelValue": (value: IAdjCheckboxItem) => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
|
+
"onUpdate:modelValue"?: ((value: IAdjCheckboxItem) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
title: string;
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
modelValue: IAdjCheckboxItem;
|
|
25
|
+
titlePosition: "left" | "right";
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Заголовок */
|
|
3
|
+
title: string;
|
|
4
|
+
/** url ссылки */
|
|
5
|
+
href: string;
|
|
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>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Заголовок */
|
|
3
|
+
title: string;
|
|
4
|
+
/** Список ссылок */
|
|
5
|
+
items: {
|
|
6
|
+
title: string;
|
|
7
|
+
href: string;
|
|
8
|
+
}[];
|
|
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>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as AdjFilterCheckbox } from './AdjFilterCheckbox.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjFilterCheckbox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Base: Story;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Заголовок */
|
|
3
|
+
title: string;
|
|
4
|
+
/** Значение фильтра */
|
|
5
|
+
modelValue?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
|
+
"update:modelValue": (value: boolean) => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
modelValue: boolean;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from './IAdjFilterSelectItem';
|
|
2
|
+
import { THorizontalPosition } from '../../misc/types';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** Название/заголовок */
|
|
5
|
+
title: string;
|
|
6
|
+
/** Расположение */
|
|
7
|
+
position?: THorizontalPosition;
|
|
8
|
+
/** Список элементов */
|
|
9
|
+
items: IAdjFilterSelectItem[];
|
|
10
|
+
/** Выбранный элемент */
|
|
11
|
+
modelValue: IAdjFilterSelectItem | object;
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
14
|
+
"update:modelValue": (value: object | IAdjFilterSelectItem) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: object | IAdjFilterSelectItem) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
position: THorizontalPosition;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
20
|
+
refElement: HTMLDivElement;
|
|
21
|
+
}, HTMLDivElement>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
2
|
+
import { IAdjFiltersItem } from './IAdjFiltersItem';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
filters: IAdjFiltersItem[];
|
|
5
|
+
modelValue: (IAdjFilterSelectItem | object | boolean)[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
|
+
"update:modelValue": (value: (boolean | object | IAdjFilterSelectItem)[]) => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: (boolean | object | IAdjFilterSelectItem)[]) => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
2
|
+
import { THorizontalPosition } from '../../misc/types';
|
|
3
|
+
export interface IAdjFiltersItem {
|
|
4
|
+
/** Название/заголовок */
|
|
5
|
+
title: string;
|
|
6
|
+
/** Расположение */
|
|
7
|
+
position?: THorizontalPosition;
|
|
8
|
+
/** Список элементов */
|
|
9
|
+
items: IAdjFilterSelectItem[];
|
|
10
|
+
/** Неактивный */
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as AdjFiltersMobile } from './AdjFiltersMobile.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjFiltersMobile>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Base: Story;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IAdjFiltersMobileItem } from './IAdjFiltersMobileItem';
|
|
2
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** Массив фильтров */
|
|
5
|
+
filters: IAdjFiltersMobileItem[];
|
|
6
|
+
/** Массив выбранных фильтров */
|
|
7
|
+
modelValue: (IAdjFilterSelectItem | object | boolean)[];
|
|
8
|
+
/** Ширина плашки при ширине >=780 */
|
|
9
|
+
width?: string;
|
|
10
|
+
/** Название кнопки / заголовок */
|
|
11
|
+
title: string;
|
|
12
|
+
/** Название ссылки сбросить */
|
|
13
|
+
reset: string;
|
|
14
|
+
};
|
|
15
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
16
|
+
"update:modelValue": (value: (boolean | object | IAdjFilterSelectItem)[]) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: (boolean | object | IAdjFilterSelectItem)[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
width: string;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
2
|
+
import { THorizontalPosition } from '../../misc/types';
|
|
3
|
+
export interface IAdjFiltersMobileItem {
|
|
4
|
+
/** Название/заголовок */
|
|
5
|
+
title: string;
|
|
6
|
+
/** Расположение */
|
|
7
|
+
position?: THorizontalPosition;
|
|
8
|
+
/** Список элементов */
|
|
9
|
+
items?: IAdjFilterSelectItem[];
|
|
10
|
+
/** Неактивный */
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as AdjHint } from './AdjHint.vue';
|
|
2
|
+
export declare const argsLeftBottom: InstanceType<typeof AdjHint>['$props'];
|
|
3
|
+
export declare const argsCenterBottom: InstanceType<typeof AdjHint>['$props'];
|
|
4
|
+
export declare const argsRightBottom: InstanceType<typeof AdjHint>['$props'];
|
|
5
|
+
export declare const argsLeftTop: InstanceType<typeof AdjHint>['$props'];
|
|
6
|
+
export declare const argsCenterTop: InstanceType<typeof AdjHint>['$props'];
|
|
7
|
+
export declare const argsRightTop: InstanceType<typeof AdjHint>['$props'];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as AdjHint } from './AdjHint.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjHint>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const LeftBottom: Story;
|
|
7
|
+
export declare const CenterBottom: Story;
|
|
8
|
+
export declare const RightBottom: Story;
|
|
9
|
+
export declare const LeftTop: Story;
|
|
10
|
+
export declare const CenterTop: Story;
|
|
11
|
+
export declare const RightTop: Story;
|