@poni/adjutant-ui 0.0.139 → 0.0.141
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/adjutant-ui.css +1 -1
- package/dist/components/AdjCheckboxAlt/AdjCheckboxAlt.vue.d.ts +24 -27
- package/dist/components/AdjPreloader/AdjPreloader.vue.d.ts +3 -0
- package/dist/components/AdjRadio/AdjRadio.vue.d.ts +18 -22
- package/dist/components/AdjSelect/AdjSelect.vue.d.ts +35 -32
- package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +24 -26
- package/dist/components/AdjSelectModern/AdjSelectModern.vue.d.ts +25 -24
- package/dist/components/AdjTabs/AdjTabs.mock.d.ts +1 -1
- package/dist/components/AdjTabsMaterial/AdjTabsMaterial.mock.d.ts +1 -1
- package/dist/components/AdjUploadFile/AdjUploadFile.vue.d.ts +24 -26
- package/dist/components.cjs +1 -1
- package/dist/components.js +106 -100
- package/package.json +83 -83
package/dist/adjutant-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://assets.cnstr.adjutant.ru/fonts/eurostile.css";@import"https://assets.cnstr.adjutant.ru/fonts/icomoon.css";:root{--alternative: #00aaa7;--error: #e14848;--wine: #7f2629;--contrast-dark: #d74400;--contrast-normal: #ff5100;--contrast-light: #ff6f2d;--icon-dark: #40a8a8;--icon-light: #a4cccc;--back-dark: #d3e5e5;--back-light: #ecf4f4;--black: #000000;--white: #ffffff;--white-70: #ffffffb3;--white-50: #ffffff80;--white-30: #ffffff4d;--stroke-dark: #7c9594;--stroke-light: #c5cfcf}[class^=adj-]{font-family:Roboto;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:0em;box-sizing:border-box;padding:0;margin:0}[class^=adj-] *{box-sizing:border-box;padding:0;margin:0}[class^=adj-] *:focus{outline:none}.adj-fade-enter-from,.adj-fade-leave-to{opacity:0}.adj-fade-leave-from,.adj-fade-enter-to{opacity:1}.adj-popup-left-enter-from,.adj-popup-left-leave-to{transform:translate(-100vw);opacity:0}.adj-popup-bottom-enter-from,.adj-popup-bottom-leave-to{transform:translateY(50vh);opacity:0}.adj-fade-enter-active,.adj-fade-leave-active,.adj-popup-left-enter-active,.adj-popup-left-leave-active,.adj-popup-bottom-enter-active,.adj-popup-bottom-leave-active{transition:.3s}.adj-popup-pers-enter-from,.adj-popup-pers-leave-to{transition:.3s;max-height:0px;overflow:hidden}.adj-popup-pers-leave-from,.adj-popup-pers-enter-to{transition:.3s;max-height:500px;overflow:hidden}.adj-title-h1{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em}.adj-title-h2{font-family:Eurostile;font-weight:500;font-size:30px;line-height:36px;letter-spacing:0em}.adj-title-h3{font-family:Eurostile;font-weight:600;font-size:24px;line-height:32px;letter-spacing:0em}.adj-title-h4{font-family:Eurostile;font-weight:600;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-18{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-16{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em}.adj-text-14{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em}.adj-text-13{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em}.adj-text-12{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left}.adj-text-18-bold{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-16-bold{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-14-bold{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-13-bold{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em;font-weight:600}.adj-text-12-bold{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left;font-weight:600}.adj-effect-overlay-normal{box-shadow:0 4px 8px #052d2b26}.adj-effect-overlay-big{box-shadow:0 4px 15px #00343145}.adj-effect-overlay-small{box-shadow:0 2px 2px #052d2b33}.adj-effect-overlay-light{box-shadow:0 2px 2px #052d2b1a}.adj-hyperlink{font-family:Roboto;font-size:14px;font-weight:400;line-height:1.5;color:var(--black);text-decoration:underline;transition:.3s}.adj-hyperlink:hover{color:var(--contrast-normal)}.adj-hyperlink_contrast{color:var(--alternative)}.adj-hyperlink_contrast:hover{color:var(--contrast-normal)}.adj-hyperlink_light{color:var(--white);opacity:.5}.adj-hyperlink_light:hover{color:var(--white);opacity:1}.adj-hyperlink_button{text-align:center;color:var(--alternative);background-color:var(--back-light);border-radius:5px;padding:3px 10px;width:fit-content;line-height:34px;text-decoration:none}.adj-hyperlink_button:hover{color:var(--alternative);background-color:var(--back-dark)}.adj-hyperlink_button:active{background-color:var(--alternative);color:var(--white)}.adj-button[data-v-2eb293f1]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s;text-wrap:nowrap}.adj-button i[data-v-2eb293f1]{transition:.3s}.adj-button_medium[data-v-2eb293f1]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-2eb293f1]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-2eb293f1]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-2eb293f1]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-2eb293f1]{font-size:14px;line-height:21px}.adj-button_small i[data-v-2eb293f1]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-2eb293f1]{border-radius:24px}.adj-button_width100[data-v-2eb293f1]{width:100%}.adj-button_primary[data-v-2eb293f1]{background-color:var(--contrast-normal);color:var(--white)}.adj-button_primary[data-v-2eb293f1]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-2eb293f1]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-2eb293f1]{background-color:var(--back-light);color:var(--black)}.adj-button_alternative-light i[data-v-2eb293f1]{color:var(--icon-dark)}.adj-button_alternative-light[data-v-2eb293f1]:hover{background-color:var(--back-dark)}.adj-button_alternative-light[data-v-2eb293f1]:active{background-color:var(--icon-light)}.adj-button_alternative-light:active i[data-v-2eb293f1]{color:var(--black)}.adj-button_alternative-dark[data-v-2eb293f1]{background-color:var(--back-dark);color:var(--black)}.adj-button_alternative-dark i[data-v-2eb293f1]{color:var(--icon-dark)}.adj-button_alternative-dark[data-v-2eb293f1]:hover{background-color:var(--icon-light)}.adj-button_alternative-dark:hover i[data-v-2eb293f1]{color:var(--black)}.adj-button_alternative-active[data-v-2eb293f1]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-2eb293f1]{color:var(--white)}.adj-button_alternative[data-v-2eb293f1]{background-color:var(--back-light);color:var(--alternative)}.adj-button_alternative i[data-v-2eb293f1]{color:var(--alternative)}.adj-button_alternative[data-v-2eb293f1]:hover{background-color:var(--back-dark)}.adj-button_transparent[data-v-2eb293f1]{background-color:transparent;color:var(--black)}.adj-button_transparent i[data-v-2eb293f1]{color:var(--icon-dark)}.adj-button_transparent[data-v-2eb293f1]:hover{background-color:transparent}.adj-button_transparent:hover i[data-v-2eb293f1]{color:var(--black)}.adj-button_transparent[data-v-2eb293f1]:active{background-color:transparent}.adj-button_transparent:active i[data-v-2eb293f1]{color:var(--black)}.adj-button_disabled[data-v-2eb293f1]{background-color:var(--stroke-light)!important;color:var(--white)!important}.adj-button_disabled i[data-v-2eb293f1]{color:var(--white)!important}.adj-button-checkbox[data-v-8e142c2f]{height:34px;padding:0 15px 0 11px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:6px;width:fit-content;cursor:pointer}.adj-button-checkbox__title[data-v-8e142c2f]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-8e142c2f]{color:var(--icon-dark);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-button-checkbox.active[data-v-8e142c2f]{background:var(--icon-light)}.adj-button-checkbox.active i[data-v-8e142c2f],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-8e142c2f]{color:var(--black)}.adj-button-checkbox.active[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-checkbox[data-v-25cd46e5]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-25cd46e5]{width:16px;height:16px;border:1px solid var(--stroke-light);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-25cd46e5]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-25cd46e5]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-25cd46e5]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-25cd46e5]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-25cd46e5]{fill:var(--stroke-light)}.adj-checkbox.disabled span[data-v-25cd46e5]{color:var(--stroke-dark)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-25cd46e5]{pointer-events:none;border:1px solid var(--stroke-light)}.adj-download-link[data-v-c07343bd]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-c07343bd]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-c07343bd]{color:var(--alternative);font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;transition:.3s;text-decoration:underline}.adj-download-link:hover .icon-file[data-v-c07343bd],.adj-download-link:hover .title[data-v-c07343bd]{color:var(--contrast-normal)}.adj-dropdown-link__title[data-v-91e1feec]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-91e1feec]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-dropdown-link__items[data-v-91e1feec]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-91e1feec]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-8a546773]{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-8a546773]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-8a546773]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-8a546773]:hover{background:var(--back-dark)}.adj-filter-checkbox.active[data-v-8a546773]{background:var(--contrast-normal)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-8a546773]{color:var(--white)}.adj-filter-checkbox.active[data-v-8a546773]:hover{background:var(--contrast-light)}.adj-filter-checkbox.disabled[data-v-8a546773]{background:var(--stroke-light)}.adj-filter-checkbox.disabled .adj-filter-checkbox__title[data-v-8a546773]{color:var(--white)}.adj-filter-checkbox.disabled[data-v-8a546773]:hover{background:var(--stroke-light)}.adj-scroll[data-v-47993da5]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-47993da5]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-track{background:var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb{background-color:var(--icon-light);border-radius:20px;border:5px solid var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb:hover{background-color:var(--icon-dark)}@-moz-document url-prefix(){.adj-scroll[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--back-light)}.adj-scroll[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--back-light)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--white)}.adj-scroll_white[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--white)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__name[data-v-582d2d15]{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-582d2d15]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-582d2d15]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-582d2d15]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-582d2d15]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-582d2d15]{transform:scaleY(-1)}.adj-filter-select__items[data-v-582d2d15]{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-582d2d15]{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-582d2d15]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-582d2d15]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-582d2d15]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-582d2d15]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-582d2d15]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-582d2d15]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-582d2d15]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-582d2d15]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-582d2d15]{color:var(--white)}.adj-filter-select.disabled .adj-filter-select__name[data-v-582d2d15]{background-color:var(--stroke-light)}.adj-filter-select.disabled .adj-filter-select__name span[data-v-582d2d15]{color:var(--white)}.adj-filter-select.disabled .adj-filter-select__name[data-v-582d2d15]:hover{background-color:var(--stroke-light)}.adj-filter-select.disabled .adj-filter-select__name i[data-v-582d2d15]{color:var(--white)}.adj-filters-desktop[data-v-350efd96]{display:flex;gap:10px}.adj-filters-mobile_wrapper[data-v-061c2cf0]{position:fixed;inset:0;z-index:40}.adj-filters-mobile__background[data-v-061c2cf0]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-filters-mobile__window[data-v-061c2cf0]{position:absolute;top:0;bottom:0;left:0;background-color:var(--white);width:var(--906bd3f6)}@media (max-width: 779px){.adj-filters-mobile__window[data-v-061c2cf0]{width:100%}}.adj-filters-mobile__close[data-v-061c2cf0]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-filters-mobile__close[data-v-061c2cf0]:hover{color:var(--white)}@media (max-width: 779px){.adj-filters-mobile__close[data-v-061c2cf0]{top:15px;right:15px;color:var(--icon-light)}.adj-filters-mobile__close[data-v-061c2cf0]:hover{color:var(--stroke-dark)}}.adj-window[data-v-061c2cf0]{display:flex;flex-direction:column}.adj-window__header[data-v-061c2cf0]{flex-shrink:0;display:flex;align-items:center;gap:16px;height:96px;border-bottom:1px var(--stroke-light) solid;padding:0 24px}.adj-window__header-button[data-v-061c2cf0],.adj-window__header-reset[data-v-061c2cf0]{display:flex;align-items:center;color:var(--alternative);cursor:pointer;transition:.3s}.adj-window__header-button[data-v-061c2cf0]:hover,.adj-window__header-reset[data-v-061c2cf0]:hover{color:var(--black)}.adj-window__header-button[data-v-061c2cf0]{font-size:32px}.adj-window__header-title[data-v-061c2cf0]{flex-grow:1}.adj-window__header-reset[data-v-061c2cf0]{text-decoration:underline}.adj-filter[data-v-061c2cf0]{display:flex;align-items:center;gap:16px;height:66px;padding:0 21px;border-left:3px transparent solid;cursor:pointer}.adj-filter[data-v-061c2cf0]:hover{background-color:var(--back-light)}.adj-filter_checked[data-v-061c2cf0]{background-color:var(--back-light);border-left:3px var(--contrast-normal) solid}.adj-filter__button[data-v-061c2cf0]{display:flex;align-items:center;font-size:32px;color:var(--alternative)}.adj-filter__button .icon-close[data-v-061c2cf0]{cursor:pointer;transition:.3s}.adj-filter__button .icon-close[data-v-061c2cf0]:hover{color:var(--black)}.adj-filter__title[data-v-061c2cf0]{flex-grow:1}.adj-filter_disabled[data-v-061c2cf0]{color:var(--stroke-dark);cursor:default}.adj-filter_disabled[data-v-061c2cf0]:hover{background-color:unset}.adj-filter_disabled .adj-filter__button[data-v-061c2cf0]{color:var(--stroke-dark);cursor:default;transition:.3s}.adj-filter_disabled .adj-filter__button[data-v-061c2cf0]:hover{color:var(--stroke-dark)}.adj-modal_wrapper[data-v-b1b32775]{position:fixed;inset:0;z-index:50}.adj-modal__background[data-v-b1b32775]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-b1b32775]{position:absolute;inset:0;margin:auto;background-color:var(--white);box-shadow:0 4px 15px #00343166;border-radius:15px;width:var(--5f2379a6);height:fit-content;max-width:calc(100% - 64px);max-height:calc(100% - 64px);color:var(--black)}@media (max-width: 779px){.adj-modal__window[data-v-b1b32775]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-b1b32775]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-modal__close[data-v-b1b32775]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-b1b32775]{top:15px;right:15px;color:var(--icon-light)}.adj-modal__close[data-v-b1b32775]:hover{color:var(--stroke-dark)}}.adj-hint-desktop[data-v-1075347f]{padding:5px 10px;background:#fff;position:relative;width:var(--8fe0cc7a);border:1px solid var(--stroke-light);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint-desktop__text[data-v-1075347f]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint-desktop__text[data-v-1075347f] p{margin-top:7px}.adj-hint-desktop__text[data-v-1075347f] p:first-child{margin:0}.adj-hint-desktop__triangle[data-v-1075347f]{position:absolute;left:calc(50% - 7px);top:-13px}.adj-hint-desktop__triangle_inner[data-v-1075347f]{fill:#fff}.adj-hint-desktop__triangle_border[data-v-1075347f]{stroke:var(--stroke-light)}.adj-hint-desktop_dark.adj-hint-desktop[data-v-1075347f]{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-1075347f]{fill:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_border[data-v-1075347f]{stroke:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_left .adj-hint-desktop__triangle[data-v-1075347f]{right:15px}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_right .adj-hint-desktop__triangle[data-v-1075347f]{left:15px}.adj-hint-desktop_top.adj-hint-desktop .adj-hint-desktop__triangle[data-v-1075347f]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint-desktop_left.adj-hint-desktop .adj-hint-desktop__triangle[data-v-1075347f]{right:10px;left:auto}.adj-hint-desktop_right.adj-hint-desktop .adj-hint-desktop__triangle[data-v-1075347f]{left:10px}.adj-hint__slot[data-v-5b26b839]{width:fit-content;height:fit-content}.adj-hint__hint[data-v-5b26b839]{z-index:20;position:fixed}.adj-hint__modal[data-v-5b26b839]{padding:30px 20px}.adj-hint__modal[data-v-5b26b839] p{margin-top:7px}.adj-hint__modal[data-v-5b26b839] p:first-child{margin:0}@media (max-width: 779px){.adj-hint__modal[data-v-5b26b839]{padding:50px 20px}}.adj-icon[data-v-27ccd948]{cursor:pointer;transition:.3s;height:var(--a6dfad46);width:var(--a6dfad46)}.adj-icon i[data-v-27ccd948]{display:block;font-size:var(--a6dfad46);line-height:var(--a6dfad46);transition:.3s}.adj-icon_light i[data-v-27ccd948]{color:var(--icon-light)}.adj-icon_light i[data-v-27ccd948]:hover{color:var(--stroke-dark)}.adj-icon_contrast i[data-v-27ccd948]{color:var(--icon-dark)}.adj-icon_contrast i[data-v-27ccd948]:hover{color:var(--black)}.adj-icon_dark-back i[data-v-27ccd948]{color:#ffffffb3}.adj-icon_dark-back i[data-v-27ccd948]:hover{color:#fff}.adj-icon_disabled i[data-v-27ccd948]{color:var(--stroke-light)!important}.adj-icon-button[data-v-b636fa8d]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-b636fa8d]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-b636fa8d]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-b636fa8d]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-b636fa8d]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-b636fa8d]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-b636fa8d]{color:var(--icon-light)}.adj-icon-button_white-back[data-v-b636fa8d]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-b636fa8d]{color:var(--stroke-dark)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-b636fa8d]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--stroke-light)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back[data-v-b636fa8d]{background-color:var(--back-dark)}.adj-icon-button_dark-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_dark-back[data-v-b636fa8d]:hover{background-color:var(--icon-light)}.adj-icon-button_dark-back:hover i[data-v-b636fa8d]{color:var(--black)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back[data-v-b636fa8d]{background-color:var(--back-light)}.adj-icon-button_light-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_light-back[data-v-b636fa8d]:hover{background-color:var(--back-dark)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button__icon[data-v-b636fa8d]{transition:.3s}.adj-icon-button__qty[data-v-b636fa8d]{position:absolute;text-align:center;right:-5px;bottom:-5px;min-width:16px;height:16px;line-height:16px;border-radius:8px;background:var(--contrast-normal);color:var(--white);padding:0 4px}.adj-icon-button-text[data-v-55f3773b]{cursor:pointer;transition:.3s;width:fit-content;height:42px;padding:6px;border-radius:10px;background-color:var(--white);box-shadow:0 4px 8px #052d2b26;text-wrap:nowrap}.adj-icon-button-text i[data-v-55f3773b]{line-height:30px;font-size:30px;color:var(--icon-light)}.adj-icon-button-text[data-v-55f3773b]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-55f3773b]{color:var(--stroke-dark)}.adj-icon-button-text[data-v-55f3773b]:after,.adj-icon-button-text[data-v-55f3773b]:before{display:inline-block;max-width:0;vertical-align:bottom;overflow:hidden;text-wrap:nowrap;margin-bottom:7px;transition:.3s}.adj-icon-button-text[data-v-55f3773b]:hover:after,.adj-icon-button-text[data-v-55f3773b]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-55f3773b]:after{content:var(--b2b877b2)}.adj-icon-button-text_right[data-v-55f3773b]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-55f3773b]:before{content:var(--b2b877b2)}.adj-icon-button-text_left[data-v-55f3773b]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-55f3773b]{animation:adj-loading-55f3773b .2s infinite alternate ease-in-out}[class^=icon-][data-v-55f3773b]{transition:.3s}@keyframes adj-loading-55f3773b{0%{color:var(--icon-light)}to{color:var(--stroke-dark)}}.adj-image-button[data-v-54b5699e]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-54b5699e]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-54b5699e]{width:100%;height:auto}.adj-image-button.active[data-v-54b5699e]{border:2px solid var(--contrast-normal)}.adj-input__title[data-v-44862b4b]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-input__title span[data-v-44862b4b]{color:var(--contrast-normal)}.adj-input__hint[data-v-44862b4b]{position:absolute;right:0;top:45px}.adj-input__field[data-v-44862b4b]{position:relative}.adj-input__field input[data-v-44862b4b]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s}.adj-input__field input[data-v-44862b4b]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--stroke-dark);transition:.3s}.adj-input__field input[data-v-44862b4b]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-44862b4b]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-44862b4b]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-44862b4b]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-44862b4b]{border:1px solid var(--error)}.adj-input_left-title[data-v-44862b4b]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-44862b4b]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-44862b4b]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-dca88a62]{position:relative}.adj-input-modern input[data-v-dca88a62]{height:34px;padding:6.5px 10px;border:none;border-bottom:1px solid var(--alternative);color:var(--alternative);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%}.adj-input-modern input[data-v-dca88a62]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--alternative);transition:.3s}.adj-input-modern input[data-v-dca88a62]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-dca88a62]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-dca88a62]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-dca88a62]::placeholder{color:var(--stroke-light)}.adj-input__field[data-v-192840e4]{position:relative}.adj-input__field input[data-v-192840e4]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s;align-items:center;margin:0;appearance:textfield}.adj-input__field input[data-v-192840e4]::-webkit-inner-spin-button{-webkit-appearance:none}.adj-input__field input[data-v-192840e4]:focus{border:1px solid var(--alternative)}.preloader[data-v-aa397f0f]{inset:0;background:#0004;z-index:100}.preloader .preloader-background[data-v-aa397f0f]{position:absolute;height:40px;width:40px;margin:auto;inset:0}.preloader .preloader-background .preloader-icon[data-v-aa397f0f]{width:40px;height:40px}.preloader .preloader-background .preloader-icon circle[data-v-aa397f0f]{fill:none;stroke-width:2px;stroke-linecap:round}.preloader .preloader-background .preloader-icon .c1[data-v-aa397f0f]{stroke:var(--contrast-dark);stroke-dasharray:1 11 7 0;animation:c1-aa397f0f 2s linear infinite}.preloader .preloader-background .preloader-icon .c2[data-v-aa397f0f]{stroke:var(--alternative);stroke-dasharray:2 30 18 0;animation:c2-aa397f0f 1.4s linear infinite}.preloader .preloader-background .preloader-icon .c3[data-v-aa397f0f]{stroke:var(--contrast-dark);stroke-dasharray:32 48 2 0;animation:c3-aa397f0f 1.7s linear infinite}.preloader .preloader-background .preloader-icon .c4[data-v-aa397f0f]{stroke:var(--alternative);stroke-dasharray:2 69 44 0;animation:c4-aa397f0f 1.1s linear infinite}@keyframes c1-aa397f0f{0%{stroke-dashoffset:0}to{stroke-dashoffset:19}}@keyframes c2-aa397f0f{0%{stroke-dashoffset:0}to{stroke-dashoffset:50}}@keyframes c3-aa397f0f{0%{stroke-dashoffset:0}to{stroke-dashoffset:82}}@keyframes c4-aa397f0f{0%{stroke-dashoffset:0}to{stroke-dashoffset:114}}.adj-radio[data-v-c7af3a1d]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-c7af3a1d]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-c7af3a1d]{flex-direction:row-reverse}.adj-radio__item_button[data-v-c7af3a1d]{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-c7af3a1d]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-c7af3a1d]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-c7af3a1d]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-c7af3a1d]{border-color:var(--stroke-light)}.adj-radio_disabled.adj-radio .adj-radio__item_name[data-v-c7af3a1d]{color:var(--stroke-dark)}.adj-select__title[data-v-1216a9db]{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-1216a9db]{color:var(--contrast-normal)}.adj-select__comment[data-v-1216a9db]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__name[data-v-1216a9db]{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-1216a9db]{border:1px solid var(--alternative)}.adj-select__name input[data-v-1216a9db]{border:0;outline:0}.adj-select__name span[data-v-1216a9db]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__name i[data-v-1216a9db]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-select.show i[data-v-1216a9db]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-1216a9db]{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-1216a9db]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-1216a9db]:hover{background-color:var(--back-light)}.adj-select__item.active[data-v-1216a9db]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-1216a9db]{color:var(--stroke-dark)}.adj-select.disabled .adj-select__name[data-v-1216a9db]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select.disabled .adj-select__name i[data-v-1216a9db]{color:var(--stroke-light)}.adj-select.leftTitle[data-v-1216a9db]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-1216a9db]{margin-bottom:2px}.adj-skeleton-item[data-v-a8496a75]{max-width:100%;width:var(--6c6a62eb);margin-top:var(--5e4cd76c);aspect-ratio:var(--3288b325);height:var(--071300a2);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-a8496a75 4s ease-in-out infinite}@keyframes adj-loading-a8496a75{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-6b094ab5]{display:flex;flex-direction:column;align-items:var(--393f032d);max-width:100%;width:var(--061db7bb)}svg[data-v-ef9285fe]{display:block}svg circle[data-v-ef9285fe]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-ef9285fe]{fill:var(--white)}.adj-select-image[data-v-8f388d4c]{width:100%;overflow:hidden;position:relative;max-height:var(--52522d9e);transition:.3s}.adj-select-image[data-v-8f388d4c]::-webkit-scrollbar{display:none}.adj-select-image-wrapper[data-v-8f388d4c]{display:flex;width:100%;flex-wrap:wrap;gap:11px}.adj-select-image-item[data-v-8f388d4c]{width:75px;height:75px;cursor:pointer;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.adj-select-image-item__image[data-v-8f388d4c]{width:75px;height:75px;border-radius:10px;overflow:hidden;transition:.3s}.adj-select-image-item__title[data-v-8f388d4c]{transition:.3s}.adj-select-image-item_checked .adj-select-image-item__image[data-v-8f388d4c]{box-shadow:none;position:relative}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check2[data-v-8f388d4c]{border:2px solid var(--contrast-normal);border-radius:10px;width:75px;height:75px;position:absolute;inset:0;margin:auto}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check[data-v-8f388d4c]{position:absolute;inset:0;margin:auto;width:24px;height:24px}.adj-select-image-item:hover .adj-select-image-item__image[data-v-8f388d4c]{box-shadow:0 4px 15px #00343145}.adj-select-image-item:hover .adj-select-image-item__title[data-v-8f388d4c]{color:var(--contrast-normal)}.adj-select-image__hint[data-v-8f388d4c]{z-index:10;position:fixed;top:var(--123c8f6a);left:var(--35519492);display:var(--20f0d457)}.adj-select-image__expand[data-v-8f388d4c]{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-8f388d4c]{margin-left:15px}}.adj-select-image__expand[data-v-8f388d4c]:hover{color:var(--contrast-normal)}.adj-select-image__expand.adj-expand[data-v-8f388d4c]{margin-top:-2px}.adj-select-image__expand.adj-expand .adj-select-image__expand-icon[data-v-8f388d4c]{transform:scaleY(-1)}.adj-select-image__expand-icon[data-v-8f388d4c]{font-size:24px;line-height:24px}.adj-shadow[data-v-8f388d4c]{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-8f388d4c]{overflow:auto;padding:20px 0}.adj-select-image_text .adj-select-image-wrapper[data-v-8f388d4c]{padding:0 10px}.adj-select-image_text_wrapper[data-v-8f388d4c]{gap:20px 0;text-align:center}.adj-select-image_text .adj-select-image-item[data-v-8f388d4c]{width:125px;height:unset}.adj-select-image_text .adj-select-image-item__title[data-v-8f388d4c]{text-align:center;margin:6px 5px 0}@media (max-width: 779px){.adj-select-image_text .adj-select-image-wrapper[data-v-8f388d4c]{width:max-content;flex-wrap:nowrap}}.adj-select-image_image[data-v-8f388d4c]{padding:8px 10px 10px 35px}@media (max-width: 779px){.adj-select-image_image[data-v-8f388d4c]{padding-left:15px}}.adj-select-image_image .adj-select-image-item__title[data-v-8f388d4c]{display:none}.adj-select-modern[data-v-72a5fd55]{max-width:fit-content;cursor:pointer;position:relative}.adj-select-modern .adj-input[data-v-72a5fd55]{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-72a5fd55]:hover{background-color:var(--back-dark)}.adj-select-modern .adj-input__image[data-v-72a5fd55]{width:34px;height:34px;border-radius:5px;position:relative}.adj-select-modern .adj-input__border[data-v-72a5fd55]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern .adj-input__text[data-v-72a5fd55]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-modern .adj-input__icon[data-v-72a5fd55]{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-72a5fd55]{margin-left:10px}.adj-select-modern_image .adj-input__text[data-v-72a5fd55],.adj-select-modern_background .adj-input__text[data-v-72a5fd55]{margin-left:8px}.adj-select-modern__items[data-v-72a5fd55]{width:290px;position:fixed;background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-select-modern__item[data-v-72a5fd55]{transition:background-color .3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:10px;height:48px}.adj-select-modern__item[data-v-72a5fd55]:hover{background-color:var(--back-dark)}.adj-select-modern__item-image[data-v-72a5fd55]{position:relative;width:34px;height:34px;border-radius:5px}.adj-select-modern__item-border[data-v-72a5fd55]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern_text .adj-select-modern__item-text[data-v-72a5fd55]{margin-left:16px}.adj-select-modern_image .adj-select-modern__item-image[data-v-72a5fd55],.adj-select-modern_background .adj-select-modern__item-image[data-v-72a5fd55]{margin-left:7px}.adj-select-modern.showItems .adj-input[data-v-72a5fd55]{background-color:var(--back-dark)}.adj-select-modern.showItems i[data-v-72a5fd55]{transform:scaleY(-1)}.adj-select-modern.disabled .adj-input[data-v-72a5fd55]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select-modern.disabled .adj-input i[data-v-72a5fd55]{color:var(--icon-dark)}.adj-slider-button[data-v-f57350ff]{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.adj-slider-button__circle[data-v-f57350ff]{width:34px;height:34px;border-radius:50%;font-size:24px;background-color:var(--white);color:var(--icon-dark);display:flex;justify-content:center;align-items:center;box-shadow:0 2px 2px #052d2b33;transition:ease .3s;cursor:pointer}.adj-slider-button__circle[data-v-f57350ff]:hover{width:40px;height:40px;background-color:var(--back-light);box-shadow:0 4px 15px #00343145}.adj-slider-button__circle_disabled[data-v-f57350ff]{background-color:var(--back-light);color:var(--stroke-light);cursor:default;opacity:.4;box-shadow:none}.adj-slider-button__circle_disabled[data-v-f57350ff]:hover{width:34px;height:34px;background-color:var(--back-light);box-shadow:none}svg[data-v-6dc6a818]{display:block}svg circle[data-v-6dc6a818]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-6dc6a818]{fill:var(--white)}svg[data-v-578c540f]{display:block}svg path[data-v-578c540f]{fill:#d8362a}.adj-tabs[data-v-00a26ac4]{width:100%;overflow:auto;position:relative;height:50px}.adj-tabs[data-v-00a26ac4]::-webkit-scrollbar{display:none}.adj-tabs-wrapper[data-v-00a26ac4]{display:flex;width:100%;height:50px;padding-left:var(--3b389b00)}.adj-tabs__item[data-v-00a26ac4]{padding:15px 15px 14px;display:flex;align-items:center;gap:6px;cursor:pointer}.adj-tabs__item i[data-v-00a26ac4]{font-size:24px;line-height:24px;color:var(--icon-dark);margin-right:4px;transition:.3s}.adj-tabs__item .adj-item__name[data-v-00a26ac4]{font-size:14px;line-height:21px;white-space:nowrap}.adj-tabs__item .adj-item__number[data-v-00a26ac4]{background:var(--alternative);color:var(--white);font-size:12px;line-height:16px;border-radius:20px;padding:1px 5px 0 4px}.adj-tabs__item.active[data-v-00a26ac4]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-00a26ac4]:before{position:absolute;content:"";width:100%;left:0;right:0;bottom:1px;height:2px;background-color:var(--contrast-normal)}.adj-tabs__item.disabled .adj-item__name[data-v-00a26ac4],.adj-tabs__item.disabled i[data-v-00a26ac4]{color:var(--stroke-dark)!important}.adj-tabs__item:hover i[data-v-00a26ac4]{color:var(--black)}.adj-tabs__filler[data-v-00a26ac4]{flex-grow:1}.adj-tabs-material[data-v-a02e46f3]{width:100%;overflow:auto;position:relative;height:48px}.adj-tabs-material .underline[data-v-a02e46f3]{position:absolute;border-bottom:1px solid var(--stroke-light);width:100%;margin-top:22px}.adj-tabs-material[data-v-a02e46f3]::-webkit-scrollbar{display:none}.adj-tabs-material-wrapper[data-v-a02e46f3]{display:flex;width:max-content;gap:10px;position:absolute;width:100%;height:48px;margin-left:var(--68591b64)}.adj-tabs-material__item[data-v-a02e46f3]{display:flex;align-items:center;gap:10px;cursor:pointer;border:2px var(--stroke-light) solid;border-radius:10px;height:48px;background-color:var(--white);padding-right:10px;transition:.3s}.adj-tabs-material__item-image[data-v-a02e46f3]{width:48px;height:48px;border:2px var(--stroke-light) solid;border-radius:10px;margin-left:-2px;transition:.3s}.adj-tabs-material__item-names[data-v-a02e46f3]{display:flex;flex-direction:column}.adj-tabs-material__item-name[data-v-a02e46f3]{font-size:14px;transition:.3s;text-wrap:nowrap}.adj-tabs-material__item-subname[data-v-a02e46f3]{font-size:12px;line-height:16px;color:var(--stroke-dark)}.adj-tabs-material__item.active[data-v-a02e46f3],.adj-tabs-material__item.active .adj-tabs-material__item-image[data-v-a02e46f3]{border-color:var(--contrast-normal)}.adj-tabs-material__item.active .adj-tabs-material__item-name[data-v-a02e46f3]{color:var(--contrast-normal)}.adj-upload-file-flat[data-v-dd8c3755]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file-flat [class^=icon-][data-v-dd8c3755]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file-flat__main[data-v-dd8c3755]{display:flex;align-items:center;gap:0 6px}.adj-upload-file-flat__main .icon-arrow-circle-up[data-v-dd8c3755]{color:var(--alternative)}.adj-upload-file-flat__main:hover .icon-arrow-circle-up[data-v-dd8c3755]{color:var(--black)}.adj-upload-file-flat .icon-close[data-v-dd8c3755]{color:var(--icon-light)}.adj-upload-file-flat_loading .icon-arrow-circle-up[data-v-dd8c3755]{animation:loading-dd8c3755 .2s infinite alternate ease-in-out}@keyframes loading-dd8c3755{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-2eb293f1]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s;text-wrap:nowrap}.adj-button i[data-v-2eb293f1]{transition:.3s}.adj-button_medium[data-v-2eb293f1]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-2eb293f1]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-2eb293f1]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-2eb293f1]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-2eb293f1]{font-size:14px;line-height:21px}.adj-button_small i[data-v-2eb293f1]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-2eb293f1]{border-radius:24px}.adj-button_width100[data-v-2eb293f1]{width:100%}.adj-button_primary[data-v-2eb293f1]{background-color:var(--contrast-normal);color:var(--white)}.adj-button_primary[data-v-2eb293f1]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-2eb293f1]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-2eb293f1]{background-color:var(--back-light);color:var(--black)}.adj-button_alternative-light i[data-v-2eb293f1]{color:var(--icon-dark)}.adj-button_alternative-light[data-v-2eb293f1]:hover{background-color:var(--back-dark)}.adj-button_alternative-light[data-v-2eb293f1]:active{background-color:var(--icon-light)}.adj-button_alternative-light:active i[data-v-2eb293f1]{color:var(--black)}.adj-button_alternative-dark[data-v-2eb293f1]{background-color:var(--back-dark);color:var(--black)}.adj-button_alternative-dark i[data-v-2eb293f1]{color:var(--icon-dark)}.adj-button_alternative-dark[data-v-2eb293f1]:hover{background-color:var(--icon-light)}.adj-button_alternative-dark:hover i[data-v-2eb293f1]{color:var(--black)}.adj-button_alternative-active[data-v-2eb293f1]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-2eb293f1]{color:var(--white)}.adj-button_alternative[data-v-2eb293f1]{background-color:var(--back-light);color:var(--alternative)}.adj-button_alternative i[data-v-2eb293f1]{color:var(--alternative)}.adj-button_alternative[data-v-2eb293f1]:hover{background-color:var(--back-dark)}.adj-button_transparent[data-v-2eb293f1]{background-color:transparent;color:var(--black)}.adj-button_transparent i[data-v-2eb293f1]{color:var(--icon-dark)}.adj-button_transparent[data-v-2eb293f1]:hover{background-color:transparent}.adj-button_transparent:hover i[data-v-2eb293f1]{color:var(--black)}.adj-button_transparent[data-v-2eb293f1]:active{background-color:transparent}.adj-button_transparent:active i[data-v-2eb293f1]{color:var(--black)}.adj-button_disabled[data-v-2eb293f1]{background-color:var(--stroke-light)!important;color:var(--white)!important}.adj-button_disabled i[data-v-2eb293f1]{color:var(--white)!important}.adj-button-checkbox[data-v-8e142c2f]{height:34px;padding:0 15px 0 11px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:6px;width:fit-content;cursor:pointer}.adj-button-checkbox__title[data-v-8e142c2f]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-8e142c2f]{color:var(--icon-dark);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-button-checkbox.active[data-v-8e142c2f]{background:var(--icon-light)}.adj-button-checkbox.active i[data-v-8e142c2f],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-8e142c2f]{color:var(--black)}.adj-button-checkbox.active[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-checkbox[data-v-25cd46e5]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-25cd46e5]{width:16px;height:16px;border:1px solid var(--stroke-light);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-25cd46e5]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-25cd46e5]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-25cd46e5]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-25cd46e5]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-25cd46e5]{fill:var(--stroke-light)}.adj-checkbox.disabled span[data-v-25cd46e5]{color:var(--stroke-dark)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-25cd46e5]{pointer-events:none;border:1px solid var(--stroke-light)}.adj-download-link[data-v-c07343bd]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-c07343bd]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-c07343bd]{color:var(--alternative);font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;transition:.3s;text-decoration:underline}.adj-download-link:hover .icon-file[data-v-c07343bd],.adj-download-link:hover .title[data-v-c07343bd]{color:var(--contrast-normal)}.adj-dropdown-link__title[data-v-91e1feec]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-91e1feec]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-dropdown-link__items[data-v-91e1feec]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-91e1feec]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-8a546773]{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-8a546773]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-8a546773]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-8a546773]:hover{background:var(--back-dark)}.adj-filter-checkbox.active[data-v-8a546773]{background:var(--contrast-normal)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-8a546773]{color:var(--white)}.adj-filter-checkbox.active[data-v-8a546773]:hover{background:var(--contrast-light)}.adj-filter-checkbox.disabled[data-v-8a546773]{background:var(--stroke-light)}.adj-filter-checkbox.disabled .adj-filter-checkbox__title[data-v-8a546773]{color:var(--white)}.adj-filter-checkbox.disabled[data-v-8a546773]:hover{background:var(--stroke-light)}.adj-scroll[data-v-47993da5]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-47993da5]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-track{background:var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb{background-color:var(--icon-light);border-radius:20px;border:5px solid var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb:hover{background-color:var(--icon-dark)}@-moz-document url-prefix(){.adj-scroll[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--back-light)}.adj-scroll[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--back-light)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--white)}.adj-scroll_white[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--white)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__name[data-v-582d2d15]{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-582d2d15]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-582d2d15]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-582d2d15]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-582d2d15]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-582d2d15]{transform:scaleY(-1)}.adj-filter-select__items[data-v-582d2d15]{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-582d2d15]{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-582d2d15]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-582d2d15]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-582d2d15]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-582d2d15]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-582d2d15]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-582d2d15]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-582d2d15]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-582d2d15]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-582d2d15]{color:var(--white)}.adj-filter-select.disabled .adj-filter-select__name[data-v-582d2d15]{background-color:var(--stroke-light)}.adj-filter-select.disabled .adj-filter-select__name span[data-v-582d2d15]{color:var(--white)}.adj-filter-select.disabled .adj-filter-select__name[data-v-582d2d15]:hover{background-color:var(--stroke-light)}.adj-filter-select.disabled .adj-filter-select__name i[data-v-582d2d15]{color:var(--white)}.adj-filters-desktop[data-v-350efd96]{display:flex;gap:10px}.adj-filters-mobile_wrapper[data-v-2095077b]{position:fixed;inset:0;z-index:40}.adj-filters-mobile__background[data-v-2095077b]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-filters-mobile__window[data-v-2095077b]{position:absolute;top:0;bottom:0;left:0;background-color:var(--white);width:var(--34c98468)}@media (max-width: 779px){.adj-filters-mobile__window[data-v-2095077b]{width:100%}}.adj-filters-mobile__close[data-v-2095077b]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-filters-mobile__close[data-v-2095077b]:hover{color:var(--white)}@media (max-width: 779px){.adj-filters-mobile__close[data-v-2095077b]{top:15px;right:15px;color:var(--icon-light)}.adj-filters-mobile__close[data-v-2095077b]:hover{color:var(--stroke-dark)}}.adj-window[data-v-2095077b]{display:flex;flex-direction:column}.adj-window__header[data-v-2095077b]{flex-shrink:0;display:flex;align-items:center;gap:16px;height:96px;border-bottom:1px var(--stroke-light) solid;padding:0 24px}.adj-window__header-button[data-v-2095077b],.adj-window__header-reset[data-v-2095077b]{display:flex;align-items:center;color:var(--alternative);cursor:pointer;transition:.3s}.adj-window__header-button[data-v-2095077b]:hover,.adj-window__header-reset[data-v-2095077b]:hover{color:var(--black)}.adj-window__header-button[data-v-2095077b]{font-size:32px}.adj-window__header-title[data-v-2095077b]{flex-grow:1}.adj-window__header-reset[data-v-2095077b]{text-decoration:underline}.adj-filter[data-v-2095077b]{display:flex;align-items:center;gap:16px;height:66px;padding:0 21px;border-left:3px transparent solid;cursor:pointer}.adj-filter[data-v-2095077b]:hover{background-color:var(--back-light)}.adj-filter_checked[data-v-2095077b]{background-color:var(--back-light);border-left:3px var(--contrast-normal) solid}.adj-filter__button[data-v-2095077b]{display:flex;align-items:center;font-size:32px;color:var(--alternative)}.adj-filter__button .icon-close[data-v-2095077b]{cursor:pointer;transition:.3s}.adj-filter__button .icon-close[data-v-2095077b]:hover{color:var(--black)}.adj-filter__title[data-v-2095077b]{flex-grow:1}.adj-filter_disabled[data-v-2095077b]{color:var(--stroke-dark);cursor:default}.adj-filter_disabled[data-v-2095077b]:hover{background-color:unset}.adj-filter_disabled .adj-filter__button[data-v-2095077b]{color:var(--stroke-dark);cursor:default;transition:.3s}.adj-filter_disabled .adj-filter__button[data-v-2095077b]:hover{color:var(--stroke-dark)}.adj-modal_wrapper[data-v-b1b32775]{position:fixed;inset:0;z-index:50}.adj-modal__background[data-v-b1b32775]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-b1b32775]{position:absolute;inset:0;margin:auto;background-color:var(--white);box-shadow:0 4px 15px #00343166;border-radius:15px;width:var(--5f2379a6);height:fit-content;max-width:calc(100% - 64px);max-height:calc(100% - 64px);color:var(--black)}@media (max-width: 779px){.adj-modal__window[data-v-b1b32775]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-b1b32775]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-modal__close[data-v-b1b32775]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-b1b32775]{top:15px;right:15px;color:var(--icon-light)}.adj-modal__close[data-v-b1b32775]:hover{color:var(--stroke-dark)}}.adj-hint-desktop[data-v-1075347f]{padding:5px 10px;background:#fff;position:relative;width:var(--8fe0cc7a);border:1px solid var(--stroke-light);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint-desktop__text[data-v-1075347f]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint-desktop__text[data-v-1075347f] p{margin-top:7px}.adj-hint-desktop__text[data-v-1075347f] p:first-child{margin:0}.adj-hint-desktop__triangle[data-v-1075347f]{position:absolute;left:calc(50% - 7px);top:-13px}.adj-hint-desktop__triangle_inner[data-v-1075347f]{fill:#fff}.adj-hint-desktop__triangle_border[data-v-1075347f]{stroke:var(--stroke-light)}.adj-hint-desktop_dark.adj-hint-desktop[data-v-1075347f]{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-1075347f]{fill:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_border[data-v-1075347f]{stroke:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_left .adj-hint-desktop__triangle[data-v-1075347f]{right:15px}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_right .adj-hint-desktop__triangle[data-v-1075347f]{left:15px}.adj-hint-desktop_top.adj-hint-desktop .adj-hint-desktop__triangle[data-v-1075347f]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint-desktop_left.adj-hint-desktop .adj-hint-desktop__triangle[data-v-1075347f]{right:10px;left:auto}.adj-hint-desktop_right.adj-hint-desktop .adj-hint-desktop__triangle[data-v-1075347f]{left:10px}.adj-hint__slot[data-v-5b26b839]{width:fit-content;height:fit-content}.adj-hint__hint[data-v-5b26b839]{z-index:20;position:fixed}.adj-hint__modal[data-v-5b26b839]{padding:30px 20px}.adj-hint__modal[data-v-5b26b839] p{margin-top:7px}.adj-hint__modal[data-v-5b26b839] p:first-child{margin:0}@media (max-width: 779px){.adj-hint__modal[data-v-5b26b839]{padding:50px 20px}}.adj-icon[data-v-27ccd948]{cursor:pointer;transition:.3s;height:var(--a6dfad46);width:var(--a6dfad46)}.adj-icon i[data-v-27ccd948]{display:block;font-size:var(--a6dfad46);line-height:var(--a6dfad46);transition:.3s}.adj-icon_light i[data-v-27ccd948]{color:var(--icon-light)}.adj-icon_light i[data-v-27ccd948]:hover{color:var(--stroke-dark)}.adj-icon_contrast i[data-v-27ccd948]{color:var(--icon-dark)}.adj-icon_contrast i[data-v-27ccd948]:hover{color:var(--black)}.adj-icon_dark-back i[data-v-27ccd948]{color:#ffffffb3}.adj-icon_dark-back i[data-v-27ccd948]:hover{color:#fff}.adj-icon_disabled i[data-v-27ccd948]{color:var(--stroke-light)!important}.adj-icon-button[data-v-b636fa8d]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-b636fa8d]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-b636fa8d]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-b636fa8d]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-b636fa8d]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-b636fa8d]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-b636fa8d]{color:var(--icon-light)}.adj-icon-button_white-back[data-v-b636fa8d]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-b636fa8d]{color:var(--stroke-dark)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-b636fa8d]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--stroke-light)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back[data-v-b636fa8d]{background-color:var(--back-dark)}.adj-icon-button_dark-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_dark-back[data-v-b636fa8d]:hover{background-color:var(--icon-light)}.adj-icon-button_dark-back:hover i[data-v-b636fa8d]{color:var(--black)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back[data-v-b636fa8d]{background-color:var(--back-light)}.adj-icon-button_light-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_light-back[data-v-b636fa8d]:hover{background-color:var(--back-dark)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button__icon[data-v-b636fa8d]{transition:.3s}.adj-icon-button__qty[data-v-b636fa8d]{position:absolute;text-align:center;right:-5px;bottom:-5px;min-width:16px;height:16px;line-height:16px;border-radius:8px;background:var(--contrast-normal);color:var(--white);padding:0 4px}.adj-icon-button-text[data-v-55f3773b]{cursor:pointer;transition:.3s;width:fit-content;height:42px;padding:6px;border-radius:10px;background-color:var(--white);box-shadow:0 4px 8px #052d2b26;text-wrap:nowrap}.adj-icon-button-text i[data-v-55f3773b]{line-height:30px;font-size:30px;color:var(--icon-light)}.adj-icon-button-text[data-v-55f3773b]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-55f3773b]{color:var(--stroke-dark)}.adj-icon-button-text[data-v-55f3773b]:after,.adj-icon-button-text[data-v-55f3773b]:before{display:inline-block;max-width:0;vertical-align:bottom;overflow:hidden;text-wrap:nowrap;margin-bottom:7px;transition:.3s}.adj-icon-button-text[data-v-55f3773b]:hover:after,.adj-icon-button-text[data-v-55f3773b]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-55f3773b]:after{content:var(--b2b877b2)}.adj-icon-button-text_right[data-v-55f3773b]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-55f3773b]:before{content:var(--b2b877b2)}.adj-icon-button-text_left[data-v-55f3773b]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-55f3773b]{animation:adj-loading-55f3773b .2s infinite alternate ease-in-out}[class^=icon-][data-v-55f3773b]{transition:.3s}@keyframes adj-loading-55f3773b{0%{color:var(--icon-light)}to{color:var(--stroke-dark)}}.adj-image-button[data-v-54b5699e]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-54b5699e]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-54b5699e]{width:100%;height:auto}.adj-image-button.active[data-v-54b5699e]{border:2px solid var(--contrast-normal)}.adj-input__title[data-v-44862b4b]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-input__title span[data-v-44862b4b]{color:var(--contrast-normal)}.adj-input__hint[data-v-44862b4b]{position:absolute;right:0;top:45px}.adj-input__field[data-v-44862b4b]{position:relative}.adj-input__field input[data-v-44862b4b]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s}.adj-input__field input[data-v-44862b4b]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--stroke-dark);transition:.3s}.adj-input__field input[data-v-44862b4b]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-44862b4b]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-44862b4b]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-44862b4b]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-44862b4b]{border:1px solid var(--error)}.adj-input_left-title[data-v-44862b4b]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-44862b4b]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-44862b4b]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-dca88a62]{position:relative}.adj-input-modern input[data-v-dca88a62]{height:34px;padding:6.5px 10px;border:none;border-bottom:1px solid var(--alternative);color:var(--alternative);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%}.adj-input-modern input[data-v-dca88a62]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--alternative);transition:.3s}.adj-input-modern input[data-v-dca88a62]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-dca88a62]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-dca88a62]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-dca88a62]::placeholder{color:var(--stroke-light)}.adj-input__field[data-v-192840e4]{position:relative}.adj-input__field input[data-v-192840e4]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s;align-items:center;margin:0;appearance:textfield}.adj-input__field input[data-v-192840e4]::-webkit-inner-spin-button{-webkit-appearance:none}.adj-input__field input[data-v-192840e4]:focus{border:1px solid var(--alternative)}.preloader[data-v-9081e824]{inset:0}.preloader .preloader-background[data-v-9081e824]{position:absolute;inset:0;opacity:.3;background:var(--28f00cfa)}.preloader .preloader-icon[data-v-9081e824]{position:absolute;margin:auto;inset:0;width:40px;height:40px}.preloader .preloader-icon circle[data-v-9081e824]{opacity:1;fill:none;stroke-width:2px;stroke-linecap:round}.preloader .preloader-icon .c1[data-v-9081e824]{stroke:var(--contrast-dark);stroke-dasharray:1 11 7 0;animation:c1-9081e824 2s linear infinite}.preloader .preloader-icon .c2[data-v-9081e824]{stroke:var(--alternative);stroke-dasharray:2 30 18 0;animation:c2-9081e824 1.4s linear infinite}.preloader .preloader-icon .c3[data-v-9081e824]{stroke:var(--contrast-dark);stroke-dasharray:32 48 2 0;animation:c3-9081e824 1.7s linear infinite}.preloader .preloader-icon .c4[data-v-9081e824]{stroke:var(--alternative);stroke-dasharray:2 69 44 0;animation:c4-9081e824 1.1s linear infinite}@keyframes c1-9081e824{0%{stroke-dashoffset:0}to{stroke-dashoffset:19}}@keyframes c2-9081e824{0%{stroke-dashoffset:0}to{stroke-dashoffset:50}}@keyframes c3-9081e824{0%{stroke-dashoffset:0}to{stroke-dashoffset:82}}@keyframes c4-9081e824{0%{stroke-dashoffset:0}to{stroke-dashoffset:114}}.adj-radio[data-v-e8b7a335]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-e8b7a335]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-e8b7a335]{flex-direction:row-reverse}.adj-radio__item_button[data-v-e8b7a335]{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-e8b7a335]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-e8b7a335]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-e8b7a335]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-e8b7a335]{border-color:var(--stroke-light)}.adj-radio_disabled.adj-radio .adj-radio__item_name[data-v-e8b7a335]{color:var(--stroke-dark)}.adj-select__title[data-v-281a0c2c]{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-281a0c2c]{color:var(--contrast-normal)}.adj-select__comment[data-v-281a0c2c]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__name[data-v-281a0c2c]{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-281a0c2c]{border:1px solid var(--alternative)}.adj-select__name input[data-v-281a0c2c]{border:0;outline:0}.adj-select__name span[data-v-281a0c2c]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__name i[data-v-281a0c2c]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-select.show i[data-v-281a0c2c]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-281a0c2c]{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-281a0c2c]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-281a0c2c]:hover{background-color:var(--back-light)}.adj-select__item.active[data-v-281a0c2c]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-281a0c2c]{color:var(--stroke-dark)}.adj-select.disabled .adj-select__name[data-v-281a0c2c]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select.disabled .adj-select__name i[data-v-281a0c2c]{color:var(--stroke-light)}.adj-select.leftTitle[data-v-281a0c2c]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-281a0c2c]{margin-bottom:2px}.adj-skeleton-item[data-v-a8496a75]{max-width:100%;width:var(--6c6a62eb);margin-top:var(--5e4cd76c);aspect-ratio:var(--3288b325);height:var(--071300a2);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-a8496a75 4s ease-in-out infinite}@keyframes adj-loading-a8496a75{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-6b094ab5]{display:flex;flex-direction:column;align-items:var(--393f032d);max-width:100%;width:var(--061db7bb)}svg[data-v-ef9285fe]{display:block}svg circle[data-v-ef9285fe]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-ef9285fe]{fill:var(--white)}.adj-select-image[data-v-719e304b]{width:100%;overflow:hidden;position:relative;max-height:var(--99e8fa8a);transition:.3s}.adj-select-image[data-v-719e304b]::-webkit-scrollbar{display:none}.adj-select-image-wrapper[data-v-719e304b]{display:flex;width:100%;flex-wrap:wrap;gap:11px}.adj-select-image-item[data-v-719e304b]{width:75px;height:75px;cursor:pointer;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.adj-select-image-item__image[data-v-719e304b]{width:75px;height:75px;border-radius:10px;overflow:hidden;transition:.3s}.adj-select-image-item__title[data-v-719e304b]{transition:.3s}.adj-select-image-item_checked .adj-select-image-item__image[data-v-719e304b]{box-shadow:none;position:relative}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check2[data-v-719e304b]{border:2px solid var(--contrast-normal);border-radius:10px;width:75px;height:75px;position:absolute;inset:0;margin:auto}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check[data-v-719e304b]{position:absolute;inset:0;margin:auto;width:24px;height:24px}.adj-select-image-item:hover .adj-select-image-item__image[data-v-719e304b]{box-shadow:0 4px 15px #00343145}.adj-select-image-item:hover .adj-select-image-item__title[data-v-719e304b]{color:var(--contrast-normal)}.adj-select-image__hint[data-v-719e304b]{z-index:10;position:fixed;top:var(--110209f2);left:var(--0f46c6d6);display:var(--fcabad18)}.adj-select-image__expand[data-v-719e304b]{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-719e304b]{margin-left:15px}}.adj-select-image__expand[data-v-719e304b]:hover{color:var(--contrast-normal)}.adj-select-image__expand.adj-expand[data-v-719e304b]{margin-top:-2px}.adj-select-image__expand.adj-expand .adj-select-image__expand-icon[data-v-719e304b]{transform:scaleY(-1)}.adj-select-image__expand-icon[data-v-719e304b]{font-size:24px;line-height:24px}.adj-shadow[data-v-719e304b]{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-719e304b]{overflow:auto;padding:20px 0}.adj-select-image_text .adj-select-image-wrapper[data-v-719e304b]{padding:0 10px}.adj-select-image_text_wrapper[data-v-719e304b]{gap:20px 0;text-align:center}.adj-select-image_text .adj-select-image-item[data-v-719e304b]{width:125px;height:unset}.adj-select-image_text .adj-select-image-item__title[data-v-719e304b]{text-align:center;margin:6px 5px 0}@media (max-width: 779px){.adj-select-image_text .adj-select-image-wrapper[data-v-719e304b]{width:max-content;flex-wrap:nowrap}}.adj-select-image_image[data-v-719e304b]{padding:8px 10px 10px 35px}@media (max-width: 779px){.adj-select-image_image[data-v-719e304b]{padding-left:15px}}.adj-select-image_image .adj-select-image-item__title[data-v-719e304b]{display:none}.adj-select-modern[data-v-52b38721]{max-width:fit-content;cursor:pointer;position:relative}.adj-select-modern .adj-input[data-v-52b38721]{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-52b38721]:hover{background-color:var(--back-dark)}.adj-select-modern .adj-input__image[data-v-52b38721]{width:34px;height:34px;border-radius:5px;position:relative}.adj-select-modern .adj-input__border[data-v-52b38721]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern .adj-input__text[data-v-52b38721]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-modern .adj-input__icon[data-v-52b38721]{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-52b38721]{margin-left:10px}.adj-select-modern_image .adj-input__text[data-v-52b38721],.adj-select-modern_background .adj-input__text[data-v-52b38721]{margin-left:8px}.adj-select-modern__items[data-v-52b38721]{width:290px;position:fixed;background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-select-modern__item[data-v-52b38721]{transition:background-color .3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:10px;height:48px}.adj-select-modern__item[data-v-52b38721]:hover{background-color:var(--back-dark)}.adj-select-modern__item-image[data-v-52b38721]{position:relative;width:34px;height:34px;border-radius:5px}.adj-select-modern__item-border[data-v-52b38721]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern_text .adj-select-modern__item-text[data-v-52b38721]{margin-left:16px}.adj-select-modern_image .adj-select-modern__item-image[data-v-52b38721],.adj-select-modern_background .adj-select-modern__item-image[data-v-52b38721]{margin-left:7px}.adj-select-modern.showItems .adj-input[data-v-52b38721]{background-color:var(--back-dark)}.adj-select-modern.showItems i[data-v-52b38721]{transform:scaleY(-1)}.adj-select-modern.disabled .adj-input[data-v-52b38721]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select-modern.disabled .adj-input i[data-v-52b38721]{color:var(--icon-dark)}.adj-slider-button[data-v-f57350ff]{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.adj-slider-button__circle[data-v-f57350ff]{width:34px;height:34px;border-radius:50%;font-size:24px;background-color:var(--white);color:var(--icon-dark);display:flex;justify-content:center;align-items:center;box-shadow:0 2px 2px #052d2b33;transition:ease .3s;cursor:pointer}.adj-slider-button__circle[data-v-f57350ff]:hover{width:40px;height:40px;background-color:var(--back-light);box-shadow:0 4px 15px #00343145}.adj-slider-button__circle_disabled[data-v-f57350ff]{background-color:var(--back-light);color:var(--stroke-light);cursor:default;opacity:.4;box-shadow:none}.adj-slider-button__circle_disabled[data-v-f57350ff]:hover{width:34px;height:34px;background-color:var(--back-light);box-shadow:none}svg[data-v-6dc6a818]{display:block}svg circle[data-v-6dc6a818]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-6dc6a818]{fill:var(--white)}svg[data-v-578c540f]{display:block}svg path[data-v-578c540f]{fill:#d8362a}.adj-tabs[data-v-00a26ac4]{width:100%;overflow:auto;position:relative;height:50px}.adj-tabs[data-v-00a26ac4]::-webkit-scrollbar{display:none}.adj-tabs-wrapper[data-v-00a26ac4]{display:flex;width:100%;height:50px;padding-left:var(--3b389b00)}.adj-tabs__item[data-v-00a26ac4]{padding:15px 15px 14px;display:flex;align-items:center;gap:6px;cursor:pointer}.adj-tabs__item i[data-v-00a26ac4]{font-size:24px;line-height:24px;color:var(--icon-dark);margin-right:4px;transition:.3s}.adj-tabs__item .adj-item__name[data-v-00a26ac4]{font-size:14px;line-height:21px;white-space:nowrap}.adj-tabs__item .adj-item__number[data-v-00a26ac4]{background:var(--alternative);color:var(--white);font-size:12px;line-height:16px;border-radius:20px;padding:1px 5px 0 4px}.adj-tabs__item.active[data-v-00a26ac4]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-00a26ac4]:before{position:absolute;content:"";width:100%;left:0;right:0;bottom:1px;height:2px;background-color:var(--contrast-normal)}.adj-tabs__item.disabled .adj-item__name[data-v-00a26ac4],.adj-tabs__item.disabled i[data-v-00a26ac4]{color:var(--stroke-dark)!important}.adj-tabs__item:hover i[data-v-00a26ac4]{color:var(--black)}.adj-tabs__filler[data-v-00a26ac4]{flex-grow:1}.adj-tabs-material[data-v-a02e46f3]{width:100%;overflow:auto;position:relative;height:48px}.adj-tabs-material .underline[data-v-a02e46f3]{position:absolute;border-bottom:1px solid var(--stroke-light);width:100%;margin-top:22px}.adj-tabs-material[data-v-a02e46f3]::-webkit-scrollbar{display:none}.adj-tabs-material-wrapper[data-v-a02e46f3]{display:flex;width:max-content;gap:10px;position:absolute;width:100%;height:48px;margin-left:var(--68591b64)}.adj-tabs-material__item[data-v-a02e46f3]{display:flex;align-items:center;gap:10px;cursor:pointer;border:2px var(--stroke-light) solid;border-radius:10px;height:48px;background-color:var(--white);padding-right:10px;transition:.3s}.adj-tabs-material__item-image[data-v-a02e46f3]{width:48px;height:48px;border:2px var(--stroke-light) solid;border-radius:10px;margin-left:-2px;transition:.3s}.adj-tabs-material__item-names[data-v-a02e46f3]{display:flex;flex-direction:column}.adj-tabs-material__item-name[data-v-a02e46f3]{font-size:14px;transition:.3s;text-wrap:nowrap}.adj-tabs-material__item-subname[data-v-a02e46f3]{font-size:12px;line-height:16px;color:var(--stroke-dark)}.adj-tabs-material__item.active[data-v-a02e46f3],.adj-tabs-material__item.active .adj-tabs-material__item-image[data-v-a02e46f3]{border-color:var(--contrast-normal)}.adj-tabs-material__item.active .adj-tabs-material__item-name[data-v-a02e46f3]{color:var(--contrast-normal)}.adj-upload-file-flat[data-v-1c08552c]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file-flat [class^=icon-][data-v-1c08552c]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file-flat__main[data-v-1c08552c]{display:flex;align-items:center;gap:0 6px}.adj-upload-file-flat__main .icon-arrow-circle-up[data-v-1c08552c]{color:var(--alternative)}.adj-upload-file-flat__main:hover .icon-arrow-circle-up[data-v-1c08552c]{color:var(--black)}.adj-upload-file-flat .icon-close[data-v-1c08552c]{color:var(--icon-light)}.adj-upload-file-flat_loading .icon-arrow-circle-up[data-v-1c08552c]{animation:loading-1c08552c .2s infinite alternate ease-in-out}@keyframes loading-1c08552c{0%{color:var(--alternative)}to{color:var(--black)}}
|
|
@@ -1,30 +1,27 @@
|
|
|
1
1
|
import { IAdjCheckboxAltItem } from '../../types/IAdjCheckboxAltItem';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
modelValue: T;
|
|
17
|
-
/** Неактивен */
|
|
18
|
-
disabled?: boolean;
|
|
19
|
-
} & Partial<{}>> & import('vue').PublicProps;
|
|
20
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
21
|
-
attrs: any;
|
|
22
|
-
slots: {};
|
|
23
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
24
|
-
}>) => import('vue').VNode & {
|
|
25
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Заголовок */
|
|
4
|
+
title?: string;
|
|
5
|
+
/** Позиция */
|
|
6
|
+
titlePosition?: 'left' | 'right';
|
|
7
|
+
/** Список значений
|
|
8
|
+
* { checked: true },
|
|
9
|
+
* { checked: false }
|
|
10
|
+
*/
|
|
11
|
+
items: Array<IAdjCheckboxAltItem>;
|
|
12
|
+
/** Выбранное состояние */
|
|
13
|
+
modelValue?: IAdjCheckboxAltItem;
|
|
14
|
+
/** Неактивен */
|
|
15
|
+
disabled?: boolean;
|
|
26
16
|
};
|
|
17
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
18
|
+
"update:modelValue": (value: IAdjCheckboxAltItem) => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
|
+
"onUpdate:modelValue"?: ((value: IAdjCheckboxAltItem) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
disabled: boolean;
|
|
23
|
+
title: string;
|
|
24
|
+
modelValue: IAdjCheckboxAltItem;
|
|
25
|
+
titlePosition: "left" | "right";
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
27
|
export default _default;
|
|
28
|
-
type __VLS_PrettifyLocal<T> = {
|
|
29
|
-
[K in keyof T]: T[K];
|
|
30
|
-
} & {};
|
|
@@ -3,10 +3,13 @@ type __VLS_Props = {
|
|
|
3
3
|
fullscreen?: boolean;
|
|
4
4
|
/** Минимальная высота для встроенного прелодера */
|
|
5
5
|
minHeight?: string;
|
|
6
|
+
/** Цвет фона */
|
|
7
|
+
bgColor?: string;
|
|
6
8
|
};
|
|
7
9
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
10
|
fullscreen: boolean;
|
|
9
11
|
minHeight: string;
|
|
12
|
+
bgColor: string;
|
|
10
13
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
11
14
|
refElement: HTMLDivElement;
|
|
12
15
|
}, HTMLDivElement>;
|
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
import { IAdjItem } from '../../types/IAdjItem';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
modelValue?: T;
|
|
12
|
-
/** Неактивен */
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
} & Partial<{}>> & import('vue').PublicProps;
|
|
15
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
16
|
-
attrs: any;
|
|
17
|
-
slots: {};
|
|
18
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
19
|
-
}>) => import('vue').VNode & {
|
|
20
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Позиция */
|
|
4
|
+
namePosition?: 'left' | 'right';
|
|
5
|
+
/** Список элементов */
|
|
6
|
+
items?: Array<IAdjItem>;
|
|
7
|
+
/** Выбранный элемент */
|
|
8
|
+
modelValue?: IAdjItem;
|
|
9
|
+
/** Неактивен */
|
|
10
|
+
disabled?: boolean;
|
|
21
11
|
};
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
|
+
"update:modelValue": (value: IAdjItem) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((value: IAdjItem) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
items: Array<IAdjItem>;
|
|
19
|
+
namePosition: "left" | "right";
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
21
|
export default _default;
|
|
23
|
-
type __VLS_PrettifyLocal<T> = {
|
|
24
|
-
[K in keyof T]: T[K];
|
|
25
|
-
} & {};
|
|
@@ -1,35 +1,38 @@
|
|
|
1
1
|
import { IAdjItem } from '../../types/IAdjItem';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
showSearch?: boolean;
|
|
22
|
-
/** Надпись при пустом поиске */
|
|
23
|
-
nothingFound: string;
|
|
24
|
-
} & Partial<{}>> & import('vue').PublicProps;
|
|
25
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
26
|
-
attrs: any;
|
|
27
|
-
slots: {};
|
|
28
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
29
|
-
}>) => import('vue').VNode & {
|
|
30
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Позиция */
|
|
4
|
+
titlePosition: 'left' | 'top';
|
|
5
|
+
/** Список элементов */
|
|
6
|
+
items?: Array<IAdjItem>;
|
|
7
|
+
/** Выбранный элемент */
|
|
8
|
+
modelValue?: IAdjItem;
|
|
9
|
+
/** Заголовок */
|
|
10
|
+
title?: string;
|
|
11
|
+
/** Комментарий */
|
|
12
|
+
comment?: string;
|
|
13
|
+
/** Неактивный */
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
/** Обязательный */
|
|
16
|
+
required?: boolean;
|
|
17
|
+
/** Использовать строку поиска */
|
|
18
|
+
showSearch?: boolean;
|
|
19
|
+
/** Надпись при пустом поиске */
|
|
20
|
+
nothingFound: string;
|
|
31
21
|
};
|
|
22
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
23
|
+
"update:modelValue": (value: IAdjItem) => any;
|
|
24
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
|
+
"onUpdate:modelValue"?: ((value: IAdjItem) => any) | undefined;
|
|
26
|
+
}>, {
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
required: boolean;
|
|
29
|
+
title: string;
|
|
30
|
+
titlePosition: "left" | "top";
|
|
31
|
+
items: Array<IAdjItem>;
|
|
32
|
+
comment: string;
|
|
33
|
+
showSearch: boolean;
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
35
|
+
refElement: HTMLDivElement;
|
|
36
|
+
refInput: HTMLInputElement;
|
|
37
|
+
}, HTMLDivElement>;
|
|
32
38
|
export default _default;
|
|
33
|
-
type __VLS_PrettifyLocal<T> = {
|
|
34
|
-
[K in keyof T]: T[K];
|
|
35
|
-
} & {};
|
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
import { IAdjSelectImageItem } from '../../types/IAdjSelectImageItem';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
expandText?: string;
|
|
16
|
-
/** Надпись "Свернуть" */
|
|
17
|
-
foldText?: string;
|
|
18
|
-
} & Partial<{}>> & import('vue').PublicProps;
|
|
19
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
20
|
-
attrs: any;
|
|
21
|
-
slots: {};
|
|
22
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
23
|
-
}>) => import('vue').VNode & {
|
|
24
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Выбранный элемент */
|
|
4
|
+
modelValue: IAdjSelectImageItem;
|
|
5
|
+
/** Массив элементов для компонента AdjImageItem */
|
|
6
|
+
items: Array<IAdjSelectImageItem>;
|
|
7
|
+
/** Количество скелетонов */
|
|
8
|
+
skeletonQty?: number;
|
|
9
|
+
/** Дизайн селекта */
|
|
10
|
+
design?: 'text' | 'image';
|
|
11
|
+
/** Надпись "Показать все" */
|
|
12
|
+
expandText?: string;
|
|
13
|
+
/** Надпись "Свернуть" */
|
|
14
|
+
foldText?: string;
|
|
25
15
|
};
|
|
16
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
|
+
"update:modelValue": (value: IAdjSelectImageItem) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((value: IAdjSelectImageItem) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
design: "text" | "image";
|
|
22
|
+
skeletonQty: number;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
24
|
+
refRoot: HTMLDivElement;
|
|
25
|
+
refElement: HTMLDivElement;
|
|
26
|
+
}, any>;
|
|
26
27
|
export default _default;
|
|
27
|
-
type __VLS_PrettifyLocal<T> = {
|
|
28
|
-
[K in keyof T]: T[K];
|
|
29
|
-
} & {};
|
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
import { IAdjSelectModernItem } from '../../types/IAdjSelectModernItem';
|
|
2
2
|
import { THorizontalPosition, TVerticalPosition } from '../../misc/types';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
items: Array<T>;
|
|
15
|
-
/** Выбранный элемент */
|
|
16
|
-
modelValue?: T;
|
|
17
|
-
} & Partial<{}>> & import('vue').PublicProps;
|
|
18
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
19
|
-
attrs: any;
|
|
20
|
-
slots: {};
|
|
21
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
22
|
-
}>) => import('vue').VNode & {
|
|
23
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** Дизайн селекта(только текст/с картинкой/с цветом из стиля background) */
|
|
5
|
+
design?: 'text' | 'image' | 'background';
|
|
6
|
+
/** Расположение селекта по горизонтали */
|
|
7
|
+
horizontalPosition?: THorizontalPosition;
|
|
8
|
+
/** Расположение селекта по вертикали */
|
|
9
|
+
verticalPosition?: TVerticalPosition;
|
|
10
|
+
/** Список элементов */
|
|
11
|
+
items: Array<IAdjSelectModernItem>;
|
|
12
|
+
/** Выбранный элемент */
|
|
13
|
+
modelValue?: IAdjSelectModernItem;
|
|
24
14
|
};
|
|
15
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
16
|
+
"update:modelValue": (value: IAdjSelectModernItem) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: IAdjSelectModernItem) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
design: "text" | "image" | "background";
|
|
21
|
+
items: Array<IAdjSelectModernItem>;
|
|
22
|
+
horizontalPosition: THorizontalPosition;
|
|
23
|
+
verticalPosition: TVerticalPosition;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
25
|
+
refElement: HTMLDivElement;
|
|
26
|
+
refInput: HTMLDivElement;
|
|
27
|
+
refItems: HTMLDivElement;
|
|
28
|
+
}, HTMLDivElement>;
|
|
25
29
|
export default _default;
|
|
26
|
-
type __VLS_PrettifyLocal<T> = {
|
|
27
|
-
[K in keyof T]: T[K];
|
|
28
|
-
} & {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IAdjTabsMaterialItem } from '../../types/IAdjTabsMaterialItem';
|
|
2
2
|
export declare const argsBase: {
|
|
3
3
|
items: IAdjTabsMaterialItem[];
|
|
4
|
-
modelValue: IAdjTabsMaterialItem;
|
|
4
|
+
modelValue: IAdjTabsMaterialItem | undefined;
|
|
5
5
|
useUnderline: boolean;
|
|
6
6
|
marginLeft: number;
|
|
7
7
|
};
|
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
import { IAdjUploadFileItem } from '../../types/IAdjUploadFileItem';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
width?: number;
|
|
16
|
-
/** Высота картинки для обрезки */
|
|
17
|
-
height?: number;
|
|
18
|
-
} & Partial<{}>> & import('vue').PublicProps;
|
|
19
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
20
|
-
attrs: any;
|
|
21
|
-
slots: {};
|
|
22
|
-
emit: (e: "update:modelValue", value: IAdjUploadFileItem) => void;
|
|
23
|
-
}>) => import('vue').VNode & {
|
|
24
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Адрес сервера картинок */
|
|
4
|
+
endpoint: string;
|
|
5
|
+
/** Надпись при отсутствии файла */
|
|
6
|
+
text: string;
|
|
7
|
+
/** Дизайн элемента */
|
|
8
|
+
design?: 'flat' | 'buttonText';
|
|
9
|
+
/** Загруженная картинка */
|
|
10
|
+
modelValue: IAdjUploadFileItem;
|
|
11
|
+
/** Ширина картинки для обрезки */
|
|
12
|
+
width?: number;
|
|
13
|
+
/** Высота картинки для обрезки */
|
|
14
|
+
height?: number;
|
|
25
15
|
};
|
|
16
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
|
+
"update:modelValue": (value: IAdjUploadFileItem) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((value: IAdjUploadFileItem) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
design: "flat" | "buttonText";
|
|
22
|
+
width: number;
|
|
23
|
+
height: number;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
25
|
+
refFileInput: HTMLInputElement;
|
|
26
|
+
}, HTMLDivElement>;
|
|
26
27
|
export default _default;
|
|
27
|
-
type __VLS_PrettifyLocal<T> = {
|
|
28
|
-
[K in keyof T]: T[K];
|
|
29
|
-
} & {};
|