@redneckz/wildless-cms-uni-blocks 0.14.539 → 0.14.541
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/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +50 -41
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/bundle/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/bundle/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/bundle/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/bundle/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/bundle/components/Footer/SocialMedia.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/bundle/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/bundle/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/bundle/content-page-repository/transformContentPage.d.ts +2 -2
- package/bundle/data/CommonData.d.ts +2 -2
- package/bundle/data/NavigationData.d.ts +2 -2
- package/bundle/ui-kit/Button/Button.d.ts +1 -1
- package/bundle/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/bundle/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/bundle/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/bundle/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/bundle/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/bundle/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/dist/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/dist/components/CalculatorBonus/CalculatorBonus.js +3 -3
- package/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +1 -1
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/dist/components/CalculatorCredit/CalculatorCredit.js +3 -3
- package/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/dist/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/dist/components/CalculatorDeposit/CalculatorDeposit.js +7 -2
- package/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/dist/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.js +3 -2
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/dist/components/CalculatorDeposit/renderDepositResult.js +2 -2
- package/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +17 -17
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.js.map +1 -1
- package/dist/components/ExchangeRateTile/renderInput.js +1 -1
- package/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/dist/components/Footer/SocialMedia.d.ts +2 -2
- package/dist/components/Footer/SocialMedia.js +2 -1
- package/dist/components/Footer/SocialMedia.js.map +1 -1
- package/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/dist/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/dist/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/dist/content-page-repository/transformContentPage.d.ts +2 -2
- package/dist/data/CommonData.d.ts +2 -2
- package/dist/data/NavigationData.d.ts +2 -2
- package/dist/ui-kit/Button/Button.d.ts +1 -1
- package/dist/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/dist/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/dist/ui-kit/Calculator/CalculatorStyle.js +3 -5
- package/dist/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/dist/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/dist/ui-kit/Calculator/CalculatorValue.js +10 -0
- package/dist/ui-kit/Calculator/CalculatorValue.js.map +1 -0
- package/dist/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/dist/ui-kit/Calculator/FormatedValue.js +12 -0
- package/dist/ui-kit/Calculator/FormatedValue.js.map +1 -0
- package/dist/ui-kit/Calculator/renderRate.js +2 -2
- package/dist/ui-kit/Calculator/renderRate.js.map +1 -1
- package/dist/ui-kit/Select/Select.js +2 -2
- package/dist/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/dist/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/lib/common.css +1 -1
- package/lib/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/lib/components/CalculatorBonus/CalculatorBonus.js +3 -3
- package/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +1 -1
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/lib/components/CalculatorCredit/CalculatorCredit.fixture.mobile.d.ts +7 -0
- package/lib/components/CalculatorCredit/CalculatorCredit.js +3 -3
- package/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/lib/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/lib/components/CalculatorDeposit/CalculatorDeposit.js +7 -2
- package/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/lib/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.js +4 -3
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/lib/components/CalculatorDeposit/renderDepositResult.js +2 -2
- package/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +17 -17
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.js.map +1 -1
- package/lib/components/ExchangeRateTile/renderInput.js +1 -1
- package/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/lib/components/Footer/SocialMedia.d.ts +2 -2
- package/lib/components/Footer/SocialMedia.js +2 -1
- package/lib/components/Footer/SocialMedia.js.map +1 -1
- package/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/lib/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/lib/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/lib/content-page-repository/transformContentPage.d.ts +2 -2
- package/lib/data/CommonData.d.ts +2 -2
- package/lib/data/NavigationData.d.ts +2 -2
- package/lib/ui-kit/Button/Button.d.ts +1 -1
- package/lib/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/lib/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/lib/ui-kit/Calculator/CalculatorStyle.js +3 -5
- package/lib/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/lib/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/lib/ui-kit/Calculator/CalculatorValue.js +8 -0
- package/lib/ui-kit/Calculator/CalculatorValue.js.map +1 -0
- package/lib/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/lib/ui-kit/Calculator/FormatedValue.js +10 -0
- package/lib/ui-kit/Calculator/FormatedValue.js.map +1 -0
- package/lib/ui-kit/Calculator/renderRate.js +2 -2
- package/lib/ui-kit/Calculator/renderRate.js.map +1 -1
- package/lib/ui-kit/Select/Select.js +2 -2
- package/lib/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/lib/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +50 -41
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/mobile/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/mobile/bundle/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/mobile/bundle/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/mobile/bundle/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/mobile/bundle/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/mobile/bundle/components/Footer/SocialMedia.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/mobile/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/mobile/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/mobile/bundle/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/mobile/bundle/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/mobile/bundle/content-page-repository/transformContentPage.d.ts +2 -2
- package/mobile/bundle/data/CommonData.d.ts +2 -2
- package/mobile/bundle/data/NavigationData.d.ts +2 -2
- package/mobile/bundle/ui-kit/Button/Button.d.ts +1 -1
- package/mobile/bundle/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/mobile/bundle/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/mobile/bundle/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/mobile/bundle/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/mobile/bundle/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/mobile/bundle/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/mobile/dist/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/mobile/dist/components/CalculatorBonus/CalculatorBonus.js +3 -3
- package/mobile/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +1 -1
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js +3 -3
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/dist/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js +7 -2
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.js +3 -2
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/renderDepositResult.js +2 -2
- package/mobile/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +17 -17
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.js.map +1 -1
- package/mobile/dist/components/ExchangeRateTile/renderInput.js +1 -1
- package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/mobile/dist/components/Footer/SocialMedia.d.ts +2 -2
- package/mobile/dist/components/Footer/SocialMedia.js +2 -1
- package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/mobile/dist/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/mobile/dist/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/mobile/dist/content-page-repository/transformContentPage.d.ts +2 -2
- package/mobile/dist/data/CommonData.d.ts +2 -2
- package/mobile/dist/data/NavigationData.d.ts +2 -2
- package/mobile/dist/ui-kit/Button/Button.d.ts +1 -1
- package/mobile/dist/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.js +3 -5
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/mobile/dist/ui-kit/Calculator/CalculatorValue.js +10 -0
- package/mobile/dist/ui-kit/Calculator/CalculatorValue.js.map +1 -0
- package/mobile/dist/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/mobile/dist/ui-kit/Calculator/FormatedValue.js +12 -0
- package/mobile/dist/ui-kit/Calculator/FormatedValue.js.map +1 -0
- package/mobile/dist/ui-kit/Calculator/renderRate.js +2 -2
- package/mobile/dist/ui-kit/Calculator/renderRate.js.map +1 -1
- package/mobile/dist/ui-kit/Select/Select.js +2 -2
- package/mobile/dist/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/mobile/lib/components/CalculatorBonus/CalculatorBonus.js +3 -3
- package/mobile/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +1 -1
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js +3 -3
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/lib/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js +7 -2
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.js +4 -3
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositResult.js +2 -2
- package/mobile/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +17 -17
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.js.map +1 -1
- package/mobile/lib/components/ExchangeRateTile/renderInput.js +1 -1
- package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/mobile/lib/components/Footer/SocialMedia.d.ts +2 -2
- package/mobile/lib/components/Footer/SocialMedia.js +2 -1
- package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/mobile/lib/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/mobile/lib/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/mobile/lib/content-page-repository/transformContentPage.d.ts +2 -2
- package/mobile/lib/data/CommonData.d.ts +2 -2
- package/mobile/lib/data/NavigationData.d.ts +2 -2
- package/mobile/lib/ui-kit/Button/Button.d.ts +1 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.js +3 -5
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/mobile/lib/ui-kit/Calculator/CalculatorValue.js +8 -0
- package/mobile/lib/ui-kit/Calculator/CalculatorValue.js.map +1 -0
- package/mobile/lib/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/mobile/lib/ui-kit/Calculator/FormatedValue.js +10 -0
- package/mobile/lib/ui-kit/Calculator/FormatedValue.js.map +1 -0
- package/mobile/lib/ui-kit/Calculator/renderRate.js +2 -2
- package/mobile/lib/ui-kit/Calculator/renderRate.js.map +1 -1
- package/mobile/lib/ui-kit/Select/Select.js +2 -2
- package/mobile/lib/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/mobile/src/components/ApplicationForm/AddressBranchField.tsx +1 -1
- package/mobile/src/components/CalculatorBonus/CalculatorBonus.tsx +3 -7
- package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +1 -1
- package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.ts +2 -2
- package/mobile/src/components/CalculatorCredit/CalculatorCredit.tsx +10 -3
- package/mobile/src/components/CalculatorCredit/CalculatorCreditContent.ts +1 -0
- package/mobile/src/components/CalculatorDeposit/CalculatorDeposit.tsx +8 -7
- package/mobile/src/components/CalculatorDeposit/getDepositCalculatorParams.ts +1 -1
- package/mobile/src/components/CalculatorDeposit/renderDepositParamsForm.tsx +7 -4
- package/mobile/src/components/CalculatorDeposit/renderDepositResult.tsx +3 -3
- package/mobile/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +28 -25
- package/mobile/src/components/CalculatorRefinancing/getRefinancingCalculatorParams.ts +1 -0
- package/mobile/src/components/ExchangeRateTile/renderInput.tsx +1 -0
- package/mobile/src/components/Footer/SocialMedia.tsx +4 -3
- package/mobile/src/components/OfficesAtmsMap/getScheduleDescription.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/getWorkScheduleWeek.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/renderBusinessSchedule.tsx +1 -1
- package/mobile/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/mobile/src/content-page-repository/transformAttachmentLink.ts +2 -2
- package/mobile/src/content-page-repository/transformContentPage.ts +5 -5
- package/mobile/src/data/CommonData.ts +2 -2
- package/mobile/src/data/NavigationData.ts +2 -2
- package/mobile/src/ui-kit/Button/Button.tsx +1 -1
- package/mobile/src/ui-kit/Calculator/CalculatorProps.ts +14 -2
- package/mobile/src/ui-kit/Calculator/CalculatorStyle.tsx +3 -6
- package/mobile/src/ui-kit/Calculator/CalculatorValue.tsx +20 -0
- package/mobile/src/ui-kit/Calculator/FormatedValue.tsx +16 -0
- package/mobile/src/ui-kit/Calculator/renderRate.tsx +2 -2
- package/mobile/src/ui-kit/InnerTable/InnerTableHeader.tsx +1 -1
- package/mobile/src/ui-kit/Select/Select.tsx +2 -2
- package/mobile/src/ui-kit/SwipeListControl/NavButtonProp.ts +1 -1
- package/mobile/src/ui-kit/SwipeListControl/renderDotButton.tsx +2 -2
- package/package.json +2 -2
- package/src/components/ApplicationForm/AddressBranchField.tsx +1 -1
- package/src/components/CalculatorBonus/CalculatorBonus.tsx +3 -7
- package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +1 -1
- package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.ts +2 -2
- package/src/components/CalculatorCredit/CalculatorCredit.fixture.mobile.tsx +62 -0
- package/src/components/CalculatorCredit/CalculatorCredit.tsx +10 -3
- package/src/components/CalculatorCredit/CalculatorCreditContent.ts +1 -0
- package/src/components/CalculatorDeposit/CalculatorDeposit.tsx +8 -7
- package/src/components/CalculatorDeposit/getDepositCalculatorParams.ts +1 -1
- package/src/components/CalculatorDeposit/renderDepositParamsForm.tsx +7 -4
- package/src/components/CalculatorDeposit/renderDepositResult.tsx +3 -3
- package/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +28 -25
- package/src/components/CalculatorRefinancing/getRefinancingCalculatorParams.ts +1 -0
- package/src/components/Carousel/Carousel.fixture.mobile.tsx +1 -1
- package/src/components/ExchangeRateTile/renderInput.tsx +1 -0
- package/src/components/Footer/SocialMedia.tsx +4 -3
- package/src/components/OfficesAtmsMap/getScheduleDescription.tsx +1 -1
- package/src/components/OfficesAtmsMap/getWorkScheduleWeek.tsx +1 -1
- package/src/components/OfficesAtmsMap/renderBusinessSchedule.tsx +1 -1
- package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +1 -1
- package/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/src/content-page-repository/transformAttachmentLink.ts +2 -2
- package/src/content-page-repository/transformContentPage.ts +5 -5
- package/src/data/CommonData.ts +2 -2
- package/src/data/NavigationData.ts +2 -2
- package/src/ui-kit/Button/Button.tsx +1 -1
- package/src/ui-kit/Calculator/CalculatorProps.ts +14 -2
- package/src/ui-kit/Calculator/CalculatorStyle.tsx +3 -6
- package/src/ui-kit/Calculator/CalculatorValue.tsx +20 -0
- package/src/ui-kit/Calculator/FormatedValue.tsx +16 -0
- package/src/ui-kit/Calculator/renderRate.tsx +2 -2
- package/src/ui-kit/InnerTable/InnerTableHeader.tsx +1 -1
- package/src/ui-kit/Select/Select.tsx +2 -2
- package/src/ui-kit/SwipeListControl/NavButtonProp.ts +1 -1
- package/src/ui-kit/SwipeListControl/renderDotButton.tsx +2 -2
- package/bundle/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/dist/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/dist/ui-kit/Calculator/CalculatorValueBlock.js +0 -12
- package/dist/ui-kit/Calculator/CalculatorValueBlock.js.map +0 -1
- package/lib/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/lib/ui-kit/Calculator/CalculatorValueBlock.js +0 -10
- package/lib/ui-kit/Calculator/CalculatorValueBlock.js.map +0 -1
- package/mobile/bundle/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/mobile/dist/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/mobile/dist/ui-kit/Calculator/CalculatorValueBlock.js +0 -12
- package/mobile/dist/ui-kit/Calculator/CalculatorValueBlock.js.map +0 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/mobile/lib/ui-kit/Calculator/CalculatorValueBlock.js +0 -10
- package/mobile/lib/ui-kit/Calculator/CalculatorValueBlock.js.map +0 -1
- package/mobile/src/ui-kit/Calculator/CalculatorValueBlock.tsx +0 -52
- package/src/ui-kit/Calculator/CalculatorValueBlock.tsx +0 -52
package/bundle/bundle.umd.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniBlocks={})}(this,(function(e){"use strict";let t;const l=e=>(...l)=>t[e](...l),n=l("useState"),a=l("useEffect"),i=l("useCallback"),r=l("useMemo"),s=l("useRef");const o=(...e)=>globalThis._uni._jsx(...e),c=(...e)=>globalThis._uni._jsxs(...e),d=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:m(e)),t._tmpl},m=e=>{function t(t,l){const{children:n,...a}=t||{},i=l?.slots?.default,r=n||i&&i();return e(Object.assign(a,r&&{children:r}),l)}return t.inheritAttrs=!1,t},h=(...e)=>e.map((e=>u(e)?Object.entries(e).filter((([,e])=>e)).map((([e])=>e)):e)).flatMap((e=>e)).filter(Boolean).join(" "),u=e=>Boolean(e&&"object"==typeof e&&!Array.isArray(e)),p={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white",gray:"bg-main-divider text-primary-text",transparent:"bg-transparent text-primary-text","":""},g=d((({className:e,version:t="primary",isTheme:l=!0,defaultPadding:n="p-xl",padding:a,block:i,tag:r="section",role:s,children:c,style:d})=>{const m=t&&l;return o(r,{className:h("@container font-sans",{group:m},p[t],a||n,e),...m?{"data-ver":t}:{},...i?.anchor?{id:i.anchor}:{},role:s,style:d,children:c})})),x=d((({className:e,size:t})=>o("figure",{className:h("m-0 mt-xl min-w-[80%]",e),children:f(t)}))),f=(e=3)=>y(100,e).map((e=>Math.floor(e))).map(b),b=(e,t)=>o("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-dark relative overflow-hidden animate-pulse"},String(t)),y=(e,t)=>[e].concat(t>0?y(e/1.618,t-1):[]),v={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},N=d((({className:e="",headingType:t="h3",as:l="h3",title:n,children:a})=>o(l,{role:"heading",className:h("font-sans m-0",v[t],e),children:n||a}))),w=d((({children:e,...t})=>o("p",{className:h("font-sans",Object.values(t)),children:e}))),k={XXL:{title:{headingType:"h0",as:"h1"},descriptionSize:"text-h5",descriptionWeight:"font-normal",descriptionStyle:"mt-xl"},XL:{title:{headingType:"h1",as:"h1"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-m"},L:{title:{headingType:"h2",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-m"},M:{title:{headingType:"h3",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-s"},S:{title:{headingType:"h4",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-xs"},XS:{title:{headingType:"h5",as:"h2"},descriptionSize:"text-m",descriptionWeight:"font-light",descriptionStyle:"mt-xs"}},S=d((({className:e,version:t="",headlineVersion:l="XL",title:n,description:a,align:i="text-center",as:r,isEmbedded:s=!1,isTheme:d=!1,...m})=>{const u=k[l],p={marginTop:u.descriptionStyle};return c(g,{className:h({"@container-normal":s},e),defaultPadding:s?"":"p-6xl",version:t,isTheme:d,...m,children:[n?o(N,{className:h("whitespace-pre-wrap",i),...u?.title,as:r||u?.title.as,title:n}):null,a?o(w,{size:u.descriptionSize,font:u.descriptionWeight,align:i,...p,children:a}):null]})})),C=({blockClassName:e,block:t,render:l})=>l({blockClassName:e,block:t}),T=[];function I(e,t,{className:l,...n}={}){const{key:a,blockDecorator:i=C,blocksRegistry:r={},ancestors:s=T}=t,{type:c}=e;c&&c in r||console.warn(`No block with "${c}" is registered`);const d=c&&r[c];return i({blockClassName:h(e.style?.length?e.style:"col-span-12",l),block:e,ancestors:s,render:({block:l,blockClassName:i})=>{const{content:r}=l;return d?o(d,{className:i,block:e,options:t,...r,...n},a):null}},a)}const B=[],P=(e,{key:t,ancestors:l=B,slotName:n=null,extraProps:a,renderProps:i=I,...r})=>{const s=a?(e,t)=>I(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...l||B,[r.parent,n]]:l},a)))};function M({block:e,options:t,children:l,extraProps:n,renderProps:a}){return l||(e&&t?P(e.blocks,{...t,parent:e,extraProps:n,renderProps:a}):null)}function R(){return R._impl()}R._impl=()=>({isReady:!1,href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),R.setup=e=>{R._impl=e};const V=["CDN","BASE_PATH"],z=new Proxy({_:{},setup(e){this._=e}},{get(e,t){const l=e._[t]||e[t];return V.includes(t)?(e=>e&&!e.endsWith("/")?`${e}/`:e)(l):l}}),D=e=>Boolean(e?.includes(":")),A=(e,t)=>Boolean(e&&!D(e)&&(!t||"_self"===t)),_=e=>Boolean(e?.startsWith("#")),$=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),j=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/").replace(/^(.+):\//,"$1://").replace(/^file:/,"file:/").replace(/\/(\?|&|#[^!])/g,"$1").replace(/\?/g,"&").replace("&","?"),L=(e,t)=>Boolean(t&&e&&e.startsWith(t)&&["/"===t,e===t,"/"===e[t.length]].some(Boolean));var O=Object.freeze({__proto__:null,isURL:D,isLocalURL:A,isHash:_,withoutQuery:$,joinPath:j,hasPrefix:L});const E="/api/",F=`${E}v1/storage`,U=e=>(t,l)=>{if([!t,D(t),_(t),[z.CDN,E].some((e=>L(t,e)))].some(Boolean))return t;if(((e="")=>/^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}(\/revs\/[0-9]{1,20})?$/.test(e))(t))return`${F}/${t}/attachment`;const n=t?.startsWith("/");return j(L(t,l)?"":l,n?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},W={"":"",normal:"",color:"text-primary-main",black:"text-black",white:"text-black",gray:"text-gray"},H=d((({className:e="",imageClassName:t="",name:l="",alt:n=`Иконка ${l}`,title:a=n,iconVersion:i="color",width:r,height:s})=>{const d=R(),m="normal"===i?`${l}.svg`:`sprites.svg#${l}`,u=U(d)(j(z.CDN,"/icons/",m));return"normal"===i?o("img",{className:e,src:u,alt:n,title:a,"aria-hidden":"true",width:r,height:s,style:K(e,s)}):o(X,{className:e,children:c("svg",{className:h(q(r),W[i],{invert:"white"===i},t),width:r,height:s,"aria-hidden":"true",children:[a?o("title",{children:a}):null,n?o("desc",{children:n}):null,o("use",{href:u,xlinkHref:u})]})})})),K=(e,t)=>{return e?.includes("h-")?{}:{height:(l=t,l&&!/\D/.test(l)?`${t}px`:t),width:"auto"};var l},q=e=>e?"":"w-full h-full",X=d((({className:e,children:t})=>e?o("div",{role:"img",className:e,children:t}):t)),Y=new Proxy({_:{},setup(e){this._=e}},{get:(e,t)=>e._[t]||e[t]});function G(e=""){try{const[,...t]=new URL(e).pathname.split("/");return`/${t.filter(Boolean).join("/")}`}catch(e){return""}}const Q=e=>t=>{const l=t?.startsWith("/wcms-resources")?"":G(Y.SITE_URL);return t&&!D(t)?U(e)(t,l):t},J=(e,t)=>e?.media&&t?.media?e.media-t.media:0,Z=d((({className:e="",image:t,imageClassName:l=""})=>{const n=R();return c("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(J).map((({src:e,format:l,media:a},i)=>o("source",{srcSet:Q(n)(e),type:te(l),media:a?`(max-width: ${a}px)`:"",width:t?.size?.width,height:t?.size?.height},`${i}_${e}`))):null,t?.src?ee({...t,src:Q(n)(t.src)},l):null]})})),ee=(e,t="")=>o("img",{src:e.src,className:h("object-contain",t),alt:e?.alt||e?.title||"",title:e?.title||"",style:{width:e?.size?.width?`${e.size?.width}px`:"100%",height:e?.size?.height?`${e.size?.height}px`:"auto"},width:e?.size?.width,height:e?.size?.height}),te=e=>e?`image/${String(e)}`:void 0,le=d((({className:e="",image:t,imageClassName:l="",...n})=>t?.src||t?.icon?t.icon?o(H,{className:e,imageClassName:l,iconVersion:t?.iconVersion,name:t.icon,...n}):o(Z,{className:e,imageClassName:l,image:t}):null)),ne={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active",white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:"text-primary-main",transparent:"",gray:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active","":""},ae="bg-main-divider text-main-disabled",ie={primary:ae,secondary:ae,white:ae,link:"",transparent:"",gray:ae,"":""},re="text-center font-sans select-none",se={primary:"group-hover/btn:brightness-0 group-hover/btn:invert",secondary:"group-hover/btn:brightness-0 group-hover/btn:invert",white:"group-hover/btn:brightness-0 group-hover/btn:invert",link:"text-primary-main",transparent:"",gray:"group-hover/btn:brightness-0 group-hover/btn:invert","":""},oe=({className:e,rounded:t,version:l})=>[re,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",l?ne[l]:"",t?"rounded-full":"rounded-md",e].join(" ");const ce=new class{subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const l=this.subjectsStateMap[e];return l&&t(l),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}},de=()=>({open:(e,t={})=>ce.fire("dialog",{type:"open",dialog:e,...t}),close:()=>ce.fire("dialog",{type:"close"}),closeAll:()=>ce.fire("dialog",{type:"close",all:!0})}),me=e=>me._impl(e);function he(){const e=G(Y.SITE_URL),t=R(),{closeAll:l}=de();return e=>{const l=U(t)(e.href);return{...e,href:l,"aria-label":e.text,onClick:me(n({...e,href:l}))}};function n({href:n,target:a,onClick:i}){return r=>{i&&i(r);const s=!L(n,e||"/");n&&!s&&A(n,a)&&(l(),r?.preventDefault(),t.push(((e,t="")=>e.replace(t,"")||"/")(n,e)))}}}me._impl=e=>e,me.setup=e=>{me._impl=e};const ue=e=>{if(!Array.isArray(e)||!e.length)return{};try{return{"data-aspects":JSON.stringify(e)}}catch(e){return{}}},pe=d((e=>{const{text:t,aboveText:l,appendLeft:n,appendRight:a,version:i="primary"}=e,r=xe(e)?"hidden lg:block":"";return c("div",{className:h(ge(e),"flex gap-xs"),children:[n?o("div",{className:h(r,se[i]),children:n}):null,xe(e)?c("div",{className:"whitespace-pre",children:[l?o("div",{className:"text-xs font-light text-left",children:l}):null,o("div",{className:"text-left "+(l?"text-s -mt-3xs":"text-l"),children:t})]}):null,a?o("div",{className:h(r,se[i]),children:a}):null]})})),ge=e=>{const{version:t,aboveText:l,rounded:n}=e;if("link"===t)return"";const a=""+(l?"py-2.5 px-9":"py-4 px-9");return h("group/btn items-center justify-center",xe(e)?a:"h-12 w-12 m-auto",{"rounded-full":n})},xe=({text:e,aboveText:t,appendLeft:l})=>Boolean(e||t||!l),fe=({className:e,rounded:t,version:l})=>["inline-block",re,l?ie[l]:"",t?"rounded-full":"rounded-md",e].join(" "),be=d((({disabled:e,children:t,method:l="LINK",href:n,...a})=>{const r=(({method:e,href:t})=>i((l=>{if("POST"!==e||!t)return;l.preventDefault(),l.stopPropagation();const{origin:n,pathname:a,searchParams:i}=new URL(t||""),r=document.createElement("form");r.setAttribute("method","POST"),r.setAttribute("action",[n,a].join(""));for(const[e,t]of i.entries()){const l=document.createElement("input");l.setAttribute("type","hidden"),l.setAttribute("name",e),l.setAttribute("value",t),r.appendChild(l)}document.body.appendChild(r),r.submit()}),[]))({method:l,href:n}),s=he()({onClick:r,href:n,...a}),c=t??o(pe,{...s});return o(e?ve:ye,{...s,children:c})})),ye=d((({className:e="",href:t,rel:l,target:n,ariaLabel:a,version:i,rounded:r,onClick:s,type:c,data:d,children:m,text:h})=>o("a",{className:oe({className:e,version:i,rounded:r}),href:t,rel:l,target:n,"aria-label":a||`Ссылка на ${h}`,role:t?"link":"button",onClick:s,type:c,...ue(d),children:m}))),ve=d((({className:e,ariaLabel:t,version:l,rounded:n,children:a})=>o("button",{type:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:fe({className:e,rounded:n,version:l}),children:a})));function Ne({version:e,handleClick:t,text:l="Вернуться назад",alwaysVisible:n=!1}){if(!l)return null;const a="primary"===e?"white":"black",i="primary"===e?"bg-primary-main":"bg-white";return c("div",{className:h(n?"flex":"hidden sm:flex","items-center gap-s"),children:[o("div",{className:h(oe({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",rounded:!0}),i),onClick:t,children:o(le,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:a}})}),o(be,{version:"link",className:"group-data-secondary:text-white",text:l,ariaLabel:l,onClick:t,type:"button"})]})}const we=()=>{const[e,t]=n(false);return a((()=>{const e=globalThis.matchMedia?.("(max-width: 1024px)"),l=()=>{t(Boolean(e?.matches))};return e?.addEventListener("change",l),e?.matches&&t(Boolean(e.matches)),()=>{e?.removeEventListener("change",l)}}),[]),e},ke={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Se=(e,{className:t,imageAlign:l})=>e?o("div",{className:h("shrink-1/2 justify-self-center",l&&ke[l],t),children:e}):null,Ce=d((({className:e,version:t="primary",defaultPadding:l,padding:n="",title:a,buttons:r,leftImage:s,rightImage:d,imageAlign:m,insetTitle:u,isImageAlwaysOnRight:p=!1,isImageSecondary:g=!1,backwardButton:x,children:f,...b})=>{const y=we(),v=R(),N=i((()=>v.back()),[]),w=b.options?.page?.common?.backwardButton,k=x&&!y;return c("div",{className:h("relative flex flex-col gap-3xl overflow-hidden",n||l,e),children:[k&&Ne({version:t,handleClick:N,text:w}),a?o("div",{className:"relative h-full",children:a}):null,c("div",{className:h("grow relative flex flex-col @xl:flex-row gap-3xl w-full",{"self-start @xl:w-auto":s}),children:[Se(s,{imageAlign:m,className:"mx-auto"}),c("div",{className:h("grid gap-3xl items-center md:items-stretch",{"@xl:grid-cols-2 auto-cols-fr":d,grow:!s},"h-full","auto-rows-[max-content_1fr]"),children:[c("div",{className:"grow space-y-lg min-w-fit",children:[u,f]}),Ie(M({...b,extraProps:{className:"@container-normal"}})),Se(d,{className:h("@xl:justify-self-end @xl:col-start-2",{[Te(p)]:r,"col-start-2 self-center":p,"hidden @xl:block":g}),imageAlign:m}),r?o("div",{className:"self-end",children:r}):null]})]})]})})),Te=e=>h(e?"row-span-2":"@xl:row-span-2"),Ie=e=>e?.length?o("div",{className:"flex items-start justify-end",children:e}):null,Be=(e=[])=>e.reduce(((e,t)=>e+t),0),Pe=(e=[])=>e?.length?Be(e)/e.length:0,Me=(e,t="normal")=>e?.icon||e?.src?o("div",{className:h("sm:w-12 sm:h-12 sm:min-w-12 w-11 h-11 min-w-11 box-border flex items-center justify-center rounded-icon","normal"===t?"bg-secondary-light text-primary-main":"bg-primary-main text-black group-data-secondary:bg-white/30 group-data-secondary:text-black"),children:o(le,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,Re=d((e=>{const{__html:t="",richVersion:l="",itemSize:n="list-m",isDotted:a=!0}=e,i=a?"":"without-dots";return t&&"<p><br></p>"!==t.replace(/<\/?[^>]+\/?>/g,"").trim()?o("div",{"data-component":"rich-text-container",children:o("div",{className:h(l,n,"md-container group-data-secondary:text-white group-data-gray:text-secondary-text",i),dangerouslySetInnerHTML:{__html:t}})}):null})),Ve=(e,t)=>e?o(w,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,ze=d((({children:e,...t})=>o("span",{className:h("font-sans",Object.values(t)),children:e}))),De=(e,t)=>e?o(ze,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,Ae=(e,t)=>["label"in e?De(e.label,t):null,"description"in e?o("span",{className:e.descriptionClassName,children:Ve(e.description,t)},String(t)):null,"__html"in e?o(Re,{...e},`rte-${t}`):null],_e=d((({className:e,benefitsVersion:t,...l})=>c("div",{className:h("flex gap-m min-w-56 items-center",e),role:"listitem",children:["icon"in l?Me(l.icon,t):null,o("div",{children:Ae(l)})]}))),$e=e=>Math.max(e?.label?.length||0,e?.description?.length||0,e?.__html?.length||0),je=e=>{return((t=e.map($e))?.length?Math.sqrt(Math.abs(Pe(t.map((e=>e**2)))-Pe(t)**2)):0)>16;var t},Le=e=>e&&"icon"in e&&e.icon&&(e.icon.icon||e.icon.src),Oe=e=>!e.some(Le),Ee=d((({className:e,benefitsVersion:t="normal",benefits:l})=>l?.length?o("div",{className:h("flex gap-x-m gap-y-s",je(l)||Oe(l)?"flex-col":"flex-wrap",e),role:"list",children:l.map(((e,l)=>o(_e,{benefitsVersion:t,...e},String(l))))}):null)),Fe=d((({className:e,benefits:t})=>t?.length?o("div",{className:h("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),role:"list",children:t.flatMap(Ae)}):null)),Ue=d((({isTabularBenefits:e,...t})=>o(e?Fe:Ee,{...t}))),We=e=>Boolean(e?.src||e?.icon),He=(e,{className:t,buttonClassName:l,isVertical:n}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?o("div",{className:h("flex",n?"flex-col gap-xs justify-items-stretch":"flex-wrap @xl:flex-nowrap gap-lg sm:gap-m",t),role:"group",children:e.map(Ke(l))}):null,Ke=(e="")=>(t,l)=>{const{text:n,icon:a,iconRight:i,version:r,...s}=t||{},c=qe(a,r),d=qe(i,r);return n||a?.icon?o(be,{className:h("basis-full @lg:basis-auto",e),appendLeft:Xe({...a,iconVersion:c}),appendRight:Xe({...i,iconVersion:d}),version:r,text:n,...s},l?String(l):""):null},qe=(e,t="secondary")=>{const l="secondary"===t?"color":"white";return e?.iconVersion?e?.iconVersion:l},Xe=e=>We(e)?o(le,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,Ye=(e=0,{fixed:t}={})=>(l=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:t?e:0,maximumFractionDigits:e}).format(Number(l)||0),Ge=d((({priceList:e})=>e?.length?o("div",{className:"flex flex-wrap xl:flex-nowrap xl:bg-main-divider xl:rounded-md p-xs gap-xl",role:"list",children:e.map(Qe)}):null)),Qe=({label:e,amount:t,unit:l},n)=>c("div",{className:"basis-full flex flex-col-reverse sm:flex-row sm:justify-between sm:bg-main-divider sm:py-m sm:px-lg sm:rounded-md items-baseline whitespace-pre",role:"listitem",children:[o(ze,{font:"font-light",size:"text-l",color:"text-secondary-text",children:e}),t?c("span",{className:"font-sans text-h6 sm:text-primary-main text-primary-text",children:[Ye(2)(t)," ",l||"₽"]}):null]},String(n)),Je=d((({className:e,tags:t})=>t?.length?o("div",{className:h("flex flex-wrap gap-xs",e),role:"list",children:t.map(Ze)}):null)),Ze=(e,t)=>o("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:o(ze,{size:"text-m",font:"font-light",children:e})},String(t)),et={XXL:"list-l",XL:"list-l",L:"list-m",M:"list-m",S:"list-s",XS:"list-s"},tt=d((({className:e,padding:t,defaultPadding:l,title:n,description:a,headlineVersion:i="L",align:r="text-left",benefitsVersion:s,isTabularBenefits:d,isDotted:m=!0,benefits:h,__html:u,isFullWidthTitle:p,priceList:g=[],tags:x=[],buttons:f,image:b,imageOptions:{imageAlign:y="center",directionRight:v=!0,isImageAlwaysOnRight:N,isImageSecondary:w=!1}={},backwardButton:k,children:C,...T})=>{const I=b?.src?o(le,{image:b}):null,B=o(S,{title:n,description:a,headlineVersion:i,align:r,isEmbedded:!0}),P=h?.filter((e=>"__html"in e||"label"in e||"description"in e));return o(Ce,{className:e,padding:t,defaultPadding:l,...p?{title:B}:{insetTitle:B},...lt(I,v),isImageSecondary:w,imageAlign:y,isImageAlwaysOnRight:N,buttons:He(f),backwardButton:k,...T,children:c("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[P?.length?o(Ue,{benefitsVersion:s,isTabularBenefits:d,benefits:P}):null,u?o(Re,{__html:u,isDotted:m,itemSize:et[i]}):null,C,g?.length?o(Ge,{priceList:g}):null,nt(x)]})})})),lt=(e,t)=>t?{rightImage:e}:{leftImage:e},nt=e=>e?.length?o(Je,{tags:e}):null,at=e=>Boolean(e&&Array.isArray(e)),it=e=>Boolean(e&&!Array.isArray(e)&&"object"==typeof e),rt=(e,t)=>{return l=e,Boolean(it(l)&&"string"==typeof l.$ref)?t.ref(e):it(e)?t.record(e):at(e)?t.array(e):t.scalar?t.scalar(e):e;var l},st=(e,t)=>(e=>e.includes("#")?e.substring(e.indexOf("#")+1).split("/").filter(Boolean):[])(t).reduce(ot,e),ot=(e,t)=>e&&t?it(e)?e[t]:at(e)?e[parseInt(t,10)]:e:e,ct=(e,t)=>rt(e,{ref:({$ref:e,...l})=>ct(e?st(t(e),e):l,t),record:e=>Object.entries(e).map((([e,l])=>({[e]:ct(l,t)}))).reduce(((e,t)=>Object.assign(e,t)),{}),array:e=>e.map((e=>ct(e,t)))}),dt=(e,t,l=[])=>{rt(e,{ref:e=>t(e.$ref,l),record:e=>{for(const n in e)dt(e[n],t,[...l,n])},array:e=>{for(let n=0;n<e.length;n++)dt(e[n],t,[...l,n])}})};async function mt(e,t){try{return e?await ht(e,t):null}catch(e){console.error(e)}return null}const ht=async(e,t)=>(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json(),ut=e=>[...new Set(e)],pt={},gt=["/portal-resources"],xt=(e,t)=>ct(e,(e=>t?.[e])),ft=(e,t)=>{const l=(e=>{const t=[];return dt(e,(e=>t.push(e))),t})(e),[i,r]=n({});return a((()=>{l.length&&(async e=>Object.fromEntries((await Promise.allSettled(ut(e).filter((e=>!gt.some((t=>e.startsWith(t))))).map((async e=>[e,pt[e]||=await ht(e)])))).filter((e=>"fulfilled"===e.status)).map((({value:e})=>e))))(l).then(r)}),[l.join()]),l.length?xt(e,{...t,...i}):e};function bt(e,t={}){const l=d((t=>{const l=ft((({block:e,options:t,className:l,defaultPadding:n,padding:a,isTheme:i,version:r,children:s,...o})=>o)(t),t.options?.page?.fallback);return o(e,{...t,...l})}));return Object.assign(l,t),l}const yt=bt((({className:e,padding:t,defaultPadding:l,...n})=>o(g,{className:h("overflow-hidden flex flex-col gap-3xl box-border",e),padding:"p-0",...n,children:o(tt,{defaultPadding:l||"p-6xl",padding:t,className:"grow h-full",...n})})),{childrenTypes:["UnitBlock"]}),vt=d((e=>{const{items:t}=e.options?.page?.adSourceBook??{},l=r((()=>Nt(0,t?.length)),[t]),n=t?.[l];return n?o(yt,{suppressHydrationWarning:!0,...n,...e}):o(g,{...e,children:o(x,{})})})),Nt=(e=0,t=0)=>Math.floor(Math.random()*(t-e)+e),wt=(e,t=!1)=>{if("string"==typeof e)return e.split("-").reverse().join(".");{const l=String(e.getDate()).padStart(2,"0"),n=String(e.getMonth()+1).padStart(2,"0"),a=String(e.getFullYear());return t?`${a}-${n}-${l}`:`${l}.${n}.${a}`}},kt=e=>e?.replace(/[^+\d]/g,"");const St=e=>e?{phone:kt(e)}:{},Ct=e=>e?{birthday:wt(e)}:{},Tt=(e,t=!0)=>({[t?"regionBranch":"region"]:e}),It=(e,t=!0)=>({[t?"email":"mail"]:e}),Bt=(e="")=>e&&"+7 ("!==e?{secondaryPhoneNumber:kt(e)}:{},Pt=({aspectsAttributes:e,aspects:t,ev:l})=>{for(const{aspectName:n,params:a}of e)t[n??""]?.(l,a)},Mt="rshb-query-params";function Rt(){const e=globalThis.location?.search||globalThis.sessionStorage?.getItem(Mt)||"";return e&&globalThis.sessionStorage?.setItem(Mt,e),e}function Vt(e){if(!e)throw new Error("Value should be fulfilled");return e}const zt=e=>t=>{const[,l]=Vt(e.find((([e])=>e(t))));return l(t)},Dt=e=>zt(e.map((([e,t])=>[e,()=>t])));Dt.if=e=>new At(void 0,e);class At{parent;predicate;unit;get entry(){return[Vt(this.predicate),Vt(this.unit)]}constructor(e,t,l){this.parent=e,this.predicate=t,this.unit=l}if(e){return new At(this,e)}then(e){return new At(this.parent,this.predicate,e)}else(e){return zt([..._t(this),[()=>!0,e]])}}const _t=e=>[...e?.parent?_t(e.parent):[],e.entry],$t=e=>{const t=e.target?.closest("a");if(D(t?.href)&&!t?.href?.startsWith(globalThis.location?.origin)){e.preventDefault(),e.stopPropagation();const l=(e=>{const t=Rt();if(!D(e)||!t)return e;const l=new URL(e);for(const[e,n]of new URLSearchParams(t))l.searchParams.set(e,n);return l.toString()})(t?.href)||t?.href;if(l){jt(t?.target)?.(l)}}},jt=Dt([[e=>"_blank"===e,e=>globalThis.open(e,"_blank")],[e=>"_parent"===e,e=>globalThis.parent&&(globalThis.parent.location.href=e)],[e=>"_top"===e,e=>{globalThis.top&&(globalThis.top.location.href=e)}],[()=>!0,e=>globalThis.location&&(globalThis.location.href=e)]]);function Lt(){return Lt._impl()}Lt._impl=()=>({forwardQuery:$t}),Lt.setup=e=>{Lt._impl=e};const Ot=e=>e,Et=(e,{resetOnSubmit:t,onSubmit:l}={})=>{const[a,r]=n(e),[o,c]=n(!1),[d,m]=n({}),h=s({}),u=i(((e,t)=>{const{parse:l=Ot,format:n=Ot}=t||{};return h.current||(h.current={}),h.current[e]||=t=>{r((n=>({...n,[e]:l(t)}))),m((t=>({...t,[e]:!0})))},{value:n(a[e]),isDirty:o||d[e],onChange:h.current[e]}}),[a,o,d]),p=i((e=>{r(e),m(e)}),[]),g=i((()=>{r(e),c(!1),m({})}),[e]),x=i((e=>{e.preventDefault(),t?g():c(!0),l&&l(a,e)}),[l,a]);return[a,{isDirty:o||Object.values(d).some(Boolean),field:u,update:p,reset:g,onSubmit:x}]},Ft=d((e=>{const{className:t,title:l,children:n,...a}=e;return o(g,{className:t,defaultPadding:"p-6xl",...a,children:c("div",{className:"container max-w-[978px] space-y-lg",children:[l?o(N,{headingType:"h3",title:l,className:"@xl:text-center"}):null,n]})})}));function Ut({disabled:e,onClick:t}){return l=>{!e&&t&&t(l)}}const Wt={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active"},Ht={primary:h("group-data-secondary:text-primary-main group-data-secondary:bg-white","group-data-secondary:hover:text-white group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active"),secondary:h("group-data-secondary:text-white group-data-secondary:bg-white/20","group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active")},Kt=d((({children:e,...t})=>{const l=e=>({...e,onClick:me(Ut(e))}),{className:n,version:a="primary",active:i,disabled:r,type:s="button",rounded:c=!0,role:d,onClick:m}=l(t);return o("button",{className:h("font-sans px-9 py-4","flex justify-center items-center gap-xs",{"text-white bg-primary-active":i,"bg-main-gray text-main-disabled cursor-not-allowed":r,"rounded-md":c},i||r?"":h(Wt[a],Ht[a]),n),type:s,role:d,onClick:m,children:e})})),qt=d((({className:e,onClose:t})=>o("button",{className:h("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",type:"button",children:o(H,{name:"CloseIcon",width:"20",height:"20",iconVersion:"gray"})}))),Xt=d((({className:e,head:t,children:l,onClose:n,onClick:a})=>{const{close:r}=de(),s=i((()=>{r(),n&&n()}),[n]);return c("div",{onClick:a,className:h("relative min-h-full bg-white pt-0 p-lg",e),role:"dialog",children:[c("div",{className:"sticky py-xl top-0 bg-white z-10",children:[o(qt,{className:"absolute top-0 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:l})]})})),Yt=d((function({responseType:e,typeForm:t}){const l="OK"===e,n=l?"ResponseOKIcon":"ResponseFailIcon",{close:a}=de(),r=i((()=>{a()}),[]),s="ANTIFRAUD"===t?"Сообщение отправлено. Для уточнения информации с Вами могут связаться работники Банка либо Вы\n можете самостоятельно позвонить по номеру контакт-центра +78001000100. Будьте внимательны, работники Банка\n не звонят с использованием мессенджеров.":"Совсем скоро мы с вами свяжемся";return o(Xt,{className:"my-6xl max-w-lg w-full min-h-fit mx-auto ",children:c("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:[o(le,{image:{icon:n,iconVersion:"normal"},width:"136",height:"136"}),o(S,{className:"w-full",title:l?"Ваша заявка отправлена":"Не удалось отправить заявку",description:l?s:"Пожалуйста, повторите позднее",headlineVersion:"XS",isEmbedded:!0}),o(Kt,{type:"button",onClick:r,children:"Хорошо"})]})})})),Gt=e=>t=>l=>e(l)?[]:[t],Qt=e=>o("div",{className:"h-6",children:e?o(ze,{size:"text-xs",font:"font-light",color:"text-error",children:e}):null}),Jt=d((({className:e,viewBox:t,fill:l="none",width:n,height:a,paths:i,...r})=>o("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:l,width:n,height:a,children:i.map((({d:e,fill:t,...l},n)=>{const a={...r,...l};return o("path",{d:e,fill:t||"currentColor",stroke:a.stroke,strokeLinecap:a.strokeLinecap,strokeLinejoin:a.strokeLinejoin,strokeWidth:a.strokeWidth,strokeMiterlimit:a.strokeMiterlimit},n)}))}))),Zt="appearance-none w-5 h-5 border-solid flex-none",el=[{d:"M10.207.793a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414 0l-2.5-2.5a1 1 0 0 1 1.414-1.414L3.5 6.086 8.793.793a1 1 0 0 1 1.414 0Z",fillRule:"evenodd",clipRule:"evenodd",fill:"white"}],tl=d((({className:e,value:t,text:l,disabled:n,isRadio:a,onChange:r})=>{const s=i((e=>{n||(e.preventDefault(),r&&r(!t))}),[r,n,t]),d=a?o("div",{className:"absolute left-1 w-3 h-3 rounded-full bg-primary-main"}):o(Jt,{paths:el,className:"absolute left-1 ml-px block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"});return o("div",{className:e,children:c("label",{className:h("flex items-center relative group/box",nl(n)),onClick:s,children:[o("div",{className:h(Zt,"m-0",a?"rounded-full border-2":il(t),!n&&t?"border-primary-main":"border-gray",n?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:al(a),"aria-checked":Boolean(t),"aria-disabled":Boolean(n),"aria-label":l}),t?d:null,ll(l)]})})})),ll=e=>e?o("div",{className:"ml-s",children:o(ze,{size:"text-l",font:"font-light",children:e})}):null,nl=(e=!1)=>e?"cursor-not-allowed":"cursor-pointer",al=(e=!1)=>e?"radio":"checkbox",il=(e=!1)=>h("rounded border",{"bg-primary-main":e}),rl=d((({className:e,text:t,value:l,key:n,disabled:a,error:i,onChange:r})=>c("div",{className:h("shrink-0 w-full",e),children:[o(tl,{text:t,value:l,disabled:a,onChange:r},n),Qt(i)]})));function sl(e=!1){const[t,l]=n(e),a=i((()=>l(!0)),[]),r=i((()=>l(!1)),[]),s=i((()=>l((e=>!e))),[]);return[t,{setValue:l,setTrue:a,setFalse:r,toggle:s}]}const ol=e=>e?o(ze,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}):null,cl="border border-solid outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text rounded",dl=d((({key:e,className:t="",id:l,name:n,type:r="text",label:d,placeholder:m,value:u="",valid:p=!0,children:g,onChange:x,onFocus:f,onBlur:b,pattern:y,autoFocus:v=!1,isTextarea:N=!1})=>{const w=s(null),k=i((e=>{x&&x(e.target?.value||"")}),[x]);a((()=>{v&&w.current?.focus()}),[v,w]);const S="w-full border rounded-md text-primary-text outline-none p-m",C=g?"pr-3xl":"",T=ml(p);return c("div",{className:h("relative",t),children:[c("label",{className:"space-y-xs",children:[ol(d),N?o("textarea",{className:h("block resize-y min-h-24",S,T),id:h("textarea",l),name:n||l,placeholder:m,value:u,onChange:k,onFocus:f,onBlur:b},e):o("input",{type:r,className:h("h-14",S,C,T),ref:w,id:l,name:n||l,placeholder:m,value:u,onChange:k,onFocus:f,onBlur:b,pattern:y},e)]}),g]})})),ml=e=>e?cl:"border-error",hl=e=>e?.text||e?.key||"";function ul(e,t,l,n){a((()=>{if(e&&l)return e.addEventListener(t,l,n),()=>{e.removeEventListener(t,l,n)}}),[e,t,l])}function pl(e){const t=s(null),l=i((l=>{t&&t.current&&l.target instanceof Node&&!t.current.contains(l.target)&&e()}),[e]);return ul(globalThis.document,"click",l),t}const gl=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,xl=d((({popupRef:e,options:t,value:l,query:n,onChange:a,iconVersion:i})=>t?.length?o("div",{className:"bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-2xl",role:"list",ref:e,children:gl(t,n).map((e=>c("div",{className:"flex px-m py-s cursor-pointer hover:bg-main-divider pr-5xl relative",role:"listitem","aria-selected":e.key===l?.key,onClick:t=>{t.stopPropagation(),a&&a(e)},children:[o("span",{className:"min-h-6",children:hl(e)}),o(H,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:i,className:h("absolute right-4 pt-3xs",{hidden:e.key!==l?.key})})]},e.key)))}):null));function fl({isOpen:e,options:t,value:l,query:n,onChange:r,onClose:c,iconVersion:d}){const m={open:(e,t)=>ce.fire("popup",{type:"open",popup:e,...t}),update:(e,t)=>ce.fire("popup",{type:"update",popup:e,...t}),close:()=>ce.fire("popup",{type:"close"})},h=i((()=>{m.close(),c&&c()}),[c]),u=i((e=>{h(),r&&r(e)}),[h,r]),p=s(null),g=pl(h);return a((()=>{if(!e||!p.current)return;const a=p.current,{top:i,left:r,width:s,height:c}=a.getBoundingClientRect();m.update(o(xl,{popupRef:g,options:t,value:l,query:n,onChange:u,iconVersion:d}),{top:i+window.scrollY+c,left:r,width:s})}),[e,t,l,n,u]),p}const bl=d((({className:e,label:t,options:l=[],value:a,valid:r=!0,isBorder:s=!0,placeholder:d="",isSearch:m=!1,iconVersion:u="black",onChange:p,disabled:g})=>{const[x,{setFalse:f,setTrue:b}]=sl(),[y,v]=n(""),N=g||0===l.length,w=x&&!N,k=i((()=>{v(""),f()}),[]),S=fl({isOpen:x,options:l,value:a,query:y,onChange:p,onClose:k,iconVersion:u});return c("div",{className:h("space-y-xs",e),children:[ol(t),c("div",{className:h("relative",w?"z-20":"z-10"),ref:S,children:[c("div",{className:h("h-14 [&>*]:p-m pr-8 text-l flex items-center justify-between text-primary-text relative z-10 overflow-hidden",vl(s,r,N)),onClick:w?k:b,children:[o("p",{className:"line-clamp-2 text-ellipsis",children:hl(a)||d}),yl(w,u)]}),m&&w?o("div",{className:h("absolute top-0 w-full z-20"),children:o(dl,{type:"text",autoFocus:!0,value:y,onChange:v})}):null]})]})})),yl=(e,t)=>o(H,{className:h("absolute right-3 flex self-center",{"rotate-180":!e}),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),vl=(e,t,l)=>h(e?"border rounded-md ":"",e&&!l?"hover:border-primary-hover":"",l?"bg-main-divider":"cursor-pointer ",t?"border-gray":"border-error"),Nl=()=>{},wl=({today:e,firstDayOfWeek:t,totalDays:l,currentMonth:n,currentYear:a,min:i,max:r,onDateClick:s})=>{const c=[];let d=1;for(let m=0;m<6;m++){const h=[];for(let c=0;c<7;c++)if(0===m&&c<t)h.push(o("td",{},`empty-${c}`));else if(d>l)h.push(o("td",{},`empty-${c}`));else{const t=new Date(a,n,d),l=kl(t,e),c=Sl(t,i,r);h.push(o("td",{children:o("div",{className:Cl(l,c),onClick:()=>!c&&s(t),children:d})},`day-${d}`)),d++}c.push(o("tr",{children:h},`row-${m}`))}return c},kl=(e,t)=>t&&e.toDateString()===t.toDateString(),Sl=(e,t,l)=>t&&e.getTime()<t.getTime()||l&&e.getTime()>l.getTime(),Cl=(e,t)=>h("p-s text-center rounded-md border",{"border-transparent hover:bg-gray":!e},t?"text-gray hover:bg-transparent":"cursor-pointer"),Tl=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Il=d((({today:e,currentMonth:t,currentYear:l,min:n,max:a,onDateSelect:s=Nl})=>{const d=i((e=>s(e)),[]),{firstDayOfWeek:m,totalDays:h}=r((()=>({firstDayOfWeek:new Date(l,t,1).getDay()-1,totalDays:new Date(l,t+1,0).getDate()})),[l,t]);return c("table",{className:"mx-auto",children:[o("thead",{className:"text-gray font-light",children:o("tr",{children:Tl.map(((e,t)=>o("th",{className:"p-s",children:e},String(t))))})}),o("tbody",{children:wl({firstDayOfWeek:m,today:e,totalDays:h,currentYear:l,currentMonth:t,min:n,max:a,onDateClick:d})})]})})),Bl=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],Pl=Bl.map((e=>({key:e}))),Ml=Array.from({length:(new Date).getFullYear()-1940+1},((e,t)=>1940+t)).reverse().map((e=>({key:String(e)}))),Rl={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},Vl={className:"min-w-32",iconVersion:"black",isBorder:!1},zl=d((({className:e="",label:t="",value:l,valid:a=!0,minDate:r,maxDate:s,onChange:d})=>{const[m,{setValue:u}]=sl(!1),[p,g]=n(l?.getMonth()||(new Date).getMonth()),[x,f]=n(l?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:b,handleNextMonth:y,handleSelectMonth:v,handleSelectYear:N,monthsOptions:w,yearsOptions:k,handleChangeVisibleCalendar:S,ref:C}=(({onShowCalendar:e,showCalendar:t,selectedMonth:l,onMonthSelect:n,onYearSelect:a,selectedYear:r})=>{const s=pl(i((()=>t&&e(!1)),[t]));return{handleChangeVisibleCalendar:i((()=>e(!t)),[t]),handleNextMonth:i((()=>{l+1<=11?n(l+1):(n(0),a(r+1))}),[l]),handlePrevMonth:i((()=>{l-1>=0?n(l-1):(n(11),a(r-1))}),[l]),handleSelectMonth:i((({key:e})=>n(Bl.indexOf(e))),[]),handleSelectYear:i((({key:e})=>a(Number(e))),[]),monthsOptions:Pl,yearsOptions:Ml,ref:s}})({onYearSelect:f,onMonthSelect:g,onShowCalendar:u,selectedYear:x,selectedMonth:p,showCalendar:m});return c("div",{className:h("space-y-xs",e),ref:C,children:[ol(t),c("div",{className:"relative",children:[Dl(S,l,a),m?c("div",{className:"absolute bg-white z-20 select-none",children:[c("div",{className:"flex gap-s",children:[o("div",{className:"my-auto",onClick:b,children:o(H,{...Rl,className:"-rotate-90 cursor-pointer"})}),o(bl,{onChange:v,value:{key:Bl[p]},options:w,...Vl}),o(bl,{onChange:N,value:{key:String(x)},options:k,...Vl}),o("div",{className:"my-auto",onClick:y,children:o(H,{...Rl,className:"rotate-90 cursor-pointer"})})]}),o(Il,{today:l,currentMonth:p,currentYear:x,onDateSelect:d,min:r,max:s})]}):null]})]})})),Dl=(e,t,l)=>c("div",{onClick:e,className:h("flex justify-between items-center h-14 px-m py-s border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",l?"border-gray":"border-error"),children:[o(w,{children:t&&wt(t)}),o(H,{...Rl,name:"CalendarIcon"})]}),Al=d((({className:e,label:t,error:l,...n})=>c("div",{className:h("shrink-0 w-full",e),children:[o(zl,{label:t&&n?.errors?`${t}*`:t,valid:Boolean(!l),...n}),Qt(l)]}))),_l=d((({className:e,label:t,value:l="",placeholder:n,error:a,onChange:i,onBlur:r,isTextarea:s,type:d,...m})=>c("div",{className:h("shrink-0 w-full",e),children:[o(dl,{type:d||"text","aria-label":t,label:t&&m?.errors?`${t}*`:t,valid:Boolean(!a),value:l,onChange:i,onBlur:r,isTextarea:s,placeholder:m?.errors&&!t?`${n}*`:n}),Qt(a)]}))),$l=e=>"_"===e,jl=e=>/\d/.test(e),Ll=e=>$l(e)||jl(e),Ol=[..."+7 (___) ___-__-__"],El=Ol.findIndex($l),Fl=Ol.map(((e,t)=>Ll(e)?Ol.slice(0,t).filter(Ll).length:-1));const Ul=d((({children:e,onChange:t,...l})=>{const n=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),l=Ol.map(((e,l)=>jl(e)?e:t.charAt(Fl[l])||e)),n=Fl.indexOf(t.length-1)+1;return(n?l.slice(0,Math.max(El,n)):l).join("")}(e))),[t]),a=i((e=>{"+7 ("===e&&(t&&t(""))}),[]);return o(dl,{...l,onChange:n,onFocus:e=>n(e?.target?.value||""),onBlur:e=>a(e?.target?.value||""),children:e})})),Wl=d((({className:e,label:t,value:l,error:n,onChange:a,onBlur:i,...r})=>c("div",{className:h("shrink-0 w-full",e),children:[o(Ul,{"aria-label":t,label:r?.errors?`${t}*`:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),Qt(n)]}))),Hl=d((({className:e="",label:t,error:l,...n})=>c("div",{className:e,children:[o(bl,{...n,valid:!l,label:n?.errors?`${t}*`:t}),Qt(l)]}))),Kl="Некорректно заполненное поле",ql=Gt((e=>null!=e&&""!==e))(Kl),Xl=Gt((e=>e?.key&&""!==e?.key))(Kl),Yl=Gt((e=>"string"==typeof e&&e.length>1))(Kl),Gl=Gt((e=>"string"==typeof e&&(10===e.length||12===e.length)))(Kl),Ql=(Jl=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,Gt((e=>"string"==typeof e&&Jl.test(e))))(Kl);var Jl;const Zl=Gt((e=>"boolean"==typeof e&&e))("Согласие обязательно"),en={typeForm:ql,surname:Yl,name:Yl,region:Xl,addressBranch:Xl,phone:Ql,secondaryPhone:Ql,birthday:ql,email:ql,fullName:Yl,inn:Gl,partnerComments:ql,collectionCount:ql,comment:ql,acquiringType:Xl,feedbackType:Xl,feedbackMethod:Xl,serviceType:Xl,serviceDirection:Xl,consentDataProcessing:Zl,annualRevenue:ql},tn=e=>{const t=(e=>Object.values(e.filter((e=>e)))?.map((e=>e.name)))(e.filter((e=>"required"in e&&e.required)));return Object.fromEntries(t.map((e=>[e,en?.[e]])))},ln=(e,t)=>{const{value:l,isDirty:n}=e,a=n?t(l):[];return{...e,errors:a,error:a[0]}},nn=(e,t,l=!1)=>l?ln(e,t):e,an=[{text:"Торговый эквайринг",key:"trade"},{text:"СБП-эквайринг",key:"sbp"},{text:"Интернет-эквайринг",key:"internet"},{text:"Все виды эквайринга",key:"all"}],rn=d((({field:e,input:t})=>o(Hl,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:an,...nn(e("acquiringType"),en.acquiringType,t?.required)}))),sn=(e="")=>Boolean("trade"===e||"all"===e),on=e=>null!=e,cn=new Map,dn=e=>Boolean(e?.every((e=>Array.isArray(e)?dn(e):!e||"string"==typeof e))),mn=e=>dn(e)?e.toString():"";function hn(e,t,{fallback:l,cache:i}={}){const s=r((()=>un(e)),[e]),[o,c]=n(void 0),[d,m]=n(void 0);a((()=>{if(!s.some(on))return;let e=!1;const l=(t,l)=>{e||(c(t),m(l))};return(async()=>{try{l(await((e,t=cn)=>l=>{const n=mn(l),a=t.get(n);if(n&&on(a))return a;const i=e(...l);return n&&on(i)&&t.set(n,Promise.resolve(i)),i})(t,i)(s))}catch(e){l(void 0,e)}})(),()=>{e=!0}}),[t,i,s]);const h=l&&(e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]))(s)&&l[s[0]];return{data:!o&&h?h:o,error:d,mutate:()=>Promise.resolve(void 0)}}function un(e){return Array.isArray(e)?e:e instanceof Function?un(e()):[e]}const pn=[];const gn=async e=>await mt(e,{method:"GET"})||pn;function xn(){const{data:e}=hn("/api/v1/branchesByRegions",ht);return Array.isArray(e)?e:[]}const fn=d((({field:e,input:t,isPremium:l=!1})=>{const n=e("region"),i=n?.value?.key,r=n?.value?.text,s=l?xn()?.find((e=>e?.region===r))?.branches:function(e){const{data:t}=hn(e?`/api/v1/branches?regionCode=${e}`:null,gn);return t||pn}(i)?.filter((e=>e?.address));return a((()=>{""!==n?.value?.key&&e?.("addressBranch")?.onChange?.("")}),[n?.value]),o(Hl,{label:"Отделение",placeholder:"Выберите отделение",options:(s||[]).map((({address:e=""})=>({key:e,text:e}))),...nn(e("addressBranch"),en.addressBranch,t?.required),isSearch:!0})})),bn=(e,{normalize:t,format:l})=>{const{value:a,onFocus:r,onBlur:s,onChange:o}=e,[c,d]=n(!1),m=i((e=>{d(!0),r&&r(e)}),[]),h=i((()=>{d(!1),o&&o(t(a)),s&&s()}),[o,a]);return{value:c||!l?a:l(a),onFocus:m,onBlur:h}},yn=(e,t,l)=>Math.max(t,Math.min(e,l));function vn(e){const t=(e||"").replace(/\D/g,""),l=parseInt(t,10);return Number.isNaN(l)?0:l}function Nn({list:e=[],min:t,max:l,step:n,value:a=e[0]||t,disabled:i,onChange:r}){const s=e.length?e.indexOf(a):a,d={backgroundSize:`${(100*(s>t?s-t:0)/(l-t)).toFixed(2)}% 100%`};return c("div",{children:[e.length?o("div",{className:"absolute w-full flex justify-between -bottom-[3px] px-m",children:e.map(((e,t)=>o("div",{className:h("w-2 h-2 rounded-full",s<=t||i?"bg-gray":"bg-primary-main")},String(t))))}):null,o("div",{className:"absolute inset-x-0 -bottom-1 px-m leading-[18px]",children:o("input",{className:"box-border w-full m-0 cursor-pointer slider relative z-10",style:d,type:"range",min:t,max:l,step:n,value:s,disabled:i,onChange:t=>{const l=vn(t.target?.value),n=e.length?e[l]:l;r&&r(n||0)}})})]})}const wn=1,kn=100,Sn=d((e=>{const{className:t,title:l,items:n=[],list:a=[],min:r=(a.length?0:wn),max:s=(a.length?a.length-1:kn),step:d=1,value:m=a[0]||r,disabled:u=!1,onChange:p}=e,g=bn(e,{normalize:(e=0)=>a.length?Cn(a)(e):yn(e,r,s),format:Ye()}),x=i((e=>{p&&p(vn(e.target?.value))}),[p]);return c("div",{className:t,children:[c("label",{className:"block relative",children:[l?o(ze,{size:"text-m",font:"font-light",color:"text-primary-text",children:l}):null,o("input",{className:h("text-h3 w-full h-14","pl-m mt-xs box-border","text-primary-text",cl,"disabled:border-gray disabled:bg-main-divider"),disabled:u,onChange:x,...g}),Nn({list:a,min:r,max:s,step:d,disabled:u,value:m,onChange:p})]}),Tn(n)]})})),Cn=e=>t=>e.reduce(((e,l)=>Math.abs(l-t)<Math.abs(e-t)?l:e)),Tn=e=>o("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>o(ze,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),In=["От 1 000 ₽","До 1 000 000 000 ₽"],Bn=d((({field:e})=>o(Sn,{title:"Сумма, ₽",items:In,min:1e3,max:1e9,...e("amount")}))),Pn=d((({field:e,input:t})=>o(_l,{className:"col-span-2",...nn(e("comment"),en.comment,t?.required),placeholder:"Ваше сообщение",isTextarea:!0}))),Mn=[{key:"ULTRASERVICE",text:"Ультра"},{key:"PREMIUMSERVICE",text:"Премиум"}],Rn=[{key:"Физическое лицо"},{key:"Юридическое лицо / ИП"}],Vn=[{text:"Задать вопрос по продуктам и услугам",key:"FEEDBACK"},{text:"Качество обслуживания",key:"FEEDBACK_QS"}],zn=[{key:"phone",text:"Телефонный звонок"},{key:"email",text:"Электронное сообщение"}],Dn=d((({field:e})=>o(Hl,{label:"Способ получения ответа",options:zn,...ln(e("feedbackMethod"),en.feedbackMethod)}))),An=d((({field:e})=>{const t=e("feedbackType");return a((()=>{"FEEDBACK"===t?.value?.key&&e("serviceDirection")?.onChange?.(Rn[0])}),[t?.value]),o(Hl,{label:"Тема",placeholder:"Выберите тему",options:Vn,...ln(t,en.feedbackType)})})),_n=d((({field:e})=>o(rl,{...e("isClient"),text:'Являюсь клиентом банка АО "Россельхозбанк"'}))),$n=d((({value:e=!1,text:t,type:l="checkbox",onChange:n})=>c("div",{role:l,"aria-checked":e,className:"flex justify-start items-center w-full cursor-pointer mb-s",onClick:()=>n&&n(!e),children:[o("div",{className:h("relative flex-shrink-0 duration-300 w-9 h-5 mr-s rounded-2xl",e?"bg-primary-main":"bg-main-divider"),children:o("div",{className:h("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),t?o(ze,{size:"text-l",font:"font-light",color:"text-primary-text",children:t}):null]}))),jn=d((({field:e})=>sn(e("acquiringType")?.value?.key)?o($n,{type:"radio",text:"Хочу онлайн-кассу",...e("onlineCheckout")}):null)),Ln=d((({field:e})=>{const t=e("secondaryPhone");return o(Wl,{label:"Дополнительный телефон",...t.value&&"+7 ("!==t.value?ln(t,en.secondaryPhone):t})})),On=d((({field:e})=>sn(e("acquiringType")?.value?.key)?o($n,{type:"radio",text:"Хочу POS-терминал",...e("posTerminal")}):null));function En(){const{data:e}=hn("/api/v1/regions",ht);return Array.isArray(e)?e:[]}const Fn=d((({field:e,input:t})=>{const l=En();return o(Hl,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:r((()=>l?.map((({code:e="",name:t=""})=>({key:e,text:t})))),[l]),...nn(e("region"),en.region,t?.required)})})),Un=d((({field:e,input:t})=>{const l=xn(),n=r((()=>l?.map((({region:e})=>({key:e,text:e})))),[l]);return o(Hl,{label:"Регион",placeholder:"Выберите регион",options:n,...nn(e("region"),en.region,t?.required)})})),Wn=d((({field:e})=>o(Hl,{label:"Направление обслуживания",placeholder:"Выберите направление",options:Rn,...ln(e("serviceDirection"),en.serviceDirection)}))),Hn=["От 1 мес","До 15 лет"],Kn=d((({field:e})=>o(Sn,{title:"Срок, месяцев",items:Hn,min:1,max:180,...e("term")}))),qn=d((({field:e})=>o(Hl,{label:"Тип обслуживания",options:Mn,...ln(e("serviceType"),en.serviceType)}))),Xn=d((({name:e,text:t,value:l,checked:n,onChange:a,className:i})=>o("div",{className:i,children:c("label",{className:"font-sans flex gap-s items-center relative cursor-pointer",children:[o("input",{className:h(cl,Zt,"flex justify-center items-center after:block after:w-2.5 after:h-2.5 after:rounded-full rounded-full","checked:border-2 checked:!border-primary-main focus:checked:border-primary-main checked:after:bg-primary-main"),type:"radio",value:l,name:e,checked:n,onChange:e=>a?.(e.target.value),role:"radio"}),t?o(ze,{color:"text-primary-text",children:t}):null]})}))),Yn=["currencyControl","documentOperations","conversionTransactions","otherIssues"],Gn=d((({field:e})=>{const{value:t,onChange:l}=e("vedTypes");return a((()=>{"currencyControl"!==t&&(e?.("inn")?.onChange?.(""),e?.("region")?.onChange?.(""))}),[t]),c("div",{className:"py-m gap-m grid @xl:flex @xl:items-center",children:[o(Xn,{name:"vedTypes",text:"Валютный контроль",value:"currencyControl",checked:"currencyControl"===t,onChange:l}),o(Xn,{name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:l}),o(Xn,{name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:l}),o(Xn,{name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:l})]})})),Qn=(e,t)=>(l,n)=>{const{required:a,...i}=l,r="ULTRASERVICE"===t||"PREMIUMSERVICE"===t,s={surname:o(_l,{label:"Фамилия",...nn(e("surname"),en.surname,a)}),name:o(_l,{label:"Имя",...nn(e("name"),en.name,a),...i}),middleName:o(_l,{label:"Отчество (Обязательно, при наличии)",...e("middleName")}),phone:o(Wl,{label:"Телефон",...nn(e("phone"),en.phone,a)}),email:o(_l,{label:"Электронная почта",...nn(e("email"),en.email,a),...i}),fullName:o(_l,{label:"ФИО",...nn(e("fullName"),en.fullName,a),...i}),inn:o(_l,{label:"ИНН",type:"number",...nn(e("inn"),en.inn,a)}),comment:o(Pn,{field:e,input:l}),region:r?o(Un,{field:e}):o(Fn,{field:e,input:l}),addressBranch:o(fn,{field:e,input:l,isPremium:r}),birthday:o(Al,{label:"Дата рождения",...nn(e("birthday"),en.birthday,a)}),isClient:o(_n,{field:e}),consentToReceiveMaterials:o(rl,{...e("consentToReceiveMaterials"),text:"Согласен на получение информационных и аналитических материалов по электронной почте"}),partnerComments:o(_l,{...nn(e("partnerComments"),en.partnerComments,a),placeholder:"Укажите интересующий вас вопрос",isTextarea:!0,...i}),collectionCount:o(_l,{label:"Количество объектов инкассации",type:"number",...nn(e("collectionCount"),en.collectionCount,a)}),acquiringType:o(rn,{field:e,input:l}),onlineCheckout:o(jn,{field:e}),posTerminal:o(On,{field:e}),serviceType:o(qn,{field:e}),term:o(Kn,{field:e}),amount:o(Bn,{field:e}),annualRevenue:o(_l,{label:"Годовая выручка, ₽",...nn(e("annualRevenue"),en.annualRevenue,a)}),vedTypes:o(Gn,{field:e}),feedbackType:o(An,{field:e}),feedbackMethod:o(Dn,{field:e}),serviceDirection:o(Wn,{field:e}),bankEmpolee:o(_l,{label:"ФИО или должность обслуживавшего Вас сотрудника Банка",...e("bankEmpolee")}),applicationDate:o(_l,{label:"Дата и время обращения в Банк",...e("applicationDate")}),secondaryPhone:o(Ln,{field:e})};return function({input:e,field:t}){const{condition:l}=e,{value:n}=t(l?.name||"");return!l||l?.values?.find((e=>e===(n?.key??n)))}({input:l,field:e})?o("div",{children:s[l?.name]},String(n)):null};const Jn=e=>{const{acquiringType:t,onlineCheckout:l,posTerminal:n,amount:a,term:i,annualRevenue:r,serviceType:s,feedbackType:o,vedTypes:c,region:d,...m}=e,h=t||r?(e=>{const{acquiringType:t,onlineCheckout:l=!1,posTerminal:n=!1,term:a,amount:i,annualRevenue:r}=e;return t?`Вид эквайринга=${t?.text||""}${sn(t?.key)?`/Онлайн касса=${l}/POS-терминал=${n}`:"/Онлайн касса=false/POS-терминал=false"}`:`Сумма=${i}/Срок=${a}/Выручка=${r}`})(e):null,u={...m,...ea(c),...Zn(d),...h?{partnerComments:h}:{},...s?{typeForm:s}:{},...o?{typeForm:o}:{}};return Object.fromEntries(Object.entries(u)?.map((([e,t])=>[e,t?.key||t])))},Zn=e=>e?.key||e?.text?{region:e?.text||e?.key}:{},ea=e=>e?{vedTypes:Object.fromEntries(Yn.map((t=>[t,t===e])))}:{},ta={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:an[0],serviceType:Mn[0],feedbackType:Vn[0],feedbackMethod:zn[0],serviceDirection:Rn[0],vedTypes:Yn[0],birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1},la=(e,t="")=>{const l=Object.fromEntries(e.map((e=>[e.name,"ved"===e.fieldType&&e?.defaultValue||ta[e.name]])));return l?.serviceType&&"PREMIUMSERVICE"===t&&(l.serviceType=Mn[1]),{...l,typeForm:{key:t,text:""}}},na=d((({text:e,link:t})=>c(w,{size:"text-l",font:"font-light",color:"text-secondary-text",children:[e?o(ze,{children:e}):null,t?o(be,{href:t.href,ariaLabel:"условия передачи данных",target:t.target||"",className:"!text-left text-primary-main",children:o(ze,{children:t.text})}):null]}))),aa=(e,t)=>o(Kt,{className:h("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),ia=(e,t,l)=>c("div",{className:"flex col-span-2 gap-xs flex-col w-full items-baseline",children:[e?c("div",{children:[c("div",{className:"flex gap-3 items-center",children:[o(tl,{...e}),o(na,{link:t})]}),Qt(ln(e,Zl).error)]}):o(na,{text:"Нажимая кнопку, вы подтверждаете согласие с ",link:t}),aa(l)]}),ra={send:async function(e,t=!1){const{typeForm:l,region:n,phone:a="",email:i,birthday:r,inn:s,fullName:o,addressBranch:c,secondaryPhone:d="",bankEmpolee:m,applicationDate:h,serviceDirection:u,...p}=e,g=t&&"Юридическое лицо / ИП"!==u,x=g?"/api/v1/lead":"/api/v1/sendcorporatelead",f={typeForm:l,...Tt(n,g),...It(i,g),...St(a),...g?Ct(r):{inn:s,fullName:o},..."FEEDBACK"===l?{}:{addressBranch:c,bankEmpolee:m,applicationDate:h,...Bt(d)},...p};try{const e=await fetch(x,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(f)});return e?.ok?await e.json():null}catch(e){return null}}},sa=d((({className:e,title:t,typeForm:l="",sections:r=[],button:s,link:d,endpoint:m,additionalParams:u,isContacts:p,data:g,...x})=>{const f=r?.flatMap((e=>e?.inputs))||[],b=la(f,l),[y,v]=n(""),w=i((async(e,t)=>{const n=ma(f,e),a=(i=tn(n),e=>e&&Object.entries(i).flatMap((([t,l])=>l(e[t])))||[]);var i;if(a(e)?.length)return"Fail";const r=Jn({...e,...u}),s=await ra.send(r,"lead"===m)?"OK":"Fail";if(v(s),s){(e=>{const{open:t,close:l}=de();return{open:(l={})=>t(o(Yt,{...e}),l),close:l}})({responseType:s,typeForm:l}).open()}if("OK"===s&&g){const e=Lt();Pt({aspectsAttributes:g,aspects:e,ev:t})}return s}),[]),[,{field:k,onSubmit:S,reset:C}]=Et(b,{onSubmit:w}),T=da(f)?.name;return a((()=>{"OK"===y&&(v(""),C())}),[y]),c(Ft,{className:h("container space-y-m",e),title:t,...x,children:[c("form",{onSubmit:S,children:[r.map(((e,t)=>c("div",{className:h(ca(e.columns),"grid gap-x-m"),children:[oa(e.title),(e?.inputs||[])?.map(Qn(k,l))]},`section-${t}`))),ia(T?k("consentDataProcessing"):void 0,d,s)]}),p?c("div",{className:"space-y-m",children:[o(N,{headingType:"h6",title:"Или свяжитесь с нами удобным способом",className:"@xl:text-center"}),c("div",{className:"flex sm:justify-center gap-xl",children:[c("a",{className:"flex gap-s items-center text-primary-text no-underline",href:"tel:8 (800) 200-78-70","aria-label":"телефон 8 (800) 200-78-70",children:[o(le,{image:{icon:"PhoneIcon"},width:"24",height:"24"}),o("span",{children:"8 (800) 200-78-70"})]}),c("a",{className:"flex gap-s items-center text-primary-text no-underline","aria-label":"почта ved@rshb.ru",href:"mailto:ved@rshb.ru",children:[o(le,{image:{icon:"MailIcon"},width:"24",height:"24"}),o("span",{children:"ved@rshb.ru"})]})]})]}):null]})})),oa=e=>e?o("div",{className:"@xl:text-center @xl:col-span-2 mb-m",children:o(ze,{size:"text-h6",children:e})}):null,ca=e=>2===e?"@xl:grid-cols-2":"",da=e=>e?.find((e=>"consentDataProcessing"===e?.name)),ma=(e,t)=>e.filter((e=>e)).filter((e=>!e?.condition||e?.condition.values.find((l=>{const n=t?.[e?.condition?.name??""];return"secondaryPhone"===e.name?Boolean(t.secondaryPhone):l===(n?.key??n)})))),ha=d((({title:e,description:t})=>{const l=we();return c("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[o(le,{image:{icon:"MagnifierIcon",iconVersion:"normal"},width:"120",height:"120"}),o(S,{title:e,description:t,headlineVersion:l?"L":"S",isEmbedded:!0,className:"space-y-s"})]})})),ua=(e=!1)=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",pa=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`});function ga(e,{sensitivity:t,rootRef:l}={}){const n=s(null),i=r((()=>({threshold:xa(t),root:l?.current})),[t,l?.current]);return a((()=>{if(!n.current)return;const t=new IntersectionObserver(e,i);return t.observe(n.current),()=>{t.disconnect()}}),[e,i]),n}function xa(e=0){const t=Math.round(10*e);return Array.from({length:t}).fill(0).map(((e,l)=>Math.min(l/t)),1).concat(1)}const fa=d((({className:e,style:t,idx:l,activeIndex:n,observerOptions:a,children:r,onIntersection:s})=>{const c=ga(i((e=>{e.length&&s&&s(l||0,e[e.length-1])}),[s,l]),a);return o("div",{className:h("inline-block snap-always box-border",e),style:t,"aria-current":Boolean(l===n),ref:c,role:"listitem",children:r})})),ba=["min-w-full","lg:min-w-[50%]","lg:min-w-[33.3%]","lg:min-w-[25%]"],ya=d((({className:e,itemClassName:t,containerRef:l,activeIndex:n,visibleItemCount:a=0,gap:r=0,padding:c=0,listType:d="horizontal-list",snapAlign:m="snap-center",minHeight:u,children:p,onVisibleItemsChange:g,onVisibleIndicesChange:x})=>{const f={sensitivity:1,rootRef:l},b=s([]),y=i(((e,t)=>{const l=[...b.current||[]];l[e]=t,b.current=l,g&&g(l),x&&x(Na(l))}),[g,x]),v=a>0?r*Number(a)-1:0,N="vertical-list"===d,w="horizontal-list"===d,k={...w?va(c,v):{},...N?pa(u):{},gap:`${r}px`};return o("div",{className:h("box-border overflow-auto no-scrollbar",d,e),style:k,ref:l,role:"list",children:(S=(e,l)=>o(fa,{className:h(m,a?ba[a-1]:"",{"h-full":N},t),style:w?va(c/4):{},activeIndex:n,idx:l,observerOptions:f,onIntersection:y,children:e},String(l)),e=>null==e?e:Array.isArray(e)?e.map(S):S(e,0))(p)});var S})),va=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),Na=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),wa={"horizontal-list":"w-6","vertical-list":"h-6"},ka=({activeIndex:e,onClick:t,listType:l="horizontal-list"})=>(n,a)=>o("div",{className:h("cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white",a===e?wa[l]:"w-2 h-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>t(a)},String(a)),Sa=({activeIndex:e,onClick:t})=>(l,n)=>{const a=n===e,i=a?"min-w-[350px] bg-white shadow-dark-blue border-none p-6":"min-w-72 ease-in duration-300 bg-white/10 px-xl py-lg hover:backdrop-blur",r=a?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=a?"text-l":"text-m group-data-secondary:text-white/80";return c("button",{type:"button",onClick:()=>t(n),"aria-label":l?.title,className:h("max-h-28 mt-xs ml-xs relative px-xl box-border overflow-hidden text-left grow basis-0 border border-gray group-data-secondary:border-white/50 whitespace-nowrap",i),children:[o("div",{className:r,children:l?.title}),o("div",{className:h("text-secondary-text font-light",s),children:l?.description})]},String(n))},Ca=e=>e,Ta=(e=Ca)=>t=>t.reduceRight(((t,l)=>e(t)>e(l)?t:l)),Ia=Ta(),Ba=(e=Ca)=>Ta((t=>-e(t))),Pa=Ba(),Ma=e=>t=>e.scrollWidth/t,Ra=e=>(t,l)=>{e.scrollBy({left:l*Ma(e)(t),behavior:"smooth"})},Va=({itemCount:e,onVisibleIndicesChange:t})=>{const l=s(null),[a,r]=n([]),o=i((e=>{r((t=>{return(l=t)===(n=e)||Boolean(l&&n&&l?.length===n?.length&&l.every(((e,t)=>e===n[t])))?t:e;var l,n})),t&&t(e)}),[t]),[c,d]=a.length?[Ba()(a),Ta()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;l.current&&(m?Ra(l.current)(e,-1):(t=l.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{l.current&&(h?Ra(l.current)(e,1):l.current.scrollTo({left:0,behavior:"smooth"}))}),[e,h]),g=i(((e,t={behavior:"smooth",block:"nearest",inline:"center"})=>{l?.current&&l.current.children[e]?.scrollIntoView(t)}),[l]);return[l,{scrollLeft:u,scrollRight:p,scrollTo:g,canScrollLeft:m,canScrollRight:h,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},za={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},Da=d((({className:e="",activeIndex:t=0,dotCount:l=0,listType:n="horizontal-list",version:r,navButtons:s=[],containerRef:c,containerScroll:d})=>{const m=we(),[u,p]=Va({itemCount:s.length}),g=Aa(Boolean(s?.length));a((()=>{s?.length&&t>=0&&u?.current&&p.scrollTo(t,g)}),[t]);const x=i((e=>{e!==t&&c?.current&&d?.scrollTo(e,g)}),[c?.current]);return s?.length&&!m?o(ya,{containerRef:u,snapAlign:"snap-start",itemClassName:"h-36 flex items-stretch w-screen",gap:8,children:s.map(Sa({activeIndex:t,onClick:x}))}):l?o("div",{className:h("flex gap-xs",za[n],r?"group":"",e,{"pb-xl":s?.length&&m}),"data-ver":r,children:Array.from({length:l}).fill(null).map(ka({activeIndex:t,onClick:x,listType:n}))}):null})),Aa=(e=!1)=>({behavior:e?"auto":"smooth"}),_a=d((({className:e,disabled:t,...l})=>o(be,{rounded:!0,className:h("group/btn w-12 h-12 min-h-12 max-h-12 flex items-center justify-center shadow-main-black",t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main",e||""),disabled:t,...l,children:o(le,{className:"w-4 h-4 min-w-4 min-h-4 rounded-full box-border",image:{icon:"ArrowLeftIcon",iconVersion:"black"},imageClassName:"group-hover/btn:text-primary-main",width:"16",height:"16"})}))),$a=d((e=>o(_a,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),ja=d((e=>o(_a,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),La="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",Oa=d((({className:e,scroll:t,hasBlur:l,arrowsPadded:n,isBottom:a})=>{const{canScrollLeft:i,canScrollRight:r,scrollLeft:s,scrollRight:d}=t,m=n&&!a;return c("div",{className:e,children:[l?Ea(t):null,i?o($a,{className:h(Fa(a),m?"left-1":"left-0"),onClick:s}):null,r?o(ja,{className:h(Fa(a),m?"right-1":"right-0"),onClick:d}):null]})})),Ea=e=>c("div",{children:[e.canScrollLeft?o("div",{className:h(La,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?o("div",{className:h(La,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),Fa=(e=!1)=>h("absolute z-40",e?"bottom-[56px]":"top-[calc(50%-24px)]"),Ua=d((({className:e,version:t,gap:l=14,padding:n=16,visibleItemCount:a=1,listType:i="horizontal-list",snapAlign:r,minHeight:s,showArrows:d,hasBlur:m,arrowsPadded:u,showDots:p,children:g,onVisibleIndicesChange:x,navButtons:f})=>{const b=Array.isArray(g)?g.length:0,[y,v]=Va({itemCount:b,onVisibleIndicesChange:x}),[N]=v.visibleIndicesRange;return c("div",{className:h(e,"vertical-list"===i?"relative h-full":""),children:[o(ya,{containerRef:y,activeIndex:N,visibleItemCount:a,gap:l,padding:n,listType:i,snapAlign:r,minHeight:s,onVisibleIndicesChange:v.handleVisibleIndicesChange,children:g}),o(Oa,{className:h(!d&&"hidden lg:block"),scroll:v,hasBlur:m,arrowsPadded:u,isBottom:Boolean(f?.length)}),o(Da,{className:h(!p&&"lg:hidden"),activeIndex:N,dotCount:b,listType:i,version:t,navButtons:f,containerRef:y,containerScroll:v})]})})),Wa=({blocksToRender:e,...t})=>o(Ua,{visibleItemCount:0,gap:0,arrowsPadded:!0,children:P(e,{...t.options,parent:t.block,renderProps:(e,t,l)=>o("div",{className:h("relative min-w-80",ua(!0)),children:I(e,t)},String(l))})}),Ha=e=>e%2!=0,Ka=d((({textNode:e,iconNode:t,tag:l,onClick:n,justifyContent:a="between",className:i,role:r,...s})=>c(l,{tag:l,className:h("flex items-center w-full gap-1","between"===a?"justify-between":"justify-center",i),onClick:n,role:r,...s,children:[e?o("div",{children:e}):null,t?o("div",{children:t}):null]}))),qa=d((({className:e="",label:t,icon:l,dataTheme:n="pc",disabled:a=!1,onClick:i})=>o(Ka,{tag:"button",onClick:i,disabled:a,"data-theme":n,justifyContent:"center",role:"button",className:h("py-4 border border-transparent outline-none focus:border-primary-text space-x-s",a?"bg-main-divider text-main-disabled hover:bg-main-divider":"bg-primary-main text-white hover:bg-primary-hove",e),textNode:o(ze,{size:"text-h4",children:t}),iconNode:l?o(le,{image:{icon:l,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),Xa=({isUnfolded:e,onToggle:t})=>o(qa,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),Ya=d((({className:e="",isFoldButtonOnTop:t=!1,unfoldedByDefault:l=!1,renderFoldableSection:a,renderFoldButton:r})=>{const[s,o]=n(l),d=i((()=>{o((e=>!e))}),[]),m=a({isUnfolded:s,onToggle:d}),h=r?r({isUnfolded:s,onToggle:d}):null;return c("div",t?{className:e,role:"group",children:[h,m]}:{className:e,role:"group",children:[m,h]})}));const Ga=d((({className:e="",isUnfolded:t,children:l})=>{const n=s(null),i=function(e,t){const l=s(null);return a((()=>{const t=l?.current;if(!t)return;const n=new ResizeObserver((l=>{e(t,l[0])}));return n.observe(t),()=>{n.disconnect()}}),[e,...t]),l}((e=>{n.current&&(n.current.style.maxHeight=t?`${e.scrollHeight}px`:"")}),[t]);return o("div",{ref:n,className:`transition-max-h duration-300 overflow-hidden ${n.current||!t?"max-h-0":""} `,children:o("div",{className:e,ref:i,children:l})})})),Qa=["ArrowDownIcon","ArrowUpIcon"],Ja="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs",Za=({topItemsCount:e=0,label:t="",block:l,blocksToRender:n=[],...a})=>{const[i,r]=e>0?[n.slice(0,e),n.slice(e)]:[n,[]];return c("div",{className:h("space-y-2xs",{hidden:!n.length}),children:[c("div",{className:h(Ja),children:[P(i,{...a.options,parent:l}),Ha(i.length)?o(vt,{className:"col-span-6",...a}):null]}),o(Ya,{renderFoldableSection:({isUnfolded:e})=>c(Ga,{className:h(Ja),isUnfolded:e,children:[P(r,{...a.options,parent:l}),Ha(r.length)?o(vt,{className:"col-span-6",...a}):null]}),renderFoldButton:({isUnfolded:l,onToggle:n})=>o(qa,{className:h({hidden:e<1}),disabled:!r?.length,label:t,icon:Qa[Number(l)],dataTheme:a.options?.page?.colorPalette,onClick:n})})]})},ei=d((({blocksSection:e,blocksToRender:t=[],notFound:l,...n})=>{switch(e?.view){case"grid":return c("div",{children:[ti(l,t),Za({...e,...n,blocksToRender:t})]});case"carousel":return c("div",{className:"relative",children:[ti(l,t),Wa({...n,blocksToRender:t})]});default:return null}})),ti=(e,t)=>e&&!t.length?o(ha,{...e}):null,li=e=>t=>t.reduce(((t,l,n)=>t.length?t.concat({...e,key:`sep-${n}`},l):[l]),[]),ni=d((({value:e,onChange:t,items:l=[],multiple:n})=>l.map((l=>o($n,{text:l?.title,value:[e].flatMap((e=>e)).includes(l.value),onChange:()=>(l=>{if(!t)return;const a=e?.includes(l);t(n?a?(e||[]).filter((e=>e!==l)):[...e||[],l]:a?[]:[l])})(l.value),type:n?"checkbox":"radio"},l.value))))),ai=d((({children:e,filtrationSchema:t,resetButton:l,field:n,reset:a})=>c("form",{className:"flex flex-col @4xl:flex-row justify-between bg-white p-4xl gap-s @4xl:gap-0",children:[c("div",{className:"flex flex-col @4xl:flex-row gap-xl",children:[e,li(o("div",{className:"h-full w-px bg-gray hidden @4xl:block"}))(Object.entries(t).map(ii(n)).filter(Boolean))]}),l?o("div",{children:o(Kt,{type:"reset",className:"w-full @4xl:w-56 @4xl:ml-s",onClick:a,children:l?.text})}):null]}))),ii=e=>([t,l])=>{const n=l?.type;return"array"===n?ri(t,e)(l):null},ri=(e,t)=>l=>{const n=l?.items?.enum?.map(((e,t)=>({value:e,title:l?.items?.enumNames?.[t]||""})))||[];return c("div",{className:"flex-1",children:[l?.title?o("div",{className:"mb-m",children:o(ze,{size:"text-m",font:"font-medium",color:"text-primary-text",children:l.title})}):null,o(ni,{items:n,multiple:!l?.single,...t(e)})]},e)};function si(e,...t){return e.map(((e,l)=>[e,...t.map((e=>e[l]))]))}const oi=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,ci=(e,t)=>Object.entries(e).map((([l,n])=>"number"==typeof n?Array.isArray(t[l])?((e,t)=>l=>oi(t[e])||oi(l[e])||l[e]?.includes(t[e]))(l,e):((e,t)=>l=>oi(t[e])||oi(l[e])||di(t[e])<=di(l[e]))(l,e):"object"==typeof n&&"min"in n&&"max"in n?((e,t)=>l=>oi(t[e])||oi(l[e])||di(t[e]?.min)>=di(l[e]?.min)&&di(t[e]?.min)<=di(l[e]?.max))(l,e):Array.isArray(n)?((e,t)=>l=>oi(t[e])||oi(l[e])||t[e]?.every((t=>l[e]?.includes(t))))(l,e):((e,t)=>l=>oi(t[e])||oi(l[e])||t[e]===l[e])(l,e))).every((e=>e(t))),di=e=>Number(e||0),mi=(e,{block:t,page:l,normalize:n=Ot})=>{const a=t?.blocks||[],[i,{field:s,reset:o,update:c}]=Et(e),d=r((()=>si(a,a.map((e=>xt(e.content,l?.fallback))))),[a,l?.fallback]),m=i===e?a:((e,t)=>(l=Ot)=>e?.filter((([,e])=>ci(t,l(e)||{}))).map((([e])=>e)))(d,i)(n);return[i,{blocksToRender:m,blocksWithProps:d},{field:s,reset:o,update:c}]},hi={},ui={},pi=bt((({className:e,filtrationSchema:t=hi,consumerField:l={},resetButton:n,...a})=>{const[,{blocksToRender:i},{field:r,reset:s}]=mi(ui,{block:a.block,page:a.options?.page}),d=o(bl,{className:"w-64",label:l?.title,options:gi(l),...r("consumer",{parse:({key:e})=>[e],format:([e]=[])=>gi(l).find((t=>t.key===e))||{key:""}})});return c(g,{className:h(e),defaultPadding:"p-0",version:"transparent",...a,children:[o(ai,{filtrationSchema:t,field:r,reset:s,children:c("div",{children:[d,o("div",{children:o(Kt,{type:"reset",className:"mt-lg w-64",onClick:s,version:n?.version,children:n?.text})})]})}),o(ei,{blocksToRender:i,...a})]})}),{childrenTypes:["CarouselTariffsCard"],childSchema:e=>({...e?.filtrationSchema,...e?.consumerField?{consumer:e?.consumerField}:{}})}),gi=e=>si(e.items?.enum||[],e.items?.enumNames||[]).map((([e,t])=>({key:e,text:t}))),xi=(e=!1)=>e?"text-left":"text-center",fi={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},bi=d((({className:e,defaultIconSize:t=44,iconBgVersion:l="primary",size:n,icon:a,...i})=>{const r=String(n?.width||t);return a?o("div",{style:{width:`${r}px`,height:`${r}px`},className:h("rounded-icon object-fit flex justify-center items-center",fi[l],e),children:o(H,{...i,width:"54%",height:"54%",name:a})}):null})),yi=d((({className:e="",title:t,benefitList:l,...n})=>{const a=we();return c(g,{className:e,defaultPadding:"p-6xl",...n,children:[t?o(N,{headingType:"h3",as:"h2",className:xi(a),title:t}):null,l?.length?o("div",{className:"flex flex-col @md:flex-row flex-wrap w-full @md:justify-center mt-xl gap-5xl",role:"list",children:l.map(vi)}):null]})})),vi=({label:e,description:t,__html:l,icon:n,isDotted:a=!1,iconBgVersion:i},r)=>c("div",{className:"flex gap-m items-center @md:basis-1/2 @md:max-w-[500px]",role:"listitem",children:[n?.icon?o(bi,{className:"shrink-0",iconBgVersion:i,...n}):null,n?.src?o(le,{className:"shrink-0",image:n}):null,e?c("div",{className:"@sm:h-full space-y-xs",children:[o(N,{headingType:"h6",children:e}),o(ze,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),l?o(Re,{__html:l,isDotted:a,itemSize:"list-s"}):null]}):null]},String(r)),Ni=e=>({icon:t,title:l,description:n},a)=>c("div",{className:h("flex flex-col gap-1","items-center",{"justify-center":!n&&!l}),children:[l?o(ze,{size:"text-h6",font:"font-normal",align:e,children:l}):null,t?o(le,{image:t,height:"180",className:"w-auto mx-auto"}):null,n?o(ze,{size:"text-h6",font:"font-normal",align:e,children:n}):null]},String(a)),wi=(e,t,l)=>o("div",{className:`grid gap-2xs ${ki(t)}`,children:e.map(Ni(l))}),ki=e=>{switch(e){case"3":return"grid-cols-3";case"4":return"grid-cols-4";default:return"grid-cols-5"}},Si=d((({bonusBenefits:e,cardTextAlign:t="text-center",className:l="",columnsCount:n="4",subtitle:a,title:i,...r})=>c(g,{className:h("space-y-3xl",l),defaultPadding:"p-6xl",...r,children:[o(S,{defaultPadding:"",title:i,description:a,headlineVersion:"M"}),e?.length?wi(e,n,t):null]}))),Ci={start:"justify-start",center:"justify-center",end:"justify-end"},Ti=d((({buttons:e,className:t="",align:l,...n})=>{const a=l?h("flex",Ci[l]):"";return o(g,{className:h("!bg-transparent",a,t),defaultPadding:"p-0",...n,children:He(e)})})),Ii=d((({className:e,title:t,children:l,...n})=>c(g,{className:h("space-y-xl",e),defaultPadding:"p-4xl",...n,children:[t?o(N,{className:"text-center",title:t}):null,l]}))),Bi="flex flex-col justify-between @4xl:flex-row",Pi="gap-x-s gap-y-7 @xl:gap-y-4xl",Mi="gap-7 @xl:gap-y-4xl",Ri="flex flex-col lg:max-w-80 gap-2xl border-b border-b-main-divider @xl:border-none pb-3xl @xl:pb-0",Vi="flex flex-col gap-y-xl",zi=d((({className:e,title:t,value:l,fractionDigits:n,fixed:a,prefix:i,postfix:r,color:s="text-secondary-text"})=>c("div",{className:h("flex justify-between @xl:flex-col",e),children:[t?o(ze,{size:"text-l",font:"font-light",color:s,children:t}):null,o("div",l?{children:o(ze,{size:"text-h3",children:[i,Ye(n,{fixed:a})(l),r].filter(Boolean).join(" ")})}:{children:o(ze,{size:"text-h3",children:"-"})})]}))),Di=(e,t)=>e?o(w,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:e},String(t)):null,Ai=d((({rate:e=0,title:t="Ставка",unit:l,fractionDigits:n=2,depositeName:a,isShowDepositeName:i,color:r="text-secondary-text"})=>c("div",{children:[o(ze,{size:"text-l",font:"font-light",color:r,children:t}),c("div",{className:"relative",children:[c("div",{className:"flex @xl:justify-center gradient-color-text",children:[o("span",{className:"font-mohave text-title-huge -mt-m tracking-[-15px]",children:Ye(n,{fixed:!0})(e)}),l?o("span",{className:"text-7xl mt-5",children:l}):null]}),a&&i?o("div",{className:"absolute bottom-2 w-full text-left whitespace-nowrap",children:a}):null]})]}))),_i=d((({title:e="Ставка",isUnavailableByTerm:t=!1})=>c("div",{className:"space-y-s min-w-96",children:[o(ze,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o(H,{className:"w-10 h-10 @5xl:h-auto @5xl:w-40",name:"PercentIcon"}),o("div",{className:"w-64",children:t?c(w,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",o("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):o(w,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),$i=({title:e="Ставка",rate:t=0,unit:l="%",fractionDigits:n=2,isUnknownRateShown:a=!0,color:i="text-secondary-text",children:r,...s})=>a&&0===t?o(_i,{title:e,...s}):c("div",{className:"flex flex-col",children:[o("div",{className:"hidden @xl:block min-w-96",children:o(Ai,{title:e,rate:t,unit:l,fractionDigits:n,color:i,...s})}),o(zi,{className:"@xl:hidden",title:e,value:t,postfix:l,fractionDigits:n,fixed:!0,color:i,...s}),r]}),ji=({isShowItems:e=!0,step:t=1e3,postfix:l="₽",...n})=>o(Sn,{items:e?[`От ${Ye(1)(n.min||0)} ${l}`,`До ${Ye(1)(n.max||0)} ${l}`]:[],step:t,...n}),Li={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Oi={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Ei=(e,t)=>{const{travelExpenseValue:l,restExpenseValue:n}=e,[a,i]=((e,t,l)=>{const{maxBonus:n=5e3,prefMonthsNum:a=Li.prefMonthsNum,prefTravelBonusRate:i=Li.prefTravelBonusRate,prefRestBonusRate:r=.01,travelBonusRate:s=.015,restBonusRate:o=.01}=e,c=Math.min(Math.round(i*t)+Math.round(r*l),n);return[c,c*a+Math.min(Math.round(s*t)+Math.round(o*l),n)*(12-a)]})(t||Oi,l,n);return{...t,...e,monthBonus:a,yearBonus:i}},Fi=bt((({className:e="",title:t,calcSource:l,buttons:n,footnote:a,...i})=>{const[r,{field:s}]=Et({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:d,maxSumTravel:m,minSumOther:u,maxSumOther:p,monthBonus:g,yearBonus:x}=Ei(r,l);return o(Ii,{className:e,title:t,...i,children:c("section",{className:h(Bi,Pi,e),children:[c("div",{className:Ri,children:[ji({title:"Сумма покупок в категории путешествия, ₽",min:d,max:m,step:500,isShowItems:!1,...s("travelExpenseValue")}),ji({title:"Сумма покупок в остальных категориях, ₽",min:u,max:p,step:500,isShowItems:!1,...s("restExpenseValue")})]}),o("div",{className:"mb-s",children:g>=0?$i({title:"Баллов за месяц",rate:g,fractionDigits:0,isUnknownRateShown:!1,unit:"",color:"text-primary-text"}):null}),c("div",{className:Vi,children:[x>=0?o(zi,{title:"Баллов за год",value:x,color:"text-primary-text"}):null,He(n,{isVertical:!0}),Di(a)]})]})})})),Ui=Math.round(29.5),Wi=(e,t=0)=>e?.sum?e.sum:t,Hi=(e,t=0)=>e?.period&&e.period>=1&&e.period<=60?e.period:t,Ki=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,qi={horizontal:"gap-5xl",vertical:"flex-col gap-s"},Xi=d((({items:e,checkedItem:t,className:l,onChange:n,disabled:a=!1,orientation:i="horizontal"})=>o("div",{className:h(`flex ${qi[i]}`,l),role:"radiogroup","aria-label":"Группа кнопок",children:e?.map((({id:e,text:l})=>o(tl,{isRadio:!0,text:l,value:t===e,onChange:()=>n&&n(e),disabled:a},String(e))))}))),Yi=({items:e,title:t,mobileTitle:l=t,orientation:n="horizontal",value:a,onChange:i,...r})=>c("div",{className:"grid gap-s whitespace-nowrap",children:[t?o("div",{className:"hidden @5xl:block",role:"radiogroup","aria-label":t,children:o(ze,{color:"text-secondary-text",font:"font-light",children:t})}):null,l?o("div",{className:"@5xl:hidden",role:"radiogroup","aria-label":l,children:o(ze,{color:"text-secondary-text",font:"font-light",children:l})}):null,o(Xi,{orientation:n,items:e,checkedItem:e[a?0:1].id,onChange:t=>i&&i(t===e[0].id),...r})]}),Gi=e=>Yi({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),Qi=" (c капитализацией)",Ji=({income:e,finalSum:t,postfix:l="₽",buttons:n=[],footnotes:a=[],isCapitalization:i=!1})=>c("div",{className:Vi,children:[o(zi,{title:`Доход в конце срока${i?Qi:""}`,value:e,postfix:l,prefix:"+"}),o(zi,{title:`Сумма в конце срока${i?Qi:""}`,value:t,postfix:l}),He(n,{isVertical:!0}),a?.map(Di)]}),Zi=([e,t],l,n=[])=>l&&l[e]&&l[t]?{[e]:l[e],[t]:l[t]}:er([e,t],n),er=([e,t],l=[])=>({[e]:l.length?Pa(l.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:l.length?Ia(l.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),tr=(e,[t,l],n)=>e>=n[t]&&e<=n[l],lr={UL:"businessdepositrates",IP:"selfemployeddepositrates"};const nr={minSum:1e3,maxSum:100000001,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},ar=(e,t)=>{const{daysValue:l,moneyValue:n,isPartialWithdrawal:a,isReplenished:i,isMonthlyInterestPayment:r}=e,s=i||a,o=l<90||l>730,c=function(e){const t=e?.rateType?lr[e?.rateType]:"",{data:l}=hn(t?`/api/v1/depositrates/${t}`:null,ht);return Array.isArray(l)?l:[]}(t);if(l<=30)return{...nr,...e,isDisabledOperatingDeposit:o,isUnavailableByTerm:!0};const d=c?.find((e=>r===e.isMonthlyInterestPayment&&ir(s,e)&&tr(n,["minSum","maxSum"],e)&&tr(l,["minDays","maxDays"],e)))||nr,{rate:m}=d,h=rr(m,e),u=n+h,p=c||[nr];return{...d,...er(["minSum","maxSum"],p),...er(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:o,income:h,finalSum:u}},ir=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,rr=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,daysValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a/30)-n):Math.round(n*e*a/365/100)},sr=bt((({className:e="",title:t,buttons:l,footnote:n,bottomFootnote:a,isShowDepositeName:i,defaultParams:r,rateParams:s,...d})=>{const[m,{field:u}]=Et({moneyValue:Wi(r,1e5),daysValue:Hi(r,60),isReplenished:Boolean(r?.isReplenished),isPartialWithdrawal:Boolean(r?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment)}),p=ar(m,s),{income:g,finalSum:x,rate:f,isUnavailableByTerm:b,depositeName:y}=p;return o(Ii,{className:e,title:t,...d,children:c("section",{className:h(Bi,Pi,e),children:[c("div",{className:Ri,children:[ji({title:"Сумма, ₽",min:p.minSum,max:p.maxSum,...u("moneyValue"),value:p.moneyValue}),(v={title:"Срок, дней",min:p.minDays,max:p.maxDays,...u("daysValue"),value:p.daysValue},o(Sn,{items:[`От ${Ki(v.min||0)}`,`До ${Ki(v.max||0)}`],step:1,...v})),c("div",{className:"flex flex-col sm:flex-row gap-y-m gap-x-5xl",children:[or(p,u),Gi({title:"Выплата процентов",orientation:"vertical",...u("isMonthlyInterestPayment"),className:"sm:flex-col"})]})]}),$i({rate:f,depositeName:y,isShowDepositeName:i,isUnavailableByTerm:b}),Ji({income:g,finalSum:x,buttons:l,footnotes:[n,a]})]})});var v})),or=(e,t)=>c("div",{className:"space-y-s",children:[o(ze,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),c("div",{className:"flex flex-col gap-y-lg sm:gap-y-s",children:[o(tl,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),o(tl,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),cr=e=>dr([(e,t)=>e>t,(e,t)=>e?.minSum<t?.minSum],e),dr=(e,t)=>{if(!t?.length)return;const l=t?.reduce(((t,l)=>e[0](l.rate,t[0].rate)?[l]:l.rate===t[0].rate?[...t,l]:t),[t[0]]);return l.length>1?l.reduce(((t,l)=>e[1](l,t)?l:t),l[0]):l[0]},mr=({min:e=0,max:t=0,availableMonths:l,...n})=>o(Sn,{items:[`От ${hr(e)}`,`До ${hr(t)}`],step:1,...l?.length?{list:l}:{min:e,max:t},...n}),hr=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,ur=e=>Yi({...e,className:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),pr=({field:e,defParams:t,calcParams:l,map:n,monthsValue:a="maxMonths"})=>{Object.entries(n).forEach((([l,n])=>{e?.(l)?.onChange?.(t?.[n])})),e?.("monthsValue")?.onChange?.(yn(t?.[a],l.minMonths,l.maxMonths))},gr=(e,t)=>{const{isAnnuity:l,moneyValue:n,monthsValue:a,moneyExtra:i}=t;if(0===e)return 0;if(l){const t=e/1200;return i?(n+i)*(t+t/(Math.pow(1+t,a)-1)):n*(t+t/(Math.pow(1+t,a)-1))}return Math.round(n/a)+n*(e/1200)},xr={minSum:1e4,maxSum:5e6,minMonths:1,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},fr=e=>br({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&br({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&br({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&br({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),br=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],yr=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=t?.rateRows||[xr],r=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>fr({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:s,maxSum:o}=Zi(["minSum","maxSum"],r,i),{minMonths:c,maxMonths:d}=Zi(["minMonths","maxMonths"],r,i),m=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a})=>e?.find((e=>fr({row:e,userInputParams:t,paramsViewSettings:l})&&tr(n,["minSum","maxSum"],e)&&tr(a,["minMonths","maxMonths"],e)))||xr)({rateRows:i,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a}),{rate:h}=m,u=gr(h,e);return{...m,...e,minSum:s,maxSum:o,minMonths:c,maxMonths:d,moneyValue:n,monthsValue:a,monthlyPayment:u}},vr=(e={})=>Boolean(Object.values(e).filter((e=>e)).length),Nr={isSalaryClient:"isSalaryClient",isStateEmployee:"isStateEmployee",isPensionClient:"isPensionClient",isInsurance:"isInsurance",moneyValue:"maxSum"},wr=bt((({className:e,title:t,calcSource:l,buttons:n,footnote:i,paramsViewSettings:r,defaultParams:s,...d})=>{const m=(u=l?.rateRows,dr([(e,t)=>e<t,(e,t)=>e?.maxSum>t?.maxSum],u));var u;const[p,{field:g}]=Et({moneyValue:Wi(s,2e5),monthsValue:Hi(s,Ui),isAnnuity:Boolean(s?.isAnnuity),isInsurance:Boolean(s?.isEnableInsurance),isSalaryClient:Boolean(s?.isEnableSalaryClient),isPensionClient:Boolean(s?.isEnablePensionClient),isStateEmployee:Boolean(s?.isEnableStateEmployee)}),x=yr(p,l,r),f=ur({title:"Тип платежа",orientation:"vertical",...g("isAnnuity")}),{onChange:b}=g("moneyValue"),{onChange:y}=g("monthsValue");return a((()=>{b&&b(yn(p.moneyValue,x.minSum,x.maxSum))}),[x.minSum,x.maxSum]),a((()=>{y&&y(yn(p.monthsValue,x.minMonths,x.maxMonths))}),[x.minMonths,x.maxMonths]),a((()=>{!vr(s)&&m&&pr({field:g,defParams:m,calcParams:x,map:Nr,monthsValue:"minMonths"})}),[l,s]),o(Ii,{className:e,title:t,...d,children:c("section",{className:h(Bi,Mi,e),children:[c("div",{className:Ri,children:[ji({title:"Сумма кредита, ₽",step:500,min:x.minSum,max:x.maxSum,...g("moneyValue"),value:x.moneyValue}),mr({title:"Срок кредита, месяцев",min:x.minMonths,max:x.maxMonths,...g("monthsValue"),value:x.monthsValue}),kr({...x,...r},g),o("div",{className:"sm:hidden",children:f})]}),c("div",{className:h(Vi,"@4xl:w-1/2"),children:[o(zi,{title:"Ежемесячный платёж",value:x.monthlyPayment,postfix:"₽"}),o("div",{className:"hidden sm:block mb-lg",children:f}),He(n,{isVertical:!0}),Di(i)]})]})})})),kr=(e,t)=>c("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?o(tl,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?o(tl,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?o(tl,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?o(tl,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),Sr=(e="rub")=>"rub"!==e,Cr=e=>{const t=[...e];t.sort((([e],[t])=>e-t));let l=1;for(;l<t.length;){const[e,n]=t[l-1],[a,i]=t[l];n>=a?t.splice(l-1,2,[e,Math.max(n,i)]):l++}return t},Tr={minSum:5e4,maxSum:100000001,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0,isReplenish:!1,isWithdrawn:!1,type:""},Ir=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=t?.[0]?Mr(t[0].minMonths,t[0].maxMonths):0,r=!l?.isShowMonthlyInterestPayment,s=!l?.isShowRemoteRegistration,o=!l?.isShowReplenish,c=!l?.isShowWithdrawn,d=t?.find((t=>Pr({row:t,userInputParams:e,paramKey:"isReplenish",isExclude:o})&&Pr({row:t,userInputParams:e,paramKey:"isWithdrawn",isExclude:c})&&Pr({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:r})&&Pr({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:s})&&tr(n,["minSum","maxSum"],t)&&tr(a||i,["minMonths","maxMonths"],t)))||Tr,{rate:m}=d,h=Br(m,e),u=n+h,p=t||[Tr];return{...d,...er(["minSum","maxSum"],p),...er(["minMonths","maxMonths"],p),availableMonths:Cr(p.map((e=>[e.minMonths,e.maxMonths]))).flatMap((([e,t])=>((e,t,l=1)=>Array.from({length:Math.abs(t-e)/l+1},((n,a)=>t>=e?e+a*l:e-a*l)))(e,t))),...e,defaultMonth:i,income:h,finalSum:u}},Br=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,monthsValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a)-n):Math.round(n*e*30*a/365/100)},Pr=({row:e,userInputParams:t,paramKey:l,isExclude:n})=>n||t[l]===e[l],Mr=(e,t)=>e+Math.round((t-e)/2),Rr=(e,t)=>{const l="rub"!==e?.currency?.key;return c("div",{className:"grid gap-lg",children:[c("div",{className:"flex gap-lg",children:[e.isShowReplenish?Yi({title:"Пополнение",...t("isReplenish"),value:e.isReplenish,orientation:"vertical",items:[{id:"withReplenish",text:"С пополнением"},{id:"withoutReplenish",text:"Без пополнения"}],disabled:l}):null,e.isShowWithdrawn?Yi({title:"Снятие",...t("isWithdrawn"),value:e.isWithdrawn,orientation:"vertical",items:[{id:"wthDrawn",text:"Со снятием"},{id:"noWithdrawn",text:"Без снятия"}],disabled:l}):null]}),o("div",{className:"border-b border-main-divider w-full"}),c("div",{className:"flex gap-lg",children:[e.isShowMonthlyInterestPayment?Gi({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment,orientation:"vertical"}):null,e.isShowRemoteRegistration?(n={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration,orientation:"vertical"},Yi({...n,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]})]});var n},Vr={isMonthlyInterestPayment:"isMonthlyInterestPayment",isRemoteRegistration:"isRemoteRegistration",isReplenish:"isReplenish",isWithdrawn:"isWithdrawn",moneyValue:"minSum"},zr={text:"₽",key:"rub"},Dr=bt((({className:e,title:t,calcSource:l,buttons:i=[],footnote:r="",paramsViewSettings:s,defaultParams:d,...m})=>{const{rows:u}=l??{},p=u?.map((e=>e.currency))??[zr],[g,{field:x}]=Et({moneyValue:Wi(d,2e4),monthsValue:Hi(d),isMonthlyInterestPayment:Boolean(d?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(d?.isRemoteRegistration),isReplenish:Boolean(d?.isReplenish),isWithdrawn:Boolean(d?.isWithdrawn),currency:zr}),f=x?.("currency")?.value,{onChange:b}=x("monthsValue"),{onChange:y}=x("moneyValue"),v=jr(u,f),[N,w]=n(cr(u?.[0]?.rates)),k=Ir(g,jr(u,f),s),S=()=>{pr({field:x,defParams:N,calcParams:k,monthsValue:"minMonths",map:Vr})},{defaultMonth:C,rate:T,income:I,finalSum:B,type:P=""}=k;a((()=>{w(cr(v))}),[f,u]),a((()=>{!g.monthsValue&&b&&b(C)}),[C]),a((()=>{y&&y(yn(g.moneyValue,k.minSum,k.maxSum))}),[k.minSum,k.maxSum,v]),a((()=>{!vr(d)&&N&&S()}),[N,d]),a((()=>{y?.(yn(g.moneyValue,k.minSum,k.maxSum)),Sr(f?.key)&&(x?.("isReplenish")?.onChange?.(!1),x?.("isWithdrawn")?.onChange?.(!1))}),[f]),a((()=>{!vr(d)&&N&&S()}),[d,v,N]);const M=T===N?.rate;return o(Ii,{className:e,title:t,...m,children:c("section",{className:h(Bi,Pi,e),children:[c("div",{className:Ri,children:[c("div",{className:"flex gap-m",children:[ji({className:"w-full",title:`Сумма, ${f?.text}`,min:k.minSum,max:k.maxSum,...x("moneyValue"),value:k.moneyValue,postfix:f?.text,step:Ar(f?.key)}),u&&u?.length>1?o(Hl,{className:"w-20",label:"Валюта",options:p,...x("currency")}):null]}),mr({title:"Срок, месяцев",min:k.minMonths,max:k.maxMonths,availableMonths:k.availableMonths,...x("monthsValue"),value:k.monthsValue}),Rr({...k,...s},x)]}),$i({rate:T,children:$r(S,M)}),Ji({income:I,finalSum:B,buttons:[...i,_r(l?.buttons,P)],footnotes:[r],postfix:f?.text,isCapitalization:x("isMonthlyInterestPayment").value})]})})})),Ar=(e="")=>Sr(e)?100:1e3,_r=(e=[],t="")=>{const{type:l,...n}=e.find((e=>e.type===t))??{};return n},$r=(e,t=!1)=>t?null:o(Kt,{type:"button",version:"secondary",onClick:e,children:"Показать максимальную ставку"}),jr=(e,t)=>{const{rates:l}=e?.find((e=>e?.currency.key===t?.key))??{};return l??e?.[0]?.rates},Lr=e=>Or({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Or({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Or=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],Er={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Fr=(e,t,l)=>{const{moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}=e,s=t?.rateRows||[Er],o=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Lr({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:c,maxSum:d}=Zi(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=Zi(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>Lr({row:e,userInputParams:t,paramsViewSettings:l})&&tr(n+r,["minSum","maxSum"],e)&&tr(i,["minSumOld","maxSumOld"],e)&&tr(r,["minSumExtra","maxSumExtra"],e)&&tr(a,["minMonths","maxMonths"],e)))||Er)({rateRows:s,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}),{rate:p}=u,g=gr(p,e),x=e.oldMonthlyPayment-g;return{...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r,monthlyPayment:g,benefit:x}},Ur=bt((({className:e="",title:t,calcSource:l,buttons:n,footnote:a,paramsViewSettings:i,...r})=>{const[s,{field:d}]=Et({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),m=Fr(s,l,i),u=ur({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...d("isAnnuity")});return o(Ii,{className:e,title:t,...r,children:c("section",{className:h(Bi,Mi,e),children:[c("div",{className:Ri,children:[ji({title:"Остаток долга в других банках, ₽ ",step:500,min:m.minSum,max:m.maxSum-m.maxSumExtra,...d("moneyValue"),value:m.moneyValue}),ji({title:"Ежемесячный платёж в других банках, ₽",step:500,min:m.minSumOld,max:m.maxSumOld,...d("oldMonthlyPayment"),value:m.oldMonthlyPayment}),mr({title:"Новый срок кредита, месяцев",min:m.minMonths,max:m.maxMonths,...d("monthsValue"),value:m.monthsValue}),Wr({...m,...i},d),m.isExtraMoney?ji({title:"Дополнительная сумма, ₽ ",step:500,min:m.minSumExtra,max:m.maxSumExtra,...d("moneyExtra"),value:m.moneyExtra}):null,o("div",{className:"sm:hidden pt-1 pb-4 border-b border-main-divider",children:u})]}),c("div",{className:h(Vi,"@4xl:w-1/2"),children:[o(zi,{title:"Ежемесячный платёж",value:m.monthlyPayment,postfix:"₽"}),m.benefit>0?o(zi,{title:"Выгода в месяц",value:m.benefit,postfix:"₽"}):null,o("div",{className:"hidden sm:block mb-lg",children:u}),He(n,{isVertical:!0}),Di(a)]})]})})})),Wr=(e,t)=>c("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?o(tl,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?o(tl,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,o(tl,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),Hr=d((e=>{const{onChange:t,min:l,max:n,defaultValue:a="0",fractionDigits:r=0,...s}=e,c=bn(e,{normalize:(e=a)=>l&&n?String(yn(Number(Kr(e)),l,n)):Kr(e),format:Ye(r)}),d=i((e=>t&&t(Kr(e))),[t]);return o(dl,{onChange:d,...s,...c})})),Kr=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),qr=d((e=>o(Hr,{...e,fractionDigits:2,children:o("div",{className:"absolute right-4 bottom-4",children:o(ze,{size:"text-xl",font:"font-light",children:"₽"})})}))),Xr={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},Yr={amount:1500},Gr=d((({className:e="",title:t="Укажите сумму перевода",label:l="Сумма перевода",button:i,formType:r="private",...s})=>{const[{amount:d},{field:m}]=Et(Yr),[u,p]=n(!1);return a((()=>{p(d<=0)}),[d]),c(g,{className:h("flex flex-col items-center",e),defaultPadding:"p-6xl",...s,children:[t?o(N,{className:"pb-lg xl:pb-4xl self-start xl:self-center",headingType:"h3",title:t}):null,c("form",{className:"w-full xl:max-w-[468px]",method:"POST",action:Xr[r],children:[o(qr,{valid:!u,label:l,max:3e5,min:1,...m("amount",{parse:Number,format:String})}),o("input",{type:"hidden",name:"amount",value:d}),i?.text?o(Kt,{className:"w-full mt-lg",type:"submit",disabled:u,children:i.text}):null]})]})})),Qr=({className:e,text:t="ХИТ"}={})=>c("div",{className:h("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[o(H,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),o(w,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),Jr="relative h-full",Zr={small:"lg:min-w-64",normal:"lg:min-w-80 xl:min-w-96",big:"lg:min-w-[515px]"},es=({noCardBorder:e,cardSize:t="normal",isNavButtons:l=!1,...n})=>{const{blocks:a}=n.block||{},i=a?.some(ns),r=l?{defaultPadding:"p-6xl pb-m"}:{};return M({...n,renderProps:(l,n,a)=>c("div",{className:ts(l,{someCardsHighlighted:i}),children:[I(l,n,{className:ls(l,{someCardsHighlighted:i,showBorder:!e,cardSize:t}),...r,blockIndex:a}),ns(l)?Qr({className:"absolute top-0 -right-4 z-40"}):null]},String(a))})},ts=(e,{someCardsHighlighted:t})=>h(Jr,t&&(ns(e)?"pt-3xl":"pt-3xl sm:pt-16")),ls=(e,{someCardsHighlighted:t,showBorder:l,cardSize:n="normal"})=>h(Jr,"min-w-80",Zr[n],t&&(ns(e)?"pt-3xl sm:pt-16":"pt-3xl"),ua(l),l&&"h-full"),ns=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,as=bt((({className:e,visibleItemCount:t=1,noCardBorder:l,arrowsPadded:n=!0,isGap:a=!0,cardSize:i="normal",isNavButtons:r=!1,...s})=>o(g,{className:h(e),defaultPadding:"p-6xl",...s,children:o(Ua,{className:h("relative max-w-full"),visibleItemCount:t,snapAlign:"snap-start",gap:a?16:0,padding:0,arrowsPadded:n,navButtons:r?is(s?.block?.blocks):[],hasBlur:!0,children:es({noCardBorder:l,cardSize:i,isNavButtons:r,...s})})})),{childrenTypes:["CarouselCard","CarouselCatalogCard","CarouselRecommendationCard","CarouselTariffsCard","RichTextBlock","ProductBlock"],childSchema:()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}})}),is=e=>e?.map((e=>{const t=e?.content;return{title:t?.title,description:t?.additionalDescription||t?.description}}))??[],rs="z-10 border border-solid w-full h-full",ss=h(rs,"absolute hidden @xl:block border-transparent"),os=d((({className:e,title:t,description:l,button:n,...a})=>o(g,{className:h("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:c("div",{className:"relative h-full",children:[o("div",{className:h(ss,"top-9 right-12 bg-green-dark")}),o("div",{className:h(ss,"top-6 right-8 bg-green")}),o("div",{className:h(ss,"top-3 right-4 bg-green-light")}),c("div",{className:h(rs,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-more-light"),children:[o(S,{title:t,description:l,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),He([n],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),cs={black:"bg-black",white:"bg-white"},ds=d((({className:e="",title:t,description:l,image:n,price:a,button:i,colors:r=[],align:s="text-left",padding:d,...m})=>o(g,{className:h("flex flex-col justify-left",e),defaultPadding:"p-2xl",...m,children:c(Ce,{className:"h-full",padding:d,title:o(S,{title:t,description:l,headlineVersion:"XS",isEmbedded:!0,align:s}),rightImage:n?.src?o(le,{className:"flex justify-center align-center mb-xl",image:n}):null,buttons:He([i],{buttonClassName:"w-full self-end"}),children:[r?.length?c("div",{className:"flex text-secondary-text mb-m",children:[o("div",{className:"mr-xs",children:o(ze,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(ms)]}):null,a?c(ze,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),ms=(e,t)=>o("figure",{className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${cs[e]}`},String(t)),hs=d((({icon:e,...t})=>{const l=he(),{text:n,href:a,target:i,onClick:r}=l(t);return n?o("div",{className:h("p-3 rounded-lg bg-white text-secondary-text flex justify-center"),children:o("a",{role:"link",href:a,target:i,onClick:r,children:c("div",{className:"flex flex-col items-center gap-3 break-words max-w-[150px]",children:[e?o(le,{className:"w-7 h-7 md:w-12 md:h-12",image:{...e,iconVersion:e?.iconVersion},alt:n}):null,o("div",{className:"font-light md:font-normal text-primary-text text-center text-xs md:text-sm whitespace-wrap",children:n})]})})}):null})),us=d((({className:e,additionalDescription:t,description:l,links:n,title:a,...i})=>o(g,{defaultPadding:"p-5xl",className:h("overflow-hidden",e),...i,children:c("div",{className:"flex flex-col lg:flex-row gap-5 justify-between",children:[c("div",{className:"flex-1",children:[o(S,{isEmbedded:!0,title:a,description:l,as:"h1",align:"text-left",headlineVersion:"XL"}),o(S,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0})]}),n?.length?ps(n):null]})}))),ps=e=>o("div",{className:h("lg:grid-cols-9 lg:[&>*]:col-span-2 lg:[&>*:nth-child(14n+2)]:col-span-3 lg:[&>*:nth-child(7n+5)]:col-span-3","lg:[&>*:nth-child(7n+6)]:col-span-3 lg:[&>*:nth-child(7n+7)]:col-span-3 lg:[&>*:nth-child(14n+10)]:col-span-3 lg:w-3/6","grid-cols-3 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+3)]:col-span-2 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+4)]:col-span-2","grid gap-3 lg:gap-5"),children:e.map(((e,t)=>o(hs,{...e},String(t))))}),gs=(e,t)=>e?.map((({aspectName:e,params:l})=>({aspectName:e,params:"mindboxEvent"===e?{...l,eventJson:t}:l}))),xs=d((({className:e="",href:t,target:l,onClick:n,data:a,children:i})=>{const r=he()({href:t,target:l,onClick:n});return o(t?"a":"div",{className:h("block",e),...t?r:{},role:t?"link":"none",...ue(a),children:i})})),fs=[{origins:["t.me","telegram.org"],iconMapped:{icon:"TelegramIcon"}},{origins:["vk.com"],iconMapped:{icon:"VKIcon"}},{origins:["ok.ru"],iconMapped:{icon:"OkIcon"}},{origins:["apps.apple.com"],iconMapped:{icon:"AppleIcon"}},{origins:["play.google.com"],iconMapped:{icon:"PlayMarketIcon"}},{origins:["appgallery.huawei.com"],iconMapped:{icon:"HuaweiIcon"}},{origins:["youtube.com"],iconMapped:{icon:"YoutubeIcon"}},{origins:["rutube.ru"],iconMapped:{icon:"RutubeIcon"}},{origins:["dzen.ru"],iconMapped:{icon:"DzenIcon"}},{origins:["rustore.ru"],iconMapped:{icon:"RustoreIcon"}}],bs=d((({className:e="",media:t,showButtonText:l,stretched:a,version:i="white",children:r})=>{if(!t?.length)return null;const[s,d]=n(),m=t?.map((e=>{const{href:t,icon:n,text:a}=e,{iconMapped:r}=(e=>fs.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),o=We(n)?n:r,c=l?{text:a}:{text:""};return!s&&a&&d(!0),{...e,...c,icon:{...o,iconVersion:"color"},version:e?.version??i}})),u=h("border border-solid hover:border-transparent border-main-divider","group-data-primary:border-main-divider group-data-gray:border-green group/media",{"basis-auto":!l&&!s},ys(a));return c("div",{className:h("flex flex-col gap-m xl:gap-xs",e),"aria-label":"Социальные сети",children:[o("div",{className:"flex gap-xs",children:He(m,{className:vs(s??!1,a??!1,l),buttonClassName:u})}),r?o(ze,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null]})})),ys=(e=!1)=>e?"flex-1 @lg:flex-initial justify-center":"",vs=(e,t,l=!1)=>h(e||t?"basis-full":"",!t||l&&e?"":"flex-nowrap"),Ns=d((({className:e,padding:t,description:l,additionalDescription:n,href:a,icon:i,isDotted:r,__html:s,socialMedia:d=[],target:m,title:u,align:p="text-left",benefits:x,imageOptions:{directionRight:f=!0,isImageAlwaysOnRight:b=true,isImageSecondary:y=!1}={},data:v,...N})=>o(g,{className:h("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...N,children:o(xs,{href:a,target:m,className:"h-full",data:gs(v),children:c(Ce,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:o(S,{title:u,description:l,headlineVersion:"XS",isEmbedded:!0,align:p}),...lt(We(i)?o(le,{image:i}):null,f),buttons:d.length?o(bs,{media:d,stretched:!0,showButtonText:!0,version:N?.version}):null,isImageAlwaysOnRight:b,isImageSecondary:y,imageAlign:"center",children:[o(Ue,{benefits:x}),s?o(Re,{__html:s,isDotted:r,itemSize:"list-s"}):null,ws(n,p)]})})}))),ws=(e,t)=>e?o(w,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,ks=(e,t)=>{const{title:l,description:n,buttons:a}=e;return c("div",{className:"py-lg border-b border-main-divider",children:[l?o("div",{className:"opacity-80",children:o(ze,{size:"text-m",color:"text-secondary-text",children:l})}):null,n?o("div",{className:"mt-2xs",children:o(ze,{size:"text-xl",color:"text-primary-text",children:n})}):null,a?.length?o("div",{className:"text-primary-main",children:He(a)}):null]},String(t))},Ss=d((({className:e="",title:t,align:l="text-center",icon:i,button:r,visibleCellsCount:s=1,cardCells:d=[],options:m,data:u,...p})=>{const x=d.map(ks),[f,b]=s>0?[x.slice(0,s),x.slice(s)]:[x,[]],[y,v]=n(!1);return a((()=>ce.subscribe("fold",(e=>{void 0!==m?.parent&&e.parent===m?.parent&&v(e.isUnfolded)}))),[m?.parent]),c(g,{className:h("flex flex-col",e),defaultPadding:"p-2xl",...p,children:[We(i)?o("div",{className:"self-center",children:o(le,{image:i})}):null,t?o(N,{className:h("pt-xs",l),headingType:"h5",title:t}):null,r?.text?o(be,{className:"w-full mt-m mb-lg",...r}):null,b.length?o(Ya,{renderFoldableSection:()=>c("div",{children:[f,o(Ga,{isUnfolded:y,children:b})]}),renderFoldButton:d.length>=s?Cs(y,m?.parent,u):null}):o("div",{children:f})]})})),Cs=(e,t,l)=>()=>c("button",{className:"w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center",onClick:()=>{void 0!==t&&ce.fire("fold",{type:"fold",isUnfolded:!e,parent:t})},type:"button",...e?ue(l):{},children:[o("div",{children:e?"Скрыть":"Подробнее о тарифе"}),o(H,{className:"text-primary-text",name:e?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),Ts=d((({className:e,contacts:t,info:l,version:n="secondary",...a})=>c(g,{className:h("flex",e),defaultPadding:"p-6xl",version:n,...a,children:[l?.length?Is(l):null,t?.length?Is(t):null]}))),Is=e=>o("div",{className:"flex gap-5xl grow basis-0",children:e.map(((e,t)=>Bs({column:e,i:t})))}),Bs=({column:e,i:t})=>e?o("div",{className:"flex flex-col gap-xl grow basis-0",children:e.map((({title:e="",description:t,additionalDescription:l,button:n},a)=>c("div",{children:[o(S,{title:e,description:t,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),l?o("div",{className:"mt-xs opacity-80",children:o(w,{size:"text-m",font:"font-light",children:l})}):null,o("div",{className:h({"mt-xl":Boolean(n?.text)}),children:He([n])})]},String(a))))},`col-${String(t)}`):null,Ps=e=>"number"==typeof e?.minMonths&&"number"==typeof e?.maxMonths,Ms=(e,t)=>Array.from({length:t-e+1},((t,l)=>e+l)),Rs=1e9,Vs={sum:{min:1e4,max:Rs},period:3},zs=bt((({className:e,filtrationSchema:t={},resetButton:l,sumInput:n,periodInput:a,...i})=>{const[,{blocksToRender:r,blocksWithProps:s},{field:d,reset:m}]=mi(Vs,{block:i.block,page:i.options?.page,normalize:e=>({...e,period:Ds(e)})}),u=s.map((([,e])=>e?.paramsSource?.rateRows)),p=As(u);return c(g,{className:h("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[o(ai,{filtrationSchema:t,resetButton:l,field:d,reset:m,children:c("div",{className:"@4xl:max-w-xs space-y-lg",children:[o(qr,{label:n?.title,min:500,max:Rs,...d("sum",{parse:e=>({min:Number(e),max:Rs}),format:({min:e})=>String(e)})}),o(Sn,{title:a?.title,items:["От 3 мес","До 5 лет"],list:p,...d("period")})]})}),o(ei,{blocksToRender:r,...i})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>({...e?.filtrationSchema||{},paramsSource:{type:"object",title:"Адрес справочника"}})}),Ds=e=>ut((e?.paramsSource?.rateRows||[]).filter(Ps).flatMap((e=>Ms(e.minMonths,e.maxMonths)))),As=e=>ut(e.flatMap((e=>e||[])).filter(Ps).flatMap((e=>Ms(e.minMonths,e.maxMonths)))).sort(((e,t)=>e-t))||[],_s=[{key:"10"},{key:"50"},{key:"100"}],$s=({itemCount:e,onItemCountChange:t})=>{const l=i((({key:e})=>t(Number(e))),[]);return c("div",{className:"mt-2 @lg:mt-0 items-center gap-s hidden @lg:flex",children:[o("span",{children:"Показать по"}),o(bl,{className:"min-w-20",onChange:l,value:{key:String(e)},options:_s,iconVersion:"black"})]})},js="py-m @lg:px-lg px-m rounded-md cursor-pointer text-center min-w-10 @lg:min-w-0 hover:bg-primary-hover hover:text-white",Ls=(e,t)=>{const{currentPage:l,onPageChange:n,totalPages:a}=e,i=t+1;return i===l?o("div",{"aria-current":"true",className:"py-m @lg:px-lg px-m bg-primary-main text-center min-w-10 @lg:min-w-0 text-white rounded-md",children:i},String(t)):1!==i&&i!==a&&((e,t,l)=>e<t&&e>=t-1||e<=t+1&&e>t||((e,t,l)=>t<=2&&e<=t+2||t>=l-1&&e>=l-3)(e,t,l))(i,l,a)?o("div",{onClick:()=>n(i),className:js,"aria-label":`Страница ${i}`,children:i},String(t)):null},Os={width:"24",height:"24"},Es=({currentPage:e,onPageChange:t,totalPages:l})=>{const n=r((()=>Array.from({length:l}).fill({currentPage:e,onPageChange:t,totalPages:l})),[l,e]),a=i((()=>{e>1&&t(e-1)}),[e]),s=i((()=>{e<l&&t(e+1)}),[e,l]),d=i((()=>t(1)),[]),m=i((()=>t(l)),[l]);return c("div",{className:"flex gap-m items-center",children:[o("div",{onClick:a,children:o(H,{name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Fs(1===e),...Os})}),c("div",{className:"flex @lg:gap-2xs",children:[e>1?o("div",{onClick:d,className:js,"aria-label":"Страница 1",children:"1"}):null,e>3?o("div",{className:"py-m @lg:px-s",children:"..."}):null,n.map(Ls),e<l-2?o("div",{className:"py-m @lg:px-s",children:"..."}):null,e<l?o("div",{onClick:m,className:js,"aria-label":`Страница ${l}`,children:l}):null]}),o("div",{onClick:s,children:o(H,{className:"rotate-180",name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Fs(e===l),...Os})})]})},Fs=e=>e?"opacity-20":"cursor-pointer hover:opacity-60",Us=({currentPage:e,onPageChange:t,totalPages:l,itemCount:n,onItemCountChange:a})=>c("div",{className:"mt-3xl flex justify-between flex-col @lg:flex-row items-center select-none",role:"navigation","aria-label":"Пагинация",children:[o(Es,{currentPage:e,onPageChange:t,totalPages:l}),n&&a?o($s,{itemCount:n,onItemCountChange:a}):null]}),Ws=d((({className:e,value:t,autoFocus:l,onChange:n,onFocus:a,placeholder:r="Поиск по сайту"})=>{const s=i((e=>{n&&n(e.target?.value||"")}),[n]);return c("div",{className:h("relative",e),role:"form",children:[o("div",{className:"absolute h-full flex items-center pl-m pointer-events-none",children:o(le,{image:{icon:"LoupeIcon",iconVersion:"black"},width:"24",height:"24"})}),o("input",{className:h("h-14 w-full px-10 text-l text-black box-border rounded-md",cl),value:t,type:"text",name:"search-bar-input",placeholder:r,autoFocus:l,onChange:s,onFocus:a})]})})),Hs=d((({field:e,onClearFilter:t,filtrationState:l})=>c("div",{className:"grid grid-cols-12 mb-3xl @lg:space-x-xl",children:[o(Ws,{className:"col-span-12 @lg:col-span-4 mt-auto",placeholder:"Поиск",...e("query")}),o(zl,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период от",maxDate:l.endDate,...e("startDate")}),o(zl,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период до",minDate:l.startDate,...e("endDate")}),o("div",{className:"col-span-12 @lg:col-span-2 mt-8 @lg:mt-auto",children:o(Kt,{type:"reset",className:"w-full",version:"secondary",onClick:t,children:"Очистить"})})]}))),Ks=({title:e,timestamp:t,publicId:l})=>{const n=he(),{href:a}=n({href:`/api/v1/depository/${l}/file`});return c("div",{className:"flex gap-3 items-center py-lg border-gray border-opacity-50 border-b",children:[null,c("div",{className:"flex flex-col gap-x-6xl lg:flex-row lg:items-center",children:[t?o(ze,{size:"text-m","font-weight":"font-light",children:wt(t)}):null,o("a",{className:"text-h6 hover:text-primary-active",href:a,download:!0,"aria-label":"Скачать",children:e})]})]},l)},qs="/api/v1/depository",Xs={startDate:void 0,endDate:void 0,query:""},Ys=bt((({className:e,...t})=>{const[l,a]=n(0),[r,s]=n(10),[d,{field:m,reset:u}]=Et(Xs),{totalPages:p=0,items:x=[]}=(({size:e,page:t,query:l,startDate:n,endDate:a})=>{const i=n?wt(n,!0):"",r=a?wt(a,!0):"",s=new URLSearchParams(qs);s.set("page",String(t)),s.set("size",String(e)),s.set("query",l),s.set("timestampStart",i),s.set("timestampEnd",r);const o=`?${s.toString()}`,{data:c}=hn(qs+o,ht);return{items:c?.content,totalPages:c?.totalPages}})({size:r,page:l,...d}),f=i((e=>a(e-1)),[]),b=i((e=>{r!==e?(s(e),a(0)):s(e)}),[]);return c(g,{className:h(e,"container p-6xl"),...t,children:[o(Hs,{filtrationState:d,field:m,onClearFilter:u}),c("div",{className:"flex flex-col",children:[c("div",{className:"grid grid-cols-12 pb-lg border-gray border-opacity-50 border-b",children:[o("div",{className:"col-span-4 @lg:col-span-2 hidden @lg:block",children:o(ze,{size:"text-m",color:"text-secondary-text",children:"Дата"})}),o("span",{className:"col-span-8 @lg:col-span-10 hidden @lg:block",children:o(ze,{size:"text-m",color:"text-secondary-text",children:"Тема"})})]}),x.length?x.map((e=>o(Ks,{...e},String(e.publicId)))):o(ha,{title:"Ничего не найдено",description:"Попробуйте очистить фильтры"}),o(Us,{currentPage:l+1,onPageChange:f,totalPages:p,itemCount:r,onItemCountChange:b})]})]})})),Gs=e=>"Image"===e?.contentType&&e?.image?o(le,{image:e.image}):"Code"===e?.contentType&&e.code?o("div",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:e.code}):null,Qs=d((({className:e="",title:t,description:l,error:n,button:a,...i})=>c(g,{className:h("flex flex-col justify-center items-center",e),defaultPadding:h("p-6xl"),version:"transparent",...i,children:[o("div",{className:"flex justify-center",children:Gs(n)}),o(S,{title:t,description:l,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?o(be,{version:a?.version,text:a?.text,...a}):null]}))),Js="location";function Zs(e="Москва"){const[t,l]=((e,t,l)=>{const[r,s]=n(l||null);return a((()=>e.subscribe(t,(e=>s(e)))),[e,t]),[r,i((l=>e.fire(t,l)),[e,t])]})(ce,"location",to()??{name:e}),r=i((e=>{lo(e),l(e)}),[]),{data:s}=hn(eo()?null:"/api/v1/region",ht);return a((()=>{s&&!eo()&&l(s)}),[s]),[t??{name:e},r]}const eo=()=>Boolean(globalThis.localStorage?.getItem(Js)),to=()=>{try{const e=globalThis.localStorage?.getItem(Js);return e&&JSON.parse(e)}catch(e){return null}},lo=e=>{try{globalThis.localStorage?.setItem(Js,JSON.stringify(e))}catch(e){}};var no;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD",e.CNY="CNY"}(no||(no={}));const ao=new Intl.NumberFormat("ru",{style:"currency",currency:no.RUB}),io=e=>e?ao.format(e):"",ro="text-m font-light text-secondary-text ",so=`${ro} text-left`,oo=`${ro} pl-5xl text-center`,co=`${ro} pl-5xl text-right`,mo={USD:"DollarIcon",EUR:"EuroIcon",CNY:"ChineseYuanRenminbiIcon"},ho=d((({className:e,exchangeCurrencyItems:t})=>c("table",{className:h("h-fit w-full",e),children:[o("thead",{children:c("tr",{children:[o("th",{className:so,children:o(ze,{size:"text-m",children:"Валюта"})}),o("th",{className:oo,children:o(ze,{size:"text-m",children:"Купить"})}),o("th",{className:co,children:o(ze,{size:"text-m",children:"Продать"})})]})}),o("tbody",{children:t.map(uo)})]}))),uo=e=>{const t=e?.currency?.currency;return c("tr",{className:"pb-2xs text-h6",children:[o("td",{className:"pt-m m-auto flex text-left",children:c("div",{className:"flex items-center gap-xs",children:[t?o(le,{image:{icon:mo[t]},width:"24",height:"24"}):null,o(ze,{size:"text-h6",children:t})]})}),o("td",{className:"pt-m pl-5xl text-center",children:o(ze,{size:"text-h6",children:io(e?.saleExchangeRate)})}),o("td",{className:"pt-m pl-5xl text-right",children:o(ze,{size:"text-h6",children:io(e?.buyExchangeRate)})})]},t)},po={icon:"GpsIcon"},go=d((({className:e="",address:t})=>c("div",{className:h("flex gap-s w-full justify-between @sm:justify-center",e),children:[o(bi,{...po,iconBgVersion:"primary",className:"shrink-0"}),c("div",{className:"space-y-2xs whitespace-pre-wrap",children:[t?o(w,{size:"text-l",color:"text-primary-main",children:t}):null,o(w,{size:"text-m",color:"text-secondary-text",children:"Курс указан для заданного офиса"})]})]}))),xo=(e,t,l)=>{const n=Number(fo(e))*Math.pow(t,l?-1:1);return Number.isInteger(n)?n:((e,t=2)=>{const l=10**t;return Math.round(parseFloat(String(e))*l)/l})(n)},fo=e=>e.replace(/[^\d.,]/g,"").replace(",","."),bo=e=>Dt([[e=>e.value!==no.RUB&&e.oppositeValue!==no.RUB,()=>e.handleConvert(e.value,no.RUB)],[e=>e.value===no.RUB&&e.oppositeValue===no.RUB,()=>e.handleConvert(e.value,no.USD)],[e=>e.value===no.RUB&&e.oppositeValue===no.RUB,()=>e.handleConvert(e.value,no.CNY)],[()=>!0,()=>e.handleConvert(e.value)]])(e)?.();function yo(e){const{placeholder:t,rates:l,selected:n,value:a,setValue:i,setSelected:r}=e,s=l.map((e=>({key:e?.currency?.currency??"",text:e?.currency?.currency??""}))),d={key:n,text:n};return c("div",{className:"relative flex",children:[o(dl,{className:"shrink-0 text-l w-full appearance-none -mr-20",placeholder:t,type:"text",value:a,onChange:i}),s.length?o(bl,{isBorder:!1,onChange:e=>r(e.key),options:s,value:d}):null]})}const vo=d((({className:e="",currencyRatesBuy:t,currencyRatesSell:l,button:a})=>{const[r,s]=n({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||no.RUB,selectBuy:l?.[0]?.currency?.currency||no.USD}),d=i((e=>s((t=>({...t,...e})))),[]);return c("div",{className:`flex flex-col gap-m pt-2xl ${e}`,children:[t&&l?c("div",{className:"grid gap-m",children:[yo({placeholder:"Хочу продать",rates:l,selected:r.selectSell,setSelected:No(r,d,l),value:r.inputSell,setValue:e=>ko(d,l)(e,r.selectSell,r.selectBuy)}),yo({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:wo(r,d,t),value:r.inputBuy,setValue:e=>So(d,t)(e,r.selectBuy,r.selectSell)})]}):null,a?.text?o(be,{text:a.text,version:a?.version,...a}):null]})})),No=(e,t,l)=>n=>{t({selectSell:n}),bo({value:n,oppositeValue:e.selectBuy,handleConvert:(n=e.selectSell,a=e.selectBuy)=>{ko(t,l)(e.inputSell,n,a)}})},wo=(e,t,l)=>n=>{t({selectBuy:n}),bo({value:n,oppositeValue:e.selectSell,handleConvert:(n=e.selectBuy,a=e.selectSell)=>So(t,l)(e.inputBuy,n,a)})},ko=(e,t)=>(l,n,a)=>{e({inputSell:fo(l),selectBuy:a});const i=t.find((e=>e.currency?.currency===a))?.buyExchangeRate||t.find((e=>e.currency?.currency===n))?.buyExchangeRate;i&&e({inputBuy:String(xo(l,i,n===no.RUB)||"")})},So=(e,t)=>(l,n,a)=>{e({inputBuy:fo(l),selectSell:a});const i=t.find((e=>e.currency?.currency===a))?.saleExchangeRate||t.find((e=>e.currency?.currency===n))?.saleExchangeRate;i&&e({inputSell:String(xo(l,i,n===no.RUB)||"")})};const Co=d((({className:e="",title:t="Курсы обмена валют",button:l,...n})=>{const[a]=Zs(),i=function(e){const t=e?.code||"000",{data:l}=hn(`/api/v1/exchangerates?regionCode=${t}`,ht);return l||{}}(a),r=To(i?.exchangeRate?.currencies),s=r.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:no.RUB}});const d=r.filter((e=>e.saleExchangeRate));return d.push({currency:{currency:no.RUB}}),o(g,{className:h("box-border min-h-80",e),...n,children:o(Ce,{className:"h-full",title:o(N,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:c("div",{className:"flex w-full gap-6xl flex-wrap @lg:flex-nowrap",children:[c("div",{className:"w-full @2xl:w-auto @5xl:w-1/2",children:[r?o(ho,{className:"mb-xl",exchangeCurrencyItems:r}):null,o(go,{address:i?.address})]}),o(vo,{className:"grow w-1/2",currencyRatesBuy:s,currencyRatesSell:d,button:l})]})})})})),To=e=>e?.filter((e=>[1,2,3].includes(e?.currency?.id)))||[],Io=d((({className:e="",items:t})=>{const l=he();return o("ul",{className:h("flex flex-col gap-s w-full",e),children:t?.map(Bo(l))})})),Bo=e=>({dataFooter:t,...l},n)=>{const{text:a,href:i,target:r,onClick:s}=e(l);return a?o("li",{className:"list-none",children:o("a",{className:"hover:text-primary-main font-light",role:"link",href:i,target:r||"_self",onClick:s,...ue(t),children:a||null})},String(n)):null},Po=e=>t=>!t.displayArea||e.includes(t.displayArea.toLowerCase()),Mo=["all","footer"],Ro=d((({className:e,navigationItems:t})=>{const l=he();return o("div",{role:"menu",className:h("w-full flex items-start justify-between flex-col md:flex-row gap-y-m lg:order-2",e),children:t?.filter(Po(Mo)).map(l).map(Vo)})})),Vo=(e,t)=>{const{text:l,items:n=[],href:a,target:i="_self",onClick:r,dataFooter:s}=e,d=n.filter(Po(Mo));return c("div",{role:"menuitem",className:"flex flex-col gap-s w-full @md:w-1/4",children:[o("a",{className:"leading-5 text-l text-primary-text hover:text-primary-main no-underline",href:a,target:i,onClick:r,...ue(s),children:l}),d?o(Io,{items:d}):null]},String(t))},zo=d((({className:e="",items:t=[]})=>t?.length?o("div",{className:h("space-y-m",e),children:t.map(Do)}):null)),Do=(e,t)=>c("div",{className:"space-y-m",children:[o("div",{children:o(ze,{size:"text-l",font:"font-medium",children:e?.title})}),o("div",{className:"space-y-m",children:e.items?.map(Ao)})]},String(t)),Ao=(e,t)=>c("div",{className:"space-y-2xs",children:[o("div",{children:_o(e.type,e.text)}),o(w,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e.description})]},String(t)),_o=(e,t="")=>{switch(e){case"tel":return o("a",{className:"text-primary-text hover:text-primary-main no-underline",href:`tel:${$o(t)}`,children:o(ze,{size:"text-h6",children:t})});case"email":return o("a",{className:"no-underline",href:`mailto:${t}`,children:o(w,{size:"text-xl",font:"font-light",color:"text-primary-text",children:t})});default:return o("span",{children:t})}},$o=e=>e.replaceAll(/\D/g,""),jo=d((({className:e="",index:t,text:l,...n})=>{const a=he(),{href:i,target:r,onClick:s}=a(n);return o("a",{className:h("text-secondary-text",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),Lo=d((({className:e="",title:t,links:l})=>o("div",{className:e,children:l?.length?c("div",{className:"flex justify-between lg:items-center flex-col lg:flex-row gap-lg py-lg border-y border-y-main-divider",children:[o("div",{className:"lg:hidden",children:o(ze,{size:"text-l",font:"font-normal",children:t})}),l.map(((e,t)=>o(jo,{index:t,className:"text-l font-light lg:max-w-[292px]",...e},String(t))))]}):null}))),Oo="w-full lg:w-52",Eo={width:"40",height:"45"},Fo={"bg-white":"color",transparent:"white"},Uo={"bg-white":"text-primary-main",transparent:"text-white"},Wo=(e,t,l)=>o(le,{image:t?.src?t:{icon:t?.icon||"LogoIcon",iconVersion:Fo[e]},className:Uo[e],width:l?.width,height:l?.height}),Ho={"bg-white":"text-primary-text",transparent:"text-white"},Ko=d((({className:e,href:t="/",logo:l,children:n,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0,data:s})=>c("a",{className:h("inline-flex items-center font-sans no-underline",e),href:l?.href??t,target:a?"_blank":"_self","aria-label":l?.title??"Россельхозбанк",...ue(s),children:[Wo(i,l?.image,Eo),r?n??o("div",{className:"ml-s",children:o(ze,{font:"font-medium",color:Ho[i],size:"",children:l?.title??"Россельхозбанк"})}):null]})));function qo(e,t,l=300){a((()=>{const t=globalThis.setTimeout(e,l);return()=>{globalThis.clearTimeout(t)}}),t)}const Xo=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:l,s1Matches:n,s2Matches:a}=function(e,t){const l=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),n=Array.from({length:e.length}),a=Array.from({length:t.length});let i=0;for(let r=0;r<e.length;r++){const s=Math.max(0,r-l),o=Math.min(r+l,t.length-1);for(let l=s;l<=o;l++)n[r]||a[l]||e[r]!==t[l]||(i++,n[r]=!0,a[l]=!0)}return{m:i,s1Matches:n,s2Matches:a}}(e,t);if(0===l)return 0;const i=function(e,t,{s1Matches:l,s2Matches:n}){let a=0;for(let i=0,r=0;i<e.length;i++){if(!l[i])continue;let s=r;for(;s<t.length;s++)if(n[s]){r=s+1;break}e[i]!==t[s]&&a++}return a}(e,t,{s1Matches:n,s2Matches:a}),r=(l/e.length+l/t.length+(l-i/2)/l)/3,s=r>.7?.1*function(e,t){let l=0;for(;e[l]===t[l]&&l<4;)l++;return l}(e,t):0;return r+s*(1-r)};const Yo=(e,t)=>(l,n)=>{for(const[a,i]of n)l.set(a,e(l.get(a)||t,i));return l},Go=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),Qo=e=>t=>e.map((([e,l])=>[Xo(t)(e),l])).filter((([e])=>e>=.8)).map((([e,t])=>Zo(t,e))).reduce(Yo(Math.max,0),new Map),Jo=e=>t=>{return si(t,t.map((({title:e})=>e)).map((e=>t=>{const l=Go(t||"");return l.length?Be(e.map((e=>Ia(l.map(Xo(e)))))):0})(e))).sort((n=([,e])=>e,l=(e,t)=>n(e)-n(t),(e,t)=>-l(e,t))).map((([e])=>e));var l,n},Zo=(e,t)=>new Map(e.map((e=>[e,t]))),ec=({basePathList:e,initialQuery:t=""})=>{const[l,i]=n(t||"");a((()=>{null!=t&&i(t)}),[t]);const{data:r}=hn(e?.length?e:null,tc),[s,o]=n(null);return qo((()=>{r&&o(r.map((e=>t=>{const{corpus:l,dictionary:n}=t||{};if(!(e&&l?.length&&n&&Object.keys(n).length))return[];const a=Go(e);if(!a.length)return[];const i=Object.entries(n),r=[...a.map(Qo(i)).reduce(Yo(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*a.length)).map((([e])=>l[e]));return Jo(a)(r)})(l)))}),[r,l]),[s,{value:l,onChange:i}]},tc=async(...e)=>(await Promise.allSettled(e.map((e=>mt(j(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),lc=d((({initialQuery:e,navigationItems:t})=>{const l=r((()=>t?.map((e=>e.href||"/"))),[t]),[n,a]=ec({basePathList:l,initialQuery:e}),i=r((()=>nc(t)(n)),[t,n]);return o(Xt,{head:o(Ws,{autoFocus:!0,...a}),children:o(Ro,{navigationItems:i})})})),nc=e=>t=>e?.length&&t?.length?si(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:j("/",t)})))}))):[],ac=(e={})=>{const{open:t,close:l}=de();return{open:(l={},n={})=>t(o(lc,{...e,...l}),n),close:l}},ic=d((({className:e,search:t,...l})=>{const[a,r]=n(""),s=i((()=>r("")),[]),d=ac(l),m=i((e=>{r(e),rc(e)&&d.open({initialQuery:e},{onClose:s})}),[s,d]);return c("div",{className:h("relative",e),role:"search",children:[o(Ws,{value:a,placeholder:t?.placeholder,onChange:m}),o(qt,{className:"absolute top-0 right-0 sm:hidden",onClose:s})]})})),rc=e=>e&&e.length>=3,sc=(e,t)=>{const{logo:l}=e??{},{dataHeader:n,dataFooter:a,...i}=l??{};return c("div",{className:"flex items-stretch gap-3xl",children:[o(Ko,{className:Oo,logo:i,data:a}),o(ic,{className:"grow",navigationItems:t,...e})]})},oc=d((({className:e="",index:t,...l})=>{const n=he(),{href:a,target:i,text:r,onClick:s}=n(l);return o("a",{className:h("text-xs font-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px]",e),href:a,target:i,onClick:s,children:r||`Документ ${t}`})})),cc=d((({className:e="",links:t,license:l})=>c("div",{className:h("@container space-y-lg",e),children:[l?o("div",{children:o(ze,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:`© 2000-${(new Date).getFullYear()} ${l}`})}):null,t?.length?o("div",{className:"flex flex-col @5xl:flex-row justify-start items-start gap-x-lg gap-y-xs",children:t.map(((e,t)=>o(oc,{index:t,...e},String(t))))}):null]}))),dc=bt((({className:e,footer:t,...l})=>{const{navigationItems:n}=l.options?.page?.navigation??{},a=l.options?.page?.common??{},{documents:i,relatedEnterprises:r,contacts:s,mediaLinks:d=[],horizontalNavigationTitle:m,feedbackButton:u,license:p,otherLinks:x=[]}=t??{};return c(g,{tag:"footer",className:h("grid gap-y-xl p-4xl pb-24 lg:p-xl",e),...l,children:[sc(a,n),c("div",{className:"flex flex-col lg:flex-row items-center @lg:items-stretch gap-lg lg:gap-6xl ",children:[o(Ro,{navigationItems:n}),o("div",{className:"border-t border-main-divider lg:hidden w-full"}),c("div",{className:h(Oo,"flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[o(zo,{items:s}),u?o(be,{className:"w-full",version:"primary",...u}):null,d.map(((e,t)=>o(bs,{media:e?.links??[],showButtonText:!1,stretched:!0,children:e?.title},String(t)))),x.map(((e,t)=>o(be,{className:"!text-left text-s font-light",version:"link",...e,children:e?.text},String(t))))]})]}),o(Lo,{title:m,links:r}),o(cc,{links:i,license:p})]})})),mc=d((({className:e="",title:t,description:l,calendar:n,...a})=>c(g,{className:h("space-y-m",e),defaultPadding:"p-6xl",...a,children:[o(S,{title:t,description:l,headlineVersion:"M",isEmbedded:!0}),n?hc(n):null]}))),hc=e=>{const t=100/(e.reduce(((e,t)=>t?.month?.length?e+t.month.length:e),0)||1),l=e.filter((e=>e?.month?.length)).map((e=>({...e,flexBasis:`${e?.month?.length?e.month.length*t:""}%`})));return c("div",{className:"w-full flex flex-col justify-center gap-s",children:[o("div",{className:"flex w-full text-h6 text-center",children:l.map((e=>uc(e,t)))}),o("div",{className:"flex gap-s w-full",children:l.map(((e,t)=>c("div",{className:"border-r border-main-divider last:border-r-0 space-y-s",style:{flexBasis:e.flexBasis},children:[o("div",{className:"flex gap-s",children:pc(e)}),c("div",{className:"text-s",children:[o(ze,{size:"text-s",font:"font-light",color:"text-primary-text",children:e.text})," ",o(ze,{size:"text-s",font:"font-light",color:"text-primary-main",children:e.greenText})]})]},`monthItem-${t}`)))})]})},uc=(e,t)=>e.month?.map(((e,l)=>o("div",{style:{flexBasis:`${t}%`},children:e.text},`monthName-${l}`))),pc=e=>e.month?.map((e=>e.image?.src?o("div",{className:"h-52 border-r pr-s border-main-divider last:border-r-0",children:o(le,{image:e.image,className:"flex"})},`monthImage-${e.image.src}`):null)),gc=bt((({className:e,title:t,button:l,regionSource:a,data:i,...r})=>{const[s,d]=n({key:""}),m=a?.regions??[],u=oe({className:"text-white",version:l?.version||"primary"}),p=m?.find((e=>e.name===s.key))?.href,x=l?.text?l.text:"Перейти";return o(g,{className:e,defaultPadding:"p-6xl",...r,children:c("div",{className:"container max-w-[978px] space-y-m",children:[t?o(N,{headingType:"h3",title:t,className:"@xl:text-center"}):null,m?o(Hl,{label:"Ваш регион",placeholder:"Выберите регион",isSearch:!0,options:m.map((({name:e=""})=>({key:e,text:e}))),value:s,onChange:d}):null,p?o("div",{className:"text-center",children:o(be,{href:p,target:"_blank",className:h("p-m w-full @xl:w-auto",u),data:gs(i,s?.key),children:x})}):null]})})}));function xc(e=[]){const t=R(),l=Array.from(e.entries()).filter((([,e])=>fc(t)(e)));return l.find((([,e])=>fc(t,!0)(e)))??l[l.length-1]??[]}const fc=(e,t=!1)=>({href:l})=>{if(!l)return!1;const n=$(bc(e)(l));return t?n===$(l):n.startsWith($(l))},bc=e=>t=>{const l=G(Y.SITE_URL);return D(t)?e.href:j(l,e.pathname)},yc=d((({className:e="",items:t,activeItem:l,ariaLabel:n="Меню"})=>{const[r,{setFalse:d,toggle:m}]=sl(!1),u=pl(d),p=s(null),g=i((({isOpened:e,buttonRef:t,menuRef:l})=>{if(e&&t.current&&l.current){const e=l.current.getBoundingClientRect(),n=t.current.getBoundingClientRect(),a=globalThis.innerWidth-e.width;e.right>=globalThis.innerWidth?l.current.style.left=`${a}px`:n.left>e.left&&(a>n.left?l.current.style.left="":l.current.style.left=`${a}px`)}}),[r]);return ul(globalThis,"resize",(()=>g({isOpened:r,buttonRef:u,menuRef:p}))),a((()=>{g({isOpened:r,buttonRef:u,menuRef:p})}),[r]),c("div",{className:h(r?"rounded-md shadow-blue-gray":"",e),ref:u,role:"navigation",children:[o("button",{type:"button",className:"group/btn flex justify-between items-center h-6","aria-label":n,onClick:m,role:"button","aria-labelledby":"labeldiv",children:Array(3).fill(null).map(((e,t)=>o("div",{className:"w-[3px] h-[3px] rounded mr-2xs bg-primary-text group-hover/btn:bg-primary-hover group-data-transparent:bg-white"},String(t))))}),o("div",{ref:p,className:h("absolute flex flex-col rounded-md bg-white p-xl pb-xs w-56 z-40",{hidden:!r}),"aria-hidden":!r,children:Nc(t,l)})]})})),vc=d((({isActive:e,...t})=>{const l=he(),{text:n,href:a,target:i,onClick:r}=l(t);return o("a",{className:h("text-l font-light pb-m hover:text-primary-main",{"text-primary-main":e}),href:a,target:i,onClick:r,role:"link",...ue(t?.data),children:n})})),Nc=(e,t)=>e?.map(((e,l)=>o(vc,{isActive:e===t,...e},e?.text??String(l)))),wc={default:"w-6 h-6",large:"w-12 h-12"},kc=d((({className:e,isRounded:t,buttonSize:l="default",isGrayBg:n=!1,disabled:a,ariaLabel:i="Меню второго уровня",image:r,data:s,onClick:c,version:d})=>o("button",{className:h("group/btn border-0 flex shrink-0 items-center",n?"p-s rounded-full":"p-0 bg-inherit","transparent"===d?"backdrop-opacity-30 bg-white/30":n&&!t?"bg-main-divider":"",t?"w-8 h-8 text-secondary-light hover:text-secondary-hove":`${wc[l]} text-primary-text hover:text-primary-main`,"group-data-transparent:text-white",e),type:"button",disabled:a,"aria-label":i,onClick:c,...ue(s),children:o(le,{image:r,className:h("h-full",{"bg-main-divider/20 rounded-full":t}),imageClassName:"group-hover/btn:text-primary-hover group-hover/btn:invert-0"})}))),Sc=e=>globalThis[e],Cc=(e,t)=>{const l=document.getElementById(t);if(l){const t=Sc(e);return t?Promise.resolve(t):new Promise((t=>{l.addEventListener("load",(()=>{t(Sc(e))}))}))}return new Promise(((l,n)=>{const a=document.createElement("script");a.src=t,a.async=!0,a.id=t,a.addEventListener("load",(()=>{l(Sc(e))})),a.addEventListener("error",(e=>{n(e)})),document.head.appendChild(a)}))};const Tc="chatbot",Ic="text-page__btn-chat",Bc={personal:"//chat.mes.rshb.ru/assets/js/webchat_rshb",business:""},Pc=d((({chat:e="personal",iconVersion:t,className:l,ariaLabel:n="Чат",version:i})=>{const r=(e=>{a((()=>globalThis.localStorage?.setItem("webchat-keep-open",String(Date.now()))),[]);const t=Bc[e??""];return l=>{if(t)if("personal"!==e)Cc(Tc,t);else{const e=l.target;e?.classList.contains(Ic)||e?.classList.add(Ic),document.getElementById("webchat-js-container:webchat_rshb")||Cc(Tc,t)}}})(e);return o(kc,{className:l,image:{icon:"HeadphonesIcon",iconVersion:t},ariaLabel:n,onClick:r,buttonSize:"large",isGrayBg:!0,version:i})})),Mc=d((({className:e="",active:t,dataItemName:l,children:n,data:a,...i})=>{const r=he(),{href:s,target:d,text:m,onClick:u}=r(i);return c("a",{className:h("relative inline-block bg-transparent text-center no-underline",e),href:s,target:d,"data-item-name":l,onClick:u,...ue(a),children:[o("span",{className:Rc(t),children:m||n}),t?o("div",{className:"absolute left-0 right-0 -bottom-3 h-0.5 bg-primary-main group-data-transparent:bg-white"}):null]})})),Rc=(e=!1)=>h("font-sans text-l lg:font-light",e?"text-primary-main":"text-primary-text hover:text-primary-main","group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),Vc=d((({observerOptions:e,onVisibilityChange:t,children:l,className:n,...a})=>{const r=ga(i((e=>{if(!e.length||!t)return;const l=e[e.length-1];t(l.isIntersecting)}),[t]),e);return o("span",{ref:r,className:n,role:"menuitem",children:o(Mc,{...a,children:l})})})),zc={default:"bg-main-divider text-primary-main rounded hover:text-primary-main",transparent:"backdrop-opacity-30 bg-white/30 hover:text-primary-hover text-white"},Dc=d((({version:e,text:t,mobileText:l,...n})=>{const a=we()?l:t;return a?o(be,{className:h("py-s px-lg font-light whitespace-nowrap",zc["transparent"===e?"transparent":"default"]),...n,children:a}):null})),Ac=d((({subItems:e=[],version:t,internetBankButton:l,dropdownMenuAriaLabel:a,chatBotAriaLabel:i})=>{const d="transparent"===t?"white":"black",[,m]=xc(e),[h,u]=n(e.length),p=e.slice(h),g=s(null),x={rootRef:g},f=r((()=>e.map(((e,t)=>e=>{u(e?_c(t):$c(t))}))),[e]);return c("nav",{className:"mt-s flex gap-s items-center justify-between",children:[o("div",{ref:g,className:"overflow-hidden whitespace-nowrap pb-s mt-xs space-x-lg",role:"menu",children:e.map(((e,t)=>o(Vc,{className:h-1<t?"invisible":"",active:e===m,observerOptions:x,onVisibilityChange:f[t],data:e.dataHeader,...e},String(t))))}),p.length?o(yc,{items:p,activeItem:m,ariaLabel:a}):null,z.CHAT_BOT?o(Pc,{version:t,iconVersion:d,chat:z.CHAT_BOT,ariaLabel:i}):null,o(Dc,{version:t,...l})]})})),_c=e=>t=>Math.max(t,e+1),$c=e=>t=>Math.min(t,e),jc=e=>e?.length?c("div",{className:"sm:border-t sm:border-main-divider mt-2xs pt-2xs",children:[o("div",{className:"mb-m",children:o(ze,{size:"text-m",font:"font-light",color:"text-secondary-text",children:"Представительства за рубежом:"})}),o("div",{className:"flex flex-col sm:flex-row gap-5xl",children:e.map(((e,t)=>o(Lc,{...e},String(t))))})]}):null,Lc=d((({icon:e,...t})=>{const l=he(),{text:n,target:a,href:i,onClick:r}=l(t);return c("div",{className:"flex gap-s items-center",children:[e?o(le,{image:e}):null,n?o("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:o(ze,{size:"text-l",font:"font-light",color:"text-primary-text",children:n})}):null]})})),Oc=(e,t)=>l=>l.name?o(xs,{href:`/branches/${l.slug}`,className:"mb-xs sm:mb-2xs hover:text-primary-hover",onClick:()=>t?.(l),data:gs(e,l.name),children:o(ze,{size:"text-l",font:"font-light",children:l.name})},String(l.id)):null,Ec=d((({className:e,searchTerm:t,onSearch:l})=>c("form",{className:`font-sans relative ${e}`,children:[o("div",{className:"absolute rounded h-full flex items-center justify-center pl-m max-w-44 gap-s pointer-events-none",children:t?null:o("label",{htmlFor:"search-bar-input",className:"text-secondary-text ",children:"Поиск по филиалам"})}),o("input",{id:"search-bar-input",className:h(cl,"h-12 pl-m w-full peer text-l text-black rounded-md box-border"),value:t,onChange:e=>l(e.target.value.toLowerCase()),type:"text",name:"location-search-bar-input"})]}))),Fc=d((({foreignOffices:e,branches:t})=>{const[l,a]=Zs(t?.default),r=he(),{href:s}=r({href:`/branches/${l.slug}`}),[d,m]=n(""),h=Wc(En()).sort(((e,t)=>e.name.localeCompare(t.name))),u=((e,t)=>{const l=new Map;for(const n of e){const e=t(n),a=l.get(e)||[];l.set(e,[...a,n])}return l})(h,Uc),{close:p}=de(),g=i((e=>{a(e),p()}),[]);return c(Xt,{className:"pb-20",head:c("div",{children:[o(ze,{size:"text-h4",color:"text-primary-text",children:"Выберите филиал"}),l?o("div",{className:"mb-s",children:c(w,{size:"text-l",color:"text-primary-text",children:["Сейчас выбран:",o(xs,{href:s,className:"inline mx-2xs text-primary-main",children:l.name})]})}):null,o(Ec,{onSearch:m,searchTerm:d})]}),children:[d&&d.length>=3?o("div",{children:h.filter((({name:e})=>e&&Xo(e.toLowerCase())(d.toLowerCase())>=.8)).map(Oc(t?.dataSelect,g))}):o("div",{className:"columns-1 sm:columns-3 md:columns-4 lg:columns-5",children:Array.from(u.entries()).map((x=g,f=t?.dataSelect,([e,t])=>c("div",{className:"break-inside-avoid mb-2xl w-56",children:[o("div",{className:"mb-s",children:o(ze,{size:"text-h6",children:e})}),t.map(Oc(f,x))]},e)))}),jc(e)]});var x,f})),Uc=e=>e.name?.charAt(0)||"",Wc=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),Hc=d((({className:e="",active:t,flat:l,children:n,data:a,...i})=>{const r=he(),{href:s,target:c,text:d,onClick:m}=r(i);return o("a",{className:h(Kc(t,l),e),href:s,target:c,onClick:m,rel:"noopener noreferrer","aria-label":`Ссылка на ${d}`,...ue(a),children:o("span",{suppressHydrationWarning:!0,className:qc(t,l),children:d||n})})})),Kc=(e=!1,t=!1)=>h("inline-block border border-solid bg-transparent text-center no-underline",e?"rounded-md border-primary-main group-data-transparent:border-white":"border-transparent",{"px-m py-xs":!t}),qc=(e=!1,t=!1)=>h("font-sans text-s font-light",e?"text-primary-main":h(t?"text-primary-text":"text-secondary-text","hover:text-primary-main"),"group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),Xc=d((({className:e,version:t,...l})=>{const n="transparent"===t?"white":"black",[a]=Zs(l?.branches?.default),r=ac(l),s=(e=>{const{open:t,close:l}=de();return{open:(l={})=>t(o(Fc,{...e}),l),close:l}})(l),d=i((()=>r.open()),[r]),m=i((()=>s.open()),[s]);return c("div",{className:h("flex items-center ml-5 md:max-w-[300px] xl:max-w-full gap-lg",e),role:"navigation",children:[l?.branches?.visible?o(Hc,{className:"whitespace-nowrap text-ellipsis overflow-hidden",flat:!0,href:"#",text:a?.name,data:gs(l?.branches?.dataClick,a?.name??""),onClick:m}):null,l?.officesAtms?.href?o(Hc,{className:"whitespace-nowrap",flat:!0,...l.officesAtms}):null,o(kc,{image:{icon:"LoupeIcon",iconVersion:n},ariaLabel:l?.search?.ariaLabel??"Поиск",onClick:d,data:l?.search?.data})]})})),Yc=d((({observerOptions:e,onVisibilityChange:t,children:l,className:n,...a})=>{const r=ga(i((e=>{if(!e.length||!t)return;const l=e[e.length-1];t(l.isIntersecting)}),[t]),e);return o("span",{ref:r,className:n,role:"menuitem",children:o(Hc,{...a,children:l})})})),Gc=d((({navigationItems:e=[],activeTopItem:t,dropdownMenuAriaLabel:l,version:a,headerData:i,search:d,bgColor:m,logo:h})=>{const[u,p]=n(e.length),g=e.slice(u),x=s(null),f={rootRef:x},b=r((()=>e.map(((e,t)=>e=>{p(e?Qc(t):Jc(t))}))),[e]),{dataFooter:y,dataHeader:v,...N}=h??{};return c("div",{className:"flex items-center justify-between",children:[o(Ko,{className:"mr-3xl",bgColor:m,logo:N,data:v}),o("div",{ref:x,className:"overflow-hidden min-w-[160px] pb-xs mt-xs",role:"menu",children:e.map(((e,l)=>o(Yc,{className:u-1<l?"invisible":"",active:e===t,observerOptions:f,onVisibilityChange:b[l],data:e.dataHeader,...e},String(l))))}),g.length?o(yc,{className:"mx-xs",items:g,activeItem:t,ariaLabel:l}):null,o(Xc,{version:a,className:"ml-auto",search:d,navigationItems:e,...i})]})})),Qc=e=>t=>Math.max(t,e+1),Jc=e=>t=>Math.min(t,e),Zc={"bg-white":"primary",transparent:"transparent"},ed=["all","header"],td=bt((({className:e,bgColor:t="bg-white",logo:l={},version:n=Zc[t],portal:a,header:i={},...r})=>{const{common:s,navigation:d}=nd(r?.options?.page),{navigationItems:m}=d,{logo:u={}}=s,[,p]=xc(m),{internetBankButton:x}=a||{},f=l.image?.icon||l.image?.src||l?.title?l:u;return o(g,{tag:"header",className:h("pt-m px-20",p?.items?.length?"pb-m":"pb-lg",e),defaultPadding:"",version:n,...r,children:c("div",{className:"container",children:[o("div",{className:"whitespace-nowrap",children:o(Gc,{activeTopItem:p,navigationItems:m?.filter(Po(ed)),version:n,headerData:{...i,...d},search:s.search,bgColor:t,logo:f})}),o("div",{className:h("mt-s h-px bg-main-divider",ld(n))}),p?.items?.length&&o(Ac,{subItems:p?.items?.filter(Po(ed)),version:n,internetBankButton:x})]})})})),ld=e=>"transparent"===e?"opacity-30":"",nd=e=>({navigation:e?.navigation??{},common:e?.common??{}}),ad=(e=!1)=>e?{}:{padding:"p-0"},id={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},rd=bt((({className:e="",padding:t="p-0",gap:l="XS",isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,isCardBorder:r,...s})=>o(g,{className:h("relative","grid grid-cols-12",id[l],e),padding:t,version:a,isTheme:i,...s,children:M({...s,extraProps:{...ad(n),className:ua(r)}})})),{childrenTypes:{exclude:["HorizontalLayout"]}}),sd=d((e=>{const{className:t,align:l,image:n,...a}=e,i=l?h("flex",Ci[l]):"";return o(g,{className:h(i,t),defaultPadding:"p-0",...a,children:o(le,{image:n})})})),od=(e,t=0)=>{const{itemCount:l,visibleItemCount:a}=e,[r,s]=n(t),o=i((()=>s((e=>Math.min(e+1,l-1)))),[l]),c=i((()=>s((e=>Math.max(e-1,0)))),[l]),d=a?l>a&&r<l-a:r<l-1,m=r>0;return[r,{inc:o,dec:c,canInc:d,canDec:m,isScrollAvailable:m||d}]};function cd({dec:e,inc:t,canDec:l,canInc:n,btnClass:a,className:i=""}){return l||n?c("div",{children:[l?o(_a,{className:h("absolute z-40",a[0],i),onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!l}):null,n?o(_a,{className:h("absolute z-40 rotate-180",a[1],i),onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!n}):null]}):null}const dd=d((({className:e="",cards:t=[],button:l})=>{const[a,r]=n(0),s=i((e=>r(e)),[]),d=t.length,[m,h]=od({itemCount:d,visibleItemCount:2}),{canDec:u,canInc:p}=h,g=t[m]?.href;return c("section",{role:"listitem",className:`min-w-full text-center ${e}`,children:[c("div",{className:"relative overflow-hidden","aria-label":"Страховые программы",children:[d?md({activeIndex:m,cards:t,selectedCardIndex:a,onClick:s}):null,cd({...h,btnClass:["left-12","right-12"],className:"top-16"}),u?o("div",{className:"absolute top-0 left-0 h-full w-32 bg-opacity-from-white"}):null,p?o("div",{className:"absolute top-0 right-0 h-full w-32 bg-opacity-to-white"}):null]}),o(be,{className:"w-60 text-center",version:"primary",...l,href:g})]})}));function md({activeIndex:e,cards:t,selectedCardIndex:l,onClick:n}){const a=460*e,i=t.length>2?"justify-start":"justify-center";return o("div",{style:{transform:`translateX(-${a}px)`},className:"duration-1000 px-6xl",children:o("div",{className:`w-full flex flex-nowrap gap-s pb-6xl ${i}`,children:t.map(((e,t)=>function({slide:e,i:t,isActive:l,onClick:n}){return c("button",{type:"button",onClick:n,className:"p-3xl min-w-fit flex items-center gap-2xl bg-white border-solid border relative "+(l?"shadow-dark-blue border-primary-main":"ease-in duration-300 border-gray"),children:[e?.icon?o(le,{className:"p-lg rounded-full bg-secondary-light",image:e.icon,width:"108",height:"108"}):null,c("div",{className:"flex gap-s",children:[e?.sum?hd("страховая сумма",e.sum):null,e?.fee?hd("страховой взнос",e.fee):null]}),ud(l)]},String(t))}({slide:e,i:t,isActive:Boolean(t===l),onClick:()=>n(t)})))})})}function hd(e,t){return c("div",{className:"flex flex-col text-left whitespace-pre",children:[c(ze,{size:"text-h6",children:[Ye(2)(t)," ₽"]}),o("div",{className:"mt-2xs",children:o(ze,{size:"text-l",color:"text-secondary-text",children:e})})]})}function ud(e){return e?o(le,{className:"h-6 w-6 min-w-6 min-h-6 absolute right-4 top-4",image:{icon:"DoneIcon"},width:"24",height:"24"}):null}const pd=d((({className:e="",title:t,insuranceTabs:l=[],button:a,...r})=>{const[s,d]=n(0),m=i((e=>d(e)),[]);return c(g,{className:h("box-border overflow-hidden relative px-0 space-y-2xl",e),defaultPadding:"p-6xl",...r,children:[t?o(N,{className:"text-center",title:t,headingType:"h3"}):null,l?.length>1?o("div",{className:"p-xs bg-secondary-light w-fit mx-auto rounded-md",children:l.map(((e,t)=>function({title:e,i:t,isActive:l,onClick:n}){return o("button",{type:"button",onClick:n,"aria-label":`Кнопка ${e}`,className:"box-border px-m py-s text-m font-light "+(l?"bg-primary-main text-white rounded-md":"text-secondary-text"),children:e},String(t))}({title:e?.title,i:t,isActive:Boolean(t===s),onClick:()=>m(t)})))}):null,o("div",{className:"flex",style:{transform:`translateX(-${s}00%)`},role:"list",children:gd({insuranceTabs:l,button:a})})]})})),gd=({insuranceTabs:e,button:t})=>{const l=e?.map((e=>e.cards));return l?.length?l.map(((e,l)=>o(dd,{button:t,cards:e},String(l)))):null};const xd={yellow:"bg-yellow",green:"bg-green","green-light":"bg-green-light","green-dark":"bg-green-dark"},fd={XS:"h-10",S:"h-16",M:"h-24",L:"h-32",XL:"h-52"},bd=d((e=>{const{className:t="",__html:l,isDotted:n,investmentZeroColumn:a,investmentColumns:i,...r}=e,s=i?[...i]:[];return a&&s.unshift(a),o(g,{className:t,defaultPadding:"p-4xl",...r,children:c("div",{className:"container text-m font-light space-y-4xl",children:[s?.length?c("div",{children:[c("div",{className:"flex items-end relative pl-3xl pr-lg text-white",children:[li(o("div",{className:"w-px h-4 bg-gray"}))(s.map(yd)),o("div",{className:"absolute right-3xl w-px h-4 bg-gray"})]}),o("div",{className:"border-t border-gray -mt-xs mx-3xl"}),o("div",{className:"flex justify-between text-primary-text mt-s -mx-5xl",children:s.map(wd)})]}):null,l?o("div",{className:"max-w-2xl font-light text-base",children:o(Re,{__html:l,isDotted:n,itemSize:"list-s"})}):null]})})})),yd=(e,t,l)=>{const n=1===t,a=t===l.length-1;return o("div",{className:`${vd(n,a,e.cells)}`,children:e.cells?.length?o("div",{className:"w-full "+(a?"border-4 border-green-more-dark p-1.5 min-w-72":""),children:e.cells.reverse().map(Nd)}):null},`column_${t}`)},vd=(e,t,l=[])=>[l.length?"flex-1":"flex-0",!l.length||e||t?"":"pl-s",l.length&&!t?"pr-s pb-3xl":"pb-xl"].join(" "),Nd=(e,t)=>{const l=e.cellSize||"XS",n=e.cellColor||"green";return e.text?o("div",{className:`flex-1 flex items-center justify-center relative py-xs ${fd[l]} ${xd[n]} ${"XS"===l?"px-s":"px-5xl"}`,children:o(ze,{align:"text-center",children:e.text})},`cell_${t}`):null},wd=(e,t)=>e?.title?o("div",{className:"flex-1 max-w-44 text-center px-xs last:pr-4xl last:max-w-52",children:e.title},`title_${t}`):null,kd=["байт","Кб","Мб","Гб","Тб","Пб"],Sd=d((({icon:e,text:t,href:l,target:n,fileFormat:a,data:i,fileSize:r})=>{const s=r&&a?",":"",d=r??"",m=a?String(a):"";return c("a",{className:"flex box-border gap-s group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main",href:l,target:n,...ue(i),children:[e,t?c(ze,{size:"text-l",font:"font-light",children:[t," ",Cd(d,m),o(ze,{color:"text-secondary-text",children:l&&`${d+s+m}`})]}):null]})})),Cd=(e,t)=>e||t?o("span",{children:", "}):"",Td=(e,t)=>(l,n)=>{const a=U(e)("Attachment"===l?.docType?l?.attachment?.src:l?.href),i="Attachment"===l?.docType?((e,t=2)=>{if(0===e)return"";const l=Math.floor(Math.log(e)/Math.log(1024));return`${parseFloat((e/Math.pow(1024,l)).toFixed(t))} ${kd[l]}`})(l?.attachment?.fileSize||0):l?.fileSize,r="Attachment"===l?.docType?Bd(a):l?.fileFormat;return c("div",{role:"listitem",children:[o(Sd,{text:l?.text,target:l?.target,href:a,fileFormat:r,fileSize:i,icon:Id(t),data:l?.data}),o(Re,{__html:l?.__html})]},String(n))},Id=e=>e?o(le,{className:"min-w-6 min-h-6",image:e,width:"24",height:"24"}):null,Bd=e=>{if(!e)return"";const t=e.lastIndexOf("."),l=new RegExp(/\/(.*)/),n=-1!==t?e.substring(t+1):"";return n.includes("/")?n.replace(l,""):n},Pd=d((({href:e,__html:t,target:l})=>{const{close:n}=de(),a=R(),r=U(a)(e),s=i((()=>{n()}),[]);return c(Xt,{className:"my-6xl min-h-fit w-fit mx-auto",children:[t?o(Re,{__html:t}):null,c("div",{className:"flex flex-row mx-auto w-fit gap-lg py-lg",children:[o(be,{text:"Я согласен",version:"primary",target:l,href:r,onClick:s}),o(Kt,{type:"button",version:"secondary",onClick:s,children:"Я не согласен"})]}),o("div",{children:"Нажимая кнопку «Я СОГЛАСЕН» ниже Вы принимаете данные условия. Распространение или раскрытие любой части данного Заключения или любой информации, или рекомендации в нем запрещено.»"})]})})),Md=d((({text:e,href:t,target:l,__html:n})=>{if(!e&&!n)return null;const a=(e=>{const{open:t,close:l}=de();return{open:(l={})=>t(o(Pd,{...e}),l),close:l}})({__html:n,href:t,target:l}),r=i((()=>a.open()),[a]);return o("button",{className:"text-primary-main",onClick:r,children:e})})),Rd={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},Vd=bt((({className:e="",title:t,description:l,align:n="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const d=R();return c(g,{className:h("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[o(S,{title:t,description:l,align:n,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?o("div",{className:h("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",Rd[r]),role:"list",children:a.map(zd(d,i))}):null]})})),zd=(e,t)=>(l,n)=>{const a=l?.docType;return""===a?null:"reportSource"in l&&l?.reportSource?.__html?Dd(l,n):Td(e,t)(l,n)},Dd=(e,t)=>{const l={text:e.text,target:e.target,__html:e.reportSource?.__html};return e.reportSource?.__html&&e.text?c("div",{role:"listitem",children:[o(Md,{...l,href:Ad(e)?e?.href:e?.attachment?.src}),o(Re,{__html:e?.__html})]},String(t)):null},Ad=e=>"href"in e,_d=bt((({className:e,padding:t,align:l="text-left",buttons:n=[],description:a,image:i,__html:r,headingType:s,qr:d,additionalDescription:m="",title:u="Мобильное приложение",version:p="primary",...x})=>{const f="secondary"===p?"p-m min-w-32":"min-w-24",b=i?.src?o(le,{className:"hidden lg:block",image:i}):null;return o(g,{className:h("min-h-80",e),padding:"p-0",version:p,...x,children:c(Ce,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:o(N,{headingType:s,title:u,className:h("whitespace-pre-wrap",l)}),rightImage:b,buttons:He(n,{className:"flex-wrap"}),children:[a?o(ze,{size:"text-xl","font-weight":"font-light",children:a}):null,c("div",{className:h("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[r?o(Re,{__html:r,itemSize:"list-m"}):null,o(ze,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:m}),d?.src?o("div",{className:h("flex justify-center bg-white rounded-md @xl:-order-1",f),children:o(le,{className:"w-fit",image:d})}):null,i?.src?o(le,{className:"lg:hidden",image:i}):null]})]})})})),$d=(e,t)=>e&&"underlined"!==t?"primary":"secondary",jd=(e=[],t={})=>e.filter((({content:e={}})=>ci(t,e))).length,Ld=(e,t)=>e===t;const Od=(Ed=function(...e){return(t,l)=>e.some((e=>e(t,l)))}(Ld,((e=Ld)=>(t,l)=>t===l||Boolean(t&&l&&t.length===l.length&&t.every(((t,n)=>e(t,l[n])))))()),(e,t)=>e===t||Boolean(e&&t&&Object.keys(e).length===Object.keys(t).length&&Object.entries(e).every((([e,l])=>Ed(l,t[e])))));var Ed;const Fd=[],Ud={},Wd={primary:"bg-white/30",secondary:"bg-main-divider"},Hd={primary:{desktop:"text-white",mobile:"text-primary-text"},secondary:{desktop:"text-secondary-text",mobile:"text-secondary-text"}},Kd=d((({count:e,version:t="secondary"})=>{const l=we(),n=l?"bg-main-divider":Wd[t],a=Hd[t][l?"mobile":"desktop"];return o("div",{className:h("w-6 h-6 rounded-full flex items-center justify-center",n),role:"status","aria-label":`Количество ${e} доступных программ и сервисов`,children:o(ze,{size:"text-xs",color:a,children:e})})})),qd=({text:e,description:t,icon:l,isActive:n,type:a})=>{const i=(e=>({btn:"w-96 "+(e?"p-m border-none bg-primary-main text-white":"p-s ease-in duration-300 bg-white"),text:e?"mb-xs text-xl":"mb-2xs text-l text-primary-text",desc:"font-light "+(e?"text-l text-white":"text-m text-secondary-text"),icon:e?"":"text-primary-main",iconVersion:e?"white":"normal",oldText:"text-m text-center",oldDesc:"text-m-light"}))(n);return c("div",{className:h("cursor-pointer text-left border-b-0 flex gap-2xs"),"aria-label":e,"aria-labelledby":`${e}-label`,children:[l?o(le,{className:h("h-6 w-6 min-w-6 min-h-6",i.icon),image:{...l,iconVersion:l?.iconVersion??i.iconVersion},width:"24",height:"24",alt:e}):null,c("div",{className:"border-0",children:[o("div",{className:"animated"===a?i.text:i.oldText,children:e}),o("div",{className:"animated"===a?i.desc:i.oldDesc,children:t})]})]})},Xd={default:"px-xs",underlined:"px-m",animated:"px-m border border-gray cursor-pointer text-left border-b-0 mt-auto flex gap-2xs"},Yd={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",animated:"text-white sm:text-white"},Gd={default:"bg-white",underlined:"bg-white",animated:"p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96"},Qd={default:"bg-white sm:bg-primary-main",underlined:"bg-white",animated:"p-2 border-none bg-primary-main text-white h-20 w-96"},Jd=d((({tag:e="div",item:t={},isActive:l=!1,type:n="default",onClick:a})=>{const i=e,{text:r,description:s,icon:d,count:m,tabName:u,...p}=t;return o(i,{className:h("h-12","block flex-1","cursor-pointer",Xd[n],l?Qd[n]:Gd[n]),role:"tablist","aria-label":"Список табов",onClick:a,...p,children:c("div",{className:h("h-full","flex justify-center items-center","text-center whitespace-nowrap",l?Yd[n]:"text-secondary-text hover:text-primary-main"),role:"tab","aria-label":`Таб ${r}`,children:[qd({text:r,description:s,icon:d,isActive:l,type:n}),Number.isInteger(m)?o("div",{className:"ml-xs",role:"status","aria-label":`Количество программ и сервисов ${m}`,children:o(Kd,{count:m,version:$d(l,n)})}):null]})})})),Zd=d((e=>o(e?.item?.href?em:tm,{...e}))),em=d((e=>{const t=he(),l=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:n,...a}=t({...e.item,onClick:l});return o(Jd,{...e,tag:"a",item:a,onClick:n})})),tm=d((({item:e={},onClick:t,...l})=>{const n=i((()=>{t&&t(e)}),[t,e]);return o(Jd,{item:e,onClick:n,...l})})),lm=(e,t,l)=>(n,a)=>o(Zd,{isActive:n===e,onClick:t,type:l,item:n},String(a)),nm=d((({className:e,tabsType:t="default",items:l=[],activeItem:n,onChange:a})=>o("div",{className:h("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tabpanel","aria-label":"Панель управления табами",children:l.map(lm(n,a,t))}))),am={categories:[],extraOptions:[],propertyType:[],stage:[]},im=bt((({className:e,hotFilters:t,filtrationSchema:l={},resetButton:n,...a})=>{const[s,{blocksToRender:d},{field:m,reset:u,update:p}]=mi(am,{block:a.block,page:a.options?.page}),x=i(((e=am)=>p(e)),[]),f=(({hotFilters:e=Fd,filtrationState:t=Ud,blocks:l=Fd,onFiltrationStateChange:n})=>{const a=r((()=>Math.max(0,e.findIndex((e=>Od(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,count:jd(l,t.filter),version:$d(t===e[a])})))),[e,l,a]),o=i((t=>{n(e[s.indexOf(t)].filter)}),[e,s]);return{activeItem:s[a],items:s,onChange:o}})({hotFilters:t,filtrationState:s,blocks:a.block?.blocks,onFiltrationStateChange:x});return c(g,{className:h("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[o(nm,{...f}),o(ai,{filtrationSchema:l,resetButton:n,field:m,reset:u}),o(ei,{blocksToRender:d,...a})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>e?.filtrationSchema||{}}),rm=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),sm=d((({children:e})=>rm?e:null)),om=d((({color:e="text-primary-main",position:t="absolute"})=>o("div",{className:h("flex justify-center items-center h-full w-full backdrop-blur-sm z-50",t),children:o("div",{className:h("inline-block h-28 w-28","animate-spin rounded-full","border-8 border-solid border-current","border-r-transparent",e),role:"status"})}))),cm="/icons/MapMarkerClusterIcon.svg",dm="/icons/MapMarkerClusterYellowIcon.svg";function mm({yandexMaps:e,map:t,points:l,isLoad:n}){if(n||!l?.length)return;t.geoObjects.removeAll();const a=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),i=hm("offices",e,a);if(l.length&&l.every((e=>"type"in e))){const n=hm("workplaces",e,a),r=um(l.filter((e=>"workplaces"===e.type)),"workplaces",e),s=um(l.filter((e=>"offices"===e.type)),"offices",e);i.add(s),n.add(r),t.geoObjects.add(n),t.geoObjects.add(i)}else{const n=um(l,"offices",e);i.add(n),t.geoObjects.add(i)}t.setBounds(e.util.bounds.fromPoints(l.map((e=>e.coords)))).then((()=>{t.getZoom()>10&&t.setZoom(10)}))}const hm=(e,t,l)=>new t.Clusterer({clusterIcons:[{href:"offices"===e?cm:dm,size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:l,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),um=(e,t,l)=>e.map((({coords:e,content:n})=>new l.Placemark(e,{balloonContentHeader:n?.header,balloonContentBody:n?.body,balloonContentFooter:n?.footer,hintContent:n?.hint},{iconLayout:"default#image",iconImageHref:"offices"===t?cm:dm,iconImageSize:[78,84],iconImageOffset:[-35,-50]}))),pm={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",font:"text-center font-sans"},gm={...pm,border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center"},xm=(e,t,l)=>o("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(gm).join(" ")} ${l}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.current.geoObjects.add(t.geoObjects)}))},children:o(H,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),fm=()=>function(e,t,l=!0){const[i,r]=n(void 0);return a((()=>{let n=!0;return Cc(e,t).then((e=>{n&&r(e)})).catch((e=>{console.error(`Failed to initialize external namespace: ${e}`)})),()=>{if(n=!1,l){const e=document.getElementById(t);e&&document.head.removeChild(e),r(void 0)}}}),[e,t,l]),i}("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${z.YANDEX_MAP_API_KEY||""}&lang=ru_RU`,!1),bm={...pm,border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center"},ym=d((({yandexMaps:e,direction:t="in"})=>{const l="in"===t?"PlusIcon":"MinusIcon";return o("div",{onClick:()=>{const l=e.current.getZoom(),n="in"===t?l+1:l-1;e.current.setZoom(n,{checkZoomRange:!0})},className:`${Object.values(bm).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:o(H,{name:l,width:"20",height:"16"})})})),vm=[55.753995,37.614069],Nm=d((({points:e,className:t="",zoom:l=5,isLoad:n})=>{const i=s(null),r=fm();if(a((()=>{i.current?(mm({yandexMaps:r,map:i.current,points:e,isLoad:n}),i.current.setCenter(wm(e))):r?.ready((()=>{i.current||(i.current=new r.Map("map",{center:wm(e),zoom:l,controls:[],suppressMapOpenBlock:!0})),mm({yandexMaps:r,map:i.current,points:e,isLoad:n})}))}),[r,e,l,n]),!r)return null;const d="z-10";return c("div",{id:"map",className:h("relative","w-full",t),children:[n?o(om,{}):null,c("div",{className:h("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",d),children:[o(ym,{yandexMaps:i}),o(ym,{yandexMaps:i,direction:"out"})]}),xm(i,r,h("right-2 top-80",d))]})})),wm=e=>{const t=[Sm(km(e,0)),Sm(km(e,1))];return t.every((e=>e))?t:vm},km=(e,t)=>e.map((e=>e.coords?.[t])),Sm=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,Cm=({__html:e,list:t})=>e||t?.length?c("div",{className:"mb-2xl border-b sm:border border-main-divider sm:rounded-md",children:[e?o("div",{className:"mb-2xl",children:o(Re,{__html:e})}):null,t?.length?o("div",{className:"flex flex-col sm:flex-row gap-2xl sm:flex-wrap pb-2xl sm:pb-xl",children:t.map(((e,t)=>c("div",{className:"flex gap-xs items-center",children:[e?.image?o(le,{image:e.image}):null,e?.text?o(ze,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,Tm={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных",premiumService:"Премиальное обслуживание",privateBanking:"Услуга Private banking",sellingCoins:"Продажа монет из драгоценных металлов",buyingCoins:"Покупка монет из драгоценных металлов",bullionOperations:"Операции со слитками",preciousMetalsOperations:"Операции с драгоценными металлами",transferringDataToBiometricSystem:"Передача фото и голоса в Единую биометрическую систему",locationDisabledPeople:"Для маломобильных",designDisabledPeople:"Для слабовидящих",remoteWorkplace:"Удаленное рабочее место",serviceDisabledPeople:"Для маломобильных граждан"},Im="flex flex-col sm:flex-row sm:flex-wrap gap-3xl pb-2xl",Bm=(e,{field:t,reset:l},n)=>{const a=n?5:6,i=(e||[]).map((e=>o(tl,{text:Tm[e],...t(e)},e))),[r,s]=a>0?[i.slice(0,a),i.slice(a)]:[i,[]];return o("div",{children:e?.length?o("div",{children:o(Ya,{renderFoldableSection:({isUnfolded:e})=>c("div",{children:[o("div",{className:Im,children:r}),o(Ga,{className:Im,isUnfolded:e,children:s})]}),renderFoldButton:Pm(l,n)})}):null})},Pm=(e,t)=>({isUnfolded:l,onToggle:n})=>c("div",{className:"flex space-x-lg",children:[t?o(be,{version:"transparent",className:"text-secondary-text [&>*]:p-0",appendRight:o(H,{name:["ArrowDownIcon","ArrowUpIcon"][Number(l)],width:"16",height:"16"}),text:["Больше фильтров","Меньше фильтров"][Number(l)],onClick:n}):null,o(be,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:e,children:Mm()})]}),Mm=()=>c("div",{className:"flex items-center",children:["Очистить фильтр",o(H,{name:"CloseIcon",width:"16",height:"16",className:"ml-2xs"})]}),Rm=()=>{},Vm=()=>[],zm=e=>"all"===e?"block":"hidden",Dm=d((({className:e,data:t=[],isLoad:l,remoteWorkplaces:a=[],renderCard:i=Rm,renderRemoteWorkplaceCard:s=Rm,filterItems:d=Vm,getBalloon:m=Rm,getBalloonRemoteWorkplaces:u=Rm,initFilterState:p={},descriptionData:g,title:x})=>{const f=x?.includes("Офис"),[b,{field:y,reset:v}]=Et(p),[N,w,k,S]=r((()=>{const e=d(t,b),l=d(a,b),n=[...e.map((e=>({type:"offices",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:m(e)}))),...l.map((e=>({type:"workplaces",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:u({address:e.address,workScheduleDescription:e.workScheduleDescription})})))].filter((e=>e.coords&&2===e.coords.length));return[e,n,l,e.length+l?.length]}),[t,a,b]),[C,T]=n("all");return c("div",{className:h("space-y-1",e),children:[c("div",{className:"bg-white",children:[c("div",{className:"p-3xl pb-0",children:[Am(x,S),g?Cm(g):null,f&&_m(t,C,T),o("div",{className:h("pb-3xl",zm(C)),children:Bm(Object.keys(p),{field:y,reset:v},f)})]}),o("div",{className:"h-[600px]",children:o(sm,{children:o(Nm,{points:w,isLoad:l,className:"h-full"})})})]}),c(sm,{children:[N.map(i),k.map(s)]})]})})),Am=(e,t)=>o("div",{className:"flex flex-col sm:flex-row gap-xs mb-2xl",children:c(N,{headingType:"h3",children:[o("span",{suppressHydrationWarning:!0,children:e}),t?o(ze,{size:"text-h2",color:"text-secondary-text",children:o("span",{suppressHydrationWarning:!0,children:` (${t})`})}):null]})}),_m=(e,t,l)=>{const n=$d("all"===t),a=$d("business"===t),i=(e,t,n)=>(e.currentTarget===e.target&&"business"===t&&n.filter((e=>e.workSchedule&&e.workSchedule.businessScheduleVisibleTag&&!e.workSchedule.businessScheduleDescription)),l(t),n);return c("div",{className:"flex gap-lg flex-col sm:flex-row pb-lg",children:[o(Kt,{"data-id":"all",onClick:t=>i(t,"all",e),version:n,children:"Для физических лиц"}),o(Kt,{"data-id":"business",onClick:t=>i(t,"business",e),version:a,children:"Для юридических лиц"})]})},$m={yellow:{border:"border-yellow-light",text:"text-yellow"},green:{border:"border-green-more-light",text:"text-green-dark"},gray:{border:"border-gray",text:"text-secondary-text"},red:{border:"border-error/30",text:"text-error"}},jm=d((({className:e,children:t,color:l="gray"})=>c("div",{className:h("sm:p-s sm:border sm:border-green rounded-md flex items-center h-fit",$m[l].border,e),children:[o("div",{className:"block pr-m sm:pr-0 sm:hidden",children:o(le,{image:{icon:"SmallClockIcon"},width:"24",height:"24"})}),o(ze,{size:"text-m",color:$m[l].text,children:t})]}))),Lm=d((({value:e,subText:t,children:l,isPhone:n,...a})=>{const i=(Array.isArray(e)?e:e?.split(",")??[]).filter(Boolean);return[i.length,l,t].every((e=>!e))?null:Om({textItems:i,subText:t,children:l,isPhone:n,...a})})),Om=({label:e,labelSize:t="text-m",textItems:l,subColor:n,subText:a,className:i,children:r,isPhone:s=!1})=>c("div",{className:h("flex gap-2xs flex-col h-full max-w-[300px]",i),children:[e?o(ze,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,r||Em(l,s),a?o(ze,{color:n,size:"text-m",children:a}):null]}),Em=(e,t)=>e.filter(Boolean).map(((e,l)=>o(ze,{size:"text-l",children:t?o("a",{href:`tel:${Fm(e)}`,children:e.trim()}):e.trim()},String(l)))),Fm=e=>e.replace(/\D/g,""),Um=d((({className:e,children:t})=>o("div",{className:h("flex flex-col sm:flex-row sm:border-t sm:border-solid sm:border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),Wm=["ArrowDownIcon","ArrowUpIcon"],Hm=["Подробнее","Скрыть"],Km=({isUnfolded:e,onToggle:t})=>c("button",{className:"w-full py-2xl cursor-pointer text-primary-main flex items-center border-b border-solid border-main-divider",onClick:t,type:"button",children:[o("div",{className:"pr-m",children:Hm[Number(e)]}),o(H,{className:"text-primary-text",name:Wm[Number(e)],width:"16",height:"16"})]}),qm=({location:e,address:t,billAcceptorType:l,terminalType:n,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},d)=>{const m=[{label:"Устройство",value:Gm(n)},{label:"Модуль приема наличных",value:a?"Да":"Нет"},{label:"Прием наличных пачкой",value:"банкомат принимает пачками"===l?"Да":"Нет"},{label:"Доступность",value:["внешняя установка","территория банка"].includes(r)?"Общедоступный":""},{label:"Регистрационный номер",value:i}];return c("div",{className:"bg-white col-span-12 p-3xl sm:border-green sm:border",children:[c("div",{className:"sm:flex sm:justify-between",children:[c("div",{children:[o(ze,{size:"text-h4",children:Gm(e)}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:t})]}):null]}),o("div",{className:"whitespace-nowrap",children:o(jm,{color:"green",children:Gm(s)})})]}),o("div",{className:"hidden sm:block",children:o(Um,{className:"flex-wrap",children:m?.map(Ym)})}),o(Ya,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(Ga,{isUnfolded:e,children:o(Um,{className:"flex-wrap",children:m?.map(Ym)})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Km({isUnfolded:e,onToggle:t})})]},String(d))},Xm=({address:e="",terminalType:t,atmCode:l=""})=>({header:`${Gm(t)} №${l}`,body:e.toUpperCase()}),Ym=(e,t)=>o(Lm,{...e},String(t)),Gm=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",Qm=[];const Jm=async e=>{const t=await mt(e,{method:"GET"});return Array.isArray(t)?t:Qm},Zm={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1,locationDisabledPeople:!1,designDisabledPeople:!1},eh={terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable),locationDisabledPeople:e=>Boolean(e.locationDisabledPeople),designDisabledPeople:e=>Boolean(e.designDisabledPeople)},th=d((({descriptionData:e,className:t})=>{const[l]=Zs(),n=l?.code??"000",{data:a,isLoad:i}=function(e){const{data:t,error:l}=hn(`/api/v1/atms?regionCode=${e}`,Jm);return{data:t||Qm,isLoad:!t&&!l}}(n);return o(Dm,{className:t,filterItems:lh,data:a,isLoad:i,initFilterState:Zm,renderCard:qm,getBalloon:Xm,title:`Банкоматы филиала ${l?.name}`,descriptionData:e})})),lh=(e,t)=>{const l=Object.keys(t).filter((e=>t[e])),n=l.filter((e=>e.startsWith("terminalType"))),a=l.filter((e=>!n.includes(e)));return e.filter((e=>{const t=a.every((t=>eh[t](e))),l=!n.length||n.some((t=>eh[t](e)));return t&&l}))},nh=e=>{const t=ih(e);return o(Lm,{label:"Режим работы",value:t,className:"max-w-none"})},ah=({workTime:e="",lunchHour:t="",daysOff:l=""},n=!1)=>e?[`${n?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",l?`не работает: ${l}`:""].filter(Boolean).join("; "):"",ih=e=>{const t=e.find((e=>"workingSaturday"!==e.key&&Boolean(e.status)&&Boolean(e.workTime))),l=e.find((e=>"workingSaturday"===e.key&&Boolean(e.status)&&Boolean(e.workTime))),n=e.filter((e=>!e.status)).map((e=>e.short?.toLowerCase())).join(", ");return[ah({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:l?"":n}),ah({workTime:l?.workTime,lunchHour:l?.lunchHour,daysOff:n},!0)].filter(Boolean)},rh=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],sh=e=>rh.map((([t,l,n])=>({key:t,title:n,short:l,status:Boolean(e?.[t]),get workTime(){return"workingSaturday"===t?e?.workTimeSaturday:e?.workTime},get lunchHour(){return"workingSaturday"===t?e?.lunchHourSaturday:e?.lunchHour},get hasLunch(){return/\d+/.test(this.lunchHour??"")}}))),oh=e=>{if(!e)return null;const t=ch(e);return c(Um,{className:"border-none",children:[o(Lm,{label:"Для юридических лиц",labelSize:"text-l",children:o("div",{className:"flex gap-1",children:t.map(dh)})}),o(Lm,{label:"Режим работы",className:"max-w-none",children:o(ze,{children:e})})]})},ch=e=>{const t=rh.map((([,e])=>({short:e,status:!0}))),l=e.split("/")??[],n=l[l.length-1]?.toLowerCase();return n?.includes("выходной")?t.map((e=>({...e,status:!n?.includes(e.short.toLowerCase())}))):t},dh=({short:e,status:t},l)=>o("div",{className:h("w-9 h-9 rounded-md flex items-center justify-center",t?"bg-green-more-light text-green-dark":"bg-error/30 text-error"),children:o(ze,{size:"text-xs",children:e})},String(l)),mh=({currency:e,buyExchangeRate:t,saleExchangeRate:l},n)=>c("div",{className:"flex gap-lg h-full",children:[e?.currency?o(Lm,{label:"Валюта",value:e.currency}):null,t?o(Lm,{label:"Купить",value:String(t)}):null,l?o(Lm,{label:"Продать",value:String(l)}):null]},String(n)),hh=(new Date).getDay(),uh=e=>{const[t]=e?.slice(hh-1)??[];if(!t)return null;const{lunchHour:l,status:n,workTime:a,hasLunch:i}=t;return n?c("div",{className:"flex gap-s items-start whitespace-nowrap",children:[a?o(jm,{color:"green",children:a}):null,l&&i?o(jm,{color:"yellow",children:`перерыв: ${l}`}):null]}):o(jm,{color:"red",children:"Выходной"})},ph=({lunchHour:e,hasLunch:t=!1,status:l=!1})=>l?e&&t?`Перерыв ${e}`:e:"Не работает",gh=({title:e,status:t,workTime:l,lunchHour:n,hasLunch:a},i)=>o(Lm,{label:e,value:t&&l?l:"",subText:ph({lunchHour:n,hasLunch:a,status:t}),subColor:!t||a?"text-error":"text-green-dark"},String(i)),xh=e=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p>`,fh=e=>`<p><b>Режим обслуживания физ. и юр. лиц:<br/></b> ${e}</p>`,bh=(e,t)=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p> <p><b>Режим обслуживания юр.лиц:<br/></b>${t}</p>`,yh=({name:e,address:t,phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m},h)=>{if(!d)return null;const u=sh(d);return c("div",{className:"bg-white col-span-12 p-3xl sm:border-green sm:border",children:[c("div",{className:"sm:flex sm:justify-between",children:[c("div",{children:[o(ze,{size:"text-h4",children:e}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:t})]}):null]}),uh(u)]}),o("div",{className:"hidden sm:block",children:vh({phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),o(Ya,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(Ga,{isUnfolded:e,children:vh({phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Km({isUnfolded:e,onToggle:t})})]},String(h))},vh=({phone:e,fax:t,phoneBusiness:l,phoneNatural:n,phoneCallCentre:a,phoneCurrencyControl:i,workSchedule:r,exchangeRate:s})=>{const d=sh(r),m=r?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return c("div",{children:[c(Um,{className:"flex-wrap border-b border-solid border-main-divider",children:[o(Lm,{label:"Факс",value:t,isPhone:!0}),o(Lm,{label:"Телефон филиала",value:e,isPhone:!0}),o(Lm,{label:"Для обращений юридических лиц",value:l,isPhone:!0}),o(Lm,{label:"Обслуживание физических лиц",value:n,isPhone:!0}),o(Lm,{label:"Для консультаций по валютному контролю",value:i,isPhone:!0}),o(Lm,{label:"Контакт-центр",value:a,isPhone:!0})]}),r?.isMatchesPattern?o(Um,{children:o(Lm,{label:m,labelSize:"text-l",className:"w-full max-w-none",children:o("div",{className:"flex flex-wrap gap-xs sm:justify-between pt-xs",children:d?.map(gh)})})}):c(Um,{children:[o(Lm,{label:m,labelSize:"text-l",children:o("div",{className:"flex gap-1",children:d?.map(dh)})}),nh(d)]}),r?.businessScheduleVisibleTag?oh(r?.businessScheduleDescription):null,s?.currencies?.length?o(Um,{className:"flex-wrap",children:s?.currencies?.map(mh)}):null]})},Nh=({name:e="",address:t="",workSchedule:l})=>{const n=(a=e)?`${a?.charAt(0)?.toUpperCase()}${a?.slice(1)}`:"";var a;const i=`${t} ${(e=>{const t=sh(e),l=e?ih(t):"",n=e?e.businessScheduleDescription:"";return e?e.businessScheduleVisibleTag?e.businessScheduleVisibleTag&&null===e.businessScheduleDescription?xh(l):bh(l,n):fh(l):null})(l)}`;return{header:n,body:i}},wh=({address:e,workScheduleDescription:t},l)=>t?c("div",{className:"bg-white col-span-12 p-3xl sm:border-yellow sm:border",children:[o("div",{className:"sm:flex sm:justify-between",children:c("div",{children:[o(ze,{size:"text-h4",children:"Удаленное рабочее место"}),e?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:e})]}):null]})}),o("div",{className:"hidden sm:block",children:kh({workScheduleDescription:t})}),o(Ya,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(Ga,{isUnfolded:e,children:kh({workScheduleDescription:t})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Km({isUnfolded:e,onToggle:t})})]},String(l)):null,kh=({workScheduleDescription:e})=>c("div",{children:[c(Um,{className:"flex",children:[o(Lm,{label:"Операции для физических лиц",children:o(ze,{children:"Оформление и обслуживание кредитов, счетов, вкладов"})}),o(Lm,{label:"Операции для физических лиц",children:o(ze,{children:"Оформление и обслуживание банковских карт"})}),o(Lm,{label:"Операции для физических лиц",children:o(ze,{children:"Инвестиционное и накопительное страхование"})}),o(Lm,{label:"Операции для физических лиц",children:o(ze,{children:"Безналичные операции в рублях, переводы без открытия счёта"})})]}),o("hr",{className:"text-main-divider pb-xl"}),o(Lm,{label:"Режим работы",className:"max-w-none",children:o(ze,{children:e})})]}),Sh=({address:e="",workScheduleDescription:t})=>({header:"Удаленное рабочее место",body:`${e} ${t}`}),Ch={branches:[],remoteWorkplaces:[]};const Th=async e=>await mt(e,{method:"GET"})||Ch,Ih={workingSaturday:!1,premiumService:!1,privateBanking:!1,remoteWorkplace:!1,serviceDisabledPeople:!1,sellingCoins:!1,buyingCoins:!1,bullionOperations:!1,preciousMetalsOperations:!1,transferringDataToBiometricSystem:!1},Bh={workingSaturday:e=>Boolean("workSchedule"in e&&e.workSchedule?.workingSaturday),premiumService:e=>Boolean("premiumService"in e&&e.premiumService),privateBanking:e=>Boolean("privateBanking"in e&&e.privateBanking),remoteWorkplace:e=>Boolean("workScheduleDescription"in e),serviceDisabledPeople:e=>Boolean("serviceDisabledPeople"in e&&e.serviceDisabledPeople),sellingCoins:e=>Boolean("sellingCoins"in e&&e.sellingCoins),buyingCoins:e=>Boolean("buyingCoins"in e&&e.buyingCoins),bullionOperations:e=>Boolean("bullionOperations"in e&&e.bullionOperations),preciousMetalsOperations:e=>Boolean("preciousMetalsOperations"in e&&e.preciousMetalsOperations),transferringDataToBiometricSystem:e=>Boolean("transferringDataToBiometricSystem"in e&&e.transferringDataToBiometricSystem)},Ph=d((({className:e})=>{const[t]=Zs(),l=t?.code??"000",{data:n,isLoad:a}=function(e){const{data:t,error:l}=hn(`/api/v1/branchesAndRemoteWorkplaces?regionCode=${e}`,Th);return{data:t||Ch,isLoad:!t&&!l}}(l);return o(Dm,{className:e,filterItems:Mh,data:n?.branches,isLoad:a,remoteWorkplaces:n?.remoteWorkplaces,initFilterState:Ih,renderCard:yh,renderRemoteWorkplaceCard:wh,getBalloon:Nh,getBalloonRemoteWorkplaces:Sh,title:`Офисы филиала ${t?.name}`})})),Mh=(e,t)=>{const l=Object.keys(t).filter((e=>t[e]));return e.filter((e=>l.every((t=>Bh[t](e)))))},Rh=d((({data:e,className:t,...l})=>{const n=e?.dataType??"offices";return o(g,{version:"transparent",className:h(t),defaultPadding:"p-0",...l,children:"offices"===n?o(Ph,{}):o(th,{descriptionData:e})})})),Vh=d((({className:e,title:t,description:l="Блок в разработке...",...n})=>c(g,{className:h("box-border",e),...n,children:[o(S,{className:"max-w-[600px]",title:t,description:l,headlineVersion:"L",align:"text-left",isEmbedded:!0}),o(x,{})]}))),zh="hidden sm:flex absolute z-40 top-10",Dh=bt((({className:e="",padding:t,slides:l=[],...a})=>{const[i,r]=n(0),[s,d]=Va({itemCount:l?.length||0});return c(g,{className:h("box-border overflow-hidden",e),defaultPadding:"pt-6xl",padding:t,...a,children:[o("div",{className:"flex duration-1000",style:{transform:`translateX(-${100*i}%)`},role:"list",children:l.map((({productBlock:e},t)=>o("div",{className:"box-border grow-0 shrink-0 basis-full",role:"listitem",children:o(tt,{className:"pl-6xl h-full",headlineVersion:"M",isFullWidthTitle:!1,...e,...a})},String(t))))}),c("div",{className:"relative pr-xs mt-m -mb-m flex gap-xs box-border",children:[o(ya,{containerRef:s,snapAlign:"snap-start",onVisibleIndicesChange:d.handleVisibleIndicesChange,itemClassName:"h-40 flex items-stretch w-screen",gap:8,children:l.map(Ah({activeSlideIndex:i,onClick:r}))}),d.canScrollLeft?o($a,{className:h("left-6",zh),onClick:d.scrollLeft}):null,d.canScrollRight?o(ja,{className:h("right-6",zh),onClick:d.scrollRight}):null]})]})})),Ah=({activeSlideIndex:e,onClick:t})=>({nav:l},n)=>{const a=n===e,i=a?"min-w-[370px] mt-s h-28 bg-white shadow-dark-blue border-none p-6":"min-w-72 mt-lg h-24 ease-in duration-300 bg-white/10 px-xl py-lg hover:backdrop-blur",r=a?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=a?"text-secondary-text text-l font-light":"text-secondary-text text-m font-light group-data-secondary:text-white/80";return c("button",{type:"button",onClick:()=>t(n),"aria-label":l?.title,className:h("relative overflow-hidden grow","ml-xs px-xl","box-border basis-0 border","border-gray group-data-secondary:border-white/50","text-left whitespace-nowrap",i),children:[o("div",{className:r,children:l?.title}),o("div",{className:s,children:l?.description})]},String(n))},_h=d((({address:e,email:t,telephone:l,button:n,className:a="",__html:i,icon:r,title:s,version:d="primary",...m})=>c(g,{className:h("box-border text-left space-y-s",a),version:d,...m,children:[c("div",{className:"w-full flex justify-between flex-row-reverse",children:[We(r)?o("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:o(le,{image:r})}):null,s?o(N,{headingType:"h3",as:"h3",title:s}):null]}),c("div",{className:"w-full space-y-m",children:[i?$h(i):null,jh({label:"Адрес",data:e,iconName:"GeolocationIcon"}),jh({label:"Телефон(факс)",data:l,iconName:"PhoneIcon"}),jh({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),n?.text?He([n]):null]})]}))),$h=e=>o("div",{className:"border-b border-main-divider pb-lg",children:o(Re,{__html:e,itemSize:"list-s"})}),jh=({label:e,data:t,iconName:l,dataColor:n=""})=>t?c("div",{className:"flex gap-s",children:[o(H,{iconVersion:"black",name:l,width:"24",height:"24"}),c("div",{className:"flex flex-col gap-2xs",children:[o(ze,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),o(ze,{size:"text-xl",color:n,children:t})]})]}):null,Lh=d((e=>{const{__html:t,richVersion:l="",...n}=e;return o(g,{defaultPadding:"p-0",...n,children:o(Re,{__html:t,richVersion:l})})})),Oh=d((({label:e,labelIconBgVersion:t,icon:l,onToggle:n,labelIcon:a})=>o(Ka,{tag:"button",className:h("border-none bg-transparent items-center group/button",a?.icon?"py-xs":"py-lg"),onClick:n,textNode:c("div",{className:"flex items-center text-start group-hover/button:text-primary-main gap-s",children:[null,e?o(ze,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:l?o(H,{name:l,iconVersion:"color",width:"24",height:"24"}):null}))),Eh=(e=!1)=>e?"flex flex-wrap group-last:last:pb-0":"grid grid-cols-12 [&>*]:pb-m",Fh=(e=!1)=>e?"MinusIcon":"PlusIcon",Uh=(e=!1)=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon",Wh=bt((({className:e="",isExpanded:t,isFoldButtonOnTop:l=!0,label:n="Развернуть",labelIcon:a,labelIconBgVersion:i,foldButtonVersion:r="default",version:s,role:c,...d})=>{const m=we();return o(g,{className:h("w-full","border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",role:c,...d,children:o(Ya,{isFoldButtonOnTop:l,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>o(Ga,{className:h("gap-lg",Eh(m)),isUnfolded:e,children:M({...d,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Hh({foldButtonVersion:r,label:n,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t,isMobile:m})})})}),{childrenTypes:{exclude:["RollupItem"]}}),Hh=({foldButtonVersion:e,label:t,labelIcon:l,labelIconBgVersion:n,isUnfolded:a,onToggle:i,isMobile:r=!1})=>{const s=t||(a?"Скрыть":"Развернуть"),c=((e=!1,t=!1)=>t?Uh(e):Fh(e))(a,r);return"accordion"===e?o(Oh,{label:s,labelIcon:l,labelIconBgVersion:n,icon:c,onToggle:i}):o(qa,{label:s,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},Kh=d((({className:e=""})=>{const[t,l]=n("option2"),a=i((e=>l(e)),[]);return c("div",{className:h("order-4",e),role:"radiogroup",children:[o(Xn,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),o(Xn,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),qh=d((({data:e,fieldLabel:t,fieldValue:l,selected:n,placeholder:a="",setSelected:i,label:r})=>{const s=e.filter(Boolean).map((e=>({key:e?.[l||t],text:e?.[t]}))),c=s.find((e=>e.key===n));return o(bl,{options:s,label:r,placeholder:a||n,onChange:e=>i(e.key),value:c})})),Xh=d((({regions:e=[],selectedRegion:t,onSelectedRegion:l,branches:n=[],selectedBranch:a,onSelectedBranch:i})=>c("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[o("div",{className:"flex-1 min-w-0",children:o(qh,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:l,label:"Регион"})}),o("div",{className:"flex-1 min-w-0",children:o(qh,{data:n,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),Yh=["От 1 дня","До 365 дней"],Gh=d((({days:e,setDays:t})=>c("div",{className:"order-1",children:[o(ze,{size:"text-m",font:"font-light",children:"Срок аренды"}),o(Sn,{min:1,max:365,value:e,items:Yh,onChange:t})]}))),Qh=d((({caseVolumes:e=[],selectedCaseVolume:t,onSelectedCaseVolume:l,safeBoxCases:n=[],selectedBoxSize:a,onSelectedBoxSize:i})=>c("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[o("div",{className:"flex-1 min-w-0",children:o(qh,{data:e,fieldLabel:"volume",selected:t,setSelected:l,label:"Размер",placeholder:"Выберите размер"})}),o("div",{className:"flex-1 min-w-0",children:o(qh,{data:n,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),Jh=d((({regions:e,selectedRegion:t,branches:l,selectedBranch:n,days:a,selectedCaseVolume:i,selectedBoxSize:r,safeBoxCases:s,caseVolumes:d,onChange:m,onClick:h})=>c("div",{className:"contents @xl:block flex-1 space-y-xl",children:[o(Xh,{regions:e,selectedRegion:t,onSelectedRegion:e=>m({selectedRegion:e}),branches:l,selectedBranch:n,onSelectedBranch:Zh(m)}),o(Gh,{days:a,setDays:e=>m({days:e})}),o(Qh,{caseVolumes:d,selectedCaseVolume:i,onSelectedCaseVolume:eu(m),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>m({selectedBoxSize:e})}),o("div",{className:"order-4",children:o(ze,{size:"text-l",font:"font-light",color:"text-secondary-text",children:"Тип договора"})}),c("div",{className:"contents @md:flex justify-between items-center gap-m",children:[o(Kh,{}),o(be,{text:"Офисы на карте",version:"primary",onClick:h,className:"order-6"})]})]}))),Zh=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},eu=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},tu=d((({days:e,tariffs:t=[]})=>{const l=nu(e,t),n="На рисунке изображена пачка листов\nформата А4";return c("div",{className:"contents @xl:flex flex-col justify-between gap-xl order-2",children:[c("div",{className:"flex flex-col @xl:flex-row gap-x-6xl gap-y-2xl order-5 @xl:order-none py-2xl @xl:py-0 border-t border-main-divider @xl:border-none",children:[lu("Аренда за",e),lu("Цена",l+" ₽")]}),o("div",{className:"@xl:hidden order-3 mb-xs",children:o(w,{size:"text-s",font:"font-light",color:"text-secondary-text",children:n})}),c("div",{className:"flex flex-col items-center gap-s order-3 @xl:order-none mb-xl @xl:mb-0 bg-primary-main py-s @xl:p-3xl text-center",children:[o(le,{image:{icon:"PackA4Icon"},className:"@xl:h-60"}),o("div",{className:"hidden @xl:inline opacity-80 whitespace-pre-line",children:o(w,{size:"text-s",font:"font-light",color:"text-white",children:n})})]})]})})),lu=(e,t)=>c("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[o(ze,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o("span",{className:"text-l @xl:text-h3 text-primary-text",children:t})]}),nu=(e,t)=>{const l=au(e);return e*(t?.find((e=>e.tariffType===String(l)))?.tariffValue||0)},au=e=>{let t=1;switch(!0){case e>30&&e<=90:t=2;break;case e>90&&e<=180:t=3;break;case e>180&&e<=365:t=4}return t},iu=(e,t)=>e.find((e=>e.branchCode===t)),ru=d((e=>{const{regions:t,data:l,branches:n,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[l.selectedRegion,i]);const s=iu(n,l.selectedBranch),d=su(s?.safeBoxCaseVolumes),m=ou(s?.safeBoxCaseVolumes,l.selectedCaseVolume)?.safeBoxCases,h=cu(m,l.selectedBoxSize);return c("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[o(Jh,{...l,regions:t,onClick:r,branches:n,caseVolumes:d,safeBoxCases:m,onChange:i}),o(tu,{days:l.days,tariffs:h})]})})),su=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],ou=(e,t)=>e?.find((e=>e.volume===t)),cu=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,du=[];const mu=async e=>await mt(e,{method:"GET"})||du,hu=d((({title:e,footnote:t,className:l="",...a})=>{const[r,s]=n(!1),d=i((()=>s((e=>!e))),[]),[m,h]=n({selectedRegion:"",selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:"",days:26}),u=En(),p=uu(m.selectedRegion,u),x=function(e){const{data:t}=hn(e?`/api/v1/safeboxes?regionCode=${e}`:null,mu);return t||du}(p),f=i((e=>h((t=>({...t,...e})))),[h]),b=(y=iu(x,m.selectedBranch)||x,Array.isArray(y)?y.map((e=>({coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)].filter(Boolean),content:void 0}))).filter((e=>e.coords&&2===e.coords.length)):y?.gpsLatitude&&y?.gpsLongitude?[{coords:[y.gpsLatitude,y.gpsLongitude]}]:[]);var y;return c(g,{className:l,defaultPadding:"",...a,children:[c("div",{className:"p-4xl space-y-xl",children:[e?o(N,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,o(ru,{regions:u,branches:x,data:{...m,selectedRegion:p},onClick:d,onChange:f}),t?o(w,{size:"text-s",font:"font-light",children:t}):null]}),b.length&&r?o(Nm,{points:b,className:"h-[640px]"}):null]})})),uu=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e,pu=e=>e<4?"w-72":"w-52",gu={description:"text-white/80 text-l font-light group-data-primary:text-secondary-text group-data-gray:text-secondary-text",iconText:"text-white group-data-primary:text-secondary-text group-data-gray:text-secondary-text",iconBackground:"bg-white/30 group-data-primary:bg-main-divider",iconConnector:"bg-white group-data-primary:bg-secondary-light",dot:"bg-white/80 group-data-primary:bg-secondary-text"},xu=d((({buttons:e,className:t="",description:l,showLines:n=!0,steps:a=[],stepVersion:i="gray",title:r,version:s="primary",...d})=>{const m=a.length>3,u=gu,p=(e=>e?"":"opacity-0")(n),x=we();return c(g,{className:h("box-border flex flex-col items-center overflow-hidden gap-y-3xl",t),defaultPadding:"p-6xl",version:s,...d,children:[o(S,{headlineVersion:"S",title:r,description:l,isEmbedded:!0,className:"w-full",align:xi(x)}),a?.length?c("div",{className:"box-border space-y-lg flex flex-col justify-center",children:[o("div",{className:h("flex items-center",m?"px-16":"px-24"),children:li(o("div",{className:h("h-0.5 w-full bg-secondary-light flex-1",p)}))(a.map(fu(u,m,i)))}),o("div",{className:h("flex justify-between",m?"gap-x-s":"gap-x-20"),children:a.map((f={styleMap:u,version:s},(e,t,l)=>{const{styleMap:n,version:a}=f,{label:i,description:r,button:s,isDotted:d}=e;return c("div",{className:h("relative flex flex-col items-center text-center justify-between whitespace-pre-line overflow-hidden space-y-3xl",pu(l.length)),children:[c("div",{className:"space-y-xs",children:[i?o(ze,{size:"text-h6",align:"text-center",children:i}):null,c("div",{className:"flex flex-col items-center gap-3xs",children:[r?o("div",{className:n.description,children:r}):null,o(Re,{__html:e.__html,itemSize:"list-s",isDotted:d})]})]}),s?.text?o(be,{className:"box-border py-s w-full max-w-60 mt-auto",version:a,...s,children:s?.text}):null]},String(t))}))})]}):null,He(e)]});var f})),fu=(e,t,l)=>({icon:n},a)=>{const i="secondary"===l?"white":"color";return o(g,{defaultPadding:"",className:`${bu(t)} flex justify-center items-center text-center rounded-full box-border z-10`,version:l,children:We(n)?o(le,{image:{...n,iconVersion:n?.iconVersion||i},width:"48",height:"48"}):o("span",{className:h("text-h4","transparent"===l?e.iconText:(r=l,"secondary"===r?"group-data-primary:text-white":"text-secondary-text")),children:a+1})},String(a));var r},bu=e=>e?"h-16 w-16":"h-24 w-24",yu=d((()=>o("div",{className:"hidden",role:"none"}))),vu="hidden sm:flex absolute z-40",Nu={default:{item:"flex-1",gap:0,buttonTop:"top-0"},animated:{item:"flex",gap:8,buttonTop:"top-5"},underlined:{item:"",gap:0,buttonTop:"top-0"}},wu=d((({className:e,items:t=[],activeItem:l,onChange:n,tabsType:i="default"})=>{const[r,s]=Va({itemCount:t?.length||0});return a((()=>ku(r.current,t,l)),[]),c("div",{className:h("relative overflow-x-auto no-scrollbar",e),children:[o(ya,{containerRef:r,snapAlign:"snap-start",onVisibleIndicesChange:s.handleVisibleIndicesChange,itemClassName:Nu[i].item,gap:Nu[i].gap,children:t.map(lm(l,n,i))}),s.canScrollLeft?o($a,{className:h("left-6",vu,Nu[i].buttonTop),onClick:s.scrollLeft}):null,s.canScrollRight?o(ja,{className:h("right-6",vu,Nu[i].buttonTop),onClick:s.scrollRight}):null]})})),ku=(e,t,l)=>{const n=t.findIndex((e=>e===l));e&&n>0&&e.scrollTo({left:e?.children[n]?.offsetLeft,behavior:"smooth"})},Su={default:{wrapper:"",component:""},animated:{wrapper:"border-b-8 border-primary-main bg-white",component:"m-auto"},underlined:{wrapper:"flex",component:"m-auto"}},Cu=({className:e="",tabsType:t="animated",...l})=>t?o("div",{className:h(Su[t].wrapper,e),children:o(wu,{className:Su[t].component,tabsType:t,...l})}):null,Tu=bt((({className:e="",tabs:t=[],block:l,tabsType:r,showCounter:s=!1,isSticky:d=!1,...m})=>{const u=Iu(l??{}),p=R(),x=t.every((e=>"link"===e?.type)),f=s?t.map((e=>({...e,count:"group"===e?.type?l?.slots?.[e?.tabName??""]?.length??0:0}))):t,{isReady:b}=p,[y,v]=n(Mu(f,((e="")=>{const t=globalThis?.location?.href;return t?new URL(t).searchParams.get(e):null})(u))),N=f[y],w=f.findIndex((e=>Boolean(e.selected)));a((()=>{const e=p.query[u]?f.findIndex(((e,t)=>"group"===e.type&&(e?.tabName??String(t))===p.query[u])):w;v(-1===e?0:e)}),[b,w,u]);const k=Pu(f[y],y),S=i((e=>{const t=f.indexOf(e),l=f[t];v(t),"group"===l.type&&((e,t)=>{const l=new URLSearchParams(p.query);e.text?l.set(u,e?.tabName??String(t)):l.delete(u),p.replace(`${p.pathname}?${l}`,"",{scroll:!1})})(e,t)}),[f]);return c(g,{className:h({"sticky top-1 z-20":d&&x},e),defaultPadding:"p-0",block:l,...m,children:[Cu({className:h({"pb-1":l?.slots&&"default"===r,"sticky top-1 z-20":d&&!x}),items:Bu(t,f),activeItem:N,tabsType:r,onChange:S}),o("div",{className:"space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:Object.entries(l?.slots??{}).map((([e,t])=>P(t,{...m?.options,slotName:k,parent:l,extraProps:{className:e===k?"":"hidden"}})))})]})}),{slots:({tabs:e})=>e?.map(Pu)?.filter(Boolean)||[]}),Iu=({__id:e,anchor:t})=>t??e??"tabs",Bu=(e,t)=>t?.length?t:e,Pu=(e,t)=>"group"===e?.type?e?.tabName||`Слот №${t+1}`:"",Mu=(e,t)=>t?Number(t):e.reduce(((e,t,l)=>t.selected?l:e),0),Ru={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},Vu=d((({children:e,activeIndex:t,columnWidth:l,version:n="comparison"})=>o("div",{className:"flex flex-1 overflow-hidden",children:o("div",{className:Ru[n],style:{transform:`translateX(-${t*l}px)`},children:e})}))),zu=d((({className:e="",isOpen:t,onClick:l})=>o(be,{className:e,appendRight:o(le,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"20",height:"20"}),text:t?"Скрыть":"Показать",version:"gray",onClick:l}))),Du={Buttons:({buttons:e})=>He(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?o(le,{image:e}):null,RichText:({__html:e,isDotted:t=!0})=>o("div",{className:"flex flex-col justify-between items-start text-h6",children:o(Re,{__html:e,isDotted:t,itemSize:"list-m"})}),LabelDescription:({label:e,description:t})=>c("div",{className:"space-y-2xs",children:[e?o("div",{children:o(ze,{size:"text-h6",children:e})}):null,t?o("div",{className:"lg:text-l font-light text-xs",children:o(ze,{color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,tableSource:l,pdfUrl:n,isOpen:a})=>e?o(zu,{isOpen:a,onClick:()=>{t({tableSource:l,pdfUrl:n})}}):null},Au=d((({cell:e,fieldIdx:t,rowIdx:l,cellIdx:i,setTableInner:r,tableInner:s,openTableInnerIdx:o,setOpenTableInnerIdx:c})=>{const[d,m]=n(!0);a((()=>{i===o&&s||m(!0)}),[s,o]);return _u({cell:e,cellProps:{rowIdx:l,cellIdx:i,fieldIdx:t,displayTable:e=>{m(!1),c(i),r(e)},isVisible:d}})})),_u=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:l,...n}=e;if(!l||!(l in Du))return null;return o(Du[l],{...t,...n})},$u=d((({cells:e,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})=>o("div",{className:"w-80 flex-grow flex flex-col gap-m @4xl:gap-lg",role:"cell",children:e?.length?e.map(((e,s)=>o(Au,{cell:e,fieldIdx:s,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r},String(s)))):null}))),ju=(e,t)=>140*Be(e.slice(0,t).map((e=>e?.cols?.length??1))),Lu=(e,t)=>e?.length>0?o("div",{className:h("flex",{"text-secondary-text":0===t}),children:e.map(((e,t)=>o("div",{className:"w-20 mx-lg",children:o(ze,{size:"text-h6",font:"font-light",children:e})},String(t))))}):null,Ou=d((({rows:e})=>{const t=e?.[0]?.length??0,[l,n]=od({itemCount:t,visibleItemCount:5});return c("div",{children:[e?.map((a=l,(e,t)=>{if(!e?.length)return null;const[l,...n]=e,i=h("flex duration-1000 text-center",0!==t?"font-normal":"font-light");return c("div",{className:"flex border-main-divider border-b border-solid h-full",children:[l?.data?o("div",{className:"whitespace-pre-wrap sm:whitespace-normal w-48 sm:w-56 sm:min-w-56 py-lg pr-lg sm:pr-0",children:o(ze,{size:"text-xl",font:"font-light",children:l.data})}):null,o("div",{className:"flex flex-grow overflow-hidden",children:o("div",{className:i,style:{transform:`translateX(-${ju(n,a)}px)`},children:n?.map(((e,t)=>c("div",{className:"flex flex-col flex-grow gap-s justify-center py-xl odd:bg-main-divider",children:[e?.data?o(ze,{size:"text-xl",children:e.data}):null,e?.cols?Lu(e.cols,a):null]},`row${t}`)))})})]},String(t))})),cd({...n,btnClass:["left-3 top-20","right-3 top-20"],className:""})]});var a})),Eu=d((({activeTabIndex:e,items:t})=>o("div",{children:t.map(((t,l)=>{const n=`activeTabIdx:${e}-tableIdx:${l}`;return c("div",{className:"w-full @container",children:[o("div",{className:"flex py-m sm:px-m bg-white @4xl:bg-gray relative",children:o(ze,{size:"text-xl",align:"text-left",children:t.title})}),o("div",{className:"w-full sm:pl-xs overflow-hidden transition-height duration-500 ease-in-out",children:o("div",{className:"relative",children:o(Ou,{rows:t.rowsData})})})]},n)}))}))),Fu=(e=!1)=>""+(e?"text-white":"text-secondary-text"),Uu=d((({currencies:e,linkToPDF:t,activeTabIndex:l,setActiveTabIndex:n})=>c("div",{className:"flex justify-between items-center w-full py-lg",children:[e&&e.length>1?o("div",{className:"flex bg-secondary-light p-2xs rounded-md",children:e.map(((e,t)=>o("div",{className:h("rounded-md px-4 py-3 cursor-pointer",{"bg-primary-main":t===l}),onClick:()=>n(t),children:o(ze,{size:"text-xl",font:"font-light",color:Fu(t===l),children:e||t+1})},e)))}):null,t?o(be,{className:"text-primary-main",href:t,version:"secondary",target:"_blank",appendLeft:o(H,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]}))),Wu=bt((({tableSource:e,pdfUrl:t,onClick:l})=>{const a=e?.tableData,[r,s]=n(0),d=i((e=>s(e)),[]),m=a?.[r]?.items??[],h=a?.map((e=>e.currency??""));return c("div",a?{className:"bg-white z-10",children:[o(Uu,{currencies:h,activeTabIndex:r,setActiveTabIndex:d,linkToPDF:t}),o(Eu,{activeTabIndex:r,items:m}),o(zu,{className:"mt-xl",onClick:l,isOpen:!0})]}:{className:"my-lg space-y-m text-center",children:[o(ze,{size:"text-h6",children:"Данных нет"}),o(zu,{onClick:l,isOpen:!0})]})})),Hu=d((({children:e,tableInner:t,onHideContentClick:l})=>c("div",{className:"self-start flex flex-col",role:"row",children:[o("div",{className:h("@4xl:border-main-divider @4xl:border-b","flex flex-col @4xl:flex-row gap-y-xs gap-x-5xl pb-lg @4xl:pt-lg"),children:e}),t?o("div",{className:"origin-top animate-expansion",children:o(Wu,{...t,onClick:l})}):null]}))),Ku=d((({row:{header:e,data:t},activeIndex:l,rowIdx:a,...r})=>{const[s,d]=n(void 0),m=i((e=>d(e)),[]),[u,p]=n(void 0),g=i((e=>p(e)),[]);return c(Hu,{onHideContentClick:()=>d(void 0),tableInner:s,...r,children:[o("div",{className:h("text-s","w-80 flex-shrink-0"),children:c("div",{className:"flex gap-m items-center",role:"cell",children:[e?.icon?o(le,{className:"hidden @4xl:block max-w-6 shrink-0",image:e.icon,width:"24",height:"24"}):null,e?.title?o(ze,{size:"text-m",font:"font-light",color:"text-primary-text",children:e?.title}):null]})}),t?.length?o(Vu,{activeIndex:l,columnWidth:360,version:"tariff",children:t.map(((e,t)=>o($u,{cells:e,rowIdx:a,cellIdx:t,setTableInner:m,tableInner:s,openTableInnerIdx:u,setOpenTableInnerIdx:g,...r},String(t))))}):null]})})),qu=d((({children:e,controls:t})=>{const{isScrollAvailable:l}=t;return c("div",{role:"table",className:"overflow-x-auto w-auto grid md:block",children:[c("div",{className:"relative space-y-xs",children:[e,cd({...t,btnClass:["top-28","top-11"],className:"right-7"})]}),l?o("div",{className:"absolute top-0 right-0 bottom-0 w-20 bg-opacity-to-white"}):null]})})),Xu=d((({className:e="",title:t,description:l,rowHeaders:n,tariffsColumns:a,hiddenRowsNum:i=0,...r})=>{const s=a?.map((({data:e})=>e))||[],d=n?.map(((e,t)=>({header:e,data:s.map((e=>e?.[t]||[]))}))),m=s.length,[u,p]=od({itemCount:m,visibleItemCount:2}),x=(d||[]).map(((e,t)=>o(Ku,{row:e,activeIndex:u,rowIdx:t,...r},String(t)))),[f,b]=i>0?[x.slice(0,-i),x.slice(-i)]:[x,[]];return c(g,{className:h("relative space-y-6xl @4xl:space-y-xl",e),defaultPadding:"p-6xl",...r,children:[o(S,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),o("div",{className:"space-y-m overflow-hidden",children:i>0?o(Ya,{renderFoldableSection:({isUnfolded:e})=>c(qu,{controls:p,children:[f,o(Ga,{isUnfolded:e,children:b})]}),renderFoldButton:Xa}):o(qu,{controls:p,children:x})})]})})),Yu=d((({className:e="",title:t,description:l,iconVersion:n,__html:a,...i})=>c(g,{className:h("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...i,children:["small"===n?Gu():null,c("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?o(ze,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,l?Qu(l):null,a?o(Re,{__html:a}):null]})]}))),Gu=()=>o("div",{className:"rounded-full h-4 w-4 text-center text-xs font-light bg-primary-main text-white group-data-secondary:bg-white group-data-secondary:text-primary-main",children:"i"}),Qu=e=>o(w,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),Ju=d((({prefix:e,unit:t,suffix:l})=>c("div",{className:"w-full flex items-end",children:[e?o("div",{className:"gradient-color-text",children:o(ze,{size:"text-h2",children:e})}):null,t?o("div",{className:"-mb-6 @xl:-mb-4",children:o("span",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:t})}):null,l?o("div",{className:"gradient-color-text",children:o(ze,{size:"text-h2",children:l})}):null]}))),Zu=d((e=>{const{prefix:t,unit:l,suffix:n,...a}=e;return o(g,{defaultPadding:"p-0",...a,children:o(Ju,{prefix:t,unit:l,suffix:n})})})),ep=bt((({className:e="",padding:t="p-0",gap:l="",isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,isCardBorder:r=!1,image:s,...c})=>{const d=R();return o(g,{className:h("relative flex flex-col",id[l],s?.src?"bg-right-bottom bg-no-repeat":"",e),...s?.src?{style:{backgroundImage:`url(${Q(d)(s?.src)})`}}:{},padding:t,version:a,isTheme:i,...c,children:M({...c,extraProps:{className:h("w-full",ua(r)),...ad(n)}})})}),{childrenTypes:[]}),tp=e=>(e=>{const t="col-span-",l=e?.split(/\s+/).find((e=>e.startsWith(t)));return l?parseInt(l.substring(t.length),10):12})(e)<10?"py-xl px-6xl":"py-6xl px-32",lp=d((({className:e,title:t,url:l,previewImg:n,...a})=>{const i=R();return c(g,{className:e,defaultPadding:tp(e),...a,children:[o(S,{title:t,headlineVersion:"M"}),l?o("video",{className:"m-auto w-full object-fill",preload:"metadata",poster:U(i)(n?.src),style:{maxHeight:524},controls:!0,children:o("source",{src:U(i)(l)})}):null]})})),np={AdTile:vt,ApplicationForm:sa,BankAccountFiltration:pi,BenefitsBlock:yi,BonusBenefitsBlock:Si,ButtonsBlock:Ti,CalculatorBonus:Fi,CalculatorBusinessDeposit:sr,CalculatorCredit:wr,CalculatorDeposit:Dr,CalculatorRefinancing:Ur,CardTransfer:Gr,Carousel:as,CarouselCard:os,CarouselCatalogCard:ds,CarouselLinks:us,CarouselRecommendationCard:Ns,CarouselTariffsCard:Ss,ContactsBlock:Ts,DepositFiltration:zs,Depository:Ys,ErrorBlock:Qs,ExchangeRateTile:Co,Footer:dc,GracePeriod:mc,GrantSupport:gc,Header:td,Headline:S,HorizontalLayout:rd,ImgBlock:sd,InsuranceAmountBlock:pd,InvestmentInfo:bd,LinkDocs:Vd,MobileAppTile:_d,MortgageFiltration:im,OfficesAtmsMap:Rh,Placeholder:Vh,ProductBlock:yt,ProductGallery:Dh,RepresentativeOfficeInfo:_h,RichTextBlock:Lh,RollupItem:Wh,SafeDepositRental:hu,StepsBlock:xu,StickyBottomMenu:yu,TabsLayout:Tu,TariffsTable:Xu,TextBlock:Yu,UnitBlock:Zu,VerticalLayout:ep,Video:lp},ap=me((()=>{a((()=>{Rt()}),[]);const e=Lt();ul(globalThis,"click",(e=>t=>{const l=t.target?.closest("[data-aspects]");try{const n=JSON.parse(l?.dataset?.aspects??"[]");Pt({aspectsAttributes:n,aspects:e,ev:t})}catch(e){}e.forwardQuery?.(t)})(e))})),ip="cookie",rp=d((({__html:e})=>{const[t,{setTrue:l,setFalse:n}]=sl();qo((()=>{globalThis.localStorage?.getItem(ip)||l()}),[],3e3);const a=i((()=>{globalThis.localStorage?.setItem(ip,"true"),n()}),[]);return t&&e?o("div",{className:"container fixed left-0 right-0 bottom-0 z-50",role:"dialog",children:c("div",{className:"bg-white m-xl p-xl rounded-md flex sm:items-center shadow-main-black",children:[o("div",{className:"sm:flex-1",children:o(Re,{__html:e})}),o("div",{className:"ml-s sm:ml-0 w-36 flex justify-end",children:o(qt,{className:"bg-main-gray rounded-md w-11 h-11",onClose:a})})]})}):null}));function sp(e){throw new Error(e)}const op=({onCloseAll:e,onClose:t}={})=>{const[l,{push:r,pop:s,clear:o}]=function(e=[]){const[t,l]=n(e),a=i((e=>l((t=>[...t,e]))),[]),r=i((()=>l((e=>e.slice(0,-1)))),[]),s=i((e=>l((t=>t.filter((t=>t!==e))))),[]),o=i((()=>l([])),[]);return[t,{setList:l,push:a,pop:r,remove:s,clear:o}]}(),c=i((()=>{e&&e(l),o()}),[l,e]),d=i((()=>{t&&t(l[l.length-1]),s()}),[l,t]);return a((()=>ce.subscribe("dialog",(e=>{switch(e.type){case"open":r(e);break;case"close":e.all?c():d();break;default:sp(e)}}))),[c,d]),l},cp=d((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),l=op({onCloseAll:e,onClose:t}),{close:n}=de(),r=i((({key:e})=>{"Escape"===e&&n()}),[]);return ul(globalThis.document,"keydown",r),a((()=>{l.length?(globalThis.document?.body.classList.add("no-scrollbar"),globalThis.document?.body.classList.add("overflow-hidden")):(globalThis.document?.body.classList.remove("no-scrollbar"),globalThis.document?.body.classList.remove("overflow-hidden"))}),[l]),l.length?o("div",{className:"fixed inset-0 z-50",role:"dialog",children:l.map((({dialog:e,id:t},n)=>o("div",{className:h("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar bg-black/50",{hidden:n!==l.length-1}),children:e},String(t||n))))}):null})),dp=d((()=>{const[e,t]=n(null),l=i((()=>{t(null)}),[]);a((()=>ce.subscribe("popup",(e=>{switch(e.type){case"open":case"update":t(e);break;case"close":l();break;default:sp(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&l()}),[l]);return ul(globalThis.document,"keydown",r),e?o("div",{className:h("z-50",e.fixed?"fixed":"absolute"),style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",children:e.popup}):null})),mp="header",hp="footer",up="sticky-footer",pp={},gp=d((({className:e,data:t=pp,blocksRegistry:l,blockDecorator:n})=>{const{slots:a,blocks:i,fallback:r,...s}=t,d=ft(s,r);ap();const m={key:"",page:{slots:a,blocks:i,fallback:r,...d},blocksRegistry:l,blockDecorator:n,parent:t};return c("div",{"data-theme":t.colorPalette||"pc",children:[c("section",{className:h("@container relative",t.style,e),children:[a?.header?.length?o("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:P(a?.header,{...m,slotName:mp})}):null,c("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[M({block:t,options:m,extraProps:{className:"scroll-mt-12"}}),P(a?.footer,{...m,slotName:hp})]})]}),a?.["sticky-footer"]?.length?o("div",{className:"fixed w-full bottom-0 left-0 z-[100]",children:P(a?.["sticky-footer"],{...m,slotName:up})}):null,o(cp,{}),o(dp,{}),o(rp,{__html:d?.cookieContent?.__html})]})}));Object.assign(gp,{childrenTypes:[],slots:()=>[mp,hp,up]});e.Blocks=np,e.ContentPage=gp,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),l=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await l.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.handlerDecorator=me,e.joinList=li,e.packageVersion="0.14.538",e.projectSettings=z,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=O,e.useRouter=R,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniBlocks={})}(this,(function(e){"use strict";let t;const l=e=>(...l)=>t[e](...l),n=l("useState"),a=l("useEffect"),i=l("useCallback"),r=l("useMemo"),s=l("useRef");const o=(...e)=>globalThis._uni._jsx(...e),c=(...e)=>globalThis._uni._jsxs(...e),d=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:m(e)),t._tmpl},m=e=>{function t(t,l){const{children:n,...a}=t||{},i=l?.slots?.default,r=n||i&&i();return e(Object.assign(a,r&&{children:r}),l)}return t.inheritAttrs=!1,t},h=(...e)=>e.map((e=>u(e)?Object.entries(e).filter((([,e])=>e)).map((([e])=>e)):e)).flatMap((e=>e)).filter(Boolean).join(" "),u=e=>Boolean(e&&"object"==typeof e&&!Array.isArray(e)),p={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white",gray:"bg-main-divider text-primary-text",transparent:"bg-transparent text-primary-text","":""},g=d((({className:e,version:t="primary",isTheme:l=!0,defaultPadding:n="p-xl",padding:a,block:i,tag:r="section",role:s,children:c,style:d})=>{const m=t&&l;return o(r,{className:h("@container font-sans",{group:m},p[t],a||n,e),...m?{"data-ver":t}:{},...i?.anchor?{id:i.anchor}:{},role:s,style:d,children:c})})),x=d((({className:e,size:t})=>o("figure",{className:h("m-0 mt-xl min-w-[80%]",e),children:f(t)}))),f=(e=3)=>y(100,e).map((e=>Math.floor(e))).map(b),b=(e,t)=>o("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-dark relative overflow-hidden animate-pulse"},String(t)),y=(e,t)=>[e].concat(t>0?y(e/1.618,t-1):[]),v={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},N=d((({className:e="",headingType:t="h3",as:l="h3",title:n,children:a})=>o(l,{role:"heading",className:h("font-sans m-0",v[t],e),children:n||a}))),w=d((({children:e,...t})=>o("p",{className:h("font-sans",Object.values(t)),children:e}))),k={XXL:{title:{headingType:"h0",as:"h1"},descriptionSize:"text-h5",descriptionWeight:"font-normal",descriptionStyle:"mt-xl"},XL:{title:{headingType:"h1",as:"h1"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-m"},L:{title:{headingType:"h2",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-m"},M:{title:{headingType:"h3",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-s"},S:{title:{headingType:"h4",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-xs"},XS:{title:{headingType:"h5",as:"h2"},descriptionSize:"text-m",descriptionWeight:"font-light",descriptionStyle:"mt-xs"}},S=d((({className:e,version:t="",headlineVersion:l="XL",title:n,description:a,align:i="text-center",as:r,isEmbedded:s=!1,isTheme:d=!1,...m})=>{const u=k[l],p={marginTop:u.descriptionStyle};return c(g,{className:h({"@container-normal":s},e),defaultPadding:s?"":"p-6xl",version:t,isTheme:d,...m,children:[n?o(N,{className:h("whitespace-pre-wrap",i),...u?.title,as:r||u?.title.as,title:n}):null,a?o(w,{size:u.descriptionSize,font:u.descriptionWeight,align:i,...p,children:a}):null]})})),C=({blockClassName:e,block:t,render:l})=>l({blockClassName:e,block:t}),T=[];function I(e,t,{className:l,...n}={}){const{key:a,blockDecorator:i=C,blocksRegistry:r={},ancestors:s=T}=t,{type:c}=e;c&&c in r||console.warn(`No block with "${c}" is registered`);const d=c&&r[c];return i({blockClassName:h(e.style?.length?e.style:"col-span-12",l),block:e,ancestors:s,render:({block:l,blockClassName:i})=>{const{content:r}=l;return d?o(d,{className:i,block:e,options:t,...r,...n},a):null}},a)}const B=[],P=(e,{key:t,ancestors:l=B,slotName:n=null,extraProps:a,renderProps:i=I,...r})=>{const s=a?(e,t)=>I(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...l||B,[r.parent,n]]:l},a)))};function M({block:e,options:t,children:l,extraProps:n,renderProps:a}){return l||(e&&t?P(e.blocks,{...t,parent:e,extraProps:n,renderProps:a}):null)}function R(){return R._impl()}R._impl=()=>({isReady:!1,href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),R.setup=e=>{R._impl=e};const V=["CDN","BASE_PATH"],z=new Proxy({_:{},setup(e){this._=e}},{get(e,t){const l=e._[t]||e[t];return V.includes(t)?(e=>e&&!e.endsWith("/")?`${e}/`:e)(l):l}}),D=e=>Boolean(e?.includes(":")),A=(e,t)=>Boolean(e&&!D(e)&&(!t||"_self"===t)),_=e=>Boolean(e?.startsWith("#")),$=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),j=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/").replace(/^(.+):\//,"$1://").replace(/^file:/,"file:/").replace(/\/(\?|&|#[^!])/g,"$1").replace(/\?/g,"&").replace("&","?"),L=(e,t)=>Boolean(t&&e&&e.startsWith(t)&&["/"===t,e===t,"/"===e[t.length]].some(Boolean));var O=Object.freeze({__proto__:null,isURL:D,isLocalURL:A,isHash:_,withoutQuery:$,joinPath:j,hasPrefix:L});const E="/api/",F=`${E}v1/storage`,U=e=>(t,l)=>{if([!t,D(t),_(t),[z.CDN,E].some((e=>L(t,e)))].some(Boolean))return t;if(((e="")=>/^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}(\/revs\/[0-9]{1,20})?$/.test(e))(t))return`${F}/${t}/attachment`;const n=t?.startsWith("/");return j(L(t,l)?"":l,n?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},W={"":"",normal:"",color:"text-primary-main",black:"text-black",white:"text-black",gray:"text-gray"},H=d((({className:e="",imageClassName:t="",name:l="",alt:n=`Иконка ${l}`,title:a=n,iconVersion:i="color",width:r,height:s})=>{const d=R(),m="normal"===i?`${l}.svg`:`sprites.svg#${l}`,u=U(d)(j(z.CDN,"/icons/",m));return"normal"===i?o("img",{className:e,src:u,alt:n,title:a,"aria-hidden":"true",width:r,height:s,style:K(e,s)}):o(X,{className:e,children:c("svg",{className:h(q(r),W[i],{invert:"white"===i},t),width:r,height:s,"aria-hidden":"true",children:[a?o("title",{children:a}):null,n?o("desc",{children:n}):null,o("use",{href:u,xlinkHref:u})]})})})),K=(e,t)=>{return e?.includes("h-")?{}:{height:(l=t,l&&!/\D/.test(l)?`${t}px`:t),width:"auto"};var l},q=e=>e?"":"w-full h-full",X=d((({className:e,children:t})=>e?o("div",{role:"img",className:e,children:t}):t)),Y=new Proxy({_:{},setup(e){this._=e}},{get:(e,t)=>e._[t]||e[t]});function G(e=""){try{const[,...t]=new URL(e).pathname.split("/");return`/${t.filter(Boolean).join("/")}`}catch(e){return""}}const Q=e=>t=>{const l=t?.startsWith("/wcms-resources")?"":G(Y.SITE_URL);return t&&!D(t)?U(e)(t,l):t},J=(e,t)=>e?.media&&t?.media?e.media-t.media:0,Z=d((({className:e="",image:t,imageClassName:l=""})=>{const n=R();return c("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(J).map((({src:e,format:l,media:a},i)=>o("source",{srcSet:Q(n)(e),type:te(l),media:a?`(max-width: ${a}px)`:"",width:t?.size?.width,height:t?.size?.height},`${i}_${e}`))):null,t?.src?ee({...t,src:Q(n)(t.src)},l):null]})})),ee=(e,t="")=>o("img",{src:e.src,className:h("object-contain",t),alt:e?.alt||e?.title||"",title:e?.title||"",style:{width:e?.size?.width?`${e.size?.width}px`:"100%",height:e?.size?.height?`${e.size?.height}px`:"auto"},width:e?.size?.width,height:e?.size?.height}),te=e=>e?`image/${String(e)}`:void 0,le=d((({className:e="",image:t,imageClassName:l="",...n})=>t?.src||t?.icon?t.icon?o(H,{className:e,imageClassName:l,iconVersion:t?.iconVersion,name:t.icon,...n}):o(Z,{className:e,imageClassName:l,image:t}):null)),ne={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active",white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:"text-primary-main",transparent:"",gray:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active","":""},ae="bg-main-divider text-main-disabled",ie={primary:ae,secondary:ae,white:ae,link:"",transparent:"",gray:ae,"":""},re="text-center font-sans select-none",se={primary:"group-hover/btn:brightness-0 group-hover/btn:invert",secondary:"group-hover/btn:brightness-0 group-hover/btn:invert",white:"group-hover/btn:brightness-0 group-hover/btn:invert",link:"text-primary-main",transparent:"",gray:"group-hover/btn:brightness-0 group-hover/btn:invert","":""},oe=({className:e,rounded:t,version:l})=>[re,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",l?ne[l]:"",t?"rounded-full":"rounded-md",e].join(" ");const ce=new class{subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const l=this.subjectsStateMap[e];return l&&t(l),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}},de=()=>({open:(e,t={})=>ce.fire("dialog",{type:"open",dialog:e,...t}),close:()=>ce.fire("dialog",{type:"close"}),closeAll:()=>ce.fire("dialog",{type:"close",all:!0})}),me=e=>me._impl(e);function he(){const e=G(Y.SITE_URL),t=R(),{closeAll:l}=de();return e=>{const l=U(t)(e.href);return{...e,href:l,"aria-label":e.text,onClick:me(n({...e,href:l}))}};function n({href:n,target:a,onClick:i}){return r=>{i&&i(r);const s=!L(n,e||"/");n&&!s&&A(n,a)&&(l(),r?.preventDefault(),t.push(((e,t="")=>e.replace(t,"")||"/")(n,e)))}}}me._impl=e=>e,me.setup=e=>{me._impl=e};const ue=e=>{if(!Array.isArray(e)||!e.length)return{};try{return{"data-aspects":JSON.stringify(e)}}catch(e){return{}}},pe=d((e=>{const{text:t,aboveText:l,appendLeft:n,appendRight:a,version:i="primary"}=e,r=xe(e)?"hidden lg:block":"";return c("div",{className:h(ge(e),"flex gap-xs"),children:[n?o("div",{className:h(r,se[i]),children:n}):null,xe(e)?c("div",{className:"whitespace-pre",children:[l?o("div",{className:"text-xs font-light text-left",children:l}):null,o("div",{className:"text-left "+(l?"text-s -mt-3xs":"text-l"),children:t})]}):null,a?o("div",{className:h(r,se[i]),children:a}):null]})})),ge=e=>{const{version:t,aboveText:l,rounded:n}=e;if("link"===t)return"";const a=""+(l?"py-2.5 px-9":"py-4 px-9");return h("group/btn items-center justify-center",xe(e)?a:"h-12 w-12 m-auto",{"rounded-full":n})},xe=({text:e,aboveText:t,appendLeft:l})=>Boolean(e||t||!l),fe=({className:e,rounded:t,version:l})=>["inline-block",re,l?ie[l]:"",t?"rounded-full":"rounded-md",e].join(" "),be=d((({disabled:e,children:t,method:l="LINK",href:n,...a})=>{const r=(({method:e,href:t})=>i((l=>{if("POST"!==e||!t)return;l.preventDefault(),l.stopPropagation();const{origin:n,pathname:a,searchParams:i}=new URL(t||""),r=document.createElement("form");r.setAttribute("method","POST"),r.setAttribute("action",[n,a].join(""));for(const[e,t]of i.entries()){const l=document.createElement("input");l.setAttribute("type","hidden"),l.setAttribute("name",e),l.setAttribute("value",t),r.appendChild(l)}document.body.appendChild(r),r.submit()}),[]))({method:l,href:n}),s=he()({onClick:r,href:n,...a}),c=t??o(pe,{...s});return o(e?ve:ye,{...s,children:c})})),ye=d((({className:e="",href:t,rel:l,target:n,ariaLabel:a,version:i,rounded:r,onClick:s,type:c,data:d,children:m,text:h})=>o("a",{className:oe({className:e,version:i,rounded:r}),href:t,rel:l,target:n,"aria-label":a||`Ссылка на ${h}`,role:t?"link":"button",onClick:s,type:c,...ue(d),children:m}))),ve=d((({className:e,ariaLabel:t,version:l,rounded:n,children:a})=>o("button",{type:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:fe({className:e,rounded:n,version:l}),children:a})));function Ne({version:e,handleClick:t,text:l="Вернуться назад",alwaysVisible:n=!1}){if(!l)return null;const a="primary"===e?"white":"black",i="primary"===e?"bg-primary-main":"bg-white";return c("div",{className:h(n?"flex":"hidden sm:flex","items-center gap-s"),children:[o("div",{className:h(oe({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",rounded:!0}),i),onClick:t,children:o(le,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:a}})}),o(be,{version:"link",className:"group-data-secondary:text-white",text:l,ariaLabel:l,onClick:t,type:"button"})]})}const we=()=>{const[e,t]=n(false);return a((()=>{const e=globalThis.matchMedia?.("(max-width: 1024px)"),l=()=>{t(Boolean(e?.matches))};return e?.addEventListener("change",l),e?.matches&&t(Boolean(e.matches)),()=>{e?.removeEventListener("change",l)}}),[]),e},ke={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Se=(e,{className:t,imageAlign:l})=>e?o("div",{className:h("shrink-1/2 justify-self-center",l&&ke[l],t),children:e}):null,Ce=d((({className:e,version:t="primary",defaultPadding:l,padding:n="",title:a,buttons:r,leftImage:s,rightImage:d,imageAlign:m,insetTitle:u,isImageAlwaysOnRight:p=!1,isImageSecondary:g=!1,backwardButton:x,children:f,...b})=>{const y=we(),v=R(),N=i((()=>v.back()),[]),w=b.options?.page?.common?.backwardButton,k=x&&!y;return c("div",{className:h("relative flex flex-col gap-3xl overflow-hidden",n||l,e),children:[k&&Ne({version:t,handleClick:N,text:w}),a?o("div",{className:"relative h-full",children:a}):null,c("div",{className:h("grow relative flex flex-col @xl:flex-row gap-3xl w-full",{"self-start @xl:w-auto":s}),children:[Se(s,{imageAlign:m,className:"mx-auto"}),c("div",{className:h("grid gap-3xl items-center md:items-stretch",{"@xl:grid-cols-2 auto-cols-fr":d,grow:!s},"h-full","auto-rows-[max-content_1fr]"),children:[c("div",{className:"grow space-y-lg min-w-fit",children:[u,f]}),Ie(M({...b,extraProps:{className:"@container-normal"}})),Se(d,{className:h("@xl:justify-self-end @xl:col-start-2",{[Te(p)]:r,"col-start-2 self-center":p,"hidden @xl:block":g}),imageAlign:m}),r?o("div",{className:"self-end",children:r}):null]})]})]})})),Te=e=>h(e?"row-span-2":"@xl:row-span-2"),Ie=e=>e?.length?o("div",{className:"flex items-start justify-end",children:e}):null,Be=(e=[])=>e.reduce(((e,t)=>e+t),0),Pe=(e=[])=>e?.length?Be(e)/e.length:0,Me=(e,t="normal")=>e?.icon||e?.src?o("div",{className:h("sm:w-12 sm:h-12 sm:min-w-12 w-11 h-11 min-w-11 box-border flex items-center justify-center rounded-icon","normal"===t?"bg-secondary-light text-primary-main":"bg-primary-main text-black group-data-secondary:bg-white/30 group-data-secondary:text-black"),children:o(le,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,Re=d((e=>{const{__html:t="",richVersion:l="",itemSize:n="list-m",isDotted:a=!0}=e,i=a?"":"without-dots";return t&&"<p><br></p>"!==t.replace(/<\/?[^>]+\/?>/g,"").trim()?o("div",{"data-component":"rich-text-container",children:o("div",{className:h(l,n,"md-container group-data-secondary:text-white group-data-gray:text-secondary-text",i),dangerouslySetInnerHTML:{__html:t}})}):null})),Ve=(e,t)=>e?o(w,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,ze=d((({children:e,...t})=>o("span",{className:h("font-sans",Object.values(t)),children:e}))),De=(e,t)=>e?o(ze,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,Ae=(e,t)=>["label"in e?De(e.label,t):null,"description"in e?o("span",{className:e.descriptionClassName,children:Ve(e.description,t)},String(t)):null,"__html"in e?o(Re,{...e},`rte-${t}`):null],_e=d((({className:e,benefitsVersion:t,...l})=>c("div",{className:h("flex gap-m min-w-56 items-center",e),role:"listitem",children:["icon"in l?Me(l.icon,t):null,o("div",{children:Ae(l)})]}))),$e=e=>Math.max(e?.label?.length||0,e?.description?.length||0,e?.__html?.length||0),je=e=>{return((t=e.map($e))?.length?Math.sqrt(Math.abs(Pe(t.map((e=>e**2)))-Pe(t)**2)):0)>16;var t},Le=e=>e&&"icon"in e&&e.icon&&(e.icon.icon||e.icon.src),Oe=e=>!e.some(Le),Ee=d((({className:e,benefitsVersion:t="normal",benefits:l})=>l?.length?o("div",{className:h("flex gap-x-m gap-y-s",je(l)||Oe(l)?"flex-col":"flex-wrap",e),role:"list",children:l.map(((e,l)=>o(_e,{benefitsVersion:t,...e},String(l))))}):null)),Fe=d((({className:e,benefits:t})=>t?.length?o("div",{className:h("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),role:"list",children:t.flatMap(Ae)}):null)),Ue=d((({isTabularBenefits:e,...t})=>o(e?Fe:Ee,{...t}))),We=e=>Boolean(e?.src||e?.icon),He=(e,{className:t,buttonClassName:l,isVertical:n}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?o("div",{className:h("flex",n?"flex-col gap-xs justify-items-stretch":"flex-wrap @xl:flex-nowrap gap-lg sm:gap-m",t),role:"group",children:e.map(Ke(l))}):null,Ke=(e="")=>(t,l)=>{const{text:n,icon:a,iconRight:i,version:r,...s}=t||{},c=qe(a,r),d=qe(i,r);return n||a?.icon?o(be,{className:h("basis-full @lg:basis-auto",e),appendLeft:Xe({...a,iconVersion:c}),appendRight:Xe({...i,iconVersion:d}),version:r,text:n,...s},l?String(l):""):null},qe=(e,t="secondary")=>{const l="secondary"===t?"color":"white";return e?.iconVersion?e?.iconVersion:l},Xe=e=>We(e)?o(le,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,Ye=(e=0,{fixed:t}={})=>(l=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:t?e:0,maximumFractionDigits:e}).format(Number(l)||0),Ge=d((({priceList:e})=>e?.length?o("div",{className:"flex flex-wrap xl:flex-nowrap xl:bg-main-divider xl:rounded-md p-xs gap-xl",role:"list",children:e.map(Qe)}):null)),Qe=({label:e,amount:t,unit:l},n)=>c("div",{className:"basis-full flex flex-col-reverse sm:flex-row sm:justify-between sm:bg-main-divider sm:py-m sm:px-lg sm:rounded-md items-baseline whitespace-pre",role:"listitem",children:[o(ze,{font:"font-light",size:"text-l",color:"text-secondary-text",children:e}),t?c("span",{className:"font-sans text-h6 sm:text-primary-main text-primary-text",children:[Ye(2)(t)," ",l||"₽"]}):null]},String(n)),Je=d((({className:e,tags:t})=>t?.length?o("div",{className:h("flex flex-wrap gap-xs",e),role:"list",children:t.map(Ze)}):null)),Ze=(e,t)=>o("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:o(ze,{size:"text-m",font:"font-light",children:e})},String(t)),et={XXL:"list-l",XL:"list-l",L:"list-m",M:"list-m",S:"list-s",XS:"list-s"},tt=d((({className:e,padding:t,defaultPadding:l,title:n,description:a,headlineVersion:i="L",align:r="text-left",benefitsVersion:s,isTabularBenefits:d,isDotted:m=!0,benefits:h,__html:u,isFullWidthTitle:p,priceList:g=[],tags:x=[],buttons:f,image:b,imageOptions:{imageAlign:y="center",directionRight:v=!0,isImageAlwaysOnRight:N,isImageSecondary:w=!1}={},backwardButton:k,children:C,...T})=>{const I=b?.src?o(le,{image:b}):null,B=o(S,{title:n,description:a,headlineVersion:i,align:r,isEmbedded:!0}),P=h?.filter((e=>"__html"in e||"label"in e||"description"in e));return o(Ce,{className:e,padding:t,defaultPadding:l,...p?{title:B}:{insetTitle:B},...lt(I,v),isImageSecondary:w,imageAlign:y,isImageAlwaysOnRight:N,buttons:He(f),backwardButton:k,...T,children:c("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[P?.length?o(Ue,{benefitsVersion:s,isTabularBenefits:d,benefits:P}):null,u?o(Re,{__html:u,isDotted:m,itemSize:et[i]}):null,C,g?.length?o(Ge,{priceList:g}):null,nt(x)]})})})),lt=(e,t)=>t?{rightImage:e}:{leftImage:e},nt=e=>e?.length?o(Je,{tags:e}):null,at=e=>Boolean(e&&Array.isArray(e)),it=e=>Boolean(e&&!Array.isArray(e)&&"object"==typeof e),rt=(e,t)=>{return l=e,Boolean(it(l)&&"string"==typeof l.$ref)?t.ref(e):it(e)?t.record(e):at(e)?t.array(e):t.scalar?t.scalar(e):e;var l},st=(e,t)=>(e=>e.includes("#")?e.substring(e.indexOf("#")+1).split("/").filter(Boolean):[])(t).reduce(ot,e),ot=(e,t)=>e&&t?it(e)?e[t]:at(e)?e[parseInt(t,10)]:e:e,ct=(e,t)=>rt(e,{ref:({$ref:e,...l})=>ct(e?st(t(e),e):l,t),record:e=>Object.entries(e).map((([e,l])=>({[e]:ct(l,t)}))).reduce(((e,t)=>Object.assign(e,t)),{}),array:e=>e.map((e=>ct(e,t)))}),dt=(e,t,l=[])=>{rt(e,{ref:e=>t(e.$ref,l),record:e=>{for(const n in e)dt(e[n],t,[...l,n])},array:e=>{for(let n=0;n<e.length;n++)dt(e[n],t,[...l,n])}})};async function mt(e,t){try{return e?await ht(e,t):null}catch(e){console.error(e)}return null}const ht=async(e,t)=>(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json(),ut=e=>[...new Set(e)],pt={},gt=["/portal-resources"],xt=(e,t)=>ct(e,(e=>t?.[e])),ft=(e,t)=>{const l=(e=>{const t=[];return dt(e,(e=>t.push(e))),t})(e),[i,r]=n({});return a((()=>{l.length&&(async e=>Object.fromEntries((await Promise.allSettled(ut(e).filter((e=>!gt.some((t=>e.startsWith(t))))).map((async e=>[e,pt[e]||=await ht(e)])))).filter((e=>"fulfilled"===e.status)).map((({value:e})=>e))))(l).then(r)}),[l.join()]),l.length?xt(e,{...t,...i}):e};function bt(e,t={}){const l=d((t=>{const l=ft((({block:e,options:t,className:l,defaultPadding:n,padding:a,isTheme:i,version:r,children:s,...o})=>o)(t),t.options?.page?.fallback);return o(e,{...t,...l})}));return Object.assign(l,t),l}const yt=bt((({className:e,padding:t,defaultPadding:l,...n})=>o(g,{className:h("overflow-hidden flex flex-col gap-3xl box-border",e),padding:"p-0",...n,children:o(tt,{defaultPadding:l||"p-6xl",padding:t,className:"grow h-full",...n})})),{childrenTypes:["UnitBlock"]}),vt=d((e=>{const{items:t}=e.options?.page?.adSourceBook??{},l=r((()=>Nt(0,t?.length)),[t]),n=t?.[l];return n?o(yt,{suppressHydrationWarning:!0,...n,...e}):o(g,{...e,children:o(x,{})})})),Nt=(e=0,t=0)=>Math.floor(Math.random()*(t-e)+e),wt=(e,t=!1)=>{if("string"==typeof e)return e.split("-").reverse().join(".");{const l=String(e.getDate()).padStart(2,"0"),n=String(e.getMonth()+1).padStart(2,"0"),a=String(e.getFullYear());return t?`${a}-${n}-${l}`:`${l}.${n}.${a}`}},kt=e=>e?.replace(/[^+\d]/g,"");const St=e=>e?{phone:kt(e)}:{},Ct=e=>e?{birthday:wt(e)}:{},Tt=(e,t=!0)=>({[t?"regionBranch":"region"]:e}),It=(e,t=!0)=>({[t?"email":"mail"]:e}),Bt=(e="")=>e&&"+7 ("!==e?{secondaryPhoneNumber:kt(e)}:{},Pt=({aspectsAttributes:e,aspects:t,ev:l})=>{for(const{aspectName:n,params:a}of e)t[n??""]?.(l,a)},Mt="rshb-query-params";function Rt(){const e=globalThis.location?.search||globalThis.sessionStorage?.getItem(Mt)||"";return e&&globalThis.sessionStorage?.setItem(Mt,e),e}function Vt(e){if(!e)throw new Error("Value should be fulfilled");return e}const zt=e=>t=>{const[,l]=Vt(e.find((([e])=>e(t))));return l(t)},Dt=e=>zt(e.map((([e,t])=>[e,()=>t])));Dt.if=e=>new At(void 0,e);class At{parent;predicate;unit;get entry(){return[Vt(this.predicate),Vt(this.unit)]}constructor(e,t,l){this.parent=e,this.predicate=t,this.unit=l}if(e){return new At(this,e)}then(e){return new At(this.parent,this.predicate,e)}else(e){return zt([..._t(this),[()=>!0,e]])}}const _t=e=>[...e?.parent?_t(e.parent):[],e.entry],$t=e=>{const t=e.target?.closest("a");if(D(t?.href)&&!t?.href?.startsWith(globalThis.location?.origin)){e.preventDefault(),e.stopPropagation();const l=(e=>{const t=Rt();if(!D(e)||!t)return e;const l=new URL(e);for(const[e,n]of new URLSearchParams(t))l.searchParams.set(e,n);return l.toString()})(t?.href)||t?.href;if(l){jt(t?.target)?.(l)}}},jt=Dt([[e=>"_blank"===e,e=>globalThis.open(e,"_blank")],[e=>"_parent"===e,e=>globalThis.parent&&(globalThis.parent.location.href=e)],[e=>"_top"===e,e=>{globalThis.top&&(globalThis.top.location.href=e)}],[()=>!0,e=>globalThis.location&&(globalThis.location.href=e)]]);function Lt(){return Lt._impl()}Lt._impl=()=>({forwardQuery:$t}),Lt.setup=e=>{Lt._impl=e};const Ot=e=>e,Et=(e,{resetOnSubmit:t,onSubmit:l}={})=>{const[a,r]=n(e),[o,c]=n(!1),[d,m]=n({}),h=s({}),u=i(((e,t)=>{const{parse:l=Ot,format:n=Ot}=t||{};return h.current||(h.current={}),h.current[e]||=t=>{r((n=>({...n,[e]:l(t)}))),m((t=>({...t,[e]:!0})))},{value:n(a[e]),isDirty:o||d[e],onChange:h.current[e]}}),[a,o,d]),p=i((e=>{r(e),m(e)}),[]),g=i((()=>{r(e),c(!1),m({})}),[e]),x=i((e=>{e.preventDefault(),t?g():c(!0),l&&l(a,e)}),[l,a]);return[a,{isDirty:o||Object.values(d).some(Boolean),field:u,update:p,reset:g,onSubmit:x}]},Ft=d((e=>{const{className:t,title:l,children:n,...a}=e;return o(g,{className:t,defaultPadding:"p-6xl",...a,children:c("div",{className:"container max-w-[978px] space-y-lg",children:[l?o(N,{headingType:"h3",title:l,className:"@xl:text-center"}):null,n]})})}));function Ut({disabled:e,onClick:t}){return l=>{!e&&t&&t(l)}}const Wt={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active"},Ht={primary:h("group-data-secondary:text-primary-main group-data-secondary:bg-white","group-data-secondary:hover:text-white group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active"),secondary:h("group-data-secondary:text-white group-data-secondary:bg-white/20","group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active")},Kt=d((({children:e,...t})=>{const l=e=>({...e,onClick:me(Ut(e))}),{className:n,version:a="primary",active:i,disabled:r,type:s="button",rounded:c=!0,role:d,onClick:m}=l(t);return o("button",{className:h("font-sans px-9 py-4","flex justify-center items-center gap-xs",{"text-white bg-primary-active":i,"bg-main-gray text-main-disabled cursor-not-allowed":r,"rounded-md":c},i||r?"":h(Wt[a],Ht[a]),n),type:s,role:d,onClick:m,children:e})})),qt=d((({className:e,onClose:t})=>o("button",{className:h("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",type:"button",children:o(H,{name:"CloseIcon",width:"20",height:"20",iconVersion:"gray"})}))),Xt=d((({className:e,head:t,children:l,onClose:n,onClick:a})=>{const{close:r}=de(),s=i((()=>{r(),n&&n()}),[n]);return c("div",{onClick:a,className:h("relative min-h-full bg-white pt-0 p-lg",e),role:"dialog",children:[c("div",{className:"sticky py-xl top-0 bg-white z-10",children:[o(qt,{className:"absolute top-0 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:l})]})})),Yt=d((function({responseType:e,typeForm:t}){const l="OK"===e,n=l?"ResponseOKIcon":"ResponseFailIcon",{close:a}=de(),r=i((()=>{a()}),[]),s="ANTIFRAUD"===t?"Сообщение отправлено. Для уточнения информации с Вами могут связаться работники Банка либо Вы\n можете самостоятельно позвонить по номеру контакт-центра +78001000100. Будьте внимательны, работники Банка\n не звонят с использованием мессенджеров.":"Совсем скоро мы с вами свяжемся";return o(Xt,{className:"my-6xl max-w-lg w-full min-h-fit mx-auto ",children:c("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:[o(le,{image:{icon:n,iconVersion:"normal"},width:"136",height:"136"}),o(S,{className:"w-full",title:l?"Ваша заявка отправлена":"Не удалось отправить заявку",description:l?s:"Пожалуйста, повторите позднее",headlineVersion:"XS",isEmbedded:!0}),o(Kt,{type:"button",onClick:r,children:"Хорошо"})]})})})),Gt=e=>t=>l=>e(l)?[]:[t],Qt=e=>o("div",{className:"h-6",children:e?o(ze,{size:"text-xs",font:"font-light",color:"text-error",children:e}):null}),Jt=d((({className:e,viewBox:t,fill:l="none",width:n,height:a,paths:i,...r})=>o("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:l,width:n,height:a,children:i.map((({d:e,fill:t,...l},n)=>{const a={...r,...l};return o("path",{d:e,fill:t||"currentColor",stroke:a.stroke,strokeLinecap:a.strokeLinecap,strokeLinejoin:a.strokeLinejoin,strokeWidth:a.strokeWidth,strokeMiterlimit:a.strokeMiterlimit},n)}))}))),Zt="appearance-none w-5 h-5 border-solid flex-none",el=[{d:"M10.207.793a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414 0l-2.5-2.5a1 1 0 0 1 1.414-1.414L3.5 6.086 8.793.793a1 1 0 0 1 1.414 0Z",fillRule:"evenodd",clipRule:"evenodd",fill:"white"}],tl=d((({className:e,value:t,text:l,disabled:n,isRadio:a,onChange:r})=>{const s=i((e=>{n||(e.preventDefault(),r&&r(!t))}),[r,n,t]),d=a?o("div",{className:"absolute left-1 w-3 h-3 rounded-full bg-primary-main"}):o(Jt,{paths:el,className:"absolute left-1 ml-px block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"});return o("div",{className:e,children:c("label",{className:h("flex items-center relative group/box",nl(n)),onClick:s,children:[o("div",{className:h(Zt,"m-0",a?"rounded-full border-2":il(t),!n&&t?"border-primary-main":"border-gray",n?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:al(a),"aria-checked":Boolean(t),"aria-disabled":Boolean(n),"aria-label":l}),t?d:null,ll(l)]})})})),ll=e=>e?o("div",{className:"ml-s",children:o(ze,{size:"text-l",font:"font-light",children:e})}):null,nl=(e=!1)=>e?"cursor-not-allowed":"cursor-pointer",al=(e=!1)=>e?"radio":"checkbox",il=(e=!1)=>h("rounded border",{"bg-primary-main":e}),rl=d((({className:e,text:t,value:l,key:n,disabled:a,error:i,onChange:r})=>c("div",{className:h("shrink-0 w-full",e),children:[o(tl,{text:t,value:l,disabled:a,onChange:r},n),Qt(i)]})));function sl(e=!1){const[t,l]=n(e),a=i((()=>l(!0)),[]),r=i((()=>l(!1)),[]),s=i((()=>l((e=>!e))),[]);return[t,{setValue:l,setTrue:a,setFalse:r,toggle:s}]}const ol=e=>e?o(ze,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}):null,cl="border border-solid outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text rounded",dl=d((({key:e,className:t="",id:l,name:n,type:r="text",label:d,placeholder:m,value:u="",valid:p=!0,children:g,onChange:x,onFocus:f,onBlur:b,pattern:y,autoFocus:v=!1,isTextarea:N=!1})=>{const w=s(null),k=i((e=>{x&&x(e.target?.value||"")}),[x]);a((()=>{v&&w.current?.focus()}),[v,w]);const S="w-full border rounded-md text-primary-text outline-none p-m",C=g?"pr-3xl":"",T=ml(p);return c("div",{className:h("relative",t),children:[c("label",{className:"space-y-xs",children:[ol(d),N?o("textarea",{className:h("block resize-y min-h-24",S,T),id:h("textarea",l),name:n||l,placeholder:m,value:u,onChange:k,onFocus:f,onBlur:b},e):o("input",{type:r,className:h("h-14",S,C,T),ref:w,id:l,name:n||l,placeholder:m,value:u,onChange:k,onFocus:f,onBlur:b,pattern:y},e)]}),g]})})),ml=e=>e?cl:"border-error",hl=e=>e?.text||e?.key||"";function ul(e,t,l,n){a((()=>{if(e&&l)return e.addEventListener(t,l,n),()=>{e.removeEventListener(t,l,n)}}),[e,t,l])}function pl(e){const t=s(null),l=i((l=>{t&&t.current&&l.target instanceof Node&&!t.current.contains(l.target)&&e()}),[e]);return ul(globalThis.document,"click",l),t}const gl=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,xl=d((({popupRef:e,options:t,value:l,query:n,onChange:a,iconVersion:i})=>t?.length?o("div",{className:"bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-2xl",role:"list",ref:e,children:gl(t,n).map((e=>c("div",{className:"flex px-m py-s cursor-pointer hover:bg-main-divider pr-5xl relative",role:"listitem","aria-selected":e.key===l?.key,onClick:t=>{t.stopPropagation(),a&&a(e)},children:[o("span",{className:"min-h-6",children:hl(e)}),o(H,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:i,className:h("absolute right-4 pt-3xs",{hidden:e.key!==l?.key})})]},e.key)))}):null));function fl({isOpen:e,options:t,value:l,query:n,onChange:r,onClose:c,iconVersion:d}){const m={open:(e,t)=>ce.fire("popup",{type:"open",popup:e,...t}),update:(e,t)=>ce.fire("popup",{type:"update",popup:e,...t}),close:()=>ce.fire("popup",{type:"close"})},h=i((()=>{m.close(),c&&c()}),[c]),u=i((e=>{h(),r&&r(e)}),[h,r]),p=s(null),g=pl(h);return a((()=>{if(!e||!p.current)return;const a=p.current,{top:i,left:r,width:s,height:c}=a.getBoundingClientRect();m.update(o(xl,{popupRef:g,options:t,value:l,query:n,onChange:u,iconVersion:d}),{top:i+window.scrollY+c,left:r,width:s})}),[e,t,l,n,u]),p}const bl=d((({className:e,label:t,options:l=[],value:a,valid:r=!0,isBorder:s=!0,placeholder:d="",isSearch:m=!1,iconVersion:u="black",onChange:p,disabled:g})=>{const[x,{setFalse:f,setTrue:b}]=sl(),[y,v]=n(""),N=g||0===l.length,w=x&&!N,k=i((()=>{v(""),f()}),[]),S=fl({isOpen:x,options:l,value:a,query:y,onChange:p,onClose:k,iconVersion:u});return c("div",{className:h("space-y-xs",e),children:[ol(t),c("div",{className:h("relative",w?"z-20":"z-10"),ref:S,children:[c("div",{className:h("h-14 [&>*]:p-m pr-6 text-l flex items-center justify-between text-primary-text relative z-10 overflow-hidden",vl(s,r,N)),onClick:w?k:b,children:[o("p",{className:"line-clamp-2 text-ellipsis",children:hl(a)||d}),yl(w,u)]}),m&&w?o("div",{className:h("absolute top-0 w-full z-20"),children:o(dl,{type:"text",autoFocus:!0,value:y,onChange:v})}):null]})]})})),yl=(e,t)=>o(H,{className:h("absolute right-0 flex self-center",{"rotate-180":!e}),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),vl=(e,t,l)=>h(e?"border rounded-md ":"",e&&!l?"hover:border-primary-hover":"",l?"bg-main-divider":"cursor-pointer ",t?"border-gray":"border-error"),Nl=()=>{},wl=({today:e,firstDayOfWeek:t,totalDays:l,currentMonth:n,currentYear:a,min:i,max:r,onDateClick:s})=>{const c=[];let d=1;for(let m=0;m<6;m++){const h=[];for(let c=0;c<7;c++)if(0===m&&c<t)h.push(o("td",{},`empty-${c}`));else if(d>l)h.push(o("td",{},`empty-${c}`));else{const t=new Date(a,n,d),l=kl(t,e),c=Sl(t,i,r);h.push(o("td",{children:o("div",{className:Cl(l,c),onClick:()=>!c&&s(t),children:d})},`day-${d}`)),d++}c.push(o("tr",{children:h},`row-${m}`))}return c},kl=(e,t)=>t&&e.toDateString()===t.toDateString(),Sl=(e,t,l)=>t&&e.getTime()<t.getTime()||l&&e.getTime()>l.getTime(),Cl=(e,t)=>h("p-s text-center rounded-md border",{"border-transparent hover:bg-gray":!e},t?"text-gray hover:bg-transparent":"cursor-pointer"),Tl=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Il=d((({today:e,currentMonth:t,currentYear:l,min:n,max:a,onDateSelect:s=Nl})=>{const d=i((e=>s(e)),[]),{firstDayOfWeek:m,totalDays:h}=r((()=>({firstDayOfWeek:new Date(l,t,1).getDay()-1,totalDays:new Date(l,t+1,0).getDate()})),[l,t]);return c("table",{className:"mx-auto",children:[o("thead",{className:"text-gray font-light",children:o("tr",{children:Tl.map(((e,t)=>o("th",{className:"p-s",children:e},String(t))))})}),o("tbody",{children:wl({firstDayOfWeek:m,today:e,totalDays:h,currentYear:l,currentMonth:t,min:n,max:a,onDateClick:d})})]})})),Bl=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],Pl=Bl.map((e=>({key:e}))),Ml=Array.from({length:(new Date).getFullYear()-1940+1},((e,t)=>1940+t)).reverse().map((e=>({key:String(e)}))),Rl={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},Vl={className:"min-w-32",iconVersion:"black",isBorder:!1},zl=d((({className:e="",label:t="",value:l,valid:a=!0,minDate:r,maxDate:s,onChange:d})=>{const[m,{setValue:u}]=sl(!1),[p,g]=n(l?.getMonth()||(new Date).getMonth()),[x,f]=n(l?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:b,handleNextMonth:y,handleSelectMonth:v,handleSelectYear:N,monthsOptions:w,yearsOptions:k,handleChangeVisibleCalendar:S,ref:C}=(({onShowCalendar:e,showCalendar:t,selectedMonth:l,onMonthSelect:n,onYearSelect:a,selectedYear:r})=>{const s=pl(i((()=>t&&e(!1)),[t]));return{handleChangeVisibleCalendar:i((()=>e(!t)),[t]),handleNextMonth:i((()=>{l+1<=11?n(l+1):(n(0),a(r+1))}),[l]),handlePrevMonth:i((()=>{l-1>=0?n(l-1):(n(11),a(r-1))}),[l]),handleSelectMonth:i((({key:e})=>n(Bl.indexOf(e))),[]),handleSelectYear:i((({key:e})=>a(Number(e))),[]),monthsOptions:Pl,yearsOptions:Ml,ref:s}})({onYearSelect:f,onMonthSelect:g,onShowCalendar:u,selectedYear:x,selectedMonth:p,showCalendar:m});return c("div",{className:h("space-y-xs",e),ref:C,children:[ol(t),c("div",{className:"relative",children:[Dl(S,l,a),m?c("div",{className:"absolute bg-white z-20 select-none",children:[c("div",{className:"flex gap-s",children:[o("div",{className:"my-auto",onClick:b,children:o(H,{...Rl,className:"-rotate-90 cursor-pointer"})}),o(bl,{onChange:v,value:{key:Bl[p]},options:w,...Vl}),o(bl,{onChange:N,value:{key:String(x)},options:k,...Vl}),o("div",{className:"my-auto",onClick:y,children:o(H,{...Rl,className:"rotate-90 cursor-pointer"})})]}),o(Il,{today:l,currentMonth:p,currentYear:x,onDateSelect:d,min:r,max:s})]}):null]})]})})),Dl=(e,t,l)=>c("div",{onClick:e,className:h("flex justify-between items-center h-14 px-m py-s border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",l?"border-gray":"border-error"),children:[o(w,{children:t&&wt(t)}),o(H,{...Rl,name:"CalendarIcon"})]}),Al=d((({className:e,label:t,error:l,...n})=>c("div",{className:h("shrink-0 w-full",e),children:[o(zl,{label:t&&n?.errors?`${t}*`:t,valid:Boolean(!l),...n}),Qt(l)]}))),_l=d((({className:e,label:t,value:l="",placeholder:n,error:a,onChange:i,onBlur:r,isTextarea:s,type:d,...m})=>c("div",{className:h("shrink-0 w-full",e),children:[o(dl,{type:d||"text","aria-label":t,label:t&&m?.errors?`${t}*`:t,valid:Boolean(!a),value:l,onChange:i,onBlur:r,isTextarea:s,placeholder:m?.errors&&!t?`${n}*`:n}),Qt(a)]}))),$l=e=>"_"===e,jl=e=>/\d/.test(e),Ll=e=>$l(e)||jl(e),Ol=[..."+7 (___) ___-__-__"],El=Ol.findIndex($l),Fl=Ol.map(((e,t)=>Ll(e)?Ol.slice(0,t).filter(Ll).length:-1));const Ul=d((({children:e,onChange:t,...l})=>{const n=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),l=Ol.map(((e,l)=>jl(e)?e:t.charAt(Fl[l])||e)),n=Fl.indexOf(t.length-1)+1;return(n?l.slice(0,Math.max(El,n)):l).join("")}(e))),[t]),a=i((e=>{"+7 ("===e&&(t&&t(""))}),[]);return o(dl,{...l,onChange:n,onFocus:e=>n(e?.target?.value||""),onBlur:e=>a(e?.target?.value||""),children:e})})),Wl=d((({className:e,label:t,value:l,error:n,onChange:a,onBlur:i,...r})=>c("div",{className:h("shrink-0 w-full",e),children:[o(Ul,{"aria-label":t,label:r?.errors?`${t}*`:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),Qt(n)]}))),Hl=d((({className:e="",label:t,error:l,...n})=>c("div",{className:e,children:[o(bl,{...n,valid:!l,label:n?.errors?`${t}*`:t}),Qt(l)]}))),Kl="Некорректно заполненное поле",ql=Gt((e=>null!=e&&""!==e))(Kl),Xl=Gt((e=>e?.key&&""!==e?.key))(Kl),Yl=Gt((e=>"string"==typeof e&&e.length>1))(Kl),Gl=Gt((e=>"string"==typeof e&&(10===e.length||12===e.length)))(Kl),Ql=(Jl=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,Gt((e=>"string"==typeof e&&Jl.test(e))))(Kl);var Jl;const Zl=Gt((e=>"boolean"==typeof e&&e))("Согласие обязательно"),en={typeForm:ql,surname:Yl,name:Yl,region:Xl,addressBranch:Xl,phone:Ql,secondaryPhone:Ql,birthday:ql,email:ql,fullName:Yl,inn:Gl,partnerComments:ql,collectionCount:ql,comment:ql,acquiringType:Xl,feedbackType:Xl,feedbackMethod:Xl,serviceType:Xl,serviceDirection:Xl,consentDataProcessing:Zl,annualRevenue:ql},tn=e=>{const t=(e=>Object.values(e.filter((e=>e)))?.map((e=>e.name)))(e.filter((e=>"required"in e&&e.required)));return Object.fromEntries(t.map((e=>[e,en?.[e]])))},ln=(e,t)=>{const{value:l,isDirty:n}=e,a=n?t(l):[];return{...e,errors:a,error:a[0]}},nn=(e,t,l=!1)=>l?ln(e,t):e,an=[{text:"Торговый эквайринг",key:"trade"},{text:"СБП-эквайринг",key:"sbp"},{text:"Интернет-эквайринг",key:"internet"},{text:"Все виды эквайринга",key:"all"}],rn=d((({field:e,input:t})=>o(Hl,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:an,...nn(e("acquiringType"),en.acquiringType,t?.required)}))),sn=(e="")=>Boolean("trade"===e||"all"===e),on=e=>null!=e,cn=new Map,dn=e=>Boolean(e?.every((e=>Array.isArray(e)?dn(e):!e||"string"==typeof e))),mn=e=>dn(e)?e.toString():"";function hn(e,t,{fallback:l,cache:i}={}){const s=r((()=>un(e)),[e]),[o,c]=n(void 0),[d,m]=n(void 0);a((()=>{if(!s.some(on))return;let e=!1;const l=(t,l)=>{e||(c(t),m(l))};return(async()=>{try{l(await((e,t=cn)=>l=>{const n=mn(l),a=t.get(n);if(n&&on(a))return a;const i=e(...l);return n&&on(i)&&t.set(n,Promise.resolve(i)),i})(t,i)(s))}catch(e){l(void 0,e)}})(),()=>{e=!0}}),[t,i,s]);const h=l&&(e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]))(s)&&l[s[0]];return{data:!o&&h?h:o,error:d,mutate:()=>Promise.resolve(void 0)}}function un(e){return Array.isArray(e)?e:e instanceof Function?un(e()):[e]}const pn=[];const gn=async e=>await mt(e,{method:"GET"})||pn;function xn(){const{data:e}=hn("/api/v1/branchesByRegions",ht);return Array.isArray(e)?e:[]}const fn=d((({field:e,input:t,isPremium:l=!1})=>{const n=e("region"),i=n?.value?.key,r=n?.value?.text,s=l?xn()?.find((e=>e?.region===r))?.branches:function(e){const{data:t}=hn(e?`/api/v1/branches?regionCode=${e}`:null,gn);return t||pn}(i)?.filter((e=>e?.address));return a((()=>{""!==n?.value?.key&&e?.("addressBranch")?.onChange?.("")}),[n?.value]),o(Hl,{label:"Отделение",placeholder:"Выберите отделение",options:(s||[]).map((({address:e=""})=>({key:e,text:e}))),...nn(e("addressBranch"),en.addressBranch,t?.required),isSearch:!0})})),bn=(e,{normalize:t,format:l})=>{const{value:a,onFocus:r,onBlur:s,onChange:o}=e,[c,d]=n(!1),m=i((e=>{d(!0),r&&r(e)}),[]),h=i((()=>{d(!1),o&&o(t(a)),s&&s()}),[o,a]);return{value:c||!l?a:l(a),onFocus:m,onBlur:h}},yn=(e,t,l)=>Math.max(t,Math.min(e,l));function vn(e){const t=(e||"").replace(/\D/g,""),l=parseInt(t,10);return Number.isNaN(l)?0:l}function Nn({list:e=[],min:t,max:l,step:n,value:a=e[0]||t,disabled:i,onChange:r}){const s=e.length?e.indexOf(a):a,d={backgroundSize:`${(100*(s>t?s-t:0)/(l-t)).toFixed(2)}% 100%`};return c("div",{children:[e.length?o("div",{className:"absolute w-full flex justify-between -bottom-[3px] px-m",children:e.map(((e,t)=>o("div",{className:h("w-2 h-2 rounded-full",s<=t||i?"bg-gray":"bg-primary-main")},String(t))))}):null,o("div",{className:"absolute inset-x-0 -bottom-1 px-m leading-[18px]",children:o("input",{className:"box-border w-full m-0 cursor-pointer slider relative z-10",style:d,type:"range",min:t,max:l,step:n,value:s,disabled:i,onChange:t=>{const l=vn(t.target?.value),n=e.length?e[l]:l;r&&r(n||0)}})})]})}const wn=1,kn=100,Sn=d((e=>{const{className:t,title:l,items:n=[],list:a=[],min:r=(a.length?0:wn),max:s=(a.length?a.length-1:kn),step:d=1,value:m=a[0]||r,disabled:u=!1,onChange:p}=e,g=bn(e,{normalize:(e=0)=>a.length?Cn(a)(e):yn(e,r,s),format:Ye()}),x=i((e=>{p&&p(vn(e.target?.value))}),[p]);return c("div",{className:t,children:[c("label",{className:"block relative",children:[l?o(ze,{size:"text-m",font:"font-light",color:"text-primary-text",children:l}):null,o("input",{className:h("text-h3 w-full h-14","pl-m mt-xs box-border","text-primary-text",cl,"disabled:border-gray disabled:bg-main-divider"),disabled:u,onChange:x,...g}),Nn({list:a,min:r,max:s,step:d,disabled:u,value:m,onChange:p})]}),Tn(n)]})})),Cn=e=>t=>e.reduce(((e,l)=>Math.abs(l-t)<Math.abs(e-t)?l:e)),Tn=e=>o("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>o(ze,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),In=["От 1 000 ₽","До 1 000 000 000 ₽"],Bn=d((({field:e})=>o(Sn,{title:"Сумма, ₽",items:In,min:1e3,max:1e9,...e("amount")}))),Pn=d((({field:e,input:t})=>o(_l,{className:"col-span-2",...nn(e("comment"),en.comment,t?.required),placeholder:"Ваше сообщение",isTextarea:!0}))),Mn=[{key:"ULTRASERVICE",text:"Ультра"},{key:"PREMIUMSERVICE",text:"Премиум"}],Rn=[{key:"Физическое лицо"},{key:"Юридическое лицо / ИП"}],Vn=[{text:"Задать вопрос по продуктам и услугам",key:"FEEDBACK"},{text:"Качество обслуживания",key:"FEEDBACK_QS"}],zn=[{key:"phone",text:"Телефонный звонок"},{key:"email",text:"Электронное сообщение"}],Dn=d((({field:e})=>o(Hl,{label:"Способ получения ответа",options:zn,...ln(e("feedbackMethod"),en.feedbackMethod)}))),An=d((({field:e})=>{const t=e("feedbackType");return a((()=>{"FEEDBACK"===t?.value?.key&&e("serviceDirection")?.onChange?.(Rn[0])}),[t?.value]),o(Hl,{label:"Тема",placeholder:"Выберите тему",options:Vn,...ln(t,en.feedbackType)})})),_n=d((({field:e})=>o(rl,{...e("isClient"),text:'Являюсь клиентом банка АО "Россельхозбанк"'}))),$n=d((({value:e=!1,text:t,type:l="checkbox",onChange:n})=>c("div",{role:l,"aria-checked":e,className:"flex justify-start items-center w-full cursor-pointer mb-s",onClick:()=>n&&n(!e),children:[o("div",{className:h("relative flex-shrink-0 duration-300 w-9 h-5 mr-s rounded-2xl",e?"bg-primary-main":"bg-main-divider"),children:o("div",{className:h("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),t?o(ze,{size:"text-l",font:"font-light",color:"text-primary-text",children:t}):null]}))),jn=d((({field:e})=>sn(e("acquiringType")?.value?.key)?o($n,{type:"radio",text:"Хочу онлайн-кассу",...e("onlineCheckout")}):null)),Ln=d((({field:e})=>{const t=e("secondaryPhone");return o(Wl,{label:"Дополнительный телефон",...t.value&&"+7 ("!==t.value?ln(t,en.secondaryPhone):t})})),On=d((({field:e})=>sn(e("acquiringType")?.value?.key)?o($n,{type:"radio",text:"Хочу POS-терминал",...e("posTerminal")}):null));function En(){const{data:e}=hn("/api/v1/regions",ht);return Array.isArray(e)?e:[]}const Fn=d((({field:e,input:t})=>{const l=En();return o(Hl,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:r((()=>l?.map((({code:e="",name:t=""})=>({key:e,text:t})))),[l]),...nn(e("region"),en.region,t?.required)})})),Un=d((({field:e,input:t})=>{const l=xn(),n=r((()=>l?.map((({region:e})=>({key:e,text:e})))),[l]);return o(Hl,{label:"Регион",placeholder:"Выберите регион",options:n,...nn(e("region"),en.region,t?.required)})})),Wn=d((({field:e})=>o(Hl,{label:"Направление обслуживания",placeholder:"Выберите направление",options:Rn,...ln(e("serviceDirection"),en.serviceDirection)}))),Hn=["От 1 мес","До 15 лет"],Kn=d((({field:e})=>o(Sn,{title:"Срок, месяцев",items:Hn,min:1,max:180,...e("term")}))),qn=d((({field:e})=>o(Hl,{label:"Тип обслуживания",options:Mn,...ln(e("serviceType"),en.serviceType)}))),Xn=d((({name:e,text:t,value:l,checked:n,onChange:a,className:i})=>o("div",{className:i,children:c("label",{className:"font-sans flex gap-s items-center relative cursor-pointer",children:[o("input",{className:h(cl,Zt,"flex justify-center items-center after:block after:w-2.5 after:h-2.5 after:rounded-full rounded-full","checked:border-2 checked:!border-primary-main focus:checked:border-primary-main checked:after:bg-primary-main"),type:"radio",value:l,name:e,checked:n,onChange:e=>a?.(e.target.value),role:"radio"}),t?o(ze,{color:"text-primary-text",children:t}):null]})}))),Yn=["currencyControl","documentOperations","conversionTransactions","otherIssues"],Gn=d((({field:e})=>{const{value:t,onChange:l}=e("vedTypes");return a((()=>{"currencyControl"!==t&&(e?.("inn")?.onChange?.(""),e?.("region")?.onChange?.(""))}),[t]),c("div",{className:"py-m gap-m grid @xl:flex @xl:items-center",children:[o(Xn,{name:"vedTypes",text:"Валютный контроль",value:"currencyControl",checked:"currencyControl"===t,onChange:l}),o(Xn,{name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:l}),o(Xn,{name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:l}),o(Xn,{name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:l})]})})),Qn=(e,t)=>(l,n)=>{const{required:a,...i}=l,r="ULTRASERVICE"===t||"PREMIUMSERVICE"===t,s={surname:o(_l,{label:"Фамилия",...nn(e("surname"),en.surname,a)}),name:o(_l,{label:"Имя",...nn(e("name"),en.name,a),...i}),middleName:o(_l,{label:"Отчество (Обязательно, при наличии)",...e("middleName")}),phone:o(Wl,{label:"Телефон",...nn(e("phone"),en.phone,a)}),email:o(_l,{label:"Электронная почта",...nn(e("email"),en.email,a),...i}),fullName:o(_l,{label:"ФИО",...nn(e("fullName"),en.fullName,a),...i}),inn:o(_l,{label:"ИНН",type:"number",...nn(e("inn"),en.inn,a)}),comment:o(Pn,{field:e,input:l}),region:r?o(Un,{field:e}):o(Fn,{field:e,input:l}),addressBranch:o(fn,{field:e,input:l,isPremium:r}),birthday:o(Al,{label:"Дата рождения",...nn(e("birthday"),en.birthday,a)}),isClient:o(_n,{field:e}),consentToReceiveMaterials:o(rl,{...e("consentToReceiveMaterials"),text:"Согласен на получение информационных и аналитических материалов по электронной почте"}),partnerComments:o(_l,{...nn(e("partnerComments"),en.partnerComments,a),placeholder:"Укажите интересующий вас вопрос",isTextarea:!0,...i}),collectionCount:o(_l,{label:"Количество объектов инкассации",type:"number",...nn(e("collectionCount"),en.collectionCount,a)}),acquiringType:o(rn,{field:e,input:l}),onlineCheckout:o(jn,{field:e}),posTerminal:o(On,{field:e}),serviceType:o(qn,{field:e}),term:o(Kn,{field:e}),amount:o(Bn,{field:e}),annualRevenue:o(_l,{label:"Годовая выручка, ₽",...nn(e("annualRevenue"),en.annualRevenue,a)}),vedTypes:o(Gn,{field:e}),feedbackType:o(An,{field:e}),feedbackMethod:o(Dn,{field:e}),serviceDirection:o(Wn,{field:e}),bankEmpolee:o(_l,{label:"ФИО или должность обслуживавшего Вас сотрудника Банка",...e("bankEmpolee")}),applicationDate:o(_l,{label:"Дата и время обращения в Банк",...e("applicationDate")}),secondaryPhone:o(Ln,{field:e})};return function({input:e,field:t}){const{condition:l}=e,{value:n}=t(l?.name||"");return!l||l?.values?.find((e=>e===(n?.key??n)))}({input:l,field:e})?o("div",{children:s[l?.name]},String(n)):null};const Jn=e=>{const{acquiringType:t,onlineCheckout:l,posTerminal:n,amount:a,term:i,annualRevenue:r,serviceType:s,feedbackType:o,vedTypes:c,region:d,...m}=e,h=t||r?(e=>{const{acquiringType:t,onlineCheckout:l=!1,posTerminal:n=!1,term:a,amount:i,annualRevenue:r}=e;return t?`Вид эквайринга=${t?.text||""}${sn(t?.key)?`/Онлайн касса=${l}/POS-терминал=${n}`:"/Онлайн касса=false/POS-терминал=false"}`:`Сумма=${i}/Срок=${a}/Выручка=${r}`})(e):null,u={...m,...ea(c),...Zn(d),...h?{partnerComments:h}:{},...s?{typeForm:s}:{},...o?{typeForm:o}:{}};return Object.fromEntries(Object.entries(u)?.map((([e,t])=>[e,t?.key||t])))},Zn=e=>e?.key||e?.text?{region:e?.text||e?.key}:{},ea=e=>e?{vedTypes:Object.fromEntries(Yn.map((t=>[t,t===e])))}:{},ta={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:an[0],serviceType:Mn[0],feedbackType:Vn[0],feedbackMethod:zn[0],serviceDirection:Rn[0],vedTypes:Yn[0],birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1},la=(e,t="")=>{const l=Object.fromEntries(e.map((e=>[e.name,"ved"===e.fieldType&&e?.defaultValue||ta[e.name]])));return l?.serviceType&&"PREMIUMSERVICE"===t&&(l.serviceType=Mn[1]),{...l,typeForm:{key:t,text:""}}},na=d((({text:e,link:t})=>c(w,{size:"text-l",font:"font-light",color:"text-secondary-text",children:[e?o(ze,{children:e}):null,t?o(be,{href:t.href,ariaLabel:"условия передачи данных",target:t.target||"",className:"!text-left text-primary-main",children:o(ze,{children:t.text})}):null]}))),aa=(e,t)=>o(Kt,{className:h("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),ia=(e,t,l)=>c("div",{className:"flex col-span-2 gap-xs flex-col w-full items-baseline",children:[e?c("div",{children:[c("div",{className:"flex gap-3 items-center",children:[o(tl,{...e}),o(na,{link:t})]}),Qt(ln(e,Zl).error)]}):o(na,{text:"Нажимая кнопку, вы подтверждаете согласие с ",link:t}),aa(l)]}),ra={send:async function(e,t=!1){const{typeForm:l,region:n,phone:a="",email:i,birthday:r,inn:s,fullName:o,addressBranch:c,secondaryPhone:d="",bankEmpolee:m,applicationDate:h,serviceDirection:u,...p}=e,g=t&&"Юридическое лицо / ИП"!==u,x=g?"/api/v1/lead":"/api/v1/sendcorporatelead",f={typeForm:l,...Tt(n,g),...It(i,g),...St(a),...g?Ct(r):{inn:s,fullName:o},..."FEEDBACK"===l?{}:{addressBranch:c,bankEmpolee:m,applicationDate:h,...Bt(d)},...p};try{const e=await fetch(x,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(f)});return e?.ok?await e.json():null}catch(e){return null}}},sa=d((({className:e,title:t,typeForm:l="",sections:r=[],button:s,link:d,endpoint:m,additionalParams:u,isContacts:p,data:g,...x})=>{const f=r?.flatMap((e=>e?.inputs))||[],b=la(f,l),[y,v]=n(""),w=i((async(e,t)=>{const n=ma(f,e),a=(i=tn(n),e=>e&&Object.entries(i).flatMap((([t,l])=>l(e[t])))||[]);var i;if(a(e)?.length)return"Fail";const r=Jn({...e,...u}),s=await ra.send(r,"lead"===m)?"OK":"Fail";if(v(s),s){(e=>{const{open:t,close:l}=de();return{open:(l={})=>t(o(Yt,{...e}),l),close:l}})({responseType:s,typeForm:l}).open()}if("OK"===s&&g){const e=Lt();Pt({aspectsAttributes:g,aspects:e,ev:t})}return s}),[]),[,{field:k,onSubmit:S,reset:C}]=Et(b,{onSubmit:w}),T=da(f)?.name;return a((()=>{"OK"===y&&(v(""),C())}),[y]),c(Ft,{className:h("container space-y-m",e),title:t,...x,children:[c("form",{onSubmit:S,children:[r.map(((e,t)=>c("div",{className:h(ca(e.columns),"grid gap-x-m"),children:[oa(e.title),(e?.inputs||[])?.map(Qn(k,l))]},`section-${t}`))),ia(T?k("consentDataProcessing"):void 0,d,s)]}),p?c("div",{className:"space-y-m",children:[o(N,{headingType:"h6",title:"Или свяжитесь с нами удобным способом",className:"@xl:text-center"}),c("div",{className:"flex sm:justify-center gap-xl",children:[c("a",{className:"flex gap-s items-center text-primary-text no-underline",href:"tel:8 (800) 200-78-70","aria-label":"телефон 8 (800) 200-78-70",children:[o(le,{image:{icon:"PhoneIcon"},width:"24",height:"24"}),o("span",{children:"8 (800) 200-78-70"})]}),c("a",{className:"flex gap-s items-center text-primary-text no-underline","aria-label":"почта ved@rshb.ru",href:"mailto:ved@rshb.ru",children:[o(le,{image:{icon:"MailIcon"},width:"24",height:"24"}),o("span",{children:"ved@rshb.ru"})]})]})]}):null]})})),oa=e=>e?o("div",{className:"@xl:text-center @xl:col-span-2 mb-m",children:o(ze,{size:"text-h6",children:e})}):null,ca=e=>2===e?"@xl:grid-cols-2":"",da=e=>e?.find((e=>"consentDataProcessing"===e?.name)),ma=(e,t)=>e.filter((e=>e)).filter((e=>!e?.condition||e?.condition.values.find((l=>{const n=t?.[e?.condition?.name??""];return"secondaryPhone"===e.name?Boolean(t.secondaryPhone):l===(n?.key??n)})))),ha=d((({title:e,description:t})=>{const l=we();return c("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[o(le,{image:{icon:"MagnifierIcon",iconVersion:"normal"},width:"120",height:"120"}),o(S,{title:e,description:t,headlineVersion:l?"L":"S",isEmbedded:!0,className:"space-y-s"})]})})),ua=(e=!1)=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",pa=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`});function ga(e,{sensitivity:t,rootRef:l}={}){const n=s(null),i=r((()=>({threshold:xa(t),root:l?.current})),[t,l?.current]);return a((()=>{if(!n.current)return;const t=new IntersectionObserver(e,i);return t.observe(n.current),()=>{t.disconnect()}}),[e,i]),n}function xa(e=0){const t=Math.round(10*e);return Array.from({length:t}).fill(0).map(((e,l)=>Math.min(l/t)),1).concat(1)}const fa=d((({className:e,style:t,idx:l,activeIndex:n,observerOptions:a,children:r,onIntersection:s})=>{const c=ga(i((e=>{e.length&&s&&s(l||0,e[e.length-1])}),[s,l]),a);return o("div",{className:h("inline-block snap-always box-border",e),style:t,"aria-current":Boolean(l===n),ref:c,role:"listitem",children:r})})),ba=["min-w-full","lg:min-w-[50%]","lg:min-w-[33.3%]","lg:min-w-[25%]"],ya=d((({className:e,itemClassName:t,containerRef:l,activeIndex:n,visibleItemCount:a=0,gap:r=0,padding:c=0,listType:d="horizontal-list",snapAlign:m="snap-center",minHeight:u,children:p,onVisibleItemsChange:g,onVisibleIndicesChange:x})=>{const f={sensitivity:1,rootRef:l},b=s([]),y=i(((e,t)=>{const l=[...b.current||[]];l[e]=t,b.current=l,g&&g(l),x&&x(Na(l))}),[g,x]),v=a>0?r*Number(a)-1:0,N="vertical-list"===d,w="horizontal-list"===d,k={...w?va(c,v):{},...N?pa(u):{},gap:`${r}px`};return o("div",{className:h("box-border overflow-auto no-scrollbar",d,e),style:k,ref:l,role:"list",children:(S=(e,l)=>o(fa,{className:h(m,a?ba[a-1]:"",{"h-full":N},t),style:w?va(c/4):{},activeIndex:n,idx:l,observerOptions:f,onIntersection:y,children:e},String(l)),e=>null==e?e:Array.isArray(e)?e.map(S):S(e,0))(p)});var S})),va=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),Na=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),wa={"horizontal-list":"w-6","vertical-list":"h-6"},ka=({activeIndex:e,onClick:t,listType:l="horizontal-list"})=>(n,a)=>o("div",{className:h("cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white",a===e?wa[l]:"w-2 h-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>t(a)},String(a)),Sa=({activeIndex:e,onClick:t})=>(l,n)=>{const a=n===e,i=a?"min-w-[350px] bg-white shadow-dark-blue border-none p-6":"min-w-72 ease-in duration-300 bg-white/10 px-xl py-lg hover:backdrop-blur",r=a?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=a?"text-l":"text-m group-data-secondary:text-white/80";return c("button",{type:"button",onClick:()=>t(n),"aria-label":l?.title,className:h("max-h-28 mt-xs ml-xs relative px-xl box-border overflow-hidden text-left grow basis-0 border border-gray group-data-secondary:border-white/50 whitespace-nowrap",i),children:[o("div",{className:r,children:l?.title}),o("div",{className:h("text-secondary-text font-light",s),children:l?.description})]},String(n))},Ca=e=>e,Ta=(e=Ca)=>t=>t.reduceRight(((t,l)=>e(t)>e(l)?t:l)),Ia=Ta(),Ba=(e=Ca)=>Ta((t=>-e(t))),Pa=Ba(),Ma=e=>t=>e.scrollWidth/t,Ra=e=>(t,l)=>{e.scrollBy({left:l*Ma(e)(t),behavior:"smooth"})},Va=({itemCount:e,onVisibleIndicesChange:t})=>{const l=s(null),[a,r]=n([]),o=i((e=>{r((t=>{return(l=t)===(n=e)||Boolean(l&&n&&l?.length===n?.length&&l.every(((e,t)=>e===n[t])))?t:e;var l,n})),t&&t(e)}),[t]),[c,d]=a.length?[Ba()(a),Ta()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;l.current&&(m?Ra(l.current)(e,-1):(t=l.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{l.current&&(h?Ra(l.current)(e,1):l.current.scrollTo({left:0,behavior:"smooth"}))}),[e,h]),g=i(((e,t={behavior:"smooth",block:"nearest",inline:"center"})=>{l?.current&&l.current.children[e]?.scrollIntoView(t)}),[l]);return[l,{scrollLeft:u,scrollRight:p,scrollTo:g,canScrollLeft:m,canScrollRight:h,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},za={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},Da=d((({className:e="",activeIndex:t=0,dotCount:l=0,listType:n="horizontal-list",version:r,navButtons:s=[],containerRef:c,containerScroll:d})=>{const m=we(),[u,p]=Va({itemCount:s.length}),g=Aa(Boolean(s?.length));a((()=>{s?.length&&t>=0&&u?.current&&p.scrollTo(t,g)}),[t]);const x=i((e=>{e!==t&&c?.current&&d?.scrollTo(e,g)}),[c?.current]);return s?.length&&!m?o(ya,{containerRef:u,snapAlign:"snap-start",itemClassName:"h-36 flex items-stretch w-screen",gap:8,children:s.map(Sa({activeIndex:t,onClick:x}))}):l?o("div",{className:h("flex gap-xs",za[n],r?"group":"",e,{"pb-xl":s?.length&&m}),"data-ver":r,children:Array.from({length:l}).fill(null).map(ka({activeIndex:t,onClick:x,listType:n}))}):null})),Aa=(e=!1)=>({behavior:e?"auto":"smooth"}),_a=d((({className:e,disabled:t,...l})=>o(be,{rounded:!0,className:h("group/btn w-12 h-12 min-h-12 max-h-12 flex items-center justify-center shadow-main-black",t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main",e||""),disabled:t,...l,children:o(le,{className:"w-4 h-4 min-w-4 min-h-4 rounded-full box-border",image:{icon:"ArrowLeftIcon",iconVersion:"black"},imageClassName:"group-hover/btn:text-primary-main",width:"16",height:"16"})}))),$a=d((e=>o(_a,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),ja=d((e=>o(_a,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),La="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",Oa=d((({className:e,scroll:t,hasBlur:l,arrowsPadded:n,isBottom:a})=>{const{canScrollLeft:i,canScrollRight:r,scrollLeft:s,scrollRight:d}=t,m=n&&!a;return c("div",{className:e,children:[l?Ea(t):null,i?o($a,{className:h(Fa(a),m?"left-1":"left-0"),onClick:s}):null,r?o(ja,{className:h(Fa(a),m?"right-1":"right-0"),onClick:d}):null]})})),Ea=e=>c("div",{children:[e.canScrollLeft?o("div",{className:h(La,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?o("div",{className:h(La,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),Fa=(e=!1)=>h("absolute z-40",e?"bottom-[56px]":"top-[calc(50%-24px)]"),Ua=d((({className:e,version:t,gap:l=14,padding:n=16,visibleItemCount:a=1,listType:i="horizontal-list",snapAlign:r,minHeight:s,showArrows:d,hasBlur:m,arrowsPadded:u,showDots:p,children:g,onVisibleIndicesChange:x,navButtons:f})=>{const b=Array.isArray(g)?g.length:0,[y,v]=Va({itemCount:b,onVisibleIndicesChange:x}),[N]=v.visibleIndicesRange;return c("div",{className:h(e,"vertical-list"===i?"relative h-full":""),children:[o(ya,{containerRef:y,activeIndex:N,visibleItemCount:a,gap:l,padding:n,listType:i,snapAlign:r,minHeight:s,onVisibleIndicesChange:v.handleVisibleIndicesChange,children:g}),o(Oa,{className:h(!d&&"hidden lg:block"),scroll:v,hasBlur:m,arrowsPadded:u,isBottom:Boolean(f?.length)}),o(Da,{className:h(!p&&"lg:hidden"),activeIndex:N,dotCount:b,listType:i,version:t,navButtons:f,containerRef:y,containerScroll:v})]})})),Wa=({blocksToRender:e,...t})=>o(Ua,{visibleItemCount:0,gap:0,arrowsPadded:!0,children:P(e,{...t.options,parent:t.block,renderProps:(e,t,l)=>o("div",{className:h("relative min-w-80",ua(!0)),children:I(e,t)},String(l))})}),Ha=e=>e%2!=0,Ka=d((({textNode:e,iconNode:t,tag:l,onClick:n,justifyContent:a="between",className:i,role:r,...s})=>c(l,{tag:l,className:h("flex items-center w-full gap-1","between"===a?"justify-between":"justify-center",i),onClick:n,role:r,...s,children:[e?o("div",{children:e}):null,t?o("div",{children:t}):null]}))),qa=d((({className:e="",label:t,icon:l,dataTheme:n="pc",disabled:a=!1,onClick:i})=>o(Ka,{tag:"button",onClick:i,disabled:a,"data-theme":n,justifyContent:"center",role:"button",className:h("py-4 border border-transparent outline-none focus:border-primary-text space-x-s",a?"bg-main-divider text-main-disabled hover:bg-main-divider":"bg-primary-main text-white hover:bg-primary-hove",e),textNode:o(ze,{size:"text-h4",children:t}),iconNode:l?o(le,{image:{icon:l,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),Xa=({isUnfolded:e,onToggle:t})=>o(qa,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),Ya=d((({className:e="",isFoldButtonOnTop:t=!1,unfoldedByDefault:l=!1,renderFoldableSection:a,renderFoldButton:r})=>{const[s,o]=n(l),d=i((()=>{o((e=>!e))}),[]),m=a({isUnfolded:s,onToggle:d}),h=r?r({isUnfolded:s,onToggle:d}):null;return c("div",t?{className:e,role:"group",children:[h,m]}:{className:e,role:"group",children:[m,h]})}));const Ga=d((({className:e="",isUnfolded:t,children:l})=>{const n=s(null),i=function(e,t){const l=s(null);return a((()=>{const t=l?.current;if(!t)return;const n=new ResizeObserver((l=>{e(t,l[0])}));return n.observe(t),()=>{n.disconnect()}}),[e,...t]),l}((e=>{n.current&&(n.current.style.maxHeight=t?`${e.scrollHeight}px`:"")}),[t]);return o("div",{ref:n,className:`transition-max-h duration-300 overflow-hidden ${n.current||!t?"max-h-0":""} `,children:o("div",{className:e,ref:i,children:l})})})),Qa=["ArrowDownIcon","ArrowUpIcon"],Ja="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs",Za=({topItemsCount:e=0,label:t="",block:l,blocksToRender:n=[],...a})=>{const[i,r]=e>0?[n.slice(0,e),n.slice(e)]:[n,[]];return c("div",{className:h("space-y-2xs",{hidden:!n.length}),children:[c("div",{className:h(Ja),children:[P(i,{...a.options,parent:l}),Ha(i.length)?o(vt,{className:"col-span-6",...a}):null]}),o(Ya,{renderFoldableSection:({isUnfolded:e})=>c(Ga,{className:h(Ja),isUnfolded:e,children:[P(r,{...a.options,parent:l}),Ha(r.length)?o(vt,{className:"col-span-6",...a}):null]}),renderFoldButton:({isUnfolded:l,onToggle:n})=>o(qa,{className:h({hidden:e<1}),disabled:!r?.length,label:t,icon:Qa[Number(l)],dataTheme:a.options?.page?.colorPalette,onClick:n})})]})},ei=d((({blocksSection:e,blocksToRender:t=[],notFound:l,...n})=>{switch(e?.view){case"grid":return c("div",{children:[ti(l,t),Za({...e,...n,blocksToRender:t})]});case"carousel":return c("div",{className:"relative",children:[ti(l,t),Wa({...n,blocksToRender:t})]});default:return null}})),ti=(e,t)=>e&&!t.length?o(ha,{...e}):null,li=e=>t=>t.reduce(((t,l,n)=>t.length?t.concat({...e,key:`sep-${n}`},l):[l]),[]),ni=d((({value:e,onChange:t,items:l=[],multiple:n})=>l.map((l=>o($n,{text:l?.title,value:[e].flatMap((e=>e)).includes(l.value),onChange:()=>(l=>{if(!t)return;const a=e?.includes(l);t(n?a?(e||[]).filter((e=>e!==l)):[...e||[],l]:a?[]:[l])})(l.value),type:n?"checkbox":"radio"},l.value))))),ai=d((({children:e,filtrationSchema:t,resetButton:l,field:n,reset:a})=>c("form",{className:"flex flex-col @4xl:flex-row justify-between bg-white p-4xl gap-s @4xl:gap-0",children:[c("div",{className:"flex flex-col @4xl:flex-row gap-xl",children:[e,li(o("div",{className:"h-full w-px bg-gray hidden @4xl:block"}))(Object.entries(t).map(ii(n)).filter(Boolean))]}),l?o("div",{children:o(Kt,{type:"reset",className:"w-full @4xl:w-56 @4xl:ml-s",onClick:a,children:l?.text})}):null]}))),ii=e=>([t,l])=>{const n=l?.type;return"array"===n?ri(t,e)(l):null},ri=(e,t)=>l=>{const n=l?.items?.enum?.map(((e,t)=>({value:e,title:l?.items?.enumNames?.[t]||""})))||[];return c("div",{className:"flex-1",children:[l?.title?o("div",{className:"mb-m",children:o(ze,{size:"text-m",font:"font-medium",color:"text-primary-text",children:l.title})}):null,o(ni,{items:n,multiple:!l?.single,...t(e)})]},e)};function si(e,...t){return e.map(((e,l)=>[e,...t.map((e=>e[l]))]))}const oi=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,ci=(e,t)=>Object.entries(e).map((([l,n])=>"number"==typeof n?Array.isArray(t[l])?((e,t)=>l=>oi(t[e])||oi(l[e])||l[e]?.includes(t[e]))(l,e):((e,t)=>l=>oi(t[e])||oi(l[e])||di(t[e])<=di(l[e]))(l,e):"object"==typeof n&&"min"in n&&"max"in n?((e,t)=>l=>oi(t[e])||oi(l[e])||di(t[e]?.min)>=di(l[e]?.min)&&di(t[e]?.min)<=di(l[e]?.max))(l,e):Array.isArray(n)?((e,t)=>l=>oi(t[e])||oi(l[e])||t[e]?.every((t=>l[e]?.includes(t))))(l,e):((e,t)=>l=>oi(t[e])||oi(l[e])||t[e]===l[e])(l,e))).every((e=>e(t))),di=e=>Number(e||0),mi=(e,{block:t,page:l,normalize:n=Ot})=>{const a=t?.blocks||[],[i,{field:s,reset:o,update:c}]=Et(e),d=r((()=>si(a,a.map((e=>xt(e.content,l?.fallback))))),[a,l?.fallback]),m=i===e?a:((e,t)=>(l=Ot)=>e?.filter((([,e])=>ci(t,l(e)||{}))).map((([e])=>e)))(d,i)(n);return[i,{blocksToRender:m,blocksWithProps:d},{field:s,reset:o,update:c}]},hi={},ui={},pi=bt((({className:e,filtrationSchema:t=hi,consumerField:l={},resetButton:n,...a})=>{const[,{blocksToRender:i},{field:r,reset:s}]=mi(ui,{block:a.block,page:a.options?.page}),d=o(bl,{className:"w-64",label:l?.title,options:gi(l),...r("consumer",{parse:({key:e})=>[e],format:([e]=[])=>gi(l).find((t=>t.key===e))||{key:""}})});return c(g,{className:h(e),defaultPadding:"p-0",version:"transparent",...a,children:[o(ai,{filtrationSchema:t,field:r,reset:s,children:c("div",{children:[d,o("div",{children:o(Kt,{type:"reset",className:"mt-lg w-64",onClick:s,version:n?.version,children:n?.text})})]})}),o(ei,{blocksToRender:i,...a})]})}),{childrenTypes:["CarouselTariffsCard"],childSchema:e=>({...e?.filtrationSchema,...e?.consumerField?{consumer:e?.consumerField}:{}})}),gi=e=>si(e.items?.enum||[],e.items?.enumNames||[]).map((([e,t])=>({key:e,text:t}))),xi=(e=!1)=>e?"text-left":"text-center",fi={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},bi=d((({className:e,defaultIconSize:t=44,iconBgVersion:l="primary",size:n,icon:a,...i})=>{const r=String(n?.width||t);return a?o("div",{style:{width:`${r}px`,height:`${r}px`},className:h("rounded-icon object-fit flex justify-center items-center",fi[l],e),children:o(H,{...i,width:"54%",height:"54%",name:a})}):null})),yi=d((({className:e="",title:t,benefitList:l,...n})=>{const a=we();return c(g,{className:e,defaultPadding:"p-6xl",...n,children:[t?o(N,{headingType:"h3",as:"h2",className:xi(a),title:t}):null,l?.length?o("div",{className:"flex flex-col @md:flex-row flex-wrap w-full @md:justify-center mt-xl gap-5xl",role:"list",children:l.map(vi)}):null]})})),vi=({label:e,description:t,__html:l,icon:n,isDotted:a=!1,iconBgVersion:i},r)=>c("div",{className:"flex gap-m items-center @md:basis-1/2 @md:max-w-[500px]",role:"listitem",children:[n?.icon?o(bi,{className:"shrink-0",iconBgVersion:i,...n}):null,n?.src?o(le,{className:"shrink-0",image:n}):null,e?c("div",{className:"@sm:h-full space-y-xs",children:[o(N,{headingType:"h6",children:e}),o(ze,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),l?o(Re,{__html:l,isDotted:a,itemSize:"list-s"}):null]}):null]},String(r)),Ni=e=>({icon:t,title:l,description:n},a)=>c("div",{className:h("flex flex-col gap-1","items-center",{"justify-center":!n&&!l}),children:[l?o(ze,{size:"text-h6",font:"font-normal",align:e,children:l}):null,t?o(le,{image:t,height:"180",className:"w-auto mx-auto"}):null,n?o(ze,{size:"text-h6",font:"font-normal",align:e,children:n}):null]},String(a)),wi=(e,t,l)=>o("div",{className:`grid gap-2xs ${ki(t)}`,children:e.map(Ni(l))}),ki=e=>{switch(e){case"3":return"grid-cols-3";case"4":return"grid-cols-4";default:return"grid-cols-5"}},Si=d((({bonusBenefits:e,cardTextAlign:t="text-center",className:l="",columnsCount:n="4",subtitle:a,title:i,...r})=>c(g,{className:h("space-y-3xl",l),defaultPadding:"p-6xl",...r,children:[o(S,{defaultPadding:"",title:i,description:a,headlineVersion:"M"}),e?.length?wi(e,n,t):null]}))),Ci={start:"justify-start",center:"justify-center",end:"justify-end"},Ti=d((({buttons:e,className:t="",align:l,...n})=>{const a=l?h("flex",Ci[l]):"";return o(g,{className:h("!bg-transparent",a,t),defaultPadding:"p-0",...n,children:He(e)})})),Ii=d((({className:e,title:t,children:l,...n})=>c(g,{className:h("space-y-xl",e),defaultPadding:"p-4xl",...n,children:[t?o(N,{className:"text-center",title:t}):null,l]}))),Bi="flex flex-col justify-between @4xl:flex-row gap-x-4xl gap-y-7 @xl:gap-y-4xl",Pi="flex flex-col lg:max-w-80 lg:w-1/2 gap-2xl",Mi="flex flex-col gap-y-xl min-w-60",Ri=d((({value:e,fractionDigits:t,fixed:l,prefix:n,postfix:a})=>o(ze,{size:"text-h3",children:"number"==typeof e?[n,Ye(t,{fixed:l})(e),a].filter(Boolean).join(" "):e}))),Vi=d((({className:e,title:t,value:l,color:n="text-secondary-text",...a})=>c("div",{className:h("flex justify-between @xl:flex-col",e),children:[t?o(ze,{size:"text-l",font:"font-light",color:n,children:t}):null,l?o(Ri,{value:l,...a}):o(ze,{size:"text-h3",children:"-"})]}))),zi=(e,t)=>e?o(w,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:e},String(t)):null,Di=d((({rate:e=0,title:t="Ставка",unit:l,fractionDigits:n=2,depositeName:a,isShowDepositeName:i,color:r="text-secondary-text"})=>c("div",{children:[o(ze,{size:"text-l",font:"font-light",color:r,children:t}),c("div",{className:"relative",children:[c("div",{className:"flex @xl:justify-center gradient-color-text",children:[o("span",{className:"font-mohave text-title-huge -mt-m tracking-[-15px]",children:Ye(n,{fixed:!0})(e)}),l?o("span",{className:"text-7xl mt-5",children:l}):null]}),a&&i?o("div",{className:"absolute bottom-2 w-full text-left whitespace-nowrap",children:a}):null]})]}))),Ai=d((({title:e="Ставка",isUnavailableByTerm:t=!1})=>c("div",{className:"space-y-s min-w-96",children:[o(ze,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o(H,{className:"w-10 h-10 @5xl:h-auto @5xl:w-40",name:"PercentIcon"}),o("div",{className:"w-64",children:t?c(w,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",o("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):o(w,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),_i=({title:e="Ставка",rate:t=0,unit:l="%",fractionDigits:n=2,isUnknownRateShown:a=!0,color:i="text-secondary-text",children:r,...s})=>a&&0===t?o(Ai,{title:e,...s}):c("div",{className:"flex flex-col",children:[o("div",{className:"hidden @xl:block min-w-96",children:o(Di,{title:e,rate:t,unit:l,fractionDigits:n,color:i,...s})}),o(Vi,{className:"@xl:hidden",title:e,value:t,postfix:l,fractionDigits:n,fixed:!0,color:i,...s}),r]}),$i=({isShowItems:e=!0,step:t=1e3,postfix:l="₽",...n})=>o(Sn,{items:e?[`От ${Ye(1)(n.min||0)} ${l}`,`До ${Ye(1)(n.max||0)} ${l}`]:[],step:t,...n}),ji={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Li={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Oi=(e,t)=>{const{travelExpenseValue:l,restExpenseValue:n}=e,[a,i]=((e,t,l)=>{const{maxBonus:n=5e3,prefMonthsNum:a=ji.prefMonthsNum,prefTravelBonusRate:i=ji.prefTravelBonusRate,prefRestBonusRate:r=.01,travelBonusRate:s=.015,restBonusRate:o=.01}=e,c=Math.min(Math.round(i*t)+Math.round(r*l),n);return[c,c*a+Math.min(Math.round(s*t)+Math.round(o*l),n)*(12-a)]})(t||Li,l,n);return{...t,...e,monthBonus:a,yearBonus:i}},Ei=bt((({className:e="",title:t,calcSource:l,buttons:n,footnote:a,...i})=>{const[r,{field:s}]=Et({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:d,maxSumTravel:m,minSumOther:u,maxSumOther:p,monthBonus:g,yearBonus:x}=Oi(r,l);return o(Ii,{className:e,title:t,...i,children:c("section",{className:h(Bi,e),children:[c("div",{className:Pi,children:[$i({title:"Сумма покупок в категории путешествия, ₽",min:d,max:m,step:500,isShowItems:!1,...s("travelExpenseValue")}),$i({title:"Сумма покупок в остальных категориях, ₽",min:u,max:p,step:500,isShowItems:!1,...s("restExpenseValue")})]}),o("div",{className:"mb-s",children:g>=0?_i({title:"Баллов за месяц",rate:g,fractionDigits:0,isUnknownRateShown:!1,unit:"",color:"text-primary-text"}):null}),c("div",{className:Mi,children:[x>=0?o(Vi,{title:"Баллов за год",value:x,color:"text-primary-text"}):null,He(n,{isVertical:!0}),zi(a)]})]})})})),Fi=Math.round(29.5),Ui=(e,t=0)=>e?.sum?e.sum:t,Wi=(e,t=0)=>e?.period&&e.period>=1&&e.period<=60?e.period:t,Hi=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,Ki={horizontal:"gap-5xl",vertical:"flex-col gap-s"},qi=d((({items:e,checkedItem:t,className:l,onChange:n,disabled:a=!1,orientation:i="horizontal"})=>o("div",{className:h(`flex ${Ki[i]}`,l),role:"radiogroup","aria-label":"Группа кнопок",children:e?.map((({id:e,text:l})=>o(tl,{isRadio:!0,text:l,value:t===e,onChange:()=>n&&n(e),disabled:a},String(e))))}))),Xi=({items:e,title:t,mobileTitle:l=t,orientation:n="horizontal",value:a,onChange:i,...r})=>c("div",{className:"grid gap-s whitespace-nowrap",children:[t?o("div",{className:"hidden @5xl:block",role:"radiogroup","aria-label":t,children:o(ze,{color:"text-secondary-text",font:"font-light",children:t})}):null,l?o("div",{className:"@5xl:hidden",role:"radiogroup","aria-label":l,children:o(ze,{color:"text-secondary-text",font:"font-light",children:l})}):null,o(qi,{orientation:n,items:e,checkedItem:e[a?0:1].id,onChange:t=>i&&i(t===e[0].id),...r})]}),Yi=e=>Xi({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),Gi=" (c капитализацией)",Qi=({income:e,finalSum:t,postfix:l="₽",buttons:n=[],footnotes:a=[],isCapitalization:i=!1})=>c("div",{className:Mi,children:[o(Vi,{title:`Доход в конце срока${i?Gi:""}`,value:e,postfix:l,prefix:"+"}),o(Vi,{title:`Сумма в конце срока${i?Gi:""}`,value:t,postfix:l}),He(n,{isVertical:!0}),a?.map(zi)]}),Ji=([e,t],l,n=[])=>l&&l[e]&&l[t]?{[e]:l[e],[t]:l[t]}:Zi([e,t],n),Zi=([e,t],l=[])=>({[e]:l.length?Pa(l.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:l.length?Ia(l.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),er=(e,[t,l],n)=>e>=n[t]&&e<=n[l],tr={UL:"businessdepositrates",IP:"selfemployeddepositrates"};const lr={minSum:1e3,maxSum:100000001,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},nr=(e,t)=>{const{daysValue:l,moneyValue:n,isPartialWithdrawal:a,isReplenished:i,isMonthlyInterestPayment:r}=e,s=i||a,o=l<90||l>730,c=function(e){const t=e?.rateType?tr[e?.rateType]:"",{data:l}=hn(t?`/api/v1/depositrates/${t}`:null,ht);return Array.isArray(l)?l:[]}(t);if(l<=30)return{...lr,...e,isDisabledOperatingDeposit:o,isUnavailableByTerm:!0};const d=c?.find((e=>r===e.isMonthlyInterestPayment&&ar(s,e)&&er(n,["minSum","maxSum"],e)&&er(l,["minDays","maxDays"],e)))||lr,{rate:m}=d,h=ir(m,e),u=n+h,p=c||[lr];return{...d,...Zi(["minSum","maxSum"],p),...Zi(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:o,income:h,finalSum:u}},ar=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,ir=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,daysValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a/30)-n):Math.round(n*e*a/365/100)},rr=bt((({className:e="",title:t,buttons:l,footnote:n,bottomFootnote:a,isShowDepositeName:i,defaultParams:r,rateParams:s,...d})=>{const[m,{field:u}]=Et({moneyValue:Ui(r,1e5),daysValue:Wi(r,60),isReplenished:Boolean(r?.isReplenished),isPartialWithdrawal:Boolean(r?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment)}),p=nr(m,s),{income:g,finalSum:x,rate:f,isUnavailableByTerm:b,depositeName:y}=p;return o(Ii,{className:e,title:t,...d,children:c("section",{className:h(Bi,e),children:[c("div",{className:Pi,children:[$i({title:"Сумма, ₽",min:p.minSum,max:p.maxSum,...u("moneyValue"),value:p.moneyValue}),(v={title:"Срок, дней",min:p.minDays,max:p.maxDays,...u("daysValue"),value:p.daysValue},o(Sn,{items:[`От ${Hi(v.min||0)}`,`До ${Hi(v.max||0)}`],step:1,...v})),c("div",{className:"flex flex-col sm:flex-row gap-y-m gap-x-5xl",children:[sr(p,u),Yi({title:"Выплата процентов",orientation:"vertical",...u("isMonthlyInterestPayment"),className:"sm:flex-col"})]})]}),_i({rate:f,depositeName:y,isShowDepositeName:i,isUnavailableByTerm:b}),Qi({income:g,finalSum:x,buttons:l,footnotes:[n,a]})]})});var v})),sr=(e,t)=>c("div",{className:"space-y-s",children:[o(ze,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),c("div",{className:"flex flex-col gap-y-lg sm:gap-y-s",children:[o(tl,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),o(tl,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),or=e=>cr([(e,t)=>e>t,(e,t)=>e?.minSum<t?.minSum],e),cr=(e,t)=>{if(!t?.length)return;const l=t?.reduce(((t,l)=>e[0](l.rate,t[0].rate)?[l]:l.rate===t[0].rate?[...t,l]:t),[t[0]]);return l.length>1?l.reduce(((t,l)=>e[1](l,t)?l:t),l[0]):l[0]},dr=({min:e=0,max:t=0,availableMonths:l,...n})=>o(Sn,{items:[`От ${mr(e)}`,`До ${mr(t)}`],step:1,...l?.length?{list:l}:{min:e,max:t},...n}),mr=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,hr=e=>Xi({...e,className:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),ur=({field:e,defParams:t,calcParams:l,map:n,monthsValue:a="maxMonths"})=>{Object.entries(n).forEach((([l,n])=>{e?.(l)?.onChange?.(t?.[n])})),e?.("monthsValue")?.onChange?.(yn(t?.[a],l.minMonths,l.maxMonths))},pr=(e,t)=>{const{isAnnuity:l,moneyValue:n,monthsValue:a,moneyExtra:i}=t;if(0===e)return 0;if(l){const t=e/1200;return i?(n+i)*(t+t/(Math.pow(1+t,a)-1)):n*(t+t/(Math.pow(1+t,a)-1))}return Math.round(n/a)+n*(e/1200)},gr={minSum:1e4,maxSum:5e6,minMonths:1,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},xr=e=>fr({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&fr({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&fr({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&fr({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),fr=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],br=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=t?.rateRows||[gr],r=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>xr({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:s,maxSum:o}=Ji(["minSum","maxSum"],r,i),{minMonths:c,maxMonths:d}=Ji(["minMonths","maxMonths"],r,i),m=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a})=>e?.find((e=>xr({row:e,userInputParams:t,paramsViewSettings:l})&&er(n,["minSum","maxSum"],e)&&er(a,["minMonths","maxMonths"],e)))||gr)({rateRows:i,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a}),{rate:h}=m,u=pr(h,e);return{...m,...e,minSum:s,maxSum:o,minMonths:c,maxMonths:d,moneyValue:n,monthsValue:a,monthlyPayment:u}},yr=(e={})=>Boolean(Object.values(e).filter((e=>e)).length),vr={isSalaryClient:"isSalaryClient",isStateEmployee:"isStateEmployee",isPensionClient:"isPensionClient",isInsurance:"isInsurance",moneyValue:"maxSum"},Nr=bt((({className:e,title:t,calcSource:l,buttons:n,footnote:i,paramsViewSettings:r,defaultParams:s,...d})=>{const m=(u=l?.rateRows,cr([(e,t)=>e<t,(e,t)=>e?.maxSum>t?.maxSum],u));var u;const[p,{field:g}]=Et({moneyValue:Ui(s,2e5),monthsValue:Wi(s,Fi),isAnnuity:Boolean(s?.isAnnuity),isInsurance:Boolean(s?.isEnableInsurance),isSalaryClient:Boolean(s?.isEnableSalaryClient),isPensionClient:Boolean(s?.isEnablePensionClient),isStateEmployee:Boolean(s?.isEnableStateEmployee)}),x=br(p,l,r),f=hr({title:"Тип платежа",orientation:"vertical",...g("isAnnuity")}),{onChange:b}=g("moneyValue"),{onChange:y}=g("monthsValue");return a((()=>{b&&b(yn(p.moneyValue,x.minSum,x.maxSum))}),[x.minSum,x.maxSum]),a((()=>{y&&y(yn(p.monthsValue,x.minMonths,x.maxMonths))}),[x.minMonths,x.maxMonths]),a((()=>{!yr(s)&&m&&ur({field:g,defParams:m,calcParams:x,map:vr,monthsValue:"minMonths"})}),[l,s]),o(Ii,{className:e,title:t,...d,children:c("section",{className:h(Bi,e),children:[c("div",{className:Pi,children:[$i({title:"Сумма кредита, ₽",step:500,min:x.minSum,max:x.maxSum,...g("moneyValue"),value:x.moneyValue}),dr({title:"Срок кредита, месяцев",min:x.minMonths,max:x.maxMonths,...g("monthsValue"),value:x.monthsValue}),wr({...x,...r},g),o("div",{className:"sm:hidden",children:f})]}),c("div",{className:h(Mi,"@4xl:w-1/2"),children:[o(Vi,{title:"Полная стоимость кредита",value:l?.totalLoanCost}),o(Vi,{title:"Ставка",value:x?.rate,fractionDigits:2,postfix:"%"}),o(Vi,{title:"Ежемесячный платёж",value:x.monthlyPayment,postfix:"₽"}),o("div",{className:"hidden sm:block mb-lg",children:f}),He(n,{isVertical:!0}),zi(i)]})]})})})),wr=(e,t)=>c("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?o(tl,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?o(tl,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?o(tl,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?o(tl,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),kr=(e="rub")=>"rub"!==e,Sr=e=>{const t=[...e];t.sort((([e],[t])=>e-t));let l=1;for(;l<t.length;){const[e,n]=t[l-1],[a,i]=t[l];n>=a?t.splice(l-1,2,[e,Math.max(n,i)]):l++}return t},Cr={minSum:5e4,maxSum:100000001,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0,isReplenish:!1,isWithdrawn:!1,type:""},Tr=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=t?.[0]?Pr(t[0].minMonths,t[0].maxMonths):0,r=!l?.isShowMonthlyInterestPayment,s=!l?.isShowRemoteRegistration,o=!l?.isShowReplenish,c=!l?.isShowWithdrawn,d=t?.find((t=>Br({row:t,userInputParams:e,paramKey:"isReplenish",isExclude:o})&&Br({row:t,userInputParams:e,paramKey:"isWithdrawn",isExclude:c})&&Br({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:r})&&Br({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:s})&&er(n,["minSum","maxSum"],t)&&er(a||i,["minMonths","maxMonths"],t)))||Cr,{rate:m}=d,h=Ir(m,e),u=n+h,p=t||[Cr];return{...d,...Zi(["minSum","maxSum"],p),...Zi(["minMonths","maxMonths"],p),availableMonths:Sr(p.map((e=>[e.minMonths,e.maxMonths]))).flatMap((([e,t])=>((e,t,l=1)=>Array.from({length:Math.abs(t-e)/l+1},((n,a)=>t>=e?e+a*l:e-a*l)))(e,t))),...e,defaultMonth:i,income:h,finalSum:u}},Ir=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,monthsValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a)-n):Math.round(n*e*30*a/365/100)},Br=({row:e,userInputParams:t,paramKey:l,isExclude:n})=>n||t[l]===e[l],Pr=(e,t)=>e+Math.round((t-e)/2),Mr=(e,t)=>{const l="rub"!==e?.currency?.key;return c("div",{className:"grid gap-lg",children:[c("div",{className:"flex gap-lg",children:[e.isShowReplenish?Xi({title:"Пополнение",...t("isReplenish"),value:e.isReplenish,orientation:"vertical",items:[{id:"withReplenish",text:"С пополнением"},{id:"withoutReplenish",text:"Без пополнения"}],disabled:l}):null,e.isShowWithdrawn?Xi({title:"Снятие",...t("isWithdrawn"),value:e.isWithdrawn,orientation:"vertical",items:[{id:"wthDrawn",text:"Со снятием"},{id:"noWithdrawn",text:"Без снятия"}],disabled:l}):null]}),Rr,c("div",{className:"flex gap-lg",children:[e.isShowMonthlyInterestPayment?Yi({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment,orientation:"vertical"}):null,e.isShowRemoteRegistration?(n={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration,orientation:"vertical"},Xi({...n,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]}),Rr]});var n},Rr='<div className="border-b border-main-divider w-full" />',Vr={isMonthlyInterestPayment:"isMonthlyInterestPayment",isRemoteRegistration:"isRemoteRegistration",isReplenish:"isReplenish",isWithdrawn:"isWithdrawn",moneyValue:"minSum"},zr={text:"₽",key:"rub"},Dr=bt((({className:e,title:t,calcSource:l,buttons:i=[],footnote:r="",paramsViewSettings:s,defaultParams:d,...m})=>{const{rows:u}=l??{},p=u?.map((e=>e.currency))??[zr],[g,{field:x}]=Et({moneyValue:Ui(d,2e4),monthsValue:Wi(d),isMonthlyInterestPayment:Boolean(d?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(d?.isRemoteRegistration),isReplenish:Boolean(d?.isReplenish),isWithdrawn:Boolean(d?.isWithdrawn),currency:zr}),f=x?.("currency")?.value,{onChange:b}=x("monthsValue"),{onChange:y}=x("moneyValue"),v=jr(u,f),[N,w]=n(or(u?.[0]?.rates)),k=Tr(g,jr(u,f),s);a((()=>{p?.[0]&&x?.("currency")?.onChange?.(p?.[0])}),[l]);const S=()=>{ur({field:x,defParams:N,calcParams:k,monthsValue:"minMonths",map:Vr})},{defaultMonth:C,rate:T,income:I,finalSum:B,type:P=""}=k;a((()=>{w(or(v))}),[f,u]),a((()=>{!g.monthsValue&&b&&b(C)}),[C]),a((()=>{y&&y(yn(g.moneyValue,k.minSum,k.maxSum))}),[k.minSum,k.maxSum,v]),a((()=>{!yr(d)&&N&&S()}),[N,d]),a((()=>{y?.(yn(g.moneyValue,k.minSum,k.maxSum)),kr(f?.key)&&(x?.("isReplenish")?.onChange?.(!1),x?.("isWithdrawn")?.onChange?.(!1))}),[f]),a((()=>{!yr(d)&&N&&S()}),[d,v,N]);const M=T===N?.rate;return o(Ii,{className:e,title:t,...m,children:c("section",{className:h(Bi,e),children:[c("div",{className:Pi,children:[c("div",{className:"flex gap-m",children:[$i({className:"w-full",title:`Сумма, ${f?.text}`,min:k.minSum,max:k.maxSum,...x("moneyValue"),value:k.moneyValue,postfix:f?.text,step:Ar(f?.key)}),u&&u?.length>1?o(Hl,{label:"Валюта",options:p,...x("currency")}):null]}),dr({title:"Срок, месяцев",min:k.minMonths,max:k.maxMonths,availableMonths:k.availableMonths,...x("monthsValue"),value:k.monthsValue}),Mr({...k,...s},x)]}),_i({rate:T,children:$r(S,M)}),Qi({income:I,finalSum:B,buttons:[...i,_r(l?.buttons,P)],footnotes:[r],postfix:f?.text,isCapitalization:x("isMonthlyInterestPayment").value})]})})})),Ar=(e="")=>kr(e)?100:1e3,_r=(e=[],t="")=>{const{type:l,...n}=e.find((e=>e.type===t))??{};return n},$r=(e,t=!1)=>t?null:o(Kt,{type:"button",version:"secondary",onClick:e,children:"Показать максимальную ставку"}),jr=(e,t)=>{const{rates:l}=e?.find((e=>e?.currency.key===t?.key))??{};return l??e?.[0]?.rates},Lr=e=>Or({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Or({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Or=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],Er={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Fr=(e,t,l)=>{const{moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}=e,s=t?.rateRows||[Er],o=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Lr({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:c,maxSum:d}=Ji(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=Ji(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>Lr({row:e,userInputParams:t,paramsViewSettings:l})&&er(n+r,["minSum","maxSum"],e)&&er(i,["minSumOld","maxSumOld"],e)&&er(r,["minSumExtra","maxSumExtra"],e)&&er(a,["minMonths","maxMonths"],e)))||Er)({rateRows:s,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}),{rate:p}=u,g=pr(p,e),x=e.oldMonthlyPayment-g;return{...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r,monthlyPayment:g,benefit:x}},Ur=bt((({className:e="",title:t,calcSource:l,buttons:n,footnote:a,paramsViewSettings:i,...r})=>{const[s,{field:d}]=Et({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),m=Fr(s,l,i),u=hr({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...d("isAnnuity")});return o(Ii,{className:e,title:t,...r,children:c("section",{className:h(Bi,e),children:[c("div",{className:Pi,children:[$i({title:"Остаток долга в других банках, ₽ ",step:500,min:m.minSum,max:m.maxSum-m.maxSumExtra,...d("moneyValue"),value:m.moneyValue}),$i({title:"Ежемесячный платёж в других банках, ₽",step:500,min:m.minSumOld,max:m.maxSumOld,...d("oldMonthlyPayment"),value:m.oldMonthlyPayment}),dr({title:"Новый срок кредита, месяцев",min:m.minMonths,max:m.maxMonths,...d("monthsValue"),value:m.monthsValue}),Wr({...m,...i},d),m.isExtraMoney?$i({title:"Дополнительная сумма, ₽ ",step:500,min:m.minSumExtra,max:m.maxSumExtra,...d("moneyExtra"),value:m.moneyExtra}):null,o("div",{className:"sm:hidden pt-1 pb-4 border-b border-main-divider",children:u})]}),c("div",{className:h(Mi,"@4xl:w-1/2"),children:[o(Vi,{title:"Полная стоимость кредита",value:l?.totalLoanCost}),o(Vi,{title:"Ставка",value:m?.rate,fractionDigits:2,postfix:"%"}),o(Vi,{title:"Ежемесячный платёж",value:m.monthlyPayment,postfix:"₽"}),m.benefit>0?o(Vi,{title:"Выгода в месяц",value:m.benefit,postfix:"₽"}):null,o("div",{className:"hidden sm:block mb-lg",children:u}),He(n,{isVertical:!0}),zi(a)]})]})})})),Wr=(e,t)=>c("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?o(tl,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?o(tl,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,o(tl,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),Hr=d((e=>{const{onChange:t,min:l,max:n,defaultValue:a="0",fractionDigits:r=0,...s}=e,c=bn(e,{normalize:(e=a)=>l&&n?String(yn(Number(Kr(e)),l,n)):Kr(e),format:Ye(r)}),d=i((e=>t&&t(Kr(e))),[t]);return o(dl,{onChange:d,...s,...c})})),Kr=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),qr=d((e=>o(Hr,{...e,fractionDigits:2,children:o("div",{className:"absolute right-4 bottom-4",children:o(ze,{size:"text-xl",font:"font-light",children:"₽"})})}))),Xr={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},Yr={amount:1500},Gr=d((({className:e="",title:t="Укажите сумму перевода",label:l="Сумма перевода",button:i,formType:r="private",...s})=>{const[{amount:d},{field:m}]=Et(Yr),[u,p]=n(!1);return a((()=>{p(d<=0)}),[d]),c(g,{className:h("flex flex-col items-center",e),defaultPadding:"p-6xl",...s,children:[t?o(N,{className:"pb-lg xl:pb-4xl self-start xl:self-center",headingType:"h3",title:t}):null,c("form",{className:"w-full xl:max-w-[468px]",method:"POST",action:Xr[r],children:[o(qr,{valid:!u,label:l,max:3e5,min:1,...m("amount",{parse:Number,format:String})}),o("input",{type:"hidden",name:"amount",value:d}),i?.text?o(Kt,{className:"w-full mt-lg",type:"submit",disabled:u,children:i.text}):null]})]})})),Qr=({className:e,text:t="ХИТ"}={})=>c("div",{className:h("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[o(H,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),o(w,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),Jr="relative h-full",Zr={small:"lg:min-w-64",normal:"lg:min-w-80 xl:min-w-96",big:"lg:min-w-[515px]"},es=({noCardBorder:e,cardSize:t="normal",isNavButtons:l=!1,...n})=>{const{blocks:a}=n.block||{},i=a?.some(ns),r=l?{defaultPadding:"p-6xl pb-m"}:{};return M({...n,renderProps:(l,n,a)=>c("div",{className:ts(l,{someCardsHighlighted:i}),children:[I(l,n,{className:ls(l,{someCardsHighlighted:i,showBorder:!e,cardSize:t}),...r,blockIndex:a}),ns(l)?Qr({className:"absolute top-0 -right-4 z-40"}):null]},String(a))})},ts=(e,{someCardsHighlighted:t})=>h(Jr,t&&(ns(e)?"pt-3xl":"pt-3xl sm:pt-16")),ls=(e,{someCardsHighlighted:t,showBorder:l,cardSize:n="normal"})=>h(Jr,"min-w-80",Zr[n],t&&(ns(e)?"pt-3xl sm:pt-16":"pt-3xl"),ua(l),l&&"h-full"),ns=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,as=bt((({className:e,visibleItemCount:t=1,noCardBorder:l,arrowsPadded:n=!0,isGap:a=!0,cardSize:i="normal",isNavButtons:r=!1,...s})=>o(g,{className:h(e),defaultPadding:"p-6xl",...s,children:o(Ua,{className:h("relative max-w-full"),visibleItemCount:t,snapAlign:"snap-start",gap:a?16:0,padding:0,arrowsPadded:n,navButtons:r?is(s?.block?.blocks):[],hasBlur:!0,children:es({noCardBorder:l,cardSize:i,isNavButtons:r,...s})})})),{childrenTypes:["CarouselCard","CarouselCatalogCard","CarouselRecommendationCard","CarouselTariffsCard","RichTextBlock","ProductBlock"],childSchema:()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}})}),is=e=>e?.map((e=>{const t=e?.content;return{title:t?.title,description:t?.additionalDescription||t?.description}}))??[],rs="z-10 border border-solid w-full h-full",ss=h(rs,"absolute hidden @xl:block border-transparent"),os=d((({className:e,title:t,description:l,button:n,...a})=>o(g,{className:h("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:c("div",{className:"relative h-full",children:[o("div",{className:h(ss,"top-9 right-12 bg-green-dark")}),o("div",{className:h(ss,"top-6 right-8 bg-green")}),o("div",{className:h(ss,"top-3 right-4 bg-green-light")}),c("div",{className:h(rs,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-more-light"),children:[o(S,{title:t,description:l,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),He([n],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),cs={black:"bg-black",white:"bg-white"},ds=d((({className:e="",title:t,description:l,image:n,price:a,button:i,colors:r=[],align:s="text-left",padding:d,...m})=>o(g,{className:h("flex flex-col justify-left",e),defaultPadding:"p-2xl",...m,children:c(Ce,{className:"h-full",padding:d,title:o(S,{title:t,description:l,headlineVersion:"XS",isEmbedded:!0,align:s}),rightImage:n?.src?o(le,{className:"flex justify-center align-center mb-xl",image:n}):null,buttons:He([i],{buttonClassName:"w-full self-end"}),children:[r?.length?c("div",{className:"flex text-secondary-text mb-m",children:[o("div",{className:"mr-xs",children:o(ze,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(ms)]}):null,a?c(ze,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),ms=(e,t)=>o("figure",{className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${cs[e]}`},String(t)),hs=d((({icon:e,...t})=>{const l=he(),{text:n,href:a,target:i,onClick:r}=l(t);return n?o("div",{className:h("p-3 rounded-lg bg-white text-secondary-text flex justify-center"),children:o("a",{role:"link",href:a,target:i,onClick:r,children:c("div",{className:"flex flex-col items-center gap-3 break-words max-w-[150px]",children:[e?o(le,{className:"w-7 h-7 md:w-12 md:h-12",image:{...e,iconVersion:e?.iconVersion},alt:n}):null,o("div",{className:"font-light md:font-normal text-primary-text text-center text-xs md:text-sm whitespace-wrap",children:n})]})})}):null})),us=d((({className:e,additionalDescription:t,description:l,links:n,title:a,...i})=>o(g,{defaultPadding:"p-5xl",className:h("overflow-hidden",e),...i,children:c("div",{className:"flex flex-col lg:flex-row gap-5 justify-between",children:[c("div",{className:"flex-1",children:[o(S,{isEmbedded:!0,title:a,description:l,as:"h1",align:"text-left",headlineVersion:"XL"}),o(S,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0})]}),n?.length?ps(n):null]})}))),ps=e=>o("div",{className:h("lg:grid-cols-9 lg:[&>*]:col-span-2 lg:[&>*:nth-child(14n+2)]:col-span-3 lg:[&>*:nth-child(7n+5)]:col-span-3","lg:[&>*:nth-child(7n+6)]:col-span-3 lg:[&>*:nth-child(7n+7)]:col-span-3 lg:[&>*:nth-child(14n+10)]:col-span-3 lg:w-3/6","grid-cols-3 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+3)]:col-span-2 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+4)]:col-span-2","grid gap-3 lg:gap-5"),children:e.map(((e,t)=>o(hs,{...e},String(t))))}),gs=(e,t)=>e?.map((({aspectName:e,params:l})=>({aspectName:e,params:"mindboxEvent"===e?{...l,eventJson:t}:l}))),xs=d((({className:e="",href:t,target:l,onClick:n,data:a,children:i})=>{const r=he()({href:t,target:l,onClick:n});return o(t?"a":"div",{className:h("block",e),...t?r:{},role:t?"link":"none",...ue(a),children:i})})),fs=[{origins:["t.me","telegram.org"],iconMapped:{icon:"TelegramIcon"}},{origins:["vk.com"],iconMapped:{icon:"VKIcon"}},{origins:["ok.ru"],iconMapped:{icon:"OkIcon"}},{origins:["apps.apple.com"],iconMapped:{icon:"AppleIcon"}},{origins:["play.google.com"],iconMapped:{icon:"PlayMarketIcon"}},{origins:["appgallery.huawei.com"],iconMapped:{icon:"HuaweiIcon"}},{origins:["youtube.com"],iconMapped:{icon:"YoutubeIcon"}},{origins:["rutube.ru"],iconMapped:{icon:"RutubeIcon"}},{origins:["dzen.ru"],iconMapped:{icon:"DzenIcon"}},{origins:["rustore.ru"],iconMapped:{icon:"RustoreIcon"}}],bs=d((({className:e="",media:t,showButtonText:l,stretched:a,version:i="white",children:r})=>{if(!t?.length)return null;const[s,d]=n(),m=t?.map((e=>{const{href:t,icon:n,text:a}=e,{iconMapped:r}=(e=>fs.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),o=We(n)?n:r,c=l?{text:a}:{text:""},m=e?.icon?.iconVersion||"color";return!s&&a&&d(!0),{...e,...c,icon:{...o,iconVersion:m},version:e?.version??i}})),u=h("border border-solid hover:border-transparent border-main-divider","group-data-primary:border-main-divider group-data-gray:border-green group/media",{"basis-auto":!l&&!s},ys(a));return c("div",{className:h("flex flex-col gap-m xl:gap-xs",e),"aria-label":"Социальные сети",children:[o("div",{className:"flex gap-xs",children:He(m,{className:vs(s??!1,a??!1,l),buttonClassName:u})}),r?o(ze,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null]})})),ys=(e=!1)=>e?"flex-1 @lg:flex-initial justify-center":"",vs=(e,t,l=!1)=>h(e||t?"basis-full":"",!t||l&&e?"":"flex-nowrap"),Ns=d((({className:e,padding:t,description:l,additionalDescription:n,href:a,icon:i,isDotted:r,__html:s,socialMedia:d=[],target:m,title:u,align:p="text-left",benefits:x,imageOptions:{directionRight:f=!0,isImageAlwaysOnRight:b=true,isImageSecondary:y=!1}={},data:v,...N})=>o(g,{className:h("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...N,children:o(xs,{href:a,target:m,className:"h-full",data:gs(v),children:c(Ce,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:o(S,{title:u,description:l,headlineVersion:"XS",isEmbedded:!0,align:p}),...lt(We(i)?o(le,{image:i}):null,f),buttons:d.length?o(bs,{media:d,stretched:!0,showButtonText:!0,version:N?.version}):null,isImageAlwaysOnRight:b,isImageSecondary:y,imageAlign:"center",children:[o(Ue,{benefits:x}),s?o(Re,{__html:s,isDotted:r,itemSize:"list-s"}):null,ws(n,p)]})})}))),ws=(e,t)=>e?o(w,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,ks=(e,t)=>{const{title:l,description:n,buttons:a}=e;return c("div",{className:"py-lg border-b border-main-divider",children:[l?o("div",{className:"opacity-80",children:o(ze,{size:"text-m",color:"text-secondary-text",children:l})}):null,n?o("div",{className:"mt-2xs",children:o(ze,{size:"text-xl",color:"text-primary-text",children:n})}):null,a?.length?o("div",{className:"text-primary-main",children:He(a)}):null]},String(t))},Ss=d((({className:e="",title:t,align:l="text-center",icon:i,button:r,visibleCellsCount:s=1,cardCells:d=[],options:m,data:u,...p})=>{const x=d.map(ks),[f,b]=s>0?[x.slice(0,s),x.slice(s)]:[x,[]],[y,v]=n(!1);return a((()=>ce.subscribe("fold",(e=>{void 0!==m?.parent&&e.parent===m?.parent&&v(e.isUnfolded)}))),[m?.parent]),c(g,{className:h("flex flex-col",e),defaultPadding:"p-2xl",...p,children:[We(i)?o("div",{className:"self-center",children:o(le,{image:i})}):null,t?o(N,{className:h("pt-xs",l),headingType:"h5",title:t}):null,r?.text?o(be,{className:"w-full mt-m mb-lg",...r}):null,b.length?o(Ya,{renderFoldableSection:()=>c("div",{children:[f,o(Ga,{isUnfolded:y,children:b})]}),renderFoldButton:d.length>=s?Cs(y,m?.parent,u):null}):o("div",{children:f})]})})),Cs=(e,t,l)=>()=>c("button",{className:"w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center",onClick:()=>{void 0!==t&&ce.fire("fold",{type:"fold",isUnfolded:!e,parent:t})},type:"button",...e?ue(l):{},children:[o("div",{children:e?"Скрыть":"Подробнее о тарифе"}),o(H,{className:"text-primary-text",name:e?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),Ts=d((({className:e,contacts:t,info:l,version:n="secondary",...a})=>c(g,{className:h("flex",e),defaultPadding:"p-6xl",version:n,...a,children:[l?.length?Is(l):null,t?.length?Is(t):null]}))),Is=e=>o("div",{className:"flex gap-5xl grow basis-0",children:e.map(((e,t)=>Bs({column:e,i:t})))}),Bs=({column:e,i:t})=>e?o("div",{className:"flex flex-col gap-xl grow basis-0",children:e.map((({title:e="",description:t,additionalDescription:l,button:n},a)=>c("div",{children:[o(S,{title:e,description:t,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),l?o("div",{className:"mt-xs opacity-80",children:o(w,{size:"text-m",font:"font-light",children:l})}):null,o("div",{className:h({"mt-xl":Boolean(n?.text)}),children:He([n])})]},String(a))))},`col-${String(t)}`):null,Ps=e=>"number"==typeof e?.minMonths&&"number"==typeof e?.maxMonths,Ms=(e,t)=>Array.from({length:t-e+1},((t,l)=>e+l)),Rs=1e9,Vs={sum:{min:1e4,max:Rs},period:3},zs=bt((({className:e,filtrationSchema:t={},resetButton:l,sumInput:n,periodInput:a,...i})=>{const[,{blocksToRender:r,blocksWithProps:s},{field:d,reset:m}]=mi(Vs,{block:i.block,page:i.options?.page,normalize:e=>({...e,period:Ds(e)})}),u=s.map((([,e])=>e?.paramsSource?.rateRows)),p=As(u);return c(g,{className:h("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[o(ai,{filtrationSchema:t,resetButton:l,field:d,reset:m,children:c("div",{className:"@4xl:max-w-xs space-y-lg",children:[o(qr,{label:n?.title,min:500,max:Rs,...d("sum",{parse:e=>({min:Number(e),max:Rs}),format:({min:e})=>String(e)})}),o(Sn,{title:a?.title,items:["От 3 мес","До 5 лет"],list:p,...d("period")})]})}),o(ei,{blocksToRender:r,...i})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>({...e?.filtrationSchema||{},paramsSource:{type:"object",title:"Адрес справочника"}})}),Ds=e=>ut((e?.paramsSource?.rateRows||[]).filter(Ps).flatMap((e=>Ms(e.minMonths,e.maxMonths)))),As=e=>ut(e.flatMap((e=>e||[])).filter(Ps).flatMap((e=>Ms(e.minMonths,e.maxMonths)))).sort(((e,t)=>e-t))||[],_s=[{key:"10"},{key:"50"},{key:"100"}],$s=({itemCount:e,onItemCountChange:t})=>{const l=i((({key:e})=>t(Number(e))),[]);return c("div",{className:"mt-2 @lg:mt-0 items-center gap-s hidden @lg:flex",children:[o("span",{children:"Показать по"}),o(bl,{className:"min-w-20",onChange:l,value:{key:String(e)},options:_s,iconVersion:"black"})]})},js="py-m @lg:px-lg px-m rounded-md cursor-pointer text-center min-w-10 @lg:min-w-0 hover:bg-primary-hover hover:text-white",Ls=(e,t)=>{const{currentPage:l,onPageChange:n,totalPages:a}=e,i=t+1;return i===l?o("div",{"aria-current":"true",className:"py-m @lg:px-lg px-m bg-primary-main text-center min-w-10 @lg:min-w-0 text-white rounded-md",children:i},String(t)):1!==i&&i!==a&&((e,t,l)=>e<t&&e>=t-1||e<=t+1&&e>t||((e,t,l)=>t<=2&&e<=t+2||t>=l-1&&e>=l-3)(e,t,l))(i,l,a)?o("div",{onClick:()=>n(i),className:js,"aria-label":`Страница ${i}`,children:i},String(t)):null},Os={width:"24",height:"24"},Es=({currentPage:e,onPageChange:t,totalPages:l})=>{const n=r((()=>Array.from({length:l}).fill({currentPage:e,onPageChange:t,totalPages:l})),[l,e]),a=i((()=>{e>1&&t(e-1)}),[e]),s=i((()=>{e<l&&t(e+1)}),[e,l]),d=i((()=>t(1)),[]),m=i((()=>t(l)),[l]);return c("div",{className:"flex gap-m items-center",children:[o("div",{onClick:a,children:o(H,{name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Fs(1===e),...Os})}),c("div",{className:"flex @lg:gap-2xs",children:[e>1?o("div",{onClick:d,className:js,"aria-label":"Страница 1",children:"1"}):null,e>3?o("div",{className:"py-m @lg:px-s",children:"..."}):null,n.map(Ls),e<l-2?o("div",{className:"py-m @lg:px-s",children:"..."}):null,e<l?o("div",{onClick:m,className:js,"aria-label":`Страница ${l}`,children:l}):null]}),o("div",{onClick:s,children:o(H,{className:"rotate-180",name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Fs(e===l),...Os})})]})},Fs=e=>e?"opacity-20":"cursor-pointer hover:opacity-60",Us=({currentPage:e,onPageChange:t,totalPages:l,itemCount:n,onItemCountChange:a})=>c("div",{className:"mt-3xl flex justify-between flex-col @lg:flex-row items-center select-none",role:"navigation","aria-label":"Пагинация",children:[o(Es,{currentPage:e,onPageChange:t,totalPages:l}),n&&a?o($s,{itemCount:n,onItemCountChange:a}):null]}),Ws=d((({className:e,value:t,autoFocus:l,onChange:n,onFocus:a,placeholder:r="Поиск по сайту"})=>{const s=i((e=>{n&&n(e.target?.value||"")}),[n]);return c("div",{className:h("relative",e),role:"form",children:[o("div",{className:"absolute h-full flex items-center pl-m pointer-events-none",children:o(le,{image:{icon:"LoupeIcon",iconVersion:"black"},width:"24",height:"24"})}),o("input",{className:h("h-14 w-full px-10 text-l text-black box-border rounded-md",cl),value:t,type:"text",name:"search-bar-input",placeholder:r,autoFocus:l,onChange:s,onFocus:a})]})})),Hs=d((({field:e,onClearFilter:t,filtrationState:l})=>c("div",{className:"grid grid-cols-12 mb-3xl @lg:space-x-xl",children:[o(Ws,{className:"col-span-12 @lg:col-span-4 mt-auto",placeholder:"Поиск",...e("query")}),o(zl,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период от",maxDate:l.endDate,...e("startDate")}),o(zl,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период до",minDate:l.startDate,...e("endDate")}),o("div",{className:"col-span-12 @lg:col-span-2 mt-8 @lg:mt-auto",children:o(Kt,{type:"reset",className:"w-full",version:"secondary",onClick:t,children:"Очистить"})})]}))),Ks=({title:e,timestamp:t,publicId:l})=>{const n=he(),{href:a}=n({href:`/api/v1/depository/${l}/file`});return c("div",{className:"flex gap-3 items-center py-lg border-gray border-opacity-50 border-b",children:[null,c("div",{className:"flex flex-col gap-x-6xl lg:flex-row lg:items-center",children:[t?o(ze,{size:"text-m","font-weight":"font-light",children:wt(t)}):null,o("a",{className:"text-h6 hover:text-primary-active",href:a,download:!0,"aria-label":"Скачать",children:e})]})]},l)},qs="/api/v1/depository",Xs={startDate:void 0,endDate:void 0,query:""},Ys=bt((({className:e,...t})=>{const[l,a]=n(0),[r,s]=n(10),[d,{field:m,reset:u}]=Et(Xs),{totalPages:p=0,items:x=[]}=(({size:e,page:t,query:l,startDate:n,endDate:a})=>{const i=n?wt(n,!0):"",r=a?wt(a,!0):"",s=new URLSearchParams(qs);s.set("page",String(t)),s.set("size",String(e)),s.set("query",l),s.set("timestampStart",i),s.set("timestampEnd",r);const o=`?${s.toString()}`,{data:c}=hn(qs+o,ht);return{items:c?.content,totalPages:c?.totalPages}})({size:r,page:l,...d}),f=i((e=>a(e-1)),[]),b=i((e=>{r!==e?(s(e),a(0)):s(e)}),[]);return c(g,{className:h(e,"container p-6xl"),...t,children:[o(Hs,{filtrationState:d,field:m,onClearFilter:u}),c("div",{className:"flex flex-col",children:[c("div",{className:"grid grid-cols-12 pb-lg border-gray border-opacity-50 border-b",children:[o("div",{className:"col-span-4 @lg:col-span-2 hidden @lg:block",children:o(ze,{size:"text-m",color:"text-secondary-text",children:"Дата"})}),o("span",{className:"col-span-8 @lg:col-span-10 hidden @lg:block",children:o(ze,{size:"text-m",color:"text-secondary-text",children:"Тема"})})]}),x.length?x.map((e=>o(Ks,{...e},String(e.publicId)))):o(ha,{title:"Ничего не найдено",description:"Попробуйте очистить фильтры"}),o(Us,{currentPage:l+1,onPageChange:f,totalPages:p,itemCount:r,onItemCountChange:b})]})]})})),Gs=e=>"Image"===e?.contentType&&e?.image?o(le,{image:e.image}):"Code"===e?.contentType&&e.code?o("div",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:e.code}):null,Qs=d((({className:e="",title:t,description:l,error:n,button:a,...i})=>c(g,{className:h("flex flex-col justify-center items-center",e),defaultPadding:h("p-6xl"),version:"transparent",...i,children:[o("div",{className:"flex justify-center",children:Gs(n)}),o(S,{title:t,description:l,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?o(be,{version:a?.version,text:a?.text,...a}):null]}))),Js="location";function Zs(e="Москва"){const[t,l]=((e,t,l)=>{const[r,s]=n(l||null);return a((()=>e.subscribe(t,(e=>s(e)))),[e,t]),[r,i((l=>e.fire(t,l)),[e,t])]})(ce,"location",to()??{name:e}),r=i((e=>{lo(e),l(e)}),[]),{data:s}=hn(eo()?null:"/api/v1/region",ht);return a((()=>{s&&!eo()&&l(s)}),[s]),[t??{name:e},r]}const eo=()=>Boolean(globalThis.localStorage?.getItem(Js)),to=()=>{try{const e=globalThis.localStorage?.getItem(Js);return e&&JSON.parse(e)}catch(e){return null}},lo=e=>{try{globalThis.localStorage?.setItem(Js,JSON.stringify(e))}catch(e){}};var no;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD",e.CNY="CNY"}(no||(no={}));const ao=new Intl.NumberFormat("ru",{style:"currency",currency:no.RUB}),io=e=>e?ao.format(e):"",ro="text-m font-light text-secondary-text ",so=`${ro} text-left`,oo=`${ro} pl-5xl text-center`,co=`${ro} pl-5xl text-right`,mo={USD:"DollarIcon",EUR:"EuroIcon",CNY:"ChineseYuanRenminbiIcon"},ho=d((({className:e,exchangeCurrencyItems:t})=>c("table",{className:h("h-fit w-full",e),children:[o("thead",{children:c("tr",{children:[o("th",{className:so,children:o(ze,{size:"text-m",children:"Валюта"})}),o("th",{className:oo,children:o(ze,{size:"text-m",children:"Купить"})}),o("th",{className:co,children:o(ze,{size:"text-m",children:"Продать"})})]})}),o("tbody",{children:t.map(uo)})]}))),uo=e=>{const t=e?.currency?.currency;return c("tr",{className:"pb-2xs text-h6",children:[o("td",{className:"pt-m m-auto flex text-left",children:c("div",{className:"flex items-center gap-xs",children:[t?o(le,{image:{icon:mo[t]},width:"24",height:"24"}):null,o(ze,{size:"text-h6",children:t})]})}),o("td",{className:"pt-m pl-5xl text-center",children:o(ze,{size:"text-h6",children:io(e?.saleExchangeRate)})}),o("td",{className:"pt-m pl-5xl text-right",children:o(ze,{size:"text-h6",children:io(e?.buyExchangeRate)})})]},t)},po={icon:"GpsIcon"},go=d((({className:e="",address:t})=>c("div",{className:h("flex gap-s w-full justify-between @sm:justify-center",e),children:[o(bi,{...po,iconBgVersion:"primary",className:"shrink-0"}),c("div",{className:"space-y-2xs whitespace-pre-wrap",children:[t?o(w,{size:"text-l",color:"text-primary-main",children:t}):null,o(w,{size:"text-m",color:"text-secondary-text",children:"Курс указан для заданного офиса"})]})]}))),xo=(e,t,l)=>{const n=Number(fo(e))*Math.pow(t,l?-1:1);return Number.isInteger(n)?n:((e,t=2)=>{const l=10**t;return Math.round(parseFloat(String(e))*l)/l})(n)},fo=e=>e.replace(/[^\d.,]/g,"").replace(",","."),bo=e=>Dt([[e=>e.value!==no.RUB&&e.oppositeValue!==no.RUB,()=>e.handleConvert(e.value,no.RUB)],[e=>e.value===no.RUB&&e.oppositeValue===no.RUB,()=>e.handleConvert(e.value,no.USD)],[e=>e.value===no.RUB&&e.oppositeValue===no.RUB,()=>e.handleConvert(e.value,no.CNY)],[()=>!0,()=>e.handleConvert(e.value)]])(e)?.();function yo(e){const{placeholder:t,rates:l,selected:n,value:a,setValue:i,setSelected:r}=e,s=l.map((e=>({key:e?.currency?.currency??"",text:e?.currency?.currency??""}))),d={key:n,text:n};return c("div",{className:"relative flex",children:[o(dl,{className:"shrink-0 text-l w-full appearance-none -mr-20",placeholder:t,type:"text",value:a,onChange:i}),s.length?o(bl,{className:"absolute right-0",isBorder:!1,onChange:e=>r(e.key),options:s,value:d}):null]})}const vo=d((({className:e="",currencyRatesBuy:t,currencyRatesSell:l,button:a})=>{const[r,s]=n({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||no.RUB,selectBuy:l?.[0]?.currency?.currency||no.USD}),d=i((e=>s((t=>({...t,...e})))),[]);return c("div",{className:`flex flex-col gap-m pt-2xl ${e}`,children:[t&&l?c("div",{className:"grid gap-m",children:[yo({placeholder:"Хочу продать",rates:l,selected:r.selectSell,setSelected:No(r,d,l),value:r.inputSell,setValue:e=>ko(d,l)(e,r.selectSell,r.selectBuy)}),yo({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:wo(r,d,t),value:r.inputBuy,setValue:e=>So(d,t)(e,r.selectBuy,r.selectSell)})]}):null,a?.text?o(be,{text:a.text,version:a?.version,...a}):null]})})),No=(e,t,l)=>n=>{t({selectSell:n}),bo({value:n,oppositeValue:e.selectBuy,handleConvert:(n=e.selectSell,a=e.selectBuy)=>{ko(t,l)(e.inputSell,n,a)}})},wo=(e,t,l)=>n=>{t({selectBuy:n}),bo({value:n,oppositeValue:e.selectSell,handleConvert:(n=e.selectBuy,a=e.selectSell)=>So(t,l)(e.inputBuy,n,a)})},ko=(e,t)=>(l,n,a)=>{e({inputSell:fo(l),selectBuy:a});const i=t.find((e=>e.currency?.currency===a))?.buyExchangeRate||t.find((e=>e.currency?.currency===n))?.buyExchangeRate;i&&e({inputBuy:String(xo(l,i,n===no.RUB)||"")})},So=(e,t)=>(l,n,a)=>{e({inputBuy:fo(l),selectSell:a});const i=t.find((e=>e.currency?.currency===a))?.saleExchangeRate||t.find((e=>e.currency?.currency===n))?.saleExchangeRate;i&&e({inputSell:String(xo(l,i,n===no.RUB)||"")})};const Co=d((({className:e="",title:t="Курсы обмена валют",button:l,...n})=>{const[a]=Zs(),i=function(e){const t=e?.code||"000",{data:l}=hn(`/api/v1/exchangerates?regionCode=${t}`,ht);return l||{}}(a),r=To(i?.exchangeRate?.currencies),s=r.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:no.RUB}});const d=r.filter((e=>e.saleExchangeRate));return d.push({currency:{currency:no.RUB}}),o(g,{className:h("box-border min-h-80",e),...n,children:o(Ce,{className:"h-full",title:o(N,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:c("div",{className:"flex w-full gap-6xl flex-wrap @lg:flex-nowrap",children:[c("div",{className:"w-full @2xl:w-auto @5xl:w-1/2",children:[r?o(ho,{className:"mb-xl",exchangeCurrencyItems:r}):null,o(go,{address:i?.address})]}),o(vo,{className:"grow w-1/2",currencyRatesBuy:s,currencyRatesSell:d,button:l})]})})})})),To=e=>e?.filter((e=>[1,2,3].includes(e?.currency?.id)))||[],Io=d((({className:e="",items:t})=>{const l=he();return o("ul",{className:h("flex flex-col gap-s w-full",e),children:t?.map(Bo(l))})})),Bo=e=>({dataFooter:t,...l},n)=>{const{text:a,href:i,target:r,onClick:s}=e(l);return a?o("li",{className:"list-none",children:o("a",{className:"hover:text-primary-main font-light",role:"link",href:i,target:r||"_self",onClick:s,...ue(t),children:a||null})},String(n)):null},Po=e=>t=>!t.displayArea||e.includes(t.displayArea.toLowerCase()),Mo=["all","footer"],Ro=d((({className:e,navigationItems:t})=>{const l=he();return o("div",{role:"menu",className:h("w-full flex items-start justify-between flex-col md:flex-row gap-y-m lg:order-2",e),children:t?.filter(Po(Mo)).map(l).map(Vo)})})),Vo=(e,t)=>{const{text:l,items:n=[],href:a,target:i="_self",onClick:r,dataFooter:s}=e,d=n.filter(Po(Mo));return c("div",{role:"menuitem",className:"flex flex-col gap-s w-full @md:w-1/4",children:[o("a",{className:"leading-5 text-l text-primary-text hover:text-primary-main no-underline",href:a,target:i,onClick:r,...ue(s),children:l}),d?o(Io,{items:d}):null]},String(t))},zo=d((({className:e="",items:t=[]})=>t?.length?o("div",{className:h("space-y-m",e),children:t.map(Do)}):null)),Do=(e,t)=>c("div",{className:"space-y-m",children:[o("div",{children:o(ze,{size:"text-l",font:"font-medium",children:e?.title})}),o("div",{className:"space-y-m",children:e.items?.map(Ao)})]},String(t)),Ao=(e,t)=>c("div",{className:"space-y-2xs",children:[o("div",{children:_o(e.type,e.text)}),o(w,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e.description})]},String(t)),_o=(e,t="")=>{switch(e){case"tel":return o("a",{className:"text-primary-text hover:text-primary-main no-underline",href:`tel:${$o(t)}`,children:o(ze,{size:"text-h6",children:t})});case"email":return o("a",{className:"no-underline",href:`mailto:${t}`,children:o(w,{size:"text-xl",font:"font-light",color:"text-primary-text",children:t})});default:return o("span",{children:t})}},$o=e=>e.replaceAll(/\D/g,""),jo=d((({className:e="",index:t,text:l,...n})=>{const a=he(),{href:i,target:r,onClick:s}=a(n);return o("a",{className:h("text-secondary-text",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),Lo=d((({className:e="",title:t,links:l})=>o("div",{className:e,children:l?.length?c("div",{className:"flex justify-between lg:items-center flex-col lg:flex-row gap-lg py-lg border-y border-y-main-divider",children:[o("div",{className:"lg:hidden",children:o(ze,{size:"text-l",font:"font-normal",children:t})}),l.map(((e,t)=>o(jo,{index:t,className:"text-l font-light lg:max-w-[292px]",...e},String(t))))]}):null}))),Oo="w-full lg:w-52",Eo={width:"40",height:"45"},Fo={"bg-white":"color",transparent:"white"},Uo={"bg-white":"text-primary-main",transparent:"text-white"},Wo=(e,t,l)=>o(le,{image:t?.src?t:{icon:t?.icon||"LogoIcon",iconVersion:Fo[e]},className:Uo[e],width:l?.width,height:l?.height}),Ho={"bg-white":"text-primary-text",transparent:"text-white"},Ko=d((({className:e,href:t="/",logo:l,children:n,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0,data:s})=>c("a",{className:h("inline-flex items-center font-sans no-underline",e),href:l?.href??t,target:a?"_blank":"_self","aria-label":l?.title??"Россельхозбанк",...ue(s),children:[Wo(i,l?.image,Eo),r?n??o("div",{className:"ml-s",children:o(ze,{font:"font-medium",color:Ho[i],size:"",children:l?.title??"Россельхозбанк"})}):null]})));function qo(e,t,l=300){a((()=>{const t=globalThis.setTimeout(e,l);return()=>{globalThis.clearTimeout(t)}}),t)}const Xo=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:l,s1Matches:n,s2Matches:a}=function(e,t){const l=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),n=Array.from({length:e.length}),a=Array.from({length:t.length});let i=0;for(let r=0;r<e.length;r++){const s=Math.max(0,r-l),o=Math.min(r+l,t.length-1);for(let l=s;l<=o;l++)n[r]||a[l]||e[r]!==t[l]||(i++,n[r]=!0,a[l]=!0)}return{m:i,s1Matches:n,s2Matches:a}}(e,t);if(0===l)return 0;const i=function(e,t,{s1Matches:l,s2Matches:n}){let a=0;for(let i=0,r=0;i<e.length;i++){if(!l[i])continue;let s=r;for(;s<t.length;s++)if(n[s]){r=s+1;break}e[i]!==t[s]&&a++}return a}(e,t,{s1Matches:n,s2Matches:a}),r=(l/e.length+l/t.length+(l-i/2)/l)/3,s=r>.7?.1*function(e,t){let l=0;for(;e[l]===t[l]&&l<4;)l++;return l}(e,t):0;return r+s*(1-r)};const Yo=(e,t)=>(l,n)=>{for(const[a,i]of n)l.set(a,e(l.get(a)||t,i));return l},Go=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),Qo=e=>t=>e.map((([e,l])=>[Xo(t)(e),l])).filter((([e])=>e>=.8)).map((([e,t])=>Zo(t,e))).reduce(Yo(Math.max,0),new Map),Jo=e=>t=>{return si(t,t.map((({title:e})=>e)).map((e=>t=>{const l=Go(t||"");return l.length?Be(e.map((e=>Ia(l.map(Xo(e)))))):0})(e))).sort((n=([,e])=>e,l=(e,t)=>n(e)-n(t),(e,t)=>-l(e,t))).map((([e])=>e));var l,n},Zo=(e,t)=>new Map(e.map((e=>[e,t]))),ec=({basePathList:e,initialQuery:t=""})=>{const[l,i]=n(t||"");a((()=>{null!=t&&i(t)}),[t]);const{data:r}=hn(e?.length?e:null,tc),[s,o]=n(null);return qo((()=>{r&&o(r.map((e=>t=>{const{corpus:l,dictionary:n}=t||{};if(!(e&&l?.length&&n&&Object.keys(n).length))return[];const a=Go(e);if(!a.length)return[];const i=Object.entries(n),r=[...a.map(Qo(i)).reduce(Yo(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*a.length)).map((([e])=>l[e]));return Jo(a)(r)})(l)))}),[r,l]),[s,{value:l,onChange:i}]},tc=async(...e)=>(await Promise.allSettled(e.map((e=>mt(j(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),lc=d((({initialQuery:e,navigationItems:t})=>{const l=r((()=>t?.map((e=>e.href||"/"))),[t]),[n,a]=ec({basePathList:l,initialQuery:e}),i=r((()=>nc(t)(n)),[t,n]);return o(Xt,{head:o(Ws,{autoFocus:!0,...a}),children:o(Ro,{navigationItems:i})})})),nc=e=>t=>e?.length&&t?.length?si(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:j("/",t)})))}))):[],ac=(e={})=>{const{open:t,close:l}=de();return{open:(l={},n={})=>t(o(lc,{...e,...l}),n),close:l}},ic=d((({className:e,search:t,...l})=>{const[a,r]=n(""),s=i((()=>r("")),[]),d=ac(l),m=i((e=>{r(e),rc(e)&&d.open({initialQuery:e},{onClose:s})}),[s,d]);return c("div",{className:h("relative",e),role:"search",children:[o(Ws,{value:a,placeholder:t?.placeholder,onChange:m}),o(qt,{className:"absolute top-0 right-0 sm:hidden",onClose:s})]})})),rc=e=>e&&e.length>=3,sc=(e,t)=>{const{logo:l}=e??{},{dataHeader:n,dataFooter:a,...i}=l??{};return c("div",{className:"flex items-stretch gap-3xl",children:[o(Ko,{className:Oo,logo:i,data:a}),o(ic,{className:"grow",navigationItems:t,...e})]})},oc=d((({className:e="",index:t,...l})=>{const n=he(),{href:a,target:i,text:r,onClick:s}=n(l);return o("a",{className:h("text-xs font-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px]",e),href:a,target:i,onClick:s,children:r||`Документ ${t}`})})),cc=d((({className:e="",links:t,license:l})=>c("div",{className:h("@container space-y-lg",e),children:[l?o("div",{children:o(ze,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:`© 2000-${(new Date).getFullYear()} ${l}`})}):null,t?.length?o("div",{className:"flex flex-col @5xl:flex-row justify-start items-start gap-x-lg gap-y-xs",children:t.map(((e,t)=>o(oc,{index:t,...e},String(t))))}):null]}))),dc=bt((({className:e,footer:t,...l})=>{const{navigationItems:n}=l.options?.page?.navigation??{},a=l.options?.page?.common??{},{documents:i,relatedEnterprises:r,contacts:s,mediaLinks:d=[],horizontalNavigationTitle:m,feedbackButton:u,license:p,otherLinks:x=[]}=t??{};return c(g,{tag:"footer",className:h("grid gap-y-xl p-4xl pb-24 lg:p-xl",e),...l,children:[sc(a,n),c("div",{className:"flex flex-col lg:flex-row items-center @lg:items-stretch gap-lg lg:gap-6xl ",children:[o(Ro,{navigationItems:n}),o("div",{className:"border-t border-main-divider lg:hidden w-full"}),c("div",{className:h(Oo,"flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[o(zo,{items:s}),u?o(be,{className:"w-full",version:"primary",...u}):null,d.map(((e,t)=>o(bs,{media:e?.links??[],showButtonText:!1,stretched:!0,children:e?.title},String(t)))),x.map(((e,t)=>o(be,{className:"!text-left text-s font-light",version:"link",...e,children:e?.text},String(t))))]})]}),o(Lo,{title:m,links:r}),o(cc,{links:i,license:p})]})})),mc=d((({className:e="",title:t,description:l,calendar:n,...a})=>c(g,{className:h("space-y-m",e),defaultPadding:"p-6xl",...a,children:[o(S,{title:t,description:l,headlineVersion:"M",isEmbedded:!0}),n?hc(n):null]}))),hc=e=>{const t=100/(e.reduce(((e,t)=>t?.month?.length?e+t.month.length:e),0)||1),l=e.filter((e=>e?.month?.length)).map((e=>({...e,flexBasis:`${e?.month?.length?e.month.length*t:""}%`})));return c("div",{className:"w-full flex flex-col justify-center gap-s",children:[o("div",{className:"flex w-full text-h6 text-center",children:l.map((e=>uc(e,t)))}),o("div",{className:"flex gap-s w-full",children:l.map(((e,t)=>c("div",{className:"border-r border-main-divider last:border-r-0 space-y-s",style:{flexBasis:e.flexBasis},children:[o("div",{className:"flex gap-s",children:pc(e)}),c("div",{className:"text-s",children:[o(ze,{size:"text-s",font:"font-light",color:"text-primary-text",children:e.text})," ",o(ze,{size:"text-s",font:"font-light",color:"text-primary-main",children:e.greenText})]})]},`monthItem-${t}`)))})]})},uc=(e,t)=>e.month?.map(((e,l)=>o("div",{style:{flexBasis:`${t}%`},children:e.text},`monthName-${l}`))),pc=e=>e.month?.map((e=>e.image?.src?o("div",{className:"h-52 border-r pr-s border-main-divider last:border-r-0",children:o(le,{image:e.image,className:"flex"})},`monthImage-${e.image.src}`):null)),gc=bt((({className:e,title:t,button:l,regionSource:a,data:i,...r})=>{const[s,d]=n({key:""}),m=a?.regions??[],u=oe({className:"text-white",version:l?.version||"primary"}),p=m?.find((e=>e.name===s.key))?.href,x=l?.text?l.text:"Перейти";return o(g,{className:e,defaultPadding:"p-6xl",...r,children:c("div",{className:"container max-w-[978px] space-y-m",children:[t?o(N,{headingType:"h3",title:t,className:"@xl:text-center"}):null,m?o(Hl,{label:"Ваш регион",placeholder:"Выберите регион",isSearch:!0,options:m.map((({name:e=""})=>({key:e,text:e}))),value:s,onChange:d}):null,p?o("div",{className:"text-center",children:o(be,{href:p,target:"_blank",className:h("p-m w-full @xl:w-auto",u),data:gs(i,s?.key),children:x})}):null]})})}));function xc(e=[]){const t=R(),l=Array.from(e.entries()).filter((([,e])=>fc(t)(e)));return l.find((([,e])=>fc(t,!0)(e)))??l[l.length-1]??[]}const fc=(e,t=!1)=>({href:l})=>{if(!l)return!1;const n=$(bc(e)(l));return t?n===$(l):n.startsWith($(l))},bc=e=>t=>{const l=G(Y.SITE_URL);return D(t)?e.href:j(l,e.pathname)},yc=d((({className:e="",items:t,activeItem:l,ariaLabel:n="Меню"})=>{const[r,{setFalse:d,toggle:m}]=sl(!1),u=pl(d),p=s(null),g=i((({isOpened:e,buttonRef:t,menuRef:l})=>{if(e&&t.current&&l.current){const e=l.current.getBoundingClientRect(),n=t.current.getBoundingClientRect(),a=globalThis.innerWidth-e.width;e.right>=globalThis.innerWidth?l.current.style.left=`${a}px`:n.left>e.left&&(a>n.left?l.current.style.left="":l.current.style.left=`${a}px`)}}),[r]);return ul(globalThis,"resize",(()=>g({isOpened:r,buttonRef:u,menuRef:p}))),a((()=>{g({isOpened:r,buttonRef:u,menuRef:p})}),[r]),c("div",{className:h(r?"rounded-md shadow-blue-gray":"",e),ref:u,role:"navigation",children:[o("button",{type:"button",className:"group/btn flex justify-between items-center h-6","aria-label":n,onClick:m,role:"button","aria-labelledby":"labeldiv",children:Array(3).fill(null).map(((e,t)=>o("div",{className:"w-[3px] h-[3px] rounded mr-2xs bg-primary-text group-hover/btn:bg-primary-hover group-data-transparent:bg-white"},String(t))))}),o("div",{ref:p,className:h("absolute flex flex-col rounded-md bg-white p-xl pb-xs w-56 z-40",{hidden:!r}),"aria-hidden":!r,children:Nc(t,l)})]})})),vc=d((({isActive:e,...t})=>{const l=he(),{text:n,href:a,target:i,onClick:r}=l(t);return o("a",{className:h("text-l font-light pb-m hover:text-primary-main",{"text-primary-main":e}),href:a,target:i,onClick:r,role:"link",...ue(t?.data),children:n})})),Nc=(e,t)=>e?.map(((e,l)=>o(vc,{isActive:e===t,...e},e?.text??String(l)))),wc={default:"w-6 h-6",large:"w-12 h-12"},kc=d((({className:e,isRounded:t,buttonSize:l="default",isGrayBg:n=!1,disabled:a,ariaLabel:i="Меню второго уровня",image:r,data:s,onClick:c,version:d})=>o("button",{className:h("group/btn border-0 flex shrink-0 items-center",n?"p-s rounded-full":"p-0 bg-inherit","transparent"===d?"backdrop-opacity-30 bg-white/30":n&&!t?"bg-main-divider":"",t?"w-8 h-8 text-secondary-light hover:text-secondary-hove":`${wc[l]} text-primary-text hover:text-primary-main`,"group-data-transparent:text-white",e),type:"button",disabled:a,"aria-label":i,onClick:c,...ue(s),children:o(le,{image:r,className:h("h-full",{"bg-main-divider/20 rounded-full":t}),imageClassName:"group-hover/btn:text-primary-hover group-hover/btn:invert-0"})}))),Sc=e=>globalThis[e],Cc=(e,t)=>{const l=document.getElementById(t);if(l){const t=Sc(e);return t?Promise.resolve(t):new Promise((t=>{l.addEventListener("load",(()=>{t(Sc(e))}))}))}return new Promise(((l,n)=>{const a=document.createElement("script");a.src=t,a.async=!0,a.id=t,a.addEventListener("load",(()=>{l(Sc(e))})),a.addEventListener("error",(e=>{n(e)})),document.head.appendChild(a)}))};const Tc="chatbot",Ic="text-page__btn-chat",Bc={personal:"//chat.mes.rshb.ru/assets/js/webchat_rshb",business:""},Pc=d((({chat:e="personal",iconVersion:t,className:l,ariaLabel:n="Чат",version:i})=>{const r=(e=>{a((()=>globalThis.localStorage?.setItem("webchat-keep-open",String(Date.now()))),[]);const t=Bc[e??""];return l=>{if(t)if("personal"!==e)Cc(Tc,t);else{const e=l.target;e?.classList.contains(Ic)||e?.classList.add(Ic),document.getElementById("webchat-js-container:webchat_rshb")||Cc(Tc,t)}}})(e);return o(kc,{className:l,image:{icon:"HeadphonesIcon",iconVersion:t},ariaLabel:n,onClick:r,buttonSize:"large",isGrayBg:!0,version:i})})),Mc=d((({className:e="",active:t,dataItemName:l,children:n,data:a,...i})=>{const r=he(),{href:s,target:d,text:m,onClick:u}=r(i);return c("a",{className:h("relative inline-block bg-transparent text-center no-underline",e),href:s,target:d,"data-item-name":l,onClick:u,...ue(a),children:[o("span",{className:Rc(t),children:m||n}),t?o("div",{className:"absolute left-0 right-0 -bottom-3 h-0.5 bg-primary-main group-data-transparent:bg-white"}):null]})})),Rc=(e=!1)=>h("font-sans text-l lg:font-light",e?"text-primary-main":"text-primary-text hover:text-primary-main","group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),Vc=d((({observerOptions:e,onVisibilityChange:t,children:l,className:n,...a})=>{const r=ga(i((e=>{if(!e.length||!t)return;const l=e[e.length-1];t(l.isIntersecting)}),[t]),e);return o("span",{ref:r,className:n,role:"menuitem",children:o(Mc,{...a,children:l})})})),zc={default:"bg-main-divider text-primary-main rounded hover:text-primary-main",transparent:"backdrop-opacity-30 bg-white/30 hover:text-primary-hover text-white"},Dc=d((({version:e,text:t,mobileText:l,...n})=>{const a=we()?l:t;return a?o(be,{className:h("py-s px-lg font-light whitespace-nowrap",zc["transparent"===e?"transparent":"default"]),...n,children:a}):null})),Ac=d((({subItems:e=[],version:t,internetBankButton:l,dropdownMenuAriaLabel:a,chatBotAriaLabel:i})=>{const d="transparent"===t?"white":"black",[,m]=xc(e),[h,u]=n(e.length),p=e.slice(h),g=s(null),x={rootRef:g},f=r((()=>e.map(((e,t)=>e=>{u(e?_c(t):$c(t))}))),[e]);return c("nav",{className:"mt-s flex gap-s items-center justify-between",children:[o("div",{ref:g,className:"overflow-hidden whitespace-nowrap pb-s mt-xs space-x-lg",role:"menu",children:e.map(((e,t)=>o(Vc,{className:h-1<t?"invisible":"",active:e===m,observerOptions:x,onVisibilityChange:f[t],data:e.dataHeader,...e},String(t))))}),p.length?o(yc,{items:p,activeItem:m,ariaLabel:a}):null,z.CHAT_BOT?o(Pc,{version:t,iconVersion:d,chat:z.CHAT_BOT,ariaLabel:i}):null,o(Dc,{version:t,...l})]})})),_c=e=>t=>Math.max(t,e+1),$c=e=>t=>Math.min(t,e),jc=e=>e?.length?c("div",{className:"sm:border-t sm:border-main-divider mt-2xs pt-2xs",children:[o("div",{className:"mb-m",children:o(ze,{size:"text-m",font:"font-light",color:"text-secondary-text",children:"Представительства за рубежом:"})}),o("div",{className:"flex flex-col sm:flex-row gap-5xl",children:e.map(((e,t)=>o(Lc,{...e},String(t))))})]}):null,Lc=d((({icon:e,...t})=>{const l=he(),{text:n,target:a,href:i,onClick:r}=l(t);return c("div",{className:"flex gap-s items-center",children:[e?o(le,{image:e}):null,n?o("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:o(ze,{size:"text-l",font:"font-light",color:"text-primary-text",children:n})}):null]})})),Oc=(e,t)=>l=>l.name?o(xs,{href:`/branches/${l.slug}`,className:"mb-xs sm:mb-2xs hover:text-primary-hover",onClick:()=>t?.(l),data:gs(e,l.name),children:o(ze,{size:"text-l",font:"font-light",children:l.name})},String(l.id)):null,Ec=d((({className:e,searchTerm:t,onSearch:l})=>c("form",{className:`font-sans relative ${e}`,children:[o("div",{className:"absolute rounded h-full flex items-center justify-center pl-m max-w-44 gap-s pointer-events-none",children:t?null:o("label",{htmlFor:"search-bar-input",className:"text-secondary-text ",children:"Поиск по филиалам"})}),o("input",{id:"search-bar-input",className:h(cl,"h-12 pl-m w-full peer text-l text-black rounded-md box-border"),value:t,onChange:e=>l(e.target.value.toLowerCase()),type:"text",name:"location-search-bar-input"})]}))),Fc=d((({foreignOffices:e,branches:t})=>{const[l,a]=Zs(t?.default),r=he(),{href:s}=r({href:`/branches/${l.slug}`}),[d,m]=n(""),h=Wc(En()).sort(((e,t)=>e.name.localeCompare(t.name))),u=((e,t)=>{const l=new Map;for(const n of e){const e=t(n),a=l.get(e)||[];l.set(e,[...a,n])}return l})(h,Uc),{close:p}=de(),g=i((e=>{a(e),p()}),[]);return c(Xt,{className:"pb-20",head:c("div",{children:[o(ze,{size:"text-h4",color:"text-primary-text",children:"Выберите филиал"}),l?o("div",{className:"mb-s",children:c(w,{size:"text-l",color:"text-primary-text",children:["Сейчас выбран:",o(xs,{href:s,className:"inline mx-2xs text-primary-main",children:l.name})]})}):null,o(Ec,{onSearch:m,searchTerm:d})]}),children:[d&&d.length>=3?o("div",{children:h.filter((({name:e})=>e&&Xo(e.toLowerCase())(d.toLowerCase())>=.8)).map(Oc(t?.dataSelect,g))}):o("div",{className:"columns-1 sm:columns-3 md:columns-4 lg:columns-5",children:Array.from(u.entries()).map((x=g,f=t?.dataSelect,([e,t])=>c("div",{className:"break-inside-avoid mb-2xl w-56",children:[o("div",{className:"mb-s",children:o(ze,{size:"text-h6",children:e})}),t.map(Oc(f,x))]},e)))}),jc(e)]});var x,f})),Uc=e=>e.name?.charAt(0)||"",Wc=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),Hc=d((({className:e="",active:t,flat:l,children:n,data:a,...i})=>{const r=he(),{href:s,target:c,text:d,onClick:m}=r(i);return o("a",{className:h(Kc(t,l),e),href:s,target:c,onClick:m,rel:"noopener noreferrer","aria-label":`Ссылка на ${d}`,...ue(a),children:o("span",{suppressHydrationWarning:!0,className:qc(t,l),children:d||n})})})),Kc=(e=!1,t=!1)=>h("inline-block border border-solid bg-transparent text-center no-underline",e?"rounded-md border-primary-main group-data-transparent:border-white":"border-transparent",{"px-m py-xs":!t}),qc=(e=!1,t=!1)=>h("font-sans text-s font-light",e?"text-primary-main":h(t?"text-primary-text":"text-secondary-text","hover:text-primary-main"),"group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),Xc=d((({className:e,version:t,...l})=>{const n="transparent"===t?"white":"black",[a]=Zs(l?.branches?.default),r=ac(l),s=(e=>{const{open:t,close:l}=de();return{open:(l={})=>t(o(Fc,{...e}),l),close:l}})(l),d=i((()=>r.open()),[r]),m=i((()=>s.open()),[s]);return c("div",{className:h("flex items-center ml-5 md:max-w-[300px] xl:max-w-full gap-lg",e),role:"navigation",children:[l?.branches?.visible?o(Hc,{className:"whitespace-nowrap text-ellipsis overflow-hidden",flat:!0,href:"#",text:a?.name,data:gs(l?.branches?.dataClick,a?.name??""),onClick:m}):null,l?.officesAtms?.href?o(Hc,{className:"whitespace-nowrap",flat:!0,...l.officesAtms}):null,o(kc,{image:{icon:"LoupeIcon",iconVersion:n},ariaLabel:l?.search?.ariaLabel??"Поиск",onClick:d,data:l?.search?.data})]})})),Yc=d((({observerOptions:e,onVisibilityChange:t,children:l,className:n,...a})=>{const r=ga(i((e=>{if(!e.length||!t)return;const l=e[e.length-1];t(l.isIntersecting)}),[t]),e);return o("span",{ref:r,className:n,role:"menuitem",children:o(Hc,{...a,children:l})})})),Gc=d((({navigationItems:e=[],activeTopItem:t,dropdownMenuAriaLabel:l,version:a,headerData:i,search:d,bgColor:m,logo:h})=>{const[u,p]=n(e.length),g=e.slice(u),x=s(null),f={rootRef:x},b=r((()=>e.map(((e,t)=>e=>{p(e?Qc(t):Jc(t))}))),[e]),{dataFooter:y,dataHeader:v,...N}=h??{};return c("div",{className:"flex items-center justify-between",children:[o(Ko,{className:"mr-3xl",bgColor:m,logo:N,data:v}),o("div",{ref:x,className:"overflow-hidden min-w-[160px] pb-xs mt-xs",role:"menu",children:e.map(((e,l)=>o(Yc,{className:u-1<l?"invisible":"",active:e===t,observerOptions:f,onVisibilityChange:b[l],data:e.dataHeader,...e},String(l))))}),g.length?o(yc,{className:"mx-xs",items:g,activeItem:t,ariaLabel:l}):null,o(Xc,{version:a,className:"ml-auto",search:d,navigationItems:e,...i})]})})),Qc=e=>t=>Math.max(t,e+1),Jc=e=>t=>Math.min(t,e),Zc={"bg-white":"primary",transparent:"transparent"},ed=["all","header"],td=bt((({className:e,bgColor:t="bg-white",logo:l={},version:n=Zc[t],portal:a,header:i={},...r})=>{const{common:s,navigation:d}=nd(r?.options?.page),{navigationItems:m}=d,{logo:u={}}=s,[,p]=xc(m),{internetBankButton:x}=a||{},f=l.image?.icon||l.image?.src||l?.title?l:u;return o(g,{tag:"header",className:h("pt-m px-20",p?.items?.length?"pb-m":"pb-lg",e),defaultPadding:"",version:n,...r,children:c("div",{className:"container",children:[o("div",{className:"whitespace-nowrap",children:o(Gc,{activeTopItem:p,navigationItems:m?.filter(Po(ed)),version:n,headerData:{...i,...d},search:s.search,bgColor:t,logo:f})}),o("div",{className:h("mt-s h-px bg-main-divider",ld(n))}),p?.items?.length&&o(Ac,{subItems:p?.items?.filter(Po(ed)),version:n,internetBankButton:x})]})})})),ld=e=>"transparent"===e?"opacity-30":"",nd=e=>({navigation:e?.navigation??{},common:e?.common??{}}),ad=(e=!1)=>e?{}:{padding:"p-0"},id={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},rd=bt((({className:e="",padding:t="p-0",gap:l="XS",isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,isCardBorder:r,...s})=>o(g,{className:h("relative","grid grid-cols-12",id[l],e),padding:t,version:a,isTheme:i,...s,children:M({...s,extraProps:{...ad(n),className:ua(r)}})})),{childrenTypes:{exclude:["HorizontalLayout"]}}),sd=d((e=>{const{className:t,align:l,image:n,...a}=e,i=l?h("flex",Ci[l]):"";return o(g,{className:h(i,t),defaultPadding:"p-0",...a,children:o(le,{image:n})})})),od=(e,t=0)=>{const{itemCount:l,visibleItemCount:a}=e,[r,s]=n(t),o=i((()=>s((e=>Math.min(e+1,l-1)))),[l]),c=i((()=>s((e=>Math.max(e-1,0)))),[l]),d=a?l>a&&r<l-a:r<l-1,m=r>0;return[r,{inc:o,dec:c,canInc:d,canDec:m,isScrollAvailable:m||d}]};function cd({dec:e,inc:t,canDec:l,canInc:n,btnClass:a,className:i=""}){return l||n?c("div",{children:[l?o(_a,{className:h("absolute z-40",a[0],i),onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!l}):null,n?o(_a,{className:h("absolute z-40 rotate-180",a[1],i),onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!n}):null]}):null}const dd=d((({className:e="",cards:t=[],button:l})=>{const[a,r]=n(0),s=i((e=>r(e)),[]),d=t.length,[m,h]=od({itemCount:d,visibleItemCount:2}),{canDec:u,canInc:p}=h,g=t[m]?.href;return c("section",{role:"listitem",className:`min-w-full text-center ${e}`,children:[c("div",{className:"relative overflow-hidden","aria-label":"Страховые программы",children:[d?md({activeIndex:m,cards:t,selectedCardIndex:a,onClick:s}):null,cd({...h,btnClass:["left-12","right-12"],className:"top-16"}),u?o("div",{className:"absolute top-0 left-0 h-full w-32 bg-opacity-from-white"}):null,p?o("div",{className:"absolute top-0 right-0 h-full w-32 bg-opacity-to-white"}):null]}),o(be,{className:"w-60 text-center",version:"primary",...l,href:g})]})}));function md({activeIndex:e,cards:t,selectedCardIndex:l,onClick:n}){const a=460*e,i=t.length>2?"justify-start":"justify-center";return o("div",{style:{transform:`translateX(-${a}px)`},className:"duration-1000 px-6xl",children:o("div",{className:`w-full flex flex-nowrap gap-s pb-6xl ${i}`,children:t.map(((e,t)=>function({slide:e,i:t,isActive:l,onClick:n}){return c("button",{type:"button",onClick:n,className:"p-3xl min-w-fit flex items-center gap-2xl bg-white border-solid border relative "+(l?"shadow-dark-blue border-primary-main":"ease-in duration-300 border-gray"),children:[e?.icon?o(le,{className:"p-lg rounded-full bg-secondary-light",image:e.icon,width:"108",height:"108"}):null,c("div",{className:"flex gap-s",children:[e?.sum?hd("страховая сумма",e.sum):null,e?.fee?hd("страховой взнос",e.fee):null]}),ud(l)]},String(t))}({slide:e,i:t,isActive:Boolean(t===l),onClick:()=>n(t)})))})})}function hd(e,t){return c("div",{className:"flex flex-col text-left whitespace-pre",children:[c(ze,{size:"text-h6",children:[Ye(2)(t)," ₽"]}),o("div",{className:"mt-2xs",children:o(ze,{size:"text-l",color:"text-secondary-text",children:e})})]})}function ud(e){return e?o(le,{className:"h-6 w-6 min-w-6 min-h-6 absolute right-4 top-4",image:{icon:"DoneIcon"},width:"24",height:"24"}):null}const pd=d((({className:e="",title:t,insuranceTabs:l=[],button:a,...r})=>{const[s,d]=n(0),m=i((e=>d(e)),[]);return c(g,{className:h("box-border overflow-hidden relative px-0 space-y-2xl",e),defaultPadding:"p-6xl",...r,children:[t?o(N,{className:"text-center",title:t,headingType:"h3"}):null,l?.length>1?o("div",{className:"p-xs bg-secondary-light w-fit mx-auto rounded-md",children:l.map(((e,t)=>function({title:e,i:t,isActive:l,onClick:n}){return o("button",{type:"button",onClick:n,"aria-label":`Кнопка ${e}`,className:"box-border px-m py-s text-m font-light "+(l?"bg-primary-main text-white rounded-md":"text-secondary-text"),children:e},String(t))}({title:e?.title,i:t,isActive:Boolean(t===s),onClick:()=>m(t)})))}):null,o("div",{className:"flex",style:{transform:`translateX(-${s}00%)`},role:"list",children:gd({insuranceTabs:l,button:a})})]})})),gd=({insuranceTabs:e,button:t})=>{const l=e?.map((e=>e.cards));return l?.length?l.map(((e,l)=>o(dd,{button:t,cards:e},String(l)))):null};const xd={yellow:"bg-yellow",green:"bg-green","green-light":"bg-green-light","green-dark":"bg-green-dark"},fd={XS:"h-10",S:"h-16",M:"h-24",L:"h-32",XL:"h-52"},bd=d((e=>{const{className:t="",__html:l,isDotted:n,investmentZeroColumn:a,investmentColumns:i,...r}=e,s=i?[...i]:[];return a&&s.unshift(a),o(g,{className:t,defaultPadding:"p-4xl",...r,children:c("div",{className:"container text-m font-light space-y-4xl",children:[s?.length?c("div",{children:[c("div",{className:"flex items-end relative pl-3xl pr-lg text-white",children:[li(o("div",{className:"w-px h-4 bg-gray"}))(s.map(yd)),o("div",{className:"absolute right-3xl w-px h-4 bg-gray"})]}),o("div",{className:"border-t border-gray -mt-xs mx-3xl"}),o("div",{className:"flex justify-between text-primary-text mt-s -mx-5xl",children:s.map(wd)})]}):null,l?o("div",{className:"max-w-2xl font-light text-base",children:o(Re,{__html:l,isDotted:n,itemSize:"list-s"})}):null]})})})),yd=(e,t,l)=>{const n=1===t,a=t===l.length-1;return o("div",{className:`${vd(n,a,e.cells)}`,children:e.cells?.length?o("div",{className:"w-full "+(a?"border-4 border-green-more-dark p-1.5 min-w-72":""),children:e.cells.reverse().map(Nd)}):null},`column_${t}`)},vd=(e,t,l=[])=>[l.length?"flex-1":"flex-0",!l.length||e||t?"":"pl-s",l.length&&!t?"pr-s pb-3xl":"pb-xl"].join(" "),Nd=(e,t)=>{const l=e.cellSize||"XS",n=e.cellColor||"green";return e.text?o("div",{className:`flex-1 flex items-center justify-center relative py-xs ${fd[l]} ${xd[n]} ${"XS"===l?"px-s":"px-5xl"}`,children:o(ze,{align:"text-center",children:e.text})},`cell_${t}`):null},wd=(e,t)=>e?.title?o("div",{className:"flex-1 max-w-44 text-center px-xs last:pr-4xl last:max-w-52",children:e.title},`title_${t}`):null,kd=["байт","Кб","Мб","Гб","Тб","Пб"],Sd=d((({icon:e,text:t,href:l,target:n,fileFormat:a,data:i,fileSize:r})=>{const s=r&&a?",":"",d=r??"",m=a?String(a):"";return c("a",{className:"flex box-border gap-s group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main",href:l,target:n,...ue(i),children:[e,t?c(ze,{size:"text-l",font:"font-light",children:[t," ",Cd(d,m),o(ze,{color:"text-secondary-text",children:l&&`${d+s+m}`})]}):null]})})),Cd=(e,t)=>e||t?o("span",{children:", "}):"",Td=(e,t)=>(l,n)=>{const a=U(e)("Attachment"===l?.docType?l?.attachment?.src:l?.href),i="Attachment"===l?.docType?((e,t=2)=>{if(0===e)return"";const l=Math.floor(Math.log(e)/Math.log(1024));return`${parseFloat((e/Math.pow(1024,l)).toFixed(t))} ${kd[l]}`})(l?.attachment?.fileSize||0):l?.fileSize,r="Attachment"===l?.docType?Bd(a):l?.fileFormat;return c("div",{role:"listitem",children:[o(Sd,{text:l?.text,target:l?.target,href:a,fileFormat:r,fileSize:i,icon:Id(t),data:l?.data}),o(Re,{__html:l?.__html})]},String(n))},Id=e=>e?o(le,{className:"min-w-6 min-h-6",image:e,width:"24",height:"24"}):null,Bd=e=>{if(!e)return"";const t=e.lastIndexOf("."),l=new RegExp(/\/(.*)/),n=-1!==t?e.substring(t+1):"";return n.includes("/")?n.replace(l,""):n},Pd=d((({href:e,__html:t,target:l})=>{const{close:n}=de(),a=R(),r=U(a)(e),s=i((()=>{n()}),[]);return c(Xt,{className:"my-6xl min-h-fit w-fit mx-auto",children:[t?o(Re,{__html:t}):null,c("div",{className:"flex flex-row mx-auto w-fit gap-lg py-lg",children:[o(be,{text:"Я согласен",version:"primary",target:l,href:r,onClick:s}),o(Kt,{type:"button",version:"secondary",onClick:s,children:"Я не согласен"})]}),o("div",{children:"Нажимая кнопку «Я СОГЛАСЕН» ниже Вы принимаете данные условия. Распространение или раскрытие любой части данного Заключения или любой информации, или рекомендации в нем запрещено.»"})]})})),Md=d((({text:e,href:t,target:l,__html:n})=>{if(!e&&!n)return null;const a=(e=>{const{open:t,close:l}=de();return{open:(l={})=>t(o(Pd,{...e}),l),close:l}})({__html:n,href:t,target:l}),r=i((()=>a.open()),[a]);return o("button",{className:"text-primary-main",onClick:r,children:e})})),Rd={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},Vd=bt((({className:e="",title:t,description:l,align:n="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const d=R();return c(g,{className:h("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[o(S,{title:t,description:l,align:n,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?o("div",{className:h("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",Rd[r]),role:"list",children:a.map(zd(d,i))}):null]})})),zd=(e,t)=>(l,n)=>{const a=l?.docType;return""===a?null:"reportSource"in l&&l?.reportSource?.__html?Dd(l,n):Td(e,t)(l,n)},Dd=(e,t)=>{const l={text:e.text,target:e.target,__html:e.reportSource?.__html};return e.reportSource?.__html&&e.text?c("div",{role:"listitem",children:[o(Md,{...l,href:Ad(e)?e?.href:e?.attachment?.src}),o(Re,{__html:e?.__html})]},String(t)):null},Ad=e=>"href"in e,_d=bt((({className:e,padding:t,align:l="text-left",buttons:n=[],description:a,image:i,__html:r,headingType:s,qr:d,additionalDescription:m="",title:u="Мобильное приложение",version:p="primary",...x})=>{const f="secondary"===p?"p-m min-w-32":"min-w-24",b=i?.src?o(le,{className:"hidden lg:block",image:i}):null;return o(g,{className:h("min-h-80",e),padding:"p-0",version:p,...x,children:c(Ce,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:o(N,{headingType:s,title:u,className:h("whitespace-pre-wrap",l)}),rightImage:b,buttons:He(n,{className:"flex-wrap"}),children:[a?o(ze,{size:"text-xl","font-weight":"font-light",children:a}):null,c("div",{className:h("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[r?o(Re,{__html:r,itemSize:"list-m"}):null,o(ze,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:m}),d?.src?o("div",{className:h("flex justify-center bg-white rounded-md @xl:-order-1",f),children:o(le,{className:"w-fit",image:d})}):null,i?.src?o(le,{className:"lg:hidden",image:i}):null]})]})})})),$d=(e,t)=>e&&"underlined"!==t?"primary":"secondary",jd=(e=[],t={})=>e.filter((({content:e={}})=>ci(t,e))).length,Ld=(e,t)=>e===t;const Od=(Ed=function(...e){return(t,l)=>e.some((e=>e(t,l)))}(Ld,((e=Ld)=>(t,l)=>t===l||Boolean(t&&l&&t.length===l.length&&t.every(((t,n)=>e(t,l[n])))))()),(e,t)=>e===t||Boolean(e&&t&&Object.keys(e).length===Object.keys(t).length&&Object.entries(e).every((([e,l])=>Ed(l,t[e])))));var Ed;const Fd=[],Ud={},Wd={primary:"bg-white/30",secondary:"bg-main-divider"},Hd={primary:{desktop:"text-white",mobile:"text-primary-text"},secondary:{desktop:"text-secondary-text",mobile:"text-secondary-text"}},Kd=d((({count:e,version:t="secondary"})=>{const l=we(),n=l?"bg-main-divider":Wd[t],a=Hd[t][l?"mobile":"desktop"];return o("div",{className:h("w-6 h-6 rounded-full flex items-center justify-center",n),role:"status","aria-label":`Количество ${e} доступных программ и сервисов`,children:o(ze,{size:"text-xs",color:a,children:e})})})),qd=({text:e,description:t,icon:l,isActive:n,type:a})=>{const i=(e=>({btn:"w-96 "+(e?"p-m border-none bg-primary-main text-white":"p-s ease-in duration-300 bg-white"),text:e?"mb-xs text-xl":"mb-2xs text-l text-primary-text",desc:"font-light "+(e?"text-l text-white":"text-m text-secondary-text"),icon:e?"":"text-primary-main",iconVersion:e?"white":"normal",oldText:"text-m text-center",oldDesc:"text-m-light"}))(n);return c("div",{className:h("cursor-pointer text-left border-b-0 flex gap-2xs"),"aria-label":e,"aria-labelledby":`${e}-label`,children:[l?o(le,{className:h("h-6 w-6 min-w-6 min-h-6",i.icon),image:{...l,iconVersion:l?.iconVersion??i.iconVersion},width:"24",height:"24",alt:e}):null,c("div",{className:"border-0",children:[o("div",{className:"animated"===a?i.text:i.oldText,children:e}),o("div",{className:"animated"===a?i.desc:i.oldDesc,children:t})]})]})},Xd={default:"px-xs",underlined:"px-m",animated:"px-m border border-gray cursor-pointer text-left border-b-0 mt-auto flex gap-2xs"},Yd={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",animated:"text-white sm:text-white"},Gd={default:"bg-white",underlined:"bg-white",animated:"p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96"},Qd={default:"bg-white sm:bg-primary-main",underlined:"bg-white",animated:"p-2 border-none bg-primary-main text-white h-20 w-96"},Jd=d((({tag:e="div",item:t={},isActive:l=!1,type:n="default",onClick:a})=>{const i=e,{text:r,description:s,icon:d,count:m,tabName:u,...p}=t;return o(i,{className:h("h-12","block flex-1","cursor-pointer",Xd[n],l?Qd[n]:Gd[n]),role:"tablist","aria-label":"Список табов",onClick:a,...p,children:c("div",{className:h("h-full","flex justify-center items-center","text-center whitespace-nowrap",l?Yd[n]:"text-secondary-text hover:text-primary-main"),role:"tab","aria-label":`Таб ${r}`,children:[qd({text:r,description:s,icon:d,isActive:l,type:n}),Number.isInteger(m)?o("div",{className:"ml-xs",role:"status","aria-label":`Количество программ и сервисов ${m}`,children:o(Kd,{count:m,version:$d(l,n)})}):null]})})})),Zd=d((e=>o(e?.item?.href?em:tm,{...e}))),em=d((e=>{const t=he(),l=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:n,...a}=t({...e.item,onClick:l});return o(Jd,{...e,tag:"a",item:a,onClick:n})})),tm=d((({item:e={},onClick:t,...l})=>{const n=i((()=>{t&&t(e)}),[t,e]);return o(Jd,{item:e,onClick:n,...l})})),lm=(e,t,l)=>(n,a)=>o(Zd,{isActive:n===e,onClick:t,type:l,item:n},String(a)),nm=d((({className:e,tabsType:t="default",items:l=[],activeItem:n,onChange:a})=>o("div",{className:h("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tabpanel","aria-label":"Панель управления табами",children:l.map(lm(n,a,t))}))),am={categories:[],extraOptions:[],propertyType:[],stage:[]},im=bt((({className:e,hotFilters:t,filtrationSchema:l={},resetButton:n,...a})=>{const[s,{blocksToRender:d},{field:m,reset:u,update:p}]=mi(am,{block:a.block,page:a.options?.page}),x=i(((e=am)=>p(e)),[]),f=(({hotFilters:e=Fd,filtrationState:t=Ud,blocks:l=Fd,onFiltrationStateChange:n})=>{const a=r((()=>Math.max(0,e.findIndex((e=>Od(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,count:jd(l,t.filter),version:$d(t===e[a])})))),[e,l,a]),o=i((t=>{n(e[s.indexOf(t)].filter)}),[e,s]);return{activeItem:s[a],items:s,onChange:o}})({hotFilters:t,filtrationState:s,blocks:a.block?.blocks,onFiltrationStateChange:x});return c(g,{className:h("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[o(nm,{...f}),o(ai,{filtrationSchema:l,resetButton:n,field:m,reset:u}),o(ei,{blocksToRender:d,...a})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>e?.filtrationSchema||{}}),rm=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),sm=d((({children:e})=>rm?e:null)),om=d((({color:e="text-primary-main",position:t="absolute"})=>o("div",{className:h("flex justify-center items-center h-full w-full backdrop-blur-sm z-50",t),children:o("div",{className:h("inline-block h-28 w-28","animate-spin rounded-full","border-8 border-solid border-current","border-r-transparent",e),role:"status"})}))),cm="/icons/MapMarkerClusterIcon.svg",dm="/icons/MapMarkerClusterYellowIcon.svg";function mm({yandexMaps:e,map:t,points:l,isLoad:n}){if(n||!l?.length)return;t.geoObjects.removeAll();const a=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),i=hm("offices",e,a);if(l.length&&l.every((e=>"type"in e))){const n=hm("workplaces",e,a),r=um(l.filter((e=>"workplaces"===e.type)),"workplaces",e),s=um(l.filter((e=>"offices"===e.type)),"offices",e);i.add(s),n.add(r),t.geoObjects.add(n),t.geoObjects.add(i)}else{const n=um(l,"offices",e);i.add(n),t.geoObjects.add(i)}t.setBounds(e.util.bounds.fromPoints(l.map((e=>e.coords)))).then((()=>{t.getZoom()>10&&t.setZoom(10)}))}const hm=(e,t,l)=>new t.Clusterer({clusterIcons:[{href:"offices"===e?cm:dm,size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:l,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),um=(e,t,l)=>e.map((({coords:e,content:n})=>new l.Placemark(e,{balloonContentHeader:n?.header,balloonContentBody:n?.body,balloonContentFooter:n?.footer,hintContent:n?.hint},{iconLayout:"default#image",iconImageHref:"offices"===t?cm:dm,iconImageSize:[78,84],iconImageOffset:[-35,-50]}))),pm={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",font:"text-center font-sans"},gm={...pm,border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center"},xm=(e,t,l)=>o("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(gm).join(" ")} ${l}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.current.geoObjects.add(t.geoObjects)}))},children:o(H,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),fm=()=>function(e,t,l=!0){const[i,r]=n(void 0);return a((()=>{let n=!0;return Cc(e,t).then((e=>{n&&r(e)})).catch((e=>{console.error(`Failed to initialize external namespace: ${e}`)})),()=>{if(n=!1,l){const e=document.getElementById(t);e&&document.head.removeChild(e),r(void 0)}}}),[e,t,l]),i}("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${z.YANDEX_MAP_API_KEY||""}&lang=ru_RU`,!1),bm={...pm,border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center"},ym=d((({yandexMaps:e,direction:t="in"})=>{const l="in"===t?"PlusIcon":"MinusIcon";return o("div",{onClick:()=>{const l=e.current.getZoom(),n="in"===t?l+1:l-1;e.current.setZoom(n,{checkZoomRange:!0})},className:`${Object.values(bm).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:o(H,{name:l,width:"20",height:"16"})})})),vm=[55.753995,37.614069],Nm=d((({points:e,className:t="",zoom:l=5,isLoad:n})=>{const i=s(null),r=fm();if(a((()=>{i.current?(mm({yandexMaps:r,map:i.current,points:e,isLoad:n}),i.current.setCenter(wm(e))):r?.ready((()=>{i.current||(i.current=new r.Map("map",{center:wm(e),zoom:l,controls:[],suppressMapOpenBlock:!0})),mm({yandexMaps:r,map:i.current,points:e,isLoad:n})}))}),[r,e,l,n]),!r)return null;const d="z-10";return c("div",{id:"map",className:h("relative","w-full",t),children:[n?o(om,{}):null,c("div",{className:h("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",d),children:[o(ym,{yandexMaps:i}),o(ym,{yandexMaps:i,direction:"out"})]}),xm(i,r,h("right-2 top-80",d))]})})),wm=e=>{const t=[Sm(km(e,0)),Sm(km(e,1))];return t.every((e=>e))?t:vm},km=(e,t)=>e.map((e=>e.coords?.[t])),Sm=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,Cm=({__html:e,list:t})=>e||t?.length?c("div",{className:"mb-2xl border-b sm:border border-main-divider sm:rounded-md",children:[e?o("div",{className:"mb-2xl",children:o(Re,{__html:e})}):null,t?.length?o("div",{className:"flex flex-col sm:flex-row gap-2xl sm:flex-wrap pb-2xl sm:pb-xl",children:t.map(((e,t)=>c("div",{className:"flex gap-xs items-center",children:[e?.image?o(le,{image:e.image}):null,e?.text?o(ze,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,Tm={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных",premiumService:"Премиальное обслуживание",privateBanking:"Услуга Private banking",sellingCoins:"Продажа монет из драгоценных металлов",buyingCoins:"Покупка монет из драгоценных металлов",bullionOperations:"Операции со слитками",preciousMetalsOperations:"Операции с драгоценными металлами",transferringDataToBiometricSystem:"Передача фото и голоса в Единую биометрическую систему",locationDisabledPeople:"Для маломобильных",designDisabledPeople:"Для слабовидящих",remoteWorkplace:"Удаленное рабочее место",serviceDisabledPeople:"Для маломобильных граждан"},Im="flex flex-col sm:flex-row sm:flex-wrap gap-3xl pb-2xl",Bm=(e,{field:t,reset:l},n)=>{const a=n?5:6,i=(e||[]).map((e=>o(tl,{text:Tm[e],...t(e)},e))),[r,s]=a>0?[i.slice(0,a),i.slice(a)]:[i,[]];return o("div",{children:e?.length?o("div",{children:o(Ya,{renderFoldableSection:({isUnfolded:e})=>c("div",{children:[o("div",{className:Im,children:r}),o(Ga,{className:Im,isUnfolded:e,children:s})]}),renderFoldButton:Pm(l,n)})}):null})},Pm=(e,t)=>({isUnfolded:l,onToggle:n})=>c("div",{className:"flex space-x-lg",children:[t?o(be,{version:"transparent",className:"text-secondary-text [&>*]:p-0",appendRight:o(H,{name:["ArrowDownIcon","ArrowUpIcon"][Number(l)],width:"16",height:"16"}),text:["Больше фильтров","Меньше фильтров"][Number(l)],onClick:n}):null,o(be,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:e,children:Mm()})]}),Mm=()=>c("div",{className:"flex items-center",children:["Очистить фильтр",o(H,{name:"CloseIcon",width:"16",height:"16",className:"ml-2xs"})]}),Rm=()=>{},Vm=()=>[],zm=e=>"all"===e?"block":"hidden",Dm=d((({className:e,data:t=[],isLoad:l,remoteWorkplaces:a=[],renderCard:i=Rm,renderRemoteWorkplaceCard:s=Rm,filterItems:d=Vm,getBalloon:m=Rm,getBalloonRemoteWorkplaces:u=Rm,initFilterState:p={},descriptionData:g,title:x})=>{const f=x?.includes("Офис"),[b,{field:y,reset:v}]=Et(p),[N,w,k,S]=r((()=>{const e=d(t,b),l=d(a,b),n=[...e.map((e=>({type:"offices",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:m(e)}))),...l.map((e=>({type:"workplaces",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:u({address:e.address,workScheduleDescription:e.workScheduleDescription})})))].filter((e=>e.coords&&2===e.coords.length));return[e,n,l,e.length+l?.length]}),[t,a,b]),[C,T]=n("all");return c("div",{className:h("space-y-1",e),children:[c("div",{className:"bg-white",children:[c("div",{className:"p-3xl pb-0",children:[Am(x,S),g?Cm(g):null,f&&_m(t,C,T),o("div",{className:h("pb-3xl",zm(C)),children:Bm(Object.keys(p),{field:y,reset:v},f)})]}),o("div",{className:"h-[600px]",children:o(sm,{children:o(Nm,{points:w,isLoad:l,className:"h-full"})})})]}),c(sm,{children:[N.map(i),k.map(s)]})]})})),Am=(e,t)=>o("div",{className:"flex flex-col sm:flex-row gap-xs mb-2xl",children:c(N,{headingType:"h3",children:[o("span",{suppressHydrationWarning:!0,children:e}),t?o(ze,{size:"text-h2",color:"text-secondary-text",children:o("span",{suppressHydrationWarning:!0,children:` (${t})`})}):null]})}),_m=(e,t,l)=>{const n=$d("all"===t),a=$d("business"===t),i=(e,t,n)=>(e.currentTarget===e.target&&"business"===t&&n.filter((e=>e.workSchedule&&e.workSchedule.businessScheduleVisibleTag&&!e.workSchedule.businessScheduleDescription)),l(t),n);return c("div",{className:"flex gap-lg flex-col sm:flex-row pb-lg",children:[o(Kt,{"data-id":"all",onClick:t=>i(t,"all",e),version:n,children:"Для физических лиц"}),o(Kt,{"data-id":"business",onClick:t=>i(t,"business",e),version:a,children:"Для юридических лиц"})]})},$m={yellow:{border:"border-yellow-light",text:"text-yellow"},green:{border:"border-green-more-light",text:"text-green-dark"},gray:{border:"border-gray",text:"text-secondary-text"},red:{border:"border-error/30",text:"text-error"}},jm=d((({className:e,children:t,color:l="gray"})=>c("div",{className:h("sm:p-s sm:border sm:border-green rounded-md flex items-center h-fit",$m[l].border,e),children:[o("div",{className:"block pr-m sm:pr-0 sm:hidden",children:o(le,{image:{icon:"SmallClockIcon"},width:"24",height:"24"})}),o(ze,{size:"text-m",color:$m[l].text,children:t})]}))),Lm=d((({value:e,subText:t,children:l,isPhone:n,...a})=>{const i=(Array.isArray(e)?e:e?.split(",")??[]).filter(Boolean);return[i.length,l,t].every((e=>!e))?null:Om({textItems:i,subText:t,children:l,isPhone:n,...a})})),Om=({label:e,labelSize:t="text-m",textItems:l,subColor:n,subText:a,className:i,children:r,isPhone:s=!1})=>c("div",{className:h("flex gap-2xs flex-col h-full max-w-[300px]",i),children:[e?o(ze,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,r||Em(l,s),a?o(ze,{color:n,size:"text-m",children:a}):null]}),Em=(e,t)=>e.filter(Boolean).map(((e,l)=>o(ze,{size:"text-l",children:t?o("a",{href:`tel:${Fm(e)}`,children:e.trim()}):e.trim()},String(l)))),Fm=e=>e.replace(/\D/g,""),Um=d((({className:e,children:t})=>o("div",{className:h("flex flex-col sm:flex-row sm:border-t sm:border-solid sm:border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),Wm=["ArrowDownIcon","ArrowUpIcon"],Hm=["Подробнее","Скрыть"],Km=({isUnfolded:e,onToggle:t})=>c("button",{className:"w-full py-2xl cursor-pointer text-primary-main flex items-center border-b border-solid border-main-divider",onClick:t,type:"button",children:[o("div",{className:"pr-m",children:Hm[Number(e)]}),o(H,{className:"text-primary-text",name:Wm[Number(e)],width:"16",height:"16"})]}),qm=({location:e,address:t,billAcceptorType:l,terminalType:n,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},d)=>{const m=[{label:"Устройство",value:Gm(n)},{label:"Модуль приема наличных",value:a?"Да":"Нет"},{label:"Прием наличных пачкой",value:"банкомат принимает пачками"===l?"Да":"Нет"},{label:"Доступность",value:["внешняя установка","территория банка"].includes(r)?"Общедоступный":""},{label:"Регистрационный номер",value:i}];return c("div",{className:"bg-white col-span-12 p-3xl sm:border-green sm:border",children:[c("div",{className:"sm:flex sm:justify-between",children:[c("div",{children:[o(ze,{size:"text-h4",children:Gm(e)}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:t})]}):null]}),o("div",{className:"whitespace-nowrap",children:o(jm,{color:"green",children:Gm(s)})})]}),o("div",{className:"hidden sm:block",children:o(Um,{className:"flex-wrap",children:m?.map(Ym)})}),o(Ya,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(Ga,{isUnfolded:e,children:o(Um,{className:"flex-wrap",children:m?.map(Ym)})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Km({isUnfolded:e,onToggle:t})})]},String(d))},Xm=({address:e="",terminalType:t,atmCode:l=""})=>({header:`${Gm(t)} №${l}`,body:e.toUpperCase()}),Ym=(e,t)=>o(Lm,{...e},String(t)),Gm=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",Qm=[];const Jm=async e=>{const t=await mt(e,{method:"GET"});return Array.isArray(t)?t:Qm},Zm={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1,locationDisabledPeople:!1,designDisabledPeople:!1},eh={terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable),locationDisabledPeople:e=>Boolean(e.locationDisabledPeople),designDisabledPeople:e=>Boolean(e.designDisabledPeople)},th=d((({descriptionData:e,className:t})=>{const[l]=Zs(),n=l?.code??"000",{data:a,isLoad:i}=function(e){const{data:t,error:l}=hn(`/api/v1/atms?regionCode=${e}`,Jm);return{data:t||Qm,isLoad:!t&&!l}}(n);return o(Dm,{className:t,filterItems:lh,data:a,isLoad:i,initFilterState:Zm,renderCard:qm,getBalloon:Xm,title:`Банкоматы филиала ${l?.name}`,descriptionData:e})})),lh=(e,t)=>{const l=Object.keys(t).filter((e=>t[e])),n=l.filter((e=>e.startsWith("terminalType"))),a=l.filter((e=>!n.includes(e)));return e.filter((e=>{const t=a.every((t=>eh[t](e))),l=!n.length||n.some((t=>eh[t](e)));return t&&l}))},nh=e=>{const t=ih(e);return o(Lm,{label:"Режим работы",value:t,className:"max-w-none"})},ah=({workTime:e="",lunchHour:t="",daysOff:l=""},n=!1)=>e?[`${n?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",l?`не работает: ${l}`:""].filter(Boolean).join("; "):"",ih=e=>{const t=e.find((e=>"workingSaturday"!==e.key&&Boolean(e.status)&&Boolean(e.workTime))),l=e.find((e=>"workingSaturday"===e.key&&Boolean(e.status)&&Boolean(e.workTime))),n=e.filter((e=>!e.status)).map((e=>e.short?.toLowerCase())).join(", ");return[ah({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:l?"":n}),ah({workTime:l?.workTime,lunchHour:l?.lunchHour,daysOff:n},!0)].filter(Boolean)},rh=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],sh=e=>rh.map((([t,l,n])=>({key:t,title:n,short:l,status:Boolean(e?.[t]),get workTime(){return"workingSaturday"===t?e?.workTimeSaturday:e?.workTime},get lunchHour(){return"workingSaturday"===t?e?.lunchHourSaturday:e?.lunchHour},get hasLunch(){return/\d+/.test(this.lunchHour??"")}}))),oh=e=>{if(!e)return null;const t=ch(e);return c(Um,{className:"border-none",children:[o(Lm,{label:"Для юридических лиц",labelSize:"text-l",children:o("div",{className:"flex gap-1",children:t.map(dh)})}),o(Lm,{label:"Режим работы",className:"max-w-none",children:o(ze,{children:e})})]})},ch=e=>{const t=rh.map((([,e])=>({short:e,status:!0}))),l=e.split("/")??[],n=l[l.length-1]?.toLowerCase();return n?.includes("выходной")?t.map((e=>({...e,status:!n?.includes(e.short.toLowerCase())}))):t},dh=({short:e,status:t},l)=>o("div",{className:h("w-9 h-9 rounded-md flex items-center justify-center",t?"bg-green-more-light text-green-dark":"bg-error/30 text-error"),children:o(ze,{size:"text-xs",children:e})},String(l)),mh=({currency:e,buyExchangeRate:t,saleExchangeRate:l},n)=>c("div",{className:"flex gap-lg h-full",children:[e?.currency?o(Lm,{label:"Валюта",value:e.currency}):null,t?o(Lm,{label:"Купить",value:String(t)}):null,l?o(Lm,{label:"Продать",value:String(l)}):null]},String(n)),hh=(new Date).getDay(),uh=e=>{const[t]=e?.slice(hh-1)??[];if(!t)return null;const{lunchHour:l,status:n,workTime:a,hasLunch:i}=t;return n?c("div",{className:"flex gap-s items-start whitespace-nowrap",children:[a?o(jm,{color:"green",children:a}):null,l&&i?o(jm,{color:"yellow",children:`перерыв: ${l}`}):null]}):o(jm,{color:"red",children:"Выходной"})},ph=({lunchHour:e,hasLunch:t=!1,status:l=!1})=>l?e&&t?`Перерыв ${e}`:e:"Не работает",gh=({title:e,status:t,workTime:l,lunchHour:n,hasLunch:a},i)=>o(Lm,{label:e,value:t&&l?l:"",subText:ph({lunchHour:n,hasLunch:a,status:t}),subColor:!t||a?"text-error":"text-green-dark"},String(i)),xh=e=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p>`,fh=e=>`<p><b>Режим обслуживания физ. и юр. лиц:<br/></b> ${e}</p>`,bh=(e,t)=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p> <p><b>Режим обслуживания юр.лиц:<br/></b>${t}</p>`,yh=({name:e,address:t,phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m},h)=>{if(!d)return null;const u=sh(d);return c("div",{className:"bg-white col-span-12 p-3xl sm:border-green sm:border",children:[c("div",{className:"sm:flex sm:justify-between",children:[c("div",{children:[o(ze,{size:"text-h4",children:e}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:t})]}):null]}),uh(u)]}),o("div",{className:"hidden sm:block",children:vh({phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),o(Ya,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(Ga,{isUnfolded:e,children:vh({phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Km({isUnfolded:e,onToggle:t})})]},String(h))},vh=({phone:e,fax:t,phoneBusiness:l,phoneNatural:n,phoneCallCentre:a,phoneCurrencyControl:i,workSchedule:r,exchangeRate:s})=>{const d=sh(r),m=r?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return c("div",{children:[c(Um,{className:"flex-wrap border-b border-solid border-main-divider",children:[o(Lm,{label:"Факс",value:t,isPhone:!0}),o(Lm,{label:"Телефон филиала",value:e,isPhone:!0}),o(Lm,{label:"Для обращений юридических лиц",value:l,isPhone:!0}),o(Lm,{label:"Обслуживание физических лиц",value:n,isPhone:!0}),o(Lm,{label:"Для консультаций по валютному контролю",value:i,isPhone:!0}),o(Lm,{label:"Контакт-центр",value:a,isPhone:!0})]}),r?.isMatchesPattern?o(Um,{children:o(Lm,{label:m,labelSize:"text-l",className:"w-full max-w-none",children:o("div",{className:"flex flex-wrap gap-xs sm:justify-between pt-xs",children:d?.map(gh)})})}):c(Um,{children:[o(Lm,{label:m,labelSize:"text-l",children:o("div",{className:"flex gap-1",children:d?.map(dh)})}),nh(d)]}),r?.businessScheduleVisibleTag?oh(r?.businessScheduleDescription):null,s?.currencies?.length?o(Um,{className:"flex-wrap",children:s?.currencies?.map(mh)}):null]})},Nh=({name:e="",address:t="",workSchedule:l})=>{const n=(a=e)?`${a?.charAt(0)?.toUpperCase()}${a?.slice(1)}`:"";var a;const i=`${t} ${(e=>{const t=sh(e),l=e?ih(t):"",n=e?e.businessScheduleDescription:"";return e?e.businessScheduleVisibleTag?e.businessScheduleVisibleTag&&null===e.businessScheduleDescription?xh(l):bh(l,n):fh(l):null})(l)}`;return{header:n,body:i}},wh=({address:e,workScheduleDescription:t},l)=>t?c("div",{className:"bg-white col-span-12 p-3xl sm:border-yellow sm:border",children:[o("div",{className:"sm:flex sm:justify-between",children:c("div",{children:[o(ze,{size:"text-h4",children:"Удаленное рабочее место"}),e?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:e})]}):null]})}),o("div",{className:"hidden sm:block",children:kh({workScheduleDescription:t})}),o(Ya,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(Ga,{isUnfolded:e,children:kh({workScheduleDescription:t})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Km({isUnfolded:e,onToggle:t})})]},String(l)):null,kh=({workScheduleDescription:e})=>c("div",{children:[c(Um,{className:"flex",children:[o(Lm,{label:"Операции для физических лиц",children:o(ze,{children:"Оформление и обслуживание кредитов, счетов, вкладов"})}),o(Lm,{label:"Операции для физических лиц",children:o(ze,{children:"Оформление и обслуживание банковских карт"})}),o(Lm,{label:"Операции для физических лиц",children:o(ze,{children:"Инвестиционное и накопительное страхование"})}),o(Lm,{label:"Операции для физических лиц",children:o(ze,{children:"Безналичные операции в рублях, переводы без открытия счёта"})})]}),o("hr",{className:"text-main-divider pb-xl"}),o(Lm,{label:"Режим работы",className:"max-w-none",children:o(ze,{children:e})})]}),Sh=({address:e="",workScheduleDescription:t})=>({header:"Удаленное рабочее место",body:`${e} ${t}`}),Ch={branches:[],remoteWorkplaces:[]};const Th=async e=>await mt(e,{method:"GET"})||Ch,Ih={workingSaturday:!1,premiumService:!1,privateBanking:!1,remoteWorkplace:!1,serviceDisabledPeople:!1,sellingCoins:!1,buyingCoins:!1,bullionOperations:!1,preciousMetalsOperations:!1,transferringDataToBiometricSystem:!1},Bh={workingSaturday:e=>Boolean("workSchedule"in e&&e.workSchedule?.workingSaturday),premiumService:e=>Boolean("premiumService"in e&&e.premiumService),privateBanking:e=>Boolean("privateBanking"in e&&e.privateBanking),remoteWorkplace:e=>Boolean("workScheduleDescription"in e),serviceDisabledPeople:e=>Boolean("serviceDisabledPeople"in e&&e.serviceDisabledPeople),sellingCoins:e=>Boolean("sellingCoins"in e&&e.sellingCoins),buyingCoins:e=>Boolean("buyingCoins"in e&&e.buyingCoins),bullionOperations:e=>Boolean("bullionOperations"in e&&e.bullionOperations),preciousMetalsOperations:e=>Boolean("preciousMetalsOperations"in e&&e.preciousMetalsOperations),transferringDataToBiometricSystem:e=>Boolean("transferringDataToBiometricSystem"in e&&e.transferringDataToBiometricSystem)},Ph=d((({className:e})=>{const[t]=Zs(),l=t?.code??"000",{data:n,isLoad:a}=function(e){const{data:t,error:l}=hn(`/api/v1/branchesAndRemoteWorkplaces?regionCode=${e}`,Th);return{data:t||Ch,isLoad:!t&&!l}}(l);return o(Dm,{className:e,filterItems:Mh,data:n?.branches,isLoad:a,remoteWorkplaces:n?.remoteWorkplaces,initFilterState:Ih,renderCard:yh,renderRemoteWorkplaceCard:wh,getBalloon:Nh,getBalloonRemoteWorkplaces:Sh,title:`Офисы филиала ${t?.name}`})})),Mh=(e,t)=>{const l=Object.keys(t).filter((e=>t[e]));return e.filter((e=>l.every((t=>Bh[t](e)))))},Rh=d((({data:e,className:t,...l})=>{const n=e?.dataType??"offices";return o(g,{version:"transparent",className:h(t),defaultPadding:"p-0",...l,children:"offices"===n?o(Ph,{}):o(th,{descriptionData:e})})})),Vh=d((({className:e,title:t,description:l="Блок в разработке...",...n})=>c(g,{className:h("box-border",e),...n,children:[o(S,{className:"max-w-[600px]",title:t,description:l,headlineVersion:"L",align:"text-left",isEmbedded:!0}),o(x,{})]}))),zh="hidden sm:flex absolute z-40 top-10",Dh=bt((({className:e="",padding:t,slides:l=[],...a})=>{const[i,r]=n(0),[s,d]=Va({itemCount:l?.length||0});return c(g,{className:h("box-border overflow-hidden",e),defaultPadding:"pt-6xl",padding:t,...a,children:[o("div",{className:"flex duration-1000",style:{transform:`translateX(-${100*i}%)`},role:"list",children:l.map((({productBlock:e},t)=>o("div",{className:"box-border grow-0 shrink-0 basis-full",role:"listitem",children:o(tt,{className:"pl-6xl h-full",headlineVersion:"M",isFullWidthTitle:!1,...e,...a})},String(t))))}),c("div",{className:"relative pr-xs mt-m -mb-m flex gap-xs box-border",children:[o(ya,{containerRef:s,snapAlign:"snap-start",onVisibleIndicesChange:d.handleVisibleIndicesChange,itemClassName:"h-40 flex items-stretch w-screen",gap:8,children:l.map(Ah({activeSlideIndex:i,onClick:r}))}),d.canScrollLeft?o($a,{className:h("left-6",zh),onClick:d.scrollLeft}):null,d.canScrollRight?o(ja,{className:h("right-6",zh),onClick:d.scrollRight}):null]})]})})),Ah=({activeSlideIndex:e,onClick:t})=>({nav:l},n)=>{const a=n===e,i=a?"min-w-[370px] mt-s h-28 bg-white shadow-dark-blue border-none p-6":"min-w-72 mt-lg h-24 ease-in duration-300 bg-white/10 px-xl py-lg hover:backdrop-blur",r=a?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=a?"text-secondary-text text-l font-light":"text-secondary-text text-m font-light group-data-secondary:text-white/80";return c("button",{type:"button",onClick:()=>t(n),"aria-label":l?.title,className:h("relative overflow-hidden grow","ml-xs px-xl","box-border basis-0 border","border-gray group-data-secondary:border-white/50","text-left whitespace-nowrap",i),children:[o("div",{className:r,children:l?.title}),o("div",{className:s,children:l?.description})]},String(n))},_h=d((({address:e,email:t,telephone:l,button:n,className:a="",__html:i,icon:r,title:s,version:d="primary",...m})=>c(g,{className:h("box-border text-left space-y-s",a),version:d,...m,children:[c("div",{className:"w-full flex justify-between flex-row-reverse",children:[We(r)?o("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:o(le,{image:r})}):null,s?o(N,{headingType:"h3",as:"h3",title:s}):null]}),c("div",{className:"w-full space-y-m",children:[i?$h(i):null,jh({label:"Адрес",data:e,iconName:"GeolocationIcon"}),jh({label:"Телефон(факс)",data:l,iconName:"PhoneIcon"}),jh({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),n?.text?He([n]):null]})]}))),$h=e=>o("div",{className:"border-b border-main-divider pb-lg",children:o(Re,{__html:e,itemSize:"list-s"})}),jh=({label:e,data:t,iconName:l,dataColor:n=""})=>t?c("div",{className:"flex gap-s",children:[o(H,{iconVersion:"black",name:l,width:"24",height:"24"}),c("div",{className:"flex flex-col gap-2xs",children:[o(ze,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),o(ze,{size:"text-xl",color:n,children:t})]})]}):null,Lh=d((e=>{const{__html:t,richVersion:l="",...n}=e;return o(g,{defaultPadding:"p-0",...n,children:o(Re,{__html:t,richVersion:l})})})),Oh=d((({label:e,labelIconBgVersion:t,icon:l,onToggle:n,labelIcon:a})=>o(Ka,{tag:"button",className:h("border-none bg-transparent items-center group/button",a?.icon?"py-xs":"py-lg"),onClick:n,textNode:c("div",{className:"flex items-center text-start group-hover/button:text-primary-main gap-s",children:[null,e?o(ze,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:l?o(H,{name:l,iconVersion:"color",width:"24",height:"24"}):null}))),Eh=(e=!1)=>e?"flex flex-wrap group-last:last:pb-0":"grid grid-cols-12 [&>*]:pb-m",Fh=(e=!1)=>e?"MinusIcon":"PlusIcon",Uh=(e=!1)=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon",Wh=bt((({className:e="",isExpanded:t,isFoldButtonOnTop:l=!0,label:n="Развернуть",labelIcon:a,labelIconBgVersion:i,foldButtonVersion:r="default",version:s,role:c,...d})=>{const m=we();return o(g,{className:h("w-full","border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",role:c,...d,children:o(Ya,{isFoldButtonOnTop:l,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>o(Ga,{className:h("gap-lg",Eh(m)),isUnfolded:e,children:M({...d,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Hh({foldButtonVersion:r,label:n,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t,isMobile:m})})})}),{childrenTypes:{exclude:["RollupItem"]}}),Hh=({foldButtonVersion:e,label:t,labelIcon:l,labelIconBgVersion:n,isUnfolded:a,onToggle:i,isMobile:r=!1})=>{const s=t||(a?"Скрыть":"Развернуть"),c=((e=!1,t=!1)=>t?Uh(e):Fh(e))(a,r);return"accordion"===e?o(Oh,{label:s,labelIcon:l,labelIconBgVersion:n,icon:c,onToggle:i}):o(qa,{label:s,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},Kh=d((({className:e=""})=>{const[t,l]=n("option2"),a=i((e=>l(e)),[]);return c("div",{className:h("order-4",e),role:"radiogroup",children:[o(Xn,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),o(Xn,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),qh=d((({data:e,fieldLabel:t,fieldValue:l,selected:n,placeholder:a="",setSelected:i,label:r})=>{const s=e.filter(Boolean).map((e=>({key:e?.[l||t],text:e?.[t]}))),c=s.find((e=>e.key===n));return o(bl,{options:s,label:r,placeholder:a||n,onChange:e=>i(e.key),value:c})})),Xh=d((({regions:e=[],selectedRegion:t,onSelectedRegion:l,branches:n=[],selectedBranch:a,onSelectedBranch:i})=>c("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[o("div",{className:"flex-1 min-w-0",children:o(qh,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:l,label:"Регион"})}),o("div",{className:"flex-1 min-w-0",children:o(qh,{data:n,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),Yh=["От 1 дня","До 365 дней"],Gh=d((({days:e,setDays:t})=>c("div",{className:"order-1",children:[o(ze,{size:"text-m",font:"font-light",children:"Срок аренды"}),o(Sn,{min:1,max:365,value:e,items:Yh,onChange:t})]}))),Qh=d((({caseVolumes:e=[],selectedCaseVolume:t,onSelectedCaseVolume:l,safeBoxCases:n=[],selectedBoxSize:a,onSelectedBoxSize:i})=>c("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[o("div",{className:"flex-1 min-w-0",children:o(qh,{data:e,fieldLabel:"volume",selected:t,setSelected:l,label:"Размер",placeholder:"Выберите размер"})}),o("div",{className:"flex-1 min-w-0",children:o(qh,{data:n,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),Jh=d((({regions:e,selectedRegion:t,branches:l,selectedBranch:n,days:a,selectedCaseVolume:i,selectedBoxSize:r,safeBoxCases:s,caseVolumes:d,onChange:m,onClick:h})=>c("div",{className:"contents @xl:block flex-1 space-y-xl",children:[o(Xh,{regions:e,selectedRegion:t,onSelectedRegion:e=>m({selectedRegion:e}),branches:l,selectedBranch:n,onSelectedBranch:Zh(m)}),o(Gh,{days:a,setDays:e=>m({days:e})}),o(Qh,{caseVolumes:d,selectedCaseVolume:i,onSelectedCaseVolume:eu(m),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>m({selectedBoxSize:e})}),o("div",{className:"order-4",children:o(ze,{size:"text-l",font:"font-light",color:"text-secondary-text",children:"Тип договора"})}),c("div",{className:"contents @md:flex justify-between items-center gap-m",children:[o(Kh,{}),o(be,{text:"Офисы на карте",version:"primary",onClick:h,className:"order-6"})]})]}))),Zh=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},eu=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},tu=d((({days:e,tariffs:t=[]})=>{const l=nu(e,t),n="На рисунке изображена пачка листов\nформата А4";return c("div",{className:"contents @xl:flex flex-col justify-between gap-xl order-2",children:[c("div",{className:"flex flex-col @xl:flex-row gap-x-6xl gap-y-2xl order-5 @xl:order-none py-2xl @xl:py-0 border-t border-main-divider @xl:border-none",children:[lu("Аренда за",e),lu("Цена",l+" ₽")]}),o("div",{className:"@xl:hidden order-3 mb-xs",children:o(w,{size:"text-s",font:"font-light",color:"text-secondary-text",children:n})}),c("div",{className:"flex flex-col items-center gap-s order-3 @xl:order-none mb-xl @xl:mb-0 bg-primary-main py-s @xl:p-3xl text-center",children:[o(le,{image:{icon:"PackA4Icon"},className:"@xl:h-60"}),o("div",{className:"hidden @xl:inline opacity-80 whitespace-pre-line",children:o(w,{size:"text-s",font:"font-light",color:"text-white",children:n})})]})]})})),lu=(e,t)=>c("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[o(ze,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o("span",{className:"text-l @xl:text-h3 text-primary-text",children:t})]}),nu=(e,t)=>{const l=au(e);return e*(t?.find((e=>e.tariffType===String(l)))?.tariffValue||0)},au=e=>{let t=1;switch(!0){case e>30&&e<=90:t=2;break;case e>90&&e<=180:t=3;break;case e>180&&e<=365:t=4}return t},iu=(e,t)=>e.find((e=>e.branchCode===t)),ru=d((e=>{const{regions:t,data:l,branches:n,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[l.selectedRegion,i]);const s=iu(n,l.selectedBranch),d=su(s?.safeBoxCaseVolumes),m=ou(s?.safeBoxCaseVolumes,l.selectedCaseVolume)?.safeBoxCases,h=cu(m,l.selectedBoxSize);return c("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[o(Jh,{...l,regions:t,onClick:r,branches:n,caseVolumes:d,safeBoxCases:m,onChange:i}),o(tu,{days:l.days,tariffs:h})]})})),su=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],ou=(e,t)=>e?.find((e=>e.volume===t)),cu=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,du=[];const mu=async e=>await mt(e,{method:"GET"})||du,hu=d((({title:e,footnote:t,className:l="",...a})=>{const[r,s]=n(!1),d=i((()=>s((e=>!e))),[]),[m,h]=n({selectedRegion:"",selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:"",days:26}),u=En(),p=uu(m.selectedRegion,u),x=function(e){const{data:t}=hn(e?`/api/v1/safeboxes?regionCode=${e}`:null,mu);return t||du}(p),f=i((e=>h((t=>({...t,...e})))),[h]),b=(y=iu(x,m.selectedBranch)||x,Array.isArray(y)?y.map((e=>({coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)].filter(Boolean),content:void 0}))).filter((e=>e.coords&&2===e.coords.length)):y?.gpsLatitude&&y?.gpsLongitude?[{coords:[y.gpsLatitude,y.gpsLongitude]}]:[]);var y;return c(g,{className:l,defaultPadding:"",...a,children:[c("div",{className:"p-4xl space-y-xl",children:[e?o(N,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,o(ru,{regions:u,branches:x,data:{...m,selectedRegion:p},onClick:d,onChange:f}),t?o(w,{size:"text-s",font:"font-light",children:t}):null]}),b.length&&r?o(Nm,{points:b,className:"h-[640px]"}):null]})})),uu=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e,pu=e=>e<4?"w-72":"w-52",gu={description:"text-white/80 text-l font-light group-data-primary:text-secondary-text group-data-gray:text-secondary-text",iconText:"text-white group-data-primary:text-secondary-text group-data-gray:text-secondary-text",iconBackground:"bg-white/30 group-data-primary:bg-main-divider",iconConnector:"bg-white group-data-primary:bg-secondary-light",dot:"bg-white/80 group-data-primary:bg-secondary-text"},xu=d((({buttons:e,className:t="",description:l,showLines:n=!0,steps:a=[],stepVersion:i="gray",title:r,version:s="primary",...d})=>{const m=a.length>3,u=gu,p=(e=>e?"":"opacity-0")(n),x=we();return c(g,{className:h("box-border flex flex-col items-center overflow-hidden gap-y-3xl",t),defaultPadding:"p-6xl",version:s,...d,children:[o(S,{headlineVersion:"S",title:r,description:l,isEmbedded:!0,className:"w-full",align:xi(x)}),a?.length?c("div",{className:"box-border space-y-lg flex flex-col justify-center",children:[o("div",{className:h("flex items-center",m?"px-16":"px-24"),children:li(o("div",{className:h("h-0.5 w-full bg-secondary-light flex-1",p)}))(a.map(fu(u,m,i)))}),o("div",{className:h("flex justify-between",m?"gap-x-s":"gap-x-20"),children:a.map((f={styleMap:u,version:s},(e,t,l)=>{const{styleMap:n,version:a}=f,{label:i,description:r,button:s,isDotted:d}=e;return c("div",{className:h("relative flex flex-col items-center text-center justify-between whitespace-pre-line overflow-hidden space-y-3xl",pu(l.length)),children:[c("div",{className:"space-y-xs",children:[i?o(ze,{size:"text-h6",align:"text-center",children:i}):null,c("div",{className:"flex flex-col items-center gap-3xs",children:[r?o("div",{className:n.description,children:r}):null,o(Re,{__html:e.__html,itemSize:"list-s",isDotted:d})]})]}),s?.text?o(be,{className:"box-border py-s w-full max-w-60 mt-auto",version:a,...s,children:s?.text}):null]},String(t))}))})]}):null,He(e)]});var f})),fu=(e,t,l)=>({icon:n},a)=>{const i="secondary"===l?"white":"color";return o(g,{defaultPadding:"",className:`${bu(t)} flex justify-center items-center text-center rounded-full box-border z-10`,version:l,children:We(n)?o(le,{image:{...n,iconVersion:n?.iconVersion||i},width:"48",height:"48"}):o("span",{className:h("text-h4","transparent"===l?e.iconText:(r=l,"secondary"===r?"group-data-primary:text-white":"text-secondary-text")),children:a+1})},String(a));var r},bu=e=>e?"h-16 w-16":"h-24 w-24",yu=d((()=>o("div",{className:"hidden",role:"none"}))),vu="hidden sm:flex absolute z-40",Nu={default:{item:"flex-1",gap:0,buttonTop:"top-0"},animated:{item:"flex",gap:8,buttonTop:"top-5"},underlined:{item:"",gap:0,buttonTop:"top-0"}},wu=d((({className:e,items:t=[],activeItem:l,onChange:n,tabsType:i="default"})=>{const[r,s]=Va({itemCount:t?.length||0});return a((()=>ku(r.current,t,l)),[]),c("div",{className:h("relative overflow-x-auto no-scrollbar",e),children:[o(ya,{containerRef:r,snapAlign:"snap-start",onVisibleIndicesChange:s.handleVisibleIndicesChange,itemClassName:Nu[i].item,gap:Nu[i].gap,children:t.map(lm(l,n,i))}),s.canScrollLeft?o($a,{className:h("left-6",vu,Nu[i].buttonTop),onClick:s.scrollLeft}):null,s.canScrollRight?o(ja,{className:h("right-6",vu,Nu[i].buttonTop),onClick:s.scrollRight}):null]})})),ku=(e,t,l)=>{const n=t.findIndex((e=>e===l));e&&n>0&&e.scrollTo({left:e?.children[n]?.offsetLeft,behavior:"smooth"})},Su={default:{wrapper:"",component:""},animated:{wrapper:"border-b-8 border-primary-main bg-white",component:"m-auto"},underlined:{wrapper:"flex",component:"m-auto"}},Cu=({className:e="",tabsType:t="animated",...l})=>t?o("div",{className:h(Su[t].wrapper,e),children:o(wu,{className:Su[t].component,tabsType:t,...l})}):null,Tu=bt((({className:e="",tabs:t=[],block:l,tabsType:r,showCounter:s=!1,isSticky:d=!1,...m})=>{const u=Iu(l??{}),p=R(),x=t.every((e=>"link"===e?.type)),f=s?t.map((e=>({...e,count:"group"===e?.type?l?.slots?.[e?.tabName??""]?.length??0:0}))):t,{isReady:b}=p,[y,v]=n(Mu(f,((e="")=>{const t=globalThis?.location?.href;return t?new URL(t).searchParams.get(e):null})(u))),N=f[y],w=f.findIndex((e=>Boolean(e.selected)));a((()=>{const e=p.query[u]?f.findIndex(((e,t)=>"group"===e.type&&(e?.tabName??String(t))===p.query[u])):w;v(-1===e?0:e)}),[b,w,u]);const k=Pu(f[y],y),S=i((e=>{const t=f.indexOf(e),l=f[t];v(t),"group"===l.type&&((e,t)=>{const l=new URLSearchParams(p.query);e.text?l.set(u,e?.tabName??String(t)):l.delete(u),p.replace(`${p.pathname}?${l}`,"",{scroll:!1})})(e,t)}),[f]);return c(g,{className:h({"sticky top-1 z-20":d&&x},e),defaultPadding:"p-0",block:l,...m,children:[Cu({className:h({"pb-1":l?.slots&&"default"===r,"sticky top-1 z-20":d&&!x}),items:Bu(t,f),activeItem:N,tabsType:r,onChange:S}),o("div",{className:"space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:Object.entries(l?.slots??{}).map((([e,t])=>P(t,{...m?.options,slotName:k,parent:l,extraProps:{className:e===k?"":"hidden"}})))})]})}),{slots:({tabs:e})=>e?.map(Pu)?.filter(Boolean)||[]}),Iu=({__id:e,anchor:t})=>t??e??"tabs",Bu=(e,t)=>t?.length?t:e,Pu=(e,t)=>"group"===e?.type?e?.tabName||`Слот №${t+1}`:"",Mu=(e,t)=>t?Number(t):e.reduce(((e,t,l)=>t.selected?l:e),0),Ru={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},Vu=d((({children:e,activeIndex:t,columnWidth:l,version:n="comparison"})=>o("div",{className:"flex flex-1 overflow-hidden",children:o("div",{className:Ru[n],style:{transform:`translateX(-${t*l}px)`},children:e})}))),zu=d((({className:e="",isOpen:t,onClick:l})=>o(be,{className:e,appendRight:o(le,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"20",height:"20"}),text:t?"Скрыть":"Показать",version:"gray",onClick:l}))),Du={Buttons:({buttons:e})=>He(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?o(le,{image:e}):null,RichText:({__html:e,isDotted:t=!0})=>o("div",{className:"flex flex-col justify-between items-start text-h6",children:o(Re,{__html:e,isDotted:t,itemSize:"list-m"})}),LabelDescription:({label:e,description:t})=>c("div",{className:"space-y-2xs",children:[e?o("div",{children:o(ze,{size:"text-h6",children:e})}):null,t?o("div",{className:"lg:text-l font-light text-xs",children:o(ze,{color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,tableSource:l,pdfUrl:n,isOpen:a})=>e?o(zu,{isOpen:a,onClick:()=>{t({tableSource:l,pdfUrl:n})}}):null},Au=d((({cell:e,fieldIdx:t,rowIdx:l,cellIdx:i,setTableInner:r,tableInner:s,openTableInnerIdx:o,setOpenTableInnerIdx:c})=>{const[d,m]=n(!0);a((()=>{i===o&&s||m(!0)}),[s,o]);return _u({cell:e,cellProps:{rowIdx:l,cellIdx:i,fieldIdx:t,displayTable:e=>{m(!1),c(i),r(e)},isVisible:d}})})),_u=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:l,...n}=e;if(!l||!(l in Du))return null;return o(Du[l],{...t,...n})},$u=d((({cells:e,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})=>o("div",{className:"w-80 flex-grow flex flex-col gap-m @4xl:gap-lg",role:"cell",children:e?.length?e.map(((e,s)=>o(Au,{cell:e,fieldIdx:s,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r},String(s)))):null}))),ju=(e,t)=>140*Be(e.slice(0,t).map((e=>e?.cols?.length??1))),Lu=(e,t)=>e?.length>0?o("div",{className:h("flex",{"text-secondary-text":0===t}),children:e.map(((e,t)=>o("div",{className:"w-20 mx-lg",children:o(ze,{size:"text-h6",font:"font-light",children:e})},String(t))))}):null,Ou=d((({rows:e})=>{const t=e?.[0]?.length??0,[l,n]=od({itemCount:t,visibleItemCount:5});return c("div",{children:[e?.map((a=l,(e,t)=>{if(!e?.length)return null;const[l,...n]=e,i=h("flex duration-1000 text-center",0!==t?"font-normal":"font-light");return c("div",{className:"flex border-main-divider border-b border-solid h-full",children:[l?.data?o("div",{className:"whitespace-pre-wrap sm:whitespace-normal w-48 sm:w-56 sm:min-w-56 py-lg pr-lg sm:pr-0",children:o(ze,{size:"text-xl",font:"font-light",children:l.data})}):null,o("div",{className:"flex flex-grow overflow-hidden",children:o("div",{className:i,style:{transform:`translateX(-${ju(n,a)}px)`},children:n?.map(((e,t)=>c("div",{className:"flex flex-col flex-grow gap-s justify-center py-xl odd:bg-main-divider",children:[e?.data?o(ze,{size:"text-xl",children:e.data}):null,e?.cols?Lu(e.cols,a):null]},`row${t}`)))})})]},String(t))})),cd({...n,btnClass:["left-3 top-20","right-3 top-20"],className:""})]});var a})),Eu=d((({activeTabIndex:e,items:t})=>o("div",{children:t.map(((t,l)=>{const n=`activeTabIdx:${e}-tableIdx:${l}`;return c("div",{className:"w-full @container",children:[o("div",{className:"flex py-m sm:px-m bg-white @4xl:bg-gray relative",children:o(ze,{size:"text-xl",align:"text-left",children:t.title})}),o("div",{className:"w-full sm:pl-xs overflow-hidden transition-height duration-500 ease-in-out",children:o("div",{className:"relative",children:o(Ou,{rows:t.rowsData})})})]},n)}))}))),Fu=(e=!1)=>""+(e?"text-white":"text-secondary-text"),Uu=d((({currencies:e,linkToPDF:t,activeTabIndex:l,setActiveTabIndex:n})=>c("div",{className:"flex justify-between items-center w-full py-lg",children:[e&&e.length>1?o("div",{className:"flex bg-secondary-light p-2xs rounded-md",children:e.map(((e,t)=>o("div",{className:h("rounded-md px-4 py-3 cursor-pointer",{"bg-primary-main":t===l}),onClick:()=>n(t),children:o(ze,{size:"text-xl",font:"font-light",color:Fu(t===l),children:e||t+1})},e)))}):null,t?o(be,{className:"text-primary-main",href:t,version:"secondary",target:"_blank",appendLeft:o(H,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]}))),Wu=bt((({tableSource:e,pdfUrl:t,onClick:l})=>{const a=e?.tableData,[r,s]=n(0),d=i((e=>s(e)),[]),m=a?.[r]?.items??[],h=a?.map((e=>e.currency??""));return c("div",a?{className:"bg-white z-10",children:[o(Uu,{currencies:h,activeTabIndex:r,setActiveTabIndex:d,linkToPDF:t}),o(Eu,{activeTabIndex:r,items:m}),o(zu,{className:"mt-xl",onClick:l,isOpen:!0})]}:{className:"my-lg space-y-m text-center",children:[o(ze,{size:"text-h6",children:"Данных нет"}),o(zu,{onClick:l,isOpen:!0})]})})),Hu=d((({children:e,tableInner:t,onHideContentClick:l})=>c("div",{className:"self-start flex flex-col",role:"row",children:[o("div",{className:h("@4xl:border-main-divider @4xl:border-b","flex flex-col @4xl:flex-row gap-y-xs gap-x-5xl pb-lg @4xl:pt-lg"),children:e}),t?o("div",{className:"origin-top animate-expansion",children:o(Wu,{...t,onClick:l})}):null]}))),Ku=d((({row:{header:e,data:t},activeIndex:l,rowIdx:a,...r})=>{const[s,d]=n(void 0),m=i((e=>d(e)),[]),[u,p]=n(void 0),g=i((e=>p(e)),[]);return c(Hu,{onHideContentClick:()=>d(void 0),tableInner:s,...r,children:[o("div",{className:h("text-s","w-80 flex-shrink-0"),children:c("div",{className:"flex gap-m items-center",role:"cell",children:[e?.icon?o(le,{className:"hidden @4xl:block max-w-6 shrink-0",image:e.icon,width:"24",height:"24"}):null,e?.title?o(ze,{size:"text-m",font:"font-light",color:"text-primary-text",children:e?.title}):null]})}),t?.length?o(Vu,{activeIndex:l,columnWidth:360,version:"tariff",children:t.map(((e,t)=>o($u,{cells:e,rowIdx:a,cellIdx:t,setTableInner:m,tableInner:s,openTableInnerIdx:u,setOpenTableInnerIdx:g,...r},String(t))))}):null]})})),qu=d((({children:e,controls:t})=>{const{isScrollAvailable:l}=t;return c("div",{role:"table",className:"overflow-x-auto w-auto grid md:block",children:[c("div",{className:"relative space-y-xs",children:[e,cd({...t,btnClass:["top-28","top-11"],className:"right-7"})]}),l?o("div",{className:"absolute top-0 right-0 bottom-0 w-20 bg-opacity-to-white"}):null]})})),Xu=d((({className:e="",title:t,description:l,rowHeaders:n,tariffsColumns:a,hiddenRowsNum:i=0,...r})=>{const s=a?.map((({data:e})=>e))||[],d=n?.map(((e,t)=>({header:e,data:s.map((e=>e?.[t]||[]))}))),m=s.length,[u,p]=od({itemCount:m,visibleItemCount:2}),x=(d||[]).map(((e,t)=>o(Ku,{row:e,activeIndex:u,rowIdx:t,...r},String(t)))),[f,b]=i>0?[x.slice(0,-i),x.slice(-i)]:[x,[]];return c(g,{className:h("relative space-y-6xl @4xl:space-y-xl",e),defaultPadding:"p-6xl",...r,children:[o(S,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),o("div",{className:"space-y-m overflow-hidden",children:i>0?o(Ya,{renderFoldableSection:({isUnfolded:e})=>c(qu,{controls:p,children:[f,o(Ga,{isUnfolded:e,children:b})]}),renderFoldButton:Xa}):o(qu,{controls:p,children:x})})]})})),Yu=d((({className:e="",title:t,description:l,iconVersion:n,__html:a,...i})=>c(g,{className:h("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...i,children:["small"===n?Gu():null,c("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?o(ze,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,l?Qu(l):null,a?o(Re,{__html:a}):null]})]}))),Gu=()=>o("div",{className:"rounded-full h-4 w-4 text-center text-xs font-light bg-primary-main text-white group-data-secondary:bg-white group-data-secondary:text-primary-main",children:"i"}),Qu=e=>o(w,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),Ju=d((({prefix:e,unit:t,suffix:l})=>c("div",{className:"w-full flex items-end",children:[e?o("div",{className:"gradient-color-text",children:o(ze,{size:"text-h2",children:e})}):null,t?o("div",{className:"-mb-6 @xl:-mb-4",children:o("span",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:t})}):null,l?o("div",{className:"gradient-color-text",children:o(ze,{size:"text-h2",children:l})}):null]}))),Zu=d((e=>{const{prefix:t,unit:l,suffix:n,...a}=e;return o(g,{defaultPadding:"p-0",...a,children:o(Ju,{prefix:t,unit:l,suffix:n})})})),ep=bt((({className:e="",padding:t="p-0",gap:l="",isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,isCardBorder:r=!1,image:s,...c})=>{const d=R();return o(g,{className:h("relative flex flex-col",id[l],s?.src?"bg-right-bottom bg-no-repeat":"",e),...s?.src?{style:{backgroundImage:`url(${Q(d)(s?.src)})`}}:{},padding:t,version:a,isTheme:i,...c,children:M({...c,extraProps:{className:h("w-full",ua(r)),...ad(n)}})})}),{childrenTypes:[]}),tp=e=>(e=>{const t="col-span-",l=e?.split(/\s+/).find((e=>e.startsWith(t)));return l?parseInt(l.substring(t.length),10):12})(e)<10?"py-xl px-6xl":"py-6xl px-32",lp=d((({className:e,title:t,url:l,previewImg:n,...a})=>{const i=R();return c(g,{className:e,defaultPadding:tp(e),...a,children:[o(S,{title:t,headlineVersion:"M"}),l?o("video",{className:"m-auto w-full object-fill",preload:"metadata",poster:U(i)(n?.src),style:{maxHeight:524},controls:!0,children:o("source",{src:U(i)(l)})}):null]})})),np={AdTile:vt,ApplicationForm:sa,BankAccountFiltration:pi,BenefitsBlock:yi,BonusBenefitsBlock:Si,ButtonsBlock:Ti,CalculatorBonus:Ei,CalculatorBusinessDeposit:rr,CalculatorCredit:Nr,CalculatorDeposit:Dr,CalculatorRefinancing:Ur,CardTransfer:Gr,Carousel:as,CarouselCard:os,CarouselCatalogCard:ds,CarouselLinks:us,CarouselRecommendationCard:Ns,CarouselTariffsCard:Ss,ContactsBlock:Ts,DepositFiltration:zs,Depository:Ys,ErrorBlock:Qs,ExchangeRateTile:Co,Footer:dc,GracePeriod:mc,GrantSupport:gc,Header:td,Headline:S,HorizontalLayout:rd,ImgBlock:sd,InsuranceAmountBlock:pd,InvestmentInfo:bd,LinkDocs:Vd,MobileAppTile:_d,MortgageFiltration:im,OfficesAtmsMap:Rh,Placeholder:Vh,ProductBlock:yt,ProductGallery:Dh,RepresentativeOfficeInfo:_h,RichTextBlock:Lh,RollupItem:Wh,SafeDepositRental:hu,StepsBlock:xu,StickyBottomMenu:yu,TabsLayout:Tu,TariffsTable:Xu,TextBlock:Yu,UnitBlock:Zu,VerticalLayout:ep,Video:lp},ap=me((()=>{a((()=>{Rt()}),[]);const e=Lt();ul(globalThis,"click",(e=>t=>{const l=t.target?.closest("[data-aspects]");try{const n=JSON.parse(l?.dataset?.aspects??"[]");Pt({aspectsAttributes:n,aspects:e,ev:t})}catch(e){}e.forwardQuery?.(t)})(e))})),ip="cookie",rp=d((({__html:e})=>{const[t,{setTrue:l,setFalse:n}]=sl();qo((()=>{globalThis.localStorage?.getItem(ip)||l()}),[],3e3);const a=i((()=>{globalThis.localStorage?.setItem(ip,"true"),n()}),[]);return t&&e?o("div",{className:"container fixed left-0 right-0 bottom-0 z-50",role:"dialog",children:c("div",{className:"bg-white m-xl p-xl rounded-md flex sm:items-center shadow-main-black",children:[o("div",{className:"sm:flex-1",children:o(Re,{__html:e})}),o("div",{className:"ml-s sm:ml-0 w-36 flex justify-end",children:o(qt,{className:"bg-main-gray rounded-md w-11 h-11",onClose:a})})]})}):null}));function sp(e){throw new Error(e)}const op=({onCloseAll:e,onClose:t}={})=>{const[l,{push:r,pop:s,clear:o}]=function(e=[]){const[t,l]=n(e),a=i((e=>l((t=>[...t,e]))),[]),r=i((()=>l((e=>e.slice(0,-1)))),[]),s=i((e=>l((t=>t.filter((t=>t!==e))))),[]),o=i((()=>l([])),[]);return[t,{setList:l,push:a,pop:r,remove:s,clear:o}]}(),c=i((()=>{e&&e(l),o()}),[l,e]),d=i((()=>{t&&t(l[l.length-1]),s()}),[l,t]);return a((()=>ce.subscribe("dialog",(e=>{switch(e.type){case"open":r(e);break;case"close":e.all?c():d();break;default:sp(e)}}))),[c,d]),l},cp=d((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),l=op({onCloseAll:e,onClose:t}),{close:n}=de(),r=i((({key:e})=>{"Escape"===e&&n()}),[]);return ul(globalThis.document,"keydown",r),a((()=>{l.length?(globalThis.document?.body.classList.add("no-scrollbar"),globalThis.document?.body.classList.add("overflow-hidden")):(globalThis.document?.body.classList.remove("no-scrollbar"),globalThis.document?.body.classList.remove("overflow-hidden"))}),[l]),l.length?o("div",{className:"fixed inset-0 z-50",role:"dialog",children:l.map((({dialog:e,id:t},n)=>o("div",{className:h("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar bg-black/50",{hidden:n!==l.length-1}),children:e},String(t||n))))}):null})),dp=d((()=>{const[e,t]=n(null),l=i((()=>{t(null)}),[]);a((()=>ce.subscribe("popup",(e=>{switch(e.type){case"open":case"update":t(e);break;case"close":l();break;default:sp(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&l()}),[l]);return ul(globalThis.document,"keydown",r),e?o("div",{className:h("z-50",e.fixed?"fixed":"absolute"),style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",children:e.popup}):null})),mp="header",hp="footer",up="sticky-footer",pp={},gp=d((({className:e,data:t=pp,blocksRegistry:l,blockDecorator:n})=>{const{slots:a,blocks:i,fallback:r,...s}=t,d=ft(s,r);ap();const m={key:"",page:{slots:a,blocks:i,fallback:r,...d},blocksRegistry:l,blockDecorator:n,parent:t};return c("div",{"data-theme":t.colorPalette||"pc",children:[c("section",{className:h("@container relative",t.style,e),children:[a?.header?.length?o("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:P(a?.header,{...m,slotName:mp})}):null,c("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[M({block:t,options:m,extraProps:{className:"scroll-mt-12"}}),P(a?.footer,{...m,slotName:hp})]})]}),a?.["sticky-footer"]?.length?o("div",{className:"fixed w-full bottom-0 left-0 z-[100]",children:P(a?.["sticky-footer"],{...m,slotName:up})}):null,o(cp,{}),o(dp,{}),o(rp,{__html:d?.cookieContent?.__html})]})}));Object.assign(gp,{childrenTypes:[],slots:()=>[mp,hp,up]});e.Blocks=np,e.ContentPage=gp,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),l=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await l.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.handlerDecorator=me,e.joinList=li,e.packageVersion="0.14.540",e.projectSettings=z,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=O,e.useRouter=R,Object.defineProperty(e,"__esModule",{value:!0})}));
|