@poni/adjutant-ui 0.0.104 → 0.0.105
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/dist/AdjUploadFile-34R1a94_.cjs +1 -0
- package/dist/AdjUploadFile-CsU9FOzc.js +705 -0
- package/dist/components/constructor/AdjPersonalizationConfigurator/AdjPersonalizationConfigurator.mock.d.ts +2 -0
- package/dist/components/constructor/AdjPersonalizationConfigurator/AdjPersonalizationConfigurator.stories.d.ts +6 -0
- package/dist/components/constructor/{AdjPersonalizitionConfigurator/AdjPersonalizitionConfigurator.vue.d.ts → AdjPersonalizationConfigurator/AdjPersonalizationConfigurator.vue.d.ts} +8 -12
- package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.mock.d.ts +1 -1
- package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.stories.d.ts +2 -2
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/AdjPersonalizationConfiguratorElements.d.ts +6 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/AdjPersonalizationConfiguratorElements.mock.d.ts +6 -0
- package/dist/components/constructor/elements/{AdjPersonalizitionConfiguratorElements/AdjPersonalizitionConfiguratorElements.vue.d.ts → AdjPersonalizationConfiguratorElements/AdjPersonalizationConfiguratorElements.vue.d.ts} +8 -12
- package/dist/components/constructor/elements/{AdjPersonalizitionConfiguratorElements/IAdjPersonalizitionConfiguratorElementsItem.d.ts → AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsItem.d.ts} +3 -3
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsModel.d.ts +4 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsNumber.d.ts +5 -0
- package/dist/components/constructor/elements/{AdjPersonalizitionConfiguratorElements/IAdjPersonalizitionConfiguratorElementsTexture.d.ts → AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsTexture.d.ts} +1 -1
- package/dist/components/constructor/elements/{AdjPersonalizitionConfiguratorElements/TAdjPersonalizitionConfiguratorElementsValue.d.ts → AdjPersonalizationConfiguratorElements/TAdjPersonalizationConfiguratorElementsValue.d.ts} +3 -3
- package/dist/components.cjs +1 -1
- package/dist/components.js +222 -609
- package/dist/constructor.cjs +1 -1
- package/dist/constructor.js +863 -348
- package/dist/plugin/constructor.d.ts +2 -1
- package/dist/plugin/types.d.ts +3 -1
- package/dist/style.css +1 -1
- package/package.json +11 -11
- package/dist/AdjSvgActive-BrJ67q86.js +0 -310
- package/dist/AdjSvgActive-pl2OlG7l.cjs +0 -1
- package/dist/components/constructor/AdjPersonalizitionConfigurator/AdjPersonalizitionConfigurator.mock.d.ts +0 -2
- package/dist/components/constructor/AdjPersonalizitionConfigurator/AdjPersonalizitionConfigurator.stories.d.ts +0 -6
- package/dist/components/constructor/elements/AdjPersonalizitionConfiguratorElements/AdjPersonalizitionConfiguratorElements.mock.d.ts +0 -6
- package/dist/components/constructor/elements/AdjPersonalizitionConfiguratorElements/AdjPersonalizitionConfiguratorElements.stories.d.ts +0 -6
- package/dist/components/constructor/elements/AdjPersonalizitionConfiguratorElements/IAdjPersonalizitionConfiguratorElementsModel.d.ts +0 -4
- package/dist/components/constructor/elements/AdjPersonalizitionConfiguratorElements/IAdjPersonalizitionConfiguratorElementsNumber.d.ts +0 -5
|
@@ -4,6 +4,7 @@ import { default as AdjMaterials } from '../components/constructor/AdjMaterials/
|
|
|
4
4
|
import { default as AdjModels } from '../components/constructor/AdjModels/AdjModels.vue';
|
|
5
5
|
import { default as AdjNavigator } from '../components/constructor/AdjNavigator/AdjNavigator.vue';
|
|
6
6
|
import { default as AdjPersonalizations } from '../components/constructor/AdjPersonalizations/AdjPersonalizations.vue';
|
|
7
|
+
import { default as AdjPersonalizationConfigurator } from '../components/constructor/AdjPersonalizationConfigurator/AdjPersonalizationConfigurator.vue';
|
|
7
8
|
import { default as AdjProducts } from '../components/constructor/AdjProducts/AdjProducts.vue';
|
|
8
9
|
import { default as AdjStitchings } from '../components/constructor/AdjStitchings/AdjStitchings.vue';
|
|
9
|
-
export { AdjBlocks, AdjLaminates, AdjMaterials, AdjModels, AdjNavigator, AdjProducts, AdjStitchings, AdjPersonalizations, };
|
|
10
|
+
export { AdjBlocks, AdjLaminates, AdjMaterials, AdjModels, AdjNavigator, AdjProducts, AdjStitchings, AdjPersonalizations, AdjPersonalizationConfigurator, };
|
package/dist/plugin/types.d.ts
CHANGED
|
@@ -8,9 +8,11 @@ import { IAdjBlocksItem } from '../components/constructor/AdjBlocks/IAdjBlocksIt
|
|
|
8
8
|
import { IAdjLaminatesItem } from '../components/constructor/AdjLaminates/IAdjLaminatesItem';
|
|
9
9
|
import { IAdjMaterialsItem } from '../components/constructor/AdjMaterials/IAdjMaterialsItem';
|
|
10
10
|
import { IAdjCoverItem } from '../components/constructor/elements/AdjCoverItem/IAdjCoverItem';
|
|
11
|
+
import { IAdjPersonalizationConfiguratorElementsItem } from '../components/constructor/elements/AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsItem';
|
|
12
|
+
import { IAdjPersonalizationConfiguratorElementsModel } from '../components/constructor/elements/AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsModel';
|
|
11
13
|
import { IAdjPersonalizationsItem } from '../components/constructor/AdjPersonalizations/IAdjPersonalizationsItem';
|
|
12
14
|
import { IAdjProductsItem } from '../components/constructor/AdjProducts/IAdjProductsItem';
|
|
13
15
|
import { IAdjStitchingsGroup } from '../components/constructor/AdjStitchings/IAdjStitchingsGroup';
|
|
14
16
|
import { IAdjStitchingsItem } from '../components/constructor/AdjStitchings/IAdjStitchingsItem';
|
|
15
17
|
import { IAdjNavigatorItem, IAdjNavigatorItemActive } from '../components/constructor/AdjNavigator/IAdjNavigatorItem';
|
|
16
|
-
export { IAdjCheckboxItem, IAdjRadioItem, IAdjSelectItem, IAdjSelectModernItem, IAdjTabsItem, IAdjUploadFileItem, IAdjBlocksItem, IAdjLaminatesItem, IAdjMaterialsItem, IAdjCoverItem, IAdjNavigatorItem, IAdjNavigatorItemActive, IAdjPersonalizationsItem, IAdjProductsItem, IAdjStitchingsGroup, IAdjStitchingsItem, };
|
|
18
|
+
export { IAdjCheckboxItem, IAdjRadioItem, IAdjSelectItem, IAdjSelectModernItem, IAdjTabsItem, IAdjUploadFileItem, IAdjBlocksItem, IAdjLaminatesItem, IAdjMaterialsItem, IAdjCoverItem, IAdjNavigatorItem, IAdjNavigatorItemActive, IAdjPersonalizationConfiguratorElementsItem, IAdjPersonalizationConfiguratorElementsModel, IAdjPersonalizationsItem, IAdjProductsItem, IAdjStitchingsGroup, IAdjStitchingsItem, };
|
package/dist/style.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-602b5e80]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s}.adj-button i[data-v-602b5e80]{transition:.3s}.adj-button_medium[data-v-602b5e80]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-602b5e80]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-602b5e80]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-602b5e80]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-602b5e80]{font-size:14px;line-height:21px}.adj-button_small i[data-v-602b5e80]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-602b5e80]{border-radius:24px}.adj-button_flex[data-v-602b5e80]{width:100%}.adj-button_primary[data-v-602b5e80]{background-color:var(--contrast-normal);color:var(--white)}.adj-button_primary[data-v-602b5e80]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-602b5e80]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-602b5e80]{background-color:var(--back-light);color:var(--black)}.adj-button_alternative-light i[data-v-602b5e80]{color:var(--icon-dark)}.adj-button_alternative-light[data-v-602b5e80]:hover{background-color:var(--back-dark)}.adj-button_alternative-light[data-v-602b5e80]:active{background-color:var(--icon-light)}.adj-button_alternative-light:active i[data-v-602b5e80]{color:var(--black)}.adj-button_alternative-dark[data-v-602b5e80]{background-color:var(--back-dark);color:var(--black)}.adj-button_alternative-dark i[data-v-602b5e80]{color:var(--icon-dark)}.adj-button_alternative-dark[data-v-602b5e80]:hover{background-color:var(--icon-light)}.adj-button_alternative-dark:hover i[data-v-602b5e80]{color:var(--black)}.adj-button_alternative-active[data-v-602b5e80]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-602b5e80]{color:var(--white)}.adj-button_alternative[data-v-602b5e80]{background-color:var(--back-light);color:var(--alternative)}.adj-button_alternative i[data-v-602b5e80]{color:var(--alternative)}.adj-button_alternative[data-v-602b5e80]:hover{background-color:var(--back-dark)}.adj-button_disabled[data-v-602b5e80]{background-color:var(--stroke-light)!important;color:var(--white)!important}.adj-button_disabled i[data-v-602b5e80]{color:var(--white)!important}.adj-hint-desktop[data-v-c37cada5]{padding:5px 10px;background:#fff;position:relative;width:var(--7aca7e46);border:1px solid var(--stroke-light);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint-desktop__text[data-v-c37cada5]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint-desktop__text[data-v-c37cada5] p{margin-top:7px}.adj-hint-desktop__text[data-v-c37cada5] p:first-child{margin:0}.adj-hint-desktop__triangle[data-v-c37cada5]{position:absolute;left:calc(50% - 7px);top:-13px}.adj-hint-desktop__triangle_inner[data-v-c37cada5]{fill:#fff}.adj-hint-desktop__triangle_border[data-v-c37cada5]{stroke:var(--stroke-light)}.adj-hint-desktop_dark.adj-hint-desktop[data-v-c37cada5]{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-c37cada5]{fill:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_border[data-v-c37cada5]{stroke:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_left .adj-hint-desktop__triangle[data-v-c37cada5]{right:15px}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_right .adj-hint-desktop__triangle[data-v-c37cada5]{left:15px}.adj-hint-desktop_top.adj-hint-desktop .adj-hint-desktop__triangle[data-v-c37cada5]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint-desktop_left.adj-hint-desktop .adj-hint-desktop__triangle[data-v-c37cada5]{right:10px;left:auto}.adj-hint-desktop_right.adj-hint-desktop .adj-hint-desktop__triangle[data-v-c37cada5]{left:10px}.adj-modal_wrapper[data-v-921de616]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:50}.adj-modal__background[data-v-921de616]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-921de616]{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(--65069964);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-921de616]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-921de616]{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-921de616]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-921de616]{top:15px;right:15px;color:var(--icon-light)}.adj-modal__close[data-v-921de616]:hover{color:var(--stroke-dark)}}.adj-hint__slot[data-v-be48db98]{width:fit-content;height:fit-content}.adj-hint__hint[data-v-be48db98]{z-index:20;position:fixed}.adj-hint__modal[data-v-be48db98]{padding:30px 20px}.adj-hint__modal[data-v-be48db98] p{margin-top:7px}.adj-hint__modal[data-v-be48db98] p:first-child{margin:0}@media (max-width: 779px){.adj-hint__modal[data-v-be48db98]{padding:50px 20px}}.adj-icon-button[data-v-bd9a4816]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-bd9a4816]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-bd9a4816]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-bd9a4816]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-bd9a4816]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-bd9a4816]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-bd9a4816]{color:var(--icon-light)}.adj-icon-button_white-back[data-v-bd9a4816]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-bd9a4816]{color:var(--stroke-dark)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-bd9a4816]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-bd9a4816]{color:var(--stroke-light)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button_dark-back[data-v-bd9a4816]{background-color:var(--back-dark)}.adj-icon-button_dark-back i[data-v-bd9a4816]{color:var(--icon-dark)}.adj-icon-button_dark-back[data-v-bd9a4816]:hover{background-color:var(--icon-light)}.adj-icon-button_dark-back:hover i[data-v-bd9a4816]{color:var(--black)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-bd9a4816]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button_light-back[data-v-bd9a4816]{background-color:var(--back-light)}.adj-icon-button_light-back i[data-v-bd9a4816]{color:var(--icon-dark)}.adj-icon-button_light-back[data-v-bd9a4816]:hover{background-color:var(--back-dark)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-bd9a4816]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button__icon[data-v-bd9a4816]{transition:.3s}.adj-icon-button__qty[data-v-bd9a4816]{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-skeleton-item[data-v-c6820958]{max-width:100%;width:var(--73b36252);margin-top:var(--5f18ed58);aspect-ratio:var(--ac595bde);height:var(--3656db94);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-c6820958 4s ease-in-out infinite}@keyframes adj-loading-c6820958{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-080d9f14]{display:flex;flex-direction:column;align-items:var(--c2e40cd4);max-width:100%;width:var(--019b6ab8)}svg[data-v-f04662e9]{display:block}svg circle[data-v-f04662e9]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-f04662e9]{fill:var(--white)}.adj-image-item[data-v-7dafde96]{display:flex;flex-direction:column;max-width:100%;width:var(--69e20140);height:auto;position:relative;gap:10px}.adj-image-item_hovered[data-v-7dafde96]{cursor:pointer}.adj-image-item_hovered .adj-bottom__title[data-v-7dafde96]{color:var(--contrast-normal)}.adj-image-item_hovered .adj-hint__wrapper[data-v-7dafde96]{transform:translateY(0)}.adj-image-item_checked .adj-bottom__title[data-v-7dafde96]{color:var(--contrast-normal);border-color:var(--contrast-normal)}.adj-image-item_bordered .adj-top[data-v-7dafde96]{border:1px var(--stroke-light) solid}.adj-top[data-v-7dafde96]{width:100%;position:relative}.adj-top__image[data-v-7dafde96]{display:block;width:100%;object-fit:contain}.adj-top__check[data-v-7dafde96]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-hint[data-v-7dafde96]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.adj-hint__wrapper[data-v-7dafde96]{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-7dafde96]{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-7dafde96]{color:var(--white);background-color:var(--alternative)}.adj-top__buttons[data-v-7dafde96]{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-7dafde96]{opacity:1}}.adj-image-item:hover .adj-top__buttons[data-v-7dafde96]{opacity:1}.adj-bottom__title[data-v-7dafde96]{padding-bottom:1px;border-bottom:2px transparent solid;transition:.3s}.adj-bottom__title_center[data-v-7dafde96]{text-align:center}.adj-bottom__subtitle[data-v-7dafde96]{margin-top:3px;color:var(--stroke-dark)}.adj-square[data-v-7dafde96]{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-7dafde96]{top:-17px}.adj-square_quantity[data-v-7dafde96]{bottom:22px;color:var(--contrast-normal);border:1px solid var(--contrast-normal);font-size:16px}.adj-square_plus[data-v-7dafde96]{bottom:-17px}.adj-square_close[data-v-7dafde96],.adj-square_plus[data-v-7dafde96]{box-shadow:0 4px 8px #052d2b26}.adj-square_close[data-v-7dafde96]:hover,.adj-square_plus[data-v-7dafde96]:hover{color:var(--stroke-dark);box-shadow:0 4px 15px #00343145}.adj-blocks[data-v-ceba5569]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:50px 20px}@media (min-width: 1200px){.adj-blocks__item[data-v-ceba5569]{max-width:195px}}@media (min-width: 1200px){.adj-blocks__item[data-v-ceba5569]{width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% + -0px)*1)}}.adj-cover-item[data-v-f68f5046]{display:flex;flex-direction:column;max-width:100%;width:var(--36b60755);height:auto;position:relative}.adj-cover-item_hovered[data-v-f68f5046]{cursor:pointer}.adj-cover-item_hovered .adj-bottom__title[data-v-f68f5046]{color:var(--contrast-normal)}.adj-cover-item_underlined .adj-bottom__title[data-v-f68f5046]{text-decoration:underline}.adj-cover-item_checked .adj-bottom__title[data-v-f68f5046]{color:var(--contrast-normal);border-color:var(--contrast-normal)}.adj-top[data-v-f68f5046]{width:100%;position:relative;aspect-ratio:1}.adj-top__image[data-v-f68f5046]{display:block;width:100%}.adj-top__check[data-v-f68f5046]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-top__icon-buttons[data-v-f68f5046]{position:absolute;right:0;top:0;display:flex;flex-direction:column;row-gap:5px}.adj-bottom[data-v-f68f5046]{min-height:80px}.adj-bottom__title[data-v-f68f5046]{text-align:center;padding:15px 0 16px;border-bottom:2px transparent solid;transition:.3s}.adj-laminates[data-v-9be5871f]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:35px 20px}@media (max-width: 1199px){.adj-laminates[data-v-9be5871f]{gap:35px 30px}}@media (min-width: 1200px){.adj-laminates__item[data-v-9be5871f]{max-width:195px;width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-laminates__item[data-v-9be5871f]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-laminates__item[data-v-9be5871f]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-laminates__item[data-v-9be5871f]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-laminates__item[data-v-9be5871f]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-laminates__item[data-v-9be5871f]{width:calc((100% + -0px)*1)}}.adj-materials[data-v-a849395c]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-materials[data-v-a849395c]{gap:30px 30px}}@media (min-width: 1200px){.adj-materials__item[data-v-a849395c]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-materials__item[data-v-a849395c]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-materials__item[data-v-a849395c]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-materials__item[data-v-a849395c]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-materials__item[data-v-a849395c]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-materials__item[data-v-a849395c]{width:calc((100% + -0px)*1)}}.adj-models[data-v-16e28efc]{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-16e28efc]{max-width:850px}}@media (min-width: 1020px){.adj-models__item[data-v-16e28efc]{max-width:195px}}@media (min-width: 1920px){.adj-models__item[data-v-16e28efc]{width:calc((100vw - 100px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-models__item[data-v-16e28efc]{width:calc((100vw - 60px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-models__item[data-v-16e28efc]{width:calc((100vw - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-models__item[data-v-16e28efc]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-models__item[data-v-16e28efc]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-models__item[data-v-16e28efc]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-models__item[data-v-16e28efc]{width:calc((100% + -0px)*1)}}.adj-navigator-item[data-v-1c5e5a3c]{display:flex;flex-direction:column;width:112px;cursor:pointer}@media (max-width: 779px){.adj-navigator-item[data-v-1c5e5a3c]{width:160px}}.adj-navigator-item_disabled[data-v-1c5e5a3c],.adj-navigator-item_loading[data-v-1c5e5a3c]{cursor:default}.adj-navigator-item__top[data-v-1c5e5a3c]{height:42px;display:flex;align-items:center}.adj-navigator-item__label[data-v-1c5e5a3c]{height:25px;font-size:13px;line-height:19px;text-align:center;transition:.3s;padding-top:6px}.adj-navigator-item__label_active[data-v-1c5e5a3c],.adj-navigator-item__label_normal[data-v-1c5e5a3c]{color:var(--black)}.adj-navigator-item__label_disabled[data-v-1c5e5a3c]{color:var(--stroke-light)}.adj-navigator-item__square[data-v-1c5e5a3c]{width:42px;height:42px;border-radius:10px;text-align:center;overflow:hidden;padding:4px;transition:.3s}.adj-navigator-item__square span[data-v-1c5e5a3c],.adj-navigator-item__square i[data-v-1c5e5a3c]{font-size:30px;line-height:32px}.adj-navigator-item__square_active[data-v-1c5e5a3c]{border:2px var(--contrast-normal) solid;background-color:var(--contrast-normal);color:var(--white)}.adj-navigator-item__square_normal[data-v-1c5e5a3c]{border:2px var(--black) solid;color:var(--black)}.adj-navigator-item__square_disabled[data-v-1c5e5a3c]{border:2px var(--stroke-light) solid;color:var(--stroke-light)}.adj-navigator-item__square span[data-v-1c5e5a3c]{font-size:16px;font-weight:700}.adj-navigator-item__line[data-v-1c5e5a3c]{width:35px;height:2px;transition:.3s}@media (max-width: 779px){.adj-navigator-item__line[data-v-1c5e5a3c]{width:59px}}.adj-navigator-item__line_active[data-v-1c5e5a3c]{background-color:var(--contrast-normal)}.adj-navigator-item__line_normal[data-v-1c5e5a3c]{background-color:var(--black)}.adj-navigator-item__line_disabled[data-v-1c5e5a3c]{background-color:var(--stroke-light)}.adj-navigator-item__line_hidden[data-v-1c5e5a3c]{background-color:transparent}.adj-navigator-item:hover .adj-navigator-item__square_active[data-v-1c5e5a3c]{border:2px var(--contrast-light) solid;background-color:var(--contrast-light)}.adj-navigator-item:hover .adj-navigator-item__square_normal[data-v-1c5e5a3c]{border:2px var(--contrast-normal) solid;color:var(--contrast-normal)}.adj-navigator-item_loading .adj-navigator-item__square_active[data-v-1c5e5a3c]{animation:adj-loading-border-1c5e5a3c .2s infinite alternate ease-in-out,adj-loading-background-1c5e5a3c .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__square_normal[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__square_disabled[data-v-1c5e5a3c]{animation:adj-loading-border-1c5e5a3c .2s infinite alternate ease-in-out,adj-loading-color-1c5e5a3c .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__line_active[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__line_normal[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__line_disabled[data-v-1c5e5a3c]{animation:adj-loading-background-1c5e5a3c .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__label_active[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__label_normal[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__label_disabled[data-v-1c5e5a3c]{animation:adj-loading-color-1c5e5a3c .2s infinite alternate ease-in-out}@keyframes adj-loading-color-1c5e5a3c{0%{color:var(--stroke-light)}to{color:var(--stroke-dark)}}@keyframes adj-loading-border-1c5e5a3c{0%{border-color:var(--stroke-light)}to{border-color:var(--stroke-dark)}}@keyframes adj-loading-background-1c5e5a3c{0%{background-color:var(--stroke-light)}to{background-color:var(--stroke-dark)}}.adj-navigator-wrapper[data-v-c07fa70c]{display:flex;justify-content:center}.adj-navigator-wrapper__item-title[data-v-c07fa70c]{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-c07fa70c]{font-weight:600;font-size:24px;line-height:32px;margin:7px 10px 0}}@media (max-width: 779px){.adj-navigator-wrapper__item-title[data-v-c07fa70c]{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-aba78aae]{height:62px;position:fixed;background-color:var(--white);left:0;right:0;top:var(--69d4e0aa);padding:10px 0;z-index:30;border-bottom:1px solid var(--back-light)}.adj-navigator__inline[data-v-aba78aae]{height:87px;padding:10px 0}.adj-personalizations[data-v-492497f8]{display:flex;flex-direction:column;gap:30px}.adj-personalizations__groups[data-v-492497f8]{display:flex;gap:10px}.adj-personalizations__items[data-v-492497f8]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-personalizations__items[data-v-492497f8]{gap:30px 30px}}@media (min-width: 1200px){.adj-personalizations__item[data-v-492497f8]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% + -0px)*1)}}.adj-products[data-v-9d2cee0c]{display:flex;justify-content:center}.adj-products_wrapper[data-v-9d2cee0c]{display:flex;justify-content:center;width:100%;flex-wrap:wrap;gap:30px}@media (max-width: 1019px){.adj-products_wrapper[data-v-9d2cee0c]{justify-content:flex-start}}@media (min-width: 780px) and (max-width: 1019px){.adj-products_wrapper[data-v-9d2cee0c]{max-width:870px}}@media (min-width: 780px){.adj-products__item[data-v-9d2cee0c]{max-width:270px}}@media (min-width: 1920px){.adj-products__item[data-v-9d2cee0c]{width:calc((100vw - 150px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-products__item[data-v-9d2cee0c]{width:calc((100vw - 90px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-products__item[data-v-9d2cee0c]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-products__item[data-v-9d2cee0c]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-products__item[data-v-9d2cee0c]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-products__item[data-v-9d2cee0c]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-products__item[data-v-9d2cee0c]{width:calc((100% + -0px)*1)}}.adj-stitchings[data-v-fc6da26b]{display:flex;flex-direction:column;gap:30px}.adj-stitchings__groups[data-v-fc6da26b]{display:flex;gap:10px}.adj-stitchings__items[data-v-fc6da26b]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-stitchings__items[data-v-fc6da26b]{gap:30px 30px}}@media (min-width: 1200px){.adj-stitchings__item[data-v-fc6da26b]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% + -0px)*1)}}.adj-button-checkbox[data-v-80d5eb02]{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-80d5eb02]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-80d5eb02]{color:var(--icon-dark);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-80d5eb02]:hover{background:var(--back-dark)}.adj-button-checkbox.active[data-v-80d5eb02]{background:var(--icon-light)}.adj-button-checkbox.active i[data-v-80d5eb02],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-80d5eb02]{color:var(--black)}.adj-button-checkbox.active[data-v-80d5eb02]:hover{background:var(--back-dark)}.adj-checkbox[data-v-f8f6e87a]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-f8f6e87a]{width:16px;height:16px;border:1px solid var(--stroke-light);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-f8f6e87a]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-f8f6e87a]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-f8f6e87a]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-f8f6e87a]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-f8f6e87a]{fill:var(--stroke-light)}.adj-checkbox.disabled span[data-v-f8f6e87a]{color:var(--stroke-dark)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-f8f6e87a]{pointer-events:none;border:1px solid var(--stroke-light)}.adj-download-link[data-v-7a57f70c]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-7a57f70c]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-7a57f70c]{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-7a57f70c],.adj-download-link:hover .title[data-v-7a57f70c]{color:var(--contrast-normal)}.adj-dropdown-link__title[data-v-17f078e6]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-17f078e6]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-dropdown-link__items[data-v-17f078e6]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-17f078e6]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-e627919d]{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-e627919d]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-e627919d]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-e627919d]:hover{background:var(--back-dark)}.adj-filter-checkbox.active[data-v-e627919d]{background:var(--contrast-normal)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-e627919d]{color:var(--white)}.adj-filter-checkbox.active[data-v-e627919d]:hover{background:var(--contrast-light)}.adj-scroll[data-v-ab6451fe]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-ab6451fe]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-ab6451fe]::-webkit-scrollbar-track{background:var(--back-light)}.adj-scroll[data-v-ab6451fe]::-webkit-scrollbar-thumb{background-color:var(--icon-light);border-radius:20px;border:5px solid var(--back-light)}.adj-scroll[data-v-ab6451fe]::-webkit-scrollbar-thumb:hover{background-color:var(--icon-dark)}@-moz-document url-prefix(){.adj-scroll[data-v-ab6451fe]{scrollbar-color:var(--icon-light) var(--back-light)}.adj-scroll[data-v-ab6451fe]:hover{scrollbar-color:var(--icon-dark) var(--back-light)}}.adj-scroll_white[data-v-ab6451fe]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-ab6451fe]{scrollbar-color:var(--icon-light) var(--white)}.adj-scroll_white[data-v-ab6451fe]:hover{scrollbar-color:var(--icon-dark) var(--white)}}.adj-scroll_white[data-v-ab6451fe]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-ab6451fe]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__name[data-v-1388613f]{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-1388613f]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-1388613f]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-1388613f]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-1388613f]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-1388613f]{transform:rotate(180deg)}.adj-filter-select__items[data-v-1388613f]{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-1388613f]{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-1388613f]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-1388613f]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-1388613f]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-1388613f]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-1388613f]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-1388613f]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-1388613f]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-1388613f]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-1388613f]{color:var(--white)}.adj-icon[data-v-5524b1e2]{cursor:pointer;transition:.3s;height:var(--7fb84d06);width:var(--7fb84d06)}.adj-icon i[data-v-5524b1e2]{display:block;font-size:var(--7fb84d06);line-height:var(--7fb84d06);transition:.3s}.adj-icon_light i[data-v-5524b1e2]{color:var(--icon-light)}.adj-icon_light i[data-v-5524b1e2]:hover{color:var(--stroke-dark)}.adj-icon_contrast i[data-v-5524b1e2]{color:var(--icon-dark)}.adj-icon_contrast i[data-v-5524b1e2]:hover{color:var(--black)}.adj-icon_dark-back i[data-v-5524b1e2]{color:#ffffffb3}.adj-icon_dark-back i[data-v-5524b1e2]:hover{color:#fff}.adj-icon_disabled i[data-v-5524b1e2]{color:var(--stroke-light)!important}.adj-icon-button-text[data-v-87475a97]{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-87475a97]{line-height:30px;font-size:30px;color:var(--icon-light)}.adj-icon-button-text[data-v-87475a97]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-87475a97]{color:var(--stroke-dark)}.adj-icon-button-text[data-v-87475a97]:after,.adj-icon-button-text[data-v-87475a97]: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-87475a97]:hover:after,.adj-icon-button-text[data-v-87475a97]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-87475a97]:after{content:var(--1ba7bed2)}.adj-icon-button-text_right[data-v-87475a97]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-87475a97]:before{content:var(--1ba7bed2)}.adj-icon-button-text_left[data-v-87475a97]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-87475a97]{animation:adj-loading-87475a97 .2s infinite alternate ease-in-out}[class^=icon-][data-v-87475a97]{transition:.3s}@keyframes adj-loading-87475a97{0%{color:var(--icon-light)}to{color:var(--stroke-dark)}}.adj-image-button[data-v-b8cbc1b8]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-b8cbc1b8]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-b8cbc1b8]{width:100%;height:auto}.adj-image-button.active[data-v-b8cbc1b8]{border:2px solid var(--contrast-normal)}.adj-input__title[data-v-bef1229d]{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-bef1229d]{color:var(--contrast-normal)}.adj-input__hint[data-v-bef1229d]{position:absolute;right:0;top:45px}.adj-input__field[data-v-bef1229d]{position:relative}.adj-input__field input[data-v-bef1229d]{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-bef1229d]::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-bef1229d]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-bef1229d]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-bef1229d]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-bef1229d]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-bef1229d]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-bef1229d]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-bef1229d]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-bef1229d]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-bef1229d]{border:1px solid var(--error)}.adj-input_left-title[data-v-bef1229d]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-bef1229d]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-bef1229d]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-1b1ec6df]{position:relative}.adj-input-modern input[data-v-1b1ec6df]{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-1b1ec6df]::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-1b1ec6df]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-1b1ec6df]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-1b1ec6df]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-1b1ec6df]::placeholder{color:var(--stroke-light)}.adj-radio[data-v-1291569e]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-1291569e]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-1291569e]{flex-direction:row-reverse}.adj-radio__item_button[data-v-1291569e]{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-1291569e]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-1291569e]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-1291569e]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-1291569e]{border-color:var(--stroke-light)}.adj-radio_disabled.adj-radio .adj-radio__item_name[data-v-1291569e]{color:var(--stroke-dark)}.adj-select__title[data-v-8908a082]{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-8908a082]{color:var(--contrast-normal)}.adj-select__comment[data-v-8908a082]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__name[data-v-8908a082]{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-8908a082]{border:1px solid var(--alternative)}.adj-select__name input[data-v-8908a082]{border:0;outline:0}.adj-select__name span[data-v-8908a082]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__name i[data-v-8908a082]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-select.show i[data-v-8908a082]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-8908a082]{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-8908a082]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-8908a082]:hover{background-color:var(--back-light)}.adj-select__item.active[data-v-8908a082]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-8908a082]{color:var(--stroke-dark)}.adj-select.disabled .adj-select__name[data-v-8908a082]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select.disabled .adj-select__name i[data-v-8908a082]{color:var(--stroke-light)}.adj-select.leftTitle[data-v-8908a082]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-8908a082]{margin-bottom:2px}.adj-select-modern[data-v-af0fc45c]{max-width:fit-content;cursor:pointer;position:relative}.adj-select-modern .adj-input[data-v-af0fc45c]{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-af0fc45c]:hover{background-color:var(--back-dark)}.adj-select-modern .adj-input__image[data-v-af0fc45c]{width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern .adj-input__text[data-v-af0fc45c]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-modern .adj-input__icon[data-v-af0fc45c]{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-af0fc45c]{margin-left:10px}.adj-select-modern_image .adj-input__text[data-v-af0fc45c],.adj-select-modern_background .adj-input__text[data-v-af0fc45c]{margin-left:8px}.adj-select-modern__items[data-v-af0fc45c]{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-select-modern__item[data-v-af0fc45c]{transition:.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-af0fc45c]:hover{background-color:var(--back-dark)}.adj-select-modern__item-image[data-v-af0fc45c]{width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern_text .adj-select-modern__item-text[data-v-af0fc45c]{margin-left:16px}.adj-select-modern_image .adj-select-modern__item-image[data-v-af0fc45c],.adj-select-modern_background .adj-select-modern__item-image[data-v-af0fc45c]{margin-left:7px}.adj-select-modern.show .adj-input[data-v-af0fc45c]{background-color:var(--back-dark)}.adj-select-modern.show i[data-v-af0fc45c]{transform:scaleY(-1)}.adj-select-modern.disabled .adj-input[data-v-af0fc45c]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select-modern.disabled .adj-input i[data-v-af0fc45c]{color:var(--icon-dark)}.adj-select-modern.left .adj-select-modern__items[data-v-af0fc45c]{right:0;left:auto;transform:none}.adj-select-modern.right .adj-select-modern__items[data-v-af0fc45c]{left:0;transform:none}svg[data-v-0a2a1324]{display:block}svg circle[data-v-0a2a1324]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-0a2a1324]{fill:var(--white)}svg[data-v-066981b3]{display:block}svg path[data-v-066981b3]{fill:#d8362a}.adj-tabs[data-v-fcf34a9c]{width:100%;overflow:auto;position:relative}.adj-tabs[data-v-fcf34a9c]::-webkit-scrollbar{display:none}.adj-tabs-wrapper[data-v-fcf34a9c]{display:flex;width:max-content;padding:0 10px}@media (max-width: 779px){.adj-tabs-wrapper[data-v-fcf34a9c]{padding:0}}.adj-tabs__item[data-v-fcf34a9c]{padding:13.5px 15px;display:flex;align-items:center;gap:6px;cursor:pointer}.adj-tabs__item p[data-v-fcf34a9c]{font-size:14px;line-height:21px;white-space:nowrap}.adj-tabs__item span[data-v-fcf34a9c]{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-fcf34a9c]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-fcf34a9c]: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-fcf34a9c]{color:var(--stroke-dark)}.adj-upload-file[data-v-a4227077]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file [class^=icon-][data-v-a4227077]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file__main[data-v-a4227077]{display:flex;align-items:center;gap:0 6px}.adj-upload-file__main .icon-arrow-circle-up[data-v-a4227077]{color:var(--alternative)}.adj-upload-file__main:hover .icon-arrow-circle-up[data-v-a4227077]{color:var(--black)}.adj-upload-file .icon-close[data-v-a4227077]{color:var(--icon-light)}.adj-upload-file_loading .icon-arrow-circle-up[data-v-a4227077]{animation:loading-a4227077 .2s infinite alternate ease-in-out}@keyframes loading-a4227077{0%{color:var(--alternative)}to{color:var(--black)}}
|
|
1
|
+
@import"https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://assets.cnstr.adjutant.ru/fonts/eurostile.css";@import"https://assets.cnstr.adjutant.ru/fonts/icomoon.css";:root{--alternative: #00aaa7;--error: #e14848;--wine: #7f2629;--contrast-dark: #d74400;--contrast-normal: #ff5100;--contrast-light: #ff6f2d;--icon-dark: #40a8a8;--icon-light: #a4cccc;--back-dark: #d3e5e5;--back-light: #ecf4f4;--black: #000000;--white: #ffffff;--white-70: #ffffffb3;--white-50: #ffffff80;--white-30: #ffffff4d;--stroke-dark: #7c9594;--stroke-light: #c5cfcf}[class^=adj-]{font-family:Roboto;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:0em;box-sizing:border-box;padding:0;margin:0}[class^=adj-] *{box-sizing:border-box;padding:0;margin:0}[class^=adj-] *:focus{outline:none}.adj-fade-enter-from,.adj-fade-leave-to{opacity:0}.adj-fade-leave-from,.adj-fade-enter-to{opacity:1}.adj-popup-left-enter-from,.adj-popup-left-leave-to{transform:translate(-100vw);opacity:0}.adj-popup-bottom-enter-from,.adj-popup-bottom-leave-to{transform:translateY(50vh);opacity:0}.adj-fade-enter-active,.adj-fade-leave-active,.adj-popup-left-enter-active,.adj-popup-left-leave-active,.adj-popup-bottom-enter-active,.adj-popup-bottom-leave-active{transition:.3s}.adj-popup-pers-enter-from,.adj-popup-pers-leave-to{transition:.3s;max-height:0px;overflow:hidden}.adj-popup-pers-leave-from,.adj-popup-pers-enter-to{transition:.3s;max-height:500px;overflow:hidden}.adj-title-h1{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em}.adj-title-h2{font-family:Eurostile;font-weight:500;font-size:30px;line-height:36px;letter-spacing:0em}.adj-title-h3{font-family:Eurostile;font-weight:600;font-size:24px;line-height:32px;letter-spacing:0em}.adj-title-h4{font-family:Eurostile;font-weight:600;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-18{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-16{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em}.adj-text-14{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em}.adj-text-13{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em}.adj-text-12{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left}.adj-text-18-bold{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-16-bold{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-14-bold{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-13-bold{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em;font-weight:600}.adj-text-12-bold{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left;font-weight:600}.adj-effect-overlay-normal{box-shadow:0 4px 8px #052d2b26}.adj-effect-overlay-big{box-shadow:0 4px 15px #00343145}.adj-effect-overlay-small{box-shadow:0 2px 2px #052d2b33}.adj-effect-overlay-light{box-shadow:0 2px 2px #052d2b1a}.adj-hyperlink{font-family:Roboto;font-size:14px;font-weight:400;line-height:1.5;color:var(--black);text-decoration:underline;transition:.3s}.adj-hyperlink:hover{color:var(--contrast-normal)}.adj-hyperlink_contrast{color:var(--alternative)}.adj-hyperlink_contrast:hover{color:var(--contrast-normal)}.adj-hyperlink_light{color:var(--white);opacity:.5}.adj-hyperlink_light:hover{color:var(--white);opacity:1}.adj-hyperlink_button{text-align:center;color:var(--alternative);background-color:var(--back-light);border-radius:5px;padding:3px 10px;width:fit-content;line-height:34px;text-decoration:none}.adj-hyperlink_button:hover{color:var(--alternative);background-color:var(--back-dark)}.adj-hyperlink_button:active{background-color:var(--alternative);color:var(--white)}.adj-button[data-v-602b5e80]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s}.adj-button i[data-v-602b5e80]{transition:.3s}.adj-button_medium[data-v-602b5e80]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-602b5e80]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-602b5e80]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-602b5e80]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-602b5e80]{font-size:14px;line-height:21px}.adj-button_small i[data-v-602b5e80]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-602b5e80]{border-radius:24px}.adj-button_flex[data-v-602b5e80]{width:100%}.adj-button_primary[data-v-602b5e80]{background-color:var(--contrast-normal);color:var(--white)}.adj-button_primary[data-v-602b5e80]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-602b5e80]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-602b5e80]{background-color:var(--back-light);color:var(--black)}.adj-button_alternative-light i[data-v-602b5e80]{color:var(--icon-dark)}.adj-button_alternative-light[data-v-602b5e80]:hover{background-color:var(--back-dark)}.adj-button_alternative-light[data-v-602b5e80]:active{background-color:var(--icon-light)}.adj-button_alternative-light:active i[data-v-602b5e80]{color:var(--black)}.adj-button_alternative-dark[data-v-602b5e80]{background-color:var(--back-dark);color:var(--black)}.adj-button_alternative-dark i[data-v-602b5e80]{color:var(--icon-dark)}.adj-button_alternative-dark[data-v-602b5e80]:hover{background-color:var(--icon-light)}.adj-button_alternative-dark:hover i[data-v-602b5e80]{color:var(--black)}.adj-button_alternative-active[data-v-602b5e80]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-602b5e80]{color:var(--white)}.adj-button_alternative[data-v-602b5e80]{background-color:var(--back-light);color:var(--alternative)}.adj-button_alternative i[data-v-602b5e80]{color:var(--alternative)}.adj-button_alternative[data-v-602b5e80]:hover{background-color:var(--back-dark)}.adj-button_disabled[data-v-602b5e80]{background-color:var(--stroke-light)!important;color:var(--white)!important}.adj-button_disabled i[data-v-602b5e80]{color:var(--white)!important}.adj-checkbox[data-v-f8f6e87a]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-f8f6e87a]{width:16px;height:16px;border:1px solid var(--stroke-light);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-f8f6e87a]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-f8f6e87a]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-f8f6e87a]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-f8f6e87a]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-f8f6e87a]{fill:var(--stroke-light)}.adj-checkbox.disabled span[data-v-f8f6e87a]{color:var(--stroke-dark)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-f8f6e87a]{pointer-events:none;border:1px solid var(--stroke-light)}.adj-scroll[data-v-ab6451fe]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-ab6451fe]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-ab6451fe]::-webkit-scrollbar-track{background:var(--back-light)}.adj-scroll[data-v-ab6451fe]::-webkit-scrollbar-thumb{background-color:var(--icon-light);border-radius:20px;border:5px solid var(--back-light)}.adj-scroll[data-v-ab6451fe]::-webkit-scrollbar-thumb:hover{background-color:var(--icon-dark)}@-moz-document url-prefix(){.adj-scroll[data-v-ab6451fe]{scrollbar-color:var(--icon-light) var(--back-light)}.adj-scroll[data-v-ab6451fe]:hover{scrollbar-color:var(--icon-dark) var(--back-light)}}.adj-scroll_white[data-v-ab6451fe]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-ab6451fe]{scrollbar-color:var(--icon-light) var(--white)}.adj-scroll_white[data-v-ab6451fe]:hover{scrollbar-color:var(--icon-dark) var(--white)}}.adj-scroll_white[data-v-ab6451fe]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-ab6451fe]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__name[data-v-1388613f]{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-1388613f]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-1388613f]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-1388613f]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-1388613f]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-1388613f]{transform:rotate(180deg)}.adj-filter-select__items[data-v-1388613f]{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-1388613f]{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-1388613f]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-1388613f]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-1388613f]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-1388613f]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-1388613f]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-1388613f]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-1388613f]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-1388613f]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-1388613f]{color:var(--white)}.adj-hint-desktop[data-v-c37cada5]{padding:5px 10px;background:#fff;position:relative;width:var(--7aca7e46);border:1px solid var(--stroke-light);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint-desktop__text[data-v-c37cada5]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint-desktop__text[data-v-c37cada5] p{margin-top:7px}.adj-hint-desktop__text[data-v-c37cada5] p:first-child{margin:0}.adj-hint-desktop__triangle[data-v-c37cada5]{position:absolute;left:calc(50% - 7px);top:-13px}.adj-hint-desktop__triangle_inner[data-v-c37cada5]{fill:#fff}.adj-hint-desktop__triangle_border[data-v-c37cada5]{stroke:var(--stroke-light)}.adj-hint-desktop_dark.adj-hint-desktop[data-v-c37cada5]{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-c37cada5]{fill:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_border[data-v-c37cada5]{stroke:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_left .adj-hint-desktop__triangle[data-v-c37cada5]{right:15px}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_right .adj-hint-desktop__triangle[data-v-c37cada5]{left:15px}.adj-hint-desktop_top.adj-hint-desktop .adj-hint-desktop__triangle[data-v-c37cada5]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint-desktop_left.adj-hint-desktop .adj-hint-desktop__triangle[data-v-c37cada5]{right:10px;left:auto}.adj-hint-desktop_right.adj-hint-desktop .adj-hint-desktop__triangle[data-v-c37cada5]{left:10px}.adj-modal_wrapper[data-v-921de616]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:50}.adj-modal__background[data-v-921de616]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-921de616]{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(--65069964);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-921de616]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-921de616]{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-921de616]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-921de616]{top:15px;right:15px;color:var(--icon-light)}.adj-modal__close[data-v-921de616]:hover{color:var(--stroke-dark)}}.adj-hint__slot[data-v-be48db98]{width:fit-content;height:fit-content}.adj-hint__hint[data-v-be48db98]{z-index:20;position:fixed}.adj-hint__modal[data-v-be48db98]{padding:30px 20px}.adj-hint__modal[data-v-be48db98] p{margin-top:7px}.adj-hint__modal[data-v-be48db98] p:first-child{margin:0}@media (max-width: 779px){.adj-hint__modal[data-v-be48db98]{padding:50px 20px}}.adj-icon[data-v-5524b1e2]{cursor:pointer;transition:.3s;height:var(--7fb84d06);width:var(--7fb84d06)}.adj-icon i[data-v-5524b1e2]{display:block;font-size:var(--7fb84d06);line-height:var(--7fb84d06);transition:.3s}.adj-icon_light i[data-v-5524b1e2]{color:var(--icon-light)}.adj-icon_light i[data-v-5524b1e2]:hover{color:var(--stroke-dark)}.adj-icon_contrast i[data-v-5524b1e2]{color:var(--icon-dark)}.adj-icon_contrast i[data-v-5524b1e2]:hover{color:var(--black)}.adj-icon_dark-back i[data-v-5524b1e2]{color:#ffffffb3}.adj-icon_dark-back i[data-v-5524b1e2]:hover{color:#fff}.adj-icon_disabled i[data-v-5524b1e2]{color:var(--stroke-light)!important}.adj-icon-button[data-v-bd9a4816]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-bd9a4816]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-bd9a4816]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-bd9a4816]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-bd9a4816]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-bd9a4816]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-bd9a4816]{color:var(--icon-light)}.adj-icon-button_white-back[data-v-bd9a4816]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-bd9a4816]{color:var(--stroke-dark)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-bd9a4816]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-bd9a4816]{color:var(--stroke-light)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button_dark-back[data-v-bd9a4816]{background-color:var(--back-dark)}.adj-icon-button_dark-back i[data-v-bd9a4816]{color:var(--icon-dark)}.adj-icon-button_dark-back[data-v-bd9a4816]:hover{background-color:var(--icon-light)}.adj-icon-button_dark-back:hover i[data-v-bd9a4816]{color:var(--black)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-bd9a4816]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button_light-back[data-v-bd9a4816]{background-color:var(--back-light)}.adj-icon-button_light-back i[data-v-bd9a4816]{color:var(--icon-dark)}.adj-icon-button_light-back[data-v-bd9a4816]:hover{background-color:var(--back-dark)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-bd9a4816]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-bd9a4816]{background:var(--stroke-light)}.adj-icon-button__icon[data-v-bd9a4816]{transition:.3s}.adj-icon-button__qty[data-v-bd9a4816]{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-1291569e]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-1291569e]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-1291569e]{flex-direction:row-reverse}.adj-radio__item_button[data-v-1291569e]{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-1291569e]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-1291569e]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-1291569e]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-1291569e]{border-color:var(--stroke-light)}.adj-radio_disabled.adj-radio .adj-radio__item_name[data-v-1291569e]{color:var(--stroke-dark)}.adj-select-modern[data-v-af0fc45c]{max-width:fit-content;cursor:pointer;position:relative}.adj-select-modern .adj-input[data-v-af0fc45c]{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-af0fc45c]:hover{background-color:var(--back-dark)}.adj-select-modern .adj-input__image[data-v-af0fc45c]{width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern .adj-input__text[data-v-af0fc45c]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-modern .adj-input__icon[data-v-af0fc45c]{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-af0fc45c]{margin-left:10px}.adj-select-modern_image .adj-input__text[data-v-af0fc45c],.adj-select-modern_background .adj-input__text[data-v-af0fc45c]{margin-left:8px}.adj-select-modern__items[data-v-af0fc45c]{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-select-modern__item[data-v-af0fc45c]{transition:.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-af0fc45c]:hover{background-color:var(--back-dark)}.adj-select-modern__item-image[data-v-af0fc45c]{width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern_text .adj-select-modern__item-text[data-v-af0fc45c]{margin-left:16px}.adj-select-modern_image .adj-select-modern__item-image[data-v-af0fc45c],.adj-select-modern_background .adj-select-modern__item-image[data-v-af0fc45c]{margin-left:7px}.adj-select-modern.show .adj-input[data-v-af0fc45c]{background-color:var(--back-dark)}.adj-select-modern.show i[data-v-af0fc45c]{transform:scaleY(-1)}.adj-select-modern.disabled .adj-input[data-v-af0fc45c]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select-modern.disabled .adj-input i[data-v-af0fc45c]{color:var(--icon-dark)}.adj-select-modern.left .adj-select-modern__items[data-v-af0fc45c]{right:0;left:auto;transform:none}.adj-select-modern.right .adj-select-modern__items[data-v-af0fc45c]{left:0;transform:none}.adj-skeleton-item[data-v-c6820958]{max-width:100%;width:var(--73b36252);margin-top:var(--5f18ed58);aspect-ratio:var(--ac595bde);height:var(--3656db94);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-c6820958 4s ease-in-out infinite}@keyframes adj-loading-c6820958{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-080d9f14]{display:flex;flex-direction:column;align-items:var(--c2e40cd4);max-width:100%;width:var(--019b6ab8)}svg[data-v-f04662e9]{display:block}svg circle[data-v-f04662e9]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-f04662e9]{fill:var(--white)}.adj-tabs[data-v-fcf34a9c]{width:100%;overflow:auto;position:relative}.adj-tabs[data-v-fcf34a9c]::-webkit-scrollbar{display:none}.adj-tabs-wrapper[data-v-fcf34a9c]{display:flex;width:max-content;padding:0 10px}@media (max-width: 779px){.adj-tabs-wrapper[data-v-fcf34a9c]{padding:0}}.adj-tabs__item[data-v-fcf34a9c]{padding:13.5px 15px;display:flex;align-items:center;gap:6px;cursor:pointer}.adj-tabs__item p[data-v-fcf34a9c]{font-size:14px;line-height:21px;white-space:nowrap}.adj-tabs__item span[data-v-fcf34a9c]{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-fcf34a9c]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-fcf34a9c]: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-fcf34a9c]{color:var(--stroke-dark)}.adj-upload-file[data-v-a4227077]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file [class^=icon-][data-v-a4227077]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file__main[data-v-a4227077]{display:flex;align-items:center;gap:0 6px}.adj-upload-file__main .icon-arrow-circle-up[data-v-a4227077]{color:var(--alternative)}.adj-upload-file__main:hover .icon-arrow-circle-up[data-v-a4227077]{color:var(--black)}.adj-upload-file .icon-close[data-v-a4227077]{color:var(--icon-light)}.adj-upload-file_loading .icon-arrow-circle-up[data-v-a4227077]{animation:loading-a4227077 .2s infinite alternate ease-in-out}@keyframes loading-a4227077{0%{color:var(--alternative)}to{color:var(--black)}}.adj-button-checkbox[data-v-80d5eb02]{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-80d5eb02]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-80d5eb02]{color:var(--icon-dark);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-80d5eb02]:hover{background:var(--back-dark)}.adj-button-checkbox.active[data-v-80d5eb02]{background:var(--icon-light)}.adj-button-checkbox.active i[data-v-80d5eb02],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-80d5eb02]{color:var(--black)}.adj-button-checkbox.active[data-v-80d5eb02]:hover{background:var(--back-dark)}.adj-download-link[data-v-7a57f70c]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-7a57f70c]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-7a57f70c]{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-7a57f70c],.adj-download-link:hover .title[data-v-7a57f70c]{color:var(--contrast-normal)}.adj-dropdown-link__title[data-v-17f078e6]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-17f078e6]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-dropdown-link__items[data-v-17f078e6]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-17f078e6]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-e627919d]{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-e627919d]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-e627919d]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-e627919d]:hover{background:var(--back-dark)}.adj-filter-checkbox.active[data-v-e627919d]{background:var(--contrast-normal)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-e627919d]{color:var(--white)}.adj-filter-checkbox.active[data-v-e627919d]:hover{background:var(--contrast-light)}.adj-icon-button-text[data-v-87475a97]{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-87475a97]{line-height:30px;font-size:30px;color:var(--icon-light)}.adj-icon-button-text[data-v-87475a97]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-87475a97]{color:var(--stroke-dark)}.adj-icon-button-text[data-v-87475a97]:after,.adj-icon-button-text[data-v-87475a97]: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-87475a97]:hover:after,.adj-icon-button-text[data-v-87475a97]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-87475a97]:after{content:var(--1ba7bed2)}.adj-icon-button-text_right[data-v-87475a97]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-87475a97]:before{content:var(--1ba7bed2)}.adj-icon-button-text_left[data-v-87475a97]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-87475a97]{animation:adj-loading-87475a97 .2s infinite alternate ease-in-out}[class^=icon-][data-v-87475a97]{transition:.3s}@keyframes adj-loading-87475a97{0%{color:var(--icon-light)}to{color:var(--stroke-dark)}}.adj-image-button[data-v-b8cbc1b8]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-b8cbc1b8]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-b8cbc1b8]{width:100%;height:auto}.adj-image-button.active[data-v-b8cbc1b8]{border:2px solid var(--contrast-normal)}.adj-input__title[data-v-bef1229d]{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-bef1229d]{color:var(--contrast-normal)}.adj-input__hint[data-v-bef1229d]{position:absolute;right:0;top:45px}.adj-input__field[data-v-bef1229d]{position:relative}.adj-input__field input[data-v-bef1229d]{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-bef1229d]::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-bef1229d]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-bef1229d]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-bef1229d]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-bef1229d]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-bef1229d]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-bef1229d]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-bef1229d]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-bef1229d]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-bef1229d]{border:1px solid var(--error)}.adj-input_left-title[data-v-bef1229d]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-bef1229d]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-bef1229d]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-1b1ec6df]{position:relative}.adj-input-modern input[data-v-1b1ec6df]{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-1b1ec6df]::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-1b1ec6df]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-1b1ec6df]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-1b1ec6df]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-1b1ec6df]::placeholder{color:var(--stroke-light)}.adj-select__title[data-v-8908a082]{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-8908a082]{color:var(--contrast-normal)}.adj-select__comment[data-v-8908a082]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__name[data-v-8908a082]{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-8908a082]{border:1px solid var(--alternative)}.adj-select__name input[data-v-8908a082]{border:0;outline:0}.adj-select__name span[data-v-8908a082]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__name i[data-v-8908a082]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-select.show i[data-v-8908a082]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-8908a082]{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-8908a082]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-8908a082]:hover{background-color:var(--back-light)}.adj-select__item.active[data-v-8908a082]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-8908a082]{color:var(--stroke-dark)}.adj-select.disabled .adj-select__name[data-v-8908a082]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select.disabled .adj-select__name i[data-v-8908a082]{color:var(--stroke-light)}.adj-select.leftTitle[data-v-8908a082]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-8908a082]{margin-bottom:2px}svg[data-v-0a2a1324]{display:block}svg circle[data-v-0a2a1324]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-0a2a1324]{fill:var(--white)}svg[data-v-066981b3]{display:block}svg path[data-v-066981b3]{fill:#d8362a}.adj-image-item[data-v-7dafde96]{display:flex;flex-direction:column;max-width:100%;width:var(--69e20140);height:auto;position:relative;gap:10px}.adj-image-item_hovered[data-v-7dafde96]{cursor:pointer}.adj-image-item_hovered .adj-bottom__title[data-v-7dafde96]{color:var(--contrast-normal)}.adj-image-item_hovered .adj-hint__wrapper[data-v-7dafde96]{transform:translateY(0)}.adj-image-item_checked .adj-bottom__title[data-v-7dafde96]{color:var(--contrast-normal);border-color:var(--contrast-normal)}.adj-image-item_bordered .adj-top[data-v-7dafde96]{border:1px var(--stroke-light) solid}.adj-top[data-v-7dafde96]{width:100%;position:relative}.adj-top__image[data-v-7dafde96]{display:block;width:100%;object-fit:contain}.adj-top__check[data-v-7dafde96]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-hint[data-v-7dafde96]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.adj-hint__wrapper[data-v-7dafde96]{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-7dafde96]{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-7dafde96]{color:var(--white);background-color:var(--alternative)}.adj-top__buttons[data-v-7dafde96]{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-7dafde96]{opacity:1}}.adj-image-item:hover .adj-top__buttons[data-v-7dafde96]{opacity:1}.adj-bottom__title[data-v-7dafde96]{padding-bottom:1px;border-bottom:2px transparent solid;transition:.3s}.adj-bottom__title_center[data-v-7dafde96]{text-align:center}.adj-bottom__subtitle[data-v-7dafde96]{margin-top:3px;color:var(--stroke-dark)}.adj-square[data-v-7dafde96]{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-7dafde96]{top:-17px}.adj-square_quantity[data-v-7dafde96]{bottom:22px;color:var(--contrast-normal);border:1px solid var(--contrast-normal);font-size:16px}.adj-square_plus[data-v-7dafde96]{bottom:-17px}.adj-square_close[data-v-7dafde96],.adj-square_plus[data-v-7dafde96]{box-shadow:0 4px 8px #052d2b26}.adj-square_close[data-v-7dafde96]:hover,.adj-square_plus[data-v-7dafde96]:hover{color:var(--stroke-dark);box-shadow:0 4px 15px #00343145}.adj-blocks[data-v-ceba5569]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:50px 20px}@media (min-width: 1200px){.adj-blocks__item[data-v-ceba5569]{max-width:195px}}@media (min-width: 1200px){.adj-blocks__item[data-v-ceba5569]{width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-blocks__item[data-v-ceba5569]{width:calc((100% + -0px)*1)}}.adj-cover-item[data-v-f68f5046]{display:flex;flex-direction:column;max-width:100%;width:var(--36b60755);height:auto;position:relative}.adj-cover-item_hovered[data-v-f68f5046]{cursor:pointer}.adj-cover-item_hovered .adj-bottom__title[data-v-f68f5046]{color:var(--contrast-normal)}.adj-cover-item_underlined .adj-bottom__title[data-v-f68f5046]{text-decoration:underline}.adj-cover-item_checked .adj-bottom__title[data-v-f68f5046]{color:var(--contrast-normal);border-color:var(--contrast-normal)}.adj-top[data-v-f68f5046]{width:100%;position:relative;aspect-ratio:1}.adj-top__image[data-v-f68f5046]{display:block;width:100%}.adj-top__check[data-v-f68f5046]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-top__icon-buttons[data-v-f68f5046]{position:absolute;right:0;top:0;display:flex;flex-direction:column;row-gap:5px}.adj-bottom[data-v-f68f5046]{min-height:80px}.adj-bottom__title[data-v-f68f5046]{text-align:center;padding:15px 0 16px;border-bottom:2px transparent solid;transition:.3s}.adj-laminates[data-v-9be5871f]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:35px 20px}@media (max-width: 1199px){.adj-laminates[data-v-9be5871f]{gap:35px 30px}}@media (min-width: 1200px){.adj-laminates__item[data-v-9be5871f]{max-width:195px;width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-laminates__item[data-v-9be5871f]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-laminates__item[data-v-9be5871f]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-laminates__item[data-v-9be5871f]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-laminates__item[data-v-9be5871f]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-laminates__item[data-v-9be5871f]{width:calc((100% + -0px)*1)}}.adj-materials[data-v-a849395c]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-materials[data-v-a849395c]{gap:30px 30px}}@media (min-width: 1200px){.adj-materials__item[data-v-a849395c]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-materials__item[data-v-a849395c]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-materials__item[data-v-a849395c]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-materials__item[data-v-a849395c]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-materials__item[data-v-a849395c]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-materials__item[data-v-a849395c]{width:calc((100% + -0px)*1)}}.adj-models[data-v-16e28efc]{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-16e28efc]{max-width:850px}}@media (min-width: 1020px){.adj-models__item[data-v-16e28efc]{max-width:195px}}@media (min-width: 1920px){.adj-models__item[data-v-16e28efc]{width:calc((100vw - 100px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-models__item[data-v-16e28efc]{width:calc((100vw - 60px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-models__item[data-v-16e28efc]{width:calc((100vw - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-models__item[data-v-16e28efc]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-models__item[data-v-16e28efc]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-models__item[data-v-16e28efc]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-models__item[data-v-16e28efc]{width:calc((100% + -0px)*1)}}.adj-navigator-item[data-v-1c5e5a3c]{display:flex;flex-direction:column;width:112px;cursor:pointer}@media (max-width: 779px){.adj-navigator-item[data-v-1c5e5a3c]{width:160px}}.adj-navigator-item_disabled[data-v-1c5e5a3c],.adj-navigator-item_loading[data-v-1c5e5a3c]{cursor:default}.adj-navigator-item__top[data-v-1c5e5a3c]{height:42px;display:flex;align-items:center}.adj-navigator-item__label[data-v-1c5e5a3c]{height:25px;font-size:13px;line-height:19px;text-align:center;transition:.3s;padding-top:6px}.adj-navigator-item__label_active[data-v-1c5e5a3c],.adj-navigator-item__label_normal[data-v-1c5e5a3c]{color:var(--black)}.adj-navigator-item__label_disabled[data-v-1c5e5a3c]{color:var(--stroke-light)}.adj-navigator-item__square[data-v-1c5e5a3c]{width:42px;height:42px;border-radius:10px;text-align:center;overflow:hidden;padding:4px;transition:.3s}.adj-navigator-item__square span[data-v-1c5e5a3c],.adj-navigator-item__square i[data-v-1c5e5a3c]{font-size:30px;line-height:32px}.adj-navigator-item__square_active[data-v-1c5e5a3c]{border:2px var(--contrast-normal) solid;background-color:var(--contrast-normal);color:var(--white)}.adj-navigator-item__square_normal[data-v-1c5e5a3c]{border:2px var(--black) solid;color:var(--black)}.adj-navigator-item__square_disabled[data-v-1c5e5a3c]{border:2px var(--stroke-light) solid;color:var(--stroke-light)}.adj-navigator-item__square span[data-v-1c5e5a3c]{font-size:16px;font-weight:700}.adj-navigator-item__line[data-v-1c5e5a3c]{width:35px;height:2px;transition:.3s}@media (max-width: 779px){.adj-navigator-item__line[data-v-1c5e5a3c]{width:59px}}.adj-navigator-item__line_active[data-v-1c5e5a3c]{background-color:var(--contrast-normal)}.adj-navigator-item__line_normal[data-v-1c5e5a3c]{background-color:var(--black)}.adj-navigator-item__line_disabled[data-v-1c5e5a3c]{background-color:var(--stroke-light)}.adj-navigator-item__line_hidden[data-v-1c5e5a3c]{background-color:transparent}.adj-navigator-item:hover .adj-navigator-item__square_active[data-v-1c5e5a3c]{border:2px var(--contrast-light) solid;background-color:var(--contrast-light)}.adj-navigator-item:hover .adj-navigator-item__square_normal[data-v-1c5e5a3c]{border:2px var(--contrast-normal) solid;color:var(--contrast-normal)}.adj-navigator-item_loading .adj-navigator-item__square_active[data-v-1c5e5a3c]{animation:adj-loading-border-1c5e5a3c .2s infinite alternate ease-in-out,adj-loading-background-1c5e5a3c .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__square_normal[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__square_disabled[data-v-1c5e5a3c]{animation:adj-loading-border-1c5e5a3c .2s infinite alternate ease-in-out,adj-loading-color-1c5e5a3c .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__line_active[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__line_normal[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__line_disabled[data-v-1c5e5a3c]{animation:adj-loading-background-1c5e5a3c .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__label_active[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__label_normal[data-v-1c5e5a3c],.adj-navigator-item_loading .adj-navigator-item__label_disabled[data-v-1c5e5a3c]{animation:adj-loading-color-1c5e5a3c .2s infinite alternate ease-in-out}@keyframes adj-loading-color-1c5e5a3c{0%{color:var(--stroke-light)}to{color:var(--stroke-dark)}}@keyframes adj-loading-border-1c5e5a3c{0%{border-color:var(--stroke-light)}to{border-color:var(--stroke-dark)}}@keyframes adj-loading-background-1c5e5a3c{0%{background-color:var(--stroke-light)}to{background-color:var(--stroke-dark)}}.adj-navigator-wrapper[data-v-c07fa70c]{display:flex;justify-content:center}.adj-navigator-wrapper__item-title[data-v-c07fa70c]{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-c07fa70c]{font-weight:600;font-size:24px;line-height:32px;margin:7px 10px 0}}@media (max-width: 779px){.adj-navigator-wrapper__item-title[data-v-c07fa70c]{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-aba78aae]{height:62px;position:fixed;background-color:var(--white);left:0;right:0;top:var(--69d4e0aa);padding:10px 0;z-index:30;border-bottom:1px solid var(--back-light)}.adj-navigator__inline[data-v-aba78aae]{height:87px;padding:10px 0}.adj-personalizations[data-v-492497f8]{display:flex;flex-direction:column;gap:30px}.adj-personalizations__groups[data-v-492497f8]{display:flex;gap:10px}.adj-personalizations__items[data-v-492497f8]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-personalizations__items[data-v-492497f8]{gap:30px 30px}}@media (min-width: 1200px){.adj-personalizations__item[data-v-492497f8]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-personalizations__item[data-v-492497f8]{width:calc((100% + -0px)*1)}}.adj-input__field[data-v-e3e5ba5c]{position:relative}.adj-input__field input[data-v-e3e5ba5c]{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-e3e5ba5c]::-webkit-inner-spin-button{-webkit-appearance:none}.adj-input__field input[data-v-e3e5ba5c]:focus{border:1px solid var(--alternative)}.adj-select-image[data-v-e5fc9696]{width:100%;overflow:hidden;position:relative;max-height:var(--3df25c76);transition:.3s}.adj-select-image[data-v-e5fc9696]::-webkit-scrollbar{display:none}.adj-select-image-wrapper[data-v-e5fc9696]{display:flex;width:100%;flex-wrap:wrap;gap:11px}.adj-select-image-item[data-v-e5fc9696]{width:75px;height:75px;cursor:pointer;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.adj-select-image-item__image[data-v-e5fc9696]{width:75px;height:75px;border-radius:5px;overflow:hidden;transition:.3s}.adj-select-image-item__title[data-v-e5fc9696]{transition:.3s}.adj-select-image-item_checked .adj-select-image-item__image[data-v-e5fc9696]{box-shadow:none;position:relative}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check2[data-v-e5fc9696]{border:2px solid var(--contrast-normal);border-radius:5px;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-e5fc9696]{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-e5fc9696]{box-shadow:0 4px 15px #00343145}.adj-select-image-item:hover .adj-select-image-item__title[data-v-e5fc9696]{color:var(--contrast-normal)}.adj-select-image__hint[data-v-e5fc9696]{z-index:10;position:fixed;top:var(--788141de);left:var(--97ae8c6a);display:var(--a0b50f04)}.adj-select-image__expand[data-v-e5fc9696]{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-e5fc9696]{margin-left:15px}}.adj-select-image__expand[data-v-e5fc9696]:hover{color:var(--contrast-normal)}.adj-select-image__expand.adj-expand[data-v-e5fc9696]{margin-top:-2px}.adj-select-image__expand.adj-expand .adj-select-image__expand-icon[data-v-e5fc9696]{transform:scaleY(-1)}.adj-select-image__expand-icon[data-v-e5fc9696]{font-size:24px;line-height:24px}.adj-shadow[data-v-e5fc9696]{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-e5fc9696]{overflow:auto;padding:20px 0}.adj-select-image_text .adj-select-image-wrapper[data-v-e5fc9696]{padding:0 10px}.adj-select-image_text_wrapper[data-v-e5fc9696]{gap:20px 0;text-align:center}.adj-select-image_text .adj-select-image-item[data-v-e5fc9696]{width:125px;height:unset}.adj-select-image_text .adj-select-image-item__title[data-v-e5fc9696]{text-align:center;margin:6px 5px 0}@media (max-width: 779px){.adj-select-image_text .adj-select-image-wrapper[data-v-e5fc9696]{width:max-content;flex-wrap:nowrap}}.adj-select-image_image[data-v-e5fc9696]{padding:8px 10px 10px 35px}@media (max-width: 779px){.adj-select-image_image[data-v-e5fc9696]{padding-left:15px}}.adj-select-image_image .adj-select-image-item__title[data-v-e5fc9696]{display:none}.adj-element[data-v-dcd38e38]{display:flex;flex-direction:column}.adj-element__item[data-v-dcd38e38]{display:flex;align-items:center}.adj-item[data-v-dcd38e38]{display:flex;align-items:center;gap:15px;width:100%}.adj-item__title[data-v-dcd38e38]{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-dcd38e38]{margin-left:15px}}.adj-item__component[data-v-dcd38e38]{width:100%;flex-grow:1}.adj-item__component_checkbox[data-v-dcd38e38]{margin:15.5px 0}.adj-item__component_inputNumber[data-v-dcd38e38]{margin:8px 0}.adj-item__component_number[data-v-dcd38e38]{margin:13px 0}.adj-item__component_radio[data-v-dcd38e38]{margin:15.5px 0}.adj-item__component_selectModern[data-v-dcd38e38],.adj-item__component_selectModernBackground[data-v-dcd38e38],.adj-item__component_selectModernImage[data-v-dcd38e38]{margin:8px 0}.adj-item__component_upload[data-v-dcd38e38]{margin:13px 0}.adj-item_selectImage[data-v-dcd38e38]{flex-direction:column;align-items:start;gap:0;margin:18px 0 14px}.adj-item_selectImage-title[data-v-dcd38e38]{padding-right:14px;display:flex;justify-content:space-between;align-items:center}.adj-item_selectImage .adj-item__title[data-v-dcd38e38]{line-height:1}.adj-dashed[data-v-dcd38e38]{margin:0 15px 0 35px;border:none;border-top:1px dashed var(--stroke-light)}.adj-solid[data-v-dcd38e38]{border:none;border-top:1px solid var(--stroke-light)}.adj-personalization-configurator .adj-personalization-modal[data-v-d0500d38]{display:flex;flex-direction:column;height:100%}.adj-personalization-configurator .adj-personalization-modal__header[data-v-d0500d38]{height:64px;border-bottom:1px solid var(--stroke-light)}.adj-personalization-configurator .adj-personalization-modal__body[data-v-d0500d38]{flex-grow:1;height:calc(100vh - 182px)}@media (min-width: 780px){.adj-personalization-configurator .adj-personalization-modal__body[data-v-d0500d38]{max-height:512px;min-height:50px}}.adj-personalization-configurator .adj-personalization-modal__footer[data-v-d0500d38]{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-d0500d38]{display:flex;justify-content:space-between;gap:20px}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-header__title[data-v-d0500d38]{flex-grow:1;margin:20px 0 0 20px}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-header__close[data-v-d0500d38]{margin:15px 15px 0 0}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-footer[data-v-d0500d38]{display:flex;gap:10px;align-items:center;padding-left:20px}.adj-window__body[data-v-d0500d38]{padding:10px 0}.adj-miltititle[data-v-d0500d38]{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-d0500d38]{transition:.3s;flex-grow:1;color:var(--stroke-dark)}.adj-miltititle__title_active[data-v-d0500d38]{color:var(--black)}.adj-products[data-v-9d2cee0c]{display:flex;justify-content:center}.adj-products_wrapper[data-v-9d2cee0c]{display:flex;justify-content:center;width:100%;flex-wrap:wrap;gap:30px}@media (max-width: 1019px){.adj-products_wrapper[data-v-9d2cee0c]{justify-content:flex-start}}@media (min-width: 780px) and (max-width: 1019px){.adj-products_wrapper[data-v-9d2cee0c]{max-width:870px}}@media (min-width: 780px){.adj-products__item[data-v-9d2cee0c]{max-width:270px}}@media (min-width: 1920px){.adj-products__item[data-v-9d2cee0c]{width:calc((100vw - 150px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-products__item[data-v-9d2cee0c]{width:calc((100vw - 90px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-products__item[data-v-9d2cee0c]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-products__item[data-v-9d2cee0c]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-products__item[data-v-9d2cee0c]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-products__item[data-v-9d2cee0c]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-products__item[data-v-9d2cee0c]{width:calc((100% + -0px)*1)}}.adj-stitchings[data-v-fc6da26b]{display:flex;flex-direction:column;gap:30px}.adj-stitchings__groups[data-v-fc6da26b]{display:flex;gap:10px}.adj-stitchings__items[data-v-fc6da26b]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-stitchings__items[data-v-fc6da26b]{gap:30px 30px}}@media (min-width: 1200px){.adj-stitchings__item[data-v-fc6da26b]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-stitchings__item[data-v-fc6da26b]{width:calc((100% + -0px)*1)}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poni/adjutant-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.105",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@chromatic-com/storybook": "^1.9.0",
|
|
55
55
|
"@rushstack/eslint-patch": "^1.10.4",
|
|
56
|
-
"@storybook/addon-essentials": "^8.4.
|
|
57
|
-
"@storybook/addon-interactions": "^8.4.
|
|
58
|
-
"@storybook/addon-links": "^8.4.
|
|
59
|
-
"@storybook/blocks": "^8.4.
|
|
60
|
-
"@storybook/test": "^8.4.
|
|
61
|
-
"@storybook/vue3": "^8.4.
|
|
62
|
-
"@storybook/vue3-vite": "^8.4.
|
|
56
|
+
"@storybook/addon-essentials": "^8.4.3",
|
|
57
|
+
"@storybook/addon-interactions": "^8.4.3",
|
|
58
|
+
"@storybook/addon-links": "^8.4.3",
|
|
59
|
+
"@storybook/blocks": "^8.4.3",
|
|
60
|
+
"@storybook/test": "^8.4.3",
|
|
61
|
+
"@storybook/vue3": "^8.4.3",
|
|
62
|
+
"@storybook/vue3-vite": "^8.4.3",
|
|
63
63
|
"@types/node": "^22.9.0",
|
|
64
|
-
"@vitejs/plugin-vue": "^5.
|
|
64
|
+
"@vitejs/plugin-vue": "^5.2.0",
|
|
65
65
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
66
66
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
67
67
|
"@vue/tsconfig": "^0.6.0",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"eslint-plugin-vue": "^9.31.0",
|
|
72
72
|
"npm-run-all2": "^6.2.6",
|
|
73
73
|
"prettier": "^3.3.3",
|
|
74
|
-
"sass": "^1.80.
|
|
75
|
-
"storybook": "^8.4.
|
|
74
|
+
"sass": "^1.80.7",
|
|
75
|
+
"storybook": "^8.4.3",
|
|
76
76
|
"typescript": "^5.6.3",
|
|
77
77
|
"vite": "^5.4.11",
|
|
78
78
|
"vite-plugin-dts": "^4.3.0",
|
|
@@ -1,310 +0,0 @@
|
|
|
1
|
-
import { defineComponent as p, openBlock as i, createElementBlock as s, normalizeClass as m, createCommentVNode as y, createElementVNode as n, toDisplayString as q, useCssVars as B, createVNode as P, Transition as T, withCtx as z, withDirectives as A, vShow as I, withModifiers as g, renderSlot as D, ref as r, useTemplateRef as W, normalizeStyle as Q, computed as E, Fragment as X, renderList as Y, createBlock as x } from "vue";
|
|
2
|
-
import { useWindowSize as ee, useMouseInElement as N } from "@vueuse/core";
|
|
3
|
-
const te = /* @__PURE__ */ p({
|
|
4
|
-
__name: "AdjButton",
|
|
5
|
-
props: {
|
|
6
|
-
title: {},
|
|
7
|
-
flex: { type: Boolean, default: !1 },
|
|
8
|
-
size: { default: "medium" },
|
|
9
|
-
design: { default: "primary" },
|
|
10
|
-
disabled: { type: Boolean, default: !1 },
|
|
11
|
-
round: { type: Boolean, default: !1 },
|
|
12
|
-
iconLeft: { default: "" },
|
|
13
|
-
iconRight: { default: "" }
|
|
14
|
-
},
|
|
15
|
-
emits: ["click"],
|
|
16
|
-
setup(l) {
|
|
17
|
-
return (e, t) => (i(), s("button", {
|
|
18
|
-
class: m(["adj-button", {
|
|
19
|
-
[`adj-button_${e.size}`]: !0,
|
|
20
|
-
[`adj-button_${e.design}`]: !0,
|
|
21
|
-
"adj-button_disabled": e.disabled,
|
|
22
|
-
"adj-button_flex": e.flex,
|
|
23
|
-
"adj-button_round": e.round
|
|
24
|
-
}]),
|
|
25
|
-
onClick: t[0] || (t[0] = (o) => e.disabled ? 0 : e.$emit("click"))
|
|
26
|
-
}, [
|
|
27
|
-
e.iconLeft ? (i(), s("i", {
|
|
28
|
-
key: 0,
|
|
29
|
-
class: m(e.iconLeft)
|
|
30
|
-
}, null, 2)) : y("", !0),
|
|
31
|
-
n("div", null, q(e.title), 1),
|
|
32
|
-
e.iconRight ? (i(), s("i", {
|
|
33
|
-
key: 1,
|
|
34
|
-
class: m(e.iconRight)
|
|
35
|
-
}, null, 2)) : y("", !0)
|
|
36
|
-
], 2));
|
|
37
|
-
}
|
|
38
|
-
}), c = (l, e) => {
|
|
39
|
-
const t = l.__vccOpts || l;
|
|
40
|
-
for (const [o, a] of e)
|
|
41
|
-
t[o] = a;
|
|
42
|
-
return t;
|
|
43
|
-
}, $e = /* @__PURE__ */ c(te, [["__scopeId", "data-v-602b5e80"]]), oe = ["innerHTML"], ae = /* @__PURE__ */ p({
|
|
44
|
-
__name: "AdjHintDesktop",
|
|
45
|
-
props: {
|
|
46
|
-
html: { default: "" },
|
|
47
|
-
horizontalPosition: { default: "left" },
|
|
48
|
-
verticalPosition: { default: "top" },
|
|
49
|
-
dark: { type: Boolean, default: !1 },
|
|
50
|
-
width: { default: "200px" }
|
|
51
|
-
},
|
|
52
|
-
setup(l) {
|
|
53
|
-
return B((e) => ({
|
|
54
|
-
"7aca7e46": e.width
|
|
55
|
-
})), (e, t) => (i(), s("div", {
|
|
56
|
-
class: m([
|
|
57
|
-
"adj-hint-desktop",
|
|
58
|
-
{ "adj-hint-desktop_dark": e.dark },
|
|
59
|
-
`adj-hint-desktop_${e.verticalPosition}`,
|
|
60
|
-
`adj-hint-desktop_${e.horizontalPosition}`
|
|
61
|
-
])
|
|
62
|
-
}, [
|
|
63
|
-
n("div", {
|
|
64
|
-
class: "adj-hint-desktop__text",
|
|
65
|
-
innerHTML: e.html
|
|
66
|
-
}, null, 8, oe),
|
|
67
|
-
t[0] || (t[0] = n("svg", {
|
|
68
|
-
class: "adj-hint-desktop__triangle",
|
|
69
|
-
width: "14",
|
|
70
|
-
height: "14",
|
|
71
|
-
viewBox: "0 0 14 14",
|
|
72
|
-
fill: "none",
|
|
73
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
74
|
-
}, [
|
|
75
|
-
n("path", {
|
|
76
|
-
class: "adj-hint-desktop__triangle_inner",
|
|
77
|
-
d: "M13 13L7 2L1 13H13Z"
|
|
78
|
-
}),
|
|
79
|
-
n("path", {
|
|
80
|
-
class: "adj-hint-desktop__triangle_border",
|
|
81
|
-
d: "M13 13L7 2L1 13"
|
|
82
|
-
})
|
|
83
|
-
], -1))
|
|
84
|
-
], 2));
|
|
85
|
-
}
|
|
86
|
-
}), ne = /* @__PURE__ */ c(ae, [["__scopeId", "data-v-c37cada5"]]), ie = { class: "adj-modal" }, le = { class: "adj-modal_wrapper" }, se = /* @__PURE__ */ p({
|
|
87
|
-
__name: "AdjModal",
|
|
88
|
-
props: {
|
|
89
|
-
show: { type: Boolean },
|
|
90
|
-
width: { default: "100%" },
|
|
91
|
-
hideClose: { type: Boolean, default: !1 }
|
|
92
|
-
},
|
|
93
|
-
emits: ["update:show"],
|
|
94
|
-
setup(l, { emit: e }) {
|
|
95
|
-
B((a) => ({
|
|
96
|
-
65069964: a.width
|
|
97
|
-
}));
|
|
98
|
-
const t = e;
|
|
99
|
-
function o() {
|
|
100
|
-
t("update:show", !1);
|
|
101
|
-
}
|
|
102
|
-
return (a, d) => (i(), s("div", ie, [
|
|
103
|
-
P(T, { name: "adj-fade" }, {
|
|
104
|
-
default: z(() => [
|
|
105
|
-
A(n("div", le, d[1] || (d[1] = [
|
|
106
|
-
n("div", { class: "adj-modal__background" }, null, -1)
|
|
107
|
-
]), 512), [
|
|
108
|
-
[I, a.show]
|
|
109
|
-
])
|
|
110
|
-
]),
|
|
111
|
-
_: 1
|
|
112
|
-
}),
|
|
113
|
-
P(T, { name: "adj-popup-bottom" }, {
|
|
114
|
-
default: z(() => [
|
|
115
|
-
A(n("div", {
|
|
116
|
-
class: "adj-modal_wrapper",
|
|
117
|
-
onClick: g(o, ["stop"])
|
|
118
|
-
}, [
|
|
119
|
-
n("div", {
|
|
120
|
-
class: "adj-modal__window",
|
|
121
|
-
onClick: d[0] || (d[0] = g(() => {
|
|
122
|
-
}, ["stop"]))
|
|
123
|
-
}, [
|
|
124
|
-
a.hideClose ? y("", !0) : (i(), s("div", {
|
|
125
|
-
key: 0,
|
|
126
|
-
class: "adj-modal__close icon-close",
|
|
127
|
-
onClick: g(o, ["stop"])
|
|
128
|
-
})),
|
|
129
|
-
D(a.$slots, "default", {}, void 0, !0)
|
|
130
|
-
])
|
|
131
|
-
], 512), [
|
|
132
|
-
[I, a.show]
|
|
133
|
-
])
|
|
134
|
-
]),
|
|
135
|
-
_: 3
|
|
136
|
-
})
|
|
137
|
-
]));
|
|
138
|
-
}
|
|
139
|
-
}), de = /* @__PURE__ */ c(se, [["__scopeId", "data-v-921de616"]]), ue = { class: "adj-hint" }, re = ["innerHTML"], C = 14, $ = 14, ce = /* @__PURE__ */ p({
|
|
140
|
-
__name: "AdjHint",
|
|
141
|
-
props: {
|
|
142
|
-
html: { default: "" },
|
|
143
|
-
horizontalPosition: { default: "left" },
|
|
144
|
-
verticalPosition: { default: "bottom" },
|
|
145
|
-
dark: { type: Boolean, default: !0 },
|
|
146
|
-
modalMode: { type: Boolean, default: !1 }
|
|
147
|
-
},
|
|
148
|
-
setup(l) {
|
|
149
|
-
const e = l, t = r(!1), o = r(!1), { width: a, height: d } = ee(), H = W("refSlot"), V = W("refHint"), v = r(0), j = r(0), { elementWidth: w, elementHeight: S } = N(H), k = r(0), M = r(80), { elementWidth: b, elementHeight: L } = N(V), f = r(e.horizontalPosition), h = r(e.verticalPosition);
|
|
150
|
-
let _ = 10 + $ / 2;
|
|
151
|
-
function O() {
|
|
152
|
-
(!e.modalMode || a.value >= 1200) && (U(), G(), J(), t.value = !0);
|
|
153
|
-
}
|
|
154
|
-
function F() {
|
|
155
|
-
(!e.modalMode || a.value >= 1200) && (t.value = !1);
|
|
156
|
-
}
|
|
157
|
-
function Z() {
|
|
158
|
-
e.modalMode && a.value < 1200 && (o.value = !0);
|
|
159
|
-
}
|
|
160
|
-
function U() {
|
|
161
|
-
if (H.value !== null) {
|
|
162
|
-
const u = H.value.getBoundingClientRect();
|
|
163
|
-
v.value = u.left, j.value = u.top;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
function G() {
|
|
167
|
-
e.dark && (_ = 15 + $ / 2), f.value = e.horizontalPosition, h.value = e.verticalPosition, e.horizontalPosition === "left" && v.value + w.value / 2 + _ - b.value < 0 ? f.value = "right" : e.horizontalPosition === "right" && v.value + w.value / 2 - _ + b.value > a.value && (f.value = "left"), e.verticalPosition === "top" && j.value - C - L.value < 0 ? h.value = "bottom" : e.verticalPosition === "bottom" && j.value + S.value + C + L.value > d.value && (h.value = "top");
|
|
168
|
-
}
|
|
169
|
-
function J() {
|
|
170
|
-
e.dark && (_ = 15 + $ / 2), f.value === "left" ? k.value = v.value + w.value / 2 + _ - b.value : f.value === "center" ? k.value = v.value + w.value / 2 - $ / 2 - b.value / 2 : f.value === "right" && (k.value = v.value + w.value / 2 - _), h.value == "top" ? M.value = j.value - C - L.value : h.value == "bottom" && (M.value = j.value + S.value + C);
|
|
171
|
-
}
|
|
172
|
-
return (u, R) => (i(), s("div", ue, [
|
|
173
|
-
n("div", {
|
|
174
|
-
class: "adj-hint__slot",
|
|
175
|
-
onMouseenter: g(O, ["stop"]),
|
|
176
|
-
onMouseleave: g(F, ["stop"]),
|
|
177
|
-
onClick: g(Z, ["stop"]),
|
|
178
|
-
ref: "refSlot"
|
|
179
|
-
}, [
|
|
180
|
-
D(u.$slots, "default", {}, void 0, !0)
|
|
181
|
-
], 544),
|
|
182
|
-
n("div", {
|
|
183
|
-
class: "adj-hint__hint",
|
|
184
|
-
style: Q({
|
|
185
|
-
left: k.value + "px",
|
|
186
|
-
top: M.value + "px",
|
|
187
|
-
visibility: t.value ? "visible" : "hidden"
|
|
188
|
-
}),
|
|
189
|
-
ref: "refHint"
|
|
190
|
-
}, [
|
|
191
|
-
A(P(ne, {
|
|
192
|
-
html: u.html,
|
|
193
|
-
horizontalPosition: f.value,
|
|
194
|
-
verticalPosition: h.value,
|
|
195
|
-
dark: u.dark,
|
|
196
|
-
width: "252px"
|
|
197
|
-
}, null, 8, ["html", "horizontalPosition", "verticalPosition", "dark"]), [
|
|
198
|
-
[I, u.html !== ""]
|
|
199
|
-
])
|
|
200
|
-
], 4),
|
|
201
|
-
P(de, {
|
|
202
|
-
show: o.value,
|
|
203
|
-
"onUpdate:show": R[0] || (R[0] = (K) => o.value = K),
|
|
204
|
-
width: "430px"
|
|
205
|
-
}, {
|
|
206
|
-
default: z(() => [
|
|
207
|
-
n("div", {
|
|
208
|
-
class: "adj-hint__modal",
|
|
209
|
-
innerHTML: u.html
|
|
210
|
-
}, null, 8, re)
|
|
211
|
-
]),
|
|
212
|
-
_: 1
|
|
213
|
-
}, 8, ["show"])
|
|
214
|
-
]));
|
|
215
|
-
}
|
|
216
|
-
}), ye = /* @__PURE__ */ c(ce, [["__scopeId", "data-v-be48db98"]]), fe = {
|
|
217
|
-
key: 0,
|
|
218
|
-
class: "adj-icon-button__qty adj-text-12"
|
|
219
|
-
}, pe = /* @__PURE__ */ p({
|
|
220
|
-
__name: "AdjIconButton",
|
|
221
|
-
props: {
|
|
222
|
-
iconName: {},
|
|
223
|
-
qty: { default: 0 },
|
|
224
|
-
size: { default: "medium" },
|
|
225
|
-
design: { default: "white-back" },
|
|
226
|
-
disabled: { type: Boolean, default: !1 }
|
|
227
|
-
},
|
|
228
|
-
emits: ["click"],
|
|
229
|
-
setup(l) {
|
|
230
|
-
return (e, t) => (i(), s("div", {
|
|
231
|
-
class: m(["adj-icon-button", {
|
|
232
|
-
[`adj-icon-button_${e.size}`]: !0,
|
|
233
|
-
[`adj-icon-button_${e.design}`]: !0,
|
|
234
|
-
"adj-icon-button_disabled": e.disabled
|
|
235
|
-
}]),
|
|
236
|
-
onClick: t[0] || (t[0] = (o) => e.$emit("click"))
|
|
237
|
-
}, [
|
|
238
|
-
n("i", {
|
|
239
|
-
class: m(["adj-icon-button__icon", e.iconName])
|
|
240
|
-
}, null, 2),
|
|
241
|
-
e.qty > 0 ? (i(), s("div", fe, q(e.qty), 1)) : y("", !0)
|
|
242
|
-
], 2));
|
|
243
|
-
}
|
|
244
|
-
}), Pe = /* @__PURE__ */ c(pe, [["__scopeId", "data-v-bd9a4816"]]), ve = { class: "adj-skeleton-item" }, he = /* @__PURE__ */ p({
|
|
245
|
-
__name: "AdjSkeletonItem",
|
|
246
|
-
props: {
|
|
247
|
-
width: { default: "100%" },
|
|
248
|
-
height: { default: "unset" },
|
|
249
|
-
aspectRatio: { default: "unset" },
|
|
250
|
-
marginTop: { default: "0px" }
|
|
251
|
-
},
|
|
252
|
-
setup(l) {
|
|
253
|
-
B((o) => ({
|
|
254
|
-
"73b36252": o.width,
|
|
255
|
-
"5f18ed58": o.marginTop,
|
|
256
|
-
ac595bde: t.value,
|
|
257
|
-
"3656db94": o.height
|
|
258
|
-
}));
|
|
259
|
-
const e = l, t = E(() => e.height !== "unset" ? "unset" : e.aspectRatio);
|
|
260
|
-
return (o, a) => (i(), s("div", ve));
|
|
261
|
-
}
|
|
262
|
-
}), _e = /* @__PURE__ */ c(he, [["__scopeId", "data-v-c6820958"]]), me = { class: "adj-skeleton" }, ge = /* @__PURE__ */ p({
|
|
263
|
-
__name: "AdjSkeleton",
|
|
264
|
-
props: {
|
|
265
|
-
loaders: { default: () => [] },
|
|
266
|
-
width: { default: "100%" },
|
|
267
|
-
centered: { type: Boolean, default: !1 }
|
|
268
|
-
},
|
|
269
|
-
setup(l) {
|
|
270
|
-
B((o) => ({
|
|
271
|
-
c2e40cd4: t.value,
|
|
272
|
-
"019b6ab8": o.width
|
|
273
|
-
}));
|
|
274
|
-
const e = l, t = E(() => e.centered ? "center" : "unset");
|
|
275
|
-
return (o, a) => (i(), s("div", me, [
|
|
276
|
-
(i(!0), s(X, null, Y(o.loaders, (d) => (i(), x(_e, {
|
|
277
|
-
width: d.width,
|
|
278
|
-
height: d.height,
|
|
279
|
-
"aspect-ratio": d.aspectRatio,
|
|
280
|
-
"margin-top": d.marginTop
|
|
281
|
-
}, null, 8, ["width", "height", "aspect-ratio", "margin-top"]))), 256))
|
|
282
|
-
]));
|
|
283
|
-
}
|
|
284
|
-
}), Be = /* @__PURE__ */ c(ge, [["__scopeId", "data-v-080d9f14"]]), je = {}, we = {
|
|
285
|
-
viewBox: "0 0 34 34",
|
|
286
|
-
fill: "none",
|
|
287
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
288
|
-
};
|
|
289
|
-
function ke(l, e) {
|
|
290
|
-
return i(), s("svg", we, e[0] || (e[0] = [
|
|
291
|
-
n("circle", {
|
|
292
|
-
cx: "17",
|
|
293
|
-
cy: "17",
|
|
294
|
-
r: "16.5"
|
|
295
|
-
}, null, -1),
|
|
296
|
-
n("path", { d: "M22.7034 12.9285C22.6244 12.8488 22.5304 12.7856 22.4268 12.7424C22.3232 12.6993 22.2121 12.6771 22.0999 12.6771C21.9877 12.6771 21.8766 12.6993 21.773 12.7424C21.6694 12.7856 21.5754 12.8488 21.4964 12.9285L15.1639 19.2695L12.5034 16.6005C12.4213 16.5212 12.3245 16.4589 12.2184 16.4171C12.1122 16.3753 11.9989 16.3548 11.8849 16.3567C11.7708 16.3587 11.6583 16.3831 11.5536 16.4286C11.449 16.4741 11.3544 16.5397 11.2751 16.6217C11.1959 16.7038 11.1336 16.8006 11.0917 16.9068C11.0499 17.0129 11.0294 17.1262 11.0314 17.2403C11.0334 17.3543 11.0578 17.4669 11.1032 17.5715C11.1487 17.6761 11.2143 17.7707 11.2964 17.85L14.5604 21.114C14.6394 21.1937 14.7334 21.2569 14.837 21.3C14.9406 21.3432 15.0517 21.3654 15.1639 21.3654C15.2761 21.3654 15.3872 21.3432 15.4908 21.3C15.5944 21.2569 15.6884 21.1937 15.7674 21.114L22.7034 14.178C22.7897 14.0984 22.8585 14.0018 22.9056 13.8943C22.9527 13.7867 22.977 13.6706 22.977 13.5532C22.977 13.4359 22.9527 13.3197 22.9056 13.2122C22.8585 13.1047 22.7897 13.0081 22.7034 12.9285Z" }, null, -1)
|
|
297
|
-
]));
|
|
298
|
-
}
|
|
299
|
-
const He = /* @__PURE__ */ c(je, [["render", ke], ["__scopeId", "data-v-f04662e9"]]);
|
|
300
|
-
export {
|
|
301
|
-
Pe as A,
|
|
302
|
-
c as _,
|
|
303
|
-
He as a,
|
|
304
|
-
Be as b,
|
|
305
|
-
ye as c,
|
|
306
|
-
$e as d,
|
|
307
|
-
ne as e,
|
|
308
|
-
de as f,
|
|
309
|
-
_e as g
|
|
310
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),g=require("@vueuse/core"),L=e.defineComponent({__name:"AdjButton",props:{title:{},flex:{type:Boolean,default:!1},size:{default:"medium"},design:{default:"primary"},disabled:{type:Boolean,default:!1},round:{type:Boolean,default:!1},iconLeft:{default:""},iconRight:{default:""}},emits:["click"],setup(a){return(t,o)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["adj-button",{[`adj-button_${t.size}`]:!0,[`adj-button_${t.design}`]:!0,"adj-button_disabled":t.disabled,"adj-button_flex":t.flex,"adj-button_round":t.round}]),onClick:o[0]||(o[0]=n=>t.disabled?0:t.$emit("click"))},[t.iconLeft?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(t.iconLeft)},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",null,e.toDisplayString(t.title),1),t.iconRight?(e.openBlock(),e.createElementBlock("i",{key:1,class:e.normalizeClass(t.iconRight)},null,2)):e.createCommentVNode("",!0)],2))}}),s=(a,t)=>{const o=a.__vccOpts||a;for(const[n,l]of t)o[n]=l;return o},I=s(L,[["__scopeId","data-v-602b5e80"]]),R=["innerHTML"],T=e.defineComponent({__name:"AdjHintDesktop",props:{html:{default:""},horizontalPosition:{default:"left"},verticalPosition:{default:"top"},dark:{type:Boolean,default:!1},width:{default:"200px"}},setup(a){return e.useCssVars(t=>({"7aca7e46":t.width})),(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-hint-desktop",{"adj-hint-desktop_dark":t.dark},`adj-hint-desktop_${t.verticalPosition}`,`adj-hint-desktop_${t.horizontalPosition}`])},[e.createElementVNode("div",{class:"adj-hint-desktop__text",innerHTML:t.html},null,8,R),o[0]||(o[0]=e.createElementVNode("svg",{class:"adj-hint-desktop__triangle",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{class:"adj-hint-desktop__triangle_inner",d:"M13 13L7 2L1 13H13Z"}),e.createElementVNode("path",{class:"adj-hint-desktop__triangle_border",d:"M13 13L7 2L1 13"})],-1))],2))}}),E=s(T,[["__scopeId","data-v-c37cada5"]]),D={class:"adj-modal"},W={class:"adj-modal_wrapper"},q=e.defineComponent({__name:"AdjModal",props:{show:{type:Boolean},width:{default:"100%"},hideClose:{type:Boolean,default:!1}},emits:["update:show"],setup(a,{emit:t}){e.useCssVars(l=>({65069964:l.width}));const o=t;function n(){o("update:show",!1)}return(l,i)=>(e.openBlock(),e.createElementBlock("div",D,[e.createVNode(e.Transition,{name:"adj-fade"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",W,i[1]||(i[1]=[e.createElementVNode("div",{class:"adj-modal__background"},null,-1)]),512),[[e.vShow,l.show]])]),_:1}),e.createVNode(e.Transition,{name:"adj-popup-bottom"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:"adj-modal_wrapper",onClick:e.withModifiers(n,["stop"])},[e.createElementVNode("div",{class:"adj-modal__window",onClick:i[0]||(i[0]=e.withModifiers(()=>{},["stop"]))},[l.hideClose?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:"adj-modal__close icon-close",onClick:e.withModifiers(n,["stop"])})),e.renderSlot(l.$slots,"default",{},void 0,!0)])],512),[[e.vShow,l.show]])]),_:3})]))}}),M=s(q,[["__scopeId","data-v-921de616"]]),O={class:"adj-hint"},F=["innerHTML"],_=14,k=14,Z=e.defineComponent({__name:"AdjHint",props:{html:{default:""},horizontalPosition:{default:"left"},verticalPosition:{default:"bottom"},dark:{type:Boolean,default:!0},modalMode:{type:Boolean,default:!1}},setup(a){const t=a,o=e.ref(!1),n=e.ref(!1),{width:l,height:i}=g.useWindowSize(),w=e.useTemplateRef("refSlot"),y=e.useTemplateRef("refHint"),u=e.ref(0),f=e.ref(0),{elementWidth:m,elementHeight:B}=g.useMouseInElement(w),v=e.ref(0),j=e.ref(80),{elementWidth:h,elementHeight:C}=g.useMouseInElement(y),r=e.ref(t.horizontalPosition),c=e.ref(t.verticalPosition);let p=10+k/2;function $(){(!t.modalMode||l.value>=1200)&&(z(),H(),P(),o.value=!0)}function A(){(!t.modalMode||l.value>=1200)&&(o.value=!1)}function N(){t.modalMode&&l.value<1200&&(n.value=!0)}function z(){if(w.value!==null){const d=w.value.getBoundingClientRect();u.value=d.left,f.value=d.top}}function H(){t.dark&&(p=15+k/2),r.value=t.horizontalPosition,c.value=t.verticalPosition,t.horizontalPosition==="left"&&u.value+m.value/2+p-h.value<0?r.value="right":t.horizontalPosition==="right"&&u.value+m.value/2-p+h.value>l.value&&(r.value="left"),t.verticalPosition==="top"&&f.value-_-C.value<0?c.value="bottom":t.verticalPosition==="bottom"&&f.value+B.value+_+C.value>i.value&&(c.value="top")}function P(){t.dark&&(p=15+k/2),r.value==="left"?v.value=u.value+m.value/2+p-h.value:r.value==="center"?v.value=u.value+m.value/2-k/2-h.value/2:r.value==="right"&&(v.value=u.value+m.value/2-p),c.value=="top"?j.value=f.value-_-C.value:c.value=="bottom"&&(j.value=f.value+B.value+_)}return(d,b)=>(e.openBlock(),e.createElementBlock("div",O,[e.createElementVNode("div",{class:"adj-hint__slot",onMouseenter:e.withModifiers($,["stop"]),onMouseleave:e.withModifiers(A,["stop"]),onClick:e.withModifiers(N,["stop"]),ref:"refSlot"},[e.renderSlot(d.$slots,"default",{},void 0,!0)],544),e.createElementVNode("div",{class:"adj-hint__hint",style:e.normalizeStyle({left:v.value+"px",top:j.value+"px",visibility:o.value?"visible":"hidden"}),ref:"refHint"},[e.withDirectives(e.createVNode(E,{html:d.html,horizontalPosition:r.value,verticalPosition:c.value,dark:d.dark,width:"252px"},null,8,["html","horizontalPosition","verticalPosition","dark"]),[[e.vShow,d.html!==""]])],4),e.createVNode(M,{show:n.value,"onUpdate:show":b[0]||(b[0]=S=>n.value=S),width:"430px"},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"adj-hint__modal",innerHTML:d.html},null,8,F)]),_:1},8,["show"])]))}}),U=s(Z,[["__scopeId","data-v-be48db98"]]),G={key:0,class:"adj-icon-button__qty adj-text-12"},J=e.defineComponent({__name:"AdjIconButton",props:{iconName:{},qty:{default:0},size:{default:"medium"},design:{default:"white-back"},disabled:{type:Boolean,default:!1}},emits:["click"],setup(a){return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-icon-button",{[`adj-icon-button_${t.size}`]:!0,[`adj-icon-button_${t.design}`]:!0,"adj-icon-button_disabled":t.disabled}]),onClick:o[0]||(o[0]=n=>t.$emit("click"))},[e.createElementVNode("i",{class:e.normalizeClass(["adj-icon-button__icon",t.iconName])},null,2),t.qty>0?(e.openBlock(),e.createElementBlock("div",G,e.toDisplayString(t.qty),1)):e.createCommentVNode("",!0)],2))}}),K=s(J,[["__scopeId","data-v-bd9a4816"]]),Q={class:"adj-skeleton-item"},X=e.defineComponent({__name:"AdjSkeletonItem",props:{width:{default:"100%"},height:{default:"unset"},aspectRatio:{default:"unset"},marginTop:{default:"0px"}},setup(a){e.useCssVars(n=>({"73b36252":n.width,"5f18ed58":n.marginTop,ac595bde:o.value,"3656db94":n.height}));const t=a,o=e.computed(()=>t.height!=="unset"?"unset":t.aspectRatio);return(n,l)=>(e.openBlock(),e.createElementBlock("div",Q))}}),V=s(X,[["__scopeId","data-v-c6820958"]]),Y={class:"adj-skeleton"},x=e.defineComponent({__name:"AdjSkeleton",props:{loaders:{default:()=>[]},width:{default:"100%"},centered:{type:Boolean,default:!1}},setup(a){e.useCssVars(n=>({c2e40cd4:o.value,"019b6ab8":n.width}));const t=a,o=e.computed(()=>t.centered?"center":"unset");return(n,l)=>(e.openBlock(),e.createElementBlock("div",Y,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.loaders,i=>(e.openBlock(),e.createBlock(V,{width:i.width,height:i.height,"aspect-ratio":i.aspectRatio,"margin-top":i.marginTop},null,8,["width","height","aspect-ratio","margin-top"]))),256))]))}}),ee=s(x,[["__scopeId","data-v-080d9f14"]]),te={},oe={viewBox:"0 0 34 34",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function ne(a,t){return e.openBlock(),e.createElementBlock("svg",oe,t[0]||(t[0]=[e.createElementVNode("circle",{cx:"17",cy:"17",r:"16.5"},null,-1),e.createElementVNode("path",{d:"M22.7034 12.9285C22.6244 12.8488 22.5304 12.7856 22.4268 12.7424C22.3232 12.6993 22.2121 12.6771 22.0999 12.6771C21.9877 12.6771 21.8766 12.6993 21.773 12.7424C21.6694 12.7856 21.5754 12.8488 21.4964 12.9285L15.1639 19.2695L12.5034 16.6005C12.4213 16.5212 12.3245 16.4589 12.2184 16.4171C12.1122 16.3753 11.9989 16.3548 11.8849 16.3567C11.7708 16.3587 11.6583 16.3831 11.5536 16.4286C11.449 16.4741 11.3544 16.5397 11.2751 16.6217C11.1959 16.7038 11.1336 16.8006 11.0917 16.9068C11.0499 17.0129 11.0294 17.1262 11.0314 17.2403C11.0334 17.3543 11.0578 17.4669 11.1032 17.5715C11.1487 17.6761 11.2143 17.7707 11.2964 17.85L14.5604 21.114C14.6394 21.1937 14.7334 21.2569 14.837 21.3C14.9406 21.3432 15.0517 21.3654 15.1639 21.3654C15.2761 21.3654 15.3872 21.3432 15.4908 21.3C15.5944 21.2569 15.6884 21.1937 15.7674 21.114L22.7034 14.178C22.7897 14.0984 22.8585 14.0018 22.9056 13.8943C22.9527 13.7867 22.977 13.6706 22.977 13.5532C22.977 13.4359 22.9527 13.3197 22.9056 13.2122C22.8585 13.1047 22.7897 13.0081 22.7034 12.9285Z"},null,-1)]))}const le=s(te,[["render",ne],["__scopeId","data-v-f04662e9"]]);exports.AdjButton=I;exports.AdjHint=U;exports.AdjHintDesktop=E;exports.AdjIconButton=K;exports.AdjModal=M;exports.AdjSkeleton=ee;exports.AdjSkeletonItem=V;exports.AdjSvgActive=le;exports._export_sfc=s;
|