@redneckz/wildless-cms-uni-blocks 0.14.951 → 0.14.952

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.
Files changed (536) hide show
  1. package/bundle/api/apiBaseUrl.d.ts +0 -1
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +323 -128
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -0
  6. package/bundle/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +6 -4
  7. package/bundle/components/ApplicationLeadForm/parseEsiaProfile.d.ts +1 -1
  8. package/bundle/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +2 -1
  9. package/bundle/components/ApplicationLeadForm/useInitApplicationLead.d.ts +3 -1
  10. package/bundle/components/ApplicationLeadForm/useLeadFormStore.d.ts +3 -2
  11. package/bundle/components/ApplicationLeadForm/useSaveUserData.d.ts +2 -1
  12. package/bundle/components/Header/DropdownMenu.d.ts +2 -2
  13. package/bundle/components/Header/HeaderQuickActionsMenu.d.ts +1 -1
  14. package/bundle/retail/adaptors/getCreditFormTaskData.d.ts +3 -2
  15. package/bundle/retail/api/apiBaseUrl.d.ts +2 -1
  16. package/bundle/retail/api/checkCaptcha.d.ts +1 -0
  17. package/bundle/retail/api/checkCode.d.ts +1 -0
  18. package/bundle/retail/api/createDraftTask.d.ts +2 -1
  19. package/bundle/retail/api/createParticipant.d.ts +6 -0
  20. package/bundle/retail/api/sendMessage.d.ts +7 -0
  21. package/bundle/retail/api/updateUserTask.d.ts +14 -8
  22. package/bundle/retail/components/ConsentBkiDialog/useConsentBkiDialog.d.ts +9 -1
  23. package/bundle/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.d.ts +2 -1
  24. package/bundle/retail/hooks/useRetailFormStore.d.ts +1 -1
  25. package/bundle/retail/model/LeadFormState.d.ts +2 -4
  26. package/bundle/retail/utils/checkNewMicroservice.d.ts +1 -0
  27. package/bundle/ui-kit/SearchBar/SearchBar.d.ts +1 -2
  28. package/bundle/ui-kit/SearchDialog/SearchDialog.d.ts +0 -2
  29. package/dist/api/apiBaseUrl.d.ts +0 -1
  30. package/dist/api/apiBaseUrl.js +1 -2
  31. package/dist/api/apiBaseUrl.js.map +1 -1
  32. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +3 -1
  33. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  34. package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -0
  35. package/dist/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +6 -4
  36. package/dist/components/ApplicationLeadForm/getLeadFormTaskData.js +35 -24
  37. package/dist/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
  38. package/dist/components/ApplicationLeadForm/parseEsiaProfile.d.ts +1 -1
  39. package/dist/components/ApplicationLeadForm/parseEsiaProfile.js +13 -11
  40. package/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
  41. package/dist/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +2 -1
  42. package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +98 -4
  43. package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
  44. package/dist/components/ApplicationLeadForm/useInitApplicationLead.d.ts +3 -1
  45. package/dist/components/ApplicationLeadForm/useInitApplicationLead.js +3 -2
  46. package/dist/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  47. package/dist/components/ApplicationLeadForm/useLeadFormStore.d.ts +3 -2
  48. package/dist/components/ApplicationLeadForm/useLeadFormStore.js.map +1 -1
  49. package/dist/components/ApplicationLeadForm/useSaveUserData.d.ts +2 -1
  50. package/dist/components/ApplicationLeadForm/useSaveUserData.js.map +1 -1
  51. package/dist/components/CreditForm/CreditFormStatusTracker.js +16 -2
  52. package/dist/components/CreditForm/CreditFormStatusTracker.js.map +1 -1
  53. package/dist/components/CreditForm/useCreditFormAPI.js +1 -1
  54. package/dist/components/CreditForm/useCreditFormAPI.js.map +1 -1
  55. package/dist/components/Footer/Footer.js +1 -1
  56. package/dist/components/Footer/Footer.js.map +1 -1
  57. package/dist/components/Footer/renderLogoSearchBar.js +2 -2
  58. package/dist/components/Footer/renderLogoSearchBar.js.map +1 -1
  59. package/dist/components/Header/DropdownMenu.d.ts +2 -2
  60. package/dist/components/Header/HeaderQuickActionsMenu.d.ts +1 -1
  61. package/dist/components/Header/HeaderQuickActionsMenu.js +5 -7
  62. package/dist/components/Header/HeaderQuickActionsMenu.js.map +1 -1
  63. package/dist/retail/adaptors/getCreditFormTaskData.d.ts +3 -2
  64. package/dist/retail/adaptors/getCreditFormTaskData.js +36 -25
  65. package/dist/retail/adaptors/getCreditFormTaskData.js.map +1 -1
  66. package/dist/retail/adaptors/utils.js +1 -1
  67. package/dist/retail/adaptors/utils.js.map +1 -1
  68. package/dist/retail/api/apiBaseUrl.d.ts +2 -1
  69. package/dist/retail/api/apiBaseUrl.js +3 -2
  70. package/dist/retail/api/apiBaseUrl.js.map +1 -1
  71. package/dist/retail/api/checkCaptcha.d.ts +1 -0
  72. package/dist/retail/api/checkCaptcha.js +10 -3
  73. package/dist/retail/api/checkCaptcha.js.map +1 -1
  74. package/dist/retail/api/checkCode.d.ts +1 -0
  75. package/dist/retail/api/checkCode.js +9 -1
  76. package/dist/retail/api/checkCode.js.map +1 -1
  77. package/dist/retail/api/createCaptcha.js +5 -1
  78. package/dist/retail/api/createCaptcha.js.map +1 -1
  79. package/dist/retail/api/createDraftTask.d.ts +2 -1
  80. package/dist/retail/api/createDraftTask.js.map +1 -1
  81. package/dist/retail/api/createParticipant.d.ts +6 -0
  82. package/dist/retail/api/createParticipant.js +6 -0
  83. package/dist/retail/api/createParticipant.js.map +1 -0
  84. package/dist/retail/api/doRequest.js +4 -2
  85. package/dist/retail/api/doRequest.js.map +1 -1
  86. package/dist/retail/api/esiaRequestProfile.js +11 -7
  87. package/dist/retail/api/esiaRequestProfile.js.map +1 -1
  88. package/dist/retail/api/getDictionaries.js +3 -1
  89. package/dist/retail/api/getDictionaries.js.map +1 -1
  90. package/dist/retail/api/getLink.js +5 -1
  91. package/dist/retail/api/getLink.js.map +1 -1
  92. package/dist/retail/api/sendCode.js +8 -1
  93. package/dist/retail/api/sendCode.js.map +1 -1
  94. package/dist/retail/api/sendMessage.d.ts +7 -0
  95. package/dist/retail/api/sendMessage.js +8 -0
  96. package/dist/retail/api/sendMessage.js.map +1 -0
  97. package/dist/retail/api/updateUserTask.d.ts +14 -8
  98. package/dist/retail/api/updateUserTask.js.map +1 -1
  99. package/dist/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
  100. package/dist/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
  101. package/dist/retail/components/ConsentBkiDialog/useConsentBkiDialog.d.ts +9 -1
  102. package/dist/retail/components/ConsentBkiDialog/useConsentBkiDialog.js +28 -4
  103. package/dist/retail/components/ConsentBkiDialog/useConsentBkiDialog.js.map +1 -1
  104. package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -1
  105. package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  106. package/dist/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.d.ts +2 -1
  107. package/dist/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.js +2 -1
  108. package/dist/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.js.map +1 -1
  109. package/dist/retail/hooks/useLeadFormData.js +3 -1
  110. package/dist/retail/hooks/useLeadFormData.js.map +1 -1
  111. package/dist/retail/hooks/useRetailFormStore.d.ts +1 -1
  112. package/dist/retail/model/LeadFormState.d.ts +2 -4
  113. package/dist/retail/utils/checkNewMicroservice.d.ts +1 -0
  114. package/dist/retail/utils/checkNewMicroservice.js +8 -0
  115. package/dist/retail/utils/checkNewMicroservice.js.map +1 -0
  116. package/dist/ui-kit/SearchBar/SearchBar.d.ts +1 -2
  117. package/dist/ui-kit/SearchBar/SearchBar.js +1 -1
  118. package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  119. package/dist/ui-kit/SearchDialog/SearchDialog.d.ts +0 -2
  120. package/dist/ui-kit/SearchDialog/SearchDialog.js +2 -2
  121. package/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
  122. package/dist/ui-kit/YandexMap/useYandexMaps.js +1 -2
  123. package/dist/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
  124. package/dist/wlc.json +1 -2
  125. package/lib/api/apiBaseUrl.d.ts +0 -1
  126. package/lib/api/apiBaseUrl.js +0 -1
  127. package/lib/api/apiBaseUrl.js.map +1 -1
  128. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.fixture.d.ts +1 -0
  129. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +3 -1
  130. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  131. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -0
  132. package/lib/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +6 -4
  133. package/lib/components/ApplicationLeadForm/getLeadFormTaskData.js +33 -23
  134. package/lib/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
  135. package/lib/components/ApplicationLeadForm/parseEsiaProfile.d.ts +1 -1
  136. package/lib/components/ApplicationLeadForm/parseEsiaProfile.js +13 -11
  137. package/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
  138. package/lib/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +2 -1
  139. package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +98 -4
  140. package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
  141. package/lib/components/ApplicationLeadForm/useInitApplicationLead.d.ts +3 -1
  142. package/lib/components/ApplicationLeadForm/useInitApplicationLead.js +3 -2
  143. package/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  144. package/lib/components/ApplicationLeadForm/useLeadFormStore.d.ts +3 -2
  145. package/lib/components/ApplicationLeadForm/useLeadFormStore.js.map +1 -1
  146. package/lib/components/ApplicationLeadForm/useSaveUserData.d.ts +2 -1
  147. package/lib/components/ApplicationLeadForm/useSaveUserData.js.map +1 -1
  148. package/lib/components/CreditForm/CreditFormStatusTracker.js +16 -2
  149. package/lib/components/CreditForm/CreditFormStatusTracker.js.map +1 -1
  150. package/lib/components/CreditForm/useCreditFormAPI.js +1 -1
  151. package/lib/components/CreditForm/useCreditFormAPI.js.map +1 -1
  152. package/lib/components/Footer/Footer.js +1 -1
  153. package/lib/components/Footer/Footer.js.map +1 -1
  154. package/lib/components/Footer/renderLogoSearchBar.js +2 -2
  155. package/lib/components/Footer/renderLogoSearchBar.js.map +1 -1
  156. package/lib/components/Header/DropdownMenu.d.ts +2 -2
  157. package/lib/components/Header/HeaderQuickActionsMenu.d.ts +1 -1
  158. package/lib/components/Header/HeaderQuickActionsMenu.js +5 -7
  159. package/lib/components/Header/HeaderQuickActionsMenu.js.map +1 -1
  160. package/lib/retail/adaptors/getCreditFormTaskData.d.ts +3 -2
  161. package/lib/retail/adaptors/getCreditFormTaskData.js +36 -25
  162. package/lib/retail/adaptors/getCreditFormTaskData.js.map +1 -1
  163. package/lib/retail/adaptors/utils.js +1 -1
  164. package/lib/retail/adaptors/utils.js.map +1 -1
  165. package/lib/retail/api/apiBaseUrl.d.ts +2 -1
  166. package/lib/retail/api/apiBaseUrl.js +2 -1
  167. package/lib/retail/api/apiBaseUrl.js.map +1 -1
  168. package/lib/retail/api/checkCaptcha.d.ts +1 -0
  169. package/lib/retail/api/checkCaptcha.js +10 -3
  170. package/lib/retail/api/checkCaptcha.js.map +1 -1
  171. package/lib/retail/api/checkCode.d.ts +1 -0
  172. package/lib/retail/api/checkCode.js +9 -1
  173. package/lib/retail/api/checkCode.js.map +1 -1
  174. package/lib/retail/api/createCaptcha.js +5 -1
  175. package/lib/retail/api/createCaptcha.js.map +1 -1
  176. package/lib/retail/api/createDraftTask.d.ts +2 -1
  177. package/lib/retail/api/createDraftTask.js.map +1 -1
  178. package/lib/retail/api/createParticipant.d.ts +6 -0
  179. package/lib/retail/api/createParticipant.js +3 -0
  180. package/lib/retail/api/createParticipant.js.map +1 -0
  181. package/lib/retail/api/doRequest.js +4 -2
  182. package/lib/retail/api/doRequest.js.map +1 -1
  183. package/lib/retail/api/esiaRequestProfile.js +11 -7
  184. package/lib/retail/api/esiaRequestProfile.js.map +1 -1
  185. package/lib/retail/api/getDictionaries.js +3 -1
  186. package/lib/retail/api/getDictionaries.js.map +1 -1
  187. package/lib/retail/api/getLink.js +5 -1
  188. package/lib/retail/api/getLink.js.map +1 -1
  189. package/lib/retail/api/sendCode.js +8 -1
  190. package/lib/retail/api/sendCode.js.map +1 -1
  191. package/lib/retail/api/sendMessage.d.ts +7 -0
  192. package/lib/retail/api/sendMessage.js +5 -0
  193. package/lib/retail/api/sendMessage.js.map +1 -0
  194. package/lib/retail/api/updateUserTask.d.ts +14 -8
  195. package/lib/retail/api/updateUserTask.js.map +1 -1
  196. package/lib/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
  197. package/lib/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
  198. package/lib/retail/components/ConsentBkiDialog/useConsentBkiDialog.d.ts +9 -1
  199. package/lib/retail/components/ConsentBkiDialog/useConsentBkiDialog.js +28 -4
  200. package/lib/retail/components/ConsentBkiDialog/useConsentBkiDialog.js.map +1 -1
  201. package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -1
  202. package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  203. package/lib/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.d.ts +2 -1
  204. package/lib/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.js +2 -1
  205. package/lib/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.js.map +1 -1
  206. package/lib/retail/hooks/useLeadFormData.js +4 -2
  207. package/lib/retail/hooks/useLeadFormData.js.map +1 -1
  208. package/lib/retail/hooks/useRetailFormStore.d.ts +1 -1
  209. package/lib/retail/model/LeadFormState.d.ts +2 -4
  210. package/lib/retail/utils/checkNewMicroservice.d.ts +1 -0
  211. package/lib/retail/utils/checkNewMicroservice.js +5 -0
  212. package/lib/retail/utils/checkNewMicroservice.js.map +1 -0
  213. package/lib/ui-kit/SearchBar/SearchBar.d.ts +1 -2
  214. package/lib/ui-kit/SearchBar/SearchBar.js +1 -1
  215. package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  216. package/lib/ui-kit/SearchDialog/SearchDialog.d.ts +0 -2
  217. package/lib/ui-kit/SearchDialog/SearchDialog.js +2 -2
  218. package/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
  219. package/lib/ui-kit/YandexMap/useYandexMaps.js +1 -2
  220. package/lib/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
  221. package/lib/wlc.json +1 -2
  222. package/mobile/bundle/api/apiBaseUrl.d.ts +0 -1
  223. package/mobile/bundle/bundle.umd.js +318 -123
  224. package/mobile/bundle/bundle.umd.min.js +1 -1
  225. package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -0
  226. package/mobile/bundle/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +6 -4
  227. package/mobile/bundle/components/ApplicationLeadForm/parseEsiaProfile.d.ts +1 -1
  228. package/mobile/bundle/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +2 -1
  229. package/mobile/bundle/components/ApplicationLeadForm/useInitApplicationLead.d.ts +3 -1
  230. package/mobile/bundle/components/ApplicationLeadForm/useLeadFormStore.d.ts +3 -2
  231. package/mobile/bundle/components/ApplicationLeadForm/useSaveUserData.d.ts +2 -1
  232. package/mobile/bundle/components/Header/DropdownMenu.d.ts +2 -2
  233. package/mobile/bundle/components/Header/HeaderQuickActionsMenu.d.ts +1 -1
  234. package/mobile/bundle/retail/adaptors/getCreditFormTaskData.d.ts +3 -2
  235. package/mobile/bundle/retail/api/apiBaseUrl.d.ts +2 -1
  236. package/mobile/bundle/retail/api/checkCaptcha.d.ts +1 -0
  237. package/mobile/bundle/retail/api/checkCode.d.ts +1 -0
  238. package/mobile/bundle/retail/api/createDraftTask.d.ts +2 -1
  239. package/mobile/bundle/retail/api/createParticipant.d.ts +6 -0
  240. package/mobile/bundle/retail/api/sendMessage.d.ts +7 -0
  241. package/mobile/bundle/retail/api/updateUserTask.d.ts +14 -8
  242. package/mobile/bundle/retail/components/ConsentBkiDialog/useConsentBkiDialog.d.ts +9 -1
  243. package/mobile/bundle/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.d.ts +2 -1
  244. package/mobile/bundle/retail/hooks/useRetailFormStore.d.ts +1 -1
  245. package/mobile/bundle/retail/model/LeadFormState.d.ts +2 -4
  246. package/mobile/bundle/retail/utils/checkNewMicroservice.d.ts +1 -0
  247. package/mobile/bundle/ui-kit/SearchBar/SearchBar.d.ts +1 -2
  248. package/mobile/bundle/ui-kit/SearchDialog/SearchDialog.d.ts +0 -2
  249. package/mobile/dist/api/apiBaseUrl.d.ts +0 -1
  250. package/mobile/dist/api/apiBaseUrl.js +1 -2
  251. package/mobile/dist/api/apiBaseUrl.js.map +1 -1
  252. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +3 -1
  253. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  254. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -0
  255. package/mobile/dist/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +6 -4
  256. package/mobile/dist/components/ApplicationLeadForm/getLeadFormTaskData.js +35 -24
  257. package/mobile/dist/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
  258. package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.d.ts +1 -1
  259. package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js +13 -11
  260. package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
  261. package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +2 -1
  262. package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +98 -4
  263. package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
  264. package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.d.ts +3 -1
  265. package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.js +3 -2
  266. package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  267. package/mobile/dist/components/ApplicationLeadForm/useLeadFormStore.d.ts +3 -2
  268. package/mobile/dist/components/ApplicationLeadForm/useLeadFormStore.js.map +1 -1
  269. package/mobile/dist/components/ApplicationLeadForm/useSaveUserData.d.ts +2 -1
  270. package/mobile/dist/components/ApplicationLeadForm/useSaveUserData.js.map +1 -1
  271. package/mobile/dist/components/CreditForm/CreditFormStatusTracker.js +16 -2
  272. package/mobile/dist/components/CreditForm/CreditFormStatusTracker.js.map +1 -1
  273. package/mobile/dist/components/CreditForm/useCreditFormAPI.js +1 -1
  274. package/mobile/dist/components/CreditForm/useCreditFormAPI.js.map +1 -1
  275. package/mobile/dist/components/Footer/Footer.js +1 -1
  276. package/mobile/dist/components/Footer/Footer.js.map +1 -1
  277. package/mobile/dist/components/Header/DropdownMenu.d.ts +2 -2
  278. package/mobile/dist/components/Header/HeaderQuickActionsMenu.d.ts +1 -1
  279. package/mobile/dist/components/Header/HeaderQuickActionsMenu.js +5 -7
  280. package/mobile/dist/components/Header/HeaderQuickActionsMenu.js.map +1 -1
  281. package/mobile/dist/retail/adaptors/getCreditFormTaskData.d.ts +3 -2
  282. package/mobile/dist/retail/adaptors/getCreditFormTaskData.js +36 -25
  283. package/mobile/dist/retail/adaptors/getCreditFormTaskData.js.map +1 -1
  284. package/mobile/dist/retail/adaptors/utils.js +1 -1
  285. package/mobile/dist/retail/adaptors/utils.js.map +1 -1
  286. package/mobile/dist/retail/api/apiBaseUrl.d.ts +2 -1
  287. package/mobile/dist/retail/api/apiBaseUrl.js +3 -2
  288. package/mobile/dist/retail/api/apiBaseUrl.js.map +1 -1
  289. package/mobile/dist/retail/api/checkCaptcha.d.ts +1 -0
  290. package/mobile/dist/retail/api/checkCaptcha.js +10 -3
  291. package/mobile/dist/retail/api/checkCaptcha.js.map +1 -1
  292. package/mobile/dist/retail/api/checkCode.d.ts +1 -0
  293. package/mobile/dist/retail/api/checkCode.js +9 -1
  294. package/mobile/dist/retail/api/checkCode.js.map +1 -1
  295. package/mobile/dist/retail/api/createCaptcha.js +5 -1
  296. package/mobile/dist/retail/api/createCaptcha.js.map +1 -1
  297. package/mobile/dist/retail/api/createDraftTask.d.ts +2 -1
  298. package/mobile/dist/retail/api/createDraftTask.js.map +1 -1
  299. package/mobile/dist/retail/api/createParticipant.d.ts +6 -0
  300. package/mobile/dist/retail/api/createParticipant.js +6 -0
  301. package/mobile/dist/retail/api/createParticipant.js.map +1 -0
  302. package/mobile/dist/retail/api/doRequest.js +4 -2
  303. package/mobile/dist/retail/api/doRequest.js.map +1 -1
  304. package/mobile/dist/retail/api/esiaRequestProfile.js +11 -7
  305. package/mobile/dist/retail/api/esiaRequestProfile.js.map +1 -1
  306. package/mobile/dist/retail/api/getDictionaries.js +3 -1
  307. package/mobile/dist/retail/api/getDictionaries.js.map +1 -1
  308. package/mobile/dist/retail/api/getLink.js +5 -1
  309. package/mobile/dist/retail/api/getLink.js.map +1 -1
  310. package/mobile/dist/retail/api/sendCode.js +8 -1
  311. package/mobile/dist/retail/api/sendCode.js.map +1 -1
  312. package/mobile/dist/retail/api/sendMessage.d.ts +7 -0
  313. package/mobile/dist/retail/api/sendMessage.js +8 -0
  314. package/mobile/dist/retail/api/sendMessage.js.map +1 -0
  315. package/mobile/dist/retail/api/updateUserTask.d.ts +14 -8
  316. package/mobile/dist/retail/api/updateUserTask.js.map +1 -1
  317. package/mobile/dist/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
  318. package/mobile/dist/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
  319. package/mobile/dist/retail/components/ConsentBkiDialog/useConsentBkiDialog.d.ts +9 -1
  320. package/mobile/dist/retail/components/ConsentBkiDialog/useConsentBkiDialog.js +28 -4
  321. package/mobile/dist/retail/components/ConsentBkiDialog/useConsentBkiDialog.js.map +1 -1
  322. package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -1
  323. package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  324. package/mobile/dist/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.d.ts +2 -1
  325. package/mobile/dist/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.js +2 -1
  326. package/mobile/dist/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.js.map +1 -1
  327. package/mobile/dist/retail/hooks/useLeadFormData.js +3 -1
  328. package/mobile/dist/retail/hooks/useLeadFormData.js.map +1 -1
  329. package/mobile/dist/retail/hooks/useRetailFormStore.d.ts +1 -1
  330. package/mobile/dist/retail/model/LeadFormState.d.ts +2 -4
  331. package/mobile/dist/retail/utils/checkNewMicroservice.d.ts +1 -0
  332. package/mobile/dist/retail/utils/checkNewMicroservice.js +8 -0
  333. package/mobile/dist/retail/utils/checkNewMicroservice.js.map +1 -0
  334. package/mobile/dist/ui-kit/SearchBar/SearchBar.d.ts +1 -2
  335. package/mobile/dist/ui-kit/SearchBar/SearchBar.js +1 -1
  336. package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  337. package/mobile/dist/ui-kit/SearchDialog/SearchDialog.d.ts +0 -2
  338. package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js +2 -2
  339. package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
  340. package/mobile/dist/ui-kit/YandexMap/useYandexMaps.js +1 -2
  341. package/mobile/dist/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
  342. package/mobile/dist/wlc.json +1 -2
  343. package/mobile/lib/api/apiBaseUrl.d.ts +0 -1
  344. package/mobile/lib/api/apiBaseUrl.js +0 -1
  345. package/mobile/lib/api/apiBaseUrl.js.map +1 -1
  346. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +3 -1
  347. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  348. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +2 -0
  349. package/mobile/lib/components/ApplicationLeadForm/getLeadFormTaskData.d.ts +6 -4
  350. package/mobile/lib/components/ApplicationLeadForm/getLeadFormTaskData.js +33 -23
  351. package/mobile/lib/components/ApplicationLeadForm/getLeadFormTaskData.js.map +1 -1
  352. package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.d.ts +1 -1
  353. package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js +13 -11
  354. package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
  355. package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.d.ts +2 -1
  356. package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +98 -4
  357. package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
  358. package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.d.ts +3 -1
  359. package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.js +3 -2
  360. package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  361. package/mobile/lib/components/ApplicationLeadForm/useLeadFormStore.d.ts +3 -2
  362. package/mobile/lib/components/ApplicationLeadForm/useLeadFormStore.js.map +1 -1
  363. package/mobile/lib/components/ApplicationLeadForm/useSaveUserData.d.ts +2 -1
  364. package/mobile/lib/components/ApplicationLeadForm/useSaveUserData.js.map +1 -1
  365. package/mobile/lib/components/CreditForm/CreditFormStatusTracker.js +16 -2
  366. package/mobile/lib/components/CreditForm/CreditFormStatusTracker.js.map +1 -1
  367. package/mobile/lib/components/CreditForm/useCreditFormAPI.js +1 -1
  368. package/mobile/lib/components/CreditForm/useCreditFormAPI.js.map +1 -1
  369. package/mobile/lib/components/Footer/Footer.js +1 -1
  370. package/mobile/lib/components/Footer/Footer.js.map +1 -1
  371. package/mobile/lib/components/Header/DropdownMenu.d.ts +2 -2
  372. package/mobile/lib/components/Header/HeaderQuickActionsMenu.d.ts +1 -1
  373. package/mobile/lib/components/Header/HeaderQuickActionsMenu.js +5 -7
  374. package/mobile/lib/components/Header/HeaderQuickActionsMenu.js.map +1 -1
  375. package/mobile/lib/retail/adaptors/getCreditFormTaskData.d.ts +3 -2
  376. package/mobile/lib/retail/adaptors/getCreditFormTaskData.js +36 -25
  377. package/mobile/lib/retail/adaptors/getCreditFormTaskData.js.map +1 -1
  378. package/mobile/lib/retail/adaptors/utils.js +1 -1
  379. package/mobile/lib/retail/adaptors/utils.js.map +1 -1
  380. package/mobile/lib/retail/api/apiBaseUrl.d.ts +2 -1
  381. package/mobile/lib/retail/api/apiBaseUrl.js +2 -1
  382. package/mobile/lib/retail/api/apiBaseUrl.js.map +1 -1
  383. package/mobile/lib/retail/api/checkCaptcha.d.ts +1 -0
  384. package/mobile/lib/retail/api/checkCaptcha.js +10 -3
  385. package/mobile/lib/retail/api/checkCaptcha.js.map +1 -1
  386. package/mobile/lib/retail/api/checkCode.d.ts +1 -0
  387. package/mobile/lib/retail/api/checkCode.js +9 -1
  388. package/mobile/lib/retail/api/checkCode.js.map +1 -1
  389. package/mobile/lib/retail/api/createCaptcha.js +5 -1
  390. package/mobile/lib/retail/api/createCaptcha.js.map +1 -1
  391. package/mobile/lib/retail/api/createDraftTask.d.ts +2 -1
  392. package/mobile/lib/retail/api/createDraftTask.js.map +1 -1
  393. package/mobile/lib/retail/api/createParticipant.d.ts +6 -0
  394. package/mobile/lib/retail/api/createParticipant.js +3 -0
  395. package/mobile/lib/retail/api/createParticipant.js.map +1 -0
  396. package/mobile/lib/retail/api/doRequest.js +4 -2
  397. package/mobile/lib/retail/api/doRequest.js.map +1 -1
  398. package/mobile/lib/retail/api/esiaRequestProfile.js +11 -7
  399. package/mobile/lib/retail/api/esiaRequestProfile.js.map +1 -1
  400. package/mobile/lib/retail/api/getDictionaries.js +3 -1
  401. package/mobile/lib/retail/api/getDictionaries.js.map +1 -1
  402. package/mobile/lib/retail/api/getLink.js +5 -1
  403. package/mobile/lib/retail/api/getLink.js.map +1 -1
  404. package/mobile/lib/retail/api/sendCode.js +8 -1
  405. package/mobile/lib/retail/api/sendCode.js.map +1 -1
  406. package/mobile/lib/retail/api/sendMessage.d.ts +7 -0
  407. package/mobile/lib/retail/api/sendMessage.js +5 -0
  408. package/mobile/lib/retail/api/sendMessage.js.map +1 -0
  409. package/mobile/lib/retail/api/updateUserTask.d.ts +14 -8
  410. package/mobile/lib/retail/api/updateUserTask.js.map +1 -1
  411. package/mobile/lib/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
  412. package/mobile/lib/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
  413. package/mobile/lib/retail/components/ConsentBkiDialog/useConsentBkiDialog.d.ts +9 -1
  414. package/mobile/lib/retail/components/ConsentBkiDialog/useConsentBkiDialog.js +28 -4
  415. package/mobile/lib/retail/components/ConsentBkiDialog/useConsentBkiDialog.js.map +1 -1
  416. package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -1
  417. package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
  418. package/mobile/lib/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.d.ts +2 -1
  419. package/mobile/lib/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.js +2 -1
  420. package/mobile/lib/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.js.map +1 -1
  421. package/mobile/lib/retail/hooks/useLeadFormData.js +4 -2
  422. package/mobile/lib/retail/hooks/useLeadFormData.js.map +1 -1
  423. package/mobile/lib/retail/hooks/useRetailFormStore.d.ts +1 -1
  424. package/mobile/lib/retail/model/LeadFormState.d.ts +2 -4
  425. package/mobile/lib/retail/utils/checkNewMicroservice.d.ts +1 -0
  426. package/mobile/lib/retail/utils/checkNewMicroservice.js +5 -0
  427. package/mobile/lib/retail/utils/checkNewMicroservice.js.map +1 -0
  428. package/mobile/lib/ui-kit/SearchBar/SearchBar.d.ts +1 -2
  429. package/mobile/lib/ui-kit/SearchBar/SearchBar.js +1 -1
  430. package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  431. package/mobile/lib/ui-kit/SearchDialog/SearchDialog.d.ts +0 -2
  432. package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js +2 -2
  433. package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
  434. package/mobile/lib/ui-kit/YandexMap/useYandexMaps.js +1 -2
  435. package/mobile/lib/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
  436. package/mobile/lib/wlc.json +1 -2
  437. package/mobile/src/api/apiBaseUrl.ts +0 -1
  438. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +3 -0
  439. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +2 -0
  440. package/mobile/src/components/ApplicationLeadForm/getLeadFormTaskData.ts +50 -24
  441. package/mobile/src/components/ApplicationLeadForm/parseEsiaProfile.ts +17 -11
  442. package/mobile/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +129 -3
  443. package/mobile/src/components/ApplicationLeadForm/useInitApplicationLead.ts +9 -1
  444. package/mobile/src/components/ApplicationLeadForm/useLeadFormStore.ts +2 -1
  445. package/mobile/src/components/ApplicationLeadForm/useSaveUserData.ts +2 -1
  446. package/mobile/src/components/CreditForm/CreditFormStatusTracker.tsx +16 -2
  447. package/mobile/src/components/CreditForm/useCreditFormAPI.tsx +1 -1
  448. package/mobile/src/components/Footer/Footer.tsx +3 -5
  449. package/mobile/src/components/Header/DropdownMenu.tsx +2 -2
  450. package/mobile/src/components/Header/HeaderQuickActionsMenu.tsx +7 -9
  451. package/mobile/src/retail/adaptors/getCreditFormTaskData.ts +42 -28
  452. package/mobile/src/retail/adaptors/utils.ts +1 -1
  453. package/mobile/src/retail/api/apiBaseUrl.ts +2 -1
  454. package/mobile/src/retail/api/checkCaptcha.ts +10 -2
  455. package/mobile/src/retail/api/checkCode.ts +11 -2
  456. package/mobile/src/retail/api/createCaptcha.ts +11 -4
  457. package/mobile/src/retail/api/createDraftTask.ts +2 -1
  458. package/mobile/src/retail/api/createParticipant.ts +17 -0
  459. package/mobile/src/retail/api/doRequest.ts +17 -12
  460. package/mobile/src/retail/api/esiaRequestProfile.ts +10 -2
  461. package/mobile/src/retail/api/getDictionaries.ts +6 -1
  462. package/mobile/src/retail/api/getLink.ts +10 -2
  463. package/mobile/src/retail/api/sendCode.ts +9 -1
  464. package/mobile/src/retail/api/sendMessage.ts +12 -0
  465. package/mobile/src/retail/api/updateUserTask.ts +14 -9
  466. package/mobile/src/retail/components/CaptchaDialog/CaptchaDialog.tsx +1 -1
  467. package/mobile/src/retail/components/ConsentBkiDialog/useConsentBkiDialog.tsx +54 -21
  468. package/mobile/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +2 -1
  469. package/mobile/src/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.tsx +3 -0
  470. package/mobile/src/retail/hooks/useLeadFormData.ts +7 -2
  471. package/mobile/src/retail/model/LeadFormState.ts +2 -4
  472. package/mobile/src/retail/utils/checkNewMicroservice.ts +5 -0
  473. package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +1 -3
  474. package/mobile/src/ui-kit/SearchDialog/SearchDialog.tsx +28 -39
  475. package/mobile/src/ui-kit/YandexMap/useYandexMaps.ts +1 -4
  476. package/mobile/src/wlc.json +2 -2
  477. package/package.json +1 -1
  478. package/src/api/apiBaseUrl.ts +0 -1
  479. package/src/components/ApplicationLeadForm/ApplicationLeadForm.fixture.tsx +15 -0
  480. package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +3 -0
  481. package/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +2 -0
  482. package/src/components/ApplicationLeadForm/getLeadFormTaskData.ts +50 -24
  483. package/src/components/ApplicationLeadForm/parseEsiaProfile.ts +17 -11
  484. package/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +129 -3
  485. package/src/components/ApplicationLeadForm/useInitApplicationLead.ts +9 -1
  486. package/src/components/ApplicationLeadForm/useLeadFormStore.ts +2 -1
  487. package/src/components/ApplicationLeadForm/useSaveUserData.ts +2 -1
  488. package/src/components/CreditForm/CreditForm.fixture.tsx +12 -18
  489. package/src/components/CreditForm/CreditFormStatusTracker.tsx +16 -2
  490. package/src/components/CreditForm/useCreditFormAPI.tsx +1 -1
  491. package/src/components/Footer/Footer.tsx +3 -5
  492. package/src/components/Footer/renderLogoSearchBar.tsx +2 -7
  493. package/src/components/Header/DropdownMenu.tsx +2 -2
  494. package/src/components/Header/HeaderQuickActionsMenu.tsx +7 -9
  495. package/src/retail/adaptors/getCreditFormTaskData.ts +42 -28
  496. package/src/retail/adaptors/utils.ts +1 -1
  497. package/src/retail/api/apiBaseUrl.ts +2 -1
  498. package/src/retail/api/checkCaptcha.ts +10 -2
  499. package/src/retail/api/checkCode.ts +11 -2
  500. package/src/retail/api/createCaptcha.ts +11 -4
  501. package/src/retail/api/createDraftTask.ts +2 -1
  502. package/src/retail/api/createParticipant.ts +17 -0
  503. package/src/retail/api/doRequest.ts +17 -12
  504. package/src/retail/api/esiaRequestProfile.ts +10 -2
  505. package/src/retail/api/getDictionaries.ts +6 -1
  506. package/src/retail/api/getLink.ts +10 -2
  507. package/src/retail/api/sendCode.ts +9 -1
  508. package/src/retail/api/sendMessage.ts +12 -0
  509. package/src/retail/api/updateUserTask.ts +14 -9
  510. package/src/retail/components/CaptchaDialog/CaptchaDialog.tsx +1 -1
  511. package/src/retail/components/ConsentBkiDialog/useConsentBkiDialog.tsx +54 -21
  512. package/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +2 -1
  513. package/src/retail/components/VerifyPhoneDialog/useVerifyPhoneDialogSubmit.tsx +3 -0
  514. package/src/retail/hooks/useLeadFormData.ts +7 -2
  515. package/src/retail/model/LeadFormState.ts +2 -4
  516. package/src/retail/utils/checkNewMicroservice.ts +5 -0
  517. package/src/ui-kit/SearchBar/SearchBar.tsx +1 -3
  518. package/src/ui-kit/SearchDialog/SearchDialog.tsx +28 -39
  519. package/src/ui-kit/YandexMap/useYandexMaps.ts +1 -4
  520. package/src/wlc.json +2 -2
  521. package/bundle/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +0 -8
  522. package/dist/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +0 -8
  523. package/dist/components/ApplicationLeadForm/renderAgreementSubmit.js +0 -14
  524. package/dist/components/ApplicationLeadForm/renderAgreementSubmit.js.map +0 -1
  525. package/lib/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +0 -8
  526. package/lib/components/ApplicationLeadForm/renderAgreementSubmit.js +0 -11
  527. package/lib/components/ApplicationLeadForm/renderAgreementSubmit.js.map +0 -1
  528. package/mobile/bundle/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +0 -8
  529. package/mobile/dist/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +0 -8
  530. package/mobile/dist/components/ApplicationLeadForm/renderAgreementSubmit.js +0 -14
  531. package/mobile/dist/components/ApplicationLeadForm/renderAgreementSubmit.js.map +0 -1
  532. package/mobile/lib/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +0 -8
  533. package/mobile/lib/components/ApplicationLeadForm/renderAgreementSubmit.js +0 -11
  534. package/mobile/lib/components/ApplicationLeadForm/renderAgreementSubmit.js.map +0 -1
  535. package/mobile/src/components/ApplicationLeadForm/renderAgreementSubmit.tsx +0 -32
  536. package/src/components/ApplicationLeadForm/renderAgreementSubmit.tsx +0 -32
@@ -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).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const n=e=>(...n)=>t[e](...n),a=n("useState"),i=n("useEffect"),r=n("useCallback"),l=n("useMemo"),s=n("useRef"),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,n){const{children:a,...i}=t||{},r=n?.slots?.default,l=a||r&&r();return e(Object.assign(i,l&&{children:l}),n)}return t.inheritAttrs=!1,t},u=(...e)=>e.map((e=>h(e)?Object.entries(e).filter((([,e])=>e)).map((([e])=>e)):e)).flatMap((e=>e)).filter(Boolean).join(" "),h=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:n=!0,defaultPadding:a="p-xl",padding:i,block:r,tag:l="section",role:s,children:c,style:d})=>{const m=t&&n;return o(l,{className:u("@container font-sans",{group:m},p[t],i||a,e),...m?{"data-ver":t}:{},...r?.anchor?{id:r.anchor}:{},role:s,style:d,children:c})})),f=d((({className:e,size:t})=>o("figure",{className:u("m-0 mt-xl min-w-[80%]",e),children:y(t)}))),y=(e=3)=>x(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)),x=(e,t)=>[e].concat(t>0?x(e/1.618,t-1):[]),v={h1:"h1",h2:"h1",h3:"h2",h4:"h2",h5:"h3",h6:"h3"},N={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},w=d((({className:e="",headingType:t="h3",as:n="h3",title:a,children:i})=>{const r=v[n]||"h3";return o(r,{role:"heading",className:u("font-sans m-0",N[t],e),children:a||i})})),C=d((({children:e,...t})=>o("p",{className:u("font-sans",Object.values(t)),children:e}))),S={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"}},k=d((({className:e,version:t="",headlineVersion:n="XL",title:a,description:i,align:r="text-center",as:l,isEmbedded:s=!1,isTheme:d=!1,...m})=>{const h=S[n],p={marginTop:h.descriptionStyle};return c(g,{className:u({"@container-normal":s},e),defaultPadding:s?"":"p-6xl",version:t,isTheme:d,...m,children:[a?o(w,{className:u("whitespace-normal",r),...h?.title,as:l||h?.title.as,title:a}):null,i?o(C,{size:h.descriptionSize,font:h.descriptionWeight,align:r,...p,children:i}):null]})})),I=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),T=[];function R(e,t,{className:n,...a}={}){const{key:i,blockDecorator:r=I,blocksRegistry:l={},ancestors:s=T}=t,{type:c}=e;c&&c in l||console.warn(`No block with "${c}" is registered`);const d=c&&l[c];return r({blockClassName:u(e.style?.length?e.style:"col-span-12",n),block:e,ancestors:s,render:({block:n,blockClassName:r})=>{const{content:l}=n;return d?o(d,{...l,...a,className:u(r,l?.className),block:e,options:t},i):null}},i)}const D=[],P=(e,{key:t,ancestors:n=D,slotName:a=null,extraProps:i,renderProps:r=R,...l})=>{const s=i?(e,t)=>R(e,t,i):r;return(e||[]).map(((e,i)=>s(e,{...l,key:`${t||e.type}-${i}`,ancestors:l.parent?[...n||D,[l.parent,a]]:n},i)))};function E({block:e,options:t,children:n,extraProps:a,renderProps:i}){return n||(e&&t?P(e.blocks,{...t,parent:e,extraProps:a,renderProps:i}):null)}function _(){return _._impl()}_._impl=()=>({pathname:globalThis.location?.pathname||"/",push:()=>{},replace:()=>{},back:()=>{}}),_.setup=e=>{_._impl=e};const B=["CDN","BASE_PATH"],O=new Proxy({_:{},setup(e){this._=e}},{get(e,t){const n=e._[t]||e[t];return B.includes(t)?(e=>e&&!e.endsWith("/")?`${e}/`:e)(n):n}}),M=e=>Boolean(e?.includes(":")),A=(e,t)=>Boolean(e&&!M(e)&&(!t||"_self"===t)),F=e=>Boolean(e?.startsWith("#")),L=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/").replace(/^(.+):\//,"$1://").replace(/^file:/,"file:/").replace(/\/(\?|&|#[^!])/g,"$1").replace(/\?/g,"&").replace("&","?"),z=e=>t=>Boolean(e&&t&&e.startsWith(t)&&("/"===t||e===t||"/"===e[t.length]));var V=Object.freeze({__proto__:null,isURL:M,isLocalURL:A,isHash:F,withoutQuery:e=>(e??"").replace(/\?.*/,"").replace(/\/$/,""),joinPath:L,hasPrefix:z});const $="/api/",j=`${$}v1/storage`,q=[O.CDN,$],U=e=>(t,n)=>{if(W(t))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`${j}/${t}/attachment`;const a=t?.startsWith("/");return L(z(t)(n)?"":n,a?"/":(i=e.pathname,i?.split("/").slice(0,-1).join("/")),t);var i},W=e=>!e||M(e)||F(e)||q.some(z(e)),H={"":"",normal:"",color:"text-primary-main",black:"text-black",white:"text-black",gray:"text-gray"},Y={small:"16",medium:"24",large:"48",xl:"78"},G=d((({className:e="",imageClassName:t="",name:n="",alt:a=`Иконка ${n}`,title:i=a,iconVersion:r="color",size:l,width:s=l&&Y[l],height:d=s})=>{const m=_(),h="normal"===r?`${n}.svg`:`sprites.svg#${n}`,p=U(m)(L(O.CDN,"/icons/",h));return"normal"===r?o("img",{className:e,style:K(e,d),src:p,alt:a,title:i,"aria-hidden":"true",width:s,height:d}):o(J,{className:e,children:c("svg",{className:u(H[r],{"w-full h-full":!s,invert:"white"===r},t),width:s,height:d,"aria-hidden":"true",children:[i?o("title",{children:i}):null,a?o("desc",{children:a}):null,o("use",{href:p,xlinkHref:p})]})})})),K=(e,t)=>{return e?.includes("h-")?{}:{height:(n=t,n&&!/\D/.test(n)?`${t}px`:t),width:"auto"};var n},J=d((({className:e,children:t})=>e?o("div",{role:"img",className:e,children:t}):t)),X=new Proxy({_:{},setup(e){this._=e}},{get:(e,t)=>e._[t]||e[t]});function Q(e=""){try{return new URL(e).pathname}catch(e){return""}}const Z=e=>t=>{const n=t?.startsWith("/wcms-resources")?"":Q(X.SITE_URL);return t&&!M(t)?U(e)(t,n):t},ee=(e,t)=>e?.media&&t?.media?e.media-t.media:0,te=d((({className:e="",image:t,imageClassName:n=""})=>{const a=_();return c("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(ee).map((({src:e,format:n,media:i},r)=>o("source",{srcSet:Z(a)(e),type:ae(n),media:i?`(max-width: ${i}px)`:"",width:t?.size?.width,height:t?.size?.height},`${r}_${e}`))):null,t?.src?ne({...t,src:Z(a)(t.src)},n):null]})})),ne=(e,t="")=>o("img",{src:e.src,className:u("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}),ae=e=>e?`image/${String(e)}`:void 0,ie=d((({className:e="",image:t,imageClassName:n="",...a})=>t?.src||t?.icon?t.icon?o(G,{className:e,imageClassName:n,iconVersion:t?.iconVersion,name:t.icon,...a}):o(te,{className:e,imageClassName:n,image:t}):null)),re={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","":""},le="bg-main-divider text-main-disabled",se={primary:le,secondary:le,white:le,link:"",transparent:"",gray:le,"":""},oe="text-center font-sans select-none",ce={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","":""},de=({className:e,rounded:t,version:n})=>[oe,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",n?re[n]:"",t?"rounded-full":"rounded-md",e].join(" "),me=e=>me._impl(e);function ue(e,t){const n=s({});return l((()=>new Proxy({},{get:(a,i)=>(n.current||={},n.current[i]||=n=>e.fire(t,{...n??{},type:i}),n.current[i])})),[e,t])}me._impl=e=>e,me.setup=e=>{me._impl=e};class he{watchers=new Set;subscribersMap={};subjectsStateMap={};emitter=this;observable=this;watch(e){return this.watchers.add(e),()=>{this.watchers.delete(e)}}subscribe(e,t){this.subscribersMap[e]||=new Set,this.subscribersMap[e]?.add(t);const n=this.subjectsStateMap[e];return n&&t(n),()=>{this.subscribersMap[e]?.delete(t)}}fire(e,t){e in this.subjectsStateMap?this.subject(e,t):this.fireSubscribers(e,t)}subject(e,t){return this.subjectsStateMap[e]!==t&&(this.subjectsStateMap[e]=t??void 0,this.fireSubscribers(e,t)),()=>{delete this.subjectsStateMap[e]}}fireSubscribers(e,t){for(const n of this.subscribersMap[e]??[])n(t??null);for(const n of this.watchers)n({type:e,event:t??null})}}const pe=new he,ge=()=>ue(pe.emitter,"dialog"),fe="/",ye=["/api"];function be(){const e=_(),{closeAll:t}=ge();return n=>{const a=U(e)(n.href);return{...n,href:a,"aria-label":n.text,onClick:me((i=>{n.onClick?.(i);const r=Q(X.SITE_URL);xe(a,n.target,r)&&(t(),i?.preventDefault(),e.push(((e=fe,t=fe)=>[e,t].some((e=>e===fe))?e:e.replace(t,"")||fe)(a,r)))}))}}}const xe=(e,t,n)=>A(e,t)&&![...ye,...X.SUB_PORTALS?.split(",")??[]].some(z(e))&&z(e)(n||"/"),ve=e=>{try{return Array.isArray(e)&&e.length?{"data-aspects":JSON.stringify(e)}:{}}catch(e){return{}}},Ne=d((e=>{const{text:t,aboveText:n,appendLeft:a,appendRight:i,version:r="primary"}=e,l=Ce(e)&&"hidden lg:block";return c("div",{className:u(we(e),"flex gap-xs"),children:[a?o("div",{className:u(l,ce[r]),children:a}):null,Ce(e)?c("div",{className:"whitespace-pre",children:[n?o("div",{className:"text-xs font-light text-left",children:n}):null,o("div",{className:"text-left "+(n?"text-s":"text-l"),children:t})]}):null,i?o("div",{className:u(l,ce[r]),children:i}):null]})})),we=e=>{const{version:t,aboveText:n,rounded:a}=e;if("link"===t)return"";const i=""+(n?"py-2.5 px-9":"py-4 px-9");return u("group/btn items-center justify-center",Ce(e)?i:"h-12 w-12 m-auto",{"rounded-full":a})},Ce=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),Se=({className:e,rounded:t,version:n})=>["inline-block",oe,n?se[n]:"",t?"rounded-full":"rounded-md",e].join(" "),ke=d((({disabled:e,children:t,method:n="LINK",href:a,...i})=>{const l=(({method:e,href:t})=>r((n=>{if("POST"!==e||!t)return;n.preventDefault(),n.stopPropagation();const{origin:a,pathname:i,searchParams:r}=new URL(t||""),l=document.createElement("form");l.setAttribute("method","POST"),l.setAttribute("action",[a,i].join(""));for(const[e,t]of r.entries()){const n=document.createElement("input");n.setAttribute("type","hidden"),n.setAttribute("name",e),n.setAttribute("value",t),l.appendChild(n)}document.body.appendChild(l),l.submit()}),[e,t]))({method:n,href:a}),s=be()({onClick:l,href:a,...i}),c=t??o(Ne,{...s});return o(e?Te:Ie,{...s,children:c})})),Ie=d((({className:e="",href:t,rel:n,target:a,ariaLabel:i,version:r,rounded:l,onClick:s,type:c,data:d,children:m,text:u})=>o("a",{className:de({className:e,version:r,rounded:l}),href:t,rel:n,target:a,"aria-label":i||`Ссылка на ${u}`,role:t?"link":"button",onClick:s,type:c,...ve(d),children:m}))),Te=d((({className:e,ariaLabel:t,version:n,rounded:a,children:i})=>o("button",{type:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:Se({className:e,rounded:a,version:n}),children:i})));function Re({version:e,handleClick:t,text:n="Вернуться назад",alwaysVisible:a=!1}){if(!n)return null;const i="primary"===e?"white":"black",r="primary"===e?"bg-primary-main":"bg-white";return c("div",{className:u(a?"flex":"hidden sm:flex","items-center gap-s"),children:[o("div",{className:u(de({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",rounded:!0}),r),onClick:t,children:o(ie,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:i}})}),o(ke,{version:"link",className:"group-data-secondary:text-white",text:n,ariaLabel:n,onClick:t,type:"button"})]})}const De=()=>{const[e,t]=a(true);return i((()=>{const e=globalThis.matchMedia?.("(max-width: 1024px)"),n=()=>{t(Boolean(e?.matches))};return e?.addEventListener("change",n),e?.matches&&t(!0),()=>{e?.removeEventListener("change",n)}}),[]),e},Pe={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Ee=(e,{className:t,imageAlign:n})=>e?o("div",{className:u("shrink-1/2 justify-self-center",n&&Pe[n],t),children:e}):null,_e=d((({className:e,version:t="primary",defaultPadding:n,padding:a="",title:i,buttons:l,leftImage:s,rightImage:d,imageAlign:m,insetTitle:h,isImageAlwaysOnRight:p=!1,isImageSecondary:g=!1,backwardButton:f,children:y,...b})=>{const x=De(),v=_(),N=r((()=>v.back()),[]),w=b.options?.page?.common?.backwardButton,C=f&&!x;return c("div",{className:u("relative flex flex-col gap-3xl overflow-hidden",a||n,e),children:[C&&Re({version:t,handleClick:N,text:w}),i?o("div",{className:"relative",children:i}):null,c("div",{className:u("grow relative flex flex-col @xl:flex-row gap-3xl w-full",{"self-start @xl:w-auto":s}),children:[Ee(s,{imageAlign:m,className:"mx-auto"}),c("div",{className:u("grid gap-3xl items-center md:items-stretch",{"@xl:grid-cols-2 auto-cols-fr":d,grow:!s},"h-auto"),children:[Be(h,y),Me(E({...b,extraProps:{className:"@container-normal"}})),Ee(d,{className:u("@xl:justify-self-end @xl:col-start-2",{[Oe(p)]:l,"col-start-2 self-center":p,"hidden @xl:block":g}),imageAlign:m}),l?o("div",{className:"self-end",children:l}):null]})]})]})})),Be=(e,t)=>e||t?c("div",{className:"space-y-lg",children:[e,t]}):null,Oe=e=>u(e?"row-span-2":"@xl:row-span-2"),Me=e=>e?.length?o("div",{className:"flex items-start justify-end",children:e}):null,Ae=(e,t="normal")=>e?.icon||e?.src?o("div",{className:u("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(ie,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,Fe=d((({__html:e="",richVersion:t="",itemSize:n="list-m",isDotted:a=!0,children:i})=>e||i?o("div",{"data-component":"rich-text-container",children:o("div",{className:u(t,n,"md-container group-data-secondary:text-white group-data-gray:text-secondary-text",a?"":"without-dots"),dangerouslySetInnerHTML:e?{__html:e}:void 0,children:i})}):null)),Le=(e,t)=>e?o(C,{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:u("font-sans",Object.values(t)),children:e}))),Ve=(e,t)=>e?o(ze,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,$e=(e,t)=>["label"in e?Ve(e.label,t):null,"description"in e?o("span",{className:e.descriptionClassName,children:Le(e.description,t)},String(t)):null,"__html"in e?o(Fe,{...e},`rte-${t}`):null],je=d((({className:e,benefitsVersion:t,...n})=>c("div",{className:u("flex gap-m min-w-56 items-center",e),role:"listitem",children:["icon"in n?Ae(n.icon,t):null,o("div",{children:$e(n)})]}))),qe=d((({className:e,benefitsVersion:t="normal",benefits:n})=>n?.length?o("div",{className:u("flex gap-x-m gap-y-s flex-col",e),role:"list",children:n.map(((e,n)=>o(je,{benefitsVersion:t,...e},String(n))))}):null)),Ue=d((({className:e,benefits:t})=>t?.length?o("div",{className:u("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),role:"list",children:t.flatMap($e)}):null)),We=d((({isTabularBenefits:e,...t})=>o(e?Ue:qe,{...t}))),He=e=>Boolean(e?.src||e?.icon),Ye=(e,{className:t,buttonClassName:n,isVertical:a}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?o("div",{className:u("flex",a?"flex-col gap-xs justify-items-stretch":"flex-wrap @xl:flex-nowrap gap-lg sm:gap-m w-full @lg:w-auto",t),role:"group",children:e.map(Ge(n))}):null,Ge=(e="")=>(t,n)=>{const{text:a,icon:i,iconRight:r,version:l,...s}=t||{},c=Ke(i,l),d=Ke(r,l);return a||i?.icon?o(ke,{className:u("basis-full @lg:basis-auto",e),appendLeft:Je({...i,iconVersion:c}),appendRight:Je({...r,iconVersion:d}),version:l,text:a,...s},n?String(n):""):null},Ke=(e,t="secondary")=>{const n="secondary"===t?"color":"white";return e?.iconVersion||n},Je=e=>He(e)&&o(ie,{image:e,width:String(e?.size?.width||24),height:String(24)}),Xe=(e=0,{fixed:t}={})=>(n=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:t?e:0,maximumFractionDigits:e}).format(Number(n)||0),Qe=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(Ze)}):null)),Ze=({label:e,amount:t,unit:n},a)=>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 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:[Xe(2)(t)," ",n||"₽"]}):null]},String(a)),et=d((({className:e,tags:t})=>t?.length?o("div",{className:u("flex flex-wrap gap-xs",e),role:"list",children:t.map(tt)}):null)),tt=(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)),nt={XXL:"list-l",XL:"list-l",L:"list-m",M:"list-m",S:"list-s",XS:"list-s"},at=d((({className:e,padding:t,defaultPadding:n,title:a,description:i,headlineVersion:r="L",align:l="text-left",benefitsVersion:s,isTabularBenefits:c,isDotted:d=!0,benefits:m,__html:u,richVersion:h,isFullWidthTitle:p,priceList:g=[],tags:f=[],buttons:y,image:b,imageOptions:{imageAlign:x="center",directionRight:v=!0,isImageAlwaysOnRight:N,isImageSecondary:w=!1,className:C}={},backwardButton:S,children:I,...T})=>{const R=b?.src?o(ie,{image:b,imageClassName:C}):null,D=o(k,{title:a,description:i,headlineVersion:r,align:l,isEmbedded:!0}),P=m?.filter((e=>"__html"in e||"label"in e||"description"in e));return o(_e,{className:e,padding:t,defaultPadding:n,...p?{title:D}:{insetTitle:D},...ot(R,v),isImageSecondary:w,imageAlign:x,isImageAlwaysOnRight:N,buttons:Ye(y),backwardButton:S,...T,children:st(it(P,{benefitsVersion:s,isTabularBenefits:c}),rt(u,{richVersion:h,isDotted:d,headlineVersion:r}),I,lt(g),ct(f))})})),it=(e,{benefitsVersion:t,isTabularBenefits:n}={})=>e?.length?o(We,{benefitsVersion:t,isTabularBenefits:n,benefits:e}):null,rt=(e,{richVersion:t,isDotted:n,headlineVersion:a}={})=>e?o(Fe,{__html:e,richVersion:t,isDotted:n,itemSize:nt[a??"L"]}):null,lt=e=>e?.length?o(Qe,{priceList:e}):null,st=(...e)=>{const t=e.filter(Boolean);return t.length?o("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:t.map(((e,t)=>o("div",{children:e},String(t))))}):null},ot=(e,t)=>t?{rightImage:e}:{leftImage:e},ct=e=>e?.length?o(et,{tags:e}):null;class dt{_;constructor(e){this._=e}of(e){return new this.constructor(e instanceof dt?e._:e)}filter(e){return this.from(this.entries().filter(e))}map(e){return this.from(this.entries().map(e))}flatMap(e){return this.from(this.entries().flatMap(e))}reduce(e,t){return this.entries().reduce(e.bind(this),t)}}const mt=()=>!0,ut=(e,t)=>(...n)=>e(...n)&&t(...n),ht=(...e)=>(...t)=>{const[,n]=function(e){if(!e)throw new Error("Value should be fulfilled");return e}(e.find((([e])=>e(...t))));return n(...t)};const pt=e=>Boolean(e&&Array.isArray(e)),gt=e=>Boolean(e&&"object"==typeof e&&!pt(e)),ft=e=>e;function yt(e){return e instanceof dt?e._:e}class bt extends dt{from(e){return this.of(e.map(((e=ft)=>([,t])=>e(t))(yt)))}entries(){return(this._??[]).map(((e,t)=>[t,this.of(e)]))}size(){return this._?.length??0}get(e){return this.of("number"==typeof e?this._?.[e]:void 0)}set(e,t){return this.of(pt(this._)?Array.from({length:Math.max(this._.length,Number(e)+1)},((n,a)=>a===e?t:this._[a])):Array.from({length:Number(e)+1},((n,a)=>a===e?t:void 0)))}}class xt extends dt{from(){return this}entries(){return[]}size(){return 0}get(e){return this.of(void 0!==e?void 0:this._)}set(e,t){return this.of(t)}}class vt extends dt{from(e){return this.of(Object.fromEntries(e.map((([e,t])=>[e,yt(t)]))))}entries(){return Object.entries(this._??{}).map((([e,t])=>[e,this.of(t)]))}size(){return Object.keys(this._??{}).length}get(e){return this.of("string"==typeof e?this._?.[e]:void 0)}set(e,t){return this.of({...this._,[e]:t})}}class Nt extends dt{proto=ht([e=>pt(this._)||"number"==typeof e,()=>bt.prototype],[e=>gt(this._)||"string"==typeof e,()=>vt.prototype],[mt,()=>xt.prototype]);from(e){return this.proto(void 0).from.call(this,e)}entries(){return this.proto(void 0).entries.call(this)}size(){return this.proto(void 0).size.call(this)}get(e){return this.proto(e).get.call(this,e)}set(e,t){return this.proto(e).set.call(this,e,t)}}const wt=e=>e instanceof dt?e:new Nt(e),Ct=e=>{const t=(t,...n)=>yt(e(wt(t),...n));return t.fn=e,t},St=[],kt=e=>e instanceof Function?e:t=>e===t,It=e=>(t,n,a=St)=>wt(t).entries().reduce(((t,[n,i])=>It(e)(i,t,a.concat(n))),e(n,[a,wt(t)])),Tt=Ct(((e,[t,n])=>{const[a,...i]=t;return e.set(a,i.length?Tt(e.get(a),[i,n]):n)})),Rt=Ct(((e,t)=>t.reduce(Tt.fn,e))),Dt=e=>It(((e,[t,n])=>Pt(n)?[...e,[t,yt(n)]]:e))(e,[]),Pt=e=>0===e.size();Ct(((e,t=St)=>t.reduce(((e,t)=>e.get(t)),e)));const Et=Ct(((e,[t,...n])=>n.length?e.set(t,Et(e.get(t),n)):e.filter((([e])=>e!==t)))),_t=(Bt=["$ref"]).map(((e,t)=>n=>kt(e)(n[t+n.length-Bt.length]))).reduceRight(ut,mt);var Bt;const Ot=(e,t)=>(e=>e.includes("#")?e.substring(e.indexOf("#")+1).split("/").filter(Boolean):[])(t).reduce(Mt,e),Mt=ht([pt,(e,t)=>e[parseInt(t,10)]],[gt,(e,t)=>e[t]],[mt,ft]),At=(e,t)=>((e,t={})=>n=>Rt(t,Dt(n).map((t=>e(t)))))((([e,n])=>{return _t(e)?[(a=e,a.slice(0,-1)),Ot(t(n),n)]:[e,n];var a}))(e),Ft=e=>Dt(e).filter(((e=ft)=>([t])=>e(t))(_t)),Lt=e=>{return t=Ft(e).map((([,e])=>e)),[...new Set(t)];var t};async function zt(e,t){try{return e?await Vt(e,t):null}catch(e){console.error(e)}return null}const Vt=async(e,t)=>(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json(),$t=e=>[...new Set(e)],jt={},qt=["/portal-resources"],Ut=(e,t)=>At(e,(e=>t?.[e])),Wt=(e,t)=>{const n=Lt(e),[r,l]=a({});return i((()=>{Ht(n).then(l)}),[n.join()]),n.length?Ut(e,{...t,...r}):e},Ht=async(e,t={})=>{if(e.length){const n=await(async e=>Object.fromEntries((await Promise.allSettled($t(e).filter((e=>!qt.some((t=>e.startsWith(t))))).map((async e=>(jt[e]||=await Vt(e),[e,jt[e]]))))).filter((e=>"fulfilled"===e.status)).map((({value:e})=>e))))(e),a={...t,...n},i=Object.entries(n).flatMap((([,e])=>Lt(e)));return i.length?Ht(i,a):a}return t};function Yt(e,t={}){const n=d((t=>{const n=Wt((({block:e,options:t,className:n,defaultPadding:a,padding:i,isTheme:r,version:l,children:s,...o})=>o)(t),t.options?.page?.fallback);return o(e,{...t,...n})}));return Object.assign(n,t),n}const Gt=Yt((({className:e,padding:t,defaultPadding:n,...a})=>o(g,{className:u("overflow-hidden flex flex-col gap-3xl box-border",e),padding:"p-0",...a,children:o(at,{defaultPadding:n||"p-6xl",padding:t,className:"grow h-full",...a})}))),Kt=d((e=>{const{items:t}=e.options?.page?.adSourceBook??{},n=l((()=>Jt(0,t?.length)),[t]),a=t?.[n];return a?o(Gt,{suppressHydrationWarning:!0,...a,...e}):o(g,{...e,children:o(f,{})})})),Jt=(e=0,t=0)=>Math.floor(Math.random()*(t-e)+e);function Xt(){return Xt._impl()}Xt._impl=()=>({assign:(e,t)=>{globalThis.open(e,t||"_self")},get origin(){return globalThis.location.origin},get href(){return globalThis.location.href}}),Xt.setup=e=>{Xt._impl=e};const Qt="rshb-query-params";function Zt(){const e=globalThis.location?.search||globalThis.sessionStorage?.getItem(Qt)||"";return e&&globalThis.sessionStorage?.setItem(Qt,e),e}const en=async e=>{const t=e.target?.closest("a"),n=Xt();if(M(t?.href)&&!t?.href?.startsWith(n.origin)){e.preventDefault(),e.stopPropagation();const a=(e=>{const t=Zt();if(!M(e)||!t)return e;const n=new URL(e);for(const[e,a]of new URLSearchParams(t))n.searchParams.set(e,a);return n.toString()})(t?.href)||t?.href;a&&n.assign(a,t?.target)}};function tn(){return tn._impl()}function nn(e=!1){const[t,n]=a(e),i=r((()=>n(!0)),[]),l=r((()=>n(!1)),[]),s=r((()=>n((e=>!e))),[]);return[t,{setValue:n,setTrue:i,setFalse:l,toggle:s}]}tn._impl=()=>({forwardQuery:en}),tn.setup=e=>{tn._impl=e};const an=e=>t=>t&&Object.entries(e??{}).flatMap((([e,n])=>n?n(t[e]):[]))||[],rn=e=>!e?.length,ln=e=>t=>n=>e(n)?[]:[t],sn={},on=[];const cn=(e,t)=>e&&t&&(e===t||Object.keys({...e,...t}).every((n=>e[n]===t[n])));function dn(e,{resetOnSubmit:t,formValidator:n,normalizer:o,onChange:c,onSubmit:d}={}){const[m,u]=function(e,t,n){const[l,s]=a(e),o=r((e=>s((a=>{const i=e instanceof Function?e(a):e,r=t?t(i):i,l=cn(i,r)?i:r;return!cn(a,l)&&n?.(l),l}))),[t,n]);return i((()=>{t&&s(t)}),[t]),[l,o]}(e,o,c),h=s(mn(e)),[p,{setTrue:g,setFalse:f}]=nn(!1),y=s({}),[b,{isValid:x,errors:v}]=function(e,t){const n=l((()=>t?.(e)??sn),[t,e]),a=l((()=>an(n)(e)??on),[n,e]),i=rn(a);return[n,{isValid:i,errors:a}]}(m,n),N=r(((e,t={})=>{const{parse:n,format:a,onChange:i}=t,r=m[e],l=p||y.current?.[String(e)],s=t?.validator??b[e],o=l&&s?s(r):[];return{setFieldRef:t=>{h.current&&(h.current[e]=t)},fieldRef:h.current?.[e],value:a?a(r):r,isDirty:l,errors:s&&o,error:o[0],onChange:t=>{y.current||={},y.current[String(e)]=!0;const a=n?n(t):t;i?.(a),u((t=>({...t,[e]:a})))}}}),[m,p,b,u]),w=r((e=>{y.current=e,u(e)}),[u]),C=r((()=>{y.current={},f(),u(e)}),[e,u]),S=r((e=>{if(e.preventDefault(),x)t&&C(),d?.(m,e);else{const e=un(m,b);g(),N(e).fieldRef?.scrollIntoView({behavior:"smooth"})}}),[t,m,x,C,d]);return[m,{errors:v,field:N,update:w,reset:C,onSubmit:S}]}const mn=e=>Object.keys(e).reduce(((e,t)=>({...e,[t]:null})),{}),un=(e,t={})=>{const[n=""]=Object.entries(e).find((([e,n])=>t[e]?.(n)?.length))??[];return n},hn=d((e=>{const{className:t,title:n,children:a,...i}=e;return o(g,{className:t,defaultPadding:"p-6xl",...i,children:c("div",{className:"container space-y-lg",children:[n?o(w,{headingType:"h3",title:n,className:"@xl:text-center"}):null,a]})})}));function pn(e,t={}){const{open:n,close:a,...i}=ge();return{open:r(((i,r={})=>n({dialog:o(e,{...t,...i,onClose:()=>{a(),i.onClose?.()}}),...r})),[e,n,a]),close:a,...i}}const gn=/^[а-яё-]*$/i,fn=ln((e=>null!=e&&""!==e)),yn="Некорректно заполненное поле",bn=e=>fn(e??yn),xn=e=>ln((e=>e?.key&&""!==e?.key))(e??yn),vn=e=>ln((e=>"string"==typeof e&&e.length>1&&((e="")=>gn.test(e))(e)))(e??yn),Nn=e=>/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/.test(e),wn=e=>/^(\+7)?[\s-]?\(?[3489][0-9]{2}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/.test(e),Cn=e=>ln(Nn)(e),Sn=ln((e=>"boolean"==typeof e&&e))("Согласие обязательно"),kn=e=>"string"==typeof e&&(10===e.length||12===e.length),In={fullName:bn(),addressBranch:xn(),desiredMeetingDate:bn(),product:bn(),localities:bn(),partnerComments:bn(),collectionCount:bn(),acquiringType:xn(),serviceType:xn(),annualRevenue:bn(),feedbackMethod:xn(),serviceDirection:xn(),secondaryPhone:Cn("Укажите номер телефона"),region:xn(),situationDescription:bn(),sufferedFrom:bn(),applierType:bn(),surname:vn("Укажите свою фамилию на кириллице"),name:vn("Укажите своё имя на кириллице (без сокращений)"),middleName:vn("Укажите своё отчество на кириллице"),birthday:bn("Укажите дату рождения"),phone:Cn("Укажите номер телефона"),email:(Tn="Укажите электронную почту",ln((e=>/^[^\s@]+@[^\s@]+\.[a-zA-Z]{2,4}$/.test(e)))(Tn)),inn:(e=>ln((e=>kn(e)))(e))("Укажите ИНН"),comment:bn(),typeForm:bn(),consentToReceiveMaterials:Sn,consentDataProcessing:Sn,partnerSymbolCode:bn("Укажите идентификатор партнёра"),dadataPartyInnSelect:(e=>ln((e=>Boolean(e?.text)&&kn(e.text)))(e))("Укажите ИНН"),dadataPartyNameSelect:bn("Укажите наименование организации"),callbackTime:bn(),questionProduct:bn(),russianPhone:(e=>ln(wn)(e))("Укажите номер телефона")};var Tn;const Rn=(e,t={})=>{const n=e.filter((e=>Boolean(e?.required&&e?.name))),a={...In,...t},i=n.some((e=>e.condition?.values)),r=Object.fromEntries(n.filter(Dn(a)).map((({name:e})=>[e,a[e??""]])));return e=>i?Object.fromEntries(n.filter(Dn(a)).filter(Pn(e)).map((({name:e})=>[e,a[e??""]]))):r},Dn=(e={})=>({name:t})=>Boolean(e[t??""]),Pn=e=>t=>!t?.condition||t.condition.values.some((n=>{const a=e?.[t?.condition?.name??""];return n===(a?.key??a)})),En=()=>{},_n={primary:u("text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active","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:u("text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active","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")},Bn=u("group/btn-embedded","bg-transparent border border-transparent outline-none"),On=u("bg-main-gray text-main-disabled cursor-not-allowed"),Mn=d((({className:e,type:t="button",version:n="primary",shape:a="default",embedded:i,disabled:s,role:c,ariaLabel:d,data:m,dataTheme:h,children:p,wcmsIgnore:g,onClick:f=En})=>{const y=r("tab"!==c?me(f):f,[c,f]),b=l((()=>ve(m)),[m]),x="round"===a;return o("button",{className:u("font-sans flex items-center gap-xs",{[_n[n]]:!s&&!i,[Bn]:i,[On]:s},i?"justify-between":"justify-center",i||x?"p-0":"px-9 py-4",{"rounded-md":"default"===a,"rounded-full":x},e),type:t,role:c,"aria-label":d,disabled:s,"aria-disabled":s?"true":void 0,"data-theme":h,"data-wcms-ignore":g,...b,onClick:y,children:p})})),An=d((({className:e,onClose:t})=>o("button",{className:u("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",type:"button",children:o(G,{name:"CloseIcon",width:"20",height:"20",iconVersion:"gray"})}))),Fn={sm:"max-w-sm top-1/3",lg:"max-w-lg","4xl":"max-w-4xl",none:"mt-0"},Ln={center:"relative mx-auto",corner:"absolute bottom-0 right-0"},zn=d((({head:e,maxWidth:t="4xl",children:n,onClose:a,onClick:i,position:r="center"})=>{const l=De();return c("div",{className:u("bg-white p-lg pb-6xl my-6xl rounded-lg w-full",Fn[t],Ln[r],{"mr-3xl":!l&&"corner"===r},{"mb-12":l}),role:"dialog",title:"Диалог",onClick:i,children:[c("div",{className:"sticky py-xl top-0 bg-white z-10",children:[o(An,{className:"absolute top-0 right-0 z-10",onClose:a}),o("div",{className:"container",children:e})]}),o("div",{className:"container",children:n})]})})),Vn=d((({ok:e,typeForm:t,onClose:n,errorMessage:a})=>{const i="ANTIFRAUD"===t?"Сообщение отправлено. Для уточнения информации с Вами могут связаться работники Банка либо Вы\n можете самостоятельно позвонить по номеру контакт-центра +78001000100. Будьте внимательны, работники Банка\n не звонят с использованием мессенджеров.":"Совсем скоро мы с вами свяжемся",r=a||"Пожалуйста, повторите позднее";return o(zn,{maxWidth:"lg",onClose:n,children:c("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:[o(ie,{image:{icon:e?"ResponseOKIcon":"ResponseFailIcon",iconVersion:"normal"},width:"136",height:"136"}),o(k,{className:"w-full",title:e?"Ваша заявка отправлена":"Не удалось отправить заявку",description:e?i:r,headlineVersion:"XS",isEmbedded:!0}),o(Mn,{type:"button",onClick:n,children:"Хорошо"})]})})})),$n=({label:e,errors:t})=>e&&t?`${e}*`:e,jn=e=>o("div",{className:"min-h-6",children:e?o(ze,{size:"text-xs",font:"font-light",color:"text-error",children:e}):null}),qn=(e,t=600)=>{let n;const a=(...i)=>{a.dispose(),n=setTimeout((()=>{e(...i)}),t)};return a.dispose=()=>{n&&clearTimeout(n)},a},Un=e=>e?o(ze,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}):null;function Wn(e,t,n,a){i((()=>{if(e&&n)return e.addEventListener(t,n,a),()=>{e.removeEventListener(t,n,a)}}),[e,t,n])}function Hn(e){const t=s(null),n=r((n=>{t&&t.current&&n.target instanceof Node&&!t.current.contains(n.target)&&e()}),[e]);return Wn(globalThis.document,"click",n),t}const Yn="border border-solid outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text rounded",Gn=e=>e?Yn:"border-error",Kn=d((({key:e,className:t,id:n,name:a,type:l="text",label:d,placeholder:m,value:h="",valid:p=!0,pattern:g,autoFocus:f=!1,isTextarea:y=!1,disabled:b=!1,children:x,onChange:v,onFocus:N,onBlur:w})=>{const C=s(null),S=r((e=>{const t=(e.target?.value??"").trimStart();v&&v(t)}),[v]);i((()=>{f&&C.current?.focus()}),[f,C]);const k=x?"pr-3xl":"",I=Gn(p),T=d??a??n;return c("div",{className:u("relative",t),children:[c("label",{className:"space-y-xs",children:[Un(d),y?o("textarea",{className:u("block resize-y min-h-24",Jn,I),id:u("textarea",n),value:h,name:a||n,placeholder:m,disabled:b,"aria-label":T,onChange:S,onFocus:N,onBlur:w},e):o("input",{ref:C,className:u("h-14",Jn,k,I),id:n,type:l,value:h,name:a||n,placeholder:m,pattern:g,disabled:b,"aria-label":T,onChange:S,onFocus:N,onBlur:w},e)]}),x]})})),Jn="w-full border rounded-md text-primary-text outline-none p-m",Xn=d((({className:e,label:t,value:n="",error:a,errors:i,type:l,isInteger:s,placeholder:d,maxLength:m,inputRef:h,isOpen:p,onOpen:g,onClose:f,onChange:y=En,...b})=>{const x=Hn(f),v=r((e=>{const t=m&&e.length>m;!p&&g(),t||y(Qn(e,s))}),[p,y]);return c("div",{className:u("shrink-0 w-full",e),ref:x,onBlur:f,onFocus:g,children:[o("div",{ref:h,children:o(Kn,{type:l||"text","aria-label":t,label:$n({label:t,errors:i}),valid:Boolean(!a),onChange:v,placeholder:Zn({placeholder:d,errors:i,label:t}),value:n,...b})}),jn(a)]})})),Qn=(e="",t=!1)=>t&&e?e.replace(/[^\d]+/g,""):e,Zn=({placeholder:e,errors:t,label:n})=>t&&!n?`${e}*`:e,ea=d((e=>{const[t,{setFalse:n,setTrue:a}]=nn();return o(Xn,{isOpen:t,onOpen:a,onClose:n,...e})})),ta=({query:e,isDisabled:t,onChangeQuery:n,inputProps:a})=>o("div",{className:"absolute top-0 w-full z-20",children:o(ea,{type:"text",value:e,autoFocus:!0,disabled:t,onChange:e=>n(e),maxLength:a?.maxLength,isInteger:a?.isInteger??!1})}),na=(e,t)=>o(G,{className:u("absolute right-0 flex self-center",{"rotate-180":!e}),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),aa=e=>e?.text||e?.key||"",ia=({isManualInput:e,query:t,value:n,placeholder:a})=>e&&t?t:aa(n)||a,ra=({isBorder:e=!0,valid:t=!0,isDisabled:n=!1,isOpen:a=!1,onOpen:i=En,onClose:r,isManualInput:l=!1,query:s="",value:d,placeholder:m="",iconVersion:h="black",options:p=[]})=>{const g=la(l,p,s);return c("div",{className:u({"border rounded-md":e},{"hover:border-primary-hover":e&&!n},n?"bg-main-divider":"cursor-pointer ",t?"border-gray":"border-error","h-14 [&>*]:p-m pr-6 text-l flex items-center justify-between text-primary-text relative z-10 overflow-hidden"),onClick:a?r:i,children:[o("p",{className:"line-clamp-2 text-ellipsis",children:ia({isManualInput:l,query:s,value:d,placeholder:m})}),g?"":na(a,h)]})},la=(e,t,n)=>!(!e||!n?.length)||e&&!t.length,sa=()=>ue(pe.emitter,"popup"),oa=(e,t,n=!1)=>e?.length&&t?.trim()&&!n?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,ca=d((({popupRef:e,options:t,value:n,iconVersion:a,onChange:i,renderOptions:r=da,query:l,onChangeQuery:s,disableFilterOptions:d})=>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:oa(t,l,d).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===n?.key,onClick:t=>{t.stopPropagation(),i&&(s?.(""),i(e))},children:[r(e),o(G,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:a,className:u("absolute right-2 pt-2xs",{hidden:e.key!==n?.key})})]},e.key)))}):null)),da=e=>o("span",{className:"min-h-6",children:aa(e)});const ma=d((({className:e,label:t,options:n=[],value:d,isSearch:m=!1,isManualInput:h=!1,disabled:p=!1,iconVersion:g="black",onChange:f,onSearchQuery:y=En,inputProps:b,disableFilterOptions:x=!1,renderOptions:v,...N})=>{const[w,{setFalse:C,setTrue:S}]=nn(),[k,I]=a(""),T=p||!h&&0===n.length,R=l((()=>qn((e=>y(e)),300)),[y]),D=r((()=>{T||S()}),[T]),P=r((()=>{!m&&I(""),C()}),[h]),E=r((e=>{I(e),h&&f?.({key:e,text:e}),R?.(e)}),[h,f,R]),_={query:k,value:d,options:n,isOpen:w,iconVersion:g,renderOptions:v,isSearch:m},B=function({isOpen:e,options:t,value:n,query:a,onChange:l=En,onClose:c=En,iconVersion:d,disableFilterOptions:m=!1,onChangeQuery:u=En,renderOptions:h,isSearch:p=!1}){const g=sa(),f=r((()=>{g.close(),c()}),[c]),y=r((e=>{f(),l(e),u(p&&e?.text?e.text:"")}),[f,l]);i((()=>{u(p&&n?.text?n.text:"")}),[n]);const b=s(null),x=Hn(f);return i((()=>{if(!e||!b.current)return;const i=b.current,{top:r,left:l,width:s,height:c}=i.getBoundingClientRect();g.open({popup:o(ca,{popupRef:x,options:t,value:n,query:a,iconVersion:d,disableFilterOptions:m,onChange:y,onChangeQuery:u,renderOptions:h}),top:r+window.scrollY+c,left:l,width:s})}),[e,t,n,a,y]),b}({onChange:f,onClose:P,disableFilterOptions:x,onChangeQuery:I,..._});return c("div",{className:u("space-y-xs",e),children:[Un(t),c("div",{className:u("relative",w?"z-20":"z-10"),ref:B,children:[ra({isDisabled:T,onClose:P,onOpen:D,isManualInput:h,..._,...N}),m&&w?ta({query:k,isDisabled:T,inputProps:b,onChangeQuery:E}):null]})]})})),ua=d((({className:e="",label:t,error:n,errors:a,...i})=>c("div",{className:e,children:[o(ma,{...i,valid:!n,label:$n({label:t,errors:a})}),jn(n)]}))),ha="client",pa=[{key:ha,text:"Клиент"},{key:"representative",text:"Представитель клиента"}],ga=d((({field:e,input:t})=>o(ua,{label:"Тип обратившегося",...t,options:pa,...e("applierType")}))),fa=d((({className:e,viewBox:t,fill:n="none",width:a,height:i,paths:r,...l})=>o("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:n,width:a,height:i,children:r.map((({d:e,fill:t,...n},a)=>{const i={...l,...n};return o("path",{d:e,fill:t||"currentColor",stroke:i.stroke,strokeLinecap:i.strokeLinecap,strokeLinejoin:i.strokeLinejoin,strokeWidth:i.strokeWidth,strokeMiterlimit:i.strokeMiterlimit},a)}))}))),ya=[{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"}],ba=d((({className:e,value:t,text:n,disabled:a,isRadio:i,onChange:l})=>{const s=r((e=>{a||(e.preventDefault(),l&&l(!t))}),[l,a,t]),d=i?o("div",{className:"absolute left-1 w-3 h-3 rounded-full bg-primary-main"}):o(fa,{paths:ya,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:u("flex items-center relative group/box",va(a)),onClick:s,children:[o("div",{className:u("appearance-none w-5 h-5 border-solid flex-none","m-0",i?"rounded-full border-2":wa(t),!a&&t?"border-primary-main":"border-gray",a?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:Na(i),"aria-checked":Boolean(t),"aria-disabled":Boolean(a),"aria-label":n}),t?d:null,xa(n)]})})})),xa=e=>e?o("div",{className:"ml-s",children:o(ze,{size:"text-l",font:"font-light",children:e})}):null,va=(e=!1)=>e?"cursor-not-allowed":"cursor-pointer",Na=(e=!1)=>e?"radio":"checkbox",wa=(e=!1)=>u("rounded border",{"bg-primary-main":e}),Ca={horizontal:"@lg:flex-row",vertical:""},Sa=d((({label:e,items:t,value:n,className:a,disabled:i=!1,orientation:r="horizontal",onChange:l})=>c("div",{className:"grid gap-xs whitespace-nowrap",children:[e?o("div",{role:"radiogroup","aria-label":e,children:o(ze,{color:"text-secondary-text",font:"font-light",children:e})}):null,o("div",{className:u("flex flex-col gap-s",Ca[r],a),role:"radiogroup","aria-label":"Группа кнопок",children:t?.map((({id:e,text:t})=>o(ba,{isRadio:!0,text:t,value:n===e,onChange:()=>l?.(e),disabled:i},String(e))))})]}))),ka=[{id:"currencyControl",text:"Валютный контроль"},{id:"documentOperations",text:"Документарные операции"},{id:"conversionTransactions",text:"Конверсионные операции"},{id:"otherIssues",text:"Иные вопросы ВЭД"}],Ia=d((({field:e,input:t})=>{const n=r((t=>{"currencyControl"!==t&&(e("inn").onChange?.(""),e("region").onChange?.(""))}),[]);return o("div",{className:"py-m gap-m grid @xl:flex @xl:items-center",children:o(Sa,{className:"whitespace-normal",orientation:"horizontal",items:ka,...e(t?.name??"",{onChange:n})})})})),Ta=[{text:"Торговый эквайринг",key:"trade"},{text:"СБП-эквайринг",key:"sbp"},{text:"Интернет-эквайринг",key:"internet"},{text:"SoftPOS",key:"softpos"},{text:"Все виды эквайринга",key:"all"}],Ra=d((({field:e,input:t})=>o(ua,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Ta,...e(t?.name??"")}))),Da=(e="")=>Boolean("trade"===e||"all"===e),Pa=e=>{const{acquiringType:t,onlineCheckout:n,posTerminal:a,amount:i,term:r,annualRevenue:l,serviceType:s,vedTypes:o,region:c,inn:d,sufferedFrom:m,situationDescription:u,applierType:h,isPremium:p,dadataPartyNameSelect:g,dadataPartyInnSelect:f,...y}=e,b=t||l?(e=>{const{acquiringType:t,onlineCheckout:n=!1,posTerminal:a=!1,term:i,amount:r,annualRevenue:l}=e;return t?`Вид эквайринга=${t?.text||""}${Da(t?.key)?`/Онлайн касса=${n}/POS-терминал=${a}`:"/Онлайн касса=false/POS-терминал=false"}`:`Сумма=${r}/Срок=${i}/Выручка=${l}`})(e):null,x={...y,...Oa(o),...Ba(c),...d&&{inn:d},...b?{partnerComments:b}:{},...s?{typeForm:s}:{},..._a(m?.text,u),...Ea(h),...Ma([[f,"inn"],[g,"fullName"]])};return Object.fromEntries(Object.entries(x)?.map((([e,t])=>[e,t?.key||t])))},Ea=e=>e?.key?{isClient:e?.key===ha}:{},_a=(e,t)=>e||t?{comment:`${e||""};${t||""}`}:{},Ba=e=>e?.key||e?.text?{region:e?.text||e?.key}:{},Oa=e=>e?{vedTypes:Object.fromEntries(ka.map((({id:t})=>[t,t===e])))}:{},Ma=e=>e.reduce(((e,[t,n])=>(t?.text&&n&&(e[n]=t.text),e)),{}),Aa=[{key:"ULTRASERVICE",text:"Ультра"}],Fa=[{key:"Физическое лицо"},{key:"Юридическое лицо / ИП"}],La=[{key:"phone",text:"Телефонный звонок"},{key:"email",text:"Электронное сообщение"}],za={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:Ta[0],serviceType:Aa[0],feedbackMethod:La[0],serviceDirection:Fa[0],vedTypes:ka[0].id,birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1,addressRetail:{key:"",text:""}},Va=()=>{const e=(new Date).getTimezoneOffset(),t=Math.abs(e),n=t%60;return`GMT${e<0?"+":"-"}${Math.floor(t/60).toString().padStart(2,"0")}:${n.toString().padStart(2,"0")}`},$a="/api/v1",ja=(e,t=!1)=>{if("string"==typeof e)return e.split("-").reverse().join(".");{const n=String(e.getDate()).padStart(2,"0"),a=String(e.getMonth()+1).padStart(2,"0"),i=String(e.getFullYear());return t?`${i}-${a}-${n}`:`${n}.${a}.${i}`}},qa=e=>e?.replace(/[^+\d]/g,""),Ua=(e,t,n)=>{const{typeForm:a,region:i,phone:r="",email:l,birthday:s,desiredMeetingDate:o,inn:c,fullRegion:d,addressBranch:m,secondaryPhone:u="",bankEmpolee:h,applicationDate:p,partnerName:g,russianPhone:f,partnerSymbolCode:y,...b}=e;return{typeForm:a,...Ya(i,t),...Ga(l,t),...Wa(r),...Wa(f),...Ha(o,"desiredMeetingDate"),...t?Ha(s):{inn:c},..."FEEDBACK"===a?{}:{addressBranch:m,bankEmpolee:h,applicationDate:p,...Ka(u)},...Xa(a,n),...Ja(a,{fullRegion:d,partnerName:g,partnerSymbolCode:y}),...b}},Wa=e=>e?{phone:qa(e)}:{},Ha=(e,t="birthday")=>e?{[t]:ja(e)}:{},Ya=(e,t=!0)=>({[t?"regionBranch":"region"]:e}),Ga=(e,t=!0)=>({[t?"email":"mail"]:e}),Ka=(e="")=>e&&"+7 ("!==e?{secondaryPhoneNumber:qa(e)}:{},Ja=(e,t)=>"PF"===e?{region:t?.fullRegion,partner:t?.partnerName,partnerId:t?.partnerSymbolCode}:{},Xa=(e,t)=>"UNIVERSAL"===e?{typeForm:t?.pathname?.split("/")?.at(-1)||"/"}:{};function Qa(){return{send:async function(e,t,n=!1){const{serviceDirection:a}=e,i=n&&"Юридическое лицо / ИП"!==a,r=`${$a}${i?"/lead":"/sendcorporatelead"}`,l=Ua(e,i,t);try{const e=await Za(r,l);return e?.ok?await e.json():null}catch(e){return null}},sendCode:async function({phone:e}){const t=(e=>({...Wa(e)}))(e);try{const e=Za(`${$a}/initCorporateLead`,t).then((async e=>{if(!e.ok)throw new Error(`Ошибка HTTP: ${e.status}`);return await e.text()}));return await e}catch(e){return null}},checkCode:async function({reqId:e,code:t,body:n}){const a={requestId:e,confimationCode:t,leadRequest:Ua(n,!1)};try{const e=await Za(`${$a}/confirmCorporateLead`,a);return await e.json()}catch(e){return null}},sendPhoneCallRequest:async function(e,t=!1){const n=Ua(e,t),a=ei(n);try{const e=await Za(`${$a}/callback`,a);return e?.ok?await e.json():null}catch(e){return null}}}}const Za=(e,t)=>fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(t)}),ei=e=>{const{typeForm:t,consentDataProcessing:n,phone:a,...i}=e;return{...i,phone:a?.startsWith("+")?a.slice(1):a,clientTimezone:Va()}},ti=async({aspectsAttributes:e,aspects:t,ev:n})=>{for(const{aspectName:a,params:i}of e??[]){const e=t[a??""];e&&await e(n,i)}},ni=Qa(),ai=d((({color:e="text-primary-main",position:t="absolute",blur:n=!0,size:a="big"})=>o("div",{className:u("flex justify-center items-center h-full w-full z-50",t,{"backdrop-blur":n}),children:o("div",{className:u("inline-block","animate-spin rounded-full","border-solid border-current","border-r-transparent","extraSmall"===a&&"border-2 h-4 w-4","small"===a&&"border-4 h-8 w-8","big"===a&&"border-8 h-28 w-28",e),role:"status"})}))),ii=d((({isLoading:e,disabled:t,children:n,className:a,...i})=>c(Mn,{type:"submit",className:u("relative",a),disabled:e||t,...i,children:[e?o(ai,{blur:!0,size:"small"}):null,n]}))),ri=(e,t)=>{const{value:n,isDirty:a}=e,i=a?t(n):[];return{...e,errors:i,error:i[0]}},li={primary:_n.primary,secondary:_n.secondary,white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:"text-primary-main",gray:_n.secondary,transparent:"","":""},si=d((e=>{const t=be(),{className:n,href:a,target:i,text:r,aboveText:l,version:s="link",rel:c,ariaLabel:d,data:m,children:h,onClick:p}=t(e),g="link"!==s;return o("a",{className:u("group/btn inline-flex items-center h-fit","font-sans no-underline select-none","border border-transparent focus:border-primary-text focus:border","cursor-pointer",{[li[s]]:Boolean(s),[l?"px-9 py-2.5":"px-9 py-4"]:g,"rounded-md":g},n),href:a,target:i,rel:c,"aria-label":d??`Ссылка на ${r}`,role:a?"link":"button",onClick:p,...ve(m),children:h??oi(r,l)})})),oi=(e,t)=>e||t?c("div",{className:"whitespace-pre",children:[t?o("div",{className:"font-light text-left text-xs",children:t}):null,o("div",{className:u("text-left",{"text-s -mt-3xs":Boolean(t)}),children:e})]}):null,ci=d((({text:e,link:t})=>c(C,{size:"text-l",font:"font-light",color:"text-secondary-text",children:[e?o(ze,{children:e}):null,t?o(si,{...t,ariaLabel:"условия передачи данных",children:t.text}):null]}))),di=({consentDataProcessing:e,link:t,button:n,typeForm:a})=>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(ba,{...e}),o(ci,{link:t})]}),jn(ri(e,Sn).error)]}):o(ci,{text:"PF"===a?"Нажимая на кнопку, вы подтверждаете, что клиент дал согласие на ":"Нажимая кнопку, вы подтверждаете согласие с ",link:t}),o(ii,{className:"w-full @xl:w-auto",children:n?.text?n.text:"Отправить заявку"})]}),mi=e=>null!=e,ui=new Map,hi=(e,t=ui)=>n=>{const a=gi(n),i=t.get(a);if(a&&mi(i))return i;const r=e(...n);return a&&mi(r)&&t.set(a,Promise.resolve(r)),r},pi=e=>Boolean(e?.every((e=>Array.isArray(e)?pi(e):!e||"string"==typeof e))),gi=e=>pi(e)?e.toString():"",fi=e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]);function yi(e,t,{fallback:n,cache:r}={}){const s=l((()=>bi(e)),[e]),[o,c]=a(void 0),[d,m]=a(void 0);i((()=>{if(!s.some(mi))return;let e=!1;const n=(t,n)=>{e||(c(t),m(n))};return(async()=>{try{n(await hi(t,r)(s))}catch(e){n(void 0,e)}})(),()=>{e=!0}}),[t,r,s]);const u=n&&fi(s)&&n[s[0]];return{data:!o&&u?u:o,error:d,mutate:()=>Promise.resolve(void 0)}}function bi(e){return Array.isArray(e)?e:e instanceof Function?bi(e()):[e]}const xi=`${$a}/branches`,vi=[];const Ni=async e=>await zt(e,{method:"GET"})||vi;function wi(e=!1){const{data:t}=yi(`${$a}${e?"/premiumBranchesByRegions":"/branchesByRegions"}`,Vt);return Array.isArray(t)?t:[]}const Ci=(e="")=>"ULTRASERVICE"===e,Si=d((({field:e,input:t,params:n})=>{const a=Ci(n?.typeForm),r=e("region"),l=r?.value?.key,s=r?.value?.text,c=a?wi(a)?.find((e=>e?.region===s))?.branches:function(e){const{data:t}=yi(e?`${xi}?regionCode=${e}`:null,Ni);return t||vi}(l)?.filter((e=>e?.address));return i((()=>{""!==r?.value?.key&&e?.("addressBranch")?.onChange?.("")}),[r?.value]),o(ua,{label:"Отделение",placeholder:"Выберите отделение",options:(c||[]).map((({address:e=""})=>({key:e,text:e}))),...e(t?.name??""),isSearch:!0})})),ki=(e,{normalize:t,format:n})=>{const{value:i,onFocus:l,onBlur:s,onChange:o}=e,[c,d]=a(!1),m=r((e=>{d(!0),l&&l(e)}),[]),u=r((()=>{d(!1),o&&o(t(i)),s&&s()}),[o,i]);return{value:c||!n?i:n(i),onFocus:m,onBlur:u}},Ii=(e,t,n)=>Math.max(t,Math.min(e,n));function Ti(e){const t=(e||"").replace(/\D/g,""),n=parseInt(t,10);return Number.isNaN(n)?0:n}function Ri({list:e=[],min:t,max:n,step:a,value:i=e[0]||t,disabled:r,onChange:l}){const s=e.length?e.indexOf(i):i,d={backgroundSize:`${(100*(s>t?s-t:0)/(n-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:u("w-2 h-2 rounded-full",s<=t||r?"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:n,step:a,value:s,disabled:r,onChange:t=>{const n=Ti(t.target?.value),a=e.length?e[n]:n;l&&l(a||0)}})})]})}const Di=1,Pi=100,Ei=d((e=>{const{className:t,title:n,items:a=[],list:i=[],min:l=(i.length?0:Di),max:s=(i.length?i.length-1:Pi),step:d=1,value:m=i[0]||l,disabled:h=!1,onChange:p}=e,g=ki(e,{normalize:(e=0)=>i.length?_i(i)(e):Ii(e,l,s),format:Xe()}),f=r((e=>{p&&p(Ti(e.target?.value))}),[p]);return c("div",{className:t,children:[c("label",{className:"block relative",children:[n?o(ze,{size:"text-m",font:"font-light",color:"text-primary-text",children:n}):null,o("input",{className:u("text-h3 w-full h-14","pl-m box-border","text-primary-text",Yn,"disabled:border-gray disabled:bg-main-divider"),disabled:h,onChange:f,...g}),Ri({list:i,min:l,max:s,step:d,disabled:h,value:m,onChange:p})]}),Bi(a)]})})),_i=e=>t=>e.reduce(((e,n)=>Math.abs(n-t)<Math.abs(e-t)?n:e)),Bi=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))))}),Oi=["От 1 000 ₽","До 1 000 000 000 ₽"],Mi=d((({field:e,input:t})=>o(Ei,{title:"Сумма, ₽",items:Oi,min:1e3,max:1e9,...e(t?.name??"")}))),Ai=d((({field:e,input:t})=>o(ea,{label:"Годовая выручка, ₽",...e(t?.name??"")}))),Fi=d((({field:e,input:t})=>o(ea,{label:"Дата и время обращения в Банк",...e(t?.name??"")}))),Li=d((({field:e,input:t})=>o(ea,{label:"ФИО или должность обслуживавшего Вас сотрудника Банка",...e(t?.name??"")}))),zi=({today:e,firstDayOfWeek:t,totalDays:n,currentMonth:a,currentYear:i,min:r,max:l,onDateClick:s})=>{const c=[];let d=1;for(let m=0;m<6;m++){const u=[];for(let c=0;c<7;c++)if(0===m&&c<t)u.push(o("td",{},`empty-${c}`));else if(d>n)u.push(o("td",{},`empty-${c}`));else{const t=new Date(i,a,d),n=Vi(t,e),c=$i(t,r,l);u.push(o("td",{children:o("div",{className:ji(n,c),onClick:()=>!c&&s(t),children:d})},`day-${d}`)),d++}c.push(o("tr",{children:u},`row-${m}`))}return c},Vi=(e,t)=>t&&e.toDateString()===t.toDateString(),$i=(e,t,n)=>t&&e.getTime()<t.getTime()||n&&e.getTime()>n.getTime(),ji=(e=!1,t=!1)=>u("p-s text-center rounded-md border",{"border-transparent hover:bg-gray":!e},t?"text-gray hover:bg-transparent":"cursor-pointer"),qi=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Ui=d((({today:e,currentMonth:t,currentYear:n,min:a,max:i,onDateSelect:r=En})=>{const{firstDayOfWeek:s,totalDays:d}=l((()=>({firstDayOfWeek:new Date(n,t,1).getDay()-1,totalDays:new Date(n,t+1,0).getDate()})),[n,t]);return c("table",{className:"mx-auto",children:[o("thead",{className:"text-gray font-light",children:o("tr",{children:qi.map(((e,t)=>o("th",{className:"p-s",children:e},String(t))))})}),o("tbody",{children:zi({firstDayOfWeek:s,today:e,totalDays:d,currentYear:n,currentMonth:t,min:a,max:i,onDateClick:r})})]})})),Wi=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"];function Hi(e,t){const n=e.replace(/\D/g,"");if(""===n||n.length===t.length)return e;const a=[...t],i=a.findIndex(Yi),r=a.map(((e,t)=>Ki(e)?a.slice(0,t).filter(Ki).length:-1)),l=a.map(((e,t)=>Gi(e)?e:n.charAt(r[t])||e)),s=r.indexOf(n.length-1)+1;return l.slice(0,Math.max(i,s)).join("")}const Yi=e=>"_"===e,Gi=e=>/\d/.test(e),Ki=e=>Yi(e)||Gi(e),Ji=1940,Xi={name:"CalendarIcon",iconVersion:"black",width:"24",height:"24"},Qi=d((({setSelectedMonth:e,setSelectedYear:t,className:n,value:r,disabled:l,onChange:d,onClick:m})=>{const h=s(null),[p,g]=a(r||"");return i((()=>{g(r||"")}),[r]),i((()=>{er({inputValue:p,setSelectedMonth:e,setSelectedYear:t,onChange:d})}),[p]),c("div",{onClick:()=>{null!==h.current&&h.current.focus(),m?.()},className:u("relative",n),children:[o("input",{ref:h,className:"h-full w-full px-m text-l text-black focus-visible:outline-none rounded-none",value:p,type:"text",onChange:e=>{const t=e.target?.value;"string"==typeof t&&t?.length<11&&g(Hi(t,"__.__.____"))},onBlur:()=>{Zi(p)?er({inputValue:p,setSelectedMonth:e,setSelectedYear:t,onChange:d}):g(r||"")},disabled:l}),l?null:o(G,{className:"mr-s",...Xi})]})})),Zi=e=>{const[t,n,a]=e.split(".");if((e=>Number(e)>=Ji&&Number(e)<=(new Date).getFullYear())(a)&&(e=>Number(e)>0&&Number(e)<13)(n)){const e=new Date(Number(a),Number(n)-1,1);let i=0;for(;e.getMonth()===Number(n)-1;)e.setDate(e.getDate()+1),i++;return Number(t)>0&&Number(t)<=i}return!1},er=({inputValue:e,setSelectedMonth:t,setSelectedYear:n,onChange:a})=>{if(Zi(e)){const{day:i,month:r,year:l}=(e=>{const[t,n,a]=e.split(".");return{day:Number(t),month:Number(n)-1,year:Number(a)}})(e);t(r),n(l),a?.(new Date(l,r,i))}},tr=({handleChangeVisibleCalendar:e,value:t,valid:n,onChange:a,setSelectedMonth:i,setSelectedYear:r,disabled:l=!1})=>o(Qi,{onChange:a,disabled:l,onClick:e,value:t&&ja(t),setSelectedMonth:i,setSelectedYear:r,className:u("flex justify-between items-center h-14 border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",n?"border-gray":"border-error")}),nr=Wi.map((e=>({key:e}))),ar=Array.from({length:(new Date).getFullYear()-Ji+1},((e,t)=>Ji+t)).reverse().map((e=>({key:String(e)}))),ir=(e,t)=>{const n=new Date(e,t,1);let a=0;for(;n.getMonth()===t;)a++,n.setDate(n.getDate()+1);return a},rr=({maxDateOfMonth:e,selectedYear:t,selectedMonth:n,value:a,onChange:i})=>{a&&i?.(new Date(t,n,Math.min(e,a.getDate())))},lr={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},sr={className:"min-w-32",iconVersion:"black",isBorder:!1},or=d((({className:e="",label:t="",value:n,valid:l=!0,minDate:s,maxDate:d,disabled:m,onChange:h})=>{const[p,{setValue:g,setFalse:f}]=nn(!1),[y,b]=a(n?.getMonth()||(new Date).getMonth()),[x,v]=a(n?.getFullYear()??(new Date).getFullYear()),N=r((e=>{h?.(e),f()}),[h]),{handlePrevMonth:w,handleNextMonth:C,handleSelectMonth:S,handleSelectYear:k,monthsOptions:I,yearsOptions:T,handleChangeVisibleCalendar:R,ref:D}=(({onShowCalendar:e,showCalendar:t,selectedMonth:n,onMonthSelect:a,onYearSelect:i,selectedYear:l,onChange:s,value:o})=>{const c=Hn(r((()=>t&&e(!1)),[t]));return{handleChangeVisibleCalendar:r((()=>e(!t)),[t]),handleNextMonth:r((()=>{n+1<=11?a(n+1):(a(0),i(l+1))}),[n]),handlePrevMonth:r((()=>{n-1>=0?a(n-1):(a(11),i(l-1))}),[n]),handleSelectMonth:r((({key:e})=>{a(Wi.indexOf(e));const t=ir(l,Wi.indexOf(e));rr({maxDateOfMonth:t,selectedYear:l,selectedMonth:Wi.indexOf(e),value:o,onChange:s})}),[o]),handleSelectYear:r((({key:e})=>{i(Number(e)),o&&s?.(new Date(Number(e),n,o?.getDate()))}),[o]),monthsOptions:nr,yearsOptions:ar,ref:c}})({onYearSelect:v,onMonthSelect:b,onShowCalendar:g,selectedYear:x,selectedMonth:y,showCalendar:p,onChange:h,value:n}),P=((e,t)=>{const[n,r]=a(!1);return i((()=>{const n=()=>{if(e?.current){const{top:n}=e.current.getBoundingClientRect();r(n>t)}};return n(),window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)}),[e]),n})(D,370);return c("div",{className:u("space-y-xs",e),ref:D,children:[Un(t),c("div",{className:"relative",children:[tr({handleChangeVisibleCalendar:R,value:n,valid:l,onChange:h,disabled:m,setSelectedMonth:b,setSelectedYear:v}),p&&!m?c("div",{className:u("absolute bg-white z-20 select-none",{"bottom-full":P}),children:[c("div",{className:"flex gap-s",children:[o("div",{className:"my-auto",onClick:w,children:o(G,{...lr,className:"-rotate-90 cursor-pointer"})}),o(ma,{onChange:S,value:{key:Wi[y]},options:I,...sr}),o(ma,{onChange:k,value:{key:String(x)},options:T,...sr}),o("div",{className:"my-auto",onClick:C,children:o(G,{...lr,className:"rotate-90 cursor-pointer"})})]}),o(Ui,{today:n,currentMonth:y,currentYear:x,min:s,max:d,onDateSelect:N})]}):null]})]})})),cr=d((({className:e,label:t,error:n,errors:a,...i})=>c("div",{className:u("shrink-0 w-full",e),children:[o(or,{label:$n({label:t,errors:a}),valid:Boolean(!n),...i}),jn(n)]}))),dr=d((({field:e,input:t})=>o(cr,{label:t?.label||"Дата рождения",...e(t?.name??"")}))),mr=[{key:"Перезвонить сейчас",text:"Перезвонить сейчас"},{key:"Перезвонить через час",text:"Перезвонить через час"},{key:"Перезвонить через два часа",text:"Перезвонить через два часа"},{key:"Перезвонить завтра",text:"Перезвонить завтра"}],ur=d((({field:e,input:t})=>o(ua,{label:"Когда перезвонить?",...t,options:mr,...e(t?.name??"")}))),hr=d((({field:e,input:t})=>o(ea,{label:"Количество объектов инкассации",isInteger:!0,...e(t?.name??"")}))),pr=d((({field:e,input:t})=>o(ea,{className:"col-span-2",...e(t?.name??""),placeholder:"Ваше сообщение",isTextarea:!0})));function gr(e,t){i((()=>{const t=e();return()=>{t.then((e=>{e instanceof Function&&e()}))}}),t)}const fr=e=>({value:e?.value||""}),yr=e=>{const{url:t,query:n,queryPrefix:a,requestData:i={},responseItemHandler:r=fr,responseFilter:l}=e,s=((e,t)=>n=>{const a=n?.suggestions||[];return(t?a.filter(t):a).map((t=>{const n=e(t);return{...t,processedValue:n.value,additionalValue:n.additionalValue}}))})(r,l),o=`${a?`${a}, `:""}${n}`;return globalThis?.fetch?.(`/api/v1/suggestions/${t}`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({count:10,...i,query:o})}).then((e=>e.json())).then(s)},br=async e=>(await yr({url:"suggest/party",query:e})).map((e=>({fullName:e?.value,address:e?.data?.address?.value,inn:e?.data?.inn}))),xr={dadataPartyInnSelect:{fieldValue:"inn",linkedFieldName:"dadataPartyNameSelect",linkedFieldValue:"fullName"},dadataPartyNameSelect:{fieldValue:"fullName",linkedFieldName:"dadataPartyInnSelect",linkedFieldValue:"inn"}},vr={dadataPartyInnSelect:{label:"ИНН",inputProps:{isInteger:!0,maxLength:12}},dadataPartyNameSelect:{label:"Полное наименование"}},Nr=d((({field:e,input:t={}})=>{const n=t.name??"",i=xr[n].linkedFieldName,r=e(i).value,s=r?.data;gr((async()=>{if(s?.fullName&&s?.fullName!==e(n)?.value?.data?.fullName){const t=wr(r),{fullName:a,address:l,inn:s}=t,o=Sr(t,i),c=br(o);u(o),d(await c),e(n)?.onChange?.({key:s,text:o,data:{fullName:a,address:l}})}}),[s]);const[c,d]=a([]),[m,u]=a("");gr((async()=>{const e=br(m);return d(await e),c}),[m]);const h=l((()=>(c||[]).map(((e={})=>({key:e.inn??"",text:e[xr[n].fieldValue],data:{fullName:e.fullName,address:e.address}})))),[c]);return o(ua,{...vr[n],options:h,...e(t.name??""),isSearch:!0,isManualInput:!0,disableFilterOptions:!0,onSearchQuery:u,renderOptions:Cr})})),wr=e=>({inn:e?.key,fullName:e?.data?.fullName,address:e?.data?.address}),Cr=e=>c("span",{children:[o(ze,{size:"text-s",children:e?.data?.fullName}),c("div",{className:"space-x-2",children:[o(ze,{size:"text-s",font:"font-light",children:e?.key}),o(ze,{size:"text-s",font:"font-light",children:e?.data?.address})]})]}),Sr=(e,t)=>e?.[xr[t].linkedFieldValue],kr=d((({field:e,input:t})=>o(cr,{label:"Желаемая дата встречи",...e(t?.name??"")}))),Ir=d((({field:e,input:t})=>o(ea,{label:"Электронная почта",...e(t?.name??""),...t}))),Tr=d((({field:e,input:t})=>o(ua,{label:"Способ получения ответа",options:La,...e(t?.name??"")}))),Rr=d((({field:e,input:t})=>o(ea,{label:"ФИО",...e(t?.name??""),...t}))),Dr=d((({field:e,input:t,params:n})=>{const a=n?.isPremium,i=wi(a),r=l((()=>i?.map((({region:e})=>({key:e,text:e})))),[i]);return o(ua,{label:"Регион",placeholder:"Выберите регион",options:r,...e(t?.name??"")})})),Pr=d((({field:e,input:t})=>o(ea,{label:"ИНН",isInteger:!0,maxLength:12,...t,...e(t?.name??"")}))),Er=d((({className:e,text:t,value:n,key:a,disabled:i,error:r,onChange:l})=>c("div",{className:u("shrink-0",e),children:[o(ba,{text:t,value:n,disabled:i,onChange:l},a),jn(r)]}))),_r=d((({field:e,input:t})=>o(Er,{...e(t?.name??""),text:'Являюсь клиентом банка АО "Россельхозбанк"'}))),Br=`${$a}/outservice`,Or=[];async function Mr(){const e=await zt(`${Br}/outserviceregions`);return e&&Array.isArray(e)?e:Or}const Ar=d((({field:e,input:t})=>{const n=e("region"),a=n?.value?.key,{data:r}=yi("outServiceRegions",Mr),s=l((()=>r?.find((e=>e.code===a))?.localities?.map((e=>({key:e,text:e})))),[r,a]);return i((()=>{""!==a&&e?.(t?.name??"")?.onChange?.("")}),[a,t?.name??""]),o(ua,{label:"Населенный пункт",placeholder:"Выберите город, где доступен сервис",options:s,...e(t?.name??""),isSearch:!0})})),Fr=(e,t,n="")=>t?.filledByEsia&&Boolean(e("esiaAccountTypeCd")?.value?.key)&&e(t?.name??n).value,Lr=d((({field:e,input:t})=>o(ea,{label:"Отчество (Обязательно, при наличии)",maxLength:60,disabled:Fr(e,t),...e(t?.name??""),...t}))),zr=d((({field:e,input:t})=>o(ea,{label:"Имя",maxLength:60,disabled:Fr(e,t),...e(t?.name??""),...t}))),Vr=d((({value:e=!1,text:t,type:n="checkbox",onChange:a})=>c("div",{role:n,"aria-checked":e,className:"flex justify-start items-center w-full cursor-pointer mb-s",onClick:()=>a&&a(!e),children:[o("div",{className:u("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:u("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]}))),$r=d((({field:e,input:t})=>Da(e("acquiringType")?.value?.key)?o(Vr,{type:"radio",text:"Хочу онлайн-кассу",...e(t?.name??"")}):null)),jr=d((({field:e,input:t})=>o(ea,{...e(t?.name??""),placeholder:"Укажите интересующий вас вопрос",isTextarea:!0,...t}))),qr=Yt((({field:e,input:t={},source:n})=>{const a=e("partnerSymbolCode")?.value;return i((()=>{const t=Ur(n?.agentsList,a)||"Неизвестный партнёр";t&&e("partnerName")?.onChange?.(t)}),[a]),o(ea,{...e(t.name??""),...t,type:"hidden"})})),Ur=(e=[],t="")=>e.find((({symbolCode:e})=>e===t))?.agentName??"",Wr=Yt((({field:e,input:t,source:n})=>{const i=n?.agentsList??[],[r,l]=a(""),[s,c]=a("");return o(ea,{label:"Идентификатор партнёра",...e(t?.name??""),...t,isInteger:!0,value:s,error:r??e("partnerSymbolCode")?.error,errors:[r??e("partnerSymbolCode")?.error],onChange:t=>{var n;c(t),e("partnerSymbolCode")?.onChange?.(t),l(t&&(n=t,!i.some((({symbolCode:e})=>e===n)))?"ID партнера не найден. Обратитесь к своему менеджеру":"")}})})),Hr=e=>"_"===e,Yr=e=>/\d/.test(e),Gr=e=>Hr(e)||Yr(e),Kr=[..."+7 (___) ___-__-__"],Jr=Kr.findIndex(Hr),Xr=Kr.map(((e,t)=>Gr(e)?Kr.slice(0,t).filter(Gr).length:-1));function Qr(e){const t=e.replace(/\D/g,""),n=Kr.map(((e,n)=>Yr(e)?e:t.charAt(Xr[n])||e)),a=Xr.indexOf(t.length-1)+1;return(a?n.slice(0,Math.max(Jr,a)):n).join("")}const Zr=d((({children:e,onChange:t,...n})=>{const a=r((e=>t&&t(Qr(e))),[t]),i=r((e=>{"+7 ("===e&&t&&t("")}),[]);return o(Kn,{...n,onChange:a,onFocus:e=>a(e?.target?.value||""),onBlur:e=>i(e?.target?.value||""),children:e})})),el=d((({className:e,label:t,disabled:n,error:a,...i})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Zr,{"aria-label":t,label:$n({label:t,errors:i?.errors}),valid:Boolean(!a),disabled:n,placeholder:"+7 (___) ___-__-__",...i}),jn(a)]}))),tl=d((({field:e,input:t})=>{const n=t?.name||"phone";return o(el,{label:"Телефон",disabled:Fr(e,t,n),...e(n),...t})})),nl=d((({field:e})=>Da(e("acquiringType")?.value?.key)?o(Vr,{type:"radio",text:"Хочу POS-терминал",...e("posTerminal")}):null)),al=Yt((({field:e,input:t,source:n})=>o(ua,{placeholder:"Выберите продукт",label:"Продукт",options:il(n?.productList),...e(t?.name??"")}))),il=e=>(e??[]).map((e=>({key:e,value:e}))),rl=[{key:"Вопрос по действующему продукту",text:"Вопрос по действующему продукту"},{key:"Оформление нового продукта",text:"Оформление нового продукта"}],ll=d((({field:e,input:t})=>o(ua,{label:"Какой у вас вопрос?",options:rl,...e(t?.name??"")}))),sl=`${$a}/regions`,ol=[];function cl(e=sl){const{data:t}=yi(e,Vt);return Array.isArray(t)?t:ol}const dl=`${$a}/outservice/outserviceregions`,ml=d((({field:e,input:t,params:n})=>{var a;const i=cl((a=n?.typeForm,"OUTSERVICE"===a?dl:void 0));return o(ua,{label:t?.label||"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:l((()=>i?.map((({code:e="",name:t=""})=>({key:e,text:t})))),[i]),...e(t?.name??"")})})),ul=d((({field:e,input:t})=>o(ea,{label:"ФИО представителя",...t,...e("representativeName")}))),hl=d((({field:e})=>{const t=e("secondaryPhone");return o(el,{label:"Дополнительный телефон",...t.value&&"+7 ("!==t.value?ri(t,In.secondaryPhone):t})})),pl=d((({field:e,input:t})=>o(ua,{label:"Направление обслуживания",placeholder:"Выберите направление",options:Fa,...e(t?.name??"")}))),gl=d((({field:e,input:t})=>o(ea,{label:"Описание ситуации",...t,...e("situationDescription")}))),fl=[{key:"blg",text:"Белгородской области"},{key:"brnsk",text:"Брянской области"},{key:"krsk",text:"Курской области"},{key:"chs",text:"От стихийного бедствия ЧС"}],yl=d((({field:e,input:t})=>o(ua,{label:"Пострадал в",...t,options:fl,...e("sufferedFrom")}))),bl=d((({field:e,input:t})=>o(ea,{label:"Фамилия",maxLength:60,disabled:Fr(e,t),...e(t?.name??""),...t}))),xl=["От 1 мес","До 15 лет"],vl=d((({field:e})=>o(Ei,{title:"Срок, месяцев",items:xl,min:1,max:180,...e("term")}))),Nl=d((({field:e,input:t})=>o(ua,{label:"Тип обслуживания",options:Aa,...e(t?.name??"")}))),wl=d((({field:e,input:t})=>o(ba,{text:"Согласен на получение информационных и аналитических материалов по электронной почте",...e(t?.name??"")}))),Cl=d((({onFieldRef:e=En,children:t})=>{const n=s(null);return i((()=>{n.current&&e(n.current)}),[]),o("div",{ref:n,children:t})}));const Sl={$ref:"/wcms-resources/outservice-productlist.json"},kl={$ref:"/wcms-resources/agenty-dlya-rko.json"},Il={fullName:Rr,addressBranch:Si,desiredMeetingDate:kr,product:e=>o(al,{...e,source:Sl}),localities:Ar,isClient:_r,partnerComments:jr,collectionCount:hr,acquiringType:Ra,onlineCheckout:$r,posTerminal:nl,serviceType:Nl,term:vl,amount:Mi,annualRevenue:Ai,vedTypes:Ia,feedbackMethod:Tr,serviceDirection:pl,bankEmpolee:Li,secondaryPhone:hl,applicationDate:Fi,region:e=>Ci(e?.params?.typeForm)?o(Dr,{...e}):o(ml,{...e}),consentToReceiveMaterials:wl,sufferedFrom:yl,situationDescription:gl,representativeName:ul,applierType:ga,surname:bl,name:zr,middleName:Lr,birthday:dr,phone:tl,email:Ir,inn:Pr,comment:pr,fullRegion:Dr,partnerSymbolCode:e=>o(Wr,{...e,source:kl}),partnerName:e=>o(qr,{...e,source:kl}),dadataPartyNameSelect:Nr,dadataPartyInnSelect:Nr,questionProduct:ll,callbackTime:ur,russianPhone:tl},Tl=(e,t,n={})=>(a,i)=>{const r={...Il,...n}[String(a.name)];return function({input:e,field:t}){const{condition:n}=e,{value:a}=t(n?.name||"");return!n||n?.values?.includes(a?.key??a)}({input:a,field:e})&&r?o(Cl,{onFieldRef:e(a.name??"").setFieldRef,children:o(r,{field:e,input:a,params:t})},String(i)):null},Rl=e=>2===e?"@xl:grid-cols-2 gap-x-m":"@xl:grid-cols-1 gap-x-0",Dl=e=>e?o("div",{className:"@xl:text-center @xl:col-span-2 mb-m",children:o(ze,{size:"text-h6",children:e})}):null,Pl=(e,t,{typeForm:n,additionalParams:a})=>e.map(((e,i)=>c("div",{className:u(Rl(e.columns),"grid"),children:[Dl(e.title),(e?.inputs||[])?.map(Tl(t,{typeForm:n,...a}))]},`section-${i}`))),El=(e,t)=>{const n=s(null),a=r((()=>clearInterval(n.current)),[]),l=r((()=>{a(),n.current=setInterval((()=>e(a)),t)}),[e,t,a]);return i((()=>(l(),a)),[l,a]),{start:l,stop:a}};function _l({seconds:e,period:t=1e3,onTick:n,onEnd:a}){const i=s(e),l=r((e=>{i.current||=0,i.current=Math.max(0,i.current-1);try{n?.(i.current)}finally{i.current<=0&&(e(),a?.())}}),[n,a]),{start:o}=El(l,t);return r((e=>{i.current=e,o()}),[])}const Bl=d((({values:e,setValues:t,hasError:n,errorText:l})=>{const[d,m]=a(0),u=s([]);i((()=>{u.current?.[d]?.focus()}),[d]);const h=r((n=>a=>{const{value:i}=a.currentTarget,r=i.slice(0,1);t(e.map(((e,t)=>t===n?r:e))),m(n+1)}),[e]),p=r((n=>a=>{const{key:i}=a;if("Backspace"===i&&!e[n]){const a=n>0?n-1:e.length-1,i=e.map(((e,t)=>t===a?"":e));t(i),m(a)}}),[e]),g=r((n=>{n.preventDefault();const a=n.clipboardData.getData("text"),i=e.map(((e,t)=>t<a.length?a[t]:e));t(i),m(i.length-1)}),[e]);return c("div",{className:"flex flex-col gap-2 text-center",children:[o("div",{children:e.map(((t,a)=>o("input",{type:"number",maxLength:1,value:t,onChange:h(a),onPaste:g,ref:e=>{u.current||(u.current=[]),u.current[a]=e},onFocus:e=>e.target.select(),onKeyDown:p(a),className:Ol(a,e,n)},a)))}),n?o("div",{className:"text-error",children:l}):null]})})),Ol=(e,t,n=!1)=>{const a=!t[e];return`w-16 sm:w-20 h-24 text-5xl text-center p-md m-2 border ${Gn(!n||!a)} rounded-md caret-transparent outline-none`},Ml=d((({disabled:e=!1,onClick:t,text:n})=>o(Mn,{type:"button",onClick:t,disabled:e,children:o(ze,{font:"font-normal",children:n})}))),Al=d((({className:e,children:t})=>o("span",{className:u("inline-flex items-center text-start gap-s group-[]/btn-embedded:text-primary-main",e),children:t}))),Fl=d((({className:e,seconds:t})=>o("span",{className:e,children:Ll(t)}))),Ll=e=>[Math.floor(e/60),e%60].map((e=>String(e).padStart(2,"0"))).join(":"),zl=d((({children:e,isLoading:t,isSubmitButtonDisabled:n,timeNextReq:a,onSubmit:i,onSendCode:r,values:l,onChange:s,errorText:d,hasError:m,phone:u,onClose:h})=>o(zn,{maxWidth:"lg",onClose:h,children:c("div",{className:"flex flex-col gap-xl items-center rounded-md",children:[Vl(u),o(Bl,{values:l,setValues:s,errorText:d,hasError:m}),jl(a,r),e,$l(n,i),t?o(ai,{blur:!1}):null]})}))),Vl=e=>o(k,{className:"w-full",title:"Подтвердите номер телефона",description:`Мы отправили код на ${e}`,headlineVersion:"XS",isEmbedded:!0,as:"h6"}),$l=(e,t)=>o(Ml,{text:"Далее",disabled:e,onClick:t}),jl=(e,t)=>e?c("div",{className:"flex flex-row text-l font-light text-base gap-2xs",children:[o("span",{children:" Получить новый код можно через"}),o(Fl,{seconds:e})]}):o(Mn,{embedded:!0,onClick:t,children:o(Al,{children:"Получить новый код"})}),ql=e=>180-Math.floor((Date.now()-e)/1e3),Ul=Qa(),Wl=Qa(),Hl=d((({phone:e,onSuccess:t=En,onClose:n=En,formatData:i={},reqId:l})=>{const[s,c]=a(Array(4).fill("")),[d,m]=a(l),{handleSubmit:u,hasError:h,errorText:p,isLoading:g,timeNextReq:f,isSubmitButtonDisabled:y,setTimeNextReq:b,setErrorText:x}=(({values:e,onSuccess:t,formatData:n,reqId:i})=>{const l=Math.max(ql(Date.now()),0),[s,o]=a(""),[c,{setTrue:d,setFalse:m}]=nn(!1),[u,h]=a(l),p=r((()=>o("")),[]),g=!e.every(Boolean);return{handleSubmit:r((async()=>{try{d();const a=await Ul.checkCode({code:e.join(""),body:n,reqId:i});if(a?.errorDesc)return void o(a?.errorDesc);h(0),p(),t?.(e.join(""))}catch{o("Неверный код")}finally{m()}}),[e]),hasError:Boolean(s),errorText:s,isLoading:c,timeNextReq:u,isSubmitButtonDisabled:g,setTimeNextReq:h,setErrorText:o}})({values:s,onSuccess:t,formatData:i,reqId:d??""}),v=qa(e),N=_l({seconds:f,onTick:b}),w=r((async()=>{const e=await Wl.sendCode({phone:v});e&&(b(180),N(180),x(""),m(String(e)))}),[v,N,n]);return o(zl,{isSubmitButtonDisabled:y,onSubmit:u,onSendCode:w,timeNextReq:f,values:s,onChange:c,phone:e,isLoading:g,errorText:p,hasError:h,onClose:n})})),Yl={initcorporatelead:async({formatData:e={},typeForm:t,responseTypeDialog:n,verifyPhoneDialog:a,data:i=[],aspects:r={},ev:l})=>{const{phone:s}=e,o=await ni.sendCode({phone:String(s)});o?a.open({phone:s,formatData:e,reqId:String(o),onSuccess:()=>{a.close(),n.open({ok:!0,typeForm:t}),ti({aspectsAttributes:i,aspects:r,ev:l})}}):n.open({ok:Boolean(o),typeForm:t})},callback:async({formatData:e,data:t,aspects:n={},ev:a,typeForm:i,responseTypeDialog:r,onSuccess:l=En})=>{const s=await ni.sendPhoneCallRequest(e);l(),"success"===s?.status?(r.open({ok:!0,typeForm:i}),ti({aspectsAttributes:t,aspects:n,ev:a})):"error"===s?.status?r.open({ok:!1,errorMessage:"Ваша заявка уже в работе. Дождитесь звонка от сотрудника Банка"}):(r.open({ok:Boolean(s)}),s&&ti({aspectsAttributes:t,aspects:n,ev:a}))},default:async({formatData:e,data:t,aspects:n={},ev:a,router:i,responseTypeDialog:r,endpoint:l})=>{const s=Boolean(await ni.send(e,i,"lead"===l));r.open({ok:s}),s&&ti({aspectsAttributes:t,aspects:n,ev:a})}},Gl=Yt((({className:e,title:t,typeForm:n="",sections:a=[],button:i,link:s,endpoint:d,additionalParams:m,isContacts:h,data:p,onSuccess:g,...f})=>{const y=l((()=>a?.flatMap((e=>e?.inputs))||[]),[a]),b=l((()=>((e,t="")=>({...Object.fromEntries(e.map((e=>[e.name,"vedTypes"===e?.name&&e?.defaultValue||za[e.name||""]]))),typeForm:{key:t,text:""}}))(y,n)),[y,n]),x=_(),v=tn(),N=l((()=>Rn(y)),[y]),C=pn(Vn),S=pn(Hl),k=r((async(e,t)=>{const a=Pa({...e,...m});await Kl(d??"default",{formatData:a,ev:t,typeForm:n,data:p,aspects:v,router:x,responseTypeDialog:C,verifyPhoneDialog:S,onSuccess:g,endpoint:d})}),[n]),[,{field:I,onSubmit:T}]=dn(b,{resetOnSubmit:!0,formValidator:N,onSubmit:k}),R=(e=>e?.find((e=>"consentDataProcessing"===e?.name)))(y)?.name,D=R?I("consentDataProcessing"):void 0;return c(hn,{className:u("container space-y-m",e),title:t,...f,children:[c("form",{onSubmit:T,children:[Pl(a,I,{typeForm:n,additionalParams:m}),di({consentDataProcessing:D,link:s,button:i,typeForm:n})]}),h?c("div",{className:"space-y-m",children:[o(w,{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(ie,{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(ie,{image:{icon:"MailIcon"},width:"24",height:"24"}),o("span",{children:"ved@rshb.ru"})]})]})]}):null]})})),Kl=async(e,t)=>{const n=Yl[e]||Yl.default;await n(t)},Jl=d((({attempts:e,onClose:t=En})=>{const n=Xt(),a=e>1,i=r((()=>{n.assign("/natural")}),[]),l=r((()=>{a?i():t()}),[a]);return o(zn,{onClose:l,children:c("div",{className:"flex flex-col gap-xl items-center",children:[o(C,{align:"text-center",children:"Уважаемый клиент!"}),o(C,{align:"text-center",children:"Для получения кредита Вам необходимо обратиться в офис Банка"}),c("div",{className:"flex flex-col sm:flex-row gap-xl items-center",children:[o(Mn,{type:"button",version:"secondary",onClick:i,children:"Завершить"}),a?null:o(Mn,{type:"button",onClick:t,children:"Продолжить"})]})]})})}));function Xl(e,t){for(const[n,a]of e.entries())null!=a?t.setItem(n,a):t.removeItem(n)}function Ql(e,t){return Xl(e,t),Xl(t,e),e.bus.watch((({type:e,event:n})=>{null!=n?t.setItem(e,n):t.removeItem(e)}))}class Zl{storage;bus;get size(){return this.storage?.length??0}constructor(e,t=new he){this.storage=e,this.bus=t}hasItem(e){return Boolean(this.storage?.getItem(String(e)))}getItem(e){const t=this.storage?.getItem(String(e))??null;try{return JSON.parse(String(t))}catch(e){return null}}entries(){return Array.from({length:this.size},((e,t)=>{const n=String(this.storage?.key(t));return[n,this.getItem(n)]}))}setItem(e,t){null!==t?this.storage?.setItem(String(e),JSON.stringify(t)):this.storage?.removeItem(String(e)),this.bus?.subject(e,t)}removeItem(e){this.storage?.removeItem(String(e)),this.bus?.subject(e,null)}}class es{bus;store=new Map;get size(){return this.store.size}constructor(e=new he){this.bus=e}hasItem(e){return this.store.has(e)}getItem(e){return this.store.get(e)}entries(){return this.store.entries()}setItem(e,t){this.store.set(e,t),this.bus.subject(e,t)}removeItem(e){this.store.delete(e),this.bus.subject(e,null)}}const ts={};function ns(e,t=ts){const n=s(null),o=function(){const[,e]=a(0);return r((()=>e((e=>(e+1)%65536))),[])}();return i((()=>e.bus.watch((e=>{n.current?.has(String(e.type))&&o()}))),[e,o]),l((()=>new Proxy(t,{get:(t,a)=>(n.current||=new Set,n.current.add(a),e.getItem(a)),has:(t,a)=>(n.current||=new Set,n.current.add(a),e.hasItem(a)),set:(t,n,a)=>(e.setItem(n,a),!0),deleteProperty:(t,n)=>(e.removeItem(n),!0)})),[e])}const as=new es;function is(){return ns(as)}Ql(as,new Zl(globalThis?.sessionStorage));const rs=e=>globalThis[e];function ls(e,t,n=!0){const[r,l]=a(void 0);return i((()=>{let a=!0;return((e,t,n=!1)=>{const a=globalThis.document.getElementById(t);if(a){const t=rs(e);return t?Promise.resolve(t):new Promise((t=>{a.addEventListener("load",(()=>{t(rs(e))}))}))}return new Promise(((a,i)=>{const r=globalThis.document.createElement("script");r.src=t,r.async=!0,r.id=t,n&&(r.type="module"),r.addEventListener("load",(()=>{a(rs(e))})),r.addEventListener("error",(e=>{i(e)})),globalThis.document.head.appendChild(r)}))})(e,t).then((e=>{a&&l(e)})).catch((e=>{console.error(`Failed to initialize external namespace: ${e}`)})),()=>{if(a=!1,n){const e=globalThis.document.getElementById(t);e&&globalThis.document.head.removeChild(e),l(void 0)}}}),[e,t,n]),r}const ss=()=>globalThis.location!==globalThis?.top?.location,os=()=>{const e=ss(),t=globalThis.document?.body?.scrollHeight,n=is(),a=new URLSearchParams(decodeURIComponent(globalThis.location?.search)).get("styles");a&&((e="")=>{if(!globalThis.document.getElementById(e)){const t=globalThis.document.createElement("link");t.href=e,t.id=e,t.rel="stylesheet",globalThis.document.head.appendChild(t)}})(a),i((()=>{e&&globalThis.parent.postMessage({height:document.body.scrollHeight},"*")}),[t,e]),i((()=>{const t=e=>{e.data?.location&&(n.frameLocation=e.data?.location)};return e&&globalThis.addEventListener("message",t),()=>{e&&globalThis.removeEventListener("message",t)}}),[e])},cs="Некорректно заполненное поле",ds="Укажите регион, город/населенный пункт, улицу, дом",ms=/^[0-9а-яё]*$/i,us=/^[\u0400-\u04FF-\s]+$/u,hs=/^(?!\s*$)[^\p{Script=Cyrillic}]+$/u,ps=e=>Boolean(e.region&&(e.city||e.locality)&&e.house),gs=()=>ln(ps)(ds),fs=e=>ln((e=>"string"==typeof e&&e.length>1&&us.test(e)))(e??cs),ys=e=>ln((e=>"string"==typeof e&&/^[0-9]{1,2}$/g.test(e)))(e??cs),bs=(e,t,n=!1)=>ln((t=>"string"==typeof t&&t.length>=1&&(n?t.length===e:t.length<=e)))(t??cs),xs=e=>ln((({minAge:e,maxAge:t})=>n=>{const a=new Date,i=new Date(a.getFullYear()-e,a.getMonth(),a.getDate()),r=t?new Date(a.getFullYear()-t,a.getMonth(),a.getDate()):null;return!(!n||n>i||r&&n<r)})(e))(e.errorMessage),vs=e=>{const t=String(e).replace(/[^0-9]+/g,"");if(11===t.length&&"00000000000"!==t){let e=0;for(let n=0;n<9;n++)e+=parseInt(t.charAt(n))*(9-n);return e>101&&(e%=101),100!==e&&101!==e||(e=0),e===parseInt(t.slice(9))}return!1},Ns=e=>Cs(18,e)("Укажите дату заключения трудового договора"),ws=e=>Cs(0,e)("Укажите дату регистрации"),Cs=(e,t)=>ln((n=>{if(n&&t){const a=n.getTime(),i=new Date(t?.getFullYear()+e,t?.getMonth(),t?.getDate()).getTime(),r=(new Date).getTime();return a>=i&&a<=r}return!1})),Ss=(e=!1)=>ln((t=>Boolean(t)&&Boolean(e)))("Укажите наименование организации"),ks=(e=!1)=>ln((t=>kn(t)&&Boolean(e)))("Укажите ИНН"),Is={credit:{minAge:23,maxAge:75,errorMessage:"Допустимый возраст заёмщика - от 23 до 75 лет"},creditCard:{minAge:21,maxAge:73,errorMessage:"Допустимый возраст заёмщика - от 21 до 73 лет"},debitCard:{minAge:18,errorMessage:"Допустимый возраст - от 18 лет"}},Ts=e=>xs(Is[e]),Rs={processPersonalDataFlg:Sn,consentProviderFlg:Sn,consentInformFlg:Sn,consentPfrFlg:Sn,consentOthersFlg:Sn,consentFATCA:Sn},Ds={addressCourier:gs(),paymentSystem:bn("Укажите тип платежной системы"),currency:bn("Укажите валюту"),cardCategory:bn("Укажите категорию карты"),codeWord:(e=>ln((e=>"string"==typeof e&&e.length>=3&&e.length<=21&&ms.test(e)))(e??cs))("Необходимо ввести кодовое слово"),confirmationIncome:xn(),methodObtain:bn(),deliveryDate:(e=>ln((e=>e?.getTime()>=(new Date).getTime()))(e))("Укажите дату доставки")},Ps={organization:xn("Выберите тип организации"),organizationAddress:ln((e=>Boolean(e.fiasCode&&(e.city||e.locality)&&e.house)))(ds),organizationPhone:Cn("Укажите номер телефона"),organizationName:bn("Укажите наименование организации"),legalForm:bn("Укажите ОПФ"),lastJobExperience:ys("Укажите стаж на последнем месте работы"),experience5Years:ys("Укажите общий стаж за последние 5 лет"),jobsNumber:ys("Укажите количество мест работы за последние 5 лет"),addressFact:gs(),addressRegistration:gs(),addressRetail:xn("Выберите адрес банка"),addressMatch:bn(),sex:bn("Укажите свой пол"),birthPlace:bn("Укажите место рождения"),education:xn("Выберите ваше образование"),housing:xn("Выберите тип жилья"),amountWorkers:xn("Выберите информацию о количестве сотрудников"),employment:xn("Выберите информацию о трудоустройстве"),employerActivities:xn("Выберите вид деятельности организации"),employerOrganization:xn("Выберите вид организации"),positionOrganization:xn("Выберите вашу должность"),familyStatus:xn("Выберите семейное положение"),familyMembers:bs(2,"Укажите количество членов семьи"),children:bs(2,"Укажите количество детей"),dependents:bs(2,"Укажите количество иждивенцев"),snils:(e=>ln(vs)(e))("Некорректный номер СНИЛС"),conscription:bn(),armyIdFlg:Sn,dulSerie:bs(4,"Укажите серию паспорта",!0),dulNumber:bs(6,"Укажите номер паспорта",!0),dulSubdivisionCode:bs(7,"Укажите код подразделения",!0),dulIssuedBy:bn("Укажите организацию, выдавшую паспорт"),retirementIncome:bn(),otherIncome:bn(),wages:bn(),mandatoryPayments:bs(10,"Укажите сумму обязательных выплат"),bankruptcyFlg:bn(),shareholderFlg:bn(),legalEntityName:bn(),bankEmployeeCode:bn(),partInBusiness:bn(),regionRetail:xn("Выберите регион"),latinSurname:bn("Укажите фамилию"),surname:fs("Укажите свою фамилию на кириллице"),name:fs("Укажите своё имя на кириллице"),middleName:fs("Укажите своё отчество на кириллице")},Es={...Ps,...Ds,...Rs},_s={credit:{processPersonalDataFlg:{text:"Согласие на обработку персональных данных",docId:4},consentInformFlg:{text:"Согласие на информирование о продуктах и услугах Банка",docId:14},consentProviderFlg:{text:"Согласие об использовании простой электронной подписи",docId:5},consentOthersFlg:{text:"Прочие согласия",docId:1},consentPfrFlg:{text:"Согласие на запрос в CФР",docId:3}},creditCard:{processPersonalDataFlg:{text:"Согласие на обработку персональных данных",docId:4},consentInformFlg:{text:"Согласие на информирование о продуктах и услугах Банка",docId:14},consentProviderFlg:{text:"Согласие об использовании простой электронной подписи",docId:5},consentOthersFlg:{text:"Прочие согласия",docId:19},consentInformMaterialsFlg:{text:"Согласие на получение информационных материалов",docId:18}},debitCard:{processPersonalDataFlg:{text:"Согласие на обработку персональных данных",docId:4},consentInformFlg:{text:"Согласие на информирование о продуктах и услугах Банка",docId:14},consentOthersFlg:{text:"Прочие согласия",docId:20},consentFATCA:{text:"Форма самосертификации",docId:10}}};var Bs;!function(e){e.Success="SUCCESS",e.Error="ERROR",e.Pending="PENDING"}(Bs||(Bs={}));const Os=async(e,t,n)=>{try{return(await Ms(e,t,n)).json()}catch(e){return console.error(e),null}};async function Ms(e,t,n){const a=(()=>{const e=new Uint8Array(8);return globalThis.crypto.getRandomValues(e),e.reduce(((e,t)=>`${e}${t.toString(16).padStart(2,"0")}`),"")})();return globalThis?.fetch?.(`/light-api-cash/v1${e}`,{method:t,headers:{"Content-Type":"application/json","X-B3-Sampled":"1","X-B3-Spanid":a,"X-B3-Traceid":a,...As()},credentials:"include",body:n?JSON.stringify(n):null})}const As=()=>{const e=sessionStorage.getItem("accessToken");return e?{Authorization:`Bearer ${e}`}:null},Fs=d((({onChangeEsiaStatus:e,productType:t})=>{const n=Xt(),a=is().frameLocation,i=r((async()=>{try{const e=await(t={redirectUri:a||globalThis.location.origin+globalThis.location.pathname},Os("/esia/getLink","POST",t));e?.link&&(a?window.parent.postMessage({redirectUri:e?.link},"*"):n.assign(e.link))}catch{e(Bs.Error)}var t}),[a]);return c("div",{className:"flex items-center rounded-md bg-main-gray p-4xl",children:[c("div",{className:"flex gap-m flex-col justify-around w-full",children:[o("p",{className:"text-xl",children:"Заполните данные через Госуслуги"+("debitCard"===t?" - это значительно сократит время оформления заявки":"")}),"debitCard"===t?null:c("ul",{className:"list-disc list-inside",children:[o("li",{children:"Вероятность одобрения выше"}),o("li",{children:"Без справок о доходах и трудоустройстве"}),o("li",{children:"С защитой Ваших данных"})]}),o(ie,{className:"block self-center @md:hidden",image:{icon:"GosUslugiIcon",iconVersion:"normal"},height:"80",width:"80"}),o(Mn,{type:"button",onClick:i,className:"w-full @md:w-fit",children:"Заполнить"})]}),o(ie,{className:"hidden @md:block",image:{icon:"GosUslugiIcon",iconVersion:"normal"},height:"164"})]})})),Ls={url:"suggest/address",responseFilter:e=>Boolean(e?.data?.postal_code)},zs={name:{url:"suggest/fio",requestData:{parts:["NAME"],gender:"UNKNOWN"}},surname:{url:"suggest/fio",requestData:{parts:["SURNAME"],gender:"UNKNOWN"}},middleName:{url:"suggest/fio",requestData:{parts:["PATRONYMIC"],gender:"UNKNOWN"}},email:{url:"suggest/email"},dulSubdivisionCode:{url:"suggest/fms_unit",responseItemHandler:e=>({value:e?.data?.code||"",additionalValue:e?.data?.name})},dulIssuedBy:{url:"suggest/fms_unit"},organizationName:{url:"suggest/party",responseItemHandler:e=>{const t=e?.data?.inn,n=e?.data?.address?.value||"",a=n?`${t} ${n}`:t;return{value:e?.value||"",additionalValue:a}}},inn:{url:"suggest/party",responseItemHandler:e=>({value:e?.data?.inn||""})},addressRegistration:Ls,addressFact:Ls,organizationAddress:Ls,addressCourier:Ls},Vs=d((({options:e,container:t,onChange:n})=>{const[r,l]=a(-1),s=t=>{const a=e.length-1;"ArrowDown"===t.key?l(r<a?r+1:0):"ArrowUp"===t.key?l(r>0?r-1:a):"Enter"===t.key&&e[r]&&(t.preventDefault(),n(e[r]))};return i((()=>(t.addEventListener("keydown",s),()=>t.removeEventListener("keydown",s))),[r]),o("div",{className:"bg-white text-l overflow-y-auto overflow-x-hidden rounded-md shadow-2xl",role:"list",children:e?.map(((e,t)=>c("div",{className:u("px-m py-xs cursor-pointer hover:bg-main-divider relative",{"bg-main-divider":r===t}),role:"listitem",onMouseDown:()=>n(e),children:[o("p",{children:e.processedValue}),e.additionalValue?o("p",{className:"text-xs text-secondary-text",children:e.additionalValue}):null]},t.toString())))})}));const $s=d((({value:e="",onChange:t=En,onDaDataChange:n,name:c="",daDataQueryPrefix:d,dadata:m=!1,type:u,...h})=>{const[p,{setFalse:g,setTrue:f}]=nn(),y=function({isOpen:e,value:t,name:n,onChange:c,onDaDataChange:d,daDataQueryPrefix:m}){const u=s(t),h=s(t),[p,g]=a([]),f=sa(),y=zs[n],b=r((()=>{h.current=t,f.close()}),[t]),x=r((e=>{b(),h.current=e.processedValue,c?.(e.processedValue),d?.(e)}),[b,c]),v=s(null),N=l((()=>async e=>{if(!y)return;const t=await yr({url:y.url,responseItemHandler:y.responseItemHandler,responseFilter:y.responseFilter,requestData:{...y?.requestData},query:e,queryPrefix:m});t?.length&&g(t)}),[m]),w=l((()=>qn(N,300)),[N]);return i((()=>{if(!e||!v.current||h.current===t)return void b();const n=v.current,{top:a,left:i,width:r,height:l}=n.getBoundingClientRect();t&&u.current!==t&&(w(t),u.current=t),f.open({popup:o(Vs,{options:p,container:n,value:t,onChange:x}),top:a+globalThis.scrollY+l,left:i,width:r})}),[e,p,t,x]),v}({isOpen:p&&m,name:c,value:e,daDataQueryPrefix:d,onChange:t,onDaDataChange:n}),b=r((e=>{let n=e??"";"number"===u&&(n=n.replace(/^0+(?=\d)/,"")),t?.(n)}),[t]);return o(Xn,{value:e,onChange:b,inputRef:y,isOpen:p,onOpen:f,onClose:g,...h})})),js=d((({field:e,input:t})=>{const n=t?.name||"addressRegistration",a=e(n).value,i=r((t=>{e?.(n)?.onChange?.(qs(t))}),[]),l=r((t=>{e?.(n)?.onChange?.({apartment:"",city:"",district:"",fullAddress:t,fiasCode:"",house:"",locality:"",okatoRegionCode:"",postcode:"",region:"",regionCode:"",street:"",qc:"",qcComplete:"",qcHouse:""})}),[]);return o($s,{disabled:Fr(e,t,n),label:"Адрес",...e(n),value:a?.fullAddress,onChange:l,...t,onDaDataChange:i})})),qs=e=>({apartment:e?.data?.flat,city:e?.data?.city,district:e?.data?.area_with_type,fullAddress:e?.unrestricted_value,fiasCode:e?.data?.fias_id,house:e?.data?.house,locality:e?.data?.settlement_with_type,okatoRegionCode:e?.data?.okato,postcode:e?.data?.postal_code,region:e?.data?.region,regionCode:e?.data?.region_kladr_id?e?.data?.region_kladr_id.substring(0,2):"",street:e?.data?.street,qc:e?.data?.qc,qcComplete:e?.data?.qc_complete,qcHouse:e?.data?.qc_house,...Us(e)}),Us=e=>{const t=e?.data?.block,n=e?.data?.block_type;if(!t)return{building:null,block:null};switch(n){case"литера":case"стр":return{building:t,block:null};case"к":{const e=Ws(t),[n,a]=t.split(e);return e?{building:a,block:n}:{building:null,block:n}}default:return{building:null,block:null}}},Ws=e=>e.includes("стр")?" стр ":e.includes("литера")?" литера ":"",Hs=Yt((({field:e,input:t,source:n})=>{const[l,s]=a(""),c=e("addressCourier")?.value,d=c?.locality,m=c?.city;i((()=>{!m&&!d||n?.deliveryCities?.includes(m)?s(""):(e?.("addressCourier")?.onChange?.({...c,house:""}),s("Город недоступен для доставки"))}),[m,d,n]);const u=r((t=>{e?.("addressCourier")?.onChange?.(qs(t))}),[]),h=r((t=>{e?.("addressCourier")?.onChange?.({apartment:"",city:"",district:"",fullAddress:t,fiasCode:"",house:"",locality:"",okatoRegionCode:"",postcode:"",region:"",regionCode:"",street:"",qc:"",qcComplete:"",qcHouse:""})}),[]);return o($s,{label:"Адрес",...e("addressCourier"),value:c?.fullAddress,onChange:h,...t,error:l||e("addressCourier")?.error,onDaDataChange:u})})),Ys=d((({field:e,input:t})=>{const n="addressFact",a=e(n).value,{value:l}=e("addressMatch");i((()=>{l&&e("addressFact")?.onChange?.(e("addressRegistration").value)}),[l,e("addressRegistration").value]);const s=r((t=>{e?.(n)?.onChange?.(qs(t))}),[]),c=r((t=>{e?.(n)?.onChange?.({apartment:"",city:"",district:"",fullAddress:t,fiasCode:"",house:"",locality:"",okatoRegionCode:"",postcode:"",region:"",regionCode:"",street:"",qc:"",qcComplete:"",qcHouse:""})}),[]);return o($s,{label:"Адрес",disabled:l,...e(n),value:a?.fullAddress,onChange:c,...t,onDaDataChange:s})})),Gs=d((({field:e,input:t})=>o(Er,{text:"Адрес фактического места жительства совпадает с адресом регистрации",...e(t?.name??"")}))),Ks=d((({value:e,subText:t,children:n,isPhone:a,...i})=>{const r=(Array.isArray(e)?e:e?.split(",")??[]).filter(Boolean);return[r.length,n,t].every((e=>!e))?null:Js({textItems:r,subText:t,children:n,isPhone:a,...i})})),Js=({label:e,labelSize:t="text-m",textItems:n,subColor:a,subText:i,className:r,children:l,isPhone:s=!1})=>c("div",{className:u("flex gap-2xs flex-col h-full max-w-[300px]",r),children:[e?o(ze,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,l||Xs(n,s),i?o(ze,{color:a,size:"text-m",children:i}):null]}),Xs=(e,t)=>e.filter(Boolean).map(((e,n)=>o(ze,{size:"text-l",children:t?o("a",{href:`tel:${Qs(e)}`,children:e.trim()}):e.trim()},String(n)))),Qs=e=>e.replace(/\D/g,""),Zs=d((({className:e,children:t})=>o("div",{className:u("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}))),eo=d((({isUnfolded:e,...t})=>o(G,{name:e?"ArrowUpIcon":"ArrowDownIcon",size:"small",iconVersion:"",...t}))),to=d((({className:e,isUnfolded:t,short:n,label:a=(t?"Скрыть":"Развернуть"),embedded:i,...r})=>c(Mn,{className:u({"w-full":!n},e),embedded:i,shape:n?"default":"square",role:"tab","aria-label":"Кнопка сворачивающейся секции",...r,children:[o(Al,{children:a}),o(eo,{isUnfolded:t,iconVersion:i?"color":""})]}))),no=d((({className:e,role:t="tablist",children:n})=>o("div",{className:u(e),role:t,children:n})));const ao=d((({className:e,isUnfolded:t,isOverflowVisible:n=!1,children:a})=>{const r=s(null),l=function(e,t){const n=s(null);return i((()=>{const t=n?.current;if(!t)return;const a=new ResizeObserver((n=>{e(t,n[0])}));return a.observe(t),()=>{a.disconnect()}}),[e,...t]),n}((e=>{r.current&&(r.current.style.maxHeight=t?`${e.scrollHeight}px`:"")}),[t]);return o("div",{ref:r,className:u("transition-max-h duration-300",n&&t?"overflow-clip":"overflow-hidden",{"max-h-0":Boolean(r.current||!t)}),role:"tabpanel","aria-label":"Сворачивающаяся секция",children:o("div",{className:e,ref:l,children:a})})})),io=d((({children:e})=>{const[t,{toggle:n}]=nn(!1);return c("div",{children:[o("div",{className:"hidden sm:block",children:e}),c(no,{className:"block sm:hidden",children:[o(ao,{isUnfolded:t,children:e}),o(to,{className:"my-m mr-m border-b border-solid border-main-divider",label:t?"Скрыть":"Подробнее",isUnfolded:t,embedded:!0,onClick:n})]})]})})),ro=e=>{const t=so(e);return o(Ks,{label:"Режим работы",value:t,className:"max-w-none"})},lo=({workTime:e="",lunchHour:t="",daysOff:n=""},a=!1)=>e?[`${a?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",n?`не работает: ${n}`:""].filter(Boolean).join("; "):"",so=e=>{const t=e.find((e=>"workingSaturday"!==e.key&&Boolean(e.status)&&Boolean(e.workTime))),n=e.find((e=>"workingSaturday"===e.key&&Boolean(e.status)&&Boolean(e.workTime))),a=e.filter((e=>!e.status)).map((e=>e.short?.toLowerCase())).join(", ");return[lo({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:n?"":a}),lo({workTime:n?.workTime,lunchHour:n?.lunchHour,daysOff:a},!0)].filter(Boolean)},oo=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],co=e=>oo.map((([t,n,a])=>({key:t,title:a,short:n,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??"")}}))),mo=e=>{if(!e)return null;const t=uo(e);return c(Zs,{className:"border-none",children:[o(Ks,{label:"Для юридических лиц",labelSize:"text-l",children:o("div",{className:"flex gap-1",children:t.map(ho)})}),o(Ks,{label:"Режим работы",className:"max-w-none",children:o(ze,{children:e})})]})},uo=e=>{const t=oo.map((([,e])=>({short:e,status:!0}))),n=e.split("/")??[],a=n[n.length-1]?.toLowerCase();return a?.includes("выходной")?t.map((e=>({...e,status:!a?.includes(e.short.toLowerCase())}))):t},ho=({short:e,status:t},n)=>o("div",{className:u("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(n)),po=({currency:e,buyExchangeRate:t,saleExchangeRate:n},a)=>c("div",{className:"flex gap-lg h-full",children:[e?.currency?o(Ks,{label:"Валюта",value:e.currency}):null,t?o(Ks,{label:"Купить",value:String(t)}):null,n?o(Ks,{label:"Продать",value:String(n)}):null]},String(a)),go={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"}},fo=d((({className:e,children:t,color:n="gray"})=>c("div",{className:u("sm:p-s sm:border sm:border-green rounded-md flex items-center h-fit",go[n].border,e),children:[o("div",{className:"block pr-m sm:pr-0 sm:hidden",children:o(ie,{image:{icon:"SmallClockIcon"},width:"24",height:"24"})}),o(ze,{size:"text-m",color:go[n].text,children:t})]}))),yo=(new Date).getDay(),bo=e=>{const[t]=e?.slice(yo-1)??[];if(!t)return null;const{lunchHour:n,status:a,workTime:i,hasLunch:r}=t;return a?c("div",{className:"flex gap-s items-start whitespace-nowrap",children:[i?o(fo,{color:"green",children:i}):null,n&&r?o(fo,{color:"yellow",children:`перерыв: ${n}`}):null]}):o(fo,{color:"red",children:"Выходной"})},xo=({lunchHour:e,hasLunch:t=!1,status:n=!1})=>n?e&&t?`Перерыв ${e}`:e:"Не работает",vo=({title:e,status:t,workTime:n,lunchHour:a,hasLunch:i},r)=>o(Ks,{label:e,value:t&&n?n:"",subText:xo({lunchHour:a,hasLunch:i,status:t}),subColor:!t||i?"text-error":"text-green-dark"},String(r)),No=e=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p>`,wo=e=>`<p><b>Режим обслуживания физ. и юр. лиц:<br/></b> ${e}</p>`,Co=(e,t)=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p> <p><b>Режим обслуживания юр.лиц:<br/></b>${t}</p>`,So=(e,t)=>{if(!e.workSchedule)return null;const n=co(e.workSchedule);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.name}),e.address?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(G,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:e.address})]}):null]}),bo(n)]}),o(io,{children:ko(e)})]},String(t))},ko=({phone:e,fax:t,phoneBusiness:n,phoneNatural:a,phoneCallCentre:i,phoneCurrencyControl:r,workSchedule:l,exchangeRate:s})=>{const d=co(l),m=l?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return c("div",{children:[c(Zs,{className:"flex-wrap border-b border-solid border-main-divider",children:[o(Ks,{label:"Факс",value:t,isPhone:!0}),o(Ks,{label:"Телефон филиала",value:e,isPhone:!0}),o(Ks,{label:"Для обращений юридических лиц",value:n,isPhone:!0}),o(Ks,{label:"Обслуживание физических лиц",value:a,isPhone:!0}),o(Ks,{label:"Для консультаций по валютному контролю",value:r,isPhone:!0}),o(Ks,{label:"Контакт-центр",value:i,isPhone:!0})]}),l?.isMatchesPattern?o(Zs,{children:o(Ks,{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(vo)})})}):c(Zs,{children:[o(Ks,{label:m,labelSize:"text-l",children:o("div",{className:"flex gap-1",children:d?.map(ho)})}),ro(d)]}),l?.businessScheduleVisibleTag?mo(l?.businessScheduleDescription):null,s?.currencies?.length?o(Zs,{className:"flex-wrap",children:s?.currencies?.map(po)}):null]})},Io=({name:e="",address:t="",workSchedule:n})=>{const a=(i=e)?`${i?.charAt(0)?.toUpperCase()}${i?.slice(1)}`:"";var i;const r=`${t} ${(e=>{const t=co(e),n=e?so(t):"",a=e?e.businessScheduleDescription:"";return e?e.businessScheduleVisibleTag?e.businessScheduleVisibleTag&&null===e.businessScheduleDescription?No(n):Co(n,a):wo(n):""})(n)}`;return{header:a,body:r}},To={workingSaturday:!1,premiumService:!1,privateBanking:!1,remoteWorkplace:!1,serviceDisabledPeople:!1,sellingCoins:!1,buyingCoins:!1,bullionOperations:!1,preciousMetalsOperations:!1,transferringDataToBiometricSystem:!1,barrierFree:!1,equippedWithRamp:!1,equippedWithLift:!1,equippedWithElevator:!1,equippedWithStairclimber:!1,hasHelpMeButton:!1,billAcceptorEnable:!1,workAllTime:!1,terminalTypeTerm:!1,terminalTypeAtms:!1},Ro={billAcceptorEnable:"Прием наличных",bullionOperations:"Операции со слитками",buyingCoins:"Покупка монет из драгоценных металлов",designDisabledPeople:"Для слабовидящих",locationDisabledPeople:"Для маломобильных",preciousMetalsOperations:"Операции с драгоценными металлами",premiumService:"Премиальное обслуживание",privateBanking:"Услуга Private banking",remoteWorkplace:"Удаленное рабочее место",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",transferringDataToBiometricSystem:"Передача фото и голоса в Единую биометрическую систему",sellingCoins:"Продажа монет из драгоценных металлов",safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",serviceDisabledPeople:"Для маломобильных граждан",workAllTime:"Круглосуточно",workingSaturday:"Открыты по субботам",barrierFree:"Без барьеров",equippedWithRamp:"Есть пандус",equippedWithLift:"Есть подъёмник",equippedWithElevator:"Есть лифт",equippedWithStairclimber:"Есть лестницеход",hasHelpMeButton:"Есть кнопка «HELP ME»"},Do={...{terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable),locationDisabledPeople:e=>Boolean(e.locationDisabledPeople),designDisabledPeople:e=>Boolean(e.designDisabledPeople)},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),barrierFree:e=>Boolean("barrierFree"in e&&e.barrierFree),equippedWithRamp:e=>Boolean("equippedWithRamp"in e&&e.equippedWithRamp),equippedWithLift:e=>Boolean("equippedWithLift"in e&&e.equippedWithLift),equippedWithElevator:e=>Boolean("equippedWithElevator"in e&&e.equippedWithElevator),equippedWithStairclimber:e=>Boolean("equippedWithStairclimber"in e&&e.equippedWithStairclimber),hasHelpMeButton:e=>Boolean("hasHelpMeButton"in e&&e.hasHelpMeButton)},Po=(e,t)=>{const n=Object.keys(t).filter((e=>t[e]));return e.filter((e=>n.every((t=>Do[t](e)))))},Eo=()=>{},_o=({data:e,remoteWorkplaces:t=[],filtrationState:n={},getBalloon:a=Eo,getBalloonRemoteWorkplaces:i=Eo})=>{const[r,s,o,c]=l((()=>{const r=Po(e,n),l=Po(t,n),s=[...r.map((e=>({type:"offices",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:a(e)}))),...l.map((e=>({type:"workplaces",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:i({address:e.address,workScheduleDescription:e.workScheduleDescription})})))].filter((e=>e.coords&&2===e.coords.length));return[r,s,l,r.length+l?.length]}),[e,t,n,a,i]);return{filteredItems:r,points:s,filteredRemoteWorkplaces:o,lengthItems:c}},Bo=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),Oo=d((({children:e})=>Bo?e:null)),Mo="/icons/MapMarkerClusterIcon.svg",Ao="/icons/MapMarkerClusterYellowIcon.svg";function Fo({yandexMaps:e,map:t,points:n,isLoad:a}){if(a||!n)return;if(t.geoObjects.removeAll(),!n.length)return;const i=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),r=Lo("offices",e,i);if(n.length&&n.every((e=>"type"in e))){const a=Lo("workplaces",e,i),l=zo(n.filter((e=>"workplaces"===e.type)),"workplaces",e),s=zo(n.filter((e=>"offices"===e.type)),"offices",e);r.add(s),a.add(l),t.geoObjects.add(a),t.geoObjects.add(r)}else{const a=zo(n,"offices",e);r.add(a),t.geoObjects.add(r)}t.setBounds(e.util.bounds.fromPoints(n.map((e=>e.coords)))).then((()=>{t.getZoom()>10&&t.setZoom(10)}))}const Lo=(e,t,n)=>new t.Clusterer({clusterIcons:[{href:"offices"===e?Mo:Ao,size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:n,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),zo=(e,t,n)=>e.map((({coords:e,content:a})=>new n.Placemark(e,{balloonContentHeader:a?.header,balloonContentBody:a?.body,balloonContentFooter:a?.footer,hintContent:a?.hint},{iconLayout:"default#image",iconImageHref:"offices"===t?Mo:Ao,iconImageSize:[78,84],iconImageOffset:[-35,-50]}))),Vo={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",font:"text-center font-sans"},$o={...Vo,border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center"},jo=(e,t,n)=>o("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values($o).join(" ")} ${n}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.current.geoObjects.add(t.geoObjects)}))},children:o(G,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),qo={...Vo,border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center"},Uo=d((({yandexMaps:e,direction:t="in"})=>{const n="in"===t?"PlusIcon":"MinusIcon";return o("div",{onClick:()=>{const n=e.current.getZoom(),a="in"===t?n+1:n-1;e.current.setZoom(a,{checkZoomRange:!0})},className:`${Object.values(qo).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:o(G,{name:n,width:"20",height:"16"})})})),Wo=[55.753995,37.614069],Ho=d((({points:e,className:t="",zoom:n=5,isLoad:a,selectedAddress:r})=>{const l=s(null),d=s(null),m=ls("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${O.YANDEX_MAP_API_KEY||""}&lang=ru_RU`,!1);if(i((()=>{l.current?Fo({yandexMaps:m,map:l.current,points:e,isLoad:a}):m?.ready((()=>{l.current||(l.current=new m.Map(d.current,{center:Yo(e),zoom:n,controls:[],suppressMapOpenBlock:!0})),Fo({yandexMaps:m,map:l.current,points:e,isLoad:a})})),l.current&&r&&m?.geocode(r).then((e=>{const t=e.geoObjects.get(0).geometry.getCoordinates();l.current.setCenter(t),l.current.setZoom(18)}))}),[m,e,n,a,r]),!m)return null;const h="z-10";return c("div",{ref:d,className:u("relative","w-full",t),children:[a?o(ai,{}):null,c("div",{className:u("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",h),children:[o(Uo,{yandexMaps:l}),o(Uo,{yandexMaps:l,direction:"out"})]}),jo(l,m,u("right-2 top-80",h))]})})),Yo=e=>{const t=[Ko(Go(e,0)),Ko(Go(e,1))];return t.every((e=>e))?t:Wo},Go=(e,t)=>e.map((e=>e.coords?.[t])),Ko=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,Jo=e=>Number(e.toString().replace(",",".")),Xo=e=>{const{data:t,error:n}=yi(`/light-api-cash/v1/dictionary?dictionaryType=${encodeURIComponent(e)}`,Qo);return t&&"errorMessage"in t?{error:n}:{data:t,error:n}},Qo=async e=>await zt(e,{method:"POST"})||[],Zo=d((({field:e,input:t})=>{const[n,r]=a([]),{data:l}=Xo("REGION_RF"),s=e("regionRetail")?.value||{},d=e(t?.name??"");i((()=>{(async()=>{const e=await(async e=>{const t=await Os("/public-data/regionOffices","POST",{regionRfCd:{key:e},cashCardFlg:!0});return t?.offices?.map((e=>({...e,gpsLatitude:Jo(e.latitude??Wo[0]),gpsLongitude:Jo(e.longitude??Wo[1])})))||[]})(s?.key??"");r(e)})(),s?.key&&d.onChange?.("")}),[s.key]);const{points:m}=_o({data:n,filtrationState:{},getBalloon:Io});return c("div",{children:[o(ua,{label:"Адрес отделения",placeholder:"Выберите отделение",options:n.map((({id:e,address:t=""})=>({key:e?.toString()||"",text:t}))),...d,isSearch:!0}),o("div",{className:"h-[600px]",children:o(Oo,{children:o(Ho,{points:m,isLoad:!l,className:"h-full",selectedAddress:d?.value?.text})})})]})})),ec=new es;function tc(e){return ns(ec,e)}Ql(ec,new Zl(globalThis?.localStorage));const nc=()=>tc(),ac=Yt((({field:e,source:t,fieldName:n,placeholder:a="Выберите из списка",options:i,...r})=>{const l=t?.map((e=>({key:e.key||"",text:e.value})))||[];return o(ua,{placeholder:a,options:l,...e(n),...r})})),ic=d((({field:e,input:t})=>{const n=nc();return o(ac,{field:e,source:n.amountWorkers??[],label:"Количество работающих в организации",fieldName:"amountWorkers",input:t})})),rc=d((({field:e,input:t})=>o(Er,{text:"Наличие военного билета",...e(t?.name??"")}))),lc=d((({className:e,label:t,error:n,...a})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Sa,{label:$n({label:t,errors:a?.errors}),...a}),jn(n)]}))),sc=[{id:"true",text:"Да"},{id:"false",text:"Нет"}],oc=d((({field:e,input:t})=>{const[n,i]=a(""),l=r((t=>{i(t),"false"===t&&e("bankEmployeeCode")?.onChange?.(null)}),[]);return c("div",{className:"flex flex-col md:flex-row",children:[o(lc,{label:"Мне помог сотрудник Банка",orientation:"horizontal",items:sc,value:n,onChange:l}),"true"===n?o($s,{label:"Код представителя Банка",placeholder:"Введите код",isInteger:!0,maxLength:8,...e(t?.name??""),...t}):null]})})),cc=d((({field:e,input:t})=>o(Er,{text:"В отношении меня ведётся производство по делу о банкротстве",...e(t?.name??"")}))),dc=d((({field:e,input:t})=>o(cr,{label:"Дата начала работы на текущем месте",...e(t?.name??""),...t,disabled:Fr(e,t),maxDate:new Date}))),mc=d((({field:e,input:t})=>o($s,{label:"Место рождения",maxLength:100,...e(t?.name??""),...t,disabled:Fr(e,t)})));function uc(e){const t=globalThis.localStorage?.getItem(e),[n,i]=a(t?(e=>{try{return JSON.parse(String(e))}catch(e){return null}})(t):null);return[n,r((t=>{i((n=>{const a=t instanceof Function?t(n):t;return globalThis.localStorage?.setItem(e,JSON.stringify(a)),a}))}),[e])]}const hc=d((({__html:e,icon:t="InfoCircleIcon",iconVersion:n="black",image:a})=>c("div",{className:"flex flex-row items-center w-full min-h-14 bg-main-gray rounded-lg gap-m p-m",children:[o("div",{className:"rounded-full bg-white p-xs",children:a?o(ie,{image:a,className:"block w-max"}):o(G,{name:t,width:"24",height:"24",iconVersion:n})}),o("div",{className:"",children:o(Fe,{__html:e})})]}))),pc=d((({field:e,input:t})=>{const[n,s]=a([]),[d]=uc("programId"),{value:m,onChange:u}=e("cardCategory"),h=e("paymentSystem")?.value?.key,p=r((e=>1===e.length?{key:e[0].key,text:e[0].value}:null),[]);i((()=>{h&&d&&(async()=>{const e=await(async(e,t)=>{const n=await Os("/dictionaryFiltered","POST",{type:"CARD_TYPE",presets:{paymentSystemTypeCd:e,creditProgramId:t}});return Array.isArray(n)?n:[]})(h,d);s(e),gc(e,m)||u?.(p(e))})()}),[h,p]);const g=l((()=>n?.find((e=>e.key===m?.key))?.description),[n,m]);return c("div",{children:[o(ac,{field:e,source:n,label:"Категория карты",fieldName:"cardCategory",input:t}),g?o(hc,{__html:g}):null]})})),gc=(e,t)=>e.some((e=>e.key===t?.key)),fc=d((({field:e,input:t})=>o($s,{label:"Количество детей до 18 лет",placeholder:"Введите значение",isInteger:!0,type:"number",...e(t?.name??""),...t}))),yc=d((({field:e,input:t})=>o($s,{label:"Кодовое слово",maxLength:20,...e(t?.name??""),...t}))),bc=d((({field:e,input:t})=>{const{data:n}=Xo("INCOME_CERT_UNITED"),a=Fr(e,t);return c("div",{className:"space-y-xl",children:[a?o(hc,{__html:"Для выбора иного способа подтверждения дохода, оформите новую заявку на кредит без авторизации на портале Госуслуги"}):null,o(ac,{field:e,source:n,label:"Способ подтверждения дохода",fieldName:"confirmationIncome",input:t,disabled:a})]})})),xc=d((({field:e,input:t})=>{const{data:n}=Xo("MILITARY_STATUS");return o(ac,{field:e,source:n,label:"Статус военнообязанного",fieldName:"conscription",input:t})})),vc=()=>tc(),Nc=d((({src:e,onClose:t,onDocumentRead:n})=>{const a=De();return c(zn,{onClose:t,children:[a?o("img",{src:e}):o("iframe",{src:`${e}#toolbar=0`,className:"w-full h-[80vh]",id:"iframe-dialog"}),o(Mn,{className:"mx-auto mt-m",type:"button",onClick:()=>{n?.(),t?.()},children:"Ознакомиться"})]})})),wc=(e,t)=>{const[n,{setTrue:a,setFalse:i}]=nn(!1),{open:l}=pn(Nc),s=De();return{openDocument:r((async()=>{if(e&&!n){a();const n=URL.createObjectURL(await(async(e,t=!1)=>{const n=await Ms(`/feedback/file?id=${encodeURIComponent(e)}&convertToPngFlg=${t}`,"GET");return n?n.blob():new Blob})(e,s));l({src:n,onDocumentRead:t}),i()}}),[l,e,s,n]),isLoading:n}},Cc=d((({className:e,error:t,docId:n,...a})=>{const{openDocument:i,isLoading:r}=wc(n,(()=>a.onChange?.(!0)));return c("div",{className:e,children:[c("div",{className:"flex flex-wrap gap-x-m",children:[o(ba,{...a}),n?c(Mn,{embedded:!0,onClick:i,children:[o(Al,{children:"Ознакомиться"}),r?o(ai,{blur:!1,size:"extraSmall",position:"static"}):null]}):null]}),jn(t)]})})),Sc=d((({field:e,input:t})=>{const{productType:n}=vc(),a=_s[n??""];return t&&t.name?o(Cc,{text:a?.[t.name]?.text,docId:a?.[t.name]?.docId,...e(t.name)}):null})),kc=Math.round(29.5),Ic=d((({className:e,title:t,children:n,...a})=>c(g,{className:u("space-y-xl",e),defaultPadding:"p-4xl",...a,children:[t?o(w,{className:"text-center",title:t}):null,n]}))),Tc="flex flex-col justify-between lg:flex-row gap-4xl",Rc="flex flex-col lg:w-1/2 gap-2xl",Dc="flex flex-col gap-y-xl min-w-52",Pc=d((({value:e,fractionDigits:t,fixed:n,prefix:a,postfix:i})=>o(ze,{size:"text-h3",children:"number"==typeof e?[a,Xe(t,{fixed:n})(e),i].filter(Boolean).join(" "):e}))),Ec=d((({className:e,title:t,value:n,color:a="text-secondary-text",...i})=>c("div",{className:u("flex justify-between @xl:flex-col",e),children:[t?o(ze,{size:"text-l",font:"font-light",color:a,children:t}):null,n?o(Pc,{value:n,...i}):o(ze,{size:"text-h3",children:"-"})]}))),_c=e=>Oc([(e,t)=>e<t,(e,t)=>e?.maxSum>t?.maxSum],e),Bc=(e=[],t=!1,n=[])=>({...Oc([(e,t)=>e>t,(e,t)=>e?.minSum<t?.minSum],e?.filter((e=>t===Boolean(e?.isNewClient)))),extraPercent:n.at(-1),extraPercents:n}),Oc=(e,t)=>{if(!t?.length)return;const n=t?.reduce(((t,n)=>e[0](n.rate,t[0].rate)?[n]:n.rate===t[0].rate?[...t,n]:t),[t[0]]);return n.length>1?n.reduce(((t,n)=>e[1](n,t)?n:t),n[0]):n[0]},Mc=(e,t=0)=>e?.sum?e.sum:t,Ac=(e,t=0)=>e?.period&&e.period>=1&&e.period<=60?e.period:t,Fc=(e,t)=>e?o(C,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:e},String(t)):null,Lc=({min:e=0,max:t=0,availableMonths:n,...a})=>o(Ei,{items:[`От ${zc(e)}`,`До ${zc(t)}`],step:1,...n?.length?{list:n}:{min:e,max:t},...a}),zc=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,Vc=({items:e,title:t,orientation:n="horizontal",value:a,onChange:i,...r})=>c("div",{className:"grid gap-s whitespace-nowrap lg:sm:col-span-1 col-span-2",children:[t?o("div",{role:"radiogroup","aria-label":t,children:o(ze,{color:"text-secondary-text",font:"font-light",children:t})}):null,o(Sa,{orientation:n,items:e,value:e[a?0:1].id,onChange:t=>i&&i(t===e[0].id),...r})]}),$c=e=>Vc({...e,title:"Тип платежа",orientation:"vertical",className:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),jc=({isShowItems:e=!0,step:t=1e3,postfix:n="₽",...a})=>o(Ei,{items:e?[`От ${Xe(1)(a.min||0)} ${n}`,`До ${Xe(1)(a.max||0)} ${n}`]:[],step:t,...a}),qc=({field:e,defParams:t,calcParams:n,map:a,monthsValue:i="maxMonths"})=>{Object.entries(a).forEach((([n,a])=>{e?.(n)?.onChange?.(t?.[a])})),e?.("monthsValue")?.onChange?.(Ii(t?.[i],n.minMonths,n.maxMonths))},Uc=(e,t)=>{const{isAnnuity:n,moneyValue:a,monthsValue:i,moneyExtra:r}=t;if(0===e)return 0;if(n){const t=e/1200;return r?(a+r)*(t+t/(Math.pow(1+t,i)-1)):a*(t+t/(Math.pow(1+t,i)-1))}return Math.round(a/i)+a*(e/1200)},Wc=e=>e,Hc=(e=Wc)=>t=>t.reduceRight(((t,n)=>e(t)>e(n)?t:n)),Yc=Hc(),Gc=(e=Wc)=>Hc((t=>-e(t))),Kc=Gc(),Jc=([e,t],n,a=[])=>n&&n[e]&&n[t]?{[e]:n[e],[t]:n[t]}:Xc([e,t],a),Xc=([e,t],n=[])=>({[e]:n.length?Kc(n.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:n.length?Yc(n.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),Qc=(e,[t,n],a)=>e>=a[t]&&e<=a[n],Zc={minSum:1e4,maxSum:5e6,minMonths:1,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},ed=e=>td({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&td({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&td({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&td({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),td=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:a,viewSettingFieldKey:i})=>!!n&&!n[i]||t[a]===e[a],nd=(e,t,n)=>{const{moneyValue:a,monthsValue:i}=e,r=t?.rateRows||[Zc],l=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>ed({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:s,maxSum:o}=Jc(["minSum","maxSum"],l,r),{minMonths:c,maxMonths:d}=Jc(["minMonths","maxMonths"],l,r),m=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:a,monthsValue:i})=>e?.find((e=>ed({row:e,userInputParams:t,paramsViewSettings:n})&&Qc(a,["minSum","maxSum"],e)&&Qc(i,["minMonths","maxMonths"],e)))||Zc)({rateRows:r,userInputParams:e,paramsViewSettings:n,moneyValue:a,monthsValue:i}),{rate:u}=m,h=Uc(u,e);return{...m,...e,minSum:s,maxSum:o,minMonths:c,maxMonths:d,moneyValue:a,monthsValue:i,monthlyPayment:h}},ad=(e={})=>Boolean(Object.values(e).filter((e=>e)).length),id={isSalaryClient:"isSalaryClient",isStateEmployee:"isStateEmployee",isPensionClient:"isPensionClient",isInsurance:"isInsurance",moneyValue:"maxSum"},rd=Yt((({className:e,title:t,calcSource:n,buttons:a,footnote:l,paramsViewSettings:s,defaultParams:d,onChange:m,...h})=>{const p=_c(n?.rateRows),g=r((e=>{const t=nd(e,n,s);m?.({...e,monthlyPayment:t.monthlyPayment,rate:p?.rate??0})}),[s,n]),[f,{field:y}]=dn({moneyValue:Mc(d,2e5),monthsValue:Ac(d,kc),monthlyPayment:0,rate:0,isAnnuity:Boolean(d?.isAnnuity),isInsurance:Boolean(d?.isEnableInsurance),isSalaryClient:Boolean(d?.isEnableSalaryClient),isPensionClient:Boolean(d?.isEnablePensionClient),isStateEmployee:Boolean(d?.isEnableStateEmployee)},{onChange:g}),b=nd(f,n,s),x=$c({...y("isAnnuity")}),{onChange:v}=y("moneyValue"),{onChange:N}=y("monthsValue");return i((()=>{v&&v(Ii(f.moneyValue,b.minSum,b.maxSum))}),[b.minSum,b.maxSum]),i((()=>{N&&N(Ii(f.monthsValue,b.minMonths,b.maxMonths))}),[b.minMonths,b.maxMonths]),i((()=>{!ad(d)&&p&&qc({field:y,defParams:p,calcParams:b,map:id,monthsValue:"minMonths"})}),[n,d]),o(Ic,{className:e,title:t,...h,children:c("section",{className:u(Tc,e),children:[c("div",{className:Rc,children:[jc({title:"Сумма кредита, ₽",step:500,min:b.minSum,max:b.maxSum,...y("moneyValue"),value:b.moneyValue}),Lc({title:"Срок кредита, месяцев",min:b.minMonths,max:b.maxMonths,...y("monthsValue"),value:b.monthsValue}),ld({...b,...s},y),o("div",{className:"sm:hidden",children:x})]}),c("div",{className:u(Dc,"@4xl:w-1/2"),children:[o(Ec,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(Ec,{title:"Ставка от",value:p?.rate,fractionDigits:2,postfix:"%"}),o(Ec,{title:"Ежемесячный платёж",value:b.monthlyPayment,postfix:"₽"}),o("div",{className:"hidden sm:block mb-lg",children:x}),Ye(a,{isVertical:!0}),Fc(l)]})]})})})),ld=(e,t)=>c("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?o(ba,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?o(ba,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?o(ba,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?o(ba,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),sd="calculator",od=d((({field:e,params:t})=>{const n=r((t=>{e(sd).onChange?.(t)}),[]);return o(rd,{...t?.calcData,padding:"p-0",defaultParams:dd(e(sd).value),onChange:n})})),cd={moneyValue:"sum",monthsValue:"period",isInsurance:"isEnableInsurance",isPensionClient:"isEnablePensionClient",isStateEmployee:"isEnableStateEmployee",isSalaryClient:"isEnableSalaryClient",isAnnuity:"isAnnuity"},dd=(e,t=!1)=>{const n=t?md(cd):cd;return Object.fromEntries(Object.entries(e??{}).map((([e,t])=>[n[e],t])))},md=e=>Object.fromEntries(Object.entries(e).map((([e,t])=>[t,e]))),ud=d((({field:e,input:t})=>{const{data:n}=Xo("CREDIT_IN_RSHB");return o(ac,{field:e,source:n,label:"Имеет ли юридическое лицо, акционером / участником / членом / пайщиком /\n вкладчиком с долей участия более 20% уставного капитала руководителем,\n которого Вы являетесь, кредит в АО «Россельхозбанк»",fieldName:"creditInRshbCd",input:t,disabled:!e?.("shareholderFlg")?.value})})),hd={17:"amur_debit_card",16:"owner_debit_card",18:"pansion_debit_card",38:"salary_debit_card",40:"vordi_debit_card",42:"eco_debit_card",43:"junior_debit_card",44:"appetit_debit_card",46:"owner_debit_card_plus",47:"owner_debit_card_pens_plus"},pd=[{id:"810",text:"Рубли"}],gd=d((({field:e,input:t})=>{const{data:n}=Xo("CURRENCY"),{programId:a}=vc(),i=l((()=>!Object.keys(hd).includes(a||"")||"38"===a),[]),r=l((()=>i?pd:n?.map((e=>({id:e.key??"",text:e.description})))),[n]);return o(lc,{label:"Валюта",orientation:"horizontal",items:r,...e(t?.name??"")})})),fd=(e,t)=>{if(!t)return null;const n=vd(e),a=+t?.split(".")[0],i=+t?.split(".")[1];switch(a){case 1:return n("AGRICULTURE");case 35:return n("FUEL_AND_ENERGY");case 41:case 42:case 43:return n("CONSTRUCTION");case 46:case 47:return n("TRADE");case 55:case 79:return n("TOURISM");case 62:return n("TECHNOLOGY");case 63:return n("CONSULTING_SERVICE");case 64:return n("BANK");case 65:return n("INSURER");case 66:return n("FINANCIAL_INSTITUTIONS");case 72:case 74:return n("SCIENCE");case 80:return n("SECURITY");case 84:return n(i<22?"GOVERNANCE":22===i?"ARMY":"OTHER_SECTORS");case 85:return n("EDUCATION");case 86:return n("HEALTHCARE");case 87:return n("SOCIAL_SPHERE");default:return n(a>=10&&a<=33?"INDUSTRY":a>=5&&a<=9?"FUEL_AND_ENERGY":a>=49&&a<=53?"TRANSPORT":"OTHER_SECTORS")}},yd=(e,t)=>{if(!t)return null;const[n]=[e?.find((e=>t<=Number(e.description)))].map((e=>({key:e?.key??"",text:e?.value??""})));return n},bd=(e,t)=>{const n=vd(e);return[40001,40002,71610].includes(t)?n("FOREIGN"):n("RUSSIAN")},xd=(e,t,n)=>{const a=vd(e);return a("7725114488"===n?"RSHB":50102===t?"SOLE_TRADER":t>=75e3&&t<=75505&&75500!==t?"BUDGETARY":"COMMERCIAL")},vd=e=>t=>e.map((e=>({key:e.key,text:e.value}))).find((e=>e.key===t))??null,Nd={amountWorkers:"EMPLOYEES_NUMBER",employerOrganization:"ORGANIZATION_KIND",employerActivities:"ORGANIZATION_ACTIVITY_TYPE",organization:"ORGANIZATION_TYPE"},wd=(e,t,n)=>{const{okved:a,okopf:i,inn:r,organizationName:l}=Cd(n);t?.("legalForm")?.onChange?.(n.data?.opf?.short),t?.("organizationAddress")?.onChange?.(qs(n.data?.address));const s={amountWorkers:yd(e?.amountWorkers,n.data?.employee_count),employerActivities:fd(e?.employerActivities??[],a),organization:xd(e?.organization??[],i,r),employerOrganization:bd(e?.employerOrganization??[],i),organizationName:l,inn:r,isDadataOrganization:!0};for(const e in s)t?.(e)?.onChange?.(s[e])},Cd=e=>({inn:e.data?.inn??"",okopf:Number(e.data?.opf?.code),okved:e.data?.okved??"",organizationName:e.data?.name?.short_with_opf??""}),Sd=d((({field:e,input:t})=>{const n=nc(),[l,s]=a(""),{employerActivities:c,employerOrganization:d,organization:m,amountWorkers:u}=n,h=e?.("esiaAccountTypeCd")?.value,p=e?.("inn")?.value,g=e?.("organizationName")?.error,f=e("isDadataOrganization")?.value;i((()=>{s(g&&!f?"Необходимо выбрать ИНН из выпадающего списка":"")}),[f,g]);const y=r((t=>{wd(n,e,t)}),[]);i((()=>{(async()=>{await(async(e,t)=>{await Promise.all(Object.entries(e).map((e=>{const[n,a]=e;Os(`/dictionary?dictionaryType=${encodeURIComponent(a)}`,"POST").then((e=>{t[n]=e}))})))})(Nd,n)})()}),[]),i((()=>{h&&p&&kd(n)&&(async()=>{const t=await(async e=>{const t=await yr({url:"suggest/party",query:e});return t?.[0]})(p);t&&wd(n,e,t)})()}),[c,d,m,u]);const b=r((t=>{e?.("inn")?.onChange?.(t),e?.("isDadataOrganization")?.onChange?.(!1)}),[]);return o($s,{label:"ИНН",isInteger:!0,maxLength:12,...t,...e(t?.name??""),onDaDataChange:y,disabled:Fr(e,t),onChange:b,error:l||e("inn")?.error})})),kd=e=>{const{employerActivities:t,employerOrganization:n,organization:a,amountWorkers:i}=e;return[n,a,i,t].every(Boolean)},Id=d((({field:e,input:t})=>o(cr,{label:"Дата доставки",...e(t?.name??""),minDate:new Date}))),Td=d((({field:e,input:t})=>{const{data:n}=Xo("COURIER_DELIVERY_TIME"),a=l((()=>n?.map((e=>({id:e.key,text:e.value})))??[]),[n]);return o(lc,{label:"Время доставки",className:"flex-row",items:a,...e(t?.name??"")})})),Rd=d((({field:e,input:t})=>o($s,{label:"Количество иных иждивенцев",placeholder:"За исключением детей до 18 лет",isInteger:!0,maxLength:2,type:"number",...e(t?.name??""),...t}))),Dd=d((({field:e,input:t})=>{const n=e("limitedBirthday")?.value,a=l((()=>new Date(n?.getFullYear()+14,n?.getMonth(),n?.getDate())),[n]);return o(cr,{label:"Дата выдачи",...e(t?.name??""),disabled:Fr(e,t),minDate:a,maxDate:new Date})})),Pd=d((({field:e,input:t})=>{const{value:n,onChange:a}=e("dulSubdivisionCode"),i=r((e=>{a?.(e?.data?.code)}),[]);return o($s,{disabled:Fr(e,t),label:"Кем выдан",maxLength:200,...t,...e(t?.name??""),onDaDataChange:i,daDataQueryPrefix:n})})),Ed=d((({field:e,input:t})=>o($s,{disabled:Fr(e,t),label:"Номер документа",isInteger:!0,maxLength:6,...e(t?.name??"")}))),_d=d((({field:e,input:t})=>o($s,{disabled:Fr(e,t),label:"Серия документа",isInteger:!0,maxLength:4,...e(t?.name??"")}))),Bd=d((({field:e,input:t})=>{const n=r((t=>{e?.("dulIssuedBy")?.onChange?.(t?.data?.name)}),[]),a=r((t=>{const n=t.replace(/[^\d-]/g,"");n.length<=7&&e?.("dulSubdivisionCode")?.onChange?.(Hi(n,"___-___"))}),[]);return i((()=>{const t=e?.("dulSubdivisionCode")?.value;t&&a(t)}),[]),o($s,{disabled:Fr(e,t),label:"Код подразделения",...t,...e(t?.name??""),placeholder:"___-___",onChange:a,onDaDataChange:n})})),Od=d((({field:e,input:t})=>{const{data:n}=Xo("EDUCATION_LEVEL");return o(ac,{field:e,source:n,label:"Образование",fieldName:"education",input:t})})),Md=d((({field:e,input:t})=>{const n=r((t=>{(hs.test(t)||0===t.length)&&e("email")?.onChange?.(t)}),[e]);return o($s,{label:"Электронная почта",maxLength:50,...e(t?.name??""),...t,onChange:n})})),Ad=d((({field:e,input:t})=>{const n=nc();return o(ac,{field:e,source:n.employerActivities??[],label:"Вид деятельности организации-работодателя",fieldName:"employerActivities",input:t})})),Fd=d((({field:e,input:t})=>{const n=nc();return o(ac,{field:e,source:n.employerOrganization??[],label:"Вид организации работодателя",fieldName:"employerOrganization",input:t})})),Ld=d((({field:e,input:t})=>{const{data:n}=Xo("EMPLOYMENT_INFO_UNITED");return o(ac,{field:e,source:n,label:"Информация о трудоустройстве",fieldName:"employment",input:t})})),zd=d((({field:e,input:t})=>{const n=r((n=>e(t?.name??"")?.onChange?.(String(Ii(Number(n),0,5)))),[]);return o($s,{label:"Стаж за последние 5 лет",placeholder:"Количество лет",type:"number",...e(t?.name??""),...t,onChange:n,disabled:Fr(e,t)})})),Vd=d((({field:e,input:t})=>{const{value:n,onChange:a}=e(t?.name??""),r=e("familyStatus")?.value?.key,l="MARRIED"===r?2:1,s=Number(e("children")?.value||0),c=Number(e("dependents")?.value||0),d=l+s+c;return i((()=>{a?.(d)}),[r,s,c]),o($s,{label:"Количество членов семьи",placeholder:"Введите значение",type:"number",disabled:!0,value:n,onChange:a})})),$d=d((({field:e,input:t})=>{const{data:n}=Xo("MARITAL_STATUS");return o(ac,{field:e,source:n,label:"Семейное положение",fieldName:"familyStatus",input:t})})),jd=d((({field:e,input:t})=>{const[n,r]=a(""),l=Number(e("lastJobExperience")?.value),s=Number(e("generalSeniority")?.value);return i((()=>{r(s&&s<l?"Укажите не меньше, чем число в поле «Стаж на последнем рабочем месте»":"")}),[l,s]),o($s,{label:"Общий стаж",type:"number",maxLength:2,placeholder:"Количество лет",isInteger:!0,...e(t?.name??""),...t,error:n||e("generalSeniority")?.error,disabled:Fr(e,t)})})),qd=d((({field:e,input:t})=>{const{data:n}=Xo("HOUSE_TYPE");return o(ac,{field:e,source:n,label:"Тип жилья",fieldName:"housing",input:t})})),Ud=d((({input:e})=>o(hc,{__html:e?.label}))),Wd=d((({field:e,input:t})=>o(Er,{text:"Я планирую в ближайшее время инициировать дело о банкротстве в отношении себя",...e(t?.name??"")}))),Hd=d((({field:e,input:t})=>o($s,{label:"Количество мест работы за последние 5 лет",placeholder:"Количество мест",type:"number",isInteger:!0,maxLength:2,...e(t?.name??""),...t,disabled:Fr(e,t)}))),Yd=d((({field:e,input:t})=>o($s,{label:"Стаж на последнем рабочем месте",placeholder:"Количество лет",type:"number",maxLength:2,isInteger:!0,...e(t?.name??""),...t,disabled:Fr(e,t)}))),Gd=/^[\u0041-\u005A\u0061-\u007A\s]+$/u,Kd=(e="",t="")=>Gd.test(e)&&t.length<20&&e.length+t.length<=20,Jd={"А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ё":"E","Ж":"ZH","З":"Z","И":"I","Й":"I","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"KH","Ц":"TS","Ч":"CH","Ш":"SH","Щ":"SHCH","Ъ":"IE","Ы":"Y","Ь":"","Э":"E","Ю":"YU","Я":"YA","":"","а":"A","б":"B","в":"V","г":"G","д":"D","е":"E","ё":"E","ж":"ZH","з":"Z","и":"I","й":"I","к":"K","л":"L","м":"M","н":"N","о":"O","п":"P","р":"R","с":"S","т":"T","у":"U","ф":"F","х":"KH","ц":"TS","ч":"CH","ш":"SH","щ":"SHCH","ъ":"IE","ы":"Y","ь":"","э":"E","ю":"YU","я":"YA",".":".",",":",","-":"-"," ":" "},Xd=e=>e.replace(/[А-ЯЁа-яё,. -]/g,(e=>Jd[e.toLowerCase()].toUpperCase()||"")),Qd=(e,t)=>{let n=Xd(e);const a=Xd(t).substring(0,20);return 20===a.length?n="":n.length+a.length>20&&(n=n.substring(0,1)),{translatedName:n,translatedSurame:a}},Zd=d((({field:e,input:t})=>{const n=e("latinSurname")?.value,a=e("name")?.value,l=e("surname")?.value,s=e("latinName")?.onChange;i((()=>{const{translatedName:e}=Qd(a,l);s?.(e)}),[]);const c=r((e=>{(Kd(e,n)||0===e.length)&&s?.(e.toUpperCase())}),[n]);return o(ea,{label:"Имя",placeholder:"Имя латинскими буквами",...e(t?.name??""),onChange:c,...t})})),em=d((({field:e,input:t})=>{const n=e("latinName")?.value,a=e("name")?.value,l=e("surname")?.value,s=e("latinSurname")?.onChange;i((()=>{const{translatedSurame:e}=Qd(a,l);s?.(e)}),[]);const c=r((e=>{(Kd(e,n)||0===e.length)&&s?.(e.toUpperCase())}),[n]);return o(ea,{label:"Фамилия",placeholder:"Фамилия латинскими буквами",...e(t?.name??""),onChange:c,...t})})),tm=d((({field:e,input:t})=>o($s,{label:"Наименование юридического лица",...t,...e(t?.name??""),disabled:!e?.("shareholderFlg")?.value}))),nm=d((({field:e,input:t})=>o($s,{label:"ОПФ",maxLength:20,placeholder:"ООО, ПАО и др.",...e(t?.name??""),...t}))),am=d((({field:e,input:t})=>o(cr,{label:"Дата рождения",...e(t?.name??""),disabled:Fr(e,t)}))),im=d((({field:e,input:t})=>o($s,{label:"Обязательные выплаты",placeholder:"Введите значение",isInteger:!0,type:"number",maxLength:10,...e(t?.name??""),...t}))),rm=[{id:"office",text:"В отделении Банка"},{id:"courier",text:"Курьерская доставка"}],lm=d((({field:e,input:t})=>o(lc,{orientation:"horizontal",items:rm,...e(t?.name??"")}))),sm=d((({field:e,input:t})=>{const n=r((t=>{(us.test(t)||0===t.length)&&e("middleName")?.onChange?.(t)}),[e]);return o($s,{label:"Отчество (Обязательно, при наличии)",maxLength:40,disabled:Fr(e,t),...e(t?.name??""),...t,onChange:n})})),om=d((({field:e,input:t})=>{const n=r((t=>{(us.test(t)||0===t.length)&&e("name")?.onChange?.(t)}),[e]);return o($s,{label:"Имя",maxLength:40,disabled:Fr(e,t),...e(t?.name??""),...t,onChange:n})})),cm=d((({field:e,input:t})=>{const n=nc();return o(ac,{field:e,source:n.organization??[],label:"Тип организации",fieldName:"organization",input:t})})),dm=d((({field:e,input:t})=>{const n=nc(),[l,s]=a(""),c=e?.("organizationName")?.error,d=e("isDadataOrganization")?.value;i((()=>{s(c&&!d?"Необходимо выбрать организацию из выпадающего списка":"")}),[d,c]);const m=r((t=>{wd(n,e,t)}),[]),u=r((t=>{e?.("organizationName")?.onChange?.(t),e?.("isDadataOrganization")?.onChange?.(!1)}),[]);return o($s,{label:"Наименование организации",...t,...e(t?.name??""),disabled:Fr(e,t),onDaDataChange:m,onChange:u,error:l||e("organizationName")?.error})})),mm=d((({field:e,input:t})=>o($s,{label:"Иные доходы",placeholder:"Введите значение",isInteger:!0,...e(t?.name??""),...t}))),um=d((({field:e,input:t})=>o(cr,{label:"Дата регистрации по месту жительства",...e(t?.name??""),maxDate:new Date}))),hm=d((({field:e,input:t})=>{const n=r((n=>e(t?.name??"")?.onChange?.(String(Ii(Number(n),0,100)))),[]);return o($s,{label:"Доля участия в бизнесе",placeholder:"в %",isInteger:!0,maxLength:3,...e(t?.name??""),...t,onChange:n})})),pm=e=>e.map((e=>({key:e.type,text:e.name}))),gm=e=>e?.key,fm=d((({field:e,input:t})=>{const[n,i]=a([]),r=tc();gr((async()=>{const{programId:e}=r;if(e){const t=await(async e=>{const t=await Os("/public-data/creditProgramConditions","POST",{creditProgramId:e});return pm(t?.paymentSystems||[])})(e);i(t??[])}}),[]);const s=l((()=>n?.map((e=>({id:e.key,text:e.text})))??[]),[n]);return o(lc,{label:"Платежная система",orientation:"horizontal",items:s,...e(t?.name??"",{format:gm,parse:e=>n?.find((t=>t.key===e))})})})),ym=d((({field:e,input:t})=>{const{data:n}=Xo("POSITION");return o(ac,{field:e,source:n,label:"Должность в организации",fieldName:"positionOrganization",input:t})})),bm=async()=>await Os("/public-data/regionsCardDelivery","GET")||void 0,xm=d((({field:e,input:t})=>{const{programId:n,productType:a}=nc(),{data:i}=Xo("REGION_RF"),{data:l}=yi("regionsDelivery",bm),{data:s}=Xo(vm(a)),c="38"===n,d=i?.map((({key:e,value:t})=>({key:e,text:t}))),m="true"===s?.find((e=>"DELIVERY_ACTIVE"===e?.key))?.value,u=e("regionRetail")?.onChange,h=e("regionHasDelivery")?.onChange,p=e("methodObtain")?.onChange,g=r((e=>{const t=m&&l?.find((t=>t.regionCode===e.key))?.deliveryFlg&&!c;h?.(t),p?.(t?"courier":"office"),u?.(e)}),[l,m]);return o(ua,{label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:d,...e(t?.name??""),onChange:g})})),vm=e=>"debitCard"===e?"DEBIT_CARD_LEAD_PROCESS_SETTINGS":"CREDIT_LEAD_PROCESS_SETTINGS",Nm=d((({field:e,input:t})=>o($s,{label:"Пенсионные доходы",placeholder:"Введите значение",isInteger:!0,type:"number",maxLength:10,...e(t?.name??""),...t}))),wm=["male","female"],Cm=[{id:"male",text:"Мужской"},{id:"female",text:"Женский"}],Sm=d((({field:e,input:t})=>{const n=e("name")?.value,{value:a,onChange:r}=e("sex");return i((()=>{n&&!a&&(async()=>{const e=await(async e=>{const t=await yr({url:"suggest/fio",requestData:{parts:["NAME"]},query:e}),n=t[0]?.data?.gender?.toLowerCase()||"";return wm.includes(n)?n:""})(n);e&&r?.(e)})()}),[]),o(lc,{label:"Пол",orientation:"horizontal",items:Cm,...e(t?.name??"")})})),km=d((({field:e,input:t})=>o(Er,{text:"Я являюсь акционером / участником / членом / пайщиком / вкладчиком с долей участия более 20% уставного капитала юридического лица",...e(t?.name??"")}))),Im=d((({children:e,onChange:t,maxLength:n,...a})=>{const i=r((e=>n?e.length<=n&&t?.(Hi(e,"___-___-___ __")):t?.(Hi(e,"___-___-___ __"))),[t]),l=r((e=>{"___-___-___ __"===e&&t&&t("")}),[]);return o(Kn,{...a,onChange:i,onFocus:e=>i(e?.target?.value||""),onBlur:e=>l(e?.target?.value||""),children:e})})),Tm=d((({className:e,label:t,value:n,error:a,onChange:i,onBlur:r,...l})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Im,{"aria-label":t,label:$n({label:t,errors:l?.errors}),valid:Boolean(!a),value:n,onChange:i,onBlur:r,placeholder:"___-___-___ __",...l}),jn(a)]}))),Rm=d((({field:e,input:t})=>o(Tm,{label:"СНИЛС",maxLength:14,...e(t?.name??""),...t}))),Dm=d((({field:e,input:t})=>{const n=r((t=>{(us.test(t)||0===t.length)&&e("surname")?.onChange?.(t)}),[e]);return o($s,{label:"Фамилия",maxLength:40,disabled:Fr(e,t),...e(t?.name??""),...t,onChange:n})})),Pm=d((({field:e,input:t})=>o($s,{label:"Совокупный доход в месяц после вычета налогов (зарплата, премии)",placeholder:"Введите значение",isInteger:!0,type:"number",maxLength:10,...e(t?.name??""),...t,disabled:Fr(e,t)}))),Em={$ref:"/wcms-resources/delivery-cities-data.json"},_m={limitedBirthday:am,name:om,surname:Dm,middleName:sm,email:Md},Bm={processPersonalDataFlg:Sc,consentProviderFlg:Sc,consentOthersFlg:Sc,consentInformFlg:Sc,consentPfrFlg:Sc,consentInformMaterialsFlg:Sc,consentFATCA:Sc},Om={organization:cm,organizationAddress:js,organizationPhone:tl,organizationName:dm,legalForm:nm,generalSeniority:jd,lastJobExperience:Yd,experience5Years:zd,jobsNumber:Hd,beginDate:dc,addressFact:Ys,addressRegistration:js,addressRetail:Zo,addressMatch:Gs,sex:Sm,birthPlace:mc,education:Od,housing:qd,amountWorkers:ic,employment:Ld,employerActivities:Ad,employerOrganization:Fd,positionOrganization:ym,familyStatus:$d,familyMembers:Vd,children:fc,dependents:Rd,snils:Rm,conscription:xc,armyIdFlg:rc,dulSerie:_d,dulNumber:Ed,dulIssueDate:Dd,dulSubdivisionCode:Bd,dulIssuedBy:Pd,participantDateRegistration:um,retirementIncome:Nm,otherIncome:mm,wages:Pm,mandatoryPayments:im,bankruptcyFlg:cc,initiateBankruptcyFlg:Wd,shareholderFlg:km,legalEntityName:tm,creditInRshbCd:ud,bankEmployeeCode:oc,partInBusiness:hm,regionRetail:xm,infoCard:Ud,calculator:od,confirmationIncome:bc,inn:Sd,..._m},Mm={addressCourier:e=>o(Hs,{...e,source:Em}),paymentSystem:fm,currency:gd,cardCategory:pc,codeWord:yc,methodObtain:lm,deliveryDate:Id,latinName:Zd,latinSurname:em,deliveryTime:Td},Am="Согласие на все документы",Fm=d((({inputs:e=[],field:t,key:n})=>{const a=e.every((e=>Boolean(t(e.name).value))),i=r((n=>{for(const a of e){const e=t(a.name);e.onChange?.(n)}}),[e]),s=l((()=>e?.filter((e=>e.required))?.some((e=>Boolean(ri(t(e?.name),Sn).error)))),[e]),[d,{toggle:m}]=nn(!0);return o("div",{className:"w-fit",children:c(no,{children:[c("div",{className:"flex items-start",children:[c("div",{children:[o(ba,{text:Am,value:a,onChange:i},n),jn(s?"Отметьте все обязательные соглашения":"")]}),o(Mn,{embedded:!0,ariaLabel:Am,onClick:m,children:o(eo,{className:"p-2xs",iconVersion:"color",isUnfolded:d})})]}),o(ao,{className:"flex flex-col pl-2xl",isUnfolded:d,children:e.map(Tl(t,{},Bm))})]})})})),Lm=({field:e,inputs:t},n)=>{const{consentInputs:a,restInputs:i}=zm(t||[],n);return a.length>2?c("div",{children:[i.map(Tl(e,{},{..._m})),o(Fm,{inputs:a,field:e})]}):(t||[])?.map(Tl(e,{},{..._m}))},zm=(e,t)=>({consentInputs:e.filter((({name:e})=>Object.keys(_s[t]).includes(String(e)))),restInputs:e.filter((({name:e})=>!Object.keys(_s[t]).includes(String(e))))}),Vm=(e,t=!1)=>o(ii,{className:"w-full @xl:w-auto",isLoading:t,children:e?.text?e.text:"Отправить заявку"}),$m=e=>Ms("/user-data/updateUserProfile","PUT",e),jm=e=>Ms("/user-data/updateUserTask","PUT",e),qm={width:"103",height:"21"},Um={"bg-white":"color",transparent:"white"},Wm={"bg-white":"text-primary-main",transparent:"text-white"},Hm=(e,t,n)=>o(ie,{image:t?.src?t:{icon:t?.icon||"LogoIcon",iconVersion:Um[e]},className:Wm[e],width:n?.width,height:n?.height}),Ym={"bg-white":"text-primary-text",transparent:"text-white"},Gm=d((({className:e,href:t="/",logo:n,children:a,targetBlank:i,bgColor:r="bg-white",showTitle:l=!0,data:s})=>c("a",{className:u("inline-flex items-center font-sans no-underline",e),href:n?.href??t,target:i?"_blank":"_self","aria-label":n?.title??"Россельхозбанк",...ve(s),children:[Hm(r,n?.image,qm),l?a??o("div",{className:"ml-s",children:o(ze,{font:"font-medium",color:Ym[r],size:"text-s",children:n?.title??"Россельхозбанк"})}):null]}))),Km=d((({phoneNumber:e,sendCode:t,onClose:n})=>{const[l,s]=a(""),[d,m]=a(""),[u,h]=a(!1),[p,{setTrue:g,setFalse:f}]=nn(!1),{closeAll:y}=ge(),b=r((async()=>{g();var e;await(e={captchaText:d},Ms("/sms/checkCaptcha","POST",e).then((e=>e.text())).then((e=>"ERROR"!==e)))?(n?.(),t?.()):h(!0),f()}),[d,t]),x=r((()=>{(async()=>{s(URL.createObjectURL(await(e=>Ms(`/sms/createCaptcha?phoneNumber=${encodeURIComponent(e)}`,"GET").then((async e=>e?e.blob():new Blob)))(e)))})()}),[]);return i(x,[]),o(zn,{head:o(Gm,{}),onClose:n,children:c("div",{className:"flex flex-col gap-lg items-center",children:[c("div",{className:"flex",children:[o("img",{className:"grow",src:l}),o(Mn,{className:"w-8",embedded:!0,onClick:x,children:o(G,{iconVersion:"normal",name:"RefreshIcon"})})]}),o(Kn,{className:"w-80",onChange:m,value:d,placeholder:"Введите код с картинки"}),u?o("div",{className:"text-error",children:"Неверный код"}):null,c("div",{className:"flex w-80 justify-between",children:[o(Mn,{version:"secondary",onClick:y,children:"Вернуться"}),o(ii,{version:"secondary",disabled:!d,onClick:b,children:"Отправить"})]}),p?o(ai,{blur:!1}):null]})})})),Jm=e=>{globalThis.sessionStorage.setItem("accessToken",e.access_token),globalThis.sessionStorage.setItem("refreshToken",e.refresh_token)},Xm=({values:e,onSuccess:t,onFail:n})=>{const l=is(),s=l.smsCode?.attempts||0,o=Math.max(ql(l.smsCode?.sendTime||Date.now()),0),[c,d]=a(""),[m,{setTrue:u,setFalse:h}]=nn(!1),[p,g]=a(o),f=r((()=>d("")),[]),y=Boolean(0===p&&l.smsCode?.sendTime),b=s>2||y||!e.every(Boolean),x=r((async()=>{l.smsCode={...l.smsCode,attempts:s+1},u();const a=await(async e=>await Ms("/sms/checkCode","POST",e))({smsText:e.join(""),smsCodesSetName:{key:"AUTHENTICATION"}});if(a.ok){const n=await a.json();Jm(n),g(0),f(),l.smsCode=null,t?.(e.join(""))}else 403===a.status?d(s>1?"Исчерпан лимит ввода смс-кода":"Неверный код"):n();h()}),[e,s]);return i((()=>{y?d("Код просрочен"):s>2&&d("Исчерпан лимит ввода смс-кода")}),[y]),{handleSubmit:x,hasError:Boolean(c),errorText:c,isLoading:m,timeNextReq:p,isSubmitButtonDisabled:b,setTimeNextReq:g,setErrorText:d}},Qm=d((({phone:e,withDescription:t=!0,consents:n,onSuccess:l=En,onClose:s=En,onFail:c=En})=>{const[d,m]=a(Array(4).fill("")),u=is(),{handleSubmit:h,hasError:p,errorText:g,isLoading:f,timeNextReq:y,isSubmitButtonDisabled:b,setTimeNextReq:x,setErrorText:v}=Xm({values:d,onSuccess:l,onFail:c}),N=pn(Km),w=qa(e),C=_l({seconds:y,onTick:x}),S=r((async()=>{const e=await(t={phoneNumber:w,smsCodesSetName:{key:"AUTHENTICATION"}},Ms("/sms/sendCode","POST",t));var t;e.ok?(x(180),C(180),v(""),u.smsCode={sendTime:Date.now(),attempts:0}):429===e.status?N.open({phoneNumber:w,sendCode:S}):c()}),[w,C]);return i((()=>{u.smsCode?.sendTime||S()}),[]),o(zl,{isSubmitButtonDisabled:b,onSubmit:h,onSendCode:S,timeNextReq:y,values:d,onChange:m,phone:e,isLoading:f,errorText:g,hasError:p,onClose:s,children:Zm(n,t)})})),Zm=(e,t=!1)=>t?c(Fe,{itemSize:"list-s",children:[o("span",{children:"Вводя код, я подтверждаю, что ознакомлен и подписываю: "}),o("ul",{children:e?.map(((e,t)=>o("li",{children:e},`${e}-${t}`)))})]}):null,eu={title:"Подпишите согласие на запрос в БКИ",description:"Согласие на запрос в Бюро кредитных историй (БКИ) ускорит решение по кредиту"},tu={title:"Вы уверены, что хотите отказаться от запроса в БКИ",description:"Согласие на запрос в Бюро кредитных историй (БКИ) повысит вероятность одобрения"},nu=[{id:"SIGNED",text:"Подписать"},{id:"REFUSE",text:"Отказаться"}],au=d((({onSubmit:e=En,onClose:t=En})=>{const[n,i]=a(""),[l,s]=a(!1),{openDocument:d}=wc(2),m=r((()=>{e(n)}),[e,n]),u=r((e=>{i(e),s("REFUSE"===e)}),[]),h=l?tu:eu;return o(zn,{onClose:t,children:c("div",{className:"flex flex-col gap-xl items-center",children:[o("div",{role:"button",onClick:d,children:o(w,{className:"text-center text-balance",headingType:"h2",title:h.title})}),o(C,{align:"text-center",children:h.description}),o(Sa,{className:"whitespace-normal",orientation:"horizontal",items:nu,value:n,onChange:u}),o(Mn,{disabled:!n,type:"button",onClick:m,children:"Далее"})]})})})),iu={credit_cash:"10",credit_cash_single_doc:"28",credit_mcx:"39",family_offer_credit:"41",gas_engine_fuel:"33",pension_credit:"12",ref_credit:"11",ref_credit_single_doc:"29",self_employed:"34",summer_cash:"35",summer_cash_pens:"36"},ru={...iu,amur_card:"14",owner_card:"13",travel_card:"15",amur_debit_card:"17",owner_debit_card:"16",pension_debit_card:"18",salary_debit_card:"38",vordi_debit_card:"40",eco_debit_card:"42",junior_debit_card:"43",appetit_debit_card:"44",owner_debit_card_plus:"46",owner_debit_card_pens_plus:"47"},lu=d((({title:e,icon:t,description:n,onClick:a=En})=>c("button",{className:"flex gap-lg items-center border border-gray/30 rounded-xl cursor-pointer p-4 hover:border-green",type:"button",onClick:a,children:[o(ie,{image:{icon:t,iconVersion:"normal"},width:"78",height:"78"}),c("div",{className:"flex flex-col items-start gap-xs md:w-72 md:mr-lg",children:[e?o(ze,{font:"font-medium",size:"text-s",children:e}):null,n?o(ze,{color:"text-secondary-text",size:"text-xs",children:n}):null]})]}))),su={email:"EMAIL",phone:"MAIN_PHONE",organizationPhone:"ORGANIZATION_PHONE"},ou={addressRegistration:"REGISTRATION",addressFact:"RESIDENTAL",organizationAddress:"WORK",addressCourier:"DELIVERY"},cu={incomeAverage:"INCOME_AVERAGE",mandatoryPayments:"MANDATORY_PAYMENTS",additionalIncome:"ADDITIONAL_INCOME",otherIncome:"OTHER_INCOME",otherPayments:"OTHER_PAYMENTS",rentalIncome:"RENTAL_INCOME",wages:"WAGES",retirementIncome:"RETIREMENT_INCOME"},du=e=>Object.entries(e).reduce(((e,[t,n])=>t in su?[...e,{contactTypeCd:{key:su[t]},value:n}]:e),[]),mu=e=>Object.entries(e).reduce(((e,[t,n])=>{if(t in ou){const a=Object.fromEntries(Object.entries(n??{}).filter((([e])=>!e.startsWith("qc"))).map((([e,t])=>[e,t??""])));return[...e,{addressType:{key:ou[t]},...a}]}return e}),[]),uu=e=>{const{familyStatus:t,familyMembers:n,dependents:a,children:i,confirmationIncome:r,wages:l,mandatoryPayments:s,additionalIncome:o,otherIncome:c,otherPayments:d,rentalIncome:m,retirementIncome:u,snils:h,armyIdFlg:p,conscription:g,initiateBankruptcyFlg:f}=e;return{maritalStatusCd:t,totalDependents:n,incomeCertificateCd:r,otherDependents:a,childrenDependents:i,militaryStatusCd:g,participantIncomes:(y={wages:l,mandatoryPayments:s,incomeAverage:hu(l,u),additionalIncome:o,otherIncome:c,otherPayments:d,rentalIncome:m,retirementIncome:u},Object.entries(y).reduce(((e,[t,n])=>t in cu?[...e,{incomeTypeCd:{key:cu[t]},value:Number(n||0)}]:e),[])),snils:h?.replace(/[-\s]/g,""),armyIdFlg:p,initiateBankruptcyFlg:f};var y},hu=(e,t)=>(Number(e??0)+Number(t??0)).toString(),pu={WORK:"Работаю",RETIREE:"Пенсионер"},gu=e=>{const t=e?.find((e=>"WAGES"===e.incomeTypeCd.key))?.value,n=e?.find((e=>"MANDATORY_PAYMENTS"===e.incomeTypeCd.key))?.value,a=e?.find((e=>"ADDITIONAL_INCOME"===e.incomeTypeCd.key))?.value,i=e?.find((e=>"OTHER_INCOME"===e.incomeTypeCd.key))?.value,r=e?.find((e=>"OTHER_PAYMENTS"===e.incomeTypeCd.key))?.value,l=e?.find((e=>"RENTAL_INCOME"===e.incomeTypeCd.key))?.value,s=e?.find((e=>"RETIREMENT_INCOME"===e.incomeTypeCd.key))?.value;return{wages:t,mandatoryPayments:n,incomeAverage:hu(t,s),additionalIncome:a,otherIncome:i,otherPayments:r,rentalIncome:l,retirementIncome:s}},fu=e=>{const t=e?.find((e=>"REGISTRATION"===e.addressType.key)),n=e?.find((e=>"RESIDENTAL"===e.addressType.key)),a=e?.find((e=>"WORK"===e.addressType.key));return{addressRegistration:t,addressFact:n,organizationAddress:a}},yu=e=>{const t=e?.find((e=>"EMAIL"===e.contactTypeCd.key))?.value,n=e?.find((e=>"MAIN_PHONE"===e.contactTypeCd.key))?.value,a=e?.find((e=>"ORGANIZATION_PHONE"===e.contactTypeCd.key))?.value;return{email:t,phone:n,organizationPhone:a}},bu=(e,t)=>e?.key?{key:e.key,text:t?t[e.key]:e.value}:void 0,xu=(e=!1,t=!1)=>e?{nextStepLink:"/debit-card-lead",newTaskLink:"/natural/debetcards",description:"На дебетовую карту"}:t?{nextStepLink:"/credit-lead",newTaskLink:"/natural/loans/all-goals",description:"На получение кредита"}:{nextStepLink:"/credit-card-lead",newTaskLink:"/natural/creditcards/svoya",description:"На получение кредитной карты"},vu=d((function({task:e,isFromLead:t=!1,isDebit:n=!1,sendAspects:a=En,onClose:i=En}){const l=nc(),s=Xt(),{participants:d,creditProgram:m,createdDate:u="",id:h}=e,p=ru[m.code],g=Boolean(iu[m.code]),f=xu(n,g),{id:y,profile:b}=d[0],x=r((()=>{const t=(e=>{const t=e.participants[0],{classCard:n,codeWord:a,paymentSystemTypeCd:i,currencyCode:r}=e,{loanAmount:l,creditPeriod:s,paymentTypeCd:o}=e,{birthDate:c,midname:d,name:m,surname:u,birthPlace:h,dulIssueDate:p,dulIssuedBy:g,dulNumber:f,dulSerie:y,dulSubdivisionCode:b,educationLevelCd:x,registrationDate:v,houseTypeCd:N,genderCd:w,participantContacts:C=[],participantAddresses:S=[],employmentContractDate:k,employmentTypeCd:I,organizationName:T,organizationInn:R,organizationActivityTypeCd:D,organizationTypeCd:P,organizationKindCd:E,employeesNumberCd:_,opf:B,seniority:O,generalSeniority:M,jobsNumber:A,lastWorkDuration:F,positionCd:L,maritalStatusCd:z,childrenDependents:V,totalDependents:$,otherDependents:j,militaryStatusCd:q,participantIncomes:U,snils:W,armyIdFlg:H,bankruptcyFlg:Y,shareholderFlg:G,nameLegalEntity:K,creditInRshbCd:J,payrollCardRshbFlg:X,consentInsuranceFlg:Q}=t;return{currency:r?.key,paymentSystem:bu(i),cardCategory:bu(n),codeWord:a,limitedBirthday:c,middleName:d,name:m,surname:u,birthPlace:h,dulIssueDate:p,dulIssuedBy:g,dulNumber:f,dulSerie:y,dulSubdivisionCode:b,education:bu(x),participantDateRegistration:v,housing:bu(N),beginDate:k,employment:bu(I,pu),organizationName:T,inn:R,isDadataOrganization:Boolean(R),employerActivities:bu(D),organization:bu(P),employerOrganization:bu(E),amountWorkers:bu(_),legalForm:B,generalSeniority:O?.toString(),experience5Years:M?.toString(),jobsNumber:A?.toString(),lastJobExperience:F?.toString(),positionOrganization:bu(L),familyStatus:bu(z),children:V?.toString(),familyMembers:$?.toString(),dependents:j?.toString(),conscription:bu(q),snils:W,armyIdFlg:H,bankruptcyFlg:Y,shareholderFlg:G,legalEntityName:K,creditInRshbCd:bu(J),calculator:{isInsurance:X,isSalaryClient:Q,moneyValue:l,monthsValue:s,isAnnuity:"ANNUITY"===o?.key},...gu(U),...fu(S),...yu(C),...(Z=w,Z?.key?{sex:"MAN"===Z.key?"male":"female"}:null)};var Z})(e);l.participantId=y??null,l.taskId=h,l.profileId=b?.id??null,l.programId=p,l.leadForm=t,b?.id&&a(b.id,h),s.assign(f.nextStepLink)}),[]),v=r((()=>{s.assign(f.newTaskLink)}),[]);return o(zn,{onClose:i,children:c("div",{className:"flex flex-col gap-lg items-center mt-xs mx-6xl",children:[o(w,{className:"whitespace-pre-wrap text-center",title:"Нашли черновик вашей заявки",headingType:"h5"}),c("div",{className:"flex flex-col gap-m max-w-lg",children:[o(lu,{title:"Продолжить заполнение черновика",icon:"BankColorIcon",description:u?`Черновик от ${ja(new Date(u))}`:"",onClick:x}),o(lu,{title:t?"Продолжить заполнение текущей заявки":"Создать новую заявку",icon:"NewLoanIcon",description:f.description,onClick:t?i:v})]})]})})})),Nu=d((function({isDebit:e,onClose:t=En}){const n=Xt(),a=xu(e),i=r((()=>{n.assign(a.newTaskLink)}),[]),l=r((()=>{n.assign("/")}),[]);return o(zn,{onClose:t,children:c("div",{className:"flex flex-col gap-lg",children:[o(w,{className:"text-center",title:"Заявки не найдены",headingType:"h3"}),o(C,{size:"text-l",align:"text-center",children:"По данному номеру не найдено незавершенных заявок. Вы можете заполнить новую заявку или вернуться на главную страницу"}),o(Mn,{type:"button",className:"w-full",onClick:i,children:"Заполнить новую заявку"}),o(Mn,{type:"button",version:"secondary",className:"w-full",onClick:l,children:"Вернуться на главную"})]})})})),wu=e=>{switch(e){case"referal_sf":return"ReferalSF";case"vse_svoe":return"vseSvoe";default:return globalThis.location.origin}},Cu=(e,t)=>e?.map((({aspectName:e,params:n})=>({aspectName:e,params:"snowplowEvent"===e?{...n,eventJSON:t}:n}))),Su=({programId:e,nextStepLink:t,productType:n,data:a,changeSubmitFormStatus:i})=>{const[l,{setTrue:s,setFalse:o}]=nn(!1),c=(()=>{const e=vc();return r((({participantId:t,taskId:n,profileId:a,programId:i,formData:r})=>{e.participantId=t,e.taskId=n,e.profileId=a,e.programId=i,e.leadForm=r}),[])})(),d=is(),m=vc(),u=(({data:e})=>{const t=tn();return r(((n,a)=>{const i=JSON.stringify({ProfileId:n,TaskId:a});ti({aspectsAttributes:Cu(e,i),aspects:t,ev:{}})}),[e])})({data:a}),h=Xt(),p=r((()=>{h.assign(t)}),[]),g=(e=>{const{open:t}=pn(au),n=pn(Qm),a=t=>async n=>{try{t&&await $m({profile:{id:t,consentBkiFlg:!0,smsConsentBki:n}}),e()}catch(e){console.log(e)}},i=(t,i,r)=>async l=>{"SIGNED"===l&&t?n.open({phone:t,consents:["согласие на запрос информации в БКИ"],onSuccess:a(i),onFail:r}):e()};return{open:(n,a,r)=>t({onSubmit:i(n,a,r),onClose:e})}})(p),f=pn(Qm),y=(()=>{const{open:e}=pn(vu),{open:t}=pn(Nu);return{open:({task:n,isFromLead:a,isDebit:i,onClose:r,sendAspects:l})=>{n?e({task:n,isFromLead:a,isDebit:i,onClose:r,sendAspects:l}):t({isDebit:i})}}})(),b=()=>{f.close(),i(!1)};return{isSending:l,handleSubmit:r((async t=>{try{s();const i=Ru(t),r=await(a={profile:{phone:qa(i.phone)}},Os("/public-data/createUserProfile","POST",a).then((e=>e?.profile?.id||null))),l=m.referalData,o=d.marketingInfo;if(!r)throw new Error;const h=async()=>{await Iu({programId:e,profileId:r,formData:i,productType:n,referalData:l,marketingInfo:o,saveUserData:c,sendAspects:u}),f.close(),"debitCard"===n?p():g.open(i.phone,r,b)},x=async()=>{try{const t=await(async e=>{const t=await Os("/user-data/getLastStatus","POST",e);return"DRAFT"===t?.statusCd?t?.taskId:null})({profileId:r,programId:e});if(t){const e=await(async e=>await Os("/user-data/getTaskById","POST",e)||void 0)({taskId:t});f.close(),y.open({task:e,isFromLead:!0,isDebit:"debitCard"===n,sendAspects:u,onClose:h})}else await h()}catch{b()}},v=ku(i,n);f.open({phone:i.phone,consents:v,onSuccess:x,onFail:b})}catch{b()}finally{o()}var a}),[])}},ku=(e,t)=>{const n=_s[t];return Object.keys(n).filter((t=>e[t])).map((e=>n[e]?.text))},Iu=async({programId:e,profileId:t,formData:n,productType:a,referalData:i,marketingInfo:r,saveUserData:l,sendAspects:s})=>{let o,c;const d=Tu(n,a);await $m(((e,t,n)=>{const{name:a="",surname:i="",middleName:r="",limitedBirthday:l="",phone:s="",email:o=""}=t;return{profile:{id:e,name:a,surname:i,midname:r,birthDate:l&&ja(l,!0),email:o,phone:qa(s),...n}}})(t,n,d));try{if("debitCard"===a){const t=await(async e=>await Os("/user-data/createUserTaskDebit","PUT",e)||{})(((e,t,n)=>{const{name:a,surname:i,middleName:r,limitedBirthday:l,phone:s,email:o}=e;return{task:{taskSource:wu(n?.utm_source),creditProgram:{code:hd[t]},participants:[{birthDate:l&&ja(l,!0),midname:r,name:a,surname:i,participantContacts:du({phone:s&&qa(s),email:o})}],marketingInfo:n}}})(n,e,r));o=t.taskId,c=t.participantId}else{const a=await(async e=>await Os("/user-data/createDraftTask","POST",e)||{})({profileId:t,programId:e});o=a.taskId,c=a.participantId,await jm((({participantId:e,taskId:t,profileId:n,formData:a,marketingInfo:i})=>{const{name:r,surname:l,middleName:s,limitedBirthday:o,phone:c,email:d}=a;return{sendToBank:!0,taskKind:"SHORT",task:{taskSource:wu(i?.utm_source),id:t,participants:[{birthDate:o&&ja(o,!0),id:e,midname:s,name:r,surname:l,profile:{id:n},participantContacts:du({phone:c&&qa(c),email:d}),roleCd:{key:"BORROWER",value:"Заемщик"}}],marketingInfo:i}}})({participantId:c,taskId:o,profileId:t,formData:n,marketingInfo:r}))}i?.referalCode&&await(m={taskId:o,...i},Ms("/referal/saveReferalInfo","POST",m)),s(t,o),l({participantId:c,taskId:o,profileId:t,programId:e,formData:n})}catch(e){console.log(e)}var m},Tu=(e,t)=>{const{consentOthersFlg:n,consentPfrFlg:a,processPersonalDataFlg:i,consentInformFlg:r,consentProviderFlg:l,consentInformMaterialsFlg:s,consentFATCA:o}=e;let c;return c="credit"===t?{consentPfrFlg:a,consentInformMaterialsFlg:n,consentPhotoFlg:!1}:"creditCard"===t?{consentInformMaterialsFlg:s,consentPhotoFlg:!1}:{consentFATCA:o,consentPhotoFlg:n},{...c,processPersonalDataFlg:i,consentInformFlg:r,consentProviderFlg:l,consentCollectionFlg:n,consentAssignmentClaimsFlg:n}},Ru=e=>({...e,surname:e.surname?.trim(),name:e.name?.trim(),middleName:e.middleName?.trim()}),Du=(e=!1)=>{const t=globalThis.sessionStorage?.getItem("refreshToken"),n=globalThis.sessionStorage?.getItem("accessToken"),a=globalThis.localStorage.getItem("taskId"),i=Xt();if(!n||!t||!a&&!e)return i.assign("/"),()=>{};const r=async()=>{const e=await Ms("/auth/refresh","POST",{refresh_token:t,access_token:n});if(401===Number(e?.status)&&i.assign("/"),e?.ok){const t=await e.json();globalThis.sessionStorage.setItem("refreshToken",t.refresh_token),globalThis.sessionStorage.setItem("accessToken",t.access_token)}};!e&&r();const l=setInterval(r,24e4);return()=>clearInterval(l)},Pu={surname:"",name:"",middleName:"",limitedBirthday:void 0,phone:"",email:"",processPersonalDataFlg:!1,consentProviderFlg:!1,consentOthersFlg:!1,consentInformFlg:!1,consentPfrFlg:!1,consentInformMaterialsFlg:!1,consentPhotoFlg:!1,consentFATCA:!1},Eu=(e,t,n)=>{if(t)return{...t,limitedBirthday:new Date(t?.limitedBirthday||0),...!n&&{esiaAccountTypeCd:{key:""}}};return{...Object.fromEntries(e.map((e=>[e.name,Pu[e.name||""]])))}},_u=async(e,t,n=!1)=>{const a=new FormData;return a.append("documentCategory",t),a.append("file",e,"file."+(n?"pdf":"xml")),await(globalThis?.fetch?.("/light-api-cash/v1/file",{method:"POST",headers:{...As()},credentials:"include",body:a}).then((e=>e.json())))},Bu=e=>{const{postcode:t,region:n,regionCode:a,locality:i,city:r,street:l,house:s,building:o,block:c,apartment:d}=e,m=[t,n,i||r,l?`ул ${l}`:void 0,s?`д ${s}`:void 0,c?`к ${c}`:void 0,o?`стр ${o}`:void 0,d?`кв ${d}`:void 0].reduce(((e,t)=>t?e?`${e}, ${t}`:t:e),"");return{...e,regionCode:a?.key,fullAddress:m}},Ou=e=>Math.floor(e/12),Mu=async e=>{const t=[],n=[{file:e.pdfFileWorkbook,category:"CONFIRMING_INCOME_DOC",isPDF:!0},{file:e.pdfFilePayout,category:"CONFIRMING_EMPLOYMENT_DOC",isPDF:!0},{file:e.pdfFileSigPayout,category:"CONFIRMING_EMPLOYMENT_DOC",isPDF:!0},{file:e.xmlFilePayout,category:"CONFIRMING_EMPLOYMENT_DOC",isPDF:!1},{file:e.xmlFileSigPayout,category:"CONFIRMING_EMPLOYMENT_DOC",isPDF:!1},{file:e.xmlFileWorkbook,category:"CONFIRMING_INCOME_DOC",isPDF:!1}];for(const e of n){const n=e.isPDF?"data:application/pdf;base64":"data:application/xml;base64";await fetch(`${n},${e.file}`).then((e=>e.blob())).then((t=>_u(t,e.category,e.isPDF))).then((e=>t.push(e)))}return t},Au=e=>{const{profile:t,document:n,addressRegistration:a}=e;if(![t.name,t.surname,t.midname,t.birthDate,t.phone,n.dulIssueDate,n.dulIssuedBy,n.dulNumber,n.dulSerie,n.dulSubdivisionCode,a,t.esiaAccountType].every(Boolean))throw new Error},Fu=e=>{const{esiaAdditionalDocument:t}=e;return[t?.inn,t?.averageMonthlyIncome?.toString(),t?.startWorkDate,t?.workLengthInFiveYears?.toString(),t?.workLength?.toString(),t?.workLengthLastJob?.toString(),t?.jobsNumberInFiveYears?.toString(),t?.pdfFilePayout,t?.pdfFileWorkbook,t?.pdfFileSigPayout,t?.xmlFilePayout,t?.xmlFileSigPayout,t?.xmlFileWorkbook].every(Boolean)},Lu=({inputs:e,productType:t,setEsiaStatus:n,esiaAuthSuccess:a})=>{const s=vc(),o=r((e=>{const t=e instanceof Function?e(c[d]):e;null!=t?c[d]=t:delete c[d]}),[c=s,d="leadForm"]);var c,d;const m=is(),u=globalThis.sessionStorage?.getItem(Qt);(()=>{const e=vc(),t=tn();i((()=>{const n=new URLSearchParams(decodeURIComponent(globalThis.location?.search)),a=n.get("referalCode"),i=n.get("refererCode"),r=n.get("productId");if(a){e.referalData={refererCode:i,referalCode:a,productId:r};const n=JSON.stringify({refererCode:i,referalCode:a,productId:r});ti({aspectsAttributes:[{aspectName:"snowplowEvent",params:{eventAction:"ownfin_referal_link_attributes",eventJSON:n}}],aspects:t,ev:{}})}}),[])})();const h=l((()=>Eu(e,s.leadForm,a)),[e,s.leadForm]),p=r((async(e,a)=>{n(Bs.Pending);try{const r=await(i={code:e,state:a,redirectUri:globalThis.location?.href,authorize:!0},Os("/esia/requestProfile","POST",i).then((e=>(e?.access_token&&e?.refresh_token&&(Jm(e),Du(!0)),e))));if(r){const e=await(async(e,t)=>{Au(e);const n=!t&&Fu(e),{profile:a,addInfo:i,document:r,addressRegistration:l,addressFact:s,esiaAdditionalDocument:o}=e;let c=[];return n&&(c=await Mu(o)),{...{name:a.name,surname:a.surname,middleName:a.midname,limitedBirthday:a.birthDate,phone:Qr(a.phone),email:a.email,dulIssueDate:r.dulIssueDate,dulIssuedBy:r.dulIssuedBy,dulNumber:r.dulNumber,dulSerie:r.dulSerie,dulSubdivisionCode:r.dulSubdivisionCode,birthPlace:i.birthPlace,addressRegistration:Bu(l),esiaAccountTypeCd:t?a.esiaAccountType:{key:""},...s&&{addressFact:Bu(s)}},...n&&{snils:i.snils,inn:o.inn,wages:Math.floor(o.averageMonthlyIncome)?.toString(),beginDate:o.startWorkDate,experience5Years:Ou(o.workLengthInFiveYears).toString(),generalSeniority:Ou(o.workLength).toString(),lastJobExperience:Ou(o.workLengthLastJob).toString(),jobsNumber:o.jobsNumberInFiveYears.toString(),esiaAccountTypeCd:a.esiaAccountType,confirmationIncome:{key:"SFR_CERTIFICATE",text:"Запрос Банком доходов из СФР"},employment:{key:"WORK",text:"Работаю"},files:c}}})(r,"debitCard"===t);o((t=>({...t,...e}))),n(Bs.Success)}}catch{n(Bs.Error)}var i}),[]);return i((()=>{s.productType=t,m.marketingInfo=zu(u,m)}),[u]),i((()=>{const e=new URLSearchParams(decodeURIComponent(globalThis.location?.search)),t=e.get("code"),n=e.get("state");t&&n?p(t,n):(sessionStorage.removeItem("accessToken"),sessionStorage.removeItem("refreshToken"))}),[]),h},zu=(e,t)=>{const n=t.marketingInfo,a=new URLSearchParams(decodeURIComponent(e||""));return a.get("code")?n:{utm_campaign:a.get("utm_campaign"),utm_medium:a.get("utm_medium"),utm_source:a.get("utm_source"),utm_content:a.get("utm_content"),utm_term:a.get("utm_term"),bannerId:a.get("bannerId"),userId:a.get("userId")}},Vu=d((({className:e,title:t,programId:n="",nextStepLink:r="/credit-lead",button:d,productType:m="credit",data:h,...p})=>{const[g,f]=a(),[y,b]=a(),[x,v]=a(0),N=s(null),w=l((()=>(e=>{const t=_s[e];return[{columns:2,inputs:[{name:"surname",required:!0,dadata:!0,filledByEsia:!0},{name:"name",required:!0,dadata:!0,filledByEsia:!0},{name:"middleName",dadata:!0,filledByEsia:!0},{name:"limitedBirthday",required:!0,filledByEsia:!0},{name:"phone",required:!0,filledByEsia:!0},{name:"email",required:!0,dadata:!0}]},{inputs:[{name:"processPersonalDataFlg",required:!0},{name:"consentProviderFlg",required:!0},{name:"consentOthersFlg",required:!0},{name:"consentInformFlg"},{name:"consentPfrFlg"},{name:"consentInformMaterialsFlg"},{name:"consentFATCA",required:!0}].filter((e=>e.name&&Object.keys(t).includes(e.name)))}]})(m)),[m]),C=l((()=>$u(w)),[w]),S=pn(Jl),k=ss();os();const I=l((()=>ju(m)),[m]),T=l((()=>Rn(C,I)),[C,I]),R=(e=!1)=>{b(e)},D=Lu({inputs:C,nextStepLink:r,productType:m,setEsiaStatus:f,esiaAuthSuccess:g===Bs.Success}),{isSending:P,handleSubmit:E}=Su({programId:n,nextStepLink:r,productType:m,data:h,changeSubmitFormStatus:R}),[,{field:_,onSubmit:B,reset:O}]=dn(D,{formValidator:T,onSubmit:E}),M=pn(Vn);return i((()=>{!1===y&&M.open({ok:y,onClose:()=>R(!0)})}),[y]),i((()=>{g&&N?.current&&N.current.scrollIntoView({block:"start"}),g===Bs.Success&&O()}),[N?.current,g]),c(hn,{className:u("container space-y-m",e),title:t,...p,children:[g||k?null:o(Fs,{onChangeEsiaStatus:f,productType:m}),c("form",{onSubmit:e=>{_("processPersonalDataFlg")?.value||(v((e=>e+1)),x>0&&S.open({attempts:x})),B?.(e)},className:"space-y-m relative",ref:N,children:[g===Bs.Pending?o(ai,{blur:!1}):null,w.map(((e,t)=>c("div",{className:u(Rl(e.columns),"grid gap-x-m"),children:[Dl(e.title),Lm({field:_,inputs:e?.inputs},m)]},`section-${t}`))),Vm(d,P),g===Bs.Error?o(ze,{size:"text-m",font:"font-medium",color:"text-error",children:"Использовать Госуслуги для оформления заявки невозможно, необходимо заполнить поля вручную."}):null]})]})})),$u=e=>e?.flatMap((e=>e?.inputs))||[],ju=e=>({...Es,limitedBirthday:Ts(e)}),qu=d((({title:e,description:t})=>{const n=De();return c("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[o(ie,{image:{icon:"MagnifierIcon",iconVersion:"normal"},width:"120",height:"120"}),o(k,{title:e,description:t,headlineVersion:n?"L":"S",isEmbedded:!0,className:"space-y-s"})]})})),Uu=e=>e%2!=0,Wu="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs",Hu=d((({topItemsCount:e=0,label:t,block:n,blocksToRender:a=[],...i})=>{const[r,l]=e>0?[a.slice(0,e),a.slice(e)]:[a,[]],[s,{toggle:d}]=nn(!1);return c("div",{className:u("space-y-2xs",{hidden:!a.length}),children:[c("div",{className:u(Wu),children:[P(r,{...i.options,parent:n}),Uu(r.length)?o(Kt,{className:"col-span-6",...i}):null]}),c(no,{children:[c(ao,{className:u(Wu),isUnfolded:s,children:[P(l,{...i.options,parent:n}),Uu(l.length)?o(Kt,{className:"col-span-6",...i}):null]}),o(to,{className:u("text-h4",{hidden:e<1}),label:t,isUnfolded:s,disabled:!l?.length,dataTheme:i.options?.page?.colorPalette,onClick:d})]})]})})),Yu=(e=!1)=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",Gu=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`}),Ku=10;function Ju(e=0){const t=Math.round(e*Ku);return Array.from({length:t}).fill(0).map(((e,n)=>Math.min(n/t)),1).concat(1)}const Xu=d((({className:e,style:t,idx:n,activeIndex:a,observerOptions:c,children:d,onIntersection:m})=>{const h=function(e,{sensitivity:t,rootRef:n}={}){const a=s(null),r=l((()=>({threshold:Ju(t),root:n?.current})),[t,n?.current]);return i((()=>{if(!a.current)return;const t=new IntersectionObserver(e,r);return t.observe(a.current),()=>{t.disconnect()}}),[e,r]),a}(r((e=>{e.length&&m&&m(n||0,e[e.length-1])}),[m,n]),c);return o("div",{className:u("inline-block snap-always box-border",e),style:t,"aria-current":Boolean(n===a),ref:h,role:"listitem",children:d})})),Qu=["min-w-full","lg:min-w-[50%]","lg:min-w-[33.3%]","lg:min-w-[25%]"],Zu=d((({className:e,itemClassName:t,containerRef:n,activeIndex:a,visibleItemCount:i=0,gap:l=0,padding:c=0,listType:d="horizontal-list",snapAlign:m="snap-center",minHeight:h,children:p,onVisibleItemsChange:g,onVisibleIndicesChange:f})=>{const y={sensitivity:1,rootRef:n},b=s([]),x=r(((e,t)=>{const n=[...b.current||[]];n[e]=t,b.current=n,g&&g(n),f&&f(th(n))}),[g,f]),v=i>0?l*Number(i)-1:0,N="vertical-list"===d,w="horizontal-list"===d,C={...w?eh(c,v):{},...N?Gu(h):{},gap:`${l}px`};return o("div",{className:u("box-border overflow-auto no-scrollbar",d,e),style:C,ref:n,role:"list",children:(S=(e,n)=>o(Xu,{className:u(m,i?Qu[i-1]:"",{"h-full":N},t),style:w?eh(c/4):{},activeIndex:a,idx:n,observerOptions:y,onIntersection:x,children:e},String(n)),e=>null==e?e:Array.isArray(e)?e.map(S):S(e,0))(p)});var S})),eh=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),th=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),nh={"horizontal-list":"w-6","vertical-list":"h-6"},ah=({activeIndex:e,onClick:t,listType:n="horizontal-list"})=>(a,i)=>o("div",{className:u("cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white",i===e?nh[n]:"w-2 h-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>t(i)},String(i)),ih=({activeIndex:e,onClick:t})=>(n,a)=>{const i=a===e,r=i?"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",l=i?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=i?"text-l":"text-m group-data-secondary:text-white/80";return c("button",{type:"button",onClick:()=>t(a),"aria-label":n?.title,className:u("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",r),children:[o("div",{className:l,children:n?.title}),o("div",{className:u("text-secondary-text font-light",s),children:n?.description})]},String(a))},rh=e=>t=>e.scrollWidth/t,lh=e=>(t,n)=>{e.scrollBy({left:n*rh(e)(t),behavior:"smooth"})},sh=({itemCount:e,onVisibleIndicesChange:t})=>{const n=s(null),[i,l]=a([]),o=r((e=>{l((t=>{return(n=t)===(a=e)||Boolean(n&&a&&n?.length===a?.length&&n.every(((e,t)=>e===a[t])))?t:e;var n,a})),t&&t(e)}),[t]),[c,d]=i.length?[Gc()(i),Hc()(i)]:[-1,-1],m=c>0,u=d<e-1,h=r((()=>{var t;n.current&&(m?lh(n.current)(e,-1):(t=n.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=r((()=>{n.current&&(u?lh(n.current)(e,1):n.current.scrollTo({left:0,behavior:"smooth"}))}),[e,u]),g=r(((e,t={behavior:"smooth",block:"nearest",inline:"center"})=>{n?.current&&n.current.children[e]?.scrollIntoView(t)}),[n]);return[n,{scrollLeft:h,scrollRight:p,scrollTo:g,canScrollLeft:m,canScrollRight:u,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},oh={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},ch=d((({className:e="",activeIndex:t=0,dotCount:n=0,listType:a="horizontal-list",version:l,navButtons:s=[],containerRef:c,containerScroll:d})=>{const m=De(),[h,p]=sh({itemCount:s.length}),g=dh(Boolean(s?.length));i((()=>{s?.length&&t>=0&&h?.current&&p.scrollTo(t,g)}),[t]);const f=r((e=>{e!==t&&c?.current&&d?.scrollTo(e,g)}),[c?.current]);return s?.length&&!m?o(Zu,{containerRef:h,snapAlign:"snap-start",itemClassName:"h-36 flex items-stretch w-screen",gap:8,children:s.map(ih({activeIndex:t,onClick:f}))}):n?o("div",{className:u("flex gap-xs",oh[a],l?"group":"",e,{"pb-xl":s?.length&&m}),"data-ver":l,children:Array.from({length:n}).fill(null).map(ah({activeIndex:t,onClick:f,listType:a}))}):null})),dh=(e=!1)=>({behavior:e?"auto":"smooth"}),mh=d((({className:e,name:t,...n})=>o(Mn,{className:u("w-12 h-12 min-w-12 min-h-12",e),shape:"round",...n,children:o(G,{name:t,iconVersion:"",size:"small"})}))),uh=d((e=>o(mh,{name:"ArrowLeftIcon",version:"secondary",ariaLabel:"Пролистать влево",...e}))),hh=d((e=>o(mh,{name:"ArrowRightIcon",version:"secondary",ariaLabel:"Пролистать вправо",...e}))),ph="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",gh=d((({className:e,scroll:t,hasBlur:n,arrowsPadded:a,isBottom:i})=>{const{canScrollLeft:r,canScrollRight:l,scrollLeft:s,scrollRight:d}=t,m=a&&!i;return c("div",{className:e,children:[n?fh(t):null,r?o(uh,{wcmsIgnore:!0,className:u(yh(i),m?"left-1":"left-0"),onClick:s}):null,l?o(hh,{wcmsIgnore:!0,className:u(yh(i),m?"right-1":"right-0"),onClick:d}):null]})})),fh=e=>c("div",{children:[e.canScrollLeft?o("div",{className:u(ph,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?o("div",{className:u(ph,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),yh=(e=!1)=>u("absolute z-40",e?"bottom-[56px]":"top-[calc(50%-24px)]"),bh=d((({className:e,version:t,gap:n=14,padding:a=16,visibleItemCount:i=1,listType:r="horizontal-list",snapAlign:l,minHeight:s,showArrows:d,hasBlur:m,arrowsPadded:h,showDots:p,children:g,onVisibleIndicesChange:f,navButtons:y})=>{const b=Array.isArray(g)?g.length:0,[x,v]=sh({itemCount:b,onVisibleIndicesChange:f}),[N]=v.visibleIndicesRange;return c("div",{className:u(e,"vertical-list"===r?"relative h-full":""),children:[o(Zu,{containerRef:x,activeIndex:N,visibleItemCount:i,gap:n,padding:a,listType:r,snapAlign:l,minHeight:s,onVisibleIndicesChange:v.handleVisibleIndicesChange,children:g}),o(gh,{className:u(!d&&"hidden lg:block"),scroll:v,hasBlur:m,arrowsPadded:h,isBottom:Boolean(y?.length)}),o(ch,{className:u(!p&&"lg:hidden"),activeIndex:N,dotCount:b,listType:r,version:t,navButtons:y,containerRef:x,containerScroll:v})]})})),xh=({blocksToRender:e,...t})=>o(bh,{visibleItemCount:0,gap:0,arrowsPadded:!0,children:P(e,{...t.options,parent:t.block,renderProps:(e,t,n)=>o("div",{className:u("relative min-w-80",Yu(!0)),children:R(e,t)},String(n))})}),vh=d((({blocksSection:e,blocksToRender:t=[],notFound:n,...a})=>{switch(e?.view){case"grid":return c("div",{children:[Nh(n,t),o(Hu,{...e,...a,blocksToRender:t})]});case"carousel":return c("div",{className:"relative",children:[Nh(n,t),xh({...a,blocksToRender:t})]});default:return null}})),Nh=(e,t)=>e&&!t.length?o(qu,{...e}):null,wh=e=>t=>t.reduce(((t,n,a)=>t.length?t.concat({...e,key:`sep-${a}`},n):[n]),[]),Ch=d((({value:e,onChange:t,items:n=[],multiple:a})=>n.map((n=>o(Vr,{text:n?.title,value:[e].flatMap((e=>e)).includes(n.value),onChange:()=>(n=>{if(!t)return;const i=e?.includes(n);t(a?i?(e||[]).filter((e=>e!==n)):[...e||[],n]:i?[]:[n])})(n.value),type:a?"checkbox":"radio"},n.value))))),Sh=d((({children:e,filtrationSchema:t,resetButton:n,field:a,reset:i})=>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,wh(o("div",{className:"h-full w-px bg-gray hidden @4xl:block"}))(Object.entries(t).map(kh(a)).filter(Boolean))]}),n?o("div",{children:o(Mn,{type:"reset",className:"w-full @4xl:w-56 @4xl:ml-s",onClick:i,children:n?.text})}):null]}))),kh=e=>([t,n])=>{const a=n?.type;return"array"===a?Ih(t,e)(n):null},Ih=(e,t)=>n=>{const a=n?.items?.enum?.map(((e,t)=>({value:e,title:n?.items?.enumNames?.[t]||""})))||[];return c("div",{className:"flex-1",children:[n?.title?o("div",{className:"mb-m",children:o(ze,{size:"text-m",font:"font-medium",color:"text-primary-text",children:n.title})}):null,o(Ch,{items:a,multiple:!n?.single,...t(e)})]},e)},Th=e=>e;function Rh(e,...t){return e.map(((e,n)=>[e,...t.map((e=>e[n]))]))}const Dh=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,Ph=(e,t)=>Object.entries(e).map((([n,a])=>"number"==typeof a?Array.isArray(t[n])?((e,t)=>n=>Dh(t[e])||Dh(n[e])||n[e]?.includes(t[e]))(n,e):((e,t)=>n=>Dh(t[e])||Dh(n[e])||Eh(t[e])<=Eh(n[e]))(n,e):"object"==typeof a&&"min"in a&&"max"in a?((e,t)=>n=>Dh(t[e])||Dh(n[e])||Eh(t[e]?.min)>=Eh(n[e]?.min)&&Eh(t[e]?.min)<=Eh(n[e]?.max))(n,e):Array.isArray(a)?((e,t)=>n=>Dh(t[e])||Dh(n[e])||t[e]?.every((t=>n[e]?.includes(t))))(n,e):((e,t)=>n=>Dh(t[e])||Dh(n[e])||t[e]===n[e])(n,e))).every((e=>e(t))),Eh=e=>Number(e||0),_h=(e,{block:t,page:n,normalize:a=Th})=>{const i=t?.blocks||[],[r,s]=dn(e),o=l((()=>Rh(i,i.map((e=>Ut(e.content,n?.fallback))))),[i,n?.fallback]),c=r===e?i:((e,t)=>(n=Th)=>e?.filter((([,e])=>Ph(t,n(e)||{}))).map((([e])=>e)))(o,r)(a);return[r,{blocksToRender:c,blocksWithProps:o},s]},Bh={},Oh={},Mh=Yt((({className:e,filtrationSchema:t=Bh,consumerField:n={},resetButton:a,...i})=>{const[,{blocksToRender:r},{field:l,reset:s}]=_h(Oh,{block:i.block,page:i.options?.page}),d=o(ma,{className:"w-64",label:n?.title,options:Ah(n),...l("consumer",{parse:({key:e})=>[e],format:([e]=[])=>Ah(n).find((t=>t.key===e))||{key:""}})});return c(g,{className:u(e),defaultPadding:"p-0",version:"transparent",...i,children:[o(Sh,{filtrationSchema:t,field:l,reset:s,children:c("div",{children:[d,o("div",{children:o(Mn,{type:"reset",className:"mt-lg w-64",onClick:s,version:a?.version,children:a?.text})})]})}),o(vh,{blocksToRender:r,...i})]})}),{childrenTypes:["CarouselTariffsCard"],childSchema:e=>({...e?.filtrationSchema,...e?.consumerField?{consumer:e?.consumerField}:{}})}),Ah=e=>Rh(e.items?.enum||[],e.items?.enumNames||[]).map((([e,t])=>({key:e,text:t}))),Fh=(e=!1)=>e?"text-left":"text-center",Lh={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},zh=d((({className:e,iconBgVersion:t="primary",size:n,icon:a,...i})=>{const r=`${n?.width??44}px`;return a?o("div",{className:u("rounded-icon object-fit flex justify-center items-center",Lh[t],e),style:{width:r,height:r},role:"figure",children:o(G,{name:a,width:"54%",...i})}):null})),Vh=d((({className:e="",title:t,benefitList:n,...a})=>{const i=De();return c(g,{className:e,defaultPadding:"p-6xl",...a,children:[t?o(w,{headingType:"h3",as:"h2",className:Fh(i),title:t}):null,n?.length?o("div",{className:"flex flex-col @md:flex-row flex-wrap w-full @md:justify-center mt-xl gap-5xl",role:"list",children:n.map($h)}):null]})})),$h=({label:e,description:t,__html:n,icon:a,isDotted:i=!1,iconBgVersion:r},l)=>c("div",{className:"flex gap-m items-center @md:basis-1/2 @md:max-w-lg",role:"listitem",children:[a?.icon?o(zh,{className:"shrink-0",iconBgVersion:r,...a}):null,a?.src?o(ie,{className:"shrink-0",image:a}):null,e?c("div",{className:"@sm:h-full space-y-xs",children:[o(w,{headingType:"h6",children:e}),o(ze,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),n?o(Fe,{__html:n,isDotted:i,itemSize:"list-s"}):null]}):null]},String(l)),jh=(e,t,n)=>{return o(bh,{children:e.map((a=n,({icon:e,title:t,description:n},i)=>c("div",{className:u("flex flex-col gap-1","justify-between p-m h-full border border-gray",{"justify-center":!n&&!t}),children:[t?o(ze,{size:"text-h6",font:"font-normal",align:a,children:t}):null,e?o(ie,{image:e,height:"180",className:"w-auto mx-auto"}):null,n?o(ze,{size:"text-h6",font:"font-normal",align:a,children:n}):null]},String(i))))});var a},qh=d((({bonusBenefits:e,cardTextAlign:t="text-center",className:n="",columnsCount:a="4",subtitle:i,title:r,...l})=>c(g,{className:u("space-y-3xl",n),defaultPadding:"p-6xl",...l,children:[o(k,{defaultPadding:"",title:r,description:i,headlineVersion:"M"}),e?.length?jh(e,0,t):null]}))),Uh={start:"justify-start",center:"justify-center",end:"justify-end"},Wh=d((({buttons:e,className:t="",align:n,...a})=>{const i=n&&u("flex",Uh[n]);return o(g,{className:u("!bg-transparent",i,t),defaultPadding:"p-0",...a,children:Ye(e)})})),Hh=d((({rate:e=0,title:t="Ставка",unit:n,fractionDigits:a=2,depositeName:i,isShowDepositeName:r,color:l="text-secondary-text"})=>c("div",{children:[o(ze,{size:"text-l",font:"font-light",color:l,children:t}),c("div",{className:"relative",children:[c("div",{className:"flex @xl:justify-center gradient-color-text gap-xs",children:[o("span",{className:"font-mohave text-title-huge -mt-m tracking-[-15px]",children:Xe(a,{fixed:!0})(e)}),n?o("span",{className:"text-7xl mt-5",children:n}):null]}),i&&r?o("div",{className:"absolute bottom-2 w-full text-left whitespace-nowrap",children:i}):null]})]}))),Yh=d((({title:e="Ставка"})=>c("div",{className:"space-y-s lg:min-w-96",children:[o(ze,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o(G,{className:"w-10 h-auto lg:w-40",name:"PercentIcon"}),o("div",{className:"w-64",children:o(C,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Процентная ставка не найдена, выберите другие параметры"})})]}))),Gh=({title:e="Ставка",rate:t=0,unit:n="%",fractionDigits:a=2,color:i="text-secondary-text",children:r,...l})=>t?c("div",{className:"flex flex-col",children:[o("div",{className:"hidden lg:block min-w-96",children:o(Hh,{title:e,rate:t,unit:n,fractionDigits:a,color:i,...l})}),o(Ec,{className:"lg:hidden",title:e,value:t,postfix:n,fractionDigits:a,fixed:!0,color:i,...l}),r]}):o(Yh,{title:e,...l}),Kh={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Jh={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Xh=(e,t)=>{const{travelExpenseValue:n,restExpenseValue:a}=e,[i,r]=((e,t,n)=>{const{maxBonus:a=5e3,prefMonthsNum:i=Kh.prefMonthsNum,prefTravelBonusRate:r=Kh.prefTravelBonusRate,prefRestBonusRate:l=.01,travelBonusRate:s=.015,restBonusRate:o=.01}=e,c=Math.min(Math.round(r*t)+Math.round(l*n),a);return[c,c*i+Math.min(Math.round(s*t)+Math.round(o*n),a)*(12-i)]})(t||Jh,n,a);return{...t,...e,monthBonus:i,yearBonus:r}},Qh=Yt((({className:e="",title:t,calcSource:n,buttons:a,footnote:i,...r})=>{const[l,{field:s}]=dn({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:d,maxSumTravel:m,minSumOther:h,maxSumOther:p,monthBonus:g,yearBonus:f}=Xh(l,n);return o(Ic,{className:e,title:t,...r,children:c("section",{className:u(Tc,e),children:[c("div",{className:Rc,children:[jc({title:"Сумма покупок в категории путешествия, ₽",min:d,max:m,step:500,isShowItems:!1,...s("travelExpenseValue")}),jc({title:"Сумма покупок в остальных категориях, ₽",min:h,max:p,step:500,isShowItems:!1,...s("restExpenseValue")})]}),o("div",{className:"mb-s",children:g>=0?Gh({title:"Баллов за месяц",rate:g,fractionDigits:0,unit:"",color:"text-primary-text"}):null}),c("div",{className:Dc,children:[f>=0?o(Ec,{title:"Баллов за год",value:f,color:"text-primary-text"}):null,Ye(a,{isVertical:!0}),Fc(i)]})]})})})),Zh=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,ep=e=>Vc({...e,title:"Выплата процентов",orientation:"vertical",items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),tp=" (c капитализацией)",np=({income:e,finalSum:t,postfix:n="₽",buttons:a=[],footnotes:i=[],isCapitalization:r=!1})=>c("div",{className:Dc,children:[o(Ec,{title:`Доход в конце срока${r?tp:""}`,value:e,postfix:n,prefix:"+"}),o(Ec,{title:`Сумма в конце срока${r?tp:""}`,value:t,postfix:n}),Ye(a,{isVertical:!0}),i?.map(Fc)]}),ap={UL:"businessdepositrates",IP:"selfemployeddepositrates"};const ip={minSum:1e3,maxSum:100000001,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},rp=(e,t)=>{const{daysValue:n,moneyValue:a,isPartialWithdrawal:i,isReplenished:r,isMonthlyInterestPayment:l}=e,s=r||i,o=n<90||n>730,c=function(e){const t=e?.rateType?ap[e?.rateType]:"",{data:n}=yi(t?`${$a}/depositrates/${t}`:null,Vt);return Array.isArray(n)?n:[]}(t),d=c?.find((e=>l===e.isMonthlyInterestPayment&&lp(s,e)&&Qc(a,["minSum","maxSum"],e)&&Qc(n,["minDays","maxDays"],e)))||ip,{rate:m}=d,u=sp(m,e),h=a+u,p=c||[ip];return{...d,...Xc(["minSum","maxSum"],p),...Xc(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:o,income:u,finalSum:h}},lp=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,sp=(e,t)=>{const{isMonthlyInterestPayment:n,moneyValue:a,daysValue:i}=t;return n?Math.round(a*Math.pow((1200+e)/1200,i/30)-a):Math.round(a*e*i/365/100)},op=Yt((({className:e="",title:t,buttons:n,footnote:a,bottomFootnote:i,isShowDepositeName:r,defaultParams:l,rateParams:s,...d})=>{const[m,{field:h}]=dn({moneyValue:Mc(l,1e5),daysValue:Ac(l,60),isReplenished:Boolean(l?.isReplenished),isPartialWithdrawal:Boolean(l?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(l?.isMonthlyInterestPayment)}),p=rp(m,s),{income:g,finalSum:f,rate:y,depositeName:b}=p;return o(Ic,{className:e,title:t,...d,children:c("section",{className:u(Tc,e),children:[c("div",{className:Rc,children:[jc({title:"Сумма, ₽",min:p.minSum,max:p.maxSum,...h("moneyValue"),value:p.moneyValue}),(x={title:"Срок, дней",min:p.minDays,max:p.maxDays,...h("daysValue"),value:p.daysValue},o(Ei,{items:[`От ${Zh(x.min||0)}`,`До ${Zh(x.max||0)}`],step:1,...x})),c("div",{className:"flex flex-col sm:flex-row gap-y-m gap-x-5xl",children:[cp(p,h),ep({...h("isMonthlyInterestPayment")})]})]}),Gh({rate:y,depositeName:b,isShowDepositeName:r}),np({income:g,finalSum:f,buttons:n,footnotes:[a,i]})]})});var x})),cp=(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(ba,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),o(ba,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),dp=e=>{const t=[...e];t.sort((([e],[t])=>e-t));let n=1;for(;n<t.length;){const[e,a]=t[n-1],[i,r]=t[n];a>=i?t.splice(n-1,2,[e,Math.max(a,r)]):n++}return t},mp={minSum:5e4,maxSum:100000001,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0,isReplenish:!1,isWithdrawn:!1,type:""},up=(e,t,n)=>{const{moneyValue:a,monthsValue:i}=e,r=t?.[0]?gp(t[0].minMonths,t[0].maxMonths):0,l=!n?.isShowMonthlyInterestPayment,s=!n?.isShowRemoteRegistration,o=!n?.isShowReplenish,c=!n?.isShowWithdrawn,d=!n?.isShowNewClient,m=t?.find((t=>[pp({row:t,userInputParams:e,paramKey:"isReplenish",isExclude:o}),pp({row:t,userInputParams:e,paramKey:"isWithdrawn",isExclude:c}),pp({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:l}),pp({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:s}),d||e?.isNewClient===t?.isNewClient,Qc(a,["minSum","maxSum"],t),Qc(i||r,["minMonths","maxMonths"],t)].every(Boolean)))||mp,{rate:u}=m,h=e?.extraPercent?.key??0,p=Number(u)+Number(h),g=hp(p,e),f=a+g,y=t||[mp];return{...m,...Xc(["minSum","maxSum"],y),...Xc(["minMonths","maxMonths"],y),availableMonths:dp(y.map((e=>[e.minMonths,e.maxMonths]))).flatMap((([e,t])=>((e,t,n=1)=>Array.from({length:Math.abs(t-e)/n+1},((a,i)=>t>=e?e+i*n:e-i*n)))(e,t))),...e,defaultMonth:r,income:g,finalSum:f}},hp=(e,t)=>{const{isMonthlyInterestPayment:n,moneyValue:a,monthsValue:i}=t;return n?Math.round(a*Math.pow((1200+e)/1200,i)-a):Math.round(a*e*30*i/365/100)},pp=({row:e,userInputParams:t,paramKey:n,isExclude:a})=>a||t[n]===e[n],gp=(e,t)=>e+Math.round((t-e)/2),fp=(e="rub")=>"rub"===e,yp=(e,t)=>{const{minMonths:n,maxMonths:a}=Xc(["minMonths","maxMonths"],Np(t,e?.currency)),i=e.monthsValue||Math.round((n+a)/2);return{monthsValue:Ii(i,n,a)}},bp=(e,t)=>{const{minSum:n,maxSum:a}=Xc(["minSum","maxSum"],Np(t,e?.currency)),i=e.moneyValue||n;return{moneyValue:Ii(i,n,a)}},xp=(e,t)=>({currency:e?.currency??t?.map((e=>e.currency))?.[0]}),vp=e=>{const t=fp(e?.currency?.key);return{isReplenish:t&&e?.isReplenish,isWithdrawn:t&&e?.isWithdrawn}},Np=(e,t)=>{const{rates:n}=e?.find((e=>e?.currency.key===t?.key))??{};return n??e?.[0]?.rates},wp=(e,t=!1)=>t?Vc({...e,title:"Оформление",orientation:"vertical",items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]}):null,Cp=(e,t,n)=>{const a="rub"!==e?.currency?.key;return c("div",{className:"grid grid-cols-2 gap-lg",children:[Sp(t("isReplenish"),e,a),kp(t("isWithdrawn"),e,a),Ip(e.isShowReplenish||e.isShowWithdrawn),e.isShowMonthlyInterestPayment?ep(t("isMonthlyInterestPayment")):null,wp(t("isRemoteRegistration"),e.isShowRemoteRegistration),Tp(t("extraPercent"),n),e.isShowNewClient?o(ba,{text:"Новый сберегатель",...t("isNewClient")}):null]})},Sp=(e,t,n=!1)=>t.isShowReplenish?Vc({...e,title:"Пополнение",orientation:"vertical",items:[{id:"withReplenish",text:"С пополнением"},{id:"withoutReplenish",text:"Без пополнения"}],disabled:n}):null,kp=(e,t,n=!1)=>t.isShowWithdrawn?Vc({...e,title:"Снятие",orientation:"vertical",items:[{id:"wthDrawn",text:"Со снятием"},{id:"noWithdrawn",text:"Без снятия"}],disabled:n}):null,Ip=(e=!1)=>e?o("div",{className:"border-b border-main-divider col-span-2 w-full"}):null,Tp=(e,t)=>t?.length?c("div",{className:"w-full space-y-s col-span-2",children:[o(ze,{color:"text-secondary-text",font:"font-light",children:"Надбавка за операции по карте"}),o(ma,{options:t,...e})]}):null,Rp={isMonthlyInterestPayment:"isMonthlyInterestPayment",isRemoteRegistration:"isRemoteRegistration",isReplenish:"isReplenish",isWithdrawn:"isWithdrawn",moneyValue:"minSum",extraPercent:"extraPercent"},Dp={text:"₽",key:"rub"},Pp={text:"Без учета надбавки",key:"0"},Ep=Yt((({className:e,title:t,calcSource:n,buttons:a=[],footnote:l="",paramsViewSettings:s,defaultParams:d,...m})=>{const{rows:h}=n??{},p=h?.map((e=>e.currency))??[Dp],g=r((e=>t=>e?{...t,...vp(t),...bp(t,e),...yp(t,e),...xp(t,e)}:t)(h),[h]),[f,{field:y}]=dn({moneyValue:Mc(d,2e4),monthsValue:Ac(d,1),isMonthlyInterestPayment:Boolean(d?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(d?.isRemoteRegistration),isReplenish:Boolean(d?.isReplenish),isWithdrawn:Boolean(d?.isWithdrawn),isNewClient:Boolean(d?.isNewClient),currency:Dp,extraPercent:d?.extraPercent??Pp},{normalizer:g}),b=Ap(y),x=Boolean(y?.("isNewClient")?.value),v=h?.find((e=>e?.extraPercents))?.extraPercents,N=Np(h,b),w=up(f,N,s),{rate:C,income:S,finalSum:k,type:I=""}=w,T=r((()=>{qc({field:y,defParams:Bc(N,x,v),calcParams:w,monthsValue:"minMonths",map:Rp})}),[y,h,v]);i((()=>{!ad(d)&&N&&T()}),[d,h]);const R=y?.("extraPercent")?.value?.key,D=Mp(C,R),P=C===Bc(N,x)?.rate&&R===v?.at(-1)?.key;return o(Ic,{className:e,title:t,...m,children:c("section",{className:u(Tc,e),children:[c("div",{className:Rc,children:[c("div",{className:"flex gap-m",children:[jc({className:"w-full",title:`Сумма, ${b?.text}`,min:w.minSum,max:w.maxSum,...y("moneyValue"),value:w.moneyValue,postfix:b?.text,step:_p(b?.key)}),h&&h?.length>1?o(ua,{label:"Валюта",options:p,...y("currency")}):null]}),Lc({title:"Срок, месяцев",min:w.minMonths,max:w.maxMonths,availableMonths:w.availableMonths,...y("monthsValue"),value:w.monthsValue}),Cp({...w,...s},y,v)]}),Gh({rate:D,children:Op(T,P)}),np({income:S,finalSum:k,buttons:[...a,Bp(n?.buttons,I)],footnotes:[l],postfix:b?.text,isCapitalization:y("isMonthlyInterestPayment").value})]})})})),_p=(e="")=>fp(e)?1e3:100,Bp=(e=[],t="")=>{const{type:n,...a}=e.find((e=>e.type===t))??{};return a},Op=(e,t=!1)=>t?null:o(Mn,{type:"button",version:"secondary",onClick:e,children:"Показать максимальную ставку"}),Mp=(e,t)=>Number(e)+Number(t??0),Ap=e=>e?.("currency")?.value??Dp,Fp=e=>Lp({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Lp({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Lp=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:a,viewSettingFieldKey:i})=>!!n&&!n[i]||t[a]===e[a],zp={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Vp=(e,t,n)=>{const{moneyValue:a,monthsValue:i,oldMonthlyPayment:r,moneyExtra:l}=e,s=t?.rateRows||[zp],o=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>Fp({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:c,maxSum:d}=Jc(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:u}=Jc(["minMonths","maxMonths"],o,s),h=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:a,monthsValue:i,oldMonthlyPayment:r,moneyExtra:l})=>e?.find((e=>Fp({row:e,userInputParams:t,paramsViewSettings:n})&&Qc(a+l,["minSum","maxSum"],e)&&Qc(r,["minSumOld","maxSumOld"],e)&&Qc(l,["minSumExtra","maxSumExtra"],e)&&Qc(i,["minMonths","maxMonths"],e)))||zp)({rateRows:s,userInputParams:e,paramsViewSettings:n,moneyValue:a,monthsValue:i,oldMonthlyPayment:r,moneyExtra:l}),{rate:p}=h,g=Uc(p,e),f=e.oldMonthlyPayment-g;return{...h,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:u,moneyValue:a,monthsValue:i,oldMonthlyPayment:r,moneyExtra:l,monthlyPayment:g,benefit:f}},$p=Yt((({className:e="",title:t,calcSource:n,buttons:a,footnote:i,paramsViewSettings:r,...s})=>{const[d,{field:m}]=dn({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),h=Vp(d,n,r),p=l((()=>_c(n?.rateRows)?.rate),[n?.rateRows]),g=$c({...m("isAnnuity")});return o(Ic,{className:e,title:t,...s,children:c("section",{className:u(Tc,e),children:[c("div",{className:Rc,children:[jc({title:"Остаток долга в других банках, ₽ ",step:500,min:h.minSum,max:h.maxSum-h.maxSumExtra,...m("moneyValue"),value:h.moneyValue}),jc({title:"Ежемесячный платёж в других банках, ₽",step:500,min:h.minSumOld,max:h.maxSumOld,...m("oldMonthlyPayment"),value:h.oldMonthlyPayment}),Lc({title:"Новый срок кредита, месяцев",min:h.minMonths,max:h.maxMonths,...m("monthsValue"),value:h.monthsValue}),jp({...h,...r},m),h.isExtraMoney?jc({title:"Дополнительная сумма, ₽ ",step:500,min:h.minSumExtra,max:h.maxSumExtra,...m("moneyExtra"),value:h.moneyExtra}):null,o("div",{className:"sm:hidden pb-m border-b border-main-divider",children:g})]}),c("div",{className:u(Dc,"@4xl:w-1/2"),children:[o(Ec,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(Ec,{title:"Ставка от",value:p,fractionDigits:2,postfix:"%"}),o(Ec,{title:"Ежемесячный платёж",value:h.monthlyPayment,postfix:"₽"}),h.benefit>0?o(Ec,{title:"Выгода в месяц",value:h.benefit,postfix:"₽"}):null,o("div",{className:"hidden sm:block mb-lg",children:g}),Ye(a,{isVertical:!0}),Fc(i)]})]})})})),jp=(e,t)=>c("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?o(ba,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?o(ba,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,o(ba,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),qp=d((e=>{const{onChange:t,min:n,max:a,defaultValue:i="0",fractionDigits:l=0,...s}=e,c=ki(e,{normalize:(e=i)=>n&&a?String(Ii(Number(Up(e)),n,a)):Up(e),format:Xe(l)}),d=r((e=>t&&t(Up(e))),[t]);return o(Kn,{onChange:d,...s,...c})})),Up=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),Wp=d((e=>o(qp,{...e,fractionDigits:2,children:o("div",{className:"absolute right-4 bottom-4",children:o(ze,{size:"text-xl",font:"font-light",children:"₽"})})}))),Hp={private:"p2p/registerP2P",business:"b2c/registerB2C"},Yp=({onClose:e,errorCode:t,errorMessage:n})=>{const a=t?`Код ошибки - ${t}`:"Пожалуйста, повторите позднее";return o(zn,{maxWidth:"lg",onClose:e,children:c("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:[o(ie,{image:{icon:"ResponseFailIcon",iconVersion:"normal"},width:"136",height:"136"}),o(k,{className:"w-full",title:"Ошибка перевода",description:a,headlineVersion:"XS",isEmbedded:!0}),n?c("div",{className:"bg-secondary-dark rounded-xl p-m grid gap-m grid-cols-12",children:[o("div",{className:"col-span-8",children:n}),o("div",{className:"col-span-4",children:o(ie,{image:{icon:"ResponseFailIcon",iconVersion:"normal"}})})]}):null]})})},Gp=e=>{const t=pn(Yp),n=is(),a=Xt(),i="private"===e?"p2p":"b2c";return r((async({amount:r})=>{const l=await(async(e,t)=>{const n=Xt(),a={amount:String(t),currency:"643",returnUrl:`${n.origin}/p2p/success`,failUrl:`${n.origin}/p2p/failed`,language:"ru"},i=`${$a}/payment/${Hp[e]}`;try{const e=await fetch(i,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(a)});return e.ok?await e.json():null}catch(e){return null}})(e,r);(e=>Boolean(e?.formUrl)&&Boolean(e?.orderId))(l)&&(n.transaction={orderId:l.orderId,type:i,url:a.href},a.assign(`${i}/?formUrl=${encodeURIComponent(l.formUrl)}`)),(e=>Boolean(e?.errorMessage)&&0!==e?.errorCode)(l)&&t.open({errorCode:l.errorCode,errorMessage:l.errorMessage})}),[e])},Kp={amount:1500},Jp=d((({className:e="",title:t="Укажите сумму перевода",label:n="Сумма перевода",button:a,formType:i="private",...r})=>{const l=Gp(i),[{amount:s},{field:d,onSubmit:m}]=dn(Kp,{onSubmit:l});return c(g,{className:u("flex flex-col gap-4xl items-center",e),defaultPadding:"p-6xl",...r,children:[t?o(w,{className:"self-start xl:self-center",headingType:"h3",title:t}):null,c("form",{className:"w-full xl:max-w-md space-y-lg",method:"POST",onSubmit:m,children:[o(Wp,{valid:s>0,label:n,max:3e5,min:1,...d("amount",{parse:Number,format:String})}),o("input",{type:"hidden",name:"amount",value:s}),a?.text?o(ii,{className:"w-full",disabled:s<=0,children:a.text}):null]})]})})),Xp=({className:e,text:t="ХИТ"}={})=>c("div",{className:u("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[o(G,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),o(C,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),Qp="relative h-full",Zp={small:"lg:min-w-64",normal:"lg:min-w-80 xl:min-w-96",big:"lg:min-w-[515px]"},eg=({noCardBorder:e,cardSize:t="normal",isNavButtons:n=!1,...a})=>{const{blocks:i}=a.block||{},r=i?.some(ag),l=n?{defaultPadding:"p-6xl pb-m"}:{};return E({...a,renderProps:(n,a,i)=>c("div",{className:tg(n,{someCardsHighlighted:r}),children:[R(n,a,{className:ng(n,{someCardsHighlighted:r,showBorder:!e,cardSize:t}),...l,blockIndex:i}),ag(n)?Xp({className:"absolute top-0 -right-4 z-40"}):null]},String(i))})},tg=(e,{someCardsHighlighted:t})=>u(Qp,t&&(ag(e)?"pt-3xl":"pt-16")),ng=(e,{someCardsHighlighted:t,showBorder:n,cardSize:a="normal"})=>u(Qp,"min-w-80",Zp[a],t&&(ag(e)?"pt-16":"pt-3xl"),Yu(n),n&&"h-full"),ag=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,ig=Yt((({className:e,visibleItemCount:t=0,noCardBorder:n,arrowsPadded:a=!0,isGap:i=!0,cardSize:r="normal",isNavButtons:l=!1,...s})=>o(g,{className:u(e),defaultPadding:"p-6xl",...s,children:o(bh,{className:u("relative max-w-full"),visibleItemCount:t,snapAlign:"snap-start",gap:i?16:0,padding:0,arrowsPadded:a,navButtons:l?rg(s?.block?.blocks):[],hasBlur:!0,children:eg({noCardBorder:n,cardSize:r,isNavButtons:l,...s})})})),{childrenTypes:["CarouselCard","CarouselCatalogCard","CarouselRecommendationCard","CarouselTariffsCard","RichTextBlock","ProductBlock"],childSchema:()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}})}),rg=e=>e?.map((e=>{const t=e?.content;return{title:t?.title,description:t?.additionalDescription||t?.description}}))??[],lg={black:"bg-black",white:"bg-white"},sg=d((({className:e="",title:t,description:n,image:a,price:i,button:r,colors:l=[],align:s="text-left",padding:d,...m})=>o(g,{className:u("flex flex-col justify-left",e),defaultPadding:"p-2xl",...m,children:c(_e,{className:"h-full",padding:d,title:o(k,{title:t,description:n,headlineVersion:"XS",isEmbedded:!0,align:s,className:"min-h-24"}),rightImage:a?.src?o(ie,{className:"flex justify-center align-center mb-xl",image:a}):null,buttons:Ye([r],{buttonClassName:"w-full self-end"}),children:[l?.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:"Цвета:"})}),l.map(og)]}):null,i?c(ze,{size:"text-h3",align:"text-left",children:[i," ₽"]}):null]})}))),og=(e,t)=>o("figure",{className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${lg[e]}`},String(t)),cg=d((({className:e="",href:t,target:n,onClick:a,data:i,children:r})=>{const l=be()({href:t,target:n,onClick:a});return o(t?"a":"div",{className:u("block",e),...t?l:{},role:t?"link":"none",...ve(i),children:r})})),dg=[{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"}}],mg=d((({className:e="",media:t,showButtonText:n,stretched:i,version:r="white",children:l})=>{if(!t?.length)return null;const[s,d]=a(),m=t?.map((e=>{const{href:t,icon:a,text:i}=e,{iconMapped:l}=(e=>dg.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),o=He(a)?a:l,c=n?{text:i}:{text:""},m=e?.icon?.iconVersion||"color";return!s&&i&&d(!0),{...e,...c,icon:{...o,iconVersion:m},version:e?.version??r}})),h=u("border border-solid hover:border-transparent border-main-divider","group-data-primary:border-main-divider group-data-gray:border-green group/media",{"basis-auto":!n&&!s},ug(i));return c("div",{className:u("flex flex-col gap-m xl:gap-xs",e),"aria-label":"Социальные сети",children:[o("div",{className:"flex gap-xs",children:Ye(m,{className:hg(s??!1,i??!1,n),buttonClassName:h})}),l?o(ze,{size:"text-s",font:"font-light",color:"text-secondary-text",children:l}):null]})})),ug=(e=!1)=>e?"flex-1 @lg:flex-initial justify-center":"",hg=(e,t,n=!1)=>u(e||t?"basis-full":"",t&&(!n||!e)?"flex-nowrap":""),pg=d((({className:e,padding:t,description:n,additionalDescription:a,href:i,icon:r,isDotted:l,__html:s,socialMedia:d=[],target:m,title:h,align:p="text-left",benefits:f,imageOptions:{directionRight:y=!0,isImageAlwaysOnRight:b=false,isImageSecondary:x=!1}={},data:v,...N})=>o(g,{className:u("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...N,children:o(cg,{href:i,target:m,className:"h-full",data:Cu(v),children:c(_e,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:o(k,{title:h,description:n,headlineVersion:"XS",isEmbedded:!0,align:p}),...ot(He(r)?o(ie,{image:r}):null,y),buttons:d.length?o(mg,{media:d,stretched:!0,showButtonText:!0,version:N?.version}):null,isImageAlwaysOnRight:b,isImageSecondary:x,imageAlign:"center",children:[o(We,{benefits:f}),s?o(Fe,{__html:s,isDotted:l,itemSize:"list-s"}):null,gg(a,p)]})})}))),gg=(e,t)=>e?o(C,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,fg=new he,yg=(e,t)=>{const{title:n,description:a,buttons:i}=e;return c("div",{className:"py-lg border-b border-main-divider",children:[n?o("div",{className:"opacity-80",children:o(ze,{size:"text-m",color:"text-secondary-text",children:n})}):null,a?o("div",{className:"mt-2xs",children:o(ze,{size:"text-xl",color:"text-primary-text",children:a})}):null,i?.length?o("div",{className:"text-primary-main",children:Ye(i)}):null]},String(t))},bg=d((({className:e="",title:t,align:n="text-center",icon:s,button:d,visibleCellsCount:m=1,cardCells:h=[],options:p,data:f,...y})=>{const b=l((()=>h.map(yg)),[h]),[x,v]=l((()=>m>0?[b.slice(0,m),b.slice(m)]:[b,[]]),[m,b]),[N,C]=a(!1);i((()=>fg.subscribe("fold",(e=>{e&&p?.parent&&e.parent===p?.parent&&C(e.isUnfolded)}))),[p?.parent]);const S=r((()=>{fg.fire("fold",{type:"fold",isUnfolded:!N,parent:p?.parent})}),[N,p?.parent]);return c(g,{className:u("flex flex-col",e),defaultPadding:"p-2xl",...y,children:[o(ie,{className:"self-center",image:s}),t?o(w,{className:u("pt-xs",n),headingType:"h5",title:t}):null,d?.text?o(ke,{className:"w-full mt-m mb-lg",...d}):null,v.length?c(no,{children:[c("div",{children:[x,o(ao,{isUnfolded:N,children:v})]}),h.length>=m?o(to,{className:"mt-m",label:N?"Скрыть":"Подробнее о тарифе",isUnfolded:N,embedded:!0,data:f,onClick:S}):null]}):o("div",{children:x})]})})),xg=d((({text:e,value:t})=>c("div",{className:"space-y-xs w-full",children:[o(ze,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}),o("div",{className:"w-full text-2xl bg-main-gray px-4 py-3 rounded-md",children:Xe()(t)})]}))),vg=d((({cashbacks:e})=>{const{mounth:t,year:n}=Ng(e);return c("div",{className:"w-full flex flex-col gap-lg",children:[o(w,{className:"text-left",headingType:"h5",as:"h2",title:"Результат расчета"}),o(Fe,{__html:'Категории покупок для расчета баллов предварительные.<br />Подробнее по условиям и начислениям можно узнать во вкладке <a href="#docs">документы</a>'}),c("div",{className:"flex flex-col @xs:flex-row gap-lg",children:[o(xg,{text:"Баллов в месяц",value:t}),o(xg,{text:"Баллов в год",value:n})]})]})})),Ng=e=>e.reduce(((e,t)=>{const n=Number(t.percent.key)/100*t.sum;return{mounth:Math.min(e.mounth+n,5e3),year:Math.min(e.year+12*n,6e4)}}),{mounth:0,year:0}),wg=[{text:"Категория 1,5%",key:"1.5"},{text:"Категория 3%",key:"3"},{text:"Категория 5%",key:"5"},{text:"Категория 10%",key:"10"},{text:"Категория 15%",key:"15"}],Cg=[{text:"Категория 1,5%",key:"1.5"},{text:"Категория 3%",key:"3"}],Sg=d((({categories:e,cashback:t,showIncreasedPercents:n,maxInputRange:i,deleteImage:r,onDelete:l,onChange:s})=>{const[d,m]=a(kg(e)),u=0===t.id;return c("div",{className:"w-full space-y-m",children:[c("div",{className:"space-y-xs",children:[o(ze,{size:"text-m",color:"text-primary-text",font:"font-light",children:"Выберите категорию"}),c("div",{className:"flex gap-m",children:[o(ma,{className:"w-full",isManualInput:u,placeholder:"Выберите категорию",options:Ig(u,n),value:t.percent,onChange:e=>{s({...t,percent:e})}}),u?null:o(Mn,{version:"secondary",onClick:()=>l(t.id),shape:"round",className:"px-4 rounded-md",children:o(ie,{image:r})})]})]}),e?.length&&!u?o(ma,{label:"Выберите категорию покупок",placeholder:"Выберите категорию покупок",options:e,value:d,onChange:m}):null,o(Ei,{step:500,title:"Сумма покупок в категории",min:0,max:i,value:t.sum,onChange:e=>{s({...t,sum:e})}})]})})),kg=e=>e?.[(new Date).getTime().toString().slice(-1)],Ig=(e,t)=>e?[]:t?wg:Cg,Tg=[{id:0,percent:{text:'Категория 1% "На всё"',key:"1"},sum:5e3}],Rg={href:"/natural/debetcards/svoya-plus",text:"Оформить карту",target:"_self"},Dg=["5","10","15"],Pg=d((({maxInputRange:e=3e5,image:t,deleteImage:n,infoImage:i,className:r="",button:l=Rg,...s})=>{const{cashbacks:d,categories:m,onAddNewCashback:h,onChangeCashback:p,onDeleteCashback:f,onResetCashback:y}=(()=>{const{data:e}=Xo("CASHBACK_CATEGORY"),[t,n]=a(Tg);return{cashbacks:t,categories:e?.map((e=>({key:e.key||"",text:e.value})))||[],onAddNewCashback:()=>n((e=>[...e,{id:e[e.length-1].id+1,percent:{text:"Категория 1,5%",key:"1.5"},sum:5e3}])),onChangeCashback:e=>n((t=>t.map((t=>t.id===e.id?e:t)))),onDeleteCashback:e=>n((t=>t.filter((t=>t.id!==e)))),onResetCashback:()=>n(Tg)}})(),b=t?.src?o(ie,{image:t,className:"hidden w-full @xl:block",imageClassName:"justify-self-center"}):null;return c(g,{className:u("flex flex-col justify-center items-center gap-lg",r),defaultPadding:u("p-6xl"),...s,children:[o(k,{title:"Калькулятор расчета баллов",description:"Можно выбрать не более 5 категорий, одна из них из повышенной категории",headlineVersion:"XL",isEmbedded:!0}),c("div",{className:"flex flex-row items-start gap-lg",children:[c("div",{className:"w-full flex flex-col justify-center items-center gap-lg",children:[d.map((t=>o(Sg,{categories:m,cashback:t,showIncreasedPercents:_g(t,d),maxInputRange:e,deleteImage:n,onDelete:f,onChange:p},String(t.id)))),Eg(d.length,h,y),o(vg,{cashbacks:d}),o(hc,{__html:"<p>Полученные баллы можно конвертировать в рубли и компенсировать покупки у партнеров. Подробнее в <a href='#docs'>документах</a></p>",image:i}),o(ke,{className:"w-full @lg:w-auto self-start",href:l.href,text:l.text,target:l.target,version:"primary"})]}),b]})]})})),Eg=(e,t,n)=>c("div",{className:"w-full flex flex-col gap-lg",children:[e<5?o(Mn,{className:"self-start text-primary-main",embedded:!0,version:"secondary",onClick:t,children:"Добавить еще"}):null,e>2?o(Mn,{className:"self-start",version:"secondary",onClick:n,children:"Сбросить все категории"}):null]}),_g=(e,t)=>Dg.includes(e.percent.key)||!t.some((e=>Dg.includes(e.percent.key))),Bg=d((({step:e=10,description:t,showPercentage:n=!0})=>c("div",{children:[o("div",{className:"h-4 w-full bg-gray relative",children:o("div",{className:"h-4 bg-green",style:{width:`${e}%`}})}),c("div",{className:"relative",children:[n?c("div",{className:"absolute left-2/4 text-green",children:[e,"%"]}):null,t?o("div",{className:"text-right pr-m text-gray",children:t}):null]})]}))),Og=d((({step:e=1,totalSteps:t=6,stepsTitles:n=[]})=>{const a=l((()=>(e+1)/t*100),[e,t]);return o("div",{className:"py-lg px-5xl bg-white col-span-12",children:c("div",{children:[c("span",{className:"font-bold mr-s",children:["Шаг ",e+1," из ",t,"."]}),n[e]||null,o(Bg,{step:a,showPercentage:!1})]})})}));var Mg;!function(e){e.process="IN_PROCESS",e.ok="APPROVED",e.fail="CANCELLED",e.pre_decision="PRE_DECISION",e.approved="APPROVED",e.cancelled="CANCELLED",e.failed="FAILED",e.draft="DRAFT",e.rework="REVISION",e.dboClient="DBO_CLIENT",e.clientNotOk="CLIENT_NOT_OK",e.notFound="NOT_FOUND"}(Mg||(Mg={}));const Ag=e=>Os("/user-data/getTaskStatus","POST",e),Fg=async e=>{const t=await Os("/user-data/sendSignalToProcess","POST",e);return t?.statusCd||null},Lg=d((({title:e,interval:t=0,onEnd:n=En})=>{const[i,r]=a(t);_l({seconds:t,onTick:r,onEnd:n});const l=100-(t-i)/t*100;return c("div",{children:[e?o(k,{title:e,headlineVersion:"S"}):null,c("div",{className:"relative flex items-center justify-center w-24 h-24 rounded-full bg-gray text-transparent mb-5",children:[o("div",{className:"absolute inset-0 rounded-full",style:{background:`conic-gradient(rgb(66, 171, 68) ${l}%, rgb(125, 126, 127) 0deg)`}}),o("div",{className:"z-10 flex items-center justify-center w-20 h-20 rounded-full bg-white text-primary-text text-m",children:o(Fl,{seconds:i})})]})]})})),zg=d((({title:e,description:t,sectionInfoTitle:n,sectionInfo:a,sectionAdditionalTitle:i,sectionInfoAdditional:r,buttonText:l,interval:s,onExpire:d=En,...m})=>c(g,{...m,children:[c("div",{className:"flex flex-col md:flex-row items-center",children:[o(k,{headlineVersion:"M",title:e,description:t,align:"text-left",padding:"p-xl",className:"w-full"}),s?o(Lg,{interval:s,onEnd:d}):null]}),o(Vg,{title:n,items:a}),o(Vg,{title:i,items:r,countColumns:!0}),l?o(si,{href:"/natural",text:l,version:"primary",className:"w-full mt-lg"}):null]}))),Vg=({title:e,items:t,countColumns:n=!1})=>{const a=De();return t?c("div",{children:[o("hr",{className:"w-full h-px bg-main-gray border-0"}),c("div",{className:"p-xl",children:[e?o(ze,{color:"text-primary-text",size:"text-h5",children:o("div",{className:u({"mb-m":Boolean(e)}),children:e})}):null,t?o("div",{className:u("grid grid-cols-1 gap-m",Rl(n||a?1:2)),children:t.map(((e,t)=>o("div",{children:$g(e)},t)))}):null]})]}):null},$g=({label:e,description:t})=>c("div",{className:"flex flex-col",children:[o(ze,{color:"text-secondary-text",size:"text-l",children:e}),o(ze,{color:"text-primary-text",size:"text-xl",children:t})]}),jg=d((()=>o(zg,{title:"Благодарим Вас за ожидание",description:"В настоящий момент Банк не может одобрить Вашу заявку на кредит. Попробуйте подать заявку позже. Спасибо за обращение в АО «Россельхозбанк».",buttonText:"Вернуться на главную"}))),qg=d((({onExpire:e})=>{const{statusInfo:t}=nc();return o(zg,{interval:300,title:"Заявка успешно отправлена",description:"Не закрывайте окно, скоро сообщим результат",sectionInfoTitle:"Заявленные условия по кредиту",sectionInfo:[{label:"Название продукта",description:"Кредитная карта"},{label:"Категория",description:t?.cardCategory}],onExpire:e})})),Ug=d((()=>{const{statusInfo:e}=nc(),t="courier"===e?.methodObtain;return o(zg,{title:"Благодарим вас за ожидание, но нам требуется больше времени для принятия решения",description:t?"":"Посетите выбранное отделение банка с необходимыми документами и так завершите оформление кредита.",sectionAdditionalTitle:t?"Адрес доставки":"В отделении Банка",sectionInfoAdditional:t?[{description:e?.deliveryAddress}]:[{label:"Регион",description:e?.regionRetail},{label:"Адрес",description:e?.addressRetail}],sectionInfo:[{label:"Основные документы:",description:"- Паспорт РФ"}],buttonText:"Вернуться на главную"})})),Wg=d((()=>{const{statusInfo:e}=nc();return o(zg,{title:"Банк одобрил вам кредит",description:"Обратитесь в отделение банка, чтобы завершить оформление и получить ваш кредит",sectionInfo:Hg(e),buttonText:"Вернуться на главную"})})),Hg=e=>{const t=[{label:"Название продукта",description:"Кредитная карта"},{label:"Категория",description:e?.cardCategory}];return e?.deliveryAddress&&e?.deliveryDate?t.concat([{label:"Адрес доставки",description:e?.deliveryAddress},{label:"Дата доставки",description:ja(e?.deliveryDate)}]):t},Yg=["CREATE_APPLICATION_SHORT_SIGNAL","CREATE_APPLICATION_LOAN_V3_SIGNAL"],Gg=d((()=>{const[e,t]=a(Mg.process),{taskId:n}=nc();i((()=>{(async()=>{for(const e of Yg)await Fg({signalType:e,taskId:n})})()}),[n]);const l=r((async e=>{const a=await Ag({taskId:n});a&&a?.statusCd!==Mg.process&&(e(),t(a.statusCd))}),[n]);El(l,3e4);const s=r((()=>t(Mg.rework)),[]);return Kg(e,s)})),Kg=(e,t)=>({IN_PROCESS:o(qg,{onExpire:t}),CANCELLED:o(jg,{}),FAILED:o(jg,{}),DRAFT:o(jg,{}),APPROVED:o(Wg,{}),PRE_DECISION:o(Wg,{}),REVISION:o(Ug,{})}[e]||o(Ug,{})),Jg=e=>(t,n)=>t.filter((e=>e)).map((t=>[Xg(n,e),Qg(t,e),Zg(t,e),af(t,e),ef(t,e),tf(t,e),nf(t,e)].some(Boolean)?{...t,required:!1}:t)),Xg=(e,t)=>2===e&&"RETIREE"===t("employment")?.key,Qg=({name:e},t)=>"wages"===e&&"RETIREE"===t("employment")?.key&&!t("inn"),Zg=({name:e},t)=>"partInBusiness"===e&&"BUSINESS_OWNER"!==t("positionOrganization")?.key,ef=({name:e,filledByEsia:t},n)=>e?.startsWith("address")&&n("esiaAccountTypeCd")?.key&&t,tf=({name:e},t)=>"addressFact"===e&&t("addressMatch"),nf=({condition:e},t)=>e?.name&&e?.values?.some((n=>{const a=t(e?.name);return n!==(a?.key??a)})),af=({name:e},t)=>"snils"===e&&!t("snils")&&rf(t),rf=e=>"PFR_CERTIFICATE"!==e("confirmationIncome")?.key,lf={...Om,...Mm},sf=({field:e,inputs:t,params:n})=>t.map(Tl(e,n,lf)),of=({sections:e,field:t,step:n,params:a})=>e?.map((({inputs:e=[],columns:i,title:r,condition:l},s)=>{const c=Jg(cf(t))(e,n),d=[nf({condition:l},cf(t))?null:Dl(r),...sf({field:t,inputs:c,params:a})].filter(Boolean).map(((e,t)=>({...e,key:e.key??`elem-${t}`})));return d.length?o("div",{className:u(Rl(i),"grid gap-x-m"),children:d},`section-${s}`):null})),cf=e=>t=>e(t)?.value,df=({formState:e,inputs:t,step:n,productType:a})=>{return Rn(Jg((t=>e[t]))(t,n),{...Es,limitedBirthday:Ts(a),dulIssueDate:(r=e.limitedBirthday,Cs(14,r)("Укажите дату выдачи паспорта")),generalSeniority:(i=e.lastJobExperience,ln((e=>"string"==typeof e&&/^[0-9]{1,2}$/g.test(e)&&(!i||Number(e)>=Number(i))))("Укажите количество лет стажа")),beginDate:Ns(e.limitedBirthday),participantDateRegistration:ws(e.limitedBirthday),organizationName:Ss(e.isDadataOrganization),inn:ks(e.isDadataOrganization)})(e);var i,r},mf=d((({step:e,isSending:t,onPrevStep:n})=>{const a=5===e;return c("div",{className:"flex justify-between gap-m",children:[o(Mn,{version:"secondary",disabled:0===e,onClick:n,children:"Назад"}),o(ii,{isLoading:t,children:a?"Отправить заявку":"Далее"})]})})),uf=(e,t,n)=>({...n[e],...t,limitedBirthday:hf(t?.limitedBirthday),dulIssueDate:hf(t?.dulIssueDate),participantDateRegistration:hf(t?.participantDateRegistration),beginDate:hf(t?.beginDate),deliveryDate:hf(t?.deliveryDate)}),hf=e=>{try{return e?new Date(e):void 0}catch(e){return}},pf=(e=!1)=>[{surname:"",name:"",middleName:"",sex:"",limitedBirthday:void 0,birthPlace:"",phone:"",email:"",dulSerie:void 0,dulNumber:void 0,dulIssueDate:void 0,dulSubdivisionCode:"",dulIssuedBy:"",addressRegistration:{fullAddress:"",fiasCode:""},participantDateRegistration:void 0,addressFact:{fullAddress:"",fiasCode:""},housing:void 0},{amountWorkers:{key:"",text:""},beginDate:void 0,employerActivities:{key:"",text:""},employerOrganization:{key:"",text:""},employment:{key:"",text:""},experience5Years:void 0,inn:void 0,jobsNumber:void 0,lastJobExperience:void 0,legalForm:"",organization:{key:"",text:""},organizationAddress:{fullAddress:"",fiasCode:""},organizationName:"",isDadataOrganization:!1,organizationPhone:"",partInBusiness:void 0,positionOrganization:{key:"",text:""}},{familyStatus:{key:"",text:""},familyMembers:void 0,dependents:void 0,confirmationIncome:{key:"",text:""},wages:void 0,mandatoryPayments:void 0,snils:"",armyIdFlg:!!e&&void 0,esiaAccountTypeCd:{key:"",text:""},initiateBankruptcyFlg:!e&&void 0}],gf=[{paymentSystem:{key:"",text:""},currency:"810",codeWord:""},...pf(),{bankruptcyFlg:!1,shareholderFlg:!1,legalEntityName:"",creditInRshbCd:void 0},{regionRetail:{key:"",text:""},addressRetail:{key:"",text:""},bankEmployeeCode:void 0,addressCourier:{fullAddress:"",fiasCode:""},methodObtain:void 0,deliveryDate:void 0}],ff=e=>{const{currency:t,paymentSystem:n,cardCategory:a,codeWord:i}=e;return{currencyCode:t?{key:t}:void 0,paymentSystemTypeCd:n,classCard:a,codeWord:i}},yf=e=>{const{beginDate:t,employment:n,organizationName:a,inn:i,legalForm:r,organization:l,amountWorkers:s,employerActivities:o,employerOrganization:c,generalSeniority:d,lastJobExperience:m,experience5Years:u,jobsNumber:h,organizationPhone:p,organizationAddress:g,positionOrganization:f,partInBusiness:y}=e;return{employmentContractDate:ja(t||"",!0),employmentTypeCd:n,organizationName:a,organizationInn:i,organizationActivityTypeCd:o?.key?o:void 0,organizationTypeCd:l,organizationKindCd:c,employeesNumberCd:s,opf:r,seniority:d,generalSeniority:u,jobsNumber:h,lastWorkDuration:m,positionCd:f?.key?f:void 0,participantContacts:du({organizationPhone:p&&qa(p)}),participantAddresses:mu({organizationAddress:g}),ownershipShare:"BUSINESS_OWNER"===f?.key?y:void 0}},bf=e=>{const{limitedBirthday:t="",sex:n,birthPlace:a,dulIssueDate:i="",dulIssuedBy:r,dulNumber:l,dulSerie:s,dulSubdivisionCode:o,education:c,participantDateRegistration:d,housing:m,addressRegistration:u,addressFact:h,addressMatch:p}=e;return{birthDate:ja(t,!0),birthPlace:a,dulIssueDate:ja(i,!0),dulIssuedBy:r,dulNumber:l,dulSerie:s,dulSubdivisionCode:o?.replace("-",""),educationLevelCd:c,registrationDate:d?ja(d,!0):void 0,homeMatchFlg:p,houseTypeCd:m,participantAddresses:mu({addressRegistration:u,addressFact:p?u:h}),genderCd:n?{key:"male"===n?"MAN":"WOMAN"}:void 0}},xf=e=>e?new Date(e).toISOString().split(".")[0]:"",vf=e=>{const{methodObtain:t,deliveryDate:n="",deliveryTime:a}=e,i="courier"===t,r=a?{deliveryTimeCd:{key:a}}:{};return i?{courierDeliveryFlg:i,deliveryDate:xf(n.toString().replace(/(GMT)[+-]\d{4}/,"GMT+0000")),office:{id:"3"},...r}:{}},Nf=e=>{const{addressRetail:t,methodObtain:n}=e;return t?.key&&"office"===n?{office:{id:t.key}}:{}},wf=(e,t)=>{switch(e){case 0:default:return{};case 1:return bf(t);case 2:return yf(t);case 3:return uu(t);case 4:return(e=>{const{bankruptcyFlg:t,shareholderFlg:n,legalEntityName:a,creditInRshbCd:i}=e;return{bankruptcyFlg:t,shareholderFlg:n,nameLegalEntity:a,creditInRshbCd:i}})(t);case 5:return(e=>{const{addressCourier:t,methodObtain:n}=e;return"courier"===n?{participantAddresses:mu({addressCourier:t})}:{}})(t)}},Cf=({step:e,onNextStep:t,onFinish:n})=>{const[a,{setTrue:i,setFalse:s}]=nn(!1),o=5===e,c=nc(),d=l((()=>uf(e,c.leadForm,gf)),[e,c.leadForm]),m=r((e=>{const{leadForm:t}=c;o&&e.ok&&t&&(c.statusInfo={regionRetail:t?.regionRetail?.text,addressRetail:t?.addressRetail?.text,deliveryAddress:t?.addressCourier?.fullAddress,cardCategory:t?.cardCategory?.text,deliveryDate:t?.deliveryDate},c.leadForm=d)}),[o,d]),u=r((async a=>{i(),c.leadForm=a;try{const{taskId:i,profileId:r,participantId:l}=c;if(i&&r&&l){const t=await jm((({participantId:e,taskId:t,profileId:n,formData:a,step:i=0})=>({sendToBank:!0,taskKind:"UNITED",task:{id:t,...Nf(a),authorizedAgentId:a?.bankEmployeeCode,participants:[{id:e,profile:{id:n},roleCd:{key:"BORROWER",value:"Заемщик"},...wf(i,a)}],...ff(a),...vf(a),files:a?.files}}))({participantId:l,taskId:i,profileId:r,step:e,formData:a}));m(t)}o?n?.():t()}catch(e){}finally{s()}}),[o,m]);return[d,u,a]},Sf=d((({step:e,sections:t,onPrevStep:n,onNextStep:a,onFinish:i})=>{os();const s=l((()=>t?.flatMap((e=>e?.inputs||[]))),[t]),d=r((t=>df({formState:t,inputs:s,step:e,productType:"creditCard"})),[s]),[m,u,h]=Cf({step:e,onNextStep:a,onFinish:i}),[,{field:p,onSubmit:g}]=dn(m,{formValidator:d,onSubmit:u});return c("form",{onSubmit:g,className:"space-y-m",children:[of({sections:t,field:p,step:e}),o(mf,{isSending:h,step:e,onPrevStep:n})]})})),kf=[{title:"Персональные данные",columns:2,inputs:[{name:"limitedBirthday",required:!0,filledByEsia:!0},{name:"birthPlace",required:!0,filledByEsia:!0}]},{columns:2,inputs:[{name:"sex",required:!0}]},{title:"Паспортные данные",columns:2,inputs:[{name:"dulSerie",required:!0,filledByEsia:!0},{name:"dulNumber",required:!0,filledByEsia:!0},{name:"dulIssueDate",required:!0,filledByEsia:!0},{name:"dulSubdivisionCode",required:!0,dadata:!0,filledByEsia:!0}]},{inputs:[{name:"dulIssuedBy",required:!0,dadata:!0,filledByEsia:!0}]}],If=[[{title:"Параметры карты",inputs:[]},{inputs:[{name:"currency",required:!0},{name:"paymentSystem",required:!0},{name:"cardCategory",required:!0},{name:"codeWord",required:!0}]}],[...kf,{inputs:[{name:"education",required:!0}]},{title:"Адрес регистрации по месту жительства",columns:1,inputs:[]},{inputs:[{name:"addressRegistration",required:!0,dadata:!0,filledByEsia:!0},{name:"addressMatch"}]},{columns:2,inputs:[{name:"participantDateRegistration",required:!0}]},{title:"Адрес фактического проживания (место пребывания РФ)",inputs:[]},{columns:2,inputs:[{name:"housing",required:!0}]},{inputs:[{name:"addressFact",required:!0,dadata:!0}]}],[{title:"Данные о трудоустройстве",inputs:[]},{inputs:[{name:"infoCard",label:"Клиент на момент оформления заявки на кредит должен быть: официально трудоустроен более 6 месяцев, если Клиент получает з/п на счет РСХБ, то трудоустроен более 3 месяцев, не должен находиться в декретном отпуске"}]},{inputs:[{name:"employment",required:!0}]},{columns:2,inputs:[{name:"organizationName",required:!0,dadata:!0,filledByEsia:!0},{name:"inn",required:!0,dadata:!0,filledByEsia:!0}]},{inputs:[{name:"amountWorkers",required:!0}]},{columns:2,inputs:[{name:"employerActivities",required:!0},{name:"organizationPhone",label:"Телефон работодателя",required:!0}]},{columns:2,inputs:[{name:"generalSeniority",required:!0,filledByEsia:!0},{name:"lastJobExperience",required:!0,filledByEsia:!0},{name:"experience5Years",required:!0,filledByEsia:!0},{name:"jobsNumber",required:!0,filledByEsia:!0}]},{inputs:[{name:"beginDate",required:!0,filledByEsia:!0}]},{columns:2,inputs:[{name:"positionOrganization",required:!0},{name:"partInBusiness",required:!0,condition:{name:"positionOrganization",values:["BUSINESS_OWNER"]}}]},{title:"Адрес работодателя",inputs:[]},{inputs:[{name:"organizationAddress",required:!0,dadata:!0}]}],[{title:"Семейное положение"},{columns:1,inputs:[{name:"familyStatus",required:!0}]},{columns:1,inputs:[{name:"children",required:!0}]},{columns:2,inputs:[{name:"dependents",required:!0},{name:"familyMembers"}]},{title:"Совокупный доход"},{columns:1,inputs:[{name:"confirmationIncome",required:!0,filledByEsia:!0}]},{inputs:[{name:"infoCard",label:"Сумма основного и дополнительных доходов после вычета налога"}]},{columns:1,inputs:[{name:"wages",required:!0,filledByEsia:!0}]},{columns:1,inputs:[{name:"retirementIncome",required:!0,condition:{name:"employment",values:["RETIREE"]}}]},{columns:1,inputs:[{name:"mandatoryPayments",required:!0}]},{columns:1,inputs:[{name:"snils",required:!0}]},{columns:1,inputs:[{name:"conscription",required:!0}]},{columns:2,inputs:[{name:"armyIdFlg"}]}],[{title:"Дополнительные сведения",columns:1,inputs:[]},{inputs:[{name:"bankruptcyFlg"}]},{inputs:[{name:"shareholderFlg"}]},{inputs:[{name:"legalEntityName"}]},{inputs:[{name:"creditInRshbCd"}]}],[{title:"Регион обслуживания карты",columns:1,inputs:[]},{inputs:[{name:"regionRetail",required:!0}]},{title:"Способ получения",columns:1,inputs:[],condition:{name:"regionHasDelivery",values:[!0]}},{inputs:[{name:"methodObtain",condition:{name:"regionHasDelivery",values:[!0]}}]},{title:"Выбор офиса",columns:1,inputs:[],condition:{name:"methodObtain",values:["office"]}},{title:"Адрес доставки",columns:1,inputs:[],condition:{name:"methodObtain",values:["courier"]}},{inputs:[{name:"addressCourier",dadata:!0,condition:{name:"methodObtain",values:["courier"]},required:!0}]},{columns:2,inputs:[{name:"deliveryDate",condition:{name:"methodObtain",values:["courier"]},required:!0},{name:"deliveryTime",condition:{name:"methodObtain",values:["courier"]}}]},{inputs:[{name:"comment",condition:{name:"methodObtain",values:["courier"]}}]},{inputs:[{name:"addressRetail",required:!0,condition:{name:"methodObtain",values:["office"]}}]},{inputs:[{name:"infoCard",label:"Если представитель Банка помогал Вам в заведении заявки, введите здесь его код",condition:{name:"methodObtain",values:["office"]}}]},{columns:2,inputs:[{condition:{name:"methodObtain",values:["office"]}},{name:"bankEmployeeCode"}]}]],Tf=["Параметры карты","Персональные данные","Данные о трудоустройстве","Семейное положение и доход","Дополнительные сведения","Выбор способа получения"],Rf=d((({className:e,...t})=>{const[n,l]=a(0),d=s(null),m=r((()=>d?.current?.scrollIntoView({behavior:"smooth"})),[d]);i(Du,[]);const u=r((()=>{l((e=>Math.min(e+1,6))),m()}),[]),h=r((()=>{l((e=>Math.max(e-1,0))),m()}),[]),p=If[n],[f,{setTrue:y}]=nn(!1);return o(g,{className:e,...t,children:c("div",{ref:d,className:"container grid grid-cols-12",children:[f?null:o(Og,{stepsTitles:Tf,step:n,totalSteps:6}),o("div",{className:"py-lg px-5xl mt-2xs bg-white col-span-12",children:f?o(Gg,{}):o(Sf,{step:n,sections:p,onNextStep:u,onPrevStep:h,onFinish:y},String(n))})]})})})),Df=d((({step:e=1,totalSteps:t=5,stepsTitles:n=[]})=>{const a=l((()=>e/t*100),[e,t]);return o("div",{className:"py-lg px-5xl bg-white col-span-12",children:c("div",{children:[c("span",{className:"font-bold mr-s",children:["Шаг ",e," из ",t,"."]}),n[e]||null,o(Bg,{step:a,showPercentage:!1})]})})})),Pf=d((()=>o(zg,{title:"Благодарим Вас за ожидание",description:"В настоящий момент Банк не может одобрить Вашу заявку на кредит. Попробуйте подать заявку позже. Спасибо за обращение в АО «Россельхозбанк».",buttonText:"Вернуться на главную"}))),Ef=d((({onExpire:e})=>{const{statusInfo:t}=nc();return o(zg,{interval:300,title:"Заявка успешно отправлена",description:"Не закрывайте окно, скоро сообщим результат",sectionInfoTitle:"Заявленные условия по кредиту",sectionInfo:[{label:"Название продукта",description:"Кредит на любые цели"},{label:"Цель кредита",description:"На любые цели"},{label:"Сумма",description:`${t?.calculator?.moneyValue?.toLocaleString()??"0"} ₽`},{label:"Срок кредита",description:`${t?.calculator?.monthsValue??"0"} мес`},{label:"Тип платежа",description:t?.calculator?.isAnnuity?"Аннуитетный":"Дифференцированный"}],onExpire:e})})),_f=d((()=>{const{statusInfo:e}=nc();return o(zg,{title:"Благодарим вас за ожидание, но нам требуется больше времени для принятия решения",description:"Посетите выбранное отделение банка с необходимыми документами и так завершите оформление кредита.",sectionAdditionalTitle:"В отделении Банка",sectionInfoAdditional:[{label:"Регион",description:e?.regionRetail},{label:"Адрес",description:e?.addressRetail}],sectionInfo:[{label:"Основные документы:",description:"- Паспорт РФ"}],buttonText:"Вернуться на главную"})})),Bf=d((()=>{const{statusInfo:e}=nc();return o(zg,{title:"Банк одобрил вам кредит",description:"Обратитесь в отделение банка, чтобы завершить оформление и получить ваш кредит",sectionInfo:[{label:"Название продукта",description:"Кредит на любые цели"},{label:"Ставка",description:`от ${e?.calculator?.rate??""}%`},{label:"Ежемесячный платеж",description:`${Math.round(e?.calculator?.monthlyPayment??0).toLocaleString()} ₽`},{label:"Срок кредита",description:e?.calculator?.monthsValue+" мес"},{label:"Тип платежа",description:e?.calculator?.isAnnuity?"Аннуитетный":"Дифференцированный"}],buttonText:"Вернуться на главную"})})),Of=["CREATE_APPLICATION_SHORT_SIGNAL","CREATE_APPLICATION_LOAN_V3_SIGNAL"],Mf=d((()=>{const[e,t]=a(Mg.process),{taskId:n}=nc();i((()=>{(async()=>{for(const e of Of)await Fg({signalType:e,taskId:n})})()}),[n]);const l=r((async e=>{const a=await Ag({taskId:n});a&&a?.statusCd!==Mg.process&&(e(),t(a.statusCd))}),[n]);El(l,3e4);const s=r((()=>t(Mg.rework)),[]);return Af(e,s)})),Af=(e,t)=>({IN_PROCESS:o(Ef,{onExpire:t}),CANCELLED:o(Pf,{}),FAILED:o(Pf,{}),DRAFT:o(Pf,{}),APPROVED:o(Bf,{}),PRE_DECISION:o(Bf,{}),REVISION:o(_f,{})}[e]||o(_f,{})),Ff=d((({step:e,onPrevStep:t,isSending:n})=>{const a=5===e;return c("div",{className:"flex justify-between gap-m",children:[o(Mn,{version:"secondary",disabled:0===e,onClick:t,children:"Назад"}),o(ii,{isLoading:n,children:a?"Отправить заявку":"Далее"})]})})),Lf={annuity:{key:"ANNUITY",value:"Аннуитетный"},differential:{key:"DIFFERENTIATED",value:"Дифференцированный "}},zf=e=>{const{moneyValue:t,monthsValue:n,isAnnuity:a}=e?.calculator??{};return{loanAmount:t,creditPeriod:n,paymentTypeCd:Lf[a?"annuity":"differential"]}},Vf=e=>{const{addressRetail:t}=e;return{office:t?.key?{id:t.key}:void 0}},$f=(e,t)=>{switch(e){case 0:return(e=>{const{isInsurance:t,isSalaryClient:n}=e?.calculator??{};return{payrollCardRshbFlg:n,consentInsuranceFlg:t}})(t);case 1:return bf(t);case 2:return yf(t);case 3:return uu(t);default:return{}}},jf=[{calculator:{moneyValue:0,monthsValue:0,monthlyPayment:0,rate:0,isAnnuity:!1,isInsurance:!1,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1}},...pf(!0),{regionRetail:{key:"",text:""},addressRetail:void 0,bankEmployeeCode:void 0}],qf=({step:e,onNextStep:t,onFinish:n})=>{const[a,{setTrue:i,setFalse:s}]=nn(!1),o=4===e,c=nc(),d=l((()=>uf(e,c.leadForm,jf)),[e,c.leadForm]),m=r((e=>{const{leadForm:t}=c;o&&e.ok&&t&&(c.statusInfo={regionRetail:t?.regionRetail?.text,addressRetail:t?.addressRetail?.text,calculator:{monthsValue:t?.calculator?.monthsValue,moneyValue:t?.calculator?.moneyValue,isAnnuity:t?.calculator?.isAnnuity,monthlyPayment:t?.calculator?.monthlyPayment,rate:t?.calculator?.rate}},c.leadForm=d)}),[o,d]),u=r((async a=>{i(),c.leadForm=a;try{const{taskId:i,profileId:r,participantId:l}=c;if(i&&r&&l){const t=await jm((({participantId:e,taskId:t,profileId:n,formData:a,step:i=0})=>({sendToBank:!0,taskKind:"UNITED",task:{id:t,authorizedAgentId:a?.bankEmployeeCode,participants:[{id:e,profile:{id:n},roleCd:{key:"BORROWER",value:"Заемщик"},...$f(i,a)}],...zf(a),...Vf(a),esiaAccountTypeCd:{key:a?.esiaAccountTypeCd?.key},files:a?.files}}))({participantId:l,taskId:i,profileId:r,step:e,formData:a}));m(t)}o?n?.():t()}catch(e){}finally{s()}}),[o,m]);return[d,u,a]},Uf=d((({step:e,sections:t,programsSource:n,onPrevStep:a,onNextStep:i,onFinish:s})=>{const{programId:d}=nc();os();const m=n?.[d??""],u=l((()=>t?.flatMap((e=>e?.inputs??[]))),[t]),h=r((t=>df({formState:t,inputs:u,step:e,productType:"credit"})),[u]),[p,g,f]=qf({step:e,onNextStep:i,onFinish:s}),[,{field:y,onSubmit:b}]=dn(p,{formValidator:h,onSubmit:g});return c("form",{onSubmit:b,className:"space-y-m",children:[of({sections:t,field:y,step:e,params:{calcData:m}}),o(Ff,{step:e,isSending:f,onPrevStep:a})]})})),Wf=[[{columns:1,inputs:[{name:"calculator"}]}],[...kf,{title:"Адрес регистрации по месту жительства",columns:1,inputs:[]},{inputs:[{name:"addressRegistration",required:!0,dadata:!0,filledByEsia:!0},{name:"addressMatch"}]},{title:"Адрес фактического проживания (место пребывания РФ)",inputs:[]},{inputs:[{name:"addressFact",required:!0,dadata:!0}]}],[{title:"Данные о трудоустройстве",inputs:[]},{inputs:[{name:"infoCard",label:"Клиент на момент оформления заявки на кредит должен быть: официально трудоустроен более 6 месяцев, если Клиент получает з/п на счет РСХБ, то трудоустроен более 3 месяцев, не должен находиться в декретном отпуске"}]},{inputs:[{name:"employment",required:!0}]},{columns:2,inputs:[{name:"organizationName",required:!0,dadata:!0,filledByEsia:!0},{name:"inn",required:!0,dadata:!0,filledByEsia:!0}]},{columns:2,inputs:[{name:"amountWorkers",required:!0},{name:"organizationPhone",label:"Телефон работодателя",required:!0}]},{columns:2,inputs:[{name:"jobsNumber",required:!0,filledByEsia:!0},{name:"beginDate",required:!0,filledByEsia:!0}]},{title:"Адрес работодателя",inputs:[]},{inputs:[{name:"organizationAddress",required:!0,dadata:!0}]}],[{title:"Семейное положение"},{columns:1,inputs:[{name:"familyStatus",required:!0}]},{columns:2,inputs:[{name:"children",required:!0},{name:"dependents",required:!0}]},{title:"Совокупный доход"},{columns:1,inputs:[{name:"confirmationIncome",required:!0,filledByEsia:!0}]},{inputs:[{name:"infoCard",label:"Сумма основного и дополнительных доходов после вычета налога"}]},{columns:1,inputs:[{name:"wages",required:!0,filledByEsia:!0}]},{columns:1,inputs:[{name:"retirementIncome",required:!0,condition:{name:"employment",values:["RETIREE"]}}]},{columns:1,inputs:[{name:"mandatoryPayments",required:!0}]},{columns:1,inputs:[{name:"snils",required:!0}]},{columns:1,inputs:[{name:"initiateBankruptcyFlg"}]}],[{title:"Отделение Банка",columns:1,inputs:[]},{inputs:[{name:"regionRetail",required:!0}]},{inputs:[{name:"addressRetail",required:!0}]},{title:"Код представителя Банка",columns:1,inputs:[]},{inputs:[{name:"infoCard",label:"Если представитель Банка помогал Вам в заведении заявки, введите здесь его код"}]},{columns:2,inputs:[{name:"bankEmployeeCode"}]}]],Hf=["","Персональные данные","Данные о трудоустройстве","Семейное положение и доход","Отделение Банка"],Yf=Yt((({className:e,programsSource:t,...n})=>{const[l,d]=a(0),m=s(null),u=r((()=>m?.current?.scrollIntoView({behavior:"smooth"})),[m]);i(Du,[]);const h=r((()=>{d((e=>Math.min(e+1,4))),u()}),[]),p=r((()=>{d((e=>Math.max(e-1,0))),u()}),[]),f=Wf[l],y=0===l,[b,{setTrue:x}]=nn(!1);return o(g,{className:e,...n,children:c("div",{ref:m,className:"container grid grid-cols-12",children:[y||b?null:o(Df,{stepsTitles:Hf,step:l,totalSteps:4}),o("div",{className:"py-lg px-5xl mt-2xs bg-white col-span-12",children:b?o(Mf,{}):o(Uf,{step:l,sections:f,programsSource:t,onNextStep:h,onPrevStep:p,onFinish:x},String(l))})]})})})),Gf=d((({step:e=1,totalSteps:t=2,stepsTitles:n=[]})=>{const a=e===t?100:85;return c("div",{className:"py-lg px-5xl bg-white col-span-12",children:[n[e]||null,o(Bg,{step:a,showPercentage:!1})]})})),Kf=d((({title:e,description:t,sectionInfo:n,buttonText:a,isDboClient:i,...r})=>c(g,{...r,children:[o("div",{className:"flex flex-col md:flex-row items-center",children:o(k,{headlineVersion:"M",title:e,description:t,align:"text-left",padding:"p-xl",className:"w-full"})}),o(Jf,{items:n}),a?o(ke,{href:"/natural",text:a,version:"primary",className:"w-full mt-lg"}):null,i?c("div",{className:"flex flex-col md:flex-row md:gap-lg",children:[o(ke,{href:"/natural/debetcards",text:"Заполнить заново",version:"primary",className:"w-full mt-lg"}),o(ke,{href:"https://online.rshb.ru/ib6/wf2/retail/ib/loginretaildefault",text:"Перейти в интернет банк",version:"primary",className:"w-full mt-lg"})]}):null]}))),Jf=({title:e,items:t})=>t?c("div",{children:[o("hr",{className:"w-full h-px bg-main-gray border-0"}),c("div",{className:"p-xl",children:[e?o(ze,{color:"text-primary-text",size:"text-h5",children:o("div",{className:u({"mb-m":Boolean(e)}),children:e})}):null,t?o("div",{className:u("grid gap-m md:grid-cols-2","md:grid-cols-2"),children:t.map(((e,t)=>o("div",{children:Xf(e)},t)))}):null]})]}):null,Xf=({label:e,description:t})=>c("div",{className:"flex flex-col",children:[o(ze,{color:"text-secondary-text",size:"text-l",children:e}),o(ze,{color:"text-primary-text",size:"text-xl",children:t})]}),Qf=d((()=>{const{leadForm:e}=nc();return o(Kf,{title:`${e?.name} ${e?.middleName},`,description:"Информация о Вас уже есть в системах Банка, обратите внимание на корректность заполнения паспортных данных",sectionInfo:[{label:"Фамилия",description:e?.surname},{label:"Имя",description:e?.name},{label:"Отчество",description:e?.middleName},{label:"Дата рождения",description:ja(e?.limitedBirthday||"")},{label:"Серия документа",description:e?.dulSerie},{label:"Номер документа",description:e?.dulNumber}],isDboClient:!0})})),Zf=d((()=>o(Kf,{title:"Время ожидания превышено",description:"Попробуйте отправить заявку позже",buttonText:"Вернуться на главную"}))),ey=d((()=>o(Kf,{title:"Не закрывайте заявку",description:"Идёт проверка данных"}))),ty=d((()=>o(Kf,{description:"Вы уже являетесь клиентом АО «Россельхозбанк», для Вас оформление зарплатной карты возможно в первый рабочий день",buttonText:"На главную"}))),ny=d((({isOffice:e})=>o(Kf,{title:"Заявка принята",description:e?"Ваша заявка принята, мы сообщим вам в СМС о поступлении карты в офис":"Вам позвонит сотрудник Банка для уточнения времени и даты доставки",buttonText:"Вернуться на главную"}))),ay=d((()=>{const[e,t]=a(Mg.process),{taskId:n,statusInfo:r,programId:l}=nc(),s="38"===l,o="office"===r?.methodObtain;return i((()=>{(async()=>{const e=await Fg({signalType:"FIND_PERSON_SIGNAL",taskId:n});o&&await Fg({signalType:"SET_PERSON_SIGNAL",taskId:n}),t(e||Mg.notFound)})()}),[n]),iy(e,o,s)})),iy=(e,t,n)=>({IN_PROCESS:o(ey,{}),NOT_FOUND:o(Zf,{}),CLIENT_NOT_OK:o(Zf,{}),DBO_CLIENT:o(n?ty:Qf,{}),PRE_DECISION:o(ny,{isOffice:t})}[e]||o(ny,{isOffice:t})),ry=d((({step:e,onPrevStep:t,isSending:n})=>{const a=5===e;return c("div",{className:"flex justify-between gap-m",children:[o(Mn,{onClick:t,type:"button",version:"secondary",disabled:0===e,children:"Назад"}),o(ii,{isLoading:n,children:a?"Отправить заявку":"Далее"})]})})),ly=[{regionRetail:{key:"",text:""},regionHasDelivery:!1,addressRetail:{key:"",text:""},addressCourier:{fullAddress:"",fiasCode:""},methodObtain:void 0,deliveryDate:void 0},{surname:"",name:"",middleName:"",sex:"",limitedBirthday:void 0,birthPlace:"",phone:"",email:"",dulSerie:void 0,dulNumber:void 0,dulIssueDate:void 0,dulSubdivisionCode:"",dulIssuedBy:"",addressRegistration:{fullAddress:"",fiasCode:""},addressMatch:!0,addressFact:{fullAddress:"",fiasCode:""}},{paymentSystem:{key:"",text:""},currency:"810",codeWord:"",latinName:"",latinSurname:""}],sy=e=>{const{methodObtain:t,regionRetail:n,comment:a,deliveryDate:i="",deliveryTime:r}=e,l=r?{deliveryTimeCd:{key:r}}:{};return"courier"===t?{cardServiceRegionCd:n,courierDeliveryFlg:!0,deliveryComment:a,deliveryDate:xf(i.toString().replace(/(GMT)[+-]\d{4}/,"GMT+0000")),office:{id:""},...l}:{}},oy=e=>{const{addressRetail:t,methodObtain:n}=e;return t?.key&&"office"===n?{courierDeliveryFlg:!1,office:{id:t.key}}:{}},cy=(e,t)=>{switch(e){case 0:return(e=>{const{addressCourier:t,methodObtain:n}=e;return"courier"===n?{participantAddresses:mu({addressCourier:t})}:{}})(t);case 1:return bf(t);case 2:return(e=>{const{latinName:t,latinSurname:n}=e;return{latinFirstname:t,latinSurname:n,latinName:`${t} ${n}`}})(t);default:return{}}},dy=({step:e,onNextStep:t,onFinish:n})=>{const[a,{setTrue:i,setFalse:s}]=nn(!1),o=2===e,c=nc(),d=l((()=>uf(e,c.leadForm,ly)),[e,c.leadForm]),m=r((()=>{const{leadForm:e}=c;c.statusInfo={methodObtain:e?.methodObtain},c.leadForm=d}),[d]),u=r((async a=>{i(),c.leadForm=a;try{const{taskId:i,participantId:l,programId:s}=c;i&&l&&s&&await(r=(({participantId:e,taskId:t,formData:n,programId:a,step:i=0})=>({task:{id:t,creditProgram:{code:hd[a]},...oy(n),participants:[{id:e,residentOtherCountry:!1,...cy(i,n)}],...ff(n),...sy(n)}}))({participantId:l,taskId:i,programId:s,step:e,formData:a}),Ms("/user-data/updateUserTaskDebit","PUT",r)),o||"courier"===a.methodObtain?(n?.(),m()):t()}catch(e){}finally{s()}var r}),[o]);return[d,u,a]},my=d((({step:e,sections:t,onPrevStep:n,onNextStep:a,onFinish:i})=>{os();const s=l((()=>t?.flatMap((e=>e?.inputs??[]))),[t]),d=r((t=>df({formState:t,inputs:s,step:e,productType:"debitCard"})),[s]),[m,u,h]=dy({step:e,onNextStep:a,onFinish:i}),[,{field:p,onSubmit:g}]=dn(m,{formValidator:d,onSubmit:u});return c("form",{onSubmit:g,className:"space-y-m",children:[of({sections:t,field:p,step:e}),o(ry,{step:e,isSending:h,onPrevStep:n})]})})),uy=[[{title:"Регион обслуживания карты",columns:1,inputs:[]},{inputs:[{name:"regionRetail",required:!0}]},{title:"Способ получения",columns:1,inputs:[],condition:{name:"regionHasDelivery",values:[!0]}},{inputs:[{name:"methodObtain",condition:{name:"regionHasDelivery",values:[!0]}}]},{title:"Выбор офиса",columns:1,inputs:[],condition:{name:"methodObtain",values:["office"]}},{title:"Адрес доставки",columns:1,inputs:[],condition:{name:"methodObtain",values:["courier"]}},{inputs:[{name:"addressCourier",dadata:!0,condition:{name:"methodObtain",values:["courier"]},required:!0}]},{inputs:[{name:"infoCard",condition:{name:"methodObtain",values:["courier"]},label:"Ожидайте звонка для согласования даты и времени доставки карты"}]},{inputs:[{name:"comment",condition:{name:"methodObtain",values:["courier"]}}]},{inputs:[{name:"addressRetail",required:!0,condition:{name:"methodObtain",values:["office"]}}]}],[...kf,{title:"Адрес регистрации по месту жительства",columns:1,inputs:[]},{inputs:[{name:"addressRegistration",required:!0,dadata:!0,filledByEsia:!0},{name:"addressMatch"}]},{title:"Адрес фактического проживания (место пребывания РФ)",inputs:[],condition:{name:"addressMatch",values:[!1]}},{inputs:[{name:"addressFact",required:!0,dadata:!0,condition:{name:"addressMatch",values:[!1]}}]}],[{title:"Параметры карты",inputs:[]},{inputs:[{name:"currency",required:!0},{name:"paymentSystem",required:!0},{name:"cardCategory",required:!0}]},{title:"Отображение на карте",inputs:[]},{columns:2,inputs:[{name:"latinName"},{name:"latinSurname",required:!0}]},{inputs:[{name:"infoCard",label:"Проверьте корректность заполненных полей, при необходимости внесите изменения."}]},{inputs:[{name:"codeWord",required:!0}]},{inputs:[{name:"infoCard",label:"Количество символов ограничивается 20. При этом, если фамилия и имя на карте содержит более 21 символа, то необходимо сократить имя и указывать на карте только первую букву имени и фамилию, если при таком сокращении фамилия и имя не умещается в количество символов – 20, то указывать только фамилию."}]}]],hy=["","Персональные данные","Платежная система"],py=Yt((({className:e,...t})=>{const[n,l]=a(0),d=s(null),m=r((()=>d?.current?.scrollIntoView({behavior:"smooth"})),[d]);i(Du,[]);const u=r((()=>{l((e=>Math.min(e+1,2))),m()}),[]),h=r((()=>{l((e=>Math.max(e-1,0))),m()}),[]),p=uy[n],f=0===n,[y,{setTrue:b}]=nn(!1),x=r((()=>{b(),m()}),[]);return o(g,{className:e,...t,children:c("div",{ref:d,className:"container grid grid-cols-12",children:[f||y?null:o(Gf,{stepsTitles:hy,step:n,totalSteps:2}),o("div",{className:"py-lg px-5xl mt-2xs bg-white col-span-12",children:y?o(ay,{}):o(my,{step:n,sections:p,onNextStep:u,onPrevStep:h,onFinish:x},String(n))})]})})})),gy=e=>"number"==typeof e?.minMonths&&"number"==typeof e?.maxMonths,fy=(e,t)=>Array.from({length:t-e+1},((t,n)=>e+n)),yy=1e9,by={sum:{min:1e4,max:yy},period:3},xy=Yt((({className:e,filtrationSchema:t={},resetButton:n,sumInput:a,periodInput:i,...r})=>{const[,{blocksToRender:l,blocksWithProps:s},{field:d,reset:m}]=_h(by,{block:r.block,page:r.options?.page,normalize:e=>({...e,period:vy(e)})}),h=s.map((([,e])=>e?.paramsSource?.rows?.[0]?.rates)),p=Ny(h);return c(g,{className:u("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...r,children:[o(Sh,{filtrationSchema:t,resetButton:n,field:d,reset:m,children:c("div",{className:"@4xl:max-w-xs space-y-lg",children:[o(Wp,{label:a?.title,min:500,max:yy,...d("sum",{parse:e=>({min:Number(e),max:yy}),format:({min:e})=>String(e)})}),o(Ei,{title:i?.title,items:["От 3 мес","До 5 лет"],list:p,...d("period")})]})}),o(vh,{blocksToRender:l,...r})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>({...e?.filtrationSchema||{},paramsSource:{type:"object",title:"Адрес справочника"}})}),vy=e=>$t((e?.paramsSource?.rateRows||[]).filter(gy).flatMap((e=>fy(e.minMonths,e.maxMonths)))),Ny=e=>$t(e.flatMap((e=>e||[])).filter(gy).flatMap((e=>fy(e.minMonths,e.maxMonths)))).sort(((e,t)=>e-t))||[],wy=e=>"Image"===e?.contentType&&e?.image?o(ie,{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,Cy=d((({className:e="",title:t,description:n,error:a,button:i,...r})=>c(g,{className:u("flex flex-col justify-center items-center",e),defaultPadding:u("p-6xl"),version:"transparent",...r,children:[o("div",{className:"flex justify-center",children:wy(a)}),o(k,{title:t,description:n,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),i?.text?o(ke,{version:i?.version,text:i?.text,...i}):null]}))),Sy=`${$a}/region`;function ky(e="Москва"){return tc().location??{name:e}}function Iy(e="Москва"){const t=tc(),n=r((async()=>{if(!t.location){const n=await zt(Sy);t.location=n??{name:e}}}),[t,e]);return yi(Sy,n),t}var Ty;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD",e.CNY="CNY"}(Ty||(Ty={}));const Ry=new Intl.NumberFormat("ru",{style:"currency",currency:Ty.RUB}),Dy=e=>e?Ry.format(e):"",Py="text-m font-light text-secondary-text ",Ey=`${Py} text-left`,_y=`${Py} pl-5xl text-center`,By=`${Py} pl-5xl text-right`,Oy={USD:"DollarIcon",EUR:"EuroIcon",CNY:"ChineseYuanRenminbiIcon"},My=d((({className:e,exchangeCurrencyItems:t})=>c("table",{className:u("h-fit w-full",e),children:[o("thead",{children:c("tr",{children:[o("th",{className:Ey,children:o(ze,{size:"text-m",children:"Валюта"})}),o("th",{className:_y,children:o(ze,{size:"text-m",children:"Купить"})}),o("th",{className:By,children:o(ze,{size:"text-m",children:"Продать"})})]})}),o("tbody",{children:t.map(Ay)})]}))),Ay=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(ie,{image:{icon:Oy[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:Dy(e?.saleExchangeRate)})}),o("td",{className:"pt-m pl-5xl text-right",children:o(ze,{size:"text-h6",children:Dy(e?.buyExchangeRate)})})]},t)},Fy={icon:"GpsIcon"},Ly=d((({className:e="",address:t})=>c("div",{className:u("flex gap-s w-full justify-between @sm:justify-center",e),children:[o(zh,{...Fy,iconBgVersion:"primary",className:"shrink-0"}),c("div",{className:"space-y-2xs whitespace-pre-wrap",children:[t?o(C,{size:"text-l",color:"text-primary-main",children:t}):null,o(C,{size:"text-m",color:"text-secondary-text",children:"Курс указан для заданного офиса"})]})]}))),zy=(e,t,n)=>{const a=Number(Vy(e))*Math.pow(t,n?-1:1);return Number.isInteger(a)?a:((e,t=2)=>{const n=10**t;return Math.round(parseFloat(String(e))*n)/n})(a)},Vy=e=>e.replace(/[^\d.,]/g,"").replace(",",".");function $y(e){if(!e)throw new Error("Value should be fulfilled");return e}const jy=e=>t=>{const[,n]=$y(e.find((([e])=>e(t))));return n(t)},qy=e=>jy(e.map((([e,t])=>[e,()=>t])));qy.if=e=>new Uy(void 0,e);class Uy{parent;predicate;unit;get entry(){return[$y(this.predicate),$y(this.unit)]}constructor(e,t,n){this.parent=e,this.predicate=t,this.unit=n}if(e){return new Uy(this,e)}then(e){return new Uy(this.parent,this.predicate,e)}else(e){return jy([...Wy(this),[()=>!0,e]])}}const Wy=e=>[...e?.parent?Wy(e.parent):[],e.entry],Hy=e=>qy([[e=>e.value!==Ty.RUB&&e.oppositeValue!==Ty.RUB,()=>e.handleConvert(e.value,Ty.RUB)],[e=>e.value===Ty.RUB&&e.oppositeValue===Ty.RUB,()=>e.handleConvert(e.value,Ty.USD)],[e=>e.value===Ty.RUB&&e.oppositeValue===Ty.RUB,()=>e.handleConvert(e.value,Ty.CNY)],[()=>!0,()=>e.handleConvert(e.value)]])(e)?.();function Yy(e){const{placeholder:t,rates:n,selected:a,value:i,onChange:r,setSelected:l}=e,s=n.map((e=>({key:e?.currency?.currency??"",text:e?.currency?.currency??""}))),d={key:a,text:a};return c("div",{className:"relative flex",children:[o(Kn,{className:"shrink-0 text-l w-full appearance-none -mr-20",placeholder:t,type:"text",value:i,onChange:r}),s.length?o(ma,{className:"absolute right-0",isBorder:!1,onChange:e=>l(e.key),options:s,value:d}):null]})}const Gy=d((({className:e="",currencyRatesBuy:t,currencyRatesSell:n,button:i})=>{const[l,s]=a({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||Ty.RUB,selectBuy:n?.[0]?.currency?.currency||Ty.USD}),d=r((e=>s((t=>({...t,...e})))),[]);return c("div",{className:`flex flex-col gap-m pt-2xl ${e}`,children:[t&&n?c("div",{className:"grid gap-m",children:[Yy({placeholder:"Хочу продать",rates:n,selected:l.selectSell,setSelected:Ky(l,d,n),value:l.inputSell,onChange:e=>Xy(d,n)(e,l.selectSell,l.selectBuy)}),Yy({placeholder:"Получу",rates:t,selected:l.selectBuy,setSelected:Jy(l,d,t),value:l.inputBuy,onChange:e=>Qy(d,t)(e,l.selectBuy,l.selectSell)})]}):null,i?.text?o(ke,{text:i.text,version:i?.version,...i}):null]})})),Ky=(e,t,n)=>a=>{t({selectSell:a}),Hy({value:a,oppositeValue:e.selectBuy,handleConvert:(a=e.selectSell,i=e.selectBuy)=>{Xy(t,n)(e.inputSell,a,i)}})},Jy=(e,t,n)=>a=>{t({selectBuy:a}),Hy({value:a,oppositeValue:e.selectSell,handleConvert:(a=e.selectBuy,i=e.selectSell)=>Qy(t,n)(e.inputBuy,a,i)})},Xy=(e,t)=>(n,a,i)=>{e({inputSell:Vy(n),selectBuy:i});const r=t.find((e=>e.currency?.currency===i))?.saleExchangeRate||t.find((e=>e.currency?.currency===a))?.buyExchangeRate;r&&e({inputBuy:String(zy(n,r,a===Ty.RUB)||"")})},Qy=(e,t)=>(n,a,i)=>{e({inputBuy:Vy(n),selectSell:i});const r=t.find((e=>e.currency?.currency===i))?.buyExchangeRate||t.find((e=>e.currency?.currency===a))?.saleExchangeRate;r&&e({inputSell:String(zy(n,r,a===Ty.RUB)||"")})},Zy=`${$a}/exchangerates`;const eb=d((({className:e="",title:t="Курсы обмена валют",button:n,...a})=>{const i=function(e){const t=e?.code||"000",{data:n}=yi(Zy+`?regionCode=${t}`,Vt);return n||{}}(ky()),r=i?.exchangeRate?.currencies?.filter((e=>0!==e.buyExchangeRate||0!==e.saleExchangeRate)),l=tb(r),s=l.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:Ty.RUB}});const d=l.filter((e=>e.saleExchangeRate));return d.push({currency:{currency:Ty.RUB}}),o(g,{className:u("box-border min-h-80",e),...a,children:o(_e,{className:"h-full",title:o(w,{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:[l?o(My,{className:"mb-xl",exchangeCurrencyItems:l}):null,o(Ly,{address:i?.address})]}),o(Gy,{className:"grow w-1/2",currencyRatesBuy:s,currencyRatesSell:d,button:n})]})})})})),tb=e=>e?.filter((e=>[1,2,3].includes(e?.currency?.id)))||[],nb=d((({className:e,items:t})=>{const n=be();return o("ul",{className:u("w-full",e),children:t?.map(ab(n))})})),ab=e=>({dataFooter:t,...n},a)=>{const{text:i,href:r,target:l,onClick:s}=e(n);return i?o("li",{className:"list-none",children:o("a",{className:"hover:text-primary-main font-light",role:"link",href:r,target:l||"_self",onClick:s,...ve(t),children:i||null})},String(a)):null},ib=d((({navigationItems:e})=>o("div",{className:"w-full",role:"menu",children:rb(e)}))),rb=e=>e?.filter((e=>e.icon?.icon)).map(((e,t)=>o(lb,{className:"w-full border-0 border-b border-solid border-main-divider last:border-b-0",item:e},String(t)))),lb=d((({className:e,item:t})=>{const[n,{toggle:a}]=nn(!1);return c(no,{className:e,role:"menuitem",children:[c(Mn,{className:u("w-full",t.icon?.icon?"py-xs":"py-lg"),embedded:!0,onClick:a,children:[c(Al,{children:[o(zh,{className:"shrink-0",...t.icon}),o(ze,{size:"text-h6",font:"font-normal",color:"text-primary-text",children:t.text})]}),o(eo,{iconVersion:"color",size:"medium",isUnfolded:n})]}),o(ao,{className:"flex flex-wrap gap-lg group-last:last:pb-0",isUnfolded:n,children:t.items?o(nb,{items:t.items}):null})]})})),sb=d((({className:e="",items:t=[]})=>t?.length?o("div",{className:u("space-y-m",e),children:t.map(ob)}):null)),ob=(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(cb)})]},String(t)),cb=(e,t)=>c("div",{className:"space-y-2xs",children:[o("div",{children:db(e.type,e.text)}),o(C,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e.description})]},String(t)),db=(e,t="")=>{switch(e){case"tel":return o("a",{className:"text-primary-text hover:text-primary-main no-underline",href:`tel:${mb(t)}`,children:o(ze,{size:"text-h6",children:t})});case"email":return o("a",{className:"no-underline",href:`mailto:${t}`,children:o(C,{size:"text-xl",font:"font-light",color:"text-primary-text",children:t})});default:return o("span",{children:t})}},mb=e=>e.replaceAll(/\D/g,""),ub=d((({className:e="",index:t,text:n,...a})=>{const i=be(),{href:r,target:l,onClick:s}=i(a);return o("a",{className:u("text-secondary-text",e),href:r,target:l,onClick:s,children:n||`Документ ${t}`})})),hb=d((({className:e="",title:t,links:n})=>o("div",{className:e,children:n?.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})}),n.map(((e,t)=>o(ub,{index:t,className:"text-l font-light lg:max-w-72",...e},String(t))))]}):null}))),pb=d((({className:e="",index:t,...n})=>{const a=be(),{href:i,target:r,text:l,onClick:s}=a(n);return o("a",{className:u("text-xs font-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-72",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),gb=d((({className:e="",links:t,license:n})=>c("div",{className:u("@container space-y-lg",e),children:[n?o("div",{children:o(ze,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:`© 2000-${(new Date).getFullYear()} ${n}`})}):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(pb,{index:t,...e},String(t))))}):null]}))),fb=Yt((({className:e,footer:t,...n})=>{const{navigationItems:a}=n.options?.page?.navigation??{};n.options;const{documents:i,relatedEnterprises:r,contacts:l,mediaLinks:s=[],horizontalNavigationTitle:d,feedbackButton:m,license:h,otherLinks:p=[]}=t??{};return c(g,{tag:"footer",className:u("grid gap-y-xl p-4xl pb-24 lg:p-xl",e),...n,children:[null,c("div",{className:"flex flex-col lg:flex-row items-center @lg:items-stretch gap-lg lg:gap-6xl ",children:[o(ib,{navigationItems:a}),o("div",{className:"border-t border-main-divider lg:hidden w-full"}),c("div",{className:u("w-full lg:w-52","flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[o(sb,{items:l}),m?o(ke,{className:"w-full",version:"primary",...m}):null,s.map(((e,t)=>o(mg,{media:e?.links??[],showButtonText:!1,stretched:!0,children:e?.title},String(t)))),o("div",{className:"flex gap-m xl:gap-xs flex-wrap",children:p.map(((e,t)=>o(si,{className:"text-s font-light",...e},`${e.href}_${t}`)))})]})]}),o(hb,{title:d,links:r}),o(gb,{links:i,license:h})]})})),yb=(e=!1)=>e?{}:{padding:"p-0"},bb={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},xb=[1,2,3,4],vb={link:{allOf:[{$ref:"#/definitions/LinkCommonProps"},{type:"object",properties:{data:{type:"array",items:{$ref:"#/definitions/AspectsDef"},title:"Дополнительные атрибуты"}}}],title:"Ссылка (если заполнено, то кнопка скрывается)",required:["href"]}},Nb=Yt((({className:e="",padding:t="p-0",gap:n="",isInnerPadding:r=!0,version:s="transparent",isTheme:c=!1,isCardBorder:d=!1,block:m={},...h})=>{const p=(e=>{const[t,n]=a(e.blocks??[]),r=is(),s=r?.offerIds||[],o=l((()=>{const t=new Map(e.blocks?.map((e=>[e?.__id,e]))??[]);return[...s.map((e=>t.get(e))).filter((e=>Boolean(e))),...e.blocks?.filter((({__id:e=""})=>!s.includes(e)))??[]]}),[e,s]);return i((()=>{o.length&&n(o)}),[e]),t})(m);return o(g,{className:u("grid grid-cols-1 sm:grid-cols-1 lg:grid-cols-4 lg:auto-rows-fr",bb[n],e),padding:t,version:s,isTheme:c,...h,children:E({...h,block:{...m,blocks:p},renderProps:wb({isInnerPadding:r,isCardBorder:d})})})}),{childrenTypes:["ProductBlock"],childSchema:()=>vb,allowRemoveChild:e=>(e?.blocks??[]).length>5}),wb=({isInnerPadding:e,isCardBorder:t})=>(n,a,i)=>R(n,{...a,blockDecorator:Cb(a.blockDecorator,i)},{className:u("w-full",Yu(t)),...yb(e)}),Cb=(e,t=0)=>(n,a)=>e?.({...n,render:e=>kb(t)({...n,...e},a)},`wrap_${a}`)??kb(t)(n,a),Sb=e=>Number(e)<5?"":"hidden",kb=e=>({blockClassName:t,block:n,render:a},i)=>{const r=((e,t)=>{const n={...e.content};return xb.includes(t)?(delete n.description,delete n.benefits,n.link?.href&&delete n.buttons,n.imageOptions={...n.imageOptions,className:"max-w-max !h-auto"},n.headlineVersion="S"):((n.buttons??[]).length&&delete n.link,n.headlineVersion="L"),{...e,content:n}})(n,e);return o(cg,{...r.content?.link,className:u(Sb(e),(l=e,xb.includes(l)?"lg:col-span-1 lg:row-span-1":"lg:col-span-2 lg:row-span-2")),children:a({blockClassName:u(t,"h-full"),block:r})},String(i));var l},Ib=Yt((({className:e,title:t,button:n,regionSource:i,data:r,...l})=>{const[s,d]=a({key:""}),m=i?.regions??[],h=m?.find((e=>e.name===s.key))?.href;return o(g,{className:e,defaultPadding:"p-6xl",...l,children:c("div",{className:"container space-y-m",children:[t?o(w,{headingType:"h3",title:t,className:"@xl:text-center"}):null,m?o(ua,{label:"Ваш регион",placeholder:"Выберите регион",isSearch:!0,options:m.map((({name:e=""})=>({key:e,text:e}))),value:s,onChange:d}):null,h?o("div",{className:"text-center",children:o(si,{className:u("w-full @xl:w-auto"),href:h,target:"_blank",version:n?.version??"primary",data:Cu(r,s?.key),children:n?.text?n.text:"Перейти"})}):null]})})})),Tb={default:"w-6 h-6",medium:"w-10 h-10",large:"w-12 h-12"},Rb=d((({className:e,isRounded:t,buttonSize:n="default",isGrayBg:a=!1,disabled:i,ariaLabel:r="Меню второго уровня",image:l,data:s,onClick:c,version:d,isLoading:m,dataTestId:h="",ref:p})=>o("button",{className:u("group/btn border-0 flex shrink-0 items-center",a?"p-s rounded-full":"p-0 bg-inherit","transparent"===d?"backdrop-opacity-30 bg-white/30":a&&!t?"bg-main-divider":"",t?"w-8 h-8 text-secondary-light hover:text-secondary-hove":`${Tb[n]} text-primary-text hover:text-primary-main`,"group-data-transparent:text-white",e),type:"button",disabled:i,"aria-label":r,onClick:c,...Db(h),...ve(s),ref:p,children:m?o("div",{className:"w-full h-full rounded-full border-4 border-r-transparent animate-spin text-primary-main"}):o(ie,{image:l,className:u("h-full",{"bg-main-divider/20 rounded-full":t}),imageClassName:"group-hover/btn:text-primary-hover group-hover/btn:invert-0"})}))),Db=e=>e?{"data-test-id":e}:null,Pb=d((({iconVersion:e,className:t,ariaLabel:n="Чат",version:a,buttonSize:i="large"})=>{const[l,{setTrue:s,setFalse:c}]=nn(!1),d=tn(),m=r((e=>{const t=d.openChatBot;t&&(s(),t(e).finally(c))}),[]);return o(Rb,{className:t,image:{icon:"ChatBotIcon",iconVersion:e},ariaLabel:n,onClick:m,buttonSize:i,isGrayBg:!0,version:a,isLoading:l,disabled:l,dataTestId:"chat icon"})})),Eb={text:"Отправить заявку",version:"primary"},_b={text:"Согласен на обработку персональных данных",href:"/privacy-policy",target:"_blank"},Bb=({onClose:e=En})=>o(zn,{onClose:e,position:"corner",children:o("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:o("div",{className:"container grid grid-cols-12",children:o(Gl,{className:"col-span-12 pt-0",endpoint:"callback",title:"Заказать обратный звонок",sections:[{inputs:[{name:"questionProduct",required:!0},{name:"callbackTime",required:!0,label:"Когда перезвонить?"},{name:"russianPhone",required:!0},{name:"consentDataProcessing",required:!0}]}],button:Eb,link:_b,onSuccess:e})})})}),Ob=({dropdownRef:e,items:t=[],activeItem:n,ariaLabel:a,renderDropdownItem:i=Ab,handlers:r,onItemClick:l})=>{const s=De();return o("div",{ref:e,className:u("absolute flex flex-col rounded-md bg-white p-xl pb-xs w-56 z-40",{"max-w-max":s}),"aria-label":a,children:t?.map(((e,t)=>i({item:e,i:t,activeItem:n,handlers:r,closeDropdown:l})))})},Mb=d((({isActive:e,...t})=>{const n=be(),{text:a,href:i,target:r,onClick:l}=n(t);return o("a",{className:u("text-l font-light pb-m hover:text-primary-main",{"text-primary-main":e}),href:i,target:r,onClick:l,role:"link",...ve(t?.data),children:a})})),Ab=({item:e,i:t,activeItem:n})=>o(Mb,{isActive:e===n,...e},e?.text??String(t));const Fb=d((({iconVersion:e,className:t,ariaLabel:n="Чат",version:a,buttonSize:l="large"})=>{const[c,{setFalse:d,toggle:m}]=nn(!1),h=zb(O.QUICK_ACTIONS??[]),p=Vb(),g=De(),f=function({items:e,activeItem:t,onClose:n,isOpen:a,onHover:l=!1,renderDropdownItem:c,handlers:d}){const m=sa();i((()=>{a&&(m.close(),n?.())}),[a]);const u=r((()=>{m.close(),n?.()}),[n]),h=s(null),p=s(null),g=Hn(u),f=l?p:g;return i((()=>{if(!a||!h.current||!e?.length)return;const n=h.current,{top:i,left:r,width:l,height:s}=n.getBoundingClientRect();m.open({popup:o(Ob,{dropdownRef:f,items:e,activeItem:t,renderDropdownItem:c,handlers:d,onItemClick:u}),top:i+window.scrollY+s,left:r,width:l})}),[a,e,u]),i((()=>(l&&f.current?.addEventListener("mouseleave",u),()=>{f.current?.removeEventListener("mouseleave",u)})),[l,f.current,a]),h}({items:h,onClose:d,isOpen:c,onHover:!g,renderDropdownItem:Lb,handlers:p});return i((()=>{if(!g)return f.current?.addEventListener("mouseenter",m),f.current?.addEventListener("mouseleave",d),()=>{f.current?.removeEventListener("mouseenter",m),f.current?.removeEventListener("mouseleave",d)}}),[]),o("div",{ref:f,children:o(Rb,{image:{icon:"CallbackIcon",iconVersion:e},ariaLabel:n,buttonSize:l,isGrayBg:!0,version:a,className:u(c?"shadow-blue-gray":"",t),onClick:m})})})),Lb=({item:e,handlers:t,closeDropdown:n=En})=>{const a={call:{handler:e=>{t?.call(e),n()},text:"Заказать звонок"},chat:{handler:e=>{t?.chat(e),n()},text:"Написать в чат"}};return o("button",{className:u("text-l font-light pb-m hover:text-primary-main text-left"),role:"link",onClick:a[e?.text??""].handler,children:a[e?.text??""].text},e?.text??"")},zb=e=>e.map((e=>({text:e}))),Vb=()=>{const e=pn(Bb),t=r((()=>{e.open({onClose:()=>e.close()})}),[]),n=tn();return{call:t,chat:r((e=>{console.log("chat click");const t=n.openChatBot;console.log(t),t&&t(e).finally()}),[])}},$b={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"},jb=d((({version:e,text:t,mobileText:n,...a})=>{const i=De()?n:t;return i?o(ke,{className:u("py-s px-lg font-light whitespace-nowrap",$b["transparent"===e?"transparent":"default"]),...a,children:i}):null})),qb=d((({bgColor:e,logo:t,alwaysShowLogo:n,internetBankButton:a,version:i,backwardButton:l})=>{const s=_(),d="/"===s.pathname,m="transparent"===i?"white":"black",{dataFooter:u,dataHeader:h,...p}=t??{},g=r((()=>{s.back()}),[s]);return c("div",{className:"flex items-center justify-between w-full",children:[n||d?o("div",{children:o(Gm,{className:"my-2xs",bgColor:e,logo:p,data:h,showTitle:!1})}):Ub(g,l),Wb({version:i,iconVersion:m,internetBankButton:a})]})})),Ub=(e,t)=>t?c("button",{className:"flex items-center text-l my-2xs",onClick:e,type:"button","aria-label":"Кнопка назад",children:[o(G,{name:"ChevronLeftIcon",iconVersion:"black",width:"24",height:"24"}),t]}):null,Wb=({version:e,iconVersion:t,internetBankButton:n})=>c("div",{className:"flex gap-lg items-center",children:[O.QUICK_ACTIONS?o(Fb,{version:e,iconVersion:t}):null,O.CHAT_BOT&&!O.QUICK_ACTIONS?o(Pb,{version:e,iconVersion:t,buttonSize:"medium"}):null,o(jb,{version:e,...n})]}),Hb={"bg-white":"primary",transparent:"transparent"},Yb=Yt((({bgColor:e="bg-white",alwaysShowLogo:t=!1,version:n=Hb[e],portal:a,logo:i={},...r})=>{const{backwardButton:l,logo:s={}}=r.options?.page?.common??{},{internetBankButton:c}=a||{},d=i.image?.icon||i.image?.src?i:s;return o(g,{tag:"header",defaultPadding:"",version:n,...r,children:o("div",{className:"container px-lg py-2xs box-border",children:o(qb,{bgColor:e,logo:d,alwaysShowLogo:t,internetBankButton:c,version:n,backwardButton:l,...r})})})})),Gb=Yt((({className:e="",padding:t="p-0",gap:n="",isInnerPadding:a=!0,version:i="transparent",isTheme:r=!1,isCardBorder:l=!1,image:s,...c})=>{const d=_();return o(g,{className:u("relative flex flex-col",bb[n],s?.src?"bg-right-bottom bg-no-repeat":"",e),...s?.src?{style:{backgroundImage:`url(${Z(d)(s?.src)})`}}:{},padding:t,version:i,isTheme:r,...c,children:E({...c,extraProps:{className:u("w-full",Yu(l)),...yb(a)}})})}),{childrenTypes:[]}),Kb=Yt((e=>o(Gb,{...e})),{childrenTypes:[]}),Jb=d((e=>{const{className:t,align:n,image:a,...i}=e,r=n?u("flex",Uh[n]):"";return o(g,{className:u(r,t),defaultPadding:"p-0",...i,children:o(ie,{image:a})})})),Xb=["байт","Кб","Мб","Гб","Тб","Пб"],Qb=d((({icon:e,text:t,href:n,target:a,fileFormat:i,data:r,fileSize:l})=>{const s=l&&i?",":"",d=l??"",m=i?String(i):"";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:n,target:a,...ve(r),children:[e,t?c(ze,{size:"text-l",font:"font-light",children:[t," ",Zb(d,m),o(ze,{color:"text-secondary-text",children:n&&`${d+s+m}`})]}):null]})})),Zb=(e,t)=>e||t?o("span",{children:", "}):"",ex=(e,t)=>(n,a)=>{const i=U(e)("Attachment"===n?.docType?n?.attachment?.src:n?.href),r="Attachment"===n?.docType?((e,t=2)=>{if(0===e)return"";const n=Math.floor(Math.log(e)/Math.log(1024));return`${parseFloat((e/Math.pow(1024,n)).toFixed(t))} ${Xb[n]}`})(n?.attachment?.fileSize||0):n?.fileSize,l="Attachment"===n?.docType?nx(i):n?.fileFormat;return c("div",{role:"listitem",children:[o(Qb,{text:n?.text,target:n?.target,href:i,fileFormat:l,fileSize:r,icon:tx(t),data:n?.data}),o(Fe,{__html:n?.__html})]},String(a))},tx=e=>e?o(ie,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:e,width:"24",height:"24"}):null,nx=e=>{if(!e)return"";const t=e.lastIndexOf("."),n=new RegExp(/\/(.*)/),a=-1!==t?e.substring(t+1):"";return a.includes("/")?a.replace(n,""):a},ax=d((({href:e,__html:t,target:n,onClose:a})=>c(zn,{maxWidth:"lg",onClose:a,children:[t?o(Fe,{__html:t}):null,c("div",{className:"flex flex-row mx-auto w-fit gap-lg py-lg",children:[o(si,{href:e,target:n,version:"primary",ariaLabel:"Ссылка на согласие",onClick:a,children:"Я согласен"}),o(Mn,{type:"button",version:"secondary",onClick:a,children:"Я не согласен"})]}),o("div",{children:"Нажимая кнопку «Я СОГЛАСЕН» ниже Вы принимаете данные условия. Распространение или раскрытие любой части данного Заключения или любой информации, или рекомендации в нем запрещено.»"})]}))),ix=d((({text:e,href:t,target:n,__html:a,icon:i})=>{const{open:l}=pn(ax),s=r((()=>l({__html:a,href:t,target:n})),[a,t,n]);return e?c("button",{className:"flex gap-s text-primary-text no-underline hover:text-primary-main",onClick:s,children:[tx(i),o(ze,{font:"font-light",children:e})]}):null})),rx={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},lx=Yt((({className:e="",title:t,description:n,align:a="text-center",documents:i,icon:r={icon:"DocIcon"},columnsMode:l="double",...s})=>{const d=_();return c(g,{className:u("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[o(k,{title:t,description:n,align:a,headlineVersion:"M",as:"h2",isEmbedded:!0}),i?.length?o("div",{className:u("grid gap-xl","double"===l?"@md:grid-cols-2":"grid-cols-1",rx[l]),role:"list",children:i.map(sx(d,r))}):null]})})),sx=(e,t)=>(n,a)=>{const i=n?.docType;return""===i?null:"reportSource"in n&&n?.reportSource?.__html?ox(t)(n,a):ex(e,t)(n,a)},ox=e=>(t,n)=>{const a={text:t.text,target:t.target,__html:t.reportSource?.__html};return t.reportSource?.__html&&t.text?c("div",{role:"listitem",children:[o(ix,{...a,icon:e,href:cx(t)?t?.href:t?.attachment?.src}),o(Fe,{__html:t?.__html})]},String(n)):null},cx=e=>"href"in e,dx=Yt((({className:e,padding:t,align:n="text-left",buttons:a=[],description:i,image:r,__html:l,headingType:s,qr:d,additionalDescription:m="",title:h="Мобильное приложение",version:p="primary",...f})=>{const y="secondary"===p?"p-m min-w-32":"min-w-24",b=r?.src?o(ie,{className:"hidden lg:block",image:r}):null;return o(g,{className:u("min-h-80",e),padding:"p-0",version:p,...f,children:c(_e,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:o(w,{headingType:s,title:h,className:u("whitespace-pre-wrap",n)}),rightImage:b,buttons:Ye(a,{className:"flex-wrap"}),children:[i?o(ze,{size:"text-xl","font-weight":"font-light",children:i}):null,c("div",{className:u("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[l?o(Fe,{__html:l,itemSize:"list-m"}):null,o(ze,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:m}),d?.src?o("div",{className:u("flex justify-center bg-white rounded-md @xl:-order-1",y),children:o(ie,{className:"w-fit",image:d})}):null,r?.src?o(ie,{className:"lg:hidden",image:r}):null]})]})})})),mx="flex flex-col sm:flex-row sm:flex-wrap gap-3xl pb-2xl",ux=["workingSaturday","premiumService","privateBanking","remoteWorkplace","serviceDisabledPeople","transferringDataToBiometricSystem"],hx=["sellingCoins","buyingCoins","bullionOperations","preciousMetalsOperations"],px=["barrierFree","equippedWithRamp","equippedWithLift","equippedWithElevator","equippedWithStairclimber","hasHelpMeButton"],gx=d((({filters:e=[],field:{field:t,reset:n},onlyOffice:a,labels:i})=>{const r=e.map((e=>o(ba,{text:i[e],...t(e)},e))),[l,s,d]=fx({onlyOffice:a,filtersCheckbox:r}),[m,{toggle:u}]=nn(!1);return o("div",{children:e?.length?o("div",{children:c(no,{children:[o("div",{children:o("div",{className:mx,children:l})}),c("div",{className:"flex space-x-lg pb-2xl",children:[a?o(to,{label:m?"Меньше фильтров":"Больше фильтров",isUnfolded:m,embedded:!0,short:!0,onClick:u}):null,c(Mn,{embedded:!0,onClick:n,children:[o(Al,{children:"Очистить фильтр"}),o(G,{name:"CloseIcon",size:"small"})]})]}),o("div",{children:c(ao,{isUnfolded:m,children:[xx("Драгоценные металлы",s),xx("Специальные возможности",d)]})})]})}):null})})),fx=({onlyOffice:e=!1,filtersCheckbox:t=[]})=>e?yx(t):bx(t),yx=e=>{const t=[],n=[],a=[];for(const i of e)ux.includes(i.key)&&t.push(i),hx.includes(i.key)&&n.push(i),px.includes(i.key)&&a.push(i);return[t,n,a]},bx=e=>[e.slice(0,6),e.slice(6)],xx=(e,t=[])=>o("div",{children:t.length>0?c("div",{className:"space-y-s",children:[o(ze,{children:e}),o("div",{className:mx,children:t})]}):null}),vx=(e,t)=>e&&"underlined"!==t?"primary":"secondary",Nx=(e,t,n)=>{const a=vx("all"===t),i=vx("business"===t),r=(e,t,a)=>{const i=e.currentTarget===e.target&&"business"===t?l(a):a;return n(t),i},l=e=>e.filter((e=>e.workSchedule&&e.workSchedule.businessScheduleVisibleTag&&!e.workSchedule.businessScheduleDescription));return c("div",{className:"flex gap-lg flex-col sm:flex-row",children:[o(Mn,{"data-id":"all",onClick:t=>r(t,"all",e),version:a,children:"Для физических лиц"}),o(Mn,{"data-id":"business",onClick:t=>r(t,"business",e),version:i,children:"Для юридических лиц"})]})},wx=({__html:e,list:t,richVersion:n})=>e||t?.length?c("div",{className:"border-b sm:border border-main-divider rounded-md space-y-2xl",children:[e?o(Fe,{__html:e,richVersion:n}):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(Cx)}):null]}):null,Cx=(e,t)=>c("div",{className:"flex gap-xs items-center",children:[o(ie,{image:e.image}),e?.text?o(ze,{size:"text-m",font:"font-light",children:e.text}):null]},String(t)),Sx=(e,t)=>e?o("div",{className:"flex flex-row gap-xs",children:c(w,{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]})}):null,kx=()=>{},Ix=e=>"all"===e?"block":"hidden",Tx=d((({className:e,data:t=[],isLoad:n,remoteWorkplaces:i=[],renderCard:r=kx,renderRemoteWorkplaceCard:l=kx,getBalloon:s=kx,initFilterState:d=To,getBalloonRemoteWorkplaces:m=kx,descriptionData:h,title:p})=>{const g=p?.includes("Офис"),[f,{field:y,reset:b}]=dn(d),{filteredItems:x,points:v,filteredRemoteWorkplaces:N,lengthItems:w}=_o({data:t,remoteWorkplaces:i,filtrationState:f,getBalloon:s,getBalloonRemoteWorkplaces:m}),[C,S]=a("all");return c("div",{className:u("space-y-1",e),children:[c("div",{className:"bg-white",children:[c("div",{className:"p-3xl pb-0 grid gap-xl",children:[Sx(p,w),h?wx(h):null,g&&Nx(t,C,S),o("div",{className:u("pb-3xl",Ix(C)),children:o(gx,{filters:Rx([...t,...i]),field:{field:y,reset:b},onlyOffice:g,labels:Ro})})]}),o("div",{className:"h-[600px]",children:o(Oo,{children:o(Ho,{points:v,isLoad:n,className:"h-full"})})})]}),c(Oo,{children:[x.map(r),N.map(l)]})]})})),Rx=e=>Object.keys(To).filter((t=>e.filter((e=>Do[t](e))).length)),Dx=e=>e?`${e.charAt(0).toUpperCase()}${e.slice(1)}`:"",Px=({location:e,address:t,billAcceptorType:n,terminalType:a,billAcceptorEnable:i,atmCode:r="",atmAccess:l="",workTime:s},d)=>{const m=[{label:"Устройство",value:Dx(a)},{label:"Модуль приема наличных",value:i?"Да":"Нет"},{label:"Прием наличных пачкой",value:"банкомат принимает пачками"===n?"Да":"Нет"},{label:"Доступность",value:["внешняя установка","территория банка"].includes(l)?"Общедоступный":""},{label:"Регистрационный номер",value:r}];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:Dx(e)}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(G,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:t})]}):null]}),o("div",{className:"whitespace-nowrap",children:o(fo,{color:"green",children:Dx(s)})})]}),o(io,{children:o(Zs,{className:"flex-wrap",children:m?.map(((e,t)=>o(Ks,{...e},String(t))))})})]},String(d))},Ex=({address:e="",terminalType:t,atmCode:n=""})=>({header:`${Dx(t)} №${n}`,body:e.toUpperCase()}),_x=[];const Bx=async e=>{const t=await zt(e,{method:"GET"});return Array.isArray(t)?t:_x},Ox={terminalTypeTerm:!1,terminalTypeAtms:!1,workAllTime:!1,billAcceptorEnable:!1,locationDisabledPeople:!1,designDisabledPeople:!1},Mx=d((({descriptionData:e,className:t})=>{const n=ky(),a=n?.code??"000",{data:i,isLoad:r}=function(e){const{data:t,error:n}=yi(`${$a}/atms?regionCode=${e}`,Bx);return{data:t||_x,isLoad:!t&&!n}}(a);return o(Tx,{className:t,data:i,isLoad:r,initFilterState:Ox,renderCard:Px,getBalloon:Ex,title:`Банкоматы филиала ${n?.name}`,descriptionData:e})})),Ax=({address:e,workScheduleDescription:t},n)=>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(G,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:e})]}):null]})}),o(io,{children:Fx(t)})]},String(n)):null,Fx=e=>c("div",{children:[c(Zs,{className:"flex",children:[o(Ks,{label:"Операции для физических лиц",children:o(ze,{children:"Оформление и обслуживание кредитов, счетов, вкладов"})}),o(Ks,{label:"Операции для физических лиц",children:o(ze,{children:"Оформление и обслуживание банковских карт"})}),o(Ks,{label:"Операции для физических лиц",children:o(ze,{children:"Инвестиционное и накопительное страхование"})}),o(Ks,{label:"Операции для физических лиц",children:o(ze,{children:"Безналичные операции в рублях, переводы без открытия счёта"})})]}),o("hr",{className:"text-main-divider pb-xl"}),o(Ks,{label:"Режим работы",className:"max-w-none",children:o(ze,{children:e})})]}),Lx=({address:e="",workScheduleDescription:t})=>({header:"Удаленное рабочее место",body:`${e} ${t}`}),zx={branches:[],remoteWorkplaces:[]};const Vx=async e=>await zt(e,{method:"GET"})||zx,$x=d((({className:e})=>{const t=ky(),n=t?.code??"000",{data:a,isLoad:i}=function(e="000"){const{data:t,error:n}=yi(`${$a}/branchesAndRemoteWorkplaces?regionCode=${encodeURIComponent(e)}`,Vx);return{data:t||zx,isLoad:!t&&!n}}(n);return o(Tx,{className:e,data:a?.branches,isLoad:i,remoteWorkplaces:a?.remoteWorkplaces,renderCard:So,renderRemoteWorkplaceCard:Ax,getBalloon:Io,getBalloonRemoteWorkplaces:Lx,title:`Офисы филиала ${t?.name}`})})),jx=d((({data:e,className:t,...n})=>{const a=e?.dataType??"offices";return o(g,{version:"transparent",className:u(t),defaultPadding:"p-0",...n,children:"offices"===a?o($x,{}):o(Mx,{descriptionData:e})})})),qx=d((e=>{const{__html:t,richVersion:n="",...a}=e;return o(g,{defaultPadding:"p-0",...a,children:o(Fe,{__html:t,richVersion:n})})})),Ux=(e=!1)=>e?"flex flex-wrap group-last:last:pb-0":"grid grid-cols-12 [&>*]:pb-m",Wx=Yt((({className:e="",isExpanded:t,isFoldButtonOnTop:n=!0,foldButtonVersion:a="default",label:i,version:r,role:l,...s})=>{const d=De(),[m,{toggle:h}]=nn(t),p=o(ao,{className:u("gap-lg",Ux(d)),isUnfolded:m,children:E({...s,extraProps:{className:"w-full",padding:"p-0"}})}),f="accordion"===a,y=o(to,{className:u(f?"text-h6 my-lg":"text-h4"),label:i,isUnfolded:m,embedded:f,onClick:h});return o(g,{className:u("w-full border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",role:l,...s,children:c(no,{children:[n?y:p,n?p:y]})})}),{childrenTypes:{exclude:["RollupItem"]}}),Hx={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"},Yx=(e,t,n)=>(a,i)=>{const{button:r}=a;return o("div",{className:"contents",children:c("div",{className:"flex items-center relative flex-row",children:[o("div",{className:"overflow-hidden flex flex-shrink-0 items-center",children:Gx(e,n)(a,i)}),c("div",{className:u("flex flex-col justify-center h-fit w-full",{"min-h-6xl":e}),children:[Kx(a),r?.text?o(ke,{className:"box-border py-s w-full mt-lg",version:t,...r,children:r?.text}):null]})]})},String(i))},Gx=(e,t)=>(n,a)=>{const i="secondary"===t?"white":"color",r=Boolean(n?.icon?.src),l=Jx(e,r),s=r?"transparent"===t:t;return o(g,{className:u("z-10 mr-s flex justify-center content-center rounded-md",l),defaultPadding:"",version:s,children:o("div",{className:"flex max-w-full max-h-full items-center justify-center",children:Xx({step:n,iconVersion:i,i:a,stepVersion:t})})})},Kx=e=>c("div",{children:[e?.label?o(C,{size:"text-l",align:"text-left",children:e.label}):null,e?.description?o("div",{className:u("text-s font-light text-left",Hx.description),children:e.description}):null,o(Fe,{__html:e.__html})]}),Jx=(e,t)=>e&&t?"h-14 w-14":"h-11 w-11",Xx=({step:e,iconVersion:t,i:n,stepVersion:a})=>{return He(e?.icon)?o(ie,{image:{...e.icon,iconVersion:e.icon?.iconVersion||t},imageClassName:"max-w-full max-h-full",width:"24",height:"24"}):o("span",{className:u("text-h4","transparent"===a?Hx.iconText:(i=a,"secondary"===i?"group-data-primary:text-white":"text-secondary-text")),children:n+1});var i},Qx=d((({className:e="",title:t,description:n,steps:a=[],buttons:i,stepVersion:r="gray",version:l="primary",...s})=>{const d=a.length>3;return c(g,{className:u("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:l,...s,children:[o(k,{title:t,description:n,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),a?.length?o("div",{className:"flex flex-col gap-6xl justify-between box-border",children:a.map(Yx(d,l,r))}):null,Ye(i,{isVertical:!0})]})})),Zx=d((({isActive:e,item:t,onClick:n})=>c("div",{className:u(e?"text-primary-main":"text-primary-text","w-10 m-4 flex justify-center items-center flex-col text-xs cursor-pointer"),title:t?.title||"",onClick:n,children:[o(G,{className:"w-6 h-6",name:t?.icon?.icon,iconVersion:e?"color":"black"}),t?.title||""]}))),ev=d((({className:e,head:t,children:n,onClose:a,onClick:i})=>c("div",{onClick:i,className:u("absolute bg-white p-0 rounded-xl bottom-0 top-32 w-full",e),role:"dialog",children:[c("div",{className:"sticky py-xl top-0 rounded-xl bg-white z-10",children:[o(An,{className:"absolute top-1.5 right-0",onClose:a}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:n})]})));function tv(e,t,n){i((()=>e.subscribe(t,(e=>{const t=e?.type;if(t&&"string"==typeof t){const a=n[t];a&&a(e)}}))),[e,t,...Object.values(n)])}const nv=()=>{const[e,{push:t,pop:n,clear:i}]=function(e=[]){const[t,n]=a(e),i=r((e=>n((t=>[...t,e]))),[]),l=r((()=>n((e=>e.slice(0,-1)))),[]),s=r((e=>n((t=>t.filter((t=>t!==e))))),[]),o=r((()=>n([])),[]);return[t,{setList:n,push:i,pop:l,remove:s,clear:o}]}();return tv(pe.observable,"dialog",{open:t,close:n,closeAll:i}),[e,{close:n,closeAll:i}]},av=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:n,s1Matches:a,s2Matches:i}=function(e,t){const n=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),a=Array.from({length:e.length}),i=Array.from({length:t.length});let r=0;for(let l=0;l<e.length;l++){const s=Math.max(0,l-n),o=Math.min(l+n,t.length-1);for(let n=s;n<=o;n++)a[l]||i[n]||e[l]!==t[n]||(r++,a[l]=!0,i[n]=!0)}return{m:r,s1Matches:a,s2Matches:i}}(e,t);if(0===n)return 0;const r=function(e,t,{s1Matches:n,s2Matches:a}){let i=0;for(let r=0,l=0;r<e.length;r++){if(!n[r])continue;let s=l;for(;s<t.length;s++)if(a[s]){l=s+1;break}e[r]!==t[s]&&i++}return i}(e,t,{s1Matches:a,s2Matches:i}),l=(n/e.length+n/t.length+(n-r/2)/n)/3,s=l>.7?.1*function(e,t){let n=0;for(;e[n]===t[n]&&n<4;)n++;return n}(e,t):0;return l+s*(1-l)};const iv=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(rv,{...e},String(t))))})]}):null,rv=d((({icon:e,...t})=>{const n=be(),{text:a,target:i,href:r,onClick:l}=n(t);return c("div",{className:"flex gap-s items-center",children:[e?o(ie,{image:e}):null,a?o("a",{className:"hover:text-primary-hover",href:r,target:i,onClick:l,children:o(ze,{size:"text-l",font:"font-light",color:"text-primary-text",children:a})}):null]})})),lv=(e,t)=>n=>n.name?o(cg,{href:`/branches/${n.slug}`,className:"mb-xs sm:mb-2xs hover:text-primary-hover",onClick:()=>t?.(n),data:Cu(e,n.name),children:o(ze,{size:"text-l",font:"font-light",children:n.name})},String(n.id)):null,sv=d((({className:e,searchTerm:t,onSearch:n})=>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:u(Yn,"h-12 pl-m w-full peer text-l text-black rounded-md box-border"),value:t,onChange:e=>n(e.target.value.toLowerCase()),type:"text",name:"location-search-bar-input"})]}))),ov=d((({defaultLocation:e})=>{const t=ky(e),n=be(),{href:a}=n({href:`/branches/${t.slug}`});return t?o("div",{className:"mb-s",children:c(C,{size:"text-l",color:"text-primary-text",children:["Сейчас выбран:",o(cg,{href:a,className:"inline mx-2xs text-primary-main",children:t.name})]})}):null})),cv=d((({foreignOffices:e,branches:t,onClose:n})=>{const i=Iy(t?.default),[s,d]=a(""),m=cl(),u=l((()=>uv(m).sort(((e,t)=>e.name.localeCompare(t.name)))),[m]),h=l((()=>((e,t)=>{const n=new Map;for(const a of e){const e=t(a),i=n.get(e)||[];n.set(e,[...i,a])}return n})(u,mv)),[u]),p=r((e=>{i.location=e,n?.()}),[i,n]);return c(zn,{maxWidth:"none",head:dv(s,d,t),onClose:n,children:[s&&s.length>=3?o("div",{children:u.filter((({name:e})=>e&&av(e.toLowerCase())(s.toLowerCase())>=.8)).map(lv(t?.dataSelect,p))}):o("div",{className:"columns-1 sm:columns-3 md:columns-4 lg:columns-5",children:Array.from(h.entries()).map((g=p,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(lv(f,g))]},e)))}),iv(e)]});var g,f})),dv=(e,t,n)=>c("div",{children:[o(ze,{size:"text-h4",color:"text-primary-text",children:"Выберите филиал"}),o(ov,{defaultLocation:n?.default}),o(sv,{onSearch:t,searchTerm:e})]}),mv=e=>e.name?.charAt(0)??"",uv=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()??""}))),hv=d((({menuRef:e,menuItem:t,locationDialogProps:n,onClose:a})=>{const l=pn(cv,n),{name:s}=ky(),c=e?.current?.getBoundingClientRect(),d=r((()=>{const e=globalThis?.frames["burger-menu-iframe"],t=document.getElementsByTagName("iframe")["iframe-dialog"];t.style.height=String(t?.contentWindow?.document.body.offsetHeight)+"px";const n=Q(X.SITE_URL);e.postMessage({type:"currentTab",data:n?.slice(1)},"*"),e.postMessage({type:"currentLocation",data:s},"*")}),[X.SITE_URL]);return i((()=>{globalThis.frames["burger-menu-iframe"].postMessage({type:"currentLocation",data:s},"*")}),[s]),i((()=>{const e=e=>{if("location"===e.data.type&&l.open({}),"reload"===e.data.type&&a?.(),"resize"===e.data.type){const t=document.getElementsByTagName("iframe")["iframe-dialog"];t&&t.style&&(t.style.height=String(e.data.data)+"px")}};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}),[a]),o(ev,{head:o("div",{className:"flex items-center justify-center px-xl",children:o(w,{as:"h4",title:t?.title,className:"font-medium"})}),onClick:e=>e.stopPropagation(),onClose:a,children:o("div",{className:"bg-white pb-20 pt-1 text-l",children:o("iframe",{id:"iframe-dialog",name:"burger-menu-iframe",onLoad:d,src:t?.src,width:c?.width||0})})})})),pv="burgerMenuDialog",gv=({menuRef:e,centralMenuItem:t,locationDialogProps:n,onClose:a=En})=>{const{open:i}=pn(hv),[l]=nv(),s=((e,t)=>Boolean(t.find((t=>t.id===e),e)))(pv,l),o=r((()=>i({menuRef:e,locationDialogProps:n,menuItem:t,onClose:a},{id:pv})),[e,n,t,a]);return[s,{toggle:s?a:o}]},fv=[],yv=Yt((({sticky:e,...t})=>{const{menuItems:n=fv}=e??{},i=n.find((e=>"Меню"===e.title)),l=n.filter((e=>"Меню"!==e.title)),d=Math.floor(l.length/2),m=l.slice(0,d),u=l.slice(d),[h,p]=a(-1),[f,y]=a(""),{closeAll:b}=ge(),x=r((()=>{p(-1),y(""),b()}),[b]),v=Hn(x),N=s(null),[C,{toggle:S}]=gv({menuRef:N,centralMenuItem:i,locationDialogProps:t.header,onClose:x}),k=(({menuRef:e,dialogRef:t,leftItems:n,rightItems:a,onClose:i})=>{const{open:l,close:s}=ge(),c=r((()=>{const e=document.getElementsByTagName("iframe")["iframe-dialog"];e.style.height=`${e?.contentWindow?.document.body.offsetHeight}px`}),[]);return r(((r,d)=>{const m="left"===d?n:a,u=e?.current?.getBoundingClientRect();l({id:"left"===d?n[r].title:a[r].title,dialog:o(ev,{className:"mt-[20%] border-t border-current",head:o("div",{className:"flex items-center justify-center px-xl",children:o(w,{as:"h4",title:m[r].description||m[r].title})}),onClick:e=>e.stopPropagation(),onClose:()=>{s(),i?.()},children:o("div",{className:"bg-white pb-20 pt-1 text-l",ref:t,children:o("iframe",{id:"iframe-dialog",src:m[r]?.src,width:u?.width??0,onLoad:c})})})})}),[c,n,a,i])})({menuRef:N,dialogRef:v,leftItems:m,rightItems:u,onClose:x}),I=r((e=>{e.stopPropagation(),x(),S()}),[x,S]),T=r(((e,t)=>{y(t),p(e),b(),k(e,t)}),[b,k]);return o(g,{className:"h-[74px] z-[100] relative",defaultPadding:"p-0",...t,children:c("div",{ref:N,className:"ml-auto container bg-white flex justify-center shadow-blue-gray",children:[m.map(bv(T,"left",{activeIndex:h,currentItemPosition:f})),o(Zx,{item:i,isActive:C,onClick:e=>I(e)}),u.map(bv(T,"right",{activeIndex:h,currentItemPosition:f}))]})})})),bv=(e,t,n)=>(a,i,r)=>o(Zx,{item:a,isActive:r[n.activeIndex]?.title===a?.title&&n.currentItemPosition===t,onClick:l=>{r[n.activeIndex]?.title===a?.title&&n.currentItemPosition===t||l.stopPropagation(),e(i,t)}},a.title||String(i)),xv={primary:"bg-white/30",secondary:"bg-main-divider"},vv={primary:{desktop:"text-white",mobile:"text-primary-text"},secondary:{desktop:"text-secondary-text",mobile:"text-secondary-text"}},Nv=d((({count:e,version:t="secondary"})=>{const n=De(),a=n?"bg-main-divider":xv[t],i=vv[t][n?"mobile":"desktop"];return o("div",{className:u("w-6 h-6 rounded-full flex items-center justify-center",a),role:"status","aria-label":`Количество ${e} доступных программ и сервисов`,children:o(ze,{size:"text-xs",color:i,children:e})})})),wv=({text:e,description:t,icon:n,isActive:a,type:i})=>{const r=(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"}))(a);return c("div",{className:u("cursor-pointer text-left border-b-0 flex gap-2xs"),"aria-label":e,"aria-labelledby":`${e}-label`,children:[n?o(ie,{className:u("h-6 w-6 min-w-6 min-h-6",r.icon),image:{...n,iconVersion:n?.iconVersion??r.iconVersion},width:"24",height:"24",alt:e}):null,c("div",{className:"border-0",children:[o("div",{className:"animated"===i?r.text:r.oldText,children:e}),o("div",{className:"animated"===i?r.desc:r.oldDesc,children:t})]})]})},Cv={default:"px-xs",underlined:"px-m",animated:"px-m border border-gray cursor-pointer text-left border-b-0 mt-auto flex gap-2xs"},Sv={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",animated:"text-white sm:text-white"},kv={default:"bg-white",underlined:"bg-white",animated:"p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96"},Iv={default:"bg-white sm:bg-primary-main",underlined:"bg-white",animated:"p-2 border-none bg-primary-main text-white h-20 w-96"},Tv=d((({tag:e="div",item:t={},isActive:n=!1,type:a="default",onClick:i})=>{const r=e,{text:l,description:s,icon:d,count:m,tabName:h,...p}=t;return o(r,{className:u("h-12","block flex-1","cursor-pointer","rounded-none",Cv[a],n?Iv[a]:kv[a]),"aria-label":"Список табов",onClick:i,...p,children:c("div",{className:u("h-full","flex justify-center items-center","text-center whitespace-nowrap",n?Sv[a]:"text-secondary-text hover:text-primary-main"),role:"tab","aria-label":`Таб ${l}`,children:[wv({text:l,description:s,icon:d,isActive:n,type:a}),Number.isInteger(m)?o("div",{className:"ml-xs",role:"status","aria-label":`Количество программ и сервисов ${m}`,children:o(Nv,{count:m,version:vx(n,a)})}):null]})})})),Rv=d((e=>o(e?.item?.href?Dv:Pv,{...e}))),Dv=d((e=>{const t=be(),n=r((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:a,...i}=t({...e.item,onClick:n});return o(Tv,{...e,tag:"a",item:i,onClick:a})})),Pv=d((({item:e={},onClick:t,...n})=>{const a=r((n=>{n.target.scrollIntoView({block:"nearest"}),t?.(e)}),[t,e]);return o(Tv,{item:e,onClick:a,...n})})),Ev="hidden sm:flex absolute z-40",_v={default:{item:"flex-1",gap:0,buttonTop:"top-0"},animated:{item:"flex",gap:8,buttonTop:"top-5"},underlined:{item:"",gap:0,buttonTop:"top-0"}},Bv=d((({className:e,items:t=[],activeItem:n,onChange:a,tabsType:r="default"})=>{const[l,s]=sh({itemCount:t?.length||0});return i((()=>Ov(l.current,t,n)),[]),c("div",{className:u("relative overflow-x-auto no-scrollbar",e),children:[o(Zu,{containerRef:l,snapAlign:"snap-start",onVisibleIndicesChange:s.handleVisibleIndicesChange,itemClassName:_v[r].item,gap:_v[r].gap,children:t.map((d=n,m=a,h=r,(e,t)=>o(Rv,{isActive:e===d,onClick:m,type:h,item:e},String(t))))}),s.canScrollLeft?o(uh,{wcmsIgnore:!0,className:u("left-6",Ev,_v[r].buttonTop),onClick:s.scrollLeft}):null,s.canScrollRight?o(hh,{wcmsIgnore:!0,className:u("right-6",Ev,_v[r].buttonTop),onClick:s.scrollRight}):null]});var d,m,h})),Ov=(e,t,n)=>{const a=t.findIndex((e=>e===n));e&&a>0&&e.scrollTo({left:e?.children[a]?.offsetLeft,behavior:"smooth"})},Mv={default:{wrapper:"",component:""},animated:{wrapper:"border-b-8 border-primary-main bg-white",component:"m-auto"},underlined:{wrapper:"flex",component:"m-auto"}},Av=({className:e="",tabsType:t="animated",...n})=>t?o("div",{className:u(Mv[t].wrapper,e),children:o(Bv,{className:Mv[t].component,tabsType:t,...n})}):null,Fv="sticky top-1 z-20",Lv=Yt((({className:e="",tabs:t=[],block:n,tabsType:i,showCounter:l=!1,isSticky:s=!1,...d})=>{const m=Vv(n||{}),h=_(),p=ss(),f=t.every((e=>"link"===e?.type)),y=new URLSearchParams(decodeURIComponent(globalThis?.location?.search||"")),b=qv(m),x=l?t.map((e=>({...e,count:"group"===e?.type?n?.slots?.[e?.tabName??""]?.length??0:0}))):t,v=x.findIndex((e=>Boolean(e?.selected))),N=x.findIndex(((e,t)=>"group"===e.type&&(e?.tabName??String(t))===b)),w=b?N:v,[C,S]=a(zv(w)),k=x[C],I=jv(x[C],C),T=r((e=>{const t=x.indexOf(e),n=x[t];S(t),"group"===n.type&&((e,t)=>{e.text?y.set(m,e?.tabName??String(t)):y.delete(m),h.replace(`${h.pathname}?${y}`,{scroll:!1})})(e,t)}),[x]);return c(g,{className:u({[Fv]:[s,f,!p].every(Boolean)},e),defaultPadding:"p-0",block:n,...d,children:[Av({className:u({"pb-1":[n?.slots,"default"===i].every(Boolean),[Fv]:[s,!f,!p].every(Boolean)}),items:$v(t,x),activeItem:k,tabsType:i,onChange:T}),o("div",{className:"space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:Object.entries(n?.slots??{}).map((([e,t])=>P(t,{...d?.options,slotName:I,parent:n,extraProps:{className:e===I?"":"hidden"}})))})]})}),{slots:({tabs:e})=>e?.map(jv)?.filter(Boolean)||[]}),zv=e=>e&&-1!==e?e:0,Vv=({__id:e,anchor:t})=>t??e??"tabs",$v=(e,t)=>t?.length?t:e,jv=(e,t)=>"group"===e?.type?e?.tabName||`Слот №${t+1}`:"",qv=e=>decodeURIComponent(globalThis?.location?.search.replace("?","").replace("+"," ").split("&").find((t=>t.split("=").find((t=>t===e))))?.split("=")?.[1]??""),Uv=({title:e,icon:t})=>c("div",{className:u("flex gap-m items-center","w-80 flex-shrink-0 sticky left-0 bg-white"),role:"cell",children:[t?o(ie,{className:"hidden lg:block max-w-6 shrink-0",image:t,width:"24",height:"24"}):null,e?o(ze,{size:"text-m",font:"font-light",color:"text-primary-text",children:e}):null]}),Wv={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},Hv=d((({children:e,version:t="comparison"})=>o("div",{className:"flex flex-1",children:o("div",{className:Wv[t],children:e})}))),Yv=d((({className:e="",isOpen:t,onClick:n})=>o(to,{className:e,label:t?"Скрыть":"Показать",isUnfolded:t,version:"secondary",short:!0,onClick:n}))),Gv=e=>e?o("div",{children:o(ze,{size:"text-h6",children:e})}):null,Kv=e=>e?o("div",{className:"text-l font-light",children:o(ze,{color:"text-secondary-text",children:e})}):null,Jv=({__html:e,isDotted:t})=>e?o("div",{className:"flex flex-col justify-between items-start text-h6",children:o(Fe,{__html:e,isDotted:t,itemSize:"list-m"})}):null,Xv=d((({cells:e,tableInner:t,onSetTable:n})=>o("div",{className:"w-80 flex-grow flex flex-col gap-lg",role:"cell",children:e?.length?e.map(((e,a)=>e?.tableSource?.tableData?o(Yv,{className:"w-fit",isOpen:Boolean(t),onClick:()=>{n(t?void 0:{tableSource:e.tableSource})}},String(a)):(({label:e,description:t,__html:n,isDotted:a,buttons:i,image:r},l)=>c("div",{className:"grid gap-xs",children:[Gv(e),Kv(t),Jv({__html:n,isDotted:a}),Ye(i,{buttonClassName:"basis-0"}),r?.src?o(ie,{image:r}):null]},String(l)))(e,a))):null}))),Qv=(e,t)=>140*((e=[])=>e.reduce(((e,t)=>e+t),0))(e.slice(0,t).map((e=>e?.cols?.length??1))),Zv=(e,t)=>e?.length>0?o("div",{className:u("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,eN=d((({rows:e})=>{return o(Zu,{visibleItemCount:0,snapAlign:"snap-start",children:o("div",{children:e?.map((t=0,(e,n)=>{if(!e?.length)return null;const[a,...i]=e,r=u("flex duration-1000 text-center",0!==n?"font-normal":"font-light");return c("div",{className:"flex border-main-divider border-b border-solid h-full",children:[a?.data?o("div",{className:"whitespace-pre-wrap sm:whitespace-normal w-48 min-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:a.data})}):null,o("div",{className:"flex flex-grow overflow-hidden",children:o("div",{className:r,style:{transform:`translateX(-${Qv(i,t)}px)`},children:i?.map(((e,n)=>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?Zv(e.cols,t):null]},`row${n}`)))})})]},String(n))}))})});var t})),tN=d((({activeTabIndex:e,items:t})=>o("div",{children:t.map(((t,n)=>{const a=`activeTabIdx:${e}-tableIdx:${n}`;return c("div",{className:"w-full @container",children:[o("div",{className:"flex py-m 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(eN,{rows:t.rowsData})})})]},a)}))}))),nN=(e=!1)=>""+(e?"text-white":"text-secondary-text"),aN=d((({currencies:e,linkToPDF:t,activeTabIndex:n,setActiveTabIndex:a})=>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:u("rounded-md px-4 py-3 cursor-pointer",{"bg-primary-main":t===n}),onClick:()=>a(t),children:o(ze,{size:"text-xl",font:"font-light",color:nN(t===n),children:e||t+1})},e)))}):null,t?o(ke,{className:"text-primary-main",href:t,version:"link",target:"_blank",appendLeft:o(G,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]}))),iN=Yt((({tableSource:e})=>{const t=e?.tableData,[n,i]=a(0),l=r((e=>i(e)),[]),s=t?.[n]?.items??[],d=t?.map((e=>e.currency??""));return t?c("div",{className:"bg-white z-10",children:[o(aN,{currencies:d,activeTabIndex:n,setActiveTabIndex:l}),o(tN,{activeTabIndex:n,items:s})]}):o("div",{className:"space-y-m text-center",children:o(ze,{size:"text-h6",children:"Данных нет"})})})),rN=d((({children:e,tableInner:t,onClick:n})=>c("div",{className:u("self-start flex flex-col gap-xl","border-main-divider lg:border-b w-full py-s lg:py-xl"),role:"row",children:[o("div",{className:u("flex flex-col lg:flex-row gap-x-5xl gap-y-xs"),children:e}),t?o("div",{className:"origin-top animate-expansion",children:o(iN,{...t,onClick:n})}):null]}))),lN=d((({row:{header:e,data:t=[]},...n})=>{const[i,l]=a(void 0),s=r((e=>{l(e)}),[]);return c(rN,{tableInner:i,...n,children:[Uv(e),t?.length?o(Hv,{version:"tariff",children:t.map(((e,t)=>o(Xv,{cells:e,onSetTable:s,tableInner:i,...n},String(t))))}):null]})})),sN=d((({children:e})=>o("div",{role:"table",className:"overflow-x-auto w-auto grid relative gap-y-xs",children:e}))),oN=Yt((({className:e="",title:t,description:n,rowHeaders:a,tariffsColumns:i,hiddenRowsNum:r=0,...l})=>{const s=i?.map((({data:e})=>e))||[],d=a?.map(((e,t)=>({header:e,data:s.map((e=>e?.[t]||[]))}))),m=(d||[]).map(((e,t)=>o(lN,{row:e,...l},String(t)))),[h,p]=r>0?[m.slice(0,-r),m.slice(-r)]:[m,[]],[f,{toggle:y}]=nn(!1);return c(g,{className:u("relative space-y-xl",e),defaultPadding:"p-6xl",...l,children:[o(k,{title:t,description:n,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),o("div",{className:"space-y-m overflow-hidden",children:r>0?c(no,{children:[c(sN,{children:[h,o(ao,{isUnfolded:f,isOverflowVisible:!0,children:p})]}),o(to,{className:"text-h4",isUnfolded:f,onClick:y})]}):o(sN,{children:m})})]})})),cN=d((({className:e="",title:t,description:n,iconVersion:a,__html:i,richVersion:r,...l})=>c(g,{className:u("flex gap-s sm:gap-m group-data-secondary:bg-primary-main/10",e),...l,children:["small"===a?dN():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,n?mN(n):null,i?o(Fe,{richVersion:r,__html:i}):null]})]}))),dN=()=>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"}),mN=e=>o(C,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),uN={AdTile:Kt,ApplicationForm:Gl,BankAccountFiltration:Mh,BenefitsBlock:Vh,BonusBenefitsBlock:qh,ButtonsBlock:Wh,CalculatorBonus:Qh,CalculatorBusinessDeposit:op,CalculatorCredit:rd,CalculatorDeposit:Ep,CalculatorRefinancing:$p,CardTransfer:Jp,Carousel:ig,CarouselCatalogCard:sg,CarouselRecommendationCard:pg,CarouselTariffsCard:bg,DepositFiltration:xy,ErrorBlock:Cy,ExchangeRateTile:eb,Footer:fb,GalleryLayout:Nb,GrantSupport:Ib,Header:Yb,Headline:k,HorizontalLayout:Kb,ImgBlock:Jb,LinkDocs:lx,MobileAppTile:dx,OfficesAtmsMap:jx,ProductBlock:Gt,RichTextBlock:qx,RollupItem:Wx,StepsBlock:Qx,StickyBottomMenu:yv,TabsLayout:Lv,TariffsTable:oN,TextBlock:cN,VerticalLayout:Gb,ApplicationLeadForm:Vu,CreditCardForm:Rf,CreditForm:Yf,DebitForm:py,CashbackCalculator:Pg},hN=me((()=>{i((()=>{Zt()}),[]);const e=tn();Wn(globalThis,"click",(e=>t=>{const n=t.target?.closest("[data-aspects]");try{const a=JSON.parse(n?.dataset?.aspects??"[]");ti({aspectsAttributes:a,aspects:e,ev:t})}catch(e){}e.forwardQuery?.(t)})(e))}));const pN="cookie",gN=d((({__html:e})=>{const[t,{setTrue:n,setFalse:a}]=nn();!function(e,t,n=300){i((()=>{const t=globalThis.setTimeout(e,n);return()=>{globalThis.clearTimeout(t)}}),t)}((()=>{globalThis.localStorage?.getItem(pN)||n()}),[],3e3);const l=r((()=>{globalThis.localStorage?.setItem(pN,"true"),a()}),[]);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(Fe,{__html:e})}),o("div",{className:"ml-s sm:ml-0 w-36 flex justify-end",children:o(An,{className:"bg-main-gray rounded-md w-11 h-11",onClose:l})})]})}):null}));function fN(e){const t=r((({key:t})=>{"Escape"===t&&e()}),[e]);Wn(globalThis.document,"keydown",t)}const yN=d((()=>{const[e,{close:t}]=nv(),n=Boolean(e.length);return fN(t),i((()=>{n?globalThis.document?.body.classList.add("no-scrollbar","overflow-hidden"):globalThis.document?.body.classList.remove("no-scrollbar","overflow-hidden")}),[n]),n?o("div",{className:"fixed inset-0 z-50",children:e.map((({dialog:t,id:n},a)=>o("div",{className:u("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar bg-black/50",{hidden:a!==e.length-1}),children:t},String(n||a))))}):null})),bN=d((()=>{const[e,t]=a(null),n=r((()=>{t(null)}),[]);return tv(pe.observable,"popup",{open:t,close:n}),fN(n),e?o("div",{className:u("z-50",e.fixed?"fixed":"absolute"),style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",title:"Всплывающее окно",children:e.popup}):null})),xN="header",vN="footer",NN="sticky-footer",wN={},CN=d((({className:e,data:t=wN,blocksRegistry:n,blockDecorator:a})=>{const{slots:i,blocks:r,fallback:l,...s}=t,d=Wt(s,l),m=ss();hN(),Iy();const h={key:"",page:{slots:i,blocks:r,fallback:l,...d},blocksRegistry:n,blockDecorator:a,parent:t};return c("div",{"data-theme":t.colorPalette||"pc",children:[c("section",{className:u("@container relative",t.style,e),children:[i?.[xN]?.length?o("div",{className:u({hidden:m},"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]"),children:P(i?.[xN],{...h,slotName:xN})}):null,c("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[E({block:t,options:h,extraProps:{className:"scroll-mt-12"}}),!m&&P(i?.[vN],{...h,slotName:vN})]})]}),i?.[NN]?.length?o("div",{className:u({hidden:m},"fixed w-full bottom-0 left-0 z-[100]"),children:P(i?.[NN],{...h,slotName:NN})}):null,o(yN,{}),o(bN,{}),m?null:o(gN,{__html:d?.cookieContent?.__html})]})}));Object.assign(CN,{childrenTypes:[],slots:()=>[xN,vN,NN]});e.Blocks=uN,e.ContentPage=CN,e.handlerDecorator=me,e.joinList=wh,e.locationNavigator=Xt,e.packageVersion="0.14.950",e.projectSettings=O,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=V,e.useRouter=_,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).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const n=e=>(...n)=>t[e](...n),a=n("useState"),i=n("useEffect"),r=n("useCallback"),l=n("useMemo"),s=n("useRef"),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,n){const{children:a,...i}=t||{},r=n?.slots?.default,l=a||r&&r();return e(Object.assign(i,l&&{children:l}),n)}return t.inheritAttrs=!1,t},u=(...e)=>e.map((e=>h(e)?Object.entries(e).filter((([,e])=>e)).map((([e])=>e)):e)).flatMap((e=>e)).filter(Boolean).join(" "),h=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:n=!0,defaultPadding:a="p-xl",padding:i,block:r,tag:l="section",role:s,children:c,style:d})=>{const m=t&&n;return o(l,{className:u("@container font-sans",{group:m},p[t],i||a,e),...m?{"data-ver":t}:{},...r?.anchor?{id:r.anchor}:{},role:s,style:d,children:c})})),f=d((({className:e,size:t})=>o("figure",{className:u("m-0 mt-xl min-w-[80%]",e),children:y(t)}))),y=(e=3)=>x(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)),x=(e,t)=>[e].concat(t>0?x(e/1.618,t-1):[]),v={h1:"h1",h2:"h1",h3:"h2",h4:"h2",h5:"h3",h6:"h3"},N={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},w=d((({className:e="",headingType:t="h3",as:n="h3",title:a,children:i})=>{const r=v[n]||"h3";return o(r,{role:"heading",className:u("font-sans m-0",N[t],e),children:a||i})})),C=d((({children:e,...t})=>o("p",{className:u("font-sans",Object.values(t)),children:e}))),S={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"}},k=d((({className:e,version:t="",headlineVersion:n="XL",title:a,description:i,align:r="text-center",as:l,isEmbedded:s=!1,isTheme:d=!1,...m})=>{const h=S[n],p={marginTop:h.descriptionStyle};return c(g,{className:u({"@container-normal":s},e),defaultPadding:s?"":"p-6xl",version:t,isTheme:d,...m,children:[a?o(w,{className:u("whitespace-normal",r),...h?.title,as:l||h?.title.as,title:a}):null,i?o(C,{size:h.descriptionSize,font:h.descriptionWeight,align:r,...p,children:i}):null]})})),I=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),T=[];function R(e,t,{className:n,...a}={}){const{key:i,blockDecorator:r=I,blocksRegistry:l={},ancestors:s=T}=t,{type:c}=e;c&&c in l||console.warn(`No block with "${c}" is registered`);const d=c&&l[c];return r({blockClassName:u(e.style?.length?e.style:"col-span-12",n),block:e,ancestors:s,render:({block:n,blockClassName:r})=>{const{content:l}=n;return d?o(d,{...l,...a,className:u(r,l?.className),block:e,options:t},i):null}},i)}const D=[],P=(e,{key:t,ancestors:n=D,slotName:a=null,extraProps:i,renderProps:r=R,...l})=>{const s=i?(e,t)=>R(e,t,i):r;return(e||[]).map(((e,i)=>s(e,{...l,key:`${t||e.type}-${i}`,ancestors:l.parent?[...n||D,[l.parent,a]]:n},i)))};function E({block:e,options:t,children:n,extraProps:a,renderProps:i}){return n||(e&&t?P(e.blocks,{...t,parent:e,extraProps:a,renderProps:i}):null)}function _(){return _._impl()}_._impl=()=>({pathname:globalThis.location?.pathname||"/",push:()=>{},replace:()=>{},back:()=>{}}),_.setup=e=>{_._impl=e};const B=["CDN","BASE_PATH"],O=new Proxy({_:{},setup(e){this._=e}},{get(e,t){const n=e._[t]||e[t];return B.includes(t)?(e=>e&&!e.endsWith("/")?`${e}/`:e)(n):n}}),M=e=>Boolean(e?.includes(":")),A=(e,t)=>Boolean(e&&!M(e)&&(!t||"_self"===t)),F=e=>Boolean(e?.startsWith("#")),L=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/").replace(/^(.+):\//,"$1://").replace(/^file:/,"file:/").replace(/\/(\?|&|#[^!])/g,"$1").replace(/\?/g,"&").replace("&","?"),z=e=>t=>Boolean(e&&t&&e.startsWith(t)&&("/"===t||e===t||"/"===e[t.length]));var V=Object.freeze({__proto__:null,isURL:M,isLocalURL:A,isHash:F,withoutQuery:e=>(e??"").replace(/\?.*/,"").replace(/\/$/,""),joinPath:L,hasPrefix:z});const $="/api/",j=`${$}v1/storage`,q=[O.CDN,$],U=e=>(t,n)=>{if(W(t))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`${j}/${t}/attachment`;const a=t?.startsWith("/");return L(z(t)(n)?"":n,a?"/":(i=e.pathname,i?.split("/").slice(0,-1).join("/")),t);var i},W=e=>!e||M(e)||F(e)||q.some(z(e)),H={"":"",normal:"",color:"text-primary-main",black:"text-black",white:"text-black",gray:"text-gray"},Y={small:"16",medium:"24",large:"48",xl:"78"},G=d((({className:e="",imageClassName:t="",name:n="",alt:a=`Иконка ${n}`,title:i=a,iconVersion:r="color",size:l,width:s=l&&Y[l],height:d=s})=>{const m=_(),h="normal"===r?`${n}.svg`:`sprites.svg#${n}`,p=U(m)(L(O.CDN,"/icons/",h));return"normal"===r?o("img",{className:e,style:K(e,d),src:p,alt:a,title:i,"aria-hidden":"true",width:s,height:d}):o(J,{className:e,children:c("svg",{className:u(H[r],{"w-full h-full":!s,invert:"white"===r},t),width:s,height:d,"aria-hidden":"true",children:[i?o("title",{children:i}):null,a?o("desc",{children:a}):null,o("use",{href:p,xlinkHref:p})]})})})),K=(e,t)=>{return e?.includes("h-")?{}:{height:(n=t,n&&!/\D/.test(n)?`${t}px`:t),width:"auto"};var n},J=d((({className:e,children:t})=>e?o("div",{role:"img",className:e,children:t}):t)),X=new Proxy({_:{},setup(e){this._=e}},{get:(e,t)=>e._[t]||e[t]});function Q(e=""){try{return new URL(e).pathname}catch(e){return""}}const Z=e=>t=>{const n=t?.startsWith("/wcms-resources")?"":Q(X.SITE_URL);return t&&!M(t)?U(e)(t,n):t},ee=(e,t)=>e?.media&&t?.media?e.media-t.media:0,te=d((({className:e="",image:t,imageClassName:n=""})=>{const a=_();return c("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(ee).map((({src:e,format:n,media:i},r)=>o("source",{srcSet:Z(a)(e),type:ae(n),media:i?`(max-width: ${i}px)`:"",width:t?.size?.width,height:t?.size?.height},`${r}_${e}`))):null,t?.src?ne({...t,src:Z(a)(t.src)},n):null]})})),ne=(e,t="")=>o("img",{src:e.src,className:u("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}),ae=e=>e?`image/${String(e)}`:void 0,ie=d((({className:e="",image:t,imageClassName:n="",...a})=>t?.src||t?.icon?t.icon?o(G,{className:e,imageClassName:n,iconVersion:t?.iconVersion,name:t.icon,...a}):o(te,{className:e,imageClassName:n,image:t}):null)),re={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","":""},le="bg-main-divider text-main-disabled",se={primary:le,secondary:le,white:le,link:"",transparent:"",gray:le,"":""},oe="text-center font-sans select-none",ce={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","":""},de=({className:e,rounded:t,version:n})=>[oe,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",n?re[n]:"",t?"rounded-full":"rounded-md",e].join(" "),me=e=>me._impl(e);function ue(e,t){const n=s({});return l((()=>new Proxy({},{get:(a,i)=>(n.current||={},n.current[i]||=n=>e.fire(t,{...n??{},type:i}),n.current[i])})),[e,t])}me._impl=e=>e,me.setup=e=>{me._impl=e};class he{watchers=new Set;subscribersMap={};subjectsStateMap={};emitter=this;observable=this;watch(e){return this.watchers.add(e),()=>{this.watchers.delete(e)}}subscribe(e,t){this.subscribersMap[e]||=new Set,this.subscribersMap[e]?.add(t);const n=this.subjectsStateMap[e];return n&&t(n),()=>{this.subscribersMap[e]?.delete(t)}}fire(e,t){e in this.subjectsStateMap?this.subject(e,t):this.fireSubscribers(e,t)}subject(e,t){return this.subjectsStateMap[e]!==t&&(this.subjectsStateMap[e]=t??void 0,this.fireSubscribers(e,t)),()=>{delete this.subjectsStateMap[e]}}fireSubscribers(e,t){for(const n of this.subscribersMap[e]??[])n(t??null);for(const n of this.watchers)n({type:e,event:t??null})}}const pe=new he,ge=()=>ue(pe.emitter,"dialog"),fe="/",ye=["/api"];function be(){const e=_(),{closeAll:t}=ge();return n=>{const a=U(e)(n.href);return{...n,href:a,"aria-label":n.text,onClick:me((i=>{n.onClick?.(i);const r=Q(X.SITE_URL);xe(a,n.target,r)&&(t(),i?.preventDefault(),e.push(((e=fe,t=fe)=>[e,t].some((e=>e===fe))?e:e.replace(t,"")||fe)(a,r)))}))}}}const xe=(e,t,n)=>A(e,t)&&![...ye,...X.SUB_PORTALS?.split(",")??[]].some(z(e))&&z(e)(n||"/"),ve=e=>{try{return Array.isArray(e)&&e.length?{"data-aspects":JSON.stringify(e)}:{}}catch(e){return{}}},Ne=d((e=>{const{text:t,aboveText:n,appendLeft:a,appendRight:i,version:r="primary"}=e,l=Ce(e)&&"hidden lg:block";return c("div",{className:u(we(e),"flex gap-xs"),children:[a?o("div",{className:u(l,ce[r]),children:a}):null,Ce(e)?c("div",{className:"whitespace-pre",children:[n?o("div",{className:"text-xs font-light text-left",children:n}):null,o("div",{className:"text-left "+(n?"text-s":"text-l"),children:t})]}):null,i?o("div",{className:u(l,ce[r]),children:i}):null]})})),we=e=>{const{version:t,aboveText:n,rounded:a}=e;if("link"===t)return"";const i=""+(n?"py-2.5 px-9":"py-4 px-9");return u("group/btn items-center justify-center",Ce(e)?i:"h-12 w-12 m-auto",{"rounded-full":a})},Ce=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),Se=({className:e,rounded:t,version:n})=>["inline-block",oe,n?se[n]:"",t?"rounded-full":"rounded-md",e].join(" "),ke=d((({disabled:e,children:t,method:n="LINK",href:a,...i})=>{const l=(({method:e,href:t})=>r((n=>{if("POST"!==e||!t)return;n.preventDefault(),n.stopPropagation();const{origin:a,pathname:i,searchParams:r}=new URL(t||""),l=document.createElement("form");l.setAttribute("method","POST"),l.setAttribute("action",[a,i].join(""));for(const[e,t]of r.entries()){const n=document.createElement("input");n.setAttribute("type","hidden"),n.setAttribute("name",e),n.setAttribute("value",t),l.appendChild(n)}document.body.appendChild(l),l.submit()}),[e,t]))({method:n,href:a}),s=be()({onClick:l,href:a,...i}),c=t??o(Ne,{...s});return o(e?Te:Ie,{...s,children:c})})),Ie=d((({className:e="",href:t,rel:n,target:a,ariaLabel:i,version:r,rounded:l,onClick:s,type:c,data:d,children:m,text:u})=>o("a",{className:de({className:e,version:r,rounded:l}),href:t,rel:n,target:a,"aria-label":i||`Ссылка на ${u}`,role:t?"link":"button",onClick:s,type:c,...ve(d),children:m}))),Te=d((({className:e,ariaLabel:t,version:n,rounded:a,children:i})=>o("button",{type:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:Se({className:e,rounded:a,version:n}),children:i})));function Re({version:e,handleClick:t,text:n="Вернуться назад",alwaysVisible:a=!1}){if(!n)return null;const i="primary"===e?"white":"black",r="primary"===e?"bg-primary-main":"bg-white";return c("div",{className:u(a?"flex":"hidden sm:flex","items-center gap-s"),children:[o("div",{className:u(de({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",rounded:!0}),r),onClick:t,children:o(ie,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:i}})}),o(ke,{version:"link",className:"group-data-secondary:text-white",text:n,ariaLabel:n,onClick:t,type:"button"})]})}const De=()=>{const[e,t]=a(true);return i((()=>{const e=globalThis.matchMedia?.("(max-width: 1024px)"),n=()=>{t(Boolean(e?.matches))};return e?.addEventListener("change",n),e?.matches&&t(!0),()=>{e?.removeEventListener("change",n)}}),[]),e},Pe={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Ee=(e,{className:t,imageAlign:n})=>e?o("div",{className:u("shrink-1/2 justify-self-center",n&&Pe[n],t),children:e}):null,_e=d((({className:e,version:t="primary",defaultPadding:n,padding:a="",title:i,buttons:l,leftImage:s,rightImage:d,imageAlign:m,insetTitle:h,isImageAlwaysOnRight:p=!1,isImageSecondary:g=!1,backwardButton:f,children:y,...b})=>{const x=De(),v=_(),N=r((()=>v.back()),[]),w=b.options?.page?.common?.backwardButton,C=f&&!x;return c("div",{className:u("relative flex flex-col gap-3xl overflow-hidden",a||n,e),children:[C&&Re({version:t,handleClick:N,text:w}),i?o("div",{className:"relative",children:i}):null,c("div",{className:u("grow relative flex flex-col @xl:flex-row gap-3xl w-full",{"self-start @xl:w-auto":s}),children:[Ee(s,{imageAlign:m,className:"mx-auto"}),c("div",{className:u("grid gap-3xl items-center md:items-stretch",{"@xl:grid-cols-2 auto-cols-fr":d,grow:!s},"h-auto"),children:[Be(h,y),Me(E({...b,extraProps:{className:"@container-normal"}})),Ee(d,{className:u("@xl:justify-self-end @xl:col-start-2",{[Oe(p)]:l,"col-start-2 self-center":p,"hidden @xl:block":g}),imageAlign:m}),l?o("div",{className:"self-end",children:l}):null]})]})]})})),Be=(e,t)=>e||t?c("div",{className:"space-y-lg",children:[e,t]}):null,Oe=e=>u(e?"row-span-2":"@xl:row-span-2"),Me=e=>e?.length?o("div",{className:"flex items-start justify-end",children:e}):null,Ae=(e,t="normal")=>e?.icon||e?.src?o("div",{className:u("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(ie,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,Fe=d((({__html:e="",richVersion:t="",itemSize:n="list-m",isDotted:a=!0,children:i})=>e||i?o("div",{"data-component":"rich-text-container",children:o("div",{className:u(t,n,"md-container group-data-secondary:text-white group-data-gray:text-secondary-text",a?"":"without-dots"),dangerouslySetInnerHTML:e?{__html:e}:void 0,children:i})}):null)),Le=(e,t)=>e?o(C,{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:u("font-sans",Object.values(t)),children:e}))),Ve=(e,t)=>e?o(ze,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,$e=(e,t)=>["label"in e?Ve(e.label,t):null,"description"in e?o("span",{className:e.descriptionClassName,children:Le(e.description,t)},String(t)):null,"__html"in e?o(Fe,{...e},`rte-${t}`):null],je=d((({className:e,benefitsVersion:t,...n})=>c("div",{className:u("flex gap-m min-w-56 items-center",e),role:"listitem",children:["icon"in n?Ae(n.icon,t):null,o("div",{children:$e(n)})]}))),qe=d((({className:e,benefitsVersion:t="normal",benefits:n})=>n?.length?o("div",{className:u("flex gap-x-m gap-y-s flex-col",e),role:"list",children:n.map(((e,n)=>o(je,{benefitsVersion:t,...e},String(n))))}):null)),Ue=d((({className:e,benefits:t})=>t?.length?o("div",{className:u("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),role:"list",children:t.flatMap($e)}):null)),We=d((({isTabularBenefits:e,...t})=>o(e?Ue:qe,{...t}))),He=e=>Boolean(e?.src||e?.icon),Ye=(e,{className:t,buttonClassName:n,isVertical:a}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?o("div",{className:u("flex",a?"flex-col gap-xs justify-items-stretch":"flex-wrap @xl:flex-nowrap gap-lg sm:gap-m w-full @lg:w-auto",t),role:"group",children:e.map(Ge(n))}):null,Ge=(e="")=>(t,n)=>{const{text:a,icon:i,iconRight:r,version:l,...s}=t||{},c=Ke(i,l),d=Ke(r,l);return a||i?.icon?o(ke,{className:u("basis-full @lg:basis-auto",e),appendLeft:Je({...i,iconVersion:c}),appendRight:Je({...r,iconVersion:d}),version:l,text:a,...s},n?String(n):""):null},Ke=(e,t="secondary")=>{const n="secondary"===t?"color":"white";return e?.iconVersion||n},Je=e=>He(e)&&o(ie,{image:e,width:String(e?.size?.width||24),height:String(24)}),Xe=(e=0,{fixed:t}={})=>(n=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:t?e:0,maximumFractionDigits:e}).format(Number(n)||0),Qe=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(Ze)}):null)),Ze=({label:e,amount:t,unit:n},a)=>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 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:[Xe(2)(t)," ",n||"₽"]}):null]},String(a)),et=d((({className:e,tags:t})=>t?.length?o("div",{className:u("flex flex-wrap gap-xs",e),role:"list",children:t.map(tt)}):null)),tt=(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)),nt={XXL:"list-l",XL:"list-l",L:"list-m",M:"list-m",S:"list-s",XS:"list-s"},at=d((({className:e,padding:t,defaultPadding:n,title:a,description:i,headlineVersion:r="L",align:l="text-left",benefitsVersion:s,isTabularBenefits:c,isDotted:d=!0,benefits:m,__html:u,richVersion:h,isFullWidthTitle:p,priceList:g=[],tags:f=[],buttons:y,image:b,imageOptions:{imageAlign:x="center",directionRight:v=!0,isImageAlwaysOnRight:N,isImageSecondary:w=!1,className:C}={},backwardButton:S,children:I,...T})=>{const R=b?.src?o(ie,{image:b,imageClassName:C}):null,D=o(k,{title:a,description:i,headlineVersion:r,align:l,isEmbedded:!0}),P=m?.filter((e=>"__html"in e||"label"in e||"description"in e));return o(_e,{className:e,padding:t,defaultPadding:n,...p?{title:D}:{insetTitle:D},...ot(R,v),isImageSecondary:w,imageAlign:x,isImageAlwaysOnRight:N,buttons:Ye(y),backwardButton:S,...T,children:st(it(P,{benefitsVersion:s,isTabularBenefits:c}),rt(u,{richVersion:h,isDotted:d,headlineVersion:r}),I,lt(g),ct(f))})})),it=(e,{benefitsVersion:t,isTabularBenefits:n}={})=>e?.length?o(We,{benefitsVersion:t,isTabularBenefits:n,benefits:e}):null,rt=(e,{richVersion:t,isDotted:n,headlineVersion:a}={})=>e?o(Fe,{__html:e,richVersion:t,isDotted:n,itemSize:nt[a??"L"]}):null,lt=e=>e?.length?o(Qe,{priceList:e}):null,st=(...e)=>{const t=e.filter(Boolean);return t.length?o("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:t.map(((e,t)=>o("div",{children:e},String(t))))}):null},ot=(e,t)=>t?{rightImage:e}:{leftImage:e},ct=e=>e?.length?o(et,{tags:e}):null;class dt{_;constructor(e){this._=e}of(e){return new this.constructor(e instanceof dt?e._:e)}filter(e){return this.from(this.entries().filter(e))}map(e){return this.from(this.entries().map(e))}flatMap(e){return this.from(this.entries().flatMap(e))}reduce(e,t){return this.entries().reduce(e.bind(this),t)}}const mt=()=>!0,ut=(e,t)=>(...n)=>e(...n)&&t(...n),ht=(...e)=>(...t)=>{const[,n]=function(e){if(!e)throw new Error("Value should be fulfilled");return e}(e.find((([e])=>e(...t))));return n(...t)};const pt=e=>Boolean(e&&Array.isArray(e)),gt=e=>Boolean(e&&"object"==typeof e&&!pt(e)),ft=e=>e;function yt(e){return e instanceof dt?e._:e}class bt extends dt{from(e){return this.of(e.map(((e=ft)=>([,t])=>e(t))(yt)))}entries(){return(this._??[]).map(((e,t)=>[t,this.of(e)]))}size(){return this._?.length??0}get(e){return this.of("number"==typeof e?this._?.[e]:void 0)}set(e,t){return this.of(pt(this._)?Array.from({length:Math.max(this._.length,Number(e)+1)},((n,a)=>a===e?t:this._[a])):Array.from({length:Number(e)+1},((n,a)=>a===e?t:void 0)))}}class xt extends dt{from(){return this}entries(){return[]}size(){return 0}get(e){return this.of(void 0!==e?void 0:this._)}set(e,t){return this.of(t)}}class vt extends dt{from(e){return this.of(Object.fromEntries(e.map((([e,t])=>[e,yt(t)]))))}entries(){return Object.entries(this._??{}).map((([e,t])=>[e,this.of(t)]))}size(){return Object.keys(this._??{}).length}get(e){return this.of("string"==typeof e?this._?.[e]:void 0)}set(e,t){return this.of({...this._,[e]:t})}}class Nt extends dt{proto=ht([e=>pt(this._)||"number"==typeof e,()=>bt.prototype],[e=>gt(this._)||"string"==typeof e,()=>vt.prototype],[mt,()=>xt.prototype]);from(e){return this.proto(void 0).from.call(this,e)}entries(){return this.proto(void 0).entries.call(this)}size(){return this.proto(void 0).size.call(this)}get(e){return this.proto(e).get.call(this,e)}set(e,t){return this.proto(e).set.call(this,e,t)}}const wt=e=>e instanceof dt?e:new Nt(e),Ct=e=>{const t=(t,...n)=>yt(e(wt(t),...n));return t.fn=e,t},St=[],kt=e=>e instanceof Function?e:t=>e===t,It=e=>(t,n,a=St)=>wt(t).entries().reduce(((t,[n,i])=>It(e)(i,t,a.concat(n))),e(n,[a,wt(t)])),Tt=Ct(((e,[t,n])=>{const[a,...i]=t;return e.set(a,i.length?Tt(e.get(a),[i,n]):n)})),Rt=Ct(((e,t)=>t.reduce(Tt.fn,e))),Dt=e=>It(((e,[t,n])=>Pt(n)?[...e,[t,yt(n)]]:e))(e,[]),Pt=e=>0===e.size();Ct(((e,t=St)=>t.reduce(((e,t)=>e.get(t)),e)));const Et=Ct(((e,[t,...n])=>n.length?e.set(t,Et(e.get(t),n)):e.filter((([e])=>e!==t)))),_t=(Bt=["$ref"]).map(((e,t)=>n=>kt(e)(n[t+n.length-Bt.length]))).reduceRight(ut,mt);var Bt;const Ot=(e,t)=>(e=>e.includes("#")?e.substring(e.indexOf("#")+1).split("/").filter(Boolean):[])(t).reduce(Mt,e),Mt=ht([pt,(e,t)=>e[parseInt(t,10)]],[gt,(e,t)=>e[t]],[mt,ft]),At=(e,t)=>((e,t={})=>n=>Rt(t,Dt(n).map((t=>e(t)))))((([e,n])=>{return _t(e)?[(a=e,a.slice(0,-1)),Ot(t(n),n)]:[e,n];var a}))(e),Ft=e=>Dt(e).filter(((e=ft)=>([t])=>e(t))(_t)),Lt=e=>{return t=Ft(e).map((([,e])=>e)),[...new Set(t)];var t};async function zt(e,t){try{return e?await Vt(e,t):null}catch(e){console.error(e)}return null}const Vt=async(e,t)=>(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json(),$t=e=>[...new Set(e)],jt={},qt=["/portal-resources"],Ut=(e,t)=>At(e,(e=>t?.[e])),Wt=(e,t)=>{const n=Lt(e),[r,l]=a({});return i((()=>{Ht(n).then(l)}),[n.join()]),n.length?Ut(e,{...t,...r}):e},Ht=async(e,t={})=>{if(e.length){const n=await(async e=>Object.fromEntries((await Promise.allSettled($t(e).filter((e=>!qt.some((t=>e.startsWith(t))))).map((async e=>(jt[e]||=await Vt(e),[e,jt[e]]))))).filter((e=>"fulfilled"===e.status)).map((({value:e})=>e))))(e),a={...t,...n},i=Object.entries(n).flatMap((([,e])=>Lt(e)));return i.length?Ht(i,a):a}return t};function Yt(e,t={}){const n=d((t=>{const n=Wt((({block:e,options:t,className:n,defaultPadding:a,padding:i,isTheme:r,version:l,children:s,...o})=>o)(t),t.options?.page?.fallback);return o(e,{...t,...n})}));return Object.assign(n,t),n}const Gt=Yt((({className:e,padding:t,defaultPadding:n,...a})=>o(g,{className:u("overflow-hidden flex flex-col gap-3xl box-border",e),padding:"p-0",...a,children:o(at,{defaultPadding:n||"p-6xl",padding:t,className:"grow h-full",...a})}))),Kt=d((e=>{const{items:t}=e.options?.page?.adSourceBook??{},n=l((()=>Jt(0,t?.length)),[t]),a=t?.[n];return a?o(Gt,{suppressHydrationWarning:!0,...a,...e}):o(g,{...e,children:o(f,{})})})),Jt=(e=0,t=0)=>Math.floor(Math.random()*(t-e)+e);function Xt(){return Xt._impl()}Xt._impl=()=>({assign:(e,t)=>{globalThis.open(e,t||"_self")},get origin(){return globalThis.location.origin},get href(){return globalThis.location.href}}),Xt.setup=e=>{Xt._impl=e};const Qt="rshb-query-params";function Zt(){const e=globalThis.location?.search||globalThis.sessionStorage?.getItem(Qt)||"";return e&&globalThis.sessionStorage?.setItem(Qt,e),e}const en=async e=>{const t=e.target?.closest("a"),n=Xt();if(M(t?.href)&&!t?.href?.startsWith(n.origin)){e.preventDefault(),e.stopPropagation();const a=(e=>{const t=Zt();if(!M(e)||!t)return e;const n=new URL(e);for(const[e,a]of new URLSearchParams(t))n.searchParams.set(e,a);return n.toString()})(t?.href)||t?.href;a&&n.assign(a,t?.target)}};function tn(){return tn._impl()}function nn(e=!1){const[t,n]=a(e),i=r((()=>n(!0)),[]),l=r((()=>n(!1)),[]),s=r((()=>n((e=>!e))),[]);return[t,{setValue:n,setTrue:i,setFalse:l,toggle:s}]}tn._impl=()=>({forwardQuery:en}),tn.setup=e=>{tn._impl=e};const an=e=>t=>t&&Object.entries(e??{}).flatMap((([e,n])=>n?n(t[e]):[]))||[],rn=e=>!e?.length,ln=e=>t=>n=>e(n)?[]:[t],sn={},on=[];const cn=(e,t)=>e&&t&&(e===t||Object.keys({...e,...t}).every((n=>e[n]===t[n])));function dn(e,{resetOnSubmit:t,formValidator:n,normalizer:o,onChange:c,onSubmit:d}={}){const[m,u]=function(e,t,n){const[l,s]=a(e),o=r((e=>s((a=>{const i=e instanceof Function?e(a):e,r=t?t(i):i,l=cn(i,r)?i:r;return!cn(a,l)&&n?.(l),l}))),[t,n]);return i((()=>{t&&s(t)}),[t]),[l,o]}(e,o,c),h=s(mn(e)),[p,{setTrue:g,setFalse:f}]=nn(!1),y=s({}),[b,{isValid:x,errors:v}]=function(e,t){const n=l((()=>t?.(e)??sn),[t,e]),a=l((()=>an(n)(e)??on),[n,e]),i=rn(a);return[n,{isValid:i,errors:a}]}(m,n),N=r(((e,t={})=>{const{parse:n,format:a,onChange:i}=t,r=m[e],l=p||y.current?.[String(e)],s=t?.validator??b[e],o=l&&s?s(r):[];return{setFieldRef:t=>{h.current&&(h.current[e]=t)},fieldRef:h.current?.[e],value:a?a(r):r,isDirty:l,errors:s&&o,error:o[0],onChange:t=>{y.current||={},y.current[String(e)]=!0;const a=n?n(t):t;i?.(a),u((t=>({...t,[e]:a})))}}}),[m,p,b,u]),w=r((e=>{y.current=e,u(e)}),[u]),C=r((()=>{y.current={},f(),u(e)}),[e,u]),S=r((e=>{if(e.preventDefault(),x)t&&C(),d?.(m,e);else{const e=un(m,b);g(),N(e).fieldRef?.scrollIntoView({behavior:"smooth"})}}),[t,m,x,C,d]);return[m,{errors:v,field:N,update:w,reset:C,onSubmit:S}]}const mn=e=>Object.keys(e).reduce(((e,t)=>({...e,[t]:null})),{}),un=(e,t={})=>{const[n=""]=Object.entries(e).find((([e,n])=>t[e]?.(n)?.length))??[];return n},hn=d((e=>{const{className:t,title:n,children:a,...i}=e;return o(g,{className:t,defaultPadding:"p-6xl",...i,children:c("div",{className:"container space-y-lg",children:[n?o(w,{headingType:"h3",title:n,className:"@xl:text-center"}):null,a]})})}));function pn(e,t={}){const{open:n,close:a,...i}=ge();return{open:r(((i,r={})=>n({dialog:o(e,{...t,...i,onClose:()=>{a(),i.onClose?.()}}),...r})),[e,n,a]),close:a,...i}}const gn=/^[а-яё-]*$/i,fn=ln((e=>null!=e&&""!==e)),yn="Некорректно заполненное поле",bn=e=>fn(e??yn),xn=e=>ln((e=>e?.key&&""!==e?.key))(e??yn),vn=e=>ln((e=>"string"==typeof e&&e.length>1&&((e="")=>gn.test(e))(e)))(e??yn),Nn=e=>/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/.test(e),wn=e=>/^(\+7)?[\s-]?\(?[3489][0-9]{2}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/.test(e),Cn=e=>ln(Nn)(e),Sn=ln((e=>"boolean"==typeof e&&e))("Согласие обязательно"),kn=e=>"string"==typeof e&&(10===e.length||12===e.length),In={fullName:bn(),addressBranch:xn(),desiredMeetingDate:bn(),product:bn(),localities:bn(),partnerComments:bn(),collectionCount:bn(),acquiringType:xn(),serviceType:xn(),annualRevenue:bn(),feedbackMethod:xn(),serviceDirection:xn(),secondaryPhone:Cn("Укажите номер телефона"),region:xn(),situationDescription:bn(),sufferedFrom:bn(),applierType:bn(),surname:vn("Укажите свою фамилию на кириллице"),name:vn("Укажите своё имя на кириллице (без сокращений)"),middleName:vn("Укажите своё отчество на кириллице"),birthday:bn("Укажите дату рождения"),phone:Cn("Укажите номер телефона"),email:(Tn="Укажите электронную почту",ln((e=>/^[^\s@]+@[^\s@]+\.[a-zA-Z]{2,4}$/.test(e)))(Tn)),inn:(e=>ln((e=>kn(e)))(e))("Укажите ИНН"),comment:bn(),typeForm:bn(),consentToReceiveMaterials:Sn,consentDataProcessing:Sn,partnerSymbolCode:bn("Укажите идентификатор партнёра"),dadataPartyInnSelect:(e=>ln((e=>Boolean(e?.text)&&kn(e.text)))(e))("Укажите ИНН"),dadataPartyNameSelect:bn("Укажите наименование организации"),callbackTime:bn(),questionProduct:bn(),russianPhone:(e=>ln(wn)(e))("Укажите номер телефона")};var Tn;const Rn=(e,t={})=>{const n=e.filter((e=>Boolean(e?.required&&e?.name))),a={...In,...t},i=n.some((e=>e.condition?.values)),r=Object.fromEntries(n.filter(Dn(a)).map((({name:e})=>[e,a[e??""]])));return e=>i?Object.fromEntries(n.filter(Dn(a)).filter(Pn(e)).map((({name:e})=>[e,a[e??""]]))):r},Dn=(e={})=>({name:t})=>Boolean(e[t??""]),Pn=e=>t=>!t?.condition||t.condition.values.some((n=>{const a=e?.[t?.condition?.name??""];return n===(a?.key??a)})),En=()=>{},_n={primary:u("text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active","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:u("text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active","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")},Bn=u("group/btn-embedded","bg-transparent border border-transparent outline-none"),On=u("bg-main-gray text-main-disabled cursor-not-allowed"),Mn=d((({className:e,type:t="button",version:n="primary",shape:a="default",embedded:i,disabled:s,role:c,ariaLabel:d,data:m,dataTheme:h,children:p,wcmsIgnore:g,onClick:f=En})=>{const y=r("tab"!==c?me(f):f,[c,f]),b=l((()=>ve(m)),[m]),x="round"===a;return o("button",{className:u("font-sans flex items-center gap-xs",{[_n[n]]:!s&&!i,[Bn]:i,[On]:s},i?"justify-between":"justify-center",i||x?"p-0":"px-9 py-4",{"rounded-md":"default"===a,"rounded-full":x},e),type:t,role:c,"aria-label":d,disabled:s,"aria-disabled":s?"true":void 0,"data-theme":h,"data-wcms-ignore":g,...b,onClick:y,children:p})})),An=d((({className:e,onClose:t})=>o("button",{className:u("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",type:"button",children:o(G,{name:"CloseIcon",width:"20",height:"20",iconVersion:"gray"})}))),Fn={sm:"max-w-sm top-1/3",lg:"max-w-lg","4xl":"max-w-4xl",none:"mt-0"},Ln={center:"relative mx-auto",corner:"absolute bottom-0 right-0"},zn=d((({head:e,maxWidth:t="4xl",children:n,onClose:a,onClick:i,position:r="center"})=>{const l=De();return c("div",{className:u("bg-white p-lg pb-6xl my-6xl rounded-lg w-full",Fn[t],Ln[r],{"mr-3xl":!l&&"corner"===r},{"mb-12":l}),role:"dialog",title:"Диалог",onClick:i,children:[c("div",{className:"sticky py-xl top-0 bg-white z-10",children:[o(An,{className:"absolute top-0 right-0 z-10",onClose:a}),o("div",{className:"container",children:e})]}),o("div",{className:"container",children:n})]})})),Vn=d((({ok:e,typeForm:t,onClose:n,errorMessage:a})=>{const i="ANTIFRAUD"===t?"Сообщение отправлено. Для уточнения информации с Вами могут связаться работники Банка либо Вы\n можете самостоятельно позвонить по номеру контакт-центра +78001000100. Будьте внимательны, работники Банка\n не звонят с использованием мессенджеров.":"Совсем скоро мы с вами свяжемся",r=a||"Пожалуйста, повторите позднее";return o(zn,{maxWidth:"lg",onClose:n,children:c("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:[o(ie,{image:{icon:e?"ResponseOKIcon":"ResponseFailIcon",iconVersion:"normal"},width:"136",height:"136"}),o(k,{className:"w-full",title:e?"Ваша заявка отправлена":"Не удалось отправить заявку",description:e?i:r,headlineVersion:"XS",isEmbedded:!0}),o(Mn,{type:"button",onClick:n,children:"Хорошо"})]})})})),$n=({label:e,errors:t})=>e&&t?`${e}*`:e,jn=e=>o("div",{className:"min-h-6",children:e?o(ze,{size:"text-xs",font:"font-light",color:"text-error",children:e}):null}),qn=(e,t=600)=>{let n;const a=(...i)=>{a.dispose(),n=setTimeout((()=>{e(...i)}),t)};return a.dispose=()=>{n&&clearTimeout(n)},a},Un=e=>e?o(ze,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}):null;function Wn(e,t,n,a){i((()=>{if(e&&n)return e.addEventListener(t,n,a),()=>{e.removeEventListener(t,n,a)}}),[e,t,n])}function Hn(e){const t=s(null),n=r((n=>{t&&t.current&&n.target instanceof Node&&!t.current.contains(n.target)&&e()}),[e]);return Wn(globalThis.document,"click",n),t}const Yn="border border-solid outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text rounded",Gn=e=>e?Yn:"border-error",Kn=d((({key:e,className:t,id:n,name:a,type:l="text",label:d,placeholder:m,value:h="",valid:p=!0,pattern:g,autoFocus:f=!1,isTextarea:y=!1,disabled:b=!1,children:x,onChange:v,onFocus:N,onBlur:w})=>{const C=s(null),S=r((e=>{const t=(e.target?.value??"").trimStart();v&&v(t)}),[v]);i((()=>{f&&C.current?.focus()}),[f,C]);const k=x?"pr-3xl":"",I=Gn(p),T=d??a??n;return c("div",{className:u("relative",t),children:[c("label",{className:"space-y-xs",children:[Un(d),y?o("textarea",{className:u("block resize-y min-h-24",Jn,I),id:u("textarea",n),value:h,name:a||n,placeholder:m,disabled:b,"aria-label":T,onChange:S,onFocus:N,onBlur:w},e):o("input",{ref:C,className:u("h-14",Jn,k,I),id:n,type:l,value:h,name:a||n,placeholder:m,pattern:g,disabled:b,"aria-label":T,onChange:S,onFocus:N,onBlur:w},e)]}),x]})})),Jn="w-full border rounded-md text-primary-text outline-none p-m",Xn=d((({className:e,label:t,value:n="",error:a,errors:i,type:l,isInteger:s,placeholder:d,maxLength:m,inputRef:h,isOpen:p,onOpen:g,onClose:f,onChange:y=En,...b})=>{const x=Hn(f),v=r((e=>{const t=m&&e.length>m;!p&&g(),t||y(Qn(e,s))}),[p,y]);return c("div",{className:u("shrink-0 w-full",e),ref:x,onBlur:f,onFocus:g,children:[o("div",{ref:h,children:o(Kn,{type:l||"text","aria-label":t,label:$n({label:t,errors:i}),valid:Boolean(!a),onChange:v,placeholder:Zn({placeholder:d,errors:i,label:t}),value:n,...b})}),jn(a)]})})),Qn=(e="",t=!1)=>t&&e?e.replace(/[^\d]+/g,""):e,Zn=({placeholder:e,errors:t,label:n})=>t&&!n?`${e}*`:e,ea=d((e=>{const[t,{setFalse:n,setTrue:a}]=nn();return o(Xn,{isOpen:t,onOpen:a,onClose:n,...e})})),ta=({query:e,isDisabled:t,onChangeQuery:n,inputProps:a})=>o("div",{className:"absolute top-0 w-full z-20",children:o(ea,{type:"text",value:e,autoFocus:!0,disabled:t,onChange:e=>n(e),maxLength:a?.maxLength,isInteger:a?.isInteger??!1})}),na=(e,t)=>o(G,{className:u("absolute right-0 flex self-center",{"rotate-180":!e}),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),aa=e=>e?.text||e?.key||"",ia=({isManualInput:e,query:t,value:n,placeholder:a})=>e&&t?t:aa(n)||a,ra=({isBorder:e=!0,valid:t=!0,isDisabled:n=!1,isOpen:a=!1,onOpen:i=En,onClose:r,isManualInput:l=!1,query:s="",value:d,placeholder:m="",iconVersion:h="black",options:p=[]})=>{const g=la(l,p,s);return c("div",{className:u({"border rounded-md":e},{"hover:border-primary-hover":e&&!n},n?"bg-main-divider":"cursor-pointer ",t?"border-gray":"border-error","h-14 [&>*]:p-m pr-6 text-l flex items-center justify-between text-primary-text relative z-10 overflow-hidden"),onClick:a?r:i,children:[o("p",{className:"line-clamp-2 text-ellipsis",children:ia({isManualInput:l,query:s,value:d,placeholder:m})}),g?"":na(a,h)]})},la=(e,t,n)=>!(!e||!n?.length)||e&&!t.length,sa=()=>ue(pe.emitter,"popup"),oa=(e,t,n=!1)=>e?.length&&t?.trim()&&!n?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,ca=d((({popupRef:e,options:t,value:n,iconVersion:a,onChange:i,renderOptions:r=da,query:l,onChangeQuery:s,disableFilterOptions:d})=>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:oa(t,l,d).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===n?.key,onClick:t=>{t.stopPropagation(),i&&(s?.(""),i(e))},children:[r(e),o(G,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:a,className:u("absolute right-2 pt-2xs",{hidden:e.key!==n?.key})})]},e.key)))}):null)),da=e=>o("span",{className:"min-h-6",children:aa(e)});const ma=d((({className:e,label:t,options:n=[],value:d,isSearch:m=!1,isManualInput:h=!1,disabled:p=!1,iconVersion:g="black",onChange:f,onSearchQuery:y=En,inputProps:b,disableFilterOptions:x=!1,renderOptions:v,...N})=>{const[w,{setFalse:C,setTrue:S}]=nn(),[k,I]=a(""),T=p||!h&&0===n.length,R=l((()=>qn((e=>y(e)),300)),[y]),D=r((()=>{T||S()}),[T]),P=r((()=>{!m&&I(""),C()}),[h]),E=r((e=>{I(e),h&&f?.({key:e,text:e}),R?.(e)}),[h,f,R]),_={query:k,value:d,options:n,isOpen:w,iconVersion:g,renderOptions:v,isSearch:m},B=function({isOpen:e,options:t,value:n,query:a,onChange:l=En,onClose:c=En,iconVersion:d,disableFilterOptions:m=!1,onChangeQuery:u=En,renderOptions:h,isSearch:p=!1}){const g=sa(),f=r((()=>{g.close(),c()}),[c]),y=r((e=>{f(),l(e),u(p&&e?.text?e.text:"")}),[f,l]);i((()=>{u(p&&n?.text?n.text:"")}),[n]);const b=s(null),x=Hn(f);return i((()=>{if(!e||!b.current)return;const i=b.current,{top:r,left:l,width:s,height:c}=i.getBoundingClientRect();g.open({popup:o(ca,{popupRef:x,options:t,value:n,query:a,iconVersion:d,disableFilterOptions:m,onChange:y,onChangeQuery:u,renderOptions:h}),top:r+window.scrollY+c,left:l,width:s})}),[e,t,n,a,y]),b}({onChange:f,onClose:P,disableFilterOptions:x,onChangeQuery:I,..._});return c("div",{className:u("space-y-xs",e),children:[Un(t),c("div",{className:u("relative",w?"z-20":"z-10"),ref:B,children:[ra({isDisabled:T,onClose:P,onOpen:D,isManualInput:h,..._,...N}),m&&w?ta({query:k,isDisabled:T,inputProps:b,onChangeQuery:E}):null]})]})})),ua=d((({className:e="",label:t,error:n,errors:a,...i})=>c("div",{className:e,children:[o(ma,{...i,valid:!n,label:$n({label:t,errors:a})}),jn(n)]}))),ha="client",pa=[{key:ha,text:"Клиент"},{key:"representative",text:"Представитель клиента"}],ga=d((({field:e,input:t})=>o(ua,{label:"Тип обратившегося",...t,options:pa,...e("applierType")}))),fa=d((({className:e,viewBox:t,fill:n="none",width:a,height:i,paths:r,...l})=>o("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:n,width:a,height:i,children:r.map((({d:e,fill:t,...n},a)=>{const i={...l,...n};return o("path",{d:e,fill:t||"currentColor",stroke:i.stroke,strokeLinecap:i.strokeLinecap,strokeLinejoin:i.strokeLinejoin,strokeWidth:i.strokeWidth,strokeMiterlimit:i.strokeMiterlimit},a)}))}))),ya=[{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"}],ba=d((({className:e,value:t,text:n,disabled:a,isRadio:i,onChange:l})=>{const s=r((e=>{a||(e.preventDefault(),l&&l(!t))}),[l,a,t]),d=i?o("div",{className:"absolute left-1 w-3 h-3 rounded-full bg-primary-main"}):o(fa,{paths:ya,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:u("flex items-center relative group/box",va(a)),onClick:s,children:[o("div",{className:u("appearance-none w-5 h-5 border-solid flex-none","m-0",i?"rounded-full border-2":wa(t),!a&&t?"border-primary-main":"border-gray",a?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:Na(i),"aria-checked":Boolean(t),"aria-disabled":Boolean(a),"aria-label":n}),t?d:null,xa(n)]})})})),xa=e=>e?o("div",{className:"ml-s",children:o(ze,{size:"text-l",font:"font-light",children:e})}):null,va=(e=!1)=>e?"cursor-not-allowed":"cursor-pointer",Na=(e=!1)=>e?"radio":"checkbox",wa=(e=!1)=>u("rounded border",{"bg-primary-main":e}),Ca={horizontal:"@lg:flex-row",vertical:""},Sa=d((({label:e,items:t,value:n,className:a,disabled:i=!1,orientation:r="horizontal",onChange:l})=>c("div",{className:"grid gap-xs whitespace-nowrap",children:[e?o("div",{role:"radiogroup","aria-label":e,children:o(ze,{color:"text-secondary-text",font:"font-light",children:e})}):null,o("div",{className:u("flex flex-col gap-s",Ca[r],a),role:"radiogroup","aria-label":"Группа кнопок",children:t?.map((({id:e,text:t})=>o(ba,{isRadio:!0,text:t,value:n===e,onChange:()=>l?.(e),disabled:i},String(e))))})]}))),ka=[{id:"currencyControl",text:"Валютный контроль"},{id:"documentOperations",text:"Документарные операции"},{id:"conversionTransactions",text:"Конверсионные операции"},{id:"otherIssues",text:"Иные вопросы ВЭД"}],Ia=d((({field:e,input:t})=>{const n=r((t=>{"currencyControl"!==t&&(e("inn").onChange?.(""),e("region").onChange?.(""))}),[]);return o("div",{className:"py-m gap-m grid @xl:flex @xl:items-center",children:o(Sa,{className:"whitespace-normal",orientation:"horizontal",items:ka,...e(t?.name??"",{onChange:n})})})})),Ta=[{text:"Торговый эквайринг",key:"trade"},{text:"СБП-эквайринг",key:"sbp"},{text:"Интернет-эквайринг",key:"internet"},{text:"SoftPOS",key:"softpos"},{text:"Все виды эквайринга",key:"all"}],Ra=d((({field:e,input:t})=>o(ua,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Ta,...e(t?.name??"")}))),Da=(e="")=>Boolean("trade"===e||"all"===e),Pa=e=>{const{acquiringType:t,onlineCheckout:n,posTerminal:a,amount:i,term:r,annualRevenue:l,serviceType:s,vedTypes:o,region:c,inn:d,sufferedFrom:m,situationDescription:u,applierType:h,isPremium:p,dadataPartyNameSelect:g,dadataPartyInnSelect:f,...y}=e,b=t||l?(e=>{const{acquiringType:t,onlineCheckout:n=!1,posTerminal:a=!1,term:i,amount:r,annualRevenue:l}=e;return t?`Вид эквайринга=${t?.text||""}${Da(t?.key)?`/Онлайн касса=${n}/POS-терминал=${a}`:"/Онлайн касса=false/POS-терминал=false"}`:`Сумма=${r}/Срок=${i}/Выручка=${l}`})(e):null,x={...y,...Oa(o),...Ba(c),...d&&{inn:d},...b?{partnerComments:b}:{},...s?{typeForm:s}:{},..._a(m?.text,u),...Ea(h),...Ma([[f,"inn"],[g,"fullName"]])};return Object.fromEntries(Object.entries(x)?.map((([e,t])=>[e,t?.key||t])))},Ea=e=>e?.key?{isClient:e?.key===ha}:{},_a=(e,t)=>e||t?{comment:`${e||""};${t||""}`}:{},Ba=e=>e?.key||e?.text?{region:e?.text||e?.key}:{},Oa=e=>e?{vedTypes:Object.fromEntries(ka.map((({id:t})=>[t,t===e])))}:{},Ma=e=>e.reduce(((e,[t,n])=>(t?.text&&n&&(e[n]=t.text),e)),{}),Aa=[{key:"ULTRASERVICE",text:"Ультра"}],Fa=[{key:"Физическое лицо"},{key:"Юридическое лицо / ИП"}],La=[{key:"phone",text:"Телефонный звонок"},{key:"email",text:"Электронное сообщение"}],za={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:Ta[0],serviceType:Aa[0],feedbackMethod:La[0],serviceDirection:Fa[0],vedTypes:ka[0].id,birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1,addressRetail:{key:"",text:""}},Va=()=>{const e=(new Date).getTimezoneOffset(),t=Math.abs(e),n=t%60;return`GMT${e<0?"+":"-"}${Math.floor(t/60).toString().padStart(2,"0")}:${n.toString().padStart(2,"0")}`},$a="/api/v1",ja=(e,t=!1)=>{if("string"==typeof e)return e.split("-").reverse().join(".");{const n=String(e.getDate()).padStart(2,"0"),a=String(e.getMonth()+1).padStart(2,"0"),i=String(e.getFullYear());return t?`${i}-${a}-${n}`:`${n}.${a}.${i}`}},qa=e=>e?.replace(/[^+\d]/g,""),Ua=(e,t,n)=>{const{typeForm:a,region:i,phone:r="",email:l,birthday:s,desiredMeetingDate:o,inn:c,fullRegion:d,addressBranch:m,secondaryPhone:u="",bankEmpolee:h,applicationDate:p,partnerName:g,russianPhone:f,partnerSymbolCode:y,...b}=e;return{typeForm:a,...Ya(i,t),...Ga(l,t),...Wa(r),...Wa(f),...Ha(o,"desiredMeetingDate"),...t?Ha(s):{inn:c},..."FEEDBACK"===a?{}:{addressBranch:m,bankEmpolee:h,applicationDate:p,...Ka(u)},...Xa(a,n),...Ja(a,{fullRegion:d,partnerName:g,partnerSymbolCode:y}),...b}},Wa=e=>e?{phone:qa(e)}:{},Ha=(e,t="birthday")=>e?{[t]:ja(e)}:{},Ya=(e,t=!0)=>({[t?"regionBranch":"region"]:e}),Ga=(e,t=!0)=>({[t?"email":"mail"]:e}),Ka=(e="")=>e&&"+7 ("!==e?{secondaryPhoneNumber:qa(e)}:{},Ja=(e,t)=>"PF"===e?{region:t?.fullRegion,partner:t?.partnerName,partnerId:t?.partnerSymbolCode}:{},Xa=(e,t)=>"UNIVERSAL"===e?{typeForm:t?.pathname?.split("/")?.at(-1)||"/"}:{};function Qa(){return{send:async function(e,t,n=!1){const{serviceDirection:a}=e,i=n&&"Юридическое лицо / ИП"!==a,r=`${$a}${i?"/lead":"/sendcorporatelead"}`,l=Ua(e,i,t);try{const e=await Za(r,l);return e?.ok?await e.json():null}catch(e){return null}},sendCode:async function({phone:e}){const t=(e=>({...Wa(e)}))(e);try{const e=Za(`${$a}/initCorporateLead`,t).then((async e=>{if(!e.ok)throw new Error(`Ошибка HTTP: ${e.status}`);return await e.text()}));return await e}catch(e){return null}},checkCode:async function({reqId:e,code:t,body:n}){const a={requestId:e,confimationCode:t,leadRequest:Ua(n,!1)};try{const e=await Za(`${$a}/confirmCorporateLead`,a);return await e.json()}catch(e){return null}},sendPhoneCallRequest:async function(e,t=!1){const n=Ua(e,t),a=ei(n);try{const e=await Za(`${$a}/callback`,a);return e?.ok?await e.json():null}catch(e){return null}}}}const Za=(e,t)=>fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(t)}),ei=e=>{const{typeForm:t,consentDataProcessing:n,phone:a,...i}=e;return{...i,phone:a?.startsWith("+")?a.slice(1):a,clientTimezone:Va()}},ti=async({aspectsAttributes:e,aspects:t,ev:n})=>{for(const{aspectName:a,params:i}of e??[]){const e=t[a??""];e&&await e(n,i)}},ni=Qa(),ai=d((({color:e="text-primary-main",position:t="absolute",blur:n=!0,size:a="big"})=>o("div",{className:u("flex justify-center items-center h-full w-full z-50",t,{"backdrop-blur":n}),children:o("div",{className:u("inline-block","animate-spin rounded-full","border-solid border-current","border-r-transparent","extraSmall"===a&&"border-2 h-4 w-4","small"===a&&"border-4 h-8 w-8","big"===a&&"border-8 h-28 w-28",e),role:"status"})}))),ii=d((({isLoading:e,disabled:t,children:n,className:a,...i})=>c(Mn,{type:"submit",className:u("relative",a),disabled:e||t,...i,children:[e?o(ai,{blur:!0,size:"small"}):null,n]}))),ri=(e,t)=>{const{value:n,isDirty:a}=e,i=a?t(n):[];return{...e,errors:i,error:i[0]}},li={primary:_n.primary,secondary:_n.secondary,white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:"text-primary-main",gray:_n.secondary,transparent:"","":""},si=d((e=>{const t=be(),{className:n,href:a,target:i,text:r,aboveText:l,version:s="link",rel:c,ariaLabel:d,data:m,children:h,onClick:p}=t(e),g="link"!==s;return o("a",{className:u("group/btn inline-flex items-center h-fit","font-sans no-underline select-none","border border-transparent focus:border-primary-text focus:border","cursor-pointer",{[li[s]]:Boolean(s),[l?"px-9 py-2.5":"px-9 py-4"]:g,"rounded-md":g},n),href:a,target:i,rel:c,"aria-label":d??`Ссылка на ${r}`,role:a?"link":"button",onClick:p,...ve(m),children:h??oi(r,l)})})),oi=(e,t)=>e||t?c("div",{className:"whitespace-pre",children:[t?o("div",{className:"font-light text-left text-xs",children:t}):null,o("div",{className:u("text-left",{"text-s -mt-3xs":Boolean(t)}),children:e})]}):null,ci=d((({text:e,link:t})=>c(C,{size:"text-l",font:"font-light",color:"text-secondary-text",children:[e?o(ze,{children:e}):null,t?o(si,{...t,ariaLabel:"условия передачи данных",children:t.text}):null]}))),di=({consentDataProcessing:e,link:t,button:n,typeForm:a})=>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(ba,{...e}),o(ci,{link:t})]}),jn(ri(e,Sn).error)]}):o(ci,{text:"PF"===a?"Нажимая на кнопку, вы подтверждаете, что клиент дал согласие на ":"Нажимая кнопку, вы подтверждаете согласие с ",link:t}),o(ii,{className:"w-full @xl:w-auto",children:n?.text?n.text:"Отправить заявку"})]}),mi=e=>null!=e,ui=new Map,hi=(e,t=ui)=>n=>{const a=gi(n),i=t.get(a);if(a&&mi(i))return i;const r=e(...n);return a&&mi(r)&&t.set(a,Promise.resolve(r)),r},pi=e=>Boolean(e?.every((e=>Array.isArray(e)?pi(e):!e||"string"==typeof e))),gi=e=>pi(e)?e.toString():"",fi=e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]);function yi(e,t,{fallback:n,cache:r}={}){const s=l((()=>bi(e)),[e]),[o,c]=a(void 0),[d,m]=a(void 0);i((()=>{if(!s.some(mi))return;let e=!1;const n=(t,n)=>{e||(c(t),m(n))};return(async()=>{try{n(await hi(t,r)(s))}catch(e){n(void 0,e)}})(),()=>{e=!0}}),[t,r,s]);const u=n&&fi(s)&&n[s[0]];return{data:!o&&u?u:o,error:d,mutate:()=>Promise.resolve(void 0)}}function bi(e){return Array.isArray(e)?e:e instanceof Function?bi(e()):[e]}const xi=`${$a}/branches`,vi=[];const Ni=async e=>await zt(e,{method:"GET"})||vi;function wi(e=!1){const{data:t}=yi(`${$a}${e?"/premiumBranchesByRegions":"/branchesByRegions"}`,Vt);return Array.isArray(t)?t:[]}const Ci=(e="")=>"ULTRASERVICE"===e,Si=d((({field:e,input:t,params:n})=>{const a=Ci(n?.typeForm),r=e("region"),l=r?.value?.key,s=r?.value?.text,c=a?wi(a)?.find((e=>e?.region===s))?.branches:function(e){const{data:t}=yi(e?`${xi}?regionCode=${e}`:null,Ni);return t||vi}(l)?.filter((e=>e?.address));return i((()=>{""!==r?.value?.key&&e?.("addressBranch")?.onChange?.("")}),[r?.value]),o(ua,{label:"Отделение",placeholder:"Выберите отделение",options:(c||[]).map((({address:e=""})=>({key:e,text:e}))),...e(t?.name??""),isSearch:!0})})),ki=(e,{normalize:t,format:n})=>{const{value:i,onFocus:l,onBlur:s,onChange:o}=e,[c,d]=a(!1),m=r((e=>{d(!0),l&&l(e)}),[]),u=r((()=>{d(!1),o&&o(t(i)),s&&s()}),[o,i]);return{value:c||!n?i:n(i),onFocus:m,onBlur:u}},Ii=(e,t,n)=>Math.max(t,Math.min(e,n));function Ti(e){const t=(e||"").replace(/\D/g,""),n=parseInt(t,10);return Number.isNaN(n)?0:n}function Ri({list:e=[],min:t,max:n,step:a,value:i=e[0]||t,disabled:r,onChange:l}){const s=e.length?e.indexOf(i):i,d={backgroundSize:`${(100*(s>t?s-t:0)/(n-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:u("w-2 h-2 rounded-full",s<=t||r?"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:n,step:a,value:s,disabled:r,onChange:t=>{const n=Ti(t.target?.value),a=e.length?e[n]:n;l&&l(a||0)}})})]})}const Di=1,Pi=100,Ei=d((e=>{const{className:t,title:n,items:a=[],list:i=[],min:l=(i.length?0:Di),max:s=(i.length?i.length-1:Pi),step:d=1,value:m=i[0]||l,disabled:h=!1,onChange:p}=e,g=ki(e,{normalize:(e=0)=>i.length?_i(i)(e):Ii(e,l,s),format:Xe()}),f=r((e=>{p&&p(Ti(e.target?.value))}),[p]);return c("div",{className:t,children:[c("label",{className:"block relative",children:[n?o(ze,{size:"text-m",font:"font-light",color:"text-primary-text",children:n}):null,o("input",{className:u("text-h3 w-full h-14","pl-m box-border","text-primary-text",Yn,"disabled:border-gray disabled:bg-main-divider"),disabled:h,onChange:f,...g}),Ri({list:i,min:l,max:s,step:d,disabled:h,value:m,onChange:p})]}),Bi(a)]})})),_i=e=>t=>e.reduce(((e,n)=>Math.abs(n-t)<Math.abs(e-t)?n:e)),Bi=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))))}),Oi=["От 1 000 ₽","До 1 000 000 000 ₽"],Mi=d((({field:e,input:t})=>o(Ei,{title:"Сумма, ₽",items:Oi,min:1e3,max:1e9,...e(t?.name??"")}))),Ai=d((({field:e,input:t})=>o(ea,{label:"Годовая выручка, ₽",...e(t?.name??"")}))),Fi=d((({field:e,input:t})=>o(ea,{label:"Дата и время обращения в Банк",...e(t?.name??"")}))),Li=d((({field:e,input:t})=>o(ea,{label:"ФИО или должность обслуживавшего Вас сотрудника Банка",...e(t?.name??"")}))),zi=({today:e,firstDayOfWeek:t,totalDays:n,currentMonth:a,currentYear:i,min:r,max:l,onDateClick:s})=>{const c=[];let d=1;for(let m=0;m<6;m++){const u=[];for(let c=0;c<7;c++)if(0===m&&c<t)u.push(o("td",{},`empty-${c}`));else if(d>n)u.push(o("td",{},`empty-${c}`));else{const t=new Date(i,a,d),n=Vi(t,e),c=$i(t,r,l);u.push(o("td",{children:o("div",{className:ji(n,c),onClick:()=>!c&&s(t),children:d})},`day-${d}`)),d++}c.push(o("tr",{children:u},`row-${m}`))}return c},Vi=(e,t)=>t&&e.toDateString()===t.toDateString(),$i=(e,t,n)=>t&&e.getTime()<t.getTime()||n&&e.getTime()>n.getTime(),ji=(e=!1,t=!1)=>u("p-s text-center rounded-md border",{"border-transparent hover:bg-gray":!e},t?"text-gray hover:bg-transparent":"cursor-pointer"),qi=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Ui=d((({today:e,currentMonth:t,currentYear:n,min:a,max:i,onDateSelect:r=En})=>{const{firstDayOfWeek:s,totalDays:d}=l((()=>({firstDayOfWeek:new Date(n,t,1).getDay()-1,totalDays:new Date(n,t+1,0).getDate()})),[n,t]);return c("table",{className:"mx-auto",children:[o("thead",{className:"text-gray font-light",children:o("tr",{children:qi.map(((e,t)=>o("th",{className:"p-s",children:e},String(t))))})}),o("tbody",{children:zi({firstDayOfWeek:s,today:e,totalDays:d,currentYear:n,currentMonth:t,min:a,max:i,onDateClick:r})})]})})),Wi=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"];function Hi(e,t){const n=e.replace(/\D/g,"");if(""===n||n.length===t.length)return e;const a=[...t],i=a.findIndex(Yi),r=a.map(((e,t)=>Ki(e)?a.slice(0,t).filter(Ki).length:-1)),l=a.map(((e,t)=>Gi(e)?e:n.charAt(r[t])||e)),s=r.indexOf(n.length-1)+1;return l.slice(0,Math.max(i,s)).join("")}const Yi=e=>"_"===e,Gi=e=>/\d/.test(e),Ki=e=>Yi(e)||Gi(e),Ji=1940,Xi={name:"CalendarIcon",iconVersion:"black",width:"24",height:"24"},Qi=d((({setSelectedMonth:e,setSelectedYear:t,className:n,value:r,disabled:l,onChange:d,onClick:m})=>{const h=s(null),[p,g]=a(r||"");return i((()=>{g(r||"")}),[r]),i((()=>{er({inputValue:p,setSelectedMonth:e,setSelectedYear:t,onChange:d})}),[p]),c("div",{onClick:()=>{null!==h.current&&h.current.focus(),m?.()},className:u("relative",n),children:[o("input",{ref:h,className:"h-full w-full px-m text-l text-black focus-visible:outline-none rounded-none",value:p,type:"text",onChange:e=>{const t=e.target?.value;"string"==typeof t&&t?.length<11&&g(Hi(t,"__.__.____"))},onBlur:()=>{Zi(p)?er({inputValue:p,setSelectedMonth:e,setSelectedYear:t,onChange:d}):g(r||"")},disabled:l}),l?null:o(G,{className:"mr-s",...Xi})]})})),Zi=e=>{const[t,n,a]=e.split(".");if((e=>Number(e)>=Ji&&Number(e)<=(new Date).getFullYear())(a)&&(e=>Number(e)>0&&Number(e)<13)(n)){const e=new Date(Number(a),Number(n)-1,1);let i=0;for(;e.getMonth()===Number(n)-1;)e.setDate(e.getDate()+1),i++;return Number(t)>0&&Number(t)<=i}return!1},er=({inputValue:e,setSelectedMonth:t,setSelectedYear:n,onChange:a})=>{if(Zi(e)){const{day:i,month:r,year:l}=(e=>{const[t,n,a]=e.split(".");return{day:Number(t),month:Number(n)-1,year:Number(a)}})(e);t(r),n(l),a?.(new Date(l,r,i))}},tr=({handleChangeVisibleCalendar:e,value:t,valid:n,onChange:a,setSelectedMonth:i,setSelectedYear:r,disabled:l=!1})=>o(Qi,{onChange:a,disabled:l,onClick:e,value:t&&ja(t),setSelectedMonth:i,setSelectedYear:r,className:u("flex justify-between items-center h-14 border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",n?"border-gray":"border-error")}),nr=Wi.map((e=>({key:e}))),ar=Array.from({length:(new Date).getFullYear()-Ji+1},((e,t)=>Ji+t)).reverse().map((e=>({key:String(e)}))),ir=(e,t)=>{const n=new Date(e,t,1);let a=0;for(;n.getMonth()===t;)a++,n.setDate(n.getDate()+1);return a},rr=({maxDateOfMonth:e,selectedYear:t,selectedMonth:n,value:a,onChange:i})=>{a&&i?.(new Date(t,n,Math.min(e,a.getDate())))},lr={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},sr={className:"min-w-32",iconVersion:"black",isBorder:!1},or=d((({className:e="",label:t="",value:n,valid:l=!0,minDate:s,maxDate:d,disabled:m,onChange:h})=>{const[p,{setValue:g,setFalse:f}]=nn(!1),[y,b]=a(n?.getMonth()||(new Date).getMonth()),[x,v]=a(n?.getFullYear()??(new Date).getFullYear()),N=r((e=>{h?.(e),f()}),[h]),{handlePrevMonth:w,handleNextMonth:C,handleSelectMonth:S,handleSelectYear:k,monthsOptions:I,yearsOptions:T,handleChangeVisibleCalendar:R,ref:D}=(({onShowCalendar:e,showCalendar:t,selectedMonth:n,onMonthSelect:a,onYearSelect:i,selectedYear:l,onChange:s,value:o})=>{const c=Hn(r((()=>t&&e(!1)),[t]));return{handleChangeVisibleCalendar:r((()=>e(!t)),[t]),handleNextMonth:r((()=>{n+1<=11?a(n+1):(a(0),i(l+1))}),[n]),handlePrevMonth:r((()=>{n-1>=0?a(n-1):(a(11),i(l-1))}),[n]),handleSelectMonth:r((({key:e})=>{a(Wi.indexOf(e));const t=ir(l,Wi.indexOf(e));rr({maxDateOfMonth:t,selectedYear:l,selectedMonth:Wi.indexOf(e),value:o,onChange:s})}),[o]),handleSelectYear:r((({key:e})=>{i(Number(e)),o&&s?.(new Date(Number(e),n,o?.getDate()))}),[o]),monthsOptions:nr,yearsOptions:ar,ref:c}})({onYearSelect:v,onMonthSelect:b,onShowCalendar:g,selectedYear:x,selectedMonth:y,showCalendar:p,onChange:h,value:n}),P=((e,t)=>{const[n,r]=a(!1);return i((()=>{const n=()=>{if(e?.current){const{top:n}=e.current.getBoundingClientRect();r(n>t)}};return n(),window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)}),[e]),n})(D,370);return c("div",{className:u("space-y-xs",e),ref:D,children:[Un(t),c("div",{className:"relative",children:[tr({handleChangeVisibleCalendar:R,value:n,valid:l,onChange:h,disabled:m,setSelectedMonth:b,setSelectedYear:v}),p&&!m?c("div",{className:u("absolute bg-white z-20 select-none",{"bottom-full":P}),children:[c("div",{className:"flex gap-s",children:[o("div",{className:"my-auto",onClick:w,children:o(G,{...lr,className:"-rotate-90 cursor-pointer"})}),o(ma,{onChange:S,value:{key:Wi[y]},options:I,...sr}),o(ma,{onChange:k,value:{key:String(x)},options:T,...sr}),o("div",{className:"my-auto",onClick:C,children:o(G,{...lr,className:"rotate-90 cursor-pointer"})})]}),o(Ui,{today:n,currentMonth:y,currentYear:x,min:s,max:d,onDateSelect:N})]}):null]})]})})),cr=d((({className:e,label:t,error:n,errors:a,...i})=>c("div",{className:u("shrink-0 w-full",e),children:[o(or,{label:$n({label:t,errors:a}),valid:Boolean(!n),...i}),jn(n)]}))),dr=d((({field:e,input:t})=>o(cr,{label:t?.label||"Дата рождения",...e(t?.name??"")}))),mr=[{key:"Перезвонить сейчас",text:"Перезвонить сейчас"},{key:"Перезвонить через час",text:"Перезвонить через час"},{key:"Перезвонить через два часа",text:"Перезвонить через два часа"},{key:"Перезвонить завтра",text:"Перезвонить завтра"}],ur=d((({field:e,input:t})=>o(ua,{label:"Когда перезвонить?",...t,options:mr,...e(t?.name??"")}))),hr=d((({field:e,input:t})=>o(ea,{label:"Количество объектов инкассации",isInteger:!0,...e(t?.name??"")}))),pr=d((({field:e,input:t})=>o(ea,{className:"col-span-2",...e(t?.name??""),placeholder:"Ваше сообщение",isTextarea:!0})));function gr(e,t){i((()=>{const t=e();return()=>{t.then((e=>{e instanceof Function&&e()}))}}),t)}const fr=e=>({value:e?.value||""}),yr=e=>{const{url:t,query:n,queryPrefix:a,requestData:i={},responseItemHandler:r=fr,responseFilter:l}=e,s=((e,t)=>n=>{const a=n?.suggestions||[];return(t?a.filter(t):a).map((t=>{const n=e(t);return{...t,processedValue:n.value,additionalValue:n.additionalValue}}))})(r,l),o=`${a?`${a}, `:""}${n}`;return globalThis?.fetch?.(`/api/v1/suggestions/${t}`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({count:10,...i,query:o})}).then((e=>e.json())).then(s)},br=async e=>(await yr({url:"suggest/party",query:e})).map((e=>({fullName:e?.value,address:e?.data?.address?.value,inn:e?.data?.inn}))),xr={dadataPartyInnSelect:{fieldValue:"inn",linkedFieldName:"dadataPartyNameSelect",linkedFieldValue:"fullName"},dadataPartyNameSelect:{fieldValue:"fullName",linkedFieldName:"dadataPartyInnSelect",linkedFieldValue:"inn"}},vr={dadataPartyInnSelect:{label:"ИНН",inputProps:{isInteger:!0,maxLength:12}},dadataPartyNameSelect:{label:"Полное наименование"}},Nr=d((({field:e,input:t={}})=>{const n=t.name??"",i=xr[n].linkedFieldName,r=e(i).value,s=r?.data;gr((async()=>{if(s?.fullName&&s?.fullName!==e(n)?.value?.data?.fullName){const t=wr(r),{fullName:a,address:l,inn:s}=t,o=Sr(t,i),c=br(o);u(o),d(await c),e(n)?.onChange?.({key:s,text:o,data:{fullName:a,address:l}})}}),[s]);const[c,d]=a([]),[m,u]=a("");gr((async()=>{const e=br(m);return d(await e),c}),[m]);const h=l((()=>(c||[]).map(((e={})=>({key:e.inn??"",text:e[xr[n].fieldValue],data:{fullName:e.fullName,address:e.address}})))),[c]);return o(ua,{...vr[n],options:h,...e(t.name??""),isSearch:!0,isManualInput:!0,disableFilterOptions:!0,onSearchQuery:u,renderOptions:Cr})})),wr=e=>({inn:e?.key,fullName:e?.data?.fullName,address:e?.data?.address}),Cr=e=>c("span",{children:[o(ze,{size:"text-s",children:e?.data?.fullName}),c("div",{className:"space-x-2",children:[o(ze,{size:"text-s",font:"font-light",children:e?.key}),o(ze,{size:"text-s",font:"font-light",children:e?.data?.address})]})]}),Sr=(e,t)=>e?.[xr[t].linkedFieldValue],kr=d((({field:e,input:t})=>o(cr,{label:"Желаемая дата встречи",...e(t?.name??"")}))),Ir=d((({field:e,input:t})=>o(ea,{label:"Электронная почта",...e(t?.name??""),...t}))),Tr=d((({field:e,input:t})=>o(ua,{label:"Способ получения ответа",options:La,...e(t?.name??"")}))),Rr=d((({field:e,input:t})=>o(ea,{label:"ФИО",...e(t?.name??""),...t}))),Dr=d((({field:e,input:t,params:n})=>{const a=n?.isPremium,i=wi(a),r=l((()=>i?.map((({region:e})=>({key:e,text:e})))),[i]);return o(ua,{label:"Регион",placeholder:"Выберите регион",options:r,...e(t?.name??"")})})),Pr=d((({field:e,input:t})=>o(ea,{label:"ИНН",isInteger:!0,maxLength:12,...t,...e(t?.name??"")}))),Er=d((({className:e,text:t,value:n,key:a,disabled:i,error:r,onChange:l})=>c("div",{className:u("shrink-0",e),children:[o(ba,{text:t,value:n,disabled:i,onChange:l},a),jn(r)]}))),_r=d((({field:e,input:t})=>o(Er,{...e(t?.name??""),text:'Являюсь клиентом банка АО "Россельхозбанк"'}))),Br=`${$a}/outservice`,Or=[];async function Mr(){const e=await zt(`${Br}/outserviceregions`);return e&&Array.isArray(e)?e:Or}const Ar=d((({field:e,input:t})=>{const n=e("region"),a=n?.value?.key,{data:r}=yi("outServiceRegions",Mr),s=l((()=>r?.find((e=>e.code===a))?.localities?.map((e=>({key:e,text:e})))),[r,a]);return i((()=>{""!==a&&e?.(t?.name??"")?.onChange?.("")}),[a,t?.name??""]),o(ua,{label:"Населенный пункт",placeholder:"Выберите город, где доступен сервис",options:s,...e(t?.name??""),isSearch:!0})})),Fr=(e,t,n="")=>t?.filledByEsia&&Boolean(e("esiaAccountTypeCd")?.value?.key)&&e(t?.name??n).value,Lr=d((({field:e,input:t})=>o(ea,{label:"Отчество (Обязательно, при наличии)",maxLength:60,disabled:Fr(e,t),...e(t?.name??""),...t}))),zr=d((({field:e,input:t})=>o(ea,{label:"Имя",maxLength:60,disabled:Fr(e,t),...e(t?.name??""),...t}))),Vr=d((({value:e=!1,text:t,type:n="checkbox",onChange:a})=>c("div",{role:n,"aria-checked":e,className:"flex justify-start items-center w-full cursor-pointer mb-s",onClick:()=>a&&a(!e),children:[o("div",{className:u("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:u("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]}))),$r=d((({field:e,input:t})=>Da(e("acquiringType")?.value?.key)?o(Vr,{type:"radio",text:"Хочу онлайн-кассу",...e(t?.name??"")}):null)),jr=d((({field:e,input:t})=>o(ea,{...e(t?.name??""),placeholder:"Укажите интересующий вас вопрос",isTextarea:!0,...t}))),qr=Yt((({field:e,input:t={},source:n})=>{const a=e("partnerSymbolCode")?.value;return i((()=>{const t=Ur(n?.agentsList,a)||"Неизвестный партнёр";t&&e("partnerName")?.onChange?.(t)}),[a]),o(ea,{...e(t.name??""),...t,type:"hidden"})})),Ur=(e=[],t="")=>e.find((({symbolCode:e})=>e===t))?.agentName??"",Wr=Yt((({field:e,input:t,source:n})=>{const i=n?.agentsList??[],[r,l]=a(""),[s,c]=a("");return o(ea,{label:"Идентификатор партнёра",...e(t?.name??""),...t,isInteger:!0,value:s,error:r??e("partnerSymbolCode")?.error,errors:[r??e("partnerSymbolCode")?.error],onChange:t=>{var n;c(t),e("partnerSymbolCode")?.onChange?.(t),l(t&&(n=t,!i.some((({symbolCode:e})=>e===n)))?"ID партнера не найден. Обратитесь к своему менеджеру":"")}})})),Hr=e=>"_"===e,Yr=e=>/\d/.test(e),Gr=e=>Hr(e)||Yr(e),Kr=[..."+7 (___) ___-__-__"],Jr=Kr.findIndex(Hr),Xr=Kr.map(((e,t)=>Gr(e)?Kr.slice(0,t).filter(Gr).length:-1));function Qr(e){const t=e.replace(/\D/g,""),n=Kr.map(((e,n)=>Yr(e)?e:t.charAt(Xr[n])||e)),a=Xr.indexOf(t.length-1)+1;return(a?n.slice(0,Math.max(Jr,a)):n).join("")}const Zr=d((({children:e,onChange:t,...n})=>{const a=r((e=>t&&t(Qr(e))),[t]),i=r((e=>{"+7 ("===e&&t&&t("")}),[]);return o(Kn,{...n,onChange:a,onFocus:e=>a(e?.target?.value||""),onBlur:e=>i(e?.target?.value||""),children:e})})),el=d((({className:e,label:t,disabled:n,error:a,...i})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Zr,{"aria-label":t,label:$n({label:t,errors:i?.errors}),valid:Boolean(!a),disabled:n,placeholder:"+7 (___) ___-__-__",...i}),jn(a)]}))),tl=d((({field:e,input:t})=>{const n=t?.name||"phone";return o(el,{label:"Телефон",disabled:Fr(e,t,n),...e(n),...t})})),nl=d((({field:e})=>Da(e("acquiringType")?.value?.key)?o(Vr,{type:"radio",text:"Хочу POS-терминал",...e("posTerminal")}):null)),al=Yt((({field:e,input:t,source:n})=>o(ua,{placeholder:"Выберите продукт",label:"Продукт",options:il(n?.productList),...e(t?.name??"")}))),il=e=>(e??[]).map((e=>({key:e,value:e}))),rl=[{key:"Вопрос по действующему продукту",text:"Вопрос по действующему продукту"},{key:"Оформление нового продукта",text:"Оформление нового продукта"}],ll=d((({field:e,input:t})=>o(ua,{label:"Какой у вас вопрос?",options:rl,...e(t?.name??"")}))),sl=`${$a}/regions`,ol=[];function cl(e=sl){const{data:t}=yi(e,Vt);return Array.isArray(t)?t:ol}const dl=`${$a}/outservice/outserviceregions`,ml=d((({field:e,input:t,params:n})=>{var a;const i=cl((a=n?.typeForm,"OUTSERVICE"===a?dl:void 0));return o(ua,{label:t?.label||"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:l((()=>i?.map((({code:e="",name:t=""})=>({key:e,text:t})))),[i]),...e(t?.name??"")})})),ul=d((({field:e,input:t})=>o(ea,{label:"ФИО представителя",...t,...e("representativeName")}))),hl=d((({field:e})=>{const t=e("secondaryPhone");return o(el,{label:"Дополнительный телефон",...t.value&&"+7 ("!==t.value?ri(t,In.secondaryPhone):t})})),pl=d((({field:e,input:t})=>o(ua,{label:"Направление обслуживания",placeholder:"Выберите направление",options:Fa,...e(t?.name??"")}))),gl=d((({field:e,input:t})=>o(ea,{label:"Описание ситуации",...t,...e("situationDescription")}))),fl=[{key:"blg",text:"Белгородской области"},{key:"brnsk",text:"Брянской области"},{key:"krsk",text:"Курской области"},{key:"chs",text:"От стихийного бедствия ЧС"}],yl=d((({field:e,input:t})=>o(ua,{label:"Пострадал в",...t,options:fl,...e("sufferedFrom")}))),bl=d((({field:e,input:t})=>o(ea,{label:"Фамилия",maxLength:60,disabled:Fr(e,t),...e(t?.name??""),...t}))),xl=["От 1 мес","До 15 лет"],vl=d((({field:e})=>o(Ei,{title:"Срок, месяцев",items:xl,min:1,max:180,...e("term")}))),Nl=d((({field:e,input:t})=>o(ua,{label:"Тип обслуживания",options:Aa,...e(t?.name??"")}))),wl=d((({field:e,input:t})=>o(ba,{text:"Согласен на получение информационных и аналитических материалов по электронной почте",...e(t?.name??"")}))),Cl=d((({onFieldRef:e=En,children:t})=>{const n=s(null);return i((()=>{n.current&&e(n.current)}),[]),o("div",{ref:n,children:t})}));const Sl={$ref:"/wcms-resources/outservice-productlist.json"},kl={$ref:"/wcms-resources/agenty-dlya-rko.json"},Il={fullName:Rr,addressBranch:Si,desiredMeetingDate:kr,product:e=>o(al,{...e,source:Sl}),localities:Ar,isClient:_r,partnerComments:jr,collectionCount:hr,acquiringType:Ra,onlineCheckout:$r,posTerminal:nl,serviceType:Nl,term:vl,amount:Mi,annualRevenue:Ai,vedTypes:Ia,feedbackMethod:Tr,serviceDirection:pl,bankEmpolee:Li,secondaryPhone:hl,applicationDate:Fi,region:e=>Ci(e?.params?.typeForm)?o(Dr,{...e}):o(ml,{...e}),consentToReceiveMaterials:wl,sufferedFrom:yl,situationDescription:gl,representativeName:ul,applierType:ga,surname:bl,name:zr,middleName:Lr,birthday:dr,phone:tl,email:Ir,inn:Pr,comment:pr,fullRegion:Dr,partnerSymbolCode:e=>o(Wr,{...e,source:kl}),partnerName:e=>o(qr,{...e,source:kl}),dadataPartyNameSelect:Nr,dadataPartyInnSelect:Nr,questionProduct:ll,callbackTime:ur,russianPhone:tl},Tl=(e,t,n={})=>(a,i)=>{const r={...Il,...n}[String(a.name)];return function({input:e,field:t}){const{condition:n}=e,{value:a}=t(n?.name||"");return!n||n?.values?.includes(a?.key??a)}({input:a,field:e})&&r?o(Cl,{onFieldRef:e(a.name??"").setFieldRef,children:o(r,{field:e,input:a,params:t})},String(i)):null},Rl=e=>2===e?"@xl:grid-cols-2 gap-x-m":"@xl:grid-cols-1 gap-x-0",Dl=e=>e?o("div",{className:"@xl:text-center @xl:col-span-2 mb-m",children:o(ze,{size:"text-h6",children:e})}):null,Pl=(e,t,{typeForm:n,additionalParams:a})=>e.map(((e,i)=>c("div",{className:u(Rl(e.columns),"grid"),children:[Dl(e.title),(e?.inputs||[])?.map(Tl(t,{typeForm:n,...a}))]},`section-${i}`))),El=(e,t)=>{const n=s(null),a=r((()=>clearInterval(n.current)),[]),l=r((()=>{a(),n.current=setInterval((()=>e(a)),t)}),[e,t,a]);return i((()=>(l(),a)),[l,a]),{start:l,stop:a}};function _l({seconds:e,period:t=1e3,onTick:n,onEnd:a}){const i=s(e),l=r((e=>{i.current||=0,i.current=Math.max(0,i.current-1);try{n?.(i.current)}finally{i.current<=0&&(e(),a?.())}}),[n,a]),{start:o}=El(l,t);return r((e=>{i.current=e,o()}),[])}const Bl=d((({values:e,setValues:t,hasError:n,errorText:l})=>{const[d,m]=a(0),u=s([]);i((()=>{u.current?.[d]?.focus()}),[d]);const h=r((n=>a=>{const{value:i}=a.currentTarget,r=i.slice(0,1);t(e.map(((e,t)=>t===n?r:e))),m(n+1)}),[e]),p=r((n=>a=>{const{key:i}=a;if("Backspace"===i&&!e[n]){const a=n>0?n-1:e.length-1,i=e.map(((e,t)=>t===a?"":e));t(i),m(a)}}),[e]),g=r((n=>{n.preventDefault();const a=n.clipboardData.getData("text"),i=e.map(((e,t)=>t<a.length?a[t]:e));t(i),m(i.length-1)}),[e]);return c("div",{className:"flex flex-col gap-2 text-center",children:[o("div",{children:e.map(((t,a)=>o("input",{type:"number",maxLength:1,value:t,onChange:h(a),onPaste:g,ref:e=>{u.current||(u.current=[]),u.current[a]=e},onFocus:e=>e.target.select(),onKeyDown:p(a),className:Ol(a,e,n)},a)))}),n?o("div",{className:"text-error",children:l}):null]})})),Ol=(e,t,n=!1)=>{const a=!t[e];return`w-16 sm:w-20 h-24 text-5xl text-center p-md m-2 border ${Gn(!n||!a)} rounded-md caret-transparent outline-none`},Ml=d((({disabled:e=!1,onClick:t,text:n})=>o(Mn,{type:"button",onClick:t,disabled:e,children:o(ze,{font:"font-normal",children:n})}))),Al=d((({className:e,children:t})=>o("span",{className:u("inline-flex items-center text-start gap-s group-[]/btn-embedded:text-primary-main",e),children:t}))),Fl=d((({className:e,seconds:t})=>o("span",{className:e,children:Ll(t)}))),Ll=e=>[Math.floor(e/60),e%60].map((e=>String(e).padStart(2,"0"))).join(":"),zl=d((({children:e,isLoading:t,isSubmitButtonDisabled:n,timeNextReq:a,onSubmit:i,onSendCode:r,values:l,onChange:s,errorText:d,hasError:m,phone:u,onClose:h})=>o(zn,{maxWidth:"lg",onClose:h,children:c("div",{className:"flex flex-col gap-xl items-center rounded-md",children:[Vl(u),o(Bl,{values:l,setValues:s,errorText:d,hasError:m}),jl(a,r),e,$l(n,i),t?o(ai,{blur:!1}):null]})}))),Vl=e=>o(k,{className:"w-full",title:"Подтвердите номер телефона",description:`Мы отправили код на ${e}`,headlineVersion:"XS",isEmbedded:!0,as:"h6"}),$l=(e,t)=>o(Ml,{text:"Далее",disabled:e,onClick:t}),jl=(e,t)=>e?c("div",{className:"flex flex-row text-l font-light text-base gap-2xs",children:[o("span",{children:" Получить новый код можно через"}),o(Fl,{seconds:e})]}):o(Mn,{embedded:!0,onClick:t,children:o(Al,{children:"Получить новый код"})}),ql=e=>180-Math.floor((Date.now()-e)/1e3),Ul=Qa(),Wl=Qa(),Hl=d((({phone:e,onSuccess:t=En,onClose:n=En,formatData:i={},reqId:l})=>{const[s,c]=a(Array(4).fill("")),[d,m]=a(l),{handleSubmit:u,hasError:h,errorText:p,isLoading:g,timeNextReq:f,isSubmitButtonDisabled:y,setTimeNextReq:b,setErrorText:x}=(({values:e,onSuccess:t,formatData:n,reqId:i})=>{const l=Math.max(ql(Date.now()),0),[s,o]=a(""),[c,{setTrue:d,setFalse:m}]=nn(!1),[u,h]=a(l),p=r((()=>o("")),[]),g=!e.every(Boolean);return{handleSubmit:r((async()=>{try{d();const a=await Ul.checkCode({code:e.join(""),body:n,reqId:i});if(a?.errorDesc)return void o(a?.errorDesc);h(0),p(),t?.(e.join(""))}catch{o("Неверный код")}finally{m()}}),[e]),hasError:Boolean(s),errorText:s,isLoading:c,timeNextReq:u,isSubmitButtonDisabled:g,setTimeNextReq:h,setErrorText:o}})({values:s,onSuccess:t,formatData:i,reqId:d??""}),v=qa(e),N=_l({seconds:f,onTick:b}),w=r((async()=>{const e=await Wl.sendCode({phone:v});e&&(b(180),N(180),x(""),m(String(e)))}),[v,N,n]);return o(zl,{isSubmitButtonDisabled:y,onSubmit:u,onSendCode:w,timeNextReq:f,values:s,onChange:c,phone:e,isLoading:g,errorText:p,hasError:h,onClose:n})})),Yl={initcorporatelead:async({formatData:e={},typeForm:t,responseTypeDialog:n,verifyPhoneDialog:a,data:i=[],aspects:r={},ev:l})=>{const{phone:s}=e,o=await ni.sendCode({phone:String(s)});o?a.open({phone:s,formatData:e,reqId:String(o),onSuccess:()=>{a.close(),n.open({ok:!0,typeForm:t}),ti({aspectsAttributes:i,aspects:r,ev:l})}}):n.open({ok:Boolean(o),typeForm:t})},callback:async({formatData:e,data:t,aspects:n={},ev:a,typeForm:i,responseTypeDialog:r,onSuccess:l=En})=>{const s=await ni.sendPhoneCallRequest(e);l(),"success"===s?.status?(r.open({ok:!0,typeForm:i}),ti({aspectsAttributes:t,aspects:n,ev:a})):"error"===s?.status?r.open({ok:!1,errorMessage:"Ваша заявка уже в работе. Дождитесь звонка от сотрудника Банка"}):(r.open({ok:Boolean(s)}),s&&ti({aspectsAttributes:t,aspects:n,ev:a}))},default:async({formatData:e,data:t,aspects:n={},ev:a,router:i,responseTypeDialog:r,endpoint:l})=>{const s=Boolean(await ni.send(e,i,"lead"===l));r.open({ok:s}),s&&ti({aspectsAttributes:t,aspects:n,ev:a})}},Gl=Yt((({className:e,title:t,typeForm:n="",sections:a=[],button:i,link:s,endpoint:d,additionalParams:m,isContacts:h,data:p,onSuccess:g,...f})=>{const y=l((()=>a?.flatMap((e=>e?.inputs))||[]),[a]),b=l((()=>((e,t="")=>({...Object.fromEntries(e.map((e=>[e.name,"vedTypes"===e?.name&&e?.defaultValue||za[e.name||""]]))),typeForm:{key:t,text:""}}))(y,n)),[y,n]),x=_(),v=tn(),N=l((()=>Rn(y)),[y]),C=pn(Vn),S=pn(Hl),k=r((async(e,t)=>{const a=Pa({...e,...m});await Kl(d??"default",{formatData:a,ev:t,typeForm:n,data:p,aspects:v,router:x,responseTypeDialog:C,verifyPhoneDialog:S,onSuccess:g,endpoint:d})}),[n]),[,{field:I,onSubmit:T}]=dn(b,{resetOnSubmit:!0,formValidator:N,onSubmit:k}),R=(e=>e?.find((e=>"consentDataProcessing"===e?.name)))(y)?.name,D=R?I("consentDataProcessing"):void 0;return c(hn,{className:u("container space-y-m",e),title:t,...f,children:[c("form",{onSubmit:T,children:[Pl(a,I,{typeForm:n,additionalParams:m}),di({consentDataProcessing:D,link:s,button:i,typeForm:n})]}),h?c("div",{className:"space-y-m",children:[o(w,{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(ie,{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(ie,{image:{icon:"MailIcon"},width:"24",height:"24"}),o("span",{children:"ved@rshb.ru"})]})]})]}):null]})})),Kl=async(e,t)=>{const n=Yl[e]||Yl.default;await n(t)},Jl=d((({attempts:e,onClose:t=En})=>{const n=Xt(),a=e>1,i=r((()=>{n.assign("/natural")}),[]),l=r((()=>{a?i():t()}),[a]);return o(zn,{onClose:l,children:c("div",{className:"flex flex-col gap-xl items-center",children:[o(C,{align:"text-center",children:"Уважаемый клиент!"}),o(C,{align:"text-center",children:"Для получения кредита Вам необходимо обратиться в офис Банка"}),c("div",{className:"flex flex-col sm:flex-row gap-xl items-center",children:[o(Mn,{type:"button",version:"secondary",onClick:i,children:"Завершить"}),a?null:o(Mn,{type:"button",onClick:t,children:"Продолжить"})]})]})})}));function Xl(e,t){for(const[n,a]of e.entries())null!=a?t.setItem(n,a):t.removeItem(n)}function Ql(e,t){return Xl(e,t),Xl(t,e),e.bus.watch((({type:e,event:n})=>{null!=n?t.setItem(e,n):t.removeItem(e)}))}class Zl{storage;bus;get size(){return this.storage?.length??0}constructor(e,t=new he){this.storage=e,this.bus=t}hasItem(e){return Boolean(this.storage?.getItem(String(e)))}getItem(e){const t=this.storage?.getItem(String(e))??null;try{return JSON.parse(String(t))}catch(e){return null}}entries(){return Array.from({length:this.size},((e,t)=>{const n=String(this.storage?.key(t));return[n,this.getItem(n)]}))}setItem(e,t){null!==t?this.storage?.setItem(String(e),JSON.stringify(t)):this.storage?.removeItem(String(e)),this.bus?.subject(e,t)}removeItem(e){this.storage?.removeItem(String(e)),this.bus?.subject(e,null)}}class es{bus;store=new Map;get size(){return this.store.size}constructor(e=new he){this.bus=e}hasItem(e){return this.store.has(e)}getItem(e){return this.store.get(e)}entries(){return this.store.entries()}setItem(e,t){this.store.set(e,t),this.bus.subject(e,t)}removeItem(e){this.store.delete(e),this.bus.subject(e,null)}}const ts={};function ns(e,t=ts){const n=s(null),o=function(){const[,e]=a(0);return r((()=>e((e=>(e+1)%65536))),[])}();return i((()=>e.bus.watch((e=>{n.current?.has(String(e.type))&&o()}))),[e,o]),l((()=>new Proxy(t,{get:(t,a)=>(n.current||=new Set,n.current.add(a),e.getItem(a)),has:(t,a)=>(n.current||=new Set,n.current.add(a),e.hasItem(a)),set:(t,n,a)=>(e.setItem(n,a),!0),deleteProperty:(t,n)=>(e.removeItem(n),!0)})),[e])}const as=new es;function is(){return ns(as)}Ql(as,new Zl(globalThis?.sessionStorage));const rs=e=>globalThis[e];function ls(e,t,n=!0){const[r,l]=a(void 0);return i((()=>{let a=!0;return((e,t,n=!1)=>{const a=globalThis.document.getElementById(t);if(a){const t=rs(e);return t?Promise.resolve(t):new Promise((t=>{a.addEventListener("load",(()=>{t(rs(e))}))}))}return new Promise(((a,i)=>{const r=globalThis.document.createElement("script");r.src=t,r.async=!0,r.id=t,n&&(r.type="module"),r.addEventListener("load",(()=>{a(rs(e))})),r.addEventListener("error",(e=>{i(e)})),globalThis.document.head.appendChild(r)}))})(e,t).then((e=>{a&&l(e)})).catch((e=>{console.error(`Failed to initialize external namespace: ${e}`)})),()=>{if(a=!1,n){const e=globalThis.document.getElementById(t);e&&globalThis.document.head.removeChild(e),l(void 0)}}}),[e,t,n]),r}const ss=()=>globalThis.location!==globalThis?.top?.location,os=()=>{const e=ss(),t=globalThis.document?.body?.scrollHeight,n=is(),a=new URLSearchParams(decodeURIComponent(globalThis.location?.search)).get("styles");a&&((e="")=>{if(!globalThis.document.getElementById(e)){const t=globalThis.document.createElement("link");t.href=e,t.id=e,t.rel="stylesheet",globalThis.document.head.appendChild(t)}})(a),i((()=>{e&&globalThis.parent.postMessage({height:document.body.scrollHeight},"*")}),[t,e]),i((()=>{const t=e=>{e.data?.location&&(n.frameLocation=e.data?.location)};return e&&globalThis.addEventListener("message",t),()=>{e&&globalThis.removeEventListener("message",t)}}),[e])},cs="Некорректно заполненное поле",ds="Укажите регион, город/населенный пункт, улицу, дом",ms=/^[0-9а-яё]*$/i,us=/^[\u0400-\u04FF-\s]+$/u,hs=/^(?!\s*$)[^\p{Script=Cyrillic}]+$/u,ps=e=>Boolean(e.region&&(e.city||e.locality)&&e.house),gs=()=>ln(ps)(ds),fs=e=>ln((e=>"string"==typeof e&&e.length>1&&us.test(e)))(e??cs),ys=e=>ln((e=>"string"==typeof e&&/^[0-9]{1,2}$/g.test(e)))(e??cs),bs=(e,t,n=!1)=>ln((t=>"string"==typeof t&&t.length>=1&&(n?t.length===e:t.length<=e)))(t??cs),xs=e=>ln((({minAge:e,maxAge:t})=>n=>{const a=new Date,i=new Date(a.getFullYear()-e,a.getMonth(),a.getDate()),r=t?new Date(a.getFullYear()-t,a.getMonth(),a.getDate()):null;return!(!n||n>i||r&&n<r)})(e))(e.errorMessage),vs=e=>{const t=String(e).replace(/[^0-9]+/g,"");if(11===t.length&&"00000000000"!==t){let e=0;for(let n=0;n<9;n++)e+=parseInt(t.charAt(n))*(9-n);return e>101&&(e%=101),100!==e&&101!==e||(e=0),e===parseInt(t.slice(9))}return!1},Ns=e=>Cs(18,e)("Укажите дату заключения трудового договора"),ws=e=>Cs(0,e)("Укажите дату регистрации"),Cs=(e,t)=>ln((n=>{if(n&&t){const a=n.getTime(),i=new Date(t?.getFullYear()+e,t?.getMonth(),t?.getDate()).getTime(),r=(new Date).getTime();return a>=i&&a<=r}return!1})),Ss=(e=!1)=>ln((t=>Boolean(t)&&Boolean(e)))("Укажите наименование организации"),ks=(e=!1)=>ln((t=>kn(t)&&Boolean(e)))("Укажите ИНН"),Is={credit:{minAge:23,maxAge:75,errorMessage:"Допустимый возраст заёмщика - от 23 до 75 лет"},creditCard:{minAge:21,maxAge:73,errorMessage:"Допустимый возраст заёмщика - от 21 до 73 лет"},debitCard:{minAge:18,errorMessage:"Допустимый возраст - от 18 лет"}},Ts=e=>xs(Is[e]),Rs={processPersonalDataFlg:Sn,consentProviderFlg:Sn,consentInformFlg:Sn,consentPfrFlg:Sn,consentOthersFlg:Sn,consentFATCA:Sn},Ds={addressCourier:gs(),paymentSystem:bn("Укажите тип платежной системы"),currency:bn("Укажите валюту"),cardCategory:bn("Укажите категорию карты"),codeWord:(e=>ln((e=>"string"==typeof e&&e.length>=3&&e.length<=21&&ms.test(e)))(e??cs))("Необходимо ввести кодовое слово"),confirmationIncome:xn(),methodObtain:bn(),deliveryDate:(e=>ln((e=>e?.getTime()>=(new Date).getTime()))(e))("Укажите дату доставки")},Ps={organization:xn("Выберите тип организации"),organizationAddress:ln((e=>Boolean(e.fiasCode&&(e.city||e.locality)&&e.house)))(ds),organizationPhone:Cn("Укажите номер телефона"),organizationName:bn("Укажите наименование организации"),legalForm:bn("Укажите ОПФ"),lastJobExperience:ys("Укажите стаж на последнем месте работы"),experience5Years:ys("Укажите общий стаж за последние 5 лет"),jobsNumber:ys("Укажите количество мест работы за последние 5 лет"),addressFact:gs(),addressRegistration:gs(),addressRetail:xn("Выберите адрес банка"),addressMatch:bn(),sex:bn("Укажите свой пол"),birthPlace:bn("Укажите место рождения"),education:xn("Выберите ваше образование"),housing:xn("Выберите тип жилья"),amountWorkers:xn("Выберите информацию о количестве сотрудников"),employment:xn("Выберите информацию о трудоустройстве"),employerActivities:xn("Выберите вид деятельности организации"),employerOrganization:xn("Выберите вид организации"),positionOrganization:xn("Выберите вашу должность"),familyStatus:xn("Выберите семейное положение"),familyMembers:bs(2,"Укажите количество членов семьи"),children:bs(2,"Укажите количество детей"),dependents:bs(2,"Укажите количество иждивенцев"),snils:(e=>ln(vs)(e))("Некорректный номер СНИЛС"),conscription:bn(),armyIdFlg:Sn,dulSerie:bs(4,"Укажите серию паспорта",!0),dulNumber:bs(6,"Укажите номер паспорта",!0),dulSubdivisionCode:bs(7,"Укажите код подразделения",!0),dulIssuedBy:bn("Укажите организацию, выдавшую паспорт"),retirementIncome:bn(),otherIncome:bn(),wages:bn(),mandatoryPayments:bs(10,"Укажите сумму обязательных выплат"),bankruptcyFlg:bn(),shareholderFlg:bn(),legalEntityName:bn(),bankEmployeeCode:bn(),partInBusiness:bn(),regionRetail:xn("Выберите регион"),latinSurname:bn("Укажите фамилию"),surname:fs("Укажите свою фамилию на кириллице"),name:fs("Укажите своё имя на кириллице"),middleName:fs("Укажите своё отчество на кириллице")},Es={...Ps,...Ds,...Rs},_s={credit:{processPersonalDataFlg:{text:"Согласие на обработку персональных данных",docId:4},consentInformFlg:{text:"Согласие на информирование о продуктах и услугах Банка",docId:14},consentProviderFlg:{text:"Согласие об использовании простой электронной подписи",docId:5},consentOthersFlg:{text:"Прочие согласия",docId:1},consentPfrFlg:{text:"Согласие на запрос в CФР",docId:3}},creditCard:{processPersonalDataFlg:{text:"Согласие на обработку персональных данных",docId:4},consentInformFlg:{text:"Согласие на информирование о продуктах и услугах Банка",docId:14},consentProviderFlg:{text:"Согласие об использовании простой электронной подписи",docId:5},consentOthersFlg:{text:"Прочие согласия",docId:19},consentInformMaterialsFlg:{text:"Согласие на получение информационных материалов",docId:18}},debitCard:{processPersonalDataFlg:{text:"Согласие на обработку персональных данных",docId:4},consentInformFlg:{text:"Согласие на информирование о продуктах и услугах Банка",docId:14},consentOthersFlg:{text:"Прочие согласия",docId:20},consentFATCA:{text:"Форма самосертификации",docId:10}}};var Bs;!function(e){e.Success="SUCCESS",e.Error="ERROR",e.Pending="PENDING"}(Bs||(Bs={}));const Os=()=>{const e=globalThis.sessionStorage?.getItem("isNewMicroservice");return Boolean(e)},Ms="/light-api-cash/v1",As="/api/credit-application",Fs=async(e,t,n)=>{try{return(await Ls(e,t,n)).json()}catch(e){return console.error(e),null}};async function Ls(e,t,n){const a=Os(),i=(()=>{const e=new Uint8Array(8);return globalThis.crypto.getRandomValues(e),e.reduce(((e,t)=>`${e}${t.toString(16).padStart(2,"0")}`),"")})();return globalThis?.fetch?.(`${a?As:Ms}${e}`,{method:t,headers:{"Content-Type":"application/json","X-B3-Sampled":"1","X-B3-Spanid":i,"X-B3-Traceid":i,...zs()},credentials:"include",body:n?JSON.stringify(n):null})}const zs=()=>{const e=sessionStorage.getItem("accessToken");return e?{Authorization:`Bearer ${e}`}:null},Vs=d((({onChangeEsiaStatus:e,productType:t})=>{const n=Xt(),a=is().frameLocation,i=r((async()=>{try{const e=await(async e=>{const t=Os();return await Fs((t?"/user-data":"")+"/esia/getLink","POST",e)})({redirectUri:a||globalThis.location.origin+globalThis.location.pathname});e?.link&&(a?window.parent.postMessage({redirectUri:e?.link},"*"):n.assign(e.link))}catch{e(Bs.Error)}}),[a]);return c("div",{className:"flex items-center rounded-md bg-main-gray p-4xl",children:[c("div",{className:"flex gap-m flex-col justify-around w-full",children:[o("p",{className:"text-xl",children:"Заполните данные через Госуслуги"+("debitCard"===t?" - это значительно сократит время оформления заявки":"")}),"debitCard"===t?null:c("ul",{className:"list-disc list-inside",children:[o("li",{children:"Вероятность одобрения выше"}),o("li",{children:"Без справок о доходах и трудоустройстве"}),o("li",{children:"С защитой Ваших данных"})]}),o(ie,{className:"block self-center @md:hidden",image:{icon:"GosUslugiIcon",iconVersion:"normal"},height:"80",width:"80"}),o(Mn,{type:"button",onClick:i,className:"w-full @md:w-fit",children:"Заполнить"})]}),o(ie,{className:"hidden @md:block",image:{icon:"GosUslugiIcon",iconVersion:"normal"},height:"164"})]})})),$s={url:"suggest/address",responseFilter:e=>Boolean(e?.data?.postal_code)},js={name:{url:"suggest/fio",requestData:{parts:["NAME"],gender:"UNKNOWN"}},surname:{url:"suggest/fio",requestData:{parts:["SURNAME"],gender:"UNKNOWN"}},middleName:{url:"suggest/fio",requestData:{parts:["PATRONYMIC"],gender:"UNKNOWN"}},email:{url:"suggest/email"},dulSubdivisionCode:{url:"suggest/fms_unit",responseItemHandler:e=>({value:e?.data?.code||"",additionalValue:e?.data?.name})},dulIssuedBy:{url:"suggest/fms_unit"},organizationName:{url:"suggest/party",responseItemHandler:e=>{const t=e?.data?.inn,n=e?.data?.address?.value||"",a=n?`${t} ${n}`:t;return{value:e?.value||"",additionalValue:a}}},inn:{url:"suggest/party",responseItemHandler:e=>({value:e?.data?.inn||""})},addressRegistration:$s,addressFact:$s,organizationAddress:$s,addressCourier:$s},qs=d((({options:e,container:t,onChange:n})=>{const[r,l]=a(-1),s=t=>{const a=e.length-1;"ArrowDown"===t.key?l(r<a?r+1:0):"ArrowUp"===t.key?l(r>0?r-1:a):"Enter"===t.key&&e[r]&&(t.preventDefault(),n(e[r]))};return i((()=>(t.addEventListener("keydown",s),()=>t.removeEventListener("keydown",s))),[r]),o("div",{className:"bg-white text-l overflow-y-auto overflow-x-hidden rounded-md shadow-2xl",role:"list",children:e?.map(((e,t)=>c("div",{className:u("px-m py-xs cursor-pointer hover:bg-main-divider relative",{"bg-main-divider":r===t}),role:"listitem",onMouseDown:()=>n(e),children:[o("p",{children:e.processedValue}),e.additionalValue?o("p",{className:"text-xs text-secondary-text",children:e.additionalValue}):null]},t.toString())))})}));const Us=d((({value:e="",onChange:t=En,onDaDataChange:n,name:c="",daDataQueryPrefix:d,dadata:m=!1,type:u,...h})=>{const[p,{setFalse:g,setTrue:f}]=nn(),y=function({isOpen:e,value:t,name:n,onChange:c,onDaDataChange:d,daDataQueryPrefix:m}){const u=s(t),h=s(t),[p,g]=a([]),f=sa(),y=js[n],b=r((()=>{h.current=t,f.close()}),[t]),x=r((e=>{b(),h.current=e.processedValue,c?.(e.processedValue),d?.(e)}),[b,c]),v=s(null),N=l((()=>async e=>{if(!y)return;const t=await yr({url:y.url,responseItemHandler:y.responseItemHandler,responseFilter:y.responseFilter,requestData:{...y?.requestData},query:e,queryPrefix:m});t?.length&&g(t)}),[m]),w=l((()=>qn(N,300)),[N]);return i((()=>{if(!e||!v.current||h.current===t)return void b();const n=v.current,{top:a,left:i,width:r,height:l}=n.getBoundingClientRect();t&&u.current!==t&&(w(t),u.current=t),f.open({popup:o(qs,{options:p,container:n,value:t,onChange:x}),top:a+globalThis.scrollY+l,left:i,width:r})}),[e,p,t,x]),v}({isOpen:p&&m,name:c,value:e,daDataQueryPrefix:d,onChange:t,onDaDataChange:n}),b=r((e=>{let n=e??"";"number"===u&&(n=n.replace(/^0+(?=\d)/,"")),t?.(n)}),[t]);return o(Xn,{value:e,onChange:b,inputRef:y,isOpen:p,onOpen:f,onClose:g,...h})})),Ws=d((({field:e,input:t})=>{const n=t?.name||"addressRegistration",a=e(n).value,i=r((t=>{e?.(n)?.onChange?.(Hs(t))}),[]),l=r((t=>{e?.(n)?.onChange?.({apartment:"",city:"",district:"",fullAddress:t,fiasCode:"",house:"",locality:"",okatoRegionCode:"",postcode:"",region:"",regionCode:"",street:"",qc:"",qcComplete:"",qcHouse:""})}),[]);return o(Us,{disabled:Fr(e,t,n),label:"Адрес",...e(n),value:a?.fullAddress,onChange:l,...t,onDaDataChange:i})})),Hs=e=>({apartment:e?.data?.flat,city:e?.data?.city,district:e?.data?.area_with_type,fullAddress:e?.unrestricted_value,fiasCode:e?.data?.fias_id,house:e?.data?.house,locality:e?.data?.settlement_with_type,okatoRegionCode:e?.data?.okato,postcode:e?.data?.postal_code,region:e?.data?.region,regionCode:e?.data?.region_kladr_id?e?.data?.region_kladr_id.substring(0,2):"",street:e?.data?.street,qc:e?.data?.qc,qcComplete:e?.data?.qc_complete,qcHouse:e?.data?.qc_house,...Ys(e)}),Ys=e=>{const t=e?.data?.block,n=e?.data?.block_type;if(!t)return{building:null,block:null};switch(n){case"литера":case"стр":return{building:t,block:null};case"к":{const e=Gs(t),[n,a]=t.split(e);return e?{building:a,block:n}:{building:null,block:n}}default:return{building:null,block:null}}},Gs=e=>e.includes("стр")?" стр ":e.includes("литера")?" литера ":"",Ks=Yt((({field:e,input:t,source:n})=>{const[l,s]=a(""),c=e("addressCourier")?.value,d=c?.locality,m=c?.city;i((()=>{!m&&!d||n?.deliveryCities?.includes(m)?s(""):(e?.("addressCourier")?.onChange?.({...c,house:""}),s("Город недоступен для доставки"))}),[m,d,n]);const u=r((t=>{e?.("addressCourier")?.onChange?.(Hs(t))}),[]),h=r((t=>{e?.("addressCourier")?.onChange?.({apartment:"",city:"",district:"",fullAddress:t,fiasCode:"",house:"",locality:"",okatoRegionCode:"",postcode:"",region:"",regionCode:"",street:"",qc:"",qcComplete:"",qcHouse:""})}),[]);return o(Us,{label:"Адрес",...e("addressCourier"),value:c?.fullAddress,onChange:h,...t,error:l||e("addressCourier")?.error,onDaDataChange:u})})),Js=d((({field:e,input:t})=>{const n="addressFact",a=e(n).value,{value:l}=e("addressMatch");i((()=>{l&&e("addressFact")?.onChange?.(e("addressRegistration").value)}),[l,e("addressRegistration").value]);const s=r((t=>{e?.(n)?.onChange?.(Hs(t))}),[]),c=r((t=>{e?.(n)?.onChange?.({apartment:"",city:"",district:"",fullAddress:t,fiasCode:"",house:"",locality:"",okatoRegionCode:"",postcode:"",region:"",regionCode:"",street:"",qc:"",qcComplete:"",qcHouse:""})}),[]);return o(Us,{label:"Адрес",disabled:l,...e(n),value:a?.fullAddress,onChange:c,...t,onDaDataChange:s})})),Xs=d((({field:e,input:t})=>o(Er,{text:"Адрес фактического места жительства совпадает с адресом регистрации",...e(t?.name??"")}))),Qs=d((({value:e,subText:t,children:n,isPhone:a,...i})=>{const r=(Array.isArray(e)?e:e?.split(",")??[]).filter(Boolean);return[r.length,n,t].every((e=>!e))?null:Zs({textItems:r,subText:t,children:n,isPhone:a,...i})})),Zs=({label:e,labelSize:t="text-m",textItems:n,subColor:a,subText:i,className:r,children:l,isPhone:s=!1})=>c("div",{className:u("flex gap-2xs flex-col h-full max-w-[300px]",r),children:[e?o(ze,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,l||eo(n,s),i?o(ze,{color:a,size:"text-m",children:i}):null]}),eo=(e,t)=>e.filter(Boolean).map(((e,n)=>o(ze,{size:"text-l",children:t?o("a",{href:`tel:${to(e)}`,children:e.trim()}):e.trim()},String(n)))),to=e=>e.replace(/\D/g,""),no=d((({className:e,children:t})=>o("div",{className:u("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}))),ao=d((({isUnfolded:e,...t})=>o(G,{name:e?"ArrowUpIcon":"ArrowDownIcon",size:"small",iconVersion:"",...t}))),io=d((({className:e,isUnfolded:t,short:n,label:a=(t?"Скрыть":"Развернуть"),embedded:i,...r})=>c(Mn,{className:u({"w-full":!n},e),embedded:i,shape:n?"default":"square",role:"tab","aria-label":"Кнопка сворачивающейся секции",...r,children:[o(Al,{children:a}),o(ao,{isUnfolded:t,iconVersion:i?"color":""})]}))),ro=d((({className:e,role:t="tablist",children:n})=>o("div",{className:u(e),role:t,children:n})));const lo=d((({className:e,isUnfolded:t,isOverflowVisible:n=!1,children:a})=>{const r=s(null),l=function(e,t){const n=s(null);return i((()=>{const t=n?.current;if(!t)return;const a=new ResizeObserver((n=>{e(t,n[0])}));return a.observe(t),()=>{a.disconnect()}}),[e,...t]),n}((e=>{r.current&&(r.current.style.maxHeight=t?`${e.scrollHeight}px`:"")}),[t]);return o("div",{ref:r,className:u("transition-max-h duration-300",n&&t?"overflow-clip":"overflow-hidden",{"max-h-0":Boolean(r.current||!t)}),role:"tabpanel","aria-label":"Сворачивающаяся секция",children:o("div",{className:e,ref:l,children:a})})})),so=d((({children:e})=>{const[t,{toggle:n}]=nn(!1);return c("div",{children:[o("div",{className:"hidden sm:block",children:e}),c(ro,{className:"block sm:hidden",children:[o(lo,{isUnfolded:t,children:e}),o(io,{className:"my-m mr-m border-b border-solid border-main-divider",label:t?"Скрыть":"Подробнее",isUnfolded:t,embedded:!0,onClick:n})]})]})})),oo=e=>{const t=mo(e);return o(Qs,{label:"Режим работы",value:t,className:"max-w-none"})},co=({workTime:e="",lunchHour:t="",daysOff:n=""},a=!1)=>e?[`${a?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",n?`не работает: ${n}`:""].filter(Boolean).join("; "):"",mo=e=>{const t=e.find((e=>"workingSaturday"!==e.key&&Boolean(e.status)&&Boolean(e.workTime))),n=e.find((e=>"workingSaturday"===e.key&&Boolean(e.status)&&Boolean(e.workTime))),a=e.filter((e=>!e.status)).map((e=>e.short?.toLowerCase())).join(", ");return[co({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:n?"":a}),co({workTime:n?.workTime,lunchHour:n?.lunchHour,daysOff:a},!0)].filter(Boolean)},uo=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],ho=e=>uo.map((([t,n,a])=>({key:t,title:a,short:n,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??"")}}))),po=e=>{if(!e)return null;const t=go(e);return c(no,{className:"border-none",children:[o(Qs,{label:"Для юридических лиц",labelSize:"text-l",children:o("div",{className:"flex gap-1",children:t.map(fo)})}),o(Qs,{label:"Режим работы",className:"max-w-none",children:o(ze,{children:e})})]})},go=e=>{const t=uo.map((([,e])=>({short:e,status:!0}))),n=e.split("/")??[],a=n[n.length-1]?.toLowerCase();return a?.includes("выходной")?t.map((e=>({...e,status:!a?.includes(e.short.toLowerCase())}))):t},fo=({short:e,status:t},n)=>o("div",{className:u("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(n)),yo=({currency:e,buyExchangeRate:t,saleExchangeRate:n},a)=>c("div",{className:"flex gap-lg h-full",children:[e?.currency?o(Qs,{label:"Валюта",value:e.currency}):null,t?o(Qs,{label:"Купить",value:String(t)}):null,n?o(Qs,{label:"Продать",value:String(n)}):null]},String(a)),bo={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"}},xo=d((({className:e,children:t,color:n="gray"})=>c("div",{className:u("sm:p-s sm:border sm:border-green rounded-md flex items-center h-fit",bo[n].border,e),children:[o("div",{className:"block pr-m sm:pr-0 sm:hidden",children:o(ie,{image:{icon:"SmallClockIcon"},width:"24",height:"24"})}),o(ze,{size:"text-m",color:bo[n].text,children:t})]}))),vo=(new Date).getDay(),No=e=>{const[t]=e?.slice(vo-1)??[];if(!t)return null;const{lunchHour:n,status:a,workTime:i,hasLunch:r}=t;return a?c("div",{className:"flex gap-s items-start whitespace-nowrap",children:[i?o(xo,{color:"green",children:i}):null,n&&r?o(xo,{color:"yellow",children:`перерыв: ${n}`}):null]}):o(xo,{color:"red",children:"Выходной"})},wo=({lunchHour:e,hasLunch:t=!1,status:n=!1})=>n?e&&t?`Перерыв ${e}`:e:"Не работает",Co=({title:e,status:t,workTime:n,lunchHour:a,hasLunch:i},r)=>o(Qs,{label:e,value:t&&n?n:"",subText:wo({lunchHour:a,hasLunch:i,status:t}),subColor:!t||i?"text-error":"text-green-dark"},String(r)),So=e=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p>`,ko=e=>`<p><b>Режим обслуживания физ. и юр. лиц:<br/></b> ${e}</p>`,Io=(e,t)=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p> <p><b>Режим обслуживания юр.лиц:<br/></b>${t}</p>`,To=(e,t)=>{if(!e.workSchedule)return null;const n=ho(e.workSchedule);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.name}),e.address?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(G,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:e.address})]}):null]}),No(n)]}),o(so,{children:Ro(e)})]},String(t))},Ro=({phone:e,fax:t,phoneBusiness:n,phoneNatural:a,phoneCallCentre:i,phoneCurrencyControl:r,workSchedule:l,exchangeRate:s})=>{const d=ho(l),m=l?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return c("div",{children:[c(no,{className:"flex-wrap border-b border-solid border-main-divider",children:[o(Qs,{label:"Факс",value:t,isPhone:!0}),o(Qs,{label:"Телефон филиала",value:e,isPhone:!0}),o(Qs,{label:"Для обращений юридических лиц",value:n,isPhone:!0}),o(Qs,{label:"Обслуживание физических лиц",value:a,isPhone:!0}),o(Qs,{label:"Для консультаций по валютному контролю",value:r,isPhone:!0}),o(Qs,{label:"Контакт-центр",value:i,isPhone:!0})]}),l?.isMatchesPattern?o(no,{children:o(Qs,{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(Co)})})}):c(no,{children:[o(Qs,{label:m,labelSize:"text-l",children:o("div",{className:"flex gap-1",children:d?.map(fo)})}),oo(d)]}),l?.businessScheduleVisibleTag?po(l?.businessScheduleDescription):null,s?.currencies?.length?o(no,{className:"flex-wrap",children:s?.currencies?.map(yo)}):null]})},Do=({name:e="",address:t="",workSchedule:n})=>{const a=(i=e)?`${i?.charAt(0)?.toUpperCase()}${i?.slice(1)}`:"";var i;const r=`${t} ${(e=>{const t=ho(e),n=e?mo(t):"",a=e?e.businessScheduleDescription:"";return e?e.businessScheduleVisibleTag?e.businessScheduleVisibleTag&&null===e.businessScheduleDescription?So(n):Io(n,a):ko(n):""})(n)}`;return{header:a,body:r}},Po={workingSaturday:!1,premiumService:!1,privateBanking:!1,remoteWorkplace:!1,serviceDisabledPeople:!1,sellingCoins:!1,buyingCoins:!1,bullionOperations:!1,preciousMetalsOperations:!1,transferringDataToBiometricSystem:!1,barrierFree:!1,equippedWithRamp:!1,equippedWithLift:!1,equippedWithElevator:!1,equippedWithStairclimber:!1,hasHelpMeButton:!1,billAcceptorEnable:!1,workAllTime:!1,terminalTypeTerm:!1,terminalTypeAtms:!1},Eo={billAcceptorEnable:"Прием наличных",bullionOperations:"Операции со слитками",buyingCoins:"Покупка монет из драгоценных металлов",designDisabledPeople:"Для слабовидящих",locationDisabledPeople:"Для маломобильных",preciousMetalsOperations:"Операции с драгоценными металлами",premiumService:"Премиальное обслуживание",privateBanking:"Услуга Private banking",remoteWorkplace:"Удаленное рабочее место",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",transferringDataToBiometricSystem:"Передача фото и голоса в Единую биометрическую систему",sellingCoins:"Продажа монет из драгоценных металлов",safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",serviceDisabledPeople:"Для маломобильных граждан",workAllTime:"Круглосуточно",workingSaturday:"Открыты по субботам",barrierFree:"Без барьеров",equippedWithRamp:"Есть пандус",equippedWithLift:"Есть подъёмник",equippedWithElevator:"Есть лифт",equippedWithStairclimber:"Есть лестницеход",hasHelpMeButton:"Есть кнопка «HELP ME»"},_o={...{terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable),locationDisabledPeople:e=>Boolean(e.locationDisabledPeople),designDisabledPeople:e=>Boolean(e.designDisabledPeople)},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),barrierFree:e=>Boolean("barrierFree"in e&&e.barrierFree),equippedWithRamp:e=>Boolean("equippedWithRamp"in e&&e.equippedWithRamp),equippedWithLift:e=>Boolean("equippedWithLift"in e&&e.equippedWithLift),equippedWithElevator:e=>Boolean("equippedWithElevator"in e&&e.equippedWithElevator),equippedWithStairclimber:e=>Boolean("equippedWithStairclimber"in e&&e.equippedWithStairclimber),hasHelpMeButton:e=>Boolean("hasHelpMeButton"in e&&e.hasHelpMeButton)},Bo=(e,t)=>{const n=Object.keys(t).filter((e=>t[e]));return e.filter((e=>n.every((t=>_o[t](e)))))},Oo=()=>{},Mo=({data:e,remoteWorkplaces:t=[],filtrationState:n={},getBalloon:a=Oo,getBalloonRemoteWorkplaces:i=Oo})=>{const[r,s,o,c]=l((()=>{const r=Bo(e,n),l=Bo(t,n),s=[...r.map((e=>({type:"offices",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:a(e)}))),...l.map((e=>({type:"workplaces",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:i({address:e.address,workScheduleDescription:e.workScheduleDescription})})))].filter((e=>e.coords&&2===e.coords.length));return[r,s,l,r.length+l?.length]}),[e,t,n,a,i]);return{filteredItems:r,points:s,filteredRemoteWorkplaces:o,lengthItems:c}},Ao=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),Fo=d((({children:e})=>Ao?e:null)),Lo="/icons/MapMarkerClusterIcon.svg",zo="/icons/MapMarkerClusterYellowIcon.svg";function Vo({yandexMaps:e,map:t,points:n,isLoad:a}){if(a||!n)return;if(t.geoObjects.removeAll(),!n.length)return;const i=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),r=$o("offices",e,i);if(n.length&&n.every((e=>"type"in e))){const a=$o("workplaces",e,i),l=jo(n.filter((e=>"workplaces"===e.type)),"workplaces",e),s=jo(n.filter((e=>"offices"===e.type)),"offices",e);r.add(s),a.add(l),t.geoObjects.add(a),t.geoObjects.add(r)}else{const a=jo(n,"offices",e);r.add(a),t.geoObjects.add(r)}t.setBounds(e.util.bounds.fromPoints(n.map((e=>e.coords)))).then((()=>{t.getZoom()>10&&t.setZoom(10)}))}const $o=(e,t,n)=>new t.Clusterer({clusterIcons:[{href:"offices"===e?Lo:zo,size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:n,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),jo=(e,t,n)=>e.map((({coords:e,content:a})=>new n.Placemark(e,{balloonContentHeader:a?.header,balloonContentBody:a?.body,balloonContentFooter:a?.footer,hintContent:a?.hint},{iconLayout:"default#image",iconImageHref:"offices"===t?Lo:zo,iconImageSize:[78,84],iconImageOffset:[-35,-50]}))),qo={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",font:"text-center font-sans"},Uo={...qo,border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center"},Wo=(e,t,n)=>o("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(Uo).join(" ")} ${n}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.current.geoObjects.add(t.geoObjects)}))},children:o(G,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),Ho={...qo,border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center"},Yo=d((({yandexMaps:e,direction:t="in"})=>{const n="in"===t?"PlusIcon":"MinusIcon";return o("div",{onClick:()=>{const n=e.current.getZoom(),a="in"===t?n+1:n-1;e.current.setZoom(a,{checkZoomRange:!0})},className:`${Object.values(Ho).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:o(G,{name:n,width:"20",height:"16"})})})),Go=[55.753995,37.614069],Ko=d((({points:e,className:t="",zoom:n=5,isLoad:a,selectedAddress:r})=>{const l=s(null),d=s(null),m=ls("ymaps","https://api-maps.yandex.ru/2.1/?lang=ru_RU",!1);if(i((()=>{l.current?Vo({yandexMaps:m,map:l.current,points:e,isLoad:a}):m?.ready((()=>{l.current||(l.current=new m.Map(d.current,{center:Jo(e),zoom:n,controls:[],suppressMapOpenBlock:!0})),Vo({yandexMaps:m,map:l.current,points:e,isLoad:a})})),l.current&&r&&m?.geocode(r).then((e=>{const t=e.geoObjects.get(0).geometry.getCoordinates();l.current.setCenter(t),l.current.setZoom(18)}))}),[m,e,n,a,r]),!m)return null;const h="z-10";return c("div",{ref:d,className:u("relative","w-full",t),children:[a?o(ai,{}):null,c("div",{className:u("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",h),children:[o(Yo,{yandexMaps:l}),o(Yo,{yandexMaps:l,direction:"out"})]}),Wo(l,m,u("right-2 top-80",h))]})})),Jo=e=>{const t=[Qo(Xo(e,0)),Qo(Xo(e,1))];return t.every((e=>e))?t:Go},Xo=(e,t)=>e.map((e=>e.coords?.[t])),Qo=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,Zo=e=>Number(e.toString().replace(",",".")),ec=e=>{const t=Os(),{data:n,error:a}=yi(`${t?`${As}/public-data`:Ms}/dictionary?dictionaryType=${encodeURIComponent(e)}`,tc);return n&&"errorMessage"in n?{error:a}:{data:n,error:a}},tc=async e=>await zt(e,{method:"POST"})||[],nc=d((({field:e,input:t})=>{const[n,r]=a([]),{data:l}=ec("REGION_RF"),s=e("regionRetail")?.value||{},d=e(t?.name??"");i((()=>{(async()=>{const e=await(async e=>{const t=await Fs("/public-data/regionOffices","POST",{regionRfCd:{key:e},cashCardFlg:!0});return t?.offices?.map((e=>({...e,gpsLatitude:Zo(e.latitude??Go[0]),gpsLongitude:Zo(e.longitude??Go[1])})))||[]})(s?.key??"");r(e)})(),s?.key&&d.onChange?.("")}),[s.key]);const{points:m}=Mo({data:n,filtrationState:{},getBalloon:Do});return c("div",{children:[o(ua,{label:"Адрес отделения",placeholder:"Выберите отделение",options:n.map((({id:e,address:t=""})=>({key:e?.toString()||"",text:t}))),...d,isSearch:!0}),o("div",{className:"h-[600px]",children:o(Fo,{children:o(Ko,{points:m,isLoad:!l,className:"h-full",selectedAddress:d?.value?.text})})})]})})),ac=new es;function ic(e){return ns(ac,e)}Ql(ac,new Zl(globalThis?.localStorage));const rc=()=>ic(),lc=Yt((({field:e,source:t,fieldName:n,placeholder:a="Выберите из списка",options:i,...r})=>{const l=t?.map((e=>({key:e.key||"",text:e.value})))||[];return o(ua,{placeholder:a,options:l,...e(n),...r})})),sc=d((({field:e,input:t})=>{const n=rc();return o(lc,{field:e,source:n.amountWorkers??[],label:"Количество работающих в организации",fieldName:"amountWorkers",input:t})})),oc=d((({field:e,input:t})=>o(Er,{text:"Наличие военного билета",...e(t?.name??"")}))),cc=d((({className:e,label:t,error:n,...a})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Sa,{label:$n({label:t,errors:a?.errors}),...a}),jn(n)]}))),dc=[{id:"true",text:"Да"},{id:"false",text:"Нет"}],mc=d((({field:e,input:t})=>{const[n,i]=a(""),l=r((t=>{i(t),"false"===t&&e("bankEmployeeCode")?.onChange?.(null)}),[]);return c("div",{className:"flex flex-col md:flex-row",children:[o(cc,{label:"Мне помог сотрудник Банка",orientation:"horizontal",items:dc,value:n,onChange:l}),"true"===n?o(Us,{label:"Код представителя Банка",placeholder:"Введите код",isInteger:!0,maxLength:8,...e(t?.name??""),...t}):null]})})),uc=d((({field:e,input:t})=>o(Er,{text:"В отношении меня ведётся производство по делу о банкротстве",...e(t?.name??"")}))),hc=d((({field:e,input:t})=>o(cr,{label:"Дата начала работы на текущем месте",...e(t?.name??""),...t,disabled:Fr(e,t),maxDate:new Date}))),pc=d((({field:e,input:t})=>o(Us,{label:"Место рождения",maxLength:100,...e(t?.name??""),...t,disabled:Fr(e,t)})));function gc(e){const t=globalThis.localStorage?.getItem(e),[n,i]=a(t?(e=>{try{return JSON.parse(String(e))}catch(e){return null}})(t):null);return[n,r((t=>{i((n=>{const a=t instanceof Function?t(n):t;return globalThis.localStorage?.setItem(e,JSON.stringify(a)),a}))}),[e])]}const fc=d((({__html:e,icon:t="InfoCircleIcon",iconVersion:n="black",image:a})=>c("div",{className:"flex flex-row items-center w-full min-h-14 bg-main-gray rounded-lg gap-m p-m",children:[o("div",{className:"rounded-full bg-white p-xs",children:a?o(ie,{image:a,className:"block w-max"}):o(G,{name:t,width:"24",height:"24",iconVersion:n})}),o("div",{className:"",children:o(Fe,{__html:e})})]}))),yc=d((({field:e,input:t})=>{const[n,s]=a([]),[d]=gc("programId"),{value:m,onChange:u}=e("cardCategory"),h=e("paymentSystem")?.value?.key,p=r((e=>1===e.length?{key:e[0].key,text:e[0].value}:null),[]);i((()=>{h&&d&&(async()=>{const e=await(async(e,t)=>{const n=await Fs("/dictionaryFiltered","POST",{type:"CARD_TYPE",presets:{paymentSystemTypeCd:e,creditProgramId:t}});return Array.isArray(n)?n:[]})(h,d);s(e),bc(e,m)||u?.(p(e))})()}),[h,p]);const g=l((()=>n?.find((e=>e.key===m?.key))?.description),[n,m]);return c("div",{children:[o(lc,{field:e,source:n,label:"Категория карты",fieldName:"cardCategory",input:t}),g?o(fc,{__html:g}):null]})})),bc=(e,t)=>e.some((e=>e.key===t?.key)),xc=d((({field:e,input:t})=>o(Us,{label:"Количество детей до 18 лет",placeholder:"Введите значение",isInteger:!0,type:"number",...e(t?.name??""),...t}))),vc=d((({field:e,input:t})=>o(Us,{label:"Кодовое слово",maxLength:20,...e(t?.name??""),...t}))),Nc=d((({field:e,input:t})=>{const{data:n}=ec("INCOME_CERT_UNITED"),a=Fr(e,t);return c("div",{className:"space-y-xl",children:[a?o(fc,{__html:"Для выбора иного способа подтверждения дохода, оформите новую заявку на кредит без авторизации на портале Госуслуги"}):null,o(lc,{field:e,source:n,label:"Способ подтверждения дохода",fieldName:"confirmationIncome",input:t,disabled:a})]})})),wc=d((({field:e,input:t})=>{const{data:n}=ec("MILITARY_STATUS");return o(lc,{field:e,source:n,label:"Статус военнообязанного",fieldName:"conscription",input:t})})),Cc=()=>ic(),Sc=d((({src:e,onClose:t,onDocumentRead:n})=>{const a=De();return c(zn,{onClose:t,children:[a?o("img",{src:e}):o("iframe",{src:`${e}#toolbar=0`,className:"w-full h-[80vh]",id:"iframe-dialog"}),o(Mn,{className:"mx-auto mt-m",type:"button",onClick:()=>{n?.(),t?.()},children:"Ознакомиться"})]})})),kc=(e,t)=>{const[n,{setTrue:a,setFalse:i}]=nn(!1),{open:l}=pn(Sc),s=De();return{openDocument:r((async()=>{if(e&&!n){a();const n=URL.createObjectURL(await(async(e,t=!1)=>{const n=await Ls(`/feedback/file?id=${encodeURIComponent(e)}&convertToPngFlg=${t}`,"GET");return n?n.blob():new Blob})(e,s));l({src:n,onDocumentRead:t}),i()}}),[l,e,s,n]),isLoading:n}},Ic=d((({className:e,error:t,docId:n,...a})=>{const{openDocument:i,isLoading:r}=kc(n,(()=>a.onChange?.(!0)));return c("div",{className:e,children:[c("div",{className:"flex flex-wrap gap-x-m",children:[o(ba,{...a}),n?c(Mn,{embedded:!0,onClick:i,children:[o(Al,{children:"Ознакомиться"}),r?o(ai,{blur:!1,size:"extraSmall",position:"static"}):null]}):null]}),jn(t)]})})),Tc=d((({field:e,input:t})=>{const{productType:n}=Cc(),a=_s[n??""];return t&&t.name?o(Ic,{text:a?.[t.name]?.text,docId:a?.[t.name]?.docId,...e(t.name)}):null})),Rc=Math.round(29.5),Dc=d((({className:e,title:t,children:n,...a})=>c(g,{className:u("space-y-xl",e),defaultPadding:"p-4xl",...a,children:[t?o(w,{className:"text-center",title:t}):null,n]}))),Pc="flex flex-col justify-between lg:flex-row gap-4xl",Ec="flex flex-col lg:w-1/2 gap-2xl",_c="flex flex-col gap-y-xl min-w-52",Bc=d((({value:e,fractionDigits:t,fixed:n,prefix:a,postfix:i})=>o(ze,{size:"text-h3",children:"number"==typeof e?[a,Xe(t,{fixed:n})(e),i].filter(Boolean).join(" "):e}))),Oc=d((({className:e,title:t,value:n,color:a="text-secondary-text",...i})=>c("div",{className:u("flex justify-between @xl:flex-col",e),children:[t?o(ze,{size:"text-l",font:"font-light",color:a,children:t}):null,n?o(Bc,{value:n,...i}):o(ze,{size:"text-h3",children:"-"})]}))),Mc=e=>Fc([(e,t)=>e<t,(e,t)=>e?.maxSum>t?.maxSum],e),Ac=(e=[],t=!1,n=[])=>({...Fc([(e,t)=>e>t,(e,t)=>e?.minSum<t?.minSum],e?.filter((e=>t===Boolean(e?.isNewClient)))),extraPercent:n.at(-1),extraPercents:n}),Fc=(e,t)=>{if(!t?.length)return;const n=t?.reduce(((t,n)=>e[0](n.rate,t[0].rate)?[n]:n.rate===t[0].rate?[...t,n]:t),[t[0]]);return n.length>1?n.reduce(((t,n)=>e[1](n,t)?n:t),n[0]):n[0]},Lc=(e,t=0)=>e?.sum?e.sum:t,zc=(e,t=0)=>e?.period&&e.period>=1&&e.period<=60?e.period:t,Vc=(e,t)=>e?o(C,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:e},String(t)):null,$c=({min:e=0,max:t=0,availableMonths:n,...a})=>o(Ei,{items:[`От ${jc(e)}`,`До ${jc(t)}`],step:1,...n?.length?{list:n}:{min:e,max:t},...a}),jc=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,qc=({items:e,title:t,orientation:n="horizontal",value:a,onChange:i,...r})=>c("div",{className:"grid gap-s whitespace-nowrap lg:sm:col-span-1 col-span-2",children:[t?o("div",{role:"radiogroup","aria-label":t,children:o(ze,{color:"text-secondary-text",font:"font-light",children:t})}):null,o(Sa,{orientation:n,items:e,value:e[a?0:1].id,onChange:t=>i&&i(t===e[0].id),...r})]}),Uc=e=>qc({...e,title:"Тип платежа",orientation:"vertical",className:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),Wc=({isShowItems:e=!0,step:t=1e3,postfix:n="₽",...a})=>o(Ei,{items:e?[`От ${Xe(1)(a.min||0)} ${n}`,`До ${Xe(1)(a.max||0)} ${n}`]:[],step:t,...a}),Hc=({field:e,defParams:t,calcParams:n,map:a,monthsValue:i="maxMonths"})=>{Object.entries(a).forEach((([n,a])=>{e?.(n)?.onChange?.(t?.[a])})),e?.("monthsValue")?.onChange?.(Ii(t?.[i],n.minMonths,n.maxMonths))},Yc=(e,t)=>{const{isAnnuity:n,moneyValue:a,monthsValue:i,moneyExtra:r}=t;if(0===e)return 0;if(n){const t=e/1200;return r?(a+r)*(t+t/(Math.pow(1+t,i)-1)):a*(t+t/(Math.pow(1+t,i)-1))}return Math.round(a/i)+a*(e/1200)},Gc=e=>e,Kc=(e=Gc)=>t=>t.reduceRight(((t,n)=>e(t)>e(n)?t:n)),Jc=Kc(),Xc=(e=Gc)=>Kc((t=>-e(t))),Qc=Xc(),Zc=([e,t],n,a=[])=>n&&n[e]&&n[t]?{[e]:n[e],[t]:n[t]}:ed([e,t],a),ed=([e,t],n=[])=>({[e]:n.length?Qc(n.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:n.length?Jc(n.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),td=(e,[t,n],a)=>e>=a[t]&&e<=a[n],nd={minSum:1e4,maxSum:5e6,minMonths:1,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},ad=e=>id({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&id({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&id({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&id({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),id=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:a,viewSettingFieldKey:i})=>!!n&&!n[i]||t[a]===e[a],rd=(e,t,n)=>{const{moneyValue:a,monthsValue:i}=e,r=t?.rateRows||[nd],l=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>ad({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:s,maxSum:o}=Zc(["minSum","maxSum"],l,r),{minMonths:c,maxMonths:d}=Zc(["minMonths","maxMonths"],l,r),m=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:a,monthsValue:i})=>e?.find((e=>ad({row:e,userInputParams:t,paramsViewSettings:n})&&td(a,["minSum","maxSum"],e)&&td(i,["minMonths","maxMonths"],e)))||nd)({rateRows:r,userInputParams:e,paramsViewSettings:n,moneyValue:a,monthsValue:i}),{rate:u}=m,h=Yc(u,e);return{...m,...e,minSum:s,maxSum:o,minMonths:c,maxMonths:d,moneyValue:a,monthsValue:i,monthlyPayment:h}},ld=(e={})=>Boolean(Object.values(e).filter((e=>e)).length),sd={isSalaryClient:"isSalaryClient",isStateEmployee:"isStateEmployee",isPensionClient:"isPensionClient",isInsurance:"isInsurance",moneyValue:"maxSum"},od=Yt((({className:e,title:t,calcSource:n,buttons:a,footnote:l,paramsViewSettings:s,defaultParams:d,onChange:m,...h})=>{const p=Mc(n?.rateRows),g=r((e=>{const t=rd(e,n,s);m?.({...e,monthlyPayment:t.monthlyPayment,rate:p?.rate??0})}),[s,n]),[f,{field:y}]=dn({moneyValue:Lc(d,2e5),monthsValue:zc(d,Rc),monthlyPayment:0,rate:0,isAnnuity:Boolean(d?.isAnnuity),isInsurance:Boolean(d?.isEnableInsurance),isSalaryClient:Boolean(d?.isEnableSalaryClient),isPensionClient:Boolean(d?.isEnablePensionClient),isStateEmployee:Boolean(d?.isEnableStateEmployee)},{onChange:g}),b=rd(f,n,s),x=Uc({...y("isAnnuity")}),{onChange:v}=y("moneyValue"),{onChange:N}=y("monthsValue");return i((()=>{v&&v(Ii(f.moneyValue,b.minSum,b.maxSum))}),[b.minSum,b.maxSum]),i((()=>{N&&N(Ii(f.monthsValue,b.minMonths,b.maxMonths))}),[b.minMonths,b.maxMonths]),i((()=>{!ld(d)&&p&&Hc({field:y,defParams:p,calcParams:b,map:sd,monthsValue:"minMonths"})}),[n,d]),o(Dc,{className:e,title:t,...h,children:c("section",{className:u(Pc,e),children:[c("div",{className:Ec,children:[Wc({title:"Сумма кредита, ₽",step:500,min:b.minSum,max:b.maxSum,...y("moneyValue"),value:b.moneyValue}),$c({title:"Срок кредита, месяцев",min:b.minMonths,max:b.maxMonths,...y("monthsValue"),value:b.monthsValue}),cd({...b,...s},y),o("div",{className:"sm:hidden",children:x})]}),c("div",{className:u(_c,"@4xl:w-1/2"),children:[o(Oc,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(Oc,{title:"Ставка от",value:p?.rate,fractionDigits:2,postfix:"%"}),o(Oc,{title:"Ежемесячный платёж",value:b.monthlyPayment,postfix:"₽"}),o("div",{className:"hidden sm:block mb-lg",children:x}),Ye(a,{isVertical:!0}),Vc(l)]})]})})})),cd=(e,t)=>c("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?o(ba,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?o(ba,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?o(ba,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?o(ba,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),dd="calculator",md=d((({field:e,params:t})=>{const n=r((t=>{e(dd).onChange?.(t)}),[]);return o(od,{...t?.calcData,padding:"p-0",defaultParams:hd(e(dd).value),onChange:n})})),ud={moneyValue:"sum",monthsValue:"period",isInsurance:"isEnableInsurance",isPensionClient:"isEnablePensionClient",isStateEmployee:"isEnableStateEmployee",isSalaryClient:"isEnableSalaryClient",isAnnuity:"isAnnuity"},hd=(e,t=!1)=>{const n=t?pd(ud):ud;return Object.fromEntries(Object.entries(e??{}).map((([e,t])=>[n[e],t])))},pd=e=>Object.fromEntries(Object.entries(e).map((([e,t])=>[t,e]))),gd=d((({field:e,input:t})=>{const{data:n}=ec("CREDIT_IN_RSHB");return o(lc,{field:e,source:n,label:"Имеет ли юридическое лицо, акционером / участником / членом / пайщиком /\n вкладчиком с долей участия более 20% уставного капитала руководителем,\n которого Вы являетесь, кредит в АО «Россельхозбанк»",fieldName:"creditInRshbCd",input:t,disabled:!e?.("shareholderFlg")?.value})})),fd={17:"amur_debit_card",16:"owner_debit_card",18:"pansion_debit_card",38:"salary_debit_card",40:"vordi_debit_card",42:"eco_debit_card",43:"junior_debit_card",44:"appetit_debit_card",46:"owner_debit_card_plus",47:"owner_debit_card_pens_plus"},yd=[{id:"810",text:"Рубли"}],bd=d((({field:e,input:t})=>{const{data:n}=ec("CURRENCY"),{programId:a}=Cc(),i=l((()=>!Object.keys(fd).includes(a||"")||"38"===a),[]),r=l((()=>i?yd:n?.map((e=>({id:e.key??"",text:e.description})))),[n]);return o(cc,{label:"Валюта",orientation:"horizontal",items:r,...e(t?.name??"")})})),xd=(e,t)=>{if(!t)return null;const n=Cd(e),a=+t?.split(".")[0],i=+t?.split(".")[1];switch(a){case 1:return n("AGRICULTURE");case 35:return n("FUEL_AND_ENERGY");case 41:case 42:case 43:return n("CONSTRUCTION");case 46:case 47:return n("TRADE");case 55:case 79:return n("TOURISM");case 62:return n("TECHNOLOGY");case 63:return n("CONSULTING_SERVICE");case 64:return n("BANK");case 65:return n("INSURER");case 66:return n("FINANCIAL_INSTITUTIONS");case 72:case 74:return n("SCIENCE");case 80:return n("SECURITY");case 84:return n(i<22?"GOVERNANCE":22===i?"ARMY":"OTHER_SECTORS");case 85:return n("EDUCATION");case 86:return n("HEALTHCARE");case 87:return n("SOCIAL_SPHERE");default:return n(a>=10&&a<=33?"INDUSTRY":a>=5&&a<=9?"FUEL_AND_ENERGY":a>=49&&a<=53?"TRANSPORT":"OTHER_SECTORS")}},vd=(e,t)=>{if(!t)return null;const[n]=[e?.find((e=>t<=Number(e.description)))].map((e=>({key:e?.key??"",text:e?.value??""})));return n},Nd=(e,t)=>{const n=Cd(e);return[40001,40002,71610].includes(t)?n("FOREIGN"):n("RUSSIAN")},wd=(e,t,n)=>{const a=Cd(e);return a("7725114488"===n?"RSHB":50102===t?"SOLE_TRADER":t>=75e3&&t<=75505&&75500!==t?"BUDGETARY":"COMMERCIAL")},Cd=e=>t=>e.map((e=>({key:e.key,text:e.value}))).find((e=>e.key===t))??null,Sd={amountWorkers:"EMPLOYEES_NUMBER",employerOrganization:"ORGANIZATION_KIND",employerActivities:"ORGANIZATION_ACTIVITY_TYPE",organization:"ORGANIZATION_TYPE"},kd=(e,t,n)=>{const{okved:a,okopf:i,inn:r,organizationName:l}=Id(n);t?.("legalForm")?.onChange?.(n.data?.opf?.short),t?.("organizationAddress")?.onChange?.(Hs(n.data?.address));const s={amountWorkers:vd(e?.amountWorkers,n.data?.employee_count),employerActivities:xd(e?.employerActivities??[],a),organization:wd(e?.organization??[],i,r),employerOrganization:Nd(e?.employerOrganization??[],i),organizationName:l,inn:r,isDadataOrganization:!0};for(const e in s)t?.(e)?.onChange?.(s[e])},Id=e=>({inn:e.data?.inn??"",okopf:Number(e.data?.opf?.code),okved:e.data?.okved??"",organizationName:e.data?.name?.short_with_opf??""}),Td=d((({field:e,input:t})=>{const n=rc(),[l,s]=a(""),{employerActivities:c,employerOrganization:d,organization:m,amountWorkers:u}=n,h=e?.("esiaAccountTypeCd")?.value,p=e?.("inn")?.value,g=e?.("organizationName")?.error,f=e("isDadataOrganization")?.value;i((()=>{s(g&&!f?"Необходимо выбрать ИНН из выпадающего списка":"")}),[f,g]);const y=r((t=>{kd(n,e,t)}),[]);i((()=>{(async()=>{await(async(e,t)=>{const n=Os();await Promise.all(Object.entries(e).map((e=>{const[a,i]=e;Fs(`${n?"/public-data":""}/dictionary?dictionaryType=${encodeURIComponent(i)}`,"POST").then((e=>{t[a]=e}))})))})(Sd,n)})()}),[]),i((()=>{h&&p&&Rd(n)&&(async()=>{const t=await(async e=>{const t=await yr({url:"suggest/party",query:e});return t?.[0]})(p);t&&kd(n,e,t)})()}),[c,d,m,u]);const b=r((t=>{e?.("inn")?.onChange?.(t),e?.("isDadataOrganization")?.onChange?.(!1)}),[]);return o(Us,{label:"ИНН",isInteger:!0,maxLength:12,...t,...e(t?.name??""),onDaDataChange:y,disabled:Fr(e,t),onChange:b,error:l||e("inn")?.error})})),Rd=e=>{const{employerActivities:t,employerOrganization:n,organization:a,amountWorkers:i}=e;return[n,a,i,t].every(Boolean)},Dd=d((({field:e,input:t})=>o(cr,{label:"Дата доставки",...e(t?.name??""),minDate:new Date}))),Pd=d((({field:e,input:t})=>{const{data:n}=ec("COURIER_DELIVERY_TIME"),a=l((()=>n?.map((e=>({id:e.key,text:e.value})))??[]),[n]);return o(cc,{label:"Время доставки",className:"flex-row",items:a,...e(t?.name??"")})})),Ed=d((({field:e,input:t})=>o(Us,{label:"Количество иных иждивенцев",placeholder:"За исключением детей до 18 лет",isInteger:!0,maxLength:2,type:"number",...e(t?.name??""),...t}))),_d=d((({field:e,input:t})=>{const n=e("limitedBirthday")?.value,a=l((()=>new Date(n?.getFullYear()+14,n?.getMonth(),n?.getDate())),[n]);return o(cr,{label:"Дата выдачи",...e(t?.name??""),disabled:Fr(e,t),minDate:a,maxDate:new Date})})),Bd=d((({field:e,input:t})=>{const{value:n,onChange:a}=e("dulSubdivisionCode"),i=r((e=>{a?.(e?.data?.code)}),[]);return o(Us,{disabled:Fr(e,t),label:"Кем выдан",maxLength:200,...t,...e(t?.name??""),onDaDataChange:i,daDataQueryPrefix:n})})),Od=d((({field:e,input:t})=>o(Us,{disabled:Fr(e,t),label:"Номер документа",isInteger:!0,maxLength:6,...e(t?.name??"")}))),Md=d((({field:e,input:t})=>o(Us,{disabled:Fr(e,t),label:"Серия документа",isInteger:!0,maxLength:4,...e(t?.name??"")}))),Ad=d((({field:e,input:t})=>{const n=r((t=>{e?.("dulIssuedBy")?.onChange?.(t?.data?.name)}),[]),a=r((t=>{const n=t.replace(/[^\d-]/g,"");n.length<=7&&e?.("dulSubdivisionCode")?.onChange?.(Hi(n,"___-___"))}),[]);return i((()=>{const t=e?.("dulSubdivisionCode")?.value;t&&a(t)}),[]),o(Us,{disabled:Fr(e,t),label:"Код подразделения",...t,...e(t?.name??""),placeholder:"___-___",onChange:a,onDaDataChange:n})})),Fd=d((({field:e,input:t})=>{const{data:n}=ec("EDUCATION_LEVEL");return o(lc,{field:e,source:n,label:"Образование",fieldName:"education",input:t})})),Ld=d((({field:e,input:t})=>{const n=r((t=>{(hs.test(t)||0===t.length)&&e("email")?.onChange?.(t)}),[e]);return o(Us,{label:"Электронная почта",maxLength:50,...e(t?.name??""),...t,onChange:n})})),zd=d((({field:e,input:t})=>{const n=rc();return o(lc,{field:e,source:n.employerActivities??[],label:"Вид деятельности организации-работодателя",fieldName:"employerActivities",input:t})})),Vd=d((({field:e,input:t})=>{const n=rc();return o(lc,{field:e,source:n.employerOrganization??[],label:"Вид организации работодателя",fieldName:"employerOrganization",input:t})})),$d=d((({field:e,input:t})=>{const{data:n}=ec("EMPLOYMENT_INFO_UNITED");return o(lc,{field:e,source:n,label:"Информация о трудоустройстве",fieldName:"employment",input:t})})),jd=d((({field:e,input:t})=>{const n=r((n=>e(t?.name??"")?.onChange?.(String(Ii(Number(n),0,5)))),[]);return o(Us,{label:"Стаж за последние 5 лет",placeholder:"Количество лет",type:"number",...e(t?.name??""),...t,onChange:n,disabled:Fr(e,t)})})),qd=d((({field:e,input:t})=>{const{value:n,onChange:a}=e(t?.name??""),r=e("familyStatus")?.value?.key,l="MARRIED"===r?2:1,s=Number(e("children")?.value||0),c=Number(e("dependents")?.value||0),d=l+s+c;return i((()=>{a?.(d)}),[r,s,c]),o(Us,{label:"Количество членов семьи",placeholder:"Введите значение",type:"number",disabled:!0,value:n,onChange:a})})),Ud=d((({field:e,input:t})=>{const{data:n}=ec("MARITAL_STATUS");return o(lc,{field:e,source:n,label:"Семейное положение",fieldName:"familyStatus",input:t})})),Wd=d((({field:e,input:t})=>{const[n,r]=a(""),l=Number(e("lastJobExperience")?.value),s=Number(e("generalSeniority")?.value);return i((()=>{r(s&&s<l?"Укажите не меньше, чем число в поле «Стаж на последнем рабочем месте»":"")}),[l,s]),o(Us,{label:"Общий стаж",type:"number",maxLength:2,placeholder:"Количество лет",isInteger:!0,...e(t?.name??""),...t,error:n||e("generalSeniority")?.error,disabled:Fr(e,t)})})),Hd=d((({field:e,input:t})=>{const{data:n}=ec("HOUSE_TYPE");return o(lc,{field:e,source:n,label:"Тип жилья",fieldName:"housing",input:t})})),Yd=d((({input:e})=>o(fc,{__html:e?.label}))),Gd=d((({field:e,input:t})=>o(Er,{text:"Я планирую в ближайшее время инициировать дело о банкротстве в отношении себя",...e(t?.name??"")}))),Kd=d((({field:e,input:t})=>o(Us,{label:"Количество мест работы за последние 5 лет",placeholder:"Количество мест",type:"number",isInteger:!0,maxLength:2,...e(t?.name??""),...t,disabled:Fr(e,t)}))),Jd=d((({field:e,input:t})=>o(Us,{label:"Стаж на последнем рабочем месте",placeholder:"Количество лет",type:"number",maxLength:2,isInteger:!0,...e(t?.name??""),...t,disabled:Fr(e,t)}))),Xd=/^[\u0041-\u005A\u0061-\u007A\s]+$/u,Qd=(e="",t="")=>Xd.test(e)&&t.length<20&&e.length+t.length<=20,Zd={"А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ё":"E","Ж":"ZH","З":"Z","И":"I","Й":"I","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"KH","Ц":"TS","Ч":"CH","Ш":"SH","Щ":"SHCH","Ъ":"IE","Ы":"Y","Ь":"","Э":"E","Ю":"YU","Я":"YA","":"","а":"A","б":"B","в":"V","г":"G","д":"D","е":"E","ё":"E","ж":"ZH","з":"Z","и":"I","й":"I","к":"K","л":"L","м":"M","н":"N","о":"O","п":"P","р":"R","с":"S","т":"T","у":"U","ф":"F","х":"KH","ц":"TS","ч":"CH","ш":"SH","щ":"SHCH","ъ":"IE","ы":"Y","ь":"","э":"E","ю":"YU","я":"YA",".":".",",":",","-":"-"," ":" "},em=e=>e.replace(/[А-ЯЁа-яё,. -]/g,(e=>Zd[e.toLowerCase()].toUpperCase()||"")),tm=(e,t)=>{let n=em(e);const a=em(t).substring(0,20);return 20===a.length?n="":n.length+a.length>20&&(n=n.substring(0,1)),{translatedName:n,translatedSurame:a}},nm=d((({field:e,input:t})=>{const n=e("latinSurname")?.value,a=e("name")?.value,l=e("surname")?.value,s=e("latinName")?.onChange;i((()=>{const{translatedName:e}=tm(a,l);s?.(e)}),[]);const c=r((e=>{(Qd(e,n)||0===e.length)&&s?.(e.toUpperCase())}),[n]);return o(ea,{label:"Имя",placeholder:"Имя латинскими буквами",...e(t?.name??""),onChange:c,...t})})),am=d((({field:e,input:t})=>{const n=e("latinName")?.value,a=e("name")?.value,l=e("surname")?.value,s=e("latinSurname")?.onChange;i((()=>{const{translatedSurame:e}=tm(a,l);s?.(e)}),[]);const c=r((e=>{(Qd(e,n)||0===e.length)&&s?.(e.toUpperCase())}),[n]);return o(ea,{label:"Фамилия",placeholder:"Фамилия латинскими буквами",...e(t?.name??""),onChange:c,...t})})),im=d((({field:e,input:t})=>o(Us,{label:"Наименование юридического лица",...t,...e(t?.name??""),disabled:!e?.("shareholderFlg")?.value}))),rm=d((({field:e,input:t})=>o(Us,{label:"ОПФ",maxLength:20,placeholder:"ООО, ПАО и др.",...e(t?.name??""),...t}))),lm=d((({field:e,input:t})=>o(cr,{label:"Дата рождения",...e(t?.name??""),disabled:Fr(e,t)}))),sm=d((({field:e,input:t})=>o(Us,{label:"Обязательные выплаты",placeholder:"Введите значение",isInteger:!0,type:"number",maxLength:10,...e(t?.name??""),...t}))),om=[{id:"office",text:"В отделении Банка"},{id:"courier",text:"Курьерская доставка"}],cm=d((({field:e,input:t})=>o(cc,{orientation:"horizontal",items:om,...e(t?.name??"")}))),dm=d((({field:e,input:t})=>{const n=r((t=>{(us.test(t)||0===t.length)&&e("middleName")?.onChange?.(t)}),[e]);return o(Us,{label:"Отчество (Обязательно, при наличии)",maxLength:40,disabled:Fr(e,t),...e(t?.name??""),...t,onChange:n})})),mm=d((({field:e,input:t})=>{const n=r((t=>{(us.test(t)||0===t.length)&&e("name")?.onChange?.(t)}),[e]);return o(Us,{label:"Имя",maxLength:40,disabled:Fr(e,t),...e(t?.name??""),...t,onChange:n})})),um=d((({field:e,input:t})=>{const n=rc();return o(lc,{field:e,source:n.organization??[],label:"Тип организации",fieldName:"organization",input:t})})),hm=d((({field:e,input:t})=>{const n=rc(),[l,s]=a(""),c=e?.("organizationName")?.error,d=e("isDadataOrganization")?.value;i((()=>{s(c&&!d?"Необходимо выбрать организацию из выпадающего списка":"")}),[d,c]);const m=r((t=>{kd(n,e,t)}),[]),u=r((t=>{e?.("organizationName")?.onChange?.(t),e?.("isDadataOrganization")?.onChange?.(!1)}),[]);return o(Us,{label:"Наименование организации",...t,...e(t?.name??""),disabled:Fr(e,t),onDaDataChange:m,onChange:u,error:l||e("organizationName")?.error})})),pm=d((({field:e,input:t})=>o(Us,{label:"Иные доходы",placeholder:"Введите значение",isInteger:!0,...e(t?.name??""),...t}))),gm=d((({field:e,input:t})=>o(cr,{label:"Дата регистрации по месту жительства",...e(t?.name??""),maxDate:new Date}))),fm=d((({field:e,input:t})=>{const n=r((n=>e(t?.name??"")?.onChange?.(String(Ii(Number(n),0,100)))),[]);return o(Us,{label:"Доля участия в бизнесе",placeholder:"в %",isInteger:!0,maxLength:3,...e(t?.name??""),...t,onChange:n})})),ym=e=>e.map((e=>({key:e.type,text:e.name}))),bm=e=>e?.key,xm=d((({field:e,input:t})=>{const[n,i]=a([]),r=ic();gr((async()=>{const{programId:e}=r;if(e){const t=await(async e=>{const t=await Fs("/public-data/creditProgramConditions","POST",{creditProgramId:e});return ym(t?.paymentSystems||[])})(e);i(t??[])}}),[]);const s=l((()=>n?.map((e=>({id:e.key,text:e.text})))??[]),[n]);return o(cc,{label:"Платежная система",orientation:"horizontal",items:s,...e(t?.name??"",{format:bm,parse:e=>n?.find((t=>t.key===e))})})})),vm=d((({field:e,input:t})=>{const{data:n}=ec("POSITION");return o(lc,{field:e,source:n,label:"Должность в организации",fieldName:"positionOrganization",input:t})})),Nm=async()=>await Fs("/public-data/regionsCardDelivery","GET")||void 0,wm=d((({field:e,input:t})=>{const{programId:n,productType:a}=rc(),{data:i}=ec("REGION_RF"),{data:l}=yi("regionsDelivery",Nm),{data:s}=ec(Cm(a)),c="38"===n,d=i?.map((({key:e,value:t})=>({key:e,text:t}))),m="true"===s?.find((e=>"DELIVERY_ACTIVE"===e?.key))?.value,u=e("regionRetail")?.onChange,h=e("regionHasDelivery")?.onChange,p=e("methodObtain")?.onChange,g=r((e=>{const t=m&&l?.find((t=>t.regionCode===e.key))?.deliveryFlg&&!c;h?.(t),p?.(t?"courier":"office"),u?.(e)}),[l,m]);return o(ua,{label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:d,...e(t?.name??""),onChange:g})})),Cm=e=>"debitCard"===e?"DEBIT_CARD_LEAD_PROCESS_SETTINGS":"CREDIT_LEAD_PROCESS_SETTINGS",Sm=d((({field:e,input:t})=>o(Us,{label:"Пенсионные доходы",placeholder:"Введите значение",isInteger:!0,type:"number",maxLength:10,...e(t?.name??""),...t}))),km=["male","female"],Im=[{id:"male",text:"Мужской"},{id:"female",text:"Женский"}],Tm=d((({field:e,input:t})=>{const n=e("name")?.value,{value:a,onChange:r}=e("sex");return i((()=>{n&&!a&&(async()=>{const e=await(async e=>{const t=await yr({url:"suggest/fio",requestData:{parts:["NAME"]},query:e}),n=t[0]?.data?.gender?.toLowerCase()||"";return km.includes(n)?n:""})(n);e&&r?.(e)})()}),[]),o(cc,{label:"Пол",orientation:"horizontal",items:Im,...e(t?.name??"")})})),Rm=d((({field:e,input:t})=>o(Er,{text:"Я являюсь акционером / участником / членом / пайщиком / вкладчиком с долей участия более 20% уставного капитала юридического лица",...e(t?.name??"")}))),Dm=d((({children:e,onChange:t,maxLength:n,...a})=>{const i=r((e=>n?e.length<=n&&t?.(Hi(e,"___-___-___ __")):t?.(Hi(e,"___-___-___ __"))),[t]),l=r((e=>{"___-___-___ __"===e&&t&&t("")}),[]);return o(Kn,{...a,onChange:i,onFocus:e=>i(e?.target?.value||""),onBlur:e=>l(e?.target?.value||""),children:e})})),Pm=d((({className:e,label:t,value:n,error:a,onChange:i,onBlur:r,...l})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Dm,{"aria-label":t,label:$n({label:t,errors:l?.errors}),valid:Boolean(!a),value:n,onChange:i,onBlur:r,placeholder:"___-___-___ __",...l}),jn(a)]}))),Em=d((({field:e,input:t})=>o(Pm,{label:"СНИЛС",maxLength:14,...e(t?.name??""),...t}))),_m=d((({field:e,input:t})=>{const n=r((t=>{(us.test(t)||0===t.length)&&e("surname")?.onChange?.(t)}),[e]);return o(Us,{label:"Фамилия",maxLength:40,disabled:Fr(e,t),...e(t?.name??""),...t,onChange:n})})),Bm=d((({field:e,input:t})=>o(Us,{label:"Совокупный доход в месяц после вычета налогов (зарплата, премии)",placeholder:"Введите значение",isInteger:!0,type:"number",maxLength:10,...e(t?.name??""),...t,disabled:Fr(e,t)}))),Om={$ref:"/wcms-resources/delivery-cities-data.json"},Mm={limitedBirthday:lm,name:mm,surname:_m,middleName:dm,email:Ld},Am={processPersonalDataFlg:Tc,consentProviderFlg:Tc,consentOthersFlg:Tc,consentInformFlg:Tc,consentPfrFlg:Tc,consentInformMaterialsFlg:Tc,consentFATCA:Tc},Fm={organization:um,organizationAddress:Ws,organizationPhone:tl,organizationName:hm,legalForm:rm,generalSeniority:Wd,lastJobExperience:Jd,experience5Years:jd,jobsNumber:Kd,beginDate:hc,addressFact:Js,addressRegistration:Ws,addressRetail:nc,addressMatch:Xs,sex:Tm,birthPlace:pc,education:Fd,housing:Hd,amountWorkers:sc,employment:$d,employerActivities:zd,employerOrganization:Vd,positionOrganization:vm,familyStatus:Ud,familyMembers:qd,children:xc,dependents:Ed,snils:Em,conscription:wc,armyIdFlg:oc,dulSerie:Md,dulNumber:Od,dulIssueDate:_d,dulSubdivisionCode:Ad,dulIssuedBy:Bd,participantDateRegistration:gm,retirementIncome:Sm,otherIncome:pm,wages:Bm,mandatoryPayments:sm,bankruptcyFlg:uc,initiateBankruptcyFlg:Gd,shareholderFlg:Rm,legalEntityName:im,creditInRshbCd:gd,bankEmployeeCode:mc,partInBusiness:fm,regionRetail:wm,infoCard:Yd,calculator:md,confirmationIncome:Nc,inn:Td,...Mm},Lm={addressCourier:e=>o(Ks,{...e,source:Om}),paymentSystem:xm,currency:bd,cardCategory:yc,codeWord:vc,methodObtain:cm,deliveryDate:Dd,latinName:nm,latinSurname:am,deliveryTime:Pd},zm="Согласие на все документы",Vm=d((({inputs:e=[],field:t,key:n})=>{const a=e.every((e=>Boolean(t(e.name).value))),i=r((n=>{for(const a of e){const e=t(a.name);e.onChange?.(n)}}),[e]),s=l((()=>e?.filter((e=>e.required))?.some((e=>Boolean(ri(t(e?.name),Sn).error)))),[e]),[d,{toggle:m}]=nn(!0);return o("div",{className:"w-fit",children:c(ro,{children:[c("div",{className:"flex items-start",children:[c("div",{children:[o(ba,{text:zm,value:a,onChange:i},n),jn(s?"Отметьте все обязательные соглашения":"")]}),o(Mn,{embedded:!0,ariaLabel:zm,onClick:m,children:o(ao,{className:"p-2xs",iconVersion:"color",isUnfolded:d})})]}),o(lo,{className:"flex flex-col pl-2xl",isUnfolded:d,children:e.map(Tl(t,{},Am))})]})})})),$m=({field:e,inputs:t},n)=>{const{consentInputs:a,restInputs:i}=jm(t||[],n);return a.length>2?c("div",{children:[i.map(Tl(e,{},{...Mm})),o(Vm,{inputs:a,field:e})]}):(t||[])?.map(Tl(e,{},{...Mm}))},jm=(e,t)=>({consentInputs:e.filter((({name:e})=>Object.keys(_s[t]).includes(String(e)))),restInputs:e.filter((({name:e})=>!Object.keys(_s[t]).includes(String(e))))}),qm=(e,t=!1)=>o(ii,{className:"w-full @xl:w-auto",isLoading:t,children:e?.text?e.text:"Отправить заявку"}),Um=async e=>await Fs("/user-data/createDraftTask","POST",e)||{},Wm=e=>Ls("/referal/saveReferalInfo","POST",e),Hm=e=>Ls("/user-data/updateUserProfile","PUT",e),Ym=e=>Ls("/user-data/updateUserTask","PUT",e),Gm={width:"103",height:"21"},Km={"bg-white":"color",transparent:"white"},Jm={"bg-white":"text-primary-main",transparent:"text-white"},Xm=(e,t,n)=>o(ie,{image:t?.src?t:{icon:t?.icon||"LogoIcon",iconVersion:Km[e]},className:Jm[e],width:n?.width,height:n?.height}),Qm={"bg-white":"text-primary-text",transparent:"text-white"},Zm=d((({className:e,href:t="/",logo:n,children:a,targetBlank:i,bgColor:r="bg-white",showTitle:l=!0,data:s})=>c("a",{className:u("inline-flex items-center font-sans no-underline",e),href:n?.href??t,target:i?"_blank":"_self","aria-label":n?.title??"Россельхозбанк",...ve(s),children:[Xm(r,n?.image,Gm),l?a??o("div",{className:"ml-s",children:o(ze,{font:"font-medium",color:Qm[r],size:"text-s",children:n?.title??"Россельхозбанк"})}):null]}))),eu=d((({phoneNumber:e,sendCode:t,onClose:n})=>{const[l,s]=a(""),[d,m]=a(""),[u,h]=a(!1),[p,{setTrue:g,setFalse:f}]=nn(!1),{closeAll:y}=ge(),b=r((async()=>{g();await(async e=>{const t=Os();return await Ls((t?"/user-data":"")+"/sms/checkCaptcha","POST",{captchaText:e.captchaText,...t&&{phoneNumber:e?.phoneNumber}}).then((e=>e.text())).then((e=>"ERROR"!==e))})({captchaText:d,phoneNumber:e})?(n?.(),t?.()):h(!0),f()}),[d,t]),x=r((()=>{(async()=>{s(URL.createObjectURL(await(async e=>{const t=Os();return await Ls(`${t?"/user-data":""}/sms/createCaptcha?phoneNumber=${encodeURIComponent(e)}`,"GET").then((async e=>e?e.blob():new Blob))})(e)))})()}),[]);return i(x,[]),o(zn,{head:o(Zm,{}),onClose:n,children:c("div",{className:"flex flex-col gap-lg items-center",children:[c("div",{className:"flex",children:[o("img",{className:"grow",src:l}),o(Mn,{className:"w-8",embedded:!0,onClick:x,children:o(G,{iconVersion:"normal",name:"RefreshIcon"})})]}),o(Kn,{className:"w-80",onChange:m,value:d,placeholder:"Введите код с картинки"}),u?o("div",{className:"text-error",children:"Неверный код"}):null,c("div",{className:"flex w-80 justify-between",children:[o(Mn,{version:"secondary",onClick:y,children:"Вернуться"}),o(ii,{version:"secondary",disabled:!d,onClick:b,children:"Отправить"})]}),p?o(ai,{blur:!1}):null]})})})),tu=e=>{globalThis.sessionStorage.setItem("accessToken",e.access_token),globalThis.sessionStorage.setItem("refreshToken",e.refresh_token)},nu=({values:e,phoneNumber:t,onSuccess:n,onFail:l})=>{const s=is(),o=s.smsCode?.attempts||0,c=Math.max(ql(s.smsCode?.sendTime||Date.now()),0),[d,m]=a(""),[u,{setTrue:h,setFalse:p}]=nn(!1),[g,f]=a(c),y=r((()=>m("")),[]),b=Boolean(0===g&&s.smsCode?.sendTime),x=o>2||b||!e.every(Boolean),v=r((async()=>{s.smsCode={...s.smsCode,attempts:o+1},h();const a=await(async e=>{const t=Os();return await Ls((t?"/user-data":"")+"/sms/checkCode","POST",{smsText:e.smsText,smsCodesSetName:t?e.smsCodesSetName.key:e.smsCodesSetName,...t&&{phoneNumber:e?.phoneNumber}})})({smsText:e.join(""),smsCodesSetName:{key:"AUTHENTICATION"},phoneNumber:t});if(a.ok){const t=await a.json();tu(t),f(0),y(),s.smsCode=null,n?.(e.join(""))}else 403===a.status?m(o>1?"Исчерпан лимит ввода смс-кода":"Неверный код"):l();p()}),[e,o]);return i((()=>{b?m("Код просрочен"):o>2&&m("Исчерпан лимит ввода смс-кода")}),[b]),{handleSubmit:v,hasError:Boolean(d),errorText:d,isLoading:u,timeNextReq:g,isSubmitButtonDisabled:x,setTimeNextReq:f,setErrorText:m}},au=d((({phone:e,withDescription:t=!0,consents:n,onSuccess:l=En,onClose:s=En,onFail:c=En})=>{const[d,m]=a(Array(4).fill("")),u=is(),h=qa(e),{handleSubmit:p,hasError:g,errorText:f,isLoading:y,timeNextReq:b,isSubmitButtonDisabled:x,setTimeNextReq:v,setErrorText:N}=nu({values:d,phoneNumber:h,onSuccess:l,onFail:c}),w=pn(eu),C=_l({seconds:b,onTick:v}),S=r((async()=>{const e=await(async e=>{const t=Os();return await Ls((t?"/user-data":"")+"/sms/sendCode","POST",{phoneNumber:e.phoneNumber,smsCodesSetName:t?e.smsCodesSetName.key:e.smsCodesSetName})})({phoneNumber:h,smsCodesSetName:{key:"AUTHENTICATION"}});e.ok?(v(180),C(180),N(""),u.smsCode={sendTime:Date.now(),attempts:0}):429===e.status?w.open({phoneNumber:h,sendCode:S}):c()}),[h,C]);return i((()=>{u.smsCode?.sendTime||S()}),[]),o(zl,{isSubmitButtonDisabled:x,onSubmit:p,onSendCode:S,timeNextReq:b,values:d,onChange:m,phone:e,isLoading:y,errorText:f,hasError:g,onClose:s,children:iu(n,t)})})),iu=(e,t=!1)=>t?c(Fe,{itemSize:"list-s",children:[o("span",{children:"Вводя код, я подтверждаю, что ознакомлен и подписываю: "}),o("ul",{children:e?.map(((e,t)=>o("li",{children:e},`${e}-${t}`)))})]}):null,ru={title:"Подпишите согласие на запрос в БКИ",description:"Согласие на запрос в Бюро кредитных историй (БКИ) ускорит решение по кредиту"},lu={title:"Вы уверены, что хотите отказаться от запроса в БКИ",description:"Согласие на запрос в Бюро кредитных историй (БКИ) повысит вероятность одобрения"},su=[{id:"SIGNED",text:"Подписать"},{id:"REFUSE",text:"Отказаться"}],ou=d((({onSubmit:e=En,onClose:t=En})=>{const[n,i]=a(""),[l,s]=a(!1),{openDocument:d}=kc(2),m=r((()=>{e(n)}),[e,n]),u=r((e=>{i(e),s("REFUSE"===e)}),[]),h=l?lu:ru;return o(zn,{onClose:t,children:c("div",{className:"flex flex-col gap-xl items-center",children:[o("div",{role:"button",onClick:d,children:o(w,{className:"text-center text-balance",headingType:"h2",title:h.title})}),o(C,{align:"text-center",children:h.description}),o(Sa,{className:"whitespace-normal",orientation:"horizontal",items:su,value:n,onChange:u}),o(Mn,{disabled:!n,type:"button",onClick:m,children:"Далее"})]})})})),cu={credit_cash:"10",credit_cash_single_doc:"28",credit_mcx:"39",family_offer_credit:"41",gas_engine_fuel:"33",pension_credit:"12",ref_credit:"11",ref_credit_single_doc:"29",self_employed:"34",summer_cash:"35",summer_cash_pens:"36"},du={...cu,amur_card:"14",owner_card:"13",travel_card:"15",amur_debit_card:"17",owner_debit_card:"16",pension_debit_card:"18",salary_debit_card:"38",vordi_debit_card:"40",eco_debit_card:"42",junior_debit_card:"43",appetit_debit_card:"44",owner_debit_card_plus:"46",owner_debit_card_pens_plus:"47"},mu=d((({title:e,icon:t,description:n,onClick:a=En})=>c("button",{className:"flex gap-lg items-center border border-gray/30 rounded-xl cursor-pointer p-4 hover:border-green",type:"button",onClick:a,children:[o(ie,{image:{icon:t,iconVersion:"normal"},width:"78",height:"78"}),c("div",{className:"flex flex-col items-start gap-xs md:w-72 md:mr-lg",children:[e?o(ze,{font:"font-medium",size:"text-s",children:e}):null,n?o(ze,{color:"text-secondary-text",size:"text-xs",children:n}):null]})]}))),uu={email:"EMAIL",phone:"MAIN_PHONE",organizationPhone:"ORGANIZATION_PHONE"},hu={addressRegistration:"REGISTRATION",addressFact:"RESIDENTAL",organizationAddress:"WORK",addressCourier:"DELIVERY"},pu={incomeAverage:"INCOME_AVERAGE",mandatoryPayments:"MANDATORY_PAYMENTS",additionalIncome:"ADDITIONAL_INCOME",otherIncome:"OTHER_INCOME",otherPayments:"OTHER_PAYMENTS",rentalIncome:"RENTAL_INCOME",wages:"WAGES",retirementIncome:"RETIREMENT_INCOME"},gu=e=>Object.entries(e).reduce(((e,[t,n])=>t in uu?[...e,{contactTypeCd:{key:uu[t]},value:n}]:e),[]),fu=e=>Object.entries(e).reduce(((e,[t,n])=>{if(t in hu){const a=Object.fromEntries(Object.entries(n??{}).filter((([e])=>!e.startsWith("qc"))).map((([e,t])=>[e,t??""])));return[...e,{...a,addressType:{key:hu[t]}}]}return e}),[]),yu=e=>{const{familyStatus:t,familyMembers:n,dependents:a,children:i,confirmationIncome:r,wages:l,mandatoryPayments:s,additionalIncome:o,otherIncome:c,otherPayments:d,rentalIncome:m,retirementIncome:u,snils:h,armyIdFlg:p,conscription:g,initiateBankruptcyFlg:f}=e;return{maritalStatusCd:t,totalDependents:n,incomeCertificateCd:r,otherDependents:a,childrenDependents:i,militaryStatusCd:g,participantIncomes:(y={wages:l,mandatoryPayments:s,incomeAverage:bu(l,u),additionalIncome:o,otherIncome:c,otherPayments:d,rentalIncome:m,retirementIncome:u},Object.entries(y).reduce(((e,[t,n])=>t in pu?[...e,{incomeTypeCd:{key:pu[t]},value:Number(n||0)}]:e),[])),snils:h?.replace(/[-\s]/g,""),armyIdFlg:p,initiateBankruptcyFlg:f};var y},bu=(e,t)=>(Number(e??0)+Number(t??0)).toString(),xu={WORK:"Работаю",RETIREE:"Пенсионер"},vu=e=>{const t=e?.find((e=>"WAGES"===e.incomeTypeCd.key))?.value,n=e?.find((e=>"MANDATORY_PAYMENTS"===e.incomeTypeCd.key))?.value,a=e?.find((e=>"ADDITIONAL_INCOME"===e.incomeTypeCd.key))?.value,i=e?.find((e=>"OTHER_INCOME"===e.incomeTypeCd.key))?.value,r=e?.find((e=>"OTHER_PAYMENTS"===e.incomeTypeCd.key))?.value,l=e?.find((e=>"RENTAL_INCOME"===e.incomeTypeCd.key))?.value,s=e?.find((e=>"RETIREMENT_INCOME"===e.incomeTypeCd.key))?.value;return{wages:t,mandatoryPayments:n,incomeAverage:bu(t,s),additionalIncome:a,otherIncome:i,otherPayments:r,rentalIncome:l,retirementIncome:s}},Nu=e=>{const t=e?.find((e=>"REGISTRATION"===e.addressType.key)),n=e?.find((e=>"RESIDENTAL"===e.addressType.key)),a=e?.find((e=>"WORK"===e.addressType.key));return{addressRegistration:t,addressFact:n,organizationAddress:a}},wu=e=>{const t=e?.find((e=>"EMAIL"===e.contactTypeCd.key))?.value,n=e?.find((e=>"MAIN_PHONE"===e.contactTypeCd.key))?.value,a=e?.find((e=>"ORGANIZATION_PHONE"===e.contactTypeCd.key))?.value;return{email:t,phone:n,organizationPhone:a}},Cu=(e,t)=>e?.key?{key:e.key,text:t?t[e.key]:e.value}:void 0,Su=(e=!1,t=!1)=>e?{nextStepLink:"/debit-card-lead",newTaskLink:"/natural/debetcards",description:"На дебетовую карту"}:t?{nextStepLink:"/credit-lead",newTaskLink:"/natural/loans/all-goals",description:"На получение кредита"}:{nextStepLink:"/credit-card-lead",newTaskLink:"/natural/creditcards/svoya",description:"На получение кредитной карты"},ku=d((function({task:e,isFromLead:t=!1,isDebit:n=!1,sendAspects:a=En,onClose:i=En}){const l=rc(),s=Xt(),{participants:d,creditProgram:m,createdDate:u="",id:h}=e,p=du[m.code],g=Boolean(cu[m.code]),f=Su(n,g),{id:y,profile:b}=d[0],x=r((()=>{const t=(e=>{const t=e.participants[0],{classCard:n,codeWord:a,paymentSystemTypeCd:i,currencyCode:r}=e,{loanAmount:l,creditPeriod:s,paymentTypeCd:o}=e,{birthDate:c,midname:d,name:m,surname:u,birthPlace:h,dulIssueDate:p,dulIssuedBy:g,dulNumber:f,dulSerie:y,dulSubdivisionCode:b,educationLevelCd:x,registrationDate:v,houseTypeCd:N,genderCd:w,participantContacts:C=[],participantAddresses:S=[],employmentContractDate:k,employmentTypeCd:I,organizationName:T,organizationInn:R,organizationActivityTypeCd:D,organizationTypeCd:P,organizationKindCd:E,employeesNumberCd:_,opf:B,seniority:O,generalSeniority:M,jobsNumber:A,lastWorkDuration:F,positionCd:L,maritalStatusCd:z,childrenDependents:V,totalDependents:$,otherDependents:j,militaryStatusCd:q,participantIncomes:U,snils:W,armyIdFlg:H,bankruptcyFlg:Y,shareholderFlg:G,nameLegalEntity:K,creditInRshbCd:J,payrollCardRshbFlg:X,consentInsuranceFlg:Q}=t;return{currency:r?.key,paymentSystem:Cu(i),cardCategory:Cu(n),codeWord:a,limitedBirthday:c,middleName:d,name:m,surname:u,birthPlace:h,dulIssueDate:p,dulIssuedBy:g,dulNumber:f,dulSerie:y,dulSubdivisionCode:b,education:Cu(x),participantDateRegistration:v,housing:Cu(N),beginDate:k,employment:Cu(I,xu),organizationName:T,inn:R,isDadataOrganization:Boolean(R),employerActivities:Cu(D),organization:Cu(P),employerOrganization:Cu(E),amountWorkers:Cu(_),legalForm:B,generalSeniority:O?.toString(),experience5Years:M?.toString(),jobsNumber:A?.toString(),lastJobExperience:F?.toString(),positionOrganization:Cu(L),familyStatus:Cu(z),children:V?.toString(),familyMembers:$?.toString(),dependents:j?.toString(),conscription:Cu(q),snils:W,armyIdFlg:H,bankruptcyFlg:Y,shareholderFlg:G,legalEntityName:K,creditInRshbCd:Cu(J),calculator:{isInsurance:X,isSalaryClient:Q,moneyValue:l,monthsValue:s,isAnnuity:"ANNUITY"===o?.key},...vu(U),...Nu(S),...wu(C),...(Z=w,Z?.key?{sex:"MAN"===Z.key?"male":"female"}:null)};var Z})(e);l.participantId=y??null,l.taskId=h,l.profileId=b?.id??null,l.programId=p,l.leadForm=t,b?.id&&a(b.id,h),s.assign(f.nextStepLink)}),[]),v=r((()=>{s.assign(f.newTaskLink)}),[]);return o(zn,{onClose:i,children:c("div",{className:"flex flex-col gap-lg items-center mt-xs mx-6xl",children:[o(w,{className:"whitespace-pre-wrap text-center",title:"Нашли черновик вашей заявки",headingType:"h5"}),c("div",{className:"flex flex-col gap-m max-w-lg",children:[o(mu,{title:"Продолжить заполнение черновика",icon:"BankColorIcon",description:u?`Черновик от ${ja(new Date(u))}`:"",onClick:x}),o(mu,{title:t?"Продолжить заполнение текущей заявки":"Создать новую заявку",icon:"NewLoanIcon",description:f.description,onClick:t?i:v})]})]})})})),Iu=d((function({isDebit:e,onClose:t=En}){const n=Xt(),a=Su(e),i=r((()=>{n.assign(a.newTaskLink)}),[]),l=r((()=>{n.assign("/")}),[]);return o(zn,{onClose:t,children:c("div",{className:"flex flex-col gap-lg",children:[o(w,{className:"text-center",title:"Заявки не найдены",headingType:"h3"}),o(C,{size:"text-l",align:"text-center",children:"По данному номеру не найдено незавершенных заявок. Вы можете заполнить новую заявку или вернуться на главную страницу"}),o(Mn,{type:"button",className:"w-full",onClick:i,children:"Заполнить новую заявку"}),o(Mn,{type:"button",version:"secondary",className:"w-full",onClick:l,children:"Вернуться на главную"})]})})})),Tu=({participantId:e,taskId:t,profileId:n,formData:a,marketingInfo:i,consents:r})=>{const l=Du(i?.utm_source),s=Ru({participantId:e,profileId:n,formData:a,consents:r});return{sendToBank:!0,taskKind:"SHORT",task:{taskSource:l,id:t,...n?{participants:[s]}:{participant:s},marketingInfo:i}}},Ru=({participantId:e,profileId:t,formData:n,consents:a})=>{const{name:i,surname:r,middleName:l,limitedBirthday:s,phone:o,email:c}=n;return{birthDate:s&&ja(s,!0),id:e,midname:l,name:i,surname:r,...t&&{profile:{id:t}},participantContacts:gu({phone:o&&qa(o),email:c}),roleCd:{key:"BORROWER",value:"Заемщик"},...a}},Du=e=>{switch(e){case"referal_sf":return"ReferalSF";case"vse_svoe":return"vseSvoe";default:return globalThis.location.origin}},Pu=(e,t)=>e?.map((({aspectName:e,params:n})=>({aspectName:e,params:"snowplowEvent"===e?{...n,eventJSON:t}:n}))),Eu=({programId:e,nextStepLink:t,productType:n,data:a,changeSubmitFormStatus:i,isNewMicroservice:l})=>{const[s,{setTrue:o,setFalse:c}]=nn(!1),d=(()=>{const e=Cc();return r((({participantId:t,taskId:n,profileId:a,programId:i,formData:r})=>{e.participantId=t,e.taskId=n,e.profileId=a,e.programId=i,e.leadForm=r}),[])})(),m=is(),u=Cc(),h=(({data:e})=>{const t=tn();return r(((n,a)=>{const i=JSON.stringify({ProfileId:n,TaskId:a});ti({aspectsAttributes:Pu(e,i),aspects:t,ev:{}})}),[e])})({data:a}),p=Xt(),g=r((()=>{p.assign(t)}),[]),f=(e=>{const{open:t}=pn(ou),n=pn(au),a=(t,n,a)=>async i=>{try{t?await Hm({profile:{id:t,consentBkiFlg:!0,smsConsentBki:i}}):n&&a&&await Ym({task:{id:n,participant:{id:a,consentBkiFlg:!0,smsConsentBki:i}},sendToBank:!1,taskKind:"SHORT"}),e()}catch(e){console.log(e)}},i=({phone:t,profileId:i,onFail:r,taskId:l,participantId:s})=>async o=>{"SIGNED"===o&&t?n.open({phone:t,consents:["согласие на запрос информации в БКИ"],onSuccess:a(i,l,s),onFail:r}):e()};return{open:({phone:n,profileId:a,onFail:r,taskId:l,participantId:s})=>t({onSubmit:i({phone:n,profileId:a,onFail:r,taskId:l,participantId:s}),onClose:e})}})(g),y=pn(au),b=(()=>{const{open:e}=pn(ku),{open:t}=pn(Iu);return{open:({task:n,isFromLead:a,isDebit:i,onClose:r,sendAspects:l})=>{n?e({task:n,isFromLead:a,isDebit:i,onClose:r,sendAspects:l}):t({isDebit:i})}}})(),x=()=>{y.close(),i(!1)},v=r((async t=>{try{o();const i=Au(t),r=await(a={profile:{phone:qa(i.phone)}},Fs("/public-data/createUserProfile","POST",a).then((e=>e?.profile?.id||null))),l=u.referalData,s=m.marketingInfo;if(!r)throw new Error;const c=async()=>{await Bu({programId:e,profileId:r,formData:i,productType:n,referalData:l,marketingInfo:s,saveUserData:d,sendAspects:h}),y.close(),"debitCard"===n?g():f.open({phone:i.phone,profileId:r,onFail:x})},p=async()=>{try{const t=await(async e=>{const t=await Fs("/user-data/getLastStatus","POST",e);return"DRAFT"===t?.statusCd?t?.taskId:null})({profileId:r,programId:e});if(t){const e=await(async e=>await Fs("/user-data/getTaskById","POST",e)||void 0)({taskId:t});y.close(),b.open({task:e,isFromLead:!0,isDebit:"debitCard"===n,sendAspects:h,onClose:c})}else await c()}catch{x()}},v=_u(i,n);y.open({phone:i.phone,consents:v,onSuccess:p,onFail:x})}catch{x()}finally{c()}var a}),[]),N=r((async t=>{try{o();const i=Au(t),r=await(a={phone:qa(i.phone),email:i.email},Fs("/public-data/createParticipant","POST",a).then((e=>e?.participantId||null))),l=u.referalData,s=m.marketingInfo;if(!r)throw new Error;const c=async()=>{const t=await Ou({programId:e,participantId:r,formData:i,referalData:l,productType:n,marketingInfo:s,saveUserData:d,sendAspects:h});y.close(),f.open({phone:i.phone,taskId:t,participantId:r,onFail:x})},p=async()=>{try{await c()}catch{x()}},g=_u(i,n);y.open({phone:i.phone,consents:g,onSuccess:p,onFail:x})}catch{x()}finally{c()}var a}),[]);return{isSending:s,handleSubmit:l?N:v}},_u=(e,t)=>{const n=_s[t];return Object.keys(n).filter((t=>e[t])).map((e=>n[e]?.text))},Bu=async({programId:e,profileId:t,formData:n,productType:a,referalData:i,marketingInfo:r,saveUserData:l,sendAspects:s})=>{let o,c;const d=Mu(n,a);await Hm(((e,t,n)=>{const{name:a="",surname:i="",middleName:r="",limitedBirthday:l="",phone:s="",email:o=""}=t;return{profile:{id:e,name:a,surname:i,midname:r,birthDate:l&&ja(l,!0),email:o,phone:qa(s),...n}}})(t,n,d));try{if("debitCard"===a){const t=await(async e=>await Fs("/user-data/createUserTaskDebit","PUT",e)||{})(((e,t,n)=>{const{name:a,surname:i,middleName:r,limitedBirthday:l,phone:s,email:o}=e;return{task:{taskSource:Du(n?.utm_source),creditProgram:{code:fd[t]},participants:[{birthDate:l&&ja(l,!0),midname:r,name:a,surname:i,participantContacts:gu({phone:s&&qa(s),email:o})}],marketingInfo:n}}})(n,e,r));o=t.taskId,c=t.participantId}else{const a=await Um({profileId:t,programId:e});o=a.taskId,c=a.participantId,await Ym(Tu({participantId:c,taskId:o,profileId:t,formData:n,marketingInfo:r}))}i?.referalCode&&await Wm({taskId:o,...i}),s(t,o),l({participantId:c,taskId:o,profileId:t,programId:e,formData:n})}catch(e){console.log(e)}},Ou=async({programId:e,participantId:t,formData:n,referalData:a,productType:i,marketingInfo:r,saveUserData:l,sendAspects:s})=>{let o;const c=Mu(n,i);try{return o=(await Um({participantId:t,programId:e})).taskId,await Ym(Tu({participantId:t,taskId:o,formData:n,marketingInfo:r,consents:c})),a?.referalCode&&await Wm({taskId:o,...a}),s(t,o),l({participantId:t,taskId:o,programId:e,formData:n}),o}catch(e){throw console.log(e),new Error}},Mu=(e,t)=>{const{consentOthersFlg:n,consentPfrFlg:a,processPersonalDataFlg:i,consentInformFlg:r,consentProviderFlg:l,consentInformMaterialsFlg:s,consentFATCA:o}=e;let c;return c="credit"===t?{consentPfrFlg:a,consentInformMaterialsFlg:n,consentPhotoFlg:!1}:"creditCard"===t?{consentInformMaterialsFlg:s,consentPhotoFlg:!1}:{consentFATCA:o,consentPhotoFlg:n},{...c,processPersonalDataFlg:i,consentInformFlg:r,consentProviderFlg:l,consentCollectionFlg:n,consentAssignmentClaimsFlg:n}},Au=e=>({...e,surname:e.surname?.trim(),name:e.name?.trim(),middleName:e.middleName?.trim()}),Fu=(e=!1)=>{const t=globalThis.sessionStorage?.getItem("refreshToken"),n=globalThis.sessionStorage?.getItem("accessToken"),a=globalThis.localStorage.getItem("taskId"),i=Xt();if(!n||!t||!a&&!e)return i.assign("/"),()=>{};const r=async()=>{const e=await Ls("/auth/refresh","POST",{refresh_token:t,access_token:n});if(401===Number(e?.status)&&i.assign("/"),e?.ok){const t=await e.json();globalThis.sessionStorage.setItem("refreshToken",t.refresh_token),globalThis.sessionStorage.setItem("accessToken",t.access_token)}};!e&&r();const l=setInterval(r,24e4);return()=>clearInterval(l)},Lu={surname:"",name:"",middleName:"",limitedBirthday:void 0,phone:"",email:"",processPersonalDataFlg:!1,consentProviderFlg:!1,consentOthersFlg:!1,consentInformFlg:!1,consentPfrFlg:!1,consentInformMaterialsFlg:!1,consentPhotoFlg:!1,consentFATCA:!1},zu=(e,t,n)=>{if(t)return{...t,limitedBirthday:new Date(t?.limitedBirthday||0),...!n&&{esiaAccountTypeCd:{key:""}}};return{...Object.fromEntries(e.map((e=>[e.name,Lu[e.name||""]])))}},Vu=async(e,t,n=!1)=>{const a=new FormData;return a.append("documentCategory",t),a.append("file",e,"file."+(n?"pdf":"xml")),await(globalThis?.fetch?.("/light-api-cash/v1/file",{method:"POST",headers:{...zs()},credentials:"include",body:a}).then((e=>e.json())))},$u=e=>{const{postcode:t,region:n,regionCode:a,locality:i,city:r,street:l,house:s,building:o,block:c,apartment:d}=e,m=[t,n,i||r,l?`ул ${l}`:void 0,s?`д ${s}`:void 0,c?`к ${c}`:void 0,o?`стр ${o}`:void 0,d?`кв ${d}`:void 0].reduce(((e,t)=>t?e?`${e}, ${t}`:t:e),"");return{...e,regionCode:a?.key,fullAddress:m}},ju=e=>Math.floor(e/12),qu=async e=>{const t=[],n=[{file:e.pdfFileWorkbook,category:"CONFIRMING_INCOME_DOC",isPDF:!0},{file:e.pdfFilePayout,category:"CONFIRMING_EMPLOYMENT_DOC",isPDF:!0},{file:e.pdfFileSigPayout,category:"CONFIRMING_EMPLOYMENT_DOC",isPDF:!0},{file:e.xmlFilePayout,category:"CONFIRMING_EMPLOYMENT_DOC",isPDF:!1},{file:e.xmlFileSigPayout,category:"CONFIRMING_EMPLOYMENT_DOC",isPDF:!1},{file:e.xmlFileWorkbook,category:"CONFIRMING_INCOME_DOC",isPDF:!1}];for(const e of n){const n=e.isPDF?"data:application/pdf;base64":"data:application/xml;base64";await fetch(`${n},${e.file}`).then((e=>e.blob())).then((t=>Vu(t,e.category,e.isPDF))).then((e=>t.push(e)))}return t},Uu=e=>{const{profile:t,document:n,addressRegistration:a}=e;if(![t.name,t.surname,t.midname,t.birthDate,t.phone,n.dulIssueDate,n.dulIssuedBy,n.dulNumber,n.dulSerie,n.dulSubdivisionCode,a,t.esiaAccountType].every(Boolean))throw new Error},Wu=(e,t)=>{const{esiaAdditionalDocument:n}=e,a=[n?.pdfFilePayout,n?.pdfFileWorkbook,n?.pdfFileSigPayout,n?.xmlFilePayout,n?.xmlFileSigPayout,n?.xmlFileWorkbook];return[n?.inn,n?.averageMonthlyIncome?.toString(),n?.startWorkDate,n?.workLengthInFiveYears?.toString(),n?.workLength?.toString(),n?.workLengthLastJob?.toString(),n?.jobsNumberInFiveYears?.toString()].every(Boolean)&&(t||a.every(Boolean))},Hu=({inputs:e,productType:t,setEsiaStatus:n,esiaAuthSuccess:a,isNewMicroservice:s})=>{const o=Cc(),c=r((e=>{const t=e instanceof Function?e(d[m]):e;null!=t?d[m]=t:delete d[m]}),[d=o,m="leadForm"]);var d,m;const u=is(),h=globalThis.sessionStorage?.getItem(Qt);(()=>{const e=Cc(),t=tn();i((()=>{const n=new URLSearchParams(decodeURIComponent(globalThis.location?.search)),a=n.get("referalCode"),i=n.get("refererCode"),r=n.get("productId");if(a){e.referalData={refererCode:i,referalCode:a,productId:r};const n=JSON.stringify({refererCode:i,referalCode:a,productId:r});ti({aspectsAttributes:[{aspectName:"snowplowEvent",params:{eventAction:"ownfin_referal_link_attributes",eventJSON:n}}],aspects:t,ev:{}})}}),[])})();const p=l((()=>zu(e,o.leadForm,a)),[e,o.leadForm]),g=r((async(e,a)=>{n(Bs.Pending);try{const i=await(async e=>{const t=Os();return await Fs((t?"/user-data":"")+"/esia/requestProfile","POST",e).then((e=>(e?.access_token&&e?.refresh_token&&(tu(e),Fu(!0)),e)))})({code:e,state:a,redirectUri:globalThis.location?.href,authorize:!0});if(i){const e=await(async(e,t=!1,n=!1)=>{Uu(e);const a=!t&&Wu(e,n),{profile:i,addInfo:r,document:l,addressRegistration:s,addressFact:o,esiaAdditionalDocument:c}=e;let d=[];return a&&!n&&(d=await qu(c)),{...{name:i.name,surname:i.surname,middleName:i.midname,limitedBirthday:i.birthDate,phone:Qr(i.phone),email:i.email,dulIssueDate:l.dulIssueDate,dulIssuedBy:l.dulIssuedBy,dulNumber:l.dulNumber,dulSerie:l.dulSerie,dulSubdivisionCode:l.dulSubdivisionCode,birthPlace:r.birthPlace,addressRegistration:$u(s),esiaAccountTypeCd:t?i.esiaAccountType:{key:""},...o&&{addressFact:$u(o)}},...a&&{snils:r.snils,inn:c.inn,wages:Math.floor(c.averageMonthlyIncome)?.toString(),beginDate:c.startWorkDate,experience5Years:ju(c.workLengthInFiveYears).toString(),generalSeniority:ju(c.workLength).toString(),lastJobExperience:ju(c.workLengthLastJob).toString(),jobsNumber:c.jobsNumberInFiveYears.toString(),esiaAccountTypeCd:i.esiaAccountType,confirmationIncome:{key:"SFR_CERTIFICATE",text:"Запрос Банком доходов из СФР"},employment:{key:"WORK",text:"Работаю"},files:d}}})(i,"debitCard"===t,s);c((t=>({...t,...e}))),n(Bs.Success)}}catch{n(Bs.Error)}}),[]);return i((()=>{o.productType=t,u.marketingInfo=Yu(h,u),u.isNewMicroservice=s||null}),[h]),i((()=>{const e=new URLSearchParams(decodeURIComponent(globalThis.location?.search)),t=e.get("code"),n=e.get("state");t&&n?g(t,n):(sessionStorage.removeItem("accessToken"),sessionStorage.removeItem("refreshToken"))}),[]),p},Yu=(e,t)=>{const n=t.marketingInfo,a=new URLSearchParams(decodeURIComponent(e||""));return a.get("code")?n:{utm_campaign:a.get("utm_campaign"),utm_medium:a.get("utm_medium"),utm_source:a.get("utm_source"),utm_content:a.get("utm_content"),utm_term:a.get("utm_term"),bannerId:a.get("bannerId"),userId:a.get("userId")}},Gu=d((({className:e,title:t,programId:n="",nextStepLink:r="/credit-lead",button:d,productType:m="credit",data:h,isNewMicroservice:p=!1,...g})=>{const[f,y]=a(),[b,x]=a(),[v,N]=a(0),w=s(null),C=l((()=>(e=>{const t=_s[e];return[{columns:2,inputs:[{name:"surname",required:!0,dadata:!0,filledByEsia:!0},{name:"name",required:!0,dadata:!0,filledByEsia:!0},{name:"middleName",dadata:!0,filledByEsia:!0},{name:"limitedBirthday",required:!0,filledByEsia:!0},{name:"phone",required:!0,filledByEsia:!0},{name:"email",required:!0,dadata:!0}]},{inputs:[{name:"processPersonalDataFlg",required:!0},{name:"consentProviderFlg",required:!0},{name:"consentOthersFlg",required:!0},{name:"consentInformFlg"},{name:"consentPfrFlg"},{name:"consentInformMaterialsFlg"},{name:"consentFATCA",required:!0}].filter((e=>e.name&&Object.keys(t).includes(e.name)))}]})(m)),[m]),S=l((()=>Ku(C)),[C]),k=pn(Jl),I=ss();os();const T=l((()=>Ju(m)),[m]),R=l((()=>Rn(S,T)),[S,T]),D=(e=!1)=>{x(e)},P=Hu({inputs:S,nextStepLink:r,productType:m,setEsiaStatus:y,esiaAuthSuccess:f===Bs.Success,isNewMicroservice:p}),{isSending:E,handleSubmit:_}=Eu({programId:n,nextStepLink:r,productType:m,data:h,changeSubmitFormStatus:D,isNewMicroservice:p}),[,{field:B,onSubmit:O,reset:M}]=dn(P,{formValidator:R,onSubmit:_}),A=pn(Vn);return i((()=>{!1===b&&A.open({ok:b,onClose:()=>D(!0)})}),[b]),i((()=>{f&&w?.current&&w.current.scrollIntoView({block:"start"}),f===Bs.Success&&M()}),[w?.current,f]),c(hn,{className:u("container space-y-m",e),title:t,...g,children:[f||I?null:o(Vs,{onChangeEsiaStatus:y,productType:m}),c("form",{onSubmit:e=>{B("processPersonalDataFlg")?.value||(N((e=>e+1)),v>0&&k.open({attempts:v})),O?.(e)},className:"space-y-m relative",ref:w,children:[f===Bs.Pending?o(ai,{blur:!1}):null,C.map(((e,t)=>c("div",{className:u(Rl(e.columns),"grid gap-x-m"),children:[Dl(e.title),$m({field:B,inputs:e?.inputs},m)]},`section-${t}`))),qm(d,E),f===Bs.Error?o(ze,{size:"text-m",font:"font-medium",color:"text-error",children:"Использовать Госуслуги для оформления заявки невозможно, необходимо заполнить поля вручную."}):null]})]})})),Ku=e=>e?.flatMap((e=>e?.inputs))||[],Ju=e=>({...Es,limitedBirthday:Ts(e)}),Xu=d((({title:e,description:t})=>{const n=De();return c("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[o(ie,{image:{icon:"MagnifierIcon",iconVersion:"normal"},width:"120",height:"120"}),o(k,{title:e,description:t,headlineVersion:n?"L":"S",isEmbedded:!0,className:"space-y-s"})]})})),Qu=e=>e%2!=0,Zu="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs",eh=d((({topItemsCount:e=0,label:t,block:n,blocksToRender:a=[],...i})=>{const[r,l]=e>0?[a.slice(0,e),a.slice(e)]:[a,[]],[s,{toggle:d}]=nn(!1);return c("div",{className:u("space-y-2xs",{hidden:!a.length}),children:[c("div",{className:u(Zu),children:[P(r,{...i.options,parent:n}),Qu(r.length)?o(Kt,{className:"col-span-6",...i}):null]}),c(ro,{children:[c(lo,{className:u(Zu),isUnfolded:s,children:[P(l,{...i.options,parent:n}),Qu(l.length)?o(Kt,{className:"col-span-6",...i}):null]}),o(io,{className:u("text-h4",{hidden:e<1}),label:t,isUnfolded:s,disabled:!l?.length,dataTheme:i.options?.page?.colorPalette,onClick:d})]})]})})),th=(e=!1)=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",nh=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`}),ah=10;function ih(e=0){const t=Math.round(e*ah);return Array.from({length:t}).fill(0).map(((e,n)=>Math.min(n/t)),1).concat(1)}const rh=d((({className:e,style:t,idx:n,activeIndex:a,observerOptions:c,children:d,onIntersection:m})=>{const h=function(e,{sensitivity:t,rootRef:n}={}){const a=s(null),r=l((()=>({threshold:ih(t),root:n?.current})),[t,n?.current]);return i((()=>{if(!a.current)return;const t=new IntersectionObserver(e,r);return t.observe(a.current),()=>{t.disconnect()}}),[e,r]),a}(r((e=>{e.length&&m&&m(n||0,e[e.length-1])}),[m,n]),c);return o("div",{className:u("inline-block snap-always box-border",e),style:t,"aria-current":Boolean(n===a),ref:h,role:"listitem",children:d})})),lh=["min-w-full","lg:min-w-[50%]","lg:min-w-[33.3%]","lg:min-w-[25%]"],sh=d((({className:e,itemClassName:t,containerRef:n,activeIndex:a,visibleItemCount:i=0,gap:l=0,padding:c=0,listType:d="horizontal-list",snapAlign:m="snap-center",minHeight:h,children:p,onVisibleItemsChange:g,onVisibleIndicesChange:f})=>{const y={sensitivity:1,rootRef:n},b=s([]),x=r(((e,t)=>{const n=[...b.current||[]];n[e]=t,b.current=n,g&&g(n),f&&f(ch(n))}),[g,f]),v=i>0?l*Number(i)-1:0,N="vertical-list"===d,w="horizontal-list"===d,C={...w?oh(c,v):{},...N?nh(h):{},gap:`${l}px`};return o("div",{className:u("box-border overflow-auto no-scrollbar",d,e),style:C,ref:n,role:"list",children:(S=(e,n)=>o(rh,{className:u(m,i?lh[i-1]:"",{"h-full":N},t),style:w?oh(c/4):{},activeIndex:a,idx:n,observerOptions:y,onIntersection:x,children:e},String(n)),e=>null==e?e:Array.isArray(e)?e.map(S):S(e,0))(p)});var S})),oh=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),ch=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),dh={"horizontal-list":"w-6","vertical-list":"h-6"},mh=({activeIndex:e,onClick:t,listType:n="horizontal-list"})=>(a,i)=>o("div",{className:u("cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white",i===e?dh[n]:"w-2 h-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>t(i)},String(i)),uh=({activeIndex:e,onClick:t})=>(n,a)=>{const i=a===e,r=i?"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",l=i?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=i?"text-l":"text-m group-data-secondary:text-white/80";return c("button",{type:"button",onClick:()=>t(a),"aria-label":n?.title,className:u("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",r),children:[o("div",{className:l,children:n?.title}),o("div",{className:u("text-secondary-text font-light",s),children:n?.description})]},String(a))},hh=e=>t=>e.scrollWidth/t,ph=e=>(t,n)=>{e.scrollBy({left:n*hh(e)(t),behavior:"smooth"})},gh=({itemCount:e,onVisibleIndicesChange:t})=>{const n=s(null),[i,l]=a([]),o=r((e=>{l((t=>{return(n=t)===(a=e)||Boolean(n&&a&&n?.length===a?.length&&n.every(((e,t)=>e===a[t])))?t:e;var n,a})),t&&t(e)}),[t]),[c,d]=i.length?[Xc()(i),Kc()(i)]:[-1,-1],m=c>0,u=d<e-1,h=r((()=>{var t;n.current&&(m?ph(n.current)(e,-1):(t=n.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=r((()=>{n.current&&(u?ph(n.current)(e,1):n.current.scrollTo({left:0,behavior:"smooth"}))}),[e,u]),g=r(((e,t={behavior:"smooth",block:"nearest",inline:"center"})=>{n?.current&&n.current.children[e]?.scrollIntoView(t)}),[n]);return[n,{scrollLeft:h,scrollRight:p,scrollTo:g,canScrollLeft:m,canScrollRight:u,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},fh={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},yh=d((({className:e="",activeIndex:t=0,dotCount:n=0,listType:a="horizontal-list",version:l,navButtons:s=[],containerRef:c,containerScroll:d})=>{const m=De(),[h,p]=gh({itemCount:s.length}),g=bh(Boolean(s?.length));i((()=>{s?.length&&t>=0&&h?.current&&p.scrollTo(t,g)}),[t]);const f=r((e=>{e!==t&&c?.current&&d?.scrollTo(e,g)}),[c?.current]);return s?.length&&!m?o(sh,{containerRef:h,snapAlign:"snap-start",itemClassName:"h-36 flex items-stretch w-screen",gap:8,children:s.map(uh({activeIndex:t,onClick:f}))}):n?o("div",{className:u("flex gap-xs",fh[a],l?"group":"",e,{"pb-xl":s?.length&&m}),"data-ver":l,children:Array.from({length:n}).fill(null).map(mh({activeIndex:t,onClick:f,listType:a}))}):null})),bh=(e=!1)=>({behavior:e?"auto":"smooth"}),xh=d((({className:e,name:t,...n})=>o(Mn,{className:u("w-12 h-12 min-w-12 min-h-12",e),shape:"round",...n,children:o(G,{name:t,iconVersion:"",size:"small"})}))),vh=d((e=>o(xh,{name:"ArrowLeftIcon",version:"secondary",ariaLabel:"Пролистать влево",...e}))),Nh=d((e=>o(xh,{name:"ArrowRightIcon",version:"secondary",ariaLabel:"Пролистать вправо",...e}))),wh="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",Ch=d((({className:e,scroll:t,hasBlur:n,arrowsPadded:a,isBottom:i})=>{const{canScrollLeft:r,canScrollRight:l,scrollLeft:s,scrollRight:d}=t,m=a&&!i;return c("div",{className:e,children:[n?Sh(t):null,r?o(vh,{wcmsIgnore:!0,className:u(kh(i),m?"left-1":"left-0"),onClick:s}):null,l?o(Nh,{wcmsIgnore:!0,className:u(kh(i),m?"right-1":"right-0"),onClick:d}):null]})})),Sh=e=>c("div",{children:[e.canScrollLeft?o("div",{className:u(wh,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?o("div",{className:u(wh,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),kh=(e=!1)=>u("absolute z-40",e?"bottom-[56px]":"top-[calc(50%-24px)]"),Ih=d((({className:e,version:t,gap:n=14,padding:a=16,visibleItemCount:i=1,listType:r="horizontal-list",snapAlign:l,minHeight:s,showArrows:d,hasBlur:m,arrowsPadded:h,showDots:p,children:g,onVisibleIndicesChange:f,navButtons:y})=>{const b=Array.isArray(g)?g.length:0,[x,v]=gh({itemCount:b,onVisibleIndicesChange:f}),[N]=v.visibleIndicesRange;return c("div",{className:u(e,"vertical-list"===r?"relative h-full":""),children:[o(sh,{containerRef:x,activeIndex:N,visibleItemCount:i,gap:n,padding:a,listType:r,snapAlign:l,minHeight:s,onVisibleIndicesChange:v.handleVisibleIndicesChange,children:g}),o(Ch,{className:u(!d&&"hidden lg:block"),scroll:v,hasBlur:m,arrowsPadded:h,isBottom:Boolean(y?.length)}),o(yh,{className:u(!p&&"lg:hidden"),activeIndex:N,dotCount:b,listType:r,version:t,navButtons:y,containerRef:x,containerScroll:v})]})})),Th=({blocksToRender:e,...t})=>o(Ih,{visibleItemCount:0,gap:0,arrowsPadded:!0,children:P(e,{...t.options,parent:t.block,renderProps:(e,t,n)=>o("div",{className:u("relative min-w-80",th(!0)),children:R(e,t)},String(n))})}),Rh=d((({blocksSection:e,blocksToRender:t=[],notFound:n,...a})=>{switch(e?.view){case"grid":return c("div",{children:[Dh(n,t),o(eh,{...e,...a,blocksToRender:t})]});case"carousel":return c("div",{className:"relative",children:[Dh(n,t),Th({...a,blocksToRender:t})]});default:return null}})),Dh=(e,t)=>e&&!t.length?o(Xu,{...e}):null,Ph=e=>t=>t.reduce(((t,n,a)=>t.length?t.concat({...e,key:`sep-${a}`},n):[n]),[]),Eh=d((({value:e,onChange:t,items:n=[],multiple:a})=>n.map((n=>o(Vr,{text:n?.title,value:[e].flatMap((e=>e)).includes(n.value),onChange:()=>(n=>{if(!t)return;const i=e?.includes(n);t(a?i?(e||[]).filter((e=>e!==n)):[...e||[],n]:i?[]:[n])})(n.value),type:a?"checkbox":"radio"},n.value))))),_h=d((({children:e,filtrationSchema:t,resetButton:n,field:a,reset:i})=>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,Ph(o("div",{className:"h-full w-px bg-gray hidden @4xl:block"}))(Object.entries(t).map(Bh(a)).filter(Boolean))]}),n?o("div",{children:o(Mn,{type:"reset",className:"w-full @4xl:w-56 @4xl:ml-s",onClick:i,children:n?.text})}):null]}))),Bh=e=>([t,n])=>{const a=n?.type;return"array"===a?Oh(t,e)(n):null},Oh=(e,t)=>n=>{const a=n?.items?.enum?.map(((e,t)=>({value:e,title:n?.items?.enumNames?.[t]||""})))||[];return c("div",{className:"flex-1",children:[n?.title?o("div",{className:"mb-m",children:o(ze,{size:"text-m",font:"font-medium",color:"text-primary-text",children:n.title})}):null,o(Eh,{items:a,multiple:!n?.single,...t(e)})]},e)},Mh=e=>e;function Ah(e,...t){return e.map(((e,n)=>[e,...t.map((e=>e[n]))]))}const Fh=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,Lh=(e,t)=>Object.entries(e).map((([n,a])=>"number"==typeof a?Array.isArray(t[n])?((e,t)=>n=>Fh(t[e])||Fh(n[e])||n[e]?.includes(t[e]))(n,e):((e,t)=>n=>Fh(t[e])||Fh(n[e])||zh(t[e])<=zh(n[e]))(n,e):"object"==typeof a&&"min"in a&&"max"in a?((e,t)=>n=>Fh(t[e])||Fh(n[e])||zh(t[e]?.min)>=zh(n[e]?.min)&&zh(t[e]?.min)<=zh(n[e]?.max))(n,e):Array.isArray(a)?((e,t)=>n=>Fh(t[e])||Fh(n[e])||t[e]?.every((t=>n[e]?.includes(t))))(n,e):((e,t)=>n=>Fh(t[e])||Fh(n[e])||t[e]===n[e])(n,e))).every((e=>e(t))),zh=e=>Number(e||0),Vh=(e,{block:t,page:n,normalize:a=Mh})=>{const i=t?.blocks||[],[r,s]=dn(e),o=l((()=>Ah(i,i.map((e=>Ut(e.content,n?.fallback))))),[i,n?.fallback]),c=r===e?i:((e,t)=>(n=Mh)=>e?.filter((([,e])=>Lh(t,n(e)||{}))).map((([e])=>e)))(o,r)(a);return[r,{blocksToRender:c,blocksWithProps:o},s]},$h={},jh={},qh=Yt((({className:e,filtrationSchema:t=$h,consumerField:n={},resetButton:a,...i})=>{const[,{blocksToRender:r},{field:l,reset:s}]=Vh(jh,{block:i.block,page:i.options?.page}),d=o(ma,{className:"w-64",label:n?.title,options:Uh(n),...l("consumer",{parse:({key:e})=>[e],format:([e]=[])=>Uh(n).find((t=>t.key===e))||{key:""}})});return c(g,{className:u(e),defaultPadding:"p-0",version:"transparent",...i,children:[o(_h,{filtrationSchema:t,field:l,reset:s,children:c("div",{children:[d,o("div",{children:o(Mn,{type:"reset",className:"mt-lg w-64",onClick:s,version:a?.version,children:a?.text})})]})}),o(Rh,{blocksToRender:r,...i})]})}),{childrenTypes:["CarouselTariffsCard"],childSchema:e=>({...e?.filtrationSchema,...e?.consumerField?{consumer:e?.consumerField}:{}})}),Uh=e=>Ah(e.items?.enum||[],e.items?.enumNames||[]).map((([e,t])=>({key:e,text:t}))),Wh=(e=!1)=>e?"text-left":"text-center",Hh={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},Yh=d((({className:e,iconBgVersion:t="primary",size:n,icon:a,...i})=>{const r=`${n?.width??44}px`;return a?o("div",{className:u("rounded-icon object-fit flex justify-center items-center",Hh[t],e),style:{width:r,height:r},role:"figure",children:o(G,{name:a,width:"54%",...i})}):null})),Gh=d((({className:e="",title:t,benefitList:n,...a})=>{const i=De();return c(g,{className:e,defaultPadding:"p-6xl",...a,children:[t?o(w,{headingType:"h3",as:"h2",className:Wh(i),title:t}):null,n?.length?o("div",{className:"flex flex-col @md:flex-row flex-wrap w-full @md:justify-center mt-xl gap-5xl",role:"list",children:n.map(Kh)}):null]})})),Kh=({label:e,description:t,__html:n,icon:a,isDotted:i=!1,iconBgVersion:r},l)=>c("div",{className:"flex gap-m items-center @md:basis-1/2 @md:max-w-lg",role:"listitem",children:[a?.icon?o(Yh,{className:"shrink-0",iconBgVersion:r,...a}):null,a?.src?o(ie,{className:"shrink-0",image:a}):null,e?c("div",{className:"@sm:h-full space-y-xs",children:[o(w,{headingType:"h6",children:e}),o(ze,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),n?o(Fe,{__html:n,isDotted:i,itemSize:"list-s"}):null]}):null]},String(l)),Jh=(e,t,n)=>{return o(Ih,{children:e.map((a=n,({icon:e,title:t,description:n},i)=>c("div",{className:u("flex flex-col gap-1","justify-between p-m h-full border border-gray",{"justify-center":!n&&!t}),children:[t?o(ze,{size:"text-h6",font:"font-normal",align:a,children:t}):null,e?o(ie,{image:e,height:"180",className:"w-auto mx-auto"}):null,n?o(ze,{size:"text-h6",font:"font-normal",align:a,children:n}):null]},String(i))))});var a},Xh=d((({bonusBenefits:e,cardTextAlign:t="text-center",className:n="",columnsCount:a="4",subtitle:i,title:r,...l})=>c(g,{className:u("space-y-3xl",n),defaultPadding:"p-6xl",...l,children:[o(k,{defaultPadding:"",title:r,description:i,headlineVersion:"M"}),e?.length?Jh(e,0,t):null]}))),Qh={start:"justify-start",center:"justify-center",end:"justify-end"},Zh=d((({buttons:e,className:t="",align:n,...a})=>{const i=n&&u("flex",Qh[n]);return o(g,{className:u("!bg-transparent",i,t),defaultPadding:"p-0",...a,children:Ye(e)})})),ep=d((({rate:e=0,title:t="Ставка",unit:n,fractionDigits:a=2,depositeName:i,isShowDepositeName:r,color:l="text-secondary-text"})=>c("div",{children:[o(ze,{size:"text-l",font:"font-light",color:l,children:t}),c("div",{className:"relative",children:[c("div",{className:"flex @xl:justify-center gradient-color-text gap-xs",children:[o("span",{className:"font-mohave text-title-huge -mt-m tracking-[-15px]",children:Xe(a,{fixed:!0})(e)}),n?o("span",{className:"text-7xl mt-5",children:n}):null]}),i&&r?o("div",{className:"absolute bottom-2 w-full text-left whitespace-nowrap",children:i}):null]})]}))),tp=d((({title:e="Ставка"})=>c("div",{className:"space-y-s lg:min-w-96",children:[o(ze,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o(G,{className:"w-10 h-auto lg:w-40",name:"PercentIcon"}),o("div",{className:"w-64",children:o(C,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Процентная ставка не найдена, выберите другие параметры"})})]}))),np=({title:e="Ставка",rate:t=0,unit:n="%",fractionDigits:a=2,color:i="text-secondary-text",children:r,...l})=>t?c("div",{className:"flex flex-col",children:[o("div",{className:"hidden lg:block min-w-96",children:o(ep,{title:e,rate:t,unit:n,fractionDigits:a,color:i,...l})}),o(Oc,{className:"lg:hidden",title:e,value:t,postfix:n,fractionDigits:a,fixed:!0,color:i,...l}),r]}):o(tp,{title:e,...l}),ap={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},ip={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},rp=(e,t)=>{const{travelExpenseValue:n,restExpenseValue:a}=e,[i,r]=((e,t,n)=>{const{maxBonus:a=5e3,prefMonthsNum:i=ap.prefMonthsNum,prefTravelBonusRate:r=ap.prefTravelBonusRate,prefRestBonusRate:l=.01,travelBonusRate:s=.015,restBonusRate:o=.01}=e,c=Math.min(Math.round(r*t)+Math.round(l*n),a);return[c,c*i+Math.min(Math.round(s*t)+Math.round(o*n),a)*(12-i)]})(t||ip,n,a);return{...t,...e,monthBonus:i,yearBonus:r}},lp=Yt((({className:e="",title:t,calcSource:n,buttons:a,footnote:i,...r})=>{const[l,{field:s}]=dn({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:d,maxSumTravel:m,minSumOther:h,maxSumOther:p,monthBonus:g,yearBonus:f}=rp(l,n);return o(Dc,{className:e,title:t,...r,children:c("section",{className:u(Pc,e),children:[c("div",{className:Ec,children:[Wc({title:"Сумма покупок в категории путешествия, ₽",min:d,max:m,step:500,isShowItems:!1,...s("travelExpenseValue")}),Wc({title:"Сумма покупок в остальных категориях, ₽",min:h,max:p,step:500,isShowItems:!1,...s("restExpenseValue")})]}),o("div",{className:"mb-s",children:g>=0?np({title:"Баллов за месяц",rate:g,fractionDigits:0,unit:"",color:"text-primary-text"}):null}),c("div",{className:_c,children:[f>=0?o(Oc,{title:"Баллов за год",value:f,color:"text-primary-text"}):null,Ye(a,{isVertical:!0}),Vc(i)]})]})})})),sp=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,op=e=>qc({...e,title:"Выплата процентов",orientation:"vertical",items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),cp=" (c капитализацией)",dp=({income:e,finalSum:t,postfix:n="₽",buttons:a=[],footnotes:i=[],isCapitalization:r=!1})=>c("div",{className:_c,children:[o(Oc,{title:`Доход в конце срока${r?cp:""}`,value:e,postfix:n,prefix:"+"}),o(Oc,{title:`Сумма в конце срока${r?cp:""}`,value:t,postfix:n}),Ye(a,{isVertical:!0}),i?.map(Vc)]}),mp={UL:"businessdepositrates",IP:"selfemployeddepositrates"};const up={minSum:1e3,maxSum:100000001,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},hp=(e,t)=>{const{daysValue:n,moneyValue:a,isPartialWithdrawal:i,isReplenished:r,isMonthlyInterestPayment:l}=e,s=r||i,o=n<90||n>730,c=function(e){const t=e?.rateType?mp[e?.rateType]:"",{data:n}=yi(t?`${$a}/depositrates/${t}`:null,Vt);return Array.isArray(n)?n:[]}(t),d=c?.find((e=>l===e.isMonthlyInterestPayment&&pp(s,e)&&td(a,["minSum","maxSum"],e)&&td(n,["minDays","maxDays"],e)))||up,{rate:m}=d,u=gp(m,e),h=a+u,p=c||[up];return{...d,...ed(["minSum","maxSum"],p),...ed(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:o,income:u,finalSum:h}},pp=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,gp=(e,t)=>{const{isMonthlyInterestPayment:n,moneyValue:a,daysValue:i}=t;return n?Math.round(a*Math.pow((1200+e)/1200,i/30)-a):Math.round(a*e*i/365/100)},fp=Yt((({className:e="",title:t,buttons:n,footnote:a,bottomFootnote:i,isShowDepositeName:r,defaultParams:l,rateParams:s,...d})=>{const[m,{field:h}]=dn({moneyValue:Lc(l,1e5),daysValue:zc(l,60),isReplenished:Boolean(l?.isReplenished),isPartialWithdrawal:Boolean(l?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(l?.isMonthlyInterestPayment)}),p=hp(m,s),{income:g,finalSum:f,rate:y,depositeName:b}=p;return o(Dc,{className:e,title:t,...d,children:c("section",{className:u(Pc,e),children:[c("div",{className:Ec,children:[Wc({title:"Сумма, ₽",min:p.minSum,max:p.maxSum,...h("moneyValue"),value:p.moneyValue}),(x={title:"Срок, дней",min:p.minDays,max:p.maxDays,...h("daysValue"),value:p.daysValue},o(Ei,{items:[`От ${sp(x.min||0)}`,`До ${sp(x.max||0)}`],step:1,...x})),c("div",{className:"flex flex-col sm:flex-row gap-y-m gap-x-5xl",children:[yp(p,h),op({...h("isMonthlyInterestPayment")})]})]}),np({rate:y,depositeName:b,isShowDepositeName:r}),dp({income:g,finalSum:f,buttons:n,footnotes:[a,i]})]})});var x})),yp=(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(ba,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),o(ba,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),bp=e=>{const t=[...e];t.sort((([e],[t])=>e-t));let n=1;for(;n<t.length;){const[e,a]=t[n-1],[i,r]=t[n];a>=i?t.splice(n-1,2,[e,Math.max(a,r)]):n++}return t},xp={minSum:5e4,maxSum:100000001,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0,isReplenish:!1,isWithdrawn:!1,type:""},vp=(e,t,n)=>{const{moneyValue:a,monthsValue:i}=e,r=t?.[0]?Cp(t[0].minMonths,t[0].maxMonths):0,l=!n?.isShowMonthlyInterestPayment,s=!n?.isShowRemoteRegistration,o=!n?.isShowReplenish,c=!n?.isShowWithdrawn,d=!n?.isShowNewClient,m=t?.find((t=>[wp({row:t,userInputParams:e,paramKey:"isReplenish",isExclude:o}),wp({row:t,userInputParams:e,paramKey:"isWithdrawn",isExclude:c}),wp({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:l}),wp({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:s}),d||e?.isNewClient===t?.isNewClient,td(a,["minSum","maxSum"],t),td(i||r,["minMonths","maxMonths"],t)].every(Boolean)))||xp,{rate:u}=m,h=e?.extraPercent?.key??0,p=Number(u)+Number(h),g=Np(p,e),f=a+g,y=t||[xp];return{...m,...ed(["minSum","maxSum"],y),...ed(["minMonths","maxMonths"],y),availableMonths:bp(y.map((e=>[e.minMonths,e.maxMonths]))).flatMap((([e,t])=>((e,t,n=1)=>Array.from({length:Math.abs(t-e)/n+1},((a,i)=>t>=e?e+i*n:e-i*n)))(e,t))),...e,defaultMonth:r,income:g,finalSum:f}},Np=(e,t)=>{const{isMonthlyInterestPayment:n,moneyValue:a,monthsValue:i}=t;return n?Math.round(a*Math.pow((1200+e)/1200,i)-a):Math.round(a*e*30*i/365/100)},wp=({row:e,userInputParams:t,paramKey:n,isExclude:a})=>a||t[n]===e[n],Cp=(e,t)=>e+Math.round((t-e)/2),Sp=(e="rub")=>"rub"===e,kp=(e,t)=>{const{minMonths:n,maxMonths:a}=ed(["minMonths","maxMonths"],Dp(t,e?.currency)),i=e.monthsValue||Math.round((n+a)/2);return{monthsValue:Ii(i,n,a)}},Ip=(e,t)=>{const{minSum:n,maxSum:a}=ed(["minSum","maxSum"],Dp(t,e?.currency)),i=e.moneyValue||n;return{moneyValue:Ii(i,n,a)}},Tp=(e,t)=>({currency:e?.currency??t?.map((e=>e.currency))?.[0]}),Rp=e=>{const t=Sp(e?.currency?.key);return{isReplenish:t&&e?.isReplenish,isWithdrawn:t&&e?.isWithdrawn}},Dp=(e,t)=>{const{rates:n}=e?.find((e=>e?.currency.key===t?.key))??{};return n??e?.[0]?.rates},Pp=(e,t=!1)=>t?qc({...e,title:"Оформление",orientation:"vertical",items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]}):null,Ep=(e,t,n)=>{const a="rub"!==e?.currency?.key;return c("div",{className:"grid grid-cols-2 gap-lg",children:[_p(t("isReplenish"),e,a),Bp(t("isWithdrawn"),e,a),Op(e.isShowReplenish||e.isShowWithdrawn),e.isShowMonthlyInterestPayment?op(t("isMonthlyInterestPayment")):null,Pp(t("isRemoteRegistration"),e.isShowRemoteRegistration),Mp(t("extraPercent"),n),e.isShowNewClient?o(ba,{text:"Новый сберегатель",...t("isNewClient")}):null]})},_p=(e,t,n=!1)=>t.isShowReplenish?qc({...e,title:"Пополнение",orientation:"vertical",items:[{id:"withReplenish",text:"С пополнением"},{id:"withoutReplenish",text:"Без пополнения"}],disabled:n}):null,Bp=(e,t,n=!1)=>t.isShowWithdrawn?qc({...e,title:"Снятие",orientation:"vertical",items:[{id:"wthDrawn",text:"Со снятием"},{id:"noWithdrawn",text:"Без снятия"}],disabled:n}):null,Op=(e=!1)=>e?o("div",{className:"border-b border-main-divider col-span-2 w-full"}):null,Mp=(e,t)=>t?.length?c("div",{className:"w-full space-y-s col-span-2",children:[o(ze,{color:"text-secondary-text",font:"font-light",children:"Надбавка за операции по карте"}),o(ma,{options:t,...e})]}):null,Ap={isMonthlyInterestPayment:"isMonthlyInterestPayment",isRemoteRegistration:"isRemoteRegistration",isReplenish:"isReplenish",isWithdrawn:"isWithdrawn",moneyValue:"minSum",extraPercent:"extraPercent"},Fp={text:"₽",key:"rub"},Lp={text:"Без учета надбавки",key:"0"},zp=Yt((({className:e,title:t,calcSource:n,buttons:a=[],footnote:l="",paramsViewSettings:s,defaultParams:d,...m})=>{const{rows:h}=n??{},p=h?.map((e=>e.currency))??[Fp],g=r((e=>t=>e?{...t,...Rp(t),...Ip(t,e),...kp(t,e),...Tp(t,e)}:t)(h),[h]),[f,{field:y}]=dn({moneyValue:Lc(d,2e4),monthsValue:zc(d,1),isMonthlyInterestPayment:Boolean(d?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(d?.isRemoteRegistration),isReplenish:Boolean(d?.isReplenish),isWithdrawn:Boolean(d?.isWithdrawn),isNewClient:Boolean(d?.isNewClient),currency:Fp,extraPercent:d?.extraPercent??Lp},{normalizer:g}),b=Up(y),x=Boolean(y?.("isNewClient")?.value),v=h?.find((e=>e?.extraPercents))?.extraPercents,N=Dp(h,b),w=vp(f,N,s),{rate:C,income:S,finalSum:k,type:I=""}=w,T=r((()=>{Hc({field:y,defParams:Ac(N,x,v),calcParams:w,monthsValue:"minMonths",map:Ap})}),[y,h,v]);i((()=>{!ld(d)&&N&&T()}),[d,h]);const R=y?.("extraPercent")?.value?.key,D=qp(C,R),P=C===Ac(N,x)?.rate&&R===v?.at(-1)?.key;return o(Dc,{className:e,title:t,...m,children:c("section",{className:u(Pc,e),children:[c("div",{className:Ec,children:[c("div",{className:"flex gap-m",children:[Wc({className:"w-full",title:`Сумма, ${b?.text}`,min:w.minSum,max:w.maxSum,...y("moneyValue"),value:w.moneyValue,postfix:b?.text,step:Vp(b?.key)}),h&&h?.length>1?o(ua,{label:"Валюта",options:p,...y("currency")}):null]}),$c({title:"Срок, месяцев",min:w.minMonths,max:w.maxMonths,availableMonths:w.availableMonths,...y("monthsValue"),value:w.monthsValue}),Ep({...w,...s},y,v)]}),np({rate:D,children:jp(T,P)}),dp({income:S,finalSum:k,buttons:[...a,$p(n?.buttons,I)],footnotes:[l],postfix:b?.text,isCapitalization:y("isMonthlyInterestPayment").value})]})})})),Vp=(e="")=>Sp(e)?1e3:100,$p=(e=[],t="")=>{const{type:n,...a}=e.find((e=>e.type===t))??{};return a},jp=(e,t=!1)=>t?null:o(Mn,{type:"button",version:"secondary",onClick:e,children:"Показать максимальную ставку"}),qp=(e,t)=>Number(e)+Number(t??0),Up=e=>e?.("currency")?.value??Fp,Wp=e=>Hp({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Hp({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Hp=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:a,viewSettingFieldKey:i})=>!!n&&!n[i]||t[a]===e[a],Yp={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Gp=(e,t,n)=>{const{moneyValue:a,monthsValue:i,oldMonthlyPayment:r,moneyExtra:l}=e,s=t?.rateRows||[Yp],o=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>Wp({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:c,maxSum:d}=Zc(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:u}=Zc(["minMonths","maxMonths"],o,s),h=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:a,monthsValue:i,oldMonthlyPayment:r,moneyExtra:l})=>e?.find((e=>Wp({row:e,userInputParams:t,paramsViewSettings:n})&&td(a+l,["minSum","maxSum"],e)&&td(r,["minSumOld","maxSumOld"],e)&&td(l,["minSumExtra","maxSumExtra"],e)&&td(i,["minMonths","maxMonths"],e)))||Yp)({rateRows:s,userInputParams:e,paramsViewSettings:n,moneyValue:a,monthsValue:i,oldMonthlyPayment:r,moneyExtra:l}),{rate:p}=h,g=Yc(p,e),f=e.oldMonthlyPayment-g;return{...h,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:u,moneyValue:a,monthsValue:i,oldMonthlyPayment:r,moneyExtra:l,monthlyPayment:g,benefit:f}},Kp=Yt((({className:e="",title:t,calcSource:n,buttons:a,footnote:i,paramsViewSettings:r,...s})=>{const[d,{field:m}]=dn({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),h=Gp(d,n,r),p=l((()=>Mc(n?.rateRows)?.rate),[n?.rateRows]),g=Uc({...m("isAnnuity")});return o(Dc,{className:e,title:t,...s,children:c("section",{className:u(Pc,e),children:[c("div",{className:Ec,children:[Wc({title:"Остаток долга в других банках, ₽ ",step:500,min:h.minSum,max:h.maxSum-h.maxSumExtra,...m("moneyValue"),value:h.moneyValue}),Wc({title:"Ежемесячный платёж в других банках, ₽",step:500,min:h.minSumOld,max:h.maxSumOld,...m("oldMonthlyPayment"),value:h.oldMonthlyPayment}),$c({title:"Новый срок кредита, месяцев",min:h.minMonths,max:h.maxMonths,...m("monthsValue"),value:h.monthsValue}),Jp({...h,...r},m),h.isExtraMoney?Wc({title:"Дополнительная сумма, ₽ ",step:500,min:h.minSumExtra,max:h.maxSumExtra,...m("moneyExtra"),value:h.moneyExtra}):null,o("div",{className:"sm:hidden pb-m border-b border-main-divider",children:g})]}),c("div",{className:u(_c,"@4xl:w-1/2"),children:[o(Oc,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(Oc,{title:"Ставка от",value:p,fractionDigits:2,postfix:"%"}),o(Oc,{title:"Ежемесячный платёж",value:h.monthlyPayment,postfix:"₽"}),h.benefit>0?o(Oc,{title:"Выгода в месяц",value:h.benefit,postfix:"₽"}):null,o("div",{className:"hidden sm:block mb-lg",children:g}),Ye(a,{isVertical:!0}),Vc(i)]})]})})})),Jp=(e,t)=>c("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?o(ba,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?o(ba,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,o(ba,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),Xp=d((e=>{const{onChange:t,min:n,max:a,defaultValue:i="0",fractionDigits:l=0,...s}=e,c=ki(e,{normalize:(e=i)=>n&&a?String(Ii(Number(Qp(e)),n,a)):Qp(e),format:Xe(l)}),d=r((e=>t&&t(Qp(e))),[t]);return o(Kn,{onChange:d,...s,...c})})),Qp=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),Zp=d((e=>o(Xp,{...e,fractionDigits:2,children:o("div",{className:"absolute right-4 bottom-4",children:o(ze,{size:"text-xl",font:"font-light",children:"₽"})})}))),eg={private:"p2p/registerP2P",business:"b2c/registerB2C"},tg=({onClose:e,errorCode:t,errorMessage:n})=>{const a=t?`Код ошибки - ${t}`:"Пожалуйста, повторите позднее";return o(zn,{maxWidth:"lg",onClose:e,children:c("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:[o(ie,{image:{icon:"ResponseFailIcon",iconVersion:"normal"},width:"136",height:"136"}),o(k,{className:"w-full",title:"Ошибка перевода",description:a,headlineVersion:"XS",isEmbedded:!0}),n?c("div",{className:"bg-secondary-dark rounded-xl p-m grid gap-m grid-cols-12",children:[o("div",{className:"col-span-8",children:n}),o("div",{className:"col-span-4",children:o(ie,{image:{icon:"ResponseFailIcon",iconVersion:"normal"}})})]}):null]})})},ng=e=>{const t=pn(tg),n=is(),a=Xt(),i="private"===e?"p2p":"b2c";return r((async({amount:r})=>{const l=await(async(e,t)=>{const n=Xt(),a={amount:String(t),currency:"643",returnUrl:`${n.origin}/p2p/success`,failUrl:`${n.origin}/p2p/failed`,language:"ru"},i=`${$a}/payment/${eg[e]}`;try{const e=await fetch(i,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(a)});return e.ok?await e.json():null}catch(e){return null}})(e,r);(e=>Boolean(e?.formUrl)&&Boolean(e?.orderId))(l)&&(n.transaction={orderId:l.orderId,type:i,url:a.href},a.assign(`${i}/?formUrl=${encodeURIComponent(l.formUrl)}`)),(e=>Boolean(e?.errorMessage)&&0!==e?.errorCode)(l)&&t.open({errorCode:l.errorCode,errorMessage:l.errorMessage})}),[e])},ag={amount:1500},ig=d((({className:e="",title:t="Укажите сумму перевода",label:n="Сумма перевода",button:a,formType:i="private",...r})=>{const l=ng(i),[{amount:s},{field:d,onSubmit:m}]=dn(ag,{onSubmit:l});return c(g,{className:u("flex flex-col gap-4xl items-center",e),defaultPadding:"p-6xl",...r,children:[t?o(w,{className:"self-start xl:self-center",headingType:"h3",title:t}):null,c("form",{className:"w-full xl:max-w-md space-y-lg",method:"POST",onSubmit:m,children:[o(Zp,{valid:s>0,label:n,max:3e5,min:1,...d("amount",{parse:Number,format:String})}),o("input",{type:"hidden",name:"amount",value:s}),a?.text?o(ii,{className:"w-full",disabled:s<=0,children:a.text}):null]})]})})),rg=({className:e,text:t="ХИТ"}={})=>c("div",{className:u("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[o(G,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),o(C,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),lg="relative h-full",sg={small:"lg:min-w-64",normal:"lg:min-w-80 xl:min-w-96",big:"lg:min-w-[515px]"},og=({noCardBorder:e,cardSize:t="normal",isNavButtons:n=!1,...a})=>{const{blocks:i}=a.block||{},r=i?.some(mg),l=n?{defaultPadding:"p-6xl pb-m"}:{};return E({...a,renderProps:(n,a,i)=>c("div",{className:cg(n,{someCardsHighlighted:r}),children:[R(n,a,{className:dg(n,{someCardsHighlighted:r,showBorder:!e,cardSize:t}),...l,blockIndex:i}),mg(n)?rg({className:"absolute top-0 -right-4 z-40"}):null]},String(i))})},cg=(e,{someCardsHighlighted:t})=>u(lg,t&&(mg(e)?"pt-3xl":"pt-16")),dg=(e,{someCardsHighlighted:t,showBorder:n,cardSize:a="normal"})=>u(lg,"min-w-80",sg[a],t&&(mg(e)?"pt-16":"pt-3xl"),th(n),n&&"h-full"),mg=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,ug=Yt((({className:e,visibleItemCount:t=0,noCardBorder:n,arrowsPadded:a=!0,isGap:i=!0,cardSize:r="normal",isNavButtons:l=!1,...s})=>o(g,{className:u(e),defaultPadding:"p-6xl",...s,children:o(Ih,{className:u("relative max-w-full"),visibleItemCount:t,snapAlign:"snap-start",gap:i?16:0,padding:0,arrowsPadded:a,navButtons:l?hg(s?.block?.blocks):[],hasBlur:!0,children:og({noCardBorder:n,cardSize:r,isNavButtons:l,...s})})})),{childrenTypes:["CarouselCard","CarouselCatalogCard","CarouselRecommendationCard","CarouselTariffsCard","RichTextBlock","ProductBlock"],childSchema:()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}})}),hg=e=>e?.map((e=>{const t=e?.content;return{title:t?.title,description:t?.additionalDescription||t?.description}}))??[],pg={black:"bg-black",white:"bg-white"},gg=d((({className:e="",title:t,description:n,image:a,price:i,button:r,colors:l=[],align:s="text-left",padding:d,...m})=>o(g,{className:u("flex flex-col justify-left",e),defaultPadding:"p-2xl",...m,children:c(_e,{className:"h-full",padding:d,title:o(k,{title:t,description:n,headlineVersion:"XS",isEmbedded:!0,align:s,className:"min-h-24"}),rightImage:a?.src?o(ie,{className:"flex justify-center align-center mb-xl",image:a}):null,buttons:Ye([r],{buttonClassName:"w-full self-end"}),children:[l?.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:"Цвета:"})}),l.map(fg)]}):null,i?c(ze,{size:"text-h3",align:"text-left",children:[i," ₽"]}):null]})}))),fg=(e,t)=>o("figure",{className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${pg[e]}`},String(t)),yg=d((({className:e="",href:t,target:n,onClick:a,data:i,children:r})=>{const l=be()({href:t,target:n,onClick:a});return o(t?"a":"div",{className:u("block",e),...t?l:{},role:t?"link":"none",...ve(i),children:r})})),bg=[{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"}}],xg=d((({className:e="",media:t,showButtonText:n,stretched:i,version:r="white",children:l})=>{if(!t?.length)return null;const[s,d]=a(),m=t?.map((e=>{const{href:t,icon:a,text:i}=e,{iconMapped:l}=(e=>bg.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),o=He(a)?a:l,c=n?{text:i}:{text:""},m=e?.icon?.iconVersion||"color";return!s&&i&&d(!0),{...e,...c,icon:{...o,iconVersion:m},version:e?.version??r}})),h=u("border border-solid hover:border-transparent border-main-divider","group-data-primary:border-main-divider group-data-gray:border-green group/media",{"basis-auto":!n&&!s},vg(i));return c("div",{className:u("flex flex-col gap-m xl:gap-xs",e),"aria-label":"Социальные сети",children:[o("div",{className:"flex gap-xs",children:Ye(m,{className:Ng(s??!1,i??!1,n),buttonClassName:h})}),l?o(ze,{size:"text-s",font:"font-light",color:"text-secondary-text",children:l}):null]})})),vg=(e=!1)=>e?"flex-1 @lg:flex-initial justify-center":"",Ng=(e,t,n=!1)=>u(e||t?"basis-full":"",t&&(!n||!e)?"flex-nowrap":""),wg=d((({className:e,padding:t,description:n,additionalDescription:a,href:i,icon:r,isDotted:l,__html:s,socialMedia:d=[],target:m,title:h,align:p="text-left",benefits:f,imageOptions:{directionRight:y=!0,isImageAlwaysOnRight:b=false,isImageSecondary:x=!1}={},data:v,...N})=>o(g,{className:u("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...N,children:o(yg,{href:i,target:m,className:"h-full",data:Pu(v),children:c(_e,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:o(k,{title:h,description:n,headlineVersion:"XS",isEmbedded:!0,align:p}),...ot(He(r)?o(ie,{image:r}):null,y),buttons:d.length?o(xg,{media:d,stretched:!0,showButtonText:!0,version:N?.version}):null,isImageAlwaysOnRight:b,isImageSecondary:x,imageAlign:"center",children:[o(We,{benefits:f}),s?o(Fe,{__html:s,isDotted:l,itemSize:"list-s"}):null,Cg(a,p)]})})}))),Cg=(e,t)=>e?o(C,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,Sg=new he,kg=(e,t)=>{const{title:n,description:a,buttons:i}=e;return c("div",{className:"py-lg border-b border-main-divider",children:[n?o("div",{className:"opacity-80",children:o(ze,{size:"text-m",color:"text-secondary-text",children:n})}):null,a?o("div",{className:"mt-2xs",children:o(ze,{size:"text-xl",color:"text-primary-text",children:a})}):null,i?.length?o("div",{className:"text-primary-main",children:Ye(i)}):null]},String(t))},Ig=d((({className:e="",title:t,align:n="text-center",icon:s,button:d,visibleCellsCount:m=1,cardCells:h=[],options:p,data:f,...y})=>{const b=l((()=>h.map(kg)),[h]),[x,v]=l((()=>m>0?[b.slice(0,m),b.slice(m)]:[b,[]]),[m,b]),[N,C]=a(!1);i((()=>Sg.subscribe("fold",(e=>{e&&p?.parent&&e.parent===p?.parent&&C(e.isUnfolded)}))),[p?.parent]);const S=r((()=>{Sg.fire("fold",{type:"fold",isUnfolded:!N,parent:p?.parent})}),[N,p?.parent]);return c(g,{className:u("flex flex-col",e),defaultPadding:"p-2xl",...y,children:[o(ie,{className:"self-center",image:s}),t?o(w,{className:u("pt-xs",n),headingType:"h5",title:t}):null,d?.text?o(ke,{className:"w-full mt-m mb-lg",...d}):null,v.length?c(ro,{children:[c("div",{children:[x,o(lo,{isUnfolded:N,children:v})]}),h.length>=m?o(io,{className:"mt-m",label:N?"Скрыть":"Подробнее о тарифе",isUnfolded:N,embedded:!0,data:f,onClick:S}):null]}):o("div",{children:x})]})})),Tg=d((({text:e,value:t})=>c("div",{className:"space-y-xs w-full",children:[o(ze,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}),o("div",{className:"w-full text-2xl bg-main-gray px-4 py-3 rounded-md",children:Xe()(t)})]}))),Rg=d((({cashbacks:e})=>{const{mounth:t,year:n}=Dg(e);return c("div",{className:"w-full flex flex-col gap-lg",children:[o(w,{className:"text-left",headingType:"h5",as:"h2",title:"Результат расчета"}),o(Fe,{__html:'Категории покупок для расчета баллов предварительные.<br />Подробнее по условиям и начислениям можно узнать во вкладке <a href="#docs">документы</a>'}),c("div",{className:"flex flex-col @xs:flex-row gap-lg",children:[o(Tg,{text:"Баллов в месяц",value:t}),o(Tg,{text:"Баллов в год",value:n})]})]})})),Dg=e=>e.reduce(((e,t)=>{const n=Number(t.percent.key)/100*t.sum;return{mounth:Math.min(e.mounth+n,5e3),year:Math.min(e.year+12*n,6e4)}}),{mounth:0,year:0}),Pg=[{text:"Категория 1,5%",key:"1.5"},{text:"Категория 3%",key:"3"},{text:"Категория 5%",key:"5"},{text:"Категория 10%",key:"10"},{text:"Категория 15%",key:"15"}],Eg=[{text:"Категория 1,5%",key:"1.5"},{text:"Категория 3%",key:"3"}],_g=d((({categories:e,cashback:t,showIncreasedPercents:n,maxInputRange:i,deleteImage:r,onDelete:l,onChange:s})=>{const[d,m]=a(Bg(e)),u=0===t.id;return c("div",{className:"w-full space-y-m",children:[c("div",{className:"space-y-xs",children:[o(ze,{size:"text-m",color:"text-primary-text",font:"font-light",children:"Выберите категорию"}),c("div",{className:"flex gap-m",children:[o(ma,{className:"w-full",isManualInput:u,placeholder:"Выберите категорию",options:Og(u,n),value:t.percent,onChange:e=>{s({...t,percent:e})}}),u?null:o(Mn,{version:"secondary",onClick:()=>l(t.id),shape:"round",className:"px-4 rounded-md",children:o(ie,{image:r})})]})]}),e?.length&&!u?o(ma,{label:"Выберите категорию покупок",placeholder:"Выберите категорию покупок",options:e,value:d,onChange:m}):null,o(Ei,{step:500,title:"Сумма покупок в категории",min:0,max:i,value:t.sum,onChange:e=>{s({...t,sum:e})}})]})})),Bg=e=>e?.[(new Date).getTime().toString().slice(-1)],Og=(e,t)=>e?[]:t?Pg:Eg,Mg=[{id:0,percent:{text:'Категория 1% "На всё"',key:"1"},sum:5e3}],Ag={href:"/natural/debetcards/svoya-plus",text:"Оформить карту",target:"_self"},Fg=["5","10","15"],Lg=d((({maxInputRange:e=3e5,image:t,deleteImage:n,infoImage:i,className:r="",button:l=Ag,...s})=>{const{cashbacks:d,categories:m,onAddNewCashback:h,onChangeCashback:p,onDeleteCashback:f,onResetCashback:y}=(()=>{const{data:e}=ec("CASHBACK_CATEGORY"),[t,n]=a(Mg);return{cashbacks:t,categories:e?.map((e=>({key:e.key||"",text:e.value})))||[],onAddNewCashback:()=>n((e=>[...e,{id:e[e.length-1].id+1,percent:{text:"Категория 1,5%",key:"1.5"},sum:5e3}])),onChangeCashback:e=>n((t=>t.map((t=>t.id===e.id?e:t)))),onDeleteCashback:e=>n((t=>t.filter((t=>t.id!==e)))),onResetCashback:()=>n(Mg)}})(),b=t?.src?o(ie,{image:t,className:"hidden w-full @xl:block",imageClassName:"justify-self-center"}):null;return c(g,{className:u("flex flex-col justify-center items-center gap-lg",r),defaultPadding:u("p-6xl"),...s,children:[o(k,{title:"Калькулятор расчета баллов",description:"Можно выбрать не более 5 категорий, одна из них из повышенной категории",headlineVersion:"XL",isEmbedded:!0}),c("div",{className:"flex flex-row items-start gap-lg",children:[c("div",{className:"w-full flex flex-col justify-center items-center gap-lg",children:[d.map((t=>o(_g,{categories:m,cashback:t,showIncreasedPercents:Vg(t,d),maxInputRange:e,deleteImage:n,onDelete:f,onChange:p},String(t.id)))),zg(d.length,h,y),o(Rg,{cashbacks:d}),o(fc,{__html:"<p>Полученные баллы можно конвертировать в рубли и компенсировать покупки у партнеров. Подробнее в <a href='#docs'>документах</a></p>",image:i}),o(ke,{className:"w-full @lg:w-auto self-start",href:l.href,text:l.text,target:l.target,version:"primary"})]}),b]})]})})),zg=(e,t,n)=>c("div",{className:"w-full flex flex-col gap-lg",children:[e<5?o(Mn,{className:"self-start text-primary-main",embedded:!0,version:"secondary",onClick:t,children:"Добавить еще"}):null,e>2?o(Mn,{className:"self-start",version:"secondary",onClick:n,children:"Сбросить все категории"}):null]}),Vg=(e,t)=>Fg.includes(e.percent.key)||!t.some((e=>Fg.includes(e.percent.key))),$g=d((({step:e=10,description:t,showPercentage:n=!0})=>c("div",{children:[o("div",{className:"h-4 w-full bg-gray relative",children:o("div",{className:"h-4 bg-green",style:{width:`${e}%`}})}),c("div",{className:"relative",children:[n?c("div",{className:"absolute left-2/4 text-green",children:[e,"%"]}):null,t?o("div",{className:"text-right pr-m text-gray",children:t}):null]})]}))),jg=d((({step:e=1,totalSteps:t=6,stepsTitles:n=[]})=>{const a=l((()=>(e+1)/t*100),[e,t]);return o("div",{className:"py-lg px-5xl bg-white col-span-12",children:c("div",{children:[c("span",{className:"font-bold mr-s",children:["Шаг ",e+1," из ",t,"."]}),n[e]||null,o($g,{step:a,showPercentage:!1})]})})}));var qg;!function(e){e.process="IN_PROCESS",e.ok="APPROVED",e.fail="CANCELLED",e.pre_decision="PRE_DECISION",e.approved="APPROVED",e.cancelled="CANCELLED",e.failed="FAILED",e.draft="DRAFT",e.rework="REVISION",e.dboClient="DBO_CLIENT",e.clientNotOk="CLIENT_NOT_OK",e.notFound="NOT_FOUND"}(qg||(qg={}));const Ug=e=>Fs("/user-data/getTaskStatus","POST",e),Wg=async e=>{const t=await Fs("/user-data/sendSignalToProcess","POST",e);return t?.statusCd||null},Hg=d((({title:e,interval:t=0,onEnd:n=En})=>{const[i,r]=a(t);_l({seconds:t,onTick:r,onEnd:n});const l=100-(t-i)/t*100;return c("div",{children:[e?o(k,{title:e,headlineVersion:"S"}):null,c("div",{className:"relative flex items-center justify-center w-24 h-24 rounded-full bg-gray text-transparent mb-5",children:[o("div",{className:"absolute inset-0 rounded-full",style:{background:`conic-gradient(rgb(66, 171, 68) ${l}%, rgb(125, 126, 127) 0deg)`}}),o("div",{className:"z-10 flex items-center justify-center w-20 h-20 rounded-full bg-white text-primary-text text-m",children:o(Fl,{seconds:i})})]})]})})),Yg=d((({title:e,description:t,sectionInfoTitle:n,sectionInfo:a,sectionAdditionalTitle:i,sectionInfoAdditional:r,buttonText:l,interval:s,onExpire:d=En,...m})=>c(g,{...m,children:[c("div",{className:"flex flex-col md:flex-row items-center",children:[o(k,{headlineVersion:"M",title:e,description:t,align:"text-left",padding:"p-xl",className:"w-full"}),s?o(Hg,{interval:s,onEnd:d}):null]}),o(Gg,{title:n,items:a}),o(Gg,{title:i,items:r,countColumns:!0}),l?o(si,{href:"/natural",text:l,version:"primary",className:"w-full mt-lg"}):null]}))),Gg=({title:e,items:t,countColumns:n=!1})=>{const a=De();return t?c("div",{children:[o("hr",{className:"w-full h-px bg-main-gray border-0"}),c("div",{className:"p-xl",children:[e?o(ze,{color:"text-primary-text",size:"text-h5",children:o("div",{className:u({"mb-m":Boolean(e)}),children:e})}):null,t?o("div",{className:u("grid grid-cols-1 gap-m",Rl(n||a?1:2)),children:t.map(((e,t)=>o("div",{children:Kg(e)},t)))}):null]})]}):null},Kg=({label:e,description:t})=>c("div",{className:"flex flex-col",children:[o(ze,{color:"text-secondary-text",size:"text-l",children:e}),o(ze,{color:"text-primary-text",size:"text-xl",children:t})]}),Jg=d((()=>o(Yg,{title:"Благодарим Вас за ожидание",description:"В настоящий момент Банк не может одобрить Вашу заявку на кредит. Попробуйте подать заявку позже. Спасибо за обращение в АО «Россельхозбанк».",buttonText:"Вернуться на главную"}))),Xg=d((({onExpire:e})=>{const{statusInfo:t}=rc();return o(Yg,{interval:300,title:"Заявка успешно отправлена",description:"Не закрывайте окно, скоро сообщим результат",sectionInfoTitle:"Заявленные условия по кредиту",sectionInfo:[{label:"Название продукта",description:"Кредитная карта"},{label:"Категория",description:t?.cardCategory}],onExpire:e})})),Qg=d((()=>{const{statusInfo:e}=rc(),t="courier"===e?.methodObtain;return o(Yg,{title:"Благодарим вас за ожидание, но нам требуется больше времени для принятия решения",description:t?"":"Посетите выбранное отделение банка с необходимыми документами и так завершите оформление кредита.",sectionAdditionalTitle:t?"Адрес доставки":"В отделении Банка",sectionInfoAdditional:t?[{description:e?.deliveryAddress}]:[{label:"Регион",description:e?.regionRetail},{label:"Адрес",description:e?.addressRetail}],sectionInfo:[{label:"Основные документы:",description:"- Паспорт РФ"}],buttonText:"Вернуться на главную"})})),Zg=d((()=>{const{statusInfo:e}=rc();return o(Yg,{title:"Банк одобрил вам кредит",description:"Обратитесь в отделение банка, чтобы завершить оформление и получить ваш кредит",sectionInfo:ef(e),buttonText:"Вернуться на главную"})})),ef=e=>{const t=[{label:"Название продукта",description:"Кредитная карта"},{label:"Категория",description:e?.cardCategory}];return e?.deliveryAddress&&e?.deliveryDate?t.concat([{label:"Адрес доставки",description:e?.deliveryAddress},{label:"Дата доставки",description:ja(e?.deliveryDate)}]):t},tf=["CREATE_APPLICATION_SHORT_SIGNAL","CREATE_APPLICATION_LOAN_V3_SIGNAL"],nf=d((()=>{const[e,t]=a(qg.process),{taskId:n}=rc();i((()=>{(async()=>{for(const e of tf)await Wg({signalType:e,taskId:n})})()}),[n]);const l=r((async e=>{const a=await Ug({taskId:n});a&&a?.statusCd!==qg.process&&(e(),t(a.statusCd))}),[n]);El(l,3e4);const s=r((()=>t(qg.rework)),[]);return af(e,s)})),af=(e,t)=>({IN_PROCESS:o(Xg,{onExpire:t}),CANCELLED:o(Jg,{}),FAILED:o(Jg,{}),DRAFT:o(Jg,{}),APPROVED:o(Zg,{}),PRE_DECISION:o(Zg,{}),REVISION:o(Qg,{})}[e]||o(Qg,{})),rf=e=>(t,n)=>t.filter((e=>e)).map((t=>[lf(n,e),sf(t,e),of(t,e),uf(t,e),cf(t,e),df(t,e),mf(t,e)].some(Boolean)?{...t,required:!1}:t)),lf=(e,t)=>2===e&&"RETIREE"===t("employment")?.key,sf=({name:e},t)=>"wages"===e&&"RETIREE"===t("employment")?.key&&!t("inn"),of=({name:e},t)=>"partInBusiness"===e&&"BUSINESS_OWNER"!==t("positionOrganization")?.key,cf=({name:e,filledByEsia:t},n)=>e?.startsWith("address")&&n("esiaAccountTypeCd")?.key&&t,df=({name:e},t)=>"addressFact"===e&&t("addressMatch"),mf=({condition:e},t)=>e?.name&&e?.values?.some((n=>{const a=t(e?.name);return n!==(a?.key??a)})),uf=({name:e},t)=>"snils"===e&&!t("snils")&&hf(t),hf=e=>"PFR_CERTIFICATE"!==e("confirmationIncome")?.key,pf={...Fm,...Lm},gf=({field:e,inputs:t,params:n})=>t.map(Tl(e,n,pf)),ff=({sections:e,field:t,step:n,params:a})=>e?.map((({inputs:e=[],columns:i,title:r,condition:l},s)=>{const c=rf(yf(t))(e,n),d=[mf({condition:l},yf(t))?null:Dl(r),...gf({field:t,inputs:c,params:a})].filter(Boolean).map(((e,t)=>({...e,key:e.key??`elem-${t}`})));return d.length?o("div",{className:u(Rl(i),"grid gap-x-m"),children:d},`section-${s}`):null})),yf=e=>t=>e(t)?.value,bf=({formState:e,inputs:t,step:n,productType:a})=>{return Rn(rf((t=>e[t]))(t,n),{...Es,limitedBirthday:Ts(a),dulIssueDate:(r=e.limitedBirthday,Cs(14,r)("Укажите дату выдачи паспорта")),generalSeniority:(i=e.lastJobExperience,ln((e=>"string"==typeof e&&/^[0-9]{1,2}$/g.test(e)&&(!i||Number(e)>=Number(i))))("Укажите количество лет стажа")),beginDate:Ns(e.limitedBirthday),participantDateRegistration:ws(e.limitedBirthday),organizationName:Ss(e.isDadataOrganization),inn:ks(e.isDadataOrganization)})(e);var i,r},xf=d((({step:e,isSending:t,onPrevStep:n})=>{const a=5===e;return c("div",{className:"flex justify-between gap-m",children:[o(Mn,{version:"secondary",disabled:0===e,onClick:n,children:"Назад"}),o(ii,{isLoading:t,children:a?"Отправить заявку":"Далее"})]})})),vf=(e,t,n)=>({...n[e],...t,limitedBirthday:Nf(t?.limitedBirthday),dulIssueDate:Nf(t?.dulIssueDate),participantDateRegistration:Nf(t?.participantDateRegistration),beginDate:Nf(t?.beginDate),deliveryDate:Nf(t?.deliveryDate)}),Nf=e=>{try{return e?new Date(e):void 0}catch(e){return}},wf=(e=!1)=>[{surname:"",name:"",middleName:"",sex:"",limitedBirthday:void 0,birthPlace:"",phone:"",email:"",dulSerie:void 0,dulNumber:void 0,dulIssueDate:void 0,dulSubdivisionCode:"",dulIssuedBy:"",addressRegistration:{fullAddress:"",fiasCode:""},participantDateRegistration:void 0,addressFact:{fullAddress:"",fiasCode:""},housing:void 0},{amountWorkers:{key:"",text:""},beginDate:void 0,employerActivities:{key:"",text:""},employerOrganization:{key:"",text:""},employment:{key:"",text:""},experience5Years:void 0,inn:void 0,jobsNumber:void 0,lastJobExperience:void 0,legalForm:"",organization:{key:"",text:""},organizationAddress:{fullAddress:"",fiasCode:""},organizationName:"",isDadataOrganization:!1,organizationPhone:"",partInBusiness:void 0,positionOrganization:{key:"",text:""}},{familyStatus:{key:"",text:""},familyMembers:void 0,dependents:void 0,confirmationIncome:{key:"",text:""},wages:void 0,mandatoryPayments:void 0,snils:"",armyIdFlg:!!e&&void 0,esiaAccountTypeCd:{key:"",text:""},initiateBankruptcyFlg:!e&&void 0}],Cf=[{paymentSystem:{key:"",text:""},currency:"810",codeWord:""},...wf(),{bankruptcyFlg:!1,shareholderFlg:!1,legalEntityName:"",creditInRshbCd:void 0},{regionRetail:{key:"",text:""},addressRetail:{key:"",text:""},bankEmployeeCode:void 0,addressCourier:{fullAddress:"",fiasCode:""},methodObtain:void 0,deliveryDate:void 0}],Sf=e=>{const{currency:t,paymentSystem:n,cardCategory:a,codeWord:i}=e;return{currencyCode:t?{key:t}:void 0,paymentSystemTypeCd:n,classCard:a,codeWord:i}},kf=e=>{const{beginDate:t,employment:n,organizationName:a,inn:i,legalForm:r,organization:l,amountWorkers:s,employerActivities:o,employerOrganization:c,generalSeniority:d,lastJobExperience:m,experience5Years:u,jobsNumber:h,organizationPhone:p,organizationAddress:g,positionOrganization:f,partInBusiness:y}=e;return{employmentContractDate:ja(t||"",!0),employmentTypeCd:n,organizationName:a,organizationInn:i,organizationActivityTypeCd:o?.key?o:void 0,organizationTypeCd:l,organizationKindCd:c,employeesNumberCd:s,opf:r,seniority:d,generalSeniority:u,jobsNumber:h,lastWorkDuration:m,positionCd:f?.key?f:void 0,participantContacts:gu({organizationPhone:p&&qa(p)}),participantAddresses:fu({organizationAddress:g}),ownershipShare:"BUSINESS_OWNER"===f?.key?y:void 0}},If=e=>{const{limitedBirthday:t="",sex:n,birthPlace:a,dulIssueDate:i="",dulIssuedBy:r,dulNumber:l,dulSerie:s,dulSubdivisionCode:o,education:c,participantDateRegistration:d,housing:m,addressRegistration:u,addressFact:h,addressMatch:p}=e;return{birthDate:ja(t,!0),birthPlace:a,dulIssueDate:ja(i,!0),dulIssuedBy:r,dulNumber:l,dulSerie:s,dulSubdivisionCode:o?.replace("-",""),educationLevelCd:c,registrationDate:d?ja(d,!0):void 0,homeMatchFlg:p,houseTypeCd:m,participantAddresses:fu({addressRegistration:u,addressFact:p?u:h}),genderCd:n?{key:"male"===n?"MAN":"WOMAN"}:void 0}},Tf=e=>e?new Date(e).toISOString().split(".")[0]:"",Rf=e=>{const{methodObtain:t,deliveryDate:n="",deliveryTime:a}=e,i="courier"===t,r=a?{deliveryTimeCd:{key:a}}:{};return i?{courierDeliveryFlg:i,deliveryDate:Tf(n.toString().replace(/(GMT)[+-]\d{4}/,"GMT+0000")),office:{id:"3"},...r}:{}},Df=e=>{const{addressRetail:t,methodObtain:n}=e;return t?.key&&"office"===n?{office:{id:t.key}}:{}},Pf=(e,t)=>{switch(e){case 0:default:return{};case 1:return If(t);case 2:return kf(t);case 3:return yu(t);case 4:return(e=>{const{bankruptcyFlg:t,shareholderFlg:n,legalEntityName:a,creditInRshbCd:i}=e;return{bankruptcyFlg:t,shareholderFlg:n,nameLegalEntity:a,creditInRshbCd:i}})(t);case 5:return(e=>{const{addressCourier:t,methodObtain:n}=e;return"courier"===n?{participantAddresses:fu({addressCourier:t})}:{}})(t)}},Ef=({step:e,onNextStep:t,onFinish:n})=>{const[a,{setTrue:i,setFalse:s}]=nn(!1),o=5===e,c=rc(),d=l((()=>vf(e,c.leadForm,Cf)),[e,c.leadForm]),m=r((e=>{const{leadForm:t}=c;o&&e.ok&&t&&(c.statusInfo={regionRetail:t?.regionRetail?.text,addressRetail:t?.addressRetail?.text,deliveryAddress:t?.addressCourier?.fullAddress,cardCategory:t?.cardCategory?.text,deliveryDate:t?.deliveryDate},c.leadForm=d)}),[o,d]),u=r((async a=>{i(),c.leadForm=a;try{const{taskId:i,profileId:r,participantId:l}=c;if(i&&r&&l){const t=await Ym((({participantId:e,taskId:t,profileId:n,formData:a,step:i=0})=>({sendToBank:!0,taskKind:"UNITED",task:{id:t,...Df(a),authorizedAgentId:a?.bankEmployeeCode,participants:[{id:e,profile:{id:n},roleCd:{key:"BORROWER",value:"Заемщик"},...Pf(i,a)}],...Sf(a),...Rf(a),files:a?.files}}))({participantId:l,taskId:i,profileId:r,step:e,formData:a}));m(t)}o?n?.():t()}catch(e){}finally{s()}}),[o,m]);return[d,u,a]},_f=d((({step:e,sections:t,onPrevStep:n,onNextStep:a,onFinish:i})=>{os();const s=l((()=>t?.flatMap((e=>e?.inputs||[]))),[t]),d=r((t=>bf({formState:t,inputs:s,step:e,productType:"creditCard"})),[s]),[m,u,h]=Ef({step:e,onNextStep:a,onFinish:i}),[,{field:p,onSubmit:g}]=dn(m,{formValidator:d,onSubmit:u});return c("form",{onSubmit:g,className:"space-y-m",children:[ff({sections:t,field:p,step:e}),o(xf,{isSending:h,step:e,onPrevStep:n})]})})),Bf=[{title:"Персональные данные",columns:2,inputs:[{name:"limitedBirthday",required:!0,filledByEsia:!0},{name:"birthPlace",required:!0,filledByEsia:!0}]},{columns:2,inputs:[{name:"sex",required:!0}]},{title:"Паспортные данные",columns:2,inputs:[{name:"dulSerie",required:!0,filledByEsia:!0},{name:"dulNumber",required:!0,filledByEsia:!0},{name:"dulIssueDate",required:!0,filledByEsia:!0},{name:"dulSubdivisionCode",required:!0,dadata:!0,filledByEsia:!0}]},{inputs:[{name:"dulIssuedBy",required:!0,dadata:!0,filledByEsia:!0}]}],Of=[[{title:"Параметры карты",inputs:[]},{inputs:[{name:"currency",required:!0},{name:"paymentSystem",required:!0},{name:"cardCategory",required:!0},{name:"codeWord",required:!0}]}],[...Bf,{inputs:[{name:"education",required:!0}]},{title:"Адрес регистрации по месту жительства",columns:1,inputs:[]},{inputs:[{name:"addressRegistration",required:!0,dadata:!0,filledByEsia:!0},{name:"addressMatch"}]},{columns:2,inputs:[{name:"participantDateRegistration",required:!0}]},{title:"Адрес фактического проживания (место пребывания РФ)",inputs:[]},{columns:2,inputs:[{name:"housing",required:!0}]},{inputs:[{name:"addressFact",required:!0,dadata:!0}]}],[{title:"Данные о трудоустройстве",inputs:[]},{inputs:[{name:"infoCard",label:"Клиент на момент оформления заявки на кредит должен быть: официально трудоустроен более 6 месяцев, если Клиент получает з/п на счет РСХБ, то трудоустроен более 3 месяцев, не должен находиться в декретном отпуске"}]},{inputs:[{name:"employment",required:!0}]},{columns:2,inputs:[{name:"organizationName",required:!0,dadata:!0,filledByEsia:!0},{name:"inn",required:!0,dadata:!0,filledByEsia:!0}]},{inputs:[{name:"amountWorkers",required:!0}]},{columns:2,inputs:[{name:"employerActivities",required:!0},{name:"organizationPhone",label:"Телефон работодателя",required:!0}]},{columns:2,inputs:[{name:"generalSeniority",required:!0,filledByEsia:!0},{name:"lastJobExperience",required:!0,filledByEsia:!0},{name:"experience5Years",required:!0,filledByEsia:!0},{name:"jobsNumber",required:!0,filledByEsia:!0}]},{inputs:[{name:"beginDate",required:!0,filledByEsia:!0}]},{columns:2,inputs:[{name:"positionOrganization",required:!0},{name:"partInBusiness",required:!0,condition:{name:"positionOrganization",values:["BUSINESS_OWNER"]}}]},{title:"Адрес работодателя",inputs:[]},{inputs:[{name:"organizationAddress",required:!0,dadata:!0}]}],[{title:"Семейное положение"},{columns:1,inputs:[{name:"familyStatus",required:!0}]},{columns:1,inputs:[{name:"children",required:!0}]},{columns:2,inputs:[{name:"dependents",required:!0},{name:"familyMembers"}]},{title:"Совокупный доход"},{columns:1,inputs:[{name:"confirmationIncome",required:!0,filledByEsia:!0}]},{inputs:[{name:"infoCard",label:"Сумма основного и дополнительных доходов после вычета налога"}]},{columns:1,inputs:[{name:"wages",required:!0,filledByEsia:!0}]},{columns:1,inputs:[{name:"retirementIncome",required:!0,condition:{name:"employment",values:["RETIREE"]}}]},{columns:1,inputs:[{name:"mandatoryPayments",required:!0}]},{columns:1,inputs:[{name:"snils",required:!0}]},{columns:1,inputs:[{name:"conscription",required:!0}]},{columns:2,inputs:[{name:"armyIdFlg"}]}],[{title:"Дополнительные сведения",columns:1,inputs:[]},{inputs:[{name:"bankruptcyFlg"}]},{inputs:[{name:"shareholderFlg"}]},{inputs:[{name:"legalEntityName"}]},{inputs:[{name:"creditInRshbCd"}]}],[{title:"Регион обслуживания карты",columns:1,inputs:[]},{inputs:[{name:"regionRetail",required:!0}]},{title:"Способ получения",columns:1,inputs:[],condition:{name:"regionHasDelivery",values:[!0]}},{inputs:[{name:"methodObtain",condition:{name:"regionHasDelivery",values:[!0]}}]},{title:"Выбор офиса",columns:1,inputs:[],condition:{name:"methodObtain",values:["office"]}},{title:"Адрес доставки",columns:1,inputs:[],condition:{name:"methodObtain",values:["courier"]}},{inputs:[{name:"addressCourier",dadata:!0,condition:{name:"methodObtain",values:["courier"]},required:!0}]},{columns:2,inputs:[{name:"deliveryDate",condition:{name:"methodObtain",values:["courier"]},required:!0},{name:"deliveryTime",condition:{name:"methodObtain",values:["courier"]}}]},{inputs:[{name:"comment",condition:{name:"methodObtain",values:["courier"]}}]},{inputs:[{name:"addressRetail",required:!0,condition:{name:"methodObtain",values:["office"]}}]},{inputs:[{name:"infoCard",label:"Если представитель Банка помогал Вам в заведении заявки, введите здесь его код",condition:{name:"methodObtain",values:["office"]}}]},{columns:2,inputs:[{condition:{name:"methodObtain",values:["office"]}},{name:"bankEmployeeCode"}]}]],Mf=["Параметры карты","Персональные данные","Данные о трудоустройстве","Семейное положение и доход","Дополнительные сведения","Выбор способа получения"],Af=d((({className:e,...t})=>{const[n,l]=a(0),d=s(null),m=r((()=>d?.current?.scrollIntoView({behavior:"smooth"})),[d]);i(Fu,[]);const u=r((()=>{l((e=>Math.min(e+1,6))),m()}),[]),h=r((()=>{l((e=>Math.max(e-1,0))),m()}),[]),p=Of[n],[f,{setTrue:y}]=nn(!1);return o(g,{className:e,...t,children:c("div",{ref:d,className:"container grid grid-cols-12",children:[f?null:o(jg,{stepsTitles:Mf,step:n,totalSteps:6}),o("div",{className:"py-lg px-5xl mt-2xs bg-white col-span-12",children:f?o(nf,{}):o(_f,{step:n,sections:p,onNextStep:u,onPrevStep:h,onFinish:y},String(n))})]})})})),Ff=d((({step:e=1,totalSteps:t=5,stepsTitles:n=[]})=>{const a=l((()=>e/t*100),[e,t]);return o("div",{className:"py-lg px-5xl bg-white col-span-12",children:c("div",{children:[c("span",{className:"font-bold mr-s",children:["Шаг ",e," из ",t,"."]}),n[e]||null,o($g,{step:a,showPercentage:!1})]})})})),Lf=async e=>{await Ls("/camunda/send/message","POST",e)},zf=d((()=>o(Yg,{title:"Благодарим Вас за ожидание",description:"В настоящий момент Банк не может одобрить Вашу заявку на кредит. Попробуйте подать заявку позже. Спасибо за обращение в АО «Россельхозбанк».",buttonText:"Вернуться на главную"}))),Vf=d((({onExpire:e})=>{const{statusInfo:t}=rc();return o(Yg,{interval:300,title:"Заявка успешно отправлена",description:"Не закрывайте окно, скоро сообщим результат",sectionInfoTitle:"Заявленные условия по кредиту",sectionInfo:[{label:"Название продукта",description:"Кредит на любые цели"},{label:"Цель кредита",description:"На любые цели"},{label:"Сумма",description:`${t?.calculator?.moneyValue?.toLocaleString()??"0"} ₽`},{label:"Срок кредита",description:`${t?.calculator?.monthsValue??"0"} мес`},{label:"Тип платежа",description:t?.calculator?.isAnnuity?"Аннуитетный":"Дифференцированный"}],onExpire:e})})),$f=d((()=>{const{statusInfo:e}=rc();return o(Yg,{title:"Благодарим вас за ожидание, но нам требуется больше времени для принятия решения",description:"Посетите выбранное отделение банка с необходимыми документами и так завершите оформление кредита.",sectionAdditionalTitle:"В отделении Банка",sectionInfoAdditional:[{label:"Регион",description:e?.regionRetail},{label:"Адрес",description:e?.addressRetail}],sectionInfo:[{label:"Основные документы:",description:"- Паспорт РФ"}],buttonText:"Вернуться на главную"})})),jf=d((()=>{const{statusInfo:e}=rc();return o(Yg,{title:"Банк одобрил вам кредит",description:"Обратитесь в отделение банка, чтобы завершить оформление и получить ваш кредит",sectionInfo:[{label:"Название продукта",description:"Кредит на любые цели"},{label:"Ставка",description:`от ${e?.calculator?.rate??""}%`},{label:"Ежемесячный платеж",description:`${Math.round(e?.calculator?.monthlyPayment??0).toLocaleString()} ₽`},{label:"Срок кредита",description:e?.calculator?.monthsValue+" мес"},{label:"Тип платежа",description:e?.calculator?.isAnnuity?"Аннуитетный":"Дифференцированный"}],buttonText:"Вернуться на главную"})})),qf=["CREATE_APPLICATION_SHORT_SIGNAL","CREATE_APPLICATION_LOAN_V3_SIGNAL"],Uf=["CREATE_APPLICATION_SHORT_MESSAGE"],Wf=d((()=>{const e=Os(),[t,n]=a(qg.process),{taskId:l}=rc();i((()=>{(async()=>{if(e)for(const e of Uf)await Lf({messageName:e,taskId:l});else for(const e of qf)await Wg({signalType:e,taskId:l})})()}),[l]);const s=r((async e=>{const t=await Ug({taskId:l});t&&t?.statusCd!==qg.process&&(e(),n(t.statusCd))}),[l]);El(s,3e4);const o=r((()=>n(qg.rework)),[]);return Hf(t,o)})),Hf=(e,t)=>({IN_PROCESS:o(Vf,{onExpire:t}),CANCELLED:o(zf,{}),FAILED:o(zf,{}),DRAFT:o(zf,{}),APPROVED:o(jf,{}),PRE_DECISION:o(jf,{}),REVISION:o($f,{})}[e]||o($f,{})),Yf=d((({step:e,onPrevStep:t,isSending:n})=>{const a=5===e;return c("div",{className:"flex justify-between gap-m",children:[o(Mn,{version:"secondary",disabled:0===e,onClick:t,children:"Назад"}),o(ii,{isLoading:n,children:a?"Отправить заявку":"Далее"})]})})),Gf={annuity:{key:"ANNUITY",value:"Аннуитетный"},differential:{key:"DIFFERENTIATED",value:"Дифференцированный "}},Kf=e=>{const{moneyValue:t,monthsValue:n,isAnnuity:a}=e?.calculator??{};return{loanAmount:t,creditPeriod:n,paymentTypeCd:Gf[a?"annuity":"differential"]}},Jf=e=>{const{addressRetail:t}=e;return{office:t?.key?{id:t.key}:void 0}},Xf=(e,t)=>{switch(e){case 0:return(e=>{const{isInsurance:t,isSalaryClient:n}=e?.calculator??{};return{payrollCardRshbFlg:n,consentInsuranceFlg:t}})(t);case 1:return If(t);case 2:return kf(t);case 3:return yu(t);default:return{}}},Qf=[{calculator:{moneyValue:0,monthsValue:0,monthlyPayment:0,rate:0,isAnnuity:!1,isInsurance:!1,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1}},...wf(!0),{regionRetail:{key:"",text:""},addressRetail:void 0,bankEmployeeCode:void 0}],Zf=({step:e,onNextStep:t,onFinish:n})=>{const[a,{setTrue:i,setFalse:s}]=nn(!1),o=4===e,c=rc(),d=l((()=>vf(e,c.leadForm,Qf)),[e,c.leadForm]),m=r((e=>{const{leadForm:t}=c;o&&e.ok&&t&&(c.statusInfo={regionRetail:t?.regionRetail?.text,addressRetail:t?.addressRetail?.text,calculator:{monthsValue:t?.calculator?.monthsValue,moneyValue:t?.calculator?.moneyValue,isAnnuity:t?.calculator?.isAnnuity,monthlyPayment:t?.calculator?.monthlyPayment,rate:t?.calculator?.rate}},c.leadForm=d)}),[o,d]),u=r((async a=>{i(),c.leadForm=a;try{const{taskId:i,profileId:r,participantId:l}=c;if(i){const t=await Ym((({participantId:e,taskId:t,profileId:n,formData:a,step:i=0})=>{const r=Os(),l={id:e,...!r&&{profile:{id:n}},roleCd:{key:"BORROWER",value:"Заемщик"},...Xf(i,a)};return{sendToBank:!0,taskKind:"UNITED",task:{id:t,authorizedAgentId:a?.bankEmployeeCode,...r?{participant:l}:{participants:[l]},...Kf(a),...Jf(a),esiaAccountTypeCd:{key:a?.esiaAccountTypeCd?.key},files:a?.files}}})({participantId:l,taskId:i,profileId:r,step:e,formData:a}));m(t)}o?n?.():t()}catch(e){}finally{s()}}),[o,m]);return[d,u,a]},ey=d((({step:e,sections:t,programsSource:n,onPrevStep:a,onNextStep:i,onFinish:s})=>{const{programId:d}=rc();os();const m=n?.[d??""],u=l((()=>t?.flatMap((e=>e?.inputs??[]))),[t]),h=r((t=>bf({formState:t,inputs:u,step:e,productType:"credit"})),[u]),[p,g,f]=Zf({step:e,onNextStep:i,onFinish:s}),[,{field:y,onSubmit:b}]=dn(p,{formValidator:h,onSubmit:g});return c("form",{onSubmit:b,className:"space-y-m",children:[ff({sections:t,field:y,step:e,params:{calcData:m}}),o(Yf,{step:e,isSending:f,onPrevStep:a})]})})),ty=[[{columns:1,inputs:[{name:"calculator"}]}],[...Bf,{title:"Адрес регистрации по месту жительства",columns:1,inputs:[]},{inputs:[{name:"addressRegistration",required:!0,dadata:!0,filledByEsia:!0},{name:"addressMatch"}]},{title:"Адрес фактического проживания (место пребывания РФ)",inputs:[]},{inputs:[{name:"addressFact",required:!0,dadata:!0}]}],[{title:"Данные о трудоустройстве",inputs:[]},{inputs:[{name:"infoCard",label:"Клиент на момент оформления заявки на кредит должен быть: официально трудоустроен более 6 месяцев, если Клиент получает з/п на счет РСХБ, то трудоустроен более 3 месяцев, не должен находиться в декретном отпуске"}]},{inputs:[{name:"employment",required:!0}]},{columns:2,inputs:[{name:"organizationName",required:!0,dadata:!0,filledByEsia:!0},{name:"inn",required:!0,dadata:!0,filledByEsia:!0}]},{columns:2,inputs:[{name:"amountWorkers",required:!0},{name:"organizationPhone",label:"Телефон работодателя",required:!0}]},{columns:2,inputs:[{name:"jobsNumber",required:!0,filledByEsia:!0},{name:"beginDate",required:!0,filledByEsia:!0}]},{title:"Адрес работодателя",inputs:[]},{inputs:[{name:"organizationAddress",required:!0,dadata:!0}]}],[{title:"Семейное положение"},{columns:1,inputs:[{name:"familyStatus",required:!0}]},{columns:2,inputs:[{name:"children",required:!0},{name:"dependents",required:!0}]},{title:"Совокупный доход"},{columns:1,inputs:[{name:"confirmationIncome",required:!0,filledByEsia:!0}]},{inputs:[{name:"infoCard",label:"Сумма основного и дополнительных доходов после вычета налога"}]},{columns:1,inputs:[{name:"wages",required:!0,filledByEsia:!0}]},{columns:1,inputs:[{name:"retirementIncome",required:!0,condition:{name:"employment",values:["RETIREE"]}}]},{columns:1,inputs:[{name:"mandatoryPayments",required:!0}]},{columns:1,inputs:[{name:"snils",required:!0}]},{columns:1,inputs:[{name:"initiateBankruptcyFlg"}]}],[{title:"Отделение Банка",columns:1,inputs:[]},{inputs:[{name:"regionRetail",required:!0}]},{inputs:[{name:"addressRetail",required:!0}]},{title:"Код представителя Банка",columns:1,inputs:[]},{inputs:[{name:"infoCard",label:"Если представитель Банка помогал Вам в заведении заявки, введите здесь его код"}]},{columns:2,inputs:[{name:"bankEmployeeCode"}]}]],ny=["","Персональные данные","Данные о трудоустройстве","Семейное положение и доход","Отделение Банка"],ay=Yt((({className:e,programsSource:t,...n})=>{const[l,d]=a(0),m=s(null),u=r((()=>m?.current?.scrollIntoView({behavior:"smooth"})),[m]);i(Fu,[]);const h=r((()=>{d((e=>Math.min(e+1,4))),u()}),[]),p=r((()=>{d((e=>Math.max(e-1,0))),u()}),[]),f=ty[l],y=0===l,[b,{setTrue:x}]=nn(!1);return o(g,{className:e,...n,children:c("div",{ref:m,className:"container grid grid-cols-12",children:[y||b?null:o(Ff,{stepsTitles:ny,step:l,totalSteps:4}),o("div",{className:"py-lg px-5xl mt-2xs bg-white col-span-12",children:b?o(Wf,{}):o(ey,{step:l,sections:f,programsSource:t,onNextStep:h,onPrevStep:p,onFinish:x},String(l))})]})})})),iy=d((({step:e=1,totalSteps:t=2,stepsTitles:n=[]})=>{const a=e===t?100:85;return c("div",{className:"py-lg px-5xl bg-white col-span-12",children:[n[e]||null,o($g,{step:a,showPercentage:!1})]})})),ry=d((({title:e,description:t,sectionInfo:n,buttonText:a,isDboClient:i,...r})=>c(g,{...r,children:[o("div",{className:"flex flex-col md:flex-row items-center",children:o(k,{headlineVersion:"M",title:e,description:t,align:"text-left",padding:"p-xl",className:"w-full"})}),o(ly,{items:n}),a?o(ke,{href:"/natural",text:a,version:"primary",className:"w-full mt-lg"}):null,i?c("div",{className:"flex flex-col md:flex-row md:gap-lg",children:[o(ke,{href:"/natural/debetcards",text:"Заполнить заново",version:"primary",className:"w-full mt-lg"}),o(ke,{href:"https://online.rshb.ru/ib6/wf2/retail/ib/loginretaildefault",text:"Перейти в интернет банк",version:"primary",className:"w-full mt-lg"})]}):null]}))),ly=({title:e,items:t})=>t?c("div",{children:[o("hr",{className:"w-full h-px bg-main-gray border-0"}),c("div",{className:"p-xl",children:[e?o(ze,{color:"text-primary-text",size:"text-h5",children:o("div",{className:u({"mb-m":Boolean(e)}),children:e})}):null,t?o("div",{className:u("grid gap-m md:grid-cols-2","md:grid-cols-2"),children:t.map(((e,t)=>o("div",{children:sy(e)},t)))}):null]})]}):null,sy=({label:e,description:t})=>c("div",{className:"flex flex-col",children:[o(ze,{color:"text-secondary-text",size:"text-l",children:e}),o(ze,{color:"text-primary-text",size:"text-xl",children:t})]}),oy=d((()=>{const{leadForm:e}=rc();return o(ry,{title:`${e?.name} ${e?.middleName},`,description:"Информация о Вас уже есть в системах Банка, обратите внимание на корректность заполнения паспортных данных",sectionInfo:[{label:"Фамилия",description:e?.surname},{label:"Имя",description:e?.name},{label:"Отчество",description:e?.middleName},{label:"Дата рождения",description:ja(e?.limitedBirthday||"")},{label:"Серия документа",description:e?.dulSerie},{label:"Номер документа",description:e?.dulNumber}],isDboClient:!0})})),cy=d((()=>o(ry,{title:"Время ожидания превышено",description:"Попробуйте отправить заявку позже",buttonText:"Вернуться на главную"}))),dy=d((()=>o(ry,{title:"Не закрывайте заявку",description:"Идёт проверка данных"}))),my=d((()=>o(ry,{description:"Вы уже являетесь клиентом АО «Россельхозбанк», для Вас оформление зарплатной карты возможно в первый рабочий день",buttonText:"На главную"}))),uy=d((({isOffice:e})=>o(ry,{title:"Заявка принята",description:e?"Ваша заявка принята, мы сообщим вам в СМС о поступлении карты в офис":"Вам позвонит сотрудник Банка для уточнения времени и даты доставки",buttonText:"Вернуться на главную"}))),hy=d((()=>{const[e,t]=a(qg.process),{taskId:n,statusInfo:r,programId:l}=rc(),s="38"===l,o="office"===r?.methodObtain;return i((()=>{(async()=>{const e=await Wg({signalType:"FIND_PERSON_SIGNAL",taskId:n});o&&await Wg({signalType:"SET_PERSON_SIGNAL",taskId:n}),t(e||qg.notFound)})()}),[n]),py(e,o,s)})),py=(e,t,n)=>({IN_PROCESS:o(dy,{}),NOT_FOUND:o(cy,{}),CLIENT_NOT_OK:o(cy,{}),DBO_CLIENT:o(n?my:oy,{}),PRE_DECISION:o(uy,{isOffice:t})}[e]||o(uy,{isOffice:t})),gy=d((({step:e,onPrevStep:t,isSending:n})=>{const a=5===e;return c("div",{className:"flex justify-between gap-m",children:[o(Mn,{onClick:t,type:"button",version:"secondary",disabled:0===e,children:"Назад"}),o(ii,{isLoading:n,children:a?"Отправить заявку":"Далее"})]})})),fy=[{regionRetail:{key:"",text:""},regionHasDelivery:!1,addressRetail:{key:"",text:""},addressCourier:{fullAddress:"",fiasCode:""},methodObtain:void 0,deliveryDate:void 0},{surname:"",name:"",middleName:"",sex:"",limitedBirthday:void 0,birthPlace:"",phone:"",email:"",dulSerie:void 0,dulNumber:void 0,dulIssueDate:void 0,dulSubdivisionCode:"",dulIssuedBy:"",addressRegistration:{fullAddress:"",fiasCode:""},addressMatch:!0,addressFact:{fullAddress:"",fiasCode:""}},{paymentSystem:{key:"",text:""},currency:"810",codeWord:"",latinName:"",latinSurname:""}],yy=e=>{const{methodObtain:t,regionRetail:n,comment:a,deliveryDate:i="",deliveryTime:r}=e,l=r?{deliveryTimeCd:{key:r}}:{};return"courier"===t?{cardServiceRegionCd:n,courierDeliveryFlg:!0,deliveryComment:a,deliveryDate:Tf(i.toString().replace(/(GMT)[+-]\d{4}/,"GMT+0000")),office:{id:""},...l}:{}},by=e=>{const{addressRetail:t,methodObtain:n}=e;return t?.key&&"office"===n?{courierDeliveryFlg:!1,office:{id:t.key}}:{}},xy=(e,t)=>{switch(e){case 0:return(e=>{const{addressCourier:t,methodObtain:n}=e;return"courier"===n?{participantAddresses:fu({addressCourier:t})}:{}})(t);case 1:return If(t);case 2:return(e=>{const{latinName:t,latinSurname:n}=e;return{latinFirstname:t,latinSurname:n,latinName:`${t} ${n}`}})(t);default:return{}}},vy=({step:e,onNextStep:t,onFinish:n})=>{const[a,{setTrue:i,setFalse:s}]=nn(!1),o=2===e,c=rc(),d=l((()=>vf(e,c.leadForm,fy)),[e,c.leadForm]),m=r((()=>{const{leadForm:e}=c;c.statusInfo={methodObtain:e?.methodObtain},c.leadForm=d}),[d]),u=r((async a=>{i(),c.leadForm=a;try{const{taskId:i,participantId:l,programId:s}=c;i&&l&&s&&await(r=(({participantId:e,taskId:t,formData:n,programId:a,step:i=0})=>({task:{id:t,creditProgram:{code:fd[a]},...by(n),participants:[{id:e,residentOtherCountry:!1,...xy(i,n)}],...Sf(n),...yy(n)}}))({participantId:l,taskId:i,programId:s,step:e,formData:a}),Ls("/user-data/updateUserTaskDebit","PUT",r)),o||"courier"===a.methodObtain?(n?.(),m()):t()}catch(e){}finally{s()}var r}),[o]);return[d,u,a]},Ny=d((({step:e,sections:t,onPrevStep:n,onNextStep:a,onFinish:i})=>{os();const s=l((()=>t?.flatMap((e=>e?.inputs??[]))),[t]),d=r((t=>bf({formState:t,inputs:s,step:e,productType:"debitCard"})),[s]),[m,u,h]=vy({step:e,onNextStep:a,onFinish:i}),[,{field:p,onSubmit:g}]=dn(m,{formValidator:d,onSubmit:u});return c("form",{onSubmit:g,className:"space-y-m",children:[ff({sections:t,field:p,step:e}),o(gy,{step:e,isSending:h,onPrevStep:n})]})})),wy=[[{title:"Регион обслуживания карты",columns:1,inputs:[]},{inputs:[{name:"regionRetail",required:!0}]},{title:"Способ получения",columns:1,inputs:[],condition:{name:"regionHasDelivery",values:[!0]}},{inputs:[{name:"methodObtain",condition:{name:"regionHasDelivery",values:[!0]}}]},{title:"Выбор офиса",columns:1,inputs:[],condition:{name:"methodObtain",values:["office"]}},{title:"Адрес доставки",columns:1,inputs:[],condition:{name:"methodObtain",values:["courier"]}},{inputs:[{name:"addressCourier",dadata:!0,condition:{name:"methodObtain",values:["courier"]},required:!0}]},{inputs:[{name:"infoCard",condition:{name:"methodObtain",values:["courier"]},label:"Ожидайте звонка для согласования даты и времени доставки карты"}]},{inputs:[{name:"comment",condition:{name:"methodObtain",values:["courier"]}}]},{inputs:[{name:"addressRetail",required:!0,condition:{name:"methodObtain",values:["office"]}}]}],[...Bf,{title:"Адрес регистрации по месту жительства",columns:1,inputs:[]},{inputs:[{name:"addressRegistration",required:!0,dadata:!0,filledByEsia:!0},{name:"addressMatch"}]},{title:"Адрес фактического проживания (место пребывания РФ)",inputs:[],condition:{name:"addressMatch",values:[!1]}},{inputs:[{name:"addressFact",required:!0,dadata:!0,condition:{name:"addressMatch",values:[!1]}}]}],[{title:"Параметры карты",inputs:[]},{inputs:[{name:"currency",required:!0},{name:"paymentSystem",required:!0},{name:"cardCategory",required:!0}]},{title:"Отображение на карте",inputs:[]},{columns:2,inputs:[{name:"latinName"},{name:"latinSurname",required:!0}]},{inputs:[{name:"infoCard",label:"Проверьте корректность заполненных полей, при необходимости внесите изменения."}]},{inputs:[{name:"codeWord",required:!0}]},{inputs:[{name:"infoCard",label:"Количество символов ограничивается 20. При этом, если фамилия и имя на карте содержит более 21 символа, то необходимо сократить имя и указывать на карте только первую букву имени и фамилию, если при таком сокращении фамилия и имя не умещается в количество символов – 20, то указывать только фамилию."}]}]],Cy=["","Персональные данные","Платежная система"],Sy=Yt((({className:e,...t})=>{const[n,l]=a(0),d=s(null),m=r((()=>d?.current?.scrollIntoView({behavior:"smooth"})),[d]);i(Fu,[]);const u=r((()=>{l((e=>Math.min(e+1,2))),m()}),[]),h=r((()=>{l((e=>Math.max(e-1,0))),m()}),[]),p=wy[n],f=0===n,[y,{setTrue:b}]=nn(!1),x=r((()=>{b(),m()}),[]);return o(g,{className:e,...t,children:c("div",{ref:d,className:"container grid grid-cols-12",children:[f||y?null:o(iy,{stepsTitles:Cy,step:n,totalSteps:2}),o("div",{className:"py-lg px-5xl mt-2xs bg-white col-span-12",children:y?o(hy,{}):o(Ny,{step:n,sections:p,onNextStep:u,onPrevStep:h,onFinish:x},String(n))})]})})})),ky=e=>"number"==typeof e?.minMonths&&"number"==typeof e?.maxMonths,Iy=(e,t)=>Array.from({length:t-e+1},((t,n)=>e+n)),Ty=1e9,Ry={sum:{min:1e4,max:Ty},period:3},Dy=Yt((({className:e,filtrationSchema:t={},resetButton:n,sumInput:a,periodInput:i,...r})=>{const[,{blocksToRender:l,blocksWithProps:s},{field:d,reset:m}]=Vh(Ry,{block:r.block,page:r.options?.page,normalize:e=>({...e,period:Py(e)})}),h=s.map((([,e])=>e?.paramsSource?.rows?.[0]?.rates)),p=Ey(h);return c(g,{className:u("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...r,children:[o(_h,{filtrationSchema:t,resetButton:n,field:d,reset:m,children:c("div",{className:"@4xl:max-w-xs space-y-lg",children:[o(Zp,{label:a?.title,min:500,max:Ty,...d("sum",{parse:e=>({min:Number(e),max:Ty}),format:({min:e})=>String(e)})}),o(Ei,{title:i?.title,items:["От 3 мес","До 5 лет"],list:p,...d("period")})]})}),o(Rh,{blocksToRender:l,...r})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>({...e?.filtrationSchema||{},paramsSource:{type:"object",title:"Адрес справочника"}})}),Py=e=>$t((e?.paramsSource?.rateRows||[]).filter(ky).flatMap((e=>Iy(e.minMonths,e.maxMonths)))),Ey=e=>$t(e.flatMap((e=>e||[])).filter(ky).flatMap((e=>Iy(e.minMonths,e.maxMonths)))).sort(((e,t)=>e-t))||[],_y=e=>"Image"===e?.contentType&&e?.image?o(ie,{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,By=d((({className:e="",title:t,description:n,error:a,button:i,...r})=>c(g,{className:u("flex flex-col justify-center items-center",e),defaultPadding:u("p-6xl"),version:"transparent",...r,children:[o("div",{className:"flex justify-center",children:_y(a)}),o(k,{title:t,description:n,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),i?.text?o(ke,{version:i?.version,text:i?.text,...i}):null]}))),Oy=`${$a}/region`;function My(e="Москва"){return ic().location??{name:e}}function Ay(e="Москва"){const t=ic(),n=r((async()=>{if(!t.location){const n=await zt(Oy);t.location=n??{name:e}}}),[t,e]);return yi(Oy,n),t}var Fy;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD",e.CNY="CNY"}(Fy||(Fy={}));const Ly=new Intl.NumberFormat("ru",{style:"currency",currency:Fy.RUB}),zy=e=>e?Ly.format(e):"",Vy="text-m font-light text-secondary-text ",$y=`${Vy} text-left`,jy=`${Vy} pl-5xl text-center`,qy=`${Vy} pl-5xl text-right`,Uy={USD:"DollarIcon",EUR:"EuroIcon",CNY:"ChineseYuanRenminbiIcon"},Wy=d((({className:e,exchangeCurrencyItems:t})=>c("table",{className:u("h-fit w-full",e),children:[o("thead",{children:c("tr",{children:[o("th",{className:$y,children:o(ze,{size:"text-m",children:"Валюта"})}),o("th",{className:jy,children:o(ze,{size:"text-m",children:"Купить"})}),o("th",{className:qy,children:o(ze,{size:"text-m",children:"Продать"})})]})}),o("tbody",{children:t.map(Hy)})]}))),Hy=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(ie,{image:{icon:Uy[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:zy(e?.saleExchangeRate)})}),o("td",{className:"pt-m pl-5xl text-right",children:o(ze,{size:"text-h6",children:zy(e?.buyExchangeRate)})})]},t)},Yy={icon:"GpsIcon"},Gy=d((({className:e="",address:t})=>c("div",{className:u("flex gap-s w-full justify-between @sm:justify-center",e),children:[o(Yh,{...Yy,iconBgVersion:"primary",className:"shrink-0"}),c("div",{className:"space-y-2xs whitespace-pre-wrap",children:[t?o(C,{size:"text-l",color:"text-primary-main",children:t}):null,o(C,{size:"text-m",color:"text-secondary-text",children:"Курс указан для заданного офиса"})]})]}))),Ky=(e,t,n)=>{const a=Number(Jy(e))*Math.pow(t,n?-1:1);return Number.isInteger(a)?a:((e,t=2)=>{const n=10**t;return Math.round(parseFloat(String(e))*n)/n})(a)},Jy=e=>e.replace(/[^\d.,]/g,"").replace(",",".");function Xy(e){if(!e)throw new Error("Value should be fulfilled");return e}const Qy=e=>t=>{const[,n]=Xy(e.find((([e])=>e(t))));return n(t)},Zy=e=>Qy(e.map((([e,t])=>[e,()=>t])));Zy.if=e=>new eb(void 0,e);class eb{parent;predicate;unit;get entry(){return[Xy(this.predicate),Xy(this.unit)]}constructor(e,t,n){this.parent=e,this.predicate=t,this.unit=n}if(e){return new eb(this,e)}then(e){return new eb(this.parent,this.predicate,e)}else(e){return Qy([...tb(this),[()=>!0,e]])}}const tb=e=>[...e?.parent?tb(e.parent):[],e.entry],nb=e=>Zy([[e=>e.value!==Fy.RUB&&e.oppositeValue!==Fy.RUB,()=>e.handleConvert(e.value,Fy.RUB)],[e=>e.value===Fy.RUB&&e.oppositeValue===Fy.RUB,()=>e.handleConvert(e.value,Fy.USD)],[e=>e.value===Fy.RUB&&e.oppositeValue===Fy.RUB,()=>e.handleConvert(e.value,Fy.CNY)],[()=>!0,()=>e.handleConvert(e.value)]])(e)?.();function ab(e){const{placeholder:t,rates:n,selected:a,value:i,onChange:r,setSelected:l}=e,s=n.map((e=>({key:e?.currency?.currency??"",text:e?.currency?.currency??""}))),d={key:a,text:a};return c("div",{className:"relative flex",children:[o(Kn,{className:"shrink-0 text-l w-full appearance-none -mr-20",placeholder:t,type:"text",value:i,onChange:r}),s.length?o(ma,{className:"absolute right-0",isBorder:!1,onChange:e=>l(e.key),options:s,value:d}):null]})}const ib=d((({className:e="",currencyRatesBuy:t,currencyRatesSell:n,button:i})=>{const[l,s]=a({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||Fy.RUB,selectBuy:n?.[0]?.currency?.currency||Fy.USD}),d=r((e=>s((t=>({...t,...e})))),[]);return c("div",{className:`flex flex-col gap-m pt-2xl ${e}`,children:[t&&n?c("div",{className:"grid gap-m",children:[ab({placeholder:"Хочу продать",rates:n,selected:l.selectSell,setSelected:rb(l,d,n),value:l.inputSell,onChange:e=>sb(d,n)(e,l.selectSell,l.selectBuy)}),ab({placeholder:"Получу",rates:t,selected:l.selectBuy,setSelected:lb(l,d,t),value:l.inputBuy,onChange:e=>ob(d,t)(e,l.selectBuy,l.selectSell)})]}):null,i?.text?o(ke,{text:i.text,version:i?.version,...i}):null]})})),rb=(e,t,n)=>a=>{t({selectSell:a}),nb({value:a,oppositeValue:e.selectBuy,handleConvert:(a=e.selectSell,i=e.selectBuy)=>{sb(t,n)(e.inputSell,a,i)}})},lb=(e,t,n)=>a=>{t({selectBuy:a}),nb({value:a,oppositeValue:e.selectSell,handleConvert:(a=e.selectBuy,i=e.selectSell)=>ob(t,n)(e.inputBuy,a,i)})},sb=(e,t)=>(n,a,i)=>{e({inputSell:Jy(n),selectBuy:i});const r=t.find((e=>e.currency?.currency===i))?.saleExchangeRate||t.find((e=>e.currency?.currency===a))?.buyExchangeRate;r&&e({inputBuy:String(Ky(n,r,a===Fy.RUB)||"")})},ob=(e,t)=>(n,a,i)=>{e({inputBuy:Jy(n),selectSell:i});const r=t.find((e=>e.currency?.currency===i))?.buyExchangeRate||t.find((e=>e.currency?.currency===a))?.saleExchangeRate;r&&e({inputSell:String(Ky(n,r,a===Fy.RUB)||"")})},cb=`${$a}/exchangerates`;const db=d((({className:e="",title:t="Курсы обмена валют",button:n,...a})=>{const i=function(e){const t=e?.code||"000",{data:n}=yi(cb+`?regionCode=${t}`,Vt);return n||{}}(My()),r=i?.exchangeRate?.currencies?.filter((e=>0!==e.buyExchangeRate||0!==e.saleExchangeRate)),l=mb(r),s=l.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:Fy.RUB}});const d=l.filter((e=>e.saleExchangeRate));return d.push({currency:{currency:Fy.RUB}}),o(g,{className:u("box-border min-h-80",e),...a,children:o(_e,{className:"h-full",title:o(w,{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:[l?o(Wy,{className:"mb-xl",exchangeCurrencyItems:l}):null,o(Gy,{address:i?.address})]}),o(ib,{className:"grow w-1/2",currencyRatesBuy:s,currencyRatesSell:d,button:n})]})})})})),mb=e=>e?.filter((e=>[1,2,3].includes(e?.currency?.id)))||[],ub=d((({className:e,items:t})=>{const n=be();return o("ul",{className:u("w-full",e),children:t?.map(hb(n))})})),hb=e=>({dataFooter:t,...n},a)=>{const{text:i,href:r,target:l,onClick:s}=e(n);return i?o("li",{className:"list-none",children:o("a",{className:"hover:text-primary-main font-light",role:"link",href:r,target:l||"_self",onClick:s,...ve(t),children:i||null})},String(a)):null},pb=d((({navigationItems:e})=>o("div",{className:"w-full",role:"menu",children:gb(e)}))),gb=e=>e?.filter((e=>e.icon?.icon)).map(((e,t)=>o(fb,{className:"w-full border-0 border-b border-solid border-main-divider last:border-b-0",item:e},String(t)))),fb=d((({className:e,item:t})=>{const[n,{toggle:a}]=nn(!1);return c(ro,{className:e,role:"menuitem",children:[c(Mn,{className:u("w-full",t.icon?.icon?"py-xs":"py-lg"),embedded:!0,onClick:a,children:[c(Al,{children:[o(Yh,{className:"shrink-0",...t.icon}),o(ze,{size:"text-h6",font:"font-normal",color:"text-primary-text",children:t.text})]}),o(ao,{iconVersion:"color",size:"medium",isUnfolded:n})]}),o(lo,{className:"flex flex-wrap gap-lg group-last:last:pb-0",isUnfolded:n,children:t.items?o(ub,{items:t.items}):null})]})})),yb=d((({className:e="",items:t=[]})=>t?.length?o("div",{className:u("space-y-m",e),children:t.map(bb)}):null)),bb=(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(xb)})]},String(t)),xb=(e,t)=>c("div",{className:"space-y-2xs",children:[o("div",{children:vb(e.type,e.text)}),o(C,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e.description})]},String(t)),vb=(e,t="")=>{switch(e){case"tel":return o("a",{className:"text-primary-text hover:text-primary-main no-underline",href:`tel:${Nb(t)}`,children:o(ze,{size:"text-h6",children:t})});case"email":return o("a",{className:"no-underline",href:`mailto:${t}`,children:o(C,{size:"text-xl",font:"font-light",color:"text-primary-text",children:t})});default:return o("span",{children:t})}},Nb=e=>e.replaceAll(/\D/g,""),wb=d((({className:e="",index:t,text:n,...a})=>{const i=be(),{href:r,target:l,onClick:s}=i(a);return o("a",{className:u("text-secondary-text",e),href:r,target:l,onClick:s,children:n||`Документ ${t}`})})),Cb=d((({className:e="",title:t,links:n})=>o("div",{className:e,children:n?.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})}),n.map(((e,t)=>o(wb,{index:t,className:"text-l font-light lg:max-w-72",...e},String(t))))]}):null}))),Sb=d((({className:e="",index:t,...n})=>{const a=be(),{href:i,target:r,text:l,onClick:s}=a(n);return o("a",{className:u("text-xs font-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-72",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),kb=d((({className:e="",links:t,license:n})=>c("div",{className:u("@container space-y-lg",e),children:[n?o("div",{children:o(ze,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:`© 2000-${(new Date).getFullYear()} ${n}`})}):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(Sb,{index:t,...e},String(t))))}):null]}))),Ib=Yt((({className:e,footer:t,...n})=>{const{navigationItems:a}=n.options?.page?.navigation??{};n.options;const{documents:i,relatedEnterprises:r,contacts:l,mediaLinks:s=[],horizontalNavigationTitle:d,feedbackButton:m,license:h,otherLinks:p=[]}=t??{};return c(g,{tag:"footer",className:u("grid gap-y-xl p-4xl pb-24 lg:p-xl",e),...n,children:[null,c("div",{className:"flex flex-col lg:flex-row items-center @lg:items-stretch gap-lg lg:gap-6xl ",children:[o(pb,{navigationItems:a}),o("div",{className:"border-t border-main-divider lg:hidden w-full"}),c("div",{className:u("w-full lg:w-52","flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[o(yb,{items:l}),m?o(ke,{className:"w-full",version:"primary",...m}):null,s.map(((e,t)=>o(xg,{media:e?.links??[],showButtonText:!1,stretched:!0,children:e?.title},String(t)))),p.map(((e,t)=>o(si,{className:"text-s font-light",...e},`${e.href}_${t}`)))]})]}),o(Cb,{title:d,links:r}),o(kb,{links:i,license:h})]})})),Tb=(e=!1)=>e?{}:{padding:"p-0"},Rb={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},Db=[1,2,3,4],Pb={link:{allOf:[{$ref:"#/definitions/LinkCommonProps"},{type:"object",properties:{data:{type:"array",items:{$ref:"#/definitions/AspectsDef"},title:"Дополнительные атрибуты"}}}],title:"Ссылка (если заполнено, то кнопка скрывается)",required:["href"]}},Eb=Yt((({className:e="",padding:t="p-0",gap:n="",isInnerPadding:r=!0,version:s="transparent",isTheme:c=!1,isCardBorder:d=!1,block:m={},...h})=>{const p=(e=>{const[t,n]=a(e.blocks??[]),r=is(),s=r?.offerIds||[],o=l((()=>{const t=new Map(e.blocks?.map((e=>[e?.__id,e]))??[]);return[...s.map((e=>t.get(e))).filter((e=>Boolean(e))),...e.blocks?.filter((({__id:e=""})=>!s.includes(e)))??[]]}),[e,s]);return i((()=>{o.length&&n(o)}),[e]),t})(m);return o(g,{className:u("grid grid-cols-1 sm:grid-cols-1 lg:grid-cols-4 lg:auto-rows-fr",Rb[n],e),padding:t,version:s,isTheme:c,...h,children:E({...h,block:{...m,blocks:p},renderProps:_b({isInnerPadding:r,isCardBorder:d})})})}),{childrenTypes:["ProductBlock"],childSchema:()=>Pb,allowRemoveChild:e=>(e?.blocks??[]).length>5}),_b=({isInnerPadding:e,isCardBorder:t})=>(n,a,i)=>R(n,{...a,blockDecorator:Bb(a.blockDecorator,i)},{className:u("w-full",th(t)),...Tb(e)}),Bb=(e,t=0)=>(n,a)=>e?.({...n,render:e=>Mb(t)({...n,...e},a)},`wrap_${a}`)??Mb(t)(n,a),Ob=e=>Number(e)<5?"":"hidden",Mb=e=>({blockClassName:t,block:n,render:a},i)=>{const r=((e,t)=>{const n={...e.content};return Db.includes(t)?(delete n.description,delete n.benefits,n.link?.href&&delete n.buttons,n.imageOptions={...n.imageOptions,className:"max-w-max !h-auto"},n.headlineVersion="S"):((n.buttons??[]).length&&delete n.link,n.headlineVersion="L"),{...e,content:n}})(n,e);return o(yg,{...r.content?.link,className:u(Ob(e),(l=e,Db.includes(l)?"lg:col-span-1 lg:row-span-1":"lg:col-span-2 lg:row-span-2")),children:a({blockClassName:u(t,"h-full"),block:r})},String(i));var l},Ab=Yt((({className:e,title:t,button:n,regionSource:i,data:r,...l})=>{const[s,d]=a({key:""}),m=i?.regions??[],h=m?.find((e=>e.name===s.key))?.href;return o(g,{className:e,defaultPadding:"p-6xl",...l,children:c("div",{className:"container space-y-m",children:[t?o(w,{headingType:"h3",title:t,className:"@xl:text-center"}):null,m?o(ua,{label:"Ваш регион",placeholder:"Выберите регион",isSearch:!0,options:m.map((({name:e=""})=>({key:e,text:e}))),value:s,onChange:d}):null,h?o("div",{className:"text-center",children:o(si,{className:u("w-full @xl:w-auto"),href:h,target:"_blank",version:n?.version??"primary",data:Pu(r,s?.key),children:n?.text?n.text:"Перейти"})}):null]})})})),Fb={default:"w-6 h-6",medium:"w-10 h-10",large:"w-12 h-12"},Lb=d((({className:e,isRounded:t,buttonSize:n="default",isGrayBg:a=!1,disabled:i,ariaLabel:r="Меню второго уровня",image:l,data:s,onClick:c,version:d,isLoading:m,dataTestId:h="",ref:p})=>o("button",{className:u("group/btn border-0 flex shrink-0 items-center",a?"p-s rounded-full":"p-0 bg-inherit","transparent"===d?"backdrop-opacity-30 bg-white/30":a&&!t?"bg-main-divider":"",t?"w-8 h-8 text-secondary-light hover:text-secondary-hove":`${Fb[n]} text-primary-text hover:text-primary-main`,"group-data-transparent:text-white",e),type:"button",disabled:i,"aria-label":r,onClick:c,...zb(h),...ve(s),ref:p,children:m?o("div",{className:"w-full h-full rounded-full border-4 border-r-transparent animate-spin text-primary-main"}):o(ie,{image:l,className:u("h-full",{"bg-main-divider/20 rounded-full":t}),imageClassName:"group-hover/btn:text-primary-hover group-hover/btn:invert-0"})}))),zb=e=>e?{"data-test-id":e}:null,Vb=d((({iconVersion:e,className:t,ariaLabel:n="Чат",version:a,buttonSize:i="large"})=>{const[l,{setTrue:s,setFalse:c}]=nn(!1),d=tn(),m=r((e=>{const t=d.openChatBot;t&&(s(),t(e).finally(c))}),[]);return o(Lb,{className:t,image:{icon:"ChatBotIcon",iconVersion:e},ariaLabel:n,onClick:m,buttonSize:i,isGrayBg:!0,version:a,isLoading:l,disabled:l,dataTestId:"chat icon"})})),$b={text:"Отправить заявку",version:"primary"},jb={text:"Согласен на обработку персональных данных",href:"/privacy-policy",target:"_blank"},qb=({onClose:e=En})=>o(zn,{onClose:e,position:"corner",children:o("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:o("div",{className:"container grid grid-cols-12",children:o(Gl,{className:"col-span-12 pt-0",endpoint:"callback",title:"Заказать обратный звонок",sections:[{inputs:[{name:"questionProduct",required:!0},{name:"callbackTime",required:!0,label:"Когда перезвонить?"},{name:"russianPhone",required:!0},{name:"consentDataProcessing",required:!0}]}],button:$b,link:jb,onSuccess:e})})})}),Ub=({dropdownRef:e,items:t=[],activeItem:n,ariaLabel:a,renderDropdownItem:i=Hb,handlers:r,onItemClick:l})=>{const s=De();return o("div",{ref:e,className:u("absolute flex flex-col rounded-md bg-white p-xl pb-xs w-56 z-40",{"max-w-max":s}),"aria-label":a,children:t?.map(((e,t)=>i({item:e,i:t,activeItem:n,handlers:r,closeDropdown:l})))})},Wb=d((({isActive:e,...t})=>{const n=be(),{text:a,href:i,target:r,onClick:l}=n(t);return o("a",{className:u("text-l font-light pb-m hover:text-primary-main",{"text-primary-main":e}),href:i,target:r,onClick:l,role:"link",...ve(t?.data),children:a})})),Hb=({item:e,i:t,activeItem:n})=>o(Wb,{isActive:e===n,...e},e?.text??String(t));const Yb=d((({iconVersion:e,className:t,ariaLabel:n="Чат",version:a,buttonSize:l="large"})=>{const[c,{setFalse:d,toggle:m}]=nn(!1),h=Kb(O.QUICK_ACTIONS??[]),p=Jb(),g=De(),f=function({items:e,activeItem:t,onClose:n,isOpen:a,onHover:l=!1,renderDropdownItem:c,handlers:d}){const m=sa();i((()=>{a&&(m.close(),n?.())}),[a]);const u=r((()=>{m.close(),n?.()}),[n]),h=s(null),p=s(null),g=Hn(u),f=l?p:g;return i((()=>{if(!a||!h.current||!e?.length)return;const n=h.current,{top:i,left:r,width:l,height:s}=n.getBoundingClientRect();m.open({popup:o(Ub,{dropdownRef:f,items:e,activeItem:t,renderDropdownItem:c,handlers:d,onItemClick:u}),top:i+window.scrollY+s,left:r,width:l})}),[a,e,u]),i((()=>(l&&f.current?.addEventListener("mouseleave",u),()=>{f.current?.removeEventListener("mouseleave",u)})),[l,f.current,a]),h}({items:h,onClose:d,isOpen:c,onHover:!g,renderDropdownItem:Gb,handlers:p});return i((()=>{if(!g)return f.current?.addEventListener("mouseenter",m),f.current?.addEventListener("mouseleave",d),()=>{f.current?.removeEventListener("mouseenter",m),f.current?.removeEventListener("mouseleave",d)}}),[]),o("div",{ref:f,children:o(Lb,{image:{icon:"CallbackIcon",iconVersion:e},ariaLabel:n,buttonSize:l,isGrayBg:!0,version:a,className:u(c?"shadow-blue-gray":"",t),onClick:m})})})),Gb=({item:e,handlers:t,closeDropdown:n=En})=>{const a={call:{handler:()=>{t?.call(),n()},text:"Заказать звонок"},chat:{handler:()=>{t?.chat(),n()},text:"Написать в чат"}};return o("button",{className:u("text-l font-light pb-m hover:text-primary-main text-left"),role:"link",onClick:a[e?.text??""].handler,children:a[e?.text??""].text},e?.text??"")},Kb=e=>e.map((e=>({text:e}))),Jb=()=>{const e=pn(qb),t=r((()=>{e.open({onClose:()=>e.close()})}),[]),n=tn();return{call:t,chat:r((e=>{const t=n.openChatBot;t&&e&&t(e).finally()}),[])}},Xb={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"},Qb=d((({version:e,text:t,mobileText:n,...a})=>{const i=De()?n:t;return i?o(ke,{className:u("py-s px-lg font-light whitespace-nowrap",Xb["transparent"===e?"transparent":"default"]),...a,children:i}):null})),Zb=d((({bgColor:e,logo:t,alwaysShowLogo:n,internetBankButton:a,version:i,backwardButton:l})=>{const s=_(),d="/"===s.pathname,m="transparent"===i?"white":"black",{dataFooter:u,dataHeader:h,...p}=t??{},g=r((()=>{s.back()}),[s]);return c("div",{className:"flex items-center justify-between w-full",children:[n||d?o("div",{children:o(Zm,{className:"my-2xs",bgColor:e,logo:p,data:h,showTitle:!1})}):ex(g,l),tx({version:i,iconVersion:m,internetBankButton:a})]})})),ex=(e,t)=>t?c("button",{className:"flex items-center text-l my-2xs",onClick:e,type:"button","aria-label":"Кнопка назад",children:[o(G,{name:"ChevronLeftIcon",iconVersion:"black",width:"24",height:"24"}),t]}):null,tx=({version:e,iconVersion:t,internetBankButton:n})=>c("div",{className:"flex gap-lg items-center",children:[O.QUICK_ACTIONS?o(Yb,{version:e,iconVersion:t}):null,O.CHAT_BOT&&!O.QUICK_ACTIONS?o(Vb,{version:e,iconVersion:t,buttonSize:"medium"}):null,o(Qb,{version:e,...n})]}),nx={"bg-white":"primary",transparent:"transparent"},ax=Yt((({bgColor:e="bg-white",alwaysShowLogo:t=!1,version:n=nx[e],portal:a,logo:i={},...r})=>{const{backwardButton:l,logo:s={}}=r.options?.page?.common??{},{internetBankButton:c}=a||{},d=i.image?.icon||i.image?.src?i:s;return o(g,{tag:"header",defaultPadding:"",version:n,...r,children:o("div",{className:"container px-lg py-2xs box-border",children:o(Zb,{bgColor:e,logo:d,alwaysShowLogo:t,internetBankButton:c,version:n,backwardButton:l,...r})})})})),ix=Yt((({className:e="",padding:t="p-0",gap:n="",isInnerPadding:a=!0,version:i="transparent",isTheme:r=!1,isCardBorder:l=!1,image:s,...c})=>{const d=_();return o(g,{className:u("relative flex flex-col",Rb[n],s?.src?"bg-right-bottom bg-no-repeat":"",e),...s?.src?{style:{backgroundImage:`url(${Z(d)(s?.src)})`}}:{},padding:t,version:i,isTheme:r,...c,children:E({...c,extraProps:{className:u("w-full",th(l)),...Tb(a)}})})}),{childrenTypes:[]}),rx=Yt((e=>o(ix,{...e})),{childrenTypes:[]}),lx=d((e=>{const{className:t,align:n,image:a,...i}=e,r=n?u("flex",Qh[n]):"";return o(g,{className:u(r,t),defaultPadding:"p-0",...i,children:o(ie,{image:a})})})),sx=["байт","Кб","Мб","Гб","Тб","Пб"],ox=d((({icon:e,text:t,href:n,target:a,fileFormat:i,data:r,fileSize:l})=>{const s=l&&i?",":"",d=l??"",m=i?String(i):"";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:n,target:a,...ve(r),children:[e,t?c(ze,{size:"text-l",font:"font-light",children:[t," ",cx(d,m),o(ze,{color:"text-secondary-text",children:n&&`${d+s+m}`})]}):null]})})),cx=(e,t)=>e||t?o("span",{children:", "}):"",dx=(e,t)=>(n,a)=>{const i=U(e)("Attachment"===n?.docType?n?.attachment?.src:n?.href),r="Attachment"===n?.docType?((e,t=2)=>{if(0===e)return"";const n=Math.floor(Math.log(e)/Math.log(1024));return`${parseFloat((e/Math.pow(1024,n)).toFixed(t))} ${sx[n]}`})(n?.attachment?.fileSize||0):n?.fileSize,l="Attachment"===n?.docType?ux(i):n?.fileFormat;return c("div",{role:"listitem",children:[o(ox,{text:n?.text,target:n?.target,href:i,fileFormat:l,fileSize:r,icon:mx(t),data:n?.data}),o(Fe,{__html:n?.__html})]},String(a))},mx=e=>e?o(ie,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:e,width:"24",height:"24"}):null,ux=e=>{if(!e)return"";const t=e.lastIndexOf("."),n=new RegExp(/\/(.*)/),a=-1!==t?e.substring(t+1):"";return a.includes("/")?a.replace(n,""):a},hx=d((({href:e,__html:t,target:n,onClose:a})=>c(zn,{maxWidth:"lg",onClose:a,children:[t?o(Fe,{__html:t}):null,c("div",{className:"flex flex-row mx-auto w-fit gap-lg py-lg",children:[o(si,{href:e,target:n,version:"primary",ariaLabel:"Ссылка на согласие",onClick:a,children:"Я согласен"}),o(Mn,{type:"button",version:"secondary",onClick:a,children:"Я не согласен"})]}),o("div",{children:"Нажимая кнопку «Я СОГЛАСЕН» ниже Вы принимаете данные условия. Распространение или раскрытие любой части данного Заключения или любой информации, или рекомендации в нем запрещено.»"})]}))),px=d((({text:e,href:t,target:n,__html:a,icon:i})=>{const{open:l}=pn(hx),s=r((()=>l({__html:a,href:t,target:n})),[a,t,n]);return e?c("button",{className:"flex gap-s text-primary-text no-underline hover:text-primary-main",onClick:s,children:[mx(i),o(ze,{font:"font-light",children:e})]}):null})),gx={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},fx=Yt((({className:e="",title:t,description:n,align:a="text-center",documents:i,icon:r={icon:"DocIcon"},columnsMode:l="double",...s})=>{const d=_();return c(g,{className:u("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[o(k,{title:t,description:n,align:a,headlineVersion:"M",as:"h2",isEmbedded:!0}),i?.length?o("div",{className:u("grid gap-xl","double"===l?"@md:grid-cols-2":"grid-cols-1",gx[l]),role:"list",children:i.map(yx(d,r))}):null]})})),yx=(e,t)=>(n,a)=>{const i=n?.docType;return""===i?null:"reportSource"in n&&n?.reportSource?.__html?bx(t)(n,a):dx(e,t)(n,a)},bx=e=>(t,n)=>{const a={text:t.text,target:t.target,__html:t.reportSource?.__html};return t.reportSource?.__html&&t.text?c("div",{role:"listitem",children:[o(px,{...a,icon:e,href:xx(t)?t?.href:t?.attachment?.src}),o(Fe,{__html:t?.__html})]},String(n)):null},xx=e=>"href"in e,vx=Yt((({className:e,padding:t,align:n="text-left",buttons:a=[],description:i,image:r,__html:l,headingType:s,qr:d,additionalDescription:m="",title:h="Мобильное приложение",version:p="primary",...f})=>{const y="secondary"===p?"p-m min-w-32":"min-w-24",b=r?.src?o(ie,{className:"hidden lg:block",image:r}):null;return o(g,{className:u("min-h-80",e),padding:"p-0",version:p,...f,children:c(_e,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:o(w,{headingType:s,title:h,className:u("whitespace-pre-wrap",n)}),rightImage:b,buttons:Ye(a,{className:"flex-wrap"}),children:[i?o(ze,{size:"text-xl","font-weight":"font-light",children:i}):null,c("div",{className:u("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[l?o(Fe,{__html:l,itemSize:"list-m"}):null,o(ze,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:m}),d?.src?o("div",{className:u("flex justify-center bg-white rounded-md @xl:-order-1",y),children:o(ie,{className:"w-fit",image:d})}):null,r?.src?o(ie,{className:"lg:hidden",image:r}):null]})]})})})),Nx="flex flex-col sm:flex-row sm:flex-wrap gap-3xl pb-2xl",wx=["workingSaturday","premiumService","privateBanking","remoteWorkplace","serviceDisabledPeople","transferringDataToBiometricSystem"],Cx=["sellingCoins","buyingCoins","bullionOperations","preciousMetalsOperations"],Sx=["barrierFree","equippedWithRamp","equippedWithLift","equippedWithElevator","equippedWithStairclimber","hasHelpMeButton"],kx=d((({filters:e=[],field:{field:t,reset:n},onlyOffice:a,labels:i})=>{const r=e.map((e=>o(ba,{text:i[e],...t(e)},e))),[l,s,d]=Ix({onlyOffice:a,filtersCheckbox:r}),[m,{toggle:u}]=nn(!1);return o("div",{children:e?.length?o("div",{children:c(ro,{children:[o("div",{children:o("div",{className:Nx,children:l})}),c("div",{className:"flex space-x-lg pb-2xl",children:[a?o(io,{label:m?"Меньше фильтров":"Больше фильтров",isUnfolded:m,embedded:!0,short:!0,onClick:u}):null,c(Mn,{embedded:!0,onClick:n,children:[o(Al,{children:"Очистить фильтр"}),o(G,{name:"CloseIcon",size:"small"})]})]}),o("div",{children:c(lo,{isUnfolded:m,children:[Dx("Драгоценные металлы",s),Dx("Специальные возможности",d)]})})]})}):null})})),Ix=({onlyOffice:e=!1,filtersCheckbox:t=[]})=>e?Tx(t):Rx(t),Tx=e=>{const t=[],n=[],a=[];for(const i of e)wx.includes(i.key)&&t.push(i),Cx.includes(i.key)&&n.push(i),Sx.includes(i.key)&&a.push(i);return[t,n,a]},Rx=e=>[e.slice(0,6),e.slice(6)],Dx=(e,t=[])=>o("div",{children:t.length>0?c("div",{className:"space-y-s",children:[o(ze,{children:e}),o("div",{className:Nx,children:t})]}):null}),Px=(e,t)=>e&&"underlined"!==t?"primary":"secondary",Ex=(e,t,n)=>{const a=Px("all"===t),i=Px("business"===t),r=(e,t,a)=>{const i=e.currentTarget===e.target&&"business"===t?l(a):a;return n(t),i},l=e=>e.filter((e=>e.workSchedule&&e.workSchedule.businessScheduleVisibleTag&&!e.workSchedule.businessScheduleDescription));return c("div",{className:"flex gap-lg flex-col sm:flex-row",children:[o(Mn,{"data-id":"all",onClick:t=>r(t,"all",e),version:a,children:"Для физических лиц"}),o(Mn,{"data-id":"business",onClick:t=>r(t,"business",e),version:i,children:"Для юридических лиц"})]})},_x=({__html:e,list:t,richVersion:n})=>e||t?.length?c("div",{className:"border-b sm:border border-main-divider rounded-md space-y-2xl",children:[e?o(Fe,{__html:e,richVersion:n}):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(Bx)}):null]}):null,Bx=(e,t)=>c("div",{className:"flex gap-xs items-center",children:[o(ie,{image:e.image}),e?.text?o(ze,{size:"text-m",font:"font-light",children:e.text}):null]},String(t)),Ox=(e,t)=>e?o("div",{className:"flex flex-row gap-xs",children:c(w,{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]})}):null,Mx=()=>{},Ax=e=>"all"===e?"block":"hidden",Fx=d((({className:e,data:t=[],isLoad:n,remoteWorkplaces:i=[],renderCard:r=Mx,renderRemoteWorkplaceCard:l=Mx,getBalloon:s=Mx,initFilterState:d=Po,getBalloonRemoteWorkplaces:m=Mx,descriptionData:h,title:p})=>{const g=p?.includes("Офис"),[f,{field:y,reset:b}]=dn(d),{filteredItems:x,points:v,filteredRemoteWorkplaces:N,lengthItems:w}=Mo({data:t,remoteWorkplaces:i,filtrationState:f,getBalloon:s,getBalloonRemoteWorkplaces:m}),[C,S]=a("all");return c("div",{className:u("space-y-1",e),children:[c("div",{className:"bg-white",children:[c("div",{className:"p-3xl pb-0 grid gap-xl",children:[Ox(p,w),h?_x(h):null,g&&Ex(t,C,S),o("div",{className:u("pb-3xl",Ax(C)),children:o(kx,{filters:Lx([...t,...i]),field:{field:y,reset:b},onlyOffice:g,labels:Eo})})]}),o("div",{className:"h-[600px]",children:o(Fo,{children:o(Ko,{points:v,isLoad:n,className:"h-full"})})})]}),c(Fo,{children:[x.map(r),N.map(l)]})]})})),Lx=e=>Object.keys(Po).filter((t=>e.filter((e=>_o[t](e))).length)),zx=e=>e?`${e.charAt(0).toUpperCase()}${e.slice(1)}`:"",Vx=({location:e,address:t,billAcceptorType:n,terminalType:a,billAcceptorEnable:i,atmCode:r="",atmAccess:l="",workTime:s},d)=>{const m=[{label:"Устройство",value:zx(a)},{label:"Модуль приема наличных",value:i?"Да":"Нет"},{label:"Прием наличных пачкой",value:"банкомат принимает пачками"===n?"Да":"Нет"},{label:"Доступность",value:["внешняя установка","территория банка"].includes(l)?"Общедоступный":""},{label:"Регистрационный номер",value:r}];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:zx(e)}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(G,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:t})]}):null]}),o("div",{className:"whitespace-nowrap",children:o(xo,{color:"green",children:zx(s)})})]}),o(so,{children:o(no,{className:"flex-wrap",children:m?.map(((e,t)=>o(Qs,{...e},String(t))))})})]},String(d))},$x=({address:e="",terminalType:t,atmCode:n=""})=>({header:`${zx(t)} №${n}`,body:e.toUpperCase()}),jx=[];const qx=async e=>{const t=await zt(e,{method:"GET"});return Array.isArray(t)?t:jx},Ux={terminalTypeTerm:!1,terminalTypeAtms:!1,workAllTime:!1,billAcceptorEnable:!1,locationDisabledPeople:!1,designDisabledPeople:!1},Wx=d((({descriptionData:e,className:t})=>{const n=My(),a=n?.code??"000",{data:i,isLoad:r}=function(e){const{data:t,error:n}=yi(`${$a}/atms?regionCode=${e}`,qx);return{data:t||jx,isLoad:!t&&!n}}(a);return o(Fx,{className:t,data:i,isLoad:r,initFilterState:Ux,renderCard:Vx,getBalloon:$x,title:`Банкоматы филиала ${n?.name}`,descriptionData:e})})),Hx=({address:e,workScheduleDescription:t},n)=>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(G,{name:"GeolocationIcon",width:"24",height:"24"}),o(ze,{size:"text-l",children:e})]}):null]})}),o(so,{children:Yx(t)})]},String(n)):null,Yx=e=>c("div",{children:[c(no,{className:"flex",children:[o(Qs,{label:"Операции для физических лиц",children:o(ze,{children:"Оформление и обслуживание кредитов, счетов, вкладов"})}),o(Qs,{label:"Операции для физических лиц",children:o(ze,{children:"Оформление и обслуживание банковских карт"})}),o(Qs,{label:"Операции для физических лиц",children:o(ze,{children:"Инвестиционное и накопительное страхование"})}),o(Qs,{label:"Операции для физических лиц",children:o(ze,{children:"Безналичные операции в рублях, переводы без открытия счёта"})})]}),o("hr",{className:"text-main-divider pb-xl"}),o(Qs,{label:"Режим работы",className:"max-w-none",children:o(ze,{children:e})})]}),Gx=({address:e="",workScheduleDescription:t})=>({header:"Удаленное рабочее место",body:`${e} ${t}`}),Kx={branches:[],remoteWorkplaces:[]};const Jx=async e=>await zt(e,{method:"GET"})||Kx,Xx=d((({className:e})=>{const t=My(),n=t?.code??"000",{data:a,isLoad:i}=function(e="000"){const{data:t,error:n}=yi(`${$a}/branchesAndRemoteWorkplaces?regionCode=${encodeURIComponent(e)}`,Jx);return{data:t||Kx,isLoad:!t&&!n}}(n);return o(Fx,{className:e,data:a?.branches,isLoad:i,remoteWorkplaces:a?.remoteWorkplaces,renderCard:To,renderRemoteWorkplaceCard:Hx,getBalloon:Do,getBalloonRemoteWorkplaces:Gx,title:`Офисы филиала ${t?.name}`})})),Qx=d((({data:e,className:t,...n})=>{const a=e?.dataType??"offices";return o(g,{version:"transparent",className:u(t),defaultPadding:"p-0",...n,children:"offices"===a?o(Xx,{}):o(Wx,{descriptionData:e})})})),Zx=d((e=>{const{__html:t,richVersion:n="",...a}=e;return o(g,{defaultPadding:"p-0",...a,children:o(Fe,{__html:t,richVersion:n})})})),ev=(e=!1)=>e?"flex flex-wrap group-last:last:pb-0":"grid grid-cols-12 [&>*]:pb-m",tv=Yt((({className:e="",isExpanded:t,isFoldButtonOnTop:n=!0,foldButtonVersion:a="default",label:i,version:r,role:l,...s})=>{const d=De(),[m,{toggle:h}]=nn(t),p=o(lo,{className:u("gap-lg",ev(d)),isUnfolded:m,children:E({...s,extraProps:{className:"w-full",padding:"p-0"}})}),f="accordion"===a,y=o(io,{className:u(f?"text-h6 my-lg":"text-h4"),label:i,isUnfolded:m,embedded:f,onClick:h});return o(g,{className:u("w-full border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",role:l,...s,children:c(ro,{children:[n?y:p,n?p:y]})})}),{childrenTypes:{exclude:["RollupItem"]}}),nv={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"},av=(e,t,n)=>(a,i)=>{const{button:r}=a;return o("div",{className:"contents",children:c("div",{className:"flex items-center relative flex-row",children:[o("div",{className:"overflow-hidden flex flex-shrink-0 items-center",children:iv(e,n)(a,i)}),c("div",{className:u("flex flex-col justify-center h-fit w-full",{"min-h-6xl":e}),children:[rv(a),r?.text?o(ke,{className:"box-border py-s w-full mt-lg",version:t,...r,children:r?.text}):null]})]})},String(i))},iv=(e,t)=>(n,a)=>{const i="secondary"===t?"white":"color",r=Boolean(n?.icon?.src),l=lv(e,r),s=r?"transparent"===t:t;return o(g,{className:u("z-10 mr-s flex justify-center content-center rounded-md",l),defaultPadding:"",version:s,children:o("div",{className:"flex max-w-full max-h-full items-center justify-center",children:sv({step:n,iconVersion:i,i:a,stepVersion:t})})})},rv=e=>c("div",{children:[e?.label?o(C,{size:"text-l",align:"text-left",children:e.label}):null,e?.description?o("div",{className:u("text-s font-light text-left",nv.description),children:e.description}):null,o(Fe,{__html:e.__html})]}),lv=(e,t)=>e&&t?"h-14 w-14":"h-11 w-11",sv=({step:e,iconVersion:t,i:n,stepVersion:a})=>{return He(e?.icon)?o(ie,{image:{...e.icon,iconVersion:e.icon?.iconVersion||t},imageClassName:"max-w-full max-h-full",width:"24",height:"24"}):o("span",{className:u("text-h4","transparent"===a?nv.iconText:(i=a,"secondary"===i?"group-data-primary:text-white":"text-secondary-text")),children:n+1});var i},ov=d((({className:e="",title:t,description:n,steps:a=[],buttons:i,stepVersion:r="gray",version:l="primary",...s})=>{const d=a.length>3;return c(g,{className:u("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:l,...s,children:[o(k,{title:t,description:n,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),a?.length?o("div",{className:"flex flex-col gap-6xl justify-between box-border",children:a.map(av(d,l,r))}):null,Ye(i,{isVertical:!0})]})})),cv=d((({isActive:e,item:t,onClick:n})=>c("div",{className:u(e?"text-primary-main":"text-primary-text","w-10 m-4 flex justify-center items-center flex-col text-xs cursor-pointer"),title:t?.title||"",onClick:n,children:[o(G,{className:"w-6 h-6",name:t?.icon?.icon,iconVersion:e?"color":"black"}),t?.title||""]}))),dv=d((({className:e,head:t,children:n,onClose:a,onClick:i})=>c("div",{onClick:i,className:u("absolute bg-white p-0 rounded-xl bottom-0 top-32 w-full",e),role:"dialog",children:[c("div",{className:"sticky py-xl top-0 rounded-xl bg-white z-10",children:[o(An,{className:"absolute top-1.5 right-0",onClose:a}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:n})]})));function mv(e,t,n){i((()=>e.subscribe(t,(e=>{const t=e?.type;if(t&&"string"==typeof t){const a=n[t];a&&a(e)}}))),[e,t,...Object.values(n)])}const uv=()=>{const[e,{push:t,pop:n,clear:i}]=function(e=[]){const[t,n]=a(e),i=r((e=>n((t=>[...t,e]))),[]),l=r((()=>n((e=>e.slice(0,-1)))),[]),s=r((e=>n((t=>t.filter((t=>t!==e))))),[]),o=r((()=>n([])),[]);return[t,{setList:n,push:i,pop:l,remove:s,clear:o}]}();return mv(pe.observable,"dialog",{open:t,close:n,closeAll:i}),[e,{close:n,closeAll:i}]},hv=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:n,s1Matches:a,s2Matches:i}=function(e,t){const n=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),a=Array.from({length:e.length}),i=Array.from({length:t.length});let r=0;for(let l=0;l<e.length;l++){const s=Math.max(0,l-n),o=Math.min(l+n,t.length-1);for(let n=s;n<=o;n++)a[l]||i[n]||e[l]!==t[n]||(r++,a[l]=!0,i[n]=!0)}return{m:r,s1Matches:a,s2Matches:i}}(e,t);if(0===n)return 0;const r=function(e,t,{s1Matches:n,s2Matches:a}){let i=0;for(let r=0,l=0;r<e.length;r++){if(!n[r])continue;let s=l;for(;s<t.length;s++)if(a[s]){l=s+1;break}e[r]!==t[s]&&i++}return i}(e,t,{s1Matches:a,s2Matches:i}),l=(n/e.length+n/t.length+(n-r/2)/n)/3,s=l>.7?.1*function(e,t){let n=0;for(;e[n]===t[n]&&n<4;)n++;return n}(e,t):0;return l+s*(1-l)};const pv=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(gv,{...e},String(t))))})]}):null,gv=d((({icon:e,...t})=>{const n=be(),{text:a,target:i,href:r,onClick:l}=n(t);return c("div",{className:"flex gap-s items-center",children:[e?o(ie,{image:e}):null,a?o("a",{className:"hover:text-primary-hover",href:r,target:i,onClick:l,children:o(ze,{size:"text-l",font:"font-light",color:"text-primary-text",children:a})}):null]})})),fv=(e,t)=>n=>n.name?o(yg,{href:`/branches/${n.slug}`,className:"mb-xs sm:mb-2xs hover:text-primary-hover",onClick:()=>t?.(n),data:Pu(e,n.name),children:o(ze,{size:"text-l",font:"font-light",children:n.name})},String(n.id)):null,yv=d((({className:e,searchTerm:t,onSearch:n})=>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:u(Yn,"h-12 pl-m w-full peer text-l text-black rounded-md box-border"),value:t,onChange:e=>n(e.target.value.toLowerCase()),type:"text",name:"location-search-bar-input"})]}))),bv=d((({defaultLocation:e})=>{const t=My(e),n=be(),{href:a}=n({href:`/branches/${t.slug}`});return t?o("div",{className:"mb-s",children:c(C,{size:"text-l",color:"text-primary-text",children:["Сейчас выбран:",o(yg,{href:a,className:"inline mx-2xs text-primary-main",children:t.name})]})}):null})),xv=d((({foreignOffices:e,branches:t,onClose:n})=>{const i=Ay(t?.default),[s,d]=a(""),m=cl(),u=l((()=>wv(m).sort(((e,t)=>e.name.localeCompare(t.name)))),[m]),h=l((()=>((e,t)=>{const n=new Map;for(const a of e){const e=t(a),i=n.get(e)||[];n.set(e,[...i,a])}return n})(u,Nv)),[u]),p=r((e=>{i.location=e,n?.()}),[i,n]);return c(zn,{maxWidth:"none",head:vv(s,d,t),onClose:n,children:[s&&s.length>=3?o("div",{children:u.filter((({name:e})=>e&&hv(e.toLowerCase())(s.toLowerCase())>=.8)).map(fv(t?.dataSelect,p))}):o("div",{className:"columns-1 sm:columns-3 md:columns-4 lg:columns-5",children:Array.from(h.entries()).map((g=p,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(fv(f,g))]},e)))}),pv(e)]});var g,f})),vv=(e,t,n)=>c("div",{children:[o(ze,{size:"text-h4",color:"text-primary-text",children:"Выберите филиал"}),o(bv,{defaultLocation:n?.default}),o(yv,{onSearch:t,searchTerm:e})]}),Nv=e=>e.name?.charAt(0)??"",wv=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()??""}))),Cv=d((({menuRef:e,menuItem:t,locationDialogProps:n,onClose:a})=>{const l=pn(xv,n),{name:s}=My(),c=e?.current?.getBoundingClientRect(),d=r((()=>{const e=globalThis?.frames["burger-menu-iframe"],t=document.getElementsByTagName("iframe")["iframe-dialog"];t.style.height=String(t?.contentWindow?.document.body.offsetHeight)+"px";const n=Q(X.SITE_URL);e.postMessage({type:"currentTab",data:n?.slice(1)},"*"),e.postMessage({type:"currentLocation",data:s},"*")}),[X.SITE_URL]);return i((()=>{globalThis.frames["burger-menu-iframe"].postMessage({type:"currentLocation",data:s},"*")}),[s]),i((()=>{const e=e=>{if("location"===e.data.type&&l.open({}),"reload"===e.data.type&&a?.(),"resize"===e.data.type){const t=document.getElementsByTagName("iframe")["iframe-dialog"];t&&t.style&&(t.style.height=String(e.data.data)+"px")}};return globalThis.addEventListener("message",e),()=>{globalThis.removeEventListener("message",e)}}),[a]),o(dv,{head:o("div",{className:"flex items-center justify-center px-xl",children:o(w,{as:"h4",title:t?.title,className:"font-medium"})}),onClick:e=>e.stopPropagation(),onClose:a,children:o("div",{className:"bg-white pb-20 pt-1 text-l",children:o("iframe",{id:"iframe-dialog",name:"burger-menu-iframe",onLoad:d,src:t?.src,width:c?.width||0})})})})),Sv="burgerMenuDialog",kv=({menuRef:e,centralMenuItem:t,locationDialogProps:n,onClose:a=En})=>{const{open:i}=pn(Cv),[l]=uv(),s=((e,t)=>Boolean(t.find((t=>t.id===e),e)))(Sv,l),o=r((()=>i({menuRef:e,locationDialogProps:n,menuItem:t,onClose:a},{id:Sv})),[e,n,t,a]);return[s,{toggle:s?a:o}]},Iv=[],Tv=Yt((({sticky:e,...t})=>{const{menuItems:n=Iv}=e??{},i=n.find((e=>"Меню"===e.title)),l=n.filter((e=>"Меню"!==e.title)),d=Math.floor(l.length/2),m=l.slice(0,d),u=l.slice(d),[h,p]=a(-1),[f,y]=a(""),{closeAll:b}=ge(),x=r((()=>{p(-1),y(""),b()}),[b]),v=Hn(x),N=s(null),[C,{toggle:S}]=kv({menuRef:N,centralMenuItem:i,locationDialogProps:t.header,onClose:x}),k=(({menuRef:e,dialogRef:t,leftItems:n,rightItems:a,onClose:i})=>{const{open:l,close:s}=ge(),c=r((()=>{const e=document.getElementsByTagName("iframe")["iframe-dialog"];e.style.height=`${e?.contentWindow?.document.body.offsetHeight}px`}),[]);return r(((r,d)=>{const m="left"===d?n:a,u=e?.current?.getBoundingClientRect();l({id:"left"===d?n[r].title:a[r].title,dialog:o(dv,{className:"mt-[20%] border-t border-current",head:o("div",{className:"flex items-center justify-center px-xl",children:o(w,{as:"h4",title:m[r].description||m[r].title})}),onClick:e=>e.stopPropagation(),onClose:()=>{s(),i?.()},children:o("div",{className:"bg-white pb-20 pt-1 text-l",ref:t,children:o("iframe",{id:"iframe-dialog",src:m[r]?.src,width:u?.width??0,onLoad:c})})})})}),[c,n,a,i])})({menuRef:N,dialogRef:v,leftItems:m,rightItems:u,onClose:x}),I=r((e=>{e.stopPropagation(),x(),S()}),[x,S]),T=r(((e,t)=>{y(t),p(e),b(),k(e,t)}),[b,k]);return o(g,{className:"h-[74px] z-[100] relative",defaultPadding:"p-0",...t,children:c("div",{ref:N,className:"ml-auto container bg-white flex justify-center shadow-blue-gray",children:[m.map(Rv(T,"left",{activeIndex:h,currentItemPosition:f})),o(cv,{item:i,isActive:C,onClick:e=>I(e)}),u.map(Rv(T,"right",{activeIndex:h,currentItemPosition:f}))]})})})),Rv=(e,t,n)=>(a,i,r)=>o(cv,{item:a,isActive:r[n.activeIndex]?.title===a?.title&&n.currentItemPosition===t,onClick:l=>{r[n.activeIndex]?.title===a?.title&&n.currentItemPosition===t||l.stopPropagation(),e(i,t)}},a.title||String(i)),Dv={primary:"bg-white/30",secondary:"bg-main-divider"},Pv={primary:{desktop:"text-white",mobile:"text-primary-text"},secondary:{desktop:"text-secondary-text",mobile:"text-secondary-text"}},Ev=d((({count:e,version:t="secondary"})=>{const n=De(),a=n?"bg-main-divider":Dv[t],i=Pv[t][n?"mobile":"desktop"];return o("div",{className:u("w-6 h-6 rounded-full flex items-center justify-center",a),role:"status","aria-label":`Количество ${e} доступных программ и сервисов`,children:o(ze,{size:"text-xs",color:i,children:e})})})),_v=({text:e,description:t,icon:n,isActive:a,type:i})=>{const r=(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"}))(a);return c("div",{className:u("cursor-pointer text-left border-b-0 flex gap-2xs"),"aria-label":e,"aria-labelledby":`${e}-label`,children:[n?o(ie,{className:u("h-6 w-6 min-w-6 min-h-6",r.icon),image:{...n,iconVersion:n?.iconVersion??r.iconVersion},width:"24",height:"24",alt:e}):null,c("div",{className:"border-0",children:[o("div",{className:"animated"===i?r.text:r.oldText,children:e}),o("div",{className:"animated"===i?r.desc:r.oldDesc,children:t})]})]})},Bv={default:"px-xs",underlined:"px-m",animated:"px-m border border-gray cursor-pointer text-left border-b-0 mt-auto flex gap-2xs"},Ov={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",animated:"text-white sm:text-white"},Mv={default:"bg-white",underlined:"bg-white",animated:"p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96"},Av={default:"bg-white sm:bg-primary-main",underlined:"bg-white",animated:"p-2 border-none bg-primary-main text-white h-20 w-96"},Fv=d((({tag:e="div",item:t={},isActive:n=!1,type:a="default",onClick:i})=>{const r=e,{text:l,description:s,icon:d,count:m,tabName:h,...p}=t;return o(r,{className:u("h-12","block flex-1","cursor-pointer","rounded-none",Bv[a],n?Av[a]:Mv[a]),"aria-label":"Список табов",onClick:i,...p,children:c("div",{className:u("h-full","flex justify-center items-center","text-center whitespace-nowrap",n?Ov[a]:"text-secondary-text hover:text-primary-main"),role:"tab","aria-label":`Таб ${l}`,children:[_v({text:l,description:s,icon:d,isActive:n,type:a}),Number.isInteger(m)?o("div",{className:"ml-xs",role:"status","aria-label":`Количество программ и сервисов ${m}`,children:o(Ev,{count:m,version:Px(n,a)})}):null]})})})),Lv=d((e=>o(e?.item?.href?zv:Vv,{...e}))),zv=d((e=>{const t=be(),n=r((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:a,...i}=t({...e.item,onClick:n});return o(Fv,{...e,tag:"a",item:i,onClick:a})})),Vv=d((({item:e={},onClick:t,...n})=>{const a=r((n=>{n.target.scrollIntoView({block:"nearest"}),t?.(e)}),[t,e]);return o(Fv,{item:e,onClick:a,...n})})),$v="hidden sm:flex absolute z-40",jv={default:{item:"flex-1",gap:0,buttonTop:"top-0"},animated:{item:"flex",gap:8,buttonTop:"top-5"},underlined:{item:"",gap:0,buttonTop:"top-0"}},qv=d((({className:e,items:t=[],activeItem:n,onChange:a,tabsType:r="default"})=>{const[l,s]=gh({itemCount:t?.length||0});return i((()=>Uv(l.current,t,n)),[]),c("div",{className:u("relative overflow-x-auto no-scrollbar",e),children:[o(sh,{containerRef:l,snapAlign:"snap-start",onVisibleIndicesChange:s.handleVisibleIndicesChange,itemClassName:jv[r].item,gap:jv[r].gap,children:t.map((d=n,m=a,h=r,(e,t)=>o(Lv,{isActive:e===d,onClick:m,type:h,item:e},String(t))))}),s.canScrollLeft?o(vh,{wcmsIgnore:!0,className:u("left-6",$v,jv[r].buttonTop),onClick:s.scrollLeft}):null,s.canScrollRight?o(Nh,{wcmsIgnore:!0,className:u("right-6",$v,jv[r].buttonTop),onClick:s.scrollRight}):null]});var d,m,h})),Uv=(e,t,n)=>{const a=t.findIndex((e=>e===n));e&&a>0&&e.scrollTo({left:e?.children[a]?.offsetLeft,behavior:"smooth"})},Wv={default:{wrapper:"",component:""},animated:{wrapper:"border-b-8 border-primary-main bg-white",component:"m-auto"},underlined:{wrapper:"flex",component:"m-auto"}},Hv=({className:e="",tabsType:t="animated",...n})=>t?o("div",{className:u(Wv[t].wrapper,e),children:o(qv,{className:Wv[t].component,tabsType:t,...n})}):null,Yv="sticky top-1 z-20",Gv=Yt((({className:e="",tabs:t=[],block:n,tabsType:i,showCounter:l=!1,isSticky:s=!1,...d})=>{const m=Jv(n||{}),h=_(),p=ss(),f=t.every((e=>"link"===e?.type)),y=new URLSearchParams(decodeURIComponent(globalThis?.location?.search||"")),b=Zv(m),x=l?t.map((e=>({...e,count:"group"===e?.type?n?.slots?.[e?.tabName??""]?.length??0:0}))):t,v=x.findIndex((e=>Boolean(e?.selected))),N=x.findIndex(((e,t)=>"group"===e.type&&(e?.tabName??String(t))===b)),w=b?N:v,[C,S]=a(Kv(w)),k=x[C],I=Qv(x[C],C),T=r((e=>{const t=x.indexOf(e),n=x[t];S(t),"group"===n.type&&((e,t)=>{e.text?y.set(m,e?.tabName??String(t)):y.delete(m),h.replace(`${h.pathname}?${y}`,{scroll:!1})})(e,t)}),[x]);return c(g,{className:u({[Yv]:[s,f,!p].every(Boolean)},e),defaultPadding:"p-0",block:n,...d,children:[Hv({className:u({"pb-1":[n?.slots,"default"===i].every(Boolean),[Yv]:[s,!f,!p].every(Boolean)}),items:Xv(t,x),activeItem:k,tabsType:i,onChange:T}),o("div",{className:"space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:Object.entries(n?.slots??{}).map((([e,t])=>P(t,{...d?.options,slotName:I,parent:n,extraProps:{className:e===I?"":"hidden"}})))})]})}),{slots:({tabs:e})=>e?.map(Qv)?.filter(Boolean)||[]}),Kv=e=>e&&-1!==e?e:0,Jv=({__id:e,anchor:t})=>t??e??"tabs",Xv=(e,t)=>t?.length?t:e,Qv=(e,t)=>"group"===e?.type?e?.tabName||`Слот №${t+1}`:"",Zv=e=>decodeURIComponent(globalThis?.location?.search.replace("?","").replace("+"," ").split("&").find((t=>t.split("=").find((t=>t===e))))?.split("=")?.[1]??""),eN=({title:e,icon:t})=>c("div",{className:u("flex gap-m items-center","w-80 flex-shrink-0 sticky left-0 bg-white"),role:"cell",children:[t?o(ie,{className:"hidden lg:block max-w-6 shrink-0",image:t,width:"24",height:"24"}):null,e?o(ze,{size:"text-m",font:"font-light",color:"text-primary-text",children:e}):null]}),tN={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},nN=d((({children:e,version:t="comparison"})=>o("div",{className:"flex flex-1",children:o("div",{className:tN[t],children:e})}))),aN=d((({className:e="",isOpen:t,onClick:n})=>o(io,{className:e,label:t?"Скрыть":"Показать",isUnfolded:t,version:"secondary",short:!0,onClick:n}))),iN=e=>e?o("div",{children:o(ze,{size:"text-h6",children:e})}):null,rN=e=>e?o("div",{className:"text-l font-light",children:o(ze,{color:"text-secondary-text",children:e})}):null,lN=({__html:e,isDotted:t})=>e?o("div",{className:"flex flex-col justify-between items-start text-h6",children:o(Fe,{__html:e,isDotted:t,itemSize:"list-m"})}):null,sN=d((({cells:e,tableInner:t,onSetTable:n})=>o("div",{className:"w-80 flex-grow flex flex-col gap-lg",role:"cell",children:e?.length?e.map(((e,a)=>e?.tableSource?.tableData?o(aN,{className:"w-fit",isOpen:Boolean(t),onClick:()=>{n(t?void 0:{tableSource:e.tableSource})}},String(a)):(({label:e,description:t,__html:n,isDotted:a,buttons:i,image:r},l)=>c("div",{className:"grid gap-xs",children:[iN(e),rN(t),lN({__html:n,isDotted:a}),Ye(i,{buttonClassName:"basis-0"}),r?.src?o(ie,{image:r}):null]},String(l)))(e,a))):null}))),oN=(e,t)=>140*((e=[])=>e.reduce(((e,t)=>e+t),0))(e.slice(0,t).map((e=>e?.cols?.length??1))),cN=(e,t)=>e?.length>0?o("div",{className:u("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,dN=d((({rows:e})=>{return o(sh,{visibleItemCount:0,snapAlign:"snap-start",children:o("div",{children:e?.map((t=0,(e,n)=>{if(!e?.length)return null;const[a,...i]=e,r=u("flex duration-1000 text-center",0!==n?"font-normal":"font-light");return c("div",{className:"flex border-main-divider border-b border-solid h-full",children:[a?.data?o("div",{className:"whitespace-pre-wrap sm:whitespace-normal w-48 min-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:a.data})}):null,o("div",{className:"flex flex-grow overflow-hidden",children:o("div",{className:r,style:{transform:`translateX(-${oN(i,t)}px)`},children:i?.map(((e,n)=>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?cN(e.cols,t):null]},`row${n}`)))})})]},String(n))}))})});var t})),mN=d((({activeTabIndex:e,items:t})=>o("div",{children:t.map(((t,n)=>{const a=`activeTabIdx:${e}-tableIdx:${n}`;return c("div",{className:"w-full @container",children:[o("div",{className:"flex py-m 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(dN,{rows:t.rowsData})})})]},a)}))}))),uN=(e=!1)=>""+(e?"text-white":"text-secondary-text"),hN=d((({currencies:e,linkToPDF:t,activeTabIndex:n,setActiveTabIndex:a})=>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:u("rounded-md px-4 py-3 cursor-pointer",{"bg-primary-main":t===n}),onClick:()=>a(t),children:o(ze,{size:"text-xl",font:"font-light",color:uN(t===n),children:e||t+1})},e)))}):null,t?o(ke,{className:"text-primary-main",href:t,version:"link",target:"_blank",appendLeft:o(G,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]}))),pN=Yt((({tableSource:e})=>{const t=e?.tableData,[n,i]=a(0),l=r((e=>i(e)),[]),s=t?.[n]?.items??[],d=t?.map((e=>e.currency??""));return t?c("div",{className:"bg-white z-10",children:[o(hN,{currencies:d,activeTabIndex:n,setActiveTabIndex:l}),o(mN,{activeTabIndex:n,items:s})]}):o("div",{className:"space-y-m text-center",children:o(ze,{size:"text-h6",children:"Данных нет"})})})),gN=d((({children:e,tableInner:t,onClick:n})=>c("div",{className:u("self-start flex flex-col gap-xl","border-main-divider lg:border-b w-full py-s lg:py-xl"),role:"row",children:[o("div",{className:u("flex flex-col lg:flex-row gap-x-5xl gap-y-xs"),children:e}),t?o("div",{className:"origin-top animate-expansion",children:o(pN,{...t,onClick:n})}):null]}))),fN=d((({row:{header:e,data:t=[]},...n})=>{const[i,l]=a(void 0),s=r((e=>{l(e)}),[]);return c(gN,{tableInner:i,...n,children:[eN(e),t?.length?o(nN,{version:"tariff",children:t.map(((e,t)=>o(sN,{cells:e,onSetTable:s,tableInner:i,...n},String(t))))}):null]})})),yN=d((({children:e})=>o("div",{role:"table",className:"overflow-x-auto w-auto grid relative gap-y-xs",children:e}))),bN=Yt((({className:e="",title:t,description:n,rowHeaders:a,tariffsColumns:i,hiddenRowsNum:r=0,...l})=>{const s=i?.map((({data:e})=>e))||[],d=a?.map(((e,t)=>({header:e,data:s.map((e=>e?.[t]||[]))}))),m=(d||[]).map(((e,t)=>o(fN,{row:e,...l},String(t)))),[h,p]=r>0?[m.slice(0,-r),m.slice(-r)]:[m,[]],[f,{toggle:y}]=nn(!1);return c(g,{className:u("relative space-y-xl",e),defaultPadding:"p-6xl",...l,children:[o(k,{title:t,description:n,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),o("div",{className:"space-y-m overflow-hidden",children:r>0?c(ro,{children:[c(yN,{children:[h,o(lo,{isUnfolded:f,isOverflowVisible:!0,children:p})]}),o(io,{className:"text-h4",isUnfolded:f,onClick:y})]}):o(yN,{children:m})})]})})),xN=d((({className:e="",title:t,description:n,iconVersion:a,__html:i,richVersion:r,...l})=>c(g,{className:u("flex gap-s sm:gap-m group-data-secondary:bg-primary-main/10",e),...l,children:["small"===a?vN():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,n?NN(n):null,i?o(Fe,{richVersion:r,__html:i}):null]})]}))),vN=()=>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"}),NN=e=>o(C,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),wN={AdTile:Kt,ApplicationForm:Gl,BankAccountFiltration:qh,BenefitsBlock:Gh,BonusBenefitsBlock:Xh,ButtonsBlock:Zh,CalculatorBonus:lp,CalculatorBusinessDeposit:fp,CalculatorCredit:od,CalculatorDeposit:zp,CalculatorRefinancing:Kp,CardTransfer:ig,Carousel:ug,CarouselCatalogCard:gg,CarouselRecommendationCard:wg,CarouselTariffsCard:Ig,DepositFiltration:Dy,ErrorBlock:By,ExchangeRateTile:db,Footer:Ib,GalleryLayout:Eb,GrantSupport:Ab,Header:ax,Headline:k,HorizontalLayout:rx,ImgBlock:lx,LinkDocs:fx,MobileAppTile:vx,OfficesAtmsMap:Qx,ProductBlock:Gt,RichTextBlock:Zx,RollupItem:tv,StepsBlock:ov,StickyBottomMenu:Tv,TabsLayout:Gv,TariffsTable:bN,TextBlock:xN,VerticalLayout:ix,ApplicationLeadForm:Gu,CreditCardForm:Af,CreditForm:ay,DebitForm:Sy,CashbackCalculator:Lg},CN=me((()=>{i((()=>{Zt()}),[]);const e=tn();Wn(globalThis,"click",(e=>t=>{const n=t.target?.closest("[data-aspects]");try{const a=JSON.parse(n?.dataset?.aspects??"[]");ti({aspectsAttributes:a,aspects:e,ev:t})}catch(e){}e.forwardQuery?.(t)})(e))}));const SN="cookie",kN=d((({__html:e})=>{const[t,{setTrue:n,setFalse:a}]=nn();!function(e,t,n=300){i((()=>{const t=globalThis.setTimeout(e,n);return()=>{globalThis.clearTimeout(t)}}),t)}((()=>{globalThis.localStorage?.getItem(SN)||n()}),[],3e3);const l=r((()=>{globalThis.localStorage?.setItem(SN,"true"),a()}),[]);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(Fe,{__html:e})}),o("div",{className:"ml-s sm:ml-0 w-36 flex justify-end",children:o(An,{className:"bg-main-gray rounded-md w-11 h-11",onClose:l})})]})}):null}));function IN(e){const t=r((({key:t})=>{"Escape"===t&&e()}),[e]);Wn(globalThis.document,"keydown",t)}const TN=d((()=>{const[e,{close:t}]=uv(),n=Boolean(e.length);return IN(t),i((()=>{n?globalThis.document?.body.classList.add("no-scrollbar","overflow-hidden"):globalThis.document?.body.classList.remove("no-scrollbar","overflow-hidden")}),[n]),n?o("div",{className:"fixed inset-0 z-50",children:e.map((({dialog:t,id:n},a)=>o("div",{className:u("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar bg-black/50",{hidden:a!==e.length-1}),children:t},String(n||a))))}):null})),RN=d((()=>{const[e,t]=a(null),n=r((()=>{t(null)}),[]);return mv(pe.observable,"popup",{open:t,close:n}),IN(n),e?o("div",{className:u("z-50",e.fixed?"fixed":"absolute"),style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",title:"Всплывающее окно",children:e.popup}):null})),DN="header",PN="footer",EN="sticky-footer",_N={},BN=d((({className:e,data:t=_N,blocksRegistry:n,blockDecorator:a})=>{const{slots:i,blocks:r,fallback:l,...s}=t,d=Wt(s,l),m=ss();CN(),Ay();const h={key:"",page:{slots:i,blocks:r,fallback:l,...d},blocksRegistry:n,blockDecorator:a,parent:t};return c("div",{"data-theme":t.colorPalette||"pc",children:[c("section",{className:u("@container relative",t.style,e),children:[i?.[DN]?.length?o("div",{className:u({hidden:m},"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]"),children:P(i?.[DN],{...h,slotName:DN})}):null,c("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[E({block:t,options:h,extraProps:{className:"scroll-mt-12"}}),!m&&P(i?.[PN],{...h,slotName:PN})]})]}),i?.[EN]?.length?o("div",{className:u({hidden:m},"fixed w-full bottom-0 left-0 z-[100]"),children:P(i?.[EN],{...h,slotName:EN})}):null,o(TN,{}),o(RN,{}),m?null:o(kN,{__html:d?.cookieContent?.__html})]})}));Object.assign(BN,{childrenTypes:[],slots:()=>[DN,PN,EN]});e.Blocks=wN,e.ContentPage=BN,e.handlerDecorator=me,e.joinList=Ph,e.locationNavigator=Xt,e.packageVersion="0.14.951",e.projectSettings=O,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=V,e.useRouter=_,Object.defineProperty(e,"__esModule",{value:!0})}));