@redneckz/wildless-cms-uni-blocks 0.14.567 → 0.14.569

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 (1203) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +217 -132
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/bundle/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +6 -0
  5. package/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +93 -0
  6. package/bundle/components/ApplicationLeadForm/Footnote.d.ts +7 -0
  7. package/bundle/components/ApplicationLeadForm/getFormatData.d.ts +2 -0
  8. package/bundle/components/ApplicationLeadForm/getInitialFormState.d.ts +24 -0
  9. package/bundle/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +5 -0
  10. package/bundle/components/ApplicationLeadForm/renderSubmitButton.d.ts +3 -0
  11. package/bundle/ui-kit/FormField/CustomFieldProps.d.ts +7 -0
  12. package/bundle/ui-kit/FormField/Fields/AcquiringField.d.ts +5 -0
  13. package/bundle/ui-kit/FormField/Fields/AddressBranchField.d.ts +6 -0
  14. package/bundle/ui-kit/FormField/Fields/AmountField.d.ts +2 -0
  15. package/bundle/ui-kit/FormField/Fields/CommentField.d.ts +2 -0
  16. package/bundle/ui-kit/FormField/Fields/FeedbackMethodField.d.ts +2 -0
  17. package/bundle/ui-kit/FormField/Fields/FeedbackTypeField.d.ts +2 -0
  18. package/bundle/ui-kit/FormField/Fields/IsClientField.d.ts +2 -0
  19. package/bundle/ui-kit/FormField/Fields/LocalitiesField.d.ts +2 -0
  20. package/bundle/ui-kit/FormField/Fields/MiddleNameField.d.ts +2 -0
  21. package/bundle/ui-kit/FormField/Fields/NameField.d.ts +2 -0
  22. package/bundle/ui-kit/FormField/Fields/OnlineCheckoutField.d.ts +2 -0
  23. package/bundle/ui-kit/FormField/Fields/PartnerCommentsField.d.ts +2 -0
  24. package/bundle/ui-kit/FormField/Fields/PhoneField.d.ts +2 -0
  25. package/bundle/ui-kit/FormField/Fields/PosTerminalField.d.ts +2 -0
  26. package/bundle/ui-kit/FormField/Fields/ProductField.d.ts +9 -0
  27. package/bundle/ui-kit/FormField/Fields/RegionField.d.ts +2 -0
  28. package/bundle/ui-kit/FormField/Fields/RegionPremiumField.d.ts +2 -0
  29. package/bundle/ui-kit/FormField/Fields/SecondaryPhoneField.d.ts +2 -0
  30. package/bundle/ui-kit/FormField/Fields/ServiceDirectionField.d.ts +2 -0
  31. package/bundle/ui-kit/FormField/Fields/SurnameField.d.ts +2 -0
  32. package/bundle/ui-kit/FormField/Fields/TermField.d.ts +2 -0
  33. package/bundle/ui-kit/FormField/Fields/UltraPremiumField.d.ts +2 -0
  34. package/bundle/ui-kit/FormField/Fields/VedField.d.ts +3 -0
  35. package/bundle/ui-kit/FormField/constants.d.ts +6 -0
  36. package/bundle/ui-kit/FormField/getConsentDataProcessing.d.ts +2 -0
  37. package/bundle/ui-kit/FormField/getField.d.ts +4 -0
  38. package/bundle/ui-kit/FormField/getNamesFromInput.d.ts +2 -0
  39. package/bundle/ui-kit/FormField/getObjectValidator.d.ts +4 -0
  40. package/bundle/ui-kit/FormField/inputColumnStyle.d.ts +2 -0
  41. package/bundle/ui-kit/FormField/isRenderField.d.ts +6 -0
  42. package/bundle/ui-kit/FormField/renderTitle.d.ts +2 -0
  43. package/dist/components/ApplicationForm/ApplicationForm.js +7 -8
  44. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  45. package/dist/components/ApplicationForm/getFormatData.js +1 -1
  46. package/dist/components/ApplicationForm/getFormatData.js.map +1 -1
  47. package/dist/components/ApplicationForm/getInitialFormState.js +3 -3
  48. package/dist/components/ApplicationForm/getInitialFormState.js.map +1 -1
  49. package/dist/components/ApplicationForm/getPartnerComments.js +1 -1
  50. package/dist/components/ApplicationForm/getPartnerComments.js.map +1 -1
  51. package/dist/components/ApplicationForm/getRegionUrl.js +1 -1
  52. package/dist/components/ApplicationForm/getRegionUrl.js.map +1 -1
  53. package/dist/components/ApplicationForm/renderAgreementSubmit.js +1 -1
  54. package/dist/components/ApplicationForm/renderAgreementSubmit.js.map +1 -1
  55. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +6 -0
  56. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +52 -0
  57. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -0
  58. package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +93 -0
  59. package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js +3 -0
  60. package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -0
  61. package/dist/components/ApplicationLeadForm/Footnote.d.ts +7 -0
  62. package/dist/components/ApplicationLeadForm/Footnote.js +9 -0
  63. package/dist/components/ApplicationLeadForm/Footnote.js.map +1 -0
  64. package/dist/components/ApplicationLeadForm/getFormatData.d.ts +2 -0
  65. package/dist/components/ApplicationLeadForm/getFormatData.js +13 -0
  66. package/dist/components/ApplicationLeadForm/getFormatData.js.map +1 -0
  67. package/dist/components/ApplicationLeadForm/getInitialFormState.d.ts +24 -0
  68. package/dist/components/ApplicationLeadForm/getInitialFormState.js +41 -0
  69. package/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -0
  70. package/dist/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +5 -0
  71. package/dist/components/ApplicationLeadForm/renderAgreementSubmit.js +14 -0
  72. package/dist/components/ApplicationLeadForm/renderAgreementSubmit.js.map +1 -0
  73. package/dist/components/ApplicationLeadForm/renderSubmitButton.d.ts +3 -0
  74. package/dist/components/ApplicationLeadForm/renderSubmitButton.js +8 -0
  75. package/dist/components/ApplicationLeadForm/renderSubmitButton.js.map +1 -0
  76. package/dist/components/Blocks.js +2 -0
  77. package/dist/components/Blocks.js.map +1 -1
  78. package/dist/components/Blocks.mobile.js +2 -0
  79. package/dist/components/Blocks.mobile.js.map +1 -1
  80. package/dist/ui-kit/FormField/CustomFieldProps.d.ts +7 -0
  81. package/dist/ui-kit/FormField/CustomFieldProps.js.map +1 -0
  82. package/dist/ui-kit/FormField/Fields/AcquiringField.d.ts +5 -0
  83. package/dist/ui-kit/FormField/Fields/AcquiringField.js +29 -0
  84. package/dist/ui-kit/FormField/Fields/AcquiringField.js.map +1 -0
  85. package/dist/ui-kit/FormField/Fields/AddressBranchField.d.ts +6 -0
  86. package/dist/ui-kit/FormField/Fields/AddressBranchField.js +28 -0
  87. package/dist/ui-kit/FormField/Fields/AddressBranchField.js.map +1 -0
  88. package/dist/ui-kit/FormField/Fields/AmountField.d.ts +2 -0
  89. package/dist/ui-kit/FormField/Fields/AmountField.js +10 -0
  90. package/dist/ui-kit/FormField/Fields/AmountField.js.map +1 -0
  91. package/dist/ui-kit/FormField/Fields/CommentField.d.ts +2 -0
  92. package/dist/ui-kit/FormField/Fields/CommentField.js +9 -0
  93. package/dist/ui-kit/FormField/Fields/CommentField.js.map +1 -0
  94. package/dist/ui-kit/FormField/Fields/FeedbackMethodField.d.ts +2 -0
  95. package/dist/ui-kit/FormField/Fields/FeedbackMethodField.js +10 -0
  96. package/dist/ui-kit/FormField/Fields/FeedbackMethodField.js.map +1 -0
  97. package/dist/ui-kit/FormField/Fields/FeedbackTypeField.d.ts +2 -0
  98. package/dist/ui-kit/FormField/Fields/FeedbackTypeField.js +19 -0
  99. package/dist/ui-kit/FormField/Fields/FeedbackTypeField.js.map +1 -0
  100. package/dist/ui-kit/FormField/Fields/IsClientField.d.ts +2 -0
  101. package/dist/ui-kit/FormField/Fields/IsClientField.js +7 -0
  102. package/dist/ui-kit/FormField/Fields/IsClientField.js.map +1 -0
  103. package/dist/ui-kit/FormField/Fields/LocalitiesField.d.ts +2 -0
  104. package/dist/ui-kit/FormField/Fields/LocalitiesField.js +24 -0
  105. package/dist/ui-kit/FormField/Fields/LocalitiesField.js.map +1 -0
  106. package/dist/ui-kit/FormField/Fields/MiddleNameField.d.ts +2 -0
  107. package/dist/ui-kit/FormField/Fields/MiddleNameField.js +7 -0
  108. package/dist/ui-kit/FormField/Fields/MiddleNameField.js.map +1 -0
  109. package/dist/ui-kit/FormField/Fields/NameField.d.ts +2 -0
  110. package/dist/ui-kit/FormField/Fields/NameField.js +12 -0
  111. package/dist/ui-kit/FormField/Fields/NameField.js.map +1 -0
  112. package/dist/ui-kit/FormField/Fields/OnlineCheckoutField.d.ts +2 -0
  113. package/dist/ui-kit/FormField/Fields/OnlineCheckoutField.js +8 -0
  114. package/dist/ui-kit/FormField/Fields/OnlineCheckoutField.js.map +1 -0
  115. package/dist/ui-kit/FormField/Fields/PartnerCommentsField.d.ts +2 -0
  116. package/dist/ui-kit/FormField/Fields/PartnerCommentsField.js +12 -0
  117. package/dist/ui-kit/FormField/Fields/PartnerCommentsField.js.map +1 -0
  118. package/dist/ui-kit/FormField/Fields/PhoneField.d.ts +2 -0
  119. package/dist/ui-kit/FormField/Fields/PhoneField.js +9 -0
  120. package/dist/ui-kit/FormField/Fields/PhoneField.js.map +1 -0
  121. package/dist/ui-kit/FormField/Fields/PosTerminalField.d.ts +2 -0
  122. package/dist/ui-kit/FormField/Fields/PosTerminalField.js +8 -0
  123. package/dist/ui-kit/FormField/Fields/PosTerminalField.js.map +1 -0
  124. package/dist/ui-kit/FormField/Fields/ProductField.d.ts +9 -0
  125. package/dist/ui-kit/FormField/Fields/ProductField.js +10 -0
  126. package/dist/ui-kit/FormField/Fields/ProductField.js.map +1 -0
  127. package/dist/ui-kit/FormField/Fields/RegionField.d.ts +2 -0
  128. package/dist/ui-kit/FormField/Fields/RegionField.js +14 -0
  129. package/dist/ui-kit/FormField/Fields/RegionField.js.map +1 -0
  130. package/dist/ui-kit/FormField/Fields/RegionPremiumField.d.ts +2 -0
  131. package/dist/ui-kit/FormField/Fields/RegionPremiumField.js +18 -0
  132. package/dist/ui-kit/FormField/Fields/RegionPremiumField.js.map +1 -0
  133. package/dist/ui-kit/FormField/Fields/SecondaryPhoneField.d.ts +2 -0
  134. package/dist/ui-kit/FormField/Fields/SecondaryPhoneField.js +14 -0
  135. package/dist/ui-kit/FormField/Fields/SecondaryPhoneField.js.map +1 -0
  136. package/dist/ui-kit/FormField/Fields/ServiceDirectionField.d.ts +2 -0
  137. package/dist/ui-kit/FormField/Fields/ServiceDirectionField.js +10 -0
  138. package/dist/ui-kit/FormField/Fields/ServiceDirectionField.js.map +1 -0
  139. package/dist/ui-kit/FormField/Fields/SurnameField.d.ts +2 -0
  140. package/dist/ui-kit/FormField/Fields/SurnameField.js +9 -0
  141. package/dist/ui-kit/FormField/Fields/SurnameField.js.map +1 -0
  142. package/dist/ui-kit/FormField/Fields/TermField.d.ts +2 -0
  143. package/dist/ui-kit/FormField/Fields/TermField.js +10 -0
  144. package/dist/ui-kit/FormField/Fields/TermField.js.map +1 -0
  145. package/dist/ui-kit/FormField/Fields/UltraPremiumField.d.ts +2 -0
  146. package/dist/ui-kit/FormField/Fields/UltraPremiumField.js +10 -0
  147. package/dist/ui-kit/FormField/Fields/UltraPremiumField.js.map +1 -0
  148. package/dist/ui-kit/FormField/Fields/VedField.d.ts +3 -0
  149. package/dist/ui-kit/FormField/Fields/VedField.js +23 -0
  150. package/dist/ui-kit/FormField/Fields/VedField.js.map +1 -0
  151. package/dist/ui-kit/FormField/constants.d.ts +6 -0
  152. package/dist/ui-kit/FormField/constants.js +26 -0
  153. package/dist/ui-kit/FormField/constants.js.map +1 -0
  154. package/dist/ui-kit/FormField/getConsentDataProcessing.d.ts +2 -0
  155. package/dist/ui-kit/FormField/getConsentDataProcessing.js +5 -0
  156. package/dist/ui-kit/FormField/getConsentDataProcessing.js.map +1 -0
  157. package/dist/ui-kit/FormField/getField.d.ts +4 -0
  158. package/dist/ui-kit/FormField/getField.js +79 -0
  159. package/dist/ui-kit/FormField/getField.js.map +1 -0
  160. package/dist/ui-kit/FormField/getNamesFromInput.d.ts +2 -0
  161. package/dist/ui-kit/FormField/getNamesFromInput.js.map +1 -0
  162. package/dist/ui-kit/FormField/getObjectValidator.d.ts +4 -0
  163. package/dist/ui-kit/FormField/getObjectValidator.js.map +1 -0
  164. package/dist/ui-kit/FormField/getValidation.js.map +1 -0
  165. package/dist/ui-kit/FormField/inputColumnStyle.d.ts +2 -0
  166. package/dist/ui-kit/FormField/inputColumnStyle.js +5 -0
  167. package/dist/ui-kit/FormField/inputColumnStyle.js.map +1 -0
  168. package/dist/ui-kit/FormField/isRenderField.d.ts +6 -0
  169. package/dist/ui-kit/FormField/isRenderField.js.map +1 -0
  170. package/dist/ui-kit/FormField/renderTitle.d.ts +2 -0
  171. package/dist/ui-kit/FormField/renderTitle.js +7 -0
  172. package/dist/ui-kit/FormField/renderTitle.js.map +1 -0
  173. package/dist/ui-kit/FormField/validators.js.map +1 -0
  174. package/lib/common.css +1 -1
  175. package/lib/components/ApplicationForm/ApplicationForm.js +6 -7
  176. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  177. package/lib/components/ApplicationForm/getFormatData.js +1 -1
  178. package/lib/components/ApplicationForm/getFormatData.js.map +1 -1
  179. package/lib/components/ApplicationForm/getInitialFormState.js +3 -3
  180. package/lib/components/ApplicationForm/getInitialFormState.js.map +1 -1
  181. package/lib/components/ApplicationForm/getPartnerComments.js +1 -1
  182. package/lib/components/ApplicationForm/getPartnerComments.js.map +1 -1
  183. package/lib/components/ApplicationForm/getRegionUrl.js +1 -1
  184. package/lib/components/ApplicationForm/getRegionUrl.js.map +1 -1
  185. package/lib/components/ApplicationForm/renderAgreementSubmit.js +1 -1
  186. package/lib/components/ApplicationForm/renderAgreementSubmit.js.map +1 -1
  187. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +6 -0
  188. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.fixture.d.ts +6 -0
  189. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.fixture.mobile.d.ts +6 -0
  190. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +50 -0
  191. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -0
  192. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +93 -0
  193. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js +3 -0
  194. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -0
  195. package/lib/components/ApplicationLeadForm/Footnote.d.ts +7 -0
  196. package/lib/components/ApplicationLeadForm/Footnote.js +7 -0
  197. package/lib/components/ApplicationLeadForm/Footnote.js.map +1 -0
  198. package/lib/components/ApplicationLeadForm/getFormatData.d.ts +2 -0
  199. package/lib/components/ApplicationLeadForm/getFormatData.js +10 -0
  200. package/lib/components/ApplicationLeadForm/getFormatData.js.map +1 -0
  201. package/lib/components/ApplicationLeadForm/getInitialFormState.d.ts +24 -0
  202. package/lib/components/ApplicationLeadForm/getInitialFormState.js +38 -0
  203. package/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -0
  204. package/lib/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +4 -0
  205. package/lib/components/ApplicationLeadForm/renderAgreementSubmit.js +11 -0
  206. package/lib/components/ApplicationLeadForm/renderAgreementSubmit.js.map +1 -0
  207. package/lib/components/ApplicationLeadForm/renderSubmitButton.d.ts +2 -0
  208. package/lib/components/ApplicationLeadForm/renderSubmitButton.js +5 -0
  209. package/lib/components/ApplicationLeadForm/renderSubmitButton.js.map +1 -0
  210. package/lib/components/Blocks.js +2 -0
  211. package/lib/components/Blocks.js.map +1 -1
  212. package/lib/components/Blocks.mobile.js +2 -0
  213. package/lib/components/Blocks.mobile.js.map +1 -1
  214. package/lib/ui-kit/FormField/CustomFieldProps.d.ts +7 -0
  215. package/lib/ui-kit/FormField/CustomFieldProps.js.map +1 -0
  216. package/lib/ui-kit/FormField/Fields/AcquiringField.d.ts +5 -0
  217. package/lib/ui-kit/FormField/Fields/AcquiringField.js +26 -0
  218. package/lib/ui-kit/FormField/Fields/AcquiringField.js.map +1 -0
  219. package/lib/ui-kit/FormField/Fields/AddressBranchField.d.ts +6 -0
  220. package/lib/ui-kit/FormField/Fields/AddressBranchField.js +26 -0
  221. package/lib/ui-kit/FormField/Fields/AddressBranchField.js.map +1 -0
  222. package/lib/ui-kit/FormField/Fields/AmountField.d.ts +2 -0
  223. package/lib/ui-kit/FormField/Fields/AmountField.js +8 -0
  224. package/lib/ui-kit/FormField/Fields/AmountField.js.map +1 -0
  225. package/lib/ui-kit/FormField/Fields/CommentField.d.ts +2 -0
  226. package/lib/ui-kit/FormField/Fields/CommentField.js +7 -0
  227. package/lib/ui-kit/FormField/Fields/CommentField.js.map +1 -0
  228. package/lib/ui-kit/FormField/Fields/FeedbackMethodField.d.ts +2 -0
  229. package/lib/ui-kit/FormField/Fields/FeedbackMethodField.js +8 -0
  230. package/lib/ui-kit/FormField/Fields/FeedbackMethodField.js.map +1 -0
  231. package/lib/ui-kit/FormField/Fields/FeedbackTypeField.d.ts +2 -0
  232. package/lib/ui-kit/FormField/Fields/FeedbackTypeField.js +17 -0
  233. package/lib/ui-kit/FormField/Fields/FeedbackTypeField.js.map +1 -0
  234. package/lib/ui-kit/FormField/Fields/IsClientField.d.ts +2 -0
  235. package/lib/ui-kit/FormField/Fields/IsClientField.js +5 -0
  236. package/lib/ui-kit/FormField/Fields/IsClientField.js.map +1 -0
  237. package/lib/ui-kit/FormField/Fields/LocalitiesField.d.ts +2 -0
  238. package/lib/ui-kit/FormField/Fields/LocalitiesField.js +22 -0
  239. package/lib/ui-kit/FormField/Fields/LocalitiesField.js.map +1 -0
  240. package/lib/ui-kit/FormField/Fields/MiddleNameField.d.ts +2 -0
  241. package/lib/ui-kit/FormField/Fields/MiddleNameField.js +5 -0
  242. package/lib/ui-kit/FormField/Fields/MiddleNameField.js.map +1 -0
  243. package/lib/ui-kit/FormField/Fields/NameField.d.ts +2 -0
  244. package/lib/ui-kit/FormField/Fields/NameField.js +10 -0
  245. package/lib/ui-kit/FormField/Fields/NameField.js.map +1 -0
  246. package/lib/ui-kit/FormField/Fields/OnlineCheckoutField.d.ts +2 -0
  247. package/lib/ui-kit/FormField/Fields/OnlineCheckoutField.js +6 -0
  248. package/lib/ui-kit/FormField/Fields/OnlineCheckoutField.js.map +1 -0
  249. package/lib/ui-kit/FormField/Fields/PartnerCommentsField.d.ts +2 -0
  250. package/lib/ui-kit/FormField/Fields/PartnerCommentsField.js +10 -0
  251. package/lib/ui-kit/FormField/Fields/PartnerCommentsField.js.map +1 -0
  252. package/lib/ui-kit/FormField/Fields/PhoneField.d.ts +2 -0
  253. package/lib/ui-kit/FormField/Fields/PhoneField.js +7 -0
  254. package/lib/ui-kit/FormField/Fields/PhoneField.js.map +1 -0
  255. package/lib/ui-kit/FormField/Fields/PosTerminalField.d.ts +2 -0
  256. package/lib/ui-kit/FormField/Fields/PosTerminalField.js +6 -0
  257. package/lib/ui-kit/FormField/Fields/PosTerminalField.js.map +1 -0
  258. package/lib/ui-kit/FormField/Fields/ProductField.d.ts +9 -0
  259. package/lib/ui-kit/FormField/Fields/ProductField.js +8 -0
  260. package/lib/ui-kit/FormField/Fields/ProductField.js.map +1 -0
  261. package/lib/ui-kit/FormField/Fields/RegionField.d.ts +2 -0
  262. package/lib/ui-kit/FormField/Fields/RegionField.js +12 -0
  263. package/lib/ui-kit/FormField/Fields/RegionField.js.map +1 -0
  264. package/lib/ui-kit/FormField/Fields/RegionPremiumField.d.ts +2 -0
  265. package/lib/ui-kit/FormField/Fields/RegionPremiumField.js +16 -0
  266. package/lib/ui-kit/FormField/Fields/RegionPremiumField.js.map +1 -0
  267. package/lib/ui-kit/FormField/Fields/SecondaryPhoneField.d.ts +2 -0
  268. package/lib/ui-kit/FormField/Fields/SecondaryPhoneField.js +12 -0
  269. package/lib/ui-kit/FormField/Fields/SecondaryPhoneField.js.map +1 -0
  270. package/lib/ui-kit/FormField/Fields/ServiceDirectionField.d.ts +2 -0
  271. package/lib/ui-kit/FormField/Fields/ServiceDirectionField.js +8 -0
  272. package/lib/ui-kit/FormField/Fields/ServiceDirectionField.js.map +1 -0
  273. package/lib/ui-kit/FormField/Fields/SurnameField.d.ts +2 -0
  274. package/lib/ui-kit/FormField/Fields/SurnameField.js +7 -0
  275. package/lib/ui-kit/FormField/Fields/SurnameField.js.map +1 -0
  276. package/lib/ui-kit/FormField/Fields/TermField.d.ts +2 -0
  277. package/lib/ui-kit/FormField/Fields/TermField.js +8 -0
  278. package/lib/ui-kit/FormField/Fields/TermField.js.map +1 -0
  279. package/lib/ui-kit/FormField/Fields/UltraPremiumField.d.ts +2 -0
  280. package/lib/ui-kit/FormField/Fields/UltraPremiumField.js +8 -0
  281. package/lib/ui-kit/FormField/Fields/UltraPremiumField.js.map +1 -0
  282. package/lib/ui-kit/FormField/Fields/VedField.d.ts +3 -0
  283. package/lib/ui-kit/FormField/Fields/VedField.js +21 -0
  284. package/lib/ui-kit/FormField/Fields/VedField.js.map +1 -0
  285. package/lib/ui-kit/FormField/constants.d.ts +6 -0
  286. package/lib/ui-kit/FormField/constants.js +24 -0
  287. package/lib/ui-kit/FormField/constants.js.map +1 -0
  288. package/lib/ui-kit/FormField/getConsentDataProcessing.d.ts +2 -0
  289. package/lib/ui-kit/FormField/getConsentDataProcessing.js +2 -0
  290. package/lib/ui-kit/FormField/getConsentDataProcessing.js.map +1 -0
  291. package/lib/ui-kit/FormField/getField.d.ts +3 -0
  292. package/lib/ui-kit/FormField/getField.js +76 -0
  293. package/lib/ui-kit/FormField/getField.js.map +1 -0
  294. package/lib/ui-kit/FormField/getNamesFromInput.d.ts +2 -0
  295. package/lib/ui-kit/FormField/getNamesFromInput.js.map +1 -0
  296. package/lib/ui-kit/FormField/getObjectValidator.d.ts +4 -0
  297. package/lib/ui-kit/FormField/getObjectValidator.js.map +1 -0
  298. package/lib/ui-kit/FormField/getValidation.js.map +1 -0
  299. package/lib/ui-kit/FormField/inputColumnStyle.d.ts +2 -0
  300. package/lib/ui-kit/FormField/inputColumnStyle.js +2 -0
  301. package/lib/ui-kit/FormField/inputColumnStyle.js.map +1 -0
  302. package/lib/ui-kit/FormField/isRenderField.d.ts +6 -0
  303. package/lib/ui-kit/FormField/isRenderField.js.map +1 -0
  304. package/lib/ui-kit/FormField/renderTitle.d.ts +1 -0
  305. package/lib/ui-kit/FormField/renderTitle.js +4 -0
  306. package/lib/ui-kit/FormField/renderTitle.js.map +1 -0
  307. package/lib/ui-kit/FormField/validators.js.map +1 -0
  308. package/mobile/bundle/bundle.umd.js +217 -132
  309. package/mobile/bundle/bundle.umd.min.js +1 -1
  310. package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +6 -0
  311. package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +93 -0
  312. package/mobile/bundle/components/ApplicationLeadForm/Footnote.d.ts +7 -0
  313. package/mobile/bundle/components/ApplicationLeadForm/getFormatData.d.ts +2 -0
  314. package/mobile/bundle/components/ApplicationLeadForm/getInitialFormState.d.ts +24 -0
  315. package/mobile/bundle/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +5 -0
  316. package/mobile/bundle/components/ApplicationLeadForm/renderSubmitButton.d.ts +3 -0
  317. package/mobile/bundle/ui-kit/FormField/CustomFieldProps.d.ts +7 -0
  318. package/mobile/bundle/ui-kit/FormField/Fields/AcquiringField.d.ts +5 -0
  319. package/mobile/bundle/ui-kit/FormField/Fields/AddressBranchField.d.ts +6 -0
  320. package/mobile/bundle/ui-kit/FormField/Fields/AmountField.d.ts +2 -0
  321. package/mobile/bundle/ui-kit/FormField/Fields/CommentField.d.ts +2 -0
  322. package/mobile/bundle/ui-kit/FormField/Fields/FeedbackMethodField.d.ts +2 -0
  323. package/mobile/bundle/ui-kit/FormField/Fields/FeedbackTypeField.d.ts +2 -0
  324. package/mobile/bundle/ui-kit/FormField/Fields/IsClientField.d.ts +2 -0
  325. package/mobile/bundle/ui-kit/FormField/Fields/LocalitiesField.d.ts +2 -0
  326. package/mobile/bundle/ui-kit/FormField/Fields/MiddleNameField.d.ts +2 -0
  327. package/mobile/bundle/ui-kit/FormField/Fields/NameField.d.ts +2 -0
  328. package/mobile/bundle/ui-kit/FormField/Fields/OnlineCheckoutField.d.ts +2 -0
  329. package/mobile/bundle/ui-kit/FormField/Fields/PartnerCommentsField.d.ts +2 -0
  330. package/mobile/bundle/ui-kit/FormField/Fields/PhoneField.d.ts +2 -0
  331. package/mobile/bundle/ui-kit/FormField/Fields/PosTerminalField.d.ts +2 -0
  332. package/mobile/bundle/ui-kit/FormField/Fields/ProductField.d.ts +9 -0
  333. package/mobile/bundle/ui-kit/FormField/Fields/RegionField.d.ts +2 -0
  334. package/mobile/bundle/ui-kit/FormField/Fields/RegionPremiumField.d.ts +2 -0
  335. package/mobile/bundle/ui-kit/FormField/Fields/SecondaryPhoneField.d.ts +2 -0
  336. package/mobile/bundle/ui-kit/FormField/Fields/ServiceDirectionField.d.ts +2 -0
  337. package/mobile/bundle/ui-kit/FormField/Fields/SurnameField.d.ts +2 -0
  338. package/mobile/bundle/ui-kit/FormField/Fields/TermField.d.ts +2 -0
  339. package/mobile/bundle/ui-kit/FormField/Fields/UltraPremiumField.d.ts +2 -0
  340. package/mobile/bundle/ui-kit/FormField/Fields/VedField.d.ts +3 -0
  341. package/mobile/bundle/ui-kit/FormField/constants.d.ts +6 -0
  342. package/mobile/bundle/ui-kit/FormField/getConsentDataProcessing.d.ts +2 -0
  343. package/mobile/bundle/ui-kit/FormField/getField.d.ts +4 -0
  344. package/mobile/bundle/ui-kit/FormField/getNamesFromInput.d.ts +2 -0
  345. package/mobile/bundle/ui-kit/FormField/getObjectValidator.d.ts +4 -0
  346. package/mobile/bundle/ui-kit/FormField/inputColumnStyle.d.ts +2 -0
  347. package/mobile/bundle/ui-kit/FormField/isRenderField.d.ts +6 -0
  348. package/mobile/bundle/ui-kit/FormField/renderTitle.d.ts +2 -0
  349. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +7 -8
  350. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  351. package/mobile/dist/components/ApplicationForm/getFormatData.js +1 -1
  352. package/mobile/dist/components/ApplicationForm/getFormatData.js.map +1 -1
  353. package/mobile/dist/components/ApplicationForm/getInitialFormState.js +3 -3
  354. package/mobile/dist/components/ApplicationForm/getInitialFormState.js.map +1 -1
  355. package/mobile/dist/components/ApplicationForm/getPartnerComments.js +1 -1
  356. package/mobile/dist/components/ApplicationForm/getPartnerComments.js.map +1 -1
  357. package/mobile/dist/components/ApplicationForm/getRegionUrl.js +1 -1
  358. package/mobile/dist/components/ApplicationForm/getRegionUrl.js.map +1 -1
  359. package/mobile/dist/components/ApplicationForm/renderAgreementSubmit.js +1 -1
  360. package/mobile/dist/components/ApplicationForm/renderAgreementSubmit.js.map +1 -1
  361. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +6 -0
  362. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +52 -0
  363. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -0
  364. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +93 -0
  365. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js +3 -0
  366. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -0
  367. package/mobile/dist/components/ApplicationLeadForm/Footnote.d.ts +7 -0
  368. package/mobile/dist/components/ApplicationLeadForm/Footnote.js +9 -0
  369. package/mobile/dist/components/ApplicationLeadForm/Footnote.js.map +1 -0
  370. package/mobile/dist/components/ApplicationLeadForm/getFormatData.d.ts +2 -0
  371. package/mobile/dist/components/ApplicationLeadForm/getFormatData.js +13 -0
  372. package/mobile/dist/components/ApplicationLeadForm/getFormatData.js.map +1 -0
  373. package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.d.ts +24 -0
  374. package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.js +41 -0
  375. package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -0
  376. package/mobile/dist/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +5 -0
  377. package/mobile/dist/components/ApplicationLeadForm/renderAgreementSubmit.js +14 -0
  378. package/mobile/dist/components/ApplicationLeadForm/renderAgreementSubmit.js.map +1 -0
  379. package/mobile/dist/components/ApplicationLeadForm/renderSubmitButton.d.ts +3 -0
  380. package/mobile/dist/components/ApplicationLeadForm/renderSubmitButton.js +8 -0
  381. package/mobile/dist/components/ApplicationLeadForm/renderSubmitButton.js.map +1 -0
  382. package/mobile/dist/components/Blocks.js +2 -0
  383. package/mobile/dist/components/Blocks.js.map +1 -1
  384. package/mobile/dist/ui-kit/FormField/CustomFieldProps.d.ts +7 -0
  385. package/mobile/dist/ui-kit/FormField/CustomFieldProps.js.map +1 -0
  386. package/mobile/dist/ui-kit/FormField/Fields/AcquiringField.d.ts +5 -0
  387. package/mobile/dist/ui-kit/FormField/Fields/AcquiringField.js +29 -0
  388. package/mobile/dist/ui-kit/FormField/Fields/AcquiringField.js.map +1 -0
  389. package/mobile/dist/ui-kit/FormField/Fields/AddressBranchField.d.ts +6 -0
  390. package/mobile/dist/ui-kit/FormField/Fields/AddressBranchField.js +28 -0
  391. package/mobile/dist/ui-kit/FormField/Fields/AddressBranchField.js.map +1 -0
  392. package/mobile/dist/ui-kit/FormField/Fields/AmountField.d.ts +2 -0
  393. package/mobile/dist/ui-kit/FormField/Fields/AmountField.js +10 -0
  394. package/mobile/dist/ui-kit/FormField/Fields/AmountField.js.map +1 -0
  395. package/mobile/dist/ui-kit/FormField/Fields/CommentField.d.ts +2 -0
  396. package/mobile/dist/ui-kit/FormField/Fields/CommentField.js +9 -0
  397. package/mobile/dist/ui-kit/FormField/Fields/CommentField.js.map +1 -0
  398. package/mobile/dist/ui-kit/FormField/Fields/FeedbackMethodField.d.ts +2 -0
  399. package/mobile/dist/ui-kit/FormField/Fields/FeedbackMethodField.js +10 -0
  400. package/mobile/dist/ui-kit/FormField/Fields/FeedbackMethodField.js.map +1 -0
  401. package/mobile/dist/ui-kit/FormField/Fields/FeedbackTypeField.d.ts +2 -0
  402. package/mobile/dist/ui-kit/FormField/Fields/FeedbackTypeField.js +19 -0
  403. package/mobile/dist/ui-kit/FormField/Fields/FeedbackTypeField.js.map +1 -0
  404. package/mobile/dist/ui-kit/FormField/Fields/IsClientField.d.ts +2 -0
  405. package/mobile/dist/ui-kit/FormField/Fields/IsClientField.js +7 -0
  406. package/mobile/dist/ui-kit/FormField/Fields/IsClientField.js.map +1 -0
  407. package/mobile/dist/ui-kit/FormField/Fields/LocalitiesField.d.ts +2 -0
  408. package/mobile/dist/ui-kit/FormField/Fields/LocalitiesField.js +24 -0
  409. package/mobile/dist/ui-kit/FormField/Fields/LocalitiesField.js.map +1 -0
  410. package/mobile/dist/ui-kit/FormField/Fields/MiddleNameField.d.ts +2 -0
  411. package/mobile/dist/ui-kit/FormField/Fields/MiddleNameField.js +7 -0
  412. package/mobile/dist/ui-kit/FormField/Fields/MiddleNameField.js.map +1 -0
  413. package/mobile/dist/ui-kit/FormField/Fields/NameField.d.ts +2 -0
  414. package/mobile/dist/ui-kit/FormField/Fields/NameField.js +12 -0
  415. package/mobile/dist/ui-kit/FormField/Fields/NameField.js.map +1 -0
  416. package/mobile/dist/ui-kit/FormField/Fields/OnlineCheckoutField.d.ts +2 -0
  417. package/mobile/dist/ui-kit/FormField/Fields/OnlineCheckoutField.js +8 -0
  418. package/mobile/dist/ui-kit/FormField/Fields/OnlineCheckoutField.js.map +1 -0
  419. package/mobile/dist/ui-kit/FormField/Fields/PartnerCommentsField.d.ts +2 -0
  420. package/mobile/dist/ui-kit/FormField/Fields/PartnerCommentsField.js +12 -0
  421. package/mobile/dist/ui-kit/FormField/Fields/PartnerCommentsField.js.map +1 -0
  422. package/mobile/dist/ui-kit/FormField/Fields/PhoneField.d.ts +2 -0
  423. package/mobile/dist/ui-kit/FormField/Fields/PhoneField.js +9 -0
  424. package/mobile/dist/ui-kit/FormField/Fields/PhoneField.js.map +1 -0
  425. package/mobile/dist/ui-kit/FormField/Fields/PosTerminalField.d.ts +2 -0
  426. package/mobile/dist/ui-kit/FormField/Fields/PosTerminalField.js +8 -0
  427. package/mobile/dist/ui-kit/FormField/Fields/PosTerminalField.js.map +1 -0
  428. package/mobile/dist/ui-kit/FormField/Fields/ProductField.d.ts +9 -0
  429. package/mobile/dist/ui-kit/FormField/Fields/ProductField.js +10 -0
  430. package/mobile/dist/ui-kit/FormField/Fields/ProductField.js.map +1 -0
  431. package/mobile/dist/ui-kit/FormField/Fields/RegionField.d.ts +2 -0
  432. package/mobile/dist/ui-kit/FormField/Fields/RegionField.js +14 -0
  433. package/mobile/dist/ui-kit/FormField/Fields/RegionField.js.map +1 -0
  434. package/mobile/dist/ui-kit/FormField/Fields/RegionPremiumField.d.ts +2 -0
  435. package/mobile/dist/ui-kit/FormField/Fields/RegionPremiumField.js +18 -0
  436. package/mobile/dist/ui-kit/FormField/Fields/RegionPremiumField.js.map +1 -0
  437. package/mobile/dist/ui-kit/FormField/Fields/SecondaryPhoneField.d.ts +2 -0
  438. package/mobile/dist/ui-kit/FormField/Fields/SecondaryPhoneField.js +14 -0
  439. package/mobile/dist/ui-kit/FormField/Fields/SecondaryPhoneField.js.map +1 -0
  440. package/mobile/dist/ui-kit/FormField/Fields/ServiceDirectionField.d.ts +2 -0
  441. package/mobile/dist/ui-kit/FormField/Fields/ServiceDirectionField.js +10 -0
  442. package/mobile/dist/ui-kit/FormField/Fields/ServiceDirectionField.js.map +1 -0
  443. package/mobile/dist/ui-kit/FormField/Fields/SurnameField.d.ts +2 -0
  444. package/mobile/dist/ui-kit/FormField/Fields/SurnameField.js +9 -0
  445. package/mobile/dist/ui-kit/FormField/Fields/SurnameField.js.map +1 -0
  446. package/mobile/dist/ui-kit/FormField/Fields/TermField.d.ts +2 -0
  447. package/mobile/dist/ui-kit/FormField/Fields/TermField.js +10 -0
  448. package/mobile/dist/ui-kit/FormField/Fields/TermField.js.map +1 -0
  449. package/mobile/dist/ui-kit/FormField/Fields/UltraPremiumField.d.ts +2 -0
  450. package/mobile/dist/ui-kit/FormField/Fields/UltraPremiumField.js +10 -0
  451. package/mobile/dist/ui-kit/FormField/Fields/UltraPremiumField.js.map +1 -0
  452. package/mobile/dist/ui-kit/FormField/Fields/VedField.d.ts +3 -0
  453. package/mobile/dist/ui-kit/FormField/Fields/VedField.js +23 -0
  454. package/mobile/dist/ui-kit/FormField/Fields/VedField.js.map +1 -0
  455. package/mobile/dist/ui-kit/FormField/constants.d.ts +6 -0
  456. package/mobile/dist/ui-kit/FormField/constants.js +26 -0
  457. package/mobile/dist/ui-kit/FormField/constants.js.map +1 -0
  458. package/mobile/dist/ui-kit/FormField/getConsentDataProcessing.d.ts +2 -0
  459. package/mobile/dist/ui-kit/FormField/getConsentDataProcessing.js +5 -0
  460. package/mobile/dist/ui-kit/FormField/getConsentDataProcessing.js.map +1 -0
  461. package/mobile/dist/ui-kit/FormField/getField.d.ts +4 -0
  462. package/mobile/dist/ui-kit/FormField/getField.js +79 -0
  463. package/mobile/dist/ui-kit/FormField/getField.js.map +1 -0
  464. package/mobile/dist/ui-kit/FormField/getNamesFromInput.d.ts +2 -0
  465. package/mobile/dist/ui-kit/FormField/getNamesFromInput.js.map +1 -0
  466. package/mobile/dist/ui-kit/FormField/getObjectValidator.d.ts +4 -0
  467. package/mobile/dist/ui-kit/FormField/getObjectValidator.js.map +1 -0
  468. package/mobile/dist/ui-kit/FormField/getValidation.js.map +1 -0
  469. package/mobile/dist/ui-kit/FormField/inputColumnStyle.d.ts +2 -0
  470. package/mobile/dist/ui-kit/FormField/inputColumnStyle.js +5 -0
  471. package/mobile/dist/ui-kit/FormField/inputColumnStyle.js.map +1 -0
  472. package/mobile/dist/ui-kit/FormField/isRenderField.d.ts +6 -0
  473. package/mobile/dist/ui-kit/FormField/isRenderField.js.map +1 -0
  474. package/mobile/dist/ui-kit/FormField/renderTitle.d.ts +2 -0
  475. package/mobile/dist/ui-kit/FormField/renderTitle.js +7 -0
  476. package/mobile/dist/ui-kit/FormField/renderTitle.js.map +1 -0
  477. package/mobile/dist/ui-kit/FormField/validators.js.map +1 -0
  478. package/mobile/lib/common.css +1 -1
  479. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +6 -7
  480. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  481. package/mobile/lib/components/ApplicationForm/getFormatData.js +1 -1
  482. package/mobile/lib/components/ApplicationForm/getFormatData.js.map +1 -1
  483. package/mobile/lib/components/ApplicationForm/getInitialFormState.js +3 -3
  484. package/mobile/lib/components/ApplicationForm/getInitialFormState.js.map +1 -1
  485. package/mobile/lib/components/ApplicationForm/getPartnerComments.js +1 -1
  486. package/mobile/lib/components/ApplicationForm/getPartnerComments.js.map +1 -1
  487. package/mobile/lib/components/ApplicationForm/getRegionUrl.js +1 -1
  488. package/mobile/lib/components/ApplicationForm/getRegionUrl.js.map +1 -1
  489. package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.js +1 -1
  490. package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.js.map +1 -1
  491. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +6 -0
  492. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +50 -0
  493. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -0
  494. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +93 -0
  495. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js +3 -0
  496. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -0
  497. package/mobile/lib/components/ApplicationLeadForm/Footnote.d.ts +7 -0
  498. package/mobile/lib/components/ApplicationLeadForm/Footnote.js +7 -0
  499. package/mobile/lib/components/ApplicationLeadForm/Footnote.js.map +1 -0
  500. package/mobile/lib/components/ApplicationLeadForm/getFormatData.d.ts +2 -0
  501. package/mobile/lib/components/ApplicationLeadForm/getFormatData.js +10 -0
  502. package/mobile/lib/components/ApplicationLeadForm/getFormatData.js.map +1 -0
  503. package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.d.ts +24 -0
  504. package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.js +38 -0
  505. package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -0
  506. package/mobile/lib/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +5 -0
  507. package/mobile/lib/components/ApplicationLeadForm/renderAgreementSubmit.js +11 -0
  508. package/mobile/lib/components/ApplicationLeadForm/renderAgreementSubmit.js.map +1 -0
  509. package/mobile/lib/components/ApplicationLeadForm/renderSubmitButton.d.ts +3 -0
  510. package/mobile/lib/components/ApplicationLeadForm/renderSubmitButton.js +5 -0
  511. package/mobile/lib/components/ApplicationLeadForm/renderSubmitButton.js.map +1 -0
  512. package/mobile/lib/components/Blocks.js +2 -0
  513. package/mobile/lib/components/Blocks.js.map +1 -1
  514. package/mobile/lib/ui-kit/FormField/CustomFieldProps.d.ts +7 -0
  515. package/mobile/lib/ui-kit/FormField/CustomFieldProps.js.map +1 -0
  516. package/mobile/lib/ui-kit/FormField/Fields/AcquiringField.d.ts +5 -0
  517. package/mobile/lib/ui-kit/FormField/Fields/AcquiringField.js +26 -0
  518. package/mobile/lib/ui-kit/FormField/Fields/AcquiringField.js.map +1 -0
  519. package/mobile/lib/ui-kit/FormField/Fields/AddressBranchField.d.ts +6 -0
  520. package/mobile/lib/ui-kit/FormField/Fields/AddressBranchField.js +26 -0
  521. package/mobile/lib/ui-kit/FormField/Fields/AddressBranchField.js.map +1 -0
  522. package/mobile/lib/ui-kit/FormField/Fields/AmountField.d.ts +2 -0
  523. package/mobile/lib/ui-kit/FormField/Fields/AmountField.js +8 -0
  524. package/mobile/lib/ui-kit/FormField/Fields/AmountField.js.map +1 -0
  525. package/mobile/lib/ui-kit/FormField/Fields/CommentField.d.ts +2 -0
  526. package/mobile/lib/ui-kit/FormField/Fields/CommentField.js +7 -0
  527. package/mobile/lib/ui-kit/FormField/Fields/CommentField.js.map +1 -0
  528. package/mobile/lib/ui-kit/FormField/Fields/FeedbackMethodField.d.ts +2 -0
  529. package/mobile/lib/ui-kit/FormField/Fields/FeedbackMethodField.js +8 -0
  530. package/mobile/lib/ui-kit/FormField/Fields/FeedbackMethodField.js.map +1 -0
  531. package/mobile/lib/ui-kit/FormField/Fields/FeedbackTypeField.d.ts +2 -0
  532. package/mobile/lib/ui-kit/FormField/Fields/FeedbackTypeField.js +17 -0
  533. package/mobile/lib/ui-kit/FormField/Fields/FeedbackTypeField.js.map +1 -0
  534. package/mobile/lib/ui-kit/FormField/Fields/IsClientField.d.ts +2 -0
  535. package/mobile/lib/ui-kit/FormField/Fields/IsClientField.js +5 -0
  536. package/mobile/lib/ui-kit/FormField/Fields/IsClientField.js.map +1 -0
  537. package/mobile/lib/ui-kit/FormField/Fields/LocalitiesField.d.ts +2 -0
  538. package/mobile/lib/ui-kit/FormField/Fields/LocalitiesField.js +22 -0
  539. package/mobile/lib/ui-kit/FormField/Fields/LocalitiesField.js.map +1 -0
  540. package/mobile/lib/ui-kit/FormField/Fields/MiddleNameField.d.ts +2 -0
  541. package/mobile/lib/ui-kit/FormField/Fields/MiddleNameField.js +5 -0
  542. package/mobile/lib/ui-kit/FormField/Fields/MiddleNameField.js.map +1 -0
  543. package/mobile/lib/ui-kit/FormField/Fields/NameField.d.ts +2 -0
  544. package/mobile/lib/ui-kit/FormField/Fields/NameField.js +10 -0
  545. package/mobile/lib/ui-kit/FormField/Fields/NameField.js.map +1 -0
  546. package/mobile/lib/ui-kit/FormField/Fields/OnlineCheckoutField.d.ts +2 -0
  547. package/mobile/lib/ui-kit/FormField/Fields/OnlineCheckoutField.js +6 -0
  548. package/mobile/lib/ui-kit/FormField/Fields/OnlineCheckoutField.js.map +1 -0
  549. package/mobile/lib/ui-kit/FormField/Fields/PartnerCommentsField.d.ts +2 -0
  550. package/mobile/lib/ui-kit/FormField/Fields/PartnerCommentsField.js +10 -0
  551. package/mobile/lib/ui-kit/FormField/Fields/PartnerCommentsField.js.map +1 -0
  552. package/mobile/lib/ui-kit/FormField/Fields/PhoneField.d.ts +2 -0
  553. package/mobile/lib/ui-kit/FormField/Fields/PhoneField.js +7 -0
  554. package/mobile/lib/ui-kit/FormField/Fields/PhoneField.js.map +1 -0
  555. package/mobile/lib/ui-kit/FormField/Fields/PosTerminalField.d.ts +2 -0
  556. package/mobile/lib/ui-kit/FormField/Fields/PosTerminalField.js +6 -0
  557. package/mobile/lib/ui-kit/FormField/Fields/PosTerminalField.js.map +1 -0
  558. package/mobile/lib/ui-kit/FormField/Fields/ProductField.d.ts +9 -0
  559. package/mobile/lib/ui-kit/FormField/Fields/ProductField.js +8 -0
  560. package/mobile/lib/ui-kit/FormField/Fields/ProductField.js.map +1 -0
  561. package/mobile/lib/ui-kit/FormField/Fields/RegionField.d.ts +2 -0
  562. package/mobile/lib/ui-kit/FormField/Fields/RegionField.js +12 -0
  563. package/mobile/lib/ui-kit/FormField/Fields/RegionField.js.map +1 -0
  564. package/mobile/lib/ui-kit/FormField/Fields/RegionPremiumField.d.ts +2 -0
  565. package/mobile/lib/ui-kit/FormField/Fields/RegionPremiumField.js +16 -0
  566. package/mobile/lib/ui-kit/FormField/Fields/RegionPremiumField.js.map +1 -0
  567. package/mobile/lib/ui-kit/FormField/Fields/SecondaryPhoneField.d.ts +2 -0
  568. package/mobile/lib/ui-kit/FormField/Fields/SecondaryPhoneField.js +12 -0
  569. package/mobile/lib/ui-kit/FormField/Fields/SecondaryPhoneField.js.map +1 -0
  570. package/mobile/lib/ui-kit/FormField/Fields/ServiceDirectionField.d.ts +2 -0
  571. package/mobile/lib/ui-kit/FormField/Fields/ServiceDirectionField.js +8 -0
  572. package/mobile/lib/ui-kit/FormField/Fields/ServiceDirectionField.js.map +1 -0
  573. package/mobile/lib/ui-kit/FormField/Fields/SurnameField.d.ts +2 -0
  574. package/mobile/lib/ui-kit/FormField/Fields/SurnameField.js +7 -0
  575. package/mobile/lib/ui-kit/FormField/Fields/SurnameField.js.map +1 -0
  576. package/mobile/lib/ui-kit/FormField/Fields/TermField.d.ts +2 -0
  577. package/mobile/lib/ui-kit/FormField/Fields/TermField.js +8 -0
  578. package/mobile/lib/ui-kit/FormField/Fields/TermField.js.map +1 -0
  579. package/mobile/lib/ui-kit/FormField/Fields/UltraPremiumField.d.ts +2 -0
  580. package/mobile/lib/ui-kit/FormField/Fields/UltraPremiumField.js +8 -0
  581. package/mobile/lib/ui-kit/FormField/Fields/UltraPremiumField.js.map +1 -0
  582. package/mobile/lib/ui-kit/FormField/Fields/VedField.d.ts +3 -0
  583. package/mobile/lib/ui-kit/FormField/Fields/VedField.js +21 -0
  584. package/mobile/lib/ui-kit/FormField/Fields/VedField.js.map +1 -0
  585. package/mobile/lib/ui-kit/FormField/constants.d.ts +6 -0
  586. package/mobile/lib/ui-kit/FormField/constants.js +24 -0
  587. package/mobile/lib/ui-kit/FormField/constants.js.map +1 -0
  588. package/mobile/lib/ui-kit/FormField/getConsentDataProcessing.d.ts +2 -0
  589. package/mobile/lib/ui-kit/FormField/getConsentDataProcessing.js +2 -0
  590. package/mobile/lib/ui-kit/FormField/getConsentDataProcessing.js.map +1 -0
  591. package/mobile/lib/ui-kit/FormField/getField.d.ts +4 -0
  592. package/mobile/lib/ui-kit/FormField/getField.js +76 -0
  593. package/mobile/lib/ui-kit/FormField/getField.js.map +1 -0
  594. package/mobile/lib/ui-kit/FormField/getNamesFromInput.d.ts +2 -0
  595. package/mobile/lib/ui-kit/FormField/getNamesFromInput.js.map +1 -0
  596. package/mobile/lib/ui-kit/FormField/getObjectValidator.d.ts +4 -0
  597. package/mobile/lib/ui-kit/FormField/getObjectValidator.js.map +1 -0
  598. package/mobile/lib/ui-kit/FormField/getValidation.js.map +1 -0
  599. package/mobile/lib/ui-kit/FormField/inputColumnStyle.d.ts +2 -0
  600. package/mobile/lib/ui-kit/FormField/inputColumnStyle.js +2 -0
  601. package/mobile/lib/ui-kit/FormField/inputColumnStyle.js.map +1 -0
  602. package/mobile/lib/ui-kit/FormField/isRenderField.d.ts +6 -0
  603. package/mobile/lib/ui-kit/FormField/isRenderField.js.map +1 -0
  604. package/mobile/lib/ui-kit/FormField/renderTitle.d.ts +2 -0
  605. package/mobile/lib/ui-kit/FormField/renderTitle.js +4 -0
  606. package/mobile/lib/ui-kit/FormField/renderTitle.js.map +1 -0
  607. package/mobile/lib/ui-kit/FormField/validators.js.map +1 -0
  608. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +6 -21
  609. package/mobile/src/components/ApplicationForm/getFormatData.tsx +1 -1
  610. package/mobile/src/components/ApplicationForm/getInitialFormState.tsx +8 -3
  611. package/mobile/src/components/ApplicationForm/getPartnerComments.tsx +1 -1
  612. package/mobile/src/components/ApplicationForm/getRegionUrl.tsx +1 -1
  613. package/mobile/src/components/ApplicationForm/renderAgreementSubmit.tsx +1 -1
  614. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.example.json +913 -0
  615. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +83 -0
  616. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.ui.json +1 -0
  617. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +161 -0
  618. package/mobile/src/components/ApplicationLeadForm/Footnote.tsx +26 -0
  619. package/mobile/src/components/ApplicationLeadForm/getFormatData.tsx +17 -0
  620. package/mobile/src/components/ApplicationLeadForm/getInitialFormState.tsx +71 -0
  621. package/mobile/src/components/ApplicationLeadForm/renderAgreementSubmit.tsx +28 -0
  622. package/mobile/src/components/ApplicationLeadForm/renderSubmitButton.tsx +9 -0
  623. package/mobile/src/components/Blocks.ts +2 -0
  624. package/mobile/src/ui-kit/FormField/CustomFieldProps.ts +8 -0
  625. package/mobile/src/ui-kit/FormField/Fields/AcquiringField.tsx +36 -0
  626. package/mobile/src/ui-kit/FormField/Fields/AddressBranchField.tsx +39 -0
  627. package/mobile/src/ui-kit/FormField/Fields/AmountField.tsx +17 -0
  628. package/mobile/src/ui-kit/FormField/Fields/CommentField.tsx +14 -0
  629. package/mobile/src/ui-kit/FormField/Fields/FeedbackMethodField.tsx +14 -0
  630. package/mobile/src/ui-kit/FormField/Fields/FeedbackTypeField.tsx +25 -0
  631. package/mobile/src/ui-kit/FormField/Fields/IsClientField.tsx +7 -0
  632. package/mobile/src/ui-kit/FormField/Fields/LocalitiesField.tsx +34 -0
  633. package/mobile/src/ui-kit/FormField/Fields/MiddleNameField.tsx +7 -0
  634. package/mobile/src/ui-kit/FormField/Fields/NameField.tsx +18 -0
  635. package/mobile/src/ui-kit/FormField/Fields/OnlineCheckoutField.tsx +10 -0
  636. package/mobile/src/ui-kit/FormField/Fields/PartnerCommentsField.tsx +19 -0
  637. package/mobile/src/ui-kit/FormField/Fields/PhoneField.tsx +12 -0
  638. package/mobile/src/ui-kit/FormField/Fields/PosTerminalField.tsx +10 -0
  639. package/mobile/src/ui-kit/FormField/Fields/ProductField.tsx +24 -0
  640. package/mobile/src/ui-kit/FormField/Fields/RegionField.tsx +24 -0
  641. package/mobile/src/ui-kit/FormField/Fields/RegionPremiumField.tsx +29 -0
  642. package/mobile/src/ui-kit/FormField/Fields/SecondaryPhoneField.tsx +18 -0
  643. package/mobile/src/ui-kit/FormField/Fields/ServiceDirectionField.tsx +15 -0
  644. package/mobile/src/ui-kit/FormField/Fields/SurnameField.tsx +12 -0
  645. package/mobile/src/ui-kit/FormField/Fields/TermField.tsx +17 -0
  646. package/mobile/src/ui-kit/FormField/Fields/UltraPremiumField.tsx +13 -0
  647. package/mobile/src/ui-kit/FormField/Fields/VedField.tsx +54 -0
  648. package/mobile/src/ui-kit/FormField/constants.tsx +29 -0
  649. package/mobile/src/ui-kit/FormField/getConsentDataProcessing.tsx +4 -0
  650. package/mobile/src/ui-kit/FormField/getField.tsx +137 -0
  651. package/mobile/src/ui-kit/FormField/getNamesFromInput.tsx +4 -0
  652. package/mobile/src/ui-kit/FormField/getObjectValidator.tsx +46 -0
  653. package/mobile/src/ui-kit/FormField/inputColumnStyle.tsx +4 -0
  654. package/mobile/src/ui-kit/FormField/isRenderField.tsx +15 -0
  655. package/mobile/src/ui-kit/FormField/renderTitle.tsx +8 -0
  656. package/package.json +1 -1
  657. package/src/components/ApplicationForm/ApplicationForm.tsx +6 -21
  658. package/src/components/ApplicationForm/getFormatData.tsx +1 -1
  659. package/src/components/ApplicationForm/getInitialFormState.tsx +8 -3
  660. package/src/components/ApplicationForm/getPartnerComments.tsx +1 -1
  661. package/src/components/ApplicationForm/getRegionUrl.tsx +1 -1
  662. package/src/components/ApplicationForm/renderAgreementSubmit.tsx +1 -1
  663. package/src/components/ApplicationLeadForm/ApplicationLeadForm.example.json +913 -0
  664. package/src/components/ApplicationLeadForm/ApplicationLeadForm.fixture.mobile.tsx +42 -0
  665. package/src/components/ApplicationLeadForm/ApplicationLeadForm.fixture.tsx +44 -0
  666. package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +83 -0
  667. package/src/components/ApplicationLeadForm/ApplicationLeadForm.ui.json +1 -0
  668. package/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +161 -0
  669. package/src/components/ApplicationLeadForm/Footnote.tsx +26 -0
  670. package/src/components/ApplicationLeadForm/getFormatData.tsx +17 -0
  671. package/src/components/ApplicationLeadForm/getInitialFormState.tsx +71 -0
  672. package/src/components/ApplicationLeadForm/renderAgreementSubmit.tsx +28 -0
  673. package/src/components/ApplicationLeadForm/renderSubmitButton.tsx +9 -0
  674. package/src/components/Blocks.mobile.ts +2 -0
  675. package/src/components/Blocks.ts +2 -0
  676. package/src/ui-kit/FormField/CustomFieldProps.ts +8 -0
  677. package/src/ui-kit/FormField/Fields/AcquiringField.tsx +36 -0
  678. package/src/ui-kit/FormField/Fields/AddressBranchField.tsx +39 -0
  679. package/src/ui-kit/FormField/Fields/AmountField.tsx +17 -0
  680. package/src/ui-kit/FormField/Fields/CommentField.tsx +14 -0
  681. package/src/ui-kit/FormField/Fields/FeedbackMethodField.tsx +14 -0
  682. package/src/ui-kit/FormField/Fields/FeedbackTypeField.tsx +25 -0
  683. package/src/ui-kit/FormField/Fields/IsClientField.tsx +7 -0
  684. package/src/ui-kit/FormField/Fields/LocalitiesField.tsx +34 -0
  685. package/src/ui-kit/FormField/Fields/MiddleNameField.tsx +7 -0
  686. package/src/ui-kit/FormField/Fields/NameField.tsx +18 -0
  687. package/src/ui-kit/FormField/Fields/OnlineCheckoutField.tsx +10 -0
  688. package/src/ui-kit/FormField/Fields/PartnerCommentsField.tsx +19 -0
  689. package/src/ui-kit/FormField/Fields/PhoneField.tsx +12 -0
  690. package/src/ui-kit/FormField/Fields/PosTerminalField.tsx +10 -0
  691. package/src/ui-kit/FormField/Fields/ProductField.tsx +24 -0
  692. package/src/ui-kit/FormField/Fields/RegionField.tsx +24 -0
  693. package/src/ui-kit/FormField/Fields/RegionPremiumField.tsx +29 -0
  694. package/src/ui-kit/FormField/Fields/SecondaryPhoneField.tsx +18 -0
  695. package/src/ui-kit/FormField/Fields/ServiceDirectionField.tsx +15 -0
  696. package/src/ui-kit/FormField/Fields/SurnameField.tsx +12 -0
  697. package/src/ui-kit/FormField/Fields/TermField.tsx +17 -0
  698. package/src/ui-kit/FormField/Fields/UltraPremiumField.tsx +13 -0
  699. package/src/ui-kit/FormField/Fields/VedField.tsx +54 -0
  700. package/src/ui-kit/FormField/constants.tsx +29 -0
  701. package/src/ui-kit/FormField/getConsentDataProcessing.tsx +4 -0
  702. package/src/ui-kit/FormField/getField.tsx +137 -0
  703. package/src/ui-kit/FormField/getNamesFromInput.tsx +4 -0
  704. package/src/ui-kit/FormField/getObjectValidator.tsx +46 -0
  705. package/src/ui-kit/FormField/inputColumnStyle.tsx +4 -0
  706. package/src/ui-kit/FormField/isRenderField.tsx +15 -0
  707. package/src/ui-kit/FormField/renderTitle.tsx +8 -0
  708. package/bundle/components/ApplicationForm/AcquiringField.d.ts +0 -5
  709. package/bundle/components/ApplicationForm/AddressBranchField.d.ts +0 -6
  710. package/bundle/components/ApplicationForm/AmountField.d.ts +0 -2
  711. package/bundle/components/ApplicationForm/CommentField.d.ts +0 -2
  712. package/bundle/components/ApplicationForm/CustomFieldProps.d.ts +0 -7
  713. package/bundle/components/ApplicationForm/FeedbackMethodField.d.ts +0 -2
  714. package/bundle/components/ApplicationForm/FeedbackTypeField.d.ts +0 -2
  715. package/bundle/components/ApplicationForm/IsClientField.d.ts +0 -2
  716. package/bundle/components/ApplicationForm/LocalitiesField.d.ts +0 -2
  717. package/bundle/components/ApplicationForm/MiddleNameField.d.ts +0 -2
  718. package/bundle/components/ApplicationForm/NameField.d.ts +0 -2
  719. package/bundle/components/ApplicationForm/OnlineCheckoutField.d.ts +0 -2
  720. package/bundle/components/ApplicationForm/PartnerCommentsField.d.ts +0 -2
  721. package/bundle/components/ApplicationForm/PhoneField.d.ts +0 -2
  722. package/bundle/components/ApplicationForm/PosTerminalField.d.ts +0 -2
  723. package/bundle/components/ApplicationForm/ProductField.d.ts +0 -2
  724. package/bundle/components/ApplicationForm/RegionField.d.ts +0 -2
  725. package/bundle/components/ApplicationForm/RegionPremiumField.d.ts +0 -2
  726. package/bundle/components/ApplicationForm/SecondaryPhoneField.d.ts +0 -2
  727. package/bundle/components/ApplicationForm/ServiceDirectionField.d.ts +0 -2
  728. package/bundle/components/ApplicationForm/SurnameField.d.ts +0 -2
  729. package/bundle/components/ApplicationForm/TermField.d.ts +0 -2
  730. package/bundle/components/ApplicationForm/UltraPremiumField.d.ts +0 -2
  731. package/bundle/components/ApplicationForm/VedField.d.ts +0 -3
  732. package/bundle/components/ApplicationForm/constants.d.ts +0 -7
  733. package/bundle/components/ApplicationForm/getField.d.ts +0 -4
  734. package/bundle/components/ApplicationForm/getNamesFromInput.d.ts +0 -2
  735. package/bundle/components/ApplicationForm/getObjectValidator.d.ts +0 -4
  736. package/bundle/components/ApplicationForm/isRenderField.d.ts +0 -6
  737. package/dist/components/ApplicationForm/AcquiringField.d.ts +0 -5
  738. package/dist/components/ApplicationForm/AcquiringField.js +0 -29
  739. package/dist/components/ApplicationForm/AcquiringField.js.map +0 -1
  740. package/dist/components/ApplicationForm/AddressBranchField.d.ts +0 -6
  741. package/dist/components/ApplicationForm/AddressBranchField.js +0 -28
  742. package/dist/components/ApplicationForm/AddressBranchField.js.map +0 -1
  743. package/dist/components/ApplicationForm/AmountField.d.ts +0 -2
  744. package/dist/components/ApplicationForm/AmountField.js +0 -10
  745. package/dist/components/ApplicationForm/AmountField.js.map +0 -1
  746. package/dist/components/ApplicationForm/CommentField.d.ts +0 -2
  747. package/dist/components/ApplicationForm/CommentField.js +0 -9
  748. package/dist/components/ApplicationForm/CommentField.js.map +0 -1
  749. package/dist/components/ApplicationForm/CustomFieldProps.d.ts +0 -7
  750. package/dist/components/ApplicationForm/CustomFieldProps.js.map +0 -1
  751. package/dist/components/ApplicationForm/FeedbackMethodField.d.ts +0 -2
  752. package/dist/components/ApplicationForm/FeedbackMethodField.js +0 -10
  753. package/dist/components/ApplicationForm/FeedbackMethodField.js.map +0 -1
  754. package/dist/components/ApplicationForm/FeedbackTypeField.d.ts +0 -2
  755. package/dist/components/ApplicationForm/FeedbackTypeField.js +0 -19
  756. package/dist/components/ApplicationForm/FeedbackTypeField.js.map +0 -1
  757. package/dist/components/ApplicationForm/IsClientField.d.ts +0 -2
  758. package/dist/components/ApplicationForm/IsClientField.js +0 -7
  759. package/dist/components/ApplicationForm/IsClientField.js.map +0 -1
  760. package/dist/components/ApplicationForm/LocalitiesField.d.ts +0 -2
  761. package/dist/components/ApplicationForm/LocalitiesField.js +0 -24
  762. package/dist/components/ApplicationForm/LocalitiesField.js.map +0 -1
  763. package/dist/components/ApplicationForm/MiddleNameField.d.ts +0 -2
  764. package/dist/components/ApplicationForm/MiddleNameField.js +0 -7
  765. package/dist/components/ApplicationForm/MiddleNameField.js.map +0 -1
  766. package/dist/components/ApplicationForm/NameField.d.ts +0 -2
  767. package/dist/components/ApplicationForm/NameField.js +0 -12
  768. package/dist/components/ApplicationForm/NameField.js.map +0 -1
  769. package/dist/components/ApplicationForm/OnlineCheckoutField.d.ts +0 -2
  770. package/dist/components/ApplicationForm/OnlineCheckoutField.js +0 -8
  771. package/dist/components/ApplicationForm/OnlineCheckoutField.js.map +0 -1
  772. package/dist/components/ApplicationForm/PartnerCommentsField.d.ts +0 -2
  773. package/dist/components/ApplicationForm/PartnerCommentsField.js +0 -12
  774. package/dist/components/ApplicationForm/PartnerCommentsField.js.map +0 -1
  775. package/dist/components/ApplicationForm/PhoneField.d.ts +0 -2
  776. package/dist/components/ApplicationForm/PhoneField.js +0 -9
  777. package/dist/components/ApplicationForm/PhoneField.js.map +0 -1
  778. package/dist/components/ApplicationForm/PosTerminalField.d.ts +0 -2
  779. package/dist/components/ApplicationForm/PosTerminalField.js +0 -8
  780. package/dist/components/ApplicationForm/PosTerminalField.js.map +0 -1
  781. package/dist/components/ApplicationForm/ProductField.d.ts +0 -2
  782. package/dist/components/ApplicationForm/ProductField.js +0 -10
  783. package/dist/components/ApplicationForm/ProductField.js.map +0 -1
  784. package/dist/components/ApplicationForm/RegionField.d.ts +0 -2
  785. package/dist/components/ApplicationForm/RegionField.js +0 -14
  786. package/dist/components/ApplicationForm/RegionField.js.map +0 -1
  787. package/dist/components/ApplicationForm/RegionPremiumField.d.ts +0 -2
  788. package/dist/components/ApplicationForm/RegionPremiumField.js +0 -18
  789. package/dist/components/ApplicationForm/RegionPremiumField.js.map +0 -1
  790. package/dist/components/ApplicationForm/SecondaryPhoneField.d.ts +0 -2
  791. package/dist/components/ApplicationForm/SecondaryPhoneField.js +0 -14
  792. package/dist/components/ApplicationForm/SecondaryPhoneField.js.map +0 -1
  793. package/dist/components/ApplicationForm/ServiceDirectionField.d.ts +0 -2
  794. package/dist/components/ApplicationForm/ServiceDirectionField.js +0 -10
  795. package/dist/components/ApplicationForm/ServiceDirectionField.js.map +0 -1
  796. package/dist/components/ApplicationForm/SurnameField.d.ts +0 -2
  797. package/dist/components/ApplicationForm/SurnameField.js +0 -9
  798. package/dist/components/ApplicationForm/SurnameField.js.map +0 -1
  799. package/dist/components/ApplicationForm/TermField.d.ts +0 -2
  800. package/dist/components/ApplicationForm/TermField.js +0 -10
  801. package/dist/components/ApplicationForm/TermField.js.map +0 -1
  802. package/dist/components/ApplicationForm/UltraPremiumField.d.ts +0 -2
  803. package/dist/components/ApplicationForm/UltraPremiumField.js +0 -10
  804. package/dist/components/ApplicationForm/UltraPremiumField.js.map +0 -1
  805. package/dist/components/ApplicationForm/VedField.d.ts +0 -3
  806. package/dist/components/ApplicationForm/VedField.js +0 -23
  807. package/dist/components/ApplicationForm/VedField.js.map +0 -1
  808. package/dist/components/ApplicationForm/constants.d.ts +0 -7
  809. package/dist/components/ApplicationForm/constants.js +0 -34
  810. package/dist/components/ApplicationForm/constants.js.map +0 -1
  811. package/dist/components/ApplicationForm/getField.d.ts +0 -4
  812. package/dist/components/ApplicationForm/getField.js +0 -76
  813. package/dist/components/ApplicationForm/getField.js.map +0 -1
  814. package/dist/components/ApplicationForm/getNamesFromInput.d.ts +0 -2
  815. package/dist/components/ApplicationForm/getNamesFromInput.js.map +0 -1
  816. package/dist/components/ApplicationForm/getObjectValidator.d.ts +0 -4
  817. package/dist/components/ApplicationForm/getObjectValidator.js.map +0 -1
  818. package/dist/components/ApplicationForm/getValidation.js.map +0 -1
  819. package/dist/components/ApplicationForm/isRenderField.d.ts +0 -6
  820. package/dist/components/ApplicationForm/isRenderField.js.map +0 -1
  821. package/dist/components/ApplicationForm/validators.js.map +0 -1
  822. package/lib/components/ApplicationForm/AcquiringField.d.ts +0 -5
  823. package/lib/components/ApplicationForm/AcquiringField.js +0 -26
  824. package/lib/components/ApplicationForm/AcquiringField.js.map +0 -1
  825. package/lib/components/ApplicationForm/AddressBranchField.d.ts +0 -6
  826. package/lib/components/ApplicationForm/AddressBranchField.js +0 -26
  827. package/lib/components/ApplicationForm/AddressBranchField.js.map +0 -1
  828. package/lib/components/ApplicationForm/AmountField.d.ts +0 -2
  829. package/lib/components/ApplicationForm/AmountField.js +0 -8
  830. package/lib/components/ApplicationForm/AmountField.js.map +0 -1
  831. package/lib/components/ApplicationForm/CommentField.d.ts +0 -2
  832. package/lib/components/ApplicationForm/CommentField.js +0 -7
  833. package/lib/components/ApplicationForm/CommentField.js.map +0 -1
  834. package/lib/components/ApplicationForm/CustomFieldProps.d.ts +0 -7
  835. package/lib/components/ApplicationForm/CustomFieldProps.js.map +0 -1
  836. package/lib/components/ApplicationForm/FeedbackMethodField.d.ts +0 -2
  837. package/lib/components/ApplicationForm/FeedbackMethodField.js +0 -8
  838. package/lib/components/ApplicationForm/FeedbackMethodField.js.map +0 -1
  839. package/lib/components/ApplicationForm/FeedbackTypeField.d.ts +0 -2
  840. package/lib/components/ApplicationForm/FeedbackTypeField.js +0 -17
  841. package/lib/components/ApplicationForm/FeedbackTypeField.js.map +0 -1
  842. package/lib/components/ApplicationForm/IsClientField.d.ts +0 -2
  843. package/lib/components/ApplicationForm/IsClientField.js +0 -5
  844. package/lib/components/ApplicationForm/IsClientField.js.map +0 -1
  845. package/lib/components/ApplicationForm/LocalitiesField.d.ts +0 -2
  846. package/lib/components/ApplicationForm/LocalitiesField.js +0 -22
  847. package/lib/components/ApplicationForm/LocalitiesField.js.map +0 -1
  848. package/lib/components/ApplicationForm/MiddleNameField.d.ts +0 -2
  849. package/lib/components/ApplicationForm/MiddleNameField.js +0 -5
  850. package/lib/components/ApplicationForm/MiddleNameField.js.map +0 -1
  851. package/lib/components/ApplicationForm/NameField.d.ts +0 -2
  852. package/lib/components/ApplicationForm/NameField.js +0 -10
  853. package/lib/components/ApplicationForm/NameField.js.map +0 -1
  854. package/lib/components/ApplicationForm/OnlineCheckoutField.d.ts +0 -2
  855. package/lib/components/ApplicationForm/OnlineCheckoutField.js +0 -6
  856. package/lib/components/ApplicationForm/OnlineCheckoutField.js.map +0 -1
  857. package/lib/components/ApplicationForm/PartnerCommentsField.d.ts +0 -2
  858. package/lib/components/ApplicationForm/PartnerCommentsField.js +0 -10
  859. package/lib/components/ApplicationForm/PartnerCommentsField.js.map +0 -1
  860. package/lib/components/ApplicationForm/PhoneField.d.ts +0 -2
  861. package/lib/components/ApplicationForm/PhoneField.js +0 -7
  862. package/lib/components/ApplicationForm/PhoneField.js.map +0 -1
  863. package/lib/components/ApplicationForm/PosTerminalField.d.ts +0 -2
  864. package/lib/components/ApplicationForm/PosTerminalField.js +0 -6
  865. package/lib/components/ApplicationForm/PosTerminalField.js.map +0 -1
  866. package/lib/components/ApplicationForm/ProductField.d.ts +0 -2
  867. package/lib/components/ApplicationForm/ProductField.js +0 -8
  868. package/lib/components/ApplicationForm/ProductField.js.map +0 -1
  869. package/lib/components/ApplicationForm/RegionField.d.ts +0 -2
  870. package/lib/components/ApplicationForm/RegionField.js +0 -12
  871. package/lib/components/ApplicationForm/RegionField.js.map +0 -1
  872. package/lib/components/ApplicationForm/RegionPremiumField.d.ts +0 -2
  873. package/lib/components/ApplicationForm/RegionPremiumField.js +0 -16
  874. package/lib/components/ApplicationForm/RegionPremiumField.js.map +0 -1
  875. package/lib/components/ApplicationForm/SecondaryPhoneField.d.ts +0 -2
  876. package/lib/components/ApplicationForm/SecondaryPhoneField.js +0 -12
  877. package/lib/components/ApplicationForm/SecondaryPhoneField.js.map +0 -1
  878. package/lib/components/ApplicationForm/ServiceDirectionField.d.ts +0 -2
  879. package/lib/components/ApplicationForm/ServiceDirectionField.js +0 -8
  880. package/lib/components/ApplicationForm/ServiceDirectionField.js.map +0 -1
  881. package/lib/components/ApplicationForm/SurnameField.d.ts +0 -2
  882. package/lib/components/ApplicationForm/SurnameField.js +0 -7
  883. package/lib/components/ApplicationForm/SurnameField.js.map +0 -1
  884. package/lib/components/ApplicationForm/TermField.d.ts +0 -2
  885. package/lib/components/ApplicationForm/TermField.js +0 -8
  886. package/lib/components/ApplicationForm/TermField.js.map +0 -1
  887. package/lib/components/ApplicationForm/UltraPremiumField.d.ts +0 -2
  888. package/lib/components/ApplicationForm/UltraPremiumField.js +0 -8
  889. package/lib/components/ApplicationForm/UltraPremiumField.js.map +0 -1
  890. package/lib/components/ApplicationForm/VedField.d.ts +0 -3
  891. package/lib/components/ApplicationForm/VedField.js +0 -21
  892. package/lib/components/ApplicationForm/VedField.js.map +0 -1
  893. package/lib/components/ApplicationForm/constants.d.ts +0 -7
  894. package/lib/components/ApplicationForm/constants.js +0 -32
  895. package/lib/components/ApplicationForm/constants.js.map +0 -1
  896. package/lib/components/ApplicationForm/getField.d.ts +0 -3
  897. package/lib/components/ApplicationForm/getField.js +0 -73
  898. package/lib/components/ApplicationForm/getField.js.map +0 -1
  899. package/lib/components/ApplicationForm/getNamesFromInput.d.ts +0 -2
  900. package/lib/components/ApplicationForm/getNamesFromInput.js.map +0 -1
  901. package/lib/components/ApplicationForm/getObjectValidator.d.ts +0 -4
  902. package/lib/components/ApplicationForm/getObjectValidator.js.map +0 -1
  903. package/lib/components/ApplicationForm/getValidation.js.map +0 -1
  904. package/lib/components/ApplicationForm/isRenderField.d.ts +0 -6
  905. package/lib/components/ApplicationForm/isRenderField.js.map +0 -1
  906. package/lib/components/ApplicationForm/validators.js.map +0 -1
  907. package/mobile/bundle/components/ApplicationForm/AcquiringField.d.ts +0 -5
  908. package/mobile/bundle/components/ApplicationForm/AddressBranchField.d.ts +0 -6
  909. package/mobile/bundle/components/ApplicationForm/AmountField.d.ts +0 -2
  910. package/mobile/bundle/components/ApplicationForm/CommentField.d.ts +0 -2
  911. package/mobile/bundle/components/ApplicationForm/CustomFieldProps.d.ts +0 -7
  912. package/mobile/bundle/components/ApplicationForm/FeedbackMethodField.d.ts +0 -2
  913. package/mobile/bundle/components/ApplicationForm/FeedbackTypeField.d.ts +0 -2
  914. package/mobile/bundle/components/ApplicationForm/IsClientField.d.ts +0 -2
  915. package/mobile/bundle/components/ApplicationForm/LocalitiesField.d.ts +0 -2
  916. package/mobile/bundle/components/ApplicationForm/MiddleNameField.d.ts +0 -2
  917. package/mobile/bundle/components/ApplicationForm/NameField.d.ts +0 -2
  918. package/mobile/bundle/components/ApplicationForm/OnlineCheckoutField.d.ts +0 -2
  919. package/mobile/bundle/components/ApplicationForm/PartnerCommentsField.d.ts +0 -2
  920. package/mobile/bundle/components/ApplicationForm/PhoneField.d.ts +0 -2
  921. package/mobile/bundle/components/ApplicationForm/PosTerminalField.d.ts +0 -2
  922. package/mobile/bundle/components/ApplicationForm/ProductField.d.ts +0 -2
  923. package/mobile/bundle/components/ApplicationForm/RegionField.d.ts +0 -2
  924. package/mobile/bundle/components/ApplicationForm/RegionPremiumField.d.ts +0 -2
  925. package/mobile/bundle/components/ApplicationForm/SecondaryPhoneField.d.ts +0 -2
  926. package/mobile/bundle/components/ApplicationForm/ServiceDirectionField.d.ts +0 -2
  927. package/mobile/bundle/components/ApplicationForm/SurnameField.d.ts +0 -2
  928. package/mobile/bundle/components/ApplicationForm/TermField.d.ts +0 -2
  929. package/mobile/bundle/components/ApplicationForm/UltraPremiumField.d.ts +0 -2
  930. package/mobile/bundle/components/ApplicationForm/VedField.d.ts +0 -3
  931. package/mobile/bundle/components/ApplicationForm/constants.d.ts +0 -7
  932. package/mobile/bundle/components/ApplicationForm/getField.d.ts +0 -4
  933. package/mobile/bundle/components/ApplicationForm/getNamesFromInput.d.ts +0 -2
  934. package/mobile/bundle/components/ApplicationForm/getObjectValidator.d.ts +0 -4
  935. package/mobile/bundle/components/ApplicationForm/isRenderField.d.ts +0 -6
  936. package/mobile/dist/components/ApplicationForm/AcquiringField.d.ts +0 -5
  937. package/mobile/dist/components/ApplicationForm/AcquiringField.js +0 -29
  938. package/mobile/dist/components/ApplicationForm/AcquiringField.js.map +0 -1
  939. package/mobile/dist/components/ApplicationForm/AddressBranchField.d.ts +0 -6
  940. package/mobile/dist/components/ApplicationForm/AddressBranchField.js +0 -28
  941. package/mobile/dist/components/ApplicationForm/AddressBranchField.js.map +0 -1
  942. package/mobile/dist/components/ApplicationForm/AmountField.d.ts +0 -2
  943. package/mobile/dist/components/ApplicationForm/AmountField.js +0 -10
  944. package/mobile/dist/components/ApplicationForm/AmountField.js.map +0 -1
  945. package/mobile/dist/components/ApplicationForm/CommentField.d.ts +0 -2
  946. package/mobile/dist/components/ApplicationForm/CommentField.js +0 -9
  947. package/mobile/dist/components/ApplicationForm/CommentField.js.map +0 -1
  948. package/mobile/dist/components/ApplicationForm/CustomFieldProps.d.ts +0 -7
  949. package/mobile/dist/components/ApplicationForm/CustomFieldProps.js.map +0 -1
  950. package/mobile/dist/components/ApplicationForm/FeedbackMethodField.d.ts +0 -2
  951. package/mobile/dist/components/ApplicationForm/FeedbackMethodField.js +0 -10
  952. package/mobile/dist/components/ApplicationForm/FeedbackMethodField.js.map +0 -1
  953. package/mobile/dist/components/ApplicationForm/FeedbackTypeField.d.ts +0 -2
  954. package/mobile/dist/components/ApplicationForm/FeedbackTypeField.js +0 -19
  955. package/mobile/dist/components/ApplicationForm/FeedbackTypeField.js.map +0 -1
  956. package/mobile/dist/components/ApplicationForm/IsClientField.d.ts +0 -2
  957. package/mobile/dist/components/ApplicationForm/IsClientField.js +0 -7
  958. package/mobile/dist/components/ApplicationForm/IsClientField.js.map +0 -1
  959. package/mobile/dist/components/ApplicationForm/LocalitiesField.d.ts +0 -2
  960. package/mobile/dist/components/ApplicationForm/LocalitiesField.js +0 -24
  961. package/mobile/dist/components/ApplicationForm/LocalitiesField.js.map +0 -1
  962. package/mobile/dist/components/ApplicationForm/MiddleNameField.d.ts +0 -2
  963. package/mobile/dist/components/ApplicationForm/MiddleNameField.js +0 -7
  964. package/mobile/dist/components/ApplicationForm/MiddleNameField.js.map +0 -1
  965. package/mobile/dist/components/ApplicationForm/NameField.d.ts +0 -2
  966. package/mobile/dist/components/ApplicationForm/NameField.js +0 -12
  967. package/mobile/dist/components/ApplicationForm/NameField.js.map +0 -1
  968. package/mobile/dist/components/ApplicationForm/OnlineCheckoutField.d.ts +0 -2
  969. package/mobile/dist/components/ApplicationForm/OnlineCheckoutField.js +0 -8
  970. package/mobile/dist/components/ApplicationForm/OnlineCheckoutField.js.map +0 -1
  971. package/mobile/dist/components/ApplicationForm/PartnerCommentsField.d.ts +0 -2
  972. package/mobile/dist/components/ApplicationForm/PartnerCommentsField.js +0 -12
  973. package/mobile/dist/components/ApplicationForm/PartnerCommentsField.js.map +0 -1
  974. package/mobile/dist/components/ApplicationForm/PhoneField.d.ts +0 -2
  975. package/mobile/dist/components/ApplicationForm/PhoneField.js +0 -9
  976. package/mobile/dist/components/ApplicationForm/PhoneField.js.map +0 -1
  977. package/mobile/dist/components/ApplicationForm/PosTerminalField.d.ts +0 -2
  978. package/mobile/dist/components/ApplicationForm/PosTerminalField.js +0 -8
  979. package/mobile/dist/components/ApplicationForm/PosTerminalField.js.map +0 -1
  980. package/mobile/dist/components/ApplicationForm/ProductField.d.ts +0 -2
  981. package/mobile/dist/components/ApplicationForm/ProductField.js +0 -10
  982. package/mobile/dist/components/ApplicationForm/ProductField.js.map +0 -1
  983. package/mobile/dist/components/ApplicationForm/RegionField.d.ts +0 -2
  984. package/mobile/dist/components/ApplicationForm/RegionField.js +0 -14
  985. package/mobile/dist/components/ApplicationForm/RegionField.js.map +0 -1
  986. package/mobile/dist/components/ApplicationForm/RegionPremiumField.d.ts +0 -2
  987. package/mobile/dist/components/ApplicationForm/RegionPremiumField.js +0 -18
  988. package/mobile/dist/components/ApplicationForm/RegionPremiumField.js.map +0 -1
  989. package/mobile/dist/components/ApplicationForm/SecondaryPhoneField.d.ts +0 -2
  990. package/mobile/dist/components/ApplicationForm/SecondaryPhoneField.js +0 -14
  991. package/mobile/dist/components/ApplicationForm/SecondaryPhoneField.js.map +0 -1
  992. package/mobile/dist/components/ApplicationForm/ServiceDirectionField.d.ts +0 -2
  993. package/mobile/dist/components/ApplicationForm/ServiceDirectionField.js +0 -10
  994. package/mobile/dist/components/ApplicationForm/ServiceDirectionField.js.map +0 -1
  995. package/mobile/dist/components/ApplicationForm/SurnameField.d.ts +0 -2
  996. package/mobile/dist/components/ApplicationForm/SurnameField.js +0 -9
  997. package/mobile/dist/components/ApplicationForm/SurnameField.js.map +0 -1
  998. package/mobile/dist/components/ApplicationForm/TermField.d.ts +0 -2
  999. package/mobile/dist/components/ApplicationForm/TermField.js +0 -10
  1000. package/mobile/dist/components/ApplicationForm/TermField.js.map +0 -1
  1001. package/mobile/dist/components/ApplicationForm/UltraPremiumField.d.ts +0 -2
  1002. package/mobile/dist/components/ApplicationForm/UltraPremiumField.js +0 -10
  1003. package/mobile/dist/components/ApplicationForm/UltraPremiumField.js.map +0 -1
  1004. package/mobile/dist/components/ApplicationForm/VedField.d.ts +0 -3
  1005. package/mobile/dist/components/ApplicationForm/VedField.js +0 -23
  1006. package/mobile/dist/components/ApplicationForm/VedField.js.map +0 -1
  1007. package/mobile/dist/components/ApplicationForm/constants.d.ts +0 -7
  1008. package/mobile/dist/components/ApplicationForm/constants.js +0 -34
  1009. package/mobile/dist/components/ApplicationForm/constants.js.map +0 -1
  1010. package/mobile/dist/components/ApplicationForm/getField.d.ts +0 -4
  1011. package/mobile/dist/components/ApplicationForm/getField.js +0 -76
  1012. package/mobile/dist/components/ApplicationForm/getField.js.map +0 -1
  1013. package/mobile/dist/components/ApplicationForm/getNamesFromInput.d.ts +0 -2
  1014. package/mobile/dist/components/ApplicationForm/getNamesFromInput.js.map +0 -1
  1015. package/mobile/dist/components/ApplicationForm/getObjectValidator.d.ts +0 -4
  1016. package/mobile/dist/components/ApplicationForm/getObjectValidator.js.map +0 -1
  1017. package/mobile/dist/components/ApplicationForm/getValidation.js.map +0 -1
  1018. package/mobile/dist/components/ApplicationForm/isRenderField.d.ts +0 -6
  1019. package/mobile/dist/components/ApplicationForm/isRenderField.js.map +0 -1
  1020. package/mobile/dist/components/ApplicationForm/validators.js.map +0 -1
  1021. package/mobile/lib/components/ApplicationForm/AcquiringField.d.ts +0 -5
  1022. package/mobile/lib/components/ApplicationForm/AcquiringField.js +0 -26
  1023. package/mobile/lib/components/ApplicationForm/AcquiringField.js.map +0 -1
  1024. package/mobile/lib/components/ApplicationForm/AddressBranchField.d.ts +0 -6
  1025. package/mobile/lib/components/ApplicationForm/AddressBranchField.js +0 -26
  1026. package/mobile/lib/components/ApplicationForm/AddressBranchField.js.map +0 -1
  1027. package/mobile/lib/components/ApplicationForm/AmountField.d.ts +0 -2
  1028. package/mobile/lib/components/ApplicationForm/AmountField.js +0 -8
  1029. package/mobile/lib/components/ApplicationForm/AmountField.js.map +0 -1
  1030. package/mobile/lib/components/ApplicationForm/CommentField.d.ts +0 -2
  1031. package/mobile/lib/components/ApplicationForm/CommentField.js +0 -7
  1032. package/mobile/lib/components/ApplicationForm/CommentField.js.map +0 -1
  1033. package/mobile/lib/components/ApplicationForm/CustomFieldProps.d.ts +0 -7
  1034. package/mobile/lib/components/ApplicationForm/CustomFieldProps.js.map +0 -1
  1035. package/mobile/lib/components/ApplicationForm/FeedbackMethodField.d.ts +0 -2
  1036. package/mobile/lib/components/ApplicationForm/FeedbackMethodField.js +0 -8
  1037. package/mobile/lib/components/ApplicationForm/FeedbackMethodField.js.map +0 -1
  1038. package/mobile/lib/components/ApplicationForm/FeedbackTypeField.d.ts +0 -2
  1039. package/mobile/lib/components/ApplicationForm/FeedbackTypeField.js +0 -17
  1040. package/mobile/lib/components/ApplicationForm/FeedbackTypeField.js.map +0 -1
  1041. package/mobile/lib/components/ApplicationForm/IsClientField.d.ts +0 -2
  1042. package/mobile/lib/components/ApplicationForm/IsClientField.js +0 -5
  1043. package/mobile/lib/components/ApplicationForm/IsClientField.js.map +0 -1
  1044. package/mobile/lib/components/ApplicationForm/LocalitiesField.d.ts +0 -2
  1045. package/mobile/lib/components/ApplicationForm/LocalitiesField.js +0 -22
  1046. package/mobile/lib/components/ApplicationForm/LocalitiesField.js.map +0 -1
  1047. package/mobile/lib/components/ApplicationForm/MiddleNameField.d.ts +0 -2
  1048. package/mobile/lib/components/ApplicationForm/MiddleNameField.js +0 -5
  1049. package/mobile/lib/components/ApplicationForm/MiddleNameField.js.map +0 -1
  1050. package/mobile/lib/components/ApplicationForm/NameField.d.ts +0 -2
  1051. package/mobile/lib/components/ApplicationForm/NameField.js +0 -10
  1052. package/mobile/lib/components/ApplicationForm/NameField.js.map +0 -1
  1053. package/mobile/lib/components/ApplicationForm/OnlineCheckoutField.d.ts +0 -2
  1054. package/mobile/lib/components/ApplicationForm/OnlineCheckoutField.js +0 -6
  1055. package/mobile/lib/components/ApplicationForm/OnlineCheckoutField.js.map +0 -1
  1056. package/mobile/lib/components/ApplicationForm/PartnerCommentsField.d.ts +0 -2
  1057. package/mobile/lib/components/ApplicationForm/PartnerCommentsField.js +0 -10
  1058. package/mobile/lib/components/ApplicationForm/PartnerCommentsField.js.map +0 -1
  1059. package/mobile/lib/components/ApplicationForm/PhoneField.d.ts +0 -2
  1060. package/mobile/lib/components/ApplicationForm/PhoneField.js +0 -7
  1061. package/mobile/lib/components/ApplicationForm/PhoneField.js.map +0 -1
  1062. package/mobile/lib/components/ApplicationForm/PosTerminalField.d.ts +0 -2
  1063. package/mobile/lib/components/ApplicationForm/PosTerminalField.js +0 -6
  1064. package/mobile/lib/components/ApplicationForm/PosTerminalField.js.map +0 -1
  1065. package/mobile/lib/components/ApplicationForm/ProductField.d.ts +0 -2
  1066. package/mobile/lib/components/ApplicationForm/ProductField.js +0 -8
  1067. package/mobile/lib/components/ApplicationForm/ProductField.js.map +0 -1
  1068. package/mobile/lib/components/ApplicationForm/RegionField.d.ts +0 -2
  1069. package/mobile/lib/components/ApplicationForm/RegionField.js +0 -12
  1070. package/mobile/lib/components/ApplicationForm/RegionField.js.map +0 -1
  1071. package/mobile/lib/components/ApplicationForm/RegionPremiumField.d.ts +0 -2
  1072. package/mobile/lib/components/ApplicationForm/RegionPremiumField.js +0 -16
  1073. package/mobile/lib/components/ApplicationForm/RegionPremiumField.js.map +0 -1
  1074. package/mobile/lib/components/ApplicationForm/SecondaryPhoneField.d.ts +0 -2
  1075. package/mobile/lib/components/ApplicationForm/SecondaryPhoneField.js +0 -12
  1076. package/mobile/lib/components/ApplicationForm/SecondaryPhoneField.js.map +0 -1
  1077. package/mobile/lib/components/ApplicationForm/ServiceDirectionField.d.ts +0 -2
  1078. package/mobile/lib/components/ApplicationForm/ServiceDirectionField.js +0 -8
  1079. package/mobile/lib/components/ApplicationForm/ServiceDirectionField.js.map +0 -1
  1080. package/mobile/lib/components/ApplicationForm/SurnameField.d.ts +0 -2
  1081. package/mobile/lib/components/ApplicationForm/SurnameField.js +0 -7
  1082. package/mobile/lib/components/ApplicationForm/SurnameField.js.map +0 -1
  1083. package/mobile/lib/components/ApplicationForm/TermField.d.ts +0 -2
  1084. package/mobile/lib/components/ApplicationForm/TermField.js +0 -8
  1085. package/mobile/lib/components/ApplicationForm/TermField.js.map +0 -1
  1086. package/mobile/lib/components/ApplicationForm/UltraPremiumField.d.ts +0 -2
  1087. package/mobile/lib/components/ApplicationForm/UltraPremiumField.js +0 -8
  1088. package/mobile/lib/components/ApplicationForm/UltraPremiumField.js.map +0 -1
  1089. package/mobile/lib/components/ApplicationForm/VedField.d.ts +0 -3
  1090. package/mobile/lib/components/ApplicationForm/VedField.js +0 -21
  1091. package/mobile/lib/components/ApplicationForm/VedField.js.map +0 -1
  1092. package/mobile/lib/components/ApplicationForm/constants.d.ts +0 -7
  1093. package/mobile/lib/components/ApplicationForm/constants.js +0 -32
  1094. package/mobile/lib/components/ApplicationForm/constants.js.map +0 -1
  1095. package/mobile/lib/components/ApplicationForm/getField.d.ts +0 -4
  1096. package/mobile/lib/components/ApplicationForm/getField.js +0 -73
  1097. package/mobile/lib/components/ApplicationForm/getField.js.map +0 -1
  1098. package/mobile/lib/components/ApplicationForm/getNamesFromInput.d.ts +0 -2
  1099. package/mobile/lib/components/ApplicationForm/getNamesFromInput.js.map +0 -1
  1100. package/mobile/lib/components/ApplicationForm/getObjectValidator.d.ts +0 -4
  1101. package/mobile/lib/components/ApplicationForm/getObjectValidator.js.map +0 -1
  1102. package/mobile/lib/components/ApplicationForm/getValidation.js.map +0 -1
  1103. package/mobile/lib/components/ApplicationForm/isRenderField.d.ts +0 -6
  1104. package/mobile/lib/components/ApplicationForm/isRenderField.js.map +0 -1
  1105. package/mobile/lib/components/ApplicationForm/validators.js.map +0 -1
  1106. package/mobile/src/components/ApplicationForm/AcquiringField.tsx +0 -36
  1107. package/mobile/src/components/ApplicationForm/AddressBranchField.tsx +0 -39
  1108. package/mobile/src/components/ApplicationForm/AmountField.tsx +0 -17
  1109. package/mobile/src/components/ApplicationForm/CommentField.tsx +0 -14
  1110. package/mobile/src/components/ApplicationForm/CustomFieldProps.ts +0 -8
  1111. package/mobile/src/components/ApplicationForm/FeedbackMethodField.tsx +0 -14
  1112. package/mobile/src/components/ApplicationForm/FeedbackTypeField.tsx +0 -25
  1113. package/mobile/src/components/ApplicationForm/IsClientField.tsx +0 -7
  1114. package/mobile/src/components/ApplicationForm/LocalitiesField.tsx +0 -34
  1115. package/mobile/src/components/ApplicationForm/MiddleNameField.tsx +0 -7
  1116. package/mobile/src/components/ApplicationForm/NameField.tsx +0 -18
  1117. package/mobile/src/components/ApplicationForm/OnlineCheckoutField.tsx +0 -10
  1118. package/mobile/src/components/ApplicationForm/PartnerCommentsField.tsx +0 -19
  1119. package/mobile/src/components/ApplicationForm/PhoneField.tsx +0 -12
  1120. package/mobile/src/components/ApplicationForm/PosTerminalField.tsx +0 -10
  1121. package/mobile/src/components/ApplicationForm/ProductField.tsx +0 -15
  1122. package/mobile/src/components/ApplicationForm/RegionField.tsx +0 -24
  1123. package/mobile/src/components/ApplicationForm/RegionPremiumField.tsx +0 -29
  1124. package/mobile/src/components/ApplicationForm/SecondaryPhoneField.tsx +0 -18
  1125. package/mobile/src/components/ApplicationForm/ServiceDirectionField.tsx +0 -15
  1126. package/mobile/src/components/ApplicationForm/SurnameField.tsx +0 -12
  1127. package/mobile/src/components/ApplicationForm/TermField.tsx +0 -17
  1128. package/mobile/src/components/ApplicationForm/UltraPremiumField.tsx +0 -13
  1129. package/mobile/src/components/ApplicationForm/VedField.tsx +0 -54
  1130. package/mobile/src/components/ApplicationForm/constants.tsx +0 -38
  1131. package/mobile/src/components/ApplicationForm/getField.tsx +0 -133
  1132. package/mobile/src/components/ApplicationForm/getNamesFromInput.tsx +0 -4
  1133. package/mobile/src/components/ApplicationForm/getObjectValidator.tsx +0 -46
  1134. package/mobile/src/components/ApplicationForm/isRenderField.tsx +0 -15
  1135. package/src/components/ApplicationForm/AcquiringField.tsx +0 -36
  1136. package/src/components/ApplicationForm/AddressBranchField.tsx +0 -39
  1137. package/src/components/ApplicationForm/AmountField.tsx +0 -17
  1138. package/src/components/ApplicationForm/CommentField.tsx +0 -14
  1139. package/src/components/ApplicationForm/CustomFieldProps.ts +0 -8
  1140. package/src/components/ApplicationForm/FeedbackMethodField.tsx +0 -14
  1141. package/src/components/ApplicationForm/FeedbackTypeField.tsx +0 -25
  1142. package/src/components/ApplicationForm/IsClientField.tsx +0 -7
  1143. package/src/components/ApplicationForm/LocalitiesField.tsx +0 -34
  1144. package/src/components/ApplicationForm/MiddleNameField.tsx +0 -7
  1145. package/src/components/ApplicationForm/NameField.tsx +0 -18
  1146. package/src/components/ApplicationForm/OnlineCheckoutField.tsx +0 -10
  1147. package/src/components/ApplicationForm/PartnerCommentsField.tsx +0 -19
  1148. package/src/components/ApplicationForm/PhoneField.tsx +0 -12
  1149. package/src/components/ApplicationForm/PosTerminalField.tsx +0 -10
  1150. package/src/components/ApplicationForm/ProductField.tsx +0 -15
  1151. package/src/components/ApplicationForm/RegionField.tsx +0 -24
  1152. package/src/components/ApplicationForm/RegionPremiumField.tsx +0 -29
  1153. package/src/components/ApplicationForm/SecondaryPhoneField.tsx +0 -18
  1154. package/src/components/ApplicationForm/ServiceDirectionField.tsx +0 -15
  1155. package/src/components/ApplicationForm/SurnameField.tsx +0 -12
  1156. package/src/components/ApplicationForm/TermField.tsx +0 -17
  1157. package/src/components/ApplicationForm/UltraPremiumField.tsx +0 -13
  1158. package/src/components/ApplicationForm/VedField.tsx +0 -54
  1159. package/src/components/ApplicationForm/constants.tsx +0 -38
  1160. package/src/components/ApplicationForm/getField.tsx +0 -133
  1161. package/src/components/ApplicationForm/getNamesFromInput.tsx +0 -4
  1162. package/src/components/ApplicationForm/getObjectValidator.tsx +0 -46
  1163. package/src/components/ApplicationForm/isRenderField.tsx +0 -15
  1164. /package/bundle/{components/ApplicationForm → ui-kit/FormField}/getValidation.d.ts +0 -0
  1165. /package/bundle/{components/ApplicationForm → ui-kit/FormField}/validators.d.ts +0 -0
  1166. /package/dist/{components/ApplicationForm → ui-kit/FormField}/CustomFieldProps.js +0 -0
  1167. /package/dist/{components/ApplicationForm → ui-kit/FormField}/getNamesFromInput.js +0 -0
  1168. /package/dist/{components/ApplicationForm → ui-kit/FormField}/getObjectValidator.js +0 -0
  1169. /package/dist/{components/ApplicationForm → ui-kit/FormField}/getValidation.d.ts +0 -0
  1170. /package/dist/{components/ApplicationForm → ui-kit/FormField}/getValidation.js +0 -0
  1171. /package/dist/{components/ApplicationForm → ui-kit/FormField}/isRenderField.js +0 -0
  1172. /package/dist/{components/ApplicationForm → ui-kit/FormField}/validators.d.ts +0 -0
  1173. /package/dist/{components/ApplicationForm → ui-kit/FormField}/validators.js +0 -0
  1174. /package/lib/{components/ApplicationForm → ui-kit/FormField}/CustomFieldProps.js +0 -0
  1175. /package/lib/{components/ApplicationForm → ui-kit/FormField}/getNamesFromInput.js +0 -0
  1176. /package/lib/{components/ApplicationForm → ui-kit/FormField}/getObjectValidator.js +0 -0
  1177. /package/lib/{components/ApplicationForm → ui-kit/FormField}/getValidation.d.ts +0 -0
  1178. /package/lib/{components/ApplicationForm → ui-kit/FormField}/getValidation.js +0 -0
  1179. /package/lib/{components/ApplicationForm → ui-kit/FormField}/isRenderField.js +0 -0
  1180. /package/lib/{components/ApplicationForm → ui-kit/FormField}/validators.d.ts +0 -0
  1181. /package/lib/{components/ApplicationForm → ui-kit/FormField}/validators.js +0 -0
  1182. /package/mobile/bundle/{components/ApplicationForm → ui-kit/FormField}/getValidation.d.ts +0 -0
  1183. /package/mobile/bundle/{components/ApplicationForm → ui-kit/FormField}/validators.d.ts +0 -0
  1184. /package/mobile/dist/{components/ApplicationForm → ui-kit/FormField}/CustomFieldProps.js +0 -0
  1185. /package/mobile/dist/{components/ApplicationForm → ui-kit/FormField}/getNamesFromInput.js +0 -0
  1186. /package/mobile/dist/{components/ApplicationForm → ui-kit/FormField}/getObjectValidator.js +0 -0
  1187. /package/mobile/dist/{components/ApplicationForm → ui-kit/FormField}/getValidation.d.ts +0 -0
  1188. /package/mobile/dist/{components/ApplicationForm → ui-kit/FormField}/getValidation.js +0 -0
  1189. /package/mobile/dist/{components/ApplicationForm → ui-kit/FormField}/isRenderField.js +0 -0
  1190. /package/mobile/dist/{components/ApplicationForm → ui-kit/FormField}/validators.d.ts +0 -0
  1191. /package/mobile/dist/{components/ApplicationForm → ui-kit/FormField}/validators.js +0 -0
  1192. /package/mobile/lib/{components/ApplicationForm → ui-kit/FormField}/CustomFieldProps.js +0 -0
  1193. /package/mobile/lib/{components/ApplicationForm → ui-kit/FormField}/getNamesFromInput.js +0 -0
  1194. /package/mobile/lib/{components/ApplicationForm → ui-kit/FormField}/getObjectValidator.js +0 -0
  1195. /package/mobile/lib/{components/ApplicationForm → ui-kit/FormField}/getValidation.d.ts +0 -0
  1196. /package/mobile/lib/{components/ApplicationForm → ui-kit/FormField}/getValidation.js +0 -0
  1197. /package/mobile/lib/{components/ApplicationForm → ui-kit/FormField}/isRenderField.js +0 -0
  1198. /package/mobile/lib/{components/ApplicationForm → ui-kit/FormField}/validators.d.ts +0 -0
  1199. /package/mobile/lib/{components/ApplicationForm → ui-kit/FormField}/validators.js +0 -0
  1200. /package/mobile/src/{components/ApplicationForm → ui-kit/FormField}/getValidation.tsx +0 -0
  1201. /package/mobile/src/{components/ApplicationForm → ui-kit/FormField}/validators.ts +0 -0
  1202. /package/src/{components/ApplicationForm → ui-kit/FormField}/getValidation.tsx +0 -0
  1203. /package/src/{components/ApplicationForm → ui-kit/FormField}/validators.ts +0 -0
@@ -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 l=e=>(...l)=>t[e](...l),n=l("useState"),a=l("useEffect"),i=l("useCallback"),r=l("useMemo"),s=l("useRef");const o=(...e)=>globalThis._uni._jsx(...e),c=(...e)=>globalThis._uni._jsxs(...e),d=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:m(e)),t._tmpl},m=e=>{function t(t,l){const{children:n,...a}=t||{},i=l?.slots?.default,r=n||i&&i();return e(Object.assign(a,r&&{children:r}),l)}return t.inheritAttrs=!1,t},h=(...e)=>e.map((e=>u(e)?Object.entries(e).filter((([,e])=>e)).map((([e])=>e)):e)).flatMap((e=>e)).filter(Boolean).join(" "),u=e=>Boolean(e&&"object"==typeof e&&!Array.isArray(e)),p={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white",gray:"bg-main-divider text-primary-text",transparent:"bg-transparent text-primary-text","":""},g=d((({className:e,version:t="primary",isTheme:l=!0,defaultPadding:n="p-xl",padding:a,block:i,tag:r="section",role:s,children:c,style:d})=>{const m=t&&l;return o(r,{className:h("@container font-sans",{group:m},p[t],a||n,e),...m?{"data-ver":t}:{},...i?.anchor?{id:i.anchor}:{},role:s,style:d,children:c})})),x=d((({className:e,size:t})=>o("figure",{className:h("m-0 mt-xl min-w-[80%]",e),children:f(t)}))),f=(e=3)=>y(100,e).map((e=>Math.floor(e))).map(b),b=(e,t)=>o("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-dark relative overflow-hidden animate-pulse"},String(t)),y=(e,t)=>[e].concat(t>0?y(e/1.618,t-1):[]),v={h1:"h1",h2:"h1",h3:"h2",h4:"h2",h5:"h3",h6:"h3"},w={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},N=d((({className:e="",headingType:t="h3",as:l="h3",title:n,children:a})=>{const i=v[l]||"h3";return o(i,{role:"heading",className:h("font-sans m-0",w[t],e),children:n||a})})),k=d((({children:e,...t})=>o("p",{className:h("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"}},C=d((({className:e,version:t="",headlineVersion:l="XL",title:n,description:a,align:i="text-center",as:r,isEmbedded:s=!1,isTheme:d=!1,...m})=>{const u=S[l],p={marginTop:u.descriptionStyle};return c(g,{className:h({"@container-normal":s},e),defaultPadding:s?"":"p-6xl",version:t,isTheme:d,...m,children:[n?o(N,{className:h("whitespace-pre-wrap",i),...u?.title,as:r||u?.title.as,title:n}):null,a?o(k,{size:u.descriptionSize,font:u.descriptionWeight,align:i,...p,children:a}):null]})})),T=({blockClassName:e,block:t,render:l})=>l({blockClassName:e,block:t}),I=[];function B(e,t,{className:l,...n}={}){const{key:a,blockDecorator:i=T,blocksRegistry:r={},ancestors:s=I}=t,{type:c}=e;c&&c in r||console.warn(`No block with "${c}" is registered`);const d=c&&r[c];return i({blockClassName:h(e.style?.length?e.style:"col-span-12",l),block:e,ancestors:s,render:({block:l,blockClassName:i})=>{const{content:r}=l;return d?o(d,{className:i,block:e,options:t,...r,...n},a):null}},a)}const P=[],M=(e,{key:t,ancestors:l=P,slotName:n=null,extraProps:a,renderProps:i=B,...r})=>{const s=a?(e,t)=>B(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...l||P,[r.parent,n]]:l},a)))};function R({block:e,options:t,children:l,extraProps:n,renderProps:a}){return l||(e&&t?M(e.blocks,{...t,parent:e,extraProps:n,renderProps:a}):null)}function V(){return V._impl()}V._impl=()=>({isReady:!1,href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),V.setup=e=>{V._impl=e};const D=["CDN","BASE_PATH"],z=new Proxy({_:{},setup(e){this._=e}},{get(e,t){const l=e._[t]||e[t];return D.includes(t)?(e=>e&&!e.endsWith("/")?`${e}/`:e)(l):l}}),A=e=>Boolean(e?.includes(":")),_=(e,t)=>Boolean(e&&!A(e)&&(!t||"_self"===t)),j=e=>Boolean(e?.startsWith("#")),$=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/").replace(/^(.+):\//,"$1://").replace(/^file:/,"file:/").replace(/\/(\?|&|#[^!])/g,"$1").replace(/\?/g,"&").replace("&","?"),E=(e,t)=>Boolean(t&&e&&e.startsWith(t)&&["/"===t,e===t,"/"===e[t.length]].some(Boolean));var L=Object.freeze({__proto__:null,isURL:A,isLocalURL:_,isHash:j,withoutQuery:e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),joinPath:$,hasPrefix:E});const O="/api/",F=`${O}v1/storage`,U=e=>(t,l)=>{if([!t,A(t),j(t),[z.CDN,O].some((e=>E(t,e)))].some(Boolean))return t;if(((e="")=>/^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}(\/revs\/[0-9]{1,20})?$/.test(e))(t))return`${F}/${t}/attachment`;const n=t?.startsWith("/");return $(E(t,l)?"":l,n?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},W={"":"",normal:"",color:"text-primary-main",black:"text-black",white:"text-black",gray:"text-gray"},H=d((({className:e="",imageClassName:t="",name:l="",alt:n=`Иконка ${l}`,title:a=n,iconVersion:i="color",width:r,height:s})=>{const d=V(),m="normal"===i?`${l}.svg`:`sprites.svg#${l}`,u=U(d)($(z.CDN,"/icons/",m));return"normal"===i?o("img",{className:e,src:u,alt:n,title:a,"aria-hidden":"true",width:r,height:s,style:q(e,s)}):o(Y,{className:e,children:c("svg",{className:h(K(r),W[i],{invert:"white"===i},t),width:r,height:s,"aria-hidden":"true",children:[a?o("title",{children:a}):null,n?o("desc",{children:n}):null,o("use",{href:u,xlinkHref:u})]})})})),q=(e,t)=>{return e?.includes("h-")?{}:{height:(l=t,l&&!/\D/.test(l)?`${t}px`:t),width:"auto"};var l},K=e=>e?"":"w-full h-full",Y=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 G(e=""){try{const[,...t]=new URL(e).pathname.split("/");return`/${t.filter(Boolean).join("/")}`}catch(e){return""}}const J=e=>t=>{const l=t?.startsWith("/wcms-resources")?"":G(X.SITE_URL);return t&&!A(t)?U(e)(t,l):t},Z=(e,t)=>e?.media&&t?.media?e.media-t.media:0,Q=d((({className:e="",image:t,imageClassName:l=""})=>{const n=V();return c("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(Z).map((({src:e,format:l,media:a},i)=>o("source",{srcSet:J(n)(e),type:te(l),media:a?`(max-width: ${a}px)`:"",width:t?.size?.width,height:t?.size?.height},`${i}_${e}`))):null,t?.src?ee({...t,src:J(n)(t.src)},l):null]})})),ee=(e,t="")=>o("img",{src:e.src,className:h("object-contain",t),alt:e?.alt||e?.title||"",title:e?.title||"",style:{width:e?.size?.width?`${e.size?.width}px`:"100%",height:e?.size?.height?`${e.size?.height}px`:"auto"},width:e?.size?.width,height:e?.size?.height}),te=e=>e?`image/${String(e)}`:void 0,le=d((({className:e="",image:t,imageClassName:l="",...n})=>t?.src||t?.icon?t.icon?o(H,{className:e,imageClassName:l,iconVersion:t?.iconVersion,name:t.icon,...n}):o(Q,{className:e,imageClassName:l,image:t}):null)),ne={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active",white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:"text-primary-main",transparent:"",gray:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active","":""},ae="bg-main-divider text-main-disabled",ie={primary:ae,secondary:ae,white:ae,link:"",transparent:"",gray:ae,"":""},re="text-center font-sans select-none",se={primary:"group-hover/btn:brightness-0 group-hover/btn:invert",secondary:"group-hover/btn:brightness-0 group-hover/btn:invert",white:"group-hover/btn:brightness-0 group-hover/btn:invert",link:"text-primary-main",transparent:"",gray:"group-hover/btn:brightness-0 group-hover/btn:invert","":""},oe=({className:e,rounded:t,version:l})=>[re,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",l?ne[l]:"",t?"rounded-full":"rounded-md",e].join(" ");const ce=new class{subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const l=this.subjectsStateMap[e];return l&&t(l),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}},de=()=>({open:(e,t={})=>ce.fire("dialog",{type:"open",dialog:e,...t}),close:()=>ce.fire("dialog",{type:"close"}),closeAll:()=>ce.fire("dialog",{type:"close",all:!0})}),me=e=>me._impl(e);function he(){const e=G(X.SITE_URL),t=V(),{closeAll:l}=de();return e=>{const l=U(t)(e.href);return{...e,href:l,"aria-label":e.text,onClick:me(n({...e,href:l}))}};function n({href:n,target:a,onClick:i}){return r=>{i&&i(r);const s=!E(n,e||"/");n&&!s&&_(n,a)&&(l(),r?.preventDefault(),t.push(((e,t="")=>e.replace(t,"")||"/")(n,e)))}}}me._impl=e=>e,me.setup=e=>{me._impl=e};const ue=e=>{if(!Array.isArray(e)||!e.length)return{};try{return{"data-aspects":JSON.stringify(e)}}catch(e){return{}}},pe=d((e=>{const{text:t,aboveText:l,appendLeft:n,appendRight:a,version:i="primary"}=e,r=xe(e)&&"hidden lg:block";return c("div",{className:h(ge(e),"flex gap-xs"),children:[n?o("div",{className:h(r,se[i]),children:n}):null,xe(e)?c("div",{className:"whitespace-pre",children:[l?o("div",{className:"text-xs font-light text-left",children:l}):null,o("div",{className:"text-left "+(l?"text-s -mt-3xs":"text-l"),children:t})]}):null,a?o("div",{className:h(r,se[i]),children:a}):null]})})),ge=e=>{const{version:t,aboveText:l,rounded:n}=e;if("link"===t)return"";const a=""+(l?"py-2.5 px-9":"py-4 px-9");return h("group/btn items-center justify-center",xe(e)?a:"h-12 w-12 m-auto",{"rounded-full":n})},xe=({text:e,aboveText:t,appendLeft:l})=>Boolean(e||t||!l),fe=({className:e,rounded:t,version:l})=>["inline-block",re,l?ie[l]:"",t?"rounded-full":"rounded-md",e].join(" "),be=d((({disabled:e,children:t,method:l="LINK",href:n,...a})=>{const r=(({method:e,href:t})=>i((l=>{if("POST"!==e||!t)return;l.preventDefault(),l.stopPropagation();const{origin:n,pathname:a,searchParams:i}=new URL(t||""),r=document.createElement("form");r.setAttribute("method","POST"),r.setAttribute("action",[n,a].join(""));for(const[e,t]of i.entries()){const l=document.createElement("input");l.setAttribute("type","hidden"),l.setAttribute("name",e),l.setAttribute("value",t),r.appendChild(l)}document.body.appendChild(r),r.submit()}),[]))({method:l,href:n}),s=he()({onClick:r,href:n,...a}),c=t??o(pe,{...s});return o(e?ve:ye,{...s,children:c})})),ye=d((({className:e="",href:t,rel:l,target:n,ariaLabel:a,version:i,rounded:r,onClick:s,type:c,data:d,children:m,text:h})=>o("a",{className:oe({className:e,version:i,rounded:r}),href:t,rel:l,target:n,"aria-label":a||`Ссылка на ${h}`,role:t?"link":"button",onClick:s,type:c,...ue(d),children:m}))),ve=d((({className:e,ariaLabel:t,version:l,rounded:n,children:a})=>o("button",{type:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:fe({className:e,rounded:n,version:l}),children:a})));function we({version:e,handleClick:t,text:l="Вернуться назад",alwaysVisible:n=!1}){if(!l)return null;const a="primary"===e?"white":"black",i="primary"===e?"bg-primary-main":"bg-white";return c("div",{className:h(n?"flex":"hidden sm:flex","items-center gap-s"),children:[o("div",{className:h(oe({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",rounded:!0}),i),onClick:t,children:o(le,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:a}})}),o(be,{version:"link",className:"group-data-secondary:text-white",text:l,ariaLabel:l,onClick:t,type:"button"})]})}const Ne=()=>{const[e,t]=n(true);return a((()=>{const e=globalThis.matchMedia?.("(max-width: 1024px)"),l=()=>{t(Boolean(e?.matches))};return e?.addEventListener("change",l),e?.matches&&t(Boolean(e.matches)),()=>{e?.removeEventListener("change",l)}}),[]),e},ke={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Se=(e,{className:t,imageAlign:l})=>e?o("div",{className:h("shrink-1/2 justify-self-center",l&&ke[l],t),children:e}):null,Ce=d((({className:e,version:t="primary",defaultPadding:l,padding:n="",title:a,buttons:r,leftImage:s,rightImage:d,imageAlign:m,insetTitle:u,isImageAlwaysOnRight:p=!1,isImageSecondary:g=!1,backwardButton:x,children:f,...b})=>{const y=Ne(),v=V(),w=i((()=>v.back()),[]),N=b.options?.page?.common?.backwardButton,k=x&&!y;return c("div",{className:h("relative flex flex-col gap-3xl overflow-hidden",n||l,e),children:[k&&we({version:t,handleClick:w,text:N}),a?o("div",{className:"relative h-full",children:a}):null,c("div",{className:h("grow relative flex flex-col @xl:flex-row gap-3xl w-full",{"self-start @xl:w-auto":s}),children:[Se(s,{imageAlign:m,className:"mx-auto"}),c("div",{className:h("grid gap-3xl items-center md:items-stretch",{"@xl:grid-cols-2 auto-cols-fr":d,grow:!s},"h-full","auto-rows-[max-content_1fr]"),children:[c("div",{className:"grow space-y-lg min-w-fit",children:[u,f]}),Ie(R({...b,extraProps:{className:"@container-normal"}})),Se(d,{className:h("@xl:justify-self-end @xl:col-start-2",{[Te(p)]:r,"col-start-2 self-center":p,"hidden @xl:block":g}),imageAlign:m}),r?o("div",{className:"self-end",children:r}):null]})]})]})})),Te=e=>h(e?"row-span-2":"@xl:row-span-2"),Ie=e=>e?.length?o("div",{className:"flex items-start justify-end",children:e}):null,Be=(e,t="normal")=>e?.icon||e?.src?o("div",{className:h("sm:w-12 sm:h-12 sm:min-w-12 w-11 h-11 min-w-11 box-border flex items-center justify-center rounded-icon","normal"===t?"bg-secondary-light text-primary-main":"bg-primary-main text-black group-data-secondary:bg-white/30 group-data-secondary:text-black"),children:o(le,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,Pe=d((e=>{const{__html:t="",richVersion:l="",itemSize:n="list-m",isDotted:a=!0}=e,i=a?"":"without-dots";return t&&"<p><br></p>"!==t.replace(/<\/?[^>]+\/?>/g,"").trim()?o("div",{"data-component":"rich-text-container",children:o("div",{className:h(l,n,"md-container group-data-secondary:text-white group-data-gray:text-secondary-text",i),dangerouslySetInnerHTML:{__html:t}})}):null})),Me=(e,t)=>e?o(k,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,Re=d((({children:e,...t})=>o("span",{className:h("font-sans",Object.values(t)),children:e}))),Ve=(e,t)=>e?o(Re,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,De=(e,t)=>["label"in e?Ve(e.label,t):null,"description"in e?o("span",{className:e.descriptionClassName,children:Me(e.description,t)},String(t)):null,"__html"in e?o(Pe,{...e},`rte-${t}`):null],ze=d((({className:e,benefitsVersion:t,...l})=>c("div",{className:h("flex gap-m min-w-56 items-center",e),role:"listitem",children:["icon"in l?Be(l.icon,t):null,o("div",{children:De(l)})]}))),Ae=d((({className:e,benefitsVersion:t="normal",benefits:l})=>l?.length?o("div",{className:h("flex gap-x-m gap-y-s flex-col",e),role:"list",children:l.map(((e,l)=>o(ze,{benefitsVersion:t,...e},String(l))))}):null)),_e=d((({className:e,benefits:t})=>t?.length?o("div",{className:h("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),role:"list",children:t.flatMap(De)}):null)),je=d((({isTabularBenefits:e,...t})=>o(e?_e:Ae,{...t}))),$e=e=>Boolean(e?.src||e?.icon),Ee=(e,{className:t,buttonClassName:l,isVertical:n}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?o("div",{className:h("flex",n?"flex-col gap-xs justify-items-stretch":"flex-wrap @xl:flex-nowrap gap-lg sm:gap-m w-full @lg:w-auto",t),role:"group",children:e.map(Le(l))}):null,Le=(e="")=>(t,l)=>{const{text:n,icon:a,iconRight:i,version:r,...s}=t||{},c=Oe(a,r),d=Oe(i,r);return n||a?.icon?o(be,{className:h("basis-full @lg:basis-auto",e),appendLeft:Fe({...a,iconVersion:c}),appendRight:Fe({...i,iconVersion:d}),version:r,text:n,...s},l?String(l):""):null},Oe=(e,t="secondary")=>{const l="secondary"===t?"color":"white";return e?.iconVersion||l},Fe=e=>$e(e)&&o(le,{image:e,width:String(e?.size?.width||24),height:String(24)}),Ue=(e=0,{fixed:t}={})=>(l=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:t?e:0,maximumFractionDigits:e}).format(Number(l)||0),We=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(He)}):null)),He=({label:e,amount:t,unit:l},n)=>c("div",{className:"basis-full flex flex-col-reverse sm:flex-row sm:justify-between sm:bg-main-divider sm:py-m sm:px-lg sm:rounded-md items-baseline whitespace-pre",role:"listitem",children:[o(Re,{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:[Ue(2)(t)," ",l||"₽"]}):null]},String(n)),qe=d((({className:e,tags:t})=>t?.length?o("div",{className:h("flex flex-wrap gap-xs",e),role:"list",children:t.map(Ke)}):null)),Ke=(e,t)=>o("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:o(Re,{size:"text-m",font:"font-light",children:e})},String(t)),Ye={XXL:"list-l",XL:"list-l",L:"list-m",M:"list-m",S:"list-s",XS:"list-s"},Xe=d((({className:e,padding:t,defaultPadding:l,title:n,description:a,headlineVersion:i="L",align:r="text-left",benefitsVersion:s,isTabularBenefits:d,isDotted:m=!0,benefits:h,__html:u,richVersion:p,isFullWidthTitle:g,priceList:x=[],tags:f=[],buttons:b,image:y,imageOptions:{imageAlign:v="center",directionRight:w=!0,isImageAlwaysOnRight:N,isImageSecondary:k=!1}={},backwardButton:S,children:T,...I})=>{const B=y?.src?o(le,{image:y}):null,P=o(C,{title:n,description:a,headlineVersion:i,align:r,isEmbedded:!0}),M=h?.filter((e=>"__html"in e||"label"in e||"description"in e));return o(Ce,{className:e,padding:t,defaultPadding:l,...g?{title:P}:{insetTitle:P},...Ge(B,w),isImageSecondary:k,imageAlign:v,isImageAlwaysOnRight:N,buttons:Ee(b),backwardButton:S,...I,children:c("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[M?.length?o(je,{benefitsVersion:s,isTabularBenefits:d,benefits:M}):null,u?o(Pe,{richVersion:p,__html:u,isDotted:m,itemSize:Ye[i]}):null,T,x?.length?o(We,{priceList:x}):null,Je(f)]})})})),Ge=(e,t)=>t?{rightImage:e}:{leftImage:e},Je=e=>e?.length?o(qe,{tags:e}):null,Ze=e=>Boolean(e&&Array.isArray(e)),Qe=e=>Boolean(e&&!Array.isArray(e)&&"object"==typeof e),et=(e,t)=>{return l=e,Boolean(Qe(l)&&"string"==typeof l.$ref)?t.ref(e):Qe(e)?t.record(e):Ze(e)?t.array(e):t.scalar?t.scalar(e):e;var l},tt=(e,t)=>(e=>e.includes("#")?e.substring(e.indexOf("#")+1).split("/").filter(Boolean):[])(t).reduce(lt,e),lt=(e,t)=>e&&t?Qe(e)?e[t]:Ze(e)?e[parseInt(t,10)]:e:e,nt=(e,t)=>et(e,{ref:({$ref:e,...l})=>nt(e?tt(t(e),e):l,t),record:e=>Object.entries(e).map((([e,l])=>({[e]:nt(l,t)}))).reduce(((e,t)=>Object.assign(e,t)),{}),array:e=>e.map((e=>nt(e,t)))}),at=(e,t,l=[])=>{et(e,{ref:e=>t(e.$ref,l),record:e=>{for(const n in e)at(e[n],t,[...l,n])},array:e=>{for(let n=0;n<e.length;n++)at(e[n],t,[...l,n])}})};async function it(e,t){try{return e?await rt(e,t):null}catch(e){console.error(e)}return null}const rt=async(e,t)=>(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json(),st=e=>[...new Set(e)],ot={},ct=["/portal-resources"],dt=(e,t)=>nt(e,(e=>t?.[e])),mt=(e,t)=>{const l=(e=>{const t=[];return at(e,(e=>t.push(e))),t})(e),[i,r]=n({});return a((()=>{l.length&&(async e=>Object.fromEntries((await Promise.allSettled(st(e).filter((e=>!ct.some((t=>e.startsWith(t))))).map((async e=>[e,ot[e]||=await rt(e)])))).filter((e=>"fulfilled"===e.status)).map((({value:e})=>e))))(l).then(r)}),[l.join()]),l.length?dt(e,{...t,...i}):e};function ht(e,t={}){const l=d((t=>{const l=mt((({block:e,options:t,className:l,defaultPadding:n,padding:a,isTheme:i,version:r,children:s,...o})=>o)(t),t.options?.page?.fallback);return o(e,{...t,...l})}));return Object.assign(l,t),l}const ut=ht((({className:e,padding:t,defaultPadding:l,...n})=>o(g,{className:h("overflow-hidden flex flex-col gap-3xl box-border",e),padding:"p-0",...n,children:o(Xe,{defaultPadding:l||"p-6xl",padding:t,className:"grow h-full",...n})})),{childrenTypes:["UnitBlock"]}),pt=d((e=>{const{items:t}=e.options?.page?.adSourceBook??{},l=r((()=>gt(0,t?.length)),[t]),n=t?.[l];return n?o(ut,{suppressHydrationWarning:!0,...n,...e}):o(g,{...e,children:o(x,{})})})),gt=(e=0,t=0)=>Math.floor(Math.random()*(t-e)+e),xt=(e,t=!1)=>{if("string"==typeof e)return e.split("-").reverse().join(".");{const l=String(e.getDate()).padStart(2,"0"),n=String(e.getMonth()+1).padStart(2,"0"),a=String(e.getFullYear());return t?`${a}-${n}-${l}`:`${l}.${n}.${a}`}},ft=e=>e?.replace(/[^+\d]/g,"");const bt=e=>e?{phone:ft(e)}:{},yt=(e,t="birthday")=>e?{[t]:xt(e)}:{},vt=(e,t=!0)=>({[t?"regionBranch":"region"]:e}),wt=(e,t=!0)=>({[t?"email":"mail"]:e}),Nt=(e="")=>e&&"+7 ("!==e?{secondaryPhoneNumber:ft(e)}:{},kt=({aspectsAttributes:e,aspects:t,ev:l})=>{for(const{aspectName:n,params:a}of e)t[n??""]?.(l,a)},St="rshb-query-params";function Ct(){const e=globalThis.location?.search||globalThis.sessionStorage?.getItem(St)||"";return e&&globalThis.sessionStorage?.setItem(St,e),e}function Tt(e){if(!e)throw new Error("Value should be fulfilled");return e}const It=e=>t=>{const[,l]=Tt(e.find((([e])=>e(t))));return l(t)},Bt=e=>It(e.map((([e,t])=>[e,()=>t])));Bt.if=e=>new Pt(void 0,e);class Pt{parent;predicate;unit;get entry(){return[Tt(this.predicate),Tt(this.unit)]}constructor(e,t,l){this.parent=e,this.predicate=t,this.unit=l}if(e){return new Pt(this,e)}then(e){return new Pt(this.parent,this.predicate,e)}else(e){return It([...Mt(this),[()=>!0,e]])}}const Mt=e=>[...e?.parent?Mt(e.parent):[],e.entry],Rt=e=>{const t=e.target?.closest("a");if(A(t?.href)&&!t?.href?.startsWith(globalThis.location?.origin)){e.preventDefault(),e.stopPropagation();const l=(e=>{const t=Ct();if(!A(e)||!t)return e;const l=new URL(e);for(const[e,n]of new URLSearchParams(t))l.searchParams.set(e,n);return l.toString()})(t?.href)||t?.href;if(l){Vt(t?.target)?.(l)}}},Vt=Bt([[e=>"_blank"===e,e=>globalThis.open(e,"_blank")],[e=>"_parent"===e,e=>globalThis.parent&&(globalThis.parent.location.href=e)],[e=>"_top"===e,e=>{globalThis.top&&(globalThis.top.location.href=e)}],[()=>!0,e=>globalThis.location&&(globalThis.location.href=e)]]);function Dt(){return Dt._impl()}Dt._impl=()=>({forwardQuery:Rt}),Dt.setup=e=>{Dt._impl=e};const zt=e=>e,At=(e,{resetOnSubmit:t,onSubmit:l,normalize:r}={})=>{const[s,o]=n(e),c=i(r?e=>o(e instanceof Function?t=>{const l=r(e(t));return _t(t,l)?t:l}:r(e)):o,[r]);a((()=>{r&&o(r)}),[r]);const[d,m]=n(!1),[h,u]=n({}),p=i(((e,t)=>{const{parse:l=zt,format:n=zt}=t||{};return{value:n(s[e]),isDirty:d||h[e],onChange:t=>{c((n=>({...n,[e]:l(t)}))),u((t=>({...t,[e]:!0})))}}}),[c,d,h]),g=i((e=>{c(e),u(e)}),[]),x=i((()=>{c(e),m(!1),u({})}),[e]),f=i((e=>{e.preventDefault(),t?x():m(!0),l&&l(s,e)}),[l,s]);return[s,{isDirty:d||Object.values(h).some(Boolean),field:p,update:g,reset:x,onSubmit:f}]},_t=(e,t)=>e&&t&&Object.keys({...e,...t}).every((l=>e[l]===t[l])),jt=d((e=>{const{className:t,title:l,children:n,...a}=e;return o(g,{className:t,defaultPadding:"p-6xl",...a,children:c("div",{className:"container max-w-[978px] space-y-lg",children:[l?o(N,{headingType:"h3",title:l,className:"@xl:text-center"}):null,n]})})}));function $t({disabled:e,onClick:t}){return l=>{!e&&t&&t(l)}}const Et={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"},Lt={primary:h("group-data-secondary:text-primary-main group-data-secondary:bg-white","group-data-secondary:hover:text-white group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active"),secondary:h("group-data-secondary:text-white group-data-secondary:bg-white/20","group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active")},Ot=d((({children:e,...t})=>{const l=e=>({...e,onClick:me($t(e))}),{className:n,version:a="primary",active:i,disabled:r,type:s="button",rounded:c=!0,role:d,onClick:m}=l(t);return o("button",{className:h("font-sans px-9 py-4","flex justify-center items-center gap-xs",{"text-white bg-primary-active":i,"bg-main-gray text-main-disabled cursor-not-allowed":r,"rounded-md":c},i||r?"":h(Et[a],Lt[a]),n),type:s,role:d,onClick:m,children:e})})),Ft=d((({className:e,onClose:t})=>o("button",{className:h("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",type:"button",children:o(H,{name:"CloseIcon",width:"20",height:"20",iconVersion:"gray"})}))),Ut=d((({className:e,head:t,children:l,onClose:n,onClick:a})=>{const{close:r}=de(),s=i((()=>{r(),n&&n()}),[n]);return c("div",{onClick:a,className:h("relative min-h-full bg-white pt-0 p-lg",e),role:"dialog",children:[c("div",{className:"sticky py-xl top-0 bg-white z-10",children:[o(Ft,{className:"absolute top-0 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:l})]})})),Wt=d((function({responseType:e,typeForm:t}){const l="OK"===e,n=l?"ResponseOKIcon":"ResponseFailIcon",{close:a}=de(),r=i((()=>{a()}),[]),s="ANTIFRAUD"===t?"Сообщение отправлено. Для уточнения информации с Вами могут связаться работники Банка либо Вы\n можете самостоятельно позвонить по номеру контакт-центра +78001000100. Будьте внимательны, работники Банка\n не звонят с использованием мессенджеров.":"Совсем скоро мы с вами свяжемся";return o(Ut,{className:"my-6xl max-w-lg w-full min-h-fit mx-auto ",children:c("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:[o(le,{image:{icon:n,iconVersion:"normal"},width:"136",height:"136"}),o(C,{className:"w-full",title:l?"Ваша заявка отправлена":"Не удалось отправить заявку",description:l?s:"Пожалуйста, повторите позднее",headlineVersion:"XS",isEmbedded:!0}),o(Ot,{type:"button",onClick:r,children:"Хорошо"})]})})})),Ht=e=>t=>l=>e(l)?[]:[t],qt=e=>o("div",{className:"h-6",children:e?o(Re,{size:"text-xs",font:"font-light",color:"text-error",children:e}):null}),Kt=d((({className:e,viewBox:t,fill:l="none",width:n,height:a,paths:i,...r})=>o("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:l,width:n,height:a,children:i.map((({d:e,fill:t,...l},n)=>{const a={...r,...l};return o("path",{d:e,fill:t||"currentColor",stroke:a.stroke,strokeLinecap:a.strokeLinecap,strokeLinejoin:a.strokeLinejoin,strokeWidth:a.strokeWidth,strokeMiterlimit:a.strokeMiterlimit},n)}))}))),Yt="appearance-none w-5 h-5 border-solid flex-none",Xt=[{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"}],Gt=d((({className:e,value:t,text:l,disabled:n,isRadio:a,onChange:r})=>{const s=i((e=>{n||(e.preventDefault(),r&&r(!t))}),[r,n,t]),d=a?o("div",{className:"absolute left-1 w-3 h-3 rounded-full bg-primary-main"}):o(Kt,{paths:Xt,className:"absolute left-1 ml-px block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"});return o("div",{className:e,children:c("label",{className:h("flex items-center relative group/box",Zt(n)),onClick:s,children:[o("div",{className:h(Yt,"m-0",a?"rounded-full border-2":el(t),!n&&t?"border-primary-main":"border-gray",n?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:Qt(a),"aria-checked":Boolean(t),"aria-disabled":Boolean(n),"aria-label":l}),t?d:null,Jt(l)]})})})),Jt=e=>e?o("div",{className:"ml-s",children:o(Re,{size:"text-l",font:"font-light",children:e})}):null,Zt=(e=!1)=>e?"cursor-not-allowed":"cursor-pointer",Qt=(e=!1)=>e?"radio":"checkbox",el=(e=!1)=>h("rounded border",{"bg-primary-main":e}),tl=d((({className:e,text:t,value:l,key:n,disabled:a,error:i,onChange:r})=>c("div",{className:h("shrink-0 w-full",e),children:[o(Gt,{text:t,value:l,disabled:a,onChange:r},n),qt(i)]})));function ll(e=!1){const[t,l]=n(e),a=i((()=>l(!0)),[]),r=i((()=>l(!1)),[]),s=i((()=>l((e=>!e))),[]);return[t,{setValue:l,setTrue:a,setFalse:r,toggle:s}]}const nl=e=>e?o(Re,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}):null,al="border border-solid outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text rounded",il=d((({key:e,className:t="",id:l,name:n,type:r="text",label:d,placeholder:m,value:u="",valid:p=!0,children:g,onChange:x,onFocus:f,onBlur:b,pattern:y,autoFocus:v=!1,isTextarea:w=!1})=>{const N=s(null),k=i((e=>{x&&x(e.target?.value||"")}),[x]);a((()=>{v&&N.current?.focus()}),[v,N]);const S="w-full border rounded-md text-primary-text outline-none p-m",C=g?"pr-3xl":"",T=rl(p);return c("div",{className:h("relative",t),children:[c("label",{className:"space-y-xs",children:[nl(d),w?o("textarea",{className:h("block resize-y min-h-24",S,T),id:h("textarea",l),name:n||l,placeholder:m,value:u,onChange:k,onFocus:f,onBlur:b},e):o("input",{type:r,className:h("h-14",S,C,T),ref:N,id:l,name:n||l,placeholder:m,value:u,onChange:k,onFocus:f,onBlur:b,pattern:y},e)]}),g]})})),rl=e=>e?al:"border-error",sl=e=>e?.text||e?.key||"";function ol(e,t,l,n){a((()=>{if(e&&l)return e.addEventListener(t,l,n),()=>{e.removeEventListener(t,l,n)}}),[e,t,l])}function cl(e){const t=s(null),l=i((l=>{t&&t.current&&l.target instanceof Node&&!t.current.contains(l.target)&&e()}),[e]);return ol(globalThis.document,"click",l),t}const dl=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,ml=d((({popupRef:e,options:t,value:l,query:n,onChange:a,iconVersion:i})=>t?.length?o("div",{className:"bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-2xl",role:"list",ref:e,children:dl(t,n).map((e=>c("div",{className:"flex px-m py-s cursor-pointer hover:bg-main-divider pr-5xl relative",role:"listitem","aria-selected":e.key===l?.key,onClick:t=>{t.stopPropagation(),a&&a(e)},children:[o("span",{className:"min-h-6",children:sl(e)}),o(H,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:i,className:h("absolute right-4 pt-3xs",{hidden:e.key!==l?.key})})]},e.key)))}):null));function hl({isOpen:e,options:t,value:l,query:n,onChange:r,onClose:c,iconVersion:d}){const m={open:(e,t)=>ce.fire("popup",{type:"open",popup:e,...t}),update:(e,t)=>ce.fire("popup",{type:"update",popup:e,...t}),close:()=>ce.fire("popup",{type:"close"})},h=i((()=>{m.close(),c&&c()}),[c]),u=i((e=>{h(),r&&r(e)}),[h,r]),p=s(null),g=cl(h);return a((()=>{if(!e||!p.current)return;const a=p.current,{top:i,left:r,width:s,height:c}=a.getBoundingClientRect();m.update(o(ml,{popupRef:g,options:t,value:l,query:n,onChange:u,iconVersion:d}),{top:i+window.scrollY+c,left:r,width:s})}),[e,t,l,n,u]),p}const ul=d((({className:e,label:t,options:l=[],value:a,valid:r=!0,isBorder:s=!0,placeholder:d="",isSearch:m=!1,iconVersion:u="black",onChange:p,disabled:g})=>{const[x,{setFalse:f,setTrue:b}]=ll(),[y,v]=n(""),w=g||0===l.length,N=x&&!w,k=i((()=>{v(""),f()}),[]),S=hl({isOpen:x,options:l,value:a,query:y,onChange:p,onClose:k,iconVersion:u});return c("div",{className:h("space-y-xs",e),children:[nl(t),c("div",{className:h("relative",N?"z-20":"z-10"),ref:S,children:[c("div",{className:h("h-14 [&>*]:p-m pr-6 text-l flex items-center justify-between text-primary-text relative z-10 overflow-hidden",gl(s,r,w)),onClick:N?k:b,children:[o("p",{className:"line-clamp-2 text-ellipsis",children:sl(a)||d}),pl(N,u)]}),m&&N?o("div",{className:h("absolute top-0 w-full z-20"),children:o(il,{type:"text",autoFocus:!0,value:y,onChange:v})}):null]})]})})),pl=(e,t)=>o(H,{className:h("absolute right-0 flex self-center",{"rotate-180":!e}),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),gl=(e,t,l)=>h(e?"border rounded-md ":"",e&&!l?"hover:border-primary-hover":"",l?"bg-main-divider":"cursor-pointer ",t?"border-gray":"border-error"),xl=()=>{},fl=({today:e,firstDayOfWeek:t,totalDays:l,currentMonth:n,currentYear:a,min:i,max:r,onDateClick:s})=>{const c=[];let d=1;for(let m=0;m<6;m++){const h=[];for(let c=0;c<7;c++)if(0===m&&c<t)h.push(o("td",{},`empty-${c}`));else if(d>l)h.push(o("td",{},`empty-${c}`));else{const t=new Date(a,n,d),l=bl(t,e),c=yl(t,i,r);h.push(o("td",{children:o("div",{className:vl(l,c),onClick:()=>!c&&s(t),children:d})},`day-${d}`)),d++}c.push(o("tr",{children:h},`row-${m}`))}return c},bl=(e,t)=>t&&e.toDateString()===t.toDateString(),yl=(e,t,l)=>t&&e.getTime()<t.getTime()||l&&e.getTime()>l.getTime(),vl=(e,t)=>h("p-s text-center rounded-md border",{"border-transparent hover:bg-gray":!e},t?"text-gray hover:bg-transparent":"cursor-pointer"),wl=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Nl=d((({today:e,currentMonth:t,currentYear:l,min:n,max:a,onDateSelect:s=xl,setValue:d=xl})=>{const m=i((e=>{s(e),d(!1)}),[]),{firstDayOfWeek:h,totalDays:u}=r((()=>({firstDayOfWeek:new Date(l,t,1).getDay()-1,totalDays:new Date(l,t+1,0).getDate()})),[l,t]);return c("table",{className:"mx-auto",children:[o("thead",{className:"text-gray font-light",children:o("tr",{children:wl.map(((e,t)=>o("th",{className:"p-s",children:e},String(t))))})}),o("tbody",{children:fl({firstDayOfWeek:h,today:e,totalDays:u,currentYear:l,currentMonth:t,min:n,max:a,onDateClick:m})})]})})),kl=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],Sl=kl.map((e=>({key:e}))),Cl=Array.from({length:(new Date).getFullYear()-1940+1},((e,t)=>1940+t)).reverse().map((e=>({key:String(e)}))),Tl={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},Il={className:"min-w-32",iconVersion:"black",isBorder:!1},Bl=d((({className:e="",label:t="",value:l,valid:a=!0,minDate:r,maxDate:s,onChange:d})=>{const[m,{setValue:u}]=ll(!1),[p,g]=n(l?.getMonth()||(new Date).getMonth()),[x,f]=n(l?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:b,handleNextMonth:y,handleSelectMonth:v,handleSelectYear:w,monthsOptions:N,yearsOptions:k,handleChangeVisibleCalendar:S,ref:C}=(({onShowCalendar:e,showCalendar:t,selectedMonth:l,onMonthSelect:n,onYearSelect:a,selectedYear:r})=>{const s=cl(i((()=>t&&e(!1)),[t]));return{handleChangeVisibleCalendar:i((()=>e(!t)),[t]),handleNextMonth:i((()=>{l+1<=11?n(l+1):(n(0),a(r+1))}),[l]),handlePrevMonth:i((()=>{l-1>=0?n(l-1):(n(11),a(r-1))}),[l]),handleSelectMonth:i((({key:e})=>n(kl.indexOf(e))),[]),handleSelectYear:i((({key:e})=>a(Number(e))),[]),monthsOptions:Sl,yearsOptions:Cl,ref:s}})({onYearSelect:f,onMonthSelect:g,onShowCalendar:u,selectedYear:x,selectedMonth:p,showCalendar:m});return c("div",{className:h("space-y-xs",e),ref:C,children:[nl(t),c("div",{className:"relative",children:[Pl(S,l,a),m?c("div",{className:"absolute bg-white z-20 select-none bottom-full",children:[c("div",{className:"flex gap-s",children:[o("div",{className:"my-auto",onClick:b,children:o(H,{...Tl,className:"-rotate-90 cursor-pointer"})}),o(ul,{onChange:v,value:{key:kl[p]},options:N,...Il}),o(ul,{onChange:w,value:{key:String(x)},options:k,...Il}),o("div",{className:"my-auto",onClick:y,children:o(H,{...Tl,className:"rotate-90 cursor-pointer"})})]}),o(Nl,{today:l,currentMonth:p,currentYear:x,onDateSelect:d,min:r,max:s})]}):null]})]})})),Pl=(e,t,l)=>c("div",{onClick:e,className:h("flex justify-between items-center h-14 px-m py-s border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",l?"border-gray":"border-error"),children:[o(k,{children:t&&xt(t)}),o(H,{...Tl,name:"CalendarIcon"})]}),Ml=d((({className:e,label:t,error:l,...n})=>c("div",{className:h("shrink-0 w-full",e),children:[o(Bl,{label:t&&n?.errors?`${t}*`:t,valid:Boolean(!l),...n}),qt(l)]}))),Rl=d((({className:e,label:t,value:l="",placeholder:n,error:a,onChange:i,onBlur:r,isTextarea:s,type:d,...m})=>c("div",{className:h("shrink-0 w-full",e),children:[o(il,{type:d||"text","aria-label":t,label:t&&m?.errors?`${t}*`:t,valid:Boolean(!a),value:l,onChange:i,onBlur:r,isTextarea:s,placeholder:m?.errors&&!t?`${n}*`:n}),qt(a)]}))),Vl=d((({className:e="",label:t,error:l,...n})=>c("div",{className:e,children:[o(ul,{...n,valid:!l,label:n?.errors?`${t}*`:t}),qt(l)]}))),Dl="Некорректно заполненное поле",zl=Ht((e=>null!=e&&""!==e))(Dl),Al=Ht((e=>e?.key&&""!==e?.key))(Dl),_l=Ht((e=>"string"==typeof e&&e.length>1))(Dl),jl=Ht((e=>"string"==typeof e&&(10===e.length||12===e.length)))(Dl),$l=(El=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,Ht((e=>"string"==typeof e&&El.test(e))))(Dl);var El;const Ll=Ht((e=>"boolean"==typeof e&&e))("Согласие обязательно"),Ol={typeForm:zl,surname:_l,name:_l,region:Al,addressBranch:Al,phone:$l,secondaryPhone:$l,birthday:zl,email:zl,fullName:_l,inn:jl,partnerComments:zl,collectionCount:zl,comment:zl,acquiringType:Al,feedbackType:Al,feedbackMethod:Al,serviceType:Al,serviceDirection:Al,meetingDay:zl,product:zl,localities:zl,consentDataProcessing:Ll,annualRevenue:zl},Fl=e=>{const t=(e=>Object.values(e.filter((e=>e)))?.map((e=>e.name)))(e.filter((e=>"required"in e&&e.required)));return Object.fromEntries(t.map((e=>[e,Ol?.[e]])))},Ul=(e,t)=>{const{value:l,isDirty:n}=e,a=n?t(l):[];return{...e,errors:a,error:a[0]}},Wl=(e,t,l=!1)=>l?Ul(e,t):e,Hl=[{text:"Торговый эквайринг",key:"trade"},{text:"СБП-эквайринг",key:"sbp"},{text:"Интернет-эквайринг",key:"internet"},{text:"Все виды эквайринга",key:"all"}],ql=d((({field:e,input:t})=>o(Vl,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Hl,...Wl(e("acquiringType"),Ol.acquiringType,t?.required)}))),Kl=(e="")=>Boolean("trade"===e||"all"===e),Yl=e=>null!=e,Xl=new Map,Gl=e=>Boolean(e?.every((e=>Array.isArray(e)?Gl(e):!e||"string"==typeof e))),Jl=e=>Gl(e)?e.toString():"";function Zl(e,t,{fallback:l,cache:i}={}){const s=r((()=>Ql(e)),[e]),[o,c]=n(void 0),[d,m]=n(void 0);a((()=>{if(!s.some(Yl))return;let e=!1;const l=(t,l)=>{e||(c(t),m(l))};return(async()=>{try{l(await((e,t=Xl)=>l=>{const n=Jl(l),a=t.get(n);if(n&&Yl(a))return a;const i=e(...l);return n&&Yl(i)&&t.set(n,Promise.resolve(i)),i})(t,i)(s))}catch(e){l(void 0,e)}})(),()=>{e=!0}}),[t,i,s]);const h=l&&(e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]))(s)&&l[s[0]];return{data:!o&&h?h:o,error:d,mutate:()=>Promise.resolve(void 0)}}function Ql(e){return Array.isArray(e)?e:e instanceof Function?Ql(e()):[e]}const en=[];const tn=async e=>await it(e,{method:"GET"})||en;function ln(){const{data:e}=Zl("/api/v1/branchesByRegions",rt);return Array.isArray(e)?e:[]}const nn=d((({field:e,input:t,isPremium:l=!1})=>{const n=e("region"),i=n?.value?.key,r=n?.value?.text,s=l?ln()?.find((e=>e?.region===r))?.branches:function(e){const{data:t}=Zl(e?`/api/v1/branches?regionCode=${e}`:null,tn);return t||en}(i)?.filter((e=>e?.address));return a((()=>{""!==n?.value?.key&&e?.("addressBranch")?.onChange?.("")}),[n?.value]),o(Vl,{label:"Отделение",placeholder:"Выберите отделение",options:(s||[]).map((({address:e=""})=>({key:e,text:e}))),...Wl(e("addressBranch"),Ol.addressBranch,t?.required),isSearch:!0})})),an=(e,{normalize:t,format:l})=>{const{value:a,onFocus:r,onBlur:s,onChange:o}=e,[c,d]=n(!1),m=i((e=>{d(!0),r&&r(e)}),[]),h=i((()=>{d(!1),o&&o(t(a)),s&&s()}),[o,a]);return{value:c||!l?a:l(a),onFocus:m,onBlur:h}},rn=(e,t,l)=>Math.max(t,Math.min(e,l));function sn(e){const t=(e||"").replace(/\D/g,""),l=parseInt(t,10);return Number.isNaN(l)?0:l}function on({list:e=[],min:t,max:l,step:n,value:a=e[0]||t,disabled:i,onChange:r}){const s=e.length?e.indexOf(a):a,d={backgroundSize:`${(100*(s>t?s-t:0)/(l-t)).toFixed(2)}% 100%`};return c("div",{children:[e.length?o("div",{className:"absolute w-full flex justify-between -bottom-[3px] px-m",children:e.map(((e,t)=>o("div",{className:h("w-2 h-2 rounded-full",s<=t||i?"bg-gray":"bg-primary-main")},String(t))))}):null,o("div",{className:"absolute inset-x-0 -bottom-1 px-m leading-[18px]",children:o("input",{className:"box-border w-full m-0 cursor-pointer slider relative z-10",style:d,type:"range",min:t,max:l,step:n,value:s,disabled:i,onChange:t=>{const l=sn(t.target?.value),n=e.length?e[l]:l;r&&r(n||0)}})})]})}const cn=1,dn=100,mn=d((e=>{const{className:t,title:l,items:n=[],list:a=[],min:r=(a.length?0:cn),max:s=(a.length?a.length-1:dn),step:d=1,value:m=a[0]||r,disabled:u=!1,onChange:p}=e,g=an(e,{normalize:(e=0)=>a.length?hn(a)(e):rn(e,r,s),format:Ue()}),x=i((e=>{p&&p(sn(e.target?.value))}),[p]);return c("div",{className:t,children:[c("label",{className:"block relative",children:[l?o(Re,{size:"text-m",font:"font-light",color:"text-primary-text",children:l}):null,o("input",{className:h("text-h3 w-full h-14","pl-m mt-xs box-border","text-primary-text",al,"disabled:border-gray disabled:bg-main-divider"),disabled:u,onChange:x,...g}),on({list:a,min:r,max:s,step:d,disabled:u,value:m,onChange:p})]}),un(n)]})})),hn=e=>t=>e.reduce(((e,l)=>Math.abs(l-t)<Math.abs(e-t)?l:e)),un=e=>o("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>o(Re,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),pn=["От 1 000 ₽","До 1 000 000 000 ₽"],gn=d((({field:e})=>o(mn,{title:"Сумма, ₽",items:pn,min:1e3,max:1e9,...e("amount")}))),xn=d((({field:e,input:t})=>o(Rl,{className:"col-span-2",...Wl(e("comment"),Ol.comment,t?.required),placeholder:"Ваше сообщение",isTextarea:!0}))),fn=[{key:"ULTRASERVICE",text:"Ультра"},{key:"PREMIUMSERVICE",text:"Премиум"}],bn=[{key:"Физическое лицо"},{key:"Юридическое лицо / ИП"}],yn=[{text:"Задать вопрос по продуктам и услугам",key:"FEEDBACK"},{text:"Качество обслуживания",key:"FEEDBACK_QS"}],vn=[{key:"phone",text:"Телефонный звонок"},{key:"email",text:"Электронное сообщение"}],wn=[{key:"Карта дебетовая",text:"Карта дебетовая"},{key:"Карта кредитная",text:"Карта кредитная"},{key:"Потребительский кредит",text:"Потребительский кредит"},{key:"Ипотечный кредит",text:"Ипотечный кредит"},{key:"Вклад",text:"Вклад"},{key:"Накопительный счет",text:"Накопительный счет"}],Nn="/api/v1/outservice/outserviceregions",kn=d((({field:e})=>o(Vl,{label:"Способ получения ответа",options:vn,...Ul(e("feedbackMethod"),Ol.feedbackMethod)}))),Sn=d((({field:e})=>{const t=e("feedbackType");return a((()=>{"FEEDBACK"===t?.value?.key&&e("serviceDirection")?.onChange?.(bn[0])}),[t?.value]),o(Vl,{label:"Тема",placeholder:"Выберите тему",options:yn,...Ul(t,Ol.feedbackType)})})),Cn=e=>"OUTSERVICE"===e?Nn:void 0,Tn=d((({field:e})=>o(tl,{...e("isClient"),text:'Являюсь клиентом банка АО "Россельхозбанк"'})));function In(e="/api/v1/regions"){const{data:t}=Zl(e,rt);return Array.isArray(t)?t:[]}const Bn=d((({field:e,input:t})=>{const l=e("region")?.value?.key,n=In(Nn)?.find((e=>e.code===l))?.localities?.map((e=>({key:e,text:e})));return a((()=>{""!==l&&e?.("localities")?.onChange?.("")}),[l]),o(Vl,{label:"Населенный пункт",placeholder:"Выберите город, где доступен сервис",options:n,...Wl(e("localities"),Ol.localities,t?.required),isSearch:!0})})),Pn=d((({field:e})=>o(Rl,{label:"Отчество (Обязательно, при наличии)",...e("middleName")}))),Mn=d((({field:e,input:t})=>{const{required:l,...n}=t;return o(Rl,{label:"Имя",...Wl(e("name"),Ol.name,l),...n})})),Rn=d((({value:e=!1,text:t,type:l="checkbox",onChange:n})=>c("div",{role:l,"aria-checked":e,className:"flex justify-start items-center w-full cursor-pointer mb-s",onClick:()=>n&&n(!e),children:[o("div",{className:h("relative flex-shrink-0 duration-300 w-9 h-5 mr-s rounded-2xl",e?"bg-primary-main":"bg-main-divider"),children:o("div",{className:h("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),t?o(Re,{size:"text-l",font:"font-light",color:"text-primary-text",children:t}):null]}))),Vn=d((({field:e})=>Kl(e("acquiringType")?.value?.key)?o(Rn,{type:"radio",text:"Хочу онлайн-кассу",...e("onlineCheckout")}):null)),Dn=d((({field:e,input:t})=>{const{required:l,...n}=t;return o(Rl,{...Wl(e("partnerComments"),Ol.partnerComments,l),placeholder:"Укажите интересующий вас вопрос",isTextarea:!0,...n})})),zn=e=>"_"===e,An=e=>/\d/.test(e),_n=e=>zn(e)||An(e),jn=[..."+7 (___) ___-__-__"],$n=jn.findIndex(zn),En=jn.map(((e,t)=>_n(e)?jn.slice(0,t).filter(_n).length:-1));const Ln=d((({children:e,onChange:t,...l})=>{const n=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),l=jn.map(((e,l)=>An(e)?e:t.charAt(En[l])||e)),n=En.indexOf(t.length-1)+1;return(n?l.slice(0,Math.max($n,n)):l).join("")}(e))),[t]),a=i((e=>{"+7 ("===e&&(t&&t(""))}),[]);return o(il,{...l,onChange:n,onFocus:e=>n(e?.target?.value||""),onBlur:e=>a(e?.target?.value||""),children:e})})),On=d((({className:e,label:t,value:l,error:n,onChange:a,onBlur:i,...r})=>c("div",{className:h("shrink-0 w-full",e),children:[o(Ln,{"aria-label":t,label:r?.errors?`${t}*`:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),qt(n)]}))),Fn=d((({field:e,input:t})=>o(On,{label:"Телефон",...Wl(e("phone"),Ol.phone,t?.required)}))),Un=d((({field:e})=>Kl(e("acquiringType")?.value?.key)?o(Rn,{type:"radio",text:"Хочу POS-терминал",...e("posTerminal")}):null)),Wn=d((({field:e})=>o(Vl,{placeholder:"Выберите продукт",label:"Продукт",options:wn,...Ul(e("product"),Ol.product)}))),Hn=d((({field:e,input:t,url:l})=>{const n=In(l);return o(Vl,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:r((()=>n?.map((({code:e="",name:t=""})=>({key:e,text:t})))),[n]),...Wl(e("region"),Ol.region,t?.required)})})),qn=d((({field:e,input:t})=>{const l=ln(),n=r((()=>l?.map((({region:e})=>({key:e,text:e})))),[l]);return o(Vl,{label:"Регион",placeholder:"Выберите регион",options:n,...Wl(e("region"),Ol.region,t?.required)})})),Kn=d((({field:e})=>{const t=e("secondaryPhone");return o(On,{label:"Дополнительный телефон",...t.value&&"+7 ("!==t.value?Ul(t,Ol.secondaryPhone):t})})),Yn=d((({field:e})=>o(Vl,{label:"Направление обслуживания",placeholder:"Выберите направление",options:bn,...Ul(e("serviceDirection"),Ol.serviceDirection)}))),Xn=d((({field:e,input:t})=>o(Rl,{label:"Фамилия",...Wl(e("surname"),Ol.surname,t?.required)}))),Gn=["От 1 мес","До 15 лет"],Jn=d((({field:e})=>o(mn,{title:"Срок, месяцев",items:Gn,min:1,max:180,...e("term")}))),Zn=d((({field:e})=>o(Vl,{label:"Тип обслуживания",options:fn,...Ul(e("serviceType"),Ol.serviceType)}))),Qn=d((({name:e,text:t,value:l,checked:n,onChange:a,className:i})=>o("div",{className:i,children:c("label",{className:"font-sans flex gap-s items-center relative cursor-pointer",children:[o("input",{className:h(al.split(" ").filter((e=>"rounded"!==e)),Yt,"flex justify-center items-center after:block after:w-2.5 after:h-2.5 after:rounded-full rounded-full","checked:border-2 checked:!border-primary-main focus:checked:border-primary-main checked:after:bg-primary-main"),type:"radio",value:l,name:e,checked:n,onChange:e=>a?.(e.target.value),role:"radio"}),t?o(Re,{color:"text-primary-text",children:t}):null]})}))),ea=["currencyControl","documentOperations","conversionTransactions","otherIssues"],ta=d((({field:e})=>{const{value:t,onChange:l}=e("vedTypes");return a((()=>{"currencyControl"!==t&&(e?.("inn")?.onChange?.(""),e?.("region")?.onChange?.(""))}),[t]),c("div",{className:"py-m gap-m grid @xl:flex @xl:items-center",children:[o(Qn,{name:"vedTypes",text:"Валютный контроль",value:"currencyControl",checked:"currencyControl"===t,onChange:l}),o(Qn,{name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:l}),o(Qn,{name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:l}),o(Qn,{name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:l})]})})),la=(e,t)=>(l,n)=>{const{required:a,...i}=l,r="ULTRASERVICE"===t||"PREMIUMSERVICE"===t,s={surname:o(Xn,{field:e,input:l}),name:o(Mn,{field:e,input:l}),middleName:o(Pn,{field:e}),phone:o(Fn,{field:e,input:l}),email:o(Rl,{label:"Электронная почта",...Wl(e("email"),Ol.email,a),...i}),fullName:o(Rl,{label:"ФИО",...Wl(e("fullName"),Ol.fullName,a),...i}),inn:o(Rl,{label:"ИНН",type:"number",...Wl(e("inn"),Ol.inn,a)}),comment:o(xn,{field:e,input:l}),region:r?o(qn,{field:e}):o(Hn,{field:e,input:l,url:Cn(t)}),addressBranch:o(nn,{field:e,input:l,isPremium:r}),birthday:o(Ml,{label:"Дата рождения",...Wl(e("birthday"),Ol.birthday,a)}),desiredMeetingDate:o(Ml,{label:"Желаемая дата встречи",...Wl(e("desiredMeetingDate"),Ol.meetingDay,a)}),product:o(Wn,{field:e}),localities:o(Bn,{field:e,input:l}),isClient:o(Tn,{field:e}),consentToReceiveMaterials:o(tl,{...e("consentToReceiveMaterials"),text:"Согласен на получение информационных и аналитических материалов по электронной почте"}),partnerComments:o(Dn,{field:e,input:l}),collectionCount:o(Rl,{label:"Количество объектов инкассации",type:"number",...Wl(e("collectionCount"),Ol.collectionCount,a)}),acquiringType:o(ql,{field:e,input:l}),onlineCheckout:o(Vn,{field:e}),posTerminal:o(Un,{field:e}),serviceType:o(Zn,{field:e}),term:o(Jn,{field:e}),amount:o(gn,{field:e}),annualRevenue:o(Rl,{label:"Годовая выручка, ₽",...Wl(e("annualRevenue"),Ol.annualRevenue,a)}),vedTypes:o(ta,{field:e}),feedbackType:o(Sn,{field:e}),feedbackMethod:o(kn,{field:e}),serviceDirection:o(Yn,{field:e}),bankEmpolee:o(Rl,{label:"ФИО или должность обслуживавшего Вас сотрудника Банка",...e("bankEmpolee")}),applicationDate:o(Rl,{label:"Дата и время обращения в Банк",...e("applicationDate")}),secondaryPhone:o(Kn,{field:e})};return function({input:e,field:t}){const{condition:l}=e,{value:n}=t(l?.name||"");return!l||l?.values?.find((e=>e===(n?.key??n)))}({input:l,field:e})?o("div",{children:s[l?.name]},String(n)):null},na=e=>{const{acquiringType:t,onlineCheckout:l,posTerminal:n,amount:a,term:i,annualRevenue:r,serviceType:s,feedbackType:o,vedTypes:c,region:d,...m}=e,h=t||r?(e=>{const{acquiringType:t,onlineCheckout:l=!1,posTerminal:n=!1,term:a,amount:i,annualRevenue:r}=e;return t?`Вид эквайринга=${t?.text||""}${Kl(t?.key)?`/Онлайн касса=${l}/POS-терминал=${n}`:"/Онлайн касса=false/POS-терминал=false"}`:`Сумма=${i}/Срок=${a}/Выручка=${r}`})(e):null,u={...m,...ia(c),...aa(d),...h?{partnerComments:h}:{},...s?{typeForm:s}:{},...o?{typeForm:o}:{}};return Object.fromEntries(Object.entries(u)?.map((([e,t])=>[e,t?.key||t])))},aa=e=>e?.key||e?.text?{region:e?.text||e?.key}:{},ia=e=>e?{vedTypes:Object.fromEntries(ea.map((t=>[t,t===e])))}:{},ra={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:Hl[0],serviceType:fn[0],feedbackType:yn[0],feedbackMethod:vn[0],serviceDirection:bn[0],vedTypes:ea[0],birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1},sa=(e,t="")=>{const l=Object.fromEntries(e.map((e=>[e.name,"ved"===e.fieldType&&e?.defaultValue||ra[e.name]])));return l?.serviceType&&"PREMIUMSERVICE"===t&&(l.serviceType=fn[1]),{...l,typeForm:{key:t,text:""}}},oa=d((({text:e,link:t})=>c(k,{size:"text-l",font:"font-light",color:"text-secondary-text",children:[e?o(Re,{children:e}):null,t?o(be,{href:t.href,ariaLabel:"условия передачи данных",target:t.target||"",className:"!text-left text-primary-main",children:o(Re,{children:t.text})}):null]}))),ca=(e,t)=>o(Ot,{className:h("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),da=(e,t,l)=>c("div",{className:"flex col-span-2 gap-xs flex-col w-full items-baseline",children:[e?c("div",{children:[c("div",{className:"flex gap-3 items-center",children:[o(Gt,{...e}),o(oa,{link:t})]}),qt(Ul(e,Ll).error)]}):o(oa,{text:"Нажимая кнопку, вы подтверждаете согласие с ",link:t}),ca(l)]}),ma={send:async function(e,t=!1){const{typeForm:l,region:n,phone:a="",email:i,birthday:r,desiredMeetingDate:s,inn:o,addressBranch:c,secondaryPhone:d="",bankEmpolee:m,applicationDate:h,serviceDirection:u,...p}=e,g=t&&"Юридическое лицо / ИП"!==u,x=g?"/api/v1/lead":"/api/v1/sendcorporatelead",f={typeForm:l,...vt(n,g),...wt(i,g),...bt(a),...yt(s,"desiredMeetingDate"),...g?yt(r):{inn:o},..."FEEDBACK"===l?{}:{addressBranch:c,bankEmpolee:m,applicationDate:h,...Nt(d)},...p};try{const e=await fetch(x,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(f)});return e?.ok?await e.json():null}catch(e){return null}}},ha=d((({className:e,title:t,typeForm:l="",sections:r=[],button:s,link:d,endpoint:m,additionalParams:u,isContacts:p,data:g,...x})=>{const f=r?.flatMap((e=>e?.inputs))||[],b=sa(f,l),[y,v]=n(""),w=i((async(e,t)=>{const n=xa(f,e),a=(i=Fl(n),e=>e&&Object.entries(i).flatMap((([t,l])=>l(e[t])))||[]);var i;if(a(e)?.length)return"Fail";const r=na({...e,...u}),s=await ma.send(r,"lead"===m)?"OK":"Fail";if(v(s),s){(e=>{const{open:t,close:l}=de();return{open:(l={})=>t(o(Wt,{...e}),l),close:l}})({responseType:s,typeForm:l}).open()}if("OK"===s&&g){const e=Dt();kt({aspectsAttributes:g,aspects:e,ev:t})}return s}),[]),[,{field:k,onSubmit:S,reset:C}]=At(b,{onSubmit:w}),T=ga(f)?.name;return a((()=>{"OK"===y&&(v(""),C())}),[y]),c(jt,{className:h("container space-y-m",e),title:t,...x,children:[c("form",{onSubmit:S,children:[r.map(((e,t)=>c("div",{className:h(pa(e.columns),"grid gap-x-m"),children:[ua(e.title),(e?.inputs||[])?.map(la(k,l))]},`section-${t}`))),da(T?k("consentDataProcessing"):void 0,d,s)]}),p?c("div",{className:"space-y-m",children:[o(N,{headingType:"h6",title:"Или свяжитесь с нами удобным способом",className:"@xl:text-center"}),c("div",{className:"flex sm:justify-center gap-xl",children:[c("a",{className:"flex gap-s items-center text-primary-text no-underline",href:"tel:8 (800) 200-78-70","aria-label":"телефон 8 (800) 200-78-70",children:[o(le,{image:{icon:"PhoneIcon"},width:"24",height:"24"}),o("span",{children:"8 (800) 200-78-70"})]}),c("a",{className:"flex gap-s items-center text-primary-text no-underline","aria-label":"почта ved@rshb.ru",href:"mailto:ved@rshb.ru",children:[o(le,{image:{icon:"MailIcon"},width:"24",height:"24"}),o("span",{children:"ved@rshb.ru"})]})]})]}):null]})})),ua=e=>e?o("div",{className:"@xl:text-center @xl:col-span-2 mb-m",children:o(Re,{size:"text-h6",children:e})}):null,pa=e=>2===e?"@xl:grid-cols-2":"",ga=e=>e?.find((e=>"consentDataProcessing"===e?.name)),xa=(e,t)=>e.filter((e=>e)).filter((e=>!e?.condition||e?.condition.values.find((l=>{const n=t?.[e?.condition?.name??""];return"secondaryPhone"===e.name?Boolean(t.secondaryPhone):l===(n?.key??n)})))),fa=d((({title:e,description:t})=>{const l=Ne();return c("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[o(le,{image:{icon:"MagnifierIcon",iconVersion:"normal"},width:"120",height:"120"}),o(C,{title:e,description:t,headlineVersion:l?"L":"S",isEmbedded:!0,className:"space-y-s"})]})})),ba=(e=!1)=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",ya=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`});function va(e=0){const t=Math.round(10*e);return Array.from({length:t}).fill(0).map(((e,l)=>Math.min(l/t)),1).concat(1)}const wa=d((({className:e,style:t,idx:l,activeIndex:n,observerOptions:c,children:d,onIntersection:m})=>{const u=function(e,{sensitivity:t,rootRef:l}={}){const n=s(null),i=r((()=>({threshold:va(t),root:l?.current})),[t,l?.current]);return a((()=>{if(!n.current)return;const t=new IntersectionObserver(e,i);return t.observe(n.current),()=>{t.disconnect()}}),[e,i]),n}(i((e=>{e.length&&m&&m(l||0,e[e.length-1])}),[m,l]),c);return o("div",{className:h("inline-block snap-always box-border",e),style:t,"aria-current":Boolean(l===n),ref:u,role:"listitem",children:d})})),Na=["min-w-full","lg:min-w-[50%]","lg:min-w-[33.3%]","lg:min-w-[25%]"],ka=d((({className:e,itemClassName:t,containerRef:l,activeIndex:n,visibleItemCount:a=0,gap:r=0,padding:c=0,listType:d="horizontal-list",snapAlign:m="snap-center",minHeight:u,children:p,onVisibleItemsChange:g,onVisibleIndicesChange:x})=>{const f={sensitivity:1,rootRef:l},b=s([]),y=i(((e,t)=>{const l=[...b.current||[]];l[e]=t,b.current=l,g&&g(l),x&&x(Ca(l))}),[g,x]),v=a>0?r*Number(a)-1:0,w="vertical-list"===d,N="horizontal-list"===d,k={...N?Sa(c,v):{},...w?ya(u):{},gap:`${r}px`};return o("div",{className:h("box-border overflow-auto no-scrollbar",d,e),style:k,ref:l,role:"list",children:(S=(e,l)=>o(wa,{className:h(m,a?Na[a-1]:"",{"h-full":w},t),style:N?Sa(c/4):{},activeIndex:n,idx:l,observerOptions:f,onIntersection:y,children:e},String(l)),e=>null==e?e:Array.isArray(e)?e.map(S):S(e,0))(p)});var S})),Sa=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),Ca=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),Ta={"horizontal-list":"w-6","vertical-list":"h-6"},Ia=({activeIndex:e,onClick:t,listType:l="horizontal-list"})=>(n,a)=>o("div",{className:h("cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white",a===e?Ta[l]:"w-2 h-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>t(a)},String(a)),Ba=({activeIndex:e,onClick:t})=>(l,n)=>{const a=n===e,i=a?"min-w-[350px] bg-white shadow-dark-blue border-none p-6":"min-w-72 ease-in duration-300 bg-white/10 px-xl py-lg hover:backdrop-blur",r=a?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=a?"text-l":"text-m group-data-secondary:text-white/80";return c("button",{type:"button",onClick:()=>t(n),"aria-label":l?.title,className:h("max-h-28 mt-xs ml-xs relative px-xl box-border overflow-hidden text-left grow basis-0 border border-gray group-data-secondary:border-white/50 whitespace-nowrap",i),children:[o("div",{className:r,children:l?.title}),o("div",{className:h("text-secondary-text font-light",s),children:l?.description})]},String(n))},Pa=e=>e,Ma=(e=Pa)=>t=>t.reduceRight(((t,l)=>e(t)>e(l)?t:l)),Ra=Ma(),Va=(e=Pa)=>Ma((t=>-e(t))),Da=Va(),za=e=>t=>e.scrollWidth/t,Aa=e=>(t,l)=>{e.scrollBy({left:l*za(e)(t),behavior:"smooth"})},_a=({itemCount:e,onVisibleIndicesChange:t})=>{const l=s(null),[a,r]=n([]),o=i((e=>{r((t=>{return(l=t)===(n=e)||Boolean(l&&n&&l?.length===n?.length&&l.every(((e,t)=>e===n[t])))?t:e;var l,n})),t&&t(e)}),[t]),[c,d]=a.length?[Va()(a),Ma()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;l.current&&(m?Aa(l.current)(e,-1):(t=l.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{l.current&&(h?Aa(l.current)(e,1):l.current.scrollTo({left:0,behavior:"smooth"}))}),[e,h]),g=i(((e,t={behavior:"smooth",block:"nearest",inline:"center"})=>{l?.current&&l.current.children[e]?.scrollIntoView(t)}),[l]);return[l,{scrollLeft:u,scrollRight:p,scrollTo:g,canScrollLeft:m,canScrollRight:h,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},ja={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},$a=d((({className:e="",activeIndex:t=0,dotCount:l=0,listType:n="horizontal-list",version:r,navButtons:s=[],containerRef:c,containerScroll:d})=>{const m=Ne(),[u,p]=_a({itemCount:s.length}),g=Ea(Boolean(s?.length));a((()=>{s?.length&&t>=0&&u?.current&&p.scrollTo(t,g)}),[t]);const x=i((e=>{e!==t&&c?.current&&d?.scrollTo(e,g)}),[c?.current]);return s?.length&&!m?o(ka,{containerRef:u,snapAlign:"snap-start",itemClassName:"h-36 flex items-stretch w-screen",gap:8,children:s.map(Ba({activeIndex:t,onClick:x}))}):l?o("div",{className:h("flex gap-xs",ja[n],r?"group":"",e,{"pb-xl":s?.length&&m}),"data-ver":r,children:Array.from({length:l}).fill(null).map(Ia({activeIndex:t,onClick:x,listType:n}))}):null})),Ea=(e=!1)=>({behavior:e?"auto":"smooth"}),La=d((({className:e,disabled:t,...l})=>o(be,{rounded:!0,className:h("group/btn w-12 h-12 min-h-12 max-h-12 flex items-center justify-center shadow-main-black",t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main",e),disabled:t,...l,children:o(le,{className:"w-4 h-4 min-w-4 min-h-4 rounded-full box-border",image:{icon:"ArrowLeftIcon",iconVersion:"black"},imageClassName:"group-hover/btn:text-primary-main",width:"16",height:"16"})}))),Oa=d((e=>o(La,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),Fa=d((e=>o(La,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),Ua="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",Wa=d((({className:e,scroll:t,hasBlur:l,arrowsPadded:n,isBottom:a})=>{const{canScrollLeft:i,canScrollRight:r,scrollLeft:s,scrollRight:d}=t,m=n&&!a;return c("div",{className:e,children:[l?Ha(t):null,i?o(Oa,{className:h(qa(a),m?"left-1":"left-0"),onClick:s}):null,r?o(Fa,{className:h(qa(a),m?"right-1":"right-0"),onClick:d}):null]})})),Ha=e=>c("div",{children:[e.canScrollLeft?o("div",{className:h(Ua,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?o("div",{className:h(Ua,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),qa=(e=!1)=>h("absolute z-40",e?"bottom-[56px]":"top-[calc(50%-24px)]"),Ka=d((({className:e,version:t,gap:l=14,padding:n=16,visibleItemCount:a=1,listType:i="horizontal-list",snapAlign:r,minHeight:s,showArrows:d,hasBlur:m,arrowsPadded:u,showDots:p,children:g,onVisibleIndicesChange:x,navButtons:f})=>{const b=Array.isArray(g)?g.length:0,[y,v]=_a({itemCount:b,onVisibleIndicesChange:x}),[w]=v.visibleIndicesRange;return c("div",{className:h(e,"vertical-list"===i?"relative h-full":""),children:[o(ka,{containerRef:y,activeIndex:w,visibleItemCount:a,gap:l,padding:n,listType:i,snapAlign:r,minHeight:s,onVisibleIndicesChange:v.handleVisibleIndicesChange,children:g}),o(Wa,{className:h(!d&&"hidden lg:block"),scroll:v,hasBlur:m,arrowsPadded:u,isBottom:Boolean(f?.length)}),o($a,{className:h(!p&&"lg:hidden"),activeIndex:w,dotCount:b,listType:i,version:t,navButtons:f,containerRef:y,containerScroll:v})]})})),Ya=({blocksToRender:e,...t})=>o(Ka,{visibleItemCount:0,gap:0,arrowsPadded:!0,children:M(e,{...t.options,parent:t.block,renderProps:(e,t,l)=>o("div",{className:h("relative min-w-80",ba(!0)),children:B(e,t)},String(l))})}),Xa=e=>e%2!=0,Ga=d((({textNode:e,iconNode:t,tag:l,onClick:n,justifyContent:a="between",className:i,role:r,...s})=>c(l,{tag:l,className:h("flex items-center w-full gap-1","between"===a?"justify-between":"justify-center",i),onClick:n,role:r,...s,children:[e?o("div",{children:e}):null,t?o("div",{children:t}):null]}))),Ja=d((({className:e="",label:t,icon:l,dataTheme:n="pc",disabled:a=!1,onClick:i})=>o(Ga,{tag:"button",onClick:i,disabled:a,"data-theme":n,justifyContent:"center",role:"button",className:h("py-4 border border-transparent outline-none focus:border-primary-text space-x-s",a?"bg-main-divider text-main-disabled hover:bg-main-divider":"bg-primary-main text-white hover:bg-primary-hove",e),textNode:o(Re,{size:"text-h4",children:t}),iconNode:l?o(le,{image:{icon:l,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),Za=({isUnfolded:e,onToggle:t})=>o(Ja,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),Qa=d((({className:e="",isFoldButtonOnTop:t=!1,unfoldedByDefault:l=!1,renderFoldableSection:a,renderFoldButton:r})=>{const[s,o]=n(l),d=i((()=>{o((e=>!e))}),[]),m=a({isUnfolded:s,onToggle:d}),h=r?r({isUnfolded:s,onToggle:d}):null;return c("div",t?{className:e,role:"group",children:[h,m]}:{className:e,role:"group",children:[m,h]})}));const ei=d((({className:e="",isUnfolded:t,children:l})=>{const n=s(null),i=function(e,t){const l=s(null);return a((()=>{const t=l?.current;if(!t)return;const n=new ResizeObserver((l=>{e(t,l[0])}));return n.observe(t),()=>{n.disconnect()}}),[e,...t]),l}((e=>{n.current&&(n.current.style.maxHeight=t?`${e.scrollHeight}px`:"")}),[t]);return o("div",{ref:n,className:`transition-max-h duration-300 overflow-hidden ${n.current||!t?"max-h-0":""} `,children:o("div",{className:e,ref:i,children:l})})})),ti=["ArrowDownIcon","ArrowUpIcon"],li="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs",ni=({topItemsCount:e=0,label:t="",block:l,blocksToRender:n=[],...a})=>{const[i,r]=e>0?[n.slice(0,e),n.slice(e)]:[n,[]];return c("div",{className:h("space-y-2xs",{hidden:!n.length}),children:[c("div",{className:h(li),children:[M(i,{...a.options,parent:l}),Xa(i.length)?o(pt,{className:"col-span-6",...a}):null]}),o(Qa,{renderFoldableSection:({isUnfolded:e})=>c(ei,{className:h(li),isUnfolded:e,children:[M(r,{...a.options,parent:l}),Xa(r.length)?o(pt,{className:"col-span-6",...a}):null]}),renderFoldButton:({isUnfolded:l,onToggle:n})=>o(Ja,{className:h({hidden:e<1}),disabled:!r?.length,label:t,icon:ti[Number(l)],dataTheme:a.options?.page?.colorPalette,onClick:n})})]})},ai=d((({blocksSection:e,blocksToRender:t=[],notFound:l,...n})=>{switch(e?.view){case"grid":return c("div",{children:[ii(l,t),ni({...e,...n,blocksToRender:t})]});case"carousel":return c("div",{className:"relative",children:[ii(l,t),Ya({...n,blocksToRender:t})]});default:return null}})),ii=(e,t)=>e&&!t.length?o(fa,{...e}):null,ri=e=>t=>t.reduce(((t,l,n)=>t.length?t.concat({...e,key:`sep-${n}`},l):[l]),[]),si=d((({value:e,onChange:t,items:l=[],multiple:n})=>l.map((l=>o(Rn,{text:l?.title,value:[e].flatMap((e=>e)).includes(l.value),onChange:()=>(l=>{if(!t)return;const a=e?.includes(l);t(n?a?(e||[]).filter((e=>e!==l)):[...e||[],l]:a?[]:[l])})(l.value),type:n?"checkbox":"radio"},l.value))))),oi=d((({children:e,filtrationSchema:t,resetButton:l,field:n,reset:a})=>c("form",{className:"flex flex-col @4xl:flex-row justify-between bg-white p-4xl gap-s @4xl:gap-0",children:[c("div",{className:"flex flex-col @4xl:flex-row gap-xl",children:[e,ri(o("div",{className:"h-full w-px bg-gray hidden @4xl:block"}))(Object.entries(t).map(ci(n)).filter(Boolean))]}),l?o("div",{children:o(Ot,{type:"reset",className:"w-full @4xl:w-56 @4xl:ml-s",onClick:a,children:l?.text})}):null]}))),ci=e=>([t,l])=>{const n=l?.type;return"array"===n?di(t,e)(l):null},di=(e,t)=>l=>{const n=l?.items?.enum?.map(((e,t)=>({value:e,title:l?.items?.enumNames?.[t]||""})))||[];return c("div",{className:"flex-1",children:[l?.title?o("div",{className:"mb-m",children:o(Re,{size:"text-m",font:"font-medium",color:"text-primary-text",children:l.title})}):null,o(si,{items:n,multiple:!l?.single,...t(e)})]},e)};function mi(e,...t){return e.map(((e,l)=>[e,...t.map((e=>e[l]))]))}const hi=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,ui=(e,t)=>Object.entries(e).map((([l,n])=>"number"==typeof n?Array.isArray(t[l])?((e,t)=>l=>hi(t[e])||hi(l[e])||l[e]?.includes(t[e]))(l,e):((e,t)=>l=>hi(t[e])||hi(l[e])||pi(t[e])<=pi(l[e]))(l,e):"object"==typeof n&&"min"in n&&"max"in n?((e,t)=>l=>hi(t[e])||hi(l[e])||pi(t[e]?.min)>=pi(l[e]?.min)&&pi(t[e]?.min)<=pi(l[e]?.max))(l,e):Array.isArray(n)?((e,t)=>l=>hi(t[e])||hi(l[e])||t[e]?.every((t=>l[e]?.includes(t))))(l,e):((e,t)=>l=>hi(t[e])||hi(l[e])||t[e]===l[e])(l,e))).every((e=>e(t))),pi=e=>Number(e||0),gi=(e,{block:t,page:l,normalize:n=zt})=>{const a=t?.blocks||[],[i,{field:s,reset:o,update:c}]=At(e),d=r((()=>mi(a,a.map((e=>dt(e.content,l?.fallback))))),[a,l?.fallback]),m=i===e?a:((e,t)=>(l=zt)=>e?.filter((([,e])=>ui(t,l(e)||{}))).map((([e])=>e)))(d,i)(n);return[i,{blocksToRender:m,blocksWithProps:d},{field:s,reset:o,update:c}]},xi={},fi={},bi=ht((({className:e,filtrationSchema:t=xi,consumerField:l={},resetButton:n,...a})=>{const[,{blocksToRender:i},{field:r,reset:s}]=gi(fi,{block:a.block,page:a.options?.page}),d=o(ul,{className:"w-64",label:l?.title,options:yi(l),...r("consumer",{parse:({key:e})=>[e],format:([e]=[])=>yi(l).find((t=>t.key===e))||{key:""}})});return c(g,{className:h(e),defaultPadding:"p-0",version:"transparent",...a,children:[o(oi,{filtrationSchema:t,field:r,reset:s,children:c("div",{children:[d,o("div",{children:o(Ot,{type:"reset",className:"mt-lg w-64",onClick:s,version:n?.version,children:n?.text})})]})}),o(ai,{blocksToRender:i,...a})]})}),{childrenTypes:["CarouselTariffsCard"],childSchema:e=>({...e?.filtrationSchema,...e?.consumerField?{consumer:e?.consumerField}:{}})}),yi=e=>mi(e.items?.enum||[],e.items?.enumNames||[]).map((([e,t])=>({key:e,text:t}))),vi=(e=!1)=>e?"text-left":"text-center",wi={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},Ni=d((({className:e,defaultIconSize:t=44,iconBgVersion:l="primary",size:n,icon:a,...i})=>{const r=String(n?.width||t);return a?o("div",{style:{width:`${r}px`,height:`${r}px`},className:h("rounded-icon object-fit flex justify-center items-center",wi[l],e),children:o(H,{...i,width:"54%",height:"54%",name:a})}):null})),ki=d((({className:e="",title:t,benefitList:l,...n})=>{const a=Ne();return c(g,{className:e,defaultPadding:"p-6xl",...n,children:[t?o(N,{headingType:"h3",as:"h2",className:vi(a),title:t}):null,l?.length?o("div",{className:"flex flex-col @md:flex-row flex-wrap w-full @md:justify-center mt-xl gap-5xl",role:"list",children:l.map(Si)}):null]})})),Si=({label:e,description:t,__html:l,icon:n,isDotted:a=!1,iconBgVersion:i},r)=>c("div",{className:"flex gap-m items-center @md:basis-1/2 @md:max-w-[500px]",role:"listitem",children:[n?.icon?o(Ni,{className:"shrink-0",iconBgVersion:i,...n}):null,n?.src?o(le,{className:"shrink-0",image:n}):null,e?c("div",{className:"@sm:h-full space-y-xs",children:[o(N,{headingType:"h6",children:e}),o(Re,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),l?o(Pe,{__html:l,isDotted:a,itemSize:"list-s"}):null]}):null]},String(r)),Ci=(e,t,l)=>{return o(Ka,{children:e.map((n=l,({icon:e,title:t,description:l},a)=>c("div",{className:h("flex flex-col gap-1","justify-between p-m h-full border border-gray",{"justify-center":!l&&!t}),children:[t?o(Re,{size:"text-h6",font:"font-normal",align:n,children:t}):null,e?o(le,{image:e,height:"180",className:"w-auto mx-auto"}):null,l?o(Re,{size:"text-h6",font:"font-normal",align:n,children:l}):null]},String(a))))});var n},Ti=d((({bonusBenefits:e,cardTextAlign:t="text-center",className:l="",columnsCount:n="4",subtitle:a,title:i,...r})=>c(g,{className:h("space-y-3xl",l),defaultPadding:"p-6xl",...r,children:[o(C,{defaultPadding:"",title:i,description:a,headlineVersion:"M"}),e?.length?Ci(e,0,t):null]}))),Ii={start:"justify-start",center:"justify-center",end:"justify-end"},Bi=d((({buttons:e,className:t="",align:l,...n})=>{const a=l&&h("flex",Ii[l]);return o(g,{className:h("!bg-transparent",a,t),defaultPadding:"p-0",...n,children:Ee(e)})})),Pi=d((({className:e,title:t,children:l,...n})=>c(g,{className:h("space-y-xl",e),defaultPadding:"p-4xl",...n,children:[t?o(N,{className:"text-center",title:t}):null,l]}))),Mi="flex flex-col justify-between @4xl:flex-row gap-x-4xl gap-y-7 @xl:gap-y-4xl",Ri="flex flex-col lg:max-w-80 lg:w-1/2 gap-2xl",Vi="flex flex-col gap-y-xl min-w-52",Di=d((({value:e,fractionDigits:t,fixed:l,prefix:n,postfix:a})=>o(Re,{size:"text-h3",children:"number"==typeof e?[n,Ue(t,{fixed:l})(e),a].filter(Boolean).join(" "):e}))),zi=d((({className:e,title:t,value:l,color:n="text-secondary-text",...a})=>c("div",{className:h("flex justify-between @xl:flex-col",e),children:[t?o(Re,{size:"text-l",font:"font-light",color:n,children:t}):null,l?o(Di,{value:l,...a}):o(Re,{size:"text-h3",children:"-"})]}))),Ai=(e,t)=>e?o(k,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:e},String(t)):null,_i=d((({rate:e=0,title:t="Ставка",unit:l,fractionDigits:n=2,depositeName:a,isShowDepositeName:i,color:r="text-secondary-text"})=>c("div",{children:[o(Re,{size:"text-l",font:"font-light",color:r,children:t}),c("div",{className:"relative",children:[c("div",{className:"flex @xl:justify-center gradient-color-text",children:[o("span",{className:"font-mohave text-title-huge -mt-m tracking-[-15px]",children:Ue(n,{fixed:!0})(e)}),l?o("span",{className:"text-7xl mt-5",children:l}):null]}),a&&i?o("div",{className:"absolute bottom-2 w-full text-left whitespace-nowrap",children:a}):null]})]}))),ji=d((({title:e="Ставка",isUnavailableByTerm:t=!1})=>c("div",{className:"space-y-s min-w-96",children:[o(Re,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o(H,{className:"w-10 h-10 @5xl:h-auto @5xl:w-40",name:"PercentIcon"}),o("div",{className:"w-64",children:t?c(k,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",o("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):o(k,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),$i=({title:e="Ставка",rate:t=0,unit:l="%",fractionDigits:n=2,isUnknownRateShown:a=!0,color:i="text-secondary-text",children:r,...s})=>a&&0===t?o(ji,{title:e,...s}):c("div",{className:"flex flex-col",children:[o("div",{className:"hidden @xl:block min-w-96",children:o(_i,{title:e,rate:t,unit:l,fractionDigits:n,color:i,...s})}),o(zi,{className:"@xl:hidden",title:e,value:t,postfix:l,fractionDigits:n,fixed:!0,color:i,...s}),r]}),Ei=({isShowItems:e=!0,step:t=1e3,postfix:l="₽",...n})=>o(mn,{items:e?[`От ${Ue(1)(n.min||0)} ${l}`,`До ${Ue(1)(n.max||0)} ${l}`]:[],step:t,...n}),Li={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Oi={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Fi=(e,t)=>{const{travelExpenseValue:l,restExpenseValue:n}=e,[a,i]=((e,t,l)=>{const{maxBonus:n=5e3,prefMonthsNum:a=Li.prefMonthsNum,prefTravelBonusRate:i=Li.prefTravelBonusRate,prefRestBonusRate:r=.01,travelBonusRate:s=.015,restBonusRate:o=.01}=e,c=Math.min(Math.round(i*t)+Math.round(r*l),n);return[c,c*a+Math.min(Math.round(s*t)+Math.round(o*l),n)*(12-a)]})(t||Oi,l,n);return{...t,...e,monthBonus:a,yearBonus:i}},Ui=ht((({className:e="",title:t,calcSource:l,buttons:n,footnote:a,...i})=>{const[r,{field:s}]=At({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:d,maxSumTravel:m,minSumOther:u,maxSumOther:p,monthBonus:g,yearBonus:x}=Fi(r,l);return o(Pi,{className:e,title:t,...i,children:c("section",{className:h(Mi,e),children:[c("div",{className:Ri,children:[Ei({title:"Сумма покупок в категории путешествия, ₽",min:d,max:m,step:500,isShowItems:!1,...s("travelExpenseValue")}),Ei({title:"Сумма покупок в остальных категориях, ₽",min:u,max:p,step:500,isShowItems:!1,...s("restExpenseValue")})]}),o("div",{className:"mb-s",children:g>=0?$i({title:"Баллов за месяц",rate:g,fractionDigits:0,isUnknownRateShown:!1,unit:"",color:"text-primary-text"}):null}),c("div",{className:Vi,children:[x>=0?o(zi,{title:"Баллов за год",value:x,color:"text-primary-text"}):null,Ee(n,{isVertical:!0}),Ai(a)]})]})})})),Wi=Math.round(29.5),Hi=(e,t=0)=>e?.sum?e.sum:t,qi=(e,t=0)=>e?.period&&e.period>=1&&e.period<=60?e.period:t,Ki=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,Yi={horizontal:"gap-5xl",vertical:"flex-col gap-s"},Xi=d((({items:e,checkedItem:t,className:l,onChange:n,disabled:a=!1,orientation:i="horizontal"})=>o("div",{className:h(`flex ${Yi[i]}`,l),role:"radiogroup","aria-label":"Группа кнопок",children:e?.map((({id:e,text:l})=>o(Gt,{isRadio:!0,text:l,value:t===e,onChange:()=>n&&n(e),disabled:a},String(e))))}))),Gi=({items:e,title:t,mobileTitle:l=t,orientation:n="horizontal",value:a,onChange:i,...r})=>c("div",{className:"grid gap-s whitespace-nowrap",children:[t?o("div",{className:"hidden @5xl:block",role:"radiogroup","aria-label":t,children:o(Re,{color:"text-secondary-text",font:"font-light",children:t})}):null,l?o("div",{className:"@5xl:hidden",role:"radiogroup","aria-label":l,children:o(Re,{color:"text-secondary-text",font:"font-light",children:l})}):null,o(Xi,{orientation:n,items:e,checkedItem:e[a?0:1].id,onChange:t=>i&&i(t===e[0].id),...r})]}),Ji=e=>Gi({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),Zi=" (c капитализацией)",Qi=({income:e,finalSum:t,postfix:l="₽",buttons:n=[],footnotes:a=[],isCapitalization:i=!1})=>c("div",{className:Vi,children:[o(zi,{title:`Доход в конце срока${i?Zi:""}`,value:e,postfix:l,prefix:"+"}),o(zi,{title:`Сумма в конце срока${i?Zi:""}`,value:t,postfix:l}),Ee(n,{isVertical:!0}),a?.map(Ai)]}),er=([e,t],l,n=[])=>l&&l[e]&&l[t]?{[e]:l[e],[t]:l[t]}:tr([e,t],n),tr=([e,t],l=[])=>({[e]:l.length?Da(l.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:l.length?Ra(l.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),lr=(e,[t,l],n)=>e>=n[t]&&e<=n[l],nr={UL:"businessdepositrates",IP:"selfemployeddepositrates"};const ar={minSum:1e3,maxSum:100000001,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},ir=(e,t)=>{const{daysValue:l,moneyValue:n,isPartialWithdrawal:a,isReplenished:i,isMonthlyInterestPayment:r}=e,s=i||a,o=l<90||l>730,c=function(e){const t=e?.rateType?nr[e?.rateType]:"",{data:l}=Zl(t?`/api/v1/depositrates/${t}`:null,rt);return Array.isArray(l)?l:[]}(t);if(l<=30)return{...ar,...e,isDisabledOperatingDeposit:o,isUnavailableByTerm:!0};const d=c?.find((e=>r===e.isMonthlyInterestPayment&&rr(s,e)&&lr(n,["minSum","maxSum"],e)&&lr(l,["minDays","maxDays"],e)))||ar,{rate:m}=d,h=sr(m,e),u=n+h,p=c||[ar];return{...d,...tr(["minSum","maxSum"],p),...tr(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:o,income:h,finalSum:u}},rr=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,sr=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,daysValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a/30)-n):Math.round(n*e*a/365/100)},or=ht((({className:e="",title:t,buttons:l,footnote:n,bottomFootnote:a,isShowDepositeName:i,defaultParams:r,rateParams:s,...d})=>{const[m,{field:u}]=At({moneyValue:Hi(r,1e5),daysValue:qi(r,60),isReplenished:Boolean(r?.isReplenished),isPartialWithdrawal:Boolean(r?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment)}),p=ir(m,s),{income:g,finalSum:x,rate:f,isUnavailableByTerm:b,depositeName:y}=p;return o(Pi,{className:e,title:t,...d,children:c("section",{className:h(Mi,e),children:[c("div",{className:Ri,children:[Ei({title:"Сумма, ₽",min:p.minSum,max:p.maxSum,...u("moneyValue"),value:p.moneyValue}),(v={title:"Срок, дней",min:p.minDays,max:p.maxDays,...u("daysValue"),value:p.daysValue},o(mn,{items:[`От ${Ki(v.min||0)}`,`До ${Ki(v.max||0)}`],step:1,...v})),c("div",{className:"flex flex-col sm:flex-row gap-y-m gap-x-5xl",children:[cr(p,u),Ji({title:"Выплата процентов",orientation:"vertical",...u("isMonthlyInterestPayment"),className:"sm:flex-col"})]})]}),$i({rate:f,depositeName:y,isShowDepositeName:i,isUnavailableByTerm:b}),Qi({income:g,finalSum:x,buttons:l,footnotes:[n,a]})]})});var v})),cr=(e,t)=>c("div",{className:"space-y-s",children:[o(Re,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),c("div",{className:"flex flex-col gap-y-lg sm:gap-y-s",children:[o(Gt,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),o(Gt,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),dr=(e=[],t=!1)=>mr([(e,t)=>e>t,(e,t)=>e?.minSum<t?.minSum],e?.filter((e=>t===Boolean(e?.isNewClient)))),mr=(e,t)=>{if(!t?.length)return;const l=t?.reduce(((t,l)=>e[0](l.rate,t[0].rate)?[l]:l.rate===t[0].rate?[...t,l]:t),[t[0]]);return l.length>1?l.reduce(((t,l)=>e[1](l,t)?l:t),l[0]):l[0]},hr=({min:e=0,max:t=0,availableMonths:l,...n})=>o(mn,{items:[`От ${ur(e)}`,`До ${ur(t)}`],step:1,...l?.length?{list:l}:{min:e,max:t},...n}),ur=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,pr=e=>Gi({...e,className:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),gr=({field:e,defParams:t,calcParams:l,map:n,monthsValue:a="maxMonths"})=>{Object.entries(n).forEach((([l,n])=>{e?.(l)?.onChange?.(t?.[n])})),e?.("monthsValue")?.onChange?.(rn(t?.[a],l.minMonths,l.maxMonths))},xr=(e,t)=>{const{isAnnuity:l,moneyValue:n,monthsValue:a,moneyExtra:i}=t;if(0===e)return 0;if(l){const t=e/1200;return i?(n+i)*(t+t/(Math.pow(1+t,a)-1)):n*(t+t/(Math.pow(1+t,a)-1))}return Math.round(n/a)+n*(e/1200)},fr={minSum:1e4,maxSum:5e6,minMonths:1,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},br=e=>yr({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&yr({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&yr({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&yr({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),yr=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],vr=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=t?.rateRows||[fr],r=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>br({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:s,maxSum:o}=er(["minSum","maxSum"],r,i),{minMonths:c,maxMonths:d}=er(["minMonths","maxMonths"],r,i),m=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a})=>e?.find((e=>br({row:e,userInputParams:t,paramsViewSettings:l})&&lr(n,["minSum","maxSum"],e)&&lr(a,["minMonths","maxMonths"],e)))||fr)({rateRows:i,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a}),{rate:h}=m,u=xr(h,e);return{...m,...e,minSum:s,maxSum:o,minMonths:c,maxMonths:d,moneyValue:n,monthsValue:a,monthlyPayment:u}},wr=(e={})=>Boolean(Object.values(e).filter((e=>e)).length),Nr={isSalaryClient:"isSalaryClient",isStateEmployee:"isStateEmployee",isPensionClient:"isPensionClient",isInsurance:"isInsurance",moneyValue:"maxSum"},kr=ht((({className:e,title:t,calcSource:l,buttons:n,footnote:i,paramsViewSettings:r,defaultParams:s,...d})=>{const m=(u=l?.rateRows,mr([(e,t)=>e<t,(e,t)=>e?.maxSum>t?.maxSum],u));var u;const[p,{field:g}]=At({moneyValue:Hi(s,2e5),monthsValue:qi(s,Wi),isAnnuity:Boolean(s?.isAnnuity),isInsurance:Boolean(s?.isEnableInsurance),isSalaryClient:Boolean(s?.isEnableSalaryClient),isPensionClient:Boolean(s?.isEnablePensionClient),isStateEmployee:Boolean(s?.isEnableStateEmployee)}),x=vr(p,l,r),f=pr({title:"Тип платежа",orientation:"vertical",...g("isAnnuity")}),{onChange:b}=g("moneyValue"),{onChange:y}=g("monthsValue");return a((()=>{b&&b(rn(p.moneyValue,x.minSum,x.maxSum))}),[x.minSum,x.maxSum]),a((()=>{y&&y(rn(p.monthsValue,x.minMonths,x.maxMonths))}),[x.minMonths,x.maxMonths]),a((()=>{!wr(s)&&m&&gr({field:g,defParams:m,calcParams:x,map:Nr,monthsValue:"minMonths"})}),[l,s]),o(Pi,{className:e,title:t,...d,children:c("section",{className:h(Mi,e),children:[c("div",{className:Ri,children:[Ei({title:"Сумма кредита, ₽",step:500,min:x.minSum,max:x.maxSum,...g("moneyValue"),value:x.moneyValue}),hr({title:"Срок кредита, месяцев",min:x.minMonths,max:x.maxMonths,...g("monthsValue"),value:x.monthsValue}),Sr({...x,...r},g),o("div",{className:"sm:hidden",children:f})]}),c("div",{className:h(Vi,"@4xl:w-1/2"),children:[o(zi,{title:"Полная стоимость кредита",value:l?.totalLoanCost}),o(zi,{title:"Ставка",value:x?.rate,fractionDigits:2,postfix:"%"}),o(zi,{title:"Ежемесячный платёж",value:x.monthlyPayment,postfix:"₽"}),o("div",{className:"hidden sm:block mb-lg",children:f}),Ee(n,{isVertical:!0}),Ai(i)]})]})})})),Sr=(e,t)=>c("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?o(Gt,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?o(Gt,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?o(Gt,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?o(Gt,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),Cr=e=>{const t=[...e];t.sort((([e],[t])=>e-t));let l=1;for(;l<t.length;){const[e,n]=t[l-1],[a,i]=t[l];n>=a?t.splice(l-1,2,[e,Math.max(n,i)]):l++}return t},Tr={minSum:5e4,maxSum:100000001,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0,isReplenish:!1,isWithdrawn:!1,type:""},Ir=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=t?.[0]?Mr(t[0].minMonths,t[0].maxMonths):0,r=!l?.isShowMonthlyInterestPayment,s=!l?.isShowRemoteRegistration,o=!l?.isShowReplenish,c=!l?.isShowWithdrawn,d=!l?.isShowNewClient,m=t?.find((t=>[Pr({row:t,userInputParams:e,paramKey:"isReplenish",isExclude:o}),Pr({row:t,userInputParams:e,paramKey:"isWithdrawn",isExclude:c}),Pr({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:r}),Pr({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:s}),d||e?.isNewClient===t?.isNewClient,lr(n,["minSum","maxSum"],t),lr(a||i,["minMonths","maxMonths"],t)].every(Boolean)))||Tr,{rate:h}=m,u=Br(h,e),p=n+u,g=t||[Tr];return{...m,...tr(["minSum","maxSum"],g),...tr(["minMonths","maxMonths"],g),availableMonths:Cr(g.map((e=>[e.minMonths,e.maxMonths]))).flatMap((([e,t])=>((e,t,l=1)=>Array.from({length:Math.abs(t-e)/l+1},((n,a)=>t>=e?e+a*l:e-a*l)))(e,t))),...e,defaultMonth:i,income:u,finalSum:p}},Br=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,monthsValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a)-n):Math.round(n*e*30*a/365/100)},Pr=({row:e,userInputParams:t,paramKey:l,isExclude:n})=>n||t[l]===e[l],Mr=(e,t)=>e+Math.round((t-e)/2),Rr=(e="rub")=>"rub"===e,Vr=(e,t)=>{const{minMonths:l,maxMonths:n}=tr(["minMonths","maxMonths"],_r(t,e?.currency)),a=e.monthsValue||Math.round((l+n)/2);return{monthsValue:rn(a,l,n)}},Dr=(e,t)=>{const{minSum:l,maxSum:n}=tr(["minSum","maxSum"],_r(t,e?.currency)),a=e.moneyValue||l;return{moneyValue:rn(a,l,n)}},zr=(e,t)=>({currency:e?.currency??t?.map((e=>e.currency))?.[0]}),Ar=e=>{const t=Rr(e?.currency?.key);return{isReplenish:t&&e?.isReplenish,isWithdrawn:t&&e?.isWithdrawn}},_r=(e,t)=>{const{rates:l}=e?.find((e=>e?.currency.key===t?.key))??{};return l??e?.[0]?.rates},jr=(e,t)=>{const l="rub"!==e?.currency?.key;return c("div",{className:"grid gap-lg",children:[c("div",{className:"flex gap-lg",children:[e.isShowReplenish?Gi({title:"Пополнение",...t("isReplenish"),value:e.isReplenish,orientation:"vertical",items:[{id:"withReplenish",text:"С пополнением"},{id:"withoutReplenish",text:"Без пополнения"}],disabled:l}):null,e.isShowWithdrawn?Gi({title:"Снятие",...t("isWithdrawn"),value:e.isWithdrawn,orientation:"vertical",items:[{id:"wthDrawn",text:"Со снятием"},{id:"noWithdrawn",text:"Без снятия"}],disabled:l}):null]}),$r(e.isShowReplenish||e.isShowWithdrawn),c("div",{className:"flex gap-lg",children:[e.isShowMonthlyInterestPayment?Ji({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment,orientation:"vertical"}):null,e.isShowRemoteRegistration?(n={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration,orientation:"vertical"},Gi({...n,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]}),$r(e.isShowNewClient),e.isShowNewClient?o(Gt,{text:"Новый вкладчик",...t("isNewClient")}):null]});var n},$r=(e=!1)=>e?o("div",{className:"border-b border-main-divider w-full"}):null,Er={isMonthlyInterestPayment:"isMonthlyInterestPayment",isRemoteRegistration:"isRemoteRegistration",isReplenish:"isReplenish",isWithdrawn:"isWithdrawn",moneyValue:"minSum"},Lr={text:"₽",key:"rub"},Or=ht((({className:e,title:t,calcSource:l,buttons:n=[],footnote:r="",paramsViewSettings:s,defaultParams:d,...m})=>{const{rows:u}=l??{},p=u?.map((e=>e.currency))??[Lr],g=i((e=>t=>e?{...t,...Ar(t),...Dr(t,e),...Vr(t,e),...zr(t,e)}:t)(u),[u]),[x,{field:f}]=At({moneyValue:Hi(d,2e4),monthsValue:qi(d,1),isMonthlyInterestPayment:Boolean(d?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(d?.isRemoteRegistration),isReplenish:Boolean(d?.isReplenish),isWithdrawn:Boolean(d?.isWithdrawn),isNewClient:Boolean(d?.isNewClient),currency:Lr},{normalize:g}),b=f?.("currency")?.value??Lr,y=f?.("isNewClient")?.value,v=_r(u,b),w=Ir(x,v,s),{rate:N,income:k,finalSum:S,type:C=""}=w,T=i((()=>{gr({field:f,defParams:dr(v,y),calcParams:w,monthsValue:"minMonths",map:Er})}),[f,u]);a((()=>{!wr(d)&&v&&T()}),[d,u]);const I=N===dr(v,y)?.rate;return o(Pi,{className:e,title:t,...m,children:c("section",{className:h(Mi,e),children:[c("div",{className:Ri,children:[c("div",{className:"flex gap-m",children:[Ei({className:"w-full",title:`Сумма, ${b?.text}`,min:w.minSum,max:w.maxSum,...f("moneyValue"),value:w.moneyValue,postfix:b?.text,step:Fr(b?.key)}),u&&u?.length>1?o(Vl,{label:"Валюта",options:p,...f("currency")}):null]}),hr({title:"Срок, месяцев",min:w.minMonths,max:w.maxMonths,availableMonths:w.availableMonths,...f("monthsValue"),value:w.monthsValue}),jr({...w,...s},f)]}),$i({rate:N,children:Wr(T,I)}),Qi({income:k,finalSum:S,buttons:[...n,Ur(l?.buttons,C)],footnotes:[r],postfix:b?.text,isCapitalization:f("isMonthlyInterestPayment").value})]})})})),Fr=(e="")=>Rr(e)?1e3:100,Ur=(e=[],t="")=>{const{type:l,...n}=e.find((e=>e.type===t))??{};return n},Wr=(e,t=!1)=>t?null:o(Ot,{type:"button",version:"secondary",onClick:e,children:"Показать максимальную ставку"}),Hr=e=>qr({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&qr({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),qr=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],Kr={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Yr=(e,t,l)=>{const{moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}=e,s=t?.rateRows||[Kr],o=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Hr({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:c,maxSum:d}=er(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=er(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>Hr({row:e,userInputParams:t,paramsViewSettings:l})&&lr(n+r,["minSum","maxSum"],e)&&lr(i,["minSumOld","maxSumOld"],e)&&lr(r,["minSumExtra","maxSumExtra"],e)&&lr(a,["minMonths","maxMonths"],e)))||Kr)({rateRows:s,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}),{rate:p}=u,g=xr(p,e),x=e.oldMonthlyPayment-g;return{...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r,monthlyPayment:g,benefit:x}},Xr=ht((({className:e="",title:t,calcSource:l,buttons:n,footnote:a,paramsViewSettings:i,...r})=>{const[s,{field:d}]=At({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),m=Yr(s,l,i),u=pr({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...d("isAnnuity")});return o(Pi,{className:e,title:t,...r,children:c("section",{className:h(Mi,e),children:[c("div",{className:Ri,children:[Ei({title:"Остаток долга в других банках, ₽ ",step:500,min:m.minSum,max:m.maxSum-m.maxSumExtra,...d("moneyValue"),value:m.moneyValue}),Ei({title:"Ежемесячный платёж в других банках, ₽",step:500,min:m.minSumOld,max:m.maxSumOld,...d("oldMonthlyPayment"),value:m.oldMonthlyPayment}),hr({title:"Новый срок кредита, месяцев",min:m.minMonths,max:m.maxMonths,...d("monthsValue"),value:m.monthsValue}),Gr({...m,...i},d),m.isExtraMoney?Ei({title:"Дополнительная сумма, ₽ ",step:500,min:m.minSumExtra,max:m.maxSumExtra,...d("moneyExtra"),value:m.moneyExtra}):null,o("div",{className:"sm:hidden pt-1 pb-4 border-b border-main-divider",children:u})]}),c("div",{className:h(Vi,"@4xl:w-1/2"),children:[o(zi,{title:"Полная стоимость кредита",value:l?.totalLoanCost}),o(zi,{title:"Ставка",value:m?.rate,fractionDigits:2,postfix:"%"}),o(zi,{title:"Ежемесячный платёж",value:m.monthlyPayment,postfix:"₽"}),m.benefit>0?o(zi,{title:"Выгода в месяц",value:m.benefit,postfix:"₽"}):null,o("div",{className:"hidden sm:block mb-lg",children:u}),Ee(n,{isVertical:!0}),Ai(a)]})]})})})),Gr=(e,t)=>c("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?o(Gt,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?o(Gt,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,o(Gt,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),Jr=d((e=>{const{onChange:t,min:l,max:n,defaultValue:a="0",fractionDigits:r=0,...s}=e,c=an(e,{normalize:(e=a)=>l&&n?String(rn(Number(Zr(e)),l,n)):Zr(e),format:Ue(r)}),d=i((e=>t&&t(Zr(e))),[t]);return o(il,{onChange:d,...s,...c})})),Zr=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),Qr=d((e=>o(Jr,{...e,fractionDigits:2,children:o("div",{className:"absolute right-4 bottom-4",children:o(Re,{size:"text-xl",font:"font-light",children:"₽"})})}))),es={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},ts={amount:1500},ls=d((({className:e="",title:t="Укажите сумму перевода",label:l="Сумма перевода",button:i,formType:r="private",...s})=>{const[{amount:d},{field:m}]=At(ts),[u,p]=n(!1);return a((()=>{p(d<=0)}),[d]),c(g,{className:h("flex flex-col items-center",e),defaultPadding:"p-6xl",...s,children:[t?o(N,{className:"pb-lg xl:pb-4xl self-start xl:self-center",headingType:"h3",title:t}):null,c("form",{className:"w-full xl:max-w-[468px]",method:"POST",action:es[r],children:[o(Qr,{valid:!u,label:l,max:3e5,min:1,...m("amount",{parse:Number,format:String})}),o("input",{type:"hidden",name:"amount",value:d}),i?.text?o(Ot,{className:"w-full mt-lg",type:"submit",disabled:u,children:i.text}):null]})]})})),ns=({className:e,text:t="ХИТ"}={})=>c("div",{className:h("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[o(H,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),o(k,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),as="relative h-full",is={small:"lg:min-w-64",normal:"lg:min-w-80 xl:min-w-96",big:"lg:min-w-[515px]"},rs=({noCardBorder:e,cardSize:t="normal",isNavButtons:l=!1,...n})=>{const{blocks:a}=n.block||{},i=a?.some(cs),r=l?{defaultPadding:"p-6xl pb-m"}:{};return R({...n,renderProps:(l,n,a)=>c("div",{className:ss(l,{someCardsHighlighted:i}),children:[B(l,n,{className:os(l,{someCardsHighlighted:i,showBorder:!e,cardSize:t}),...r,blockIndex:a}),cs(l)?ns({className:"absolute top-0 -right-4 z-40"}):null]},String(a))})},ss=(e,{someCardsHighlighted:t})=>h(as,t&&(cs(e)?"pt-3xl":"pt-3xl sm:pt-16")),os=(e,{someCardsHighlighted:t,showBorder:l,cardSize:n="normal"})=>h(as,"min-w-80",is[n],t&&(cs(e)?"pt-3xl sm:pt-16":"pt-3xl"),ba(l),l&&"h-full"),cs=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,ds=ht((({className:e,visibleItemCount:t=0,noCardBorder:l,arrowsPadded:n=!0,isGap:a=!0,cardSize:i="normal",isNavButtons:r=!1,...s})=>o(g,{className:h(e),defaultPadding:"p-6xl",...s,children:o(Ka,{className:h("relative max-w-full"),visibleItemCount:t,snapAlign:"snap-start",gap:a?16:0,padding:0,arrowsPadded:n,navButtons:r?ms(s?.block?.blocks):[],hasBlur:!0,children:rs({noCardBorder:l,cardSize:i,isNavButtons:r,...s})})})),{childrenTypes:["CarouselCard","CarouselCatalogCard","CarouselRecommendationCard","CarouselTariffsCard","RichTextBlock","ProductBlock"],childSchema:()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}})}),ms=e=>e?.map((e=>{const t=e?.content;return{title:t?.title,description:t?.additionalDescription||t?.description}}))??[],hs="z-10 border border-solid w-full h-full",us=h(hs,"absolute hidden @xl:block border-transparent"),ps=d((({className:e,title:t,description:l,button:n,...a})=>o(g,{className:h("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:c("div",{className:"relative h-full",children:[o("div",{className:h(us,"top-9 right-12 bg-green-dark")}),o("div",{className:h(us,"top-6 right-8 bg-green")}),o("div",{className:h(us,"top-3 right-4 bg-green-light")}),c("div",{className:h(hs,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-more-light"),children:[o(C,{title:t,description:l,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),Ee([n],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),gs={black:"bg-black",white:"bg-white"},xs=d((({className:e="",title:t,description:l,image:n,price:a,button:i,colors:r=[],align:s="text-left",padding:d,...m})=>o(g,{className:h("flex flex-col justify-left",e),defaultPadding:"p-2xl",...m,children:c(Ce,{className:"h-full",padding:d,title:o(C,{title:t,description:l,headlineVersion:"XS",isEmbedded:!0,align:s}),rightImage:n?.src?o(le,{className:"flex justify-center align-center mb-xl",image:n}):null,buttons:Ee([i],{buttonClassName:"w-full self-end"}),children:[r?.length?c("div",{className:"flex text-secondary-text mb-m",children:[o("div",{className:"mr-xs",children:o(Re,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(fs)]}):null,a?c(Re,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),fs=(e,t)=>o("figure",{className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${gs[e]}`},String(t)),bs=d((({icon:e,...t})=>{const l=he(),{text:n,href:a,target:i,onClick:r}=l(t);return n?o("div",{className:h("p-3 rounded-lg bg-white text-secondary-text flex justify-center"),children:o("a",{role:"link",href:a,target:i,onClick:r,children:c("div",{className:"flex flex-col items-center gap-3 break-words max-w-[150px]",children:[e?o(le,{className:"w-7 h-7 md:w-12 md:h-12",image:{...e,iconVersion:e?.iconVersion},alt:n}):null,o("div",{className:"font-light md:font-normal text-primary-text text-center text-xs md:text-sm whitespace-wrap",children:n})]})})}):null})),ys=d((({className:e,additionalDescription:t,description:l,links:n,title:a,...i})=>o(g,{defaultPadding:"p-5xl",className:h("overflow-hidden",e),...i,children:c("div",{className:"flex flex-col lg:flex-row gap-5 justify-between",children:[c("div",{className:"flex-1",children:[o(C,{isEmbedded:!0,title:a,description:l,as:"h1",align:"text-left",headlineVersion:"XL"}),o(C,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0})]}),n?.length?vs(n):null]})}))),vs=e=>o("div",{className:h("lg:grid-cols-9 lg:[&>*]:col-span-2 lg:[&>*:nth-child(14n+2)]:col-span-3 lg:[&>*:nth-child(7n+5)]:col-span-3","lg:[&>*:nth-child(7n+6)]:col-span-3 lg:[&>*:nth-child(7n+7)]:col-span-3 lg:[&>*:nth-child(14n+10)]:col-span-3 lg:w-3/6","grid-cols-3 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+3)]:col-span-2 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+4)]:col-span-2","grid gap-3 lg:gap-5"),children:e.map(((e,t)=>o(bs,{...e},String(t))))}),ws=(e,t)=>e?.map((({aspectName:e,params:l})=>({aspectName:e,params:"mindboxEvent"===e?{...l,eventJson:t}:l}))),Ns=d((({className:e="",href:t,target:l,onClick:n,data:a,children:i})=>{const r=he()({href:t,target:l,onClick:n});return o(t?"a":"div",{className:h("block",e),...t?r:{},role:t?"link":"none",...ue(a),children:i})})),ks=[{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"}}],Ss=d((({className:e="",media:t,showButtonText:l,stretched:a,version:i="white",children:r})=>{if(!t?.length)return null;const[s,d]=n(),m=t?.map((e=>{const{href:t,icon:n,text:a}=e,{iconMapped:r}=(e=>ks.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),o=$e(n)?n:r,c=l?{text:a}:{text:""},m=e?.icon?.iconVersion||"color";return!s&&a&&d(!0),{...e,...c,icon:{...o,iconVersion:m},version:e?.version??i}})),u=h("border border-solid hover:border-transparent border-main-divider","group-data-primary:border-main-divider group-data-gray:border-green group/media",{"basis-auto":!l&&!s},Cs(a));return c("div",{className:h("flex flex-col gap-m xl:gap-xs",e),"aria-label":"Социальные сети",children:[o("div",{className:"flex gap-xs",children:Ee(m,{className:Ts(s??!1,a??!1,l),buttonClassName:u})}),r?o(Re,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null]})})),Cs=(e=!1)=>e?"flex-1 @lg:flex-initial justify-center":"",Ts=(e,t,l=!1)=>h(e||t?"basis-full":"",!t||l&&e?"":"flex-nowrap"),Is=d((({className:e,padding:t,description:l,additionalDescription:n,href:a,icon:i,isDotted:r,__html:s,socialMedia:d=[],target:m,title:u,align:p="text-left",benefits:x,imageOptions:{directionRight:f=!0,isImageAlwaysOnRight:b=false,isImageSecondary:y=!1}={},data:v,...w})=>o(g,{className:h("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...w,children:o(Ns,{href:a,target:m,className:"h-full",data:ws(v),children:c(Ce,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:o(C,{title:u,description:l,headlineVersion:"XS",isEmbedded:!0,align:p}),...Ge($e(i)?o(le,{image:i}):null,f),buttons:d.length?o(Ss,{media:d,stretched:!0,showButtonText:!0,version:w?.version}):null,isImageAlwaysOnRight:b,isImageSecondary:y,imageAlign:"center",children:[o(je,{benefits:x}),s?o(Pe,{__html:s,isDotted:r,itemSize:"list-s"}):null,Bs(n,p)]})})}))),Bs=(e,t)=>e?o(k,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,Ps=(e,t)=>{const{title:l,description:n,buttons:a}=e;return c("div",{className:"py-lg border-b border-main-divider",children:[l?o("div",{className:"opacity-80",children:o(Re,{size:"text-m",color:"text-secondary-text",children:l})}):null,n?o("div",{className:"mt-2xs",children:o(Re,{size:"text-xl",color:"text-primary-text",children:n})}):null,a?.length?o("div",{className:"text-primary-main",children:Ee(a)}):null]},String(t))},Ms=d((({className:e="",title:t,align:l="text-center",icon:i,button:r,visibleCellsCount:s=1,cardCells:d=[],options:m,data:u,...p})=>{const x=d.map(Ps),[f,b]=s>0?[x.slice(0,s),x.slice(s)]:[x,[]],[y,v]=n(!1);return a((()=>ce.subscribe("fold",(e=>{void 0!==m?.parent&&e.parent===m?.parent&&v(e.isUnfolded)}))),[m?.parent]),c(g,{className:h("flex flex-col",e),defaultPadding:"p-2xl",...p,children:[$e(i)?o("div",{className:"self-center",children:o(le,{image:i})}):null,t?o(N,{className:h("pt-xs",l),headingType:"h5",title:t}):null,r?.text?o(be,{className:"w-full mt-m mb-lg",...r}):null,b.length?o(Qa,{renderFoldableSection:()=>c("div",{children:[f,o(ei,{isUnfolded:y,children:b})]}),renderFoldButton:d.length>=s?Rs(y,m?.parent,u):null}):o("div",{children:f})]})})),Rs=(e,t,l)=>()=>c("button",{className:"w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center",onClick:()=>{void 0!==t&&ce.fire("fold",{type:"fold",isUnfolded:!e,parent:t})},type:"button",...e?ue(l):{},children:[o("div",{children:e?"Скрыть":"Подробнее о тарифе"}),o(H,{className:"text-primary-text",name:e?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),Vs=e=>"number"==typeof e?.minMonths&&"number"==typeof e?.maxMonths,Ds=(e,t)=>Array.from({length:t-e+1},((t,l)=>e+l)),zs=1e9,As={sum:{min:1e4,max:zs},period:3},_s=ht((({className:e,filtrationSchema:t={},resetButton:l,sumInput:n,periodInput:a,...i})=>{const[,{blocksToRender:r,blocksWithProps:s},{field:d,reset:m}]=gi(As,{block:i.block,page:i.options?.page,normalize:e=>({...e,period:js(e)})}),u=s.map((([,e])=>e?.paramsSource?.rateRows)),p=$s(u);return c(g,{className:h("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[o(oi,{filtrationSchema:t,resetButton:l,field:d,reset:m,children:c("div",{className:"@4xl:max-w-xs space-y-lg",children:[o(Qr,{label:n?.title,min:500,max:zs,...d("sum",{parse:e=>({min:Number(e),max:zs}),format:({min:e})=>String(e)})}),o(mn,{title:a?.title,items:["От 3 мес","До 5 лет"],list:p,...d("period")})]})}),o(ai,{blocksToRender:r,...i})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>({...e?.filtrationSchema||{},paramsSource:{type:"object",title:"Адрес справочника"}})}),js=e=>st((e?.paramsSource?.rateRows||[]).filter(Vs).flatMap((e=>Ds(e.minMonths,e.maxMonths)))),$s=e=>st(e.flatMap((e=>e||[])).filter(Vs).flatMap((e=>Ds(e.minMonths,e.maxMonths)))).sort(((e,t)=>e-t))||[],Es=[{key:"10"},{key:"50"},{key:"100"}],Ls=({itemCount:e,onItemCountChange:t})=>{const l=i((({key:e})=>t(Number(e))),[]);return c("div",{className:"mt-2 @lg:mt-0 items-center gap-s hidden @lg:flex",children:[o("span",{children:"Показать по"}),o(ul,{className:"min-w-20",onChange:l,value:{key:String(e)},options:Es,iconVersion:"black"})]})},Os="py-m @lg:px-lg px-m rounded-md cursor-pointer text-center min-w-10 @lg:min-w-0 hover:bg-primary-hover hover:text-white",Fs=(e,t)=>{const{currentPage:l,onPageChange:n,totalPages:a}=e,i=t+1;return i===l?o("div",{"aria-current":"true",className:"py-m @lg:px-lg px-m bg-primary-main text-center min-w-10 @lg:min-w-0 text-white rounded-md",children:i},String(t)):1!==i&&i!==a&&((e,t,l)=>e<t&&e>=t-1||e<=t+1&&e>t||((e,t,l)=>t<=2&&e<=t+2||t>=l-1&&e>=l-3)(e,t,l))(i,l,a)?o("div",{onClick:()=>n(i),className:Os,"aria-label":`Страница ${i}`,children:i},String(t)):null},Us={width:"24",height:"24"},Ws=({currentPage:e,onPageChange:t,totalPages:l})=>{const n=r((()=>Array.from({length:l}).fill({currentPage:e,onPageChange:t,totalPages:l})),[l,e]),a=i((()=>{e>1&&t(e-1)}),[e]),s=i((()=>{e<l&&t(e+1)}),[e,l]),d=i((()=>t(1)),[]),m=i((()=>t(l)),[l]);return c("div",{className:"flex gap-m items-center",children:[o("div",{onClick:a,children:o(H,{name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Hs(1===e),...Us})}),c("div",{className:"flex @lg:gap-2xs",children:[e>1?o("div",{onClick:d,className:Os,"aria-label":"Страница 1",children:"1"}):null,e>3?o("div",{className:"py-m @lg:px-s",children:"..."}):null,n.map(Fs),e<l-2?o("div",{className:"py-m @lg:px-s",children:"..."}):null,e<l?o("div",{onClick:m,className:Os,"aria-label":`Страница ${l}`,children:l}):null]}),o("div",{onClick:s,children:o(H,{className:"rotate-180",name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Hs(e===l),...Us})})]})},Hs=e=>e?"opacity-20":"cursor-pointer hover:opacity-60",qs=({currentPage:e,onPageChange:t,totalPages:l,itemCount:n,onItemCountChange:a})=>c("div",{className:"mt-3xl flex justify-between flex-col @lg:flex-row items-center select-none",role:"navigation","aria-label":"Пагинация",children:[o(Ws,{currentPage:e,onPageChange:t,totalPages:l}),n&&a?o(Ls,{itemCount:n,onItemCountChange:a}):null]}),Ks=d((({className:e,value:t,autoFocus:l,onChange:n,onFocus:a,placeholder:r="Поиск по сайту"})=>{const s=i((e=>{n&&n(e.target?.value||"")}),[n]);return c("div",{className:h("relative",e),role:"form",children:[o("div",{className:"absolute h-full flex items-center pl-m pointer-events-none",children:o(le,{image:{icon:"LoupeIcon",iconVersion:"black"},width:"24",height:"24"})}),o("input",{className:h("h-14 w-full px-10 text-l text-black box-border rounded-md",al),value:t,type:"text",name:"search-bar-input",placeholder:r,autoFocus:l,onChange:s,onFocus:a})]})})),Ys=d((({field:e,onClearFilter:t,filtrationState:l})=>c("div",{className:"grid grid-cols-12 mb-3xl @lg:space-x-xl",children:[o(Ks,{className:"col-span-12 @lg:col-span-4 mt-auto",placeholder:"Поиск",...e("query")}),o(Bl,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период от",maxDate:l.endDate,...e("startDate")}),o(Bl,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период до",minDate:l.startDate,...e("endDate")}),o("div",{className:"col-span-12 @lg:col-span-2 mt-8 @lg:mt-auto",children:o(Ot,{type:"reset",className:"w-full",version:"secondary",onClick:t,children:"Очистить"})})]}))),Xs=(e,t)=>o(Ni,{...e,iconBgVersion:t,className:"shrink-0"}),Gs=({title:e,timestamp:t,publicId:l})=>{const n=he(),{href:a}=n({href:`/api/v1/depository/${l}/file`});return c("div",{className:"flex gap-3 items-center py-lg border-gray border-opacity-50 border-b",children:[Xs({icon:"DocDownloadIcon",iconVersion:"black"}),c("div",{className:"flex flex-col gap-x-6xl lg:flex-row lg:items-center",children:[t?o(Re,{size:"text-m","font-weight":"font-light",children:xt(t)}):null,o("a",{className:"text-h6 hover:text-primary-active",href:a,download:!0,"aria-label":"Скачать",children:e})]})]},l)},Js="/api/v1/depository",Zs={startDate:void 0,endDate:void 0,query:""},Qs=ht((({className:e,...t})=>{const[l,a]=n(0),[r,s]=n(10),[d,{field:m,reset:u}]=At(Zs),{totalPages:p=0,items:x=[]}=(({size:e,page:t,query:l,startDate:n,endDate:a})=>{const i=n?xt(n,!0):"",r=a?xt(a,!0):"",s=new URLSearchParams(Js);s.set("page",String(t)),s.set("size",String(e)),s.set("query",l),s.set("timestampStart",i),s.set("timestampEnd",r);const o=`?${s.toString()}`,{data:c}=Zl(Js+o,rt);return{items:c?.content,totalPages:c?.totalPages}})({size:r,page:l,...d}),f=i((e=>a(e-1)),[]),b=i((e=>{r!==e?(s(e),a(0)):s(e)}),[]);return c(g,{className:h(e,"container p-6xl"),...t,children:[o(Ys,{filtrationState:d,field:m,onClearFilter:u}),c("div",{className:"flex flex-col",children:[c("div",{className:"grid grid-cols-12 pb-lg border-gray border-opacity-50 border-b",children:[o("div",{className:"col-span-4 @lg:col-span-2 hidden @lg:block",children:o(Re,{size:"text-m",color:"text-secondary-text",children:"Дата"})}),o("span",{className:"col-span-8 @lg:col-span-10 hidden @lg:block",children:o(Re,{size:"text-m",color:"text-secondary-text",children:"Тема"})})]}),x.length?x.map((e=>o(Gs,{...e},String(e.publicId)))):o(fa,{title:"Ничего не найдено",description:"Попробуйте очистить фильтры"}),o(qs,{currentPage:l+1,onPageChange:f,totalPages:p,itemCount:r,onItemCountChange:b})]})]})})),eo=e=>"Image"===e?.contentType&&e?.image?o(le,{image:e.image}):"Code"===e?.contentType&&e.code?o("div",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:e.code}):null,to=d((({className:e="",title:t,description:l,error:n,button:a,...i})=>c(g,{className:h("flex flex-col justify-center items-center",e),defaultPadding:h("p-6xl"),version:"transparent",...i,children:[o("div",{className:"flex justify-center",children:eo(n)}),o(C,{title:t,description:l,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?o(be,{version:a?.version,text:a?.text,...a}):null]}))),lo="location";function no(e="Москва"){const[t,l]=((e,t,l)=>{const[r,s]=n(l||null);return a((()=>e.subscribe(t,(e=>s(e)))),[e,t]),[r,i((l=>e.fire(t,l)),[e,t])]})(ce,"location",io()??{name:e}),r=i((e=>{ro(e),l(e)}),[]),{data:s}=Zl(ao()?null:"/api/v1/region",rt);return a((()=>{s&&!ao()&&l(s)}),[s]),[t??{name:e},r]}const ao=()=>Boolean(globalThis.localStorage?.getItem(lo)),io=()=>{try{const e=globalThis.localStorage?.getItem(lo);return e&&JSON.parse(e)}catch(e){return null}},ro=e=>{try{globalThis.localStorage?.setItem(lo,JSON.stringify(e))}catch(e){}};var so;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD",e.CNY="CNY"}(so||(so={}));const oo=new Intl.NumberFormat("ru",{style:"currency",currency:so.RUB}),co=e=>e?oo.format(e):"",mo="text-m font-light text-secondary-text ",ho=`${mo} text-left`,uo=`${mo} pl-5xl text-center`,po=`${mo} pl-5xl text-right`,go={USD:"DollarIcon",EUR:"EuroIcon",CNY:"ChineseYuanRenminbiIcon"},xo=d((({className:e,exchangeCurrencyItems:t})=>c("table",{className:h("h-fit w-full",e),children:[o("thead",{children:c("tr",{children:[o("th",{className:ho,children:o(Re,{size:"text-m",children:"Валюта"})}),o("th",{className:uo,children:o(Re,{size:"text-m",children:"Купить"})}),o("th",{className:po,children:o(Re,{size:"text-m",children:"Продать"})})]})}),o("tbody",{children:t.map(fo)})]}))),fo=e=>{const t=e?.currency?.currency;return c("tr",{className:"pb-2xs text-h6",children:[o("td",{className:"pt-m m-auto flex text-left",children:c("div",{className:"flex items-center gap-xs",children:[t?o(le,{image:{icon:go[t]},width:"24",height:"24"}):null,o(Re,{size:"text-h6",children:t})]})}),o("td",{className:"pt-m pl-5xl text-center",children:o(Re,{size:"text-h6",children:co(e?.saleExchangeRate)})}),o("td",{className:"pt-m pl-5xl text-right",children:o(Re,{size:"text-h6",children:co(e?.buyExchangeRate)})})]},t)},bo={icon:"GpsIcon"},yo=d((({className:e="",address:t})=>c("div",{className:h("flex gap-s w-full justify-between @sm:justify-center",e),children:[o(Ni,{...bo,iconBgVersion:"primary",className:"shrink-0"}),c("div",{className:"space-y-2xs whitespace-pre-wrap",children:[t?o(k,{size:"text-l",color:"text-primary-main",children:t}):null,o(k,{size:"text-m",color:"text-secondary-text",children:"Курс указан для заданного офиса"})]})]}))),vo=(e,t,l)=>{const n=Number(wo(e))*Math.pow(t,l?-1:1);return Number.isInteger(n)?n:((e,t=2)=>{const l=10**t;return Math.round(parseFloat(String(e))*l)/l})(n)},wo=e=>e.replace(/[^\d.,]/g,"").replace(",","."),No=e=>Bt([[e=>e.value!==so.RUB&&e.oppositeValue!==so.RUB,()=>e.handleConvert(e.value,so.RUB)],[e=>e.value===so.RUB&&e.oppositeValue===so.RUB,()=>e.handleConvert(e.value,so.USD)],[e=>e.value===so.RUB&&e.oppositeValue===so.RUB,()=>e.handleConvert(e.value,so.CNY)],[()=>!0,()=>e.handleConvert(e.value)]])(e)?.();function ko(e){const{placeholder:t,rates:l,selected:n,value:a,setValue:i,setSelected:r}=e,s=l.map((e=>({key:e?.currency?.currency??"",text:e?.currency?.currency??""}))),d={key:n,text:n};return c("div",{className:"relative flex",children:[o(il,{className:"shrink-0 text-l w-full appearance-none -mr-20",placeholder:t,type:"text",value:a,onChange:i}),s.length?o(ul,{className:"absolute right-0",isBorder:!1,onChange:e=>r(e.key),options:s,value:d}):null]})}const So=d((({className:e="",currencyRatesBuy:t,currencyRatesSell:l,button:a})=>{const[r,s]=n({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||so.RUB,selectBuy:l?.[0]?.currency?.currency||so.USD}),d=i((e=>s((t=>({...t,...e})))),[]);return c("div",{className:`flex flex-col gap-m pt-2xl ${e}`,children:[t&&l?c("div",{className:"grid gap-m",children:[ko({placeholder:"Хочу продать",rates:l,selected:r.selectSell,setSelected:Co(r,d,l),value:r.inputSell,setValue:e=>Io(d,l)(e,r.selectSell,r.selectBuy)}),ko({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:To(r,d,t),value:r.inputBuy,setValue:e=>Bo(d,t)(e,r.selectBuy,r.selectSell)})]}):null,a?.text?o(be,{text:a.text,version:a?.version,...a}):null]})})),Co=(e,t,l)=>n=>{t({selectSell:n}),No({value:n,oppositeValue:e.selectBuy,handleConvert:(n=e.selectSell,a=e.selectBuy)=>{Io(t,l)(e.inputSell,n,a)}})},To=(e,t,l)=>n=>{t({selectBuy:n}),No({value:n,oppositeValue:e.selectSell,handleConvert:(n=e.selectBuy,a=e.selectSell)=>Bo(t,l)(e.inputBuy,n,a)})},Io=(e,t)=>(l,n,a)=>{e({inputSell:wo(l),selectBuy:a});const i=t.find((e=>e.currency?.currency===a))?.buyExchangeRate||t.find((e=>e.currency?.currency===n))?.buyExchangeRate;i&&e({inputBuy:String(vo(l,i,n===so.RUB)||"")})},Bo=(e,t)=>(l,n,a)=>{e({inputBuy:wo(l),selectSell:a});const i=t.find((e=>e.currency?.currency===a))?.saleExchangeRate||t.find((e=>e.currency?.currency===n))?.saleExchangeRate;i&&e({inputSell:String(vo(l,i,n===so.RUB)||"")})};const Po=d((({className:e="",title:t="Курсы обмена валют",button:l,...n})=>{const[a]=no(),i=function(e){const t=e?.code||"000",{data:l}=Zl(`/api/v1/exchangerates?regionCode=${t}`,rt);return l||{}}(a),r=Mo(i?.exchangeRate?.currencies),s=r.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:so.RUB}});const d=r.filter((e=>e.saleExchangeRate));return d.push({currency:{currency:so.RUB}}),o(g,{className:h("box-border min-h-80",e),...n,children:o(Ce,{className:"h-full",title:o(N,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:c("div",{className:"flex w-full gap-6xl flex-wrap @lg:flex-nowrap",children:[c("div",{className:"w-full @2xl:w-auto @5xl:w-1/2",children:[r?o(xo,{className:"mb-xl",exchangeCurrencyItems:r}):null,o(yo,{address:i?.address})]}),o(So,{className:"grow w-1/2",currencyRatesBuy:s,currencyRatesSell:d,button:l})]})})})})),Mo=e=>e?.filter((e=>[1,2,3].includes(e?.currency?.id)))||[],Ro=d((({className:e="",items:t})=>{const l=he();return o("ul",{className:h("flex flex-col gap-s w-full",e),children:t?.map(Vo(l))})})),Vo=e=>({dataFooter:t,...l},n)=>{const{text:a,href:i,target:r,onClick:s}=e(l);return a?o("li",{className:"list-none",children:o("a",{className:"hover:text-primary-main font-light",role:"link",href:i,target:r||"_self",onClick:s,...ue(t),children:a||null})},String(n)):null},Do=d((({label:e,labelIconBgVersion:t,icon:l,onToggle:n,labelIcon:a})=>o(Ga,{tag:"button",className:h("border-none bg-transparent items-center group/button",a?.icon?"py-xs":"py-lg"),onClick:n,textNode:c("div",{className:"flex items-center text-start group-hover/button:text-primary-main gap-s",children:[Xs(a,t),e?o(Re,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:l?o(H,{name:l,iconVersion:"color",width:"24",height:"24"}):null}))),zo=(e=!1)=>e?"flex flex-wrap group-last:last:pb-0":"grid grid-cols-12 [&>*]:pb-m",Ao=(e=!1)=>e?"MinusIcon":"PlusIcon",_o=(e=!1)=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon",jo=ht((({className:e="",isExpanded:t,isFoldButtonOnTop:l=!0,label:n="Развернуть",labelIcon:a,labelIconBgVersion:i,foldButtonVersion:r="default",version:s,role:c,...d})=>{const m=Ne();return o(g,{className:h("w-full border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",role:c,...d,children:o(Qa,{isFoldButtonOnTop:l,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>o(ei,{className:h("gap-lg",zo(m)),isUnfolded:e,children:R({...d,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>$o({foldButtonVersion:r,label:n,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t,isMobile:m})})})}),{childrenTypes:{exclude:["RollupItem"]}}),$o=({foldButtonVersion:e,label:t,labelIcon:l,labelIconBgVersion:n,isUnfolded:a,onToggle:i,isMobile:r=!1})=>{const s=t||(a?"Скрыть":"Развернуть"),c=((e=!1,t=!1)=>t?_o(e):Ao(e))(a,r);return"accordion"===e?o(Do,{label:s,labelIcon:l,labelIconBgVersion:n,icon:c,onToggle:i}):o(Ja,{label:s,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},Eo=d((({navigationItems:e})=>o("div",{className:"w-full",role:"menu",children:Lo(e)}))),Lo=e=>e?.filter((e=>e.icon?.icon)).map(((e,t)=>o(jo,{foldButtonVersion:"accordion",label:e?.text,labelIcon:e?.icon,role:"menuitem",children:e.items?o(Ro,{items:e.items}):null},String(t)))),Oo=d((({className:e="",items:t=[]})=>t?.length?o("div",{className:h("space-y-m",e),children:t.map(Fo)}):null)),Fo=(e,t)=>c("div",{className:"space-y-m",children:[o("div",{children:o(Re,{size:"text-l",font:"font-medium",children:e?.title})}),o("div",{className:"space-y-m",children:e.items?.map(Uo)})]},String(t)),Uo=(e,t)=>c("div",{className:"space-y-2xs",children:[o("div",{children:Wo(e.type,e.text)}),o(k,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e.description})]},String(t)),Wo=(e,t="")=>{switch(e){case"tel":return o("a",{className:"text-primary-text hover:text-primary-main no-underline",href:`tel:${Ho(t)}`,children:o(Re,{size:"text-h6",children:t})});case"email":return o("a",{className:"no-underline",href:`mailto:${t}`,children:o(k,{size:"text-xl",font:"font-light",color:"text-primary-text",children:t})});default:return o("span",{children:t})}},Ho=e=>e.replaceAll(/\D/g,""),qo=d((({className:e="",index:t,text:l,...n})=>{const a=he(),{href:i,target:r,onClick:s}=a(n);return o("a",{className:h("text-secondary-text",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),Ko=d((({className:e="",title:t,links:l})=>o("div",{className:e,children:l?.length?c("div",{className:"flex justify-between lg:items-center flex-col lg:flex-row gap-lg py-lg border-y border-y-main-divider",children:[o("div",{className:"lg:hidden",children:o(Re,{size:"text-l",font:"font-normal",children:t})}),l.map(((e,t)=>o(qo,{index:t,className:"text-l font-light lg:max-w-[292px]",...e},String(t))))]}):null}))),Yo=d((({className:e="",index:t,...l})=>{const n=he(),{href:a,target:i,text:r,onClick:s}=n(l);return o("a",{className:h("text-xs font-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px]",e),href:a,target:i,onClick:s,children:r||`Документ ${t}`})})),Xo=d((({className:e="",links:t,license:l})=>c("div",{className:h("@container space-y-lg",e),children:[l?o("div",{children:o(Re,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:`© 2000-${(new Date).getFullYear()} ${l}`})}):null,t?.length?o("div",{className:"flex flex-col @5xl:flex-row justify-start items-start gap-x-lg gap-y-xs",children:t.map(((e,t)=>o(Yo,{index:t,...e},String(t))))}):null]}))),Go=ht((({className:e,footer:t,...l})=>{const{navigationItems:n}=l.options?.page?.navigation??{};l.options?.page?.common;const{documents:a,relatedEnterprises:i,contacts:r,mediaLinks:s=[],horizontalNavigationTitle:d,feedbackButton:m,license:u,otherLinks:p=[]}=t??{};return c(g,{tag:"footer",className:h("grid gap-y-xl p-4xl pb-24 lg:p-xl",e),...l,children:[null,c("div",{className:"flex flex-col lg:flex-row items-center @lg:items-stretch gap-lg lg:gap-6xl ",children:[o(Eo,{navigationItems:n}),o("div",{className:"border-t border-main-divider lg:hidden w-full"}),c("div",{className:h("w-full lg:w-52","flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[o(Oo,{items:r}),m?o(be,{className:"w-full",version:"primary",...m}):null,s.map(((e,t)=>o(Ss,{media:e?.links??[],showButtonText:!1,stretched:!0,children:e?.title},String(t)))),p.map(((e,t)=>o(be,{className:"!text-left text-s font-light",version:"link",...e,children:e?.text},String(t))))]})]}),o(Ko,{title:d,links:i}),o(Xo,{links:a,license:u})]})})),Jo=ht((({className:e,title:t,button:l,regionSource:a,data:i,...r})=>{const[s,d]=n({key:""}),m=a?.regions??[],u=oe({className:"text-white",version:l?.version||"primary"}),p=m?.find((e=>e.name===s.key))?.href,x=l?.text?l.text:"Перейти";return o(g,{className:e,defaultPadding:"p-6xl",...r,children:c("div",{className:"container max-w-[978px] space-y-m",children:[t?o(N,{headingType:"h3",title:t,className:"@xl:text-center"}):null,m?o(Vl,{label:"Ваш регион",placeholder:"Выберите регион",isSearch:!0,options:m.map((({name:e=""})=>({key:e,text:e}))),value:s,onChange:d}):null,p?o("div",{className:"text-center",children:o(be,{href:p,target:"_blank",className:h("p-m w-full @xl:w-auto",u),data:ws(i,s?.key),children:x})}):null]})})})),Zo={width:"103",height:"21"},Qo={"bg-white":"color",transparent:"white"},ec={"bg-white":"text-primary-main",transparent:"text-white"},tc=(e,t,l)=>o(le,{image:t?.src?t:{icon:t?.icon||"LogoIcon",iconVersion:Qo[e]},className:ec[e],width:l?.width,height:l?.height}),lc={"bg-white":"text-primary-text",transparent:"text-white"},nc=d((({className:e,href:t="/",logo:l,children:n,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0,data:s})=>c("a",{className:h("inline-flex items-center font-sans no-underline",e),href:l?.href??t,target:a?"_blank":"_self","aria-label":l?.title??"Россельхозбанк",...ue(s),children:[tc(i,l?.image,Zo),r?n??o("div",{className:"ml-s",children:o(Re,{font:"font-medium",color:lc[i],size:"text-s",children:l?.title??"Россельхозбанк"})}):null]}))),ac={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"},ic=d((({version:e,text:t,mobileText:l,...n})=>{const a=Ne()?l:t;return a?o(be,{className:h("py-s px-lg font-light whitespace-nowrap",ac["transparent"===e?"transparent":"default"]),...n,children:a}):null})),rc=d((({bgColor:e,logo:t,alwaysShowLogo:l,internetBankButton:n,version:a,backwardButton:r})=>{const s=V(),d="/"===s.pathname,{dataFooter:m,dataHeader:h,...u}=t??{},p=i((()=>{s.back()}),[s]);return c("div",{className:"flex items-center justify-between w-full",children:[l||d?o("div",{children:o(nc,{className:"my-2xs",bgColor:e,logo:u,data:h,showTitle:!1})}):sc(p,r),o(ic,{version:a,...n})]})})),sc=(e,t)=>t?c("button",{className:"flex items-center text-l my-2xs",onClick:e,type:"button","aria-label":"Кнопка назад",children:[o(H,{name:"ChevronLeftIcon",iconVersion:"black",width:"24",height:"24"}),t]}):null,oc={"bg-white":"primary",transparent:"transparent"},cc=ht((({bgColor:e="bg-white",alwaysShowLogo:t=!1,version:l=oc[e],portal:n,logo:a={},...i})=>{const{backwardButton:r,logo:s={}}=i.options?.page?.common??{},{internetBankButton:c}=n||{},d=a.image?.icon||a.image?.src?a:s;return o(g,{tag:"header",defaultPadding:"",version:l,...i,children:o("div",{className:"container px-lg py-2xs box-border",children:o(rc,{bgColor:e,logo:d,alwaysShowLogo:t,internetBankButton:c,version:l,backwardButton:r,...i})})})})),dc=(e=!1)=>e?{}:{padding:"p-0"},mc={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},hc=ht((({className:e="",padding:t="p-0",gap:l="",isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,isCardBorder:r=!1,image:s,...c})=>{const d=V();return o(g,{className:h("relative flex flex-col",mc[l],s?.src?"bg-right-bottom bg-no-repeat":"",e),...s?.src?{style:{backgroundImage:`url(${J(d)(s?.src)})`}}:{},padding:t,version:a,isTheme:i,...c,children:R({...c,extraProps:{className:h("w-full",ba(r)),...dc(n)}})})}),{childrenTypes:[]}),uc=ht((e=>o(hc,{...e})),{childrenTypes:[]}),pc=d((e=>{const{className:t,align:l,image:n,...a}=e,i=l?h("flex",Ii[l]):"";return o(g,{className:h(i,t),defaultPadding:"p-0",...a,children:o(le,{image:n})})})),gc=["байт","Кб","Мб","Гб","Тб","Пб"],xc=d((({icon:e,text:t,href:l,target:n,fileFormat:a,data:i,fileSize:r})=>{const s=r&&a?",":"",d=r??"",m=a?String(a):"";return c("a",{className:"flex box-border gap-s group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main",href:l,target:n,...ue(i),children:[e,t?c(Re,{size:"text-l",font:"font-light",children:[t," ",fc(d,m),o(Re,{color:"text-secondary-text",children:l&&`${d+s+m}`})]}):null]})})),fc=(e,t)=>e||t?o("span",{children:", "}):"",bc=(e,t)=>(l,n)=>{const a=U(e)("Attachment"===l?.docType?l?.attachment?.src:l?.href),i="Attachment"===l?.docType?((e,t=2)=>{if(0===e)return"";const l=Math.floor(Math.log(e)/Math.log(1024));return`${parseFloat((e/Math.pow(1024,l)).toFixed(t))} ${gc[l]}`})(l?.attachment?.fileSize||0):l?.fileSize,r="Attachment"===l?.docType?vc(a):l?.fileFormat;return c("div",{role:"listitem",children:[o(xc,{text:l?.text,target:l?.target,href:a,fileFormat:r,fileSize:i,icon:yc(t),data:l?.data}),o(Pe,{__html:l?.__html})]},String(n))},yc=e=>e?o(le,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:e,width:"24",height:"24"}):null,vc=e=>{if(!e)return"";const t=e.lastIndexOf("."),l=new RegExp(/\/(.*)/),n=-1!==t?e.substring(t+1):"";return n.includes("/")?n.replace(l,""):n},wc=d((({href:e,__html:t,target:l})=>{const{close:n}=de(),a=V(),r=U(a)(e),s=i((()=>{n()}),[]);return c(Ut,{className:"my-6xl min-h-fit w-fit mx-auto",children:[t?o(Pe,{__html:t}):null,c("div",{className:"flex flex-row mx-auto w-fit gap-lg py-lg",children:[o(be,{text:"Я согласен",version:"primary",target:l,href:r,onClick:s}),o(Ot,{type:"button",version:"secondary",onClick:s,children:"Я не согласен"})]}),o("div",{children:"Нажимая кнопку «Я СОГЛАСЕН» ниже Вы принимаете данные условия. Распространение или раскрытие любой части данного Заключения или любой информации, или рекомендации в нем запрещено.»"})]})})),Nc=d((({text:e,href:t,target:l,__html:n})=>{if(!e&&!n)return null;const a=(e=>{const{open:t,close:l}=de();return{open:(l={})=>t(o(wc,{...e}),l),close:l}})({__html:n,href:t,target:l}),r=i((()=>a.open()),[a]);return o("button",{className:"text-primary-main",onClick:r,children:e})})),kc={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},Sc=ht((({className:e="",title:t,description:l,align:n="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const d=V();return c(g,{className:h("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[o(C,{title:t,description:l,align:n,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?o("div",{className:h("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",kc[r]),role:"list",children:a.map(Cc(d,i))}):null]})})),Cc=(e,t)=>(l,n)=>{const a=l?.docType;return""===a?null:"reportSource"in l&&l?.reportSource?.__html?Tc(l,n):bc(e,t)(l,n)},Tc=(e,t)=>{const l={text:e.text,target:e.target,__html:e.reportSource?.__html};return e.reportSource?.__html&&e.text?c("div",{role:"listitem",children:[o(Nc,{...l,href:Ic(e)?e?.href:e?.attachment?.src}),o(Pe,{__html:e?.__html})]},String(t)):null},Ic=e=>"href"in e,Bc=ht((({className:e,padding:t,align:l="text-left",buttons:n=[],description:a,image:i,__html:r,headingType:s,qr:d,additionalDescription:m="",title:u="Мобильное приложение",version:p="primary",...x})=>{const f="secondary"===p?"p-m min-w-32":"min-w-24",b=i?.src?o(le,{className:"hidden lg:block",image:i}):null;return o(g,{className:h("min-h-80",e),padding:"p-0",version:p,...x,children:c(Ce,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:o(N,{headingType:s,title:u,className:h("whitespace-pre-wrap",l)}),rightImage:b,buttons:Ee(n,{className:"flex-wrap"}),children:[a?o(Re,{size:"text-xl","font-weight":"font-light",children:a}):null,c("div",{className:h("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[r?o(Pe,{__html:r,itemSize:"list-m"}):null,o(Re,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:m}),d?.src?o("div",{className:h("flex justify-center bg-white rounded-md @xl:-order-1",f),children:o(le,{className:"w-fit",image:d})}):null,i?.src?o(le,{className:"lg:hidden",image:i}):null]})]})})})),Pc=(e,t)=>e&&"underlined"!==t?"primary":"secondary",Mc=(e=[],t={})=>e.filter((({content:e={}})=>ui(t,e))).length,Rc=(e,t)=>e===t;const Vc=(Dc=function(...e){return(t,l)=>e.some((e=>e(t,l)))}(Rc,((e=Rc)=>(t,l)=>t===l||Boolean(t&&l&&t.length===l.length&&t.every(((t,n)=>e(t,l[n])))))()),(e,t)=>e===t||Boolean(e&&t&&Object.keys(e).length===Object.keys(t).length&&Object.entries(e).every((([e,l])=>Dc(l,t[e])))));var Dc;const zc=[],Ac={},_c={primary:"bg-white/30",secondary:"bg-main-divider"},jc={primary:{desktop:"text-white",mobile:"text-primary-text"},secondary:{desktop:"text-secondary-text",mobile:"text-secondary-text"}},$c=d((({count:e,version:t="secondary"})=>{const l=Ne(),n=l?"bg-main-divider":_c[t],a=jc[t][l?"mobile":"desktop"];return o("div",{className:h("w-6 h-6 rounded-full flex items-center justify-center",n),role:"status","aria-label":`Количество ${e} доступных программ и сервисов`,children:o(Re,{size:"text-xs",color:a,children:e})})})),Ec=({text:e,description:t,icon:l,isActive:n,type:a})=>{const i=(e=>({btn:"w-96 "+(e?"p-m border-none bg-primary-main text-white":"p-s ease-in duration-300 bg-white"),text:e?"mb-xs text-xl":"mb-2xs text-l text-primary-text",desc:"font-light "+(e?"text-l text-white":"text-m text-secondary-text"),icon:e?"":"text-primary-main",iconVersion:e?"white":"normal",oldText:"text-m text-center",oldDesc:"text-m-light"}))(n);return c("div",{className:h("cursor-pointer text-left border-b-0 flex gap-2xs"),"aria-label":e,"aria-labelledby":`${e}-label`,children:[l?o(le,{className:h("h-6 w-6 min-w-6 min-h-6",i.icon),image:{...l,iconVersion:l?.iconVersion??i.iconVersion},width:"24",height:"24",alt:e}):null,c("div",{className:"border-0",children:[o("div",{className:"animated"===a?i.text:i.oldText,children:e}),o("div",{className:"animated"===a?i.desc:i.oldDesc,children:t})]})]})},Lc={default:"px-xs",underlined:"px-m",animated:"px-m border border-gray cursor-pointer text-left border-b-0 mt-auto flex gap-2xs"},Oc={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",animated:"text-white sm:text-white"},Fc={default:"bg-white",underlined:"bg-white",animated:"p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96"},Uc={default:"bg-white sm:bg-primary-main",underlined:"bg-white",animated:"p-2 border-none bg-primary-main text-white h-20 w-96"},Wc=d((({tag:e="div",item:t={},isActive:l=!1,type:n="default",onClick:a})=>{const i=e,{text:r,description:s,icon:d,count:m,tabName:u,...p}=t;return o(i,{className:h("h-12","block flex-1","cursor-pointer",Lc[n],l?Uc[n]:Fc[n]),role:"tablist","aria-label":"Список табов",onClick:a,...p,children:c("div",{className:h("h-full","flex justify-center items-center","text-center whitespace-nowrap",l?Oc[n]:"text-secondary-text hover:text-primary-main"),role:"tab","aria-label":`Таб ${r}`,children:[Ec({text:r,description:s,icon:d,isActive:l,type:n}),Number.isInteger(m)?o("div",{className:"ml-xs",role:"status","aria-label":`Количество программ и сервисов ${m}`,children:o($c,{count:m,version:Pc(l,n)})}):null]})})})),Hc=d((e=>o(e?.item?.href?qc:Kc,{...e}))),qc=d((e=>{const t=he(),l=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:n,...a}=t({...e.item,onClick:l});return o(Wc,{...e,tag:"a",item:a,onClick:n})})),Kc=d((({item:e={},onClick:t,...l})=>{const n=i((()=>{t&&t(e)}),[t,e]);return o(Wc,{item:e,onClick:n,...l})})),Yc=(e,t,l)=>(n,a)=>o(Hc,{isActive:n===e,onClick:t,type:l,item:n},String(a)),Xc=d((({className:e,tabsType:t="default",items:l=[],activeItem:n,onChange:a})=>o("div",{className:h("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tabpanel","aria-label":"Панель управления табами",children:l.map(Yc(n,a,t))}))),Gc={categories:[],extraOptions:[],propertyType:[],stage:[]},Jc=ht((({className:e,hotFilters:t,filtrationSchema:l={},resetButton:n,...a})=>{const[s,{blocksToRender:d},{field:m,reset:u,update:p}]=gi(Gc,{block:a.block,page:a.options?.page}),x=i(((e=Gc)=>p(e)),[]),f=(({hotFilters:e=zc,filtrationState:t=Ac,blocks:l=zc,onFiltrationStateChange:n})=>{const a=r((()=>Math.max(0,e.findIndex((e=>Vc(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,count:Mc(l,t.filter),version:Pc(t===e[a])})))),[e,l,a]),o=i((t=>{n(e[s.indexOf(t)].filter)}),[e,s]);return{activeItem:s[a],items:s,onChange:o}})({hotFilters:t,filtrationState:s,blocks:a.block?.blocks,onFiltrationStateChange:x});return c(g,{className:h("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[o(Xc,{...f}),o(oi,{filtrationSchema:l,resetButton:n,field:m,reset:u}),o(ai,{blocksToRender:d,...a})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>e?.filtrationSchema||{}}),Zc=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),Qc=d((({children:e})=>Zc?e:null)),ed=d((({color:e="text-primary-main",position:t="absolute",blur:l=!0})=>o("div",{className:h("flex justify-center items-center h-full w-full z-50",t,{"backdrop-blur":l}),children:o("div",{className:h("inline-block h-28 w-28","animate-spin rounded-full","border-8 border-solid border-current","border-r-transparent",e),role:"status"})}))),td="/icons/MapMarkerClusterIcon.svg",ld="/icons/MapMarkerClusterYellowIcon.svg";function nd({yandexMaps:e,map:t,points:l,isLoad:n}){if(n||!l?.length)return;t.geoObjects.removeAll();const a=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),i=ad("offices",e,a);if(l.length&&l.every((e=>"type"in e))){const n=ad("workplaces",e,a),r=id(l.filter((e=>"workplaces"===e.type)),"workplaces",e),s=id(l.filter((e=>"offices"===e.type)),"offices",e);i.add(s),n.add(r),t.geoObjects.add(n),t.geoObjects.add(i)}else{const n=id(l,"offices",e);i.add(n),t.geoObjects.add(i)}t.setBounds(e.util.bounds.fromPoints(l.map((e=>e.coords)))).then((()=>{t.getZoom()>10&&t.setZoom(10)}))}const ad=(e,t,l)=>new t.Clusterer({clusterIcons:[{href:"offices"===e?td:ld,size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:l,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),id=(e,t,l)=>e.map((({coords:e,content:n})=>new l.Placemark(e,{balloonContentHeader:n?.header,balloonContentBody:n?.body,balloonContentFooter:n?.footer,hintContent:n?.hint},{iconLayout:"default#image",iconImageHref:"offices"===t?td:ld,iconImageSize:[78,84],iconImageOffset:[-35,-50]}))),rd={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",font:"text-center font-sans"},sd={...rd,border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center"},od=(e,t,l)=>o("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(sd).join(" ")} ${l}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.current.geoObjects.add(t.geoObjects)}))},children:o(H,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),cd=e=>globalThis[e];function dd(e,t,l=!0){const[i,r]=n(void 0);return a((()=>{let n=!0;return((e,t)=>{const l=document.getElementById(t);if(l){const t=cd(e);return t?Promise.resolve(t):new Promise((t=>{l.addEventListener("load",(()=>{t(cd(e))}))}))}return new Promise(((l,n)=>{const a=document.createElement("script");a.src=t,a.async=!0,a.id=t,a.addEventListener("load",(()=>{l(cd(e))})),a.addEventListener("error",(e=>{n(e)})),document.head.appendChild(a)}))})(e,t).then((e=>{n&&r(e)})).catch((e=>{console.error(`Failed to initialize external namespace: ${e}`)})),()=>{if(n=!1,l){const e=document.getElementById(t);e&&document.head.removeChild(e),r(void 0)}}}),[e,t,l]),i}const md={...rd,border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center"},hd=d((({yandexMaps:e,direction:t="in"})=>{const l="in"===t?"PlusIcon":"MinusIcon";return o("div",{onClick:()=>{const l=e.current.getZoom(),n="in"===t?l+1:l-1;e.current.setZoom(n,{checkZoomRange:!0})},className:`${Object.values(md).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:o(H,{name:l,width:"20",height:"16"})})})),ud=[55.753995,37.614069],pd=d((({points:e,className:t="",zoom:l=5,isLoad:n})=>{const i=s(null),r=dd("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${z.YANDEX_MAP_API_KEY||""}&lang=ru_RU`,!1);if(a((()=>{i.current?(nd({yandexMaps:r,map:i.current,points:e,isLoad:n}),i.current.setCenter(gd(e))):r?.ready((()=>{i.current||(i.current=new r.Map("map",{center:gd(e),zoom:l,controls:[],suppressMapOpenBlock:!0})),nd({yandexMaps:r,map:i.current,points:e,isLoad:n})}))}),[r,e,l,n]),!r)return null;const d="z-10";return c("div",{id:"map",className:h("relative","w-full",t),children:[n?o(ed,{}):null,c("div",{className:h("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",d),children:[o(hd,{yandexMaps:i}),o(hd,{yandexMaps:i,direction:"out"})]}),od(i,r,h("right-2 top-80",d))]})})),gd=e=>{const t=[fd(xd(e,0)),fd(xd(e,1))];return t.every((e=>e))?t:ud},xd=(e,t)=>e.map((e=>e.coords?.[t])),fd=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,bd=({__html:e,list:t,richVersion:l})=>e||t?.length?c("div",{className:"mb-2xl border-b sm:border border-main-divider sm:rounded-md",children:[e?o("div",{className:"mb-2xl",children:o(Pe,{__html:e,richVersion:l})}):null,t?.length?o("div",{className:"flex flex-col sm:flex-row gap-2xl sm:flex-wrap pb-2xl sm:pb-xl",children:t.map(((e,t)=>c("div",{className:"flex gap-xs items-center",children:[e?.image?o(le,{image:e.image}):null,e?.text?o(Re,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,yd={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных",premiumService:"Премиальное обслуживание",privateBanking:"Услуга Private banking",sellingCoins:"Продажа монет из драгоценных металлов",buyingCoins:"Покупка монет из драгоценных металлов",bullionOperations:"Операции со слитками",preciousMetalsOperations:"Операции с драгоценными металлами",transferringDataToBiometricSystem:"Передача фото и голоса в Единую биометрическую систему",locationDisabledPeople:"Для маломобильных",designDisabledPeople:"Для слабовидящих",remoteWorkplace:"Удаленное рабочее место",serviceDisabledPeople:"Для маломобильных граждан"},vd="flex flex-col sm:flex-row sm:flex-wrap gap-3xl pb-2xl",wd=(e,{field:t,reset:l},n)=>{const a=n?5:6,i=(e||[]).map((e=>o(Gt,{text:yd[e],...t(e)},e))),[r,s]=a>0?[i.slice(0,a),i.slice(a)]:[i,[]];return o("div",{children:e?.length?o("div",{children:o(Qa,{renderFoldableSection:({isUnfolded:e})=>c("div",{children:[o("div",{className:vd,children:r}),o(ei,{className:vd,isUnfolded:e,children:s})]}),renderFoldButton:Nd(l,n)})}):null})},Nd=(e,t)=>({isUnfolded:l,onToggle:n})=>c("div",{className:"flex space-x-lg",children:[t?o(be,{version:"transparent",className:"text-secondary-text [&>*]:p-0",appendRight:o(H,{name:["ArrowDownIcon","ArrowUpIcon"][Number(l)],width:"16",height:"16"}),text:["Больше фильтров","Меньше фильтров"][Number(l)],onClick:n}):null,o(be,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:e,children:kd()})]}),kd=()=>c("div",{className:"flex items-center",children:["Очистить фильтр",o(H,{name:"CloseIcon",width:"16",height:"16",className:"ml-2xs"})]}),Sd=()=>{},Cd=()=>[],Td=e=>"all"===e?"block":"hidden",Id=d((({className:e,data:t=[],isLoad:l,remoteWorkplaces:a=[],renderCard:i=Sd,renderRemoteWorkplaceCard:s=Sd,filterItems:d=Cd,getBalloon:m=Sd,getBalloonRemoteWorkplaces:u=Sd,initFilterState:p={},descriptionData:g,title:x})=>{const f=x?.includes("Офис"),[b,{field:y,reset:v}]=At(p),[w,N,k,S]=r((()=>{const e=d(t,b),l=d(a,b),n=[...e.map((e=>({type:"offices",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:m(e)}))),...l.map((e=>({type:"workplaces",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:u({address:e.address,workScheduleDescription:e.workScheduleDescription})})))].filter((e=>e.coords&&2===e.coords.length));return[e,n,l,e.length+l?.length]}),[t,a,b]),[C,T]=n("all");return c("div",{className:h("space-y-1",e),children:[c("div",{className:"bg-white",children:[c("div",{className:"p-3xl pb-0",children:[Bd(x,S),g?bd(g):null,f&&Pd(t,C,T),o("div",{className:h("pb-3xl",Td(C)),children:wd(Object.keys(p),{field:y,reset:v},f)})]}),o("div",{className:"h-[600px]",children:o(Qc,{children:o(pd,{points:N,isLoad:l,className:"h-full"})})})]}),c(Qc,{children:[w.map(i),k.map(s)]})]})})),Bd=(e,t)=>o("div",{className:"flex flex-col sm:flex-row gap-xs mb-2xl",children:c(N,{headingType:"h3",children:[o("span",{suppressHydrationWarning:!0,children:e}),t?o(Re,{size:"text-h2",color:"text-secondary-text",children:o("span",{suppressHydrationWarning:!0,children:` (${t})`})}):null]})}),Pd=(e,t,l)=>{const n=Pc("all"===t),a=Pc("business"===t),i=(e,t,n)=>(e.currentTarget===e.target&&"business"===t&&n.filter((e=>e.workSchedule&&e.workSchedule.businessScheduleVisibleTag&&!e.workSchedule.businessScheduleDescription)),l(t),n);return c("div",{className:"flex gap-lg flex-col sm:flex-row pb-lg",children:[o(Ot,{"data-id":"all",onClick:t=>i(t,"all",e),version:n,children:"Для физических лиц"}),o(Ot,{"data-id":"business",onClick:t=>i(t,"business",e),version:a,children:"Для юридических лиц"})]})},Md={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"}},Rd=d((({className:e,children:t,color:l="gray"})=>c("div",{className:h("sm:p-s sm:border sm:border-green rounded-md flex items-center h-fit",Md[l].border,e),children:[o("div",{className:"block pr-m sm:pr-0 sm:hidden",children:o(le,{image:{icon:"SmallClockIcon"},width:"24",height:"24"})}),o(Re,{size:"text-m",color:Md[l].text,children:t})]}))),Vd=d((({value:e,subText:t,children:l,isPhone:n,...a})=>{const i=(Array.isArray(e)?e:e?.split(",")??[]).filter(Boolean);return[i.length,l,t].every((e=>!e))?null:Dd({textItems:i,subText:t,children:l,isPhone:n,...a})})),Dd=({label:e,labelSize:t="text-m",textItems:l,subColor:n,subText:a,className:i,children:r,isPhone:s=!1})=>c("div",{className:h("flex gap-2xs flex-col h-full max-w-[300px]",i),children:[e?o(Re,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,r||zd(l,s),a?o(Re,{color:n,size:"text-m",children:a}):null]}),zd=(e,t)=>e.filter(Boolean).map(((e,l)=>o(Re,{size:"text-l",children:t?o("a",{href:`tel:${Ad(e)}`,children:e.trim()}):e.trim()},String(l)))),Ad=e=>e.replace(/\D/g,""),_d=d((({className:e,children:t})=>o("div",{className:h("flex flex-col sm:flex-row sm:border-t sm:border-solid sm:border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),jd=["ArrowDownIcon","ArrowUpIcon"],$d=["Подробнее","Скрыть"],Ed=({isUnfolded:e,onToggle:t})=>c("button",{className:"w-full py-2xl cursor-pointer text-primary-main flex items-center border-b border-solid border-main-divider",onClick:t,type:"button",children:[o("div",{className:"pr-m",children:$d[Number(e)]}),o(H,{className:"text-primary-text",name:jd[Number(e)],width:"16",height:"16"})]}),Ld=({location:e,address:t,billAcceptorType:l,terminalType:n,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},d)=>{const m=[{label:"Устройство",value:Ud(n)},{label:"Модуль приема наличных",value:a?"Да":"Нет"},{label:"Прием наличных пачкой",value:"банкомат принимает пачками"===l?"Да":"Нет"},{label:"Доступность",value:["внешняя установка","территория банка"].includes(r)?"Общедоступный":""},{label:"Регистрационный номер",value:i}];return c("div",{className:"bg-white col-span-12 p-3xl sm:border-green sm:border",children:[c("div",{className:"sm:flex sm:justify-between",children:[c("div",{children:[o(Re,{size:"text-h4",children:Ud(e)}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(Re,{size:"text-l",children:t})]}):null]}),o("div",{className:"whitespace-nowrap",children:o(Rd,{color:"green",children:Ud(s)})})]}),o("div",{className:"hidden sm:block",children:o(_d,{className:"flex-wrap",children:m?.map(Fd)})}),o(Qa,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(ei,{isUnfolded:e,children:o(_d,{className:"flex-wrap",children:m?.map(Fd)})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Ed({isUnfolded:e,onToggle:t})})]},String(d))},Od=({address:e="",terminalType:t,atmCode:l=""})=>({header:`${Ud(t)} №${l}`,body:e.toUpperCase()}),Fd=(e,t)=>o(Vd,{...e},String(t)),Ud=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",Wd=[];const Hd=async e=>{const t=await it(e,{method:"GET"});return Array.isArray(t)?t:Wd},qd={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1,locationDisabledPeople:!1,designDisabledPeople:!1},Kd={terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable),locationDisabledPeople:e=>Boolean(e.locationDisabledPeople),designDisabledPeople:e=>Boolean(e.designDisabledPeople)},Yd=d((({descriptionData:e,className:t})=>{const[l]=no(),n=l?.code??"000",{data:a,isLoad:i}=function(e){const{data:t,error:l}=Zl(`/api/v1/atms?regionCode=${e}`,Hd);return{data:t||Wd,isLoad:!t&&!l}}(n);return o(Id,{className:t,filterItems:Xd,data:a,isLoad:i,initFilterState:qd,renderCard:Ld,getBalloon:Od,title:`Банкоматы филиала ${l?.name}`,descriptionData:e})})),Xd=(e,t)=>{const l=Object.keys(t).filter((e=>t[e])),n=l.filter((e=>e.startsWith("terminalType"))),a=l.filter((e=>!n.includes(e)));return e.filter((e=>{const t=a.every((t=>Kd[t](e))),l=!n.length||n.some((t=>Kd[t](e)));return t&&l}))},Gd=e=>{const t=Zd(e);return o(Vd,{label:"Режим работы",value:t,className:"max-w-none"})},Jd=({workTime:e="",lunchHour:t="",daysOff:l=""},n=!1)=>e?[`${n?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",l?`не работает: ${l}`:""].filter(Boolean).join("; "):"",Zd=e=>{const t=e.find((e=>"workingSaturday"!==e.key&&Boolean(e.status)&&Boolean(e.workTime))),l=e.find((e=>"workingSaturday"===e.key&&Boolean(e.status)&&Boolean(e.workTime))),n=e.filter((e=>!e.status)).map((e=>e.short?.toLowerCase())).join(", ");return[Jd({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:l?"":n}),Jd({workTime:l?.workTime,lunchHour:l?.lunchHour,daysOff:n},!0)].filter(Boolean)},Qd=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],em=e=>Qd.map((([t,l,n])=>({key:t,title:n,short:l,status:Boolean(e?.[t]),get workTime(){return"workingSaturday"===t?e?.workTimeSaturday:e?.workTime},get lunchHour(){return"workingSaturday"===t?e?.lunchHourSaturday:e?.lunchHour},get hasLunch(){return/\d+/.test(this.lunchHour??"")}}))),tm=e=>{if(!e)return null;const t=lm(e);return c(_d,{className:"border-none",children:[o(Vd,{label:"Для юридических лиц",labelSize:"text-l",children:o("div",{className:"flex gap-1",children:t.map(nm)})}),o(Vd,{label:"Режим работы",className:"max-w-none",children:o(Re,{children:e})})]})},lm=e=>{const t=Qd.map((([,e])=>({short:e,status:!0}))),l=e.split("/")??[],n=l[l.length-1]?.toLowerCase();return n?.includes("выходной")?t.map((e=>({...e,status:!n?.includes(e.short.toLowerCase())}))):t},nm=({short:e,status:t},l)=>o("div",{className:h("w-9 h-9 rounded-md flex items-center justify-center",t?"bg-green-more-light text-green-dark":"bg-error/30 text-error"),children:o(Re,{size:"text-xs",children:e})},String(l)),am=({currency:e,buyExchangeRate:t,saleExchangeRate:l},n)=>c("div",{className:"flex gap-lg h-full",children:[e?.currency?o(Vd,{label:"Валюта",value:e.currency}):null,t?o(Vd,{label:"Купить",value:String(t)}):null,l?o(Vd,{label:"Продать",value:String(l)}):null]},String(n)),im=(new Date).getDay(),rm=e=>{const[t]=e?.slice(im-1)??[];if(!t)return null;const{lunchHour:l,status:n,workTime:a,hasLunch:i}=t;return n?c("div",{className:"flex gap-s items-start whitespace-nowrap",children:[a?o(Rd,{color:"green",children:a}):null,l&&i?o(Rd,{color:"yellow",children:`перерыв: ${l}`}):null]}):o(Rd,{color:"red",children:"Выходной"})},sm=({lunchHour:e,hasLunch:t=!1,status:l=!1})=>l?e&&t?`Перерыв ${e}`:e:"Не работает",om=({title:e,status:t,workTime:l,lunchHour:n,hasLunch:a},i)=>o(Vd,{label:e,value:t&&l?l:"",subText:sm({lunchHour:n,hasLunch:a,status:t}),subColor:!t||a?"text-error":"text-green-dark"},String(i)),cm=e=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p>`,dm=e=>`<p><b>Режим обслуживания физ. и юр. лиц:<br/></b> ${e}</p>`,mm=(e,t)=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p> <p><b>Режим обслуживания юр.лиц:<br/></b>${t}</p>`,hm=({name:e,address:t,phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m},h)=>{if(!d)return null;const u=em(d);return c("div",{className:"bg-white col-span-12 p-3xl sm:border-green sm:border",children:[c("div",{className:"sm:flex sm:justify-between",children:[c("div",{children:[o(Re,{size:"text-h4",children:e}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(Re,{size:"text-l",children:t})]}):null]}),rm(u)]}),o("div",{className:"hidden sm:block",children:um({phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),o(Qa,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(ei,{isUnfolded:e,children:um({phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Ed({isUnfolded:e,onToggle:t})})]},String(h))},um=({phone:e,fax:t,phoneBusiness:l,phoneNatural:n,phoneCallCentre:a,phoneCurrencyControl:i,workSchedule:r,exchangeRate:s})=>{const d=em(r),m=r?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return c("div",{children:[c(_d,{className:"flex-wrap border-b border-solid border-main-divider",children:[o(Vd,{label:"Факс",value:t,isPhone:!0}),o(Vd,{label:"Телефон филиала",value:e,isPhone:!0}),o(Vd,{label:"Для обращений юридических лиц",value:l,isPhone:!0}),o(Vd,{label:"Обслуживание физических лиц",value:n,isPhone:!0}),o(Vd,{label:"Для консультаций по валютному контролю",value:i,isPhone:!0}),o(Vd,{label:"Контакт-центр",value:a,isPhone:!0})]}),r?.isMatchesPattern?o(_d,{children:o(Vd,{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(om)})})}):c(_d,{children:[o(Vd,{label:m,labelSize:"text-l",children:o("div",{className:"flex gap-1",children:d?.map(nm)})}),Gd(d)]}),r?.businessScheduleVisibleTag?tm(r?.businessScheduleDescription):null,s?.currencies?.length?o(_d,{className:"flex-wrap",children:s?.currencies?.map(am)}):null]})},pm=({name:e="",address:t="",workSchedule:l})=>{const n=(a=e)?`${a?.charAt(0)?.toUpperCase()}${a?.slice(1)}`:"";var a;const i=`${t} ${(e=>{const t=em(e),l=e?Zd(t):"",n=e?e.businessScheduleDescription:"";return e?e.businessScheduleVisibleTag?e.businessScheduleVisibleTag&&null===e.businessScheduleDescription?cm(l):mm(l,n):dm(l):null})(l)}`;return{header:n,body:i}},gm=({address:e,workScheduleDescription:t},l)=>t?c("div",{className:"bg-white col-span-12 p-3xl sm:border-yellow sm:border",children:[o("div",{className:"sm:flex sm:justify-between",children:c("div",{children:[o(Re,{size:"text-h4",children:"Удаленное рабочее место"}),e?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(Re,{size:"text-l",children:e})]}):null]})}),o("div",{className:"hidden sm:block",children:xm({workScheduleDescription:t})}),o(Qa,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(ei,{isUnfolded:e,children:xm({workScheduleDescription:t})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Ed({isUnfolded:e,onToggle:t})})]},String(l)):null,xm=({workScheduleDescription:e})=>c("div",{children:[c(_d,{className:"flex",children:[o(Vd,{label:"Операции для физических лиц",children:o(Re,{children:"Оформление и обслуживание кредитов, счетов, вкладов"})}),o(Vd,{label:"Операции для физических лиц",children:o(Re,{children:"Оформление и обслуживание банковских карт"})}),o(Vd,{label:"Операции для физических лиц",children:o(Re,{children:"Инвестиционное и накопительное страхование"})}),o(Vd,{label:"Операции для физических лиц",children:o(Re,{children:"Безналичные операции в рублях, переводы без открытия счёта"})})]}),o("hr",{className:"text-main-divider pb-xl"}),o(Vd,{label:"Режим работы",className:"max-w-none",children:o(Re,{children:e})})]}),fm=({address:e="",workScheduleDescription:t})=>({header:"Удаленное рабочее место",body:`${e} ${t}`}),bm={branches:[],remoteWorkplaces:[]};const ym=async e=>await it(e,{method:"GET"})||bm,vm={workingSaturday:!1,premiumService:!1,privateBanking:!1,remoteWorkplace:!1,serviceDisabledPeople:!1,sellingCoins:!1,buyingCoins:!1,bullionOperations:!1,preciousMetalsOperations:!1,transferringDataToBiometricSystem:!1},wm={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)},Nm=d((({className:e})=>{const[t]=no(),l=t?.code??"000",{data:n,isLoad:a}=function(e){const{data:t,error:l}=Zl(`/api/v1/branchesAndRemoteWorkplaces?regionCode=${e}`,ym);return{data:t||bm,isLoad:!t&&!l}}(l);return o(Id,{className:e,filterItems:km,data:n?.branches,isLoad:a,remoteWorkplaces:n?.remoteWorkplaces,initFilterState:vm,renderCard:hm,renderRemoteWorkplaceCard:gm,getBalloon:pm,getBalloonRemoteWorkplaces:fm,title:`Офисы филиала ${t?.name}`})})),km=(e,t)=>{const l=Object.keys(t).filter((e=>t[e]));return e.filter((e=>l.every((t=>wm[t](e)))))},Sm=d((({data:e,className:t,...l})=>{const n=e?.dataType??"offices";return o(g,{version:"transparent",className:h(t),defaultPadding:"p-0",...l,children:"offices"===n?o(Nm,{}):o(Yd,{descriptionData:e})})})),Cm=d((({className:e,title:t,description:l="Блок в разработке...",...n})=>c(g,{className:h("box-border",e),...n,children:[o(C,{className:"max-w-[600px]",title:t,description:l,headlineVersion:"L",align:"text-left",isEmbedded:!0}),o(x,{})]}))),Tm=d((({className:e,padding:t,slides:l=[],...n})=>o(g,{className:h("overflow-hidden relative",e),padding:t,...n,children:o(Ka,{gap:0,padding:0,children:l.map((e=>e.productBlock)).map(((e,t)=>o("div",{className:"box-border h-full",children:o(Xe,{className:"px-5 h-full",headlineVersion:"L",...e,...n})},String(t))))})}))),Im=d((({address:e,email:t,telephone:l,button:n,className:a="",__html:i,richVersion:r,icon:s,title:d,version:m="primary",...u})=>c(g,{className:h("box-border text-left space-y-s",a),version:m,...u,children:[c("div",{className:"w-full flex justify-between flex-row-reverse",children:[$e(s)?o("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:o(le,{image:s})}):null,d?o(N,{headingType:"h3",as:"h3",title:d}):null]}),c("div",{className:"w-full space-y-m",children:[i?Bm({__html:i,richVersion:r}):null,Pm({label:"Адрес",data:e,iconName:"GeolocationIcon"}),Pm({label:"Телефон(факс)",data:l,iconName:"PhoneIcon"}),Pm({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),n?.text?Ee([n]):null]})]}))),Bm=e=>o("div",{className:"border-b border-main-divider pb-lg",children:o(Pe,{...e,itemSize:"list-s"})}),Pm=({label:e,data:t,iconName:l,dataColor:n=""})=>t?c("div",{className:"flex gap-s",children:[o(H,{iconVersion:"black",name:l,width:"24",height:"24"}),c("div",{className:"flex flex-col gap-2xs",children:[o(Re,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),o(Re,{size:"text-xl",color:n,children:t})]})]}):null,Mm=d((e=>{const{__html:t,richVersion:l="",...n}=e;return o(g,{defaultPadding:"p-0",...n,children:o(Pe,{__html:t,richVersion:l})})})),Rm=d((({className:e=""})=>{const[t,l]=n("option2"),a=i((e=>l(e)),[]);return c("div",{className:h("order-4",e),role:"radiogroup",children:[o(Qn,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),o(Qn,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),Vm=d((({data:e,fieldLabel:t,fieldValue:l,selected:n,placeholder:a="",setSelected:i,label:r})=>{const s=e.filter(Boolean).map((e=>({key:e?.[l||t],text:e?.[t]}))),c=s.find((e=>e.key===n));return o(ul,{options:s,label:r,placeholder:a||n,onChange:e=>i(e.key),value:c})})),Dm=d((({regions:e=[],selectedRegion:t,onSelectedRegion:l,branches:n=[],selectedBranch:a,onSelectedBranch:i})=>c("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[o("div",{className:"flex-1 min-w-0",children:o(Vm,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:l,label:"Регион"})}),o("div",{className:"flex-1 min-w-0",children:o(Vm,{data:n,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),zm=["От 1 дня","До 365 дней"],Am=d((({days:e,setDays:t})=>c("div",{className:"order-1",children:[o(Re,{size:"text-m",font:"font-light",children:"Срок аренды"}),o(mn,{min:1,max:365,value:e,items:zm,onChange:t})]}))),_m=d((({caseVolumes:e=[],selectedCaseVolume:t,onSelectedCaseVolume:l,safeBoxCases:n=[],selectedBoxSize:a,onSelectedBoxSize:i})=>c("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[o("div",{className:"flex-1 min-w-0",children:o(Vm,{data:e,fieldLabel:"volume",selected:t,setSelected:l,label:"Размер",placeholder:"Выберите размер"})}),o("div",{className:"flex-1 min-w-0",children:o(Vm,{data:n,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),jm=d((({regions:e,selectedRegion:t,branches:l,selectedBranch:n,days:a,selectedCaseVolume:i,selectedBoxSize:r,safeBoxCases:s,caseVolumes:d,onChange:m,onClick:h})=>c("div",{className:"contents @xl:block flex-1 space-y-xl",children:[o(Dm,{regions:e,selectedRegion:t,onSelectedRegion:e=>m({selectedRegion:e}),branches:l,selectedBranch:n,onSelectedBranch:$m(m)}),o(Am,{days:a,setDays:e=>m({days:e})}),o(_m,{caseVolumes:d,selectedCaseVolume:i,onSelectedCaseVolume:Em(m),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>m({selectedBoxSize:e})}),o("div",{className:"order-4",children:o(Re,{size:"text-l",font:"font-light",color:"text-secondary-text",children:"Тип договора"})}),c("div",{className:"contents @md:flex justify-between items-center gap-m",children:[o(Rm,{}),o(be,{text:"Офисы на карте",version:"primary",onClick:h,className:"order-6"})]})]}))),$m=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},Em=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},Lm=d((({days:e,tariffs:t=[]})=>{const l=Fm(e,t),n="На рисунке изображена пачка листов\nформата А4";return c("div",{className:"contents @xl:flex flex-col justify-between gap-xl order-2",children:[c("div",{className:"flex flex-col @xl:flex-row gap-x-6xl gap-y-2xl order-5 @xl:order-none py-2xl @xl:py-0 border-t border-main-divider @xl:border-none",children:[Om("Аренда за",e),Om("Цена",l+" ₽")]}),o("div",{className:"@xl:hidden order-3 mb-xs",children:o(k,{size:"text-s",font:"font-light",color:"text-secondary-text",children:n})}),c("div",{className:"flex flex-col items-center gap-s order-3 @xl:order-none mb-xl @xl:mb-0 bg-primary-main py-s @xl:p-3xl text-center",children:[o(le,{image:{icon:"PackA4Icon"},className:"@xl:h-60"}),o("div",{className:"hidden @xl:inline opacity-80 whitespace-pre-line",children:o(k,{size:"text-s",font:"font-light",color:"text-white",children:n})})]})]})})),Om=(e,t)=>c("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[o(Re,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o("span",{className:"text-l @xl:text-h3 text-primary-text",children:t})]}),Fm=(e,t)=>{const l=Um(e);return e*(t?.find((e=>e.tariffType===String(l)))?.tariffValue||0)},Um=e=>{let t=1;switch(!0){case e>30&&e<=90:t=2;break;case e>90&&e<=180:t=3;break;case e>180&&e<=365:t=4}return t},Wm=(e,t)=>e.find((e=>e.branchCode===t)),Hm=d((e=>{const{regions:t,data:l,branches:n,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[l.selectedRegion,i]);const s=Wm(n,l.selectedBranch),d=qm(s?.safeBoxCaseVolumes),m=Km(s?.safeBoxCaseVolumes,l.selectedCaseVolume)?.safeBoxCases,h=Ym(m,l.selectedBoxSize);return c("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[o(jm,{...l,regions:t,onClick:r,branches:n,caseVolumes:d,safeBoxCases:m,onChange:i}),o(Lm,{days:l.days,tariffs:h})]})})),qm=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],Km=(e,t)=>e?.find((e=>e.volume===t)),Ym=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,Xm=[];const Gm=async e=>await it(e,{method:"GET"})||Xm,Jm=d((({title:e,footnote:t,className:l="",...a})=>{const[r,s]=n(!1),d=i((()=>s((e=>!e))),[]),[m,h]=n({selectedRegion:"",selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:"",days:26}),u=In(),p=Zm(m.selectedRegion,u),x=function(e){const{data:t}=Zl(e?`/api/v1/safeboxes?regionCode=${e}`:null,Gm);return t||Xm}(p),f=i((e=>h((t=>({...t,...e})))),[h]),b=(y=Wm(x,m.selectedBranch)||x,Array.isArray(y)?y.map((e=>({coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)].filter(Boolean),content:void 0}))).filter((e=>e.coords&&2===e.coords.length)):y?.gpsLatitude&&y?.gpsLongitude?[{coords:[y.gpsLatitude,y.gpsLongitude]}]:[]);var y;return c(g,{className:l,defaultPadding:"",...a,children:[c("div",{className:"p-4xl space-y-xl",children:[e?o(N,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,o(Hm,{regions:u,branches:x,data:{...m,selectedRegion:p},onClick:d,onChange:f}),t?o(k,{size:"text-s",font:"font-light",children:t}):null]}),b.length&&r?o(pd,{points:b,className:"h-[640px]"}):null]})})),Zm=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e,Qm={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"},eh=(e,t,l)=>(n,a)=>{const{button:i}=n;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:th(e,l)(n,a)}),c("div",{className:h("flex flex-col justify-center h-fit w-full",{"min-h-6xl":e}),children:[lh(n),i?.text?o(be,{className:"box-border py-s w-full max-w-60 mt-lg",version:t,...i,children:i?.text}):null]})]})},String(a))},th=(e,t)=>(l,n)=>{const a="secondary"===t?"white":"color",i=Boolean(l?.icon?.src),r=nh(e,i),s=i?"transparent"===t:t;return o(g,{className:h("z-10 mr-s flex justify-center content-center rounded-md",r),defaultPadding:"",version:s,children:o("div",{className:"flex max-w-full max-h-full items-center justify-center",children:ah({step:l,iconVersion:a,i:n,stepVersion:t})})})},lh=e=>c("div",{children:[e?.label?o(k,{size:"text-l",align:"text-left",children:e.label}):null,e?.description?o("div",{className:h("text-s font-light text-left",Qm.description),children:e.description}):null,o(Pe,{__html:e.__html})]}),nh=(e,t)=>e&&t?"h-14 w-14":"h-11 w-11",ah=({step:e,iconVersion:t,i:l,stepVersion:n})=>{return $e(e?.icon)?o(le,{image:{...e.icon,iconVersion:e.icon?.iconVersion||t},imageClassName:"max-w-full max-h-full",width:"24",height:"24"}):o("span",{className:h("text-h4","transparent"===n?Qm.iconText:(a=n,"secondary"===a?"group-data-primary:text-white":"text-secondary-text")),children:l+1});var a},ih=d((({className:e="",title:t,description:l,steps:n=[],buttons:a,stepVersion:i="gray",version:r="primary",...s})=>{const d=n.length>3;return c(g,{className:h("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:r,...s,children:[o(C,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),n?.length?o("div",{className:"flex flex-col gap-6xl justify-between box-border",children:n.map(eh(d,r,i))}):null,Ee(a,{isVertical:!0})]})})),rh=d((({isActive:e,item:t,onClick:l})=>c("div",{className:h(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:l,children:[o(H,{className:"w-6 h-6",name:t?.icon?.icon,iconVersion:e?"color":"black"}),t?.title||""]}))),sh=d((({className:e,head:t,children:l,onClose:n,onClick:a})=>{const{close:r}=de(),s=i((()=>{r(),n&&n()}),[n]);return c("div",{onClick:a,className:h("relative min-h-full bg-white p-0 rounded-xl top-32",e),role:"dialog",children:[c("div",{className:"sticky py-xl top-0 rounded-xl bg-white z-10",children:[o(Ft,{className:"absolute top-1.5 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:l})]})})),oh=({menuRef:e,dialogRef:t,closeDialog:l,openDialog:n,leftItems:a,rightItems:i})=>[{openBottomMenuItemDialog:(r,s)=>{const c="left"===s?a:i,d=e?.current?.getBoundingClientRect();n(o(sh,{onClick:e=>e.stopPropagation(),onClose:l,className:"mt-[20%] border-t border-current",head:o("div",{className:"flex items-center justify-center px-xl",children:o(N,{as:"h4",title:c[r].description||c[r].title})}),children:o("div",{className:"bg-white pb-20 pt-1 text-l",ref:t,children:o("iframe",{id:"iframe-dialog",onLoad:()=>(()=>{const e=document.getElementsByTagName("iframe")["iframe-dialog"];e.style.height=String(e?.contentWindow?.document.body.offsetHeight)+"px"})(),src:c[r]?.src,width:d?.width||0})})}),{id:"left"===s?a[r].title:i[r].title})}}];function ch(e){throw new Error(e)}const dh=({onCloseAll:e,onClose:t}={})=>{const[l,{push:r,pop:s,clear:o}]=function(e=[]){const[t,l]=n(e),a=i((e=>l((t=>[...t,e]))),[]),r=i((()=>l((e=>e.slice(0,-1)))),[]),s=i((e=>l((t=>t.filter((t=>t!==e))))),[]),o=i((()=>l([])),[]);return[t,{setList:l,push:a,pop:r,remove:s,clear:o}]}(),c=i((()=>{e&&e(l),o()}),[l,e]),d=i((()=>{t&&t(l[l.length-1]),s()}),[l,t]);return a((()=>ce.subscribe("dialog",(e=>{switch(e.type){case"open":r(e);break;case"close":e.all?c():d();break;default:ch(e)}}))),[c,d]),l},mh=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:l,s1Matches:n,s2Matches:a}=function(e,t){const l=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),n=Array.from({length:e.length}),a=Array.from({length:t.length});let i=0;for(let r=0;r<e.length;r++){const s=Math.max(0,r-l),o=Math.min(r+l,t.length-1);for(let l=s;l<=o;l++)n[r]||a[l]||e[r]!==t[l]||(i++,n[r]=!0,a[l]=!0)}return{m:i,s1Matches:n,s2Matches:a}}(e,t);if(0===l)return 0;const i=function(e,t,{s1Matches:l,s2Matches:n}){let a=0;for(let i=0,r=0;i<e.length;i++){if(!l[i])continue;let s=r;for(;s<t.length;s++)if(n[s]){r=s+1;break}e[i]!==t[s]&&a++}return a}(e,t,{s1Matches:n,s2Matches:a}),r=(l/e.length+l/t.length+(l-i/2)/l)/3,s=r>.7?.1*function(e,t){let l=0;for(;e[l]===t[l]&&l<4;)l++;return l}(e,t):0;return r+s*(1-r)};const hh=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(Re,{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(uh,{...e},String(t))))})]}):null,uh=d((({icon:e,...t})=>{const l=he(),{text:n,target:a,href:i,onClick:r}=l(t);return c("div",{className:"flex gap-s items-center",children:[e?o(le,{image:e}):null,n?o("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:o(Re,{size:"text-l",font:"font-light",color:"text-primary-text",children:n})}):null]})})),ph=(e,t)=>l=>l.name?o(Ns,{href:`/branches/${l.slug}`,className:"mb-xs sm:mb-2xs hover:text-primary-hover",onClick:()=>t?.(l),data:ws(e,l.name),children:o(Re,{size:"text-l",font:"font-light",children:l.name})},String(l.id)):null,gh=d((({className:e,searchTerm:t,onSearch:l})=>c("form",{className:`font-sans relative ${e}`,children:[o("div",{className:"absolute rounded h-full flex items-center justify-center pl-m max-w-44 gap-s pointer-events-none",children:t?null:o("label",{htmlFor:"search-bar-input",className:"text-secondary-text ",children:"Поиск по филиалам"})}),o("input",{id:"search-bar-input",className:h(al,"h-12 pl-m w-full peer text-l text-black rounded-md box-border"),value:t,onChange:e=>l(e.target.value.toLowerCase()),type:"text",name:"location-search-bar-input"})]}))),xh=d((({foreignOffices:e,branches:t})=>{const[l,a]=no(t?.default),r=he(),{href:s}=r({href:`/branches/${l.slug}`}),[d,m]=n(""),h=bh(In()).sort(((e,t)=>e.name.localeCompare(t.name))),u=((e,t)=>{const l=new Map;for(const n of e){const e=t(n),a=l.get(e)||[];l.set(e,[...a,n])}return l})(h,fh),{close:p}=de(),g=i((e=>{a(e),p()}),[]);return c(Ut,{className:"pb-20",head:c("div",{children:[o(Re,{size:"text-h4",color:"text-primary-text",children:"Выберите филиал"}),l?o("div",{className:"mb-s",children:c(k,{size:"text-l",color:"text-primary-text",children:["Сейчас выбран:",o(Ns,{href:s,className:"inline mx-2xs text-primary-main",children:l.name})]})}):null,o(gh,{onSearch:m,searchTerm:d})]}),children:[d&&d.length>=3?o("div",{children:h.filter((({name:e})=>e&&mh(e.toLowerCase())(d.toLowerCase())>=.8)).map(ph(t?.dataSelect,g))}):o("div",{className:"columns-1 sm:columns-3 md:columns-4 lg:columns-5",children:Array.from(u.entries()).map((x=g,f=t?.dataSelect,([e,t])=>c("div",{className:"break-inside-avoid mb-2xl w-56",children:[o("div",{className:"mb-s",children:o(Re,{size:"text-h6",children:e})}),t.map(ph(f,x))]},e)))}),hh(e)]});var x,f})),fh=e=>e.name?.charAt(0)||"",bh=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),yh=d((({menuRef:e,menuItem:t,locationDialogProps:l,closeAll:n})=>{const i=(e=>{const{open:t,close:l}=de();return{open:(l={})=>t(o(xh,{...e}),l),close:l}})(l||{}),[{name:r}]=no(),s=e?.current?.getBoundingClientRect(),c=G(X.SITE_URL);return a((()=>{globalThis.frames["burger-menu-iframe"].postMessage({type:"currentLocation",data:r},"*")}),[r]),a((()=>{const e=e=>{if("location"===e.data.type&&i.open(),"reload"===e.data.type&&n(),"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)}}),[]),o(sh,{onClick:e=>e.stopPropagation(),head:o("div",{className:"flex items-center justify-center px-xl",children:o(N,{as:"h4",title:t?.title,className:"font-medium"})}),children:o("div",{className:"bg-white pb-20 pt-1 text-l",children:o("iframe",{id:"iframe-dialog",name:"burger-menu-iframe",onLoad:()=>(()=>{const e=globalThis.frames["burger-menu-iframe"],t=document.getElementsByTagName("iframe")["iframe-dialog"];t.style.height=String(t?.contentWindow?.document.body.offsetHeight)+"px",e.postMessage({type:"currentTab",data:c?.slice(1)},"*"),e.postMessage({type:"currentLocation",data:r},"*")})(),src:t?.src,width:s?.width||0})})})})),vh="burgerMenuDialog",wh=({menuRef:e,centralMenuItem:t,closeAll:l,openDialog:n,locationDialogProps:a})=>{const i=dh(),r=((e,t)=>Boolean(t.find((t=>t.id===e),e)))(vh,i);return[r,{toggle:()=>{r?l():n(o(yh,{locationDialogProps:a,menuRef:e,menuItem:t,closeAll:l}),{id:vh})}}]},Nh=[],kh=ht((({sticky:e,...t})=>{const{menuItems:l=Nh}=e??{},a=l.find((e=>"Меню"===e.title)),r=l.filter((e=>"Меню"!==e.title)),d=Math.floor(r.length/2),m=r.slice(0,d),h=r.slice(d),[u,p]=n(-1),[x,f]=n(""),{open:b,closeAll:y}=de(),v=i((()=>{p(-1),f(""),y()}),[y]),w=cl(v),N=s(null),[k,{toggle:S}]=wh({menuRef:N,centralMenuItem:a,closeAll:y,openDialog:b,locationDialogProps:t.header}),[{openBottomMenuItemDialog:C}]=oh({menuRef:N,dialogRef:w,closeDialog:v,openDialog:b,leftItems:m,rightItems:h}),T=i((e=>{v(),e.stopPropagation(),S()}),[v,S]),I=i(((e,t)=>{f(t),p(e),y(),C(e,t)}),[y,C]);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(Sh(I,"left",{activeIndex:u,currentItemPosition:x})),o(rh,{item:a,isActive:k,onClick:e=>T(e)}),h.map(Sh(I,"right",{activeIndex:u,currentItemPosition:x}))]})})})),Sh=(e,t,l)=>(n,a,i)=>o(rh,{item:n,isActive:i[l.activeIndex]?.title===n?.title&&l.currentItemPosition===t,onClick:r=>{i[l.activeIndex]?.title===n?.title&&l.currentItemPosition===t||r.stopPropagation(),e(a,t)}},n.title||String(a)),Ch="hidden sm:flex absolute z-40",Th={default:{item:"flex-1",gap:0,buttonTop:"top-0"},animated:{item:"flex",gap:8,buttonTop:"top-5"},underlined:{item:"",gap:0,buttonTop:"top-0"}},Ih=d((({className:e,items:t=[],activeItem:l,onChange:n,tabsType:i="default"})=>{const[r,s]=_a({itemCount:t?.length||0});return a((()=>Bh(r.current,t,l)),[]),c("div",{className:h("relative overflow-x-auto no-scrollbar",e),children:[o(ka,{containerRef:r,snapAlign:"snap-start",onVisibleIndicesChange:s.handleVisibleIndicesChange,itemClassName:Th[i].item,gap:Th[i].gap,children:t.map(Yc(l,n,i))}),s.canScrollLeft?o(Oa,{className:h("left-6",Ch,Th[i].buttonTop),onClick:s.scrollLeft}):null,s.canScrollRight?o(Fa,{className:h("right-6",Ch,Th[i].buttonTop),onClick:s.scrollRight}):null]})})),Bh=(e,t,l)=>{const n=t.findIndex((e=>e===l));e&&n>0&&e.scrollTo({left:e?.children[n]?.offsetLeft,behavior:"smooth"})},Ph={default:{wrapper:"",component:""},animated:{wrapper:"border-b-8 border-primary-main bg-white",component:"m-auto"},underlined:{wrapper:"flex",component:"m-auto"}},Mh=({className:e="",tabsType:t="animated",...l})=>t?o("div",{className:h(Ph[t].wrapper,e),children:o(Ih,{className:Ph[t].component,tabsType:t,...l})}):null,Rh=ht((({className:e="",tabs:t=[],block:l,tabsType:r,showCounter:s=!1,isSticky:d=!1,...m})=>{const u=Vh(l??{}),p=V(),x=t.every((e=>"link"===e?.type)),f=s?t.map((e=>({...e,count:"group"===e?.type?l?.slots?.[e?.tabName??""]?.length??0:0}))):t,{isReady:b}=p,[y,v]=n(Ah(f,((e="")=>{const t=globalThis?.location?.href;return t?new URL(t).searchParams.get(e):null})(u))),w=f[y],N=f.findIndex((e=>Boolean(e.selected)));a((()=>{const e=p.query[u]?f.findIndex(((e,t)=>"group"===e.type&&(e?.tabName??String(t))===p.query[u])):N;v(-1===e?0:e)}),[b,N,u]);const k=zh(f[y],y),S=i((e=>{const t=f.indexOf(e),l=f[t];v(t),"group"===l.type&&((e,t)=>{const l=new URLSearchParams(p.query);e.text?l.set(u,e?.tabName??String(t)):l.delete(u),p.replace(`${p.pathname}?${l}`,"",{scroll:!1})})(e,t)}),[f]);return c(g,{className:h({"sticky top-1 z-20":d&&x},e),defaultPadding:"p-0",block:l,...m,children:[Mh({className:h({"pb-1":l?.slots&&"default"===r,"sticky top-1 z-20":d&&!x}),items:Dh(t,f),activeItem:w,tabsType:r,onChange:S}),o("div",{className:"space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:Object.entries(l?.slots??{}).map((([e,t])=>M(t,{...m?.options,slotName:k,parent:l,extraProps:{className:e===k?"":"hidden"}})))})]})}),{slots:({tabs:e})=>e?.map(zh)?.filter(Boolean)||[]}),Vh=({__id:e,anchor:t})=>t??e??"tabs",Dh=(e,t)=>t?.length?t:e,zh=(e,t)=>"group"===e?.type?e?.tabName||`Слот №${t+1}`:"",Ah=(e,t)=>t?Number(t):e.reduce(((e,t,l)=>t.selected?l:e),0),_h={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},jh=d((({children:e,activeIndex:t,columnWidth:l,version:n="comparison"})=>o("div",{className:"flex flex-1 overflow-hidden",children:o("div",{className:_h[n],style:{transform:`translateX(-${t*l}px)`},children:e})}))),$h=d((({className:e="",isOpen:t,onClick:l})=>o(be,{className:e,appendRight:o(le,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"24",height:"24"}),text:t?"Скрыть":"Показать",version:"gray",onClick:l}))),Eh={Buttons:({buttons:e})=>Ee(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?o(le,{image:e}):null,RichText:({__html:e,isDotted:t=!0})=>o("div",{className:"flex flex-col justify-between items-start text-h6",children:o(Pe,{__html:e,isDotted:t,itemSize:"list-m"})}),LabelDescription:({label:e,description:t})=>c("div",{className:"space-y-2xs",children:[e?o("div",{children:o(Re,{size:"text-h6",children:e})}):null,t?o("div",{className:"lg:text-l font-light text-xs",children:o(Re,{color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,tableSource:l,pdfUrl:n,isOpen:a})=>e?o($h,{className:"w-fit",isOpen:a,onClick:()=>{t({tableSource:l,pdfUrl:n})}}):null},Lh=d((({cell:e,fieldIdx:t,rowIdx:l,cellIdx:i,setTableInner:r,tableInner:s,openTableInnerIdx:o,setOpenTableInnerIdx:c})=>{const[d,m]=n(!0);a((()=>{i===o&&s||m(!0)}),[s,o]);return Oh({cell:e,cellProps:{rowIdx:l,cellIdx:i,fieldIdx:t,displayTable:e=>{m(!1),c(i),r(e)},isVisible:d}})})),Oh=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:l,...n}=e;if(!l||!(l in Eh))return null;return o(Eh[l],{...t,...n})},Fh=d((({cells:e,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})=>o("div",{className:"w-80 flex-grow flex flex-col gap-m @4xl:gap-lg",role:"cell",children:e?.length?e.map(((e,s)=>o(Lh,{cell:e,fieldIdx:s,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r},String(s)))):null}))),Uh=(e,t)=>140*((e=[])=>e.reduce(((e,t)=>e+t),0))(e.slice(0,t).map((e=>e?.cols?.length??1))),Wh=(e,t)=>e?.length>0?o("div",{className:h("flex",{"text-secondary-text":0===t}),children:e.map(((e,t)=>o("div",{className:"w-20 mx-lg",children:o(Re,{size:"text-h6",font:"font-light",children:e})},String(t))))}):null,Hh=d((({rows:e})=>{return o(ka,{visibleItemCount:0,snapAlign:"snap-start",children:o("div",{children:e?.map((t=0,(e,l)=>{if(!e?.length)return null;const[n,...a]=e,i=h("flex duration-1000 text-center",0!==l?"font-normal":"font-light");return c("div",{className:"flex border-main-divider border-b border-solid h-full",children:[n?.data?o("div",{className:"whitespace-pre-wrap sm:whitespace-normal w-48 sm:w-56 sm:min-w-56 py-lg pr-lg sm:pr-0",children:o(Re,{size:"text-xl",font:"font-light",children:n.data})}):null,o("div",{className:"flex flex-grow overflow-hidden",children:o("div",{className:i,style:{transform:`translateX(-${Uh(a,t)}px)`},children:a?.map(((e,l)=>c("div",{className:"flex flex-col flex-grow gap-s justify-center py-xl odd:bg-main-divider",children:[e?.data?o(Re,{size:"text-xl",children:e.data}):null,e?.cols?Wh(e.cols,t):null]},`row${l}`)))})})]},String(l))}))})});var t})),qh=d((({activeTabIndex:e,items:t})=>o("div",{children:t.map(((t,l)=>{const n=`activeTabIdx:${e}-tableIdx:${l}`;return c("div",{className:"w-full @container",children:[o("div",{className:"flex py-m sm:px-m bg-white @4xl:bg-gray relative",children:o(Re,{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(Hh,{rows:t.rowsData})})})]},n)}))}))),Kh=(e=!1)=>""+(e?"text-white":"text-secondary-text"),Yh=d((({currencies:e,linkToPDF:t,activeTabIndex:l,setActiveTabIndex:n})=>c("div",{className:"flex justify-between items-center w-full py-lg",children:[e&&e.length>1?o("div",{className:"flex bg-secondary-light p-2xs rounded-md",children:e.map(((e,t)=>o("div",{className:h("rounded-md px-4 py-3 cursor-pointer",{"bg-primary-main":t===l}),onClick:()=>n(t),children:o(Re,{size:"text-xl",font:"font-light",color:Kh(t===l),children:e||t+1})},e)))}):null,t?o(be,{className:"text-primary-main",href:t,version:"link",target:"_blank",appendLeft:o(H,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]}))),Xh=ht((({tableSource:e,pdfUrl:t,onClick:l})=>{const a=e?.tableData,[r,s]=n(0),d=i((e=>s(e)),[]),m=a?.[r]?.items??[],h=a?.map((e=>e.currency??""));return c("div",a?{className:"bg-white z-10",children:[o(Yh,{currencies:h,activeTabIndex:r,setActiveTabIndex:d,linkToPDF:t}),o(qh,{activeTabIndex:r,items:m}),o($h,{className:"mt-xl",onClick:l,isOpen:!0})]}:{className:"my-lg space-y-m text-center",children:[o(Re,{size:"text-h6",children:"Данных нет"}),o($h,{onClick:l,isOpen:!0})]})})),Gh=d((({children:e,tableInner:t,onHideContentClick:l})=>c("div",{className:"self-start flex flex-col",role:"row",children:[o("div",{className:h("@4xl:border-main-divider @4xl:border-b","flex flex-col @4xl:flex-row gap-y-xs gap-x-5xl pb-lg @4xl:pt-lg"),children:e}),t?o("div",{className:"origin-top animate-expansion",children:o(Xh,{...t,onClick:l})}):null]}))),Jh=d((({row:{header:e,data:t},activeIndex:l,rowIdx:a,...r})=>{const[s,d]=n(void 0),m=i((e=>d(e)),[]),[u,p]=n(void 0),g=i((e=>p(e)),[]);return c(Gh,{onHideContentClick:()=>d(void 0),tableInner:s,...r,children:[o("div",{className:h("text-s","w-80 flex-shrink-0"),children:c("div",{className:"flex gap-m items-center",role:"cell",children:[e?.icon?o(le,{className:"hidden @4xl:block max-w-6 shrink-0",image:e.icon,width:"24",height:"24"}):null,e?.title?o(Re,{size:"text-m",font:"font-light",color:"text-primary-text",children:e?.title}):null]})}),t?.length?o(jh,{activeIndex:l,columnWidth:360,version:"tariff",children:t.map(((e,t)=>o(Fh,{cells:e,rowIdx:a,cellIdx:t,setTableInner:m,tableInner:s,openTableInnerIdx:u,setOpenTableInnerIdx:g,...r},String(t))))}):null]})}));function Zh({dec:e,inc:t,canDec:l,canInc:n,btnClass:a,className:i=""}){return l||n?c("div",{children:[l?o(La,{className:h("absolute z-40",a[0],i),onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!l}):null,n?o(La,{className:h("absolute z-40 rotate-180",a[1],i),onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!n}):null]}):null}const Qh=d((({children:e,controls:t})=>{const{isScrollAvailable:l}=t;return c("div",{role:"table",className:"overflow-x-auto w-auto grid md:block",children:[c("div",{className:"relative space-y-xs",children:[e,Zh({...t,btnClass:["top-28","top-11"],className:"right-7"})]}),l?o("div",{className:"absolute top-0 right-0 bottom-0 w-20 bg-opacity-to-white"}):null]})})),eu=d((({className:e="",title:t,description:l,rowHeaders:a,tariffsColumns:r,hiddenRowsNum:s=0,...d})=>{const m=r?.map((({data:e})=>e))||[],u=a?.map(((e,t)=>({header:e,data:m.map((e=>e?.[t]||[]))}))),p=m.length,[x,f]=((e,t=0)=>{const{itemCount:l,visibleItemCount:a}=e,[r,s]=n(t),o=i((()=>s((e=>Math.min(e+1,l-1)))),[l]),c=i((()=>s((e=>Math.max(e-1,0)))),[l]),d=a?l>a&&r<l-a:r<l-1,m=r>0;return[r,{inc:o,dec:c,canInc:d,canDec:m,isScrollAvailable:m||d}]})({itemCount:p,visibleItemCount:2}),b=(u||[]).map(((e,t)=>o(Jh,{row:e,activeIndex:x,rowIdx:t,...d},String(t)))),[y,v]=s>0?[b.slice(0,-s),b.slice(-s)]:[b,[]];return c(g,{className:h("relative space-y-6xl @4xl:space-y-xl",e),defaultPadding:"p-6xl",...d,children:[o(C,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),o("div",{className:"space-y-m overflow-hidden",children:s>0?o(Qa,{renderFoldableSection:({isUnfolded:e})=>c(Qh,{controls:f,children:[y,o(ei,{isUnfolded:e,children:v})]}),renderFoldButton:Za}):o(Qh,{controls:f,children:b})})]})})),tu=d((({className:e="",title:t,description:l,iconVersion:n,__html:a,richVersion:i,...r})=>c(g,{className:h("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...r,children:["small"===n?lu():null,c("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?o(Re,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,l?nu(l):null,a?o(Pe,{richVersion:i,__html:a}):null]})]}))),lu=()=>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"}),nu=e=>o(k,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),au=d((({prefix:e,unit:t,suffix:l})=>c("div",{className:"w-full flex items-end",children:[e?o("div",{className:"gradient-color-text",children:o(Re,{size:"text-h2",children:e})}):null,t?o("div",{className:"-mb-6 @xl:-mb-4",children:o("span",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:t})}):null,l?o("div",{className:"gradient-color-text",children:o(Re,{size:"text-h2",children:l})}):null]}))),iu=d((e=>{const{prefix:t,unit:l,suffix:n,...a}=e;return o(g,{defaultPadding:"p-0",...a,children:o(au,{prefix:t,unit:l,suffix:n})})})),ru={AdTile:pt,ApplicationForm:ha,BankAccountFiltration:bi,BenefitsBlock:ki,BonusBenefitsBlock:Ti,ButtonsBlock:Bi,CalculatorBonus:Ui,CalculatorBusinessDeposit:or,CalculatorCredit:kr,CalculatorDeposit:Or,CalculatorRefinancing:Xr,CardTransfer:ls,Carousel:ds,CarouselCard:ps,CarouselCatalogCard:xs,CarouselLinks:ys,CarouselRecommendationCard:Is,CarouselTariffsCard:Ms,DepositFiltration:_s,Depository:Qs,ErrorBlock:to,ExchangeRateTile:Po,Footer:Go,GrantSupport:Jo,Header:cc,Headline:C,HorizontalLayout:uc,ImgBlock:pc,LinkDocs:Sc,MobileAppTile:Bc,MortgageFiltration:Jc,OfficesAtmsMap:Sm,Placeholder:Cm,ProductBlock:ut,ProductGallery:Tm,RepresentativeOfficeInfo:Im,RichTextBlock:Mm,RollupItem:jo,SafeDepositRental:Jm,StepsBlock:ih,StickyBottomMenu:kh,TabsLayout:Rh,TariffsTable:eu,TextBlock:tu,UnitBlock:iu,VerticalLayout:hc},su=me((()=>{a((()=>{Ct()}),[]);const e=Dt();ol(globalThis,"click",(e=>t=>{const l=t.target?.closest("[data-aspects]");try{const n=JSON.parse(l?.dataset?.aspects??"[]");kt({aspectsAttributes:n,aspects:e,ev:t})}catch(e){}e.forwardQuery?.(t)})(e))}));const ou="cookie",cu=d((({__html:e})=>{const[t,{setTrue:l,setFalse:n}]=ll();!function(e,t,l=300){a((()=>{const t=globalThis.setTimeout(e,l);return()=>{globalThis.clearTimeout(t)}}),t)}((()=>{globalThis.localStorage?.getItem(ou)||l()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(ou,"true"),n()}),[]);return t&&e?o("div",{className:"container fixed left-0 right-0 bottom-0 z-50",role:"dialog",children:c("div",{className:"bg-white m-xl p-xl rounded-md flex sm:items-center shadow-main-black",children:[o("div",{className:"sm:flex-1",children:o(Pe,{__html:e})}),o("div",{className:"ml-s sm:ml-0 w-36 flex justify-end",children:o(Ft,{className:"bg-main-gray rounded-md w-11 h-11",onClose:r})})]})}):null})),du=d((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),l=dh({onCloseAll:e,onClose:t}),{close:n}=de(),r=i((({key:e})=>{"Escape"===e&&n()}),[]);return ol(globalThis.document,"keydown",r),a((()=>{l.length?(globalThis.document?.body.classList.add("no-scrollbar"),globalThis.document?.body.classList.add("overflow-hidden")):(globalThis.document?.body.classList.remove("no-scrollbar"),globalThis.document?.body.classList.remove("overflow-hidden"))}),[l]),l.length?o("div",{className:"fixed inset-0 z-50",role:"dialog",children:l.map((({dialog:e,id:t},n)=>o("div",{className:h("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar bg-black/50",{hidden:n!==l.length-1}),children:e},String(t||n))))}):null})),mu=d((()=>{const[e,t]=n(null),l=i((()=>{t(null)}),[]);a((()=>ce.subscribe("popup",(e=>{switch(e.type){case"open":case"update":t(e);break;case"close":l();break;default:ch(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&l()}),[l]);return ol(globalThis.document,"keydown",r),e?o("div",{className:h("z-50",e.fixed?"fixed":"absolute"),style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",children:e.popup}):null})),hu="header",uu="footer",pu="sticky-footer",gu={},xu=d((({className:e,data:t=gu,blocksRegistry:l,blockDecorator:n})=>{const{slots:a,blocks:i,fallback:r,...s}=t,d=mt(s,r);su();const m={key:"",page:{slots:a,blocks:i,fallback:r,...d},blocksRegistry:l,blockDecorator:n,parent:t};return c("div",{"data-theme":t.colorPalette||"pc",children:[c("section",{className:h("@container relative",t.style,e),children:[a?.header?.length?o("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:M(a?.header,{...m,slotName:hu})}):null,c("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[R({block:t,options:m,extraProps:{className:"scroll-mt-12"}}),M(a?.footer,{...m,slotName:uu})]})]}),a?.["sticky-footer"]?.length?o("div",{className:"fixed w-full bottom-0 left-0 z-[100]",children:M(a?.["sticky-footer"],{...m,slotName:pu})}):null,o(du,{}),o(mu,{}),o(cu,{__html:d?.cookieContent?.__html})]})}));Object.assign(xu,{childrenTypes:[],slots:()=>[hu,uu,pu]});e.Blocks=ru,e.ContentPage=xu,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),l=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await l.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.handlerDecorator=me,e.joinList=ri,e.packageVersion="0.14.566",e.projectSettings=z,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=L,e.useRouter=V,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),l=n("useState"),a=n("useEffect"),i=n("useCallback"),r=n("useMemo"),s=n("useRef");const o=(...e)=>globalThis._uni._jsx(...e),c=(...e)=>globalThis._uni._jsxs(...e),d=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:m(e)),t._tmpl},m=e=>{function t(t,n){const{children:l,...a}=t||{},i=n?.slots?.default,r=l||i&&i();return e(Object.assign(a,r&&{children:r}),n)}return t.inheritAttrs=!1,t},h=(...e)=>e.map((e=>u(e)?Object.entries(e).filter((([,e])=>e)).map((([e])=>e)):e)).flatMap((e=>e)).filter(Boolean).join(" "),u=e=>Boolean(e&&"object"==typeof e&&!Array.isArray(e)),p={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white",gray:"bg-main-divider text-primary-text",transparent:"bg-transparent text-primary-text","":""},g=d((({className:e,version:t="primary",isTheme:n=!0,defaultPadding:l="p-xl",padding:a,block:i,tag:r="section",role:s,children:c,style:d})=>{const m=t&&n;return o(r,{className:h("@container font-sans",{group:m},p[t],a||l,e),...m?{"data-ver":t}:{},...i?.anchor?{id:i.anchor}:{},role:s,style:d,children:c})})),x=d((({className:e,size:t})=>o("figure",{className:h("m-0 mt-xl min-w-[80%]",e),children:f(t)}))),f=(e=3)=>y(100,e).map((e=>Math.floor(e))).map(b),b=(e,t)=>o("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-dark relative overflow-hidden animate-pulse"},String(t)),y=(e,t)=>[e].concat(t>0?y(e/1.618,t-1):[]),v={h1:"h1",h2:"h1",h3:"h2",h4:"h2",h5:"h3",h6:"h3"},w={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},N=d((({className:e="",headingType:t="h3",as:n="h3",title:l,children:a})=>{const i=v[n]||"h3";return o(i,{role:"heading",className:h("font-sans m-0",w[t],e),children:l||a})})),k=d((({children:e,...t})=>o("p",{className:h("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"}},C=d((({className:e,version:t="",headlineVersion:n="XL",title:l,description:a,align:i="text-center",as:r,isEmbedded:s=!1,isTheme:d=!1,...m})=>{const u=S[n],p={marginTop:u.descriptionStyle};return c(g,{className:h({"@container-normal":s},e),defaultPadding:s?"":"p-6xl",version:t,isTheme:d,...m,children:[l?o(N,{className:h("whitespace-pre-wrap",i),...u?.title,as:r||u?.title.as,title:l}):null,a?o(k,{size:u.descriptionSize,font:u.descriptionWeight,align:i,...p,children:a}):null]})})),T=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),I=[];function B(e,t,{className:n,...l}={}){const{key:a,blockDecorator:i=T,blocksRegistry:r={},ancestors:s=I}=t,{type:c}=e;c&&c in r||console.warn(`No block with "${c}" is registered`);const d=c&&r[c];return i({blockClassName:h(e.style?.length?e.style:"col-span-12",n),block:e,ancestors:s,render:({block:n,blockClassName:i})=>{const{content:r}=n;return d?o(d,{className:i,block:e,options:t,...r,...l},a):null}},a)}const P=[],M=(e,{key:t,ancestors:n=P,slotName:l=null,extraProps:a,renderProps:i=B,...r})=>{const s=a?(e,t)=>B(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...n||P,[r.parent,l]]:n},a)))};function R({block:e,options:t,children:n,extraProps:l,renderProps:a}){return n||(e&&t?M(e.blocks,{...t,parent:e,extraProps:l,renderProps:a}):null)}function V(){return V._impl()}V._impl=()=>({isReady:!1,href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),V.setup=e=>{V._impl=e};const D=["CDN","BASE_PATH"],z=new Proxy({_:{},setup(e){this._=e}},{get(e,t){const n=e._[t]||e[t];return D.includes(t)?(e=>e&&!e.endsWith("/")?`${e}/`:e)(n):n}}),A=e=>Boolean(e?.includes(":")),j=(e,t)=>Boolean(e&&!A(e)&&(!t||"_self"===t)),_=e=>Boolean(e?.startsWith("#")),$=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/").replace(/^(.+):\//,"$1://").replace(/^file:/,"file:/").replace(/\/(\?|&|#[^!])/g,"$1").replace(/\?/g,"&").replace("&","?"),E=(e,t)=>Boolean(t&&e&&e.startsWith(t)&&["/"===t,e===t,"/"===e[t.length]].some(Boolean));var L=Object.freeze({__proto__:null,isURL:A,isLocalURL:j,isHash:_,withoutQuery:e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),joinPath:$,hasPrefix:E});const O="/api/",F=`${O}v1/storage`,U=e=>(t,n)=>{if([!t,A(t),_(t),[z.CDN,O].some((e=>E(t,e)))].some(Boolean))return t;if(((e="")=>/^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}(\/revs\/[0-9]{1,20})?$/.test(e))(t))return`${F}/${t}/attachment`;const l=t?.startsWith("/");return $(E(t,n)?"":n,l?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},W={"":"",normal:"",color:"text-primary-main",black:"text-black",white:"text-black",gray:"text-gray"},H=d((({className:e="",imageClassName:t="",name:n="",alt:l=`Иконка ${n}`,title:a=l,iconVersion:i="color",width:r,height:s})=>{const d=V(),m="normal"===i?`${n}.svg`:`sprites.svg#${n}`,u=U(d)($(z.CDN,"/icons/",m));return"normal"===i?o("img",{className:e,src:u,alt:l,title:a,"aria-hidden":"true",width:r,height:s,style:q(e,s)}):o(Y,{className:e,children:c("svg",{className:h(K(r),W[i],{invert:"white"===i},t),width:r,height:s,"aria-hidden":"true",children:[a?o("title",{children:a}):null,l?o("desc",{children:l}):null,o("use",{href:u,xlinkHref:u})]})})})),q=(e,t)=>{return e?.includes("h-")?{}:{height:(n=t,n&&!/\D/.test(n)?`${t}px`:t),width:"auto"};var n},K=e=>e?"":"w-full h-full",Y=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 G(e=""){try{const[,...t]=new URL(e).pathname.split("/");return`/${t.filter(Boolean).join("/")}`}catch(e){return""}}const J=e=>t=>{const n=t?.startsWith("/wcms-resources")?"":G(X.SITE_URL);return t&&!A(t)?U(e)(t,n):t},Z=(e,t)=>e?.media&&t?.media?e.media-t.media:0,Q=d((({className:e="",image:t,imageClassName:n=""})=>{const l=V();return c("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(Z).map((({src:e,format:n,media:a},i)=>o("source",{srcSet:J(l)(e),type:te(n),media:a?`(max-width: ${a}px)`:"",width:t?.size?.width,height:t?.size?.height},`${i}_${e}`))):null,t?.src?ee({...t,src:J(l)(t.src)},n):null]})})),ee=(e,t="")=>o("img",{src:e.src,className:h("object-contain",t),alt:e?.alt||e?.title||"",title:e?.title||"",style:{width:e?.size?.width?`${e.size?.width}px`:"100%",height:e?.size?.height?`${e.size?.height}px`:"auto"},width:e?.size?.width,height:e?.size?.height}),te=e=>e?`image/${String(e)}`:void 0,ne=d((({className:e="",image:t,imageClassName:n="",...l})=>t?.src||t?.icon?t.icon?o(H,{className:e,imageClassName:n,iconVersion:t?.iconVersion,name:t.icon,...l}):o(Q,{className:e,imageClassName:n,image:t}):null)),le={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active",white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:"text-primary-main",transparent:"",gray:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active","":""},ae="bg-main-divider text-main-disabled",ie={primary:ae,secondary:ae,white:ae,link:"",transparent:"",gray:ae,"":""},re="text-center font-sans select-none",se={primary:"group-hover/btn:brightness-0 group-hover/btn:invert",secondary:"group-hover/btn:brightness-0 group-hover/btn:invert",white:"group-hover/btn:brightness-0 group-hover/btn:invert",link:"text-primary-main",transparent:"",gray:"group-hover/btn:brightness-0 group-hover/btn:invert","":""},oe=({className:e,rounded:t,version:n})=>[re,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",n?le[n]:"",t?"rounded-full":"rounded-md",e].join(" ");const ce=new class{subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const n=this.subjectsStateMap[e];return n&&t(n),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}},de=()=>({open:(e,t={})=>ce.fire("dialog",{type:"open",dialog:e,...t}),close:()=>ce.fire("dialog",{type:"close"}),closeAll:()=>ce.fire("dialog",{type:"close",all:!0})}),me=e=>me._impl(e);function he(){const e=G(X.SITE_URL),t=V(),{closeAll:n}=de();return e=>{const n=U(t)(e.href);return{...e,href:n,"aria-label":e.text,onClick:me(l({...e,href:n}))}};function l({href:l,target:a,onClick:i}){return r=>{i&&i(r);const s=!E(l,e||"/");l&&!s&&j(l,a)&&(n(),r?.preventDefault(),t.push(((e,t="")=>e.replace(t,"")||"/")(l,e)))}}}me._impl=e=>e,me.setup=e=>{me._impl=e};const ue=e=>{if(!Array.isArray(e)||!e.length)return{};try{return{"data-aspects":JSON.stringify(e)}}catch(e){return{}}},pe=d((e=>{const{text:t,aboveText:n,appendLeft:l,appendRight:a,version:i="primary"}=e,r=xe(e)&&"hidden lg:block";return c("div",{className:h(ge(e),"flex gap-xs"),children:[l?o("div",{className:h(r,se[i]),children:l}):null,xe(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 -mt-3xs":"text-l"),children:t})]}):null,a?o("div",{className:h(r,se[i]),children:a}):null]})})),ge=e=>{const{version:t,aboveText:n,rounded:l}=e;if("link"===t)return"";const a=""+(n?"py-2.5 px-9":"py-4 px-9");return h("group/btn items-center justify-center",xe(e)?a:"h-12 w-12 m-auto",{"rounded-full":l})},xe=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),fe=({className:e,rounded:t,version:n})=>["inline-block",re,n?ie[n]:"",t?"rounded-full":"rounded-md",e].join(" "),be=d((({disabled:e,children:t,method:n="LINK",href:l,...a})=>{const r=(({method:e,href:t})=>i((n=>{if("POST"!==e||!t)return;n.preventDefault(),n.stopPropagation();const{origin:l,pathname:a,searchParams:i}=new URL(t||""),r=document.createElement("form");r.setAttribute("method","POST"),r.setAttribute("action",[l,a].join(""));for(const[e,t]of i.entries()){const n=document.createElement("input");n.setAttribute("type","hidden"),n.setAttribute("name",e),n.setAttribute("value",t),r.appendChild(n)}document.body.appendChild(r),r.submit()}),[]))({method:n,href:l}),s=he()({onClick:r,href:l,...a}),c=t??o(pe,{...s});return o(e?ve:ye,{...s,children:c})})),ye=d((({className:e="",href:t,rel:n,target:l,ariaLabel:a,version:i,rounded:r,onClick:s,type:c,data:d,children:m,text:h})=>o("a",{className:oe({className:e,version:i,rounded:r}),href:t,rel:n,target:l,"aria-label":a||`Ссылка на ${h}`,role:t?"link":"button",onClick:s,type:c,...ue(d),children:m}))),ve=d((({className:e,ariaLabel:t,version:n,rounded:l,children:a})=>o("button",{type:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:fe({className:e,rounded:l,version:n}),children:a})));function we({version:e,handleClick:t,text:n="Вернуться назад",alwaysVisible:l=!1}){if(!n)return null;const a="primary"===e?"white":"black",i="primary"===e?"bg-primary-main":"bg-white";return c("div",{className:h(l?"flex":"hidden sm:flex","items-center gap-s"),children:[o("div",{className:h(oe({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",rounded:!0}),i),onClick:t,children:o(ne,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:a}})}),o(be,{version:"link",className:"group-data-secondary:text-white",text:n,ariaLabel:n,onClick:t,type:"button"})]})}const Ne=()=>{const[e,t]=l(true);return a((()=>{const e=globalThis.matchMedia?.("(max-width: 1024px)"),n=()=>{t(Boolean(e?.matches))};return e?.addEventListener("change",n),e?.matches&&t(Boolean(e.matches)),()=>{e?.removeEventListener("change",n)}}),[]),e},ke={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Se=(e,{className:t,imageAlign:n})=>e?o("div",{className:h("shrink-1/2 justify-self-center",n&&ke[n],t),children:e}):null,Ce=d((({className:e,version:t="primary",defaultPadding:n,padding:l="",title:a,buttons:r,leftImage:s,rightImage:d,imageAlign:m,insetTitle:u,isImageAlwaysOnRight:p=!1,isImageSecondary:g=!1,backwardButton:x,children:f,...b})=>{const y=Ne(),v=V(),w=i((()=>v.back()),[]),N=b.options?.page?.common?.backwardButton,k=x&&!y;return c("div",{className:h("relative flex flex-col gap-3xl overflow-hidden",l||n,e),children:[k&&we({version:t,handleClick:w,text:N}),a?o("div",{className:"relative h-full",children:a}):null,c("div",{className:h("grow relative flex flex-col @xl:flex-row gap-3xl w-full",{"self-start @xl:w-auto":s}),children:[Se(s,{imageAlign:m,className:"mx-auto"}),c("div",{className:h("grid gap-3xl items-center md:items-stretch",{"@xl:grid-cols-2 auto-cols-fr":d,grow:!s},"h-full","auto-rows-[max-content_1fr]"),children:[c("div",{className:"grow space-y-lg min-w-fit",children:[u,f]}),Ie(R({...b,extraProps:{className:"@container-normal"}})),Se(d,{className:h("@xl:justify-self-end @xl:col-start-2",{[Te(p)]:r,"col-start-2 self-center":p,"hidden @xl:block":g}),imageAlign:m}),r?o("div",{className:"self-end",children:r}):null]})]})]})})),Te=e=>h(e?"row-span-2":"@xl:row-span-2"),Ie=e=>e?.length?o("div",{className:"flex items-start justify-end",children:e}):null,Be=(e,t="normal")=>e?.icon||e?.src?o("div",{className:h("sm:w-12 sm:h-12 sm:min-w-12 w-11 h-11 min-w-11 box-border flex items-center justify-center rounded-icon","normal"===t?"bg-secondary-light text-primary-main":"bg-primary-main text-black group-data-secondary:bg-white/30 group-data-secondary:text-black"),children:o(ne,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,Pe=d((e=>{const{__html:t="",richVersion:n="",itemSize:l="list-m",isDotted:a=!0}=e,i=a?"":"without-dots";return t&&"<p><br></p>"!==t.replace(/<\/?[^>]+\/?>/g,"").trim()?o("div",{"data-component":"rich-text-container",children:o("div",{className:h(n,l,"md-container group-data-secondary:text-white group-data-gray:text-secondary-text",i),dangerouslySetInnerHTML:{__html:t}})}):null})),Me=(e,t)=>e?o(k,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,Re=d((({children:e,...t})=>o("span",{className:h("font-sans",Object.values(t)),children:e}))),Ve=(e,t)=>e?o(Re,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,De=(e,t)=>["label"in e?Ve(e.label,t):null,"description"in e?o("span",{className:e.descriptionClassName,children:Me(e.description,t)},String(t)):null,"__html"in e?o(Pe,{...e},`rte-${t}`):null],ze=d((({className:e,benefitsVersion:t,...n})=>c("div",{className:h("flex gap-m min-w-56 items-center",e),role:"listitem",children:["icon"in n?Be(n.icon,t):null,o("div",{children:De(n)})]}))),Ae=d((({className:e,benefitsVersion:t="normal",benefits:n})=>n?.length?o("div",{className:h("flex gap-x-m gap-y-s flex-col",e),role:"list",children:n.map(((e,n)=>o(ze,{benefitsVersion:t,...e},String(n))))}):null)),je=d((({className:e,benefits:t})=>t?.length?o("div",{className:h("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),role:"list",children:t.flatMap(De)}):null)),_e=d((({isTabularBenefits:e,...t})=>o(e?je:Ae,{...t}))),$e=e=>Boolean(e?.src||e?.icon),Ee=(e,{className:t,buttonClassName:n,isVertical:l}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?o("div",{className:h("flex",l?"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(Le(n))}):null,Le=(e="")=>(t,n)=>{const{text:l,icon:a,iconRight:i,version:r,...s}=t||{},c=Oe(a,r),d=Oe(i,r);return l||a?.icon?o(be,{className:h("basis-full @lg:basis-auto",e),appendLeft:Fe({...a,iconVersion:c}),appendRight:Fe({...i,iconVersion:d}),version:r,text:l,...s},n?String(n):""):null},Oe=(e,t="secondary")=>{const n="secondary"===t?"color":"white";return e?.iconVersion||n},Fe=e=>$e(e)&&o(ne,{image:e,width:String(e?.size?.width||24),height:String(24)}),Ue=(e=0,{fixed:t}={})=>(n=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:t?e:0,maximumFractionDigits:e}).format(Number(n)||0),We=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(He)}):null)),He=({label:e,amount:t,unit:n},l)=>c("div",{className:"basis-full flex flex-col-reverse sm:flex-row sm:justify-between sm:bg-main-divider sm:py-m sm:px-lg sm:rounded-md items-baseline whitespace-pre",role:"listitem",children:[o(Re,{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:[Ue(2)(t)," ",n||"₽"]}):null]},String(l)),qe=d((({className:e,tags:t})=>t?.length?o("div",{className:h("flex flex-wrap gap-xs",e),role:"list",children:t.map(Ke)}):null)),Ke=(e,t)=>o("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:o(Re,{size:"text-m",font:"font-light",children:e})},String(t)),Ye={XXL:"list-l",XL:"list-l",L:"list-m",M:"list-m",S:"list-s",XS:"list-s"},Xe=d((({className:e,padding:t,defaultPadding:n,title:l,description:a,headlineVersion:i="L",align:r="text-left",benefitsVersion:s,isTabularBenefits:d,isDotted:m=!0,benefits:h,__html:u,richVersion:p,isFullWidthTitle:g,priceList:x=[],tags:f=[],buttons:b,image:y,imageOptions:{imageAlign:v="center",directionRight:w=!0,isImageAlwaysOnRight:N,isImageSecondary:k=!1}={},backwardButton:S,children:T,...I})=>{const B=y?.src?o(ne,{image:y}):null,P=o(C,{title:l,description:a,headlineVersion:i,align:r,isEmbedded:!0}),M=h?.filter((e=>"__html"in e||"label"in e||"description"in e));return o(Ce,{className:e,padding:t,defaultPadding:n,...g?{title:P}:{insetTitle:P},...Ge(B,w),isImageSecondary:k,imageAlign:v,isImageAlwaysOnRight:N,buttons:Ee(b),backwardButton:S,...I,children:c("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[M?.length?o(_e,{benefitsVersion:s,isTabularBenefits:d,benefits:M}):null,u?o(Pe,{richVersion:p,__html:u,isDotted:m,itemSize:Ye[i]}):null,T,x?.length?o(We,{priceList:x}):null,Je(f)]})})})),Ge=(e,t)=>t?{rightImage:e}:{leftImage:e},Je=e=>e?.length?o(qe,{tags:e}):null,Ze=e=>Boolean(e&&Array.isArray(e)),Qe=e=>Boolean(e&&!Array.isArray(e)&&"object"==typeof e),et=(e,t)=>{return n=e,Boolean(Qe(n)&&"string"==typeof n.$ref)?t.ref(e):Qe(e)?t.record(e):Ze(e)?t.array(e):t.scalar?t.scalar(e):e;var n},tt=(e,t)=>(e=>e.includes("#")?e.substring(e.indexOf("#")+1).split("/").filter(Boolean):[])(t).reduce(nt,e),nt=(e,t)=>e&&t?Qe(e)?e[t]:Ze(e)?e[parseInt(t,10)]:e:e,lt=(e,t)=>et(e,{ref:({$ref:e,...n})=>lt(e?tt(t(e),e):n,t),record:e=>Object.entries(e).map((([e,n])=>({[e]:lt(n,t)}))).reduce(((e,t)=>Object.assign(e,t)),{}),array:e=>e.map((e=>lt(e,t)))}),at=(e,t,n=[])=>{et(e,{ref:e=>t(e.$ref,n),record:e=>{for(const l in e)at(e[l],t,[...n,l])},array:e=>{for(let l=0;l<e.length;l++)at(e[l],t,[...n,l])}})};async function it(e,t){try{return e?await rt(e,t):null}catch(e){console.error(e)}return null}const rt=async(e,t)=>(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json(),st=e=>[...new Set(e)],ot={},ct=["/portal-resources"],dt=(e,t)=>lt(e,(e=>t?.[e])),mt=(e,t)=>{const n=(e=>{const t=[];return at(e,(e=>t.push(e))),t})(e),[i,r]=l({});return a((()=>{n.length&&(async e=>Object.fromEntries((await Promise.allSettled(st(e).filter((e=>!ct.some((t=>e.startsWith(t))))).map((async e=>[e,ot[e]||=await rt(e)])))).filter((e=>"fulfilled"===e.status)).map((({value:e})=>e))))(n).then(r)}),[n.join()]),n.length?dt(e,{...t,...i}):e};function ht(e,t={}){const n=d((t=>{const n=mt((({block:e,options:t,className:n,defaultPadding:l,padding:a,isTheme:i,version:r,children:s,...o})=>o)(t),t.options?.page?.fallback);return o(e,{...t,...n})}));return Object.assign(n,t),n}const ut=ht((({className:e,padding:t,defaultPadding:n,...l})=>o(g,{className:h("overflow-hidden flex flex-col gap-3xl box-border",e),padding:"p-0",...l,children:o(Xe,{defaultPadding:n||"p-6xl",padding:t,className:"grow h-full",...l})})),{childrenTypes:["UnitBlock"]}),pt=d((e=>{const{items:t}=e.options?.page?.adSourceBook??{},n=r((()=>gt(0,t?.length)),[t]),l=t?.[n];return l?o(ut,{suppressHydrationWarning:!0,...l,...e}):o(g,{...e,children:o(x,{})})})),gt=(e=0,t=0)=>Math.floor(Math.random()*(t-e)+e),xt=(e,t=!1)=>{if("string"==typeof e)return e.split("-").reverse().join(".");{const n=String(e.getDate()).padStart(2,"0"),l=String(e.getMonth()+1).padStart(2,"0"),a=String(e.getFullYear());return t?`${a}-${l}-${n}`:`${n}.${l}.${a}`}},ft=e=>e?.replace(/[^+\d]/g,"");function bt(){return{send:async function(e,t=!1){const{typeForm:n,region:l,phone:a="",email:i,birthday:r,desiredMeetingDate:s,inn:o,addressBranch:c,secondaryPhone:d="",bankEmpolee:m,applicationDate:h,serviceDirection:u,...p}=e,g=t&&"Юридическое лицо / ИП"!==u,x=g?"/api/v1/lead":"/api/v1/sendcorporatelead",f={typeForm:n,...wt(l,g),...Nt(i,g),...yt(a),...vt(s,"desiredMeetingDate"),...g?vt(r):{inn:o},..."FEEDBACK"===n?{}:{addressBranch:c,bankEmpolee:m,applicationDate:h,...kt(d)},...p};try{const e=await fetch(x,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(f)});if(!e?.ok)return null;return await e.json()}catch(e){return null}}}}const yt=e=>e?{phone:ft(e)}:{},vt=(e,t="birthday")=>e?{[t]:xt(e)}:{},wt=(e,t=!0)=>({[t?"regionBranch":"region"]:e}),Nt=(e,t=!0)=>({[t?"email":"mail"]:e}),kt=(e="")=>e&&"+7 ("!==e?{secondaryPhoneNumber:ft(e)}:{},St=({aspectsAttributes:e,aspects:t,ev:n})=>{for(const{aspectName:l,params:a}of e)t[l??""]?.(n,a)},Ct="rshb-query-params";function Tt(){const e=globalThis.location?.search||globalThis.sessionStorage?.getItem(Ct)||"";return e&&globalThis.sessionStorage?.setItem(Ct,e),e}function It(e){if(!e)throw new Error("Value should be fulfilled");return e}const Bt=e=>t=>{const[,n]=It(e.find((([e])=>e(t))));return n(t)},Pt=e=>Bt(e.map((([e,t])=>[e,()=>t])));Pt.if=e=>new Mt(void 0,e);class Mt{parent;predicate;unit;get entry(){return[It(this.predicate),It(this.unit)]}constructor(e,t,n){this.parent=e,this.predicate=t,this.unit=n}if(e){return new Mt(this,e)}then(e){return new Mt(this.parent,this.predicate,e)}else(e){return Bt([...Rt(this),[()=>!0,e]])}}const Rt=e=>[...e?.parent?Rt(e.parent):[],e.entry],Vt=e=>{const t=e.target?.closest("a");if(A(t?.href)&&!t?.href?.startsWith(globalThis.location?.origin)){e.preventDefault(),e.stopPropagation();const n=(e=>{const t=Tt();if(!A(e)||!t)return e;const n=new URL(e);for(const[e,l]of new URLSearchParams(t))n.searchParams.set(e,l);return n.toString()})(t?.href)||t?.href;if(n){Dt(t?.target)?.(n)}}},Dt=Pt([[e=>"_blank"===e,e=>globalThis.open(e,"_blank")],[e=>"_parent"===e,e=>globalThis.parent&&(globalThis.parent.location.href=e)],[e=>"_top"===e,e=>{globalThis.top&&(globalThis.top.location.href=e)}],[()=>!0,e=>globalThis.location&&(globalThis.location.href=e)]]);function zt(){return zt._impl()}zt._impl=()=>({forwardQuery:Vt}),zt.setup=e=>{zt._impl=e};const At=e=>e,jt=(e,{resetOnSubmit:t,onSubmit:n,normalize:r}={})=>{const[s,o]=l(e),c=i(r?e=>o(e instanceof Function?t=>{const n=r(e(t));return _t(t,n)?t:n}:r(e)):o,[r]);a((()=>{r&&o(r)}),[r]);const[d,m]=l(!1),[h,u]=l({}),p=i(((e,t)=>{const{parse:n=At,format:l=At}=t||{};return{value:l(s[e]),isDirty:d||h[e],onChange:t=>{c((l=>({...l,[e]:n(t)}))),u((t=>({...t,[e]:!0})))}}}),[c,d,h]),g=i((e=>{c(e),u(e)}),[]),x=i((()=>{c(e),m(!1),u({})}),[e]),f=i((e=>{e.preventDefault(),t?x():m(!0),n&&n(s,e)}),[n,s]);return[s,{isDirty:d||Object.values(h).some(Boolean),field:p,update:g,reset:x,onSubmit:f}]},_t=(e,t)=>e&&t&&Object.keys({...e,...t}).every((n=>e[n]===t[n])),$t=d((e=>{const{className:t,title:n,children:l,...a}=e;return o(g,{className:t,defaultPadding:"p-6xl",...a,children:c("div",{className:"container max-w-[978px] space-y-lg",children:[n?o(N,{headingType:"h3",title:n,className:"@xl:text-center"}):null,l]})})})),Et=e=>e?.find((e=>"consentDataProcessing"===e?.name)),Lt=[{key:"ULTRASERVICE",text:"Ультра"},{key:"PREMIUMSERVICE",text:"Премиум"}],Ot=[{key:"Физическое лицо"},{key:"Юридическое лицо / ИП"}],Ft=[{text:"Задать вопрос по продуктам и услугам",key:"FEEDBACK"},{text:"Качество обслуживания",key:"FEEDBACK_QS"}],Ut=[{key:"phone",text:"Телефонный звонок"},{key:"email",text:"Электронное сообщение"}],Wt="/api/v1/outservice/outserviceregions",Ht=e=>"OUTSERVICE"===e?Wt:void 0,qt=e=>o("div",{className:"h-6",children:e?o(Re,{size:"text-xs",font:"font-light",color:"text-error",children:e}):null}),Kt=d((({className:e,viewBox:t,fill:n="none",width:l,height:a,paths:i,...r})=>o("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:n,width:l,height:a,children:i.map((({d:e,fill:t,...n},l)=>{const a={...r,...n};return o("path",{d:e,fill:t||"currentColor",stroke:a.stroke,strokeLinecap:a.strokeLinecap,strokeLinejoin:a.strokeLinejoin,strokeWidth:a.strokeWidth,strokeMiterlimit:a.strokeMiterlimit},l)}))}))),Yt="appearance-none w-5 h-5 border-solid flex-none",Xt=[{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"}],Gt=d((({className:e,value:t,text:n,disabled:l,isRadio:a,onChange:r})=>{const s=i((e=>{l||(e.preventDefault(),r&&r(!t))}),[r,l,t]),d=a?o("div",{className:"absolute left-1 w-3 h-3 rounded-full bg-primary-main"}):o(Kt,{paths:Xt,className:"absolute left-1 ml-px block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"});return o("div",{className:e,children:c("label",{className:h("flex items-center relative group/box",Zt(l)),onClick:s,children:[o("div",{className:h(Yt,"m-0",a?"rounded-full border-2":en(t),!l&&t?"border-primary-main":"border-gray",l?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:Qt(a),"aria-checked":Boolean(t),"aria-disabled":Boolean(l),"aria-label":n}),t?d:null,Jt(n)]})})})),Jt=e=>e?o("div",{className:"ml-s",children:o(Re,{size:"text-l",font:"font-light",children:e})}):null,Zt=(e=!1)=>e?"cursor-not-allowed":"cursor-pointer",Qt=(e=!1)=>e?"radio":"checkbox",en=(e=!1)=>h("rounded border",{"bg-primary-main":e}),tn=d((({className:e,text:t,value:n,key:l,disabled:a,error:i,onChange:r})=>c("div",{className:h("shrink-0 w-full",e),children:[o(Gt,{text:t,value:n,disabled:a,onChange:r},l),qt(i)]})));function nn(e=!1){const[t,n]=l(e),a=i((()=>n(!0)),[]),r=i((()=>n(!1)),[]),s=i((()=>n((e=>!e))),[]);return[t,{setValue:n,setTrue:a,setFalse:r,toggle:s}]}const ln=e=>e?o(Re,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}):null,an="border border-solid outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text rounded",rn=d((({key:e,className:t="",id:n,name:l,type:r="text",label:d,placeholder:m,value:u="",valid:p=!0,children:g,onChange:x,onFocus:f,onBlur:b,pattern:y,autoFocus:v=!1,isTextarea:w=!1})=>{const N=s(null),k=i((e=>{x&&x(e.target?.value||"")}),[x]);a((()=>{v&&N.current?.focus()}),[v,N]);const S="w-full border rounded-md text-primary-text outline-none p-m",C=g?"pr-3xl":"",T=sn(p);return c("div",{className:h("relative",t),children:[c("label",{className:"space-y-xs",children:[ln(d),w?o("textarea",{className:h("block resize-y min-h-24",S,T),id:h("textarea",n),name:l||n,placeholder:m,value:u,onChange:k,onFocus:f,onBlur:b},e):o("input",{type:r,className:h("h-14",S,C,T),ref:N,id:n,name:l||n,placeholder:m,value:u,onChange:k,onFocus:f,onBlur:b,pattern:y},e)]}),g]})})),sn=e=>e?an:"border-error",on=e=>e?.text||e?.key||"";function cn(e,t,n,l){a((()=>{if(e&&n)return e.addEventListener(t,n,l),()=>{e.removeEventListener(t,n,l)}}),[e,t,n])}function dn(e){const t=s(null),n=i((n=>{t&&t.current&&n.target instanceof Node&&!t.current.contains(n.target)&&e()}),[e]);return cn(globalThis.document,"click",n),t}const mn=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,hn=d((({popupRef:e,options:t,value:n,query:l,onChange:a,iconVersion:i})=>t?.length?o("div",{className:"bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-2xl",role:"list",ref:e,children:mn(t,l).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(),a&&a(e)},children:[o("span",{className:"min-h-6",children:on(e)}),o(H,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:i,className:h("absolute right-4 pt-3xs",{hidden:e.key!==n?.key})})]},e.key)))}):null));function un({isOpen:e,options:t,value:n,query:l,onChange:r,onClose:c,iconVersion:d}){const m={open:(e,t)=>ce.fire("popup",{type:"open",popup:e,...t}),update:(e,t)=>ce.fire("popup",{type:"update",popup:e,...t}),close:()=>ce.fire("popup",{type:"close"})},h=i((()=>{m.close(),c&&c()}),[c]),u=i((e=>{h(),r&&r(e)}),[h,r]),p=s(null),g=dn(h);return a((()=>{if(!e||!p.current)return;const a=p.current,{top:i,left:r,width:s,height:c}=a.getBoundingClientRect();m.update(o(hn,{popupRef:g,options:t,value:n,query:l,onChange:u,iconVersion:d}),{top:i+window.scrollY+c,left:r,width:s})}),[e,t,n,l,u]),p}const pn=d((({className:e,label:t,options:n=[],value:a,valid:r=!0,isBorder:s=!0,placeholder:d="",isSearch:m=!1,iconVersion:u="black",onChange:p,disabled:g})=>{const[x,{setFalse:f,setTrue:b}]=nn(),[y,v]=l(""),w=g||0===n.length,N=x&&!w,k=i((()=>{v(""),f()}),[]),S=un({isOpen:x,options:n,value:a,query:y,onChange:p,onClose:k,iconVersion:u});return c("div",{className:h("space-y-xs",e),children:[ln(t),c("div",{className:h("relative",N?"z-20":"z-10"),ref:S,children:[c("div",{className:h("h-14 [&>*]:p-m pr-6 text-l flex items-center justify-between text-primary-text relative z-10 overflow-hidden",xn(s,r,w)),onClick:N?k:b,children:[o("p",{className:"line-clamp-2 text-ellipsis",children:on(a)||d}),gn(N,u)]}),m&&N?o("div",{className:h("absolute top-0 w-full z-20"),children:o(rn,{type:"text",autoFocus:!0,value:y,onChange:v})}):null]})]})})),gn=(e,t)=>o(H,{className:h("absolute right-0 flex self-center",{"rotate-180":!e}),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),xn=(e,t,n)=>h(e?"border rounded-md ":"",e&&!n?"hover:border-primary-hover":"",n?"bg-main-divider":"cursor-pointer ",t?"border-gray":"border-error"),fn=()=>{},bn=({today:e,firstDayOfWeek:t,totalDays:n,currentMonth:l,currentYear:a,min:i,max:r,onDateClick:s})=>{const c=[];let d=1;for(let m=0;m<6;m++){const h=[];for(let c=0;c<7;c++)if(0===m&&c<t)h.push(o("td",{},`empty-${c}`));else if(d>n)h.push(o("td",{},`empty-${c}`));else{const t=new Date(a,l,d),n=yn(t,e),c=vn(t,i,r);h.push(o("td",{children:o("div",{className:wn(n,c),onClick:()=>!c&&s(t),children:d})},`day-${d}`)),d++}c.push(o("tr",{children:h},`row-${m}`))}return c},yn=(e,t)=>t&&e.toDateString()===t.toDateString(),vn=(e,t,n)=>t&&e.getTime()<t.getTime()||n&&e.getTime()>n.getTime(),wn=(e,t)=>h("p-s text-center rounded-md border",{"border-transparent hover:bg-gray":!e},t?"text-gray hover:bg-transparent":"cursor-pointer"),Nn=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],kn=d((({today:e,currentMonth:t,currentYear:n,min:l,max:a,onDateSelect:s=fn,setValue:d=fn})=>{const m=i((e=>{s(e),d(!1)}),[]),{firstDayOfWeek:h,totalDays:u}=r((()=>({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:Nn.map(((e,t)=>o("th",{className:"p-s",children:e},String(t))))})}),o("tbody",{children:bn({firstDayOfWeek:h,today:e,totalDays:u,currentYear:n,currentMonth:t,min:l,max:a,onDateClick:m})})]})})),Sn=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],Cn=Sn.map((e=>({key:e}))),Tn=Array.from({length:(new Date).getFullYear()-1940+1},((e,t)=>1940+t)).reverse().map((e=>({key:String(e)}))),In={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},Bn={className:"min-w-32",iconVersion:"black",isBorder:!1},Pn=d((({className:e="",label:t="",value:n,valid:a=!0,minDate:r,maxDate:s,onChange:d})=>{const[m,{setValue:u}]=nn(!1),[p,g]=l(n?.getMonth()||(new Date).getMonth()),[x,f]=l(n?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:b,handleNextMonth:y,handleSelectMonth:v,handleSelectYear:w,monthsOptions:N,yearsOptions:k,handleChangeVisibleCalendar:S,ref:C}=(({onShowCalendar:e,showCalendar:t,selectedMonth:n,onMonthSelect:l,onYearSelect:a,selectedYear:r})=>{const s=dn(i((()=>t&&e(!1)),[t]));return{handleChangeVisibleCalendar:i((()=>e(!t)),[t]),handleNextMonth:i((()=>{n+1<=11?l(n+1):(l(0),a(r+1))}),[n]),handlePrevMonth:i((()=>{n-1>=0?l(n-1):(l(11),a(r-1))}),[n]),handleSelectMonth:i((({key:e})=>l(Sn.indexOf(e))),[]),handleSelectYear:i((({key:e})=>a(Number(e))),[]),monthsOptions:Cn,yearsOptions:Tn,ref:s}})({onYearSelect:f,onMonthSelect:g,onShowCalendar:u,selectedYear:x,selectedMonth:p,showCalendar:m});return c("div",{className:h("space-y-xs",e),ref:C,children:[ln(t),c("div",{className:"relative",children:[Mn(S,n,a),m?c("div",{className:"absolute bg-white z-20 select-none bottom-full",children:[c("div",{className:"flex gap-s",children:[o("div",{className:"my-auto",onClick:b,children:o(H,{...In,className:"-rotate-90 cursor-pointer"})}),o(pn,{onChange:v,value:{key:Sn[p]},options:N,...Bn}),o(pn,{onChange:w,value:{key:String(x)},options:k,...Bn}),o("div",{className:"my-auto",onClick:y,children:o(H,{...In,className:"rotate-90 cursor-pointer"})})]}),o(kn,{today:n,currentMonth:p,currentYear:x,onDateSelect:d,min:r,max:s})]}):null]})]})})),Mn=(e,t,n)=>c("div",{onClick:e,className:h("flex justify-between items-center h-14 px-m py-s border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",n?"border-gray":"border-error"),children:[o(k,{children:t&&xt(t)}),o(H,{...In,name:"CalendarIcon"})]}),Rn=d((({className:e,label:t,error:n,...l})=>c("div",{className:h("shrink-0 w-full",e),children:[o(Pn,{label:t&&l?.errors?`${t}*`:t,valid:Boolean(!n),...l}),qt(n)]}))),Vn=d((({className:e,label:t,value:n="",placeholder:l,error:a,onChange:i,onBlur:r,isTextarea:s,type:d,...m})=>c("div",{className:h("shrink-0 w-full",e),children:[o(rn,{type:d||"text","aria-label":t,label:t&&m?.errors?`${t}*`:t,valid:Boolean(!a),value:n,onChange:i,onBlur:r,isTextarea:s,placeholder:m?.errors&&!t?`${l}*`:l}),qt(a)]}))),Dn=d((({className:e="",label:t,error:n,...l})=>c("div",{className:e,children:[o(pn,{...l,valid:!n,label:l?.errors?`${t}*`:t}),qt(n)]}))),zn=e=>!e?.length,An=e=>t=>n=>e(n)?[]:[t],jn="Некорректно заполненное поле",_n=An((e=>null!=e&&""!==e))(jn),$n=An((e=>e?.key&&""!==e?.key))(jn),En=An((e=>"string"==typeof e&&e.length>1))(jn),Ln=An((e=>"string"==typeof e&&(10===e.length||12===e.length)))(jn),On=(Fn=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,An((e=>"string"==typeof e&&Fn.test(e))))(jn);var Fn;const Un=An((e=>"boolean"==typeof e&&e))("Согласие обязательно"),Wn={typeForm:_n,surname:En,name:En,region:$n,addressBranch:$n,phone:On,secondaryPhone:On,birthday:_n,email:_n,fullName:En,inn:Ln,partnerComments:_n,collectionCount:_n,comment:_n,acquiringType:$n,feedbackType:$n,feedbackMethod:$n,serviceType:$n,serviceDirection:$n,meetingDay:_n,product:_n,localities:_n,consentDataProcessing:Un,annualRevenue:_n},Hn=e=>{const t=(e=>Object.values(e.filter((e=>e)))?.map((e=>e.name)))(e.filter((e=>"required"in e&&e.required)));return Object.fromEntries(t.map((e=>[e,Wn?.[e]])))},qn=(e,t)=>{const{value:n,isDirty:l}=e,a=l?t(n):[];return{...e,errors:a,error:a[0]}},Kn=(e,t,n=!1)=>n?qn(e,t):e,Yn=[{text:"Торговый эквайринг",key:"trade"},{text:"СБП-эквайринг",key:"sbp"},{text:"Интернет-эквайринг",key:"internet"},{text:"Все виды эквайринга",key:"all"}],Xn=d((({field:e,input:t})=>o(Dn,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Yn,...Kn(e("acquiringType"),Wn.acquiringType,t?.required)}))),Gn=(e="")=>Boolean("trade"===e||"all"===e),Jn=e=>null!=e,Zn=new Map,Qn=e=>Boolean(e?.every((e=>Array.isArray(e)?Qn(e):!e||"string"==typeof e))),el=e=>Qn(e)?e.toString():"";function tl(e,t,{fallback:n,cache:i}={}){const s=r((()=>nl(e)),[e]),[o,c]=l(void 0),[d,m]=l(void 0);a((()=>{if(!s.some(Jn))return;let e=!1;const n=(t,n)=>{e||(c(t),m(n))};return(async()=>{try{n(await((e,t=Zn)=>n=>{const l=el(n),a=t.get(l);if(l&&Jn(a))return a;const i=e(...n);return l&&Jn(i)&&t.set(l,Promise.resolve(i)),i})(t,i)(s))}catch(e){n(void 0,e)}})(),()=>{e=!0}}),[t,i,s]);const h=n&&(e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]))(s)&&n[s[0]];return{data:!o&&h?h:o,error:d,mutate:()=>Promise.resolve(void 0)}}function nl(e){return Array.isArray(e)?e:e instanceof Function?nl(e()):[e]}const ll=[];const al=async e=>await it(e,{method:"GET"})||ll;function il(){const{data:e}=tl("/api/v1/branchesByRegions",rt);return Array.isArray(e)?e:[]}const rl=d((({field:e,input:t,isPremium:n=!1})=>{const l=e("region"),i=l?.value?.key,r=l?.value?.text,s=n?il()?.find((e=>e?.region===r))?.branches:function(e){const{data:t}=tl(e?`/api/v1/branches?regionCode=${e}`:null,al);return t||ll}(i)?.filter((e=>e?.address));return a((()=>{""!==l?.value?.key&&e?.("addressBranch")?.onChange?.("")}),[l?.value]),o(Dn,{label:"Отделение",placeholder:"Выберите отделение",options:(s||[]).map((({address:e=""})=>({key:e,text:e}))),...Kn(e("addressBranch"),Wn.addressBranch,t?.required),isSearch:!0})})),sl=(e,{normalize:t,format:n})=>{const{value:a,onFocus:r,onBlur:s,onChange:o}=e,[c,d]=l(!1),m=i((e=>{d(!0),r&&r(e)}),[]),h=i((()=>{d(!1),o&&o(t(a)),s&&s()}),[o,a]);return{value:c||!n?a:n(a),onFocus:m,onBlur:h}},ol=(e,t,n)=>Math.max(t,Math.min(e,n));function cl(e){const t=(e||"").replace(/\D/g,""),n=parseInt(t,10);return Number.isNaN(n)?0:n}function dl({list:e=[],min:t,max:n,step:l,value:a=e[0]||t,disabled:i,onChange:r}){const s=e.length?e.indexOf(a):a,d={backgroundSize:`${(100*(s>t?s-t:0)/(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:h("w-2 h-2 rounded-full",s<=t||i?"bg-gray":"bg-primary-main")},String(t))))}):null,o("div",{className:"absolute inset-x-0 -bottom-1 px-m leading-[18px]",children:o("input",{className:"box-border w-full m-0 cursor-pointer slider relative z-10",style:d,type:"range",min:t,max:n,step:l,value:s,disabled:i,onChange:t=>{const n=cl(t.target?.value),l=e.length?e[n]:n;r&&r(l||0)}})})]})}const ml=1,hl=100,ul=d((e=>{const{className:t,title:n,items:l=[],list:a=[],min:r=(a.length?0:ml),max:s=(a.length?a.length-1:hl),step:d=1,value:m=a[0]||r,disabled:u=!1,onChange:p}=e,g=sl(e,{normalize:(e=0)=>a.length?pl(a)(e):ol(e,r,s),format:Ue()}),x=i((e=>{p&&p(cl(e.target?.value))}),[p]);return c("div",{className:t,children:[c("label",{className:"block relative",children:[n?o(Re,{size:"text-m",font:"font-light",color:"text-primary-text",children:n}):null,o("input",{className:h("text-h3 w-full h-14","pl-m mt-xs box-border","text-primary-text",an,"disabled:border-gray disabled:bg-main-divider"),disabled:u,onChange:x,...g}),dl({list:a,min:r,max:s,step:d,disabled:u,value:m,onChange:p})]}),gl(l)]})})),pl=e=>t=>e.reduce(((e,n)=>Math.abs(n-t)<Math.abs(e-t)?n:e)),gl=e=>o("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>o(Re,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),xl=["От 1 000 ₽","До 1 000 000 000 ₽"],fl=d((({field:e})=>o(ul,{title:"Сумма, ₽",items:xl,min:1e3,max:1e9,...e("amount")}))),bl=d((({field:e,input:t})=>o(Vn,{className:"col-span-2",...Kn(e("comment"),Wn.comment,t?.required),placeholder:"Ваше сообщение",isTextarea:!0}))),yl=d((({field:e})=>o(Dn,{label:"Способ получения ответа",options:Ut,...qn(e("feedbackMethod"),Wn.feedbackMethod)}))),vl=d((({field:e})=>{const t=e("feedbackType");return a((()=>{"FEEDBACK"===t?.value?.key&&e("serviceDirection")?.onChange?.(Ot[0])}),[t?.value]),o(Dn,{label:"Тема",placeholder:"Выберите тему",options:Ft,...qn(t,Wn.feedbackType)})})),wl=d((({field:e})=>o(tn,{...e("isClient"),text:'Являюсь клиентом банка АО "Россельхозбанк"'})));function Nl(e="/api/v1/regions"){const{data:t}=tl(e,rt);return Array.isArray(t)?t:[]}const kl=d((({field:e,input:t})=>{const n=e("region")?.value?.key,l=Nl(Wt)?.find((e=>e.code===n))?.localities?.map((e=>({key:e,text:e})));return a((()=>{""!==n&&e?.("localities")?.onChange?.("")}),[n]),o(Dn,{label:"Населенный пункт",placeholder:"Выберите город, где доступен сервис",options:l,...Kn(e("localities"),Wn.localities,t?.required),isSearch:!0})})),Sl=d((({field:e})=>o(Vn,{label:"Отчество (Обязательно, при наличии)",...e("middleName")}))),Cl=d((({field:e,input:t})=>{const{required:n,...l}=t;return o(Vn,{label:"Имя",...Kn(e("name"),Wn.name,n),...l})})),Tl=d((({value:e=!1,text:t,type:n="checkbox",onChange:l})=>c("div",{role:n,"aria-checked":e,className:"flex justify-start items-center w-full cursor-pointer mb-s",onClick:()=>l&&l(!e),children:[o("div",{className:h("relative flex-shrink-0 duration-300 w-9 h-5 mr-s rounded-2xl",e?"bg-primary-main":"bg-main-divider"),children:o("div",{className:h("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),t?o(Re,{size:"text-l",font:"font-light",color:"text-primary-text",children:t}):null]}))),Il=d((({field:e})=>Gn(e("acquiringType")?.value?.key)?o(Tl,{type:"radio",text:"Хочу онлайн-кассу",...e("onlineCheckout")}):null)),Bl=d((({field:e,input:t})=>{const{required:n,...l}=t;return o(Vn,{...Kn(e("partnerComments"),Wn.partnerComments,n),placeholder:"Укажите интересующий вас вопрос",isTextarea:!0,...l})})),Pl=e=>"_"===e,Ml=e=>/\d/.test(e),Rl=e=>Pl(e)||Ml(e),Vl=[..."+7 (___) ___-__-__"],Dl=Vl.findIndex(Pl),zl=Vl.map(((e,t)=>Rl(e)?Vl.slice(0,t).filter(Rl).length:-1));const Al=d((({children:e,onChange:t,...n})=>{const l=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),n=Vl.map(((e,n)=>Ml(e)?e:t.charAt(zl[n])||e)),l=zl.indexOf(t.length-1)+1;return(l?n.slice(0,Math.max(Dl,l)):n).join("")}(e))),[t]),a=i((e=>{"+7 ("===e&&(t&&t(""))}),[]);return o(rn,{...n,onChange:l,onFocus:e=>l(e?.target?.value||""),onBlur:e=>a(e?.target?.value||""),children:e})})),jl=d((({className:e,label:t,value:n,error:l,onChange:a,onBlur:i,...r})=>c("div",{className:h("shrink-0 w-full",e),children:[o(Al,{"aria-label":t,label:r?.errors?`${t}*`:t,valid:Boolean(!l),value:n,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),qt(l)]}))),_l=d((({field:e,input:t})=>o(jl,{label:"Телефон",...Kn(e("phone"),Wn.phone,t?.required)}))),$l=d((({field:e})=>Gn(e("acquiringType")?.value?.key)?o(Tl,{type:"radio",text:"Хочу POS-терминал",...e("posTerminal")}):null)),El=ht((({field:e,source:t})=>o(Dn,{placeholder:"Выберите продукт",label:"Продукт",options:Ll(t?.productList),...qn(e("product"),Wn.product)}))),Ll=e=>(e??[]).map((e=>({key:e,value:e}))),Ol=d((({field:e,input:t,url:n})=>{const l=Nl(n);return o(Dn,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:r((()=>l?.map((({code:e="",name:t=""})=>({key:e,text:t})))),[l]),...Kn(e("region"),Wn.region,t?.required)})})),Fl=d((({field:e,input:t})=>{const n=il(),l=r((()=>n?.map((({region:e})=>({key:e,text:e})))),[n]);return o(Dn,{label:"Регион",placeholder:"Выберите регион",options:l,...Kn(e("region"),Wn.region,t?.required)})})),Ul=d((({field:e})=>{const t=e("secondaryPhone");return o(jl,{label:"Дополнительный телефон",...t.value&&"+7 ("!==t.value?qn(t,Wn.secondaryPhone):t})})),Wl=d((({field:e})=>o(Dn,{label:"Направление обслуживания",placeholder:"Выберите направление",options:Ot,...qn(e("serviceDirection"),Wn.serviceDirection)}))),Hl=d((({field:e,input:t})=>o(Vn,{label:"Фамилия",...Kn(e("surname"),Wn.surname,t?.required)}))),ql=["От 1 мес","До 15 лет"],Kl=d((({field:e})=>o(ul,{title:"Срок, месяцев",items:ql,min:1,max:180,...e("term")}))),Yl=d((({field:e})=>o(Dn,{label:"Тип обслуживания",options:Lt,...qn(e("serviceType"),Wn.serviceType)}))),Xl=d((({name:e,text:t,value:n,checked:l,onChange:a,className:i})=>o("div",{className:i,children:c("label",{className:"font-sans flex gap-s items-center relative cursor-pointer",children:[o("input",{className:h(an.split(" ").filter((e=>"rounded"!==e)),Yt,"flex justify-center items-center after:block after:w-2.5 after:h-2.5 after:rounded-full rounded-full","checked:border-2 checked:!border-primary-main focus:checked:border-primary-main checked:after:bg-primary-main"),type:"radio",value:n,name:e,checked:l,onChange:e=>a?.(e.target.value),role:"radio"}),t?o(Re,{color:"text-primary-text",children:t}):null]})}))),Gl=["currencyControl","documentOperations","conversionTransactions","otherIssues"],Jl=d((({field:e})=>{const{value:t,onChange:n}=e("vedTypes");return a((()=>{"currencyControl"!==t&&(e?.("inn")?.onChange?.(""),e?.("region")?.onChange?.(""))}),[t]),c("div",{className:"py-m gap-m grid @xl:flex @xl:items-center",children:[o(Xl,{name:"vedTypes",text:"Валютный контроль",value:"currencyControl",checked:"currencyControl"===t,onChange:n}),o(Xl,{name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:n}),o(Xl,{name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:n}),o(Xl,{name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:n})]})}));const Zl={$ref:"/wcms-resources/outservice-productlist.json"},Ql=(e,t)=>(n,l)=>{const{required:a,...i}=n,r="ULTRASERVICE"===t||"PREMIUMSERVICE"===t,s={surname:o(Hl,{field:e,input:n}),name:o(Cl,{field:e,input:n}),middleName:o(Sl,{field:e}),phone:o(_l,{field:e,input:n}),email:o(Vn,{label:"Электронная почта",...Kn(e("email"),Wn.email,a),...i}),fullName:o(Vn,{label:"ФИО",...Kn(e("fullName"),Wn.fullName,a),...i}),inn:o(Vn,{label:"ИНН",type:"number",...Kn(e("inn"),Wn.inn,a)}),comment:o(bl,{field:e,input:n}),region:r?o(Fl,{field:e}):o(Ol,{field:e,input:n,url:Ht(t)}),addressBranch:o(rl,{field:e,input:n,isPremium:r}),birthday:o(Rn,{label:"Дата рождения",...Kn(e("birthday"),Wn.birthday,a)}),desiredMeetingDate:o(Rn,{label:"Желаемая дата встречи",...Kn(e("desiredMeetingDate"),Wn.meetingDay,a)}),product:o(El,{field:e,source:Zl}),localities:o(kl,{field:e,input:n}),isClient:o(wl,{field:e}),consentToReceiveMaterials:o(tn,{...e("consentToReceiveMaterials"),text:"Согласен на получение информационных и аналитических материалов по электронной почте"}),partnerComments:o(Bl,{field:e,input:n}),collectionCount:o(Vn,{label:"Количество объектов инкассации",type:"number",...Kn(e("collectionCount"),Wn.collectionCount,a)}),acquiringType:o(Xn,{field:e,input:n}),onlineCheckout:o(Il,{field:e}),posTerminal:o($l,{field:e}),serviceType:o(Yl,{field:e}),term:o(Kl,{field:e}),amount:o(fl,{field:e}),annualRevenue:o(Vn,{label:"Годовая выручка, ₽",...Kn(e("annualRevenue"),Wn.annualRevenue,a)}),vedTypes:o(Jl,{field:e}),feedbackType:o(vl,{field:e}),feedbackMethod:o(yl,{field:e}),serviceDirection:o(Wl,{field:e}),bankEmpolee:o(Vn,{label:"ФИО или должность обслуживавшего Вас сотрудника Банка",...e("bankEmpolee")}),applicationDate:o(Vn,{label:"Дата и время обращения в Банк",...e("applicationDate")}),secondaryPhone:o(Ul,{field:e})};return function({input:e,field:t}){const{condition:n}=e,{value:l}=t(n?.name||"");return!n||n?.values?.find((e=>e===(l?.key??l)))}({input:n,field:e})?o("div",{children:s[n?.name]},String(l)):null},ea=e=>2===e?"@xl:grid-cols-2":"",ta=e=>e?o("div",{className:"@xl:text-center @xl:col-span-2 mb-m",children:o(Re,{size:"text-h6",children:e})}):null;function na({disabled:e,onClick:t}){return n=>{!e&&t&&t(n)}}const la={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"},aa={primary:h("group-data-secondary:text-primary-main group-data-secondary:bg-white","group-data-secondary:hover:text-white group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active"),secondary:h("group-data-secondary:text-white group-data-secondary:bg-white/20","group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active")},ia=d((({children:e,...t})=>{const n=e=>({...e,onClick:me(na(e))}),{className:l,version:a="primary",active:i,disabled:r,type:s="button",rounded:c=!0,role:d,onClick:m}=n(t);return o("button",{className:h("font-sans px-9 py-4","flex justify-center items-center gap-xs",{"text-white bg-primary-active":i,"bg-main-gray text-main-disabled cursor-not-allowed":r,"rounded-md":c},i||r?"":h(la[a],aa[a]),l),type:s,role:d,onClick:m,children:e})})),ra=d((({className:e,onClose:t})=>o("button",{className:h("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",type:"button",children:o(H,{name:"CloseIcon",width:"20",height:"20",iconVersion:"gray"})}))),sa=d((({className:e,head:t,children:n,onClose:l,onClick:a})=>{const{close:r}=de(),s=i((()=>{r(),l&&l()}),[l]);return c("div",{onClick:a,className:h("relative min-h-full bg-white pt-0 p-lg",e),role:"dialog",children:[c("div",{className:"sticky py-xl top-0 bg-white z-10",children:[o(ra,{className:"absolute top-0 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:n})]})})),oa=d((function({responseType:e,typeForm:t}){const n="OK"===e,l=n?"ResponseOKIcon":"ResponseFailIcon",{close:a}=de(),r=i((()=>{a()}),[]),s="ANTIFRAUD"===t?"Сообщение отправлено. Для уточнения информации с Вами могут связаться работники Банка либо Вы\n можете самостоятельно позвонить по номеру контакт-центра +78001000100. Будьте внимательны, работники Банка\n не звонят с использованием мессенджеров.":"Совсем скоро мы с вами свяжемся";return o(sa,{className:"my-6xl max-w-lg w-full min-h-fit mx-auto ",children:c("div",{className:"flex flex-col gap-lg items-center rounded-md space-x-m",children:[o(ne,{image:{icon:l,iconVersion:"normal"},width:"136",height:"136"}),o(C,{className:"w-full",title:n?"Ваша заявка отправлена":"Не удалось отправить заявку",description:n?s:"Пожалуйста, повторите позднее",headlineVersion:"XS",isEmbedded:!0}),o(ia,{type:"button",onClick:r,children:"Хорошо"})]})})})),ca=e=>{const{open:t,close:n}=de();return{open:(n={})=>t(o(oa,{...e}),n),close:n}},da=e=>t=>t&&Object.entries(e).flatMap((([e,n])=>n(t[e])))||[],ma=e=>{const{acquiringType:t,onlineCheckout:n,posTerminal:l,amount:a,term:i,annualRevenue:r,serviceType:s,feedbackType:o,vedTypes:c,region:d,...m}=e,h=t||r?(e=>{const{acquiringType:t,onlineCheckout:n=!1,posTerminal:l=!1,term:a,amount:i,annualRevenue:r}=e;return t?`Вид эквайринга=${t?.text||""}${Gn(t?.key)?`/Онлайн касса=${n}/POS-терминал=${l}`:"/Онлайн касса=false/POS-терминал=false"}`:`Сумма=${i}/Срок=${a}/Выручка=${r}`})(e):null,u={...m,...ua(c),...ha(d),...h?{partnerComments:h}:{},...s?{typeForm:s}:{},...o?{typeForm:o}:{}};return Object.fromEntries(Object.entries(u)?.map((([e,t])=>[e,t?.key||t])))},ha=e=>e?.key||e?.text?{region:e?.text||e?.key}:{},ua=e=>e?{vedTypes:Object.fromEntries(Gl.map((t=>[t,t===e])))}:{},pa={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:Yn[0],serviceType:Lt[0],feedbackType:Ft[0],feedbackMethod:Ut[0],serviceDirection:Ot[0],vedTypes:Gl[0],birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1},ga=d((({text:e,link:t})=>c(k,{size:"text-l",font:"font-light",color:"text-secondary-text",children:[e?o(Re,{children:e}):null,t?o(be,{href:t.href,ariaLabel:"условия передачи данных",target:t.target||"",className:"!text-left text-primary-main",children:o(Re,{children:t.text})}):null]}))),xa=(e,t)=>o(ia,{className:h("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),fa=(e,t,n)=>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(Gt,{...e}),o(ga,{link:t})]}),qt(qn(e,Un).error)]}):o(ga,{text:"Нажимая кнопку, вы подтверждаете согласие с ",link:t}),xa(n)]}),ba=bt(),ya=d((({className:e,title:t,typeForm:n="",sections:r=[],button:s,link:d,endpoint:m,additionalParams:u,isContacts:p,data:g,...x})=>{const f=r?.flatMap((e=>e?.inputs))||[],b=((e,t="")=>{const n=Object.fromEntries(e.map((e=>[e.name,"ved"===e.fieldType&&e?.defaultValue||pa[e.name]])));return n?.serviceType&&"PREMIUMSERVICE"===t&&(n.serviceType=Lt[1]),{...n,typeForm:{key:t,text:""}}})(f,n),[y,v]=l(""),w=i((async(e,t)=>{const l=va(f,e),a=da(Hn(l));if(!zn(a(e)))return"Fail";const i=ma({...e,...u}),r=await ba.send(i,"lead"===m)?"OK":"Fail";if(v(r),r){ca({responseType:r,typeForm:n}).open()}if("OK"===r&&g){const e=zt();St({aspectsAttributes:g,aspects:e,ev:t})}return r}),[]),[,{field:k,onSubmit:S,reset:C}]=jt(b,{onSubmit:w}),T=Et(f)?.name;return a((()=>{"OK"===y&&(v(""),C())}),[y]),c($t,{className:h("container space-y-m",e),title:t,...x,children:[c("form",{onSubmit:S,children:[r.map(((e,t)=>c("div",{className:h(ea(e.columns),"grid gap-x-m"),children:[ta(e.title),(e?.inputs||[])?.map(Ql(k,n))]},`section-${t}`))),fa(T?k("consentDataProcessing"):void 0,d,s)]}),p?c("div",{className:"space-y-m",children:[o(N,{headingType:"h6",title:"Или свяжитесь с нами удобным способом",className:"@xl:text-center"}),c("div",{className:"flex sm:justify-center gap-xl",children:[c("a",{className:"flex gap-s items-center text-primary-text no-underline",href:"tel:8 (800) 200-78-70","aria-label":"телефон 8 (800) 200-78-70",children:[o(ne,{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(ne,{image:{icon:"MailIcon"},width:"24",height:"24"}),o("span",{children:"ved@rshb.ru"})]})]})]}):null]})})),va=(e,t)=>e.filter((e=>e)).filter((e=>!e?.condition||e?.condition.values.find((n=>{const l=t?.[e?.condition?.name??""];return"secondaryPhone"===e.name?Boolean(t.secondaryPhone):n===(l?.key??l)})))),wa=e=>e?.key||e?.text?{region:e?.text||e?.key}:{},Na={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:Yn[0],serviceType:Lt[0],feedbackType:Ft[0],feedbackMethod:Ut[0],serviceDirection:Ot[0],vedTypes:Gl[0],birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1},ka=(e,t="")=>({...Object.fromEntries(e.map((e=>[e.name,"ved"===e.fieldType&&e?.defaultValue||Na[e.name]]))),typeForm:{key:t,text:""}}),Sa=d((({text:e,link:t})=>c(k,{size:"text-l",font:"font-light",color:"text-secondary-text",children:[e?o(Re,{children:e}):null,t?o(be,{href:t.href,ariaLabel:"условия передачи данных",target:t.target||"",className:"!text-left text-primary-main",children:o(Re,{children:t.text})}):null]}))),Ca=(e,t)=>o(ia,{className:h("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),Ta=(e,t,n)=>c("div",{className:"flex col-span-2 gap-xs flex-col w-full items-baseline",children:[c("div",{children:[c("div",{className:"flex gap-3 items-center",children:[o(Gt,{...e}),o(Sa,{link:t})]}),e?qt(qn(e,Un).error):null]}),Ca(n)]}),Ia=bt(),Ba=d((({className:e,title:t,typeForm:n="",sections:r=[],button:s,link:d,endpoint:m,...u})=>{const p=r?.flatMap((e=>e?.inputs))||[],g=ka(p,n),[x,f]=l(""),b=i((async e=>{const t=da(Hn(p));if(!zn(t(e)))return"Fail";const l=(e=>{const{region:t,...n}=e,l={...n,...wa(t)};return Object.fromEntries(Object.entries(l)?.map((([e,t])=>[e,t?.key||t])))})(e),a=await Ia.send(l,"lead"===m)?"OK":"Fail";if(f(a),a){ca({responseType:a,typeForm:n}).open()}return a}),[]),[,{field:y,onSubmit:v,reset:w}]=jt(g,{onSubmit:b}),N=Et(p)?.name;return a((()=>{"OK"===x&&(f(""),w())}),[x]),o($t,{className:h("container space-y-m",e),title:t,...u,children:c("form",{onSubmit:v,children:[r.map(((e,t)=>c("div",{className:h(ea(e.columns),"grid gap-x-m"),children:[ta(e.title),(e?.inputs||[])?.map(Ql(y,n))]},`section-${t}`))),Ta(N?y("consentDataProcessing"):void 0,d,s)]})})})),Pa=d((({title:e,description:t})=>{const n=Ne();return c("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[o(ne,{image:{icon:"MagnifierIcon",iconVersion:"normal"},width:"120",height:"120"}),o(C,{title:e,description:t,headlineVersion:n?"L":"S",isEmbedded:!0,className:"space-y-s"})]})})),Ma=(e=!1)=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",Ra=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`});function Va(e=0){const t=Math.round(10*e);return Array.from({length:t}).fill(0).map(((e,n)=>Math.min(n/t)),1).concat(1)}const Da=d((({className:e,style:t,idx:n,activeIndex:l,observerOptions:c,children:d,onIntersection:m})=>{const u=function(e,{sensitivity:t,rootRef:n}={}){const l=s(null),i=r((()=>({threshold:Va(t),root:n?.current})),[t,n?.current]);return a((()=>{if(!l.current)return;const t=new IntersectionObserver(e,i);return t.observe(l.current),()=>{t.disconnect()}}),[e,i]),l}(i((e=>{e.length&&m&&m(n||0,e[e.length-1])}),[m,n]),c);return o("div",{className:h("inline-block snap-always box-border",e),style:t,"aria-current":Boolean(n===l),ref:u,role:"listitem",children:d})})),za=["min-w-full","lg:min-w-[50%]","lg:min-w-[33.3%]","lg:min-w-[25%]"],Aa=d((({className:e,itemClassName:t,containerRef:n,activeIndex:l,visibleItemCount:a=0,gap:r=0,padding:c=0,listType:d="horizontal-list",snapAlign:m="snap-center",minHeight:u,children:p,onVisibleItemsChange:g,onVisibleIndicesChange:x})=>{const f={sensitivity:1,rootRef:n},b=s([]),y=i(((e,t)=>{const n=[...b.current||[]];n[e]=t,b.current=n,g&&g(n),x&&x(_a(n))}),[g,x]),v=a>0?r*Number(a)-1:0,w="vertical-list"===d,N="horizontal-list"===d,k={...N?ja(c,v):{},...w?Ra(u):{},gap:`${r}px`};return o("div",{className:h("box-border overflow-auto no-scrollbar",d,e),style:k,ref:n,role:"list",children:(S=(e,n)=>o(Da,{className:h(m,a?za[a-1]:"",{"h-full":w},t),style:N?ja(c/4):{},activeIndex:l,idx:n,observerOptions:f,onIntersection:y,children:e},String(n)),e=>null==e?e:Array.isArray(e)?e.map(S):S(e,0))(p)});var S})),ja=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),_a=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),$a={"horizontal-list":"w-6","vertical-list":"h-6"},Ea=({activeIndex:e,onClick:t,listType:n="horizontal-list"})=>(l,a)=>o("div",{className:h("cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white",a===e?$a[n]:"w-2 h-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>t(a)},String(a)),La=({activeIndex:e,onClick:t})=>(n,l)=>{const a=l===e,i=a?"min-w-[350px] bg-white shadow-dark-blue border-none p-6":"min-w-72 ease-in duration-300 bg-white/10 px-xl py-lg hover:backdrop-blur",r=a?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=a?"text-l":"text-m group-data-secondary:text-white/80";return c("button",{type:"button",onClick:()=>t(l),"aria-label":n?.title,className:h("max-h-28 mt-xs ml-xs relative px-xl box-border overflow-hidden text-left grow basis-0 border border-gray group-data-secondary:border-white/50 whitespace-nowrap",i),children:[o("div",{className:r,children:n?.title}),o("div",{className:h("text-secondary-text font-light",s),children:n?.description})]},String(l))},Oa=e=>e,Fa=(e=Oa)=>t=>t.reduceRight(((t,n)=>e(t)>e(n)?t:n)),Ua=Fa(),Wa=(e=Oa)=>Fa((t=>-e(t))),Ha=Wa(),qa=e=>t=>e.scrollWidth/t,Ka=e=>(t,n)=>{e.scrollBy({left:n*qa(e)(t),behavior:"smooth"})},Ya=({itemCount:e,onVisibleIndicesChange:t})=>{const n=s(null),[a,r]=l([]),o=i((e=>{r((t=>{return(n=t)===(l=e)||Boolean(n&&l&&n?.length===l?.length&&n.every(((e,t)=>e===l[t])))?t:e;var n,l})),t&&t(e)}),[t]),[c,d]=a.length?[Wa()(a),Fa()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;n.current&&(m?Ka(n.current)(e,-1):(t=n.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{n.current&&(h?Ka(n.current)(e,1):n.current.scrollTo({left:0,behavior:"smooth"}))}),[e,h]),g=i(((e,t={behavior:"smooth",block:"nearest",inline:"center"})=>{n?.current&&n.current.children[e]?.scrollIntoView(t)}),[n]);return[n,{scrollLeft:u,scrollRight:p,scrollTo:g,canScrollLeft:m,canScrollRight:h,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},Xa={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},Ga=d((({className:e="",activeIndex:t=0,dotCount:n=0,listType:l="horizontal-list",version:r,navButtons:s=[],containerRef:c,containerScroll:d})=>{const m=Ne(),[u,p]=Ya({itemCount:s.length}),g=Ja(Boolean(s?.length));a((()=>{s?.length&&t>=0&&u?.current&&p.scrollTo(t,g)}),[t]);const x=i((e=>{e!==t&&c?.current&&d?.scrollTo(e,g)}),[c?.current]);return s?.length&&!m?o(Aa,{containerRef:u,snapAlign:"snap-start",itemClassName:"h-36 flex items-stretch w-screen",gap:8,children:s.map(La({activeIndex:t,onClick:x}))}):n?o("div",{className:h("flex gap-xs",Xa[l],r?"group":"",e,{"pb-xl":s?.length&&m}),"data-ver":r,children:Array.from({length:n}).fill(null).map(Ea({activeIndex:t,onClick:x,listType:l}))}):null})),Ja=(e=!1)=>({behavior:e?"auto":"smooth"}),Za=d((({className:e,disabled:t,...n})=>o(be,{rounded:!0,className:h("group/btn w-12 h-12 min-h-12 max-h-12 flex items-center justify-center shadow-main-black",t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main",e),disabled:t,...n,children:o(ne,{className:"w-4 h-4 min-w-4 min-h-4 rounded-full box-border",image:{icon:"ArrowLeftIcon",iconVersion:"black"},imageClassName:"group-hover/btn:text-primary-main",width:"16",height:"16"})}))),Qa=d((e=>o(Za,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),ei=d((e=>o(Za,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),ti="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",ni=d((({className:e,scroll:t,hasBlur:n,arrowsPadded:l,isBottom:a})=>{const{canScrollLeft:i,canScrollRight:r,scrollLeft:s,scrollRight:d}=t,m=l&&!a;return c("div",{className:e,children:[n?li(t):null,i?o(Qa,{className:h(ai(a),m?"left-1":"left-0"),onClick:s}):null,r?o(ei,{className:h(ai(a),m?"right-1":"right-0"),onClick:d}):null]})})),li=e=>c("div",{children:[e.canScrollLeft?o("div",{className:h(ti,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?o("div",{className:h(ti,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),ai=(e=!1)=>h("absolute z-40",e?"bottom-[56px]":"top-[calc(50%-24px)]"),ii=d((({className:e,version:t,gap:n=14,padding:l=16,visibleItemCount:a=1,listType:i="horizontal-list",snapAlign:r,minHeight:s,showArrows:d,hasBlur:m,arrowsPadded:u,showDots:p,children:g,onVisibleIndicesChange:x,navButtons:f})=>{const b=Array.isArray(g)?g.length:0,[y,v]=Ya({itemCount:b,onVisibleIndicesChange:x}),[w]=v.visibleIndicesRange;return c("div",{className:h(e,"vertical-list"===i?"relative h-full":""),children:[o(Aa,{containerRef:y,activeIndex:w,visibleItemCount:a,gap:n,padding:l,listType:i,snapAlign:r,minHeight:s,onVisibleIndicesChange:v.handleVisibleIndicesChange,children:g}),o(ni,{className:h(!d&&"hidden lg:block"),scroll:v,hasBlur:m,arrowsPadded:u,isBottom:Boolean(f?.length)}),o(Ga,{className:h(!p&&"lg:hidden"),activeIndex:w,dotCount:b,listType:i,version:t,navButtons:f,containerRef:y,containerScroll:v})]})})),ri=({blocksToRender:e,...t})=>o(ii,{visibleItemCount:0,gap:0,arrowsPadded:!0,children:M(e,{...t.options,parent:t.block,renderProps:(e,t,n)=>o("div",{className:h("relative min-w-80",Ma(!0)),children:B(e,t)},String(n))})}),si=e=>e%2!=0,oi=d((({textNode:e,iconNode:t,tag:n,onClick:l,justifyContent:a="between",className:i,role:r,...s})=>c(n,{tag:n,className:h("flex items-center w-full gap-1","between"===a?"justify-between":"justify-center",i),onClick:l,role:r,...s,children:[e?o("div",{children:e}):null,t?o("div",{children:t}):null]}))),ci=d((({className:e="",label:t,icon:n,dataTheme:l="pc",disabled:a=!1,onClick:i})=>o(oi,{tag:"button",onClick:i,disabled:a,"data-theme":l,justifyContent:"center",role:"button",className:h("py-4 border border-transparent outline-none focus:border-primary-text space-x-s",a?"bg-main-divider text-main-disabled hover:bg-main-divider":"bg-primary-main text-white hover:bg-primary-hove",e),textNode:o(Re,{size:"text-h4",children:t}),iconNode:n?o(ne,{image:{icon:n,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),di=({isUnfolded:e,onToggle:t})=>o(ci,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),mi=d((({className:e="",isFoldButtonOnTop:t=!1,unfoldedByDefault:n=!1,renderFoldableSection:a,renderFoldButton:r})=>{const[s,o]=l(n),d=i((()=>{o((e=>!e))}),[]),m=a({isUnfolded:s,onToggle:d}),h=r?r({isUnfolded:s,onToggle:d}):null;return c("div",t?{className:e,role:"group",children:[h,m]}:{className:e,role:"group",children:[m,h]})}));const hi=d((({className:e="",isUnfolded:t,children:n})=>{const l=s(null),i=function(e,t){const n=s(null);return a((()=>{const t=n?.current;if(!t)return;const l=new ResizeObserver((n=>{e(t,n[0])}));return l.observe(t),()=>{l.disconnect()}}),[e,...t]),n}((e=>{l.current&&(l.current.style.maxHeight=t?`${e.scrollHeight}px`:"")}),[t]);return o("div",{ref:l,className:`transition-max-h duration-300 overflow-hidden ${l.current||!t?"max-h-0":""} `,children:o("div",{className:e,ref:i,children:n})})})),ui=["ArrowDownIcon","ArrowUpIcon"],pi="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs",gi=({topItemsCount:e=0,label:t="",block:n,blocksToRender:l=[],...a})=>{const[i,r]=e>0?[l.slice(0,e),l.slice(e)]:[l,[]];return c("div",{className:h("space-y-2xs",{hidden:!l.length}),children:[c("div",{className:h(pi),children:[M(i,{...a.options,parent:n}),si(i.length)?o(pt,{className:"col-span-6",...a}):null]}),o(mi,{renderFoldableSection:({isUnfolded:e})=>c(hi,{className:h(pi),isUnfolded:e,children:[M(r,{...a.options,parent:n}),si(r.length)?o(pt,{className:"col-span-6",...a}):null]}),renderFoldButton:({isUnfolded:n,onToggle:l})=>o(ci,{className:h({hidden:e<1}),disabled:!r?.length,label:t,icon:ui[Number(n)],dataTheme:a.options?.page?.colorPalette,onClick:l})})]})},xi=d((({blocksSection:e,blocksToRender:t=[],notFound:n,...l})=>{switch(e?.view){case"grid":return c("div",{children:[fi(n,t),gi({...e,...l,blocksToRender:t})]});case"carousel":return c("div",{className:"relative",children:[fi(n,t),ri({...l,blocksToRender:t})]});default:return null}})),fi=(e,t)=>e&&!t.length?o(Pa,{...e}):null,bi=e=>t=>t.reduce(((t,n,l)=>t.length?t.concat({...e,key:`sep-${l}`},n):[n]),[]),yi=d((({value:e,onChange:t,items:n=[],multiple:l})=>n.map((n=>o(Tl,{text:n?.title,value:[e].flatMap((e=>e)).includes(n.value),onChange:()=>(n=>{if(!t)return;const a=e?.includes(n);t(l?a?(e||[]).filter((e=>e!==n)):[...e||[],n]:a?[]:[n])})(n.value),type:l?"checkbox":"radio"},n.value))))),vi=d((({children:e,filtrationSchema:t,resetButton:n,field:l,reset:a})=>c("form",{className:"flex flex-col @4xl:flex-row justify-between bg-white p-4xl gap-s @4xl:gap-0",children:[c("div",{className:"flex flex-col @4xl:flex-row gap-xl",children:[e,bi(o("div",{className:"h-full w-px bg-gray hidden @4xl:block"}))(Object.entries(t).map(wi(l)).filter(Boolean))]}),n?o("div",{children:o(ia,{type:"reset",className:"w-full @4xl:w-56 @4xl:ml-s",onClick:a,children:n?.text})}):null]}))),wi=e=>([t,n])=>{const l=n?.type;return"array"===l?Ni(t,e)(n):null},Ni=(e,t)=>n=>{const l=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(Re,{size:"text-m",font:"font-medium",color:"text-primary-text",children:n.title})}):null,o(yi,{items:l,multiple:!n?.single,...t(e)})]},e)};function ki(e,...t){return e.map(((e,n)=>[e,...t.map((e=>e[n]))]))}const Si=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,Ci=(e,t)=>Object.entries(e).map((([n,l])=>"number"==typeof l?Array.isArray(t[n])?((e,t)=>n=>Si(t[e])||Si(n[e])||n[e]?.includes(t[e]))(n,e):((e,t)=>n=>Si(t[e])||Si(n[e])||Ti(t[e])<=Ti(n[e]))(n,e):"object"==typeof l&&"min"in l&&"max"in l?((e,t)=>n=>Si(t[e])||Si(n[e])||Ti(t[e]?.min)>=Ti(n[e]?.min)&&Ti(t[e]?.min)<=Ti(n[e]?.max))(n,e):Array.isArray(l)?((e,t)=>n=>Si(t[e])||Si(n[e])||t[e]?.every((t=>n[e]?.includes(t))))(n,e):((e,t)=>n=>Si(t[e])||Si(n[e])||t[e]===n[e])(n,e))).every((e=>e(t))),Ti=e=>Number(e||0),Ii=(e,{block:t,page:n,normalize:l=At})=>{const a=t?.blocks||[],[i,{field:s,reset:o,update:c}]=jt(e),d=r((()=>ki(a,a.map((e=>dt(e.content,n?.fallback))))),[a,n?.fallback]),m=i===e?a:((e,t)=>(n=At)=>e?.filter((([,e])=>Ci(t,n(e)||{}))).map((([e])=>e)))(d,i)(l);return[i,{blocksToRender:m,blocksWithProps:d},{field:s,reset:o,update:c}]},Bi={},Pi={},Mi=ht((({className:e,filtrationSchema:t=Bi,consumerField:n={},resetButton:l,...a})=>{const[,{blocksToRender:i},{field:r,reset:s}]=Ii(Pi,{block:a.block,page:a.options?.page}),d=o(pn,{className:"w-64",label:n?.title,options:Ri(n),...r("consumer",{parse:({key:e})=>[e],format:([e]=[])=>Ri(n).find((t=>t.key===e))||{key:""}})});return c(g,{className:h(e),defaultPadding:"p-0",version:"transparent",...a,children:[o(vi,{filtrationSchema:t,field:r,reset:s,children:c("div",{children:[d,o("div",{children:o(ia,{type:"reset",className:"mt-lg w-64",onClick:s,version:l?.version,children:l?.text})})]})}),o(xi,{blocksToRender:i,...a})]})}),{childrenTypes:["CarouselTariffsCard"],childSchema:e=>({...e?.filtrationSchema,...e?.consumerField?{consumer:e?.consumerField}:{}})}),Ri=e=>ki(e.items?.enum||[],e.items?.enumNames||[]).map((([e,t])=>({key:e,text:t}))),Vi=(e=!1)=>e?"text-left":"text-center",Di={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},zi=d((({className:e,defaultIconSize:t=44,iconBgVersion:n="primary",size:l,icon:a,...i})=>{const r=String(l?.width||t);return a?o("div",{style:{width:`${r}px`,height:`${r}px`},className:h("rounded-icon object-fit flex justify-center items-center",Di[n],e),children:o(H,{...i,width:"54%",height:"54%",name:a})}):null})),Ai=d((({className:e="",title:t,benefitList:n,...l})=>{const a=Ne();return c(g,{className:e,defaultPadding:"p-6xl",...l,children:[t?o(N,{headingType:"h3",as:"h2",className:Vi(a),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(ji)}):null]})})),ji=({label:e,description:t,__html:n,icon:l,isDotted:a=!1,iconBgVersion:i},r)=>c("div",{className:"flex gap-m items-center @md:basis-1/2 @md:max-w-[500px]",role:"listitem",children:[l?.icon?o(zi,{className:"shrink-0",iconBgVersion:i,...l}):null,l?.src?o(ne,{className:"shrink-0",image:l}):null,e?c("div",{className:"@sm:h-full space-y-xs",children:[o(N,{headingType:"h6",children:e}),o(Re,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),n?o(Pe,{__html:n,isDotted:a,itemSize:"list-s"}):null]}):null]},String(r)),_i=(e,t,n)=>{return o(ii,{children:e.map((l=n,({icon:e,title:t,description:n},a)=>c("div",{className:h("flex flex-col gap-1","justify-between p-m h-full border border-gray",{"justify-center":!n&&!t}),children:[t?o(Re,{size:"text-h6",font:"font-normal",align:l,children:t}):null,e?o(ne,{image:e,height:"180",className:"w-auto mx-auto"}):null,n?o(Re,{size:"text-h6",font:"font-normal",align:l,children:n}):null]},String(a))))});var l},$i=d((({bonusBenefits:e,cardTextAlign:t="text-center",className:n="",columnsCount:l="4",subtitle:a,title:i,...r})=>c(g,{className:h("space-y-3xl",n),defaultPadding:"p-6xl",...r,children:[o(C,{defaultPadding:"",title:i,description:a,headlineVersion:"M"}),e?.length?_i(e,0,t):null]}))),Ei={start:"justify-start",center:"justify-center",end:"justify-end"},Li=d((({buttons:e,className:t="",align:n,...l})=>{const a=n&&h("flex",Ei[n]);return o(g,{className:h("!bg-transparent",a,t),defaultPadding:"p-0",...l,children:Ee(e)})})),Oi=d((({className:e,title:t,children:n,...l})=>c(g,{className:h("space-y-xl",e),defaultPadding:"p-4xl",...l,children:[t?o(N,{className:"text-center",title:t}):null,n]}))),Fi="flex flex-col justify-between @4xl:flex-row gap-x-4xl gap-y-7 @xl:gap-y-4xl",Ui="flex flex-col lg:max-w-80 lg:w-1/2 gap-2xl",Wi="flex flex-col gap-y-xl min-w-52",Hi=d((({value:e,fractionDigits:t,fixed:n,prefix:l,postfix:a})=>o(Re,{size:"text-h3",children:"number"==typeof e?[l,Ue(t,{fixed:n})(e),a].filter(Boolean).join(" "):e}))),qi=d((({className:e,title:t,value:n,color:l="text-secondary-text",...a})=>c("div",{className:h("flex justify-between @xl:flex-col",e),children:[t?o(Re,{size:"text-l",font:"font-light",color:l,children:t}):null,n?o(Hi,{value:n,...a}):o(Re,{size:"text-h3",children:"-"})]}))),Ki=(e,t)=>e?o(k,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:e},String(t)):null,Yi=d((({rate:e=0,title:t="Ставка",unit:n,fractionDigits:l=2,depositeName:a,isShowDepositeName:i,color:r="text-secondary-text"})=>c("div",{children:[o(Re,{size:"text-l",font:"font-light",color:r,children:t}),c("div",{className:"relative",children:[c("div",{className:"flex @xl:justify-center gradient-color-text",children:[o("span",{className:"font-mohave text-title-huge -mt-m tracking-[-15px]",children:Ue(l,{fixed:!0})(e)}),n?o("span",{className:"text-7xl mt-5",children:n}):null]}),a&&i?o("div",{className:"absolute bottom-2 w-full text-left whitespace-nowrap",children:a}):null]})]}))),Xi=d((({title:e="Ставка",isUnavailableByTerm:t=!1})=>c("div",{className:"space-y-s min-w-96",children:[o(Re,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o(H,{className:"w-10 h-10 @5xl:h-auto @5xl:w-40",name:"PercentIcon"}),o("div",{className:"w-64",children:t?c(k,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",o("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):o(k,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),Gi=({title:e="Ставка",rate:t=0,unit:n="%",fractionDigits:l=2,isUnknownRateShown:a=!0,color:i="text-secondary-text",children:r,...s})=>a&&0===t?o(Xi,{title:e,...s}):c("div",{className:"flex flex-col",children:[o("div",{className:"hidden @xl:block min-w-96",children:o(Yi,{title:e,rate:t,unit:n,fractionDigits:l,color:i,...s})}),o(qi,{className:"@xl:hidden",title:e,value:t,postfix:n,fractionDigits:l,fixed:!0,color:i,...s}),r]}),Ji=({isShowItems:e=!0,step:t=1e3,postfix:n="₽",...l})=>o(ul,{items:e?[`От ${Ue(1)(l.min||0)} ${n}`,`До ${Ue(1)(l.max||0)} ${n}`]:[],step:t,...l}),Zi={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Qi={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},er=(e,t)=>{const{travelExpenseValue:n,restExpenseValue:l}=e,[a,i]=((e,t,n)=>{const{maxBonus:l=5e3,prefMonthsNum:a=Zi.prefMonthsNum,prefTravelBonusRate:i=Zi.prefTravelBonusRate,prefRestBonusRate:r=.01,travelBonusRate:s=.015,restBonusRate:o=.01}=e,c=Math.min(Math.round(i*t)+Math.round(r*n),l);return[c,c*a+Math.min(Math.round(s*t)+Math.round(o*n),l)*(12-a)]})(t||Qi,n,l);return{...t,...e,monthBonus:a,yearBonus:i}},tr=ht((({className:e="",title:t,calcSource:n,buttons:l,footnote:a,...i})=>{const[r,{field:s}]=jt({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:d,maxSumTravel:m,minSumOther:u,maxSumOther:p,monthBonus:g,yearBonus:x}=er(r,n);return o(Oi,{className:e,title:t,...i,children:c("section",{className:h(Fi,e),children:[c("div",{className:Ui,children:[Ji({title:"Сумма покупок в категории путешествия, ₽",min:d,max:m,step:500,isShowItems:!1,...s("travelExpenseValue")}),Ji({title:"Сумма покупок в остальных категориях, ₽",min:u,max:p,step:500,isShowItems:!1,...s("restExpenseValue")})]}),o("div",{className:"mb-s",children:g>=0?Gi({title:"Баллов за месяц",rate:g,fractionDigits:0,isUnknownRateShown:!1,unit:"",color:"text-primary-text"}):null}),c("div",{className:Wi,children:[x>=0?o(qi,{title:"Баллов за год",value:x,color:"text-primary-text"}):null,Ee(l,{isVertical:!0}),Ki(a)]})]})})})),nr=Math.round(29.5),lr=(e,t=0)=>e?.sum?e.sum:t,ar=(e,t=0)=>e?.period&&e.period>=1&&e.period<=60?e.period:t,ir=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,rr={horizontal:"gap-5xl",vertical:"flex-col gap-s"},sr=d((({items:e,checkedItem:t,className:n,onChange:l,disabled:a=!1,orientation:i="horizontal"})=>o("div",{className:h(`flex ${rr[i]}`,n),role:"radiogroup","aria-label":"Группа кнопок",children:e?.map((({id:e,text:n})=>o(Gt,{isRadio:!0,text:n,value:t===e,onChange:()=>l&&l(e),disabled:a},String(e))))}))),or=({items:e,title:t,mobileTitle:n=t,orientation:l="horizontal",value:a,onChange:i,...r})=>c("div",{className:"grid gap-s whitespace-nowrap",children:[t?o("div",{className:"hidden @5xl:block",role:"radiogroup","aria-label":t,children:o(Re,{color:"text-secondary-text",font:"font-light",children:t})}):null,n?o("div",{className:"@5xl:hidden",role:"radiogroup","aria-label":n,children:o(Re,{color:"text-secondary-text",font:"font-light",children:n})}):null,o(sr,{orientation:l,items:e,checkedItem:e[a?0:1].id,onChange:t=>i&&i(t===e[0].id),...r})]}),cr=e=>or({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),dr=" (c капитализацией)",mr=({income:e,finalSum:t,postfix:n="₽",buttons:l=[],footnotes:a=[],isCapitalization:i=!1})=>c("div",{className:Wi,children:[o(qi,{title:`Доход в конце срока${i?dr:""}`,value:e,postfix:n,prefix:"+"}),o(qi,{title:`Сумма в конце срока${i?dr:""}`,value:t,postfix:n}),Ee(l,{isVertical:!0}),a?.map(Ki)]}),hr=([e,t],n,l=[])=>n&&n[e]&&n[t]?{[e]:n[e],[t]:n[t]}:ur([e,t],l),ur=([e,t],n=[])=>({[e]:n.length?Ha(n.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:n.length?Ua(n.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),pr=(e,[t,n],l)=>e>=l[t]&&e<=l[n],gr={UL:"businessdepositrates",IP:"selfemployeddepositrates"};const xr={minSum:1e3,maxSum:100000001,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},fr=(e,t)=>{const{daysValue:n,moneyValue:l,isPartialWithdrawal:a,isReplenished:i,isMonthlyInterestPayment:r}=e,s=i||a,o=n<90||n>730,c=function(e){const t=e?.rateType?gr[e?.rateType]:"",{data:n}=tl(t?`/api/v1/depositrates/${t}`:null,rt);return Array.isArray(n)?n:[]}(t);if(n<=30)return{...xr,...e,isDisabledOperatingDeposit:o,isUnavailableByTerm:!0};const d=c?.find((e=>r===e.isMonthlyInterestPayment&&br(s,e)&&pr(l,["minSum","maxSum"],e)&&pr(n,["minDays","maxDays"],e)))||xr,{rate:m}=d,h=yr(m,e),u=l+h,p=c||[xr];return{...d,...ur(["minSum","maxSum"],p),...ur(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:o,income:h,finalSum:u}},br=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,yr=(e,t)=>{const{isMonthlyInterestPayment:n,moneyValue:l,daysValue:a}=t;return n?Math.round(l*Math.pow((1200+e)/1200,a/30)-l):Math.round(l*e*a/365/100)},vr=ht((({className:e="",title:t,buttons:n,footnote:l,bottomFootnote:a,isShowDepositeName:i,defaultParams:r,rateParams:s,...d})=>{const[m,{field:u}]=jt({moneyValue:lr(r,1e5),daysValue:ar(r,60),isReplenished:Boolean(r?.isReplenished),isPartialWithdrawal:Boolean(r?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment)}),p=fr(m,s),{income:g,finalSum:x,rate:f,isUnavailableByTerm:b,depositeName:y}=p;return o(Oi,{className:e,title:t,...d,children:c("section",{className:h(Fi,e),children:[c("div",{className:Ui,children:[Ji({title:"Сумма, ₽",min:p.minSum,max:p.maxSum,...u("moneyValue"),value:p.moneyValue}),(v={title:"Срок, дней",min:p.minDays,max:p.maxDays,...u("daysValue"),value:p.daysValue},o(ul,{items:[`От ${ir(v.min||0)}`,`До ${ir(v.max||0)}`],step:1,...v})),c("div",{className:"flex flex-col sm:flex-row gap-y-m gap-x-5xl",children:[wr(p,u),cr({title:"Выплата процентов",orientation:"vertical",...u("isMonthlyInterestPayment"),className:"sm:flex-col"})]})]}),Gi({rate:f,depositeName:y,isShowDepositeName:i,isUnavailableByTerm:b}),mr({income:g,finalSum:x,buttons:n,footnotes:[l,a]})]})});var v})),wr=(e,t)=>c("div",{className:"space-y-s",children:[o(Re,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),c("div",{className:"flex flex-col gap-y-lg sm:gap-y-s",children:[o(Gt,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),o(Gt,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),Nr=(e=[],t=!1)=>kr([(e,t)=>e>t,(e,t)=>e?.minSum<t?.minSum],e?.filter((e=>t===Boolean(e?.isNewClient)))),kr=(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]},Sr=({min:e=0,max:t=0,availableMonths:n,...l})=>o(ul,{items:[`От ${Cr(e)}`,`До ${Cr(t)}`],step:1,...n?.length?{list:n}:{min:e,max:t},...l}),Cr=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,Tr=e=>or({...e,className:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),Ir=({field:e,defParams:t,calcParams:n,map:l,monthsValue:a="maxMonths"})=>{Object.entries(l).forEach((([n,l])=>{e?.(n)?.onChange?.(t?.[l])})),e?.("monthsValue")?.onChange?.(ol(t?.[a],n.minMonths,n.maxMonths))},Br=(e,t)=>{const{isAnnuity:n,moneyValue:l,monthsValue:a,moneyExtra:i}=t;if(0===e)return 0;if(n){const t=e/1200;return i?(l+i)*(t+t/(Math.pow(1+t,a)-1)):l*(t+t/(Math.pow(1+t,a)-1))}return Math.round(l/a)+l*(e/1200)},Pr={minSum:1e4,maxSum:5e6,minMonths:1,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},Mr=e=>Rr({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Rr({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&Rr({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&Rr({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Rr=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:l,viewSettingFieldKey:a})=>!!n&&!n[a]||t[l]===e[l],Vr=(e,t,n)=>{const{moneyValue:l,monthsValue:a}=e,i=t?.rateRows||[Pr],r=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>Mr({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:s,maxSum:o}=hr(["minSum","maxSum"],r,i),{minMonths:c,maxMonths:d}=hr(["minMonths","maxMonths"],r,i),m=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:l,monthsValue:a})=>e?.find((e=>Mr({row:e,userInputParams:t,paramsViewSettings:n})&&pr(l,["minSum","maxSum"],e)&&pr(a,["minMonths","maxMonths"],e)))||Pr)({rateRows:i,userInputParams:e,paramsViewSettings:n,moneyValue:l,monthsValue:a}),{rate:h}=m,u=Br(h,e);return{...m,...e,minSum:s,maxSum:o,minMonths:c,maxMonths:d,moneyValue:l,monthsValue:a,monthlyPayment:u}},Dr=(e={})=>Boolean(Object.values(e).filter((e=>e)).length),zr={isSalaryClient:"isSalaryClient",isStateEmployee:"isStateEmployee",isPensionClient:"isPensionClient",isInsurance:"isInsurance",moneyValue:"maxSum"},Ar=ht((({className:e,title:t,calcSource:n,buttons:l,footnote:i,paramsViewSettings:r,defaultParams:s,...d})=>{const m=(u=n?.rateRows,kr([(e,t)=>e<t,(e,t)=>e?.maxSum>t?.maxSum],u));var u;const[p,{field:g}]=jt({moneyValue:lr(s,2e5),monthsValue:ar(s,nr),isAnnuity:Boolean(s?.isAnnuity),isInsurance:Boolean(s?.isEnableInsurance),isSalaryClient:Boolean(s?.isEnableSalaryClient),isPensionClient:Boolean(s?.isEnablePensionClient),isStateEmployee:Boolean(s?.isEnableStateEmployee)}),x=Vr(p,n,r),f=Tr({title:"Тип платежа",orientation:"vertical",...g("isAnnuity")}),{onChange:b}=g("moneyValue"),{onChange:y}=g("monthsValue");return a((()=>{b&&b(ol(p.moneyValue,x.minSum,x.maxSum))}),[x.minSum,x.maxSum]),a((()=>{y&&y(ol(p.monthsValue,x.minMonths,x.maxMonths))}),[x.minMonths,x.maxMonths]),a((()=>{!Dr(s)&&m&&Ir({field:g,defParams:m,calcParams:x,map:zr,monthsValue:"minMonths"})}),[n,s]),o(Oi,{className:e,title:t,...d,children:c("section",{className:h(Fi,e),children:[c("div",{className:Ui,children:[Ji({title:"Сумма кредита, ₽",step:500,min:x.minSum,max:x.maxSum,...g("moneyValue"),value:x.moneyValue}),Sr({title:"Срок кредита, месяцев",min:x.minMonths,max:x.maxMonths,...g("monthsValue"),value:x.monthsValue}),jr({...x,...r},g),o("div",{className:"sm:hidden",children:f})]}),c("div",{className:h(Wi,"@4xl:w-1/2"),children:[o(qi,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(qi,{title:"Ставка",value:x?.rate,fractionDigits:2,postfix:"%"}),o(qi,{title:"Ежемесячный платёж",value:x.monthlyPayment,postfix:"₽"}),o("div",{className:"hidden sm:block mb-lg",children:f}),Ee(l,{isVertical:!0}),Ki(i)]})]})})})),jr=(e,t)=>c("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?o(Gt,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?o(Gt,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?o(Gt,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?o(Gt,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),_r=e=>{const t=[...e];t.sort((([e],[t])=>e-t));let n=1;for(;n<t.length;){const[e,l]=t[n-1],[a,i]=t[n];l>=a?t.splice(n-1,2,[e,Math.max(l,i)]):n++}return t},$r={minSum:5e4,maxSum:100000001,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0,isReplenish:!1,isWithdrawn:!1,type:""},Er=(e,t,n)=>{const{moneyValue:l,monthsValue:a}=e,i=t?.[0]?Fr(t[0].minMonths,t[0].maxMonths):0,r=!n?.isShowMonthlyInterestPayment,s=!n?.isShowRemoteRegistration,o=!n?.isShowReplenish,c=!n?.isShowWithdrawn,d=!n?.isShowNewClient,m=t?.find((t=>[Or({row:t,userInputParams:e,paramKey:"isReplenish",isExclude:o}),Or({row:t,userInputParams:e,paramKey:"isWithdrawn",isExclude:c}),Or({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:r}),Or({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:s}),d||e?.isNewClient===t?.isNewClient,pr(l,["minSum","maxSum"],t),pr(a||i,["minMonths","maxMonths"],t)].every(Boolean)))||$r,{rate:h}=m,u=Lr(h,e),p=l+u,g=t||[$r];return{...m,...ur(["minSum","maxSum"],g),...ur(["minMonths","maxMonths"],g),availableMonths:_r(g.map((e=>[e.minMonths,e.maxMonths]))).flatMap((([e,t])=>((e,t,n=1)=>Array.from({length:Math.abs(t-e)/n+1},((l,a)=>t>=e?e+a*n:e-a*n)))(e,t))),...e,defaultMonth:i,income:u,finalSum:p}},Lr=(e,t)=>{const{isMonthlyInterestPayment:n,moneyValue:l,monthsValue:a}=t;return n?Math.round(l*Math.pow((1200+e)/1200,a)-l):Math.round(l*e*30*a/365/100)},Or=({row:e,userInputParams:t,paramKey:n,isExclude:l})=>l||t[n]===e[n],Fr=(e,t)=>e+Math.round((t-e)/2),Ur=(e="rub")=>"rub"===e,Wr=(e,t)=>{const{minMonths:n,maxMonths:l}=ur(["minMonths","maxMonths"],Yr(t,e?.currency)),a=e.monthsValue||Math.round((n+l)/2);return{monthsValue:ol(a,n,l)}},Hr=(e,t)=>{const{minSum:n,maxSum:l}=ur(["minSum","maxSum"],Yr(t,e?.currency)),a=e.moneyValue||n;return{moneyValue:ol(a,n,l)}},qr=(e,t)=>({currency:e?.currency??t?.map((e=>e.currency))?.[0]}),Kr=e=>{const t=Ur(e?.currency?.key);return{isReplenish:t&&e?.isReplenish,isWithdrawn:t&&e?.isWithdrawn}},Yr=(e,t)=>{const{rates:n}=e?.find((e=>e?.currency.key===t?.key))??{};return n??e?.[0]?.rates},Xr=(e,t)=>{const n="rub"!==e?.currency?.key;return c("div",{className:"grid gap-lg",children:[c("div",{className:"flex gap-lg",children:[e.isShowReplenish?or({title:"Пополнение",...t("isReplenish"),value:e.isReplenish,orientation:"vertical",items:[{id:"withReplenish",text:"С пополнением"},{id:"withoutReplenish",text:"Без пополнения"}],disabled:n}):null,e.isShowWithdrawn?or({title:"Снятие",...t("isWithdrawn"),value:e.isWithdrawn,orientation:"vertical",items:[{id:"wthDrawn",text:"Со снятием"},{id:"noWithdrawn",text:"Без снятия"}],disabled:n}):null]}),Gr(e.isShowReplenish||e.isShowWithdrawn),c("div",{className:"flex gap-lg",children:[e.isShowMonthlyInterestPayment?cr({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment,orientation:"vertical"}):null,e.isShowRemoteRegistration?(l={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration,orientation:"vertical"},or({...l,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]}),Gr(e.isShowNewClient),e.isShowNewClient?o(Gt,{text:"Новый вкладчик",...t("isNewClient")}):null]});var l},Gr=(e=!1)=>e?o("div",{className:"border-b border-main-divider w-full"}):null,Jr={isMonthlyInterestPayment:"isMonthlyInterestPayment",isRemoteRegistration:"isRemoteRegistration",isReplenish:"isReplenish",isWithdrawn:"isWithdrawn",moneyValue:"minSum"},Zr={text:"₽",key:"rub"},Qr=ht((({className:e,title:t,calcSource:n,buttons:l=[],footnote:r="",paramsViewSettings:s,defaultParams:d,...m})=>{const{rows:u}=n??{},p=u?.map((e=>e.currency))??[Zr],g=i((e=>t=>e?{...t,...Kr(t),...Hr(t,e),...Wr(t,e),...qr(t,e)}:t)(u),[u]),[x,{field:f}]=jt({moneyValue:lr(d,2e4),monthsValue:ar(d,1),isMonthlyInterestPayment:Boolean(d?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(d?.isRemoteRegistration),isReplenish:Boolean(d?.isReplenish),isWithdrawn:Boolean(d?.isWithdrawn),isNewClient:Boolean(d?.isNewClient),currency:Zr},{normalize:g}),b=f?.("currency")?.value??Zr,y=f?.("isNewClient")?.value,v=Yr(u,b),w=Er(x,v,s),{rate:N,income:k,finalSum:S,type:C=""}=w,T=i((()=>{Ir({field:f,defParams:Nr(v,y),calcParams:w,monthsValue:"minMonths",map:Jr})}),[f,u]);a((()=>{!Dr(d)&&v&&T()}),[d,u]);const I=N===Nr(v,y)?.rate;return o(Oi,{className:e,title:t,...m,children:c("section",{className:h(Fi,e),children:[c("div",{className:Ui,children:[c("div",{className:"flex gap-m",children:[Ji({className:"w-full",title:`Сумма, ${b?.text}`,min:w.minSum,max:w.maxSum,...f("moneyValue"),value:w.moneyValue,postfix:b?.text,step:es(b?.key)}),u&&u?.length>1?o(Dn,{label:"Валюта",options:p,...f("currency")}):null]}),Sr({title:"Срок, месяцев",min:w.minMonths,max:w.maxMonths,availableMonths:w.availableMonths,...f("monthsValue"),value:w.monthsValue}),Xr({...w,...s},f)]}),Gi({rate:N,children:ns(T,I)}),mr({income:k,finalSum:S,buttons:[...l,ts(n?.buttons,C)],footnotes:[r],postfix:b?.text,isCapitalization:f("isMonthlyInterestPayment").value})]})})})),es=(e="")=>Ur(e)?1e3:100,ts=(e=[],t="")=>{const{type:n,...l}=e.find((e=>e.type===t))??{};return l},ns=(e,t=!1)=>t?null:o(ia,{type:"button",version:"secondary",onClick:e,children:"Показать максимальную ставку"}),ls=e=>as({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&as({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),as=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:l,viewSettingFieldKey:a})=>!!n&&!n[a]||t[l]===e[l],is={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},rs=(e,t,n)=>{const{moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}=e,s=t?.rateRows||[is],o=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>ls({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:c,maxSum:d}=hr(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=hr(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>ls({row:e,userInputParams:t,paramsViewSettings:n})&&pr(l+r,["minSum","maxSum"],e)&&pr(i,["minSumOld","maxSumOld"],e)&&pr(r,["minSumExtra","maxSumExtra"],e)&&pr(a,["minMonths","maxMonths"],e)))||is)({rateRows:s,userInputParams:e,paramsViewSettings:n,moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}),{rate:p}=u,g=Br(p,e),x=e.oldMonthlyPayment-g;return{...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r,monthlyPayment:g,benefit:x}},ss=ht((({className:e="",title:t,calcSource:n,buttons:l,footnote:a,paramsViewSettings:i,...r})=>{const[s,{field:d}]=jt({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),m=rs(s,n,i),u=Tr({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...d("isAnnuity")});return o(Oi,{className:e,title:t,...r,children:c("section",{className:h(Fi,e),children:[c("div",{className:Ui,children:[Ji({title:"Остаток долга в других банках, ₽ ",step:500,min:m.minSum,max:m.maxSum-m.maxSumExtra,...d("moneyValue"),value:m.moneyValue}),Ji({title:"Ежемесячный платёж в других банках, ₽",step:500,min:m.minSumOld,max:m.maxSumOld,...d("oldMonthlyPayment"),value:m.oldMonthlyPayment}),Sr({title:"Новый срок кредита, месяцев",min:m.minMonths,max:m.maxMonths,...d("monthsValue"),value:m.monthsValue}),os({...m,...i},d),m.isExtraMoney?Ji({title:"Дополнительная сумма, ₽ ",step:500,min:m.minSumExtra,max:m.maxSumExtra,...d("moneyExtra"),value:m.moneyExtra}):null,o("div",{className:"sm:hidden pt-1 pb-4 border-b border-main-divider",children:u})]}),c("div",{className:h(Wi,"@4xl:w-1/2"),children:[o(qi,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(qi,{title:"Ставка",value:m?.rate,fractionDigits:2,postfix:"%"}),o(qi,{title:"Ежемесячный платёж",value:m.monthlyPayment,postfix:"₽"}),m.benefit>0?o(qi,{title:"Выгода в месяц",value:m.benefit,postfix:"₽"}):null,o("div",{className:"hidden sm:block mb-lg",children:u}),Ee(l,{isVertical:!0}),Ki(a)]})]})})})),os=(e,t)=>c("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?o(Gt,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?o(Gt,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,o(Gt,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),cs=d((e=>{const{onChange:t,min:n,max:l,defaultValue:a="0",fractionDigits:r=0,...s}=e,c=sl(e,{normalize:(e=a)=>n&&l?String(ol(Number(ds(e)),n,l)):ds(e),format:Ue(r)}),d=i((e=>t&&t(ds(e))),[t]);return o(rn,{onChange:d,...s,...c})})),ds=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),ms=d((e=>o(cs,{...e,fractionDigits:2,children:o("div",{className:"absolute right-4 bottom-4",children:o(Re,{size:"text-xl",font:"font-light",children:"₽"})})}))),hs={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},us={amount:1500},ps=d((({className:e="",title:t="Укажите сумму перевода",label:n="Сумма перевода",button:i,formType:r="private",...s})=>{const[{amount:d},{field:m}]=jt(us),[u,p]=l(!1);return a((()=>{p(d<=0)}),[d]),c(g,{className:h("flex flex-col items-center",e),defaultPadding:"p-6xl",...s,children:[t?o(N,{className:"pb-lg xl:pb-4xl self-start xl:self-center",headingType:"h3",title:t}):null,c("form",{className:"w-full xl:max-w-[468px]",method:"POST",action:hs[r],children:[o(ms,{valid:!u,label:n,max:3e5,min:1,...m("amount",{parse:Number,format:String})}),o("input",{type:"hidden",name:"amount",value:d}),i?.text?o(ia,{className:"w-full mt-lg",type:"submit",disabled:u,children:i.text}):null]})]})})),gs=({className:e,text:t="ХИТ"}={})=>c("div",{className:h("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[o(H,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),o(k,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),xs="relative h-full",fs={small:"lg:min-w-64",normal:"lg:min-w-80 xl:min-w-96",big:"lg:min-w-[515px]"},bs=({noCardBorder:e,cardSize:t="normal",isNavButtons:n=!1,...l})=>{const{blocks:a}=l.block||{},i=a?.some(ws),r=n?{defaultPadding:"p-6xl pb-m"}:{};return R({...l,renderProps:(n,l,a)=>c("div",{className:ys(n,{someCardsHighlighted:i}),children:[B(n,l,{className:vs(n,{someCardsHighlighted:i,showBorder:!e,cardSize:t}),...r,blockIndex:a}),ws(n)?gs({className:"absolute top-0 -right-4 z-40"}):null]},String(a))})},ys=(e,{someCardsHighlighted:t})=>h(xs,t&&(ws(e)?"pt-3xl":"pt-3xl sm:pt-16")),vs=(e,{someCardsHighlighted:t,showBorder:n,cardSize:l="normal"})=>h(xs,"min-w-80",fs[l],t&&(ws(e)?"pt-3xl sm:pt-16":"pt-3xl"),Ma(n),n&&"h-full"),ws=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,Ns=ht((({className:e,visibleItemCount:t=0,noCardBorder:n,arrowsPadded:l=!0,isGap:a=!0,cardSize:i="normal",isNavButtons:r=!1,...s})=>o(g,{className:h(e),defaultPadding:"p-6xl",...s,children:o(ii,{className:h("relative max-w-full"),visibleItemCount:t,snapAlign:"snap-start",gap:a?16:0,padding:0,arrowsPadded:l,navButtons:r?ks(s?.block?.blocks):[],hasBlur:!0,children:bs({noCardBorder:n,cardSize:i,isNavButtons:r,...s})})})),{childrenTypes:["CarouselCard","CarouselCatalogCard","CarouselRecommendationCard","CarouselTariffsCard","RichTextBlock","ProductBlock"],childSchema:()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}})}),ks=e=>e?.map((e=>{const t=e?.content;return{title:t?.title,description:t?.additionalDescription||t?.description}}))??[],Ss="z-10 border border-solid w-full h-full",Cs=h(Ss,"absolute hidden @xl:block border-transparent"),Ts=d((({className:e,title:t,description:n,button:l,...a})=>o(g,{className:h("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:c("div",{className:"relative h-full",children:[o("div",{className:h(Cs,"top-9 right-12 bg-green-dark")}),o("div",{className:h(Cs,"top-6 right-8 bg-green")}),o("div",{className:h(Cs,"top-3 right-4 bg-green-light")}),c("div",{className:h(Ss,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-more-light"),children:[o(C,{title:t,description:n,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),Ee([l],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),Is={black:"bg-black",white:"bg-white"},Bs=d((({className:e="",title:t,description:n,image:l,price:a,button:i,colors:r=[],align:s="text-left",padding:d,...m})=>o(g,{className:h("flex flex-col justify-left",e),defaultPadding:"p-2xl",...m,children:c(Ce,{className:"h-full",padding:d,title:o(C,{title:t,description:n,headlineVersion:"XS",isEmbedded:!0,align:s}),rightImage:l?.src?o(ne,{className:"flex justify-center align-center mb-xl",image:l}):null,buttons:Ee([i],{buttonClassName:"w-full self-end"}),children:[r?.length?c("div",{className:"flex text-secondary-text mb-m",children:[o("div",{className:"mr-xs",children:o(Re,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(Ps)]}):null,a?c(Re,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),Ps=(e,t)=>o("figure",{className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${Is[e]}`},String(t)),Ms=d((({icon:e,...t})=>{const n=he(),{text:l,href:a,target:i,onClick:r}=n(t);return l?o("div",{className:h("p-3 rounded-lg bg-white text-secondary-text flex justify-center"),children:o("a",{role:"link",href:a,target:i,onClick:r,children:c("div",{className:"flex flex-col items-center gap-3 break-words max-w-[150px]",children:[e?o(ne,{className:"w-7 h-7 md:w-12 md:h-12",image:{...e,iconVersion:e?.iconVersion},alt:l}):null,o("div",{className:"font-light md:font-normal text-primary-text text-center text-xs md:text-sm whitespace-wrap",children:l})]})})}):null})),Rs=d((({className:e,additionalDescription:t,description:n,links:l,title:a,...i})=>o(g,{defaultPadding:"p-5xl",className:h("overflow-hidden",e),...i,children:c("div",{className:"flex flex-col lg:flex-row gap-5 justify-between",children:[c("div",{className:"flex-1",children:[o(C,{isEmbedded:!0,title:a,description:n,as:"h1",align:"text-left",headlineVersion:"XL"}),o(C,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0})]}),l?.length?Vs(l):null]})}))),Vs=e=>o("div",{className:h("lg:grid-cols-9 lg:[&>*]:col-span-2 lg:[&>*:nth-child(14n+2)]:col-span-3 lg:[&>*:nth-child(7n+5)]:col-span-3","lg:[&>*:nth-child(7n+6)]:col-span-3 lg:[&>*:nth-child(7n+7)]:col-span-3 lg:[&>*:nth-child(14n+10)]:col-span-3 lg:w-3/6","grid-cols-3 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+3)]:col-span-2 max-lg:[&>*:not(:nth-child(-n+3)):nth-child(4n+4)]:col-span-2","grid gap-3 lg:gap-5"),children:e.map(((e,t)=>o(Ms,{...e},String(t))))}),Ds=(e,t)=>e?.map((({aspectName:e,params:n})=>({aspectName:e,params:"mindboxEvent"===e?{...n,eventJson:t}:n}))),zs=d((({className:e="",href:t,target:n,onClick:l,data:a,children:i})=>{const r=he()({href:t,target:n,onClick:l});return o(t?"a":"div",{className:h("block",e),...t?r:{},role:t?"link":"none",...ue(a),children:i})})),As=[{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"}}],js=d((({className:e="",media:t,showButtonText:n,stretched:a,version:i="white",children:r})=>{if(!t?.length)return null;const[s,d]=l(),m=t?.map((e=>{const{href:t,icon:l,text:a}=e,{iconMapped:r}=(e=>As.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),o=$e(l)?l:r,c=n?{text:a}:{text:""},m=e?.icon?.iconVersion||"color";return!s&&a&&d(!0),{...e,...c,icon:{...o,iconVersion:m},version:e?.version??i}})),u=h("border border-solid hover:border-transparent border-main-divider","group-data-primary:border-main-divider group-data-gray:border-green group/media",{"basis-auto":!n&&!s},_s(a));return c("div",{className:h("flex flex-col gap-m xl:gap-xs",e),"aria-label":"Социальные сети",children:[o("div",{className:"flex gap-xs",children:Ee(m,{className:$s(s??!1,a??!1,n),buttonClassName:u})}),r?o(Re,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null]})})),_s=(e=!1)=>e?"flex-1 @lg:flex-initial justify-center":"",$s=(e,t,n=!1)=>h(e||t?"basis-full":"",!t||n&&e?"":"flex-nowrap"),Es=d((({className:e,padding:t,description:n,additionalDescription:l,href:a,icon:i,isDotted:r,__html:s,socialMedia:d=[],target:m,title:u,align:p="text-left",benefits:x,imageOptions:{directionRight:f=!0,isImageAlwaysOnRight:b=false,isImageSecondary:y=!1}={},data:v,...w})=>o(g,{className:h("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...w,children:o(zs,{href:a,target:m,className:"h-full",data:Ds(v),children:c(Ce,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:o(C,{title:u,description:n,headlineVersion:"XS",isEmbedded:!0,align:p}),...Ge($e(i)?o(ne,{image:i}):null,f),buttons:d.length?o(js,{media:d,stretched:!0,showButtonText:!0,version:w?.version}):null,isImageAlwaysOnRight:b,isImageSecondary:y,imageAlign:"center",children:[o(_e,{benefits:x}),s?o(Pe,{__html:s,isDotted:r,itemSize:"list-s"}):null,Ls(l,p)]})})}))),Ls=(e,t)=>e?o(k,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,Os=(e,t)=>{const{title:n,description:l,buttons:a}=e;return c("div",{className:"py-lg border-b border-main-divider",children:[n?o("div",{className:"opacity-80",children:o(Re,{size:"text-m",color:"text-secondary-text",children:n})}):null,l?o("div",{className:"mt-2xs",children:o(Re,{size:"text-xl",color:"text-primary-text",children:l})}):null,a?.length?o("div",{className:"text-primary-main",children:Ee(a)}):null]},String(t))},Fs=d((({className:e="",title:t,align:n="text-center",icon:i,button:r,visibleCellsCount:s=1,cardCells:d=[],options:m,data:u,...p})=>{const x=d.map(Os),[f,b]=s>0?[x.slice(0,s),x.slice(s)]:[x,[]],[y,v]=l(!1);return a((()=>ce.subscribe("fold",(e=>{void 0!==m?.parent&&e.parent===m?.parent&&v(e.isUnfolded)}))),[m?.parent]),c(g,{className:h("flex flex-col",e),defaultPadding:"p-2xl",...p,children:[$e(i)?o("div",{className:"self-center",children:o(ne,{image:i})}):null,t?o(N,{className:h("pt-xs",n),headingType:"h5",title:t}):null,r?.text?o(be,{className:"w-full mt-m mb-lg",...r}):null,b.length?o(mi,{renderFoldableSection:()=>c("div",{children:[f,o(hi,{isUnfolded:y,children:b})]}),renderFoldButton:d.length>=s?Us(y,m?.parent,u):null}):o("div",{children:f})]})})),Us=(e,t,n)=>()=>c("button",{className:"w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center",onClick:()=>{void 0!==t&&ce.fire("fold",{type:"fold",isUnfolded:!e,parent:t})},type:"button",...e?ue(n):{},children:[o("div",{children:e?"Скрыть":"Подробнее о тарифе"}),o(H,{className:"text-primary-text",name:e?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),Ws=e=>"number"==typeof e?.minMonths&&"number"==typeof e?.maxMonths,Hs=(e,t)=>Array.from({length:t-e+1},((t,n)=>e+n)),qs=1e9,Ks={sum:{min:1e4,max:qs},period:3},Ys=ht((({className:e,filtrationSchema:t={},resetButton:n,sumInput:l,periodInput:a,...i})=>{const[,{blocksToRender:r,blocksWithProps:s},{field:d,reset:m}]=Ii(Ks,{block:i.block,page:i.options?.page,normalize:e=>({...e,period:Xs(e)})}),u=s.map((([,e])=>e?.paramsSource?.rateRows)),p=Gs(u);return c(g,{className:h("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[o(vi,{filtrationSchema:t,resetButton:n,field:d,reset:m,children:c("div",{className:"@4xl:max-w-xs space-y-lg",children:[o(ms,{label:l?.title,min:500,max:qs,...d("sum",{parse:e=>({min:Number(e),max:qs}),format:({min:e})=>String(e)})}),o(ul,{title:a?.title,items:["От 3 мес","До 5 лет"],list:p,...d("period")})]})}),o(xi,{blocksToRender:r,...i})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>({...e?.filtrationSchema||{},paramsSource:{type:"object",title:"Адрес справочника"}})}),Xs=e=>st((e?.paramsSource?.rateRows||[]).filter(Ws).flatMap((e=>Hs(e.minMonths,e.maxMonths)))),Gs=e=>st(e.flatMap((e=>e||[])).filter(Ws).flatMap((e=>Hs(e.minMonths,e.maxMonths)))).sort(((e,t)=>e-t))||[],Js=[{key:"10"},{key:"50"},{key:"100"}],Zs=({itemCount:e,onItemCountChange:t})=>{const n=i((({key:e})=>t(Number(e))),[]);return c("div",{className:"mt-2 @lg:mt-0 items-center gap-s hidden @lg:flex",children:[o("span",{children:"Показать по"}),o(pn,{className:"min-w-20",onChange:n,value:{key:String(e)},options:Js,iconVersion:"black"})]})},Qs="py-m @lg:px-lg px-m rounded-md cursor-pointer text-center min-w-10 @lg:min-w-0 hover:bg-primary-hover hover:text-white",eo=(e,t)=>{const{currentPage:n,onPageChange:l,totalPages:a}=e,i=t+1;return i===n?o("div",{"aria-current":"true",className:"py-m @lg:px-lg px-m bg-primary-main text-center min-w-10 @lg:min-w-0 text-white rounded-md",children:i},String(t)):1!==i&&i!==a&&((e,t,n)=>e<t&&e>=t-1||e<=t+1&&e>t||((e,t,n)=>t<=2&&e<=t+2||t>=n-1&&e>=n-3)(e,t,n))(i,n,a)?o("div",{onClick:()=>l(i),className:Qs,"aria-label":`Страница ${i}`,children:i},String(t)):null},to={width:"24",height:"24"},no=({currentPage:e,onPageChange:t,totalPages:n})=>{const l=r((()=>Array.from({length:n}).fill({currentPage:e,onPageChange:t,totalPages:n})),[n,e]),a=i((()=>{e>1&&t(e-1)}),[e]),s=i((()=>{e<n&&t(e+1)}),[e,n]),d=i((()=>t(1)),[]),m=i((()=>t(n)),[n]);return c("div",{className:"flex gap-m items-center",children:[o("div",{onClick:a,children:o(H,{name:"ArrowLeftIcon",iconVersion:"black",imageClassName:lo(1===e),...to})}),c("div",{className:"flex @lg:gap-2xs",children:[e>1?o("div",{onClick:d,className:Qs,"aria-label":"Страница 1",children:"1"}):null,e>3?o("div",{className:"py-m @lg:px-s",children:"..."}):null,l.map(eo),e<n-2?o("div",{className:"py-m @lg:px-s",children:"..."}):null,e<n?o("div",{onClick:m,className:Qs,"aria-label":`Страница ${n}`,children:n}):null]}),o("div",{onClick:s,children:o(H,{className:"rotate-180",name:"ArrowLeftIcon",iconVersion:"black",imageClassName:lo(e===n),...to})})]})},lo=e=>e?"opacity-20":"cursor-pointer hover:opacity-60",ao=({currentPage:e,onPageChange:t,totalPages:n,itemCount:l,onItemCountChange:a})=>c("div",{className:"mt-3xl flex justify-between flex-col @lg:flex-row items-center select-none",role:"navigation","aria-label":"Пагинация",children:[o(no,{currentPage:e,onPageChange:t,totalPages:n}),l&&a?o(Zs,{itemCount:l,onItemCountChange:a}):null]}),io=d((({className:e,value:t,autoFocus:n,onChange:l,onFocus:a,placeholder:r="Поиск по сайту"})=>{const s=i((e=>{l&&l(e.target?.value||"")}),[l]);return c("div",{className:h("relative",e),role:"form",children:[o("div",{className:"absolute h-full flex items-center pl-m pointer-events-none",children:o(ne,{image:{icon:"LoupeIcon",iconVersion:"black"},width:"24",height:"24"})}),o("input",{className:h("h-14 w-full px-10 text-l text-black box-border rounded-md",an),value:t,type:"text",name:"search-bar-input",placeholder:r,autoFocus:n,onChange:s,onFocus:a})]})})),ro=d((({field:e,onClearFilter:t,filtrationState:n})=>c("div",{className:"grid grid-cols-12 mb-3xl @lg:space-x-xl",children:[o(io,{className:"col-span-12 @lg:col-span-4 mt-auto",placeholder:"Поиск",...e("query")}),o(Pn,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период от",maxDate:n.endDate,...e("startDate")}),o(Pn,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период до",minDate:n.startDate,...e("endDate")}),o("div",{className:"col-span-12 @lg:col-span-2 mt-8 @lg:mt-auto",children:o(ia,{type:"reset",className:"w-full",version:"secondary",onClick:t,children:"Очистить"})})]}))),so=(e,t)=>o(zi,{...e,iconBgVersion:t,className:"shrink-0"}),oo=({title:e,timestamp:t,publicId:n})=>{const l=he(),{href:a}=l({href:`/api/v1/depository/${n}/file`});return c("div",{className:"flex gap-3 items-center py-lg border-gray border-opacity-50 border-b",children:[so({icon:"DocDownloadIcon",iconVersion:"black"}),c("div",{className:"flex flex-col gap-x-6xl lg:flex-row lg:items-center",children:[t?o(Re,{size:"text-m","font-weight":"font-light",children:xt(t)}):null,o("a",{className:"text-h6 hover:text-primary-active",href:a,download:!0,"aria-label":"Скачать",children:e})]})]},n)},co="/api/v1/depository",mo={startDate:void 0,endDate:void 0,query:""},ho=ht((({className:e,...t})=>{const[n,a]=l(0),[r,s]=l(10),[d,{field:m,reset:u}]=jt(mo),{totalPages:p=0,items:x=[]}=(({size:e,page:t,query:n,startDate:l,endDate:a})=>{const i=l?xt(l,!0):"",r=a?xt(a,!0):"",s=new URLSearchParams(co);s.set("page",String(t)),s.set("size",String(e)),s.set("query",n),s.set("timestampStart",i),s.set("timestampEnd",r);const o=`?${s.toString()}`,{data:c}=tl(co+o,rt);return{items:c?.content,totalPages:c?.totalPages}})({size:r,page:n,...d}),f=i((e=>a(e-1)),[]),b=i((e=>{r!==e?(s(e),a(0)):s(e)}),[]);return c(g,{className:h(e,"container p-6xl"),...t,children:[o(ro,{filtrationState:d,field:m,onClearFilter:u}),c("div",{className:"flex flex-col",children:[c("div",{className:"grid grid-cols-12 pb-lg border-gray border-opacity-50 border-b",children:[o("div",{className:"col-span-4 @lg:col-span-2 hidden @lg:block",children:o(Re,{size:"text-m",color:"text-secondary-text",children:"Дата"})}),o("span",{className:"col-span-8 @lg:col-span-10 hidden @lg:block",children:o(Re,{size:"text-m",color:"text-secondary-text",children:"Тема"})})]}),x.length?x.map((e=>o(oo,{...e},String(e.publicId)))):o(Pa,{title:"Ничего не найдено",description:"Попробуйте очистить фильтры"}),o(ao,{currentPage:n+1,onPageChange:f,totalPages:p,itemCount:r,onItemCountChange:b})]})]})})),uo=e=>"Image"===e?.contentType&&e?.image?o(ne,{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,po=d((({className:e="",title:t,description:n,error:l,button:a,...i})=>c(g,{className:h("flex flex-col justify-center items-center",e),defaultPadding:h("p-6xl"),version:"transparent",...i,children:[o("div",{className:"flex justify-center",children:uo(l)}),o(C,{title:t,description:n,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?o(be,{version:a?.version,text:a?.text,...a}):null]}))),go="location";function xo(e="Москва"){const[t,n]=((e,t,n)=>{const[r,s]=l(n||null);return a((()=>e.subscribe(t,(e=>s(e)))),[e,t]),[r,i((n=>e.fire(t,n)),[e,t])]})(ce,"location",bo()??{name:e}),r=i((e=>{yo(e),n(e)}),[]),{data:s}=tl(fo()?null:"/api/v1/region",rt);return a((()=>{s&&!fo()&&n(s)}),[s]),[t??{name:e},r]}const fo=()=>Boolean(globalThis.localStorage?.getItem(go)),bo=()=>{try{const e=globalThis.localStorage?.getItem(go);return e&&JSON.parse(e)}catch(e){return null}},yo=e=>{try{globalThis.localStorage?.setItem(go,JSON.stringify(e))}catch(e){}};var vo;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD",e.CNY="CNY"}(vo||(vo={}));const wo=new Intl.NumberFormat("ru",{style:"currency",currency:vo.RUB}),No=e=>e?wo.format(e):"",ko="text-m font-light text-secondary-text ",So=`${ko} text-left`,Co=`${ko} pl-5xl text-center`,To=`${ko} pl-5xl text-right`,Io={USD:"DollarIcon",EUR:"EuroIcon",CNY:"ChineseYuanRenminbiIcon"},Bo=d((({className:e,exchangeCurrencyItems:t})=>c("table",{className:h("h-fit w-full",e),children:[o("thead",{children:c("tr",{children:[o("th",{className:So,children:o(Re,{size:"text-m",children:"Валюта"})}),o("th",{className:Co,children:o(Re,{size:"text-m",children:"Купить"})}),o("th",{className:To,children:o(Re,{size:"text-m",children:"Продать"})})]})}),o("tbody",{children:t.map(Po)})]}))),Po=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(ne,{image:{icon:Io[t]},width:"24",height:"24"}):null,o(Re,{size:"text-h6",children:t})]})}),o("td",{className:"pt-m pl-5xl text-center",children:o(Re,{size:"text-h6",children:No(e?.saleExchangeRate)})}),o("td",{className:"pt-m pl-5xl text-right",children:o(Re,{size:"text-h6",children:No(e?.buyExchangeRate)})})]},t)},Mo={icon:"GpsIcon"},Ro=d((({className:e="",address:t})=>c("div",{className:h("flex gap-s w-full justify-between @sm:justify-center",e),children:[o(zi,{...Mo,iconBgVersion:"primary",className:"shrink-0"}),c("div",{className:"space-y-2xs whitespace-pre-wrap",children:[t?o(k,{size:"text-l",color:"text-primary-main",children:t}):null,o(k,{size:"text-m",color:"text-secondary-text",children:"Курс указан для заданного офиса"})]})]}))),Vo=(e,t,n)=>{const l=Number(Do(e))*Math.pow(t,n?-1:1);return Number.isInteger(l)?l:((e,t=2)=>{const n=10**t;return Math.round(parseFloat(String(e))*n)/n})(l)},Do=e=>e.replace(/[^\d.,]/g,"").replace(",","."),zo=e=>Pt([[e=>e.value!==vo.RUB&&e.oppositeValue!==vo.RUB,()=>e.handleConvert(e.value,vo.RUB)],[e=>e.value===vo.RUB&&e.oppositeValue===vo.RUB,()=>e.handleConvert(e.value,vo.USD)],[e=>e.value===vo.RUB&&e.oppositeValue===vo.RUB,()=>e.handleConvert(e.value,vo.CNY)],[()=>!0,()=>e.handleConvert(e.value)]])(e)?.();function Ao(e){const{placeholder:t,rates:n,selected:l,value:a,setValue:i,setSelected:r}=e,s=n.map((e=>({key:e?.currency?.currency??"",text:e?.currency?.currency??""}))),d={key:l,text:l};return c("div",{className:"relative flex",children:[o(rn,{className:"shrink-0 text-l w-full appearance-none -mr-20",placeholder:t,type:"text",value:a,onChange:i}),s.length?o(pn,{className:"absolute right-0",isBorder:!1,onChange:e=>r(e.key),options:s,value:d}):null]})}const jo=d((({className:e="",currencyRatesBuy:t,currencyRatesSell:n,button:a})=>{const[r,s]=l({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||vo.RUB,selectBuy:n?.[0]?.currency?.currency||vo.USD}),d=i((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:[Ao({placeholder:"Хочу продать",rates:n,selected:r.selectSell,setSelected:_o(r,d,n),value:r.inputSell,setValue:e=>Eo(d,n)(e,r.selectSell,r.selectBuy)}),Ao({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:$o(r,d,t),value:r.inputBuy,setValue:e=>Lo(d,t)(e,r.selectBuy,r.selectSell)})]}):null,a?.text?o(be,{text:a.text,version:a?.version,...a}):null]})})),_o=(e,t,n)=>l=>{t({selectSell:l}),zo({value:l,oppositeValue:e.selectBuy,handleConvert:(l=e.selectSell,a=e.selectBuy)=>{Eo(t,n)(e.inputSell,l,a)}})},$o=(e,t,n)=>l=>{t({selectBuy:l}),zo({value:l,oppositeValue:e.selectSell,handleConvert:(l=e.selectBuy,a=e.selectSell)=>Lo(t,n)(e.inputBuy,l,a)})},Eo=(e,t)=>(n,l,a)=>{e({inputSell:Do(n),selectBuy:a});const i=t.find((e=>e.currency?.currency===a))?.buyExchangeRate||t.find((e=>e.currency?.currency===l))?.buyExchangeRate;i&&e({inputBuy:String(Vo(n,i,l===vo.RUB)||"")})},Lo=(e,t)=>(n,l,a)=>{e({inputBuy:Do(n),selectSell:a});const i=t.find((e=>e.currency?.currency===a))?.saleExchangeRate||t.find((e=>e.currency?.currency===l))?.saleExchangeRate;i&&e({inputSell:String(Vo(n,i,l===vo.RUB)||"")})};const Oo=d((({className:e="",title:t="Курсы обмена валют",button:n,...l})=>{const[a]=xo(),i=function(e){const t=e?.code||"000",{data:n}=tl(`/api/v1/exchangerates?regionCode=${t}`,rt);return n||{}}(a),r=Fo(i?.exchangeRate?.currencies),s=r.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:vo.RUB}});const d=r.filter((e=>e.saleExchangeRate));return d.push({currency:{currency:vo.RUB}}),o(g,{className:h("box-border min-h-80",e),...l,children:o(Ce,{className:"h-full",title:o(N,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:c("div",{className:"flex w-full gap-6xl flex-wrap @lg:flex-nowrap",children:[c("div",{className:"w-full @2xl:w-auto @5xl:w-1/2",children:[r?o(Bo,{className:"mb-xl",exchangeCurrencyItems:r}):null,o(Ro,{address:i?.address})]}),o(jo,{className:"grow w-1/2",currencyRatesBuy:s,currencyRatesSell:d,button:n})]})})})})),Fo=e=>e?.filter((e=>[1,2,3].includes(e?.currency?.id)))||[],Uo=d((({className:e="",items:t})=>{const n=he();return o("ul",{className:h("flex flex-col gap-s w-full",e),children:t?.map(Wo(n))})})),Wo=e=>({dataFooter:t,...n},l)=>{const{text:a,href:i,target:r,onClick:s}=e(n);return a?o("li",{className:"list-none",children:o("a",{className:"hover:text-primary-main font-light",role:"link",href:i,target:r||"_self",onClick:s,...ue(t),children:a||null})},String(l)):null},Ho=d((({label:e,labelIconBgVersion:t,icon:n,onToggle:l,labelIcon:a})=>o(oi,{tag:"button",className:h("border-none bg-transparent items-center group/button",a?.icon?"py-xs":"py-lg"),onClick:l,textNode:c("div",{className:"flex items-center text-start group-hover/button:text-primary-main gap-s",children:[so(a,t),e?o(Re,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:n?o(H,{name:n,iconVersion:"color",width:"24",height:"24"}):null}))),qo=(e=!1)=>e?"flex flex-wrap group-last:last:pb-0":"grid grid-cols-12 [&>*]:pb-m",Ko=(e=!1)=>e?"MinusIcon":"PlusIcon",Yo=(e=!1)=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon",Xo=ht((({className:e="",isExpanded:t,isFoldButtonOnTop:n=!0,label:l="Развернуть",labelIcon:a,labelIconBgVersion:i,foldButtonVersion:r="default",version:s,role:c,...d})=>{const m=Ne();return o(g,{className:h("w-full border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",role:c,...d,children:o(mi,{isFoldButtonOnTop:n,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>o(hi,{className:h("gap-lg",qo(m)),isUnfolded:e,children:R({...d,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Go({foldButtonVersion:r,label:l,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t,isMobile:m})})})}),{childrenTypes:{exclude:["RollupItem"]}}),Go=({foldButtonVersion:e,label:t,labelIcon:n,labelIconBgVersion:l,isUnfolded:a,onToggle:i,isMobile:r=!1})=>{const s=t||(a?"Скрыть":"Развернуть"),c=((e=!1,t=!1)=>t?Yo(e):Ko(e))(a,r);return"accordion"===e?o(Ho,{label:s,labelIcon:n,labelIconBgVersion:l,icon:c,onToggle:i}):o(ci,{label:s,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},Jo=d((({navigationItems:e})=>o("div",{className:"w-full",role:"menu",children:Zo(e)}))),Zo=e=>e?.filter((e=>e.icon?.icon)).map(((e,t)=>o(Xo,{foldButtonVersion:"accordion",label:e?.text,labelIcon:e?.icon,role:"menuitem",children:e.items?o(Uo,{items:e.items}):null},String(t)))),Qo=d((({className:e="",items:t=[]})=>t?.length?o("div",{className:h("space-y-m",e),children:t.map(ec)}):null)),ec=(e,t)=>c("div",{className:"space-y-m",children:[o("div",{children:o(Re,{size:"text-l",font:"font-medium",children:e?.title})}),o("div",{className:"space-y-m",children:e.items?.map(tc)})]},String(t)),tc=(e,t)=>c("div",{className:"space-y-2xs",children:[o("div",{children:nc(e.type,e.text)}),o(k,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e.description})]},String(t)),nc=(e,t="")=>{switch(e){case"tel":return o("a",{className:"text-primary-text hover:text-primary-main no-underline",href:`tel:${lc(t)}`,children:o(Re,{size:"text-h6",children:t})});case"email":return o("a",{className:"no-underline",href:`mailto:${t}`,children:o(k,{size:"text-xl",font:"font-light",color:"text-primary-text",children:t})});default:return o("span",{children:t})}},lc=e=>e.replaceAll(/\D/g,""),ac=d((({className:e="",index:t,text:n,...l})=>{const a=he(),{href:i,target:r,onClick:s}=a(l);return o("a",{className:h("text-secondary-text",e),href:i,target:r,onClick:s,children:n||`Документ ${t}`})})),ic=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(Re,{size:"text-l",font:"font-normal",children:t})}),n.map(((e,t)=>o(ac,{index:t,className:"text-l font-light lg:max-w-[292px]",...e},String(t))))]}):null}))),rc=d((({className:e="",index:t,...n})=>{const l=he(),{href:a,target:i,text:r,onClick:s}=l(n);return o("a",{className:h("text-xs font-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px]",e),href:a,target:i,onClick:s,children:r||`Документ ${t}`})})),sc=d((({className:e="",links:t,license:n})=>c("div",{className:h("@container space-y-lg",e),children:[n?o("div",{children:o(Re,{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(rc,{index:t,...e},String(t))))}):null]}))),oc=ht((({className:e,footer:t,...n})=>{const{navigationItems:l}=n.options?.page?.navigation??{};n.options?.page?.common;const{documents:a,relatedEnterprises:i,contacts:r,mediaLinks:s=[],horizontalNavigationTitle:d,feedbackButton:m,license:u,otherLinks:p=[]}=t??{};return c(g,{tag:"footer",className:h("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(Jo,{navigationItems:l}),o("div",{className:"border-t border-main-divider lg:hidden w-full"}),c("div",{className:h("w-full lg:w-52","flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[o(Qo,{items:r}),m?o(be,{className:"w-full",version:"primary",...m}):null,s.map(((e,t)=>o(js,{media:e?.links??[],showButtonText:!1,stretched:!0,children:e?.title},String(t)))),p.map(((e,t)=>o(be,{className:"!text-left text-s font-light",version:"link",...e,children:e?.text},String(t))))]})]}),o(ic,{title:d,links:i}),o(sc,{links:a,license:u})]})})),cc=ht((({className:e,title:t,button:n,regionSource:a,data:i,...r})=>{const[s,d]=l({key:""}),m=a?.regions??[],u=oe({className:"text-white",version:n?.version||"primary"}),p=m?.find((e=>e.name===s.key))?.href,x=n?.text?n.text:"Перейти";return o(g,{className:e,defaultPadding:"p-6xl",...r,children:c("div",{className:"container max-w-[978px] space-y-m",children:[t?o(N,{headingType:"h3",title:t,className:"@xl:text-center"}):null,m?o(Dn,{label:"Ваш регион",placeholder:"Выберите регион",isSearch:!0,options:m.map((({name:e=""})=>({key:e,text:e}))),value:s,onChange:d}):null,p?o("div",{className:"text-center",children:o(be,{href:p,target:"_blank",className:h("p-m w-full @xl:w-auto",u),data:Ds(i,s?.key),children:x})}):null]})})})),dc={width:"103",height:"21"},mc={"bg-white":"color",transparent:"white"},hc={"bg-white":"text-primary-main",transparent:"text-white"},uc=(e,t,n)=>o(ne,{image:t?.src?t:{icon:t?.icon||"LogoIcon",iconVersion:mc[e]},className:hc[e],width:n?.width,height:n?.height}),pc={"bg-white":"text-primary-text",transparent:"text-white"},gc=d((({className:e,href:t="/",logo:n,children:l,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0,data:s})=>c("a",{className:h("inline-flex items-center font-sans no-underline",e),href:n?.href??t,target:a?"_blank":"_self","aria-label":n?.title??"Россельхозбанк",...ue(s),children:[uc(i,n?.image,dc),r?l??o("div",{className:"ml-s",children:o(Re,{font:"font-medium",color:pc[i],size:"text-s",children:n?.title??"Россельхозбанк"})}):null]}))),xc={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"},fc=d((({version:e,text:t,mobileText:n,...l})=>{const a=Ne()?n:t;return a?o(be,{className:h("py-s px-lg font-light whitespace-nowrap",xc["transparent"===e?"transparent":"default"]),...l,children:a}):null})),bc=d((({bgColor:e,logo:t,alwaysShowLogo:n,internetBankButton:l,version:a,backwardButton:r})=>{const s=V(),d="/"===s.pathname,{dataFooter:m,dataHeader:h,...u}=t??{},p=i((()=>{s.back()}),[s]);return c("div",{className:"flex items-center justify-between w-full",children:[n||d?o("div",{children:o(gc,{className:"my-2xs",bgColor:e,logo:u,data:h,showTitle:!1})}):yc(p,r),o(fc,{version:a,...l})]})})),yc=(e,t)=>t?c("button",{className:"flex items-center text-l my-2xs",onClick:e,type:"button","aria-label":"Кнопка назад",children:[o(H,{name:"ChevronLeftIcon",iconVersion:"black",width:"24",height:"24"}),t]}):null,vc={"bg-white":"primary",transparent:"transparent"},wc=ht((({bgColor:e="bg-white",alwaysShowLogo:t=!1,version:n=vc[e],portal:l,logo:a={},...i})=>{const{backwardButton:r,logo:s={}}=i.options?.page?.common??{},{internetBankButton:c}=l||{},d=a.image?.icon||a.image?.src?a:s;return o(g,{tag:"header",defaultPadding:"",version:n,...i,children:o("div",{className:"container px-lg py-2xs box-border",children:o(bc,{bgColor:e,logo:d,alwaysShowLogo:t,internetBankButton:c,version:n,backwardButton:r,...i})})})})),Nc=(e=!1)=>e?{}:{padding:"p-0"},kc={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},Sc=ht((({className:e="",padding:t="p-0",gap:n="",isInnerPadding:l=!0,version:a="transparent",isTheme:i=!1,isCardBorder:r=!1,image:s,...c})=>{const d=V();return o(g,{className:h("relative flex flex-col",kc[n],s?.src?"bg-right-bottom bg-no-repeat":"",e),...s?.src?{style:{backgroundImage:`url(${J(d)(s?.src)})`}}:{},padding:t,version:a,isTheme:i,...c,children:R({...c,extraProps:{className:h("w-full",Ma(r)),...Nc(l)}})})}),{childrenTypes:[]}),Cc=ht((e=>o(Sc,{...e})),{childrenTypes:[]}),Tc=d((e=>{const{className:t,align:n,image:l,...a}=e,i=n?h("flex",Ei[n]):"";return o(g,{className:h(i,t),defaultPadding:"p-0",...a,children:o(ne,{image:l})})})),Ic=["байт","Кб","Мб","Гб","Тб","Пб"],Bc=d((({icon:e,text:t,href:n,target:l,fileFormat:a,data:i,fileSize:r})=>{const s=r&&a?",":"",d=r??"",m=a?String(a):"";return c("a",{className:"flex box-border gap-s group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main",href:n,target:l,...ue(i),children:[e,t?c(Re,{size:"text-l",font:"font-light",children:[t," ",Pc(d,m),o(Re,{color:"text-secondary-text",children:n&&`${d+s+m}`})]}):null]})})),Pc=(e,t)=>e||t?o("span",{children:", "}):"",Mc=(e,t)=>(n,l)=>{const a=U(e)("Attachment"===n?.docType?n?.attachment?.src:n?.href),i="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))} ${Ic[n]}`})(n?.attachment?.fileSize||0):n?.fileSize,r="Attachment"===n?.docType?Vc(a):n?.fileFormat;return c("div",{role:"listitem",children:[o(Bc,{text:n?.text,target:n?.target,href:a,fileFormat:r,fileSize:i,icon:Rc(t),data:n?.data}),o(Pe,{__html:n?.__html})]},String(l))},Rc=e=>e?o(ne,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:e,width:"24",height:"24"}):null,Vc=e=>{if(!e)return"";const t=e.lastIndexOf("."),n=new RegExp(/\/(.*)/),l=-1!==t?e.substring(t+1):"";return l.includes("/")?l.replace(n,""):l},Dc=d((({href:e,__html:t,target:n})=>{const{close:l}=de(),a=V(),r=U(a)(e),s=i((()=>{l()}),[]);return c(sa,{className:"my-6xl min-h-fit w-fit mx-auto",children:[t?o(Pe,{__html:t}):null,c("div",{className:"flex flex-row mx-auto w-fit gap-lg py-lg",children:[o(be,{text:"Я согласен",version:"primary",target:n,href:r,onClick:s}),o(ia,{type:"button",version:"secondary",onClick:s,children:"Я не согласен"})]}),o("div",{children:"Нажимая кнопку «Я СОГЛАСЕН» ниже Вы принимаете данные условия. Распространение или раскрытие любой части данного Заключения или любой информации, или рекомендации в нем запрещено.»"})]})})),zc=d((({text:e,href:t,target:n,__html:l})=>{if(!e&&!l)return null;const a=(e=>{const{open:t,close:n}=de();return{open:(n={})=>t(o(Dc,{...e}),n),close:n}})({__html:l,href:t,target:n}),r=i((()=>a.open()),[a]);return o("button",{className:"text-primary-main",onClick:r,children:e})})),Ac={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},jc=ht((({className:e="",title:t,description:n,align:l="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const d=V();return c(g,{className:h("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[o(C,{title:t,description:n,align:l,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?o("div",{className:h("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",Ac[r]),role:"list",children:a.map(_c(d,i))}):null]})})),_c=(e,t)=>(n,l)=>{const a=n?.docType;return""===a?null:"reportSource"in n&&n?.reportSource?.__html?$c(n,l):Mc(e,t)(n,l)},$c=(e,t)=>{const n={text:e.text,target:e.target,__html:e.reportSource?.__html};return e.reportSource?.__html&&e.text?c("div",{role:"listitem",children:[o(zc,{...n,href:Ec(e)?e?.href:e?.attachment?.src}),o(Pe,{__html:e?.__html})]},String(t)):null},Ec=e=>"href"in e,Lc=ht((({className:e,padding:t,align:n="text-left",buttons:l=[],description:a,image:i,__html:r,headingType:s,qr:d,additionalDescription:m="",title:u="Мобильное приложение",version:p="primary",...x})=>{const f="secondary"===p?"p-m min-w-32":"min-w-24",b=i?.src?o(ne,{className:"hidden lg:block",image:i}):null;return o(g,{className:h("min-h-80",e),padding:"p-0",version:p,...x,children:c(Ce,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:o(N,{headingType:s,title:u,className:h("whitespace-pre-wrap",n)}),rightImage:b,buttons:Ee(l,{className:"flex-wrap"}),children:[a?o(Re,{size:"text-xl","font-weight":"font-light",children:a}):null,c("div",{className:h("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[r?o(Pe,{__html:r,itemSize:"list-m"}):null,o(Re,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:m}),d?.src?o("div",{className:h("flex justify-center bg-white rounded-md @xl:-order-1",f),children:o(ne,{className:"w-fit",image:d})}):null,i?.src?o(ne,{className:"lg:hidden",image:i}):null]})]})})})),Oc=(e,t)=>e&&"underlined"!==t?"primary":"secondary",Fc=(e=[],t={})=>e.filter((({content:e={}})=>Ci(t,e))).length,Uc=(e,t)=>e===t;const Wc=(Hc=function(...e){return(t,n)=>e.some((e=>e(t,n)))}(Uc,((e=Uc)=>(t,n)=>t===n||Boolean(t&&n&&t.length===n.length&&t.every(((t,l)=>e(t,n[l])))))()),(e,t)=>e===t||Boolean(e&&t&&Object.keys(e).length===Object.keys(t).length&&Object.entries(e).every((([e,n])=>Hc(n,t[e])))));var Hc;const qc=[],Kc={},Yc={primary:"bg-white/30",secondary:"bg-main-divider"},Xc={primary:{desktop:"text-white",mobile:"text-primary-text"},secondary:{desktop:"text-secondary-text",mobile:"text-secondary-text"}},Gc=d((({count:e,version:t="secondary"})=>{const n=Ne(),l=n?"bg-main-divider":Yc[t],a=Xc[t][n?"mobile":"desktop"];return o("div",{className:h("w-6 h-6 rounded-full flex items-center justify-center",l),role:"status","aria-label":`Количество ${e} доступных программ и сервисов`,children:o(Re,{size:"text-xs",color:a,children:e})})})),Jc=({text:e,description:t,icon:n,isActive:l,type:a})=>{const i=(e=>({btn:"w-96 "+(e?"p-m border-none bg-primary-main text-white":"p-s ease-in duration-300 bg-white"),text:e?"mb-xs text-xl":"mb-2xs text-l text-primary-text",desc:"font-light "+(e?"text-l text-white":"text-m text-secondary-text"),icon:e?"":"text-primary-main",iconVersion:e?"white":"normal",oldText:"text-m text-center",oldDesc:"text-m-light"}))(l);return c("div",{className:h("cursor-pointer text-left border-b-0 flex gap-2xs"),"aria-label":e,"aria-labelledby":`${e}-label`,children:[n?o(ne,{className:h("h-6 w-6 min-w-6 min-h-6",i.icon),image:{...n,iconVersion:n?.iconVersion??i.iconVersion},width:"24",height:"24",alt:e}):null,c("div",{className:"border-0",children:[o("div",{className:"animated"===a?i.text:i.oldText,children:e}),o("div",{className:"animated"===a?i.desc:i.oldDesc,children:t})]})]})},Zc={default:"px-xs",underlined:"px-m",animated:"px-m border border-gray cursor-pointer text-left border-b-0 mt-auto flex gap-2xs"},Qc={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",animated:"text-white sm:text-white"},ed={default:"bg-white",underlined:"bg-white",animated:"p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96"},td={default:"bg-white sm:bg-primary-main",underlined:"bg-white",animated:"p-2 border-none bg-primary-main text-white h-20 w-96"},nd=d((({tag:e="div",item:t={},isActive:n=!1,type:l="default",onClick:a})=>{const i=e,{text:r,description:s,icon:d,count:m,tabName:u,...p}=t;return o(i,{className:h("h-12","block flex-1","cursor-pointer",Zc[l],n?td[l]:ed[l]),role:"tablist","aria-label":"Список табов",onClick:a,...p,children:c("div",{className:h("h-full","flex justify-center items-center","text-center whitespace-nowrap",n?Qc[l]:"text-secondary-text hover:text-primary-main"),role:"tab","aria-label":`Таб ${r}`,children:[Jc({text:r,description:s,icon:d,isActive:n,type:l}),Number.isInteger(m)?o("div",{className:"ml-xs",role:"status","aria-label":`Количество программ и сервисов ${m}`,children:o(Gc,{count:m,version:Oc(n,l)})}):null]})})})),ld=d((e=>o(e?.item?.href?ad:id,{...e}))),ad=d((e=>{const t=he(),n=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:l,...a}=t({...e.item,onClick:n});return o(nd,{...e,tag:"a",item:a,onClick:l})})),id=d((({item:e={},onClick:t,...n})=>{const l=i((()=>{t&&t(e)}),[t,e]);return o(nd,{item:e,onClick:l,...n})})),rd=(e,t,n)=>(l,a)=>o(ld,{isActive:l===e,onClick:t,type:n,item:l},String(a)),sd=d((({className:e,tabsType:t="default",items:n=[],activeItem:l,onChange:a})=>o("div",{className:h("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tabpanel","aria-label":"Панель управления табами",children:n.map(rd(l,a,t))}))),od={categories:[],extraOptions:[],propertyType:[],stage:[]},cd=ht((({className:e,hotFilters:t,filtrationSchema:n={},resetButton:l,...a})=>{const[s,{blocksToRender:d},{field:m,reset:u,update:p}]=Ii(od,{block:a.block,page:a.options?.page}),x=i(((e=od)=>p(e)),[]),f=(({hotFilters:e=qc,filtrationState:t=Kc,blocks:n=qc,onFiltrationStateChange:l})=>{const a=r((()=>Math.max(0,e.findIndex((e=>Wc(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,count:Fc(n,t.filter),version:Oc(t===e[a])})))),[e,n,a]),o=i((t=>{l(e[s.indexOf(t)].filter)}),[e,s]);return{activeItem:s[a],items:s,onChange:o}})({hotFilters:t,filtrationState:s,blocks:a.block?.blocks,onFiltrationStateChange:x});return c(g,{className:h("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[o(sd,{...f}),o(vi,{filtrationSchema:n,resetButton:l,field:m,reset:u}),o(xi,{blocksToRender:d,...a})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>e?.filtrationSchema||{}}),dd=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),md=d((({children:e})=>dd?e:null)),hd=d((({color:e="text-primary-main",position:t="absolute",blur:n=!0})=>o("div",{className:h("flex justify-center items-center h-full w-full z-50",t,{"backdrop-blur":n}),children:o("div",{className:h("inline-block h-28 w-28","animate-spin rounded-full","border-8 border-solid border-current","border-r-transparent",e),role:"status"})}))),ud="/icons/MapMarkerClusterIcon.svg",pd="/icons/MapMarkerClusterYellowIcon.svg";function gd({yandexMaps:e,map:t,points:n,isLoad:l}){if(l||!n?.length)return;t.geoObjects.removeAll();const a=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),i=xd("offices",e,a);if(n.length&&n.every((e=>"type"in e))){const l=xd("workplaces",e,a),r=fd(n.filter((e=>"workplaces"===e.type)),"workplaces",e),s=fd(n.filter((e=>"offices"===e.type)),"offices",e);i.add(s),l.add(r),t.geoObjects.add(l),t.geoObjects.add(i)}else{const l=fd(n,"offices",e);i.add(l),t.geoObjects.add(i)}t.setBounds(e.util.bounds.fromPoints(n.map((e=>e.coords)))).then((()=>{t.getZoom()>10&&t.setZoom(10)}))}const xd=(e,t,n)=>new t.Clusterer({clusterIcons:[{href:"offices"===e?ud:pd,size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:n,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),fd=(e,t,n)=>e.map((({coords:e,content:l})=>new n.Placemark(e,{balloonContentHeader:l?.header,balloonContentBody:l?.body,balloonContentFooter:l?.footer,hintContent:l?.hint},{iconLayout:"default#image",iconImageHref:"offices"===t?ud:pd,iconImageSize:[78,84],iconImageOffset:[-35,-50]}))),bd={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",font:"text-center font-sans"},yd={...bd,border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center"},vd=(e,t,n)=>o("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(yd).join(" ")} ${n}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.current.geoObjects.add(t.geoObjects)}))},children:o(H,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),wd=e=>globalThis[e];function Nd(e,t,n=!0){const[i,r]=l(void 0);return a((()=>{let l=!0;return((e,t)=>{const n=document.getElementById(t);if(n){const t=wd(e);return t?Promise.resolve(t):new Promise((t=>{n.addEventListener("load",(()=>{t(wd(e))}))}))}return new Promise(((n,l)=>{const a=document.createElement("script");a.src=t,a.async=!0,a.id=t,a.addEventListener("load",(()=>{n(wd(e))})),a.addEventListener("error",(e=>{l(e)})),document.head.appendChild(a)}))})(e,t).then((e=>{l&&r(e)})).catch((e=>{console.error(`Failed to initialize external namespace: ${e}`)})),()=>{if(l=!1,n){const e=document.getElementById(t);e&&document.head.removeChild(e),r(void 0)}}}),[e,t,n]),i}const kd={...bd,border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center"},Sd=d((({yandexMaps:e,direction:t="in"})=>{const n="in"===t?"PlusIcon":"MinusIcon";return o("div",{onClick:()=>{const n=e.current.getZoom(),l="in"===t?n+1:n-1;e.current.setZoom(l,{checkZoomRange:!0})},className:`${Object.values(kd).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:o(H,{name:n,width:"20",height:"16"})})})),Cd=[55.753995,37.614069],Td=d((({points:e,className:t="",zoom:n=5,isLoad:l})=>{const i=s(null),r=Nd("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${z.YANDEX_MAP_API_KEY||""}&lang=ru_RU`,!1);if(a((()=>{i.current?(gd({yandexMaps:r,map:i.current,points:e,isLoad:l}),i.current.setCenter(Id(e))):r?.ready((()=>{i.current||(i.current=new r.Map("map",{center:Id(e),zoom:n,controls:[],suppressMapOpenBlock:!0})),gd({yandexMaps:r,map:i.current,points:e,isLoad:l})}))}),[r,e,n,l]),!r)return null;const d="z-10";return c("div",{id:"map",className:h("relative","w-full",t),children:[l?o(hd,{}):null,c("div",{className:h("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",d),children:[o(Sd,{yandexMaps:i}),o(Sd,{yandexMaps:i,direction:"out"})]}),vd(i,r,h("right-2 top-80",d))]})})),Id=e=>{const t=[Pd(Bd(e,0)),Pd(Bd(e,1))];return t.every((e=>e))?t:Cd},Bd=(e,t)=>e.map((e=>e.coords?.[t])),Pd=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,Md=({__html:e,list:t,richVersion:n})=>e||t?.length?c("div",{className:"mb-2xl border-b sm:border border-main-divider sm:rounded-md",children:[e?o("div",{className:"mb-2xl",children:o(Pe,{__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(((e,t)=>c("div",{className:"flex gap-xs items-center",children:[e?.image?o(ne,{image:e.image}):null,e?.text?o(Re,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,Rd={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных",premiumService:"Премиальное обслуживание",privateBanking:"Услуга Private banking",sellingCoins:"Продажа монет из драгоценных металлов",buyingCoins:"Покупка монет из драгоценных металлов",bullionOperations:"Операции со слитками",preciousMetalsOperations:"Операции с драгоценными металлами",transferringDataToBiometricSystem:"Передача фото и голоса в Единую биометрическую систему",locationDisabledPeople:"Для маломобильных",designDisabledPeople:"Для слабовидящих",remoteWorkplace:"Удаленное рабочее место",serviceDisabledPeople:"Для маломобильных граждан"},Vd="flex flex-col sm:flex-row sm:flex-wrap gap-3xl pb-2xl",Dd=(e,{field:t,reset:n},l)=>{const a=l?5:6,i=(e||[]).map((e=>o(Gt,{text:Rd[e],...t(e)},e))),[r,s]=a>0?[i.slice(0,a),i.slice(a)]:[i,[]];return o("div",{children:e?.length?o("div",{children:o(mi,{renderFoldableSection:({isUnfolded:e})=>c("div",{children:[o("div",{className:Vd,children:r}),o(hi,{className:Vd,isUnfolded:e,children:s})]}),renderFoldButton:zd(n,l)})}):null})},zd=(e,t)=>({isUnfolded:n,onToggle:l})=>c("div",{className:"flex space-x-lg",children:[t?o(be,{version:"transparent",className:"text-secondary-text [&>*]:p-0",appendRight:o(H,{name:["ArrowDownIcon","ArrowUpIcon"][Number(n)],width:"16",height:"16"}),text:["Больше фильтров","Меньше фильтров"][Number(n)],onClick:l}):null,o(be,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:e,children:Ad()})]}),Ad=()=>c("div",{className:"flex items-center",children:["Очистить фильтр",o(H,{name:"CloseIcon",width:"16",height:"16",className:"ml-2xs"})]}),jd=()=>{},_d=()=>[],$d=e=>"all"===e?"block":"hidden",Ed=d((({className:e,data:t=[],isLoad:n,remoteWorkplaces:a=[],renderCard:i=jd,renderRemoteWorkplaceCard:s=jd,filterItems:d=_d,getBalloon:m=jd,getBalloonRemoteWorkplaces:u=jd,initFilterState:p={},descriptionData:g,title:x})=>{const f=x?.includes("Офис"),[b,{field:y,reset:v}]=jt(p),[w,N,k,S]=r((()=>{const e=d(t,b),n=d(a,b),l=[...e.map((e=>({type:"offices",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:m(e)}))),...n.map((e=>({type:"workplaces",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:u({address:e.address,workScheduleDescription:e.workScheduleDescription})})))].filter((e=>e.coords&&2===e.coords.length));return[e,l,n,e.length+n?.length]}),[t,a,b]),[C,T]=l("all");return c("div",{className:h("space-y-1",e),children:[c("div",{className:"bg-white",children:[c("div",{className:"p-3xl pb-0",children:[Ld(x,S),g?Md(g):null,f&&Od(t,C,T),o("div",{className:h("pb-3xl",$d(C)),children:Dd(Object.keys(p),{field:y,reset:v},f)})]}),o("div",{className:"h-[600px]",children:o(md,{children:o(Td,{points:N,isLoad:n,className:"h-full"})})})]}),c(md,{children:[w.map(i),k.map(s)]})]})})),Ld=(e,t)=>o("div",{className:"flex flex-col sm:flex-row gap-xs mb-2xl",children:c(N,{headingType:"h3",children:[o("span",{suppressHydrationWarning:!0,children:e}),t?o(Re,{size:"text-h2",color:"text-secondary-text",children:o("span",{suppressHydrationWarning:!0,children:` (${t})`})}):null]})}),Od=(e,t,n)=>{const l=Oc("all"===t),a=Oc("business"===t),i=(e,t,l)=>(e.currentTarget===e.target&&"business"===t&&l.filter((e=>e.workSchedule&&e.workSchedule.businessScheduleVisibleTag&&!e.workSchedule.businessScheduleDescription)),n(t),l);return c("div",{className:"flex gap-lg flex-col sm:flex-row pb-lg",children:[o(ia,{"data-id":"all",onClick:t=>i(t,"all",e),version:l,children:"Для физических лиц"}),o(ia,{"data-id":"business",onClick:t=>i(t,"business",e),version:a,children:"Для юридических лиц"})]})},Fd={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"}},Ud=d((({className:e,children:t,color:n="gray"})=>c("div",{className:h("sm:p-s sm:border sm:border-green rounded-md flex items-center h-fit",Fd[n].border,e),children:[o("div",{className:"block pr-m sm:pr-0 sm:hidden",children:o(ne,{image:{icon:"SmallClockIcon"},width:"24",height:"24"})}),o(Re,{size:"text-m",color:Fd[n].text,children:t})]}))),Wd=d((({value:e,subText:t,children:n,isPhone:l,...a})=>{const i=(Array.isArray(e)?e:e?.split(",")??[]).filter(Boolean);return[i.length,n,t].every((e=>!e))?null:Hd({textItems:i,subText:t,children:n,isPhone:l,...a})})),Hd=({label:e,labelSize:t="text-m",textItems:n,subColor:l,subText:a,className:i,children:r,isPhone:s=!1})=>c("div",{className:h("flex gap-2xs flex-col h-full max-w-[300px]",i),children:[e?o(Re,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,r||qd(n,s),a?o(Re,{color:l,size:"text-m",children:a}):null]}),qd=(e,t)=>e.filter(Boolean).map(((e,n)=>o(Re,{size:"text-l",children:t?o("a",{href:`tel:${Kd(e)}`,children:e.trim()}):e.trim()},String(n)))),Kd=e=>e.replace(/\D/g,""),Yd=d((({className:e,children:t})=>o("div",{className:h("flex flex-col sm:flex-row sm:border-t sm:border-solid sm:border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),Xd=["ArrowDownIcon","ArrowUpIcon"],Gd=["Подробнее","Скрыть"],Jd=({isUnfolded:e,onToggle:t})=>c("button",{className:"w-full py-2xl cursor-pointer text-primary-main flex items-center border-b border-solid border-main-divider",onClick:t,type:"button",children:[o("div",{className:"pr-m",children:Gd[Number(e)]}),o(H,{className:"text-primary-text",name:Xd[Number(e)],width:"16",height:"16"})]}),Zd=({location:e,address:t,billAcceptorType:n,terminalType:l,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},d)=>{const m=[{label:"Устройство",value:tm(l)},{label:"Модуль приема наличных",value:a?"Да":"Нет"},{label:"Прием наличных пачкой",value:"банкомат принимает пачками"===n?"Да":"Нет"},{label:"Доступность",value:["внешняя установка","территория банка"].includes(r)?"Общедоступный":""},{label:"Регистрационный номер",value:i}];return c("div",{className:"bg-white col-span-12 p-3xl sm:border-green sm:border",children:[c("div",{className:"sm:flex sm:justify-between",children:[c("div",{children:[o(Re,{size:"text-h4",children:tm(e)}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(Re,{size:"text-l",children:t})]}):null]}),o("div",{className:"whitespace-nowrap",children:o(Ud,{color:"green",children:tm(s)})})]}),o("div",{className:"hidden sm:block",children:o(Yd,{className:"flex-wrap",children:m?.map(em)})}),o(mi,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(hi,{isUnfolded:e,children:o(Yd,{className:"flex-wrap",children:m?.map(em)})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Jd({isUnfolded:e,onToggle:t})})]},String(d))},Qd=({address:e="",terminalType:t,atmCode:n=""})=>({header:`${tm(t)} №${n}`,body:e.toUpperCase()}),em=(e,t)=>o(Wd,{...e},String(t)),tm=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",nm=[];const lm=async e=>{const t=await it(e,{method:"GET"});return Array.isArray(t)?t:nm},am={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1,locationDisabledPeople:!1,designDisabledPeople:!1},im={terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable),locationDisabledPeople:e=>Boolean(e.locationDisabledPeople),designDisabledPeople:e=>Boolean(e.designDisabledPeople)},rm=d((({descriptionData:e,className:t})=>{const[n]=xo(),l=n?.code??"000",{data:a,isLoad:i}=function(e){const{data:t,error:n}=tl(`/api/v1/atms?regionCode=${e}`,lm);return{data:t||nm,isLoad:!t&&!n}}(l);return o(Ed,{className:t,filterItems:sm,data:a,isLoad:i,initFilterState:am,renderCard:Zd,getBalloon:Qd,title:`Банкоматы филиала ${n?.name}`,descriptionData:e})})),sm=(e,t)=>{const n=Object.keys(t).filter((e=>t[e])),l=n.filter((e=>e.startsWith("terminalType"))),a=n.filter((e=>!l.includes(e)));return e.filter((e=>{const t=a.every((t=>im[t](e))),n=!l.length||l.some((t=>im[t](e)));return t&&n}))},om=e=>{const t=dm(e);return o(Wd,{label:"Режим работы",value:t,className:"max-w-none"})},cm=({workTime:e="",lunchHour:t="",daysOff:n=""},l=!1)=>e?[`${l?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",n?`не работает: ${n}`:""].filter(Boolean).join("; "):"",dm=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))),l=e.filter((e=>!e.status)).map((e=>e.short?.toLowerCase())).join(", ");return[cm({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:n?"":l}),cm({workTime:n?.workTime,lunchHour:n?.lunchHour,daysOff:l},!0)].filter(Boolean)},mm=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],hm=e=>mm.map((([t,n,l])=>({key:t,title:l,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??"")}}))),um=e=>{if(!e)return null;const t=pm(e);return c(Yd,{className:"border-none",children:[o(Wd,{label:"Для юридических лиц",labelSize:"text-l",children:o("div",{className:"flex gap-1",children:t.map(gm)})}),o(Wd,{label:"Режим работы",className:"max-w-none",children:o(Re,{children:e})})]})},pm=e=>{const t=mm.map((([,e])=>({short:e,status:!0}))),n=e.split("/")??[],l=n[n.length-1]?.toLowerCase();return l?.includes("выходной")?t.map((e=>({...e,status:!l?.includes(e.short.toLowerCase())}))):t},gm=({short:e,status:t},n)=>o("div",{className:h("w-9 h-9 rounded-md flex items-center justify-center",t?"bg-green-more-light text-green-dark":"bg-error/30 text-error"),children:o(Re,{size:"text-xs",children:e})},String(n)),xm=({currency:e,buyExchangeRate:t,saleExchangeRate:n},l)=>c("div",{className:"flex gap-lg h-full",children:[e?.currency?o(Wd,{label:"Валюта",value:e.currency}):null,t?o(Wd,{label:"Купить",value:String(t)}):null,n?o(Wd,{label:"Продать",value:String(n)}):null]},String(l)),fm=(new Date).getDay(),bm=e=>{const[t]=e?.slice(fm-1)??[];if(!t)return null;const{lunchHour:n,status:l,workTime:a,hasLunch:i}=t;return l?c("div",{className:"flex gap-s items-start whitespace-nowrap",children:[a?o(Ud,{color:"green",children:a}):null,n&&i?o(Ud,{color:"yellow",children:`перерыв: ${n}`}):null]}):o(Ud,{color:"red",children:"Выходной"})},ym=({lunchHour:e,hasLunch:t=!1,status:n=!1})=>n?e&&t?`Перерыв ${e}`:e:"Не работает",vm=({title:e,status:t,workTime:n,lunchHour:l,hasLunch:a},i)=>o(Wd,{label:e,value:t&&n?n:"",subText:ym({lunchHour:l,hasLunch:a,status:t}),subColor:!t||a?"text-error":"text-green-dark"},String(i)),wm=e=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p>`,Nm=e=>`<p><b>Режим обслуживания физ. и юр. лиц:<br/></b> ${e}</p>`,km=(e,t)=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p> <p><b>Режим обслуживания юр.лиц:<br/></b>${t}</p>`,Sm=({name:e,address:t,phone:n,fax:l,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m},h)=>{if(!d)return null;const u=hm(d);return c("div",{className:"bg-white col-span-12 p-3xl sm:border-green sm:border",children:[c("div",{className:"sm:flex sm:justify-between",children:[c("div",{children:[o(Re,{size:"text-h4",children:e}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(Re,{size:"text-l",children:t})]}):null]}),bm(u)]}),o("div",{className:"hidden sm:block",children:Cm({phone:n,fax:l,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),o(mi,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(hi,{isUnfolded:e,children:Cm({phone:n,fax:l,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Jd({isUnfolded:e,onToggle:t})})]},String(h))},Cm=({phone:e,fax:t,phoneBusiness:n,phoneNatural:l,phoneCallCentre:a,phoneCurrencyControl:i,workSchedule:r,exchangeRate:s})=>{const d=hm(r),m=r?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return c("div",{children:[c(Yd,{className:"flex-wrap border-b border-solid border-main-divider",children:[o(Wd,{label:"Факс",value:t,isPhone:!0}),o(Wd,{label:"Телефон филиала",value:e,isPhone:!0}),o(Wd,{label:"Для обращений юридических лиц",value:n,isPhone:!0}),o(Wd,{label:"Обслуживание физических лиц",value:l,isPhone:!0}),o(Wd,{label:"Для консультаций по валютному контролю",value:i,isPhone:!0}),o(Wd,{label:"Контакт-центр",value:a,isPhone:!0})]}),r?.isMatchesPattern?o(Yd,{children:o(Wd,{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(vm)})})}):c(Yd,{children:[o(Wd,{label:m,labelSize:"text-l",children:o("div",{className:"flex gap-1",children:d?.map(gm)})}),om(d)]}),r?.businessScheduleVisibleTag?um(r?.businessScheduleDescription):null,s?.currencies?.length?o(Yd,{className:"flex-wrap",children:s?.currencies?.map(xm)}):null]})},Tm=({name:e="",address:t="",workSchedule:n})=>{const l=(a=e)?`${a?.charAt(0)?.toUpperCase()}${a?.slice(1)}`:"";var a;const i=`${t} ${(e=>{const t=hm(e),n=e?dm(t):"",l=e?e.businessScheduleDescription:"";return e?e.businessScheduleVisibleTag?e.businessScheduleVisibleTag&&null===e.businessScheduleDescription?wm(n):km(n,l):Nm(n):null})(n)}`;return{header:l,body:i}},Im=({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(Re,{size:"text-h4",children:"Удаленное рабочее место"}),e?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(H,{name:"GeolocationIcon",width:"24",height:"24"}),o(Re,{size:"text-l",children:e})]}):null]})}),o("div",{className:"hidden sm:block",children:Bm({workScheduleDescription:t})}),o(mi,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(hi,{isUnfolded:e,children:Bm({workScheduleDescription:t})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Jd({isUnfolded:e,onToggle:t})})]},String(n)):null,Bm=({workScheduleDescription:e})=>c("div",{children:[c(Yd,{className:"flex",children:[o(Wd,{label:"Операции для физических лиц",children:o(Re,{children:"Оформление и обслуживание кредитов, счетов, вкладов"})}),o(Wd,{label:"Операции для физических лиц",children:o(Re,{children:"Оформление и обслуживание банковских карт"})}),o(Wd,{label:"Операции для физических лиц",children:o(Re,{children:"Инвестиционное и накопительное страхование"})}),o(Wd,{label:"Операции для физических лиц",children:o(Re,{children:"Безналичные операции в рублях, переводы без открытия счёта"})})]}),o("hr",{className:"text-main-divider pb-xl"}),o(Wd,{label:"Режим работы",className:"max-w-none",children:o(Re,{children:e})})]}),Pm=({address:e="",workScheduleDescription:t})=>({header:"Удаленное рабочее место",body:`${e} ${t}`}),Mm={branches:[],remoteWorkplaces:[]};const Rm=async e=>await it(e,{method:"GET"})||Mm,Vm={workingSaturday:!1,premiumService:!1,privateBanking:!1,remoteWorkplace:!1,serviceDisabledPeople:!1,sellingCoins:!1,buyingCoins:!1,bullionOperations:!1,preciousMetalsOperations:!1,transferringDataToBiometricSystem:!1},Dm={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)},zm=d((({className:e})=>{const[t]=xo(),n=t?.code??"000",{data:l,isLoad:a}=function(e){const{data:t,error:n}=tl(`/api/v1/branchesAndRemoteWorkplaces?regionCode=${e}`,Rm);return{data:t||Mm,isLoad:!t&&!n}}(n);return o(Ed,{className:e,filterItems:Am,data:l?.branches,isLoad:a,remoteWorkplaces:l?.remoteWorkplaces,initFilterState:Vm,renderCard:Sm,renderRemoteWorkplaceCard:Im,getBalloon:Tm,getBalloonRemoteWorkplaces:Pm,title:`Офисы филиала ${t?.name}`})})),Am=(e,t)=>{const n=Object.keys(t).filter((e=>t[e]));return e.filter((e=>n.every((t=>Dm[t](e)))))},jm=d((({data:e,className:t,...n})=>{const l=e?.dataType??"offices";return o(g,{version:"transparent",className:h(t),defaultPadding:"p-0",...n,children:"offices"===l?o(zm,{}):o(rm,{descriptionData:e})})})),_m=d((({className:e,title:t,description:n="Блок в разработке...",...l})=>c(g,{className:h("box-border",e),...l,children:[o(C,{className:"max-w-[600px]",title:t,description:n,headlineVersion:"L",align:"text-left",isEmbedded:!0}),o(x,{})]}))),$m=d((({className:e,padding:t,slides:n=[],...l})=>o(g,{className:h("overflow-hidden relative",e),padding:t,...l,children:o(ii,{gap:0,padding:0,children:n.map((e=>e.productBlock)).map(((e,t)=>o("div",{className:"box-border h-full",children:o(Xe,{className:"px-5 h-full",headlineVersion:"L",...e,...l})},String(t))))})}))),Em=d((({address:e,email:t,telephone:n,button:l,className:a="",__html:i,richVersion:r,icon:s,title:d,version:m="primary",...u})=>c(g,{className:h("box-border text-left space-y-s",a),version:m,...u,children:[c("div",{className:"w-full flex justify-between flex-row-reverse",children:[$e(s)?o("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:o(ne,{image:s})}):null,d?o(N,{headingType:"h3",as:"h3",title:d}):null]}),c("div",{className:"w-full space-y-m",children:[i?Lm({__html:i,richVersion:r}):null,Om({label:"Адрес",data:e,iconName:"GeolocationIcon"}),Om({label:"Телефон(факс)",data:n,iconName:"PhoneIcon"}),Om({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),l?.text?Ee([l]):null]})]}))),Lm=e=>o("div",{className:"border-b border-main-divider pb-lg",children:o(Pe,{...e,itemSize:"list-s"})}),Om=({label:e,data:t,iconName:n,dataColor:l=""})=>t?c("div",{className:"flex gap-s",children:[o(H,{iconVersion:"black",name:n,width:"24",height:"24"}),c("div",{className:"flex flex-col gap-2xs",children:[o(Re,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),o(Re,{size:"text-xl",color:l,children:t})]})]}):null,Fm=d((e=>{const{__html:t,richVersion:n="",...l}=e;return o(g,{defaultPadding:"p-0",...l,children:o(Pe,{__html:t,richVersion:n})})})),Um=d((({className:e=""})=>{const[t,n]=l("option2"),a=i((e=>n(e)),[]);return c("div",{className:h("order-4",e),role:"radiogroup",children:[o(Xl,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),o(Xl,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),Wm=d((({data:e,fieldLabel:t,fieldValue:n,selected:l,placeholder:a="",setSelected:i,label:r})=>{const s=e.filter(Boolean).map((e=>({key:e?.[n||t],text:e?.[t]}))),c=s.find((e=>e.key===l));return o(pn,{options:s,label:r,placeholder:a||l,onChange:e=>i(e.key),value:c})})),Hm=d((({regions:e=[],selectedRegion:t,onSelectedRegion:n,branches:l=[],selectedBranch:a,onSelectedBranch:i})=>c("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[o("div",{className:"flex-1 min-w-0",children:o(Wm,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:n,label:"Регион"})}),o("div",{className:"flex-1 min-w-0",children:o(Wm,{data:l,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),qm=["От 1 дня","До 365 дней"],Km=d((({days:e,setDays:t})=>c("div",{className:"order-1",children:[o(Re,{size:"text-m",font:"font-light",children:"Срок аренды"}),o(ul,{min:1,max:365,value:e,items:qm,onChange:t})]}))),Ym=d((({caseVolumes:e=[],selectedCaseVolume:t,onSelectedCaseVolume:n,safeBoxCases:l=[],selectedBoxSize:a,onSelectedBoxSize:i})=>c("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[o("div",{className:"flex-1 min-w-0",children:o(Wm,{data:e,fieldLabel:"volume",selected:t,setSelected:n,label:"Размер",placeholder:"Выберите размер"})}),o("div",{className:"flex-1 min-w-0",children:o(Wm,{data:l,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),Xm=d((({regions:e,selectedRegion:t,branches:n,selectedBranch:l,days:a,selectedCaseVolume:i,selectedBoxSize:r,safeBoxCases:s,caseVolumes:d,onChange:m,onClick:h})=>c("div",{className:"contents @xl:block flex-1 space-y-xl",children:[o(Hm,{regions:e,selectedRegion:t,onSelectedRegion:e=>m({selectedRegion:e}),branches:n,selectedBranch:l,onSelectedBranch:Gm(m)}),o(Km,{days:a,setDays:e=>m({days:e})}),o(Ym,{caseVolumes:d,selectedCaseVolume:i,onSelectedCaseVolume:Jm(m),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>m({selectedBoxSize:e})}),o("div",{className:"order-4",children:o(Re,{size:"text-l",font:"font-light",color:"text-secondary-text",children:"Тип договора"})}),c("div",{className:"contents @md:flex justify-between items-center gap-m",children:[o(Um,{}),o(be,{text:"Офисы на карте",version:"primary",onClick:h,className:"order-6"})]})]}))),Gm=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},Jm=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},Zm=d((({days:e,tariffs:t=[]})=>{const n=eh(e,t),l="На рисунке изображена пачка листов\nформата А4";return c("div",{className:"contents @xl:flex flex-col justify-between gap-xl order-2",children:[c("div",{className:"flex flex-col @xl:flex-row gap-x-6xl gap-y-2xl order-5 @xl:order-none py-2xl @xl:py-0 border-t border-main-divider @xl:border-none",children:[Qm("Аренда за",e),Qm("Цена",n+" ₽")]}),o("div",{className:"@xl:hidden order-3 mb-xs",children:o(k,{size:"text-s",font:"font-light",color:"text-secondary-text",children:l})}),c("div",{className:"flex flex-col items-center gap-s order-3 @xl:order-none mb-xl @xl:mb-0 bg-primary-main py-s @xl:p-3xl text-center",children:[o(ne,{image:{icon:"PackA4Icon"},className:"@xl:h-60"}),o("div",{className:"hidden @xl:inline opacity-80 whitespace-pre-line",children:o(k,{size:"text-s",font:"font-light",color:"text-white",children:l})})]})]})})),Qm=(e,t)=>c("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[o(Re,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o("span",{className:"text-l @xl:text-h3 text-primary-text",children:t})]}),eh=(e,t)=>{const n=th(e);return e*(t?.find((e=>e.tariffType===String(n)))?.tariffValue||0)},th=e=>{let t=1;switch(!0){case e>30&&e<=90:t=2;break;case e>90&&e<=180:t=3;break;case e>180&&e<=365:t=4}return t},nh=(e,t)=>e.find((e=>e.branchCode===t)),lh=d((e=>{const{regions:t,data:n,branches:l,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[n.selectedRegion,i]);const s=nh(l,n.selectedBranch),d=ah(s?.safeBoxCaseVolumes),m=ih(s?.safeBoxCaseVolumes,n.selectedCaseVolume)?.safeBoxCases,h=rh(m,n.selectedBoxSize);return c("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[o(Xm,{...n,regions:t,onClick:r,branches:l,caseVolumes:d,safeBoxCases:m,onChange:i}),o(Zm,{days:n.days,tariffs:h})]})})),ah=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],ih=(e,t)=>e?.find((e=>e.volume===t)),rh=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,sh=[];const oh=async e=>await it(e,{method:"GET"})||sh,ch=d((({title:e,footnote:t,className:n="",...a})=>{const[r,s]=l(!1),d=i((()=>s((e=>!e))),[]),[m,h]=l({selectedRegion:"",selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:"",days:26}),u=Nl(),p=dh(m.selectedRegion,u),x=function(e){const{data:t}=tl(e?`/api/v1/safeboxes?regionCode=${e}`:null,oh);return t||sh}(p),f=i((e=>h((t=>({...t,...e})))),[h]),b=(y=nh(x,m.selectedBranch)||x,Array.isArray(y)?y.map((e=>({coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)].filter(Boolean),content:void 0}))).filter((e=>e.coords&&2===e.coords.length)):y?.gpsLatitude&&y?.gpsLongitude?[{coords:[y.gpsLatitude,y.gpsLongitude]}]:[]);var y;return c(g,{className:n,defaultPadding:"",...a,children:[c("div",{className:"p-4xl space-y-xl",children:[e?o(N,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,o(lh,{regions:u,branches:x,data:{...m,selectedRegion:p},onClick:d,onChange:f}),t?o(k,{size:"text-s",font:"font-light",children:t}):null]}),b.length&&r?o(Td,{points:b,className:"h-[640px]"}):null]})})),dh=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e,mh={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"},hh=(e,t,n)=>(l,a)=>{const{button:i}=l;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:uh(e,n)(l,a)}),c("div",{className:h("flex flex-col justify-center h-fit w-full",{"min-h-6xl":e}),children:[ph(l),i?.text?o(be,{className:"box-border py-s w-full max-w-60 mt-lg",version:t,...i,children:i?.text}):null]})]})},String(a))},uh=(e,t)=>(n,l)=>{const a="secondary"===t?"white":"color",i=Boolean(n?.icon?.src),r=gh(e,i),s=i?"transparent"===t:t;return o(g,{className:h("z-10 mr-s flex justify-center content-center rounded-md",r),defaultPadding:"",version:s,children:o("div",{className:"flex max-w-full max-h-full items-center justify-center",children:xh({step:n,iconVersion:a,i:l,stepVersion:t})})})},ph=e=>c("div",{children:[e?.label?o(k,{size:"text-l",align:"text-left",children:e.label}):null,e?.description?o("div",{className:h("text-s font-light text-left",mh.description),children:e.description}):null,o(Pe,{__html:e.__html})]}),gh=(e,t)=>e&&t?"h-14 w-14":"h-11 w-11",xh=({step:e,iconVersion:t,i:n,stepVersion:l})=>{return $e(e?.icon)?o(ne,{image:{...e.icon,iconVersion:e.icon?.iconVersion||t},imageClassName:"max-w-full max-h-full",width:"24",height:"24"}):o("span",{className:h("text-h4","transparent"===l?mh.iconText:(a=l,"secondary"===a?"group-data-primary:text-white":"text-secondary-text")),children:n+1});var a},fh=d((({className:e="",title:t,description:n,steps:l=[],buttons:a,stepVersion:i="gray",version:r="primary",...s})=>{const d=l.length>3;return c(g,{className:h("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:r,...s,children:[o(C,{title:t,description:n,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),l?.length?o("div",{className:"flex flex-col gap-6xl justify-between box-border",children:l.map(hh(d,r,i))}):null,Ee(a,{isVertical:!0})]})})),bh=d((({isActive:e,item:t,onClick:n})=>c("div",{className:h(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(H,{className:"w-6 h-6",name:t?.icon?.icon,iconVersion:e?"color":"black"}),t?.title||""]}))),yh=d((({className:e,head:t,children:n,onClose:l,onClick:a})=>{const{close:r}=de(),s=i((()=>{r(),l&&l()}),[l]);return c("div",{onClick:a,className:h("relative min-h-full bg-white p-0 rounded-xl top-32",e),role:"dialog",children:[c("div",{className:"sticky py-xl top-0 rounded-xl bg-white z-10",children:[o(ra,{className:"absolute top-1.5 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:n})]})})),vh=({menuRef:e,dialogRef:t,closeDialog:n,openDialog:l,leftItems:a,rightItems:i})=>[{openBottomMenuItemDialog:(r,s)=>{const c="left"===s?a:i,d=e?.current?.getBoundingClientRect();l(o(yh,{onClick:e=>e.stopPropagation(),onClose:n,className:"mt-[20%] border-t border-current",head:o("div",{className:"flex items-center justify-center px-xl",children:o(N,{as:"h4",title:c[r].description||c[r].title})}),children:o("div",{className:"bg-white pb-20 pt-1 text-l",ref:t,children:o("iframe",{id:"iframe-dialog",onLoad:()=>(()=>{const e=document.getElementsByTagName("iframe")["iframe-dialog"];e.style.height=String(e?.contentWindow?.document.body.offsetHeight)+"px"})(),src:c[r]?.src,width:d?.width||0})})}),{id:"left"===s?a[r].title:i[r].title})}}];function wh(e){throw new Error(e)}const Nh=({onCloseAll:e,onClose:t}={})=>{const[n,{push:r,pop:s,clear:o}]=function(e=[]){const[t,n]=l(e),a=i((e=>n((t=>[...t,e]))),[]),r=i((()=>n((e=>e.slice(0,-1)))),[]),s=i((e=>n((t=>t.filter((t=>t!==e))))),[]),o=i((()=>n([])),[]);return[t,{setList:n,push:a,pop:r,remove:s,clear:o}]}(),c=i((()=>{e&&e(n),o()}),[n,e]),d=i((()=>{t&&t(n[n.length-1]),s()}),[n,t]);return a((()=>ce.subscribe("dialog",(e=>{switch(e.type){case"open":r(e);break;case"close":e.all?c():d();break;default:wh(e)}}))),[c,d]),n},kh=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:n,s1Matches:l,s2Matches:a}=function(e,t){const n=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),l=Array.from({length:e.length}),a=Array.from({length:t.length});let i=0;for(let r=0;r<e.length;r++){const s=Math.max(0,r-n),o=Math.min(r+n,t.length-1);for(let n=s;n<=o;n++)l[r]||a[n]||e[r]!==t[n]||(i++,l[r]=!0,a[n]=!0)}return{m:i,s1Matches:l,s2Matches:a}}(e,t);if(0===n)return 0;const i=function(e,t,{s1Matches:n,s2Matches:l}){let a=0;for(let i=0,r=0;i<e.length;i++){if(!n[i])continue;let s=r;for(;s<t.length;s++)if(l[s]){r=s+1;break}e[i]!==t[s]&&a++}return a}(e,t,{s1Matches:l,s2Matches:a}),r=(n/e.length+n/t.length+(n-i/2)/n)/3,s=r>.7?.1*function(e,t){let n=0;for(;e[n]===t[n]&&n<4;)n++;return n}(e,t):0;return r+s*(1-r)};const Sh=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(Re,{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(Ch,{...e},String(t))))})]}):null,Ch=d((({icon:e,...t})=>{const n=he(),{text:l,target:a,href:i,onClick:r}=n(t);return c("div",{className:"flex gap-s items-center",children:[e?o(ne,{image:e}):null,l?o("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:o(Re,{size:"text-l",font:"font-light",color:"text-primary-text",children:l})}):null]})})),Th=(e,t)=>n=>n.name?o(zs,{href:`/branches/${n.slug}`,className:"mb-xs sm:mb-2xs hover:text-primary-hover",onClick:()=>t?.(n),data:Ds(e,n.name),children:o(Re,{size:"text-l",font:"font-light",children:n.name})},String(n.id)):null,Ih=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:h(an,"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"})]}))),Bh=d((({foreignOffices:e,branches:t})=>{const[n,a]=xo(t?.default),r=he(),{href:s}=r({href:`/branches/${n.slug}`}),[d,m]=l(""),h=Mh(Nl()).sort(((e,t)=>e.name.localeCompare(t.name))),u=((e,t)=>{const n=new Map;for(const l of e){const e=t(l),a=n.get(e)||[];n.set(e,[...a,l])}return n})(h,Ph),{close:p}=de(),g=i((e=>{a(e),p()}),[]);return c(sa,{className:"pb-20",head:c("div",{children:[o(Re,{size:"text-h4",color:"text-primary-text",children:"Выберите филиал"}),n?o("div",{className:"mb-s",children:c(k,{size:"text-l",color:"text-primary-text",children:["Сейчас выбран:",o(zs,{href:s,className:"inline mx-2xs text-primary-main",children:n.name})]})}):null,o(Ih,{onSearch:m,searchTerm:d})]}),children:[d&&d.length>=3?o("div",{children:h.filter((({name:e})=>e&&kh(e.toLowerCase())(d.toLowerCase())>=.8)).map(Th(t?.dataSelect,g))}):o("div",{className:"columns-1 sm:columns-3 md:columns-4 lg:columns-5",children:Array.from(u.entries()).map((x=g,f=t?.dataSelect,([e,t])=>c("div",{className:"break-inside-avoid mb-2xl w-56",children:[o("div",{className:"mb-s",children:o(Re,{size:"text-h6",children:e})}),t.map(Th(f,x))]},e)))}),Sh(e)]});var x,f})),Ph=e=>e.name?.charAt(0)||"",Mh=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),Rh=d((({menuRef:e,menuItem:t,locationDialogProps:n,closeAll:l})=>{const i=(e=>{const{open:t,close:n}=de();return{open:(n={})=>t(o(Bh,{...e}),n),close:n}})(n||{}),[{name:r}]=xo(),s=e?.current?.getBoundingClientRect(),c=G(X.SITE_URL);return a((()=>{globalThis.frames["burger-menu-iframe"].postMessage({type:"currentLocation",data:r},"*")}),[r]),a((()=>{const e=e=>{if("location"===e.data.type&&i.open(),"reload"===e.data.type&&l(),"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)}}),[]),o(yh,{onClick:e=>e.stopPropagation(),head:o("div",{className:"flex items-center justify-center px-xl",children:o(N,{as:"h4",title:t?.title,className:"font-medium"})}),children:o("div",{className:"bg-white pb-20 pt-1 text-l",children:o("iframe",{id:"iframe-dialog",name:"burger-menu-iframe",onLoad:()=>(()=>{const e=globalThis.frames["burger-menu-iframe"],t=document.getElementsByTagName("iframe")["iframe-dialog"];t.style.height=String(t?.contentWindow?.document.body.offsetHeight)+"px",e.postMessage({type:"currentTab",data:c?.slice(1)},"*"),e.postMessage({type:"currentLocation",data:r},"*")})(),src:t?.src,width:s?.width||0})})})})),Vh="burgerMenuDialog",Dh=({menuRef:e,centralMenuItem:t,closeAll:n,openDialog:l,locationDialogProps:a})=>{const i=Nh(),r=((e,t)=>Boolean(t.find((t=>t.id===e),e)))(Vh,i);return[r,{toggle:()=>{r?n():l(o(Rh,{locationDialogProps:a,menuRef:e,menuItem:t,closeAll:n}),{id:Vh})}}]},zh=[],Ah=ht((({sticky:e,...t})=>{const{menuItems:n=zh}=e??{},a=n.find((e=>"Меню"===e.title)),r=n.filter((e=>"Меню"!==e.title)),d=Math.floor(r.length/2),m=r.slice(0,d),h=r.slice(d),[u,p]=l(-1),[x,f]=l(""),{open:b,closeAll:y}=de(),v=i((()=>{p(-1),f(""),y()}),[y]),w=dn(v),N=s(null),[k,{toggle:S}]=Dh({menuRef:N,centralMenuItem:a,closeAll:y,openDialog:b,locationDialogProps:t.header}),[{openBottomMenuItemDialog:C}]=vh({menuRef:N,dialogRef:w,closeDialog:v,openDialog:b,leftItems:m,rightItems:h}),T=i((e=>{v(),e.stopPropagation(),S()}),[v,S]),I=i(((e,t)=>{f(t),p(e),y(),C(e,t)}),[y,C]);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(jh(I,"left",{activeIndex:u,currentItemPosition:x})),o(bh,{item:a,isActive:k,onClick:e=>T(e)}),h.map(jh(I,"right",{activeIndex:u,currentItemPosition:x}))]})})})),jh=(e,t,n)=>(l,a,i)=>o(bh,{item:l,isActive:i[n.activeIndex]?.title===l?.title&&n.currentItemPosition===t,onClick:r=>{i[n.activeIndex]?.title===l?.title&&n.currentItemPosition===t||r.stopPropagation(),e(a,t)}},l.title||String(a)),_h="hidden sm:flex absolute z-40",$h={default:{item:"flex-1",gap:0,buttonTop:"top-0"},animated:{item:"flex",gap:8,buttonTop:"top-5"},underlined:{item:"",gap:0,buttonTop:"top-0"}},Eh=d((({className:e,items:t=[],activeItem:n,onChange:l,tabsType:i="default"})=>{const[r,s]=Ya({itemCount:t?.length||0});return a((()=>Lh(r.current,t,n)),[]),c("div",{className:h("relative overflow-x-auto no-scrollbar",e),children:[o(Aa,{containerRef:r,snapAlign:"snap-start",onVisibleIndicesChange:s.handleVisibleIndicesChange,itemClassName:$h[i].item,gap:$h[i].gap,children:t.map(rd(n,l,i))}),s.canScrollLeft?o(Qa,{className:h("left-6",_h,$h[i].buttonTop),onClick:s.scrollLeft}):null,s.canScrollRight?o(ei,{className:h("right-6",_h,$h[i].buttonTop),onClick:s.scrollRight}):null]})})),Lh=(e,t,n)=>{const l=t.findIndex((e=>e===n));e&&l>0&&e.scrollTo({left:e?.children[l]?.offsetLeft,behavior:"smooth"})},Oh={default:{wrapper:"",component:""},animated:{wrapper:"border-b-8 border-primary-main bg-white",component:"m-auto"},underlined:{wrapper:"flex",component:"m-auto"}},Fh=({className:e="",tabsType:t="animated",...n})=>t?o("div",{className:h(Oh[t].wrapper,e),children:o(Eh,{className:Oh[t].component,tabsType:t,...n})}):null,Uh=ht((({className:e="",tabs:t=[],block:n,tabsType:r,showCounter:s=!1,isSticky:d=!1,...m})=>{const u=Wh(n??{}),p=V(),x=t.every((e=>"link"===e?.type)),f=s?t.map((e=>({...e,count:"group"===e?.type?n?.slots?.[e?.tabName??""]?.length??0:0}))):t,{isReady:b}=p,[y,v]=l(Kh(f,((e="")=>{const t=globalThis?.location?.href;return t?new URL(t).searchParams.get(e):null})(u))),w=f[y],N=f.findIndex((e=>Boolean(e.selected)));a((()=>{const e=p.query[u]?f.findIndex(((e,t)=>"group"===e.type&&(e?.tabName??String(t))===p.query[u])):N;v(-1===e?0:e)}),[b,N,u]);const k=qh(f[y],y),S=i((e=>{const t=f.indexOf(e),n=f[t];v(t),"group"===n.type&&((e,t)=>{const n=new URLSearchParams(p.query);e.text?n.set(u,e?.tabName??String(t)):n.delete(u),p.replace(`${p.pathname}?${n}`,"",{scroll:!1})})(e,t)}),[f]);return c(g,{className:h({"sticky top-1 z-20":d&&x},e),defaultPadding:"p-0",block:n,...m,children:[Fh({className:h({"pb-1":n?.slots&&"default"===r,"sticky top-1 z-20":d&&!x}),items:Hh(t,f),activeItem:w,tabsType:r,onChange:S}),o("div",{className:"space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:Object.entries(n?.slots??{}).map((([e,t])=>M(t,{...m?.options,slotName:k,parent:n,extraProps:{className:e===k?"":"hidden"}})))})]})}),{slots:({tabs:e})=>e?.map(qh)?.filter(Boolean)||[]}),Wh=({__id:e,anchor:t})=>t??e??"tabs",Hh=(e,t)=>t?.length?t:e,qh=(e,t)=>"group"===e?.type?e?.tabName||`Слот №${t+1}`:"",Kh=(e,t)=>t?Number(t):e.reduce(((e,t,n)=>t.selected?n:e),0),Yh={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},Xh=d((({children:e,activeIndex:t,columnWidth:n,version:l="comparison"})=>o("div",{className:"flex flex-1 overflow-hidden",children:o("div",{className:Yh[l],style:{transform:`translateX(-${t*n}px)`},children:e})}))),Gh=d((({className:e="",isOpen:t,onClick:n})=>o(be,{className:e,appendRight:o(ne,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"24",height:"24"}),text:t?"Скрыть":"Показать",version:"gray",onClick:n}))),Jh={Buttons:({buttons:e})=>Ee(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?o(ne,{image:e}):null,RichText:({__html:e,isDotted:t=!0})=>o("div",{className:"flex flex-col justify-between items-start text-h6",children:o(Pe,{__html:e,isDotted:t,itemSize:"list-m"})}),LabelDescription:({label:e,description:t})=>c("div",{className:"space-y-2xs",children:[e?o("div",{children:o(Re,{size:"text-h6",children:e})}):null,t?o("div",{className:"lg:text-l font-light text-xs",children:o(Re,{color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,tableSource:n,pdfUrl:l,isOpen:a})=>e?o(Gh,{className:"w-fit",isOpen:a,onClick:()=>{t({tableSource:n,pdfUrl:l})}}):null},Zh=d((({cell:e,fieldIdx:t,rowIdx:n,cellIdx:i,setTableInner:r,tableInner:s,openTableInnerIdx:o,setOpenTableInnerIdx:c})=>{const[d,m]=l(!0);a((()=>{i===o&&s||m(!0)}),[s,o]);return Qh({cell:e,cellProps:{rowIdx:n,cellIdx:i,fieldIdx:t,displayTable:e=>{m(!1),c(i),r(e)},isVisible:d}})})),Qh=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:n,...l}=e;if(!n||!(n in Jh))return null;return o(Jh[n],{...t,...l})},eu=d((({cells:e,rowIdx:t,cellIdx:n,setTableInner:l,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})=>o("div",{className:"w-80 flex-grow flex flex-col gap-m @4xl:gap-lg",role:"cell",children:e?.length?e.map(((e,s)=>o(Zh,{cell:e,fieldIdx:s,rowIdx:t,cellIdx:n,setTableInner:l,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r},String(s)))):null}))),tu=(e,t)=>140*((e=[])=>e.reduce(((e,t)=>e+t),0))(e.slice(0,t).map((e=>e?.cols?.length??1))),nu=(e,t)=>e?.length>0?o("div",{className:h("flex",{"text-secondary-text":0===t}),children:e.map(((e,t)=>o("div",{className:"w-20 mx-lg",children:o(Re,{size:"text-h6",font:"font-light",children:e})},String(t))))}):null,lu=d((({rows:e})=>{return o(Aa,{visibleItemCount:0,snapAlign:"snap-start",children:o("div",{children:e?.map((t=0,(e,n)=>{if(!e?.length)return null;const[l,...a]=e,i=h("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:[l?.data?o("div",{className:"whitespace-pre-wrap sm:whitespace-normal w-48 sm:w-56 sm:min-w-56 py-lg pr-lg sm:pr-0",children:o(Re,{size:"text-xl",font:"font-light",children:l.data})}):null,o("div",{className:"flex flex-grow overflow-hidden",children:o("div",{className:i,style:{transform:`translateX(-${tu(a,t)}px)`},children:a?.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(Re,{size:"text-xl",children:e.data}):null,e?.cols?nu(e.cols,t):null]},`row${n}`)))})})]},String(n))}))})});var t})),au=d((({activeTabIndex:e,items:t})=>o("div",{children:t.map(((t,n)=>{const l=`activeTabIdx:${e}-tableIdx:${n}`;return c("div",{className:"w-full @container",children:[o("div",{className:"flex py-m sm:px-m bg-white @4xl:bg-gray relative",children:o(Re,{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(lu,{rows:t.rowsData})})})]},l)}))}))),iu=(e=!1)=>""+(e?"text-white":"text-secondary-text"),ru=d((({currencies:e,linkToPDF:t,activeTabIndex:n,setActiveTabIndex:l})=>c("div",{className:"flex justify-between items-center w-full py-lg",children:[e&&e.length>1?o("div",{className:"flex bg-secondary-light p-2xs rounded-md",children:e.map(((e,t)=>o("div",{className:h("rounded-md px-4 py-3 cursor-pointer",{"bg-primary-main":t===n}),onClick:()=>l(t),children:o(Re,{size:"text-xl",font:"font-light",color:iu(t===n),children:e||t+1})},e)))}):null,t?o(be,{className:"text-primary-main",href:t,version:"link",target:"_blank",appendLeft:o(H,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]}))),su=ht((({tableSource:e,pdfUrl:t,onClick:n})=>{const a=e?.tableData,[r,s]=l(0),d=i((e=>s(e)),[]),m=a?.[r]?.items??[],h=a?.map((e=>e.currency??""));return c("div",a?{className:"bg-white z-10",children:[o(ru,{currencies:h,activeTabIndex:r,setActiveTabIndex:d,linkToPDF:t}),o(au,{activeTabIndex:r,items:m}),o(Gh,{className:"mt-xl",onClick:n,isOpen:!0})]}:{className:"my-lg space-y-m text-center",children:[o(Re,{size:"text-h6",children:"Данных нет"}),o(Gh,{onClick:n,isOpen:!0})]})})),ou=d((({children:e,tableInner:t,onHideContentClick:n})=>c("div",{className:"self-start flex flex-col",role:"row",children:[o("div",{className:h("@4xl:border-main-divider @4xl:border-b","flex flex-col @4xl:flex-row gap-y-xs gap-x-5xl pb-lg @4xl:pt-lg"),children:e}),t?o("div",{className:"origin-top animate-expansion",children:o(su,{...t,onClick:n})}):null]}))),cu=d((({row:{header:e,data:t},activeIndex:n,rowIdx:a,...r})=>{const[s,d]=l(void 0),m=i((e=>d(e)),[]),[u,p]=l(void 0),g=i((e=>p(e)),[]);return c(ou,{onHideContentClick:()=>d(void 0),tableInner:s,...r,children:[o("div",{className:h("text-s","w-80 flex-shrink-0"),children:c("div",{className:"flex gap-m items-center",role:"cell",children:[e?.icon?o(ne,{className:"hidden @4xl:block max-w-6 shrink-0",image:e.icon,width:"24",height:"24"}):null,e?.title?o(Re,{size:"text-m",font:"font-light",color:"text-primary-text",children:e?.title}):null]})}),t?.length?o(Xh,{activeIndex:n,columnWidth:360,version:"tariff",children:t.map(((e,t)=>o(eu,{cells:e,rowIdx:a,cellIdx:t,setTableInner:m,tableInner:s,openTableInnerIdx:u,setOpenTableInnerIdx:g,...r},String(t))))}):null]})}));function du({dec:e,inc:t,canDec:n,canInc:l,btnClass:a,className:i=""}){return n||l?c("div",{children:[n?o(Za,{className:h("absolute z-40",a[0],i),onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!n}):null,l?o(Za,{className:h("absolute z-40 rotate-180",a[1],i),onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!l}):null]}):null}const mu=d((({children:e,controls:t})=>{const{isScrollAvailable:n}=t;return c("div",{role:"table",className:"overflow-x-auto w-auto grid md:block",children:[c("div",{className:"relative space-y-xs",children:[e,du({...t,btnClass:["top-28","top-11"],className:"right-7"})]}),n?o("div",{className:"absolute top-0 right-0 bottom-0 w-20 bg-opacity-to-white"}):null]})})),hu=d((({className:e="",title:t,description:n,rowHeaders:a,tariffsColumns:r,hiddenRowsNum:s=0,...d})=>{const m=r?.map((({data:e})=>e))||[],u=a?.map(((e,t)=>({header:e,data:m.map((e=>e?.[t]||[]))}))),p=m.length,[x,f]=((e,t=0)=>{const{itemCount:n,visibleItemCount:a}=e,[r,s]=l(t),o=i((()=>s((e=>Math.min(e+1,n-1)))),[n]),c=i((()=>s((e=>Math.max(e-1,0)))),[n]),d=a?n>a&&r<n-a:r<n-1,m=r>0;return[r,{inc:o,dec:c,canInc:d,canDec:m,isScrollAvailable:m||d}]})({itemCount:p,visibleItemCount:2}),b=(u||[]).map(((e,t)=>o(cu,{row:e,activeIndex:x,rowIdx:t,...d},String(t)))),[y,v]=s>0?[b.slice(0,-s),b.slice(-s)]:[b,[]];return c(g,{className:h("relative space-y-6xl @4xl:space-y-xl",e),defaultPadding:"p-6xl",...d,children:[o(C,{title:t,description:n,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),o("div",{className:"space-y-m overflow-hidden",children:s>0?o(mi,{renderFoldableSection:({isUnfolded:e})=>c(mu,{controls:f,children:[y,o(hi,{isUnfolded:e,children:v})]}),renderFoldButton:di}):o(mu,{controls:f,children:b})})]})})),uu=d((({className:e="",title:t,description:n,iconVersion:l,__html:a,richVersion:i,...r})=>c(g,{className:h("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...r,children:["small"===l?pu():null,c("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?o(Re,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,n?gu(n):null,a?o(Pe,{richVersion:i,__html:a}):null]})]}))),pu=()=>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"}),gu=e=>o(k,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),xu=d((({prefix:e,unit:t,suffix:n})=>c("div",{className:"w-full flex items-end",children:[e?o("div",{className:"gradient-color-text",children:o(Re,{size:"text-h2",children:e})}):null,t?o("div",{className:"-mb-6 @xl:-mb-4",children:o("span",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:t})}):null,n?o("div",{className:"gradient-color-text",children:o(Re,{size:"text-h2",children:n})}):null]}))),fu=d((e=>{const{prefix:t,unit:n,suffix:l,...a}=e;return o(g,{defaultPadding:"p-0",...a,children:o(xu,{prefix:t,unit:n,suffix:l})})})),bu={AdTile:pt,ApplicationForm:ya,ApplicationLeadForm:Ba,BankAccountFiltration:Mi,BenefitsBlock:Ai,BonusBenefitsBlock:$i,ButtonsBlock:Li,CalculatorBonus:tr,CalculatorBusinessDeposit:vr,CalculatorCredit:Ar,CalculatorDeposit:Qr,CalculatorRefinancing:ss,CardTransfer:ps,Carousel:Ns,CarouselCard:Ts,CarouselCatalogCard:Bs,CarouselLinks:Rs,CarouselRecommendationCard:Es,CarouselTariffsCard:Fs,DepositFiltration:Ys,Depository:ho,ErrorBlock:po,ExchangeRateTile:Oo,Footer:oc,GrantSupport:cc,Header:wc,Headline:C,HorizontalLayout:Cc,ImgBlock:Tc,LinkDocs:jc,MobileAppTile:Lc,MortgageFiltration:cd,OfficesAtmsMap:jm,Placeholder:_m,ProductBlock:ut,ProductGallery:$m,RepresentativeOfficeInfo:Em,RichTextBlock:Fm,RollupItem:Xo,SafeDepositRental:ch,StepsBlock:fh,StickyBottomMenu:Ah,TabsLayout:Uh,TariffsTable:hu,TextBlock:uu,UnitBlock:fu,VerticalLayout:Sc},yu=me((()=>{a((()=>{Tt()}),[]);const e=zt();cn(globalThis,"click",(e=>t=>{const n=t.target?.closest("[data-aspects]");try{const l=JSON.parse(n?.dataset?.aspects??"[]");St({aspectsAttributes:l,aspects:e,ev:t})}catch(e){}e.forwardQuery?.(t)})(e))}));const vu="cookie",wu=d((({__html:e})=>{const[t,{setTrue:n,setFalse:l}]=nn();!function(e,t,n=300){a((()=>{const t=globalThis.setTimeout(e,n);return()=>{globalThis.clearTimeout(t)}}),t)}((()=>{globalThis.localStorage?.getItem(vu)||n()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(vu,"true"),l()}),[]);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(Pe,{__html:e})}),o("div",{className:"ml-s sm:ml-0 w-36 flex justify-end",children:o(ra,{className:"bg-main-gray rounded-md w-11 h-11",onClose:r})})]})}):null})),Nu=d((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),n=Nh({onCloseAll:e,onClose:t}),{close:l}=de(),r=i((({key:e})=>{"Escape"===e&&l()}),[]);return cn(globalThis.document,"keydown",r),a((()=>{n.length?(globalThis.document?.body.classList.add("no-scrollbar"),globalThis.document?.body.classList.add("overflow-hidden")):(globalThis.document?.body.classList.remove("no-scrollbar"),globalThis.document?.body.classList.remove("overflow-hidden"))}),[n]),n.length?o("div",{className:"fixed inset-0 z-50",role:"dialog",children:n.map((({dialog:e,id:t},l)=>o("div",{className:h("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar bg-black/50",{hidden:l!==n.length-1}),children:e},String(t||l))))}):null})),ku=d((()=>{const[e,t]=l(null),n=i((()=>{t(null)}),[]);a((()=>ce.subscribe("popup",(e=>{switch(e.type){case"open":case"update":t(e);break;case"close":n();break;default:wh(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&n()}),[n]);return cn(globalThis.document,"keydown",r),e?o("div",{className:h("z-50",e.fixed?"fixed":"absolute"),style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",children:e.popup}):null})),Su="header",Cu="footer",Tu="sticky-footer",Iu={},Bu=d((({className:e,data:t=Iu,blocksRegistry:n,blockDecorator:l})=>{const{slots:a,blocks:i,fallback:r,...s}=t,d=mt(s,r);yu();const m={key:"",page:{slots:a,blocks:i,fallback:r,...d},blocksRegistry:n,blockDecorator:l,parent:t};return c("div",{"data-theme":t.colorPalette||"pc",children:[c("section",{className:h("@container relative",t.style,e),children:[a?.header?.length?o("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:M(a?.header,{...m,slotName:Su})}):null,c("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[R({block:t,options:m,extraProps:{className:"scroll-mt-12"}}),M(a?.footer,{...m,slotName:Cu})]})]}),a?.["sticky-footer"]?.length?o("div",{className:"fixed w-full bottom-0 left-0 z-[100]",children:M(a?.["sticky-footer"],{...m,slotName:Tu})}):null,o(Nu,{}),o(ku,{}),o(wu,{__html:d?.cookieContent?.__html})]})}));Object.assign(Bu,{childrenTypes:[],slots:()=>[Su,Cu,Tu]});e.Blocks=bu,e.ContentPage=Bu,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),n=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await n.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.handlerDecorator=me,e.joinList=bi,e.packageVersion="0.14.568",e.projectSettings=z,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=L,e.useRouter=V,Object.defineProperty(e,"__esModule",{value:!0})}));