@vkontakte/vkui 4.37.3 → 4.38.0
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/.cache/.eslintcache +1 -1
- package/.cache/.stylelintcache +1 -1
- package/.cache/.tsbuildinfo +1099 -879
- package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.d.ts +5 -1
- package/.cache/ts/src/components/AppRoot/AppRoot.d.ts +1 -1
- package/.cache/ts/src/components/Button/Button.d.ts +1 -1
- package/.cache/ts/src/components/CardGrid/CardGrid.d.ts +1 -1
- package/.cache/ts/src/components/Checkbox/Checkbox.d.ts +1 -1
- package/.cache/ts/src/components/CustomSelect/CustomSelect.d.ts +1 -1
- package/.cache/ts/src/components/DatePicker/DatePicker.d.ts +1 -1
- package/.cache/ts/src/components/Epic/Epic.d.ts +1 -1
- package/.cache/ts/src/components/Group/Group.d.ts +1 -1
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
- package/.cache/ts/src/components/IconButton/IconButton.d.ts +1 -1
- package/.cache/ts/src/components/Input/Input.d.ts +1 -1
- package/.cache/ts/src/components/ModalCard/ModalCard.d.ts +1 -1
- package/.cache/ts/src/components/ModalCardBase/ModalCardBase.d.ts +1 -1
- package/.cache/ts/src/components/ModalPage/ModalPage.d.ts +1 -1
- package/.cache/ts/src/components/NativeSelect/NativeSelect.d.ts +1 -1
- package/.cache/ts/src/components/Panel/Panel.d.ts +1 -1
- package/.cache/ts/src/components/PanelHeader/PanelHeader.d.ts +1 -1
- package/.cache/ts/src/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -1
- package/.cache/ts/src/components/PopoutRoot/PopoutRoot.d.ts +1 -1
- package/.cache/ts/src/components/Radio/Radio.d.ts +1 -1
- package/.cache/ts/src/components/RangeSlider/UniversalSlider.d.ts +1 -1
- package/.cache/ts/src/components/RichCell/RichCell.d.ts +1 -1
- package/.cache/ts/src/components/Search/Search.d.ts +1 -1
- package/.cache/ts/src/components/Select/Select.d.ts +1 -1
- package/.cache/ts/src/components/SelectMimicry/SelectMimicry.d.ts +1 -1
- package/.cache/ts/src/components/SimpleCell/SimpleCell.d.ts +1 -1
- package/.cache/ts/src/components/SliderSwitch/SliderSwitch.d.ts +2 -2
- package/.cache/ts/src/components/Snackbar/Snackbar.d.ts +1 -1
- package/.cache/ts/src/components/Tabs/Tabs.d.ts +1 -1
- package/.cache/ts/src/components/TabsItem/TabsItem.d.ts +1 -1
- package/.cache/ts/src/components/Tappable/Tappable.d.ts +1 -1
- package/.cache/ts/src/components/Textarea/Textarea.d.ts +1 -1
- package/.cache/ts/src/components/View/ViewInfinite.d.ts +1 -1
- package/.cache/ts/src/index.d.ts +1 -0
- package/.cache/ts/src/lib/accessibility.d.ts +6 -1
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.d.ts +5 -1
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js +6 -2
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cjs/components/AppRoot/AppRoot.d.ts +1 -1
- package/dist/cjs/components/Button/Button.d.ts +1 -1
- package/dist/cjs/components/CardGrid/CardGrid.d.ts +1 -1
- package/dist/cjs/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/cjs/components/CustomSelect/CustomSelect.d.ts +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/cjs/components/Epic/Epic.d.ts +1 -1
- package/dist/cjs/components/FocusTrap/FocusTrap.js.map +1 -1
- package/dist/cjs/components/Group/Group.d.ts +1 -1
- package/dist/cjs/components/Group/Group.js +13 -1
- package/dist/cjs/components/Group/Group.js.map +1 -1
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
- package/dist/cjs/components/IconButton/IconButton.d.ts +1 -1
- package/dist/cjs/components/Input/Input.d.ts +1 -1
- package/dist/cjs/components/ModalCard/ModalCard.d.ts +1 -1
- package/dist/cjs/components/ModalCardBase/ModalCardBase.d.ts +1 -1
- package/dist/cjs/components/ModalPage/ModalPage.d.ts +1 -1
- package/dist/cjs/components/NativeSelect/NativeSelect.d.ts +1 -1
- package/dist/cjs/components/Panel/Panel.d.ts +1 -1
- package/dist/cjs/components/PanelHeader/PanelHeader.d.ts +1 -1
- package/dist/cjs/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -1
- package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js +3 -0
- package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
- package/dist/cjs/components/PopoutRoot/PopoutRoot.d.ts +1 -1
- package/dist/cjs/components/Radio/Radio.d.ts +1 -1
- package/dist/cjs/components/RangeSlider/UniversalSlider.d.ts +1 -1
- package/dist/cjs/components/RichCell/RichCell.d.ts +1 -1
- package/dist/cjs/components/Search/Search.d.ts +1 -1
- package/dist/cjs/components/Select/Select.d.ts +1 -1
- package/dist/cjs/components/SelectMimicry/SelectMimicry.d.ts +1 -1
- package/dist/cjs/components/SimpleCell/SimpleCell.d.ts +1 -1
- package/dist/cjs/components/SliderSwitch/SliderSwitch.d.ts +2 -2
- package/dist/cjs/components/Snackbar/Snackbar.d.ts +1 -1
- package/dist/cjs/components/Tabs/Tabs.d.ts +1 -1
- package/dist/cjs/components/Tabs/Tabs.js +127 -3
- package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/components/TabsItem/TabsItem.d.ts +1 -1
- package/dist/cjs/components/TabsItem/TabsItem.js +26 -2
- package/dist/cjs/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/cjs/components/Tappable/Tappable.d.ts +1 -1
- package/dist/cjs/components/Textarea/Textarea.d.ts +1 -1
- package/dist/cjs/components/View/ViewInfinite.d.ts +1 -1
- package/dist/cjs/hooks/useWaitTransitionFinish.js +15 -2
- package/dist/cjs/hooks/useWaitTransitionFinish.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +8 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/accessibility.d.ts +6 -1
- package/dist/cjs/lib/accessibility.js +25 -0
- package/dist/cjs/lib/accessibility.js.map +1 -1
- package/dist/cjs/lib/calendar.d.ts +2 -2
- package/dist/components/ActionSheetItem/ActionSheetItem.d.ts +5 -1
- package/dist/components/ActionSheetItem/ActionSheetItem.js +6 -2
- package/dist/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/components/AppRoot/AppRoot.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/CardGrid/CardGrid.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/CustomSelect/CustomSelect.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/components/Epic/Epic.d.ts +1 -1
- package/dist/components/FocusTrap/FocusTrap.js.map +1 -1
- package/dist/components/Group/Group.d.ts +1 -1
- package/dist/components/Group/Group.js +12 -1
- package/dist/components/Group/Group.js.map +1 -1
- package/dist/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
- package/dist/components/IconButton/IconButton.d.ts +1 -1
- package/dist/components/Input/Input.d.ts +1 -1
- package/dist/components/ModalCard/ModalCard.d.ts +1 -1
- package/dist/components/ModalCardBase/ModalCardBase.d.ts +1 -1
- package/dist/components/ModalPage/ModalPage.d.ts +1 -1
- package/dist/components/NativeSelect/NativeSelect.d.ts +1 -1
- package/dist/components/Panel/Panel.d.ts +1 -1
- package/dist/components/PanelHeader/PanelHeader.d.ts +1 -1
- package/dist/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -1
- package/dist/components/PanelHeaderContext/PanelHeaderContext.js +3 -0
- package/dist/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
- package/dist/components/PopoutRoot/PopoutRoot.d.ts +1 -1
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/RangeSlider/UniversalSlider.d.ts +1 -1
- package/dist/components/RichCell/RichCell.d.ts +1 -1
- package/dist/components/Search/Search.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/SelectMimicry/SelectMimicry.d.ts +1 -1
- package/dist/components/SimpleCell/SimpleCell.d.ts +1 -1
- package/dist/components/SliderSwitch/SliderSwitch.d.ts +2 -2
- package/dist/components/Snackbar/Snackbar.d.ts +1 -1
- package/dist/components/Tabs/Tabs.d.ts +1 -1
- package/dist/components/Tabs/Tabs.js +124 -3
- package/dist/components/Tabs/Tabs.js.map +1 -1
- package/dist/components/TabsItem/TabsItem.d.ts +1 -1
- package/dist/components/TabsItem/TabsItem.js +26 -3
- package/dist/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/components/Tappable/Tappable.d.ts +1 -1
- package/dist/components/Textarea/Textarea.d.ts +1 -1
- package/dist/components/View/ViewInfinite.d.ts +1 -1
- package/dist/components.css +2 -2
- package/dist/components.css.map +1 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.css +1 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.d.ts +5 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js +6 -2
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cssm/components/AppRoot/AppRoot.d.ts +1 -1
- package/dist/cssm/components/Button/Button.d.ts +1 -1
- package/dist/cssm/components/CardGrid/CardGrid.d.ts +1 -1
- package/dist/cssm/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/cssm/components/CustomSelect/CustomSelect.d.ts +1 -1
- package/dist/cssm/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/cssm/components/Epic/Epic.d.ts +1 -1
- package/dist/cssm/components/FocusTrap/FocusTrap.js.map +1 -1
- package/dist/cssm/components/Group/Group.d.ts +1 -1
- package/dist/cssm/components/Group/Group.js +12 -1
- package/dist/cssm/components/Group/Group.js.map +1 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
- package/dist/cssm/components/IconButton/IconButton.d.ts +1 -1
- package/dist/cssm/components/Input/Input.d.ts +1 -1
- package/dist/cssm/components/ModalCard/ModalCard.d.ts +1 -1
- package/dist/cssm/components/ModalCardBase/ModalCardBase.d.ts +1 -1
- package/dist/cssm/components/ModalPage/ModalPage.css +1 -1
- package/dist/cssm/components/ModalPage/ModalPage.d.ts +1 -1
- package/dist/cssm/components/NativeSelect/NativeSelect.d.ts +1 -1
- package/dist/cssm/components/Panel/Panel.d.ts +1 -1
- package/dist/cssm/components/PanelHeader/PanelHeader.d.ts +1 -1
- package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -1
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js +3 -0
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
- package/dist/cssm/components/PopoutRoot/PopoutRoot.d.ts +1 -1
- package/dist/cssm/components/Radio/Radio.d.ts +1 -1
- package/dist/cssm/components/RangeSlider/UniversalSlider.d.ts +1 -1
- package/dist/cssm/components/RichCell/RichCell.d.ts +1 -1
- package/dist/cssm/components/Search/Search.d.ts +1 -1
- package/dist/cssm/components/Select/Select.d.ts +1 -1
- package/dist/cssm/components/SelectMimicry/SelectMimicry.d.ts +1 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.d.ts +1 -1
- package/dist/cssm/components/SliderSwitch/SliderSwitch.d.ts +2 -2
- package/dist/cssm/components/Snackbar/Snackbar.d.ts +1 -1
- package/dist/cssm/components/Tabs/Tabs.d.ts +1 -1
- package/dist/cssm/components/Tabs/Tabs.js +124 -3
- package/dist/cssm/components/Tabs/Tabs.js.map +1 -1
- package/dist/cssm/components/TabsItem/TabsItem.d.ts +1 -1
- package/dist/cssm/components/TabsItem/TabsItem.js +26 -3
- package/dist/cssm/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/cssm/components/Tappable/Tappable.d.ts +1 -1
- package/dist/cssm/components/Textarea/Textarea.d.ts +1 -1
- package/dist/cssm/components/View/ViewInfinite.d.ts +1 -1
- package/dist/cssm/hooks/useWaitTransitionFinish.js +14 -2
- package/dist/cssm/hooks/useWaitTransitionFinish.js.map +1 -1
- package/dist/cssm/index.d.ts +1 -0
- package/dist/cssm/index.js +4 -0
- package/dist/cssm/index.js.map +1 -1
- package/dist/cssm/lib/accessibility.d.ts +6 -1
- package/dist/cssm/lib/accessibility.js +25 -0
- package/dist/cssm/lib/accessibility.js.map +1 -1
- package/dist/cssm/lib/calendar.d.ts +2 -2
- package/dist/cssm/styles/components.css +2 -2
- package/dist/cssm/styles/themes.css +1 -1
- package/dist/cssm/styles/vkcom_dark.css +1 -1
- package/dist/hooks/useWaitTransitionFinish.js +14 -2
- package/dist/hooks/useWaitTransitionFinish.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/lib/accessibility.d.ts +6 -1
- package/dist/lib/accessibility.js +25 -0
- package/dist/lib/accessibility.js.map +1 -1
- package/dist/lib/calendar.d.ts +2 -2
- package/dist/vkui.css +3 -3
- package/dist/vkui.css.map +1 -1
- package/package.json +16 -13
- package/src/components/ActionSheetItem/ActionSheetItem.css +0 -3
- package/src/components/ActionSheetItem/ActionSheetItem.tsx +6 -3
- package/src/components/FocusTrap/FocusTrap.tsx +0 -1
- package/src/components/Group/Group.tsx +19 -0
- package/src/components/ModalPage/ModalPage.css +1 -2
- package/src/components/PanelHeaderContext/PanelHeaderContext.tsx +3 -1
- package/src/components/Tabs/Readme.md +34 -3
- package/src/components/Tabs/Tabs.tsx +115 -1
- package/src/components/TabsItem/TabsItem.tsx +26 -0
- package/src/hooks/useWaitTransitionFinish.ts +14 -2
- package/src/index.ts +1 -0
- package/src/lib/accessibility.ts +30 -0
- package/src/styles/vkcom_dark.css +10 -10
- package/tsconfig.json +1 -0
|
@@ -6,6 +6,11 @@ export var Keys;
|
|
|
6
6
|
Keys["SPACE"] = "Space";
|
|
7
7
|
Keys["TAB"] = "Tab";
|
|
8
8
|
Keys["ESCAPE"] = "Escape";
|
|
9
|
+
Keys["HOME"] = "Home";
|
|
10
|
+
Keys["END"] = "End";
|
|
11
|
+
Keys["ARROW_LEFT"] = "ArrowLeft";
|
|
12
|
+
Keys["ARROW_RIGHT"] = "ArrowRight";
|
|
13
|
+
Keys["ARROW_DOWN"] = "ArrowDown";
|
|
9
14
|
})(Keys || (Keys = {}));
|
|
10
15
|
|
|
11
16
|
var ACCESSIBLE_KEYS = [{
|
|
@@ -24,6 +29,26 @@ var ACCESSIBLE_KEYS = [{
|
|
|
24
29
|
code: Keys.ESCAPE,
|
|
25
30
|
key: ["Escape"],
|
|
26
31
|
keyCode: 27
|
|
32
|
+
}, {
|
|
33
|
+
code: Keys.HOME,
|
|
34
|
+
key: ["Home"],
|
|
35
|
+
keyCode: 36
|
|
36
|
+
}, {
|
|
37
|
+
code: Keys.END,
|
|
38
|
+
key: ["End"],
|
|
39
|
+
keyCode: 35
|
|
40
|
+
}, {
|
|
41
|
+
code: Keys.ARROW_LEFT,
|
|
42
|
+
key: ["ArrowLeft"],
|
|
43
|
+
keyCode: 37
|
|
44
|
+
}, {
|
|
45
|
+
code: Keys.ARROW_RIGHT,
|
|
46
|
+
key: ["ArrowRight"],
|
|
47
|
+
keyCode: 39
|
|
48
|
+
}, {
|
|
49
|
+
code: Keys.ARROW_DOWN,
|
|
50
|
+
key: ["ArrowDown"],
|
|
51
|
+
keyCode: 40
|
|
27
52
|
}];
|
|
28
53
|
export function pressedKey(e) {
|
|
29
54
|
var _ACCESSIBLE_KEYS$find;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accessibility.js","names":["FOCUSABLE_ELEMENTS_LIST","Keys","ACCESSIBLE_KEYS","code","ENTER","key","keyCode","SPACE","TAB","ESCAPE","pressedKey","e","find","includes","shouldTriggerClickOnEnterOrSpace","el","target","tagName","role","getAttribute","isValidKeyboardEventTarget","isContentEditable","isNativeAnchorEl","hasAttribute","keyPressed"],"sources":["../../src/lib/accessibility.ts"],"sourcesContent":["import * as React from \"react\";\n\nexport const FOCUSABLE_ELEMENTS_LIST = [\n \"a[href]\",\n \"area[href]\",\n 'input:not([disabled]):not([hidden]):not([type=\"hidden\"]):not([aria-hidden])',\n \"select:not([disabled]):not([hidden]):not([aria-hidden])\",\n \"textarea:not([disabled])\",\n \"button:not([disabled])\",\n \"iframe\",\n \"audio\",\n \"video\",\n \"[contenteditable]\",\n '[tabindex]:not([tabindex=\"-1\"])',\n];\n\nexport enum Keys {\n ENTER = \"Enter\",\n SPACE = \"Space\",\n TAB = \"Tab\",\n ESCAPE = \"Escape\",\n}\n\ninterface AccessibleKey {\n code: Keys;\n key: string[];\n keyCode: number;\n}\n\nconst ACCESSIBLE_KEYS: AccessibleKey[] = [\n {\n code: Keys.ENTER,\n key: [\"Enter\"],\n keyCode: 13,\n },\n {\n code: Keys.SPACE,\n key: [\"Space\", \"Spacebar\", \" \"],\n keyCode: 32,\n },\n {\n code: Keys.TAB,\n key: [\"Tab\"],\n keyCode: 9,\n },\n {\n code: Keys.ESCAPE,\n key: [\"Escape\"],\n keyCode: 27,\n },\n];\n\nexport function pressedKey(\n e: KeyboardEvent | React.KeyboardEvent<HTMLElement>\n) {\n return (\n ACCESSIBLE_KEYS.find(\n ({ key, keyCode }) => key.includes(e.key) || keyCode === e.keyCode\n )?.code || null\n );\n}\n\nexport function shouldTriggerClickOnEnterOrSpace(\n e: KeyboardEvent | React.KeyboardEvent<HTMLElement>\n) {\n const el = e.target as HTMLElement;\n const { tagName } = el;\n\n const role = el.getAttribute(\"role\");\n\n const isValidKeyboardEventTarget: boolean =\n el.isContentEditable !== true &&\n tagName !== \"INPUT\" &&\n tagName !== \"TEXTAREA\" &&\n (role === \"button\" || role === \"link\");\n\n const isNativeAnchorEl = tagName === \"A\" && el.hasAttribute(\"href\");\n const keyPressed = pressedKey(e);\n\n return (\n isValidKeyboardEventTarget &&\n // trigger buttons on Space\n ((keyPressed === Keys.SPACE && role === \"button\") ||\n // trigger non-native links and buttons on Enter\n (keyPressed === Keys.ENTER && !isNativeAnchorEl))\n );\n}\n"],"mappings":"AAEA,OAAO,IAAMA,uBAAuB,GAAG,CACrC,SADqC,EAErC,YAFqC,EAGrC,6EAHqC,EAIrC,yDAJqC,EAKrC,0BALqC,EAMrC,wBANqC,EAOrC,QAPqC,EAQrC,OARqC,EASrC,OATqC,EAUrC,mBAVqC,EAWrC,iCAXqC,CAAhC;AAcP,WAAYC,IAAZ;;WAAYA,I;EAAAA,I;EAAAA,I;EAAAA,I;EAAAA,I;GAAAA,I,KAAAA,I;;
|
|
1
|
+
{"version":3,"file":"accessibility.js","names":["FOCUSABLE_ELEMENTS_LIST","Keys","ACCESSIBLE_KEYS","code","ENTER","key","keyCode","SPACE","TAB","ESCAPE","HOME","END","ARROW_LEFT","ARROW_RIGHT","ARROW_DOWN","pressedKey","e","find","includes","shouldTriggerClickOnEnterOrSpace","el","target","tagName","role","getAttribute","isValidKeyboardEventTarget","isContentEditable","isNativeAnchorEl","hasAttribute","keyPressed"],"sources":["../../src/lib/accessibility.ts"],"sourcesContent":["import * as React from \"react\";\n\nexport const FOCUSABLE_ELEMENTS_LIST = [\n \"a[href]\",\n \"area[href]\",\n 'input:not([disabled]):not([hidden]):not([type=\"hidden\"]):not([aria-hidden])',\n \"select:not([disabled]):not([hidden]):not([aria-hidden])\",\n \"textarea:not([disabled])\",\n \"button:not([disabled])\",\n \"iframe\",\n \"audio\",\n \"video\",\n \"[contenteditable]\",\n '[tabindex]:not([tabindex=\"-1\"])',\n];\n\nexport enum Keys {\n ENTER = \"Enter\",\n SPACE = \"Space\",\n TAB = \"Tab\",\n ESCAPE = \"Escape\",\n HOME = \"Home\",\n END = \"End\",\n ARROW_LEFT = \"ArrowLeft\",\n ARROW_RIGHT = \"ArrowRight\",\n ARROW_DOWN = \"ArrowDown\",\n}\n\ninterface AccessibleKey {\n code: Keys;\n key: string[];\n keyCode: number;\n}\n\nconst ACCESSIBLE_KEYS: AccessibleKey[] = [\n {\n code: Keys.ENTER,\n key: [\"Enter\"],\n keyCode: 13,\n },\n {\n code: Keys.SPACE,\n key: [\"Space\", \"Spacebar\", \" \"],\n keyCode: 32,\n },\n {\n code: Keys.TAB,\n key: [\"Tab\"],\n keyCode: 9,\n },\n {\n code: Keys.ESCAPE,\n key: [\"Escape\"],\n keyCode: 27,\n },\n {\n code: Keys.HOME,\n key: [\"Home\"],\n keyCode: 36,\n },\n {\n code: Keys.END,\n key: [\"End\"],\n keyCode: 35,\n },\n {\n code: Keys.ARROW_LEFT,\n key: [\"ArrowLeft\"],\n keyCode: 37,\n },\n {\n code: Keys.ARROW_RIGHT,\n key: [\"ArrowRight\"],\n keyCode: 39,\n },\n {\n code: Keys.ARROW_DOWN,\n key: [\"ArrowDown\"],\n keyCode: 40,\n },\n];\n\nexport function pressedKey(\n e: KeyboardEvent | React.KeyboardEvent<HTMLElement>\n) {\n return (\n ACCESSIBLE_KEYS.find(\n ({ key, keyCode }) => key.includes(e.key) || keyCode === e.keyCode\n )?.code || null\n );\n}\n\nexport function shouldTriggerClickOnEnterOrSpace(\n e: KeyboardEvent | React.KeyboardEvent<HTMLElement>\n) {\n const el = e.target as HTMLElement;\n const { tagName } = el;\n\n const role = el.getAttribute(\"role\");\n\n const isValidKeyboardEventTarget: boolean =\n el.isContentEditable !== true &&\n tagName !== \"INPUT\" &&\n tagName !== \"TEXTAREA\" &&\n (role === \"button\" || role === \"link\");\n\n const isNativeAnchorEl = tagName === \"A\" && el.hasAttribute(\"href\");\n const keyPressed = pressedKey(e);\n\n return (\n isValidKeyboardEventTarget &&\n // trigger buttons on Space\n ((keyPressed === Keys.SPACE && role === \"button\") ||\n // trigger non-native links and buttons on Enter\n (keyPressed === Keys.ENTER && !isNativeAnchorEl))\n );\n}\n"],"mappings":"AAEA,OAAO,IAAMA,uBAAuB,GAAG,CACrC,SADqC,EAErC,YAFqC,EAGrC,6EAHqC,EAIrC,yDAJqC,EAKrC,0BALqC,EAMrC,wBANqC,EAOrC,QAPqC,EAQrC,OARqC,EASrC,OATqC,EAUrC,mBAVqC,EAWrC,iCAXqC,CAAhC;AAcP,WAAYC,IAAZ;;WAAYA,I;EAAAA,I;EAAAA,I;EAAAA,I;EAAAA,I;EAAAA,I;EAAAA,I;EAAAA,I;EAAAA,I;EAAAA,I;GAAAA,I,KAAAA,I;;AAkBZ,IAAMC,eAAgC,GAAG,CACvC;EACEC,IAAI,EAAEF,IAAI,CAACG,KADb;EAEEC,GAAG,EAAE,CAAC,OAAD,CAFP;EAGEC,OAAO,EAAE;AAHX,CADuC,EAMvC;EACEH,IAAI,EAAEF,IAAI,CAACM,KADb;EAEEF,GAAG,EAAE,CAAC,OAAD,EAAU,UAAV,EAAsB,GAAtB,CAFP;EAGEC,OAAO,EAAE;AAHX,CANuC,EAWvC;EACEH,IAAI,EAAEF,IAAI,CAACO,GADb;EAEEH,GAAG,EAAE,CAAC,KAAD,CAFP;EAGEC,OAAO,EAAE;AAHX,CAXuC,EAgBvC;EACEH,IAAI,EAAEF,IAAI,CAACQ,MADb;EAEEJ,GAAG,EAAE,CAAC,QAAD,CAFP;EAGEC,OAAO,EAAE;AAHX,CAhBuC,EAqBvC;EACEH,IAAI,EAAEF,IAAI,CAACS,IADb;EAEEL,GAAG,EAAE,CAAC,MAAD,CAFP;EAGEC,OAAO,EAAE;AAHX,CArBuC,EA0BvC;EACEH,IAAI,EAAEF,IAAI,CAACU,GADb;EAEEN,GAAG,EAAE,CAAC,KAAD,CAFP;EAGEC,OAAO,EAAE;AAHX,CA1BuC,EA+BvC;EACEH,IAAI,EAAEF,IAAI,CAACW,UADb;EAEEP,GAAG,EAAE,CAAC,WAAD,CAFP;EAGEC,OAAO,EAAE;AAHX,CA/BuC,EAoCvC;EACEH,IAAI,EAAEF,IAAI,CAACY,WADb;EAEER,GAAG,EAAE,CAAC,YAAD,CAFP;EAGEC,OAAO,EAAE;AAHX,CApCuC,EAyCvC;EACEH,IAAI,EAAEF,IAAI,CAACa,UADb;EAEET,GAAG,EAAE,CAAC,WAAD,CAFP;EAGEC,OAAO,EAAE;AAHX,CAzCuC,CAAzC;AAgDA,OAAO,SAASS,UAAT,CACLC,CADK,EAEL;EAAA;;EACA,OACE,0BAAAd,eAAe,CAACe,IAAhB,CACE;IAAA,IAAGZ,GAAH,QAAGA,GAAH;IAAA,IAAQC,OAAR,QAAQA,OAAR;IAAA,OAAsBD,GAAG,CAACa,QAAJ,CAAaF,CAAC,CAACX,GAAf,KAAuBC,OAAO,KAAKU,CAAC,CAACV,OAA3D;EAAA,CADF,iFAEGH,IAFH,KAEW,IAHb;AAKD;AAED,OAAO,SAASgB,gCAAT,CACLH,CADK,EAEL;EACA,IAAMI,EAAE,GAAGJ,CAAC,CAACK,MAAb;EACA,IAAQC,OAAR,GAAoBF,EAApB,CAAQE,OAAR;EAEA,IAAMC,IAAI,GAAGH,EAAE,CAACI,YAAH,CAAgB,MAAhB,CAAb;EAEA,IAAMC,0BAAmC,GACvCL,EAAE,CAACM,iBAAH,KAAyB,IAAzB,IACAJ,OAAO,KAAK,OADZ,IAEAA,OAAO,KAAK,UAFZ,KAGCC,IAAI,KAAK,QAAT,IAAqBA,IAAI,KAAK,MAH/B,CADF;EAMA,IAAMI,gBAAgB,GAAGL,OAAO,KAAK,GAAZ,IAAmBF,EAAE,CAACQ,YAAH,CAAgB,MAAhB,CAA5C;EACA,IAAMC,UAAU,GAAGd,UAAU,CAACC,CAAD,CAA7B;EAEA,OACES,0BAA0B,MAC1B;EACEI,UAAU,KAAK5B,IAAI,CAACM,KAApB,IAA6BgB,IAAI,KAAK,QAAvC,IACC;EACCM,UAAU,KAAK5B,IAAI,CAACG,KAApB,IAA6B,CAACuB,gBAJP,CAD5B;AAOD"}
|
package/dist/lib/calendar.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ export declare const getMonths: (locale?: string | undefined) => {
|
|
|
6
6
|
value: number;
|
|
7
7
|
label: string;
|
|
8
8
|
}[];
|
|
9
|
-
export declare const getDaysNames: (now: Date, weekStartsOn: 0 |
|
|
9
|
+
export declare const getDaysNames: (now: Date, weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6, locale?: string | undefined) => string[];
|
|
10
10
|
export declare const navigateDate: (date?: Date | null | undefined, key?: string | undefined) => Date;
|
|
11
|
-
export declare const getWeeks: (viewDate: Date, weekStartsOn: 0 |
|
|
11
|
+
export declare const getWeeks: (viewDate: Date, weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6) => Date[][];
|
|
12
12
|
export declare const setTimeEqual: (to: Date, from?: Date | null | undefined) => Date;
|
|
13
13
|
export declare const isFirstDay: (day: Date, dayOfWeek: number) => boolean;
|
|
14
14
|
export declare const isLastDay: (day: Date, dayOfWeek: number) => boolean;
|
package/dist/vkui.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.vkuibright_light,:root,[scheme=bright_light],body[scheme=bright_light]{--accent:#2688eb;--action_sheet_action_foreground:#2688eb;--attach_picker_tab_active_background:#2d81e0;--attach_picker_tab_active_text:#2d81e0;--attach_picker_tab_inactive_background:#f2f3f5;--background_highlighted:rgba(0,0,0,.08);--background_hover:rgba(0,0,0,.04);--background_keyboard:#e1e3e6;--background_light:#f9f9f9;--background_page:#ebedf0;--background_text_highlighted:rgba(38,136,235,.2);--button_bot_shadow:#c4c8cc;--button_muted_background:#f2f3f5;--button_muted_foreground:#2688eb;--button_outline_border:#2688eb;--button_outline_foreground:#2688eb;--button_primary_background:#2d81e0;--button_secondary_background:rgba(0,28,61,.05);--button_secondary_background_highlighted:rgba(0,28,61,.03);--button_secondary_destructive_background:rgba(0,28,61,.05);--button_secondary_destructive_background_highlighted:rgba(0,28,61,.03);--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.6);--button_secondary_foreground:#2688eb;--button_secondary_foreground_highlighted:rgba(38,136,235,.6);--button_tertiary_foreground:#2d81e0;--cell_button_foreground:#2688eb;--content_tint_background:#f5f5f5;--content_tint_foreground:#7f8285;--content_warning_background:#fff2d6;--control_background:#ebedf0;--control_foreground:#5181b8;--control_tint_muted:#76787a;--counter_primary_background:#2688eb;--counter_secondary_background:#aeb7c2;--feed_recommended_friend_promo_background:#528bcc;--field_background:#f2f3f5;--field_border:rgba(0,0,0,.12);--float_button_background:#f5f5f5;--float_button_background_highlighted:#ebedf0;--float_button_border:rgba(0,0,0,.05);--header_alternate_tab_active_indicator:#2688eb;--header_search_field_background:#ebedf0;--header_tab_active_indicator:#2688eb;--header_tint:#2688eb;--header_tint_alternate:#2688eb;--icon_medium:#818c99;--icon_name:#74a2d6;--icon_tertiary:#b8c1cc;--im_attach_tint:#2d81e0;--im_bubble_border_alternate:#e1e3e6;--im_bubble_border_alternate_highlighted:#d7d8d9;--im_bubble_button_background:#f9f9f9;--im_bubble_button_background_highlighted:#d7d8d9;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.6);--im_bubble_incoming:#ebedf0;--im_bubble_incoming_alternate_highlighted:#f9f9f9;--im_bubble_incoming_highlighted:#d7d8d9;--im_bubble_outgoing_alternate_highlighted:#f9f9f9;--im_bubble_wallpaper_button_background:#f2f3f5;--im_bubble_wallpaper_button_background_highlighted:#e1e3e6;--im_bubble_wallpaper_incoming_highlighted:#ebedf0;--im_forward_line_tint:rgba(69,103,143,.24);--im_reply_separator:#2d81e0;--im_text_name:#2d81e0;--input_background:#f2f3f5;--input_border:#e1e3e6;--landing_field_background:#f2f3f5;--landing_login_button_background:#2d81e0;--landing_primary_button_background:#2d81e0;--landing_secondary_button_foreground:#2688eb;--landing_snippet_border:rgba(0,0,0,.15);--landing_tertiary_button_foreground:#2d81e0;--landing_text_title:#2d81e0;--link_alternate:#2d81e0;--loader_background:#ebedf0;--loader_track_fill:#e1e3e6;--loader_track_value_fill:#528bcc;--overlay_status_background:#ebedf0;--overlay_status_foreground:#6d7885;--panel_tab_active_background:#ebedf0;--panel_tab_active_text:#5d5f61;--placeholder_icon_background_opaque:#f2f3f5;--placeholder_icon_tint:#001c3d;--poll_option_background:#45678f;--primary_overlay_badge:rgba(0,0,0,.6);--search_bar_background:#fff;--search_bar_field_background:#ebedf0;--selection_off_icon:#b8c1cc;--separator_alternate:#e1e3e6;--separator_common:#d7d8d9;--skeleton_foreground_from:#f5f5f5;--skeleton_foreground_to:#e1e3e6;--skeleton_shimmer_to:#fff;--snippet_border:rgba(0,0,0,.15);--snippet_icon_tertiary:#c4c8cc;--splashscreen_icon:#e1e3e6;--statusbar_alternate_legacy_background:rgba(0,0,0,.2);--stories_create_button_background_from:#f2f3f5;--stories_create_button_background_to:#e1e3e6;--stories_create_button_foreground:#6d7885;--stories_skeleton_loader_background:#c4c8cc;--switch_ios_off_border:#e1e3e6;--tabbar_active_icon:#2975cc;--tabbar_background:#f9f9f9;--tabbar_tablet_active_icon:#2975cc;--tabbar_tablet_background:#f9f9f9;--tabbar_tablet_text_secondary:#909499;--text_link:#2d81e0;--text_muted:#2c2d2e;--text_name:#2d81e0;--text_subhead:#6d7885;--toolbar_attach_background_from:#b8c1cc;--toolbar_attach_background_to:#a3adb8;--vk_connect_button_primary_background:#19191a;--vk_connect_button_secondary_background:#f2f3f5;--vk_connect_button_secondary_foreground:#19191a;--writebar_icon:#2688eb}.vkuibright_light,.vkuivkcom_light,:root,[scheme=bright_light],[scheme=vkcom_light],body[scheme=bright_light],body[scheme=vkcom_light]{--accent_alternate:#07f;--action_sheet_separator:rgba(0,0,0,.12);--activity_indicator_tint:#aeb7c2;--attach_picker_tab_active_icon:#fff;--attach_picker_tab_inactive_icon:#818c99;--attach_picker_tab_inactive_text:#818c99;--background_content:#fff;--background_suggestions:#fff;--button_primary_foreground:#fff;--button_secondary_destructive_foreground:#e64646;--content_placeholder_icon:#99a2ad;--content_placeholder_text:#818c99;--control_background_secondary:#fff;--control_tint:#fff;--counter_primary_text:#fff;--counter_secondary_text:#fff;--destructive:#e64646;--dynamic_purple:#735ce6;--dynamic_raspberry_pink:#e03fab;--dynamic_violet:#792ec0;--field_error_background:#faebeb;--field_text_placeholder:#818c99;--float_button_foreground:#99a2ad;--header_alternate_background:#fff;--header_alternate_tab_active_text:#000;--header_alternate_tab_inactive_text:#99a2ad;--header_background:#fff;--header_background_before_blur:#fff;--header_background_before_blur_alternate:#fff;--header_search_field_tint:#818c99;--header_tab_active_background:transparent;--header_tab_active_text:#000;--header_tab_inactive_text:#99a2ad;--header_text:#000;--header_text_alternate:#000;--header_text_secondary:#818c99;--icon_alpha_placeholder:#fff;--icon_medium_alpha:rgba(0,0,0,.48);--icon_outline_medium:#818c99;--icon_outline_secondary:#99a2ad;--icon_secondary:#99a2ad;--icon_secondary_alpha:rgba(0,0,0,.36);--icon_tertiary_alpha:rgba(0,0,0,.24);--im_bubble_button_foreground:#000;--im_bubble_gift_background:#f4e7c3;--im_bubble_gift_background_highlighted:#e3d3ac;--im_bubble_gift_text:#857250;--im_bubble_gift_text_secondary:#ab9871;--im_bubble_incoming_alternate:#fff;--im_bubble_incoming_expiring:#e6e9ff;--im_bubble_incoming_expiring_highlighted:#ccd3ff;--im_bubble_outgoing:#cce4ff;--im_bubble_outgoing_alternate:#fff;--im_bubble_outgoing_expiring:#ccd3ff;--im_bubble_outgoing_expiring_highlighted:#adb8ff;--im_bubble_outgoing_highlighted:#add3ff;--im_bubble_wallpaper_button_foreground:#000;--im_bubble_wallpaper_incoming:#fff;--im_bubble_wallpaper_outgoing:#cce4ff;--im_bubble_wallpaper_outgoing_highlighted:#add3ff;--im_service_message_text:#818c99;--im_toolbar_separator:#001c3d;--im_toolbar_voice_msg_background:#99a2ad;--image_border:rgba(0,0,0,.08);--landing_background:#fff;--landing_field_placeholder:#818c99;--landing_login_button_foreground:#fff;--landing_primary_button_foreground:#fff;--landing_secondary_button_background:rgba(0,57,115,.1);--landing_text_primary:#000;--landing_text_secondary:#818c99;--like_text_tint:#ff3347;--modal_card_background:#fff;--modal_card_border:transparent;--modal_card_header_close:#000;--music_playback_icon:#000;--overlay_status_icon:#818c99;--placeholder_icon_background:rgba(0,28,61,.08);--placeholder_icon_foreground_primary:#99a2ad;--placeholder_icon_foreground_secondary:#aeb7c2;--search_bar_field_tint:#818c99;--search_bar_segmented_control_tint:#818c99;--secondary_overlay_badge:rgba(0,0,0,.24);--segmented_control_bar_background:transparent;--segmented_control_tint:#99a2ad;--separator_alpha:rgba(0,0,0,.12);--skeleton_shimmer_from:#fff;--snippet_background:#fff;--stories_create_button_icon_background:#fff;--tabbar_inactive_icon:#99a2ad;--tabbar_tablet_inactive_icon:#99a2ad;--tabbar_tablet_text_primary:#000;--text_action_counter:#818c99;--text_link_highlighted_background:#000;--text_placeholder:#818c99;--text_primary:#000;--text_secondary:#818c99;--text_tertiary:#99a2ad;--vk_connect_button_primary_foreground:#fff}.vkuibright_light,.vkuispace_gray,.vkuivkcom_dark,.vkuivkcom_light,:root,[scheme=bright_light],[scheme=space_gray],[scheme=vkcom_dark],[scheme=vkcom_light],body[scheme=bright_light],body[scheme=space_gray],body[scheme=vkcom_dark],body[scheme=vkcom_light]{--button_commerce_background:#4bb34b;--button_commerce_foreground:#fff;--button_tertiary_background:transparent;--counter_prominent_background:#ff3347;--counter_prominent_text:#fff;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_red:#ff3347;--field_valid_border:#4bb34b;--landing_field_border:transparent;--landing_tertiary_button_background:transparent;--media_overlay_button_background:#fff}.vkuibright_light,.vkuispace_gray,:root,[scheme=bright_light],[scheme=space_gray],body[scheme=bright_light],body[scheme=space_gray]{--content_positive_background:rgba(75,179,75,.15);--dynamic_blue:#2688eb;--dynamic_gray:#a3adb8;--loader_tint:#76787a;--media_overlay_button_foreground:#2c2d2e;--panel_tab_inactive_text:#76787a}.vkuibright_light,.vkuispace_gray,.vkuivkcom_dark,:root,[scheme=bright_light],[scheme=space_gray],[scheme=vkcom_dark],body[scheme=bright_light],body[scheme=space_gray],body[scheme=vkcom_dark]{--dynamic_green:#4bb34b}.vkuibright_light,.vkuivkcom_dark,.vkuivkcom_light,:root,[scheme=bright_light],[scheme=vkcom_dark],[scheme=vkcom_light],body[scheme=bright_light],body[scheme=vkcom_dark],body[scheme=vkcom_light]{--field_error_border:#e64646}.vkuispace_gray,[scheme=space_gray],body[scheme=space_gray]{--accent:#529ef4;--action_sheet_separator:hsla(0,0%,100%,.12);--activity_indicator_tint:#5d5f61;--attach_picker_tab_active_icon:#19191a;--attach_picker_tab_inactive_background:#2c2d2e;--attach_picker_tab_inactive_text:#76787a;--background_content:#19191a;--background_highlighted:hsla(0,0%,100%,.08);--background_hover:hsla(0,0%,100%,.04);--background_keyboard:#2c2d2e;--background_light:#232324;--background_page:#0a0a0a;--background_suggestions:#2c2d2e;--background_text_highlighted:rgba(82,158,244,.24);--button_bot_shadow:#19191a;--button_muted_background:#2c2d2e;--button_primary_foreground:#19191a;--button_secondary_background:#454647;--button_secondary_background_highlighted:rgba(69,70,71,.6);--button_secondary_destructive_background:#454647;--button_secondary_destructive_background_highlighted:rgba(69,70,71,.6);--button_secondary_destructive_foreground_highlighted:rgba(255,92,92,.6);--button_secondary_foreground_highlighted:hsla(216,9%,89%,.6);--content_placeholder_icon:#aaaeb3;--content_placeholder_text:#aaaeb3;--content_tint_background:#232324;--content_tint_foreground:#909499;--content_warning_background:#857250;--control_background:#454647;--control_background_secondary:#76787a;--control_tint:#19191a;--control_tint_muted:#909499;--counter_primary_text:#19191a;--counter_secondary_background:#76787a;--counter_secondary_text:#19191a;--feed_recommended_friend_promo_background:#6d7885;--field_background:#232324;--field_border:hsla(0,0%,100%,.12);--field_error_background:#522e2e;--field_error_border:#ff5c5c;--field_text_placeholder:#76787a;--float_button_background:#454647;--float_button_background_highlighted:#5d5f61;--float_button_foreground:#aaaeb3;--header_alternate_background:#2c2d2e;--header_alternate_tab_inactive_text:#76787a;--header_background:#19191a;--header_background_before_blur:#070708;--header_background_before_blur_alternate:#070708;--header_search_field_background:#363738;--header_search_field_tint:#aaaeb3;--header_tab_active_background:#5d5f61;--header_tab_active_indicator:#529ef4;--header_tab_inactive_text:#76787a;--header_text_secondary:hsla(0,0%,100%,.6);--header_tint_alternate:#e1e3e6;--icon_medium:#909499;--icon_name:#aaaeb3;--icon_outline_medium:#aaaeb3;--icon_outline_secondary:#909499;--icon_secondary:#76787a;--icon_secondary_alpha:hsla(0,0%,100%,.36);--icon_tertiary:#5d5f61;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.2);--im_bubble_incoming:#2c2d2e;--im_bubble_incoming_alternate:#2c2d2e;--im_bubble_incoming_alternate_highlighted:#5d5f61;--im_bubble_incoming_highlighted:#5d5f61;--im_bubble_outgoing:#454647;--im_bubble_outgoing_alternate:#454647;--im_bubble_outgoing_alternate_highlighted:#76787a;--im_bubble_outgoing_highlighted:#5d5f61;--im_bubble_wallpaper_button_background:#454647;--im_bubble_wallpaper_button_background_highlighted:#76787a;--im_bubble_wallpaper_incoming:#2c2d2e;--im_bubble_wallpaper_incoming_highlighted:#5d5f61;--im_bubble_wallpaper_outgoing:#454647;--im_bubble_wallpaper_outgoing_highlighted:#5d5f61;--im_service_message_text:#76787a;--im_text_name:#529ef4;--im_toolbar_separator:#aaaeb3;--im_toolbar_voice_msg_background:#454647;--input_background:#2c2d2e;--input_border:#2c2d2e;--landing_background:#19191a;--landing_field_background:#232324;--landing_field_placeholder:#aaaeb3;--landing_login_button_foreground:#19191a;--landing_primary_button_foreground:#19191a;--landing_secondary_button_background:hsla(0,0%,100%,.15);--landing_snippet_border:hsla(0,0%,100%,.15);--landing_text_secondary:#76787a;--link_alternate:#fff;--loader_background:#19191a;--loader_track_fill:#454647;--modal_card_background:#232324;--overlay_status_background:#19191a;--overlay_status_icon:#ebedf0;--panel_tab_active_background:#454647;--placeholder_icon_background_opaque:#232324;--placeholder_icon_foreground_primary:#909499;--placeholder_icon_foreground_secondary:#5d5f61;--search_bar_background:#19191a;--search_bar_field_background:#363738;--search_bar_field_tint:#aaaeb3;--search_bar_segmented_control_tint:#909499;--secondary_overlay_badge:hsla(0,0%,100%,.15);--segmented_control_bar_background:#19191a;--segmented_control_tint:#76787a;--selection_off_icon:#5d5f61;--separator_alpha:hsla(0,0%,100%,.12);--separator_alternate:#232324;--separator_common:#363738;--skeleton_foreground_from:#232324;--skeleton_foreground_to:#2c2d2e;--skeleton_shimmer_from:#19191a;--skeleton_shimmer_to:#19191a;--snippet_background:#232324;--snippet_border:hsla(0,0%,100%,.15);--snippet_icon_tertiary:#5d5f61;--splashscreen_icon:#2c2d2e;--stories_create_button_background_from:#363738;--stories_create_button_background_to:#363738;--stories_create_button_foreground:#c4c8cc;--stories_create_button_icon_background:#454647;--stories_skeleton_loader_background:#454647;--switch_ios_off_border:#2c2d2e;--tabbar_background:#2c2d2e;--tabbar_inactive_icon:#76787a;--tabbar_tablet_active_icon:#529ef4;--tabbar_tablet_background:#232324;--tabbar_tablet_inactive_icon:#76787a;--tabbar_tablet_text_secondary:#76787a;--text_action_counter:#aaaeb3;--text_link:#529ef4;--text_link_highlighted_background:#529ef4;--text_muted:#c4c8cc;--text_placeholder:#aaaeb3;--text_secondary:#76787a;--text_subhead:#909499;--text_tertiary:#5d5f61;--toolbar_attach_background_from:#76787a;--toolbar_attach_background_to:#5d5f61;--vk_connect_button_primary_foreground:#19191a;--vk_connect_button_secondary_background:#454647}.vkuispace_gray,.vkuivkcom_dark,[scheme=space_gray],[scheme=vkcom_dark],body[scheme=space_gray],body[scheme=vkcom_dark]{--accent_alternate:#fff;--action_sheet_action_foreground:#fff;--attach_picker_tab_active_background:#e1e3e6;--attach_picker_tab_active_text:#e1e3e6;--attach_picker_tab_inactive_icon:#e1e3e6;--button_muted_foreground:#e1e3e6;--button_outline_border:#e1e3e6;--button_outline_foreground:#e1e3e6;--button_primary_background:#e1e3e6;--button_secondary_destructive_foreground:#ff5c5c;--button_secondary_foreground:#e1e3e6;--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--control_foreground:#e1e3e6;--counter_primary_background:#fff;--destructive:#ff5c5c;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_violet:#a393f5;--float_button_border:rgba(0,0,0,.12);--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_tab_active_text:#e1e3e6;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_tint:#e1e3e6;--icon_alpha_placeholder:#e1e3e6;--icon_medium_alpha:hsla(0,0%,100%,.48);--icon_tertiary_alpha:hsla(0,0%,100%,.24);--im_attach_tint:#fff;--im_bubble_border_alternate:transparent;--im_bubble_border_alternate_highlighted:transparent;--im_bubble_button_background:hsla(0,0%,100%,.16);--im_bubble_button_background_highlighted:hsla(0,0%,100%,.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#fff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_forward_line_tint:hsla(0,0%,100%,.24);--im_reply_separator:#fff;--image_border:hsla(0,0%,100%,.08);--landing_login_button_background:#e1e3e6;--landing_primary_button_background:#e1e3e6;--landing_secondary_button_foreground:#fff;--landing_tertiary_button_foreground:#fff;--landing_text_primary:#e1e3e6;--landing_text_title:#fff;--like_text_tint:#ff5c5c;--loader_track_value_fill:#fff;--modal_card_border:hsla(0,0%,100%,.12);--modal_card_header_close:#fff;--music_playback_icon:#fff;--overlay_status_foreground:#e1e3e6;--panel_tab_active_text:#e1e3e6;--placeholder_icon_background:hsla(0,0%,100%,.08);--placeholder_icon_tint:#fff;--poll_option_background:#fff;--primary_overlay_badge:hsla(0,0%,100%,.4);--statusbar_alternate_legacy_background:transparent;--tabbar_active_icon:#fff;--tabbar_tablet_text_primary:#e1e3e6;--text_name:#e1e3e6;--text_primary:#e1e3e6;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}.vkuivkcom_light,[scheme=vkcom_light],body[scheme=vkcom_light]{--accent:#447bba;--action_sheet_action_foreground:#447bba;--attach_picker_tab_active_background:#447bba;--attach_picker_tab_active_text:#447bba;--attach_picker_tab_inactive_background:#f5f5f5;--background_highlighted:rgba(174,183,194,.16);--background_hover:rgba(174,183,194,.12);--background_keyboard:#dce1e6;--background_light:#fafbfc;--background_page:#edeef0;--button_bot_shadow:#ccc;--button_muted_background:#e5ebf1;--button_muted_foreground:#346297;--button_outline_border:#346297;--button_outline_foreground:#346297;--button_primary_background:#447bba;--button_secondary_background:#e5ebf1;--button_secondary_background_highlighted:#dae2ea;--button_secondary_destructive_background:rgba(230,70,70,.16);--button_secondary_destructive_background_highlighted:rgba(230,70,70,.12);--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.12);--button_secondary_foreground:#346297;--button_secondary_foreground_highlighted:#224b7a;--button_tertiary_foreground:#346297;--cell_button_foreground:#346297;--content_negative_background:#faebeb;--content_positive_background:#def0d3;--content_tint_background:#f0f2f5;--content_tint_foreground:#828282;--content_warning_background:#faefd2;--control_background:#edeef0;--control_foreground:#447bba;--control_tint_muted:#828282;--counter_primary_background:#447bba;--counter_secondary_background:#99a2ad;--dynamic_blue:#5181b8;--dynamic_green:#1b7a1b;--feed_recommended_friend_promo_background:#447bba;--field_background:#f7f8fa;--field_border:#dce1e6;--float_button_background:#f7f8fa;--float_button_background_highlighted:#edeef0;--float_button_border:rgba(0,0,0,.08);--header_alternate_tab_active_indicator:#447bba;--header_search_field_background:#edeef0;--header_tint:#aeb7c2;--header_tint_alternate:#447bba;--icon_medium:#6f7985;--icon_name:#8fadc8;--icon_tertiary:#aeb7c2;--im_attach_tint:#447bba;--im_bubble_border_alternate:#dce1e6;--im_bubble_border_alternate_highlighted:#ccc;--im_bubble_button_background:#f7f8fa;--im_bubble_button_background_highlighted:#ccc;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.72);--im_bubble_incoming:#edeef0;--im_bubble_incoming_alternate_highlighted:#f7f8fa;--im_bubble_incoming_highlighted:#d3d9de;--im_bubble_outgoing_alternate_highlighted:#f0f2f5;--im_bubble_wallpaper_button_background:#f0f2f5;--im_bubble_wallpaper_button_background_highlighted:#e7e8ec;--im_bubble_wallpaper_incoming_highlighted:#edeef0;--im_forward_line_tint:rgba(0,20,51,.12);--im_reply_separator:#2a5885;--im_text_name:#2a5885;--input_background:#fff;--input_border:#d3d9de;--landing_field_background:#f7f8fa;--landing_login_button_background:#447bba;--landing_primary_button_background:#447bba;--landing_secondary_button_foreground:#447bba;--landing_snippet_border:rgba(0,0,0,.12);--landing_tertiary_button_foreground:#447bba;--landing_text_title:#447bba;--link_alternate:#2a5885;--loader_background:#edeef0;--loader_tint:#c5d0db;--loader_track_fill:#d3d9de;--loader_track_value_fill:#447bba;--overlay_status_background:#edeef0;--overlay_status_foreground:#6f7985;--panel_tab_active_background:#edeef0;--panel_tab_active_text:#4e5966;--panel_tab_inactive_text:#6f7985;--placeholder_icon_background_opaque:#f0f2f5;--placeholder_icon_tint:#1d3a5c;--poll_option_background:#447bba;--primary_overlay_badge:rgba(0,0,0,.56);--search_bar_background:transparent;--search_bar_field_background:#edeef0;--selection_off_icon:#c5d0db;--separator_alternate:#e7e8ec;--separator_common:#dce1e6;--skeleton_foreground_from:#f0f2f5;--skeleton_foreground_to:#e7e8ec;--skeleton_shimmer_to:hsla(0,0%,100%,0);--snippet_border:rgba(0,0,0,.12);--snippet_icon_tertiary:#aeb7c2;--splashscreen_icon:#dce1e6;--statusbar_alternate_legacy_background:rgba(0,0,0,.24);--stories_create_button_background_from:#f0f2f5;--stories_create_button_background_to:#dce1e6;--stories_create_button_foreground:#6f7985;--stories_skeleton_loader_background:#ccc;--switch_ios_off_border:#dce1e6;--tabbar_active_icon:#447bba;--tabbar_background:#f7f8fa;--tabbar_tablet_active_icon:#447bba;--tabbar_tablet_background:#f7f8fa;--tabbar_tablet_text_secondary:#818c99;--text_link:#2a5885;--text_muted:#333;--text_name:#2a5885;--text_subhead:#626d7a;--toolbar_attach_background_from:#dce1e6;--toolbar_attach_background_to:#aeb7c2;--vk_connect_button_primary_background:#222;--vk_connect_button_secondary_background:#f5f5f5;--vk_connect_button_secondary_foreground:#222;--writebar_icon:#818c99}.vkuivkcom_dark,.vkuivkcom_light,[scheme=vkcom_dark],[scheme=vkcom_light],body[scheme=vkcom_dark],body[scheme=vkcom_light]{--background_text_highlighted:rgba(81,129,184,.2);--dynamic_gray:#aeb7c2;--header_tab_active_indicator:#397dcc;--media_overlay_button_foreground:#333}.vkuivkcom_dark,[scheme=vkcom_dark],body[scheme=vkcom_dark]{--accent:#71aaeb;--action_sheet_separator:hsla(0,0%,100%,.16);--activity_indicator_tint:#656565;--attach_picker_tab_active_icon:#222;--attach_picker_tab_inactive_background:#333;--attach_picker_tab_inactive_text:#828282;--background_content:#222;--background_highlighted:hsla(0,0%,100%,.12);--background_hover:hsla(0,0%,100%,.08);--background_keyboard:#333;--background_light:#292929;--background_page:#141414;--background_suggestions:#333;--button_bot_shadow:#222;--button_muted_background:#333;--button_primary_foreground:#222;--button_secondary_background:#484848;--button_secondary_background_highlighted:#555;--button_secondary_destructive_background:#555;--button_secondary_destructive_background_highlighted:rgba(85,85,85,.6);--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.16);--button_secondary_foreground_highlighted:#e1e3e6;--content_negative_background:rgba(230,70,70,.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75,179,75,.16);--content_tint_background:#333;--content_tint_foreground:#939393;--content_warning_background:rgba(255,202,99,.16);--control_background:#555;--control_background_secondary:#828282;--control_tint:#222;--control_tint_muted:#939393;--counter_primary_text:#222;--counter_secondary_background:#828282;--counter_secondary_text:#222;--dynamic_blue:#397dcc;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#484848;--field_error_background:rgba(230,70,70,.16);--field_text_placeholder:#828282;--float_button_background:#555;--float_button_background_highlighted:#656565;--float_button_foreground:#b2b2b2;--header_alternate_background:#333;--header_alternate_tab_inactive_text:#828282;--header_background:#222;--header_background_before_blur:#0a0a0a;--header_background_before_blur_alternate:#0a0a0a;--header_search_field_background:#484848;--header_search_field_tint:#b2b2b2;--header_tab_active_background:#656565;--header_tab_inactive_text:#828282;--header_text_secondary:hsla(0,0%,100%,.64);--header_tint_alternate:#fff;--icon_medium:#939393;--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:hsla(0,0%,100%,.4);--icon_tertiary:#656565;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.24);--im_bubble_incoming:#333;--im_bubble_incoming_alternate:#333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555;--im_bubble_outgoing_alternate:#555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_incoming:#333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555;--input_background:#484848;--input_border:#555;--landing_background:#222;--landing_field_background:#292929;--landing_field_placeholder:#b2b2b2;--landing_login_button_foreground:#222;--landing_primary_button_foreground:#222;--landing_secondary_button_background:hsla(0,0%,100%,.16);--landing_snippet_border:hsla(0,0%,100%,.16);--landing_text_secondary:#828282;--link_alternate:#939393;--loader_background:#555;--loader_tint:#828282;--loader_track_fill:#828282;--modal_card_background:#333;--overlay_status_background:#222;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555;--panel_tab_inactive_text:#828282;--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--search_bar_background:#222;--search_bar_field_background:#484848;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:hsla(0,0%,100%,.16);--segmented_control_bar_background:#222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:hsla(0,0%,100%,.16);--separator_alternate:#292929;--separator_common:#484848;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333;--skeleton_shimmer_from:#222;--skeleton_shimmer_to:transparent;--snippet_background:hsla(0,0%,100%,.04);--snippet_border:hsla(0,0%,100%,.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333;--stories_create_button_background_from:#484848;--stories_create_button_background_to:#484848;--stories_create_button_foreground:#ccc;--stories_create_button_icon_background:#555;--stories_skeleton_loader_background:#555;--switch_ios_off_border:#333;--tabbar_background:#333;--tabbar_inactive_icon:#828282;--tabbar_tablet_active_icon:#397dcc;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#397dcc;--text_muted:#ccc;--text_placeholder:#b2b2b2;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_foreground:#222;--vk_connect_button_secondary_background:#555}.vkui--vkBase--light,:root{--vkui--theme_name:"vkBase"}.vkui--vkBase--dark,.vkui--vkBase--light,:root{--vkui--theme_name_base:"vkBase";--vkui--size_switch_height--regular:14px;--vkui--size_switch_height--compact:12px;--vkui--size_switch_width--regular:34px;--vkui--size_switch_width--compact:32px;--vkui--size_switch_pin--regular:20px;--vkui--size_switch_pin--compact:18px;--vkui--size_panel_header_height--regular:56px}.vkui--vkBase--dark,.vkui--vkBase--light,.vkui--vkCom--dark,.vkui--vkCom--light,.vkui--vkIOS--dark,.vkui--vkIOS--light,:root{--vkui--gradient_black:transparent 0%,rgba(0,0,0,.014) 13%,rgba(0,0,0,.06) 27%,rgba(0,0,0,.316) 68%,rgba(0,0,0,.38) 84%,rgba(0,0,0,.4) 100%;--vkui--gradient_white:hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,.036) 13%,hsla(0,0%,100%,.15) 27%,hsla(0,0%,100%,.79) 68%,hsla(0,0%,100%,.95) 84%,#fff 100%;--vkui--elevation1:0px 0px 2px rgba(0,0,0,.03),0px 2px 2px rgba(0,0,0,.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0,0,0,.03),0px -2px 2px rgba(0,0,0,.06);--vkui--elevation2:0px 4px 8px rgba(0,0,0,.04),0px 0px 4px rgba(0,0,0,.06);--vkui--elevation3:0px 0px 2px rgba(0,0,0,.08),0px 4px 16px rgba(0,0,0,.08);--vkui--elevation4:0px 0px 8px rgba(0,0,0,.12),0px 16px 16px rgba(0,0,0,.16);--vkui--font_family_accent:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_family_base:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_weight_accent1:600;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:400;--vkui--font_weight_base1:600;--vkui--font_weight_base2:500;--vkui--font_weight_base3:400;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline1--font_size--regular:16px;--vkui--font_headline1--line_height--regular:20px;--vkui--font_headline1--letter_spacing--regular:-0.16px;--vkui--font_headline1--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_headline1--font_weight--regular:500;--vkui--font_headline1--font_size--compact:15px;--vkui--font_headline1--line_height--compact:20px;--vkui--font_headline1--letter_spacing--compact:-0.1px;--vkui--font_headline2--font_size--regular:15px;--vkui--font_headline2--line_height--regular:20px;--vkui--font_headline2--letter_spacing--regular:-0.1px;--vkui--font_headline2--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_headline2--font_weight--regular:500;--vkui--font_headline2--font_size--compact:14px;--vkui--font_headline2--line_height--compact:20px;--vkui--font_headline2--letter_spacing--compact:-0.06px;--vkui--font_text--font_size--regular:16px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.16px;--vkui--font_text--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:15px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.1px;--vkui--font_paragraph--font_size--regular:15px;--vkui--font_paragraph--line_height--regular:20px;--vkui--font_paragraph--letter_spacing--regular:-0.1px;--vkui--font_paragraph--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_paragraph--font_weight--regular:400;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_subhead--font_size--compact:13px;--vkui--font_subhead--line_height--compact:16px;--vkui--font_subhead--letter_spacing--compact:0px;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:12px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_search_height--regular:36px;--vkui--size_search_height--compact:32px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_vertical--regular:12px;--vkui--size_button_group_gap_space--regular:1px;--vkui--size_button_group_gap_small--regular:8px;--vkui--size_button_group_gap_medium--regular:12px;--vkui--size_option_hierarchy--regular:32px;--vkui--size_button_base_small_padding_horizontal--regular:16px;--vkui--size_button_base_medium_padding_horizontal--regular:16px;--vkui--size_button_base_large_padding_horizontal--regular:20px;--vkui--size_button_base_small_padding_horizontal_icon--regular:12px;--vkui--size_button_base_medium_padding_horizontal_icon--regular:12px;--vkui--size_button_base_large_padding_horizontal_icon--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal--regular:12px;--vkui--size_button_tertiary_medium_padding_horizontal--regular:12px;--vkui--size_button_tertiary_large_padding_horizontal--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_medium_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_large_padding_horizontal_icon--regular:12px;--vkui--size_button_minimum_width--regular:80px;--vkui--size_form_item_padding_vertical--regular:12px;--vkui--size_split_col_padding_horizontal--regular:16px;--vkui--size_subnavigation_bar_gap--regular:8px;--vkui--size_subnavigation_bar_padding_vertical--regular:12px;--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3,0.3,0.5,1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_headline--font_size--compact:15px;--vkui--font_headline--line_height--compact:20px;--vkui--font_headline--letter_spacing--compact:-0.1px;--vkui--color_background_accent_tint:#5a9eff;--vkui--color_background_contrast:#fff;--vkui--color_background_contrast_secondary_alpha:hsla(0,0%,100%,.2);--vkui--color_background_contrast_secondary_alpha--hover:hsla(0,0%,100%,.24);--vkui--color_background_contrast_secondary_alpha--active:hsla(0,0%,100%,.28);--vkui--color_background_contrast_inverse:#2d2d2e;--vkui--color_background_positive:#4bb34b;--vkui--color_background_positive_tint:#e8f9e8;--vkui--color_text_primary_invariably:#000;--vkui--color_text_contrast:#fff;--vkui--color_text_positive:#4bb34b;--vkui--color_text_link_visited:#4986cc;--vkui--color_link_contrast:#fff;--vkui--color_icon_primary_invariably:#2c2d2e;--vkui--color_icon_contrast:#fff;--vkui--color_icon_contrast_secondary:#f2f3f5;--vkui--color_icon_positive:#4bb34b;--vkui--color_stroke_positive:#4bb34b;--vkui--color_stroke_contrast:#fff;--vkui--color_accent_gray:#a3adb8;--vkui--color_accent_red:#ff3347;--vkui--color_accent_green:#4bb34b;--vkui--color_accent_orange:#ffa000;--vkui--color_accent_purple:#735ce6;--vkui--color_accent_violet:#792ec0;--vkui--color_accent_secondary:#3f8ae0;--vkui--color_overlay_primary:rgba(0,0,0,.4);--vkui--color_overlay_primary--hover:rgba(0,0,0,.44);--vkui--color_overlay_primary--active:rgba(0,0,0,.48);--vkui--color_avatar_overlay:rgba(0,0,0,.6);--vkui--color_avatar_overlay--hover:rgba(0,0,0,.64);--vkui--color_avatar_overlay--active:rgba(0,0,0,.68);--vkui--color_avatar_overlay_inverse_alpha:hsla(0,0%,100%,.85);--vkui--color_avatar_overlay_inverse_alpha--hover:hsla(0,0%,100%,.89);--vkui--color_avatar_overlay_inverse_alpha--active:hsla(0,0%,100%,.93);--vkui--color_skeleton_from:#f5f5f5;--vkui--color_skeleton_to:#e1e3e6;--vkui--color_transparent:transparent}.vkui--vkBase--light,.vkui--vkCom--light,.vkui--vkIOS--light,:root{--vkui--gradient_tint:hsla(0,0%,98%,0) 0%,hsla(0,0%,98%,.036) 13%,hsla(0,0%,98%,.15) 27%,hsla(0,0%,98%,.79) 68%,hsla(0,0%,98%,.95) 84%,#f9f9f9 100%;--vkui--colors_scheme:light;--vkui--color_background_accent:#2688eb;--vkui--color_background_accent--hover:#2483e4;--vkui--color_background_accent--active:#237edd;--vkui--color_background_accent_themed:#2688eb;--vkui--color_background_accent_themed--hover:#2483e4;--vkui--color_background_accent_themed--active:#237edd;--vkui--color_background_accent_tint--hover:#5698f7;--vkui--color_background_accent_tint--active:#5393ef;--vkui--color_background_accent_alternative:#2688eb;--vkui--color_background_accent_alternative--hover:#2483e4;--vkui--color_background_accent_alternative--active:#237edd;--vkui--color_background:#ebedf0;--vkui--color_background--hover:#e2e4e9;--vkui--color_background--active:#d8dbe2;--vkui--color_background_content:#fff;--vkui--color_background_content--hover:#f5f5f7;--vkui--color_background_content--active:#ebecef;--vkui--color_background_secondary:#f5f5f5;--vkui--color_background_secondary--hover:#ebecee;--vkui--color_background_secondary--active:#e1e3e6;--vkui--color_background_secondary_alpha:rgba(0,0,0,.04);--vkui--color_background_secondary_alpha--hover:rgba(0,0,0,.08);--vkui--color_background_secondary_alpha--active:rgba(0,0,0,.12);--vkui--color_background_tertiary:#f9f9f9;--vkui--color_background_tertiary--hover:#eff0f1;--vkui--color_background_tertiary--active:#e5e6ea;--vkui--color_background_contrast--hover:#f5f5f7;--vkui--color_background_contrast--active:#ebecef;--vkui--color_background_contrast_inverse--hover:#2b2c2f;--vkui--color_background_contrast_inverse--active:#292b2f;--vkui--color_background_modal:#fff;--vkui--color_background_modal--hover:#f5f5f7;--vkui--color_background_modal--active:#ebecef;--vkui--color_background_modal_inverse:#2d2d2e;--vkui--color_background_modal_inverse--hover:#2b2c2f;--vkui--color_background_modal_inverse--active:#292b2f;--vkui--color_background_warning:#fff2d6;--vkui--color_background_warning--hover:#f5e9d0;--vkui--color_background_warning--active:#ebe0ca;--vkui--color_background_positive--hover:#48ac4a;--vkui--color_background_positive--active:#45a64a;--vkui--color_background_negative:#e64646;--vkui--color_background_negative--hover:#dd4446;--vkui--color_background_negative--active:#d44245;--vkui--color_background_negative_tint:#faebeb;--vkui--color_background_negative_tint--hover:#f0e2e4;--vkui--color_background_negative_tint--active:#e6d9dd;--vkui--color_background_positive_tint--hover:#dff0e1;--vkui--color_background_positive_tint--active:#d5e6da;--vkui--color_field_background:#f2f3f5;--vkui--color_field_background--hover:#e8eaee;--vkui--color_field_background--active:#dfe1e6;--vkui--color_header_background:#fff;--vkui--color_header_background--hover:#f5f5f7;--vkui--color_header_background--active:#ebecef;--vkui--color_text_accent:#2688eb;--vkui--color_text_accent--hover:#2483e4;--vkui--color_text_accent--active:#237edd;--vkui--color_text_accent_themed:#2688eb;--vkui--color_text_accent_themed--hover:#2483e4;--vkui--color_text_accent_themed--active:#237edd;--vkui--color_text_primary:#000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably--hover:#000102;--vkui--color_text_primary_invariably--active:#000105;--vkui--color_text_secondary:#818c99;--vkui--color_text_secondary--hover:#7c8795;--vkui--color_text_secondary--active:#778292;--vkui--color_text_subhead:#6d7885;--vkui--color_text_subhead--hover:#697482;--vkui--color_text_subhead--active:#64707f;--vkui--color_text_tertiary:#99a2ad;--vkui--color_text_tertiary--hover:#939ca9;--vkui--color_text_tertiary--active:#8d96a4;--vkui--color_text_contrast--hover:#f5f5f7;--vkui--color_text_contrast--active:#ebecef;--vkui--color_text_contrast_themed:#fff;--vkui--color_text_contrast_themed--hover:#f5f5f7;--vkui--color_text_contrast_themed--active:#ebecef;--vkui--color_text_positive--hover:#48ac4a;--vkui--color_text_positive--active:#45a64a;--vkui--color_text_negative:#e64646;--vkui--color_text_negative--hover:#dd4446;--vkui--color_text_negative--active:#d44245;--vkui--color_text_link:#2d81e0;--vkui--color_text_link--hover:#2b7cd9;--vkui--color_text_link--active:#2978d3;--vkui--color_text_link_themed:#4986cc;--vkui--color_text_link_themed--hover:#4681c6;--vkui--color_text_link_themed--active:#437dc1;--vkui--color_text_link_visited--hover:#4681c6;--vkui--color_text_link_visited--active:#437dc1;--vkui--color_text_muted:#2c2d2e;--vkui--color_text_muted--hover:#2a2c2f;--vkui--color_text_muted--active:#282b2f;--vkui--color_link_contrast--hover:#f5f5f7;--vkui--color_link_contrast--active:#ebecef;--vkui--color_icon_accent:#2688eb;--vkui--color_icon_accent--hover:#2483e4;--vkui--color_icon_accent--active:#237edd;--vkui--color_icon_accent_themed:#2688eb;--vkui--color_icon_accent_themed--hover:#2483e4;--vkui--color_icon_accent_themed--active:#237edd;--vkui--color_icon_primary:#2c2d2e;--vkui--color_icon_primary--hover:#2a2c2f;--vkui--color_icon_primary--active:#282b2f;--vkui--color_icon_primary_invariably--hover:#2a2c2f;--vkui--color_icon_primary_invariably--active:#282b2f;--vkui--color_icon_medium:#818c99;--vkui--color_icon_medium--hover:#7c8795;--vkui--color_icon_medium--active:#778292;--vkui--color_icon_medium_alpha:rgba(0,0,0,.48);--vkui--color_icon_medium_alpha--hover:rgba(0,0,0,.52);--vkui--color_icon_medium_alpha--active:rgba(0,0,0,.56);--vkui--color_icon_secondary:#99a2ad;--vkui--color_icon_secondary--hover:#939ca9;--vkui--color_icon_secondary--active:#8d96a4;--vkui--color_icon_secondary_alpha:rgba(0,0,0,.36);--vkui--color_icon_secondary_alpha--hover:rgba(0,0,0,.4);--vkui--color_icon_secondary_alpha--active:rgba(0,0,0,.44);--vkui--color_icon_tertiary:#b8c1cc;--vkui--color_icon_tertiary--hover:#b1bac6;--vkui--color_icon_tertiary--active:#a9b3c1;--vkui--color_icon_tertiary_alpha:rgba(0,0,0,.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0,0,0,.28);--vkui--color_icon_tertiary_alpha--active:rgba(0,0,0,.32);--vkui--color_icon_contrast--hover:#f5f5f7;--vkui--color_icon_contrast--active:#ebecef;--vkui--color_icon_contrast_themed:#fff;--vkui--color_icon_contrast_themed--hover:#f5f5f7;--vkui--color_icon_contrast_themed--active:#ebecef;--vkui--color_icon_contrast_secondary--hover:#e8eaee;--vkui--color_icon_contrast_secondary--active:#dfe1e6;--vkui--color_icon_positive--hover:#48ac4a;--vkui--color_icon_positive--active:#45a64a;--vkui--color_icon_negative:#e64646;--vkui--color_icon_negative--hover:#dd4446;--vkui--color_icon_negative--active:#d44245;--vkui--color_stroke_accent:#2688eb;--vkui--color_stroke_accent--hover:#2483e4;--vkui--color_stroke_accent--active:#237edd;--vkui--color_stroke_accent_themed:#2688eb;--vkui--color_stroke_accent_themed--hover:#2483e4;--vkui--color_stroke_accent_themed--active:#237edd;--vkui--color_separator_primary:#d7d8d9;--vkui--color_separator_primary--hover:#ced0d3;--vkui--color_separator_primary--active:#c6c8cd;--vkui--color_separator_primary2x:#cbcccd;--vkui--color_separator_primary2x--hover:#c3c4c7;--vkui--color_separator_primary2x--active:#bbbdc1;--vkui--color_separator_primary3x:#bebfc1;--vkui--color_separator_primary3x--hover:#b6b8bc;--vkui--color_separator_primary3x--active:#afb1b6;--vkui--color_separator_primary_alpha:rgba(0,0,0,.12);--vkui--color_separator_primary_alpha--hover:rgba(0,0,0,.16);--vkui--color_separator_primary_alpha--active:rgba(0,0,0,.2);--vkui--color_separator_secondary:#e1e3e6;--vkui--color_separator_secondary--hover:#d8dbdf;--vkui--color_separator_secondary--active:#cfd2d8;--vkui--color_stroke_positive--hover:#48ac4a;--vkui--color_stroke_positive--active:#45a64a;--vkui--color_stroke_negative:#e64646;--vkui--color_stroke_negative--hover:#dd4446;--vkui--color_stroke_negative--active:#d44245;--vkui--color_stroke_contrast--hover:#f5f5f7;--vkui--color_stroke_contrast--active:#ebecef;--vkui--color_image_border_alpha:rgba(0,0,0,.08);--vkui--color_image_border_alpha--hover:rgba(0,0,0,.12);--vkui--color_image_border_alpha--active:rgba(0,0,0,.16);--vkui--color_field_border_alpha:rgba(0,0,0,.12);--vkui--color_field_border_alpha--hover:rgba(0,0,0,.24);--vkui--color_field_border_alpha--active:rgba(0,0,0,.36);--vkui--color_accent_blue:#3f8ae0;--vkui--color_accent_blue--hover:#3c85d9;--vkui--color_accent_blue--active:#3a80d3;--vkui--color_accent_gray--hover:#9ca7b3;--vkui--color_accent_gray--active:#96a0ae;--vkui--color_accent_red--hover:#f53247;--vkui--color_accent_red--active:#eb3046;--vkui--color_accent_green--hover:#48ac4a;--vkui--color_accent_green--active:#45a64a;--vkui--color_accent_orange--hover:#f59a02;--vkui--color_accent_orange--active:#eb9405;--vkui--color_accent_purple--hover:#6e59df;--vkui--color_accent_purple--active:#6a56d8;--vkui--color_accent_violet--hover:#742dbb;--vkui--color_accent_violet--active:#6f2cb6;--vkui--color_accent_secondary--hover:#3c85d9;--vkui--color_accent_secondary--active:#3a80d3;--vkui--color_action_sheet_text:#3f8ae0;--vkui--color_action_sheet_text--hover:#3c85d9;--vkui--color_action_sheet_text--active:#3a80d3;--vkui--color_image_placeholder:#f2f3f5;--vkui--color_image_placeholder--hover:#e8eaee;--vkui--color_image_placeholder--active:#dfe1e6;--vkui--color_image_placeholder_alpha:rgba(0,28,61,.08);--vkui--color_image_placeholder_alpha--hover:rgba(0,28,61,.12);--vkui--color_image_placeholder_alpha--active:rgba(0,28,61,.16);--vkui--color_skeleton_from--hover:#ebecee;--vkui--color_skeleton_from--active:#e1e3e6;--vkui--color_skeleton_to--hover:#d8dbdf;--vkui--color_skeleton_to--active:#cfd2d8;--vkui--color_write_bar_icon:#3f8ae0;--vkui--color_write_bar_icon--hover:#3c85d9;--vkui--color_write_bar_icon--active:#3a80d3;--vkui--color_write_bar_input_background:#f2f3f5;--vkui--color_write_bar_input_background--hover:#e8eaee;--vkui--color_write_bar_input_background--active:#dfe1e6;--vkui--color_write_bar_input_border_alpha:rgba(0,0,0,.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0,0,0,.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0,0,0,.16);--vkui--color_track_background:#e1e3e6;--vkui--color_track_background--hover:#d8dbdf;--vkui--color_track_background--active:#cfd2d8;--vkui--color_track_buffer:#a0bfe4;--vkui--color_track_buffer--hover:#9ab8dd;--vkui--color_track_buffer--active:#93b1d7;--vkui--color_search_field_background:#ebedf0;--vkui--color_search_field_background--hover:#e2e4e9;--vkui--color_search_field_background--active:#d8dbe2;--vkui--color_panel_header_icon:#2688eb;--vkui--color_panel_header_icon--hover:#2483e4;--vkui--color_panel_header_icon--active:#237edd;--vkui--color_segmented_control:#fff;--vkui--color_segmented_control--hover:#f5f5f7;--vkui--color_segmented_control--active:#ebecef;--vkui--color_transparent--hover:rgba(0,16,61,.04);--vkui--color_transparent--active:rgba(0,16,61,.08)}.vkui--vkBase--dark,.vkui--vkBase--light,.vkui--vkCom--dark,.vkui--vkCom--light,:root{--vkui--size_border_radius--regular:8px;--vkui--size_card_border_radius--regular:8px;--vkui--size_base_padding_horizontal--regular:16px}.vkui--vkBase--dark{--vkui--theme_name:"vkBaseDark"}.vkui--vkBase--dark,.vkui--vkCom--dark,.vkui--vkIOS--dark{--vkui--gradient_tint:rgba(32,32,33,0) 0%,rgba(32,32,33,.036) 13%,rgba(32,32,33,.15) 27%,rgba(32,32,33,.79) 68%,rgba(32,32,33,.95) 84%,#202021 100%;--vkui--colors_scheme:dark;--vkui--color_background_accent:#529ef4;--vkui--color_background_accent--hover:#59a2f4;--vkui--color_background_accent--active:#60a6f5;--vkui--color_background_accent_themed:#fff;--vkui--color_background_accent_themed--hover:#fff;--vkui--color_background_accent_themed--active:#fff;--vkui--color_background_accent_tint--hover:#61a2ff;--vkui--color_background_accent_tint--active:#67a6ff;--vkui--color_background_accent_alternative:#529ef4;--vkui--color_background_accent_alternative--hover:#59a2f4;--vkui--color_background_accent_alternative--active:#60a6f5;--vkui--color_background:#0a0a0a;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1e1e1e;--vkui--color_background_content:#19191a;--vkui--color_background_content--hover:#222223;--vkui--color_background_content--active:#2b2b2c;--vkui--color_background_secondary:#232324;--vkui--color_background_secondary--hover:#2c2c2d;--vkui--color_background_secondary--active:#353536;--vkui--color_background_secondary_alpha:hsla(0,0%,100%,.04);--vkui--color_background_secondary_alpha--hover:hsla(0,0%,100%,.08);--vkui--color_background_secondary_alpha--active:hsla(0,0%,100%,.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292a;--vkui--color_background_tertiary--active:#323233;--vkui--color_background_contrast--hover:#fff;--vkui--color_background_contrast--active:#fff;--vkui--color_background_contrast_inverse--hover:#353536;--vkui--color_background_contrast_inverse--active:#3e3e3f;--vkui--color_background_modal:#2d2d2e;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3e3e3f;--vkui--color_background_modal_inverse:#fff;--vkui--color_background_modal_inverse--hover:#fff;--vkui--color_background_modal_inverse--active:#fff;--vkui--color_background_warning:#887244;--vkui--color_background_warning--hover:#8d784b;--vkui--color_background_warning--active:#927d53;--vkui--color_background_positive--hover:#52b652;--vkui--color_background_positive--active:#59b959;--vkui--color_background_negative:#ff5c5c;--vkui--color_background_negative--hover:#ff6363;--vkui--color_background_negative--active:#ff6969;--vkui--color_background_negative_tint:#522e2e;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603f3f;--vkui--color_background_positive_tint--hover:#e9f9e9;--vkui--color_background_positive_tint--active:#eaf9ea;--vkui--color_field_background:#292929;--vkui--color_field_background--hover:#323232;--vkui--color_field_background--active:#3a3a3a;--vkui--color_header_background:#19191a;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2b2b2c;--vkui--color_text_accent:#529ef4;--vkui--color_text_accent--hover:#59a2f4;--vkui--color_text_accent--active:#60a6f5;--vkui--color_text_accent_themed:#fff;--vkui--color_text_accent_themed--hover:#fff;--vkui--color_text_accent_themed--active:#fff;--vkui--color_text_primary:#e1e3e6;--vkui--color_text_primary--hover:#e2e4e7;--vkui--color_text_primary--active:#e3e5e8;--vkui--color_text_primary_invariably--hover:#0a0a0a;--vkui--color_text_primary_invariably--active:#141414;--vkui--color_text_secondary:#76787a;--vkui--color_text_secondary--hover:#7b7d7f;--vkui--color_text_secondary--active:#818385;--vkui--color_text_subhead:#c1c3c6;--vkui--color_text_subhead--hover:#c3c5c8;--vkui--color_text_subhead--active:#c6c8cb;--vkui--color_text_tertiary:#636567;--vkui--color_text_tertiary--hover:#696b6d;--vkui--color_text_tertiary--active:#6f7173;--vkui--color_text_contrast--hover:#fff;--vkui--color_text_contrast--active:#fff;--vkui--color_text_contrast_themed:#000;--vkui--color_text_contrast_themed--hover:#0a0a0a;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_text_positive--hover:#52b652;--vkui--color_text_positive--active:#59b959;--vkui--color_text_negative:#ff5c5c;--vkui--color_text_negative--hover:#ff6363;--vkui--color_text_negative--active:#ff6969;--vkui--color_text_link:#529ef4;--vkui--color_text_link--hover:#59a2f4;--vkui--color_text_link--active:#60a6f5;--vkui--color_text_link_themed:#fff;--vkui--color_text_link_themed--hover:#fff;--vkui--color_text_link_themed--active:#fff;--vkui--color_text_link_visited--hover:#508bce;--vkui--color_text_link_visited--active:#5890d0;--vkui--color_text_muted:#e1e3e6;--vkui--color_text_muted--hover:#e2e4e7;--vkui--color_text_muted--active:#e3e5e8;--vkui--color_link_contrast--hover:#fff;--vkui--color_link_contrast--active:#fff;--vkui--color_icon_accent:#529ef4;--vkui--color_icon_accent--hover:#59a2f4;--vkui--color_icon_accent--active:#60a6f5;--vkui--color_icon_accent_themed:#fff;--vkui--color_icon_accent_themed--hover:#fff;--vkui--color_icon_accent_themed--active:#fff;--vkui--color_icon_primary:#e1e3e6;--vkui--color_icon_primary--hover:#e2e4e7;--vkui--color_icon_primary--active:#e3e5e8;--vkui--color_icon_primary_invariably--hover:#343536;--vkui--color_icon_primary_invariably--active:#3d3e3f;--vkui--color_icon_medium:#b0b1b6;--vkui--color_icon_medium--hover:#b3b4b9;--vkui--color_icon_medium--active:#b6b7bc;--vkui--color_icon_medium_alpha:rgba(241,247,255,.66);--vkui--color_icon_medium_alpha--hover:rgba(241,247,255,.7);--vkui--color_icon_medium_alpha--active:rgba(241,247,255,.74);--vkui--color_icon_secondary:#76787a;--vkui--color_icon_secondary--hover:#7b7d7f;--vkui--color_icon_secondary--active:#818385;--vkui--color_icon_secondary_alpha:rgba(0,0,0,.43);--vkui--color_icon_secondary_alpha--hover:rgba(0,0,0,.47);--vkui--color_icon_secondary_alpha--active:rgba(0,0,0,.51);--vkui--color_icon_tertiary:#5d5f61;--vkui--color_icon_tertiary--hover:#636567;--vkui--color_icon_tertiary--active:#6a6c6e;--vkui--color_icon_tertiary_alpha:hsla(0,0%,100%,.3);--vkui--color_icon_tertiary_alpha--hover:hsla(0,0%,100%,.34);--vkui--color_icon_tertiary_alpha--active:hsla(0,0%,100%,.38);--vkui--color_icon_contrast--hover:#fff;--vkui--color_icon_contrast--active:#fff;--vkui--color_icon_contrast_themed:#000;--vkui--color_icon_contrast_themed--hover:#0a0a0a;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_icon_contrast_secondary--hover:#f3f3f5;--vkui--color_icon_contrast_secondary--active:#f3f4f6;--vkui--color_icon_positive--hover:#52b652;--vkui--color_icon_positive--active:#59b959;--vkui--color_icon_negative:#ff5c5c;--vkui--color_icon_negative--hover:#ff6363;--vkui--color_icon_negative--active:#ff6969;--vkui--color_stroke_accent:#529ef4;--vkui--color_stroke_accent--hover:#59a2f4;--vkui--color_stroke_accent--active:#60a6f5;--vkui--color_stroke_accent_themed:#fff;--vkui--color_stroke_accent_themed--hover:#fff;--vkui--color_stroke_accent_themed--active:#fff;--vkui--color_separator_primary:#363738;--vkui--color_separator_primary--hover:#3e3f40;--vkui--color_separator_primary--active:#464748;--vkui--color_separator_primary2x:#444546;--vkui--color_separator_primary2x--hover:#4b4c4d;--vkui--color_separator_primary2x--active:#535455;--vkui--color_separator_primary3x:#505253;--vkui--color_separator_primary3x--hover:#57595a;--vkui--color_separator_primary3x--active:#5e6061;--vkui--color_separator_primary_alpha:hsla(0,0%,100%,.12);--vkui--color_separator_primary_alpha--hover:hsla(0,0%,100%,.16);--vkui--color_separator_primary_alpha--active:hsla(0,0%,100%,.2);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1d1d1e;--vkui--color_separator_secondary--active:#272728;--vkui--color_stroke_positive--hover:#52b652;--vkui--color_stroke_positive--active:#59b959;--vkui--color_stroke_negative:#ff5c5c;--vkui--color_stroke_negative--hover:#ff6363;--vkui--color_stroke_negative--active:#ff6969;--vkui--color_stroke_contrast--hover:#fff;--vkui--color_stroke_contrast--active:#fff;--vkui--color_image_border_alpha:hsla(0,0%,100%,.08);--vkui--color_image_border_alpha--hover:hsla(0,0%,100%,.12);--vkui--color_image_border_alpha--active:hsla(0,0%,100%,.16);--vkui--color_field_border_alpha:hsla(0,0%,100%,.12);--vkui--color_field_border_alpha--hover:hsla(0,0%,100%,.16);--vkui--color_field_border_alpha--active:hsla(0,0%,100%,.2);--vkui--color_accent_blue:#529ef4;--vkui--color_accent_blue--hover:#59a2f4;--vkui--color_accent_blue--active:#60a6f5;--vkui--color_accent_gray--hover:#a7b0bb;--vkui--color_accent_gray--active:#aab4be;--vkui--color_accent_red--hover:#ff3b4e;--vkui--color_accent_red--active:#ff4356;--vkui--color_accent_green--hover:#52b652;--vkui--color_accent_green--active:#59b959;--vkui--color_accent_orange--hover:#ffa40a;--vkui--color_accent_orange--active:#ffa814;--vkui--color_accent_purple--hover:#7963e7;--vkui--color_accent_purple--active:#7e69e8;--vkui--color_accent_violet--hover:#7e36c3;--vkui--color_accent_violet--active:#843fc5;--vkui--color_accent_secondary--hover:#478fe1;--vkui--color_accent_secondary--active:#4e93e2;--vkui--color_image_placeholder:#2a2b2c;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3b3c3d;--vkui--color_image_placeholder_alpha:rgba(241,247,255,.08);--vkui--color_image_placeholder_alpha--hover:rgba(241,247,255,.12);--vkui--color_image_placeholder_alpha--active:rgba(241,247,255,.16);--vkui--color_skeleton_from--hover:#f5f5f5;--vkui--color_skeleton_from--active:#f6f6f6;--vkui--color_skeleton_to--hover:#e2e4e7;--vkui--color_skeleton_to--active:#e3e5e8;--vkui--color_write_bar_icon:#529ef4;--vkui--color_write_bar_icon--hover:#59a2f4;--vkui--color_write_bar_icon--active:#60a6f5;--vkui--color_write_bar_input_background:#232324;--vkui--color_write_bar_input_background--hover:#2c2c2d;--vkui--color_write_bar_input_background--active:#353536;--vkui--color_write_bar_input_border_alpha:hsla(0,0%,100%,.8);--vkui--color_write_bar_input_border_alpha--hover:hsla(0,0%,100%,.84);--vkui--color_write_bar_input_border_alpha--active:hsla(0,0%,100%,.88);--vkui--color_action_sheet_text:#529ef4;--vkui--color_action_sheet_text--hover:#59a2f4;--vkui--color_action_sheet_text--active:#60a6f5;--vkui--color_track_background:#454647;--vkui--color_track_background--hover:#4c4d4e;--vkui--color_track_background--active:#545556;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485e78;--vkui--color_track_buffer--active:#4f647d;--vkui--color_search_field_background:#363738;--vkui--color_search_field_background--hover:#3e3f40;--vkui--color_search_field_background--active:#464748;--vkui--color_panel_header_icon:#71aaeb;--vkui--color_panel_header_icon--hover:#77adec;--vkui--color_panel_header_icon--active:#7cb1ed;--vkui--color_segmented_control:#626364;--vkui--color_segmented_control--hover:#68696a;--vkui--color_segmented_control--active:#6f6f70;--vkui--color_transparent--hover:hsla(0,0%,100%,.04);--vkui--color_transparent--active:hsla(0,0%,100%,.08)}.vkui--vkBase--dark,.vkui--vkCom--light,.vkui--vkIOS--light{--vkui--theme_inherits_from:"vkBase"}.vkui--vkIOS--light{--vkui--theme_name:"vkIOS"}.vkui--vkIOS--dark,.vkui--vkIOS--light{--vkui--theme_name_base:"vkIOS";--vkui--size_border_radius--regular:10px;--vkui--size_card_border_radius--regular:10px;--vkui--size_base_padding_horizontal--regular:12px;--vkui--size_switch_height--regular:31px;--vkui--size_switch_height--compact:27px;--vkui--size_switch_width--regular:51px;--vkui--size_switch_width--compact:47px;--vkui--size_switch_pin--regular:27px;--vkui--size_switch_pin--compact:23px;--vkui--size_panel_header_height--regular:52px}.vkui--vkIOS--dark{--vkui--theme_name:"vkIOSDark"}.vkui--vkCom--dark,.vkui--vkIOS--dark{--vkui--theme_inherits_from:"vkBaseDark"}.vkui--vkCom--light{--vkui--theme_name:"vkCom"}.vkui--vkCom--dark,.vkui--vkCom--light{--vkui--theme_name_base:"vkCom";--vkui--size_switch_height--regular:10px;--vkui--size_switch_height--compact:10px;--vkui--size_switch_width--regular:27px;--vkui--size_switch_width--compact:27px;--vkui--size_switch_pin--regular:16px;--vkui--size_switch_pin--compact:16px;--vkui--size_panel_header_height--regular:48px}.vkui--vkCom--dark{--vkui--theme_name:"vkComDark"}
|
|
1
|
+
.vkuibright_light,:root,[scheme=bright_light],body[scheme=bright_light]{--accent:#2688eb;--action_sheet_action_foreground:#2688eb;--attach_picker_tab_active_background:#2d81e0;--attach_picker_tab_active_text:#2d81e0;--attach_picker_tab_inactive_background:#f2f3f5;--background_highlighted:rgba(0,0,0,.08);--background_hover:rgba(0,0,0,.04);--background_keyboard:#e1e3e6;--background_light:#f9f9f9;--background_page:#ebedf0;--background_text_highlighted:rgba(38,136,235,.2);--button_bot_shadow:#c4c8cc;--button_muted_background:#f2f3f5;--button_muted_foreground:#2688eb;--button_outline_border:#2688eb;--button_outline_foreground:#2688eb;--button_primary_background:#2d81e0;--button_secondary_background:rgba(0,28,61,.05);--button_secondary_background_highlighted:rgba(0,28,61,.03);--button_secondary_destructive_background:rgba(0,28,61,.05);--button_secondary_destructive_background_highlighted:rgba(0,28,61,.03);--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.6);--button_secondary_foreground:#2688eb;--button_secondary_foreground_highlighted:rgba(38,136,235,.6);--button_tertiary_foreground:#2d81e0;--cell_button_foreground:#2688eb;--content_tint_background:#f5f5f5;--content_tint_foreground:#7f8285;--content_warning_background:#fff2d6;--control_background:#ebedf0;--control_foreground:#5181b8;--control_tint_muted:#76787a;--counter_primary_background:#2688eb;--counter_secondary_background:#aeb7c2;--feed_recommended_friend_promo_background:#528bcc;--field_background:#f2f3f5;--field_border:rgba(0,0,0,.12);--float_button_background:#f5f5f5;--float_button_background_highlighted:#ebedf0;--float_button_border:rgba(0,0,0,.05);--header_alternate_tab_active_indicator:#2688eb;--header_search_field_background:#ebedf0;--header_tab_active_indicator:#2688eb;--header_tint:#2688eb;--header_tint_alternate:#2688eb;--icon_medium:#818c99;--icon_name:#74a2d6;--icon_tertiary:#b8c1cc;--im_attach_tint:#2d81e0;--im_bubble_border_alternate:#e1e3e6;--im_bubble_border_alternate_highlighted:#d7d8d9;--im_bubble_button_background:#f9f9f9;--im_bubble_button_background_highlighted:#d7d8d9;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.6);--im_bubble_incoming:#ebedf0;--im_bubble_incoming_alternate_highlighted:#f9f9f9;--im_bubble_incoming_highlighted:#d7d8d9;--im_bubble_outgoing_alternate_highlighted:#f9f9f9;--im_bubble_wallpaper_button_background:#f2f3f5;--im_bubble_wallpaper_button_background_highlighted:#e1e3e6;--im_bubble_wallpaper_incoming_highlighted:#ebedf0;--im_forward_line_tint:rgba(69,103,143,.24);--im_reply_separator:#2d81e0;--im_text_name:#2d81e0;--input_background:#f2f3f5;--input_border:#e1e3e6;--landing_field_background:#f2f3f5;--landing_login_button_background:#2d81e0;--landing_primary_button_background:#2d81e0;--landing_secondary_button_foreground:#2688eb;--landing_snippet_border:rgba(0,0,0,.15);--landing_tertiary_button_foreground:#2d81e0;--landing_text_title:#2d81e0;--link_alternate:#2d81e0;--loader_background:#ebedf0;--loader_track_fill:#e1e3e6;--loader_track_value_fill:#528bcc;--overlay_status_background:#ebedf0;--overlay_status_foreground:#6d7885;--panel_tab_active_background:#ebedf0;--panel_tab_active_text:#5d5f61;--placeholder_icon_background_opaque:#f2f3f5;--placeholder_icon_tint:#001c3d;--poll_option_background:#45678f;--primary_overlay_badge:rgba(0,0,0,.6);--search_bar_background:#fff;--search_bar_field_background:#ebedf0;--selection_off_icon:#b8c1cc;--separator_alternate:#e1e3e6;--separator_common:#d7d8d9;--skeleton_foreground_from:#f5f5f5;--skeleton_foreground_to:#e1e3e6;--skeleton_shimmer_to:#fff;--snippet_border:rgba(0,0,0,.15);--snippet_icon_tertiary:#c4c8cc;--splashscreen_icon:#e1e3e6;--statusbar_alternate_legacy_background:rgba(0,0,0,.2);--stories_create_button_background_from:#f2f3f5;--stories_create_button_background_to:#e1e3e6;--stories_create_button_foreground:#6d7885;--stories_skeleton_loader_background:#c4c8cc;--switch_ios_off_border:#e1e3e6;--tabbar_active_icon:#2975cc;--tabbar_background:#f9f9f9;--tabbar_tablet_active_icon:#2975cc;--tabbar_tablet_background:#f9f9f9;--tabbar_tablet_text_secondary:#909499;--text_link:#2d81e0;--text_muted:#2c2d2e;--text_name:#2d81e0;--text_subhead:#6d7885;--toolbar_attach_background_from:#b8c1cc;--toolbar_attach_background_to:#a3adb8;--vk_connect_button_primary_background:#19191a;--vk_connect_button_secondary_background:#f2f3f5;--vk_connect_button_secondary_foreground:#19191a;--writebar_icon:#2688eb}.vkuibright_light,.vkuivkcom_light,:root,[scheme=bright_light],[scheme=vkcom_light],body[scheme=bright_light],body[scheme=vkcom_light]{--accent_alternate:#07f;--action_sheet_separator:rgba(0,0,0,.12);--activity_indicator_tint:#aeb7c2;--attach_picker_tab_active_icon:#fff;--attach_picker_tab_inactive_icon:#818c99;--attach_picker_tab_inactive_text:#818c99;--background_content:#fff;--background_suggestions:#fff;--button_primary_foreground:#fff;--button_secondary_destructive_foreground:#e64646;--content_placeholder_icon:#99a2ad;--content_placeholder_text:#818c99;--control_background_secondary:#fff;--control_tint:#fff;--counter_primary_text:#fff;--counter_secondary_text:#fff;--destructive:#e64646;--dynamic_purple:#735ce6;--dynamic_raspberry_pink:#e03fab;--dynamic_violet:#792ec0;--field_error_background:#faebeb;--field_text_placeholder:#818c99;--float_button_foreground:#99a2ad;--header_alternate_background:#fff;--header_alternate_tab_active_text:#000;--header_alternate_tab_inactive_text:#99a2ad;--header_background:#fff;--header_background_before_blur:#fff;--header_background_before_blur_alternate:#fff;--header_search_field_tint:#818c99;--header_tab_active_background:transparent;--header_tab_active_text:#000;--header_tab_inactive_text:#99a2ad;--header_text:#000;--header_text_alternate:#000;--header_text_secondary:#818c99;--icon_alpha_placeholder:#fff;--icon_medium_alpha:rgba(0,0,0,.48);--icon_outline_medium:#818c99;--icon_outline_secondary:#99a2ad;--icon_secondary:#99a2ad;--icon_secondary_alpha:rgba(0,0,0,.36);--icon_tertiary_alpha:rgba(0,0,0,.24);--im_bubble_button_foreground:#000;--im_bubble_gift_background:#f4e7c3;--im_bubble_gift_background_highlighted:#e3d3ac;--im_bubble_gift_text:#857250;--im_bubble_gift_text_secondary:#ab9871;--im_bubble_incoming_alternate:#fff;--im_bubble_incoming_expiring:#e6e9ff;--im_bubble_incoming_expiring_highlighted:#ccd3ff;--im_bubble_outgoing:#cce4ff;--im_bubble_outgoing_alternate:#fff;--im_bubble_outgoing_expiring:#ccd3ff;--im_bubble_outgoing_expiring_highlighted:#adb8ff;--im_bubble_outgoing_highlighted:#add3ff;--im_bubble_wallpaper_button_foreground:#000;--im_bubble_wallpaper_incoming:#fff;--im_bubble_wallpaper_outgoing:#cce4ff;--im_bubble_wallpaper_outgoing_highlighted:#add3ff;--im_service_message_text:#818c99;--im_toolbar_separator:#001c3d;--im_toolbar_voice_msg_background:#99a2ad;--image_border:rgba(0,0,0,.08);--landing_background:#fff;--landing_field_placeholder:#818c99;--landing_login_button_foreground:#fff;--landing_primary_button_foreground:#fff;--landing_secondary_button_background:rgba(0,57,115,.1);--landing_text_primary:#000;--landing_text_secondary:#818c99;--like_text_tint:#ff3347;--modal_card_background:#fff;--modal_card_border:transparent;--modal_card_header_close:#000;--music_playback_icon:#000;--overlay_status_icon:#818c99;--placeholder_icon_background:rgba(0,28,61,.08);--placeholder_icon_foreground_primary:#99a2ad;--placeholder_icon_foreground_secondary:#aeb7c2;--search_bar_field_tint:#818c99;--search_bar_segmented_control_tint:#818c99;--secondary_overlay_badge:rgba(0,0,0,.24);--segmented_control_bar_background:transparent;--segmented_control_tint:#99a2ad;--separator_alpha:rgba(0,0,0,.12);--skeleton_shimmer_from:#fff;--snippet_background:#fff;--stories_create_button_icon_background:#fff;--tabbar_inactive_icon:#99a2ad;--tabbar_tablet_inactive_icon:#99a2ad;--tabbar_tablet_text_primary:#000;--text_action_counter:#818c99;--text_link_highlighted_background:#000;--text_placeholder:#818c99;--text_primary:#000;--text_secondary:#818c99;--text_tertiary:#99a2ad;--vk_connect_button_primary_foreground:#fff}.vkuibright_light,.vkuispace_gray,.vkuivkcom_dark,.vkuivkcom_light,:root,[scheme=bright_light],[scheme=space_gray],[scheme=vkcom_dark],[scheme=vkcom_light],body[scheme=bright_light],body[scheme=space_gray],body[scheme=vkcom_dark],body[scheme=vkcom_light]{--button_commerce_background:#4bb34b;--button_commerce_foreground:#fff;--button_tertiary_background:transparent;--counter_prominent_background:#ff3347;--counter_prominent_text:#fff;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_red:#ff3347;--field_valid_border:#4bb34b;--landing_field_border:transparent;--landing_tertiary_button_background:transparent;--media_overlay_button_background:#fff}.vkuibright_light,.vkuispace_gray,:root,[scheme=bright_light],[scheme=space_gray],body[scheme=bright_light],body[scheme=space_gray]{--content_positive_background:rgba(75,179,75,.15);--dynamic_blue:#2688eb;--dynamic_gray:#a3adb8;--loader_tint:#76787a;--media_overlay_button_foreground:#2c2d2e;--panel_tab_inactive_text:#76787a}.vkuibright_light,.vkuispace_gray,.vkuivkcom_dark,:root,[scheme=bright_light],[scheme=space_gray],[scheme=vkcom_dark],body[scheme=bright_light],body[scheme=space_gray],body[scheme=vkcom_dark]{--dynamic_green:#4bb34b}.vkuibright_light,.vkuivkcom_dark,.vkuivkcom_light,:root,[scheme=bright_light],[scheme=vkcom_dark],[scheme=vkcom_light],body[scheme=bright_light],body[scheme=vkcom_dark],body[scheme=vkcom_light]{--field_error_border:#e64646}.vkuispace_gray,[scheme=space_gray],body[scheme=space_gray]{--accent:#529ef4;--action_sheet_separator:hsla(0,0%,100%,.12);--activity_indicator_tint:#5d5f61;--attach_picker_tab_active_icon:#19191a;--attach_picker_tab_inactive_background:#2c2d2e;--attach_picker_tab_inactive_text:#76787a;--background_content:#19191a;--background_hover:hsla(0,0%,100%,.04);--background_keyboard:#2c2d2e;--background_light:#232324;--background_page:#0a0a0a;--background_suggestions:#2c2d2e;--background_text_highlighted:rgba(82,158,244,.24);--button_bot_shadow:#19191a;--button_muted_background:#2c2d2e;--button_primary_foreground:#19191a;--button_secondary_background:#454647;--button_secondary_background_highlighted:rgba(69,70,71,.6);--button_secondary_destructive_background:#454647;--button_secondary_destructive_background_highlighted:rgba(69,70,71,.6);--button_secondary_destructive_foreground_highlighted:rgba(255,92,92,.6);--button_secondary_foreground_highlighted:hsla(216,9%,89%,.6);--content_placeholder_icon:#aaaeb3;--content_placeholder_text:#aaaeb3;--content_tint_background:#232324;--content_tint_foreground:#909499;--content_warning_background:#857250;--control_background:#454647;--control_background_secondary:#76787a;--control_tint:#19191a;--control_tint_muted:#909499;--counter_primary_text:#19191a;--counter_secondary_background:#76787a;--counter_secondary_text:#19191a;--feed_recommended_friend_promo_background:#6d7885;--field_background:#232324;--field_border:hsla(0,0%,100%,.12);--field_error_background:#522e2e;--field_error_border:#ff5c5c;--field_text_placeholder:#76787a;--float_button_background:#454647;--float_button_background_highlighted:#5d5f61;--float_button_foreground:#aaaeb3;--header_alternate_background:#2c2d2e;--header_alternate_tab_inactive_text:#76787a;--header_background:#19191a;--header_background_before_blur:#070708;--header_background_before_blur_alternate:#070708;--header_search_field_background:#363738;--header_search_field_tint:#aaaeb3;--header_tab_active_background:#5d5f61;--header_tab_active_indicator:#529ef4;--header_tab_inactive_text:#76787a;--header_text_secondary:hsla(0,0%,100%,.6);--header_tint_alternate:#e1e3e6;--icon_medium:#909499;--icon_name:#aaaeb3;--icon_outline_medium:#aaaeb3;--icon_outline_secondary:#909499;--icon_secondary:#76787a;--icon_secondary_alpha:hsla(0,0%,100%,.36);--icon_tertiary:#5d5f61;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.2);--im_bubble_incoming:#2c2d2e;--im_bubble_incoming_alternate:#2c2d2e;--im_bubble_incoming_alternate_highlighted:#5d5f61;--im_bubble_incoming_highlighted:#5d5f61;--im_bubble_outgoing:#454647;--im_bubble_outgoing_alternate:#454647;--im_bubble_outgoing_alternate_highlighted:#76787a;--im_bubble_outgoing_highlighted:#5d5f61;--im_bubble_wallpaper_button_background:#454647;--im_bubble_wallpaper_button_background_highlighted:#76787a;--im_bubble_wallpaper_incoming:#2c2d2e;--im_bubble_wallpaper_incoming_highlighted:#5d5f61;--im_bubble_wallpaper_outgoing:#454647;--im_bubble_wallpaper_outgoing_highlighted:#5d5f61;--im_service_message_text:#76787a;--im_text_name:#529ef4;--im_toolbar_separator:#aaaeb3;--im_toolbar_voice_msg_background:#454647;--input_background:#2c2d2e;--input_border:#2c2d2e;--landing_background:#19191a;--landing_field_background:#232324;--landing_field_placeholder:#aaaeb3;--landing_login_button_foreground:#19191a;--landing_primary_button_foreground:#19191a;--landing_secondary_button_background:hsla(0,0%,100%,.15);--landing_snippet_border:hsla(0,0%,100%,.15);--landing_text_secondary:#76787a;--link_alternate:#fff;--loader_background:#19191a;--loader_track_fill:#454647;--modal_card_background:#232324;--overlay_status_background:#19191a;--overlay_status_icon:#ebedf0;--panel_tab_active_background:#454647;--placeholder_icon_background_opaque:#232324;--placeholder_icon_foreground_primary:#909499;--placeholder_icon_foreground_secondary:#5d5f61;--search_bar_background:#19191a;--search_bar_field_background:#363738;--search_bar_field_tint:#aaaeb3;--search_bar_segmented_control_tint:#909499;--secondary_overlay_badge:hsla(0,0%,100%,.15);--segmented_control_bar_background:#19191a;--segmented_control_tint:#76787a;--selection_off_icon:#5d5f61;--separator_alpha:hsla(0,0%,100%,.12);--separator_alternate:#232324;--separator_common:#363738;--skeleton_foreground_from:#232324;--skeleton_foreground_to:#2c2d2e;--skeleton_shimmer_from:#19191a;--skeleton_shimmer_to:#19191a;--snippet_background:#232324;--snippet_border:hsla(0,0%,100%,.15);--snippet_icon_tertiary:#5d5f61;--splashscreen_icon:#2c2d2e;--stories_create_button_background_from:#363738;--stories_create_button_background_to:#363738;--stories_create_button_foreground:#c4c8cc;--stories_create_button_icon_background:#454647;--stories_skeleton_loader_background:#454647;--switch_ios_off_border:#2c2d2e;--tabbar_background:#2c2d2e;--tabbar_inactive_icon:#76787a;--tabbar_tablet_active_icon:#529ef4;--tabbar_tablet_background:#232324;--tabbar_tablet_inactive_icon:#76787a;--tabbar_tablet_text_secondary:#76787a;--text_action_counter:#aaaeb3;--text_link:#529ef4;--text_link_highlighted_background:#529ef4;--text_muted:#c4c8cc;--text_placeholder:#aaaeb3;--text_secondary:#76787a;--text_subhead:#909499;--text_tertiary:#5d5f61;--toolbar_attach_background_from:#76787a;--toolbar_attach_background_to:#5d5f61;--vk_connect_button_primary_foreground:#19191a;--vk_connect_button_secondary_background:#454647}.vkuispace_gray,.vkuivkcom_dark,[scheme=space_gray],[scheme=vkcom_dark],body[scheme=space_gray],body[scheme=vkcom_dark]{--accent_alternate:#fff;--action_sheet_action_foreground:#fff;--attach_picker_tab_active_background:#e1e3e6;--attach_picker_tab_active_text:#e1e3e6;--attach_picker_tab_inactive_icon:#e1e3e6;--background_highlighted:hsla(0,0%,100%,.08);--button_muted_foreground:#e1e3e6;--button_outline_border:#e1e3e6;--button_outline_foreground:#e1e3e6;--button_primary_background:#e1e3e6;--button_secondary_destructive_foreground:#ff5c5c;--button_secondary_foreground:#e1e3e6;--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--control_foreground:#e1e3e6;--counter_primary_background:#fff;--destructive:#ff5c5c;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_violet:#a393f5;--float_button_border:rgba(0,0,0,.12);--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_tab_active_text:#e1e3e6;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_tint:#e1e3e6;--icon_alpha_placeholder:#e1e3e6;--icon_medium_alpha:hsla(0,0%,100%,.48);--icon_tertiary_alpha:hsla(0,0%,100%,.24);--im_attach_tint:#fff;--im_bubble_border_alternate:transparent;--im_bubble_border_alternate_highlighted:transparent;--im_bubble_button_background:hsla(0,0%,100%,.16);--im_bubble_button_background_highlighted:hsla(0,0%,100%,.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#fff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_forward_line_tint:hsla(0,0%,100%,.24);--im_reply_separator:#fff;--image_border:hsla(0,0%,100%,.08);--landing_login_button_background:#e1e3e6;--landing_primary_button_background:#e1e3e6;--landing_secondary_button_foreground:#fff;--landing_tertiary_button_foreground:#fff;--landing_text_primary:#e1e3e6;--landing_text_title:#fff;--like_text_tint:#ff5c5c;--loader_track_value_fill:#fff;--modal_card_border:hsla(0,0%,100%,.12);--modal_card_header_close:#fff;--music_playback_icon:#fff;--overlay_status_foreground:#e1e3e6;--panel_tab_active_text:#e1e3e6;--placeholder_icon_background:hsla(0,0%,100%,.08);--placeholder_icon_tint:#fff;--poll_option_background:#fff;--primary_overlay_badge:hsla(0,0%,100%,.4);--statusbar_alternate_legacy_background:transparent;--tabbar_active_icon:#fff;--tabbar_tablet_text_primary:#e1e3e6;--text_name:#e1e3e6;--text_primary:#e1e3e6;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}.vkuivkcom_light,[scheme=vkcom_light],body[scheme=vkcom_light]{--accent:#447bba;--action_sheet_action_foreground:#447bba;--attach_picker_tab_active_background:#447bba;--attach_picker_tab_active_text:#447bba;--attach_picker_tab_inactive_background:#f5f5f5;--background_highlighted:rgba(174,183,194,.16);--background_hover:rgba(174,183,194,.12);--background_keyboard:#dce1e6;--background_light:#fafbfc;--background_page:#edeef0;--button_bot_shadow:#ccc;--button_muted_background:#e5ebf1;--button_muted_foreground:#346297;--button_outline_border:#346297;--button_outline_foreground:#346297;--button_primary_background:#447bba;--button_secondary_background:#e5ebf1;--button_secondary_background_highlighted:#dae2ea;--button_secondary_destructive_background:rgba(230,70,70,.16);--button_secondary_destructive_background_highlighted:rgba(230,70,70,.12);--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.12);--button_secondary_foreground:#346297;--button_secondary_foreground_highlighted:#224b7a;--button_tertiary_foreground:#346297;--cell_button_foreground:#346297;--content_negative_background:#faebeb;--content_positive_background:#def0d3;--content_tint_background:#f0f2f5;--content_tint_foreground:#828282;--content_warning_background:#faefd2;--control_background:#edeef0;--control_foreground:#447bba;--control_tint_muted:#828282;--counter_primary_background:#447bba;--counter_secondary_background:#99a2ad;--dynamic_blue:#5181b8;--dynamic_green:#1b7a1b;--feed_recommended_friend_promo_background:#447bba;--field_background:#f7f8fa;--field_border:#dce1e6;--float_button_background:#f7f8fa;--float_button_background_highlighted:#edeef0;--float_button_border:rgba(0,0,0,.08);--header_alternate_tab_active_indicator:#447bba;--header_search_field_background:#edeef0;--header_tint:#aeb7c2;--header_tint_alternate:#447bba;--icon_medium:#6f7985;--icon_name:#8fadc8;--icon_tertiary:#aeb7c2;--im_attach_tint:#447bba;--im_bubble_border_alternate:#dce1e6;--im_bubble_border_alternate_highlighted:#ccc;--im_bubble_button_background:#f7f8fa;--im_bubble_button_background_highlighted:#ccc;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.72);--im_bubble_incoming:#edeef0;--im_bubble_incoming_alternate_highlighted:#f7f8fa;--im_bubble_incoming_highlighted:#d3d9de;--im_bubble_outgoing_alternate_highlighted:#f0f2f5;--im_bubble_wallpaper_button_background:#f0f2f5;--im_bubble_wallpaper_button_background_highlighted:#e7e8ec;--im_bubble_wallpaper_incoming_highlighted:#edeef0;--im_forward_line_tint:rgba(0,20,51,.12);--im_reply_separator:#2a5885;--im_text_name:#2a5885;--input_background:#fff;--input_border:#d3d9de;--landing_field_background:#f7f8fa;--landing_login_button_background:#447bba;--landing_primary_button_background:#447bba;--landing_secondary_button_foreground:#447bba;--landing_snippet_border:rgba(0,0,0,.12);--landing_tertiary_button_foreground:#447bba;--landing_text_title:#447bba;--link_alternate:#2a5885;--loader_background:#edeef0;--loader_tint:#c5d0db;--loader_track_fill:#d3d9de;--loader_track_value_fill:#447bba;--overlay_status_background:#edeef0;--overlay_status_foreground:#6f7985;--panel_tab_active_background:#edeef0;--panel_tab_active_text:#4e5966;--panel_tab_inactive_text:#6f7985;--placeholder_icon_background_opaque:#f0f2f5;--placeholder_icon_tint:#1d3a5c;--poll_option_background:#447bba;--primary_overlay_badge:rgba(0,0,0,.56);--search_bar_background:transparent;--search_bar_field_background:#edeef0;--selection_off_icon:#c5d0db;--separator_alternate:#e7e8ec;--separator_common:#dce1e6;--skeleton_foreground_from:#f0f2f5;--skeleton_foreground_to:#e7e8ec;--skeleton_shimmer_to:hsla(0,0%,100%,0);--snippet_border:rgba(0,0,0,.12);--snippet_icon_tertiary:#aeb7c2;--splashscreen_icon:#dce1e6;--statusbar_alternate_legacy_background:rgba(0,0,0,.24);--stories_create_button_background_from:#f0f2f5;--stories_create_button_background_to:#dce1e6;--stories_create_button_foreground:#6f7985;--stories_skeleton_loader_background:#ccc;--switch_ios_off_border:#dce1e6;--tabbar_active_icon:#447bba;--tabbar_background:#f7f8fa;--tabbar_tablet_active_icon:#447bba;--tabbar_tablet_background:#f7f8fa;--tabbar_tablet_text_secondary:#818c99;--text_link:#2a5885;--text_muted:#333;--text_name:#2a5885;--text_subhead:#626d7a;--toolbar_attach_background_from:#dce1e6;--toolbar_attach_background_to:#aeb7c2;--vk_connect_button_primary_background:#222;--vk_connect_button_secondary_background:#f5f5f5;--vk_connect_button_secondary_foreground:#222;--writebar_icon:#818c99}.vkuivkcom_dark,.vkuivkcom_light,[scheme=vkcom_dark],[scheme=vkcom_light],body[scheme=vkcom_dark],body[scheme=vkcom_light]{--background_text_highlighted:rgba(81,129,184,.2);--dynamic_gray:#aeb7c2;--header_tab_active_indicator:#397dcc;--media_overlay_button_foreground:#333}.vkuivkcom_dark,[scheme=vkcom_dark],body[scheme=vkcom_dark]{--accent:#71aaeb;--action_sheet_separator:hsla(0,0%,100%,.16);--activity_indicator_tint:#656565;--attach_picker_tab_active_icon:#222;--attach_picker_tab_inactive_background:#333;--attach_picker_tab_inactive_text:#828282;--background_content:#222;--background_hover:hsla(0,0%,100%,.08);--background_keyboard:#333;--background_light:#292929;--background_page:#141414;--background_suggestions:#333;--button_bot_shadow:#222;--button_muted_background:#333;--button_primary_foreground:#222;--button_secondary_background:#424242;--button_secondary_background_highlighted:#555;--button_secondary_destructive_background:#555;--button_secondary_destructive_background_highlighted:rgba(85,85,85,.6);--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.16);--button_secondary_foreground_highlighted:#e1e3e6;--content_negative_background:rgba(230,70,70,.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75,179,75,.16);--content_tint_background:#333;--content_tint_foreground:#939393;--content_warning_background:rgba(255,202,99,.16);--control_background:#555;--control_background_secondary:#828282;--control_tint:#222;--control_tint_muted:#939393;--counter_primary_text:#222;--counter_secondary_background:#828282;--counter_secondary_text:#222;--dynamic_blue:#397dcc;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#424242;--field_error_background:rgba(230,70,70,.16);--field_text_placeholder:#828282;--float_button_background:#555;--float_button_background_highlighted:#656565;--float_button_foreground:#b2b2b2;--header_alternate_background:#333;--header_alternate_tab_inactive_text:#828282;--header_background:#222;--header_background_before_blur:#0a0a0a;--header_background_before_blur_alternate:#0a0a0a;--header_search_field_background:#424242;--header_search_field_tint:#b2b2b2;--header_tab_active_background:#656565;--header_tab_inactive_text:#828282;--header_text_secondary:hsla(0,0%,100%,.64);--header_tint_alternate:#fff;--icon_medium:#939393;--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:hsla(0,0%,100%,.4);--icon_tertiary:#656565;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.24);--im_bubble_incoming:#333;--im_bubble_incoming_alternate:#333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555;--im_bubble_outgoing_alternate:#555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_incoming:#333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555;--input_background:#424242;--input_border:#555;--landing_background:#222;--landing_field_background:#292929;--landing_field_placeholder:#b2b2b2;--landing_login_button_foreground:#222;--landing_primary_button_foreground:#222;--landing_secondary_button_background:hsla(0,0%,100%,.16);--landing_snippet_border:hsla(0,0%,100%,.16);--landing_text_secondary:#828282;--link_alternate:#939393;--loader_background:#555;--loader_tint:#828282;--loader_track_fill:#828282;--modal_card_background:#292929;--overlay_status_background:#222;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555;--panel_tab_inactive_text:#828282;--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--search_bar_background:#222;--search_bar_field_background:#424242;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:hsla(0,0%,100%,.16);--segmented_control_bar_background:#222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:hsla(0,0%,100%,.16);--separator_alternate:#292929;--separator_common:#424242;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333;--skeleton_shimmer_from:#222;--skeleton_shimmer_to:transparent;--snippet_background:hsla(0,0%,100%,.04);--snippet_border:hsla(0,0%,100%,.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333;--stories_create_button_background_from:#424242;--stories_create_button_background_to:#424242;--stories_create_button_foreground:#ccc;--stories_create_button_icon_background:#555;--stories_skeleton_loader_background:#555;--switch_ios_off_border:#333;--tabbar_background:#333;--tabbar_inactive_icon:#828282;--tabbar_tablet_active_icon:#397dcc;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#397dcc;--text_muted:#ccc;--text_placeholder:#b2b2b2;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_foreground:#222;--vk_connect_button_secondary_background:#555}.vkui--vkBase--light,:root{--vkui--theme_name:"vkBase"}.vkui--vkBase--dark,.vkui--vkBase--light,:root{--vkui--theme_name_base:"vkBase";--vkui--size_switch_height--regular:14px;--vkui--size_switch_height--compact:12px;--vkui--size_switch_width--regular:34px;--vkui--size_switch_width--compact:32px;--vkui--size_switch_pin--regular:20px;--vkui--size_switch_pin--compact:18px;--vkui--size_panel_header_height--regular:56px}.vkui--vkBase--dark,.vkui--vkBase--light,.vkui--vkCom--dark,.vkui--vkCom--light,.vkui--vkIOS--dark,.vkui--vkIOS--light,:root{--vkui--gradient_black:transparent 0%,rgba(0,0,0,.014) 13%,rgba(0,0,0,.06) 27%,rgba(0,0,0,.316) 68%,rgba(0,0,0,.38) 84%,rgba(0,0,0,.4) 100%;--vkui--gradient_white:hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,.036) 13%,hsla(0,0%,100%,.15) 27%,hsla(0,0%,100%,.79) 68%,hsla(0,0%,100%,.95) 84%,#fff 100%;--vkui--elevation1:0px 0px 2px rgba(0,0,0,.03),0px 2px 2px rgba(0,0,0,.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0,0,0,.03),0px -2px 2px rgba(0,0,0,.06);--vkui--elevation2:0px 4px 8px rgba(0,0,0,.04),0px 0px 4px rgba(0,0,0,.06);--vkui--elevation3:0px 0px 2px rgba(0,0,0,.08),0px 4px 16px rgba(0,0,0,.08);--vkui--elevation4:0px 0px 8px rgba(0,0,0,.12),0px 16px 16px rgba(0,0,0,.16);--vkui--font_family_accent:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_family_base:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_weight_accent1:600;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:400;--vkui--font_weight_base1:600;--vkui--font_weight_base2:500;--vkui--font_weight_base3:400;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline1--font_size--regular:16px;--vkui--font_headline1--line_height--regular:20px;--vkui--font_headline1--letter_spacing--regular:-0.16px;--vkui--font_headline1--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_headline1--font_weight--regular:500;--vkui--font_headline1--font_size--compact:15px;--vkui--font_headline1--line_height--compact:20px;--vkui--font_headline1--letter_spacing--compact:-0.1px;--vkui--font_headline2--font_size--regular:15px;--vkui--font_headline2--line_height--regular:20px;--vkui--font_headline2--letter_spacing--regular:-0.1px;--vkui--font_headline2--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_headline2--font_weight--regular:500;--vkui--font_headline2--font_size--compact:14px;--vkui--font_headline2--line_height--compact:20px;--vkui--font_headline2--letter_spacing--compact:-0.06px;--vkui--font_text--font_size--regular:16px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.16px;--vkui--font_text--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:15px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.1px;--vkui--font_paragraph--font_size--regular:15px;--vkui--font_paragraph--line_height--regular:20px;--vkui--font_paragraph--letter_spacing--regular:-0.1px;--vkui--font_paragraph--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_paragraph--font_weight--regular:400;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_subhead--font_size--compact:13px;--vkui--font_subhead--line_height--compact:16px;--vkui--font_subhead--letter_spacing--compact:0px;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:12px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_search_height--regular:36px;--vkui--size_search_height--compact:32px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_vertical--regular:12px;--vkui--size_button_group_gap_space--regular:1px;--vkui--size_button_group_gap_small--regular:8px;--vkui--size_button_group_gap_medium--regular:12px;--vkui--size_option_hierarchy--regular:32px;--vkui--size_button_base_small_padding_horizontal--regular:16px;--vkui--size_button_base_medium_padding_horizontal--regular:16px;--vkui--size_button_base_large_padding_horizontal--regular:20px;--vkui--size_button_base_small_padding_horizontal_icon--regular:12px;--vkui--size_button_base_medium_padding_horizontal_icon--regular:12px;--vkui--size_button_base_large_padding_horizontal_icon--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal--regular:12px;--vkui--size_button_tertiary_medium_padding_horizontal--regular:12px;--vkui--size_button_tertiary_large_padding_horizontal--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_medium_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_large_padding_horizontal_icon--regular:12px;--vkui--size_button_minimum_width--regular:80px;--vkui--size_form_item_padding_vertical--regular:12px;--vkui--size_split_col_padding_horizontal--regular:16px;--vkui--size_subnavigation_bar_gap--regular:8px;--vkui--size_subnavigation_bar_padding_vertical--regular:12px;--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3,0.3,0.5,1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_headline--font_size--compact:15px;--vkui--font_headline--line_height--compact:20px;--vkui--font_headline--letter_spacing--compact:-0.1px;--vkui--color_background_accent_tint:#5a9eff;--vkui--color_background_contrast:#fff;--vkui--color_background_contrast_secondary_alpha:hsla(0,0%,100%,.2);--vkui--color_background_contrast_secondary_alpha--hover:hsla(0,0%,100%,.24);--vkui--color_background_contrast_secondary_alpha--active:hsla(0,0%,100%,.28);--vkui--color_background_contrast_inverse:#2d2d2e;--vkui--color_background_positive:#4bb34b;--vkui--color_background_positive_tint:#e8f9e8;--vkui--color_text_primary_invariably:#000;--vkui--color_text_contrast:#fff;--vkui--color_text_positive:#4bb34b;--vkui--color_text_link_visited:#4986cc;--vkui--color_link_contrast:#fff;--vkui--color_icon_primary_invariably:#2c2d2e;--vkui--color_icon_contrast:#fff;--vkui--color_icon_contrast_secondary:#f2f3f5;--vkui--color_icon_positive:#4bb34b;--vkui--color_stroke_positive:#4bb34b;--vkui--color_stroke_contrast:#fff;--vkui--color_accent_gray:#a3adb8;--vkui--color_accent_red:#ff3347;--vkui--color_accent_green:#4bb34b;--vkui--color_accent_orange:#ffa000;--vkui--color_accent_purple:#735ce6;--vkui--color_accent_violet:#792ec0;--vkui--color_accent_secondary:#3f8ae0;--vkui--color_overlay_primary:rgba(0,0,0,.4);--vkui--color_overlay_primary--hover:rgba(0,0,0,.44);--vkui--color_overlay_primary--active:rgba(0,0,0,.48);--vkui--color_avatar_overlay:rgba(0,0,0,.6);--vkui--color_avatar_overlay--hover:rgba(0,0,0,.64);--vkui--color_avatar_overlay--active:rgba(0,0,0,.68);--vkui--color_avatar_overlay_inverse_alpha:hsla(0,0%,100%,.85);--vkui--color_avatar_overlay_inverse_alpha--hover:hsla(0,0%,100%,.89);--vkui--color_avatar_overlay_inverse_alpha--active:hsla(0,0%,100%,.93);--vkui--color_skeleton_from:#f5f5f5;--vkui--color_skeleton_to:#e1e3e6;--vkui--color_transparent:transparent}.vkui--vkBase--light,.vkui--vkCom--light,.vkui--vkIOS--light,:root{--vkui--gradient_tint:hsla(0,0%,98%,0) 0%,hsla(0,0%,98%,.036) 13%,hsla(0,0%,98%,.15) 27%,hsla(0,0%,98%,.79) 68%,hsla(0,0%,98%,.95) 84%,#f9f9f9 100%;--vkui--colors_scheme:light;--vkui--color_background_accent:#2688eb;--vkui--color_background_accent--hover:#2483e4;--vkui--color_background_accent--active:#237edd;--vkui--color_background_accent_themed:#2688eb;--vkui--color_background_accent_themed--hover:#2483e4;--vkui--color_background_accent_themed--active:#237edd;--vkui--color_background_accent_tint--hover:#5698f7;--vkui--color_background_accent_tint--active:#5393ef;--vkui--color_background_accent_alternative:#2688eb;--vkui--color_background_accent_alternative--hover:#2483e4;--vkui--color_background_accent_alternative--active:#237edd;--vkui--color_background:#ebedf0;--vkui--color_background--hover:#e2e4e9;--vkui--color_background--active:#d8dbe2;--vkui--color_background_content:#fff;--vkui--color_background_content--hover:#f5f5f7;--vkui--color_background_content--active:#ebecef;--vkui--color_background_secondary:#f5f5f5;--vkui--color_background_secondary--hover:#ebecee;--vkui--color_background_secondary--active:#e1e3e6;--vkui--color_background_secondary_alpha:rgba(0,0,0,.04);--vkui--color_background_secondary_alpha--hover:rgba(0,0,0,.08);--vkui--color_background_secondary_alpha--active:rgba(0,0,0,.12);--vkui--color_background_tertiary:#f9f9f9;--vkui--color_background_tertiary--hover:#eff0f1;--vkui--color_background_tertiary--active:#e5e6ea;--vkui--color_background_contrast--hover:#f5f5f7;--vkui--color_background_contrast--active:#ebecef;--vkui--color_background_contrast_inverse--hover:#2b2c2f;--vkui--color_background_contrast_inverse--active:#292b2f;--vkui--color_background_modal:#fff;--vkui--color_background_modal--hover:#f5f5f7;--vkui--color_background_modal--active:#ebecef;--vkui--color_background_modal_inverse:#2d2d2e;--vkui--color_background_modal_inverse--hover:#2b2c2f;--vkui--color_background_modal_inverse--active:#292b2f;--vkui--color_background_warning:#fff2d6;--vkui--color_background_warning--hover:#f5e9d0;--vkui--color_background_warning--active:#ebe0ca;--vkui--color_background_positive--hover:#48ac4a;--vkui--color_background_positive--active:#45a64a;--vkui--color_background_negative:#e64646;--vkui--color_background_negative--hover:#dd4446;--vkui--color_background_negative--active:#d44245;--vkui--color_background_negative_tint:#faebeb;--vkui--color_background_negative_tint--hover:#f0e2e4;--vkui--color_background_negative_tint--active:#e6d9dd;--vkui--color_background_positive_tint--hover:#dff0e1;--vkui--color_background_positive_tint--active:#d5e6da;--vkui--color_field_background:#f2f3f5;--vkui--color_field_background--hover:#e8eaee;--vkui--color_field_background--active:#dfe1e6;--vkui--color_header_background:#fff;--vkui--color_header_background--hover:#f5f5f7;--vkui--color_header_background--active:#ebecef;--vkui--color_text_accent:#2688eb;--vkui--color_text_accent--hover:#2483e4;--vkui--color_text_accent--active:#237edd;--vkui--color_text_accent_themed:#2688eb;--vkui--color_text_accent_themed--hover:#2483e4;--vkui--color_text_accent_themed--active:#237edd;--vkui--color_text_primary:#000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably--hover:#000102;--vkui--color_text_primary_invariably--active:#000105;--vkui--color_text_secondary:#818c99;--vkui--color_text_secondary--hover:#7c8795;--vkui--color_text_secondary--active:#778292;--vkui--color_text_subhead:#6d7885;--vkui--color_text_subhead--hover:#697482;--vkui--color_text_subhead--active:#64707f;--vkui--color_text_tertiary:#99a2ad;--vkui--color_text_tertiary--hover:#939ca9;--vkui--color_text_tertiary--active:#8d96a4;--vkui--color_text_contrast--hover:#f5f5f7;--vkui--color_text_contrast--active:#ebecef;--vkui--color_text_contrast_themed:#fff;--vkui--color_text_contrast_themed--hover:#f5f5f7;--vkui--color_text_contrast_themed--active:#ebecef;--vkui--color_text_positive--hover:#48ac4a;--vkui--color_text_positive--active:#45a64a;--vkui--color_text_negative:#e64646;--vkui--color_text_negative--hover:#dd4446;--vkui--color_text_negative--active:#d44245;--vkui--color_text_link:#2d81e0;--vkui--color_text_link--hover:#2b7cd9;--vkui--color_text_link--active:#2978d3;--vkui--color_text_link_themed:#4986cc;--vkui--color_text_link_themed--hover:#4681c6;--vkui--color_text_link_themed--active:#437dc1;--vkui--color_text_link_visited--hover:#4681c6;--vkui--color_text_link_visited--active:#437dc1;--vkui--color_text_muted:#2c2d2e;--vkui--color_text_muted--hover:#2a2c2f;--vkui--color_text_muted--active:#282b2f;--vkui--color_link_contrast--hover:#f5f5f7;--vkui--color_link_contrast--active:#ebecef;--vkui--color_icon_accent:#2688eb;--vkui--color_icon_accent--hover:#2483e4;--vkui--color_icon_accent--active:#237edd;--vkui--color_icon_accent_themed:#2688eb;--vkui--color_icon_accent_themed--hover:#2483e4;--vkui--color_icon_accent_themed--active:#237edd;--vkui--color_icon_primary:#2c2d2e;--vkui--color_icon_primary--hover:#2a2c2f;--vkui--color_icon_primary--active:#282b2f;--vkui--color_icon_primary_invariably--hover:#2a2c2f;--vkui--color_icon_primary_invariably--active:#282b2f;--vkui--color_icon_medium:#818c99;--vkui--color_icon_medium--hover:#7c8795;--vkui--color_icon_medium--active:#778292;--vkui--color_icon_medium_alpha:rgba(0,0,0,.48);--vkui--color_icon_medium_alpha--hover:rgba(0,0,0,.52);--vkui--color_icon_medium_alpha--active:rgba(0,0,0,.56);--vkui--color_icon_secondary:#99a2ad;--vkui--color_icon_secondary--hover:#939ca9;--vkui--color_icon_secondary--active:#8d96a4;--vkui--color_icon_secondary_alpha:rgba(0,0,0,.36);--vkui--color_icon_secondary_alpha--hover:rgba(0,0,0,.4);--vkui--color_icon_secondary_alpha--active:rgba(0,0,0,.44);--vkui--color_icon_tertiary:#b8c1cc;--vkui--color_icon_tertiary--hover:#b1bac6;--vkui--color_icon_tertiary--active:#a9b3c1;--vkui--color_icon_tertiary_alpha:rgba(0,0,0,.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0,0,0,.28);--vkui--color_icon_tertiary_alpha--active:rgba(0,0,0,.32);--vkui--color_icon_contrast--hover:#f5f5f7;--vkui--color_icon_contrast--active:#ebecef;--vkui--color_icon_contrast_themed:#fff;--vkui--color_icon_contrast_themed--hover:#f5f5f7;--vkui--color_icon_contrast_themed--active:#ebecef;--vkui--color_icon_contrast_secondary--hover:#e8eaee;--vkui--color_icon_contrast_secondary--active:#dfe1e6;--vkui--color_icon_positive--hover:#48ac4a;--vkui--color_icon_positive--active:#45a64a;--vkui--color_icon_negative:#e64646;--vkui--color_icon_negative--hover:#dd4446;--vkui--color_icon_negative--active:#d44245;--vkui--color_stroke_accent:#2688eb;--vkui--color_stroke_accent--hover:#2483e4;--vkui--color_stroke_accent--active:#237edd;--vkui--color_stroke_accent_themed:#2688eb;--vkui--color_stroke_accent_themed--hover:#2483e4;--vkui--color_stroke_accent_themed--active:#237edd;--vkui--color_separator_primary:#d7d8d9;--vkui--color_separator_primary--hover:#ced0d3;--vkui--color_separator_primary--active:#c6c8cd;--vkui--color_separator_primary2x:#cbcccd;--vkui--color_separator_primary2x--hover:#c3c4c7;--vkui--color_separator_primary2x--active:#bbbdc1;--vkui--color_separator_primary3x:#bebfc1;--vkui--color_separator_primary3x--hover:#b6b8bc;--vkui--color_separator_primary3x--active:#afb1b6;--vkui--color_separator_primary_alpha:rgba(0,0,0,.12);--vkui--color_separator_primary_alpha--hover:rgba(0,0,0,.16);--vkui--color_separator_primary_alpha--active:rgba(0,0,0,.2);--vkui--color_separator_secondary:#e1e3e6;--vkui--color_separator_secondary--hover:#d8dbdf;--vkui--color_separator_secondary--active:#cfd2d8;--vkui--color_stroke_positive--hover:#48ac4a;--vkui--color_stroke_positive--active:#45a64a;--vkui--color_stroke_negative:#e64646;--vkui--color_stroke_negative--hover:#dd4446;--vkui--color_stroke_negative--active:#d44245;--vkui--color_stroke_contrast--hover:#f5f5f7;--vkui--color_stroke_contrast--active:#ebecef;--vkui--color_image_border_alpha:rgba(0,0,0,.08);--vkui--color_image_border_alpha--hover:rgba(0,0,0,.12);--vkui--color_image_border_alpha--active:rgba(0,0,0,.16);--vkui--color_field_border_alpha:rgba(0,0,0,.12);--vkui--color_field_border_alpha--hover:rgba(0,0,0,.24);--vkui--color_field_border_alpha--active:rgba(0,0,0,.36);--vkui--color_accent_blue:#3f8ae0;--vkui--color_accent_blue--hover:#3c85d9;--vkui--color_accent_blue--active:#3a80d3;--vkui--color_accent_gray--hover:#9ca7b3;--vkui--color_accent_gray--active:#96a0ae;--vkui--color_accent_red--hover:#f53247;--vkui--color_accent_red--active:#eb3046;--vkui--color_accent_green--hover:#48ac4a;--vkui--color_accent_green--active:#45a64a;--vkui--color_accent_orange--hover:#f59a02;--vkui--color_accent_orange--active:#eb9405;--vkui--color_accent_purple--hover:#6e59df;--vkui--color_accent_purple--active:#6a56d8;--vkui--color_accent_violet--hover:#742dbb;--vkui--color_accent_violet--active:#6f2cb6;--vkui--color_accent_secondary--hover:#3c85d9;--vkui--color_accent_secondary--active:#3a80d3;--vkui--color_action_sheet_text:#3f8ae0;--vkui--color_action_sheet_text--hover:#3c85d9;--vkui--color_action_sheet_text--active:#3a80d3;--vkui--color_image_placeholder:#f2f3f5;--vkui--color_image_placeholder--hover:#e8eaee;--vkui--color_image_placeholder--active:#dfe1e6;--vkui--color_image_placeholder_alpha:rgba(0,28,61,.08);--vkui--color_image_placeholder_alpha--hover:rgba(0,28,61,.12);--vkui--color_image_placeholder_alpha--active:rgba(0,28,61,.16);--vkui--color_skeleton_from--hover:#ebecee;--vkui--color_skeleton_from--active:#e1e3e6;--vkui--color_skeleton_to--hover:#d8dbdf;--vkui--color_skeleton_to--active:#cfd2d8;--vkui--color_write_bar_icon:#3f8ae0;--vkui--color_write_bar_icon--hover:#3c85d9;--vkui--color_write_bar_icon--active:#3a80d3;--vkui--color_write_bar_input_background:#f2f3f5;--vkui--color_write_bar_input_background--hover:#e8eaee;--vkui--color_write_bar_input_background--active:#dfe1e6;--vkui--color_write_bar_input_border_alpha:rgba(0,0,0,.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0,0,0,.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0,0,0,.16);--vkui--color_track_background:#e1e3e6;--vkui--color_track_background--hover:#d8dbdf;--vkui--color_track_background--active:#cfd2d8;--vkui--color_track_buffer:#a0bfe4;--vkui--color_track_buffer--hover:#9ab8dd;--vkui--color_track_buffer--active:#93b1d7;--vkui--color_search_field_background:#ebedf0;--vkui--color_search_field_background--hover:#e2e4e9;--vkui--color_search_field_background--active:#d8dbe2;--vkui--color_panel_header_icon:#2688eb;--vkui--color_panel_header_icon--hover:#2483e4;--vkui--color_panel_header_icon--active:#237edd;--vkui--color_segmented_control:#fff;--vkui--color_segmented_control--hover:#f5f5f7;--vkui--color_segmented_control--active:#ebecef;--vkui--color_transparent--hover:rgba(0,16,61,.04);--vkui--color_transparent--active:rgba(0,16,61,.08)}.vkui--vkBase--dark,.vkui--vkBase--light,.vkui--vkCom--dark,.vkui--vkCom--light,:root{--vkui--size_border_radius--regular:8px;--vkui--size_card_border_radius--regular:8px;--vkui--size_base_padding_horizontal--regular:16px}.vkui--vkBase--dark{--vkui--theme_name:"vkBaseDark"}.vkui--vkBase--dark,.vkui--vkCom--dark,.vkui--vkIOS--dark{--vkui--gradient_tint:rgba(32,32,33,0) 0%,rgba(32,32,33,.036) 13%,rgba(32,32,33,.15) 27%,rgba(32,32,33,.79) 68%,rgba(32,32,33,.95) 84%,#202021 100%;--vkui--colors_scheme:dark;--vkui--color_background_accent:#529ef4;--vkui--color_background_accent--hover:#59a2f4;--vkui--color_background_accent--active:#60a6f5;--vkui--color_background_accent_themed:#fff;--vkui--color_background_accent_themed--hover:#fff;--vkui--color_background_accent_themed--active:#fff;--vkui--color_background_accent_tint--hover:#61a2ff;--vkui--color_background_accent_tint--active:#67a6ff;--vkui--color_background_accent_alternative:#529ef4;--vkui--color_background_accent_alternative--hover:#59a2f4;--vkui--color_background_accent_alternative--active:#60a6f5;--vkui--color_background:#0a0a0a;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1e1e1e;--vkui--color_background_content:#19191a;--vkui--color_background_content--hover:#222223;--vkui--color_background_content--active:#2b2b2c;--vkui--color_background_secondary:#232324;--vkui--color_background_secondary--hover:#2c2c2d;--vkui--color_background_secondary--active:#353536;--vkui--color_background_secondary_alpha:hsla(0,0%,100%,.04);--vkui--color_background_secondary_alpha--hover:hsla(0,0%,100%,.08);--vkui--color_background_secondary_alpha--active:hsla(0,0%,100%,.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292a;--vkui--color_background_tertiary--active:#323233;--vkui--color_background_contrast--hover:#fff;--vkui--color_background_contrast--active:#fff;--vkui--color_background_contrast_inverse--hover:#353536;--vkui--color_background_contrast_inverse--active:#3e3e3f;--vkui--color_background_modal:#2d2d2e;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3e3e3f;--vkui--color_background_modal_inverse:#fff;--vkui--color_background_modal_inverse--hover:#fff;--vkui--color_background_modal_inverse--active:#fff;--vkui--color_background_warning:#887244;--vkui--color_background_warning--hover:#8d784b;--vkui--color_background_warning--active:#927d53;--vkui--color_background_positive--hover:#52b652;--vkui--color_background_positive--active:#59b959;--vkui--color_background_negative:#ff5c5c;--vkui--color_background_negative--hover:#ff6363;--vkui--color_background_negative--active:#ff6969;--vkui--color_background_negative_tint:#522e2e;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603f3f;--vkui--color_background_positive_tint--hover:#e9f9e9;--vkui--color_background_positive_tint--active:#eaf9ea;--vkui--color_field_background:#292929;--vkui--color_field_background--hover:#323232;--vkui--color_field_background--active:#3a3a3a;--vkui--color_header_background:#19191a;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2b2b2c;--vkui--color_text_accent:#529ef4;--vkui--color_text_accent--hover:#59a2f4;--vkui--color_text_accent--active:#60a6f5;--vkui--color_text_accent_themed:#fff;--vkui--color_text_accent_themed--hover:#fff;--vkui--color_text_accent_themed--active:#fff;--vkui--color_text_primary:#e1e3e6;--vkui--color_text_primary--hover:#e2e4e7;--vkui--color_text_primary--active:#e3e5e8;--vkui--color_text_primary_invariably--hover:#0a0a0a;--vkui--color_text_primary_invariably--active:#141414;--vkui--color_text_secondary:#76787a;--vkui--color_text_secondary--hover:#7b7d7f;--vkui--color_text_secondary--active:#818385;--vkui--color_text_subhead:#c1c3c6;--vkui--color_text_subhead--hover:#c3c5c8;--vkui--color_text_subhead--active:#c6c8cb;--vkui--color_text_tertiary:#636567;--vkui--color_text_tertiary--hover:#696b6d;--vkui--color_text_tertiary--active:#6f7173;--vkui--color_text_contrast--hover:#fff;--vkui--color_text_contrast--active:#fff;--vkui--color_text_contrast_themed:#000;--vkui--color_text_contrast_themed--hover:#0a0a0a;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_text_positive--hover:#52b652;--vkui--color_text_positive--active:#59b959;--vkui--color_text_negative:#ff5c5c;--vkui--color_text_negative--hover:#ff6363;--vkui--color_text_negative--active:#ff6969;--vkui--color_text_link:#529ef4;--vkui--color_text_link--hover:#59a2f4;--vkui--color_text_link--active:#60a6f5;--vkui--color_text_link_themed:#fff;--vkui--color_text_link_themed--hover:#fff;--vkui--color_text_link_themed--active:#fff;--vkui--color_text_link_visited--hover:#508bce;--vkui--color_text_link_visited--active:#5890d0;--vkui--color_text_muted:#e1e3e6;--vkui--color_text_muted--hover:#e2e4e7;--vkui--color_text_muted--active:#e3e5e8;--vkui--color_link_contrast--hover:#fff;--vkui--color_link_contrast--active:#fff;--vkui--color_icon_accent:#529ef4;--vkui--color_icon_accent--hover:#59a2f4;--vkui--color_icon_accent--active:#60a6f5;--vkui--color_icon_accent_themed:#fff;--vkui--color_icon_accent_themed--hover:#fff;--vkui--color_icon_accent_themed--active:#fff;--vkui--color_icon_primary:#e1e3e6;--vkui--color_icon_primary--hover:#e2e4e7;--vkui--color_icon_primary--active:#e3e5e8;--vkui--color_icon_primary_invariably--hover:#343536;--vkui--color_icon_primary_invariably--active:#3d3e3f;--vkui--color_icon_medium:#b0b1b6;--vkui--color_icon_medium--hover:#b3b4b9;--vkui--color_icon_medium--active:#b6b7bc;--vkui--color_icon_medium_alpha:rgba(241,247,255,.66);--vkui--color_icon_medium_alpha--hover:rgba(241,247,255,.7);--vkui--color_icon_medium_alpha--active:rgba(241,247,255,.74);--vkui--color_icon_secondary:#76787a;--vkui--color_icon_secondary--hover:#7b7d7f;--vkui--color_icon_secondary--active:#818385;--vkui--color_icon_secondary_alpha:rgba(0,0,0,.43);--vkui--color_icon_secondary_alpha--hover:rgba(0,0,0,.47);--vkui--color_icon_secondary_alpha--active:rgba(0,0,0,.51);--vkui--color_icon_tertiary:#5d5f61;--vkui--color_icon_tertiary--hover:#636567;--vkui--color_icon_tertiary--active:#6a6c6e;--vkui--color_icon_tertiary_alpha:hsla(0,0%,100%,.3);--vkui--color_icon_tertiary_alpha--hover:hsla(0,0%,100%,.34);--vkui--color_icon_tertiary_alpha--active:hsla(0,0%,100%,.38);--vkui--color_icon_contrast--hover:#fff;--vkui--color_icon_contrast--active:#fff;--vkui--color_icon_contrast_themed:#000;--vkui--color_icon_contrast_themed--hover:#0a0a0a;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_icon_contrast_secondary--hover:#f3f3f5;--vkui--color_icon_contrast_secondary--active:#f3f4f6;--vkui--color_icon_positive--hover:#52b652;--vkui--color_icon_positive--active:#59b959;--vkui--color_icon_negative:#ff5c5c;--vkui--color_icon_negative--hover:#ff6363;--vkui--color_icon_negative--active:#ff6969;--vkui--color_stroke_accent:#529ef4;--vkui--color_stroke_accent--hover:#59a2f4;--vkui--color_stroke_accent--active:#60a6f5;--vkui--color_stroke_accent_themed:#fff;--vkui--color_stroke_accent_themed--hover:#fff;--vkui--color_stroke_accent_themed--active:#fff;--vkui--color_separator_primary:#363738;--vkui--color_separator_primary--hover:#3e3f40;--vkui--color_separator_primary--active:#464748;--vkui--color_separator_primary2x:#444546;--vkui--color_separator_primary2x--hover:#4b4c4d;--vkui--color_separator_primary2x--active:#535455;--vkui--color_separator_primary3x:#505253;--vkui--color_separator_primary3x--hover:#57595a;--vkui--color_separator_primary3x--active:#5e6061;--vkui--color_separator_primary_alpha:hsla(0,0%,100%,.12);--vkui--color_separator_primary_alpha--hover:hsla(0,0%,100%,.16);--vkui--color_separator_primary_alpha--active:hsla(0,0%,100%,.2);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1d1d1e;--vkui--color_separator_secondary--active:#272728;--vkui--color_stroke_positive--hover:#52b652;--vkui--color_stroke_positive--active:#59b959;--vkui--color_stroke_negative:#ff5c5c;--vkui--color_stroke_negative--hover:#ff6363;--vkui--color_stroke_negative--active:#ff6969;--vkui--color_stroke_contrast--hover:#fff;--vkui--color_stroke_contrast--active:#fff;--vkui--color_image_border_alpha:hsla(0,0%,100%,.08);--vkui--color_image_border_alpha--hover:hsla(0,0%,100%,.12);--vkui--color_image_border_alpha--active:hsla(0,0%,100%,.16);--vkui--color_field_border_alpha:hsla(0,0%,100%,.12);--vkui--color_field_border_alpha--hover:hsla(0,0%,100%,.16);--vkui--color_field_border_alpha--active:hsla(0,0%,100%,.2);--vkui--color_accent_blue:#529ef4;--vkui--color_accent_blue--hover:#59a2f4;--vkui--color_accent_blue--active:#60a6f5;--vkui--color_accent_gray--hover:#a7b0bb;--vkui--color_accent_gray--active:#aab4be;--vkui--color_accent_red--hover:#ff3b4e;--vkui--color_accent_red--active:#ff4356;--vkui--color_accent_green--hover:#52b652;--vkui--color_accent_green--active:#59b959;--vkui--color_accent_orange--hover:#ffa40a;--vkui--color_accent_orange--active:#ffa814;--vkui--color_accent_purple--hover:#7963e7;--vkui--color_accent_purple--active:#7e69e8;--vkui--color_accent_violet--hover:#7e36c3;--vkui--color_accent_violet--active:#843fc5;--vkui--color_accent_secondary--hover:#478fe1;--vkui--color_accent_secondary--active:#4e93e2;--vkui--color_image_placeholder:#2a2b2c;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3b3c3d;--vkui--color_image_placeholder_alpha:rgba(241,247,255,.08);--vkui--color_image_placeholder_alpha--hover:rgba(241,247,255,.12);--vkui--color_image_placeholder_alpha--active:rgba(241,247,255,.16);--vkui--color_skeleton_from--hover:#f5f5f5;--vkui--color_skeleton_from--active:#f6f6f6;--vkui--color_skeleton_to--hover:#e2e4e7;--vkui--color_skeleton_to--active:#e3e5e8;--vkui--color_write_bar_icon:#529ef4;--vkui--color_write_bar_icon--hover:#59a2f4;--vkui--color_write_bar_icon--active:#60a6f5;--vkui--color_write_bar_input_background:#232324;--vkui--color_write_bar_input_background--hover:#2c2c2d;--vkui--color_write_bar_input_background--active:#353536;--vkui--color_write_bar_input_border_alpha:hsla(0,0%,100%,.8);--vkui--color_write_bar_input_border_alpha--hover:hsla(0,0%,100%,.84);--vkui--color_write_bar_input_border_alpha--active:hsla(0,0%,100%,.88);--vkui--color_action_sheet_text:#529ef4;--vkui--color_action_sheet_text--hover:#59a2f4;--vkui--color_action_sheet_text--active:#60a6f5;--vkui--color_track_background:#454647;--vkui--color_track_background--hover:#4c4d4e;--vkui--color_track_background--active:#545556;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485e78;--vkui--color_track_buffer--active:#4f647d;--vkui--color_search_field_background:#363738;--vkui--color_search_field_background--hover:#3e3f40;--vkui--color_search_field_background--active:#464748;--vkui--color_panel_header_icon:#71aaeb;--vkui--color_panel_header_icon--hover:#77adec;--vkui--color_panel_header_icon--active:#7cb1ed;--vkui--color_segmented_control:#626364;--vkui--color_segmented_control--hover:#68696a;--vkui--color_segmented_control--active:#6f6f70;--vkui--color_transparent--hover:hsla(0,0%,100%,.04);--vkui--color_transparent--active:hsla(0,0%,100%,.08)}.vkui--vkBase--dark,.vkui--vkCom--light,.vkui--vkIOS--light{--vkui--theme_inherits_from:"vkBase"}.vkui--vkIOS--light{--vkui--theme_name:"vkIOS"}.vkui--vkIOS--dark,.vkui--vkIOS--light{--vkui--theme_name_base:"vkIOS";--vkui--size_border_radius--regular:10px;--vkui--size_card_border_radius--regular:10px;--vkui--size_base_padding_horizontal--regular:12px;--vkui--size_switch_height--regular:31px;--vkui--size_switch_height--compact:27px;--vkui--size_switch_width--regular:51px;--vkui--size_switch_width--compact:47px;--vkui--size_switch_pin--regular:27px;--vkui--size_switch_pin--compact:23px;--vkui--size_panel_header_height--regular:52px}.vkui--vkIOS--dark{--vkui--theme_name:"vkIOSDark"}.vkui--vkCom--dark,.vkui--vkIOS--dark{--vkui--theme_inherits_from:"vkBaseDark"}.vkui--vkCom--light{--vkui--theme_name:"vkCom"}.vkui--vkCom--dark,.vkui--vkCom--light{--vkui--theme_name_base:"vkCom";--vkui--size_switch_height--regular:10px;--vkui--size_switch_height--compact:10px;--vkui--size_switch_width--regular:27px;--vkui--size_switch_width--compact:27px;--vkui--size_switch_pin--regular:16px;--vkui--size_switch_pin--compact:16px;--vkui--size_panel_header_height--regular:48px}.vkui--vkCom--dark{--vkui--theme_name:"vkComDark"}
|
|
2
2
|
.vkui__portal-root,.vkui__root{--font-common:var(
|
|
3
3
|
--palette-vk-font,-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif
|
|
4
4
|
);--font-tt:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--font-display:"VK Sans Display",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--ios-easing:cubic-bezier(0.36,0.66,0.04,1);--android-easing:cubic-bezier(0.4,0,0.2,1);--tabbar_height:48px;--panelheader_height:56px;--panelheader_height_ios:52px;--panelheader_height_vkcom:48px;--search_default_height:36px;--thin-border:1px;--popover-safe-zone-padding:8px;--formitem_padding:16px;--white:#fff;--blue_200:#5c9ce6;--safe-area-inset-top:0px;--safe-area-inset-right:0px;--safe-area-inset-bottom:0px;--safe-area-inset-left:0px;--duration:0.7s}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.vkui__portal-root,.vkui__root{--thin-border:0.5px}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.vkui__portal-root,.vkui__root{--thin-border:0.33px}}@supports (padding-top:constant(safe-area-inset-top)){.vkui__portal-root,.vkui__root{--safe-area-inset-top:constant(safe-area-inset-top);--safe-area-inset-right:constant(safe-area-inset-right);--safe-area-inset-bottom:constant(safe-area-inset-bottom);--safe-area-inset-left:constant(safe-area-inset-left)}}@supports (padding-top:env(safe-area-inset-top)){.vkui__portal-root,.vkui__root{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-right:env(safe-area-inset-right);--safe-area-inset-bottom:env(safe-area-inset-bottom);--safe-area-inset-left:env(safe-area-inset-left)}}@-webkit-keyframes vkui-rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vkui-rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes vkui-popper-fadein{0%{opacity:0}to{opacity:1}}@keyframes vkui-popper-fadein{0%{opacity:0}to{opacity:1}}.vkui__root--embedded{overflow-x:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.vkuiAppRoot{height:100%}.vkui__root--embedded .vkuiAppRoot{overflow:auto}.vkui--sizeX-regular{background:#ebedf0;background:var(--background_page,var(--vkui--color_background))}.vkuiAppRoot--no-mouse{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vkuiTitle{display:block;margin:0}.vkuiTitle--l-1{font-size:24px;font-size:var(--vkui--font_title1--font_size--regular,24px);font-weight:600;font-weight:var(--vkui--font_title1--font_weight--regular,600);line-height:28px;line-height:var(--vkui--font_title1--line_height--regular,28px)}.vkuiTitle--l-2{font-size:20px;font-size:var(--vkui--font_title2--font_size--regular,20px);font-weight:600;font-weight:var(--vkui--font_title2--font_weight--regular,600);line-height:24px;line-height:var(--vkui--font_title2--line_height--regular,24px)}.vkuiTitle--l-3{font-size:17px;font-size:var(--vkui--font_title3--font_size--regular,17px);font-weight:600;font-weight:var(--vkui--font_title3--font_weight--regular,600);line-height:22px;line-height:var(--vkui--font_title3--line_height--regular,22px)}.vkuiTitle--w-regular{font-weight:400}.vkuiTitle--w-medium{font-weight:500}.vkuiTitle--w-semibold{font-weight:600}.vkuiTitle--w-bold{font-weight:700}.vkuiTitle--w-heavy{font-weight:800}.vkuiTitle--w-1{font-weight:600;font-weight:var(--vkui--font_weight_accent1,600)}.vkuiTitle--w-2{font-weight:500;font-weight:var(--vkui--font_weight_accent2,500)}.vkuiTitle--w-3{font-weight:400;font-weight:var(--vkui--font_weight_accent3,400)}.vkuiHeadline{display:block;margin:0}.vkuiHeadline--l-1{font-size:16px;font-size:var(--vkui--font_headline1--font_size--regular,16px);font-weight:500;font-weight:var(--vkui--font_headline1--font_weight--regular,500);line-height:20px;line-height:var(--vkui--font_headline1--line_height--regular,20px)}.vkuiHeadline--l-2{font-size:15px;font-size:var(--vkui--font_headline2--font_size--regular,15px);font-weight:500;font-weight:var(--vkui--font_headline2--font_weight--regular,500);line-height:20px;line-height:var(--vkui--font_headline2--line_height--regular,20px)}.vkuiHeadline--sizeY-compact.vkuiHeadline--l-1{font-size:15px;font-size:var(--vkui--font_headline1--font_size--compact,15px);line-height:20px;line-height:var(--vkui--font_headline1--line_height--compact,20px)}.vkuiHeadline--sizeY-compact.vkuiHeadline--l-2{font-size:14px;font-size:var(--vkui--font_headline2--font_size--compact,14px);line-height:20px;line-height:var(--vkui--font_headline2--line_height--compact,20px)}.vkuiHeadline--w-regular{font-weight:400}.vkuiHeadline--w-medium{font-weight:500}.vkuiHeadline--w-semibold{font-weight:600}.vkuiHeadline--android.vkuiHeadline--w-semibold{font-weight:500}.vkuiHeadline--w-1{font-weight:600;font-weight:var(--vkui--font_weight_accent1,600)}.vkuiHeadline--w-2{font-weight:500;font-weight:var(--vkui--font_weight_accent2,500)}.vkuiHeadline--w-3{font-weight:400;font-weight:var(--vkui--font_weight_accent3,400)}.vkuiPanelHeaderContent__children .vkuiHeadline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vkuiText{display:block;font-size:16px;font-size:var(--vkui--font_text--font_size--regular,16px);font-weight:400;font-weight:var(--vkui--font_text--font_weight--regular,400);line-height:20px;line-height:var(--vkui--font_text--line_height--regular,20px);margin:0}.vkuiText--sizeY-compact{font-size:15px;font-size:var(--vkui--font_text--font_size--compact,15px);line-height:20px;line-height:var(--vkui--font_text--line_height--compact,20px)}.vkuiText--w-regular{font-weight:400}.vkuiText--w-medium{font-weight:500}.vkuiText--w-1,.vkuiText--w-semibold{font-weight:600}.vkuiText--w-1{font-weight:var(--vkui--font_weight_accent1,600)}.vkuiText--w-2{font-weight:500;font-weight:var(--vkui--font_weight_accent2,500)}.vkuiText--w-3{font-weight:400;font-weight:var(--vkui--font_weight_accent3,400)}.vkuiPanelHeaderContent__children .vkuiText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vkuiParagraph{font-size:15px;font-size:var(--vkui--font_paragraph--font_size--regular,15px);font-weight:400;font-weight:var(--vkui--font_paragraph--font_weight--regular,400);line-height:20px;line-height:var(--vkui--font_paragraph--line_height--regular,20px)}.vkuiParagraph--w-1{font-weight:600;font-weight:var(--vkui--font_weight_accent1,600)}.vkuiParagraph--w-2{font-weight:500;font-weight:var(--vkui--font_weight_accent2,500)}.vkuiParagraph--w-3{font-weight:400;font-weight:var(--vkui--font_weight_accent3,400)}.vkuiSubhead{font-size:14px;font-size:var(--vkui--font_subhead--font_size--regular,14px);font-weight:400;font-weight:var(--vkui--font_subhead--font_weight--regular,400);line-height:18px;line-height:var(--vkui--font_subhead--line_height--regular,18px);margin:0}.vkuiSubhead--sizeY-compact{font-size:13px;font-size:var(--vkui--font_subhead--font_size--compact,13px);line-height:16px;line-height:var(--vkui--font_subhead--line_height--compact,16px)}.vkuiSubhead--w-regular{font-weight:400}.vkuiSubhead--w-medium{font-weight:500}.vkuiSubhead--w-semibold{font-weight:600}.vkuiSubhead--w-bold{font-weight:700}.vkuiSubhead--w-1{font-weight:600;font-weight:var(--vkui--font_weight_accent1,600)}.vkuiSubhead--w-2{font-weight:500;font-weight:var(--vkui--font_weight_accent2,500)}.vkuiSubhead--w-3{font-weight:400;font-weight:var(--vkui--font_weight_accent3,400)}.vkuiFootnote{display:block;font-size:13px;font-size:var(--vkui--font_footnote--font_size--regular,13px);font-weight:400;font-weight:var(--vkui--font_footnote--font_weight--regular,400);line-height:16px;line-height:var(--vkui--font_footnote--line_height--regular,16px);margin:0}.vkuiFootnote--caps{font-size:13px;font-size:var(--vkui--font_footnote_caps--font_size--regular,13px);font-weight:400;font-weight:var(--vkui--font_footnote_caps--font_weight--regular,400);line-height:16px;line-height:var(--vkui--font_footnote_caps--line_height--regular,16px);text-transform:uppercase}.vkuiFootnote--w-1{font-weight:600;font-weight:var(--vkui--font_weight_accent1,600)}.vkuiFootnote--w-2{font-weight:500;font-weight:var(--vkui--font_weight_accent2,500)}.vkuiFootnote--w-3{font-weight:400;font-weight:var(--vkui--font_weight_accent3,400)}.vkuiCaption{display:block;margin:0}.vkuiCaption--caps{text-transform:uppercase}.vkuiCaption--l-1{font-size:13px;font-size:var(--vkui--font_footnote--font_size--regular,13px);font-weight:400;font-weight:var(--vkui--font_footnote--font_weight--regular,400);line-height:16px;line-height:var(--vkui--font_footnote--line_height--regular,16px)}.vkuiCaption--l-1.vkuiCaption--caps{font-size:13px;font-size:var(--vkui--font_footnote_caps--font_size--regular,13px);font-weight:400;font-weight:var(--vkui--font_footnote_caps--font_weight--regular,400);line-height:16px;line-height:var(--vkui--font_footnote_caps--line_height--regular,16px)}.vkuiCaption--l-2{font-size:12px;font-size:var(--vkui--font_caption1--font_size--regular,12px);font-weight:400;font-weight:var(--vkui--font_caption1--font_weight--regular,400);line-height:14px;line-height:var(--vkui--font_caption1--line_height--regular,14px)}.vkuiCaption--l-2.vkuiCaption--caps{font-size:12px;font-size:var(--vkui--font_caption1_caps--font_size--regular,12px);font-weight:600;font-weight:var(--vkui--font_caption1_caps--font_weight--regular,600);line-height:14px;line-height:var(--vkui--font_caption1_caps--line_height--regular,14px)}.vkuiCaption--l-3{font-size:11px;font-size:var(--vkui--font_caption2--font_size--regular,11px);font-weight:400;font-weight:var(--vkui--font_caption2--font_weight--regular,400);line-height:14px;line-height:var(--vkui--font_caption2--line_height--regular,14px)}.vkuiCaption--l-3.vkuiCaption--caps{font-size:11px;font-size:var(--vkui--font_caption2_caps--font_size--regular,11px);font-weight:600;font-weight:var(--vkui--font_caption2_caps--font_weight--regular,600);line-height:14px;line-height:var(--vkui--font_caption2_caps--line_height--regular,14px)}.vkuiCaption--l-4{font-size:9px;font-size:var(--vkui--font_caption3--font_size--regular,9px);font-weight:400;font-weight:var(--vkui--font_caption3--font_weight--regular,400);line-height:12px;line-height:var(--vkui--font_caption3--line_height--regular,12px)}.vkuiCaption--l-4.vkuiCaption--caps{font-size:9px;font-size:var(--vkui--font_caption3_caps--font_size--regular,9px);font-weight:600;font-weight:var(--vkui--font_caption3_caps--font_weight--regular,600);line-height:12px;line-height:var(--vkui--font_caption3_caps--line_height--regular,12px)}.vkuiCaption.vkuiCaption--w-1{font-weight:600;font-weight:var(--vkui--font_weight_accent1,600)}.vkuiCaption.vkuiCaption--w-2{font-weight:500;font-weight:var(--vkui--font_weight_accent2,500)}.vkuiCaption.vkuiCaption--w-3{font-weight:400;font-weight:var(--vkui--font_weight_accent3,400)}.vkuiCaption--w-regular{font-weight:400}.vkuiCaption--w-medium{font-weight:500}.vkuiCaption--w-semibold{font-weight:600}.vkuiCaption--w-bold{font-weight:700}.vkuiTappable{border-radius:8px;border-radius:var(--vkui--size_border_radius--regular,8px);cursor:default;position:relative;transition:background-color .15s ease-out}.vkuiTappable--hasActive,.vkuiTappable--hasHover{cursor:pointer}.vkuiTappable[aria-disabled=true],.vkuiTappable[disabled]{cursor:default}.vkuiTappable--focus-visible{outline:none}.vkuiTappable--active-background.vkuiTappable--active-background.vkuiTappable--active-background{background-color:rgba(0,0,0,.08);background-color:var(
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
--modal_card_background,var(--vkui--color_background_modal)
|
|
108
108
|
);box-shadow:0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);box-shadow:var(--vkui--elevation3,0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08));color:#99a2ad;color:var(--icon_secondary,var(--vkui--color_icon_secondary));display:flex;justify-content:center}.vkuiHorizontalScrollArrow--m .vkuiHorizontalScrollArrow__icon{border-radius:14px;height:28px;width:28px}.vkuiHorizontalScrollArrow--l .vkuiHorizontalScrollArrow__icon{border-radius:24px;height:40px;width:40px}.vkuiHorizontalScrollArrow--left{left:0;padding-left:16px;padding-left:var(--vkui--size_base_padding_horizontal--regular,16px)}.vkuiHorizontalScrollArrow--right{padding-right:16px;padding-right:var(--vkui--size_base_padding_horizontal--regular,16px);right:0}.vkuiHorizontalScrollArrow--ios .vkuiHorizontalScrollArrow{transition-timing-function:cubic-bezier(.36,.66,.04,1);transition-timing-function:var(--ios-easing)}.vkuiGallery:hover .vkuiHorizontalScrollArrow,.vkuiHorizontalScroll:hover .vkuiHorizontalScrollArrow{opacity:.64;opacity:var(--vkui--opacity_disable_accessibility,.64)}.vkuiGallery:hover .vkuiHorizontalScrollArrow:hover,.vkuiHorizontalScroll--withConstArrows .vkuiHorizontalScrollArrow,.vkuiHorizontalScroll--withConstArrows:hover .vkuiHorizontalScrollArrow,.vkuiHorizontalScroll:hover .vkuiHorizontalScrollArrow:hover{opacity:1}.vkuiPopoutWrapper{box-sizing:border-box;height:100%;left:0;pointer-events:none;top:0;width:100%}.vkuiPopoutWrapper--opened{pointer-events:auto}.vkuiPopoutWrapper--closing{pointer-events:none}.vkuiPopoutWrapper--fixed{position:fixed}.vkuiPopoutWrapper__overlay{-webkit-animation:vkui-animation-full-fade-in .2s ease;animation:vkui-animation-full-fade-in .2s ease;-webkit-animation:vkui-animation-full-fade-in var(--vkui--animation_duration_m,.2s) ease;animation:vkui-animation-full-fade-in var(--vkui--animation_duration_m,.2s) ease;height:100%;left:0;opacity:1;position:fixed;top:0;width:100%}.vkuiPopoutWrapper--closing .vkuiPopoutWrapper__overlay{opacity:0;transition:opacity .2s cubic-bezier(.3,.3,.5,1);transition:opacity var(--vkui--animation_duration_m,.2s) var(--vkui--animation_easing_default,cubic-bezier(.3,.3,.5,1))}.vkuiPopoutWrapper--masked .vkuiPopoutWrapper__overlay{background:rgba(0,0,0,.4);background:var(--vkui--color_overlay_primary,rgba(0,0,0,.4))}.vkuiPopoutWrapper--fixed .vkuiPopoutWrapper__overlay{position:absolute}.vkuiPopoutWrapper__container{box-sizing:border-box;display:flex;height:100%;position:relative;width:100%}.vkuiPopoutWrapper__content{display:flex;justify-content:center;pointer-events:none;width:100%;z-index:2}.vkuiPopoutWrapper__content>*{pointer-events:auto}.vkuiPopoutWrapper--v-center .vkuiPopoutWrapper__container{align-items:center}.vkuiPopoutWrapper--v-bottom .vkuiPopoutWrapper__container{align-items:flex-end}.vkuiPopoutWrapper--v-top .vkuiPopoutWrapper__container{align-items:flex-start}.vkuiPopoutWrapper--h-center .vkuiPopoutWrapper__container{justify-content:center}.vkuiPopoutWrapper--h-left .vkuiPopoutWrapper__container{justify-content:flex-start}.vkuiPopoutWrapper--h-right .vkuiPopoutWrapper__container{justify-content:flex-end}@-webkit-keyframes vkui-animation-full-fade-in{0%{opacity:0}to{opacity:1}}@keyframes vkui-animation-full-fade-in{0%{opacity:0}to{opacity:1}}.vkuiActionSheet{align-items:stretch;-webkit-animation:vkui-animation-actionsheet-intro .2s cubic-bezier(.4,0,.2,1);animation:vkui-animation-actionsheet-intro .2s cubic-bezier(.4,0,.2,1);-webkit-animation:vkui-animation-actionsheet-intro .2s var(--android-easing);animation:vkui-animation-actionsheet-intro .2s var(--android-easing);background:#fff;background:var(--modal_card_background,var(--vkui--color_background_modal));border-radius:12px;box-shadow:0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);box-shadow:var(--vkui--elevation3,0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08));box-sizing:border-box;display:flex;flex-direction:column;margin:10px;overflow:hidden;padding:8px 0;position:relative;width:calc(100% - 20px)}.vkuiActionSheet__header{color:#818c99;color:var(--text_secondary,var(--vkui--color_text_subhead));padding:16px 20px}.vkuiActionSheet--closing{-webkit-transform:translateY(calc(100% + 20px));transform:translateY(calc(100% + 20px));transition:-webkit-transform .2s cubic-bezier(.4,0,.2,1);transition:transform .2s cubic-bezier(.4,0,.2,1);transition:transform .2s cubic-bezier(.4,0,.2,1),-webkit-transform .2s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .2s var(--android-easing);transition:transform .2s var(--android-easing);transition:transform .2s var(--android-easing),-webkit-transform .2s var(--android-easing)}.vkuiActionSheet__title+.vkuiActionSheet__text{margin-top:8px}.vkuiActionSheet--ios{-webkit-animation:vkui-animation-actionsheet-intro .3s cubic-bezier(.36,.66,.04,1);animation:vkui-animation-actionsheet-intro .3s cubic-bezier(.36,.66,.04,1);-webkit-animation:vkui-animation-actionsheet-intro .3s var(--ios-easing);animation:vkui-animation-actionsheet-intro .3s var(--ios-easing);background:transparent;margin:unset;padding:10px;width:100%}.vkuiActionSheet--ios.vkuiActionSheet--closing{-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .3s cubic-bezier(.36,.66,.04,1);transition:transform .3s cubic-bezier(.36,.66,.04,1);transition:transform .3s cubic-bezier(.36,.66,.04,1),-webkit-transform .3s cubic-bezier(.36,.66,.04,1);transition:-webkit-transform .3s var(--ios-easing);transition:transform .3s var(--ios-easing);transition:transform .3s var(--ios-easing),-webkit-transform .3s var(--ios-easing)}.vkuiActionSheet--ios .vkuiActionSheet__header{border-radius:14px 14px 0 0;overflow:hidden;position:relative;text-align:center}.vkuiActionSheet--ios .vkuiActionSheet__title{position:relative;z-index:2}.vkuiActionSheet--ios .vkuiActionSheet__title+.vkuiActionSheet__text{margin-top:9px}.vkuiActionSheet--ios .vkuiActionSheet__text{position:relative;z-index:2}.vkuiActionSheet--ios .vkuiActionSheet__header:before{background-color:#fff;background-color:var(
|
|
109
109
|
--modal_card_background,var(--vkui--color_background_modal)
|
|
110
|
-
);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.vkuiActionSheet--sizeY-compact .vkuiActionSheet__header{padding:12px 20px}.vkuiActionSheet--desktop{-webkit-animation:none;animation:none;height:auto;margin:0;width:auto}.vkuiActionSheet--desktop.vkuiActionSheet--ios{border-radius:14px;padding:0}@-webkit-keyframes vkui-animation-actionsheet-intro{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes vkui-animation-actionsheet-intro{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.vkuiActionSheetItem{align-items:center;border-radius:0;box-sizing:border-box;color:#000;color:var(--text_primary,var(--vkui--color_text_primary));display:flex;min-height:48px;overflow:hidden;padding:0 20px;text-decoration:none}.vkuiActionSheetItem,.vkuiActionSheetItem__after,.vkuiActionSheetItem__before,.vkuiActionSheetItem__container{position:relative;z-index:2}.vkuiActionSheetItem__after,.vkuiActionSheetItem__before{flex-shrink:0}.vkuiActionSheetItem__before{margin-left:-2px;margin-right:18px}.vkuiActionSheetItem__container{flex-grow:1;max-width:100%;padding:10px 0}.vkuiActionSheetItem--ellipsis{overflow:hidden;white-space:nowrap}.vkuiActionSheetItem__content{align-items:baseline;display:flex;justify-content:space-between;overflow:hidden}.vkuiActionSheetItem--ellipsis .vkuiActionSheetItem__content{justify-content:flex-start}.vkuiActionSheetItem__children{min-width:0;overflow:hidden;text-overflow:ellipsis}.vkuiActionSheetItem__subtitle{margin-top:2px;overflow:hidden;text-overflow:ellipsis}.vkuiActionSheetItem__meta,.vkuiActionSheetItem__subtitle{color:#818c99;color:var(--text_secondary,var(--vkui--color_text_secondary))}.vkuiActionSheetItem__meta{flex-shrink:0;margin-left:6px}.vkuiActionSheetItem__before{color:#2688eb;color:var(--action_sheet_action_foreground,var(--vkui--color_icon_accent))}.vkuiActionSheetItem--destructive .vkuiActionSheetItem__container:first-child{color:#e64646;color:var(--destructive,var(--vkui--color_text_negative))}.vkuiActionSheetItem--destructive .vkuiActionSheetItem__before{color:#e64646;color:var(--destructive,var(--vkui--color_icon_negative))}.vkuiActionSheetItem__radio{display:none}.vkuiActionSheetItem__marker{align-items:center;background-color:initial;
|
|
110
|
+
);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.vkuiActionSheet--sizeY-compact .vkuiActionSheet__header{padding:12px 20px}.vkuiActionSheet--desktop{-webkit-animation:none;animation:none;height:auto;margin:0;width:auto}.vkuiActionSheet--desktop.vkuiActionSheet--ios{border-radius:14px;padding:0}@-webkit-keyframes vkui-animation-actionsheet-intro{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes vkui-animation-actionsheet-intro{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.vkuiActionSheetItem{align-items:center;border-radius:0;box-sizing:border-box;color:#000;color:var(--text_primary,var(--vkui--color_text_primary));display:flex;min-height:48px;overflow:hidden;padding:0 20px;text-decoration:none}.vkuiActionSheetItem,.vkuiActionSheetItem__after,.vkuiActionSheetItem__before,.vkuiActionSheetItem__container{position:relative;z-index:2}.vkuiActionSheetItem__after,.vkuiActionSheetItem__before{flex-shrink:0}.vkuiActionSheetItem__before{margin-left:-2px;margin-right:18px}.vkuiActionSheetItem__container{flex-grow:1;max-width:100%;padding:10px 0}.vkuiActionSheetItem--ellipsis{overflow:hidden;white-space:nowrap}.vkuiActionSheetItem__content{align-items:baseline;display:flex;justify-content:space-between;overflow:hidden}.vkuiActionSheetItem--ellipsis .vkuiActionSheetItem__content{justify-content:flex-start}.vkuiActionSheetItem__children{min-width:0;overflow:hidden;text-overflow:ellipsis}.vkuiActionSheetItem__subtitle{margin-top:2px;overflow:hidden;text-overflow:ellipsis}.vkuiActionSheetItem__meta,.vkuiActionSheetItem__subtitle{color:#818c99;color:var(--text_secondary,var(--vkui--color_text_secondary))}.vkuiActionSheetItem__meta{flex-shrink:0;margin-left:6px}.vkuiActionSheetItem__before{color:#2688eb;color:var(--action_sheet_action_foreground,var(--vkui--color_icon_accent))}.vkuiActionSheetItem--destructive .vkuiActionSheetItem__container:first-child{color:#e64646;color:var(--destructive,var(--vkui--color_text_negative))}.vkuiActionSheetItem--destructive .vkuiActionSheetItem__before{color:#e64646;color:var(--destructive,var(--vkui--color_icon_negative))}.vkuiActionSheetItem__radio{display:none}.vkuiActionSheetItem__marker{align-items:center;background-color:initial;color:#2688eb;color:var(--accent,var(--vkui--color_icon_accent));display:none;justify-content:center;margin-left:16px}.vkuiActionSheetItem__radio:checked~.vkuiActionSheetItem__marker{display:flex}.vkuiActionSheetItem--ios{background:#fff;background:var(--modal_card_background,var(--vkui--color_background_modal));border-radius:0;color:#2688eb;color:var(--action_sheet_action_foreground,var(--vkui--color_text_accent));min-height:56px;padding:14px 20px 14px 19px}.vkuiActionSheetItem--rich{color:#000;color:var(--text_primary,var(--vkui--color_text_primary))}.vkuiActionSheetItem--ios.vkuiActionSheetItem--destructive{color:#e64646;color:var(--destructive,var(--vkui--color_text_negative))}.vkuiActionSheetItem--ios:first-child{border-top-left-radius:14px;border-top-right-radius:14px}.vkuiActionSheetItem--ios:last-child,.vkuiActionSheetItem--ios:not(.vkuiActionSheetItem--desktop):nth-last-child(2){border-bottom-left-radius:14px;border-bottom-right-radius:14px}.vkuiActionSheetItem--ios:before{background-color:#fff;background-color:var(
|
|
111
111
|
--modal_card_background,var(--vkui--color_background_modal)
|
|
112
112
|
);content:"";height:100%;left:0;position:absolute;top:0;transition:opacity .15s ease-out,background-color .15s ease-out;width:100%;z-index:-1}.vkuiActionSheetItem--ios:after{background:rgba(0,0,0,.12);background:var(
|
|
113
113
|
--action_sheet_separator,var(--vkui--color_separator_primary)
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
var(--vkui--size_panel_header_height--regular)
|
|
127
127
|
))}.vkuiModalRoot__modal{box-sizing:border-box;height:100%;position:absolute;width:100%;z-index:1}@-webkit-keyframes vkui-animation-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes vkui-animation-fadeIn{0%{opacity:0}to{opacity:1}}.vkuiModalCard{align-items:flex-end;box-sizing:border-box;display:flex;height:100%;left:0;padding:8px;position:absolute;top:0;width:100%;z-index:1}.vkuiModalCard__in{margin-left:auto;margin-right:auto;-webkit-transform:translateY(calc(100% + 16px));transform:translateY(calc(100% + 16px));width:100%}.vkuiModalCard--ios .vkuiModalCard__in{max-width:414px;transition:-webkit-transform .34s cubic-bezier(.36,.66,.04,1);transition:transform .34s cubic-bezier(.36,.66,.04,1);transition:transform .34s cubic-bezier(.36,.66,.04,1),-webkit-transform .34s cubic-bezier(.36,.66,.04,1);transition:-webkit-transform .34s var(--ios-easing);transition:transform .34s var(--ios-easing);transition:transform .34s var(--ios-easing),-webkit-transform .34s var(--ios-easing)}.vkuiModalCard--android .vkuiModalCard__in,.vkuiModalCard--vkcom .vkuiModalCard__in{transition:-webkit-transform .34s cubic-bezier(.4,0,.2,1);transition:transform .34s cubic-bezier(.4,0,.2,1);transition:transform .34s cubic-bezier(.4,0,.2,1),-webkit-transform .34s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .34s var(--android-easing);transition:transform .34s var(--android-easing);transition:transform .34s var(--android-easing),-webkit-transform .34s var(--android-easing)}.vkuiModalCard--android .vkuiModalCard__in{max-width:440px}.vkuiModalCard--vkcom .vkuiModalCard__in{max-width:400px}.vkuiModalCard--desktop{align-items:center}.vkuiModalCard--desktop .vkuiModalCard__in{opacity:0;-webkit-transform:unset;transform:unset;transition:opacity .34s cubic-bezier(.4,0,.2,1);transition:opacity .34s var(--android-easing)}.vkuiModalRoot--touched .vkuiModalCard__in{transition:none}.vkuiModalPage{box-sizing:border-box;height:100%;overflow:hidden;pointer-events:none;position:absolute;width:100%;z-index:1}.vkuiModalPage--desktop{align-items:center;display:flex;justify-content:center}.vkuiModalPage__in-wrap{align-items:flex-end;bottom:0;display:flex;height:100%;left:0;margin-left:auto;margin-right:auto;pointer-events:auto;position:absolute;right:0;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);transition:transform .32s cubic-bezier(.4,0,.2,1);transition:transform .32s cubic-bezier(.4,0,.2,1),-webkit-transform .32s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .32s var(--android-easing);transition:transform .32s var(--android-easing);transition:transform .32s var(--android-easing),-webkit-transform .32s var(--android-easing);width:100%}.vkuiModalPage--ios .vkuiModalPage__in-wrap{transition:-webkit-transform .4s cubic-bezier(.36,.66,.04,1);transition:transform .4s cubic-bezier(.36,.66,.04,1);transition:transform .4s cubic-bezier(.36,.66,.04,1),-webkit-transform .4s cubic-bezier(.36,.66,.04,1);transition:-webkit-transform .4s var(--ios-easing);transition:transform .4s var(--ios-easing);transition:transform .4s var(--ios-easing),-webkit-transform .4s var(--ios-easing)}.vkuiModalPage--desktop .vkuiModalPage__in-wrap{align-items:normal;height:auto;margin:32px 56px;max-height:640px;opacity:0;position:relative;-webkit-transform:none;transform:none;transition:opacity .34s cubic-bezier(.4,0,.2,1);transition:opacity .34s var(--android-easing)}@media (max-height:672px){.vkuiModalPage--desktop .vkuiModalPage__in-wrap{max-height:calc(100% - 32px * 2)}}.vkuiModalPage--s .vkuiModalPage__in-wrap{max-width:420px;max-width:var(--vkui--size_popup_small--regular,420px)}.vkuiModalPage--m .vkuiModalPage__in-wrap{max-width:680px;max-width:var(--vkui--size_popup_medium--regular,680px)}.vkuiModalPage--l .vkuiModalPage__in-wrap{max-width:880px;max-width:var(--vkui--size_popup_large--regular,880px)}.vkuiModalPage--vkcom .vkuiModalPage__in-wrap{max-width:448px}.vkuiModalPage__in{background-color:#fff;background-color:var(
|
|
128
128
|
--background_content,var(--vkui--color_background_modal)
|
|
129
|
-
);border-top-left-radius:12px;border-top-left-radius:var(--vkui--size_border_radius_paper--regular,12px);border-top-right-radius:12px;border-top-right-radius:var(--vkui--size_border_radius_paper--regular,12px);box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:visible;position:relative;width:100%}.vkuiModalPage--desktop .vkuiModalPage__in{border-bottom-left-radius:12px;border-bottom-left-radius:var(--vkui--size_border_radius_paper--regular,12px);border-bottom-right-radius:12px;border-bottom-right-radius:var(--vkui--size_border_radius_paper--regular,12px);box-shadow:0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);box-shadow:var(--vkui--elevation3,0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08));height:auto}.vkuiModalPage__header{width:100%}.vkuiModalPage__content-wrap{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;
|
|
129
|
+
);border-top-left-radius:12px;border-top-left-radius:var(--vkui--size_border_radius_paper--regular,12px);border-top-right-radius:12px;border-top-right-radius:var(--vkui--size_border_radius_paper--regular,12px);box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:visible;position:relative;width:100%}.vkuiModalPage--desktop .vkuiModalPage__in{border-bottom-left-radius:12px;border-bottom-left-radius:var(--vkui--size_border_radius_paper--regular,12px);border-bottom-right-radius:12px;border-bottom-right-radius:var(--vkui--size_border_radius_paper--regular,12px);box-shadow:0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);box-shadow:var(--vkui--elevation3,0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08));height:auto}.vkuiModalPage__header{width:100%}.vkuiModalPage__content-wrap{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;height:100%;overflow:hidden;position:relative}.vkuiModalPage__content{box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:hidden}.vkuiModalPage--desktop .vkuiModalPage__content,.vkuiModalRoot__modal--expandable .vkuiModalPage__content{-webkit-overflow-scrolling:touch;overflow-y:auto}.vkuiModalPage__content-in{padding-bottom:0;padding-bottom:var(--safe-area-inset-bottom);position:relative}.vkuiModalPage__footer{background-color:#fff;background-color:var(
|
|
130
130
|
--background_content,var(--vkui--color_background_modal)
|
|
131
131
|
);position:relative;z-index:10}.vkuiModalRoot--touched .vkuiModalPage__in-wrap{transition:none}.vkuiModalRoot--switching .vkuiModalPage__in-wrap{pointer-events:none}.vkuiModalRoot__modal--collapsed .vkuiModalPage__content,.vkuiModalRoot__modal--dragging .vkuiModalPage__content{overflow:hidden;touch-action:pan-y}.vkuiModalRoot--touched .vkuiModalPage__footer{transition:none}.vkuiModalDismissButton{box-sizing:border-box;color:#fff;color:var(--white,var(--vkui--color_icon_contrast));height:56px;justify-content:center;padding:18px;position:absolute;right:-56px;top:0;transition:opacity .15s ease-out;width:56px}.vkuiModalDismissButton:before{background:rgba(0,0,0,.4);background:var(--vkui--color_overlay_primary,rgba(0,0,0,.4));border-radius:50%;bottom:14px;content:"";display:block;left:14px;position:absolute;right:14px;top:14px}.vkuiModalDismissButton .vkuiIcon{-webkit-transform:translateX(0);transform:translateX(0)}.vkuiModalDismissButton--hover.vkuiModalDismissButton:before{background:rgba(0,0,0,.44);background:var(--vkui--color_overlay_primary--hover,rgba(0,0,0,.44))}.vkuiModalDismissButton--active.vkuiModalDismissButton:before{background:rgba(0,0,0,.48);background:var(--vkui--color_overlay_primary--active,rgba(0,0,0,.48))}.vkuiModalPageHeader{--safe-area-inset-top:0;position:relative;z-index:2}.vkuiModalPageHeader--withGaps{padding-left:4px;padding-right:4px}.vkuiModalPageHeader--desktop.vkuiModalPageHeader--withGaps{padding-left:8px;padding-right:8px}.vkuiModalPageHeader .vkuiIcon--cancel_24,.vkuiModalPageHeader .vkuiIcon--dismiss_24{color:#99a2ad;color:var(--icon_secondary,var(--vkui--color_icon_secondary))}.vkuiButtonGroup{display:inline-flex;max-width:100%}.vkuiButtonGroup--stretched{display:flex;width:100%}.vkuiButtonGroup--mode-vertical{flex-direction:column}.vkuiButtonGroup--mode-horizontal{flex-direction:row}.vkuiButtonGroup--mode-vertical.vkuiButtonGroup--gap-space>:not(:first-child){margin-top:1px;margin-top:var(--vkui--size_button_group_gap_space--regular,1px)}.vkuiButtonGroup--mode-vertical.vkuiButtonGroup--gap-s>:not(:first-child){margin-top:8px;margin-top:var(--vkui--size_button_group_gap_small--regular,8px)}.vkuiButtonGroup--mode-vertical.vkuiButtonGroup--gap-m>:not(:first-child){margin-top:12px;margin-top:var(--vkui--size_button_group_gap_medium--regular,12px)}.vkuiButtonGroup--mode-horizontal>:not(.vkuiButtonGroup){min-width:0}.vkuiButtonGroup--mode-horizontal.vkuiButtonGroup--gap-space>:not(:last-child){margin-right:1px;margin-right:var(--vkui--size_button_group_gap_space--regular,1px)}.vkuiButtonGroup--mode-horizontal.vkuiButtonGroup--gap-s>:not(:last-child){margin-right:8px;margin-right:var(--vkui--size_button_group_gap_small--regular,8px)}.vkuiButtonGroup--mode-horizontal.vkuiButtonGroup--gap-m>:not(:last-child){margin-right:12px;margin-right:var(--vkui--size_button_group_gap_medium--regular,12px)}.vkuiButtonGroup--align-left{align-items:flex-start}.vkuiButtonGroup--align-center{align-items:center}.vkuiButtonGroup--align-right{align-items:flex-end}.vkuiBadge{border-radius:50%;display:block;flex-grow:0;flex-shrink:0;height:6px;width:6px}.vkuiBadge--new{background-color:#5c9ce6;background-color:var(--blue_200,var(--vkui--color_icon_accent))}.vkuiBadge--prominent{background-color:#ff3347;background-color:var(
|
|
132
132
|
--counter_prominent_background,var(--vkui--color_icon_negative)
|