@vkontakte/vkui 4.28.0 → 4.29.1
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/.browserslistrc +2 -0
- package/.cache/.eslintcache +1 -0
- package/.cache/.stylelintcache +1 -0
- package/.cache/.tsbuildinfo +53757 -0
- package/.cache/ts/src/appearance/constants.d.ts +1 -0
- package/.cache/ts/src/components/ActionSheet/ActionSheet.d.ts +26 -0
- package/.cache/ts/src/components/ActionSheet/ActionSheetContext.d.ts +8 -0
- package/.cache/ts/src/components/ActionSheet/ActionSheetDropdown.d.ts +4 -0
- package/.cache/ts/src/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +4 -0
- package/.cache/ts/src/components/ActionSheet/types.d.ts +9 -0
- package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.d.ts +20 -0
- package/.cache/ts/src/components/AdaptivityProvider/AdaptivityContext.d.ts +46 -0
- package/.cache/ts/src/components/AdaptivityProvider/AdaptivityProvider.d.ts +10 -0
- package/.cache/ts/src/components/Alert/Alert.d.ts +27 -0
- package/.cache/ts/src/components/AppRoot/AppRoot.d.ts +14 -0
- package/.cache/ts/src/components/AppRoot/AppRootContext.d.ts +9 -0
- package/.cache/ts/src/components/AppRoot/AppRootPortal.d.ts +5 -0
- package/.cache/ts/src/components/AppRoot/ScrollContext.d.ts +15 -0
- package/.cache/ts/src/components/AppearanceProvider/AppearanceProvider.d.ts +7 -0
- package/.cache/ts/src/components/AppearanceProvider/AppearanceProviderContext.d.ts +3 -0
- package/.cache/ts/src/components/Avatar/Avatar.d.ts +22 -0
- package/.cache/ts/src/components/Badge/Badge.d.ts +6 -0
- package/.cache/ts/src/components/Banner/Banner.d.ts +65 -0
- package/.cache/ts/src/components/Button/Button.d.ts +19 -0
- package/.cache/ts/src/components/ButtonGroup/ButtonGroup.d.ts +20 -0
- package/.cache/ts/src/components/Calendar/Calendar.d.ts +21 -0
- package/.cache/ts/src/components/CalendarDay/CalendarDay.d.ts +22 -0
- package/.cache/ts/src/components/CalendarDays/CalendarDays.d.ts +22 -0
- package/.cache/ts/src/components/CalendarHeader/CalendarHeader.d.ts +16 -0
- package/.cache/ts/src/components/CalendarRange/CalendarRange.d.ts +16 -0
- package/.cache/ts/src/components/CalendarTime/CalendarTime.d.ts +11 -0
- package/.cache/ts/src/components/Card/Card.d.ts +7 -0
- package/.cache/ts/src/components/CardGrid/CardGrid.d.ts +8 -0
- package/.cache/ts/src/components/CardScroll/CardScroll.d.ts +12 -0
- package/.cache/ts/src/components/Cell/Cell.d.ts +47 -0
- package/.cache/ts/src/components/Cell/CellCheckbox/CellCheckbox.d.ts +5 -0
- package/.cache/ts/src/components/Cell/CellDragger/CellDragger.d.ts +6 -0
- package/.cache/ts/src/components/Cell/useDraggable.d.ts +13 -0
- package/.cache/ts/src/components/CellButton/CellButton.d.ts +9 -0
- package/.cache/ts/src/components/Checkbox/Checkbox.d.ts +10 -0
- package/.cache/ts/src/components/Chip/Chip.d.ts +16 -0
- package/.cache/ts/src/components/ChipsInput/ChipsInput.d.ts +29 -0
- package/.cache/ts/src/components/ChipsInput/useChipsInput.d.ts +14 -0
- package/.cache/ts/src/components/ChipsSelect/ChipsSelect.d.ts +40 -0
- package/.cache/ts/src/components/ChipsSelect/useChipsSelect.d.ts +22 -0
- package/.cache/ts/src/components/ClickPopper/ClickPopper.d.ts +21 -0
- package/.cache/ts/src/components/ConfigProvider/ConfigProvider.d.ts +16 -0
- package/.cache/ts/src/components/ConfigProvider/ConfigProviderContext.d.ts +36 -0
- package/.cache/ts/src/components/ContentCard/ContentCard.d.ts +34 -0
- package/.cache/ts/src/components/Counter/Counter.d.ts +11 -0
- package/.cache/ts/src/components/CustomScrollView/CustomScrollView.d.ts +10 -0
- package/.cache/ts/src/components/CustomSelect/CustomSelect.d.ts +65 -0
- package/.cache/ts/src/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +15 -0
- package/.cache/ts/src/components/CustomSelectOption/CustomSelectOption.d.ts +44 -0
- package/.cache/ts/src/components/DateInput/DateInput.d.ts +12 -0
- package/.cache/ts/src/components/DatePicker/DatePicker.d.ts +24 -0
- package/.cache/ts/src/components/DateRangeInput/DateRangeInput.d.ts +18 -0
- package/.cache/ts/src/components/Div/Div.d.ts +6 -0
- package/.cache/ts/src/components/Dropdown/Dropdown.d.ts +8 -0
- package/.cache/ts/src/components/DropdownIcon/DropdownIcon.d.ts +3 -0
- package/.cache/ts/src/components/Epic/Epic.d.ts +10 -0
- package/.cache/ts/src/components/Epic/ScrollSaver.d.ts +6 -0
- package/.cache/ts/src/components/File/File.d.ts +9 -0
- package/.cache/ts/src/components/FixedLayout/FixedLayout.d.ts +19 -0
- package/.cache/ts/src/components/FocusTrap/FocusTrap.d.ts +8 -0
- package/.cache/ts/src/components/FocusVisible/FocusVisible.d.ts +8 -0
- package/.cache/ts/src/components/Footer/Footer.d.ts +5 -0
- package/.cache/ts/src/components/FormField/FormField.d.ts +28 -0
- package/.cache/ts/src/components/FormItem/FormItem.d.ts +14 -0
- package/.cache/ts/src/components/FormLayout/FormLayout.d.ts +6 -0
- package/.cache/ts/src/components/FormLayoutGroup/FormLayoutGroup.d.ts +13 -0
- package/.cache/ts/src/components/FormStatus/FormStatus.d.ts +7 -0
- package/.cache/ts/src/components/Gallery/Gallery.d.ts +47 -0
- package/.cache/ts/src/components/Gradient/Gradient.d.ts +7 -0
- package/.cache/ts/src/components/GridAvatar/GridAvatar.d.ts +9 -0
- package/.cache/ts/src/components/Group/Group.d.ts +23 -0
- package/.cache/ts/src/components/Header/Header.d.ts +18 -0
- package/.cache/ts/src/components/HorizontalCell/HorizontalCell.d.ts +10 -0
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.d.ts +18 -0
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScrollArrow.d.ts +8 -0
- package/.cache/ts/src/components/HoverPopper/HoverPopper.d.ts +29 -0
- package/.cache/ts/src/components/IconButton/IconButton.d.ts +11 -0
- package/.cache/ts/src/components/InfoRow/InfoRow.d.ts +7 -0
- package/.cache/ts/src/components/InitialsAvatar/InitialsAvatar.d.ts +32 -0
- package/.cache/ts/src/components/Input/Input.d.ts +8 -0
- package/.cache/ts/src/components/InputLike/InputLike.d.ts +10 -0
- package/.cache/ts/src/components/InputLike/InputLikeDivider.d.ts +3 -0
- package/.cache/ts/src/components/Link/Link.d.ts +6 -0
- package/.cache/ts/src/components/List/List.d.ts +4 -0
- package/.cache/ts/src/components/List/ListContext.d.ts +4 -0
- package/.cache/ts/src/components/LocaleProviderContext/LocaleProviderContext.d.ts +2 -0
- package/.cache/ts/src/components/MiniInfoCell/MiniInfoCell.d.ts +39 -0
- package/.cache/ts/src/components/ModalCard/ModalCard.d.ts +10 -0
- package/.cache/ts/src/components/ModalCardBase/ModalCardBase.d.ts +36 -0
- package/.cache/ts/src/components/ModalDismissButton/ModalDismissButton.d.ts +5 -0
- package/.cache/ts/src/components/ModalPage/ModalPage.d.ts +37 -0
- package/.cache/ts/src/components/ModalPageHeader/ModalPageHeader.d.ts +8 -0
- package/.cache/ts/src/components/ModalRoot/ModalRoot.d.ts +28 -0
- package/.cache/ts/src/components/ModalRoot/ModalRootAdaptive.d.ts +22 -0
- package/.cache/ts/src/components/ModalRoot/ModalRootContext.d.ts +20 -0
- package/.cache/ts/src/components/ModalRoot/ModalRootDesktop.d.ts +28 -0
- package/.cache/ts/src/components/ModalRoot/constants.d.ts +3 -0
- package/.cache/ts/src/components/ModalRoot/types.d.ts +60 -0
- package/.cache/ts/src/components/ModalRoot/useModalManager.d.ts +38 -0
- package/.cache/ts/src/components/ModalRoot/withModalRootContext.d.ts +5 -0
- package/.cache/ts/src/components/NativeSelect/NativeSelect.d.ts +14 -0
- package/.cache/ts/src/components/NavTransitionContext/NavTransitionContext.d.ts +7 -0
- package/.cache/ts/src/components/Pagination/Pagination.d.ts +42 -0
- package/.cache/ts/src/components/Panel/Panel.d.ts +9 -0
- package/.cache/ts/src/components/PanelHeader/PanelHeader.d.ts +21 -0
- package/.cache/ts/src/components/PanelHeaderBack/PanelHeaderBack.d.ts +9 -0
- package/.cache/ts/src/components/PanelHeaderButton/PanelHeaderButton.d.ts +8 -0
- package/.cache/ts/src/components/PanelHeaderClose/PanelHeaderClose.d.ts +4 -0
- package/.cache/ts/src/components/PanelHeaderContent/PanelHeaderContent.d.ts +9 -0
- package/.cache/ts/src/components/PanelHeaderContext/PanelHeaderContext.d.ts +7 -0
- package/.cache/ts/src/components/PanelHeaderEdit/PanelHeaderEdit.d.ts +18 -0
- package/.cache/ts/src/components/PanelHeaderSubmit/PanelHeaderSubmit.d.ts +4 -0
- package/.cache/ts/src/components/PanelSpinner/PanelSpinner.d.ts +7 -0
- package/.cache/ts/src/components/Placeholder/Placeholder.d.ts +23 -0
- package/.cache/ts/src/components/PopoutRoot/PopoutRoot.d.ts +10 -0
- package/.cache/ts/src/components/PopoutWrapper/PopoutWrapper.d.ts +10 -0
- package/.cache/ts/src/components/Popper/Popper.d.ts +32 -0
- package/.cache/ts/src/components/Progress/Progress.d.ts +8 -0
- package/.cache/ts/src/components/PromoBanner/PromoBanner.d.ts +40 -0
- package/.cache/ts/src/components/PullToRefresh/PullToRefresh.d.ts +37 -0
- package/.cache/ts/src/components/PullToRefresh/PullToRefreshSpinner.d.ts +11 -0
- package/.cache/ts/src/components/Radio/Radio.d.ts +9 -0
- package/.cache/ts/src/components/RadioGroup/RadioGroup.d.ts +6 -0
- package/.cache/ts/src/components/RangeSlider/RangeSlider.d.ts +6 -0
- package/.cache/ts/src/components/RangeSlider/UniversalSlider.d.ts +16 -0
- package/.cache/ts/src/components/Removable/Removable.d.ts +21 -0
- package/.cache/ts/src/components/RichCell/RichCell.d.ts +37 -0
- package/.cache/ts/src/components/RichTooltip/RichTooltip.d.ts +5 -0
- package/.cache/ts/src/components/Root/Root.d.ts +31 -0
- package/.cache/ts/src/components/ScreenSpinner/ScreenSpinner.d.ts +6 -0
- package/.cache/ts/src/components/Search/Search.d.ts +17 -0
- package/.cache/ts/src/components/SegmentedControl/SegmentedControl.d.ts +17 -0
- package/.cache/ts/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +4 -0
- package/.cache/ts/src/components/Select/Select.d.ts +6 -0
- package/.cache/ts/src/components/SelectMimicry/SelectMimicry.d.ts +14 -0
- package/.cache/ts/src/components/Separator/Separator.d.ts +11 -0
- package/.cache/ts/src/components/SimpleCell/SimpleCell.d.ts +39 -0
- package/.cache/ts/src/components/SimpleCheckbox/SimpleCheckbox.d.ts +8 -0
- package/.cache/ts/src/components/Slider/Slider.d.ts +5 -0
- package/.cache/ts/src/components/SliderSwitch/SliderSwitch.d.ts +47 -0
- package/.cache/ts/src/components/SliderSwitch/SliderSwitchButton.d.ts +11 -0
- package/.cache/ts/src/components/Snackbar/Snackbar.d.ts +35 -0
- package/.cache/ts/src/components/Spacing/Spacing.d.ts +18 -0
- package/.cache/ts/src/components/Spinner/Spinner.d.ts +7 -0
- package/.cache/ts/src/components/SplitCol/SplitCol.d.ts +22 -0
- package/.cache/ts/src/components/SplitLayout/SplitLayout.d.ts +15 -0
- package/.cache/ts/src/components/SubnavigationBar/SubnavigationBar.d.ts +7 -0
- package/.cache/ts/src/components/SubnavigationButton/SubnavigationButton.d.ts +21 -0
- package/.cache/ts/src/components/Switch/Switch.d.ts +7 -0
- package/.cache/ts/src/components/Tabbar/Tabbar.d.ts +11 -0
- package/.cache/ts/src/components/TabbarItem/TabbarItem.d.ts +21 -0
- package/.cache/ts/src/components/Tabs/Tabs.d.ts +10 -0
- package/.cache/ts/src/components/TabsItem/TabsItem.d.ts +8 -0
- package/.cache/ts/src/components/Tappable/Tappable.d.ts +42 -0
- package/.cache/ts/src/components/TextTooltip/TextTooltip.d.ts +14 -0
- package/.cache/ts/src/components/Textarea/Textarea.d.ts +11 -0
- package/.cache/ts/src/components/Tooltip/Tooltip.d.ts +55 -0
- package/.cache/ts/src/components/Tooltip/TooltipContainer.d.ts +5 -0
- package/.cache/ts/src/components/Touch/Touch.d.ts +49 -0
- package/.cache/ts/src/components/Touch/TouchContext.d.ts +7 -0
- package/.cache/ts/src/components/Typography/Caption/Caption.d.ts +14 -0
- package/.cache/ts/src/components/Typography/Headline/Headline.d.ts +8 -0
- package/.cache/ts/src/components/Typography/Paragraph/Paragraph.d.ts +10 -0
- package/.cache/ts/src/components/Typography/Subhead/Subhead.d.ts +12 -0
- package/.cache/ts/src/components/Typography/Text/Text.d.ts +8 -0
- package/.cache/ts/src/components/Typography/Title/Title.d.ts +13 -0
- package/.cache/ts/src/components/UsersStack/UsersStack.d.ts +23 -0
- package/.cache/ts/src/components/UsersStack/masks.d.ts +1 -0
- package/.cache/ts/src/components/View/View.d.ts +80 -0
- package/.cache/ts/src/components/View/ViewInfinite.d.ts +66 -0
- package/.cache/ts/src/components/View/utils.d.ts +2 -0
- package/.cache/ts/src/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +12 -0
- package/.cache/ts/src/components/WriteBar/WriteBar.d.ts +23 -0
- package/.cache/ts/src/components/WriteBarIcon/WriteBarIcon.d.ts +18 -0
- package/.cache/ts/src/helpers/avatar.d.ts +5 -0
- package/.cache/ts/src/helpers/getClassName.d.ts +2 -0
- package/.cache/ts/src/helpers/getScheme.d.ts +8 -0
- package/.cache/ts/src/helpers/math.d.ts +5 -0
- package/.cache/ts/src/helpers/scheme.d.ts +34 -0
- package/.cache/ts/src/hoc/withAdaptivity.d.ts +13 -0
- package/.cache/ts/src/hoc/withContext.d.ts +2 -0
- package/.cache/ts/src/hoc/withInsets.d.ts +3 -0
- package/.cache/ts/src/hoc/withPlatform.d.ts +3 -0
- package/.cache/ts/src/hooks/useAdaptivity.d.ts +3 -0
- package/.cache/ts/src/hooks/useAppearance.d.ts +1 -0
- package/.cache/ts/src/hooks/useBooleanState.d.ts +6 -0
- package/.cache/ts/src/hooks/useBridgeAdaptivity.d.ts +6 -0
- package/.cache/ts/src/hooks/useBrowserInfo.d.ts +2 -0
- package/.cache/ts/src/hooks/useCalendar.d.ts +18 -0
- package/.cache/ts/src/hooks/useDateInput.d.ts +30 -0
- package/.cache/ts/src/hooks/useEffectDev.d.ts +2 -0
- package/.cache/ts/src/hooks/useEnsuredControl.d.ts +6 -0
- package/.cache/ts/src/hooks/useEventListener.d.ts +7 -0
- package/.cache/ts/src/hooks/useExternRef.d.ts +2 -0
- package/.cache/ts/src/hooks/useFocusVisible.d.ts +6 -0
- package/.cache/ts/src/hooks/useGlobalEventListener.d.ts +2 -0
- package/.cache/ts/src/hooks/useInsets.d.ts +8 -0
- package/.cache/ts/src/hooks/useKeyboard.d.ts +11 -0
- package/.cache/ts/src/hooks/useKeyboardInputTracker.d.ts +3 -0
- package/.cache/ts/src/hooks/useObjectMemo.d.ts +2 -0
- package/.cache/ts/src/hooks/useOrientationChange.d.ts +7 -0
- package/.cache/ts/src/hooks/usePagination.d.ts +34 -0
- package/.cache/ts/src/hooks/usePatchChildrenRef.d.ts +6 -0
- package/.cache/ts/src/hooks/usePlatform.d.ts +2 -0
- package/.cache/ts/src/hooks/useTimeout.d.ts +4 -0
- package/.cache/ts/src/hooks/useWaitTransitionFinish.d.ts +3 -0
- package/.cache/ts/src/index.d.ts +300 -0
- package/.cache/ts/src/lib/SSR.d.ts +14 -0
- package/.cache/ts/src/lib/accessibility.d.ts +10 -0
- package/.cache/ts/src/lib/animate.d.ts +15 -0
- package/.cache/ts/src/lib/browser.d.ts +11 -0
- package/.cache/ts/src/lib/calendar.d.ts +14 -0
- package/.cache/ts/src/lib/callMultiple.d.ts +1 -0
- package/.cache/ts/src/lib/classNames.d.ts +6 -0
- package/.cache/ts/src/lib/classScopingMode.d.ts +8 -0
- package/.cache/ts/src/lib/date.d.ts +29 -0
- package/.cache/ts/src/lib/dom.d.ts +21 -0
- package/.cache/ts/src/lib/fx.d.ts +5 -0
- package/.cache/ts/src/lib/getNavId.d.ts +7 -0
- package/.cache/ts/src/lib/is.d.ts +1 -0
- package/.cache/ts/src/lib/isRefObject.d.ts +2 -0
- package/.cache/ts/src/lib/jsxRuntime.d.ts +8 -0
- package/.cache/ts/src/lib/offset.d.ts +7 -0
- package/.cache/ts/src/lib/platform.d.ts +19 -0
- package/.cache/ts/src/lib/polyfills.d.ts +6 -0
- package/.cache/ts/src/lib/prefixClass.d.ts +1 -0
- package/.cache/ts/src/lib/removeObjectKeys.d.ts +1 -0
- package/.cache/ts/src/lib/select.d.ts +7 -0
- package/.cache/ts/src/lib/styles.d.ts +1 -0
- package/.cache/ts/src/lib/supportEvents.d.ts +9 -0
- package/.cache/ts/src/lib/taptic.d.ts +2 -0
- package/.cache/ts/src/lib/testing.d.ts +1 -0
- package/.cache/ts/src/lib/touch.d.ts +9 -0
- package/.cache/ts/src/lib/useIsomorphicLayoutEffect.d.ts +2 -0
- package/.cache/ts/src/lib/utils.d.ts +16 -0
- package/.cache/ts/src/lib/warnOnce.d.ts +2 -0
- package/.cache/ts/src/testing/setup.d.ts +1 -0
- package/.cache/ts/src/testing/utils.d.ts +31 -0
- package/.cache/ts/src/tokenized/index.d.ts +42 -0
- package/.cache/ts/src/types.d.ts +34 -0
- package/.cache/ts/src/unstable/index.d.ts +17 -0
- package/.codesandbox/ci.json +5 -0
- package/.editorconfig +14 -0
- package/.eslintignore +6 -0
- package/.eslintrc.json +151 -0
- package/.gitattributes +1 -0
- package/.gitmodules +0 -0
- package/.prettierignore +14 -0
- package/.prettierrc.json +1 -0
- package/.stylelintignore +2 -0
- package/CONTRIBUTING.md +3 -2
- package/CSS_GUIDE.md +145 -0
- package/TESTING.md +58 -0
- package/babel.cjs.config.js +15 -0
- package/babel.config.js +72 -0
- package/dist/cjs/components/ActionSheet/ActionSheet.js +8 -8
- package/dist/cjs/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/cjs/components/ActionSheet/ActionSheetDropdown.js +2 -1
- package/dist/cjs/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
- package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js +1 -1
- package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js +10 -11
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js +44 -11
- package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
- package/dist/cjs/components/Alert/Alert.d.ts +4 -1
- package/dist/cjs/components/Alert/Alert.js +32 -16
- package/dist/cjs/components/Alert/Alert.js.map +1 -1
- package/dist/cjs/components/AppRoot/AppRoot.js +20 -3
- package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/cjs/components/AppRoot/ScrollContext.d.ts +6 -14
- package/dist/cjs/components/AppRoot/ScrollContext.js +94 -2
- package/dist/cjs/components/AppRoot/ScrollContext.js.map +1 -1
- package/dist/cjs/components/Avatar/Avatar.js +4 -1
- package/dist/cjs/components/Avatar/Avatar.js.map +1 -1
- package/dist/cjs/components/Banner/Banner.js +5 -4
- package/dist/cjs/components/Banner/Banner.js.map +1 -1
- package/dist/cjs/components/Button/Button.d.ts +1 -2
- package/dist/cjs/components/Button/Button.js +40 -49
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/Calendar/Calendar.js +5 -5
- package/dist/cjs/components/Calendar/Calendar.js.map +1 -1
- package/dist/cjs/components/CalendarDay/CalendarDay.js +4 -1
- package/dist/cjs/components/CalendarDay/CalendarDay.js.map +1 -1
- package/dist/cjs/components/CalendarDays/CalendarDays.js +5 -5
- package/dist/cjs/components/CalendarDays/CalendarDays.js.map +1 -1
- package/dist/cjs/components/CalendarHeader/CalendarHeader.js +15 -15
- package/dist/cjs/components/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/cjs/components/CalendarRange/CalendarRange.js +12 -15
- package/dist/cjs/components/CalendarRange/CalendarRange.js.map +1 -1
- package/dist/cjs/components/CalendarTime/CalendarTime.js +8 -10
- package/dist/cjs/components/CalendarTime/CalendarTime.js.map +1 -1
- package/dist/cjs/components/CardScroll/CardScroll.js +3 -2
- package/dist/cjs/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/cjs/components/Cell/Cell.d.ts +1 -1
- package/dist/cjs/components/Cell/Cell.js +4 -3
- package/dist/cjs/components/Cell/Cell.js.map +1 -1
- package/dist/cjs/components/CellButton/CellButton.js +1 -0
- package/dist/cjs/components/CellButton/CellButton.js.map +1 -1
- package/dist/cjs/components/Checkbox/Checkbox.js +2 -5
- package/dist/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/cjs/components/Chip/Chip.js +3 -4
- package/dist/cjs/components/Chip/Chip.js.map +1 -1
- package/dist/cjs/components/ChipsInput/ChipsInput.d.ts +1 -2
- package/dist/cjs/components/ChipsInput/ChipsInput.js +7 -10
- package/dist/cjs/components/ChipsInput/ChipsInput.js.map +1 -1
- package/dist/cjs/components/ChipsSelect/ChipsSelect.d.ts +2 -2
- package/dist/cjs/components/ChipsSelect/ChipsSelect.js +10 -16
- package/dist/cjs/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/cjs/components/ClickPopper/ClickPopper.d.ts +1 -1
- package/dist/cjs/components/ClickPopper/ClickPopper.js.map +1 -1
- package/dist/cjs/components/ConfigProvider/ConfigProvider.js +1 -1
- package/dist/cjs/components/ConfigProvider/ConfigProvider.js.map +1 -1
- package/dist/cjs/components/ContentCard/ContentCard.js +9 -10
- package/dist/cjs/components/ContentCard/ContentCard.js.map +1 -1
- package/dist/cjs/components/Counter/Counter.js +3 -3
- package/dist/cjs/components/Counter/Counter.js.map +1 -1
- package/dist/cjs/components/CustomSelect/CustomSelect.d.ts +2 -2
- package/dist/cjs/components/CustomSelect/CustomSelect.js +45 -43
- package/dist/cjs/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.js +1 -5
- package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
- package/dist/cjs/components/CustomSelectOption/CustomSelectOption.d.ts +35 -6
- package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js +26 -18
- package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
- package/dist/cjs/components/DateInput/DateInput.js +5 -5
- package/dist/cjs/components/DateInput/DateInput.js.map +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.js +6 -6
- package/dist/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/cjs/components/DateRangeInput/DateRangeInput.js +7 -7
- package/dist/cjs/components/DateRangeInput/DateRangeInput.js.map +1 -1
- package/dist/cjs/components/Epic/Epic.js +1 -1
- package/dist/cjs/components/Epic/Epic.js.map +1 -1
- package/dist/cjs/components/File/File.js +2 -2
- package/dist/cjs/components/File/File.js.map +1 -1
- package/dist/cjs/components/FixedLayout/FixedLayout.js +2 -1
- package/dist/cjs/components/FixedLayout/FixedLayout.js.map +1 -1
- package/dist/cjs/components/Footer/Footer.js +2 -4
- package/dist/cjs/components/Footer/Footer.js.map +1 -1
- package/dist/cjs/components/FormField/FormField.d.ts +15 -1
- package/dist/cjs/components/FormField/FormField.js +8 -8
- package/dist/cjs/components/FormField/FormField.js.map +1 -1
- package/dist/cjs/components/FormItem/FormItem.js +6 -7
- package/dist/cjs/components/FormItem/FormItem.js.map +1 -1
- package/dist/cjs/components/FormLayoutGroup/FormLayoutGroup.js +2 -1
- package/dist/cjs/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -1
- package/dist/cjs/components/FormStatus/FormStatus.js +3 -8
- package/dist/cjs/components/FormStatus/FormStatus.js.map +1 -1
- package/dist/cjs/components/Gallery/Gallery.d.ts +9 -1
- package/dist/cjs/components/Gallery/Gallery.js +10 -2
- package/dist/cjs/components/Gallery/Gallery.js.map +1 -1
- package/dist/cjs/components/GridAvatar/GridAvatar.d.ts +1 -0
- package/dist/cjs/components/GridAvatar/GridAvatar.js +6 -6
- package/dist/cjs/components/GridAvatar/GridAvatar.js.map +1 -1
- package/dist/cjs/components/Group/Group.js +5 -6
- package/dist/cjs/components/Group/Group.js.map +1 -1
- package/dist/cjs/components/Header/Header.js +18 -24
- package/dist/cjs/components/Header/Header.js.map +1 -1
- package/dist/cjs/components/HorizontalCell/HorizontalCell.js +6 -9
- package/dist/cjs/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.d.ts +1 -2
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js +34 -24
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/cjs/components/InfoRow/InfoRow.js +2 -2
- package/dist/cjs/components/InfoRow/InfoRow.js.map +1 -1
- package/dist/cjs/components/Input/Input.d.ts +1 -2
- package/dist/cjs/components/Input/Input.js +13 -15
- package/dist/cjs/components/Input/Input.js.map +1 -1
- package/dist/cjs/components/List/List.js +1 -0
- package/dist/cjs/components/List/List.js.map +1 -1
- package/dist/cjs/components/MiniInfoCell/MiniInfoCell.js +1 -0
- package/dist/cjs/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
- package/dist/cjs/components/ModalCard/ModalCard.d.ts +1 -1
- package/dist/cjs/components/ModalCard/ModalCard.js +1 -0
- package/dist/cjs/components/ModalCard/ModalCard.js.map +1 -1
- package/dist/cjs/components/ModalCardBase/ModalCardBase.d.ts +5 -1
- package/dist/cjs/components/ModalCardBase/ModalCardBase.js +10 -4
- package/dist/cjs/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/cjs/components/ModalPage/ModalPage.d.ts +16 -1
- package/dist/cjs/components/ModalPage/ModalPage.js +10 -6
- package/dist/cjs/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js +1 -0
- package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
- package/dist/cjs/components/ModalRoot/ModalRoot.d.ts +14 -2
- package/dist/cjs/components/ModalRoot/ModalRoot.js +14 -11
- package/dist/cjs/components/ModalRoot/ModalRoot.js.map +1 -1
- package/dist/cjs/components/ModalRoot/ModalRootAdaptive.d.ts +15 -3
- package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js +3 -0
- package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
- package/dist/cjs/components/ModalRoot/ModalRootDesktop.d.ts +14 -2
- package/dist/cjs/components/ModalRoot/ModalRootDesktop.js +10 -7
- package/dist/cjs/components/ModalRoot/ModalRootDesktop.js.map +1 -1
- package/dist/cjs/components/ModalRoot/types.d.ts +16 -1
- package/dist/cjs/components/ModalRoot/types.js.map +1 -1
- package/dist/cjs/components/ModalRoot/useModalManager.d.ts +6 -5
- package/dist/cjs/components/ModalRoot/useModalManager.js +54 -16
- package/dist/cjs/components/ModalRoot/useModalManager.js.map +1 -1
- package/dist/cjs/components/NativeSelect/NativeSelect.d.ts +1 -2
- package/dist/cjs/components/NativeSelect/NativeSelect.js +7 -8
- package/dist/cjs/components/NativeSelect/NativeSelect.js.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.d.ts +3 -3
- package/dist/cjs/components/Pagination/Pagination.js +3 -3
- package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
- package/dist/cjs/components/Panel/Panel.js +2 -1
- package/dist/cjs/components/Panel/Panel.js.map +1 -1
- package/dist/cjs/components/PanelHeader/PanelHeader.js +1 -0
- package/dist/cjs/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/cjs/components/PanelHeaderBack/PanelHeaderBack.js +1 -0
- package/dist/cjs/components/PanelHeaderBack/PanelHeaderBack.js.map +1 -1
- package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.js +5 -4
- package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
- package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js +2 -4
- package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
- package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js +5 -1
- package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
- package/dist/cjs/components/Placeholder/Placeholder.js +4 -3
- package/dist/cjs/components/Placeholder/Placeholder.js.map +1 -1
- package/dist/cjs/components/PopoutWrapper/PopoutWrapper.js +1 -0
- package/dist/cjs/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
- package/dist/cjs/components/Popper/Popper.js +2 -2
- package/dist/cjs/components/Popper/Popper.js.map +1 -1
- package/dist/cjs/components/PromoBanner/PromoBanner.js +5 -9
- package/dist/cjs/components/PromoBanner/PromoBanner.js.map +1 -1
- package/dist/cjs/components/PullToRefresh/PullToRefresh.js +2 -1
- package/dist/cjs/components/PullToRefresh/PullToRefresh.js.map +1 -1
- package/dist/cjs/components/PullToRefresh/PullToRefreshSpinner.js +1 -0
- package/dist/cjs/components/PullToRefresh/PullToRefreshSpinner.js.map +1 -1
- package/dist/cjs/components/Radio/Radio.js +2 -5
- package/dist/cjs/components/Radio/Radio.js.map +1 -1
- package/dist/cjs/components/RichCell/RichCell.js +3 -2
- package/dist/cjs/components/RichCell/RichCell.js.map +1 -1
- package/dist/cjs/components/RichTooltip/RichTooltip.js +2 -1
- package/dist/cjs/components/RichTooltip/RichTooltip.js.map +1 -1
- package/dist/cjs/components/Root/Root.js +8 -7
- package/dist/cjs/components/Root/Root.js.map +1 -1
- package/dist/cjs/components/ScreenSpinner/ScreenSpinner.js +3 -0
- package/dist/cjs/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
- package/dist/cjs/components/Search/Search.js +3 -2
- package/dist/cjs/components/Search/Search.js.map +1 -1
- package/dist/cjs/components/SegmentedControl/SegmentedControl.js +19 -13
- package/dist/cjs/components/SegmentedControl/SegmentedControl.js.map +1 -1
- package/dist/cjs/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js +2 -1
- package/dist/cjs/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js.map +1 -1
- package/dist/cjs/components/Select/Select.d.ts +1 -2
- package/dist/cjs/components/Select/Select.js +9 -11
- package/dist/cjs/components/Select/Select.js.map +1 -1
- package/dist/cjs/components/SelectMimicry/SelectMimicry.d.ts +3 -3
- package/dist/cjs/components/SelectMimicry/SelectMimicry.js +5 -2
- package/dist/cjs/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/cjs/components/Separator/Separator.js +3 -1
- package/dist/cjs/components/Separator/Separator.js.map +1 -1
- package/dist/cjs/components/SimpleCell/SimpleCell.js +5 -4
- package/dist/cjs/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/cjs/components/SimpleCheckbox/SimpleCheckbox.js +6 -2
- package/dist/cjs/components/SimpleCheckbox/SimpleCheckbox.js.map +1 -1
- package/dist/cjs/components/SliderSwitch/SliderSwitch.js +1 -0
- package/dist/cjs/components/SliderSwitch/SliderSwitch.js.map +1 -1
- package/dist/cjs/components/SliderSwitch/SliderSwitchButton.js +1 -0
- package/dist/cjs/components/SliderSwitch/SliderSwitchButton.js.map +1 -1
- package/dist/cjs/components/Snackbar/Snackbar.js +3 -2
- package/dist/cjs/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/cjs/components/Spacing/Spacing.js +2 -1
- package/dist/cjs/components/Spacing/Spacing.js.map +1 -1
- package/dist/cjs/components/SplitCol/SplitCol.js +2 -1
- package/dist/cjs/components/SplitCol/SplitCol.js.map +1 -1
- package/dist/cjs/components/SplitLayout/SplitLayout.js +2 -1
- package/dist/cjs/components/SplitLayout/SplitLayout.js.map +1 -1
- package/dist/cjs/components/SubnavigationBar/SubnavigationBar.js +2 -2
- package/dist/cjs/components/SubnavigationBar/SubnavigationBar.js.map +1 -1
- package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js +7 -7
- package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/cjs/components/Switch/Switch.js +1 -0
- package/dist/cjs/components/Switch/Switch.js.map +1 -1
- package/dist/cjs/components/Tabbar/Tabbar.js +1 -0
- package/dist/cjs/components/Tabbar/Tabbar.js.map +1 -1
- package/dist/cjs/components/TabbarItem/TabbarItem.d.ts +1 -1
- package/dist/cjs/components/TabbarItem/TabbarItem.js +2 -1
- package/dist/cjs/components/TabbarItem/TabbarItem.js.map +1 -1
- package/dist/cjs/components/TabsItem/TabsItem.js +3 -2
- package/dist/cjs/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/cjs/components/Tappable/Tappable.js +5 -4
- package/dist/cjs/components/Tappable/Tappable.js.map +1 -1
- package/dist/cjs/components/TextTooltip/TextTooltip.js +3 -3
- package/dist/cjs/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.js +6 -6
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cjs/components/Touch/Touch.js +9 -3
- package/dist/cjs/components/Touch/Touch.js.map +1 -1
- package/dist/cjs/components/Touch/TouchContext.d.ts +1 -1
- package/dist/cjs/components/Touch/TouchContext.js +1 -1
- package/dist/cjs/components/Touch/TouchContext.js.map +1 -1
- package/dist/cjs/components/Typography/Caption/Caption.d.ts +8 -4
- package/dist/cjs/components/Typography/Caption/Caption.js +12 -14
- package/dist/cjs/components/Typography/Caption/Caption.js.map +1 -1
- package/dist/cjs/components/Typography/Paragraph/Paragraph.d.ts +10 -0
- package/dist/cjs/components/Typography/Paragraph/Paragraph.js +42 -0
- package/dist/cjs/components/Typography/Paragraph/Paragraph.js.map +1 -0
- package/dist/cjs/components/Typography/Subhead/Subhead.d.ts +4 -3
- package/dist/cjs/components/Typography/Subhead/Subhead.js +4 -6
- package/dist/cjs/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/cjs/components/Typography/Text/Text.js +1 -1
- package/dist/cjs/components/Typography/Text/Text.js.map +1 -1
- package/dist/cjs/components/Typography/Title/Title.d.ts +4 -3
- package/dist/cjs/components/Typography/Title/Title.js +5 -9
- package/dist/cjs/components/Typography/Title/Title.js.map +1 -1
- package/dist/cjs/components/UsersStack/UsersStack.js +6 -6
- package/dist/cjs/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/cjs/components/View/View.js +5 -0
- package/dist/cjs/components/View/View.js.map +1 -1
- package/dist/cjs/components/View/ViewInfinite.js +5 -0
- package/dist/cjs/components/View/ViewInfinite.js.map +1 -1
- package/dist/cjs/components/View/utils.js +5 -2
- package/dist/cjs/components/View/utils.js.map +1 -1
- package/dist/cjs/components/WriteBarIcon/WriteBarIcon.js +3 -2
- package/dist/cjs/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
- package/dist/cjs/helpers/scheme.js +2 -2
- package/dist/cjs/helpers/scheme.js.map +1 -1
- package/dist/cjs/hooks/useBridgeAdaptivity.d.ts +6 -0
- package/dist/cjs/hooks/useBridgeAdaptivity.js +85 -0
- package/dist/cjs/hooks/useBridgeAdaptivity.js.map +1 -0
- package/dist/cjs/hooks/useCalendar.js +6 -6
- package/dist/cjs/hooks/useCalendar.js.map +1 -1
- package/dist/cjs/hooks/useKeyboard.d.ts +1 -1
- package/dist/cjs/hooks/useKeyboard.js +1 -1
- package/dist/cjs/hooks/useKeyboard.js.map +1 -1
- package/dist/cjs/hooks/useOrientationChange.d.ts +7 -0
- package/dist/cjs/hooks/useOrientationChange.js +56 -0
- package/dist/cjs/hooks/useOrientationChange.js.map +1 -0
- package/dist/cjs/hooks/usePagination.d.ts +3 -3
- package/dist/cjs/hooks/usePagination.js +3 -3
- package/dist/cjs/hooks/usePagination.js.map +1 -1
- package/dist/cjs/hooks/usePatchChildrenRef.js +1 -1
- package/dist/cjs/hooks/usePatchChildrenRef.js.map +1 -1
- package/dist/cjs/hooks/useWaitTransitionFinish.js +6 -1
- package/dist/cjs/hooks/useWaitTransitionFinish.js.map +1 -1
- package/dist/cjs/index.d.ts +22 -11
- package/dist/cjs/index.js +30 -22
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/calendar.js +12 -23
- package/dist/cjs/lib/calendar.js.map +1 -1
- package/dist/cjs/lib/date.d.ts +29 -0
- package/dist/cjs/lib/date.js +286 -0
- package/dist/cjs/lib/date.js.map +1 -0
- package/dist/cjs/lib/getNavId.d.ts +2 -1
- package/dist/cjs/lib/getNavId.js +1 -1
- package/dist/cjs/lib/getNavId.js.map +1 -1
- package/dist/cjs/lib/platform.js +29 -0
- package/dist/cjs/lib/platform.js.map +1 -1
- package/dist/cjs/lib/warnOnce.d.ts +2 -1
- package/dist/cjs/lib/warnOnce.js +3 -1
- package/dist/cjs/lib/warnOnce.js.map +1 -1
- package/dist/cjs/tokenized/index.d.ts +24 -4
- package/dist/cjs/tokenized/index.js +88 -10
- package/dist/cjs/tokenized/index.js.map +1 -1
- package/dist/components/ActionSheet/ActionSheet.js +5 -6
- package/dist/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/components/ActionSheet/ActionSheetDropdown.js +2 -1
- package/dist/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
- package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js +1 -1
- package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
- package/dist/components/ActionSheetItem/ActionSheetItem.js +6 -7
- package/dist/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/components/AdaptivityProvider/AdaptivityProvider.js +43 -11
- package/dist/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
- package/dist/components/Alert/Alert.d.ts +4 -1
- package/dist/components/Alert/Alert.js +25 -11
- package/dist/components/Alert/Alert.js.map +1 -1
- package/dist/components/AppRoot/AppRoot.js +19 -3
- package/dist/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/components/AppRoot/ScrollContext.d.ts +6 -14
- package/dist/components/AppRoot/ScrollContext.js +87 -1
- package/dist/components/AppRoot/ScrollContext.js.map +1 -1
- package/dist/components/Avatar/Avatar.js +4 -1
- package/dist/components/Avatar/Avatar.js.map +1 -1
- package/dist/components/Banner/Banner.js +3 -2
- package/dist/components/Banner/Banner.js.map +1 -1
- package/dist/components/Button/Button.d.ts +1 -2
- package/dist/components/Button/Button.js +32 -40
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/Calendar/Calendar.js +3 -3
- package/dist/components/Calendar/Calendar.js.map +1 -1
- package/dist/components/CalendarDay/CalendarDay.js +4 -1
- package/dist/components/CalendarDay/CalendarDay.js.map +1 -1
- package/dist/components/CalendarDays/CalendarDays.js +2 -2
- package/dist/components/CalendarDays/CalendarDays.js.map +1 -1
- package/dist/components/CalendarHeader/CalendarHeader.js +8 -8
- package/dist/components/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/components/CalendarRange/CalendarRange.js +2 -5
- package/dist/components/CalendarRange/CalendarRange.js.map +1 -1
- package/dist/components/CalendarTime/CalendarTime.js +3 -3
- package/dist/components/CalendarTime/CalendarTime.js.map +1 -1
- package/dist/components/CardScroll/CardScroll.js +2 -1
- package/dist/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/components/Cell/Cell.d.ts +1 -1
- package/dist/components/Cell/Cell.js +4 -3
- package/dist/components/Cell/Cell.js.map +1 -1
- package/dist/components/CellButton/CellButton.js +1 -0
- package/dist/components/CellButton/CellButton.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -4
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Chip/Chip.js +2 -3
- package/dist/components/Chip/Chip.js.map +1 -1
- package/dist/components/ChipsInput/ChipsInput.d.ts +1 -2
- package/dist/components/ChipsInput/ChipsInput.js +6 -11
- package/dist/components/ChipsInput/ChipsInput.js.map +1 -1
- package/dist/components/ChipsSelect/ChipsSelect.d.ts +2 -2
- package/dist/components/ChipsSelect/ChipsSelect.js +4 -9
- package/dist/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/components/ClickPopper/ClickPopper.d.ts +1 -1
- package/dist/components/ClickPopper/ClickPopper.js.map +1 -1
- package/dist/components/ConfigProvider/ConfigProvider.js +1 -1
- package/dist/components/ConfigProvider/ConfigProvider.js.map +1 -1
- package/dist/components/ContentCard/ContentCard.js +6 -7
- package/dist/components/ContentCard/ContentCard.js.map +1 -1
- package/dist/components/Counter/Counter.js +2 -2
- package/dist/components/Counter/Counter.js.map +1 -1
- package/dist/components/CustomSelect/CustomSelect.d.ts +2 -2
- package/dist/components/CustomSelect/CustomSelect.js +40 -36
- package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/components/CustomSelectDropdown/CustomSelectDropdown.js +1 -5
- package/dist/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
- package/dist/components/CustomSelectOption/CustomSelectOption.d.ts +35 -6
- package/dist/components/CustomSelectOption/CustomSelectOption.js +20 -18
- package/dist/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
- package/dist/components/DateInput/DateInput.js +3 -3
- package/dist/components/DateInput/DateInput.js.map +1 -1
- package/dist/components/DatePicker/DatePicker.js +2 -2
- package/dist/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/DateRangeInput/DateRangeInput.js +2 -2
- package/dist/components/DateRangeInput/DateRangeInput.js.map +1 -1
- package/dist/components/Epic/Epic.js +1 -1
- package/dist/components/Epic/Epic.js.map +1 -1
- package/dist/components/File/File.js +1 -1
- package/dist/components/File/File.js.map +1 -1
- package/dist/components/FixedLayout/FixedLayout.js +2 -1
- package/dist/components/FixedLayout/FixedLayout.js.map +1 -1
- package/dist/components/Footer/Footer.js +1 -3
- package/dist/components/Footer/Footer.js.map +1 -1
- package/dist/components/FormField/FormField.d.ts +15 -1
- package/dist/components/FormField/FormField.js +8 -8
- package/dist/components/FormField/FormField.js.map +1 -1
- package/dist/components/FormItem/FormItem.js +4 -5
- package/dist/components/FormItem/FormItem.js.map +1 -1
- package/dist/components/FormLayoutGroup/FormLayoutGroup.js +2 -1
- package/dist/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -1
- package/dist/components/FormStatus/FormStatus.js +2 -7
- package/dist/components/FormStatus/FormStatus.js.map +1 -1
- package/dist/components/Gallery/Gallery.d.ts +9 -1
- package/dist/components/Gallery/Gallery.js +10 -2
- package/dist/components/Gallery/Gallery.js.map +1 -1
- package/dist/components/GridAvatar/GridAvatar.d.ts +1 -0
- package/dist/components/GridAvatar/GridAvatar.js +5 -6
- package/dist/components/GridAvatar/GridAvatar.js.map +1 -1
- package/dist/components/Group/Group.js +4 -5
- package/dist/components/Group/Group.js.map +1 -1
- package/dist/components/Header/Header.js +13 -19
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/HorizontalCell/HorizontalCell.js +3 -6
- package/dist/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/components/HorizontalScroll/HorizontalScroll.d.ts +1 -2
- package/dist/components/HorizontalScroll/HorizontalScroll.js +32 -21
- package/dist/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/components/InfoRow/InfoRow.js +1 -1
- package/dist/components/InfoRow/InfoRow.js.map +1 -1
- package/dist/components/Input/Input.d.ts +1 -2
- package/dist/components/Input/Input.js +10 -10
- package/dist/components/Input/Input.js.map +1 -1
- package/dist/components/List/List.js +1 -0
- package/dist/components/List/List.js.map +1 -1
- package/dist/components/MiniInfoCell/MiniInfoCell.js +1 -0
- package/dist/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
- package/dist/components/ModalCard/ModalCard.d.ts +1 -1
- package/dist/components/ModalCard/ModalCard.js +1 -0
- package/dist/components/ModalCard/ModalCard.js.map +1 -1
- package/dist/components/ModalCardBase/ModalCardBase.d.ts +5 -1
- package/dist/components/ModalCardBase/ModalCardBase.js +9 -3
- package/dist/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/components/ModalPage/ModalPage.d.ts +16 -1
- package/dist/components/ModalPage/ModalPage.js +9 -6
- package/dist/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/components/ModalPageHeader/ModalPageHeader.js +1 -0
- package/dist/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
- package/dist/components/ModalRoot/ModalRoot.d.ts +14 -2
- package/dist/components/ModalRoot/ModalRoot.js +14 -11
- package/dist/components/ModalRoot/ModalRoot.js.map +1 -1
- package/dist/components/ModalRoot/ModalRootAdaptive.d.ts +15 -3
- package/dist/components/ModalRoot/ModalRootAdaptive.js +2 -0
- package/dist/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
- package/dist/components/ModalRoot/ModalRootDesktop.d.ts +14 -2
- package/dist/components/ModalRoot/ModalRootDesktop.js +10 -7
- package/dist/components/ModalRoot/ModalRootDesktop.js.map +1 -1
- package/dist/components/ModalRoot/types.d.ts +16 -1
- package/dist/components/ModalRoot/types.js.map +1 -1
- package/dist/components/ModalRoot/useModalManager.d.ts +6 -5
- package/dist/components/ModalRoot/useModalManager.js +54 -16
- package/dist/components/ModalRoot/useModalManager.js.map +1 -1
- package/dist/components/NativeSelect/NativeSelect.d.ts +1 -2
- package/dist/components/NativeSelect/NativeSelect.js +5 -5
- package/dist/components/NativeSelect/NativeSelect.js.map +1 -1
- package/dist/components/Pagination/Pagination.d.ts +3 -3
- package/dist/components/Pagination/Pagination.js +1 -1
- package/dist/components/Pagination/Pagination.js.map +1 -1
- package/dist/components/Panel/Panel.js +2 -1
- package/dist/components/Panel/Panel.js.map +1 -1
- package/dist/components/PanelHeader/PanelHeader.js +1 -0
- package/dist/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/components/PanelHeaderBack/PanelHeaderBack.js +1 -0
- package/dist/components/PanelHeaderBack/PanelHeaderBack.js.map +1 -1
- package/dist/components/PanelHeaderButton/PanelHeaderButton.js +4 -3
- package/dist/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
- package/dist/components/PanelHeaderContent/PanelHeaderContent.js +1 -3
- package/dist/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
- package/dist/components/PanelHeaderContext/PanelHeaderContext.js +4 -1
- package/dist/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
- package/dist/components/Placeholder/Placeholder.js +3 -2
- package/dist/components/Placeholder/Placeholder.js.map +1 -1
- package/dist/components/PopoutWrapper/PopoutWrapper.js +1 -0
- package/dist/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
- package/dist/components/Popper/Popper.js +2 -2
- package/dist/components/Popper/Popper.js.map +1 -1
- package/dist/components/PromoBanner/PromoBanner.js +2 -6
- package/dist/components/PromoBanner/PromoBanner.js.map +1 -1
- package/dist/components/PullToRefresh/PullToRefresh.js +2 -1
- package/dist/components/PullToRefresh/PullToRefresh.js.map +1 -1
- package/dist/components/PullToRefresh/PullToRefreshSpinner.js +1 -0
- package/dist/components/PullToRefresh/PullToRefreshSpinner.js.map +1 -1
- package/dist/components/Radio/Radio.js +1 -4
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/RichCell/RichCell.js +2 -1
- package/dist/components/RichCell/RichCell.js.map +1 -1
- package/dist/components/RichTooltip/RichTooltip.js +2 -1
- package/dist/components/RichTooltip/RichTooltip.js.map +1 -1
- package/dist/components/Root/Root.js +8 -7
- package/dist/components/Root/Root.js.map +1 -1
- package/dist/components/ScreenSpinner/ScreenSpinner.js +2 -0
- package/dist/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
- package/dist/components/Search/Search.js +2 -1
- package/dist/components/Search/Search.js.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.js +19 -13
- package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js +2 -1
- package/dist/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js.map +1 -1
- package/dist/components/Select/Select.d.ts +1 -2
- package/dist/components/Select/Select.js +5 -6
- package/dist/components/Select/Select.js.map +1 -1
- package/dist/components/SelectMimicry/SelectMimicry.d.ts +3 -3
- package/dist/components/SelectMimicry/SelectMimicry.js +5 -2
- package/dist/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/components/Separator/Separator.js +3 -1
- package/dist/components/Separator/Separator.js.map +1 -1
- package/dist/components/SimpleCell/SimpleCell.js +3 -2
- package/dist/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/components/SimpleCheckbox/SimpleCheckbox.js +6 -2
- package/dist/components/SimpleCheckbox/SimpleCheckbox.js.map +1 -1
- package/dist/components/SliderSwitch/SliderSwitch.js +1 -0
- package/dist/components/SliderSwitch/SliderSwitch.js.map +1 -1
- package/dist/components/SliderSwitch/SliderSwitchButton.js +1 -0
- package/dist/components/SliderSwitch/SliderSwitchButton.js.map +1 -1
- package/dist/components/Snackbar/Snackbar.js +2 -1
- package/dist/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/components/Spacing/Spacing.js +2 -1
- package/dist/components/Spacing/Spacing.js.map +1 -1
- package/dist/components/SplitCol/SplitCol.js +2 -1
- package/dist/components/SplitCol/SplitCol.js.map +1 -1
- package/dist/components/SplitLayout/SplitLayout.js +2 -1
- package/dist/components/SplitLayout/SplitLayout.js.map +1 -1
- package/dist/components/SubnavigationBar/SubnavigationBar.js +1 -1
- package/dist/components/SubnavigationBar/SubnavigationBar.js.map +1 -1
- package/dist/components/SubnavigationButton/SubnavigationButton.js +5 -5
- package/dist/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/components/Switch/Switch.js +1 -0
- package/dist/components/Switch/Switch.js.map +1 -1
- package/dist/components/Tabbar/Tabbar.js +1 -0
- package/dist/components/Tabbar/Tabbar.js.map +1 -1
- package/dist/components/TabbarItem/TabbarItem.d.ts +1 -1
- package/dist/components/TabbarItem/TabbarItem.js +2 -1
- package/dist/components/TabbarItem/TabbarItem.js.map +1 -1
- package/dist/components/TabsItem/TabsItem.js +2 -1
- package/dist/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/components/Tappable/Tappable.js +5 -4
- package/dist/components/Tappable/Tappable.js.map +1 -1
- package/dist/components/TextTooltip/TextTooltip.js +1 -1
- package/dist/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.js +4 -4
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/Touch/Touch.js +9 -3
- package/dist/components/Touch/Touch.js.map +1 -1
- package/dist/components/Touch/TouchContext.d.ts +1 -1
- package/dist/components/Touch/TouchContext.js +1 -1
- package/dist/components/Touch/TouchContext.js.map +1 -1
- package/dist/components/Typography/Caption/Caption.d.ts +8 -4
- package/dist/components/Typography/Caption/Caption.js +10 -14
- package/dist/components/Typography/Caption/Caption.js.map +1 -1
- package/dist/components/Typography/Paragraph/Paragraph.d.ts +10 -0
- package/dist/components/Typography/Paragraph/Paragraph.js +25 -0
- package/dist/components/Typography/Paragraph/Paragraph.js.map +1 -0
- package/dist/components/Typography/Subhead/Subhead.d.ts +4 -3
- package/dist/components/Typography/Subhead/Subhead.js +3 -7
- package/dist/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/components/Typography/Text/Text.js +1 -1
- package/dist/components/Typography/Text/Text.js.map +1 -1
- package/dist/components/Typography/Title/Title.d.ts +4 -3
- package/dist/components/Typography/Title/Title.js +3 -8
- package/dist/components/Typography/Title/Title.js.map +1 -1
- package/dist/components/UsersStack/UsersStack.js +4 -4
- package/dist/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/components/View/View.js +5 -0
- package/dist/components/View/View.js.map +1 -1
- package/dist/components/View/ViewInfinite.js +5 -0
- package/dist/components/View/ViewInfinite.js.map +1 -1
- package/dist/components/View/utils.js +5 -2
- package/dist/components/View/utils.js.map +1 -1
- package/dist/components/WriteBarIcon/WriteBarIcon.js +3 -2
- package/dist/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
- package/dist/components.css +21 -6
- package/dist/components.css.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheet.js +5 -6
- package/dist/cssm/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheetDropdown.js +2 -1
- package/dist/cssm/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js +6 -7
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js +43 -11
- package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
- package/dist/cssm/components/Alert/Alert.css +1 -1
- package/dist/cssm/components/Alert/Alert.d.ts +4 -1
- package/dist/cssm/components/Alert/Alert.js +25 -11
- package/dist/cssm/components/Alert/Alert.js.map +1 -1
- package/dist/cssm/components/AppRoot/AppRoot.js +19 -3
- package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/cssm/components/AppRoot/ScrollContext.d.ts +6 -14
- package/dist/cssm/components/AppRoot/ScrollContext.js +87 -1
- package/dist/cssm/components/AppRoot/ScrollContext.js.map +1 -1
- package/dist/cssm/components/Avatar/Avatar.js +4 -1
- package/dist/cssm/components/Avatar/Avatar.js.map +1 -1
- package/dist/cssm/components/Banner/Banner.js +3 -2
- package/dist/cssm/components/Banner/Banner.js.map +1 -1
- package/dist/cssm/components/Button/Button.css +1 -1
- package/dist/cssm/components/Button/Button.d.ts +1 -2
- package/dist/cssm/components/Button/Button.js +32 -40
- package/dist/cssm/components/Button/Button.js.map +1 -1
- package/dist/cssm/components/Calendar/Calendar.js +3 -3
- package/dist/cssm/components/Calendar/Calendar.js.map +1 -1
- package/dist/cssm/components/CalendarDay/CalendarDay.css +1 -1
- package/dist/cssm/components/CalendarDay/CalendarDay.js +4 -1
- package/dist/cssm/components/CalendarDay/CalendarDay.js.map +1 -1
- package/dist/cssm/components/CalendarDays/CalendarDays.js +2 -2
- package/dist/cssm/components/CalendarDays/CalendarDays.js.map +1 -1
- package/dist/cssm/components/CalendarHeader/CalendarHeader.js +8 -8
- package/dist/cssm/components/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/cssm/components/CalendarRange/CalendarRange.js +2 -5
- package/dist/cssm/components/CalendarRange/CalendarRange.js.map +1 -1
- package/dist/cssm/components/CalendarTime/CalendarTime.js +3 -3
- package/dist/cssm/components/CalendarTime/CalendarTime.js.map +1 -1
- package/dist/cssm/components/Card/Card.css +1 -1
- package/dist/cssm/components/CardScroll/CardScroll.js +2 -1
- package/dist/cssm/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/cssm/components/Cell/Cell.d.ts +1 -1
- package/dist/cssm/components/Cell/Cell.js +4 -3
- package/dist/cssm/components/Cell/Cell.js.map +1 -1
- package/dist/cssm/components/CellButton/CellButton.js +1 -0
- package/dist/cssm/components/CellButton/CellButton.js.map +1 -1
- package/dist/cssm/components/Checkbox/Checkbox.js +1 -4
- package/dist/cssm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/cssm/components/Chip/Chip.js +2 -3
- package/dist/cssm/components/Chip/Chip.js.map +1 -1
- package/dist/cssm/components/ChipsInput/ChipsInput.css +1 -1
- package/dist/cssm/components/ChipsInput/ChipsInput.d.ts +1 -2
- package/dist/cssm/components/ChipsInput/ChipsInput.js +6 -11
- package/dist/cssm/components/ChipsInput/ChipsInput.js.map +1 -1
- package/dist/cssm/components/ChipsSelect/ChipsSelect.css +1 -1
- package/dist/cssm/components/ChipsSelect/ChipsSelect.d.ts +2 -2
- package/dist/cssm/components/ChipsSelect/ChipsSelect.js +4 -9
- package/dist/cssm/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/cssm/components/ClickPopper/ClickPopper.d.ts +1 -1
- package/dist/cssm/components/ClickPopper/ClickPopper.js.map +1 -1
- package/dist/cssm/components/ConfigProvider/ConfigProvider.js +1 -1
- package/dist/cssm/components/ConfigProvider/ConfigProvider.js.map +1 -1
- package/dist/cssm/components/ContentCard/ContentCard.js +6 -7
- package/dist/cssm/components/ContentCard/ContentCard.js.map +1 -1
- package/dist/cssm/components/Counter/Counter.js +2 -2
- package/dist/cssm/components/Counter/Counter.js.map +1 -1
- package/dist/cssm/components/CustomSelect/CustomSelect.css +1 -1
- package/dist/cssm/components/CustomSelect/CustomSelect.d.ts +2 -2
- package/dist/cssm/components/CustomSelect/CustomSelect.js +40 -36
- package/dist/cssm/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.css +3 -1
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.js +1 -5
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.css +3 -1
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.d.ts +35 -6
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js +20 -18
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
- package/dist/cssm/components/DateInput/DateInput.css +1 -1
- package/dist/cssm/components/DateInput/DateInput.js +3 -3
- package/dist/cssm/components/DateInput/DateInput.js.map +1 -1
- package/dist/cssm/components/DatePicker/DatePicker.js +2 -2
- package/dist/cssm/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/cssm/components/DateRangeInput/DateRangeInput.css +1 -1
- package/dist/cssm/components/DateRangeInput/DateRangeInput.js +2 -2
- package/dist/cssm/components/DateRangeInput/DateRangeInput.js.map +1 -1
- package/dist/cssm/components/Epic/Epic.js +1 -1
- package/dist/cssm/components/Epic/Epic.js.map +1 -1
- package/dist/cssm/components/File/File.js +1 -1
- package/dist/cssm/components/File/File.js.map +1 -1
- package/dist/cssm/components/FixedLayout/FixedLayout.css +1 -1
- package/dist/cssm/components/FixedLayout/FixedLayout.js +2 -1
- package/dist/cssm/components/FixedLayout/FixedLayout.js.map +1 -1
- package/dist/cssm/components/Footer/Footer.js +1 -3
- package/dist/cssm/components/Footer/Footer.js.map +1 -1
- package/dist/cssm/components/FormField/FormField.css +5 -1
- package/dist/cssm/components/FormField/FormField.d.ts +15 -1
- package/dist/cssm/components/FormField/FormField.js +8 -8
- package/dist/cssm/components/FormField/FormField.js.map +1 -1
- package/dist/cssm/components/FormItem/FormItem.js +4 -5
- package/dist/cssm/components/FormItem/FormItem.js.map +1 -1
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.js +2 -1
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -1
- package/dist/cssm/components/FormStatus/FormStatus.css +1 -1
- package/dist/cssm/components/FormStatus/FormStatus.js +2 -7
- package/dist/cssm/components/FormStatus/FormStatus.js.map +1 -1
- package/dist/cssm/components/Gallery/Gallery.d.ts +9 -1
- package/dist/cssm/components/Gallery/Gallery.js +10 -2
- package/dist/cssm/components/Gallery/Gallery.js.map +1 -1
- package/dist/cssm/components/Gradient/Gradient.css +1 -1
- package/dist/cssm/components/GridAvatar/GridAvatar.css +1 -1
- package/dist/cssm/components/GridAvatar/GridAvatar.d.ts +1 -0
- package/dist/cssm/components/GridAvatar/GridAvatar.js +5 -6
- package/dist/cssm/components/GridAvatar/GridAvatar.js.map +1 -1
- package/dist/cssm/components/Group/Group.js +4 -5
- package/dist/cssm/components/Group/Group.js.map +1 -1
- package/dist/cssm/components/Header/Header.js +13 -19
- package/dist/cssm/components/Header/Header.js.map +1 -1
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js +3 -6
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.d.ts +1 -2
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js +32 -21
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/cssm/components/InfoRow/InfoRow.js +1 -1
- package/dist/cssm/components/InfoRow/InfoRow.js.map +1 -1
- package/dist/cssm/components/Input/Input.css +1 -1
- package/dist/cssm/components/Input/Input.d.ts +1 -2
- package/dist/cssm/components/Input/Input.js +10 -10
- package/dist/cssm/components/Input/Input.js.map +1 -1
- package/dist/cssm/components/InputLike/InputLike.css +1 -1
- package/dist/cssm/components/InputLike/InputLikeDivider.css +1 -1
- package/dist/cssm/components/List/List.js +1 -0
- package/dist/cssm/components/List/List.js.map +1 -1
- package/dist/cssm/components/MiniInfoCell/MiniInfoCell.js +1 -0
- package/dist/cssm/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
- package/dist/cssm/components/ModalCard/ModalCard.css +1 -1
- package/dist/cssm/components/ModalCard/ModalCard.d.ts +1 -1
- package/dist/cssm/components/ModalCard/ModalCard.js +1 -0
- package/dist/cssm/components/ModalCard/ModalCard.js.map +1 -1
- package/dist/cssm/components/ModalCardBase/ModalCardBase.css +1 -1
- package/dist/cssm/components/ModalCardBase/ModalCardBase.d.ts +5 -1
- package/dist/cssm/components/ModalCardBase/ModalCardBase.js +9 -3
- package/dist/cssm/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/cssm/components/ModalPage/ModalPage.d.ts +16 -1
- package/dist/cssm/components/ModalPage/ModalPage.js +9 -6
- package/dist/cssm/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js +1 -0
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
- package/dist/cssm/components/ModalRoot/ModalRoot.css +1 -1
- package/dist/cssm/components/ModalRoot/ModalRoot.d.ts +14 -2
- package/dist/cssm/components/ModalRoot/ModalRoot.js +14 -11
- package/dist/cssm/components/ModalRoot/ModalRoot.js.map +1 -1
- package/dist/cssm/components/ModalRoot/ModalRootAdaptive.d.ts +15 -3
- package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js +2 -0
- package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
- package/dist/cssm/components/ModalRoot/ModalRootDesktop.d.ts +14 -2
- package/dist/cssm/components/ModalRoot/ModalRootDesktop.js +10 -7
- package/dist/cssm/components/ModalRoot/ModalRootDesktop.js.map +1 -1
- package/dist/cssm/components/ModalRoot/types.d.ts +16 -1
- package/dist/cssm/components/ModalRoot/types.js.map +1 -1
- package/dist/cssm/components/ModalRoot/useModalManager.d.ts +6 -5
- package/dist/cssm/components/ModalRoot/useModalManager.js +54 -16
- package/dist/cssm/components/ModalRoot/useModalManager.js.map +1 -1
- package/dist/cssm/components/NativeSelect/NativeSelect.d.ts +1 -2
- package/dist/cssm/components/NativeSelect/NativeSelect.js +5 -5
- package/dist/cssm/components/NativeSelect/NativeSelect.js.map +1 -1
- package/dist/cssm/components/Pagination/Pagination.css +1 -1
- package/dist/cssm/components/Pagination/Pagination.d.ts +3 -3
- package/dist/cssm/components/Pagination/Pagination.js +1 -1
- package/dist/cssm/components/Pagination/Pagination.js.map +1 -1
- package/dist/cssm/components/Panel/Panel.js +2 -1
- package/dist/cssm/components/Panel/Panel.js.map +1 -1
- package/dist/cssm/components/PanelHeader/PanelHeader.css +1 -1
- package/dist/cssm/components/PanelHeader/PanelHeader.js +1 -0
- package/dist/cssm/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.js +1 -0
- package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.js.map +1 -1
- package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.css +1 -1
- package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.js +4 -3
- package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.css +1 -1
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js +1 -3
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js +4 -1
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
- package/dist/cssm/components/Placeholder/Placeholder.js +3 -2
- package/dist/cssm/components/Placeholder/Placeholder.js.map +1 -1
- package/dist/cssm/components/PopoutWrapper/PopoutWrapper.js +1 -0
- package/dist/cssm/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
- package/dist/cssm/components/Popper/Popper.js +2 -2
- package/dist/cssm/components/Popper/Popper.js.map +1 -1
- package/dist/cssm/components/PromoBanner/PromoBanner.js +2 -6
- package/dist/cssm/components/PromoBanner/PromoBanner.js.map +1 -1
- package/dist/cssm/components/PullToRefresh/PullToRefresh.js +2 -1
- package/dist/cssm/components/PullToRefresh/PullToRefresh.js.map +1 -1
- package/dist/cssm/components/PullToRefresh/PullToRefreshSpinner.js +1 -0
- package/dist/cssm/components/PullToRefresh/PullToRefreshSpinner.js.map +1 -1
- package/dist/cssm/components/Radio/Radio.js +1 -4
- package/dist/cssm/components/Radio/Radio.js.map +1 -1
- package/dist/cssm/components/Removable/Removable.css +1 -1
- package/dist/cssm/components/RichCell/RichCell.js +2 -1
- package/dist/cssm/components/RichCell/RichCell.js.map +1 -1
- package/dist/cssm/components/RichTooltip/RichTooltip.js +2 -1
- package/dist/cssm/components/RichTooltip/RichTooltip.js.map +1 -1
- package/dist/cssm/components/Root/Root.css +1 -1
- package/dist/cssm/components/Root/Root.js +8 -7
- package/dist/cssm/components/Root/Root.js.map +1 -1
- package/dist/cssm/components/ScreenSpinner/ScreenSpinner.js +2 -0
- package/dist/cssm/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
- package/dist/cssm/components/Search/Search.css +1 -1
- package/dist/cssm/components/Search/Search.js +2 -1
- package/dist/cssm/components/Search/Search.js.map +1 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControl.js +19 -13
- package/dist/cssm/components/SegmentedControl/SegmentedControl.js.map +1 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css +1 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js +2 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js.map +1 -1
- package/dist/cssm/components/Select/Select.css +1 -1
- package/dist/cssm/components/Select/Select.d.ts +1 -2
- package/dist/cssm/components/Select/Select.js +5 -6
- package/dist/cssm/components/Select/Select.js.map +1 -1
- package/dist/cssm/components/SelectMimicry/SelectMimicry.d.ts +3 -3
- package/dist/cssm/components/SelectMimicry/SelectMimicry.js +5 -2
- package/dist/cssm/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/cssm/components/Separator/Separator.js +3 -1
- package/dist/cssm/components/Separator/Separator.js.map +1 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.css +1 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.js +3 -2
- package/dist/cssm/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.js +6 -2
- package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.js.map +1 -1
- package/dist/cssm/components/SliderSwitch/SliderSwitch.js +1 -0
- package/dist/cssm/components/SliderSwitch/SliderSwitch.js.map +1 -1
- package/dist/cssm/components/SliderSwitch/SliderSwitchButton.js +1 -0
- package/dist/cssm/components/SliderSwitch/SliderSwitchButton.js.map +1 -1
- package/dist/cssm/components/Snackbar/Snackbar.css +1 -1
- package/dist/cssm/components/Snackbar/Snackbar.js +2 -1
- package/dist/cssm/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/cssm/components/Spacing/Spacing.js +2 -1
- package/dist/cssm/components/Spacing/Spacing.js.map +1 -1
- package/dist/cssm/components/SplitCol/SplitCol.js +2 -1
- package/dist/cssm/components/SplitCol/SplitCol.js.map +1 -1
- package/dist/cssm/components/SplitLayout/SplitLayout.css +1 -1
- package/dist/cssm/components/SplitLayout/SplitLayout.js +2 -1
- package/dist/cssm/components/SplitLayout/SplitLayout.js.map +1 -1
- package/dist/cssm/components/SubnavigationBar/SubnavigationBar.js +1 -1
- package/dist/cssm/components/SubnavigationBar/SubnavigationBar.js.map +1 -1
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js +5 -5
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/cssm/components/Switch/Switch.js +1 -0
- package/dist/cssm/components/Switch/Switch.js.map +1 -1
- package/dist/cssm/components/Tabbar/Tabbar.js +1 -0
- package/dist/cssm/components/Tabbar/Tabbar.js.map +1 -1
- package/dist/cssm/components/TabbarItem/TabbarItem.css +1 -1
- package/dist/cssm/components/TabbarItem/TabbarItem.d.ts +1 -1
- package/dist/cssm/components/TabbarItem/TabbarItem.js +2 -1
- package/dist/cssm/components/TabbarItem/TabbarItem.js.map +1 -1
- package/dist/cssm/components/Tabs/Tabs.css +1 -1
- package/dist/cssm/components/TabsItem/TabsItem.js +2 -1
- package/dist/cssm/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/cssm/components/Tappable/Tappable.css +1 -1
- package/dist/cssm/components/Tappable/Tappable.js +5 -4
- package/dist/cssm/components/Tappable/Tappable.js.map +1 -1
- package/dist/cssm/components/TextTooltip/TextTooltip.js +1 -1
- package/dist/cssm/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/cssm/components/Textarea/Textarea.css +1 -1
- package/dist/cssm/components/Tooltip/Tooltip.js +4 -4
- package/dist/cssm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cssm/components/Touch/Touch.js +9 -3
- package/dist/cssm/components/Touch/Touch.js.map +1 -1
- package/dist/cssm/components/Touch/TouchContext.d.ts +1 -1
- package/dist/cssm/components/Touch/TouchContext.js +1 -1
- package/dist/cssm/components/Touch/TouchContext.js.map +1 -1
- package/dist/cssm/components/Typography/Caption/Caption.css +1 -1
- package/dist/cssm/components/Typography/Caption/Caption.d.ts +8 -4
- package/dist/cssm/components/Typography/Caption/Caption.js +10 -14
- package/dist/cssm/components/Typography/Caption/Caption.js.map +1 -1
- package/dist/cssm/components/Typography/Headline/Headline.css +1 -1
- package/dist/cssm/components/Typography/Paragraph/Paragraph.css +1 -0
- package/dist/cssm/components/Typography/Paragraph/Paragraph.d.ts +10 -0
- package/dist/cssm/components/Typography/Paragraph/Paragraph.js +26 -0
- package/dist/cssm/components/Typography/Paragraph/Paragraph.js.map +1 -0
- package/dist/cssm/components/Typography/Subhead/Subhead.css +1 -1
- package/dist/cssm/components/Typography/Subhead/Subhead.d.ts +4 -3
- package/dist/cssm/components/Typography/Subhead/Subhead.js +3 -7
- package/dist/cssm/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/cssm/components/Typography/Text/Text.css +1 -1
- package/dist/cssm/components/Typography/Text/Text.js +1 -1
- package/dist/cssm/components/Typography/Text/Text.js.map +1 -1
- package/dist/cssm/components/Typography/Title/Title.css +1 -1
- package/dist/cssm/components/Typography/Title/Title.d.ts +4 -3
- package/dist/cssm/components/Typography/Title/Title.js +3 -8
- package/dist/cssm/components/Typography/Title/Title.js.map +1 -1
- package/dist/cssm/components/UsersStack/UsersStack.js +4 -4
- package/dist/cssm/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/cssm/components/View/View.css +1 -1
- package/dist/cssm/components/View/View.js +5 -0
- package/dist/cssm/components/View/View.js.map +1 -1
- package/dist/cssm/components/View/ViewIOS.css +1 -1
- package/dist/cssm/components/View/ViewInfinite.js +5 -0
- package/dist/cssm/components/View/ViewInfinite.js.map +1 -1
- package/dist/cssm/components/View/utils.js +5 -2
- package/dist/cssm/components/View/utils.js.map +1 -1
- package/dist/cssm/components/WriteBar/WriteBar.css +1 -1
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.js +3 -2
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
- package/dist/cssm/helpers/scheme.js +2 -2
- package/dist/cssm/helpers/scheme.js.map +1 -1
- package/dist/cssm/hooks/useBridgeAdaptivity.d.ts +6 -0
- package/dist/cssm/hooks/useBridgeAdaptivity.js +68 -0
- package/dist/cssm/hooks/useBridgeAdaptivity.js.map +1 -0
- package/dist/cssm/hooks/useCalendar.js +1 -1
- package/dist/cssm/hooks/useCalendar.js.map +1 -1
- package/dist/cssm/hooks/useKeyboard.d.ts +1 -1
- package/dist/cssm/hooks/useKeyboard.js +1 -1
- package/dist/cssm/hooks/useKeyboard.js.map +1 -1
- package/dist/cssm/hooks/useOrientationChange.d.ts +7 -0
- package/dist/cssm/hooks/useOrientationChange.js +42 -0
- package/dist/cssm/hooks/useOrientationChange.js.map +1 -0
- package/dist/cssm/hooks/usePagination.d.ts +3 -3
- package/dist/cssm/hooks/usePagination.js +3 -3
- package/dist/cssm/hooks/usePagination.js.map +1 -1
- package/dist/cssm/hooks/usePatchChildrenRef.js +1 -1
- package/dist/cssm/hooks/usePatchChildrenRef.js.map +1 -1
- package/dist/cssm/hooks/useWaitTransitionFinish.js +5 -1
- package/dist/cssm/hooks/useWaitTransitionFinish.js.map +1 -1
- package/dist/cssm/index.d.ts +22 -11
- package/dist/cssm/index.js +13 -15
- package/dist/cssm/index.js.map +1 -1
- package/dist/cssm/lib/calendar.js +4 -15
- package/dist/cssm/lib/calendar.js.map +1 -1
- package/dist/cssm/lib/date.d.ts +29 -0
- package/dist/cssm/lib/date.js +223 -0
- package/dist/cssm/lib/date.js.map +1 -0
- package/dist/cssm/lib/getNavId.d.ts +2 -1
- package/dist/cssm/lib/getNavId.js +1 -1
- package/dist/cssm/lib/getNavId.js.map +1 -1
- package/dist/cssm/lib/platform.js +26 -0
- package/dist/cssm/lib/platform.js.map +1 -1
- package/dist/cssm/lib/warnOnce.d.ts +2 -1
- package/dist/cssm/lib/warnOnce.js +3 -1
- package/dist/cssm/lib/warnOnce.js.map +1 -1
- package/dist/cssm/styles/bright_light.css +1 -1
- package/dist/cssm/styles/common.css +1 -1
- package/dist/cssm/styles/components.css +21 -6
- package/dist/cssm/styles/constants.css +9 -2
- package/dist/cssm/styles/space_gray.css +1 -1
- package/dist/cssm/styles/themes.css +3 -3
- package/dist/cssm/styles/unstable.css +1 -1
- package/dist/cssm/styles/vkcom_dark.css +2 -2
- package/dist/cssm/styles/vkcom_light.css +1 -1
- package/dist/cssm/tokenized/index.d.ts +24 -4
- package/dist/cssm/tokenized/index.js +14 -4
- package/dist/cssm/tokenized/index.js.map +1 -1
- package/dist/default_scheme.css +1 -1
- package/dist/default_scheme.css.map +1 -1
- package/dist/helpers/scheme.js +2 -2
- package/dist/helpers/scheme.js.map +1 -1
- package/dist/hooks/useBridgeAdaptivity.d.ts +6 -0
- package/dist/hooks/useBridgeAdaptivity.js +68 -0
- package/dist/hooks/useBridgeAdaptivity.js.map +1 -0
- package/dist/hooks/useCalendar.js +1 -1
- package/dist/hooks/useCalendar.js.map +1 -1
- package/dist/hooks/useKeyboard.d.ts +1 -1
- package/dist/hooks/useKeyboard.js +1 -1
- package/dist/hooks/useKeyboard.js.map +1 -1
- package/dist/hooks/useOrientationChange.d.ts +7 -0
- package/dist/hooks/useOrientationChange.js +42 -0
- package/dist/hooks/useOrientationChange.js.map +1 -0
- package/dist/hooks/usePagination.d.ts +3 -3
- package/dist/hooks/usePagination.js +3 -3
- package/dist/hooks/usePagination.js.map +1 -1
- package/dist/hooks/usePatchChildrenRef.js +1 -1
- package/dist/hooks/usePatchChildrenRef.js.map +1 -1
- package/dist/hooks/useWaitTransitionFinish.js +5 -1
- package/dist/hooks/useWaitTransitionFinish.js.map +1 -1
- package/dist/index.d.ts +22 -11
- package/dist/index.js +13 -15
- package/dist/index.js.map +1 -1
- package/dist/lib/calendar.js +4 -15
- package/dist/lib/calendar.js.map +1 -1
- package/dist/lib/date.d.ts +29 -0
- package/dist/lib/date.js +223 -0
- package/dist/lib/date.js.map +1 -0
- package/dist/lib/getNavId.d.ts +2 -1
- package/dist/lib/getNavId.js +1 -1
- package/dist/lib/getNavId.js.map +1 -1
- package/dist/lib/platform.js +26 -0
- package/dist/lib/platform.js.map +1 -1
- package/dist/lib/warnOnce.d.ts +2 -1
- package/dist/lib/warnOnce.js +3 -1
- package/dist/lib/warnOnce.js.map +1 -1
- package/dist/tokenized/index.d.ts +24 -4
- package/dist/tokenized/index.js +14 -4
- package/dist/tokenized/index.js.map +1 -1
- package/dist/unstable.css +1 -1
- package/dist/unstable.css.map +1 -1
- package/dist/vkui.css +24 -9
- package/dist/vkui.css.map +1 -1
- package/eslint-plugin-vkui/index.js +64 -0
- package/eslint-plugin-vkui/package.json +5 -0
- package/jest.unit.config.js +17 -0
- package/package.json +10 -12
- package/postcss-plugin-vk-sans/__tests__/custom_properties.css +4 -0
- package/postcss-plugin-vk-sans/index.js +350 -0
- package/src/appearance/constants.ts +1 -0
- package/src/components/ActionSheet/ActionSheet.css +145 -0
- package/src/components/ActionSheet/ActionSheet.tsx +164 -0
- package/src/components/ActionSheet/ActionSheetContext.ts +18 -0
- package/src/components/ActionSheet/ActionSheetDropdown.tsx +34 -0
- package/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx +97 -0
- package/src/components/ActionSheet/Readme.md +257 -0
- package/src/components/ActionSheet/types.ts +16 -0
- package/src/components/ActionSheetItem/ActionSheetItem.css +306 -0
- package/src/components/ActionSheetItem/ActionSheetItem.tsx +183 -0
- package/src/components/ActionSheetItem/Readme.md +2 -0
- package/src/components/AdaptivityProvider/AdaptivityContext.tsx +62 -0
- package/src/components/AdaptivityProvider/AdaptivityProvider.tsx +169 -0
- package/src/components/AdaptivityProvider/Readme.md +3 -0
- package/src/components/Alert/Alert.css +297 -0
- package/src/components/Alert/Alert.tsx +308 -0
- package/src/components/Alert/Readme.md +133 -0
- package/src/components/AppRoot/AppRoot.css +20 -0
- package/src/components/AppRoot/AppRoot.tsx +221 -0
- package/src/components/AppRoot/AppRootContext.ts +13 -0
- package/src/components/AppRoot/AppRootPortal.tsx +24 -0
- package/src/components/AppRoot/Readme.md +9 -0
- package/src/components/AppRoot/ScrollContext.ts +132 -0
- package/src/components/AppearanceProvider/AppearanceProvider.tsx +61 -0
- package/src/components/AppearanceProvider/AppearanceProviderContext.tsx +7 -0
- package/src/components/Avatar/Avatar.css +192 -0
- package/src/components/Avatar/Avatar.tsx +186 -0
- package/src/components/Avatar/Readme.md +838 -0
- package/src/components/Badge/Badge.css +21 -0
- package/src/components/Badge/Badge.tsx +27 -0
- package/src/components/Badge/Readme.md +55 -0
- package/src/components/Banner/Banner.css +154 -0
- package/src/components/Banner/Banner.tsx +221 -0
- package/src/components/Banner/Readme.md +215 -0
- package/src/components/Button/Button.css +596 -0
- package/src/components/Button/Button.tsx +214 -0
- package/src/components/Button/Readme.md +186 -0
- package/src/components/ButtonGroup/ButtonGroup.css +52 -0
- package/src/components/ButtonGroup/ButtonGroup.tsx +48 -0
- package/src/components/ButtonGroup/Readme.md +311 -0
- package/src/components/Calendar/Calendar.css +31 -0
- package/src/components/Calendar/Calendar.tsx +185 -0
- package/src/components/Calendar/Readme.md +124 -0
- package/src/components/CalendarDay/CalendarDay.css +85 -0
- package/src/components/CalendarDay/CalendarDay.tsx +117 -0
- package/src/components/CalendarDays/CalendarDays.css +31 -0
- package/src/components/CalendarDays/CalendarDays.tsx +131 -0
- package/src/components/CalendarHeader/CalendarHeader.css +50 -0
- package/src/components/CalendarHeader/CalendarHeader.tsx +168 -0
- package/src/components/CalendarRange/CalendarRange.css +27 -0
- package/src/components/CalendarRange/CalendarRange.tsx +275 -0
- package/src/components/CalendarRange/Readme.md +85 -0
- package/src/components/CalendarTime/CalendarTime.css +18 -0
- package/src/components/CalendarTime/CalendarTime.tsx +88 -0
- package/src/components/Card/Card.css +84 -0
- package/src/components/Card/Card.tsx +31 -0
- package/src/components/Card/Readme.md +39 -0
- package/src/components/CardGrid/CardGrid.css +82 -0
- package/src/components/CardGrid/CardGrid.tsx +41 -0
- package/src/components/CardGrid/Readme.md +41 -0
- package/src/components/CardScroll/CardScroll.css +47 -0
- package/src/components/CardScroll/CardScroll.tsx +118 -0
- package/src/components/CardScroll/Readme.md +62 -0
- package/src/components/Cell/Cell.css +56 -0
- package/src/components/Cell/Cell.tsx +205 -0
- package/src/components/Cell/CellCheckbox/CellCheckbox.css +17 -0
- package/src/components/Cell/CellCheckbox/CellCheckbox.tsx +41 -0
- package/src/components/Cell/CellDragger/CellDragger.css +4 -0
- package/src/components/Cell/CellDragger/CellDragger.tsx +37 -0
- package/src/components/Cell/Readme.md +163 -0
- package/src/components/Cell/useDraggable.tsx +126 -0
- package/src/components/CellButton/CellButton.css +46 -0
- package/src/components/CellButton/CellButton.tsx +36 -0
- package/src/components/CellButton/Readme.md +53 -0
- package/src/components/Checkbox/Checkbox.css +127 -0
- package/src/components/Checkbox/Checkbox.tsx +102 -0
- package/src/components/Checkbox/Readme.md +20 -0
- package/src/components/Chip/Chip.css +56 -0
- package/src/components/Chip/Chip.tsx +70 -0
- package/src/components/Chip/Readme.md +81 -0
- package/src/components/ChipsInput/ChipsInput.css +72 -0
- package/src/components/ChipsInput/ChipsInput.tsx +239 -0
- package/src/components/ChipsInput/Readme.md +94 -0
- package/src/components/ChipsInput/useChipsInput.ts +90 -0
- package/src/components/ChipsSelect/ChipsSelect.css +23 -0
- package/src/components/ChipsSelect/ChipsSelect.tsx +454 -0
- package/src/components/ChipsSelect/Readme.md +115 -0
- package/src/components/ChipsSelect/useChipsSelect.ts +72 -0
- package/src/components/ClickPopper/ClickPopper.tsx +86 -0
- package/src/components/ConfigProvider/ConfigProvider.tsx +144 -0
- package/src/components/ConfigProvider/ConfigProviderContext.tsx +48 -0
- package/src/components/ConfigProvider/Readme.md +1 -0
- package/src/components/ContentCard/ContentCard.css +39 -0
- package/src/components/ContentCard/ContentCard.tsx +153 -0
- package/src/components/ContentCard/Readme.md +65 -0
- package/src/components/Counter/Counter.css +161 -0
- package/src/components/Counter/Counter.tsx +76 -0
- package/src/components/Counter/Readme.md +114 -0
- package/src/components/CustomScrollView/CustomScrollView.css +62 -0
- package/src/components/CustomScrollView/CustomScrollView.tsx +168 -0
- package/src/components/CustomSelect/CustomSelect.css +24 -0
- package/src/components/CustomSelect/CustomSelect.tsx +784 -0
- package/src/components/CustomSelect/Readme.md +248 -0
- package/src/components/CustomSelectDropdown/CustomSelectDropdown.css +43 -0
- package/src/components/CustomSelectDropdown/CustomSelectDropdown.tsx +76 -0
- package/src/components/CustomSelectOption/CustomSelectOption.css +75 -0
- package/src/components/CustomSelectOption/CustomSelectOption.tsx +126 -0
- package/src/components/CustomSelectOption/Readme.md +52 -0
- package/src/components/DateInput/DateInput.css +20 -0
- package/src/components/DateInput/DateInput.tsx +317 -0
- package/src/components/DateInput/Readme.md +116 -0
- package/src/components/DatePicker/DatePicker.css +30 -0
- package/src/components/DatePicker/DatePicker.tsx +238 -0
- package/src/components/DatePicker/Readme.md +40 -0
- package/src/components/DateRangeInput/DateRangeInput.css +16 -0
- package/src/components/DateRangeInput/DateRangeInput.tsx +350 -0
- package/src/components/DateRangeInput/Readme.md +96 -0
- package/src/components/Div/Div.css +7 -0
- package/src/components/Div/Div.tsx +26 -0
- package/src/components/Div/Readme.md +17 -0
- package/src/components/Dropdown/Dropdown.css +19 -0
- package/src/components/Dropdown/Dropdown.tsx +42 -0
- package/src/components/Dropdown/Readme.md +49 -0
- package/src/components/DropdownIcon/DropdownIcon.css +3 -0
- package/src/components/DropdownIcon/DropdownIcon.tsx +18 -0
- package/src/components/Epic/Epic.css +4 -0
- package/src/components/Epic/Epic.tsx +63 -0
- package/src/components/Epic/Readme.md +244 -0
- package/src/components/Epic/ScrollSaver.tsx +23 -0
- package/src/components/File/File.css +6 -0
- package/src/components/File/File.tsx +74 -0
- package/src/components/File/Readme.md +20 -0
- package/src/components/FixedLayout/FixedLayout.css +29 -0
- package/src/components/FixedLayout/FixedLayout.tsx +72 -0
- package/src/components/FixedLayout/Readme.md +117 -0
- package/src/components/FocusTrap/FocusTrap.tsx +144 -0
- package/src/components/FocusVisible/FocusVisible.css +72 -0
- package/src/components/FocusVisible/FocusVisible.tsx +18 -0
- package/src/components/Footer/Footer.css +8 -0
- package/src/components/Footer/Footer.tsx +17 -0
- package/src/components/Footer/Readme.md +23 -0
- package/src/components/FormField/FormField.css +137 -0
- package/src/components/FormField/FormField.tsx +95 -0
- package/src/components/FormField/Readme.md +108 -0
- package/src/components/FormItem/FormItem.css +83 -0
- package/src/components/FormItem/FormItem.tsx +86 -0
- package/src/components/FormItem/Readme.md +183 -0
- package/src/components/FormLayout/FormLayout.css +16 -0
- package/src/components/FormLayout/FormLayout.tsx +39 -0
- package/src/components/FormLayout/Readme.md +2 -0
- package/src/components/FormLayoutGroup/FormLayoutGroup.css +22 -0
- package/src/components/FormLayoutGroup/FormLayoutGroup.tsx +72 -0
- package/src/components/FormLayoutGroup/Readme.md +63 -0
- package/src/components/FormStatus/FormStatus.css +34 -0
- package/src/components/FormStatus/FormStatus.tsx +45 -0
- package/src/components/FormStatus/Readme.md +23 -0
- package/src/components/Gallery/Gallery.css +71 -0
- package/src/components/Gallery/Gallery.tsx +574 -0
- package/src/components/Gallery/Readme.md +99 -0
- package/src/components/Gradient/Gradient.css +85 -0
- package/src/components/Gradient/Gradient.tsx +29 -0
- package/src/components/Gradient/Readme.md +55 -0
- package/src/components/GridAvatar/GridAvatar.css +34 -0
- package/src/components/GridAvatar/GridAvatar.tsx +41 -0
- package/src/components/GridAvatar/Readme.md +24 -0
- package/src/components/Group/Group.css +86 -0
- package/src/components/Group/Group.tsx +95 -0
- package/src/components/Group/Readme.md +156 -0
- package/src/components/Header/Header.css +152 -0
- package/src/components/Header/Header.tsx +177 -0
- package/src/components/Header/Readme.md +114 -0
- package/src/components/HorizontalCell/HorizontalCell.css +95 -0
- package/src/components/HorizontalCell/HorizontalCell.tsx +86 -0
- package/src/components/HorizontalCell/Readme.md +236 -0
- package/src/components/HorizontalScroll/HorizontalScroll.css +31 -0
- package/src/components/HorizontalScroll/HorizontalScroll.tsx +225 -0
- package/src/components/HorizontalScroll/HorizontalScrollArrow.css +69 -0
- package/src/components/HorizontalScroll/HorizontalScrollArrow.tsx +35 -0
- package/src/components/HorizontalScroll/Readme.md +67 -0
- package/src/components/HoverPopper/HoverPopper.tsx +102 -0
- package/src/components/IconButton/IconButton.css +93 -0
- package/src/components/IconButton/IconButton.tsx +57 -0
- package/src/components/InfoRow/InfoRow.css +14 -0
- package/src/components/InfoRow/InfoRow.tsx +37 -0
- package/src/components/InfoRow/Readme.md +27 -0
- package/src/components/InitialsAvatar/InitialsAvatar.css +55 -0
- package/src/components/InitialsAvatar/InitialsAvatar.tsx +95 -0
- package/src/components/InitialsAvatar/Readme.md +20 -0
- package/src/components/Input/Input.css +52 -0
- package/src/components/Input/Input.tsx +52 -0
- package/src/components/Input/Readme.md +46 -0
- package/src/components/InputLike/InputLike.css +25 -0
- package/src/components/InputLike/InputLike.tsx +72 -0
- package/src/components/InputLike/InputLikeDivider.css +4 -0
- package/src/components/InputLike/InputLikeDivider.tsx +12 -0
- package/src/components/Link/Link.css +18 -0
- package/src/components/Link/Link.tsx +27 -0
- package/src/components/Link/Readme.md +8 -0
- package/src/components/List/List.css +2 -0
- package/src/components/List/List.tsx +32 -0
- package/src/components/List/ListContext.ts +6 -0
- package/src/components/List/Readme.md +22 -0
- package/src/components/LocaleProviderContext/LocaleProviderContext.tsx +5 -0
- package/src/components/MiniInfoCell/MiniInfoCell.css +67 -0
- package/src/components/MiniInfoCell/MiniInfoCell.tsx +95 -0
- package/src/components/MiniInfoCell/Readme.md +150 -0
- package/src/components/ModalCard/ModalCard.css +67 -0
- package/src/components/ModalCard/ModalCard.tsx +94 -0
- package/src/components/ModalCard/Readme.md +9 -0
- package/src/components/ModalCardBase/ModalCardBase.css +104 -0
- package/src/components/ModalCardBase/ModalCardBase.tsx +154 -0
- package/src/components/ModalCardBase/Readme.md +38 -0
- package/src/components/ModalDismissButton/ModalDismissButton.css +37 -0
- package/src/components/ModalDismissButton/ModalDismissButton.tsx +32 -0
- package/src/components/ModalDismissButton/Readme.md +53 -0
- package/src/components/ModalPage/ModalPage.css +146 -0
- package/src/components/ModalPage/ModalPage.tsx +150 -0
- package/src/components/ModalPage/Readme.md +9 -0
- package/src/components/ModalPageHeader/ModalPageHeader.css +24 -0
- package/src/components/ModalPageHeader/ModalPageHeader.tsx +58 -0
- package/src/components/ModalPageHeader/Readme.md +46 -0
- package/src/components/ModalRoot/ModalRoot.css +68 -0
- package/src/components/ModalRoot/ModalRoot.tsx +843 -0
- package/src/components/ModalRoot/ModalRootAdaptive.tsx +60 -0
- package/src/components/ModalRoot/ModalRootContext.tsx +51 -0
- package/src/components/ModalRoot/ModalRootDesktop.tsx +279 -0
- package/src/components/ModalRoot/Readme.md +774 -0
- package/src/components/ModalRoot/constants.ts +4 -0
- package/src/components/ModalRoot/types.ts +68 -0
- package/src/components/ModalRoot/useModalManager.tsx +251 -0
- package/src/components/ModalRoot/withModalRootContext.tsx +19 -0
- package/src/components/NativeSelect/NativeSelect.tsx +113 -0
- package/src/components/NativeSelect/Readme.md +17 -0
- package/src/components/NavTransitionContext/NavTransitionContext.tsx +24 -0
- package/src/components/Pagination/Pagination.css +62 -0
- package/src/components/Pagination/Pagination.tsx +196 -0
- package/src/components/Pagination/Readme.md +110 -0
- package/src/components/Panel/Panel.css +116 -0
- package/src/components/Panel/Panel.tsx +59 -0
- package/src/components/Panel/Readme.md +97 -0
- package/src/components/PanelHeader/PanelHeader.css +263 -0
- package/src/components/PanelHeader/PanelHeader.tsx +143 -0
- package/src/components/PanelHeader/Readme.md +244 -0
- package/src/components/PanelHeaderBack/PanelHeaderBack.css +7 -0
- package/src/components/PanelHeaderBack/PanelHeaderBack.tsx +61 -0
- package/src/components/PanelHeaderBack/Readme.md +9 -0
- package/src/components/PanelHeaderButton/PanelHeaderButton.css +102 -0
- package/src/components/PanelHeaderButton/PanelHeaderButton.tsx +111 -0
- package/src/components/PanelHeaderButton/Readme.md +47 -0
- package/src/components/PanelHeaderClose/PanelHeaderClose.tsx +35 -0
- package/src/components/PanelHeaderClose/Readme.md +9 -0
- package/src/components/PanelHeaderContent/PanelHeaderContent.css +107 -0
- package/src/components/PanelHeaderContent/PanelHeaderContent.tsx +105 -0
- package/src/components/PanelHeaderContent/Readme.md +33 -0
- package/src/components/PanelHeaderContext/PanelHeaderContext.css +143 -0
- package/src/components/PanelHeaderContext/PanelHeaderContext.tsx +89 -0
- package/src/components/PanelHeaderContext/Readme.md +110 -0
- package/src/components/PanelHeaderEdit/PanelHeaderEdit.tsx +49 -0
- package/src/components/PanelHeaderEdit/Readme.md +1 -0
- package/src/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx +37 -0
- package/src/components/PanelHeaderSubmit/Readme.md +13 -0
- package/src/components/PanelSpinner/PanelSpinner.tsx +21 -0
- package/src/components/PanelSpinner/Readme.md +15 -0
- package/src/components/Placeholder/Placeholder.css +50 -0
- package/src/components/Placeholder/Placeholder.tsx +71 -0
- package/src/components/Placeholder/Readme.md +104 -0
- package/src/components/PopoutRoot/PopoutRoot.css +36 -0
- package/src/components/PopoutRoot/PopoutRoot.tsx +72 -0
- package/src/components/PopoutRoot/Readme.md +50 -0
- package/src/components/PopoutWrapper/PopoutWrapper.css +109 -0
- package/src/components/PopoutWrapper/PopoutWrapper.tsx +78 -0
- package/src/components/PopoutWrapper/Readme.md +12 -0
- package/src/components/Popper/Popper.css +39 -0
- package/src/components/Popper/Popper.tsx +231 -0
- package/src/components/Popper/Readme.md +33 -0
- package/src/components/Progress/Progress.css +12 -0
- package/src/components/Progress/Progress.tsx +49 -0
- package/src/components/Progress/Readme.md +14 -0
- package/src/components/PromoBanner/PromoBanner.css +55 -0
- package/src/components/PromoBanner/PromoBanner.tsx +135 -0
- package/src/components/PromoBanner/Readme.md +25 -0
- package/src/components/PullToRefresh/PullToRefresh.css +98 -0
- package/src/components/PullToRefresh/PullToRefresh.tsx +354 -0
- package/src/components/PullToRefresh/PullToRefreshSpinner.tsx +79 -0
- package/src/components/PullToRefresh/Readme.md +71 -0
- package/src/components/Radio/Radio.css +187 -0
- package/src/components/Radio/Radio.tsx +82 -0
- package/src/components/Radio/Readme.md +29 -0
- package/src/components/RadioGroup/RadioGroup.css +12 -0
- package/src/components/RadioGroup/RadioGroup.tsx +29 -0
- package/src/components/RadioGroup/Readme.md +56 -0
- package/src/components/RangeSlider/RangeSlider.tsx +54 -0
- package/src/components/RangeSlider/Readme.md +32 -0
- package/src/components/RangeSlider/UniversalSlider.tsx +162 -0
- package/src/components/Removable/Removable.css +125 -0
- package/src/components/Removable/Removable.tsx +176 -0
- package/src/components/RichCell/Readme.md +65 -0
- package/src/components/RichCell/RichCell.css +115 -0
- package/src/components/RichCell/RichCell.tsx +105 -0
- package/src/components/RichTooltip/Readme.md +59 -0
- package/src/components/RichTooltip/RichTooltip.css +10 -0
- package/src/components/RichTooltip/RichTooltip.tsx +33 -0
- package/src/components/Root/Readme.md +36 -0
- package/src/components/Root/Root.css +177 -0
- package/src/components/Root/Root.tsx +210 -0
- package/src/components/ScreenSpinner/Readme.md +43 -0
- package/src/components/ScreenSpinner/ScreenSpinner.css +31 -0
- package/src/components/ScreenSpinner/ScreenSpinner.tsx +40 -0
- package/src/components/Search/Readme.md +235 -0
- package/src/components/Search/Search.css +359 -0
- package/src/components/Search/Search.tsx +197 -0
- package/src/components/SegmentedControl/Readme.md +94 -0
- package/src/components/SegmentedControl/SegmentedControl.css +42 -0
- package/src/components/SegmentedControl/SegmentedControl.tsx +115 -0
- package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css +30 -0
- package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx +43 -0
- package/src/components/Select/Readme.md +27 -0
- package/src/components/Select/Select.css +64 -0
- package/src/components/Select/Select.tsx +38 -0
- package/src/components/SelectMimicry/Readme.md +87 -0
- package/src/components/SelectMimicry/SelectMimicry.css +10 -0
- package/src/components/SelectMimicry/SelectMimicry.tsx +97 -0
- package/src/components/Separator/Readme.md +23 -0
- package/src/components/Separator/Separator.css +48 -0
- package/src/components/Separator/Separator.tsx +42 -0
- package/src/components/SimpleCell/Readme.md +136 -0
- package/src/components/SimpleCell/SimpleCell.css +258 -0
- package/src/components/SimpleCell/SimpleCell.tsx +133 -0
- package/src/components/SimpleCheckbox/Readme.md +25 -0
- package/src/components/SimpleCheckbox/SimpleCheckbox.css +129 -0
- package/src/components/SimpleCheckbox/SimpleCheckbox.tsx +148 -0
- package/src/components/Slider/Readme.md +83 -0
- package/src/components/Slider/Slider.css +145 -0
- package/src/components/Slider/Slider.tsx +54 -0
- package/src/components/SliderSwitch/Readme.md +27 -0
- package/src/components/SliderSwitch/SliderSwitch.css +87 -0
- package/src/components/SliderSwitch/SliderSwitch.tsx +210 -0
- package/src/components/SliderSwitch/SliderSwitchButton.tsx +54 -0
- package/src/components/Snackbar/Readme.md +145 -0
- package/src/components/Snackbar/Snackbar.css +162 -0
- package/src/components/Snackbar/Snackbar.tsx +255 -0
- package/src/components/Spacing/Readme.md +98 -0
- package/src/components/Spacing/Spacing.css +46 -0
- package/src/components/Spacing/Spacing.tsx +54 -0
- package/src/components/Spinner/Readme.md +11 -0
- package/src/components/Spinner/Spinner.css +33 -0
- package/src/components/Spinner/Spinner.tsx +53 -0
- package/src/components/SplitCol/Readme.md +1 -0
- package/src/components/SplitCol/SplitCol.css +28 -0
- package/src/components/SplitCol/SplitCol.tsx +76 -0
- package/src/components/SplitLayout/Readme.md +154 -0
- package/src/components/SplitLayout/SplitLayout.css +54 -0
- package/src/components/SplitLayout/SplitLayout.tsx +55 -0
- package/src/components/SubnavigationBar/Readme.md +264 -0
- package/src/components/SubnavigationBar/SubnavigationBar.css +32 -0
- package/src/components/SubnavigationBar/SubnavigationBar.tsx +67 -0
- package/src/components/SubnavigationButton/Readme.md +128 -0
- package/src/components/SubnavigationButton/SubnavigationButton.css +103 -0
- package/src/components/SubnavigationButton/SubnavigationButton.tsx +100 -0
- package/src/components/Switch/Readme.md +57 -0
- package/src/components/Switch/Switch.css +198 -0
- package/src/components/Switch/Switch.tsx +57 -0
- package/src/components/Tabbar/Readme.md +7 -0
- package/src/components/Tabbar/Tabbar.css +53 -0
- package/src/components/Tabbar/Tabbar.tsx +51 -0
- package/src/components/TabbarItem/Readme.md +102 -0
- package/src/components/TabbarItem/TabbarItem.css +128 -0
- package/src/components/TabbarItem/TabbarItem.tsx +95 -0
- package/src/components/Tabs/Readme.md +274 -0
- package/src/components/Tabs/Tabs.css +102 -0
- package/src/components/Tabs/Tabs.tsx +57 -0
- package/src/components/TabsItem/Readme.md +0 -0
- package/src/components/TabsItem/TabsItem.css +178 -0
- package/src/components/TabsItem/TabsItem.tsx +63 -0
- package/src/components/Tappable/Tappable.css +146 -0
- package/src/components/Tappable/Tappable.tsx +352 -0
- package/src/components/TextTooltip/Readme.md +11 -0
- package/src/components/TextTooltip/TextTooltip.css +18 -0
- package/src/components/TextTooltip/TextTooltip.tsx +58 -0
- package/src/components/Textarea/Readme.md +24 -0
- package/src/components/Textarea/Textarea.css +39 -0
- package/src/components/Textarea/Textarea.tsx +80 -0
- package/src/components/Tooltip/Readme.md +263 -0
- package/src/components/Tooltip/Tooltip.css +73 -0
- package/src/components/Tooltip/Tooltip.tsx +315 -0
- package/src/components/Tooltip/TooltipContainer.tsx +10 -0
- package/src/components/Touch/Readme.md +116 -0
- package/src/components/Touch/Touch.tsx +288 -0
- package/src/components/Touch/TouchContext.ts +11 -0
- package/src/components/Typography/Caption/Caption.css +97 -0
- package/src/components/Typography/Caption/Caption.tsx +53 -0
- package/src/components/Typography/Caption/Readme.md +29 -0
- package/src/components/Typography/Headline/Headline.css +25 -0
- package/src/components/Typography/Headline/Headline.tsx +36 -0
- package/src/components/Typography/Headline/Readme.md +24 -0
- package/src/components/Typography/Paragraph/Paragraph.css +17 -0
- package/src/components/Typography/Paragraph/Paragraph.tsx +42 -0
- package/src/components/Typography/Paragraph/Readme.md +19 -0
- package/src/components/Typography/Subhead/Readme.md +21 -0
- package/src/components/Typography/Subhead/Subhead.css +43 -0
- package/src/components/Typography/Subhead/Subhead.tsx +50 -0
- package/src/components/Typography/Text/Readme.md +22 -0
- package/src/components/Typography/Text/Text.css +25 -0
- package/src/components/Typography/Text/Text.tsx +52 -0
- package/src/components/Typography/Title/Readme.md +31 -0
- package/src/components/Typography/Title/Title.css +59 -0
- package/src/components/Typography/Title/Title.tsx +61 -0
- package/src/components/UsersStack/Readme.md +94 -0
- package/src/components/UsersStack/UsersStack.css +99 -0
- package/src/components/UsersStack/UsersStack.tsx +103 -0
- package/src/components/UsersStack/masks.tsx +46 -0
- package/src/components/View/Readme.md +98 -0
- package/src/components/View/View.css +125 -0
- package/src/components/View/View.tsx +677 -0
- package/src/components/View/ViewIOS.css +155 -0
- package/src/components/View/ViewInfinite.tsx +735 -0
- package/src/components/View/utils.ts +10 -0
- package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css +9 -0
- package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx +25 -0
- package/src/components/WriteBar/Readme.md +224 -0
- package/src/components/WriteBar/WriteBar.css +106 -0
- package/src/components/WriteBar/WriteBar.tsx +137 -0
- package/src/components/WriteBarIcon/Readme.md +11 -0
- package/src/components/WriteBarIcon/WriteBarIcon.css +75 -0
- package/src/components/WriteBarIcon/WriteBarIcon.tsx +106 -0
- package/src/fonts/VK_Sans_Display_Medium.woff +0 -0
- package/src/fonts/VK_Sans_Display_Medium.woff2 +0 -0
- package/src/fonts/fonts.css +7 -0
- package/src/helpers/avatar.ts +10 -0
- package/src/helpers/getClassName.ts +8 -0
- package/src/helpers/getScheme.ts +27 -0
- package/src/helpers/math.ts +40 -0
- package/src/helpers/scheme.ts +87 -0
- package/src/hoc/withAdaptivity.tsx +86 -0
- package/src/hoc/withContext.tsx +14 -0
- package/src/hoc/withInsets.tsx +12 -0
- package/src/hoc/withPlatform.tsx +17 -0
- package/src/hooks/useAdaptivity.ts +12 -0
- package/src/hooks/useAppearance.ts +4 -0
- package/src/hooks/useBooleanState.ts +19 -0
- package/src/hooks/useBridgeAdaptivity.ts +83 -0
- package/src/hooks/useBrowserInfo.ts +11 -0
- package/src/hooks/useCalendar.ts +78 -0
- package/src/hooks/useDateInput.ts +213 -0
- package/src/hooks/useEffectDev.ts +5 -0
- package/src/hooks/useEnsuredControl.ts +17 -0
- package/src/hooks/useEventListener.ts +62 -0
- package/src/hooks/useExternRef.ts +26 -0
- package/src/hooks/useFocusVisible.ts +31 -0
- package/src/hooks/useGlobalEventListener.ts +35 -0
- package/src/hooks/useInsets.ts +69 -0
- package/src/hooks/useKeyboard.ts +75 -0
- package/src/hooks/useKeyboardInputTracker.ts +64 -0
- package/src/hooks/useObjectMemo.ts +16 -0
- package/src/hooks/useOrientationChange.ts +39 -0
- package/src/hooks/usePagination.ts +96 -0
- package/src/hooks/usePatchChildrenRef.ts +39 -0
- package/src/hooks/usePlatform.ts +10 -0
- package/src/hooks/useTimeout.ts +33 -0
- package/src/hooks/useWaitTransitionFinish.ts +34 -0
- package/src/index.ts +345 -0
- package/src/lib/SSR.tsx +45 -0
- package/src/lib/accessibility.ts +87 -0
- package/src/lib/animate.ts +47 -0
- package/src/lib/browser.ts +44 -0
- package/src/lib/calendar.ts +123 -0
- package/src/lib/callMultiple.ts +4 -0
- package/src/lib/classNames.ts +44 -0
- package/src/lib/classScopingMode.ts +21 -0
- package/src/lib/date.ts +274 -0
- package/src/lib/dom.tsx +45 -0
- package/src/lib/fx.ts +7 -0
- package/src/lib/getNavId.ts +15 -0
- package/src/lib/is.ts +10 -0
- package/src/lib/isRefObject.ts +11 -0
- package/src/lib/jsxRuntime.d.ts +6 -0
- package/src/lib/jsxRuntime.ts +43 -0
- package/src/lib/offset.ts +17 -0
- package/src/lib/platform.ts +70 -0
- package/src/lib/polyfills.ts +96 -0
- package/src/lib/prefixClass.ts +34 -0
- package/src/lib/removeObjectKeys.ts +10 -0
- package/src/lib/select.ts +54 -0
- package/src/lib/styles.ts +12 -0
- package/src/lib/supportEvents.ts +38 -0
- package/src/lib/taptic.ts +9 -0
- package/src/lib/testing.ts +4 -0
- package/src/lib/touch.ts +59 -0
- package/src/lib/useIsomorphicLayoutEffect.ts +7 -0
- package/src/lib/utils.ts +99 -0
- package/src/lib/warnOnce.ts +15 -0
- package/src/styles/animations.css +19 -0
- package/src/styles/bright_light.css +246 -0
- package/src/styles/common.css +39 -0
- package/src/styles/components.css +153 -0
- package/src/styles/constants.css +79 -0
- package/src/styles/space_gray.css +245 -0
- package/src/styles/themes.css +10 -0
- package/src/styles/unstable.css +6 -0
- package/src/styles/vkcom_dark.css +251 -0
- package/src/styles/vkcom_light.css +256 -0
- package/src/testing/setup.ts +1 -0
- package/src/testing/utils.tsx +205 -0
- package/src/tokenized/index.ts +66 -0
- package/src/types.ts +43 -0
- package/src/unstable/index.ts +23 -0
- package/src/vkui.js +1 -0
- package/stylelint.config.js +46 -0
- package/tasks/generate_scheme.js +13 -0
- package/tasks/postcss-check-keyframes.js +36 -0
- package/tasks/postcss-scope-root.js +9 -0
- package/tasks/styleint-atomic.js +57 -0
- package/tokenized/index.d.ts +1 -0
- package/tokenized/package.json +4 -0
- package/tsconfig.dist.json +16 -0
- package/tsconfig.json +40 -0
- package/types/global.d.ts +7 -0
- package/unstable/index.d.ts +1 -0
- package/unstable/package.json +4 -0
- package/webpack.config.js +86 -0
- package/webpack.styles.config.js +67 -0
- package/dist/components.js.tmp +0 -24
- package/dist/default_scheme.js.tmp +0 -24
- package/dist/fonts.js.tmp +0 -24
- package/dist/stable.js.tmp +0 -166
- package/dist/unstable.js.tmp +0 -24
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
:root,body[scheme=bright_light],[scheme=bright_light],.vkuibright_light{--accent:#2688eb;--accent_alternate:#0077ff;--action_sheet_action_foreground:#2688eb;--action_sheet_separator:rgba(0, 0, 0, 0.12);--activity_indicator_tint:#aeb7c2;--attach_picker_tab_active_background:#2d81e0;--attach_picker_tab_active_icon:#ffffff;--attach_picker_tab_active_text:#2d81e0;--attach_picker_tab_inactive_background:#f2f3f5;--attach_picker_tab_inactive_icon:#818c99;--attach_picker_tab_inactive_text:#818c99;--background_content:#ffffff;--background_highlighted:rgba(0, 0, 0, 0.08);--background_hover:rgba(0, 0, 0, 0.04);--background_keyboard:#e1e3e6;--background_light:#f9f9f9;--background_page:#ebedf0;--background_suggestions:#ffffff;--background_text_highlighted:rgba(38, 136, 235, 0.2);--button_bot_shadow:#c4c8cc;--button_commerce_background:#4bb34b;--button_commerce_foreground:#ffffff;--button_muted_background:#f2f3f5;--button_muted_foreground:#2688eb;--button_outline_border:#2688eb;--button_outline_foreground:#2688eb;--button_primary_background:#2d81e0;--button_primary_foreground:#ffffff;--button_secondary_background:rgba(0, 28, 61, 0.05);--button_secondary_background_highlighted:rgba(0, 28, 61, 0.03);--button_secondary_destructive_background:rgba(0, 28, 61, 0.05);--button_secondary_destructive_background_highlighted:rgba(0, 28, 61, 0.03);--button_secondary_destructive_foreground:#e64646;--button_secondary_destructive_foreground_highlighted:rgba(230, 70, 70, 0.6);--button_secondary_foreground:#2688eb;--button_secondary_foreground_highlighted:rgba(38, 136, 235, 0.6);--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#2d81e0;--cell_button_foreground:#2688eb;--content_placeholder_icon:#99a2ad;--content_placeholder_text:#818c99;--content_positive_background:rgba(75, 179, 75, 0.15);--content_tint_background:#f5f5f5;--content_tint_foreground:#7f8285;--content_warning_background:#fff2d6;--control_background:#ebedf0;--control_foreground:#5181b8;--control_tint:#ffffff;--control_tint_muted:#76787a;--counter_primary_background:#2688eb;--counter_primary_text:#ffffff;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#aeb7c2;--counter_secondary_text:#ffffff;--destructive:#e64646;--dynamic_blue:#2688eb;--dynamic_gray:#a3adb8;--dynamic_green:#4bb34b;--dynamic_orange:#ffa000;--dynamic_purple:#735ce6;--dynamic_raspberry_pink:#e03fab;--dynamic_red:#ff3347;--dynamic_violet:#792ec0;--feed_recommended_friend_promo_background:#528bcc;--field_background:#f2f3f5;--field_border:rgba(0, 0, 0, 0.12);--field_error_background:#faebeb;--field_error_border:#e64646;--field_text_placeholder:#818c99;--field_valid_border:#4bb34b;--float_button_background:#f5f5f5;--float_button_background_highlighted:#ebedf0;--float_button_border:rgba(0, 0, 0, 0.05);--float_button_foreground:#99a2ad;--header_alternate_background:#ffffff;--header_alternate_tab_active_indicator:#2688eb;--header_alternate_tab_active_text:#000000;--header_alternate_tab_inactive_text:#99a2ad;--header_background:#ffffff;--header_background_before_blur:#ffffff;--header_background_before_blur_alternate:#ffffff;--header_search_field_background:#ebedf0;--header_search_field_tint:#818c99;--header_tab_active_background:rgba(0, 0, 0, 0);--header_tab_active_indicator:#2688eb;--header_tab_active_text:#000000;--header_tab_inactive_text:#99a2ad;--header_text:#000000;--header_text_alternate:#000000;--header_text_secondary:#818c99;--header_tint:#2688eb;--header_tint_alternate:#2688eb;--icon_alpha_placeholder:#ffffff;--icon_medium:#818c99;--icon_medium_alpha:rgba(0, 0, 0, 0.48);--icon_name:#74a2d6;--icon_outline_medium:#818c99;--icon_outline_secondary:#99a2ad;--icon_secondary:#99a2ad;--icon_secondary_alpha:rgba(0, 0, 0, 0.36);--icon_tertiary:#b8c1cc;--icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--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_foreground:#000000;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.6);--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:#ebedf0;--im_bubble_incoming_alternate:#ffffff;--im_bubble_incoming_alternate_highlighted:#f9f9f9;--im_bubble_incoming_expiring:#e6e9ff;--im_bubble_incoming_expiring_highlighted:#ccd3ff;--im_bubble_incoming_highlighted:#d7d8d9;--im_bubble_outgoing:#cce4ff;--im_bubble_outgoing_alternate:#ffffff;--im_bubble_outgoing_alternate_highlighted:#f9f9f9;--im_bubble_outgoing_expiring:#ccd3ff;--im_bubble_outgoing_expiring_highlighted:#adb8ff;--im_bubble_outgoing_highlighted:#add3ff;--im_bubble_wallpaper_button_background:#f2f3f5;--im_bubble_wallpaper_button_background_highlighted:#e1e3e6;--im_bubble_wallpaper_button_foreground:#000000;--im_bubble_wallpaper_incoming:#ffffff;--im_bubble_wallpaper_incoming_highlighted:#ebedf0;--im_bubble_wallpaper_outgoing:#cce4ff;--im_bubble_wallpaper_outgoing_highlighted:#add3ff;--im_forward_line_tint:rgba(69, 103, 143, 0.24);--im_reply_separator:#2d81e0;--im_service_message_text:#818c99;--im_text_name:#2d81e0;--im_toolbar_separator:#001c3d;--im_toolbar_voice_msg_background:#99a2ad;--image_border:rgba(0, 0, 0, 0.08);--input_background:#f2f3f5;--input_border:#e1e3e6;--landing_background:#ffffff;--landing_field_background:#f2f3f5;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#818c99;--landing_login_button_background:#2d81e0;--landing_login_button_foreground:#ffffff;--landing_primary_button_background:#2d81e0;--landing_primary_button_foreground:#ffffff;--landing_secondary_button_background:rgba(0, 57, 115, 0.1);--landing_secondary_button_foreground:#2688eb;--landing_snippet_border:rgba(0, 0, 0, 0.15);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#2d81e0;--landing_text_primary:#000000;--landing_text_secondary:#818c99;--landing_text_title:#2d81e0;--like_text_tint:#ff3347;--link_alternate:#2d81e0;--loader_background:#ebedf0;--loader_tint:#76787a;--loader_track_fill:#e1e3e6;--loader_track_value_fill:#528bcc;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#2c2d2e;--modal_card_background:#ffffff;--modal_card_border:rgba(0, 0, 0, 0);--modal_card_header_close:#000000;--music_playback_icon:#000000;--overlay_status_background:#ebedf0;--overlay_status_foreground:#6d7885;--overlay_status_icon:#818c99;--panel_tab_active_background:#ebedf0;--panel_tab_active_text:#5d5f61;--panel_tab_inactive_text:#76787a;--placeholder_icon_background:rgba(0, 28, 61, 0.08);--placeholder_icon_background_opaque:#f2f3f5;--placeholder_icon_foreground_primary:#99a2ad;--placeholder_icon_foreground_secondary:#aeb7c2;--placeholder_icon_tint:#001c3d;--poll_option_background:#45678f;--primary_overlay_badge:rgba(0, 0, 0, 0.6);--search_bar_background:#ffffff;--search_bar_field_background:#ebedf0;--search_bar_field_tint:#818c99;--search_bar_segmented_control_tint:#818c99;--secondary_overlay_badge:rgba(0, 0, 0, 0.24);--segmented_control_bar_background:rgba(0, 0, 0, 0);--segmented_control_tint:#99a2ad;--selection_off_icon:#b8c1cc;--separator_alpha:rgba(0, 0, 0, 0.12);--separator_alternate:#e1e3e6;--separator_common:#d7d8d9;--skeleton_foreground_from:#f5f5f5;--skeleton_foreground_to:#e1e3e6;--skeleton_shimmer_from:#ffffff;--skeleton_shimmer_to:#ffffff;--snippet_background:#ffffff;--snippet_border:rgba(0, 0, 0, 0.15);--snippet_icon_tertiary:#c4c8cc;--splashscreen_icon:#e1e3e6;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0.2);--stories_create_button_background_from:#f2f3f5;--stories_create_button_background_to:#e1e3e6;--stories_create_button_foreground:#6d7885;--stories_create_button_icon_background:#ffffff;--stories_skeleton_loader_background:#c4c8cc;--switch_ios_off_border:#e1e3e6;--tabbar_active_icon:#2975cc;--tabbar_background:#f9f9f9;--tabbar_inactive_icon:#99a2ad;--tabbar_tablet_active_icon:#2975cc;--tabbar_tablet_background:#f9f9f9;--tabbar_tablet_inactive_icon:#99a2ad;--tabbar_tablet_text_primary:#000000;--tabbar_tablet_text_secondary:#909499;--text_action_counter:#818c99;--text_link:#2d81e0;--text_link_highlighted_background:#000000;--text_muted:#2c2d2e;--text_name:#2d81e0;--text_placeholder:#818c99;--text_primary:#000000;--text_secondary:#818c99;--text_subhead:#6d7885;--text_tertiary:#99a2ad;--toolbar_attach_background_from:#b8c1cc;--toolbar_attach_background_to:#a3adb8;--vk_connect_button_primary_background:#19191a;--vk_connect_button_primary_foreground:#ffffff;--vk_connect_button_secondary_background:#f2f3f5;--vk_connect_button_secondary_foreground:#19191a;--writebar_icon:#2688eb}body[scheme=space_gray],[scheme=space_gray],.vkuispace_gray{--accent:#71aaeb;--accent_alternate:#ffffff;--action_sheet_action_foreground:#ffffff;--action_sheet_separator:rgba(255, 255, 255, 0.12);--activity_indicator_tint:#5d5f61;--attach_picker_tab_active_background:#e1e3e6;--attach_picker_tab_active_icon:#19191a;--attach_picker_tab_active_text:#e1e3e6;--attach_picker_tab_inactive_background:#2c2d2e;--attach_picker_tab_inactive_icon:#e1e3e6;--attach_picker_tab_inactive_text:#76787a;--background_content:#19191a;--background_highlighted:rgba(255, 255, 255, 0.08);--background_hover:rgba(255, 255, 255, 0.04);--background_keyboard:#2c2d2e;--background_light:#232324;--background_page:#0a0a0a;--background_suggestions:#2c2d2e;--background_text_highlighted:rgba(113, 170, 235, 0.24);--button_bot_shadow:#19191a;--button_commerce_background:#4bb34b;--button_commerce_foreground:#ffffff;--button_muted_background:#2c2d2e;--button_muted_foreground:#e1e3e6;--button_outline_border:#e1e3e6;--button_outline_foreground:#e1e3e6;--button_primary_background:#e1e3e6;--button_primary_foreground:#19191a;--button_secondary_background:#454647;--button_secondary_background_highlighted:rgba(69, 70, 71, 0.6);--button_secondary_destructive_background:#454647;--button_secondary_destructive_background_highlighted:rgba(69, 70, 71, 0.6);--button_secondary_destructive_foreground:#ff5c5c;--button_secondary_destructive_foreground_highlighted:rgba(255, 92, 92, 0.6);--button_secondary_foreground:#e1e3e6;--button_secondary_foreground_highlighted:rgba(225, 227, 230, 0.6);--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--content_placeholder_icon:#aaaeb3;--content_placeholder_text:#aaaeb3;--content_positive_background:rgba(75, 179, 75, 0.15);--content_tint_background:#232324;--content_tint_foreground:#909499;--content_warning_background:#857250;--control_background:#454647;--control_foreground:#e1e3e6;--control_tint:#19191a;--control_tint_muted:#909499;--counter_primary_background:#ffffff;--counter_primary_text:#19191a;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#76787a;--counter_secondary_text:#19191a;--destructive:#ff5c5c;--dynamic_blue:#2688eb;--dynamic_gray:#a3adb8;--dynamic_green:#4bb34b;--dynamic_orange:#ffa000;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_red:#ff3347;--dynamic_violet:#a393f5;--feed_recommended_friend_promo_background:#6d7885;--field_background:#232324;--field_border:rgba(255, 255, 255, 0.12);--field_error_background:#522e2e;--field_error_border:#ff5c5c;--field_text_placeholder:#76787a;--field_valid_border:#4bb34b;--float_button_background:#454647;--float_button_background_highlighted:#5d5f61;--float_button_border:rgba(0, 0, 0, 0.12);--float_button_foreground:#aaaeb3;--header_alternate_background:#2c2d2e;--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--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:#71aaeb;--header_tab_active_text:#e1e3e6;--header_tab_inactive_text:#76787a;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_text_secondary:rgba(255, 255, 255, 0.6);--header_tint:#e1e3e6;--header_tint_alternate:#e1e3e6;--icon_alpha_placeholder:#e1e3e6;--icon_medium:#909499;--icon_medium_alpha:rgba(255, 255, 255, 0.48);--icon_name:#aaaeb3;--icon_outline_medium:#aaaeb3;--icon_outline_secondary:#909499;--icon_secondary:#76787a;--icon_secondary_alpha:rgba(255, 255, 255, 0.36);--icon_tertiary:#5d5f61;--icon_tertiary_alpha:rgba(255, 255, 255, 0.24);--im_attach_tint:#ffffff;--im_bubble_border_alternate:rgba(0, 0, 0, 0);--im_bubble_border_alternate_highlighted:rgba(0, 0, 0, 0);--im_bubble_button_background:rgba(255, 255, 255, 0.16);--im_bubble_button_background_highlighted:rgba(255, 255, 255, 0.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.2);--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#ffffff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming:#2c2d2e;--im_bubble_incoming_alternate:#2c2d2e;--im_bubble_incoming_alternate_highlighted:#5d5f61;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_incoming_highlighted:#5d5f61;--im_bubble_outgoing:#454647;--im_bubble_outgoing_alternate:#454647;--im_bubble_outgoing_alternate_highlighted:#76787a;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_outgoing_highlighted:#5d5f61;--im_bubble_wallpaper_button_background:#454647;--im_bubble_wallpaper_button_background_highlighted:#76787a;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_bubble_wallpaper_incoming:#2c2d2e;--im_bubble_wallpaper_incoming_highlighted:#5d5f61;--im_bubble_wallpaper_outgoing:#454647;--im_bubble_wallpaper_outgoing_highlighted:#5d5f61;--im_forward_line_tint:rgba(255, 255, 255, 0.24);--im_reply_separator:#ffffff;--im_service_message_text:#76787a;--im_text_name:#71aaeb;--im_toolbar_separator:#aaaeb3;--im_toolbar_voice_msg_background:#454647;--image_border:rgba(255, 255, 255, 0.08);--input_background:#2c2d2e;--input_border:#2c2d2e;--landing_background:#19191a;--landing_field_background:#232324;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#aaaeb3;--landing_login_button_background:#e1e3e6;--landing_login_button_foreground:#19191a;--landing_primary_button_background:#e1e3e6;--landing_primary_button_foreground:#19191a;--landing_secondary_button_background:rgba(255, 255, 255, 0.15);--landing_secondary_button_foreground:#ffffff;--landing_snippet_border:rgba(255, 255, 255, 0.15);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#ffffff;--landing_text_primary:#e1e3e6;--landing_text_secondary:#76787a;--landing_text_title:#ffffff;--like_text_tint:#ff5c5c;--link_alternate:#ffffff;--loader_background:#19191a;--loader_tint:#76787a;--loader_track_fill:#454647;--loader_track_value_fill:#ffffff;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#2c2d2e;--modal_card_background:#2c2d2e;--modal_card_border:rgba(255, 255, 255, 0.12);--modal_card_header_close:#ffffff;--music_playback_icon:#ffffff;--overlay_status_background:#19191a;--overlay_status_foreground:#e1e3e6;--overlay_status_icon:#ebedf0;--panel_tab_active_background:#454647;--panel_tab_active_text:#e1e3e6;--panel_tab_inactive_text:#76787a;--placeholder_icon_background:rgba(255, 255, 255, 0.08);--placeholder_icon_background_opaque:#232324;--placeholder_icon_foreground_primary:#909499;--placeholder_icon_foreground_secondary:#5d5f61;--placeholder_icon_tint:#ffffff;--poll_option_background:#ffffff;--primary_overlay_badge:rgba(255, 255, 255, 0.4);--search_bar_background:#19191a;--search_bar_field_background:#363738;--search_bar_field_tint:#aaaeb3;--search_bar_segmented_control_tint:#909499;--secondary_overlay_badge:rgba(255, 255, 255, 0.15);--segmented_control_bar_background:#19191a;--segmented_control_tint:#76787a;--selection_off_icon:#5d5f61;--separator_alpha:rgba(255, 255, 255, 0.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:rgba(255, 255, 255, 0.15);--snippet_icon_tertiary:#5d5f61;--splashscreen_icon:#2c2d2e;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0);--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_active_icon:#ffffff;--tabbar_background:#2c2d2e;--tabbar_inactive_icon:#76787a;--tabbar_tablet_active_icon:#71aaeb;--tabbar_tablet_background:#232324;--tabbar_tablet_inactive_icon:#76787a;--tabbar_tablet_text_primary:#e1e3e6;--tabbar_tablet_text_secondary:#76787a;--text_action_counter:#aaaeb3;--text_link:#71aaeb;--text_link_highlighted_background:#71aaeb;--text_muted:#c4c8cc;--text_name:#e1e3e6;--text_placeholder:#aaaeb3;--text_primary:#e1e3e6;--text_secondary:#76787a;--text_subhead:#909499;--text_tertiary:#5d5f61;--toolbar_attach_background_from:#76787a;--toolbar_attach_background_to:#5d5f61;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_primary_foreground:#19191a;--vk_connect_button_secondary_background:#454647;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}body[scheme=vkcom_light],[scheme=vkcom_light],.vkuivkcom_light{--accent:#5181b8;--accent_alternate:#0077ff;--action_sheet_action_foreground:#5181b8;--action_sheet_separator:rgba(0, 0, 0, 0.12);--activity_indicator_tint:#aeb7c2;--attach_picker_tab_active_background:#5181b8;--attach_picker_tab_active_icon:#ffffff;--attach_picker_tab_active_text:#5181b8;--attach_picker_tab_inactive_background:#f5f5f5;--attach_picker_tab_inactive_icon:#818c99;--attach_picker_tab_inactive_text:#818c99;--background_content:#ffffff;--background_highlighted:rgba(174, 183, 194, 0.16);--background_hover:rgba(174, 183, 194, 0.12);--background_keyboard:#dce1e6;--background_light:#fafbfc;--background_page:#edeef0;--background_suggestions:#ffffff;--background_text_highlighted:rgba(81, 129, 184, 0.2);--button_bot_shadow:#cccccc;--button_commerce_background:#4bb34b;--button_commerce_foreground:#ffffff;--button_muted_background:#e5ebf1;--button_muted_foreground:#55677d;--button_outline_border:#2a5885;--button_outline_foreground:#2a5885;--button_primary_background:#5181b8;--button_primary_foreground:#ffffff;--button_secondary_background:#e5ebf1;--button_secondary_background_highlighted:#dae2ea;--button_secondary_destructive_background:rgba(230, 70, 70, 0.16);--button_secondary_destructive_background_highlighted:rgba(
|
|
1
|
+
:root,body[scheme=bright_light],[scheme=bright_light],.vkuibright_light{--accent:#2688eb;--accent_alternate:#0077ff;--action_sheet_action_foreground:#2688eb;--action_sheet_separator:rgba(0, 0, 0, 0.12);--activity_indicator_tint:#aeb7c2;--attach_picker_tab_active_background:#2d81e0;--attach_picker_tab_active_icon:#ffffff;--attach_picker_tab_active_text:#2d81e0;--attach_picker_tab_inactive_background:#f2f3f5;--attach_picker_tab_inactive_icon:#818c99;--attach_picker_tab_inactive_text:#818c99;--background_content:#ffffff;--background_highlighted:rgba(0, 0, 0, 0.08);--background_hover:rgba(0, 0, 0, 0.04);--background_keyboard:#e1e3e6;--background_light:#f9f9f9;--background_page:#ebedf0;--background_suggestions:#ffffff;--background_text_highlighted:rgba(38, 136, 235, 0.2);--button_bot_shadow:#c4c8cc;--button_commerce_background:#4bb34b;--button_commerce_foreground:#ffffff;--button_muted_background:#f2f3f5;--button_muted_foreground:#2688eb;--button_outline_border:#2688eb;--button_outline_foreground:#2688eb;--button_primary_background:#2d81e0;--button_primary_foreground:#ffffff;--button_secondary_background:rgba(0, 28, 61, 0.05);--button_secondary_background_highlighted:rgba(0, 28, 61, 0.03);--button_secondary_destructive_background:rgba(0, 28, 61, 0.05);--button_secondary_destructive_background_highlighted:rgba(0, 28, 61, 0.03);--button_secondary_destructive_foreground:#e64646;--button_secondary_destructive_foreground_highlighted:rgba(230, 70, 70, 0.6);--button_secondary_foreground:#2688eb;--button_secondary_foreground_highlighted:rgba(38, 136, 235, 0.6);--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#2d81e0;--cell_button_foreground:#2688eb;--content_placeholder_icon:#99a2ad;--content_placeholder_text:#818c99;--content_positive_background:rgba(75, 179, 75, 0.15);--content_tint_background:#f5f5f5;--content_tint_foreground:#7f8285;--content_warning_background:#fff2d6;--control_background:#ebedf0;--control_background_secondary:#ffffff;--control_foreground:#5181b8;--control_tint:#ffffff;--control_tint_muted:#76787a;--counter_primary_background:#2688eb;--counter_primary_text:#ffffff;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#aeb7c2;--counter_secondary_text:#ffffff;--destructive:#e64646;--dynamic_blue:#2688eb;--dynamic_gray:#a3adb8;--dynamic_green:#4bb34b;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_purple:#735ce6;--dynamic_raspberry_pink:#e03fab;--dynamic_red:#ff3347;--dynamic_violet:#792ec0;--feed_recommended_friend_promo_background:#528bcc;--field_background:#f2f3f5;--field_border:rgba(0, 0, 0, 0.12);--field_error_background:#faebeb;--field_error_border:#e64646;--field_text_placeholder:#818c99;--field_valid_border:#4bb34b;--float_button_background:#f5f5f5;--float_button_background_highlighted:#ebedf0;--float_button_border:rgba(0, 0, 0, 0.05);--float_button_foreground:#99a2ad;--header_alternate_background:#ffffff;--header_alternate_tab_active_indicator:#2688eb;--header_alternate_tab_active_text:#000000;--header_alternate_tab_inactive_text:#99a2ad;--header_background:#ffffff;--header_background_before_blur:#ffffff;--header_background_before_blur_alternate:#ffffff;--header_search_field_background:#ebedf0;--header_search_field_tint:#818c99;--header_tab_active_background:rgba(0, 0, 0, 0);--header_tab_active_indicator:#2688eb;--header_tab_active_text:#000000;--header_tab_inactive_text:#99a2ad;--header_text:#000000;--header_text_alternate:#000000;--header_text_secondary:#818c99;--header_tint:#2688eb;--header_tint_alternate:#2688eb;--icon_alpha_placeholder:#ffffff;--icon_medium:#818c99;--icon_medium_alpha:rgba(0, 0, 0, 0.48);--icon_name:#74a2d6;--icon_outline_medium:#818c99;--icon_outline_secondary:#99a2ad;--icon_secondary:#99a2ad;--icon_secondary_alpha:rgba(0, 0, 0, 0.36);--icon_tertiary:#b8c1cc;--icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--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_foreground:#000000;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.6);--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:#ebedf0;--im_bubble_incoming_alternate:#ffffff;--im_bubble_incoming_alternate_highlighted:#f9f9f9;--im_bubble_incoming_expiring:#e6e9ff;--im_bubble_incoming_expiring_highlighted:#ccd3ff;--im_bubble_incoming_highlighted:#d7d8d9;--im_bubble_outgoing:#cce4ff;--im_bubble_outgoing_alternate:#ffffff;--im_bubble_outgoing_alternate_highlighted:#f9f9f9;--im_bubble_outgoing_expiring:#ccd3ff;--im_bubble_outgoing_expiring_highlighted:#adb8ff;--im_bubble_outgoing_highlighted:#add3ff;--im_bubble_wallpaper_button_background:#f2f3f5;--im_bubble_wallpaper_button_background_highlighted:#e1e3e6;--im_bubble_wallpaper_button_foreground:#000000;--im_bubble_wallpaper_incoming:#ffffff;--im_bubble_wallpaper_incoming_highlighted:#ebedf0;--im_bubble_wallpaper_outgoing:#cce4ff;--im_bubble_wallpaper_outgoing_highlighted:#add3ff;--im_forward_line_tint:rgba(69, 103, 143, 0.24);--im_reply_separator:#2d81e0;--im_service_message_text:#818c99;--im_text_name:#2d81e0;--im_toolbar_separator:#001c3d;--im_toolbar_voice_msg_background:#99a2ad;--image_border:rgba(0, 0, 0, 0.08);--input_background:#f2f3f5;--input_border:#e1e3e6;--landing_background:#ffffff;--landing_field_background:#f2f3f5;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#818c99;--landing_login_button_background:#2d81e0;--landing_login_button_foreground:#ffffff;--landing_primary_button_background:#2d81e0;--landing_primary_button_foreground:#ffffff;--landing_secondary_button_background:rgba(0, 57, 115, 0.1);--landing_secondary_button_foreground:#2688eb;--landing_snippet_border:rgba(0, 0, 0, 0.15);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#2d81e0;--landing_text_primary:#000000;--landing_text_secondary:#818c99;--landing_text_title:#2d81e0;--like_text_tint:#ff3347;--link_alternate:#2d81e0;--loader_background:#ebedf0;--loader_tint:#76787a;--loader_track_fill:#e1e3e6;--loader_track_value_fill:#528bcc;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#2c2d2e;--modal_card_background:#ffffff;--modal_card_border:rgba(0, 0, 0, 0);--modal_card_header_close:#000000;--music_playback_icon:#000000;--overlay_status_background:#ebedf0;--overlay_status_foreground:#6d7885;--overlay_status_icon:#818c99;--panel_tab_active_background:#ebedf0;--panel_tab_active_text:#5d5f61;--panel_tab_inactive_text:#76787a;--placeholder_icon_background:rgba(0, 28, 61, 0.08);--placeholder_icon_background_opaque:#f2f3f5;--placeholder_icon_foreground_primary:#99a2ad;--placeholder_icon_foreground_secondary:#aeb7c2;--placeholder_icon_tint:#001c3d;--poll_option_background:#45678f;--primary_overlay_badge:rgba(0, 0, 0, 0.6);--search_bar_background:#ffffff;--search_bar_field_background:#ebedf0;--search_bar_field_tint:#818c99;--search_bar_segmented_control_tint:#818c99;--secondary_overlay_badge:rgba(0, 0, 0, 0.24);--segmented_control_bar_background:rgba(0, 0, 0, 0);--segmented_control_tint:#99a2ad;--selection_off_icon:#b8c1cc;--separator_alpha:rgba(0, 0, 0, 0.12);--separator_alternate:#e1e3e6;--separator_common:#d7d8d9;--skeleton_foreground_from:#f5f5f5;--skeleton_foreground_to:#e1e3e6;--skeleton_shimmer_from:#ffffff;--skeleton_shimmer_to:#ffffff;--snippet_background:#ffffff;--snippet_border:rgba(0, 0, 0, 0.15);--snippet_icon_tertiary:#c4c8cc;--splashscreen_icon:#e1e3e6;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0.2);--stories_create_button_background_from:#f2f3f5;--stories_create_button_background_to:#e1e3e6;--stories_create_button_foreground:#6d7885;--stories_create_button_icon_background:#ffffff;--stories_skeleton_loader_background:#c4c8cc;--switch_ios_off_border:#e1e3e6;--tabbar_active_icon:#2975cc;--tabbar_background:#f9f9f9;--tabbar_inactive_icon:#99a2ad;--tabbar_tablet_active_icon:#2975cc;--tabbar_tablet_background:#f9f9f9;--tabbar_tablet_inactive_icon:#99a2ad;--tabbar_tablet_text_primary:#000000;--tabbar_tablet_text_secondary:#909499;--text_action_counter:#818c99;--text_link:#2d81e0;--text_link_highlighted_background:#000000;--text_muted:#2c2d2e;--text_name:#2d81e0;--text_placeholder:#818c99;--text_primary:#000000;--text_secondary:#818c99;--text_subhead:#6d7885;--text_tertiary:#99a2ad;--toolbar_attach_background_from:#b8c1cc;--toolbar_attach_background_to:#a3adb8;--vk_connect_button_primary_background:#19191a;--vk_connect_button_primary_foreground:#ffffff;--vk_connect_button_secondary_background:#f2f3f5;--vk_connect_button_secondary_foreground:#19191a;--writebar_icon:#2688eb}body[scheme=space_gray],[scheme=space_gray],.vkuispace_gray{--accent:#529ef4;--accent_alternate:#ffffff;--action_sheet_action_foreground:#ffffff;--action_sheet_separator:rgba(255, 255, 255, 0.12);--activity_indicator_tint:#5d5f61;--attach_picker_tab_active_background:#e1e3e6;--attach_picker_tab_active_icon:#19191a;--attach_picker_tab_active_text:#e1e3e6;--attach_picker_tab_inactive_background:#2c2d2e;--attach_picker_tab_inactive_icon:#e1e3e6;--attach_picker_tab_inactive_text:#76787a;--background_content:#19191a;--background_highlighted:rgba(255, 255, 255, 0.08);--background_hover:rgba(255, 255, 255, 0.04);--background_keyboard:#2c2d2e;--background_light:#232324;--background_page:#0a0a0a;--background_suggestions:#2c2d2e;--background_text_highlighted:rgba(82, 158, 244, 0.24);--button_bot_shadow:#19191a;--button_commerce_background:#4bb34b;--button_commerce_foreground:#ffffff;--button_muted_background:#2c2d2e;--button_muted_foreground:#e1e3e6;--button_outline_border:#e1e3e6;--button_outline_foreground:#e1e3e6;--button_primary_background:#e1e3e6;--button_primary_foreground:#19191a;--button_secondary_background:#454647;--button_secondary_background_highlighted:rgba(69, 70, 71, 0.6);--button_secondary_destructive_background:#454647;--button_secondary_destructive_background_highlighted:rgba(69, 70, 71, 0.6);--button_secondary_destructive_foreground:#ff5c5c;--button_secondary_destructive_foreground_highlighted:rgba(255, 92, 92, 0.6);--button_secondary_foreground:#e1e3e6;--button_secondary_foreground_highlighted:rgba(225, 227, 230, 0.6);--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--content_placeholder_icon:#aaaeb3;--content_placeholder_text:#aaaeb3;--content_positive_background:rgba(75, 179, 75, 0.15);--content_tint_background:#232324;--content_tint_foreground:#909499;--content_warning_background:#857250;--control_background:#454647;--control_background_secondary:#76787a;--control_foreground:#e1e3e6;--control_tint:#19191a;--control_tint_muted:#909499;--counter_primary_background:#ffffff;--counter_primary_text:#19191a;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#76787a;--counter_secondary_text:#19191a;--destructive:#ff5c5c;--dynamic_blue:#2688eb;--dynamic_gray:#a3adb8;--dynamic_green:#4bb34b;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_red:#ff3347;--dynamic_violet:#a393f5;--feed_recommended_friend_promo_background:#6d7885;--field_background:#232324;--field_border:rgba(255, 255, 255, 0.12);--field_error_background:#522e2e;--field_error_border:#ff5c5c;--field_text_placeholder:#76787a;--field_valid_border:#4bb34b;--float_button_background:#454647;--float_button_background_highlighted:#5d5f61;--float_button_border:rgba(0, 0, 0, 0.12);--float_button_foreground:#aaaeb3;--header_alternate_background:#2c2d2e;--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--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_active_text:#e1e3e6;--header_tab_inactive_text:#76787a;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_text_secondary:rgba(255, 255, 255, 0.6);--header_tint:#e1e3e6;--header_tint_alternate:#e1e3e6;--icon_alpha_placeholder:#e1e3e6;--icon_medium:#909499;--icon_medium_alpha:rgba(255, 255, 255, 0.48);--icon_name:#aaaeb3;--icon_outline_medium:#aaaeb3;--icon_outline_secondary:#909499;--icon_secondary:#76787a;--icon_secondary_alpha:rgba(255, 255, 255, 0.36);--icon_tertiary:#5d5f61;--icon_tertiary_alpha:rgba(255, 255, 255, 0.24);--im_attach_tint:#ffffff;--im_bubble_border_alternate:rgba(0, 0, 0, 0);--im_bubble_border_alternate_highlighted:rgba(0, 0, 0, 0);--im_bubble_button_background:rgba(255, 255, 255, 0.16);--im_bubble_button_background_highlighted:rgba(255, 255, 255, 0.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.2);--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#ffffff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming:#2c2d2e;--im_bubble_incoming_alternate:#2c2d2e;--im_bubble_incoming_alternate_highlighted:#5d5f61;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_incoming_highlighted:#5d5f61;--im_bubble_outgoing:#454647;--im_bubble_outgoing_alternate:#454647;--im_bubble_outgoing_alternate_highlighted:#76787a;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_outgoing_highlighted:#5d5f61;--im_bubble_wallpaper_button_background:#454647;--im_bubble_wallpaper_button_background_highlighted:#76787a;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_bubble_wallpaper_incoming:#2c2d2e;--im_bubble_wallpaper_incoming_highlighted:#5d5f61;--im_bubble_wallpaper_outgoing:#454647;--im_bubble_wallpaper_outgoing_highlighted:#5d5f61;--im_forward_line_tint:rgba(255, 255, 255, 0.24);--im_reply_separator:#ffffff;--im_service_message_text:#76787a;--im_text_name:#529ef4;--im_toolbar_separator:#aaaeb3;--im_toolbar_voice_msg_background:#454647;--image_border:rgba(255, 255, 255, 0.08);--input_background:#2c2d2e;--input_border:#2c2d2e;--landing_background:#19191a;--landing_field_background:#232324;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#aaaeb3;--landing_login_button_background:#e1e3e6;--landing_login_button_foreground:#19191a;--landing_primary_button_background:#e1e3e6;--landing_primary_button_foreground:#19191a;--landing_secondary_button_background:rgba(255, 255, 255, 0.15);--landing_secondary_button_foreground:#ffffff;--landing_snippet_border:rgba(255, 255, 255, 0.15);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#ffffff;--landing_text_primary:#e1e3e6;--landing_text_secondary:#76787a;--landing_text_title:#ffffff;--like_text_tint:#ff5c5c;--link_alternate:#ffffff;--loader_background:#19191a;--loader_tint:#76787a;--loader_track_fill:#454647;--loader_track_value_fill:#ffffff;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#2c2d2e;--modal_card_background:#232324;--modal_card_border:rgba(255, 255, 255, 0.12);--modal_card_header_close:#ffffff;--music_playback_icon:#ffffff;--overlay_status_background:#19191a;--overlay_status_foreground:#e1e3e6;--overlay_status_icon:#ebedf0;--panel_tab_active_background:#454647;--panel_tab_active_text:#e1e3e6;--panel_tab_inactive_text:#76787a;--placeholder_icon_background:rgba(255, 255, 255, 0.08);--placeholder_icon_background_opaque:#232324;--placeholder_icon_foreground_primary:#909499;--placeholder_icon_foreground_secondary:#5d5f61;--placeholder_icon_tint:#ffffff;--poll_option_background:#ffffff;--primary_overlay_badge:rgba(255, 255, 255, 0.4);--search_bar_background:#19191a;--search_bar_field_background:#363738;--search_bar_field_tint:#aaaeb3;--search_bar_segmented_control_tint:#909499;--secondary_overlay_badge:rgba(255, 255, 255, 0.15);--segmented_control_bar_background:#19191a;--segmented_control_tint:#76787a;--selection_off_icon:#5d5f61;--separator_alpha:rgba(255, 255, 255, 0.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:rgba(255, 255, 255, 0.15);--snippet_icon_tertiary:#5d5f61;--splashscreen_icon:#2c2d2e;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0);--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_active_icon:#ffffff;--tabbar_background:#2c2d2e;--tabbar_inactive_icon:#76787a;--tabbar_tablet_active_icon:#529ef4;--tabbar_tablet_background:#232324;--tabbar_tablet_inactive_icon:#76787a;--tabbar_tablet_text_primary:#e1e3e6;--tabbar_tablet_text_secondary:#76787a;--text_action_counter:#aaaeb3;--text_link:#529ef4;--text_link_highlighted_background:#529ef4;--text_muted:#c4c8cc;--text_name:#e1e3e6;--text_placeholder:#aaaeb3;--text_primary:#e1e3e6;--text_secondary:#76787a;--text_subhead:#909499;--text_tertiary:#5d5f61;--toolbar_attach_background_from:#76787a;--toolbar_attach_background_to:#5d5f61;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_primary_foreground:#19191a;--vk_connect_button_secondary_background:#454647;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}body[scheme=vkcom_light],[scheme=vkcom_light],.vkuivkcom_light{--accent:#5181b8;--accent_alternate:#0077ff;--action_sheet_action_foreground:#5181b8;--action_sheet_separator:rgba(0, 0, 0, 0.12);--activity_indicator_tint:#aeb7c2;--attach_picker_tab_active_background:#5181b8;--attach_picker_tab_active_icon:#ffffff;--attach_picker_tab_active_text:#5181b8;--attach_picker_tab_inactive_background:#f5f5f5;--attach_picker_tab_inactive_icon:#818c99;--attach_picker_tab_inactive_text:#818c99;--background_content:#ffffff;--background_highlighted:rgba(174, 183, 194, 0.16);--background_hover:rgba(174, 183, 194, 0.12);--background_keyboard:#dce1e6;--background_light:#fafbfc;--background_page:#edeef0;--background_suggestions:#ffffff;--background_text_highlighted:rgba(81, 129, 184, 0.2);--button_bot_shadow:#cccccc;--button_commerce_background:#4bb34b;--button_commerce_foreground:#ffffff;--button_muted_background:#e5ebf1;--button_muted_foreground:#55677d;--button_outline_border:#2a5885;--button_outline_foreground:#2a5885;--button_primary_background:#5181b8;--button_primary_foreground:#ffffff;--button_secondary_background:#e5ebf1;--button_secondary_background_highlighted:#dae2ea;--button_secondary_destructive_background:rgba(230, 70, 70, 0.16);--button_secondary_destructive_background_highlighted:rgba(
|
|
2
2
|
230,
|
|
3
3
|
70,
|
|
4
4
|
70,
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
70,
|
|
9
9
|
70,
|
|
10
10
|
0.12
|
|
11
|
-
);--button_secondary_foreground:#55677d;--button_secondary_foreground_highlighted:#55677d;--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#2a5885;--cell_button_foreground:#2a5885;--content_negative_background:#
|
|
11
|
+
);--button_secondary_foreground:#55677d;--button_secondary_foreground_highlighted:#55677d;--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#2a5885;--cell_button_foreground:#2a5885;--content_negative_background:#faebeb;--content_placeholder_icon:#99a2ad;--content_placeholder_text:#818c99;--content_positive_background:#def0d3;--content_tint_background:#f0f2f5;--content_tint_foreground:#828282;--content_warning_background:#faefd2;--control_background:#edeef0;--control_background_secondary:#ffffff;--control_foreground:#5181b8;--control_tint:#ffffff;--control_tint_muted:#828282;--counter_primary_background:#5181b8;--counter_primary_text:#ffffff;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#99a2ad;--counter_secondary_text:#ffffff;--destructive:#e64646;--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--dynamic_green:#1b7a1b;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_purple:#735ce6;--dynamic_raspberry_pink:#e03fab;--dynamic_red:#ff3347;--dynamic_violet:#792ec0;--feed_recommended_friend_promo_background:#5181b8;--field_background:#f7f8fa;--field_border:#dce1e6;--field_error_background:#faebeb;--field_error_border:#e64646;--field_text_placeholder:#818c99;--field_valid_border:#4bb34b;--float_button_background:#f7f8fa;--float_button_background_highlighted:#edeef0;--float_button_border:rgba(0, 0, 0, 0.08);--float_button_foreground:#99a2ad;--header_alternate_background:#ffffff;--header_alternate_tab_active_indicator:#5181b8;--header_alternate_tab_active_text:#000000;--header_alternate_tab_inactive_text:#99a2ad;--header_background:#ffffff;--header_background_before_blur:#ffffff;--header_background_before_blur_alternate:#ffffff;--header_search_field_background:#edeef0;--header_search_field_tint:#818c99;--header_tab_active_background:rgba(0, 0, 0, 0);--header_tab_active_indicator:#5181b8;--header_tab_active_text:#000000;--header_tab_inactive_text:#99a2ad;--header_text:#000000;--header_text_alternate:#000000;--header_text_secondary:#818c99;--header_tint:#aeb7c2;--header_tint_alternate:#0077ff;--icon_alpha_placeholder:#ffffff;--icon_medium:#6f7985;--icon_medium_alpha:rgba(0, 0, 0, 0.48);--icon_name:#8fadc8;--icon_outline_medium:#818c99;--icon_outline_secondary:#99a2ad;--icon_secondary:#99a2ad;--icon_secondary_alpha:rgba(0, 0, 0, 0.36);--icon_tertiary:#aeb7c2;--icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--im_attach_tint:#5181b8;--im_bubble_border_alternate:#dce1e6;--im_bubble_border_alternate_highlighted:#cccccc;--im_bubble_button_background:#f7f8fa;--im_bubble_button_background_highlighted:#cccccc;--im_bubble_button_foreground:#000000;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.72);--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:#edeef0;--im_bubble_incoming_alternate:#ffffff;--im_bubble_incoming_alternate_highlighted:#f7f8fa;--im_bubble_incoming_expiring:#e6e9ff;--im_bubble_incoming_expiring_highlighted:#ccd3ff;--im_bubble_incoming_highlighted:#d3d9de;--im_bubble_outgoing:#cce4ff;--im_bubble_outgoing_alternate:#ffffff;--im_bubble_outgoing_alternate_highlighted:#f0f2f5;--im_bubble_outgoing_expiring:#ccd3ff;--im_bubble_outgoing_expiring_highlighted:#adb8ff;--im_bubble_outgoing_highlighted:#add3ff;--im_bubble_wallpaper_button_background:#f0f2f5;--im_bubble_wallpaper_button_background_highlighted:#e7e8ec;--im_bubble_wallpaper_button_foreground:#000000;--im_bubble_wallpaper_incoming:#ffffff;--im_bubble_wallpaper_incoming_highlighted:#edeef0;--im_bubble_wallpaper_outgoing:#cce4ff;--im_bubble_wallpaper_outgoing_highlighted:#add3ff;--im_forward_line_tint:rgba(0, 20, 51, 0.12);--im_reply_separator:#2a5885;--im_service_message_text:#818c99;--im_text_name:#2a5885;--im_toolbar_separator:#001c3d;--im_toolbar_voice_msg_background:#99a2ad;--image_border:rgba(0, 0, 0, 0.08);--input_background:#ffffff;--input_border:#d3d9de;--landing_background:#ffffff;--landing_field_background:#f7f8fa;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#818c99;--landing_login_button_background:#5181b8;--landing_login_button_foreground:#ffffff;--landing_primary_button_background:#5181b8;--landing_primary_button_foreground:#ffffff;--landing_secondary_button_background:rgba(0, 57, 115, 0.1);--landing_secondary_button_foreground:#5181b8;--landing_snippet_border:rgba(0, 0, 0, 0.12);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#5181b8;--landing_text_primary:#000000;--landing_text_secondary:#818c99;--landing_text_title:#5181b8;--like_text_tint:#ff3347;--link_alternate:#2a5885;--loader_background:#edeef0;--loader_tint:#c5d0db;--loader_track_fill:#d3d9de;--loader_track_value_fill:#5181b8;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#333333;--modal_card_background:#ffffff;--modal_card_border:rgba(0, 0, 0, 0);--modal_card_header_close:#000000;--music_playback_icon:#000000;--overlay_status_background:#edeef0;--overlay_status_foreground:#6f7985;--overlay_status_icon:#818c99;--panel_tab_active_background:#edeef0;--panel_tab_active_text:#4e5966;--panel_tab_inactive_text:#6f7985;--placeholder_icon_background:rgba(0, 28, 61, 0.08);--placeholder_icon_background_opaque:#f0f2f5;--placeholder_icon_foreground_primary:#99a2ad;--placeholder_icon_foreground_secondary:#aeb7c2;--placeholder_icon_tint:#1d3a5c;--poll_option_background:#5181b8;--primary_overlay_badge:rgba(0, 0, 0, 0.56);--search_bar_background:rgba(0, 0, 0, 0);--search_bar_field_background:#edeef0;--search_bar_field_tint:#818c99;--search_bar_segmented_control_tint:#818c99;--secondary_overlay_badge:rgba(0, 0, 0, 0.24);--segmented_control_bar_background:rgba(0, 0, 0, 0);--segmented_control_tint:#99a2ad;--selection_off_icon:#c5d0db;--separator_alpha:rgba(0, 0, 0, 0.12);--separator_alternate:#e7e8ec;--separator_common:#dce1e6;--skeleton_foreground_from:#f0f2f5;--skeleton_foreground_to:#edeef0;--skeleton_shimmer_from:#ffffff;--skeleton_shimmer_to:rgba(255, 255, 255, 0);--snippet_background:#ffffff;--snippet_border:rgba(0, 0, 0, 0.12);--snippet_icon_tertiary:#aeb7c2;--splashscreen_icon:#dce1e6;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0.24);--stories_create_button_background_from:#f0f2f5;--stories_create_button_background_to:#dce1e6;--stories_create_button_foreground:#6f7985;--stories_create_button_icon_background:#ffffff;--stories_skeleton_loader_background:#cccccc;--switch_ios_off_border:#dce1e6;--tabbar_active_icon:#5181b8;--tabbar_background:#f7f8fa;--tabbar_inactive_icon:#99a2ad;--tabbar_tablet_active_icon:#5181b8;--tabbar_tablet_background:#f7f8fa;--tabbar_tablet_inactive_icon:#99a2ad;--tabbar_tablet_text_primary:#000000;--tabbar_tablet_text_secondary:#818c99;--text_action_counter:#818c99;--text_link:#2a5885;--text_link_highlighted_background:#000000;--text_muted:#333333;--text_name:#2a5885;--text_placeholder:#818c99;--text_primary:#000000;--text_secondary:#818c99;--text_subhead:#626d7a;--text_tertiary:#99a2ad;--toolbar_attach_background_from:#dce1e6;--toolbar_attach_background_to:#aeb7c2;--vk_connect_button_primary_background:#222222;--vk_connect_button_primary_foreground:#ffffff;--vk_connect_button_secondary_background:#f5f5f5;--vk_connect_button_secondary_foreground:#222222;--writebar_icon:#818c99}body[scheme=vkcom_dark],[scheme=vkcom_dark],.vkuivkcom_dark{--accent:#71aaeb;--accent_alternate:#ffffff;--action_sheet_action_foreground:#ffffff;--action_sheet_separator:rgba(255, 255, 255, 0.16);--activity_indicator_tint:#656565;--attach_picker_tab_active_background:#e1e3e6;--attach_picker_tab_active_icon:#222222;--attach_picker_tab_active_text:#e1e3e6;--attach_picker_tab_inactive_background:#333333;--attach_picker_tab_inactive_icon:#e1e3e6;--attach_picker_tab_inactive_text:#828282;--background_content:#222222;--background_highlighted:rgba(255, 255, 255, 0.12);--background_hover:rgba(255, 255, 255, 0.08);--background_keyboard:#333333;--background_light:#292929;--background_page:#141414;--background_suggestions:#333333;--background_text_highlighted:rgba(81, 129, 184, 0.2);--button_bot_shadow:#222222;--button_commerce_background:#4bb34b;--button_commerce_foreground:#ffffff;--button_muted_background:#333333;--button_muted_foreground:#e1e3e6;--button_outline_border:#e1e3e6;--button_outline_foreground:#e1e3e6;--button_primary_background:#e1e3e6;--button_primary_foreground:#222222;--button_secondary_background:#555555;--button_secondary_background_highlighted:#656565;--button_secondary_destructive_background:#555555;--button_secondary_destructive_background_highlighted:rgba(85, 85, 85, 0.6);--button_secondary_destructive_foreground:#ff5c5c;--button_secondary_destructive_foreground_highlighted:rgba(
|
|
12
12
|
230,
|
|
13
13
|
70,
|
|
14
14
|
70,
|
|
15
15
|
0.16
|
|
16
|
-
);--button_secondary_foreground:#e1e3e6;--button_secondary_foreground_highlighted:#e1e3e6;--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--content_negative_background:rgba(230, 70, 70, 0.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75, 179, 75, 0.16);--content_tint_background:#292929;--content_tint_foreground:#939393;--content_warning_background:rgba(255, 202, 99, 0.16);--control_background:#555555;--control_foreground:#e1e3e6;--control_tint:#222222;--control_tint_muted:#939393;--counter_primary_background:#ffffff;--counter_primary_text:#222222;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#828282;--counter_secondary_text:#222222;--destructive:#ff5c5c;--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--dynamic_green:#4bb34b;--dynamic_orange:#ffa000;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_red:#ff3347;--dynamic_violet:#a393f5;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#424242;--field_error_background:rgba(230, 70, 70, 0.16);--field_error_border:#e64646;--field_text_placeholder:#828282;--field_valid_border:#4bb34b;--float_button_background:#555555;--float_button_background_highlighted:#656565;--float_button_border:rgba(0, 0, 0, 0.12);--float_button_foreground:#b2b2b2;--header_alternate_background:#333333;--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_alternate_tab_inactive_text:#828282;--header_background:#222222;--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_active_indicator:#5181b8;--header_tab_active_text:#e1e3e6;--header_tab_inactive_text:#828282;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_text_secondary:rgba(255, 255, 255, 0.64);--header_tint:#e1e3e6;--header_tint_alternate:#ffffff;--icon_alpha_placeholder:#e1e3e6;--icon_medium:#939393;--icon_medium_alpha:rgba(255, 255, 255, 0.48);--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:rgba(255, 255, 255, 0.4);--icon_tertiary:#656565;--icon_tertiary_alpha:rgba(255, 255, 255, 0.24);--im_attach_tint:#ffffff;--im_bubble_border_alternate:rgba(0, 0, 0, 0);--im_bubble_border_alternate_highlighted:rgba(0, 0, 0, 0);--im_bubble_button_background:rgba(255, 255, 255, 0.16);--im_bubble_button_background_highlighted:rgba(255, 255, 255, 0.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.24);--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#ffffff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming:#333333;--im_bubble_incoming_alternate:#333333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555555;--im_bubble_outgoing_alternate:#555555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_bubble_wallpaper_incoming:#333333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_forward_line_tint:rgba(255, 255, 255, 0.24);--im_reply_separator:#ffffff;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555555;--image_border:rgba(255, 255, 255, 0.08);--input_background:#424242;--input_border:#555555;--landing_background:#222222;--landing_field_background:#292929;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#b2b2b2;--landing_login_button_background:#e1e3e6;--landing_login_button_foreground:#222222;--landing_primary_button_background:#e1e3e6;--landing_primary_button_foreground:#222222;--landing_secondary_button_background:rgba(255, 255, 255, 0.16);--landing_secondary_button_foreground:#ffffff;--landing_snippet_border:rgba(255, 255, 255, 0.16);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#ffffff;--landing_text_primary:#e1e3e6;--landing_text_secondary:#828282;--landing_text_title:#ffffff;--like_text_tint:#ff5c5c;--link_alternate:#939393;--loader_background:#555555;--loader_tint:#828282;--loader_track_fill:#828282;--loader_track_value_fill:#ffffff;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#333333;--modal_card_background:#333333;--modal_card_border:rgba(255, 255, 255, 0.12);--modal_card_header_close:#ffffff;--music_playback_icon:#ffffff;--overlay_status_background:#222222;--overlay_status_foreground:#e1e3e6;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555555;--panel_tab_active_text:#e1e3e6;--panel_tab_inactive_text:#828282;--placeholder_icon_background:rgba(255, 255, 255, 0.08);--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--placeholder_icon_tint:#ffffff;--poll_option_background:#ffffff;--primary_overlay_badge:rgba(255, 255, 255, 0.4);--search_bar_background:#222222;--search_bar_field_background:#424242;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:rgba(255, 255, 255, 0.16);--segmented_control_bar_background:#222222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:rgba(255, 255, 255, 0.16);--separator_alternate:#292929;--separator_common:#424242;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333333;--skeleton_shimmer_from:#222222;--skeleton_shimmer_to:rgba(0, 0, 0, 0);--snippet_background:rgba(255, 255, 255, 0.04);--snippet_border:rgba(255, 255, 255, 0.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333333;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0);--stories_create_button_background_from:#424242;--stories_create_button_background_to:#424242;--stories_create_button_foreground:#cccccc;--stories_create_button_icon_background:#555555;--stories_skeleton_loader_background:#555555;--switch_ios_off_border:#333333;--tabbar_active_icon:#ffffff;--tabbar_background:#333333;--tabbar_inactive_icon:#828282;--tabbar_tablet_active_icon:#5181b8;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_primary:#e1e3e6;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#5181b8;--text_muted:#cccccc;--text_name:#e1e3e6;--text_placeholder:#b2b2b2;--text_primary:#e1e3e6;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_primary_foreground:#222222;--vk_connect_button_secondary_background:#555555;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}:root{--vkui--theme_name:'vkBase';--vkui--theme_name_base:'vkBase';--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_border_radius--regular:8px;--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_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_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--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_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--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_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_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_background_content:#FFFFFF;--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, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--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_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 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, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 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, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--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, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 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_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--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_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}.vkui--vkBase--dark{--vkui--theme_name:'vkBaseDark';--vkui--theme_name_base:'vkBase';--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_border_radius--regular:8px;--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_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_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--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:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--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:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#6C4A00;--vkui--color_background_warning--hover:#72510A;--vkui--color_background_warning--active:#785814;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#E74D4D;--vkui--color_background_negative--active:#E85555;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#E74D4D;--vkui--color_text_negative--active:#E85555;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#E74D4D;--vkui--color_icon_negative--active:#E85555;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#E74D4D;--vkui--color_stroke_negative--active:#E85555;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.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, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 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:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--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:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#202021;--vkui--color_track_background--hover:#29292A;--vkui--color_track_background--active:#323233;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_search_field_background:#232324;--vkui--color_search_field_background--hover:#2C2C2D;--vkui--color_search_field_background--active:#353536;--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.4);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.44);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.48);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_separator_primary:#0F0F10;--vkui--color_separator_primary--hover:#19191A;--vkui--color_separator_primary--active:#222223;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}.vkui--vkIOS--light{--vkui--theme_name:'vkIOS';--vkui--theme_name_base:'vkIOS';--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_border_radius--regular:10px;--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_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_card_border_radius--regular:10px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--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_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--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_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_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_background_content:#FFFFFF;--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, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--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_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 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, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 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, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--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, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 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_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--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_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}.vkui--vkIOS--dark{--vkui--theme_name:'vkIOSDark';--vkui--theme_name_base:'vkIOS';--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_border_radius--regular:10px;--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_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_card_border_radius--regular:10px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--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:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--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:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#6C4A00;--vkui--color_background_warning--hover:#72510A;--vkui--color_background_warning--active:#785814;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#E74D4D;--vkui--color_background_negative--active:#E85555;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#E74D4D;--vkui--color_text_negative--active:#E85555;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#E74D4D;--vkui--color_icon_negative--active:#E85555;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#E74D4D;--vkui--color_stroke_negative--active:#E85555;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.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, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 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:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--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:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#202021;--vkui--color_track_background--hover:#29292A;--vkui--color_track_background--active:#323233;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_search_field_background:#232324;--vkui--color_search_field_background--hover:#2C2C2D;--vkui--color_search_field_background--active:#353536;--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.4);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.44);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.48);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_separator_primary:#0F0F10;--vkui--color_separator_primary--hover:#19191A;--vkui--color_separator_primary--active:#222223;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}.vkui--vkCom--light{--vkui--theme_name:'vkCom';--vkui--theme_name_base:'vkCom';--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_border_radius--regular:4px;--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_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_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--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_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--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_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_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_background_content:#FFFFFF;--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, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--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_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 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, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 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, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--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, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 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_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--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_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}.vkui--vkCom--dark{--vkui--theme_name:'vkComDark';--vkui--theme_name_base:'vkCom';--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_border_radius--regular:4px;--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_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_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--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:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--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:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#6C4A00;--vkui--color_background_warning--hover:#72510A;--vkui--color_background_warning--active:#785814;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#E74D4D;--vkui--color_background_negative--active:#E85555;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#E74D4D;--vkui--color_text_negative--active:#E85555;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#E74D4D;--vkui--color_icon_negative--active:#E85555;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#E74D4D;--vkui--color_stroke_negative--active:#E85555;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.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, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 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:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--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:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#202021;--vkui--color_track_background--hover:#29292A;--vkui--color_track_background--active:#323233;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_search_field_background:#232324;--vkui--color_search_field_background--hover:#2C2C2D;--vkui--color_search_field_background--active:#353536;--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.4);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.44);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.48);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_separator_primary:#0F0F10;--vkui--color_separator_primary--hover:#19191A;--vkui--color_separator_primary--active:#222223;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}
|
|
16
|
+
);--button_secondary_foreground:#e1e3e6;--button_secondary_foreground_highlighted:#e1e3e6;--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--content_negative_background:rgba(230, 70, 70, 0.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75, 179, 75, 0.16);--content_tint_background:#333333;--content_tint_foreground:#939393;--content_warning_background:rgba(255, 202, 99, 0.16);--control_background:#555555;--control_background_secondary:#828282;--control_foreground:#e1e3e6;--control_tint:#222222;--control_tint_muted:#939393;--counter_primary_background:#ffffff;--counter_primary_text:#222222;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#828282;--counter_secondary_text:#222222;--destructive:#ff5c5c;--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--dynamic_green:#4bb34b;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_red:#ff3347;--dynamic_violet:#a393f5;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#424242;--field_error_background:rgba(230, 70, 70, 0.16);--field_error_border:#e64646;--field_text_placeholder:#828282;--field_valid_border:#4bb34b;--float_button_background:#555555;--float_button_background_highlighted:#656565;--float_button_border:rgba(0, 0, 0, 0.12);--float_button_foreground:#b2b2b2;--header_alternate_background:#333333;--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_alternate_tab_inactive_text:#828282;--header_background:#222222;--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_active_indicator:#5181b8;--header_tab_active_text:#e1e3e6;--header_tab_inactive_text:#828282;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_text_secondary:rgba(255, 255, 255, 0.64);--header_tint:#e1e3e6;--header_tint_alternate:#ffffff;--icon_alpha_placeholder:#e1e3e6;--icon_medium:#939393;--icon_medium_alpha:rgba(255, 255, 255, 0.48);--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:rgba(255, 255, 255, 0.4);--icon_tertiary:#656565;--icon_tertiary_alpha:rgba(255, 255, 255, 0.24);--im_attach_tint:#ffffff;--im_bubble_border_alternate:rgba(0, 0, 0, 0);--im_bubble_border_alternate_highlighted:rgba(0, 0, 0, 0);--im_bubble_button_background:rgba(255, 255, 255, 0.16);--im_bubble_button_background_highlighted:rgba(255, 255, 255, 0.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.24);--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#ffffff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming:#333333;--im_bubble_incoming_alternate:#333333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555555;--im_bubble_outgoing_alternate:#555555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_bubble_wallpaper_incoming:#333333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_forward_line_tint:rgba(255, 255, 255, 0.24);--im_reply_separator:#ffffff;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555555;--image_border:rgba(255, 255, 255, 0.08);--input_background:#424242;--input_border:#555555;--landing_background:#222222;--landing_field_background:#292929;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#b2b2b2;--landing_login_button_background:#e1e3e6;--landing_login_button_foreground:#222222;--landing_primary_button_background:#e1e3e6;--landing_primary_button_foreground:#222222;--landing_secondary_button_background:rgba(255, 255, 255, 0.16);--landing_secondary_button_foreground:#ffffff;--landing_snippet_border:rgba(255, 255, 255, 0.16);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#ffffff;--landing_text_primary:#e1e3e6;--landing_text_secondary:#828282;--landing_text_title:#ffffff;--like_text_tint:#ff5c5c;--link_alternate:#939393;--loader_background:#555555;--loader_tint:#828282;--loader_track_fill:#828282;--loader_track_value_fill:#ffffff;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#333333;--modal_card_background:#292929;--modal_card_border:rgba(255, 255, 255, 0.12);--modal_card_header_close:#ffffff;--music_playback_icon:#ffffff;--overlay_status_background:#222222;--overlay_status_foreground:#e1e3e6;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555555;--panel_tab_active_text:#e1e3e6;--panel_tab_inactive_text:#828282;--placeholder_icon_background:rgba(255, 255, 255, 0.08);--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--placeholder_icon_tint:#ffffff;--poll_option_background:#ffffff;--primary_overlay_badge:rgba(255, 255, 255, 0.4);--search_bar_background:#222222;--search_bar_field_background:#424242;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:rgba(255, 255, 255, 0.16);--segmented_control_bar_background:#222222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:rgba(255, 255, 255, 0.16);--separator_alternate:#333333;--separator_common:#424242;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333333;--skeleton_shimmer_from:#222222;--skeleton_shimmer_to:rgba(0, 0, 0, 0);--snippet_background:rgba(255, 255, 255, 0.04);--snippet_border:rgba(255, 255, 255, 0.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333333;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0);--stories_create_button_background_from:#424242;--stories_create_button_background_to:#424242;--stories_create_button_foreground:#cccccc;--stories_create_button_icon_background:#555555;--stories_skeleton_loader_background:#555555;--switch_ios_off_border:#333333;--tabbar_active_icon:#ffffff;--tabbar_background:#333333;--tabbar_inactive_icon:#828282;--tabbar_tablet_active_icon:#5181b8;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_primary:#e1e3e6;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#5181b8;--text_muted:#cccccc;--text_name:#e1e3e6;--text_placeholder:#b2b2b2;--text_primary:#e1e3e6;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_primary_foreground:#222222;--vk_connect_button_secondary_background:#555555;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}:root{--vkui--theme_name:'vkBase';--vkui--theme_name_base:'vkBase';--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_border_radius--regular:8px;--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_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_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--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_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--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_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_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_background_content:#FFFFFF;--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, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--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_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 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, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 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, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--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, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 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_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.24);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.36);--vkui--color_field_background:#f2f3f5;--vkui--color_field_background--hover:#E8EAEE;--vkui--color_field_background--active:#DFE1E6;--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--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_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}.vkui--vkBase--dark{--vkui--theme_name:'vkBaseDark';--vkui--theme_name_base:'vkBase';--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_border_radius--regular:8px;--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_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_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--theme_inherits_from:'vkBase';--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--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:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--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:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#6C4A00;--vkui--color_background_warning--hover:#72510A;--vkui--color_background_warning--active:#785814;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#E74D4D;--vkui--color_background_negative--active:#E85555;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#E74D4D;--vkui--color_text_negative--active:#E85555;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#E74D4D;--vkui--color_icon_negative--active:#E85555;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#E74D4D;--vkui--color_stroke_negative--active:#E85555;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.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, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 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:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--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:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#202021;--vkui--color_track_background--hover:#29292A;--vkui--color_track_background--active:#323233;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_search_field_background:#232324;--vkui--color_search_field_background--hover:#2C2C2D;--vkui--color_search_field_background--active:#353536;--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_field_background:#292929;--vkui--color_field_background--hover:#323232;--vkui--color_field_background--active:#3A3A3A;--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.4);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.44);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.48);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_separator_primary:#0F0F10;--vkui--color_separator_primary--hover:#19191A;--vkui--color_separator_primary--active:#222223;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}.vkui--vkIOS--light{--vkui--theme_name:'vkIOS';--vkui--theme_name_base:'vkIOS';--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_border_radius--regular:10px;--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_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_card_border_radius--regular:10px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--theme_inherits_from:'vkBase';--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--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_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--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_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_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_background_content:#FFFFFF;--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, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--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_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 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, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 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, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--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, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 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_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.24);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.36);--vkui--color_field_background:#f2f3f5;--vkui--color_field_background--hover:#E8EAEE;--vkui--color_field_background--active:#DFE1E6;--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--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_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}.vkui--vkIOS--dark{--vkui--theme_name:'vkIOSDark';--vkui--theme_name_base:'vkIOS';--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_border_radius--regular:10px;--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_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_card_border_radius--regular:10px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--theme_inherits_from:'vkBaseDark';--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--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:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--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:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#6C4A00;--vkui--color_background_warning--hover:#72510A;--vkui--color_background_warning--active:#785814;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#E74D4D;--vkui--color_background_negative--active:#E85555;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#E74D4D;--vkui--color_text_negative--active:#E85555;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#E74D4D;--vkui--color_icon_negative--active:#E85555;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#E74D4D;--vkui--color_stroke_negative--active:#E85555;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.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, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 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:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--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:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#202021;--vkui--color_track_background--hover:#29292A;--vkui--color_track_background--active:#323233;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_search_field_background:#232324;--vkui--color_search_field_background--hover:#2C2C2D;--vkui--color_search_field_background--active:#353536;--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_field_background:#292929;--vkui--color_field_background--hover:#323232;--vkui--color_field_background--active:#3A3A3A;--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.4);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.44);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.48);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_separator_primary:#0F0F10;--vkui--color_separator_primary--hover:#19191A;--vkui--color_separator_primary--active:#222223;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}.vkui--vkCom--light{--vkui--theme_name:'vkCom';--vkui--theme_name_base:'vkCom';--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_border_radius--regular:4px;--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_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_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--theme_inherits_from:'vkBase';--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--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_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--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_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_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_background_content:#FFFFFF;--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, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--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_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 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, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 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, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--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, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 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_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.24);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.36);--vkui--color_field_background:#f2f3f5;--vkui--color_field_background--hover:#E8EAEE;--vkui--color_field_background--active:#DFE1E6;--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--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_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}.vkui--vkCom--dark{--vkui--theme_name:'vkComDark';--vkui--theme_name_base:'vkCom';--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_border_radius--regular:4px;--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_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_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--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--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--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--theme_inherits_from:'vkBaseDark';--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--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:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--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:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_warning:#6C4A00;--vkui--color_background_warning--hover:#72510A;--vkui--color_background_warning--active:#785814;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#E74D4D;--vkui--color_background_negative--active:#E85555;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#E74D4D;--vkui--color_text_negative--active:#E85555;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#E74D4D;--vkui--color_icon_negative--active:#E85555;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#E74D4D;--vkui--color_stroke_negative--active:#E85555;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably:#2C2D2E;--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, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.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, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 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:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--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:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#202021;--vkui--color_track_background--hover:#29292A;--vkui--color_track_background--active:#323233;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_search_field_background:#232324;--vkui--color_search_field_background--hover:#2C2C2D;--vkui--color_search_field_background--active:#353536;--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_field_background:#292929;--vkui--color_field_background--hover:#323232;--vkui--color_field_background--active:#3A3A3A;--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.4);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.44);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.48);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_separator_primary:#0F0F10;--vkui--color_separator_primary--hover:#19191A;--vkui--color_separator_primary--active:#222223;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably:#000000;--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_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red:#FF3347;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_text_link_visited:#4986CC;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_link_contrast:#FFFFFF;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_background_positive:#4BB34B;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_icon_positive:#4BB34B;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_avatar_overlay:rgba(129, 140, 153, 0.48);--vkui--color_avatar_overlay--hover:rgba(129, 140, 153, 0.52);--vkui--color_avatar_overlay--active:rgba(129, 140, 153, 0.56);--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}
|