@redneckz/wildless-cms-uni-blocks 0.14.642 → 0.14.644

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 (178) hide show
  1. package/bundle/bundle.umd.js +29 -18
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/ui-kit/FormField/calculateIsRequired.d.ts +2 -0
  4. package/bundle/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +2 -2
  5. package/dist/components/ApplicationForm/ApplicationForm.js +2 -2
  6. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  7. package/dist/components/CreditForm/useCreditFormAPI.js +2 -1
  8. package/dist/components/CreditForm/useCreditFormAPI.js.map +1 -1
  9. package/dist/ui-kit/FormField/Fields/AddressField.js +4 -1
  10. package/dist/ui-kit/FormField/Fields/AddressField.js.map +1 -1
  11. package/dist/ui-kit/FormField/Fields/BeginDateField.js +2 -1
  12. package/dist/ui-kit/FormField/Fields/BeginDateField.js.map +1 -1
  13. package/dist/ui-kit/FormField/Fields/Experience5YearsField.js +2 -1
  14. package/dist/ui-kit/FormField/Fields/Experience5YearsField.js.map +1 -1
  15. package/dist/ui-kit/FormField/Fields/GeneralSeniorityField.js +2 -1
  16. package/dist/ui-kit/FormField/Fields/GeneralSeniorityField.js.map +1 -1
  17. package/dist/ui-kit/FormField/Fields/InnField.js +2 -1
  18. package/dist/ui-kit/FormField/Fields/InnField.js.map +1 -1
  19. package/dist/ui-kit/FormField/Fields/JobsNumberField.js +2 -1
  20. package/dist/ui-kit/FormField/Fields/JobsNumberField.js.map +1 -1
  21. package/dist/ui-kit/FormField/Fields/LastJobExperienceField.js +2 -1
  22. package/dist/ui-kit/FormField/Fields/LastJobExperienceField.js.map +1 -1
  23. package/dist/ui-kit/FormField/Fields/LegalFormField.js +2 -1
  24. package/dist/ui-kit/FormField/Fields/LegalFormField.js.map +1 -1
  25. package/dist/ui-kit/FormField/Fields/OrganizationNameField.js +2 -1
  26. package/dist/ui-kit/FormField/Fields/OrganizationNameField.js.map +1 -1
  27. package/dist/ui-kit/FormField/Fields/PartInBusinessField.js +2 -1
  28. package/dist/ui-kit/FormField/Fields/PartInBusinessField.js.map +1 -1
  29. package/dist/ui-kit/FormField/Fields/PhoneField.js +4 -1
  30. package/dist/ui-kit/FormField/Fields/PhoneField.js.map +1 -1
  31. package/dist/ui-kit/FormField/calculateIsRequired.d.ts +2 -0
  32. package/dist/ui-kit/FormField/calculateIsRequired.js +5 -0
  33. package/dist/ui-kit/FormField/calculateIsRequired.js.map +1 -0
  34. package/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +2 -2
  35. package/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js +2 -2
  36. package/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js.map +1 -1
  37. package/dist/utils/url.js +5 -1
  38. package/dist/utils/url.js.map +1 -1
  39. package/lib/components/ApplicationForm/ApplicationForm.js +2 -2
  40. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  41. package/lib/components/CreditForm/useCreditFormAPI.js +2 -1
  42. package/lib/components/CreditForm/useCreditFormAPI.js.map +1 -1
  43. package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
  44. package/lib/ui-kit/FormField/Fields/AddressField.js +4 -1
  45. package/lib/ui-kit/FormField/Fields/AddressField.js.map +1 -1
  46. package/lib/ui-kit/FormField/Fields/BeginDateField.js +2 -1
  47. package/lib/ui-kit/FormField/Fields/BeginDateField.js.map +1 -1
  48. package/lib/ui-kit/FormField/Fields/Experience5YearsField.js +2 -1
  49. package/lib/ui-kit/FormField/Fields/Experience5YearsField.js.map +1 -1
  50. package/lib/ui-kit/FormField/Fields/GeneralSeniorityField.js +2 -1
  51. package/lib/ui-kit/FormField/Fields/GeneralSeniorityField.js.map +1 -1
  52. package/lib/ui-kit/FormField/Fields/InnField.js +2 -1
  53. package/lib/ui-kit/FormField/Fields/InnField.js.map +1 -1
  54. package/lib/ui-kit/FormField/Fields/JobsNumberField.js +2 -1
  55. package/lib/ui-kit/FormField/Fields/JobsNumberField.js.map +1 -1
  56. package/lib/ui-kit/FormField/Fields/LastJobExperienceField.js +2 -1
  57. package/lib/ui-kit/FormField/Fields/LastJobExperienceField.js.map +1 -1
  58. package/lib/ui-kit/FormField/Fields/LegalFormField.js +2 -1
  59. package/lib/ui-kit/FormField/Fields/LegalFormField.js.map +1 -1
  60. package/lib/ui-kit/FormField/Fields/OrganizationNameField.js +2 -1
  61. package/lib/ui-kit/FormField/Fields/OrganizationNameField.js.map +1 -1
  62. package/lib/ui-kit/FormField/Fields/PartInBusinessField.js +2 -1
  63. package/lib/ui-kit/FormField/Fields/PartInBusinessField.js.map +1 -1
  64. package/lib/ui-kit/FormField/Fields/PhoneField.js +4 -1
  65. package/lib/ui-kit/FormField/Fields/PhoneField.js.map +1 -1
  66. package/lib/ui-kit/FormField/calculateIsRequired.d.ts +2 -0
  67. package/lib/ui-kit/FormField/calculateIsRequired.js +2 -0
  68. package/lib/ui-kit/FormField/calculateIsRequired.js.map +1 -0
  69. package/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +2 -2
  70. package/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js +2 -2
  71. package/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js.map +1 -1
  72. package/lib/utils/url.js +5 -1
  73. package/lib/utils/url.js.map +1 -1
  74. package/mobile/bundle/bundle.umd.js +29 -18
  75. package/mobile/bundle/bundle.umd.min.js +1 -1
  76. package/mobile/bundle/ui-kit/FormField/calculateIsRequired.d.ts +2 -0
  77. package/mobile/bundle/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +2 -2
  78. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +2 -2
  79. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  80. package/mobile/dist/components/CreditForm/useCreditFormAPI.js +2 -1
  81. package/mobile/dist/components/CreditForm/useCreditFormAPI.js.map +1 -1
  82. package/mobile/dist/ui-kit/FormField/Fields/AddressField.js +4 -1
  83. package/mobile/dist/ui-kit/FormField/Fields/AddressField.js.map +1 -1
  84. package/mobile/dist/ui-kit/FormField/Fields/BeginDateField.js +2 -1
  85. package/mobile/dist/ui-kit/FormField/Fields/BeginDateField.js.map +1 -1
  86. package/mobile/dist/ui-kit/FormField/Fields/Experience5YearsField.js +2 -1
  87. package/mobile/dist/ui-kit/FormField/Fields/Experience5YearsField.js.map +1 -1
  88. package/mobile/dist/ui-kit/FormField/Fields/GeneralSeniorityField.js +2 -1
  89. package/mobile/dist/ui-kit/FormField/Fields/GeneralSeniorityField.js.map +1 -1
  90. package/mobile/dist/ui-kit/FormField/Fields/InnField.js +2 -1
  91. package/mobile/dist/ui-kit/FormField/Fields/InnField.js.map +1 -1
  92. package/mobile/dist/ui-kit/FormField/Fields/JobsNumberField.js +2 -1
  93. package/mobile/dist/ui-kit/FormField/Fields/JobsNumberField.js.map +1 -1
  94. package/mobile/dist/ui-kit/FormField/Fields/LastJobExperienceField.js +2 -1
  95. package/mobile/dist/ui-kit/FormField/Fields/LastJobExperienceField.js.map +1 -1
  96. package/mobile/dist/ui-kit/FormField/Fields/LegalFormField.js +2 -1
  97. package/mobile/dist/ui-kit/FormField/Fields/LegalFormField.js.map +1 -1
  98. package/mobile/dist/ui-kit/FormField/Fields/OrganizationNameField.js +2 -1
  99. package/mobile/dist/ui-kit/FormField/Fields/OrganizationNameField.js.map +1 -1
  100. package/mobile/dist/ui-kit/FormField/Fields/PartInBusinessField.js +2 -1
  101. package/mobile/dist/ui-kit/FormField/Fields/PartInBusinessField.js.map +1 -1
  102. package/mobile/dist/ui-kit/FormField/Fields/PhoneField.js +4 -1
  103. package/mobile/dist/ui-kit/FormField/Fields/PhoneField.js.map +1 -1
  104. package/mobile/dist/ui-kit/FormField/calculateIsRequired.d.ts +2 -0
  105. package/mobile/dist/ui-kit/FormField/calculateIsRequired.js +5 -0
  106. package/mobile/dist/ui-kit/FormField/calculateIsRequired.js.map +1 -0
  107. package/mobile/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +2 -2
  108. package/mobile/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js +2 -2
  109. package/mobile/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js.map +1 -1
  110. package/mobile/dist/utils/url.js +5 -1
  111. package/mobile/dist/utils/url.js.map +1 -1
  112. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +2 -2
  113. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  114. package/mobile/lib/components/CreditForm/useCreditFormAPI.js +2 -1
  115. package/mobile/lib/components/CreditForm/useCreditFormAPI.js.map +1 -1
  116. package/mobile/lib/ui-kit/FormField/Fields/AddressField.js +4 -1
  117. package/mobile/lib/ui-kit/FormField/Fields/AddressField.js.map +1 -1
  118. package/mobile/lib/ui-kit/FormField/Fields/BeginDateField.js +2 -1
  119. package/mobile/lib/ui-kit/FormField/Fields/BeginDateField.js.map +1 -1
  120. package/mobile/lib/ui-kit/FormField/Fields/Experience5YearsField.js +2 -1
  121. package/mobile/lib/ui-kit/FormField/Fields/Experience5YearsField.js.map +1 -1
  122. package/mobile/lib/ui-kit/FormField/Fields/GeneralSeniorityField.js +2 -1
  123. package/mobile/lib/ui-kit/FormField/Fields/GeneralSeniorityField.js.map +1 -1
  124. package/mobile/lib/ui-kit/FormField/Fields/InnField.js +2 -1
  125. package/mobile/lib/ui-kit/FormField/Fields/InnField.js.map +1 -1
  126. package/mobile/lib/ui-kit/FormField/Fields/JobsNumberField.js +2 -1
  127. package/mobile/lib/ui-kit/FormField/Fields/JobsNumberField.js.map +1 -1
  128. package/mobile/lib/ui-kit/FormField/Fields/LastJobExperienceField.js +2 -1
  129. package/mobile/lib/ui-kit/FormField/Fields/LastJobExperienceField.js.map +1 -1
  130. package/mobile/lib/ui-kit/FormField/Fields/LegalFormField.js +2 -1
  131. package/mobile/lib/ui-kit/FormField/Fields/LegalFormField.js.map +1 -1
  132. package/mobile/lib/ui-kit/FormField/Fields/OrganizationNameField.js +2 -1
  133. package/mobile/lib/ui-kit/FormField/Fields/OrganizationNameField.js.map +1 -1
  134. package/mobile/lib/ui-kit/FormField/Fields/PartInBusinessField.js +2 -1
  135. package/mobile/lib/ui-kit/FormField/Fields/PartInBusinessField.js.map +1 -1
  136. package/mobile/lib/ui-kit/FormField/Fields/PhoneField.js +4 -1
  137. package/mobile/lib/ui-kit/FormField/Fields/PhoneField.js.map +1 -1
  138. package/mobile/lib/ui-kit/FormField/calculateIsRequired.d.ts +2 -0
  139. package/mobile/lib/ui-kit/FormField/calculateIsRequired.js +2 -0
  140. package/mobile/lib/ui-kit/FormField/calculateIsRequired.js.map +1 -0
  141. package/mobile/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +2 -2
  142. package/mobile/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js +2 -2
  143. package/mobile/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js.map +1 -1
  144. package/mobile/lib/utils/url.js +5 -1
  145. package/mobile/lib/utils/url.js.map +1 -1
  146. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +2 -2
  147. package/mobile/src/components/CreditForm/useCreditFormAPI.tsx +10 -1
  148. package/mobile/src/ui-kit/FormField/Fields/AddressField.tsx +8 -1
  149. package/mobile/src/ui-kit/FormField/Fields/BeginDateField.tsx +6 -1
  150. package/mobile/src/ui-kit/FormField/Fields/Experience5YearsField.tsx +6 -1
  151. package/mobile/src/ui-kit/FormField/Fields/GeneralSeniorityField.tsx +6 -1
  152. package/mobile/src/ui-kit/FormField/Fields/InnField.tsx +6 -1
  153. package/mobile/src/ui-kit/FormField/Fields/JobsNumberField.tsx +6 -1
  154. package/mobile/src/ui-kit/FormField/Fields/LastJobExperienceField.tsx +6 -1
  155. package/mobile/src/ui-kit/FormField/Fields/LegalFormField.tsx +6 -1
  156. package/mobile/src/ui-kit/FormField/Fields/OrganizationNameField.tsx +6 -1
  157. package/mobile/src/ui-kit/FormField/Fields/PartInBusinessField.tsx +6 -1
  158. package/mobile/src/ui-kit/FormField/Fields/PhoneField.tsx +8 -1
  159. package/mobile/src/ui-kit/FormField/calculateIsRequired.ts +6 -0
  160. package/mobile/src/ui-kit/ResponseTypeDialog/useResponseTypeDialog.tsx +3 -2
  161. package/mobile/src/utils/url.ts +5 -1
  162. package/package.json +1 -1
  163. package/src/components/ApplicationForm/ApplicationForm.tsx +2 -2
  164. package/src/components/CreditForm/useCreditFormAPI.tsx +10 -1
  165. package/src/ui-kit/FormField/Fields/AddressField.tsx +8 -1
  166. package/src/ui-kit/FormField/Fields/BeginDateField.tsx +6 -1
  167. package/src/ui-kit/FormField/Fields/Experience5YearsField.tsx +6 -1
  168. package/src/ui-kit/FormField/Fields/GeneralSeniorityField.tsx +6 -1
  169. package/src/ui-kit/FormField/Fields/InnField.tsx +6 -1
  170. package/src/ui-kit/FormField/Fields/JobsNumberField.tsx +6 -1
  171. package/src/ui-kit/FormField/Fields/LastJobExperienceField.tsx +6 -1
  172. package/src/ui-kit/FormField/Fields/LegalFormField.tsx +6 -1
  173. package/src/ui-kit/FormField/Fields/OrganizationNameField.tsx +6 -1
  174. package/src/ui-kit/FormField/Fields/PartInBusinessField.tsx +6 -1
  175. package/src/ui-kit/FormField/Fields/PhoneField.tsx +8 -1
  176. package/src/ui-kit/FormField/calculateIsRequired.ts +6 -0
  177. package/src/ui-kit/ResponseTypeDialog/useResponseTypeDialog.tsx +3 -2
  178. package/src/utils/url.ts +5 -1
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const n=e=>(...n)=>t[e](...n),l=n("useState"),a=n("useEffect"),i=n("useCallback"),r=n("useMemo"),s=n("useRef"),o=(...e)=>globalThis._uni._jsx(...e),c=(...e)=>globalThis._uni._jsxs(...e),d=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:m(e)),t._tmpl},m=e=>{function t(t,n){const{children: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},u=(...e)=>e.map((e=>h(e)?Object.entries(e).filter((([,e])=>e)).map((([e])=>e)):e)).flatMap((e=>e)).filter(Boolean).join(" "),h=e=>Boolean(e&&"object"==typeof e&&!Array.isArray(e)),p={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white",gray:"bg-main-divider text-primary-text",transparent:"bg-transparent text-primary-text","":""},g=d((({className:e,version:t="primary",isTheme:n=!0,defaultPadding:l="p-xl",padding:a,block:i,tag:r="section",role:s,children:c,style:d})=>{const m=t&&n;return o(r,{className:u("@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})})),f=d((({className:e,size:t})=>o("figure",{className:u("m-0 mt-xl min-w-[80%]",e),children:x(t)}))),x=(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"},N={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},w=d((({className:e="",headingType:t="h3",as:n="h3",title:l,children:a})=>{const i=v[n]||"h3";return o(i,{role:"heading",className:u("font-sans m-0",N[t],e),children:l||a})})),k=d((({children:e,...t})=>o("p",{className:u("font-sans",Object.values(t)),children:e}))),C={XXL:{title:{headingType:"h0",as:"h1"},descriptionSize:"text-h5",descriptionWeight:"font-normal",descriptionStyle:"mt-xl"},XL:{title:{headingType:"h1",as:"h1"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-m"},L:{title:{headingType:"h2",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-m"},M:{title:{headingType:"h3",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-s"},S:{title:{headingType:"h4",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-xs"},XS:{title:{headingType:"h5",as:"h2"},descriptionSize:"text-m",descriptionWeight:"font-light",descriptionStyle:"mt-xs"}},S=d((({className:e,version:t="",headlineVersion:n="XL",title:l,description:a,align:i="text-center",as:r,isEmbedded:s=!1,isTheme:d=!1,...m})=>{const h=C[n],p={marginTop:h.descriptionStyle};return c(g,{className:u({"@container-normal":s},e),defaultPadding:s?"":"p-6xl",version:t,isTheme:d,...m,children:[l?o(w,{className:u("whitespace-pre-wrap",i),...h?.title,as:r||h?.title.as,title:l}):null,a?o(k,{size:h.descriptionSize,font:h.descriptionWeight,align:i,...p,children:a}):null]})})),I=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),T=[];function B(e,t,{className:n,...l}={}){const{key:a,blockDecorator:i=I,blocksRegistry:r={},ancestors:s=T}=t,{type:c}=e;c&&c in r||console.warn(`No block with "${c}" is registered`);const d=c&&r[c];return i({blockClassName:u(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=[],R=(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 D({block:e,options:t,children:n,extraProps:l,renderProps:a}){return n||(e&&t?R(e.blocks,{...t,parent:e,extraProps:l,renderProps:a}):null)}function M(){return M._impl()}M._impl=()=>({isReady:!1,href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),M.setup=e=>{M._impl=e};const _=["CDN","BASE_PATH"],V=new Proxy({_:{},setup(e){this._=e}},{get(e,t){const n=e._[t]||e[t];return _.includes(t)?(e=>e&&!e.endsWith("/")?`${e}/`:e)(n):n}}),z=e=>Boolean(e?.includes(":")),A=(e,t)=>Boolean(e&&!z(e)&&(!t||"_self"===t)),F=e=>Boolean(e?.startsWith("#")),O=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/").replace(/^(.+):\//,"$1://"),E=(e,t)=>!(!e||!t)&&(!!e.startsWith(t)&&["/"===t,e===t,"/"===e[t.length]].some(Boolean));var L=Object.freeze({__proto__:null,isURL:z,isLocalURL:A,isHash:F,withoutQuery:e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),joinPath:O,hasPrefix:E});const j="/api/",$=`${j}v1/storage`,q=e=>(t,n)=>{if([!t,z(t),F(t),[V.CDN,j].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`${$}/${t}/attachment`;const l=t?.startsWith("/");return O(E(t,n)?"":n,l?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},U={"":"",normal:"",color:"text-primary-main",black:"text-black",white:"text-black",gray:"text-gray"},W=d((({className:e="",imageClassName:t="",name:n="",alt:l=`Иконка ${n}`,title:a=l,iconVersion:i="color",width:r,height:s})=>{const d=M(),m="normal"===i?`${n}.svg`:`sprites.svg#${n}`,h=q(d)(O(V.CDN,"/icons/",m));return"normal"===i?o("img",{className:e,src:h,alt:l,title:a,"aria-hidden":"true",width:r,height:s,style:H(e,s)}):o(K,{className:e,children:c("svg",{className:u(Y(r),U[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:h,xlinkHref:h})]})})})),H=(e,t)=>{return e?.includes("h-")?{}:{height:(n=t,n&&!/\D/.test(n)?`${t}px`:t),width:"auto"};var n},Y=e=>e?"":"w-full h-full",K=d((({className:e,children:t})=>e?o("div",{role:"img",className:e,children:t}):t)),G=new Proxy({_:{},setup(e){this._=e}},{get:(e,t)=>e._[t]||e[t]});function X(e=""){try{return new URL(e).pathname}catch(e){return""}}const J=e=>t=>{const n=t?.startsWith("/wcms-resources")?"":X(G.SITE_URL);return t&&!z(t)?q(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=M();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:u("object-contain",t),alt:e?.alt||e?.title||"",title:e?.title||"",style:{width:e?.size?.width?`${e.size?.width}px`:"100%",height:e?.size?.height?`${e.size?.height}px`:"auto"},width:e?.size?.width,height:e?.size?.height}),te=e=>e?`image/${String(e)}`:void 0,ne=d((({className:e="",image:t,imageClassName:n="",...l})=>t?.src||t?.icon?t.icon?o(W,{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 ue(){const e=X(G.SITE_URL),t=M(),{closeAll:n}=de();return e=>{const n=q(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?.(r),he(l,a,e)||(n(),r?.preventDefault(),t.push(((e,t="")=>e?.replace(t,"")||"/")(l,e)))}}}me._impl=e=>e,me.setup=e=>{me._impl=e};const he=(e,t,n)=>{if(!A(e,t))return!0;const l=G.SUB_PORTALS?.split(",");return!!l?.some((t=>E(e,t)))||!E(e,n||"/")},pe=e=>{if(!Array.isArray(e)||!e.length)return{};try{return{"data-aspects":JSON.stringify(e)}}catch(e){return{}}},ge=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:u(fe(e),"flex gap-xs"),children:[l?o("div",{className:u(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:u(r,se[i]),children:a}):null]})})),fe=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 u("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),be=({className:e,rounded:t,version:n})=>["inline-block",re,n?ie[n]:"",t?"rounded-full":"rounded-md",e].join(" "),ye=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=ue()({onClick:r,href:l,...a}),c=t??o(ge,{...s});return o(e?Ne:ve,{...s,children:c})})),ve=d((({className:e="",href:t,rel:n,target:l,ariaLabel:a,version:i,rounded:r,onClick:s,type:c,data:d,children:m,text:u})=>o("a",{className:oe({className:e,version:i,rounded:r}),href:t,rel:n,target:l,"aria-label":a||`Ссылка на ${u}`,role:t?"link":"button",onClick:s,type:c,...pe(d),children:m}))),Ne=d((({className:e,ariaLabel:t,version:n,rounded:l,children:a})=>o("button",{type:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:be({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:u(l?"flex":"hidden sm:flex","items-center gap-s"),children:[o("div",{className:u(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(ye,{version:"link",className:"group-data-secondary:text-white",text:n,ariaLabel:n,onClick:t,type:"button"})]})}const ke=()=>{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},Ce={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Se=(e,{className:t,imageAlign:n})=>e?o("div",{className:u("shrink-1/2 justify-self-center",n&&Ce[n],t),children:e}):null,Ie=d((({className:e,version:t="primary",defaultPadding:n,padding:l="",title:a,buttons:r,leftImage:s,rightImage:d,imageAlign:m,insetTitle:h,isImageAlwaysOnRight:p=!1,isImageSecondary:g=!1,backwardButton:f,children:x,...b})=>{const y=ke(),v=M(),N=i((()=>v.back()),[]),w=b.options?.page?.common?.backwardButton,k=f&&!y;return c("div",{className:u("relative flex flex-col gap-3xl overflow-hidden",l||n,e),children:[k&&we({version:t,handleClick:N,text:w}),a?o("div",{className:"relative h-full",children:a}):null,c("div",{className:u("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:u("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:[h,x]}),Be(D({...b,extraProps:{className:"@container-normal"}})),Se(d,{className:u("@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=>u(e?"row-span-2":"@xl:row-span-2"),Be=e=>e?.length?o("div",{className:"flex items-start justify-end",children:e}):null,Pe=(e,t="normal")=>e?.icon||e?.src?o("div",{className:u("sm:w-12 sm:h-12 sm:min-w-12 w-11 h-11 min-w-11 box-border flex items-center justify-center rounded-icon","normal"===t?"bg-secondary-light text-primary-main":"bg-primary-main text-black group-data-secondary:bg-white/30 group-data-secondary:text-black"),children:o(ne,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,Re=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:u(n,l,"md-container group-data-secondary:text-white group-data-gray:text-secondary-text",i),dangerouslySetInnerHTML:{__html:t}})}):null})),De=(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,Me=d((({children:e,...t})=>o("span",{className:u("font-sans",Object.values(t)),children:e}))),_e=(e,t)=>e?o(Me,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,Ve=(e,t)=>["label"in e?_e(e.label,t):null,"description"in e?o("span",{className:e.descriptionClassName,children:De(e.description,t)},String(t)):null,"__html"in e?o(Re,{...e},`rte-${t}`):null],ze=d((({className:e,benefitsVersion:t,...n})=>c("div",{className:u("flex gap-m min-w-56 items-center",e),role:"listitem",children:["icon"in n?Pe(n.icon,t):null,o("div",{children:Ve(n)})]}))),Ae=d((({className:e,benefitsVersion:t="normal",benefits:n})=>n?.length?o("div",{className:u("flex gap-x-m gap-y-s flex-col",e),role:"list",children:n.map(((e,n)=>o(ze,{benefitsVersion:t,...e},String(n))))}):null)),Fe=d((({className:e,benefits:t})=>t?.length?o("div",{className:u("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),role:"list",children:t.flatMap(Ve)}):null)),Oe=d((({isTabularBenefits:e,...t})=>o(e?Fe:Ae,{...t}))),Ee=e=>Boolean(e?.src||e?.icon),Le=(e,{className:t,buttonClassName:n,isVertical:l}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?o("div",{className:u("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(je(n))}):null,je=(e="")=>(t,n)=>{const{text:l,icon:a,iconRight:i,version:r,...s}=t||{},c=$e(a,r),d=$e(i,r);return l||a?.icon?o(ye,{className:u("basis-full @lg:basis-auto",e),appendLeft:qe({...a,iconVersion:c}),appendRight:qe({...i,iconVersion:d}),version:r,text:l,...s},n?String(n):""):null},$e=(e,t="secondary")=>{const n="secondary"===t?"color":"white";return e?.iconVersion||n},qe=e=>Ee(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(Me,{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)),Ye=d((({className:e,tags:t})=>t?.length?o("div",{className:u("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(Me,{size:"text-m",font:"font-light",children:e})},String(t)),Ge={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:u,__html:h,richVersion:p,isFullWidthTitle:g,priceList:f=[],tags:x=[],buttons:b,image:y,imageOptions:{imageAlign:v="center",directionRight:N=!0,isImageAlwaysOnRight:w,isImageSecondary:k=!1}={},backwardButton:C,children:I,...T})=>{const B=y?.src?o(ne,{image:y}):null,P=o(S,{title:l,description:a,headlineVersion:i,align:r,isEmbedded:!0}),R=u?.filter((e=>"__html"in e||"label"in e||"description"in e));return o(Ie,{className:e,padding:t,defaultPadding:n,...g?{title:P}:{insetTitle:P},...Je(B,N),isImageSecondary:k,imageAlign:v,isImageAlwaysOnRight:w,buttons:Le(b),backwardButton:C,...T,children:c("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[R?.length?o(Oe,{benefitsVersion:s,isTabularBenefits:d,benefits:R}):null,h?o(Re,{richVersion:p,__html:h,isDotted:m,itemSize:Ge[i]}):null,I,f?.length?o(We,{priceList:f}):null,Ze(x)]})})})),Je=(e,t)=>t?{rightImage:e}:{leftImage:e},Ze=e=>e?.length?o(Ye,{tags:e}):null,Qe=e=>Boolean(e&&Array.isArray(e)),et=e=>Boolean(e&&!Array.isArray(e)&&"object"==typeof e),tt=(e,t)=>{return n=e,Boolean(et(n)&&"string"==typeof n.$ref)?t.ref(e):et(e)?t.record(e):Qe(e)?t.array(e):t.scalar?t.scalar(e):e;var n},nt=(e,t)=>(e=>e.includes("#")?e.substring(e.indexOf("#")+1).split("/").filter(Boolean):[])(t).reduce(lt,e),lt=(e,t)=>e&&t?et(e)?e[t]:Qe(e)?e[parseInt(t,10)]:e:e,at=(e,t)=>tt(e,{ref:({$ref:e,...n})=>at(e?nt(t(e),e):n,t),record:e=>Object.entries(e).map((([e,n])=>({[e]:at(n,t)}))).reduce(((e,t)=>Object.assign(e,t)),{}),array:e=>e.map((e=>at(e,t)))}),it=(e,t,n=[])=>{tt(e,{ref:e=>t(e.$ref,n),record:e=>{for(const l in e)it(e[l],t,[...n,l])},array:e=>{for(let l=0;l<e.length;l++)it(e[l],t,[...n,l])}})};async function rt(e,t){try{return e?await st(e,t):null}catch(e){console.error(e)}return null}const st=async(e,t)=>(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json(),ot=e=>[...new Set(e)],ct={},dt=["/portal-resources"],mt=(e,t)=>at(e,(e=>t?.[e])),ut=(e,t)=>{const n=(e=>{const t=[];return it(e,(e=>t.push(e))),t})(e),[i,r]=l({});return a((()=>{n.length&&(async e=>Object.fromEntries((await Promise.allSettled(ot(e).filter((e=>!dt.some((t=>e.startsWith(t))))).map((async e=>[e,ct[e]||=await st(e)])))).filter((e=>"fulfilled"===e.status)).map((({value:e})=>e))))(n).then(r)}),[n.join()]),n.length?mt(e,{...t,...i}):e};function ht(e,t={}){const n=d((t=>{const n=ut((({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 pt=ht((({className:e,padding:t,defaultPadding:n,...l})=>o(g,{className:u("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"]}),gt=d((e=>{const{items:t}=e.options?.page?.adSourceBook??{},n=r((()=>ft(0,t?.length)),[t]),l=t?.[n];return l?o(pt,{suppressHydrationWarning:!0,...l,...e}):o(g,{...e,children:o(f,{})})})),ft=(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}`}},bt=e=>e?.replace(/[^+\d]/g,"");const yt=e=>e?{phone:bt(e)}:{},vt=(e,t="birthday")=>e?{[t]:xt(e)}:{},Nt=(e,t=!0)=>({[t?"regionBranch":"region"]:e}),wt=(e,t=!0)=>({[t?"email":"mail"]:e}),kt=(e="")=>e&&"+7 ("!==e?{secondaryPhoneNumber:bt(e)}:{},Ct=({aspectsAttributes:e,aspects:t,ev:n})=>{for(const{aspectName:l,params:a}of e)t[l??""]?.(n,a)},St="rshb-query-params";function It(){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 Bt=e=>t=>{const[,n]=Tt(e.find((([e])=>e(t))));return n(t)},Pt=e=>Bt(e.map((([e,t])=>[e,()=>t])));Pt.if=e=>new Rt(void 0,e);class Rt{parent;predicate;unit;get entry(){return[Tt(this.predicate),Tt(this.unit)]}constructor(e,t,n){this.parent=e,this.predicate=t,this.unit=n}if(e){return new Rt(this,e)}then(e){return new Rt(this.parent,this.predicate,e)}else(e){return Bt([...Dt(this),[()=>!0,e]])}}const Dt=e=>[...e?.parent?Dt(e.parent):[],e.entry],Mt=e=>{const t=e.target?.closest("a");if(z(t?.href)&&!t?.href?.startsWith(globalThis.location?.origin)){e.preventDefault(),e.stopPropagation();const n=(e=>{const t=It();if(!z(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){_t(t?.target)?.(n)}}},_t=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 Vt(){return Vt._impl()}Vt._impl=()=>({forwardQuery:Mt}),Vt.setup=e=>{Vt._impl=e};const zt=e=>e,At=(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 Ft(t,n)?t:n}:r(e)):o,[r]);a((()=>{r&&o(r)}),[r]);const[d,m]=l(!1),[u,h]=l({}),p=i(((e,t)=>{const{parse:n=zt,format:l=zt}=t||{};return{value:l(s[e]),isDirty:d||u[e],onChange:t=>{c((l=>({...l,[e]:n(t)}))),h((t=>({...t,[e]:!0})))}}}),[c,d,u]),g=i((e=>{c(e),h(e)}),[]),f=i((()=>{c(e),m(!1),h({})}),[e]),x=i((e=>(e.preventDefault(),t?f():m(!0),n&&n(s,e),s)),[n,s]);return[s,{isDirty:d||Object.values(u).some(Boolean),field:p,update:g,reset:f,onSubmit:x}]},Ft=(e,t)=>e&&t&&Object.keys({...e,...t}).every((n=>e[n]===t[n])),Ot=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(w,{headingType:"h3",title:n,className:"@xl:text-center"}):null,l]})})})),Et=e=>"OUTSERVICE"===e?"/api/v1/outservice/outserviceregions":void 0;function Lt(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}]}function jt(e,t,n,l){a((()=>{if(e&&n)return e.addEventListener(t,n,l),()=>{e.removeEventListener(t,n,l)}}),[e,t,n])}function $t(e){const t=s(null),n=i((n=>{t&&t.current&&n.target instanceof Node&&!t.current.contains(n.target)&&e()}),[e]);return jt(globalThis.document,"click",n),t}const qt=({label:e,errors:t})=>e&&t?`${e}*`:e,Ut=()=>{},Wt="border border-solid outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text rounded",Ht=e=>e?o(Me,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}):null,Yt=d((({key:e,className:t="",id:n,name:l,type:r="text",label:d,placeholder:m,value:h="",valid:p=!0,children:g,onChange:f,onFocus:x,onBlur:b,pattern:y,autoFocus:v=!1,isTextarea:N=!1,disabled:w=!1})=>{const k=s(null),C=i((e=>{const t=(e.target?.value||"").trimStart();f&&f(t)}),[f]);a((()=>{v&&k.current?.focus()}),[v,k]);const S=g?"pr-3xl":"",I=Kt(p);return c("div",{className:u("relative",t),children:[c("label",{className:"space-y-xs",children:[Ht(d),N?o("textarea",{className:u("block resize-y min-h-24",Gt,I),id:u("textarea",n),name:l||n,placeholder:m,value:h,onChange:C,onFocus:x,onBlur:b,disabled:w},e):o("input",{type:r,className:u("h-14",Gt,S,I),ref:k,id:n,name:l||n,placeholder:m,value:h,onChange:C,onFocus:x,onBlur:b,pattern:y,disabled:w},e)]}),g]})})),Kt=e=>e?Wt:"border-error",Gt="w-full border rounded-md text-primary-text outline-none p-m",Xt=e=>o("div",{className:"h-6",children:e?o(Me,{size:"text-xs",font:"font-light",color:"text-error",children:e}):null}),Jt=e=>e?.value||"",Zt={url:"suggest/address"},Qt={name:{url:"suggest/fio",requestData:{parts:["NAME"],gender:"UNKNOWN"}},surname:{url:"suggest/fio",requestData:{parts:["SURNAME"],gender:"UNKNOWN"}},middleName:{url:"suggest/fio",requestData:{parts:["PATRONYMIC"],gender:"UNKNOWN"}},email:{url:"suggest/email"},dulSubdivisionCode:{url:"suggest/fms_unit",responseItemHandler:e=>e?.data?.code?.replace("-","")||""},dulIssuedBy:{url:"suggest/fms_unit"},organizationName:{url:"suggest/party"},inn:{url:"suggest/party",responseItemHandler:e=>e?.data?.inn||""},addressRegistration:Zt,addressFact:Zt,organizationAddress:Zt},en=()=>({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"})}),tn=d((({options:e,onChange:t})=>o("div",{className:"bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-2xl",role:"list",children:e?.map(((e,n)=>o("div",{className:"flex px-m py-s cursor-pointer hover:bg-main-divider pr-5xl relative",role:"listitem",onMouseDown:()=>t(e),children:o("span",{className:"min-h-6",children:e.processedValue})},n.toString())))})));function nn({isOpen:e,value:t,name:n,onChange:c,onDaDataChange:d,daDataQueryPrefix:m}){const u=s(t),h=s(t),[p,g]=l([]),f=en(),x=Qt[n],b=i((()=>{h.current=t,f.close()}),[t]),y=i((e=>{b(),h.current=e.processedValue,c&&c(e.processedValue),d&&d(e)}),[b,c]),v=s(null),N=r((()=>async e=>{if(!x)return;const t=await(e=>{const{url:t,query:n,queryPrefix:l,requestData:a={},responseItemHandler:i=Jt}=e,r=(s=i,e=>(e?.suggestions||[]).map((e=>{const t=s(e);return{...e,processedValue:t}})));var s;const o=`${l?`${l}, `:""}${n}`;return fetch(`/api/v1/suggestions/${t}`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({count:10,...a,query:o})}).then((e=>e.json())).then(r)})({url:x.url,responseItemHandler:x.responseItemHandler,requestData:{...x?.requestData},query:e,queryPrefix:m});t?.length&&g(t)}),[m]),w=r((()=>((e,t=600)=>{let n;const l=(...a)=>{l.dispose(),n=setTimeout((()=>{e(...a)}),t)};return l.dispose=()=>{n&&clearTimeout(n)},l})(N,300)),[N]);return a((()=>{if(!e||!v.current||h.current===t)return void b();const n=v.current,{top:l,left:a,width:i,height:r}=n.getBoundingClientRect();t&&u.current!==t&&(w(t),u.current=t),f.update(o(tn,{options:p,value:t,onChange:y}),{top:l+globalThis.scrollY+r,left:a,width:i})}),[e,p,t,y]),v}const ln=d((({className:e,label:t,value:n="",placeholder:l,error:a,errors:r,onChange:s=Ut,onDaDataChange:d,onBlur:m,isTextarea:h,type:p,name:g="",daDataQueryPrefix:f,inputLength:x,dadata:b=!1,disabled:y=!1})=>{const[v,{setFalse:N,setTrue:w}]=Lt(),k=$t(N),C=i((e=>x?e.length<=x&&s(e):s(e)),[s]),S=nn({isOpen:v&&b,name:g,value:n,daDataQueryPrefix:f,onChange:s,onDaDataChange:d});return c("div",{className:u("shrink-0 w-full",e),ref:k,onBlur:N,onFocus:w,children:[o("div",{ref:S,children:o(Yt,{disabled:y,type:p||"text","aria-label":t,label:qt({label:t,errors:r}),valid:Boolean(!a),value:n,onChange:C,onBlur:m,isTextarea:h,placeholder:an(l,r,t)})}),Xt(a)]})})),an=(e,t,n)=>t&&!n?`${e}*`:e,rn=e=>e?.text||e?.key||"",sn=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,on=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:sn(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:rn(e)}),o(W,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:i,className:u("absolute right-4 pt-3xs",{hidden:e.key!==n?.key})})]},e.key)))}):null));const cn=d((({className:e,label:t,options:n=[],value:r,valid:d=!0,isBorder:m=!0,placeholder:h="",isSearch:p=!1,iconVersion:g="black",onChange:f,disabled:x=!1})=>{const[b,{setFalse:y,setTrue:v}]=Lt(),[N,w]=l(""),k=un(x,n.length),C=b&&!k,S=i((()=>{w(""),y()}),[]),I=function({isOpen:e,options:t,value:n,query:l,onChange:r,onClose:c,iconVersion:d}){const m=en(),u=i((()=>{m.close(),c&&c()}),[c]),h=i((e=>{u(),r&&r(e)}),[u,r]),p=s(null),g=$t(u);return a((()=>{if(!e||!p.current)return;const a=p.current,{top:i,left:r,width:s,height:c}=a.getBoundingClientRect();m.update(o(on,{popupRef:g,options:t,value:n,query:l,onChange:h,iconVersion:d}),{top:i+window.scrollY+c,left:r,width:s})}),[e,t,n,l,h]),p}({isOpen:b,options:n,value:r,query:N,onChange:f,onClose:S,iconVersion:g});return c("div",{className:u("space-y-xs",e),children:[Ht(t),c("div",{className:u("relative",C?"z-20":"z-10"),ref:I,children:[c("div",{className:u("h-14 [&>*]:p-m pr-6 text-l flex items-center justify-between text-primary-text relative z-10 overflow-hidden",mn(m,d,k)),onClick:C?S:v,children:[o("p",{className:"line-clamp-2 text-ellipsis",children:rn(r)||h}),dn(C,g)]}),p&&C?o("div",{className:u("absolute top-0 w-full z-20"),children:o(Yt,{type:"text",autoFocus:!0,value:N,onChange:w})}):null]})]})})),dn=(e,t)=>o(W,{className:u("absolute right-0 flex self-center",{"rotate-180":!e}),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),mn=(e,t,n)=>u(e?"border rounded-md ":"",e&&!n?"hover:border-primary-hover":"",n?"bg-main-divider":"cursor-pointer ",t?"border-gray":"border-error"),un=(e,t)=>e||0===t,hn=d((({className:e="",label:t,error:n,errors:l,...a})=>c("div",{className:e,children:[o(cn,{...a,valid:!n,label:qt({label:t,errors:l})}),Xt(n)]}))),pn=e=>!e?.length,gn=e=>t=>n=>e(n)?[]:[t],fn=gn((e=>null!=e&&""!==e)),xn="Некорректно заполненное поле",bn=e=>fn(e??xn),yn=e=>gn((e=>e?.key&&""!==e?.key))(e??xn),vn=e=>gn((e=>"string"==typeof e&&e.length>0&&e.length<=2))(e??xn),Nn=e=>gn((e=>"string"==typeof e&&e.length>1))(e??xn),wn=(e,t)=>gn((t=>"string"==typeof t&&t.length>=1&&t.length<=e))(t??xn),kn=e=>gn((e=>"string"==typeof e&&6===e.length))(e),Cn=e=>{return(t=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,gn((e=>"string"==typeof e&&t.test(e))))(e);var t},Sn=gn((e=>"boolean"==typeof e&&e))("Согласие обязательно"),In=e=>{const t=String(e).replace(/[^0-9]+/g,"");if(11===t.length){let e=0;for(let n=0;n<9;n++)e+=parseInt(t.charAt(n))*(9-n);return e>101&&(e%=101),100!==e&&101!==e||(e=0),e===parseInt(t.substr(9))}return!1},Tn=e=>Boolean("0"===e.qc&&"0"===e.qcComplete&&"2"===e.qcHouse),Bn=()=>gn(Tn)("Укажите регион, город/населенный пункт, улицу, дом, квартиру"),Pn={typeForm:bn(),surname:Nn("Укажите свою фамилию"),name:Nn("Укажите своё имя"),middleName:Nn("Укажите своё отчество"),region:yn(),addressBranch:yn(),phone:Cn("Укажите номер телефона"),secondaryPhone:Cn("Укажите номер телефона"),organizationPhone:Cn("Укажите номер телефона"),birthday:bn("Укажите дату рождения"),birthPlace:bn("Укажите место рождения"),education:bn("Выберите ваше образование"),housing:bn("Выберите тип жилья"),employment:bn("Выберите информацию о трудоустройстве"),organization:bn("Выберите тип организации"),amountWorkers:bn("Выберите информацию о количестве сотрудников"),employerActivities:bn("Выберите вид деятельности организации"),employerOrganization:bn("Выберите вид организации"),positionOrganization:bn("Выберите вашу должность"),dulSerie:(Rn="Укажите серию паспорта",gn((e=>"string"==typeof e&&4===e.length))(Rn)),dulNumber:kn("Укажите номер паспорта"),dulIssueDateField:bn("Укажите дату выдачи паспорта"),dulSubdivisionCode:kn("Укажите код подразделения"),dulIssuedBy:bn("Укажите организацию, выдавшую паспорт"),email:(e=>gn((e=>/^[^\s@]+@[^\s@]+\.[a-zA-Z]{2,4}$/.test(e)))(e))("Укажите электронную почту"),fullName:Nn(),inn:(e=>gn((e=>"string"==typeof e&&(10===e.length||12===e.length)))(e))("Укажите ИНН"),legalForm:bn("Укажите ОПФ"),organizationName:bn("Укажите наименование организации"),generalSeniority:vn("Укажите количество лет стажа"),lastJobExperience:vn("Укажите стаж на последнем месте работы"),experience5Years:vn("Укажите общий стаж за последние 5 лет"),jobsNumber:vn("Укажите количество мест работы за последние 5 лет"),beginDate:bn("Укажите дату заключения трудового договора"),addressFact:Bn(),partnerComments:bn(),collectionCount:bn(),comment:bn(),acquiringType:yn(),feedbackMethod:yn(),serviceType:yn(),serviceDirection:yn(),meetingDay:bn(),product:bn(),localities:bn(),consentDataProcessing:Sn,annualRevenue:bn(),consentToReceiveMaterials:Sn,processPersonalDataFlg:Sn,consentProviderFlg:Sn,consentPfrFlg:Sn,consentOthersFlg:Sn,consentInformFlg:Sn,familyStatus:bn("Выберите семейное положение"),children:wn(2,"Укажите количество детей"),familyMembers:wn(2,"Укажите количество членов семьи"),dependents:wn(2,"Укажите количество иждивенцев"),totalIncome:wn(19,"Укажите среднемесячный доход от основной зарплаты"),expenses:wn(10,"Укажите сумму обязательных выплат"),snils:(e=>gn(In)(e))("Некорректный номер СНИЛС"),conscription:bn(),armyIdFlg:Sn,sex:bn("Укажите свой пол"),addressRegistration:Bn(),organizationAddress:Bn(),participantDateRegistration:bn("Укажите дату регистрации"),retirementIncome:bn(),otherIncome:bn(),mandatoryIncome:bn(),otherPayments:bn(),disablePeopleFlg:bn(),bankruptcyFlg:bn(),shareholderFlg:bn(),legalEntityName:bn(),bankEmployeeCode:bn(),partInBusiness:bn(),regionRetail:yn("Выберите филиал банка"),addressRetail:yn("Выберите адрес банка"),addressMatch:bn()};var Rn;const Dn=e=>{const t=(e=>Object.values(e.filter((e=>e)))?.map((e=>e.name)))(e.filter((e=>Boolean(e?.required))));return Object.fromEntries(t.map((e=>[e,Pn?.[e||""]])))},Mn=(e,t)=>{const{value:n,isDirty:l}=e,a=l?t(n):[];return{...e,errors:a,error:a[0]}},_n=(e,t,n=!1)=>n?Mn(e,t):e,Vn=[{text:"Торговый эквайринг",key:"trade"},{text:"СБП-эквайринг",key:"sbp"},{text:"Интернет-эквайринг",key:"internet"},{text:"Все виды эквайринга",key:"all"}],zn=d((({field:e,input:t})=>o(hn,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Vn,..._n(e("acquiringType"),Pn.acquiringType,t?.required)}))),An=(e="")=>Boolean("trade"===e||"all"===e),Fn=e=>null!=e,On=new Map,En=e=>Boolean(e?.every((e=>Array.isArray(e)?En(e):!e||"string"==typeof e))),Ln=e=>En(e)?e.toString():"";function jn(e,t,{fallback:n,cache:i}={}){const s=r((()=>$n(e)),[e]),[o,c]=l(void 0),[d,m]=l(void 0);a((()=>{if(!s.some(Fn))return;let e=!1;const n=(t,n)=>{e||(c(t),m(n))};return(async()=>{try{n(await((e,t=On)=>n=>{const l=Ln(n),a=t.get(l);if(l&&Fn(a))return a;const i=e(...n);return l&&Fn(i)&&t.set(l,Promise.resolve(i)),i})(t,i)(s))}catch(e){n(void 0,e)}})(),()=>{e=!0}}),[t,i,s]);const u=n&&(e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]))(s)&&n[s[0]];return{data:!o&&u?u:o,error:d,mutate:()=>Promise.resolve(void 0)}}function $n(e){return Array.isArray(e)?e:e instanceof Function?$n(e()):[e]}const qn=[];const Un=async e=>await rt(e,{method:"GET"})||qn;function Wn(e=!1){const{data:t}=jn("/api/v1"+(e?"/premiumBranchesByRegions":"/branchesByRegions"),st);return Array.isArray(t)?t:[]}const Hn=d((({field:e,input:t,isPremium:n=!1})=>{const l=e("region"),i=l?.value?.key,r=l?.value?.text,s=n?Wn(n)?.find((e=>e?.region===r))?.branches:function(e){const{data:t}=jn(e?`/api/v1/branches?regionCode=${e}`:null,Un);return t||qn}(i)?.filter((e=>e?.address));return a((()=>{""!==l?.value?.key&&e?.("addressBranch")?.onChange?.("")}),[l?.value]),o(hn,{label:"Отделение",placeholder:"Выберите отделение",options:(s||[]).map((({address:e=""})=>({key:e,text:e}))),..._n(e("addressBranch"),Pn.addressBranch,t?.required),isSearch:!0})})),Yn=d((({field:e,input:t})=>{const n="addressFact",l=e(n).value,{value:r}=e("addressMatch");a((()=>{r&&e("addressFact")?.onChange?.(e("addressRegistration").value)}),[r]);const s=i((t=>{e?.(n)?.onChange?.({apartment:t?.data?.flat,city:t?.data?.city,district:t?.data?.area_with_type,fullAddress:t?.value,fiasCode:t?.data?.fias_id,house:t?.data?.house,locality:t?.data?.settlement_with_type,okatoRegionCode:t?.data?.okato,postcode:t?.data?.postal_code,region:t?.data?.region,regionCode:t?.data?.region_kladr_id?t?.data?.region_kladr_id.substring(0,2):"",street:t?.data?.house})}),[]),c=i((t=>{e?.(n)?.onChange?.({...e(n).value,fullAddress:t})}),[]);return o(ln,{label:"Адрес",disabled:r,..._n(e(n),Pn[n],t?.required),value:l.fullAddress,onChange:c,...t,onDaDataChange:s})})),Kn=d((({field:e,input:t})=>{const n=t?.name||"addressRegistration",l=e(n).value,a=i((t=>{e?.(n)?.onChange?.({apartment:t?.data?.flat,city:t?.data?.city,district:t?.data?.area_with_type,fullAddress:t?.value,fiasCode:t?.data?.fias_id,house:t?.data?.house,locality:t?.data?.settlement_with_type,okatoRegionCode:t?.data?.okato,postcode:t?.data?.postal_code,region:t?.data?.region,regionCode:t?.data?.region_kladr_id?t?.data?.region_kladr_id.substring(0,2):"",street:t?.data?.house,qc:t?.data?.qc,qcComplete:t?.data?.qc_complete,qcHouse:t?.data?.qc_house})}),[]),r=i((t=>{e?.(n)?.onChange?.({...e(n).value,fullAddress:t})}),[]);return o(ln,{label:"Адрес",..._n(e(n),Pn[n],t?.required),value:l.fullAddress,onChange:r,...t,onDaDataChange:a})})),Gn=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)}))}))),Xn="appearance-none w-5 h-5 border-solid flex-none",Jn=[{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"}],Zn=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(Gn,{paths:Jn,className:"absolute left-1 ml-px block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"});return o("div",{className:e,children:c("label",{className:u("flex items-center relative group/box",el(l)),onClick:s,children:[o("div",{className:u(Xn,"m-0",a?"rounded-full border-2":nl(t),!l&&t?"border-primary-main":"border-gray",l?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:tl(a),"aria-checked":Boolean(t),"aria-disabled":Boolean(l),"aria-label":n}),t?d:null,Qn(n)]})})})),Qn=e=>e?o("div",{className:"ml-s",children:o(Me,{size:"text-l",font:"font-light",children:e})}):null,el=(e=!1)=>e?"cursor-not-allowed":"cursor-pointer",tl=(e=!1)=>e?"radio":"checkbox",nl=(e=!1)=>u("rounded border",{"bg-primary-main":e}),ll=d((({className:e,text:t,value:n,key:l,disabled:a,error:i,onChange:r})=>c("div",{className:u("shrink-0",e),children:[o(Zn,{text:t,value:n,disabled:a,onChange:r},l),Xt(i)]}))),al=d((({field:e})=>o(ll,{text:"Адрес фактического места жительства совпадает с адресом регистрации",..._n(e("addressMatch"),Pn.addressMatch)}))),il=(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)}),[]),u=i((()=>{d(!1),o&&o(t(a)),s&&s()}),[o,a]);return{value:c||!n?a:n(a),onFocus:m,onBlur:u}},rl=(e,t,n)=>Math.max(t,Math.min(e,n));function sl(e){const t=(e||"").replace(/\D/g,""),n=parseInt(t,10);return Number.isNaN(n)?0:n}function ol({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:u("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=sl(t.target?.value),l=e.length?e[n]:n;r&&r(l||0)}})})]})}const cl=1,dl=100,ml=d((e=>{const{className:t,title:n,items:l=[],list:a=[],min:r=(a.length?0:cl),max:s=(a.length?a.length-1:dl),step:d=1,value:m=a[0]||r,disabled:h=!1,onChange:p}=e,g=il(e,{normalize:(e=0)=>a.length?ul(a)(e):rl(e,r,s),format:Ue()}),f=i((e=>{p&&p(sl(e.target?.value))}),[p]);return c("div",{className:t,children:[c("label",{className:"block relative",children:[n?o(Me,{size:"text-m",font:"font-light",color:"text-primary-text",children:n}):null,o("input",{className:u("text-h3 w-full h-14","pl-m mt-xs box-border","text-primary-text",Wt,"disabled:border-gray disabled:bg-main-divider"),disabled:h,onChange:f,...g}),ol({list:a,min:r,max:s,step:d,disabled:h,value:m,onChange:p})]}),hl(l)]})})),ul=e=>t=>e.reduce(((e,n)=>Math.abs(n-t)<Math.abs(e-t)?n:e)),hl=e=>o("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>o(Me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),pl=["От 1 000 ₽","До 1 000 000 000 ₽"],gl=d((({field:e})=>o(ml,{title:"Сумма, ₽",items:pl,min:1e3,max:1e9,...e("amount")}))),fl=e=>{const{data:t,error:n}=jn(`/api/v1/dictionary?dictionaryType=${encodeURIComponent(e)}`,xl);return t&&"errorMessage"in t?{error:n}:{data:t,error:n}},xl=async e=>await rt(e,{method:"POST"})||[],bl=ht((({field:e,source:t,label:n,fieldName:l,input:a})=>{const i=t&&t?.map((e=>({key:e.key||"",text:e.value})))||[];return o(hn,{placeholder:"Выберите из списка",label:n,options:i,..._n(e(l),Pn[l],a?.required)})})),yl=d((({field:e,input:t})=>{const{data:n}=fl("EMPLOYEES_NUMBER");return o(bl,{field:e,source:n,label:"Количество работающих в организации",fieldName:"amountWorkers",input:t})})),vl=d((({field:e,input:t})=>o(ln,{label:"Годовая выручка, ₽",..._n(e("annualRevenue"),Pn.annualRevenue,t?.required)}))),Nl=d((({field:e})=>o(ll,{text:"Наличие военного билета",..._n(e("armyIdFlg"),Pn.armyIdFlg)}))),wl=d((({field:e,input:t})=>o(ln,{label:"Код представителя Банка",placeholder:"Введите код",type:"number",..._n(e("bankEmployeeCode"),Pn.bankEmployeeCode,t?.required),...t}))),kl=d((({field:e})=>o(ln,{label:"ФИО или должность обслуживавшего Вас сотрудника Банка",...e("bankEmpolee")}))),Cl=d((({field:e})=>o(ll,{text:"В отношении меня ведётся производство по делу о банкротстве",..._n(e("bankruptcyFlg"),Pn.bankruptcyFlg)}))),Sl=({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 u=[];for(let c=0;c<7;c++)if(0===m&&c<t)u.push(o("td",{},`empty-${c}`));else if(d>n)u.push(o("td",{},`empty-${c}`));else{const t=new Date(a,l,d),n=Il(t,e),c=Tl(t,i,r);u.push(o("td",{children:o("div",{className:Bl(n,c),onClick:()=>!c&&s(t),children:d})},`day-${d}`)),d++}c.push(o("tr",{children:u},`row-${m}`))}return c},Il=(e,t)=>t&&e.toDateString()===t.toDateString(),Tl=(e,t,n)=>t&&e.getTime()<t.getTime()||n&&e.getTime()>n.getTime(),Bl=(e=!1,t=!1)=>u("p-s text-center rounded-md border",{"border-transparent hover:bg-gray":!e},t?"text-gray hover:bg-transparent":"cursor-pointer"),Pl=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Rl=d((({today:e,currentMonth:t,currentYear:n,min:l,max:a,onDateSelect:s=Ut,setValue:d=Ut})=>{const m=i((e=>{s(e),d(!1)}),[]),{firstDayOfWeek:u,totalDays:h}=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:Pl.map(((e,t)=>o("th",{className:"p-s",children:e},String(t))))})}),o("tbody",{children:Sl({firstDayOfWeek:u,today:e,totalDays:h,currentYear:n,currentMonth:t,min:l,max:a,onDateClick:m})})]})}));function Dl(e,t){const n=e.replace(/\D/g,"");if(""===n||e?.length===t.length)return e;const l=[...t],a=l.findIndex(Ml),i=l.map(((e,t)=>Vl(e)?l.slice(0,t).filter(Vl).length:-1)),r=l.map(((e,t)=>_l(e)?e:n.charAt(i[t])||e)),s=i.indexOf(n.length-1)+1;return r.slice(0,Math.max(a,s)).join("")}const Ml=e=>"_"===e,_l=e=>/\d/.test(e),Vl=e=>Ml(e)||_l(e),zl=1940,Al={name:"CalendarIcon",iconVersion:"black",width:"24",height:"24"},Fl=d((({setSelectedMonth:e,setSelectedYear:t,className:n,value:i,onChange:r,onClick:d})=>{const m=s(null),[h,p]=l(i||"");return a((()=>{p(i||"")}),[i]),c("div",{onClick:()=>{null!==m.current&&m.current.focus(),d?.()},className:u("relative",n),children:[o("input",{ref:m,className:"h-full w-full px-m text-l text-black focus-visible:outline-none",value:h,type:"text",onChange:e=>{const t=e.target?.value;"string"==typeof t&&t?.length<11&&p(Dl(t,"__.__.____"))},onBlur:()=>{if(Ol(h)){const[n,l,a]=h.split(".");r?.(new Date(Number(a),Number(l)-1,Number(n))),e(Number(l)-1),t(Number(a))}else p(i||"")}}),o(W,{className:"mr-s",...Al})]})})),Ol=e=>{const[t,n,l]=e.split(".");if((e=>Number(e)>=zl&&Number(e)<=(new Date).getFullYear())(l)&&(e=>Number(e)>0&&Number(e)<13)(n)){const e=new Date(Number(l),Number(n)-1,1);let a=0;for(;e.getMonth()===Number(n)-1;)e.setDate(e.getDate()+1),a++;if(Number(t)>0&&Number(t)<=a)return!0}return!1},El=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],Ll=El.map((e=>({key:e}))),jl=Array.from({length:(new Date).getFullYear()-zl+1},((e,t)=>zl+t)).reverse().map((e=>({key:String(e)}))),$l=(e,t)=>{const n=new Date(e,t,1);let l=0;for(;n.getMonth()===t;)l++,n.setDate(n.getDate()+1);return l},ql=({maxDateOfMonth:e,selectedYear:t,selectedMonth:n,value:l,onChange:a})=>{l&&a?.(new Date(t,n,Math.min(e,l.getDate())))},Ul={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},Wl={className:"min-w-32",iconVersion:"black",isBorder:!1},Hl=d((({className:e="",label:t="",value:n,valid:r=!0,minDate:s,maxDate:d,onChange:m})=>{const[h,{setValue:p}]=Lt(!1),[g,f]=l(n?.getMonth()||(new Date).getMonth()),[x,b]=l(n?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:y,handleNextMonth:v,handleSelectMonth:N,handleSelectYear:w,monthsOptions:k,yearsOptions:C,handleChangeVisibleCalendar:S,ref:I}=(({onShowCalendar:e,showCalendar:t,selectedMonth:n,onMonthSelect:l,onYearSelect:a,selectedYear:r,onChange:s,value:o})=>{const c=$t(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(El.indexOf(e));const t=$l(r,El.indexOf(e));ql({maxDateOfMonth:t,selectedYear:r,selectedMonth:El.indexOf(e),value:o,onChange:s})}),[o]),handleSelectYear:i((({key:e})=>{a(Number(e)),o&&s?.(new Date(Number(e),n,o?.getDate()))}),[o]),monthsOptions:Ll,yearsOptions:jl,ref:c}})({onYearSelect:b,onMonthSelect:f,onShowCalendar:p,selectedYear:x,selectedMonth:g,showCalendar:h,onChange:m,value:n}),T=((e,t)=>{const[n,i]=l(!1);return a((()=>{const n=()=>{if(e?.current){const{top:n}=e.current.getBoundingClientRect();i(n>t)}};return n(),window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)}),[e]),n})(I,370);return c("div",{className:u("space-y-xs",e),ref:I,children:[Ht(t),c("div",{className:"relative",children:[Yl({handleChangeVisibleCalendar:S,value:n,valid:r,onChange:m,setSelectedMonth:f,setSelectedYear:b}),h?c("div",{className:u("absolute bg-white z-20 select-none",{"bottom-full":T}),children:[c("div",{className:"flex gap-s",children:[o("div",{className:"my-auto",onClick:y,children:o(W,{...Ul,className:"-rotate-90 cursor-pointer"})}),o(cn,{onChange:N,value:{key:El[g]},options:k,...Wl}),o(cn,{onChange:w,value:{key:String(x)},options:C,...Wl}),o("div",{className:"my-auto",onClick:v,children:o(W,{...Ul,className:"rotate-90 cursor-pointer"})})]}),o(Rl,{today:n,currentMonth:g,currentYear:x,onDateSelect:m,min:s,max:d,setValue:p})]}):null]})]})})),Yl=({handleChangeVisibleCalendar:e,value:t,valid:n,onChange:l,setSelectedMonth:a,setSelectedYear:i})=>o(Fl,{onChange:l,onClick:e,value:t&&xt(t),setSelectedMonth:a,setSelectedYear:i,className:u("flex justify-between items-center h-14 py-s border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",n?"border-gray":"border-error")}),Kl=d((({className:e,label:t,error:n,errors:l,...a})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Hl,{label:qt({label:t,errors:l}),valid:Boolean(!n),...a}),Xt(n)]}))),Gl=d((({field:e,input:t})=>o(Kl,{label:"Дата начала работы на текущем месте",..._n(e("beginDate"),Pn.beginDate,t?.required),...t}))),Xl=d((({field:e,input:t})=>o(Kl,{label:"Дата рождения",..._n(e("birthday"),Pn.birthday,t?.required)}))),Jl=d((({field:e,input:t})=>o(ln,{label:"Место рождения",..._n(e("birthPlace"),Pn.birthPlace,t?.required),...t}))),Zl=d((({field:e,input:t})=>o(ln,{label:"Количество детей до 18 лет",placeholder:"Введите значение",type:"number",..._n(e("children"),Pn.children,t?.required),...t}))),Ql=d((({field:e,input:t})=>o(ln,{label:"Количество объектов инкассации",type:"number",..._n(e("collectionCount"),Pn.collectionCount,t?.required)}))),ea=d((({field:e,input:t})=>o(ln,{className:"col-span-2",..._n(e("comment"),Pn.comment,t?.required),placeholder:"Ваше сообщение",isTextarea:!0}))),ta=d((({field:e,input:t})=>{const{data:n}=fl("MILITARY_STATUS");return o(bl,{field:e,source:n,label:"Статус военнообязанного",fieldName:"conscription",input:t})})),na={processPersonalDataFlg:{text:"Согласие на обработку персональных данных",docId:4},consentInformFlg:{text:"Согласие на информирование о продуктах и услугах Банка",docId:14},consentProviderFlg:{text:"Согласие об использовании простой электронной подписи",docId:5},consentOthersFlg:{text:"Прочие согласия",docId:1},consentPfrFlg:{text:"Согласие на запрос в ПФР",docId:3},consentToReceiveMaterials:{text:"Согласен на получение информационных и аналитических материалов по электронной почте"}};async function la(e,t,n){const l=await fetch(`/api/v1${e}`,{method:t,headers:{"Content-Type":"application/json",...ia()},credentials:"include",body:n?JSON.stringify(n):null});return aa(l)?l.json():l}const aa=e=>"application/json"===e.headers.get("Content-Type"),ia=()=>{const e=sessionStorage.getItem("accessToken");return e?{Authorization:`Bearer ${e}`}:null},ra=async(e,t=!1)=>{const n=await(async(e,t=!1)=>{const n=await la(`/feedback/file?id=${encodeURIComponent(e)}&convertToPngFlg=${t}`,"GET");return await n.blob()})(e,t);return URL.createObjectURL(n)},sa=d((({className:e,onClose:t})=>o("button",{className:u("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",type:"button",children:o(W,{name:"CloseIcon",width:"20",height:"20",iconVersion:"gray"})}))),oa=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:u("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(sa,{className:"absolute top-0 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:n})]})})),ca=async(e,t,n=!1)=>{const l=await ra(t,n);e(o(oa,{className:"my-6xl max-w-4xl mx-auto px-0 min-h-0 pb-0",children:n?o("img",{src:l}):o("iframe",{src:`${l}#toolbar=0`,className:"w-full h-[80vh]",id:"iframe-dialog"})}))},da=d((({className:e,error:t,docId:n,...l})=>{const{open:a}=de(),i=ke();return c("div",{className:e,children:[c("div",{className:"flex flex-wrap gap-x-m",children:[o(Zn,{...l}),n?o(ye,{className:"text-primary-main",onClick:()=>ca(a,n,i),children:o(Me,{children:"Ознакомиться"})}):null]}),Xt(t)]})})),ma=d((({field:e,input:t})=>t&&t.name?o(da,{text:na[t.name]?.text,docId:na[t.name]?.docId,..._n(e(t.name),Pn[t.name],t?.required)}):null)),ua=d((({field:e,input:t})=>{const{data:n}=fl("CREDIT_IN_RSHB");return o(bl,{field:e,source:n,label:"Имеет ли юридическое лицо, акционером / участником / членом / пайщиком / \n вкладчиком с долей участия более 20% уставного капитала руководителем, \n которого Вы являетесь, кредит в АО «Россельхозбанк»",fieldName:"creditInRshbCd",input:t})})),ha=d((({field:e,input:t})=>o(ln,{label:"Количество иждивенцев",placeholder:"За исключение детей до 18 лет",type:"number",inputLength:2,..._n(e("dependents"),Pn.dependents,t?.required),...t}))),pa=d((({field:e,input:t})=>o(Kl,{label:"Желаемая дата встречи",..._n(e("desiredMeetingDate"),Pn.meetingDay,t?.required)}))),ga=d((({field:e})=>o(ll,{text:"Являюсь инвалидом",..._n(e("disablePeopleFlg"),Pn.disablePeopleFlg)}))),fa=d((({field:e,input:t})=>o(Kl,{label:"Дата выдачи",..._n(e("dulIssueDateField"),Pn.dulIssueDateField,t?.required)}))),xa=d((({field:e,input:t})=>{const{value:n,onChange:l}=e("dulSubdivisionCode"),a=i((e=>{l?.(e?.data?.code?.replace("-",""))}),[]);return o(ln,{label:"Кем выдан",...t,..._n(e("dulIssuedBy"),Pn.dulIssuedBy,t?.required),onDaDataChange:a,daDataQueryPrefix:n})})),ba=d((({field:e,input:t})=>o(ln,{label:"Номер документа",type:"number",inputLength:6,..._n(e("dulNumber"),Pn.dulNumber,t?.required)}))),ya=d((({field:e,input:t})=>o(ln,{label:"Серия документа",type:"number",inputLength:4,..._n(e("dulSerie"),Pn.dulSerie,t?.required)}))),va=d((({field:e,input:t})=>{const n=i((t=>{e?.("dulIssuedBy")?.onChange?.(t?.data?.name)}),[]);return o(ln,{label:"Код подразделения",type:"number",inputLength:6,...t,..._n(e("dulSubdivisionCode"),Pn.dulSubdivisionCode,t?.required),onDaDataChange:n})})),Na=d((({field:e,input:t})=>{const{data:n}=fl("EDUCATION_LEVEL");return o(bl,{field:e,source:n,label:"Образование",fieldName:"education",input:t})})),wa=d((({field:e,input:t})=>{const{required:n,...l}=t;return o(ln,{label:"Электронная почта",..._n(e("email"),Pn.email,n),...l})})),ka=d((({field:e,input:t})=>{const{data:n}=fl("ORGANIZATION_ACTIVITY_TYPE");return o(bl,{field:e,source:n,label:"Вид деятельности организации-работодателя",fieldName:"employerActivities",input:t})})),Ca=d((({field:e,input:t})=>{const{data:n}=fl("ORGANIZATION_KIND");return o(bl,{field:e,source:n,label:"Вид организации работодателя",fieldName:"employerOrganization",input:t})})),Sa=d((({field:e,input:t})=>{const{data:n}=fl("EMPLOYMENT_INFO_UNITED");return o(bl,{field:e,source:n,label:"Информация о трудоустройстве",fieldName:"employment",input:t})})),Ia=d((({field:e,input:t})=>o(ln,{label:"Обязательные расходы в месяц",placeholder:"Введите значение",type:"number",..._n(e("expenses"),Pn.expenses,t?.required),...t}))),Ta=d((({field:e,input:t})=>o(ln,{label:"Стаж",placeholder:"За последние 5 лет",type:"number",inputLength:2,..._n(e("experience5Years"),Pn.experience5Years,t?.required),...t}))),Ba=d((({field:e,input:t})=>o(ln,{label:"Количество членов семьи",placeholder:"Введите значение",type:"number",inputLength:2,..._n(e("familyMembers"),Pn.familyMembers,t?.required),...t}))),Pa=d((({field:e,input:t})=>{const{data:n}=fl("MARITAL_STATUS");return o(bl,{field:e,source:n,label:"Семейное положение",fieldName:"familyStatus",input:t})})),Ra=[{key:"ULTRASERVICE",text:"Ультра"},{key:"PREMIUMSERVICE",text:"Премиум"}],Da=[{key:"Физическое лицо"},{key:"Юридическое лицо / ИП"}],Ma=[{key:"phone",text:"Телефонный звонок"},{key:"email",text:"Электронное сообщение"}],_a=d((({field:e,input:t})=>o(hn,{label:"Способ получения ответа",options:Ma,..._n(e("feedbackMethod"),Pn.feedbackMethod,t?.required)}))),Va=d((({field:e,input:t})=>o(ln,{label:"ФИО",..._n(e("fullName"),Pn.fullName,t?.required),...t}))),za=d((({field:e,input:t})=>o(ln,{label:"Общий стаж",type:"number",inputLength:2,placeholder:"Количество лет",..._n(e("generalSeniority"),Pn.generalSeniority,t?.required),...t}))),Aa=d((({field:e,input:t})=>{const{data:n}=fl("HOUSE_TYPE");return o(bl,{field:e,source:n,label:"Тип жилья",fieldName:"housing",input:t})})),Fa=d((({field:e,input:t})=>{const n=i((t=>{e?.("organizationName")?.onChange?.(t.data?.name?.short_with_opf),e?.("legalForm")?.onChange?.(t.data?.opf?.short)}),[]);return o(ln,{label:"ИНН",type:"number",inputLength:12,...t,..._n(e("inn"),Pn.inn,t?.required),onDaDataChange:n})})),Oa=d((({field:e})=>o(ll,{...e("isClient"),text:'Являюсь клиентом банка АО "Россельхозбанк"'}))),Ea=d((({field:e,input:t})=>o(ln,{label:"Количество мест работы за последние 5 лет",placeholder:"Количество мест",type:"number",inputLength:2,..._n(e("jobsNumber"),Pn.jobsNumber,t?.required),...t}))),La=d((({field:e,input:t})=>o(ln,{label:"Стаж на последнем рабочем месте",placeholder:"Количество лет",type:"number",inputLength:2,..._n(e("lastJobExperience"),Pn.lastJobExperience,t?.required),...t}))),ja=d((({field:e,input:t})=>o(ln,{label:"Наименование юридического лица",...t,..._n(e("legalEntityName"),Pn.legalEntityName,t?.required)}))),$a=d((({field:e,input:t})=>o(ln,{label:"ОПФ",placeholder:"ООО, ПАО и др.",..._n(e("legalForm"),Pn.legalForm,t?.required),...t}))),qa=[];async function Ua(){const e=await rt("/api/v1/outservice/outserviceregions");return e&&Array.isArray(e)?e:qa}const Wa=d((({field:e,input:t})=>{const n=e("region")?.value?.key,{data:l}=jn("outServiceRegions",Ua),i=l?.find((e=>e.code===n))?.localities?.map((e=>({key:e,text:e})));return a((()=>{""!==n&&e?.("localities")?.onChange?.("")}),[n]),o(hn,{label:"Населенный пункт",placeholder:"Выберите город, где доступен сервис",options:i,..._n(e("localities"),Pn.localities,t?.required),isSearch:!0})})),Ha=d((({field:e,input:t})=>o(ln,{label:"Совокупный доход в месяц после вычета налогов (зарплата, премии)",placeholder:"Введите значение",type:"number",..._n(e("mandatoryIncome"),Pn.mandatoryIncome,t?.required),...t}))),Ya=d((({field:e,input:t})=>o(ln,{label:"Отчество (Обязательно, при наличии)",..._n(e("middleName"),Pn.middleName),...t}))),Ka=d((({field:e,input:t})=>o(ln,{label:"Имя",..._n(e("name"),Pn.name,t?.required),...t}))),Ga=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:u("relative flex-shrink-0 duration-300 w-9 h-5 mr-s rounded-2xl",e?"bg-primary-main":"bg-main-divider"),children:o("div",{className:u("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),t?o(Me,{size:"text-l",font:"font-light",color:"text-primary-text",children:t}):null]}))),Xa=d((({field:e})=>An(e("acquiringType")?.value?.key)?o(Ga,{type:"radio",text:"Хочу онлайн-кассу",...e("onlineCheckout")}):null)),Ja=d((({field:e,input:t})=>{const{data:n}=fl("ORGANIZATION_TYPE");return o(bl,{field:e,source:n,label:"Тип организации",fieldName:"organization",input:t})})),Za=d((({field:e,input:t})=>{const n=i((t=>{e?.("inn")?.onChange?.(t.data?.inn),e?.("legalForm")?.onChange?.(t.data?.opf?.short)}),[]);return o(ln,{label:"Наименование организации",...t,..._n(e("organizationName"),Pn.organizationName,t?.required),onDaDataChange:n})})),Qa=d((({field:e,input:t})=>o(ln,{label:"Иные доходы",placeholder:"Введите значение",type:"number",..._n(e("otherIncome"),Pn.otherIncome,t?.required),...t}))),ei=d((({field:e,input:t})=>o(ln,{label:"Обязательные выплаты",placeholder:"Введите значение",type:"number",..._n(e("otherPayments"),Pn.otherPayments,t?.required),...t}))),ti=d((({field:e,input:t})=>o(Kl,{label:"Дата регистрации по месту жительства",..._n(e("participantDateRegistration"),Pn.participantDateRegistration,t?.required)}))),ni=d((({field:e,input:t})=>{const n={..._n(e("partInBusiness"),Pn.partInBusiness,t?.required)};return o(ln,{label:"Доля участия в бизнесе",placeholder:"в %",type:"number",inputLength:3,...n,...t,onChange:e=>n?.onChange&&n?.onChange(String(Number(e)>100?100:Number(e)||""))})})),li=d((({field:e,input:t})=>{const{required:n,...l}=t;return o(ln,{..._n(e("partnerComments"),Pn.partnerComments,n),placeholder:"Укажите интересующий вас вопрос",isTextarea:!0,...l})})),ai=e=>"_"===e,ii=e=>/\d/.test(e),ri=e=>ai(e)||ii(e),si=[..."+7 (___) ___-__-__"],oi=si.findIndex(ai),ci=si.map(((e,t)=>ri(e)?si.slice(0,t).filter(ri).length:-1));function di(e){const t=e.replace(/\D/g,""),n=si.map(((e,n)=>ii(e)?e:t.charAt(ci[n])||e)),l=ci.indexOf(t.length-1)+1;return(l?n.slice(0,Math.max(oi,l)):n).join("")}const mi=d((({children:e,onChange:t,...n})=>{const l=i((e=>t&&t(di(e))),[t]),a=i((e=>{"+7 ("===e&&t&&t("")}),[]);return o(Yt,{...n,onChange:l,onFocus:e=>l(e?.target?.value||""),onBlur:e=>a(e?.target?.value||""),children:e})})),ui=d((({className:e,label:t,error:n,...l})=>c("div",{className:u("shrink-0 w-full",e),children:[o(mi,{"aria-label":t,label:qt({label:t,errors:l?.errors}),valid:Boolean(!n),placeholder:"+7 (___) ___-__-__",...l}),Xt(n)]}))),hi=d((({field:e,input:t})=>o(ui,{label:"Телефон",..._n(e(t?.name||"phone"),Pn.phone,t?.required),...t}))),pi=d((({field:e,input:t})=>{const{data:n}=fl("POSITION");return o(bl,{field:e,source:n,label:"Должность в организации",fieldName:"positionOrganization",input:t})})),gi=d((({field:e})=>An(e("acquiringType")?.value?.key)?o(Ga,{type:"radio",text:"Хочу POS-терминал",...e("posTerminal")}):null)),fi=ht((({field:e,source:t})=>o(hn,{placeholder:"Выберите продукт",label:"Продукт",options:xi(t?.productList),...Mn(e("product"),Pn.product)}))),xi=e=>(e??[]).map((e=>({key:e,value:e})));function bi(e="/api/v1/regions"){const{data:t}=jn(e,st);return Array.isArray(t)?t:[]}const yi=d((({field:e,input:t,url:n})=>{const l=bi(n);return o(hn,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:r((()=>l?.map((({code:e="",name:t=""})=>({key:e,text:t})))),[l]),..._n(e("region"),Pn.region,t?.required)})})),vi=d((({field:e,input:t})=>{const n=Wn(!0),l=r((()=>n?.map((({region:e})=>({key:e,text:e})))),[n]);return o(hn,{label:"Регион",placeholder:"Выберите регион",options:l,..._n(e("region"),Pn.region,t?.required)})})),Ni=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}),u=r?r({isUnfolded:s,onToggle:d}):null;return c("div",t?{className:e,role:"group",children:[u,m]}:{className:e,role:"group",children:[m,u]})}));const wi=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})})})),ki=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:Ci({textItems:i,subText:t,children:n,isPhone:l,...a})})),Ci=({label:e,labelSize:t="text-m",textItems:n,subColor:l,subText:a,className:i,children:r,isPhone:s=!1})=>c("div",{className:u("flex gap-2xs flex-col h-full max-w-[300px]",i),children:[e?o(Me,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,r||Si(n,s),a?o(Me,{color:l,size:"text-m",children:a}):null]}),Si=(e,t)=>e.filter(Boolean).map(((e,n)=>o(Me,{size:"text-l",children:t?o("a",{href:`tel:${Ii(e)}`,children:e.trim()}):e.trim()},String(n)))),Ii=e=>e.replace(/\D/g,""),Ti=d((({className:e,children:t})=>o("div",{className:u("flex flex-col sm:flex-row sm:border-t sm:border-solid sm:border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),Bi=e=>{const t=Ri(e);return o(ki,{label:"Режим работы",value:t,className:"max-w-none"})},Pi=({workTime:e="",lunchHour:t="",daysOff:n=""},l=!1)=>e?[`${l?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",n?`не работает: ${n}`:""].filter(Boolean).join("; "):"",Ri=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[Pi({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:n?"":l}),Pi({workTime:n?.workTime,lunchHour:n?.lunchHour,daysOff:l},!0)].filter(Boolean)},Di=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],Mi=e=>Di.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??"")}}))),_i=e=>{if(!e)return null;const t=Vi(e);return c(Ti,{className:"border-none",children:[o(ki,{label:"Для юридических лиц",labelSize:"text-l",children:o("div",{className:"flex gap-1",children:t.map(zi)})}),o(ki,{label:"Режим работы",className:"max-w-none",children:o(Me,{children:e})})]})},Vi=e=>{const t=Di.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},zi=({short:e,status:t},n)=>o("div",{className:u("w-9 h-9 rounded-md flex items-center justify-center",t?"bg-green-more-light text-green-dark":"bg-error/30 text-error"),children:o(Me,{size:"text-xs",children:e})},String(n)),Ai=({currency:e,buyExchangeRate:t,saleExchangeRate:n},l)=>c("div",{className:"flex gap-lg h-full",children:[e?.currency?o(ki,{label:"Валюта",value:e.currency}):null,t?o(ki,{label:"Купить",value:String(t)}):null,n?o(ki,{label:"Продать",value:String(n)}):null]},String(l)),Fi={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"}},Oi=d((({className:e,children:t,color:n="gray"})=>c("div",{className:u("sm:p-s sm:border sm:border-green rounded-md flex items-center h-fit",Fi[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(Me,{size:"text-m",color:Fi[n].text,children:t})]}))),Ei=(new Date).getDay(),Li=e=>{const[t]=e?.slice(Ei-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(Oi,{color:"green",children:a}):null,n&&i?o(Oi,{color:"yellow",children:`перерыв: ${n}`}):null]}):o(Oi,{color:"red",children:"Выходной"})},ji=({lunchHour:e,hasLunch:t=!1,status:n=!1})=>n?e&&t?`Перерыв ${e}`:e:"Не работает",$i=({title:e,status:t,workTime:n,lunchHour:l,hasLunch:a},i)=>o(ki,{label:e,value:t&&n?n:"",subText:ji({lunchHour:l,hasLunch:a,status:t}),subColor:!t||a?"text-error":"text-green-dark"},String(i)),qi=["ArrowDownIcon","ArrowUpIcon"],Ui=["Подробнее","Скрыть"],Wi=({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:Ui[Number(e)]}),o(W,{className:"text-primary-text",name:qi[Number(e)],width:"16",height:"16"})]}),Hi=e=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p>`,Yi=e=>`<p><b>Режим обслуживания физ. и юр. лиц:<br/></b> ${e}</p>`,Ki=(e,t)=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p> <p><b>Режим обслуживания юр.лиц:<br/></b>${t}</p>`,Gi=({name:e,address:t,phone:n,fax:l,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m},u)=>{if(!d)return null;const h=Mi(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(Me,{size:"text-h4",children:e}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(W,{name:"GeolocationIcon",width:"24",height:"24"}),o(Me,{size:"text-l",children:t})]}):null]}),Li(h)]}),o("div",{className:"hidden sm:block",children:Xi({phone:n,fax:l,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),o(Ni,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(wi,{isUnfolded:e,children:Xi({phone:n,fax:l,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Wi({isUnfolded:e,onToggle:t})})]},String(u))},Xi=({phone:e,fax:t,phoneBusiness:n,phoneNatural:l,phoneCallCentre:a,phoneCurrencyControl:i,workSchedule:r,exchangeRate:s})=>{const d=Mi(r),m=r?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return c("div",{children:[c(Ti,{className:"flex-wrap border-b border-solid border-main-divider",children:[o(ki,{label:"Факс",value:t,isPhone:!0}),o(ki,{label:"Телефон филиала",value:e,isPhone:!0}),o(ki,{label:"Для обращений юридических лиц",value:n,isPhone:!0}),o(ki,{label:"Обслуживание физических лиц",value:l,isPhone:!0}),o(ki,{label:"Для консультаций по валютному контролю",value:i,isPhone:!0}),o(ki,{label:"Контакт-центр",value:a,isPhone:!0})]}),r?.isMatchesPattern?o(Ti,{children:o(ki,{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($i)})})}):c(Ti,{children:[o(ki,{label:m,labelSize:"text-l",children:o("div",{className:"flex gap-1",children:d?.map(zi)})}),Bi(d)]}),r?.businessScheduleVisibleTag?_i(r?.businessScheduleDescription):null,s?.currencies?.length?o(Ti,{className:"flex-wrap",children:s?.currencies?.map(Ai)}):null]})},Ji=({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=Mi(e),n=e?Ri(t):"",l=e?e.businessScheduleDescription:"";return e?e.businessScheduleVisibleTag?e.businessScheduleVisibleTag&&null===e.businessScheduleDescription?Hi(n):Ki(n,l):Yi(n):null})(n)}`;return{header:l,body:i}},Zi=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),Qi=d((({children:e})=>Zi?e:null)),er=d((({color:e="text-primary-main",position:t="absolute",blur:n=!0})=>o("div",{className:u("flex justify-center items-center h-full w-full z-50",t,{"backdrop-blur":n}),children:o("div",{className:u("inline-block h-28 w-28","animate-spin rounded-full","border-8 border-solid border-current","border-r-transparent",e),role:"status"})}))),tr="/icons/MapMarkerClusterIcon.svg",nr="/icons/MapMarkerClusterYellowIcon.svg";function lr({yandexMaps:e,map:t,points:n,isLoad:l}){if(l||!n)return;if(t.geoObjects.removeAll(),!n.length)return;const a=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),i=ar("offices",e,a);if(n.length&&n.every((e=>"type"in e))){const l=ar("workplaces",e,a),r=ir(n.filter((e=>"workplaces"===e.type)),"workplaces",e),s=ir(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=ir(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 ar=(e,t,n)=>new t.Clusterer({clusterIcons:[{href:"offices"===e?tr:nr,size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:n,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),ir=(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?tr:nr,iconImageSize:[78,84],iconImageOffset:[-35,-50]}))),rr={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",font:"text-center font-sans"},sr={...rr,border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center"},or=(e,t,n)=>o("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(sr).join(" ")} ${n}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.current.geoObjects.add(t.geoObjects)}))},children:o(W,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),cr=e=>globalThis[e];function dr(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=cr(e);return t?Promise.resolve(t):new Promise((t=>{n.addEventListener("load",(()=>{t(cr(e))}))}))}return new Promise(((n,l)=>{const a=document.createElement("script");a.src=t,a.async=!0,a.id=t,a.addEventListener("load",(()=>{n(cr(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 mr={...rr,border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center"},ur=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(mr).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:o(W,{name:n,width:"20",height:"16"})})})),hr=[55.753995,37.614069],pr=d((({points:e,className:t="",zoom:n=5,isLoad:l,selectedAddress:i})=>{const r=s(null),d=dr("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${V.YANDEX_MAP_API_KEY||""}&lang=ru_RU`,!1);if(a((()=>{r.current?lr({yandexMaps:d,map:r.current,points:e,isLoad:l}):d?.ready((()=>{r.current||(r.current=new d.Map("map",{center:gr(e),zoom:n,controls:[],suppressMapOpenBlock:!0})),lr({yandexMaps:d,map:r.current,points:e,isLoad:l})}))}),[d,e,n,l,i]),a((()=>{r.current&&i&&d?.geocode(i).then((e=>{const t=e.geoObjects.get(0).geometry.getCoordinates();r.current.setCenter(t),r.current.setZoom(18)}))}),[i]),!d)return null;const m="z-10";return c("div",{id:"map",className:u("relative","w-full",t),children:[l?o(er,{}):null,c("div",{className:u("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",m),children:[o(ur,{yandexMaps:r}),o(ur,{yandexMaps:r,direction:"out"})]}),or(r,d,u("right-2 top-80",m))]})})),gr=e=>{const t=[xr(fr(e,0)),xr(fr(e,1))];return t.every((e=>e))?t:hr},fr=(e,t)=>e.map((e=>e.coords?.[t])),xr=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,br={workingSaturday:!1,premiumService:!1,privateBanking:!1,remoteWorkplace:!1,serviceDisabledPeople:!1,sellingCoins:!1,buyingCoins:!1,bullionOperations:!1,preciousMetalsOperations:!1,transferringDataToBiometricSystem:!1},yr={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных",premiumService:"Премиальное обслуживание",privateBanking:"Услуга Private banking",sellingCoins:"Продажа монет из драгоценных металлов",buyingCoins:"Покупка монет из драгоценных металлов",bullionOperations:"Операции со слитками",preciousMetalsOperations:"Операции с драгоценными металлами",transferringDataToBiometricSystem:"Передача фото и голоса в Единую биометрическую систему",locationDisabledPeople:"Для маломобильных",designDisabledPeople:"Для слабовидящих",remoteWorkplace:"Удаленное рабочее место",serviceDisabledPeople:"Для маломобильных граждан"},vr={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)};function Nr({disabled:e,onClick:t}){return n=>{!e&&t&&t(n)}}const wr={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"},kr={primary:u("group-data-secondary:text-primary-main group-data-secondary:bg-white","group-data-secondary:hover:text-white group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active"),secondary:u("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")},Cr=d((({children:e,...t})=>{const n=e=>({...e,onClick:me(Nr(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:u("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?"":u(wr[a],kr[a]),l),type:s,role:d,onClick:m,children:e})})),Sr=(e,t)=>e&&"underlined"!==t?"primary":"secondary",Ir=(e,t,n)=>{const l=Sr("all"===t),a=Sr("business"===t),i=(e,t,l)=>{const a=e.currentTarget===e.target&&"business"===t?r(l):l;return n(t),a},r=e=>e.filter((e=>e.workSchedule&&e.workSchedule.businessScheduleVisibleTag&&!e.workSchedule.businessScheduleDescription));return c("div",{className:"flex gap-lg flex-col sm:flex-row pb-lg",children:[o(Cr,{"data-id":"all",onClick:t=>i(t,"all",e),version:l,children:"Для физических лиц"}),o(Cr,{"data-id":"business",onClick:t=>i(t,"business",e),version:a,children:"Для юридических лиц"})]})},Tr=({__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(Re,{__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(Me,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,Br="flex flex-col sm:flex-row sm:flex-wrap gap-3xl pb-2xl",Pr=({filters:e,field:{field:t,reset:n},onlyOffice:l,labels:a})=>{const i=l?5:6,r=(e||[]).map((e=>o(Zn,{text:a[e],...t(e)},e))),[s,d]=i>0?[r.slice(0,i),r.slice(i)]:[r,[]];return o("div",{children:e?.length?o("div",{children:o(Ni,{renderFoldableSection:({isUnfolded:e})=>c("div",{children:[o("div",{className:Br,children:s}),o(wi,{className:Br,isUnfolded:e,children:d})]}),renderFoldButton:Rr(n,l)})}):null})},Rr=(e,t=!1)=>({isUnfolded:n,onToggle:l})=>c("div",{className:"flex space-x-lg",children:[t?o(ye,{version:"transparent",className:"text-secondary-text [&>*]:p-0",appendRight:o(W,{name:["ArrowDownIcon","ArrowUpIcon"][Number(n)],width:"16",height:"16"}),text:["Больше фильтров","Меньше фильтров"][Number(n)],onClick:l}):null,o(ye,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:e,children:Dr()})]}),Dr=()=>c("div",{className:"flex items-center",children:["Очистить фильтр",o(W,{name:"CloseIcon",width:"16",height:"16",className:"ml-2xs"})]}),Mr=(e,t)=>o("div",{className:"flex flex-col sm:flex-row gap-xs mb-2xl",children:c(w,{headingType:"h3",children:[o("span",{suppressHydrationWarning:!0,children:e}),t?o(Me,{size:"text-h2",color:"text-secondary-text",children:o("span",{suppressHydrationWarning:!0,children:` (${t})`})}):null]})}),_r=()=>{},Vr=e=>"all"===e?"block":"hidden",zr=d((({className:e,data:t=[],isLoad:n,remoteWorkplaces:a=[],renderCard:i=_r,renderRemoteWorkplaceCard:r=_r,getBalloon:s=_r,getBalloonRemoteWorkplaces:d=_r,descriptionData:m,title:h})=>{const p=h?.includes("Офис"),[g,{field:f,reset:x}]=At(br),{filteredItems:b,points:y,filteredRemoteWorkplaces:v,lengthItems:N}=Er({data:t,remoteWorkplaces:a,filtrationState:g,getBalloon:s,getBalloonRemoteWorkplaces:d}),[w,k]=l("all"),C={filters:Fr([...t,...a]),field:{field:f,reset:x},onlyOffice:p,labels:yr};return c("div",{className:u("space-y-1",e),children:[c("div",{className:"bg-white",children:[c("div",{className:"p-3xl pb-0",children:[Mr(h,N),m?Tr(m):null,p&&Ir(t,w,k),o("div",{className:u("pb-3xl",Vr(w)),children:Pr(C)})]}),o("div",{className:"h-[600px]",children:o(Qi,{children:o(pr,{points:y,isLoad:n,className:"h-full"})})})]}),c(Qi,{children:[b.map(i),v.map(r)]})]})})),Ar=(e,t)=>{const n=Object.keys(t).filter((e=>t[e]));return e.filter((e=>n.every((t=>vr[t](e)))))},Fr=e=>Object.keys(br).filter((t=>e.filter((e=>vr[t](e))).length)),Or=()=>{},Er=({data:e,remoteWorkplaces:t=[],filtrationState:n={},getBalloon:l=Or,getBalloonRemoteWorkplaces:a=Or})=>{const[i,s,o,c]=r((()=>{const i=Ar(e,n),r=Ar(t,n),s=[...i.map((e=>({type:"offices",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:l(e)}))),...r.map((e=>({type:"workplaces",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:a({address:e.address,workScheduleDescription:e.workScheduleDescription})})))].filter((e=>e.coords&&2===e.coords.length));return[i,s,r,i.length+r?.length]}),[e,t,n,l,a]);return{filteredItems:i,points:s,filteredRemoteWorkplaces:o,lengthItems:c}},Lr=d((({field:e,input:t})=>{const n=e("regionRetail"),l=e("addressRetail"),i=Wn(),r=n?.value?.key,s=i.find((({region:e})=>e===r)),d=!i,m=n?.value?.text,u=Wn()?.find((e=>e?.region===m))?.branches;a((()=>{""!==n?.value?.key&&e?.("addressRetail")?.onChange?.("")}),[n?.value]);const{points:h}=Er({data:s?.branches||[],filtrationState:{},getBalloon:Ji}),p=Boolean(n?.value?.key);return c("div",{children:[o(hn,{label:"Адрес отделения",placeholder:"Выберите отделение",options:(u||[]).map((({address:e=""})=>({key:e,text:e}))),..._n(e("addressRetail"),Pn.addressRetail,t?.required&&p),isSearch:!0}),o("div",{className:"h-[600px]",children:o(Qi,{children:o(pr,{points:h,isLoad:d,className:"h-full",selectedAddress:l?.value?.text})})})]})})),jr=d((({field:e,input:t})=>{const n=Wn();return o(hn,{label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:r((()=>n?.map((({region:e=""})=>({key:e,text:e})))),[n]),..._n(e("regionRetail"),Pn.regionRetail,t?.required)})})),$r=d((({field:e,input:t})=>o(ln,{label:"Пенсионные доходы",placeholder:"Введите значение",type:"number",..._n(e("retirementIncome"),Pn.retirementIncome,t?.required),...t}))),qr=d((({field:e})=>{const t=e("secondaryPhone");return o(ui,{label:"Дополнительный телефон",...t.value&&"+7 ("!==t.value?Mn(t,Pn.secondaryPhone):t})})),Ur=d((({field:e,input:t})=>o(hn,{label:"Направление обслуживания",placeholder:"Выберите направление",options:Da,..._n(e("serviceDirection"),Pn.serviceDirection,t?.required)}))),Wr={horizontal:"@lg:flex-row",vertical:""},Hr=d((({label:e,items:t,value:n,className:l,onChange:a,disabled:i=!1,orientation:r="horizontal"})=>c("div",{className:"grid gap-xs whitespace-nowrap",children:[e?o("div",{role:"radiogroup","aria-label":e,children:o(Me,{color:"text-secondary-text",font:"font-light",children:e})}):null,o("div",{className:u("flex flex-col gap-s",Wr[r],l),role:"radiogroup","aria-label":"Группа кнопок",children:t?.map((({id:e,text:t})=>o(Zn,{isRadio:!0,text:t,value:n===e,onChange:()=>a&&a(e),disabled:i},String(e))))})]}))),Yr=d((({className:e,label:t,onChange:n,error:l,...a})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Hr,{label:qt({label:t,errors:a?.errors}),onChange:e=>n&&n(e),...a}),Xt(l)]}))),Kr=[{id:"male",text:"Мужской"},{id:"female",text:"Женский"}],Gr=d((({field:e,input:t})=>o(Yr,{label:"Пол",orientation:"horizontal",items:Kr,..._n(e("sex"),Pn.sex,t?.required)}))),Xr=d((({field:e})=>o(ll,{text:"Я являюсь акционером / участником / членом / пайщиком / вкладчиком с долей участия более 20% уставного капитала юридического лица",..._n(e("shareholderFlg"),Pn.shareholderFlg)}))),Jr=d((({children:e,onChange:t,...n})=>{const l=i((e=>t&&t(Dl(e,"___-___-___ __"))),[t]),a=i((e=>{"___-___-___ __"===e&&t&&t("")}),[]);return o(Yt,{...n,onChange:l,onFocus:e=>l(e?.target?.value||""),onBlur:e=>a(e?.target?.value||""),children:e})})),Zr=d((({className:e,label:t,value:n,error:l,onChange:a,onBlur:i,...r})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Jr,{"aria-label":t,label:qt({label:t,errors:r?.errors}),valid:Boolean(!l),value:n,onChange:a,onBlur:i,placeholder:"___-___-___ __"}),Xt(l)]}))),Qr=d((({field:e,input:t})=>o(Zr,{label:"СНИЛС",..._n(e("snils"),Pn.snils,t?.required),...t}))),es=d((({field:e,input:t})=>o(ln,{label:"Фамилия",..._n(e("surname"),Pn.surname,t?.required),...t}))),ts=["От 1 мес","До 15 лет"],ns=d((({field:e})=>o(ml,{title:"Срок, месяцев",items:ts,min:1,max:180,...e("term")}))),ls=d((({field:e,input:t})=>o(ln,{label:"Совокупный официальный доход в месяц после вычета налогов (зарплата, премии)",placeholder:"Введите значение",type:"number",..._n(e("totalIncome"),Pn.totalIncome,t?.required),...t}))),as=d((({field:e,input:t})=>o(hn,{label:"Тип обслуживания",options:Ra,..._n(e("serviceType"),Pn.serviceType,t?.required)}))),is=[{id:"currencyControl",text:"Валютный контроль"},{id:"documentOperations",text:"Документарные операции"},{id:"conversionTransactions",text:"Конверсионные операции"},{id:"otherIssues",text:"Иные вопросы ВЭД"}],rs=d((({field:e})=>{const{value:t,onChange:n}=e("vedTypes");return a((()=>{"currencyControl"!==t&&(e?.("inn")?.onChange?.(""),e?.("region")?.onChange?.(""))}),[t]),o("div",{className:"py-m gap-m grid @xl:flex @xl:items-center",children:o(Hr,{className:"whitespace-normal",orientation:"horizontal",items:is,value:t,onChange:e=>n&&n(e)})})}));const ss={$ref:"/wcms-resources/outservice-productlist.json"},os=(e,t)=>(n,l)=>{const a="ULTRASERVICE"===t||"PREMIUMSERVICE"===t,i={surname:o(es,{field:e,input:n}),name:o(Ka,{field:e,input:n}),middleName:o(Ya,{field:e,input:n}),phone:o(hi,{field:e,input:n}),organizationPhone:o(hi,{field:e,input:n}),email:o(wa,{field:e,input:n}),fullName:o(Va,{field:e,input:n}),inn:o(Fa,{field:e,input:n}),legalForm:o($a,{field:e,input:n}),organizationName:o(Za,{field:e,input:n}),generalSeniority:o(za,{field:e,input:n}),lastJobExperience:o(La,{field:e,input:n}),experience5Years:o(Ta,{field:e,input:n}),jobsNumber:o(Ea,{field:e,input:n}),beginDate:o(Gl,{field:e,input:n}),addressFact:o(Yn,{field:e,input:n}),organizationAddress:o(Kn,{field:e,input:n}),comment:o(ea,{field:e,input:n}),addressBranch:o(Hn,{field:e,input:n,isPremium:a}),sex:o(Gr,{field:e,input:n}),birthday:o(Xl,{field:e,input:n}),birthPlace:o(Jl,{field:e,input:n}),desiredMeetingDate:o(pa,{field:e,input:n}),product:o(fi,{field:e,source:ss}),localities:o(Wa,{field:e,input:n}),isClient:o(Oa,{field:e}),partnerComments:o(li,{field:e,input:n}),collectionCount:o(Ql,{field:e,input:n}),acquiringType:o(zn,{field:e,input:n}),onlineCheckout:o(Xa,{field:e}),posTerminal:o(gi,{field:e}),serviceType:o(as,{field:e,input:n}),term:o(ns,{field:e}),amount:o(gl,{field:e}),annualRevenue:o(vl,{field:e,input:n}),vedTypes:o(rs,{field:e}),feedbackMethod:o(_a,{field:e,input:n}),serviceDirection:o(Ur,{field:e,input:n}),bankEmpolee:o(kl,{field:e}),secondaryPhone:o(qr,{field:e}),consentToReceiveMaterials:o(ma,{field:e,input:n}),processPersonalDataFlg:o(ma,{field:e,input:n}),consentProviderFlg:o(ma,{field:e,input:n}),consentOthersFlg:o(ma,{field:e,input:n}),consentInformFlg:o(ma,{field:e,input:n}),consentPfrFlg:o(ma,{field:e,input:n}),applicationDate:o(ln,{label:"Дата и время обращения в Банк",...e("applicationDate")}),region:a?o(vi,{field:e}):o(yi,{field:e,input:n,url:Et(t)}),education:o(Na,{field:e,input:n}),housing:o(Aa,{field:e,input:n}),employment:o(Sa,{field:e,input:n}),organization:o(Ja,{field:e,input:n}),amountWorkers:o(yl,{field:e,input:n}),employerActivities:o(ka,{field:e,input:n}),employerOrganization:o(Ca,{field:e,input:n}),positionOrganization:o(pi,{field:e,input:n}),familyStatus:o(Pa,{field:e,input:n}),children:o(Zl,{field:e,input:n}),familyMembers:o(Ba,{field:e,input:n}),dependents:o(ha,{field:e,input:n}),totalIncome:o(ls,{field:e,input:n}),expenses:o(Ia,{field:e,input:n}),snils:o(Qr,{field:e,input:n}),conscription:o(ta,{field:e,input:n}),armyIdFlg:o(Nl,{field:e,input:n}),dulSerie:o(ya,{field:e,input:n}),dulNumber:o(ba,{field:e,input:n}),dulIssueDateField:o(fa,{field:e,input:n}),dulSubdivisionCode:o(va,{field:e,input:n}),dulIssuedBy:o(xa,{field:e,input:n}),addressRegistration:o(Kn,{field:e,input:n}),participantDateRegistration:o(ti,{field:e,input:n}),retirementIncome:o($r,{field:e,input:n}),otherIncome:o(Qa,{field:e,input:n}),mandatoryIncome:o(Ha,{field:e,input:n}),otherPayments:o(ei,{field:e,input:n}),disablePeopleFlg:o(ga,{field:e,input:n}),bankruptcyFlg:o(Cl,{field:e,input:n}),shareholderFlg:o(Xr,{field:e,input:n}),legalEntityName:o(ja,{field:e,input:n}),creditInRshbCd:o(ua,{field:e,input:n}),bankEmployeeCode:o(wl,{field:e,input:n}),partInBusiness:o(ni,{field:e,input:n}),regionRetail:o(jr,{field:e,input:n}),addressRetail:o(Lr,{field:e,input:n}),addressMatch:o(al,{field:e,input:n})};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:i[n?.name||""]},String(l)):null},cs=e=>2===e?"@xl:grid-cols-2":"",ds=e=>e?o("div",{className:"@xl:text-center @xl:col-span-2 mb-m",children:o(Me,{size:"text-h6",children:e})}):null,ms=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(oa,{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(S,{className:"w-full",title:n?"Ваша заявка отправлена":"Не удалось отправить заявку",description:n?s:"Пожалуйста, повторите позднее",headlineVersion:"XS",isEmbedded:!0}),o(Cr,{type:"button",onClick:r,children:"Хорошо"})]})})})),us=e=>{const{open:t,close:n}=de();return{open:(n={})=>t(o(ms,{...e}),n),close:n}},hs=e=>t=>t&&Object.entries(e).flatMap((([e,n])=>n(t[e])))||[],ps=e=>{const{acquiringType:t,onlineCheckout:n,posTerminal:l,amount:a,term:i,annualRevenue:r,serviceType:s,vedTypes:o,region:c,...d}=e,m=t||r?(e=>{const{acquiringType:t,onlineCheckout:n=!1,posTerminal:l=!1,term:a,amount:i,annualRevenue:r}=e;return t?`Вид эквайринга=${t?.text||""}${An(t?.key)?`/Онлайн касса=${n}/POS-терминал=${l}`:"/Онлайн касса=false/POS-терминал=false"}`:`Сумма=${i}/Срок=${a}/Выручка=${r}`})(e):null,u={...d,...fs(o),...gs(c),...m?{partnerComments:m}:{},...s?{typeForm:s}:{}};return Object.fromEntries(Object.entries(u)?.map((([e,t])=>[e,t?.key||t])))},gs=e=>e?.key||e?.text?{region:e?.text||e?.key}:{},fs=e=>e?{vedTypes:Object.fromEntries(is.map((({id:t})=>[t,t===e])))}:{},xs={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:Vn[0],serviceType:Ra[0],feedbackMethod:Ma[0],serviceDirection:Da[0],vedTypes:is[0],birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1},bs=d((({text:e,link:t})=>c(k,{size:"text-l",font:"font-light",color:"text-secondary-text",children:[e?o(Me,{children:e}):null,t?o(ye,{href:t.href,ariaLabel:"условия передачи данных",target:t.target||"",className:"!text-left text-primary-main",children:o(Me,{children:t.text})}):null]}))),ys=(e,t)=>o(Cr,{className:u("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),vs=(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(Zn,{...e}),o(bs,{link:t})]}),Xt(Mn(e,Sn).error)]}):o(bs,{text:"Нажимая кнопку, вы подтверждаете согласие с ",link:t}),ys(n)]}),Ns={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:u,serviceDirection:h,...p}=e,g=t&&"Юридическое лицо / ИП"!==h,f="/api/v1"+(g?"/lead":"/sendcorporatelead"),x={typeForm:n,...Nt(l,g),...wt(i,g),...yt(a),...vt(s,"desiredMeetingDate"),...g?vt(r):{inn:o},..."FEEDBACK"===n?{}:{addressBranch:c,bankEmpolee:m,applicationDate:u,...kt(d)},...p};try{const e=await fetch(f,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(x)});return e?.ok?await e.json():null}catch(e){return null}}},ws=d((({className:e,title:t,typeForm:n="",sections:r=[],button:s,link:d,endpoint:m,additionalParams:h,isContacts:p,data:g,...f})=>{const x=r?.flatMap((e=>e?.inputs))||[],b=((e,t="")=>{const n=Object.fromEntries(e.map((e=>[e.name,"ved"===e.fieldType&&e?.defaultValue||xs[e.name||""]])));return n?.serviceType&&"PREMIUMSERVICE"===t&&(n.serviceType=Ra[1]),{...n,typeForm:{key:t,text:""}}})(x,n),[y,v]=l(""),N=i((async(e,t)=>{const l=ks(x,e),a=hs(Dn(l));if(!pn(a(e)))return console.warn("validation fail");const i=ps({...e,...h}),r=await Ns.send(i,"lead"===m)?"OK":"Fail";if(v(r),r){us({responseType:r,typeForm:n}).open()}if("OK"===r&&g){const e=Vt();Ct({aspectsAttributes:g,aspects:e,ev:t})}return r}),[]),[,{field:k,onSubmit:C,reset:S}]=At(b,{onSubmit:N}),I=(e=>e?.find((e=>"consentDataProcessing"===e?.name)))(x)?.name;return a((()=>{"OK"===y&&(v(""),S())}),[y]),c(Ot,{className:u("container space-y-m",e),title:t,...f,children:[c("form",{onSubmit:C,children:[r.map(((e,t)=>c("div",{className:u(cs(e.columns),"grid gap-x-m"),children:[ds(e.title),(e?.inputs||[])?.map(os(k,n))]},`section-${t}`))),vs(I?k("consentDataProcessing"):void 0,d,s)]}),p?c("div",{className:"space-y-m",children:[o(w,{headingType:"h6",title:"Или свяжитесь с нами удобным способом",className:"@xl:text-center"}),c("div",{className:"flex sm:justify-center gap-xl",children:[c("a",{className:"flex gap-s items-center text-primary-text no-underline",href:"tel:8 (800) 200-78-70","aria-label":"телефон 8 (800) 200-78-70",children:[o(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]})})),ks=(e,t)=>e.filter((e=>"secondaryPhone"===e?.name?Boolean(t.secondaryPhone):e)).filter((e=>!e?.condition||e?.condition.values.find((n=>{const l=t?.[e?.condition?.name??""];return n===(l?.key??l)}))));function Cs(e){const[t,n]=l(JSON.parse(globalThis.localStorage?.getItem(e)||"null"));return[t,i((t=>{globalThis.localStorage?.setItem(e,JSON.stringify(t)),n(t)}),[e,globalThis.localStorage])]}const Ss=d((({inputs:e=[],typeForm:t="",field:n,key:l})=>{const a=e.every((e=>Boolean(n(e.name).value))),i=r((()=>e?.filter((e=>e.required))?.some((e=>Boolean(Mn(n(e?.name),Pn[e?.name]).error)))),[e]);return o("div",{className:"w-fit",children:o(Ni,{isFoldButtonOnTop:!0,unfoldedByDefault:!0,renderFoldableSection:({isUnfolded:l})=>o(wi,{isUnfolded:l,className:"flex flex-col pl-2xl",children:e.map(os(n,t))}),renderFoldButton:Is(c("div",{children:[o(Zn,{value:a,onChange:t=>{for(const l of e){const e=n(l.name);e?.onChange&&e.onChange(t)}},text:"Согласие на все документы"},l),Xt(i?"Отметьте все обязательные соглашения":"")]}))})})})),Is=e=>t=>c("div",{className:"flex items-start",children:[e,o("button",{onClick:t.onToggle,className:"px-m py-2xs",type:"button",children:o(W,{className:"text-primary-text",name:t.isUnfolded?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})})]}),Ts=({field:e,typeForm:t="",inputs:n})=>{const{consentInputs:l,restInputs:a}=Bs(n||[]);return l.length>2?c("div",{children:[a.map(os(e,t)),o(Ss,{inputs:l,field:e})]}):(n||[])?.map(os(e,t))},Bs=e=>({consentInputs:e?.filter((e=>Object.keys(na).includes(e.name||"")))||[],restInputs:e?.filter((e=>!Object.keys(na).includes(e.name||"")))||[]}),Ps={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",organizationPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:Vn[0],serviceType:Ra[0],feedbackMethod:Ma[0],serviceDirection:Da[0],vedTypes:is[0],birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1,processPersonalDataFlg:!1,consentProviderFlg:!1,consentOthersFlg:!1,consentInformFlg:!1,addressRegistration:"",participantDateRegistration:void 0},Rs=(e,t,n="")=>{if(t){const e={...t};return e.birthday=new Date(e?.birthday||0),e}return{...Object.fromEntries(e.map((e=>[e.name,"ved"===e.fieldType&&e?.defaultValue||Ps[e.name||""]]))),typeForm:{key:n,text:""}}},Ds=(e,t)=>o(Cr,{className:u("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),Ms=e=>la("/user-data/updateUserProfile","PUT",e),_s=e=>la("/user-data/updateUserTask","PUT",e),Vs={width:"103",height:"21"},zs={"bg-white":"color",transparent:"white"},As={"bg-white":"text-primary-main",transparent:"text-white"},Fs=(e,t,n)=>o(ne,{image:t?.src?t:{icon:t?.icon||"LogoIcon",iconVersion:zs[e]},className:As[e],width:n?.width,height:n?.height}),Os={"bg-white":"text-primary-text",transparent:"text-white"},Es=d((({className:e,href:t="/",logo:n,children:l,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0,data:s})=>c("a",{className:u("inline-flex items-center font-sans no-underline",e),href:n?.href??t,target:a?"_blank":"_self","aria-label":n?.title??"Россельхозбанк",...pe(s),children:[Fs(i,n?.image,Vs),r?l??o("div",{className:"ml-s",children:o(Me,{font:"font-medium",color:Os[i],size:"text-s",children:n?.title??"Россельхозбанк"})}):null]}))),Ls=async({code:e,setHasError:t,close:n,sendCode:l=Ut})=>{const a=await(i={captchaText:e},la("/sms/checkCaptcha","POST",i));var i;"ERROR"===await a.text()?t(!0):(l(),n?.())},js=async(e,t)=>{const n=await(e=>la(`/sms/createCaptcha?phoneNumber=${encodeURIComponent(e)}`,"GET"))(t);e(URL.createObjectURL(await n.blob()))},$s=d((({phoneNumber:e,close:t,sendCode:n,onClose:i})=>{const[r,s]=l(""),[d,m]=l(""),[u,h]=l(!1);return a((()=>{js(s,e)}),[]),o(oa,{head:o(Es,{}),onClose:i,className:"my-6xl max-w-lg w-full min-h-fit mx-auto rounded-lg",children:c("div",{className:"flex flex-col gap-lg items-center rounded-md",children:[c("div",{className:"flex h-36 w-72",children:[o("img",{className:"grow",src:r}),o("div",{onClick:()=>js(s,e),className:"flex w-8 items-center justify-center cursor-pointer",children:o(W,{iconVersion:"normal",name:"RefreshIcon"})})]}),o(Yt,{className:"w-[300px]",onChange:m,value:d,placeholder:"Введите код с картинки"}),u?o("div",{className:"text-error",children:"Неверный код"}):null,c("div",{className:"flex w-[310px] justify-between",children:[o(Cr,{onClick:t,version:"secondary",children:"Вернуться"}),o(Cr,{type:"submit",disabled:!d,onClick:()=>Ls({code:d,setHasError:h,close:t,sendCode:n}),version:"secondary",children:"Отправить"})]})]})})})),qs=d((({time:e,setTime:t,className:n})=>(a((()=>{const n=setInterval((()=>{t(e-1)}),1e3);return 0===e&&clearInterval(n),()=>{clearInterval(n)}}),[e]),o("span",{className:n,children:Us(e)})))),Us=e=>`${`${Math.floor(e/60)}`.padStart(2,"0")}:${(""+e%60).padStart(2,"0")}`,Ws=async({phoneNumber:e,captchaDialog:t,setTimeNextReq:n,setIsTimerStarted:l,setAttemps:a})=>{try{await(i={phoneNumber:e,smsCodesSetName:{key:"AUTHENTICATION"}},la("/sms/sendCode","POST",i)).then((t=>{if("string"!=typeof t&&t.errorMessage&&t.errorMessage.startsWith(`Too many request for phoneNumber [${e}]`))throw t})),a(0),n(180),l(!0)}catch(e){t.open()}var i},Hs=d((({values:e,setValues:t,hasError:n,errorText:r})=>{const[d,m]=l(0),u=s([]);a((()=>{u.current?.[d]?.focus()}),[d]);const h=i((n=>l=>{const{value:a}=l.currentTarget,i=a.slice(0,1);t(e.map(((e,t)=>t===n?i:e))),m(n+1)}),[e]),p=i((n=>l=>{const{key:a}=l;if("Backspace"===a&&!e[n]){const l=n>0?n-1:e.length-1,a=e.map(((e,t)=>t===l?"":e));t(a),m(l)}}),[e]),g=i((n=>{n.preventDefault();const l=n.clipboardData.getData("text"),a=e.map(((e,t)=>t<l.length?l[t]:e));t(a),m(a.length-1)}),[e]);return c("div",{className:"flex flex-col gap-2 text-center",children:[o("div",{children:e.map(((t,l)=>o("input",{type:"number",maxLength:1,value:t,onChange:h(l),onPaste:g,ref:e=>{u.current||(u.current=[]),u.current[l]=e},onFocus:e=>e.target.select(),onKeyDown:p(l),className:Ys(l,e,n)},l)))}),n?o("div",{className:"text-error",children:r}):null]})})),Ys=(e,t,n=!1)=>{const l=!t[e];return`w-16 h-20 text-3xl text-center p-2 m-2 border ${n&&l?"border-error":"border-gray"} rounded-md caret-transparent outline-none`},Ks=d((({isDisabled:e,onClick:t,text:n})=>o(Cr,{type:"button",onClick:t,disabled:e,children:o(Me,{font:"font-medium",children:n})}))),Gs=e=>{globalThis.sessionStorage.setItem("accessToken",e.access_token),globalThis.sessionStorage.setItem("refreshToken",e.refresh_token)},Xs=({close:e,values:t})=>{const[n,s]=l(!1),[o,c]=l(""),[d,m]=l(!1),[u,h]=l(0),[p,g]=l(!1),[f,x]=l(0),b=i((()=>{s(!1),c("")}),[]),y=r((()=>0===u&&p),[u,p]),v=r((()=>f>2||!t.every(Boolean)||y),[t]),N=i((async()=>{try{g(!1),h(0),x(f+1),m(!0),await(async e=>la("/sms/checkCode","POST",e).then(Gs))({smsText:t.join(""),smsCodesSetName:{key:"AUTHENTICATION"}}),b(),e&&e(t.join(""))}catch{m(!1),c(f>1?"Исчерпан лимит ввода смс-кода":"Неверный код"),s(!0)}}),[t,f]);return a((()=>{y?(s(!0),c("Код просрочен")):s(!1)}),[y]),{handleSubmit:N,hasError:n,errorText:o,isLoading:d,timeNextReq:u,isSubmitButtonDisabled:v,setTimeNextReq:h,setIsTimerStarted:g,setAttemps:x}},Js=d((({close:e=Ut,onClose:t=Ut,title:n,description:r,__html:s,code:d=!0,codeLength:m=4,textButton:u="",phoneNumber:h="+79999999999"})=>{const[p,g]=l(Array(m).fill("")),{handleSubmit:f,hasError:x,errorText:b,isLoading:y,timeNextReq:v,isSubmitButtonDisabled:N,setTimeNextReq:w,setIsTimerStarted:k,setAttemps:C}=Xs({values:p,close:e}),I=i((()=>{Ws({phoneNumber:h,captchaDialog:T,setTimeNextReq:w,setIsTimerStarted:k,setAttemps:C})}),[]),T=((e,t)=>{const{open:n,close:l,closeAll:a}=de();return{open:()=>n(o($s,{close:l,onClose:t,...e})),close:l,closeAll:a}})({phoneNumber:h,sendCode:I},t);return a((()=>{I()}),[]),o(oa,{className:"my-6xl max-w-3xl w-full min-h-fit mx-auto rounded-lg",children:c("div",{className:"flex flex-col gap-lg items-center rounded-md",children:[o(S,{className:"w-full",title:n,description:r,headlineVersion:"S",isEmbedded:!0}),d?o(Hs,{values:p,setValues:g,errorText:b,hasError:x}):null,Qs(v,w,I),o(Re,{itemSize:"list-s",__html:s}),Zs(u,N,f),y?o(er,{blur:!1}):null]})})})),Zs=(e,t,n)=>e?o(Ks,{isDisabled:t,onClick:n,text:e}):null,Qs=(e,t,n)=>e?c("div",{className:"flex flex-row text-l font-light text-primary-main",children:["Получить новый код можно через",o(qs,{className:"text-primary-main ml-1",time:e,setTime:t})]}):o(ye,{onClick:n,className:"text-primary-main",children:"Получить новый код"}),eo=()=>{const{open:e,close:t}=de();return{open:(n,l)=>e(o(Js,{onClose:t,close:n,...l})),close:t}},to={title:"Подпишите согласие на запрос в БКИ",description:"Согласие на запрос в Бюро кредитных историй (БКИ) ускорит решение по кредиту"},no={title:"Вы уверены, что хотите отказаться от запроса в БКИ",description:"Согласие на запрос в Бюро кредитных историй (БКИ) повысит вероятность одобрения"},lo=d((function({handleSubmit:e=Ut,onClose:t=Ut}){const[n,a]=l(""),[r,s]=l(!1),{open:d,close:m}=de(),u=ke(),h=i((()=>{m(),e(n)}),[n]),p=i((e=>{a(e),"REFUSE"===e&&s(!0)}),[]),g=r?no:to;return o(oa,{className:"my-6xl max-w-3xl w-full min-h-fit mx-auto rounded-lg",onClose:t,children:c("div",{className:"flex flex-col gap-lg items-center",children:[o("div",{role:"button",onClick:()=>ca(d,io,u),children:o(w,{className:"text-center text-balance",title:g.title})}),o(k,{align:"text-center",children:g.description}),o(Hr,{className:"whitespace-normal",orientation:"horizontal",items:ao,value:n,onChange:p}),o(Cr,{disabled:!n,type:"button",onClick:h,children:"Продолжить"})]})})})),ao=[{id:"SIGNED",text:"Подписать"},{id:"REFUSE",text:"Отказаться"}],io=2,ro=e=>{const{open:t,close:n}=de(),l=eo(),a=(t,a)=>async i=>{n(),"SIGNED"===i&&t?l.open((t=>async n=>{t&&await Ms({profile:{id:t,consentBkiFlg:!0,smsConsentBki:n}}),e()})(a),so(t)):e()};return{open:(n,l)=>t(o(lo,{handleSubmit:a(n,l),onClose:e}))}},so=e=>({title:"Подтвердите номер телефона",description:`Мы отправили код на ${e}`,phoneNumber:bt(e),textButton:"Отправить",__html:"<span>Вводя код, я подтверждаю, что ознакомлен и подписываю:</span>\n <ul><li>согласие на запрос информации в БКИ</li></ul>"}),oo=d((function({handleClose:e}){const t=i((async()=>{const e=await(t={redirectUri:globalThis.location.href},la("/esia/getLink","POST",t));var t;e&&(globalThis.location.href=e.link)}),[]);return o(oa,{className:"my-6xl max-w-lg w-full min-h-fit mx-auto rounded-lg",onClose:e,children:c("div",{className:"flex flex-col gap-lg items-center rounded-md",children:[c("div",{className:"flex items-center justify-around w-full",children:[c("ul",{className:"list-disc",children:[o("li",{children:"Вероятность одобрения выше"}),o("li",{children:"Без справок о доходах и трудоустройстве"}),o("li",{children:"С защитой Ваших данных"})]}),o(ne,{image:{icon:"GosUslugiIcon",iconVersion:"normal"},height:"70"})]}),c("div",{className:"flex items-center justify-between w-full m-0",children:[o(Cr,{type:"button",onClick:t,children:"Заполнить через Госуслуги"}),o(Cr,{type:"button",version:"secondary",onClick:e,children:"Пропустить"})]})]})})})),co={email:"EMAIL",phone:"MAIN_PHONE",organizationPhone:"ORGANIZATION_PHONE"},mo={addressRegistration:"REGISTRATION",addressFact:"RESIDENTAL",organizationAddress:"WORK"},uo={mandatoryIncome:"INCOME_AVERAGE",otherPayments:"MANDATORY_PAYMENTS"},ho=e=>Object.entries(e).reduce(((e,[t,n])=>t in co?[...e,{contactTypeCd:{key:co[t]},value:n}]:e),[]),po=e=>Object.entries(e).reduce(((e,[t,n])=>t in mo?[...e,{addressType:{key:mo[t]},...n}]:e),[]),go=({inputs:e,programId:t,nextStepLink:n,saveForm:a})=>{const[r,s]=l(""),[,c]=Cs("taskId"),[,d]=Cs("profileId"),[,m]=Cs("participantId"),u=(e=>{const{open:t,close:n}=de(),l=i((()=>{n(),globalThis.location.href=e}),[]);return{open:(e={})=>t(o(oo,{handleClose:l}),e),close:n}})(n),h=ro(u.open),p=eo(),g=i(((e,t,n)=>{m(e),c(t),d(n)}),[]);return{handleSubmit:i((async n=>{const l=hs(Dn(e));if(!pn(l(n)))return console.warn("validation fail");try{const{profile:{id:e}}=await(i={profile:{phone:bt(n.phone)}},la("/public-data/createUserProfile","POST",i));if(e&&n?.phone){const l=async()=>{try{await fo({programId:t,profileId:e,formData:n,saveUserData:g,saveForm:a}),p.close(),h.open(n.phone,e)}catch{s("Fail")}},i=Object.keys(na).filter((e=>n[e])).map((e=>na[e]?.text));p.open(l,xo(n?.phone,i))}}catch{s("Fail")}var i}),[]),responseStatus:r}},fo=async({programId:e,profileId:t,formData:n,saveUserData:l,saveForm:a})=>{const i=yo(n);await Ms(((e,t)=>{const{name:n="",surname:l="",middleName:a="",birthday:i="",phone:r="",email:s="",processPersonalDataFlg:o,consentProviderFlg:c,consentPfrFlg:d,consentPhotoFlg:m,consentAssignmentClaimsFlg:u,consentCollectionFlg:h,consentInformFlg:p}=t;return{profile:{id:e,name:n,surname:l,midname:a,birthDate:i&&xt(i,!0),email:s,phone:bt(r),processPersonalDataFlg:Boolean(o),consentProviderFlg:Boolean(c),consentPfrFlg:Boolean(d),consentPhotoFlg:Boolean(m),consentAssignmentClaimsFlg:Boolean(u),consentCollectionFlg:Boolean(h),consentInformFlg:Boolean(p)}}})(t,i));const{taskId:r,participantId:s}=await(o={profileId:t,programId:e},la("/user-data/createDraftTask","POST",o));var o;await _s((({participantId:e,taskId:t,profileId:n,formData:l})=>{const{name:a,surname:i,middleName:r,birthday:s,phone:o,email:c}=l;return{sendToBank:!0,taskKind:"SHORT",task:{taskSource:globalThis.location.origin,id:t,participants:[{birthDate:s&&xt(s,!0),id:e,midname:r,name:a,surname:i,profile:{id:n},participantContacts:ho({phone:o&&bt(o),email:c}),roleCd:{key:"BORROWER",value:"Заемщик"}}]}}})({participantId:s,taskId:r,profileId:t,formData:i})),l(s,r,t),a(n)},xo=(e,t)=>({title:"Подтвердите номер телефона",description:`Мы отправили код на ${e}`,phoneNumber:bt(e),textButton:"Оформить",__html:`<span>Вводя код, я подтверждаю, что ознакомлен и подписываю:</span>${bo(t)}`}),bo=e=>`<ul>${e?.map((e=>"<li>"+e+"</li>")).join("")}</ul>`,yo=e=>{const{consentOthersFlg:t,...n}=e;return{...n,consentCollectionFlg:t,consentAssignmentClaimsFlg:t,consentPhotoFlg:t}},vo=e=>{const{profile:t,addInfo:n,document:l,addressRegistration:a,addressFact:i}=e;return{name:t?.name,surname:t?.surname,middleName:t?.midname,birthday:t?.birthDate,phone:di(t?.phone),email:t?.email,dulIssueDateField:l?.dulIssueDate,dulIssuedBy:l?.dulIssuedBy,dulNumber:l?.dulNumber,dulSerie:l?.dulSerie,dulSubdivisionCode:l?.dulSubdivisionCode,snils:n?.snils,birthPlace:n?.birthPlace,addressRegistration:No(a),addressFact:No(i)}},No=e=>{const{postcode:t,region:n,regionCode:l,locality:a,city:i,street:r,house:s,building:o,block:c,apartment:d}=e,m=[t,n,a||i,r?`ул ${r}`:void 0,s?`д ${s}`:void 0,c?`к ${c}`:void 0,o?`стр ${o}`:void 0,d?`кв ${d}`:void 0].reduce(((e,t)=>t?e?`${e}, ${t}`:t:e),"");return{...e,regionCode:l?.key,fullAddress:m}},wo=e=>{const[t,n]=l(!1),[r]=Cs("profileId"),[s,o]=Cs("leadForm"),c=new URLSearchParams(decodeURIComponent(globalThis.location?.search)),d=c.get("code"),m=c.get("state"),u=i((async()=>{if(r&&d&&m){const n=await(t={profileId:r,code:d,state:m,redirectUri:globalThis.location?.href},la("/esia/updateProfileEsia","POST",t));o({...s,...vo(n)}),globalThis.location.href=e}var t}),[]);return a((()=>{d?(n(!0),u()):(sessionStorage.removeItem("accessToken"),sessionStorage.removeItem("refreshToken"))}),[]),{isLoading:t}},ko=d((({className:e,title:t,programId:n="",nextStepLink:i="/credit-lead",sections:r=[],button:s,...d})=>{const m=r?.flatMap((e=>e?.inputs))||[],[h,p]=l(""),{isLoading:g}=wo(i),[f,x]=Cs("leadForm"),b=Rs(m,f),{handleSubmit:y,responseStatus:v}=go({inputs:m,programId:n,nextStepLink:i,saveForm:x});if(v){us({responseType:v}).open()}const[,{field:N,onSubmit:w,reset:k}]=At(b,{onSubmit:y});return a((()=>{"OK"===h&&(p(""),k())}),[h]),o(Ot,{className:u("container space-y-m",e),title:t,...d,children:c("form",{onSubmit:w,className:"space-y-m relative",children:[g?o(er,{blur:!1}):null,r.map(((e,t)=>c("div",{className:u(cs(e.columns),"grid gap-x-m"),children:[ds(e.title),Ts({field:N,inputs:e?.inputs})]},`section-${t}`))),Ds(s)]})})})),Co=d((({title:e,description:t})=>{const n=ke();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(S,{title:e,description:t,headlineVersion:n?"L":"S",isEmbedded:!0,className:"space-y-s"})]})})),So=(e=!1)=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",Io=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`});function To(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 Bo=d((({className:e,style:t,idx:n,activeIndex:l,observerOptions:c,children:d,onIntersection:m})=>{const h=function(e,{sensitivity:t,rootRef:n}={}){const l=s(null),i=r((()=>({threshold:To(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:u("inline-block snap-always box-border",e),style:t,"aria-current":Boolean(n===l),ref:h,role:"listitem",children:d})})),Po=["min-w-full","lg:min-w-[50%]","lg:min-w-[33.3%]","lg:min-w-[25%]"],Ro=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:h,children:p,onVisibleItemsChange:g,onVisibleIndicesChange:f})=>{const x={sensitivity:1,rootRef:n},b=s([]),y=i(((e,t)=>{const n=[...b.current||[]];n[e]=t,b.current=n,g&&g(n),f&&f(Mo(n))}),[g,f]),v=a>0?r*Number(a)-1:0,N="vertical-list"===d,w="horizontal-list"===d,k={...w?Do(c,v):{},...N?Io(h):{},gap:`${r}px`};return o("div",{className:u("box-border overflow-auto no-scrollbar",d,e),style:k,ref:n,role:"list",children:(C=(e,n)=>o(Bo,{className:u(m,a?Po[a-1]:"",{"h-full":N},t),style:w?Do(c/4):{},activeIndex:l,idx:n,observerOptions:x,onIntersection:y,children:e},String(n)),e=>null==e?e:Array.isArray(e)?e.map(C):C(e,0))(p)});var C})),Do=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),Mo=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),_o={"horizontal-list":"w-6","vertical-list":"h-6"},Vo=({activeIndex:e,onClick:t,listType:n="horizontal-list"})=>(l,a)=>o("div",{className:u("cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white",a===e?_o[n]:"w-2 h-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>t(a)},String(a)),zo=({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:u("max-h-28 mt-xs ml-xs relative px-xl box-border overflow-hidden text-left grow basis-0 border border-gray group-data-secondary:border-white/50 whitespace-nowrap",i),children:[o("div",{className:r,children:n?.title}),o("div",{className:u("text-secondary-text font-light",s),children:n?.description})]},String(l))},Ao=e=>e,Fo=(e=Ao)=>t=>t.reduceRight(((t,n)=>e(t)>e(n)?t:n)),Oo=Fo(),Eo=(e=Ao)=>Fo((t=>-e(t))),Lo=Eo(),jo=e=>t=>e.scrollWidth/t,$o=e=>(t,n)=>{e.scrollBy({left:n*jo(e)(t),behavior:"smooth"})},qo=({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?[Eo()(a),Fo()(a)]:[-1,-1],m=c>0,u=d<e-1,h=i((()=>{var t;n.current&&(m?$o(n.current)(e,-1):(t=n.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{n.current&&(u?$o(n.current)(e,1):n.current.scrollTo({left:0,behavior:"smooth"}))}),[e,u]),g=i(((e,t={behavior:"smooth",block:"nearest",inline:"center"})=>{n?.current&&n.current.children[e]?.scrollIntoView(t)}),[n]);return[n,{scrollLeft:h,scrollRight:p,scrollTo:g,canScrollLeft:m,canScrollRight:u,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},Uo={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},Wo=d((({className:e="",activeIndex:t=0,dotCount:n=0,listType:l="horizontal-list",version:r,navButtons:s=[],containerRef:c,containerScroll:d})=>{const m=ke(),[h,p]=qo({itemCount:s.length}),g=Ho(Boolean(s?.length));a((()=>{s?.length&&t>=0&&h?.current&&p.scrollTo(t,g)}),[t]);const f=i((e=>{e!==t&&c?.current&&d?.scrollTo(e,g)}),[c?.current]);return s?.length&&!m?o(Ro,{containerRef:h,snapAlign:"snap-start",itemClassName:"h-36 flex items-stretch w-screen",gap:8,children:s.map(zo({activeIndex:t,onClick:f}))}):n?o("div",{className:u("flex gap-xs",Uo[l],r?"group":"",e,{"pb-xl":s?.length&&m}),"data-ver":r,children:Array.from({length:n}).fill(null).map(Vo({activeIndex:t,onClick:f,listType:l}))}):null})),Ho=(e=!1)=>({behavior:e?"auto":"smooth"}),Yo=d((({className:e,disabled:t,...n})=>o(ye,{rounded:!0,className:u("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"})}))),Ko=d((e=>o(Yo,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),Go=d((e=>o(Yo,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),Xo="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",Jo=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?Zo(t):null,i?o(Ko,{className:u(Qo(a),m?"left-1":"left-0"),onClick:s}):null,r?o(Go,{className:u(Qo(a),m?"right-1":"right-0"),onClick:d}):null]})})),Zo=e=>c("div",{children:[e.canScrollLeft?o("div",{className:u(Xo,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?o("div",{className:u(Xo,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),Qo=(e=!1)=>u("absolute z-40",e?"bottom-[56px]":"top-[calc(50%-24px)]"),ec=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:h,showDots:p,children:g,onVisibleIndicesChange:f,navButtons:x})=>{const b=Array.isArray(g)?g.length:0,[y,v]=qo({itemCount:b,onVisibleIndicesChange:f}),[N]=v.visibleIndicesRange;return c("div",{className:u(e,"vertical-list"===i?"relative h-full":""),children:[o(Ro,{containerRef:y,activeIndex:N,visibleItemCount:a,gap:n,padding:l,listType:i,snapAlign:r,minHeight:s,onVisibleIndicesChange:v.handleVisibleIndicesChange,children:g}),o(Jo,{className:u(!d&&"hidden lg:block"),scroll:v,hasBlur:m,arrowsPadded:h,isBottom:Boolean(x?.length)}),o(Wo,{className:u(!p&&"lg:hidden"),activeIndex:N,dotCount:b,listType:i,version:t,navButtons:x,containerRef:y,containerScroll:v})]})})),tc=({blocksToRender:e,...t})=>o(ec,{visibleItemCount:0,gap:0,arrowsPadded:!0,children:R(e,{...t.options,parent:t.block,renderProps:(e,t,n)=>o("div",{className:u("relative min-w-80",So(!0)),children:B(e,t)},String(n))})}),nc=e=>e%2!=0,lc=d((({textNode:e,iconNode:t,tag:n,onClick:l,justifyContent:a="between",className:i,role:r,...s})=>c(n,{tag:n,className:u("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]}))),ac=d((({className:e="",label:t,icon:n,dataTheme:l="pc",disabled:a=!1,onClick:i})=>o(lc,{tag:"button",onClick:i,disabled:a,"data-theme":l,justifyContent:"center",role:"button",className:u("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(Me,{size:"text-h4",children:t}),iconNode:n?o(ne,{image:{icon:n,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),ic=({isUnfolded:e,onToggle:t})=>o(ac,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),rc=["ArrowDownIcon","ArrowUpIcon"],sc="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs",oc=({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:u("space-y-2xs",{hidden:!l.length}),children:[c("div",{className:u(sc),children:[R(i,{...a.options,parent:n}),nc(i.length)?o(gt,{className:"col-span-6",...a}):null]}),o(Ni,{renderFoldableSection:({isUnfolded:e})=>c(wi,{className:u(sc),isUnfolded:e,children:[R(r,{...a.options,parent:n}),nc(r.length)?o(gt,{className:"col-span-6",...a}):null]}),renderFoldButton:({isUnfolded:n,onToggle:l})=>o(ac,{className:u({hidden:e<1}),disabled:!r?.length,label:t,icon:rc[Number(n)],dataTheme:a.options?.page?.colorPalette,onClick:l})})]})},cc=d((({blocksSection:e,blocksToRender:t=[],notFound:n,...l})=>{switch(e?.view){case"grid":return c("div",{children:[dc(n,t),oc({...e,...l,blocksToRender:t})]});case"carousel":return c("div",{className:"relative",children:[dc(n,t),tc({...l,blocksToRender:t})]});default:return null}})),dc=(e,t)=>e&&!t.length?o(Co,{...e}):null,mc=e=>t=>t.reduce(((t,n,l)=>t.length?t.concat({...e,key:`sep-${l}`},n):[n]),[]),uc=d((({value:e,onChange:t,items:n=[],multiple:l})=>n.map((n=>o(Ga,{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))))),hc=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,mc(o("div",{className:"h-full w-px bg-gray hidden @4xl:block"}))(Object.entries(t).map(pc(l)).filter(Boolean))]}),n?o("div",{children:o(Cr,{type:"reset",className:"w-full @4xl:w-56 @4xl:ml-s",onClick:a,children:n?.text})}):null]}))),pc=e=>([t,n])=>{const l=n?.type;return"array"===l?gc(t,e)(n):null},gc=(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(Me,{size:"text-m",font:"font-medium",color:"text-primary-text",children:n.title})}):null,o(uc,{items:l,multiple:!n?.single,...t(e)})]},e)};function fc(e,...t){return e.map(((e,n)=>[e,...t.map((e=>e[n]))]))}const xc=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,bc=(e,t)=>Object.entries(e).map((([n,l])=>"number"==typeof l?Array.isArray(t[n])?((e,t)=>n=>xc(t[e])||xc(n[e])||n[e]?.includes(t[e]))(n,e):((e,t)=>n=>xc(t[e])||xc(n[e])||yc(t[e])<=yc(n[e]))(n,e):"object"==typeof l&&"min"in l&&"max"in l?((e,t)=>n=>xc(t[e])||xc(n[e])||yc(t[e]?.min)>=yc(n[e]?.min)&&yc(t[e]?.min)<=yc(n[e]?.max))(n,e):Array.isArray(l)?((e,t)=>n=>xc(t[e])||xc(n[e])||t[e]?.every((t=>n[e]?.includes(t))))(n,e):((e,t)=>n=>xc(t[e])||xc(n[e])||t[e]===n[e])(n,e))).every((e=>e(t))),yc=e=>Number(e||0),vc=(e,{block:t,page:n,normalize:l=zt})=>{const a=t?.blocks||[],[i,{field:s,reset:o,update:c}]=At(e),d=r((()=>fc(a,a.map((e=>mt(e.content,n?.fallback))))),[a,n?.fallback]),m=i===e?a:((e,t)=>(n=zt)=>e?.filter((([,e])=>bc(t,n(e)||{}))).map((([e])=>e)))(d,i)(l);return[i,{blocksToRender:m,blocksWithProps:d},{field:s,reset:o,update:c}]},Nc={},wc={},kc=ht((({className:e,filtrationSchema:t=Nc,consumerField:n={},resetButton:l,...a})=>{const[,{blocksToRender:i},{field:r,reset:s}]=vc(wc,{block:a.block,page:a.options?.page}),d=o(cn,{className:"w-64",label:n?.title,options:Cc(n),...r("consumer",{parse:({key:e})=>[e],format:([e]=[])=>Cc(n).find((t=>t.key===e))||{key:""}})});return c(g,{className:u(e),defaultPadding:"p-0",version:"transparent",...a,children:[o(hc,{filtrationSchema:t,field:r,reset:s,children:c("div",{children:[d,o("div",{children:o(Cr,{type:"reset",className:"mt-lg w-64",onClick:s,version:l?.version,children:l?.text})})]})}),o(cc,{blocksToRender:i,...a})]})}),{childrenTypes:["CarouselTariffsCard"],childSchema:e=>({...e?.filtrationSchema,...e?.consumerField?{consumer:e?.consumerField}:{}})}),Cc=e=>fc(e.items?.enum||[],e.items?.enumNames||[]).map((([e,t])=>({key:e,text:t}))),Sc=(e=!1)=>e?"text-left":"text-center",Ic={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},Tc=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:u("rounded-icon object-fit flex justify-center items-center",Ic[n],e),children:o(W,{...i,width:"54%",height:"54%",name:a})}):null})),Bc=d((({className:e="",title:t,benefitList:n,...l})=>{const a=ke();return c(g,{className:e,defaultPadding:"p-6xl",...l,children:[t?o(w,{headingType:"h3",as:"h2",className:Sc(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(Pc)}):null]})})),Pc=({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(Tc,{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(w,{headingType:"h6",children:e}),o(Me,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),n?o(Re,{__html:n,isDotted:a,itemSize:"list-s"}):null]}):null]},String(r)),Rc=(e,t,n)=>{return o(ec,{children:e.map((l=n,({icon:e,title:t,description:n},a)=>c("div",{className:u("flex flex-col gap-1","justify-between p-m h-full border border-gray",{"justify-center":!n&&!t}),children:[t?o(Me,{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(Me,{size:"text-h6",font:"font-normal",align:l,children:n}):null]},String(a))))});var l},Dc=d((({bonusBenefits:e,cardTextAlign:t="text-center",className:n="",columnsCount:l="4",subtitle:a,title:i,...r})=>c(g,{className:u("space-y-3xl",n),defaultPadding:"p-6xl",...r,children:[o(S,{defaultPadding:"",title:i,description:a,headlineVersion:"M"}),e?.length?Rc(e,0,t):null]}))),Mc={start:"justify-start",center:"justify-center",end:"justify-end"},_c=d((({buttons:e,className:t="",align:n,...l})=>{const a=n&&u("flex",Mc[n]);return o(g,{className:u("!bg-transparent",a,t),defaultPadding:"p-0",...l,children:Le(e)})})),Vc=d((({className:e,title:t,children:n,...l})=>c(g,{className:u("space-y-xl",e),defaultPadding:"p-4xl",...l,children:[t?o(w,{className:"text-center",title:t}):null,n]}))),zc="flex flex-col justify-between lg:flex-row gap-x-4xl gap-y-7 lg:gap-y-4xl",Ac="flex flex-col lg:max-w-80 lg:w-1/2 gap-2xl",Fc="flex flex-col gap-y-xl min-w-52",Oc=d((({value:e,fractionDigits:t,fixed:n,prefix:l,postfix:a})=>o(Me,{size:"text-h3",children:"number"==typeof e?[l,Ue(t,{fixed:n})(e),a].filter(Boolean).join(" "):e}))),Ec=d((({className:e,title:t,value:n,color:l="text-secondary-text",...a})=>c("div",{className:u("flex justify-between @xl:flex-col",e),children:[t?o(Me,{size:"text-l",font:"font-light",color:l,children:t}):null,n?o(Oc,{value:n,...a}):o(Me,{size:"text-h3",children:"-"})]}))),Lc=(e,t)=>e?o(k,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:e},String(t)):null,jc=d((({rate:e=0,title:t="Ставка",unit:n,fractionDigits:l=2,depositeName:a,isShowDepositeName:i,color:r="text-secondary-text"})=>c("div",{children:[o(Me,{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]})]}))),$c=d((({title:e="Ставка"})=>c("div",{className:"space-y-s min-w-96",children:[o(Me,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o(W,{className:"w-10 h-auto lg:w-40",name:"PercentIcon"}),o("div",{className:"w-64",children:o(k,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),qc=({title:e="Ставка",rate:t=0,unit:n="%",fractionDigits:l=2,color:a="text-secondary-text",children:i,...r})=>t?c("div",{className:"flex flex-col",children:[o("div",{className:"hidden lg:block min-w-96",children:o(jc,{title:e,rate:t,unit:n,fractionDigits:l,color:a,...r})}),o(Ec,{className:"lg:hidden",title:e,value:t,postfix:n,fractionDigits:l,fixed:!0,color:a,...r}),i]}):o($c,{title:e,...r}),Uc=({isShowItems:e=!0,step:t=1e3,postfix:n="₽",...l})=>o(ml,{items:e?[`От ${Ue(1)(l.min||0)} ${n}`,`До ${Ue(1)(l.max||0)} ${n}`]:[],step:t,...l}),Wc={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Hc={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Yc=(e,t)=>{const{travelExpenseValue:n,restExpenseValue:l}=e,[a,i]=((e,t,n)=>{const{maxBonus:l=5e3,prefMonthsNum:a=Wc.prefMonthsNum,prefTravelBonusRate:i=Wc.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||Hc,n,l);return{...t,...e,monthBonus:a,yearBonus:i}},Kc=ht((({className:e="",title:t,calcSource:n,buttons:l,footnote:a,...i})=>{const[r,{field:s}]=At({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:d,maxSumTravel:m,minSumOther:h,maxSumOther:p,monthBonus:g,yearBonus:f}=Yc(r,n);return o(Vc,{className:e,title:t,...i,children:c("section",{className:u(zc,e),children:[c("div",{className:Ac,children:[Uc({title:"Сумма покупок в категории путешествия, ₽",min:d,max:m,step:500,isShowItems:!1,...s("travelExpenseValue")}),Uc({title:"Сумма покупок в остальных категориях, ₽",min:h,max:p,step:500,isShowItems:!1,...s("restExpenseValue")})]}),o("div",{className:"mb-s",children:g>=0?qc({title:"Баллов за месяц",rate:g,fractionDigits:0,unit:"",color:"text-primary-text"}):null}),c("div",{className:Fc,children:[f>=0?o(Ec,{title:"Баллов за год",value:f,color:"text-primary-text"}):null,Le(l,{isVertical:!0}),Lc(a)]})]})})})),Gc=Math.round(29.5),Xc=(e,t=0)=>e?.sum?e.sum:t,Jc=(e,t=0)=>e?.period&&e.period>=1&&e.period<=60?e.period:t,Zc=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,Qc=({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(Me,{color:"text-secondary-text",font:"font-light",children:t})}):null,n?o("div",{className:"@5xl:hidden",role:"radiogroup","aria-label":n,children:o(Me,{color:"text-secondary-text",font:"font-light",children:n})}):null,o(Hr,{orientation:l,items:e,value:e[a?0:1].id,onChange:t=>i&&i(t===e[0].id),...r})]}),ed=e=>Qc({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),td=" (c капитализацией)",nd=({income:e,finalSum:t,postfix:n="₽",buttons:l=[],footnotes:a=[],isCapitalization:i=!1})=>c("div",{className:Fc,children:[o(Ec,{title:`Доход в конце срока${i?td:""}`,value:e,postfix:n,prefix:"+"}),o(Ec,{title:`Сумма в конце срока${i?td:""}`,value:t,postfix:n}),Le(l,{isVertical:!0}),a?.map(Lc)]}),ld=([e,t],n,l=[])=>n&&n[e]&&n[t]?{[e]:n[e],[t]:n[t]}:ad([e,t],l),ad=([e,t],n=[])=>({[e]:n.length?Lo(n.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:n.length?Oo(n.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),id=(e,[t,n],l)=>e>=l[t]&&e<=l[n],rd={UL:"businessdepositrates",IP:"selfemployeddepositrates"};const sd={minSum:1e3,maxSum:100000001,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},od=(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?rd[e?.rateType]:"",{data:n}=jn(t?`/api/v1/depositrates/${t}`:null,st);return Array.isArray(n)?n:[]}(t),d=c?.find((e=>r===e.isMonthlyInterestPayment&&cd(s,e)&&id(l,["minSum","maxSum"],e)&&id(n,["minDays","maxDays"],e)))||sd,{rate:m}=d,u=dd(m,e),h=l+u,p=c||[sd];return{...d,...ad(["minSum","maxSum"],p),...ad(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:o,income:u,finalSum:h}},cd=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,dd=(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)},md=ht((({className:e="",title:t,buttons:n,footnote:l,bottomFootnote:a,isShowDepositeName:i,defaultParams:r,rateParams:s,...d})=>{const[m,{field:h}]=At({moneyValue:Xc(r,1e5),daysValue:Jc(r,60),isReplenished:Boolean(r?.isReplenished),isPartialWithdrawal:Boolean(r?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment)}),p=od(m,s),{income:g,finalSum:f,rate:x,depositeName:b}=p;return o(Vc,{className:e,title:t,...d,children:c("section",{className:u(zc,e),children:[c("div",{className:Ac,children:[Uc({title:"Сумма, ₽",min:p.minSum,max:p.maxSum,...h("moneyValue"),value:p.moneyValue}),(y={title:"Срок, дней",min:p.minDays,max:p.maxDays,...h("daysValue"),value:p.daysValue},o(ml,{items:[`От ${Zc(y.min||0)}`,`До ${Zc(y.max||0)}`],step:1,...y})),c("div",{className:"flex flex-col sm:flex-row gap-y-m gap-x-5xl",children:[ud(p,h),ed({title:"Выплата процентов",orientation:"vertical",...h("isMonthlyInterestPayment"),className:"sm:flex-col"})]})]}),qc({rate:x,depositeName:b,isShowDepositeName:i}),nd({income:g,finalSum:f,buttons:n,footnotes:[l,a]})]})});var y})),ud=(e,t)=>c("div",{className:"space-y-s",children:[o(Me,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),c("div",{className:"flex flex-col gap-y-lg sm:gap-y-s",children:[o(Zn,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),o(Zn,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),hd=(e=[],t=!1)=>pd([(e,t)=>e>t,(e,t)=>e?.minSum<t?.minSum],e?.filter((e=>t===Boolean(e?.isNewClient)))),pd=(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]},gd=({min:e=0,max:t=0,availableMonths:n,...l})=>o(ml,{items:[`От ${fd(e)}`,`До ${fd(t)}`],step:1,...n?.length?{list:n}:{min:e,max:t},...l}),fd=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,xd=e=>Qc({...e,className:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),bd=({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?.(rl(t?.[a],n.minMonths,n.maxMonths))},yd=(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)},vd={minSum:1e4,maxSum:5e6,minMonths:1,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},Nd=e=>wd({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&wd({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&wd({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&wd({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),wd=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:l,viewSettingFieldKey:a})=>!!n&&!n[a]||t[l]===e[l],kd=(e,t,n)=>{const{moneyValue:l,monthsValue:a}=e,i=t?.rateRows||[vd],r=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>Nd({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:s,maxSum:o}=ld(["minSum","maxSum"],r,i),{minMonths:c,maxMonths:d}=ld(["minMonths","maxMonths"],r,i),m=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:l,monthsValue:a})=>e?.find((e=>Nd({row:e,userInputParams:t,paramsViewSettings:n})&&id(l,["minSum","maxSum"],e)&&id(a,["minMonths","maxMonths"],e)))||vd)({rateRows:i,userInputParams:e,paramsViewSettings:n,moneyValue:l,monthsValue:a}),{rate:u}=m,h=yd(u,e);return{...m,...e,minSum:s,maxSum:o,minMonths:c,maxMonths:d,moneyValue:l,monthsValue:a,monthlyPayment:h}},Cd=(e={})=>Boolean(Object.values(e).filter((e=>e)).length),Sd={isSalaryClient:"isSalaryClient",isStateEmployee:"isStateEmployee",isPensionClient:"isPensionClient",isInsurance:"isInsurance",moneyValue:"maxSum"},Id=ht((({className:e,title:t,calcSource:n,buttons:l,footnote:i,paramsViewSettings:r,defaultParams:s,registerSubmit:d,...m})=>{const h=(p=n?.rateRows,pd([(e,t)=>e<t,(e,t)=>e?.maxSum>t?.maxSum],p));var p;const[g,{field:f,onSubmit:x}]=At({moneyValue:Xc(s,2e5),monthsValue:Jc(s,Gc),isAnnuity:Boolean(s?.isAnnuity),isInsurance:Boolean(s?.isEnableInsurance),isSalaryClient:Boolean(s?.isEnableSalaryClient),isPensionClient:Boolean(s?.isEnablePensionClient),isStateEmployee:Boolean(s?.isEnableStateEmployee)});d?.(x);const b=kd(g,n,r),y=xd({title:"Тип платежа",orientation:"vertical",...f("isAnnuity")}),{onChange:v}=f("moneyValue"),{onChange:N}=f("monthsValue");return a((()=>{v&&v(rl(g.moneyValue,b.minSum,b.maxSum))}),[b.minSum,b.maxSum]),a((()=>{N&&N(rl(g.monthsValue,b.minMonths,b.maxMonths))}),[b.minMonths,b.maxMonths]),a((()=>{!Cd(s)&&h&&bd({field:f,defParams:h,calcParams:b,map:Sd,monthsValue:"minMonths"})}),[n,s]),o(Vc,{className:e,title:t,...m,children:c("section",{className:u(zc,e),children:[c("div",{className:Ac,children:[Uc({title:"Сумма кредита, ₽",step:500,min:b.minSum,max:b.maxSum,...f("moneyValue"),value:b.moneyValue}),gd({title:"Срок кредита, месяцев",min:b.minMonths,max:b.maxMonths,...f("monthsValue"),value:b.monthsValue}),Td({...b,...r},f),o("div",{className:"sm:hidden",children:y})]}),c("div",{className:u(Fc,"@4xl:w-1/2"),children:[o(Ec,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(Ec,{title:"Ставка",value:b?.rate,fractionDigits:2,postfix:"%"}),o(Ec,{title:"Ежемесячный платёж",value:b.monthlyPayment,postfix:"₽"}),o("div",{className:"hidden sm:block mb-lg",children:y}),Le(l,{isVertical:!0}),Lc(i)]})]})})})),Td=(e,t)=>c("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?o(Zn,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?o(Zn,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?o(Zn,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?o(Zn,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),Bd=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},Pd={minSum:5e4,maxSum:100000001,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0,isReplenish:!1,isWithdrawn:!1,type:""},Rd=(e,t,n)=>{const{moneyValue:l,monthsValue:a}=e,i=t?.[0]?_d(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=>[Md({row:t,userInputParams:e,paramKey:"isReplenish",isExclude:o}),Md({row:t,userInputParams:e,paramKey:"isWithdrawn",isExclude:c}),Md({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:r}),Md({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:s}),d||e?.isNewClient===t?.isNewClient,id(l,["minSum","maxSum"],t),id(a||i,["minMonths","maxMonths"],t)].every(Boolean)))||Pd,{rate:u}=m,h=Dd(u,e),p=l+h,g=t||[Pd];return{...m,...ad(["minSum","maxSum"],g),...ad(["minMonths","maxMonths"],g),availableMonths:Bd(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:h,finalSum:p}},Dd=(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)},Md=({row:e,userInputParams:t,paramKey:n,isExclude:l})=>l||t[n]===e[n],_d=(e,t)=>e+Math.round((t-e)/2),Vd=(e="rub")=>"rub"===e,zd=(e,t)=>{const{minMonths:n,maxMonths:l}=ad(["minMonths","maxMonths"],Ed(t,e?.currency)),a=e.monthsValue||Math.round((n+l)/2);return{monthsValue:rl(a,n,l)}},Ad=(e,t)=>{const{minSum:n,maxSum:l}=ad(["minSum","maxSum"],Ed(t,e?.currency)),a=e.moneyValue||n;return{moneyValue:rl(a,n,l)}},Fd=(e,t)=>({currency:e?.currency??t?.map((e=>e.currency))?.[0]}),Od=e=>{const t=Vd(e?.currency?.key);return{isReplenish:t&&e?.isReplenish,isWithdrawn:t&&e?.isWithdrawn}},Ed=(e,t)=>{const{rates:n}=e?.find((e=>e?.currency.key===t?.key))??{};return n??e?.[0]?.rates},Ld=(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?Qc({title:"Пополнение",...t("isReplenish"),value:e.isReplenish,orientation:"vertical",items:[{id:"withReplenish",text:"С пополнением"},{id:"withoutReplenish",text:"Без пополнения"}],disabled:n}):null,e.isShowWithdrawn?Qc({title:"Снятие",...t("isWithdrawn"),value:e.isWithdrawn,orientation:"vertical",items:[{id:"wthDrawn",text:"Со снятием"},{id:"noWithdrawn",text:"Без снятия"}],disabled:n}):null]}),jd(e.isShowReplenish||e.isShowWithdrawn),c("div",{className:"flex gap-lg",children:[e.isShowMonthlyInterestPayment?ed({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment,orientation:"vertical"}):null,e.isShowRemoteRegistration?(l={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration,orientation:"vertical"},Qc({...l,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]}),jd(e.isShowNewClient),e.isShowNewClient?o(Zn,{text:"Новый вкладчик",...t("isNewClient")}):null]});var l},jd=(e=!1)=>e?o("div",{className:"border-b border-main-divider w-full"}):null,$d={isMonthlyInterestPayment:"isMonthlyInterestPayment",isRemoteRegistration:"isRemoteRegistration",isReplenish:"isReplenish",isWithdrawn:"isWithdrawn",moneyValue:"minSum"},qd={text:"₽",key:"rub"},Ud=ht((({className:e,title:t,calcSource:n,buttons:l=[],footnote:r="",paramsViewSettings:s,defaultParams:d,...m})=>{const{rows:h}=n??{},p=h?.map((e=>e.currency))??[qd],g=i((e=>t=>e?{...t,...Od(t),...Ad(t,e),...zd(t,e),...Fd(t,e)}:t)(h),[h]),[f,{field:x}]=At({moneyValue:Xc(d,2e4),monthsValue:Jc(d,1),isMonthlyInterestPayment:Boolean(d?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(d?.isRemoteRegistration),isReplenish:Boolean(d?.isReplenish),isWithdrawn:Boolean(d?.isWithdrawn),isNewClient:Boolean(d?.isNewClient),currency:qd},{normalize:g}),b=x?.("currency")?.value??qd,y=x?.("isNewClient")?.value,v=Ed(h,b),N=Rd(f,v,s),{rate:w,income:k,finalSum:C,type:S=""}=N,I=i((()=>{bd({field:x,defParams:hd(v,y),calcParams:N,monthsValue:"minMonths",map:$d})}),[x,h]);a((()=>{!Cd(d)&&v&&I()}),[d,h]);const T=w===hd(v,y)?.rate;return o(Vc,{className:e,title:t,...m,children:c("section",{className:u(zc,e),children:[c("div",{className:Ac,children:[c("div",{className:"flex gap-m",children:[Uc({className:"w-full",title:`Сумма, ${b?.text}`,min:N.minSum,max:N.maxSum,...x("moneyValue"),value:N.moneyValue,postfix:b?.text,step:Wd(b?.key)}),h&&h?.length>1?o(hn,{label:"Валюта",options:p,...x("currency")}):null]}),gd({title:"Срок, месяцев",min:N.minMonths,max:N.maxMonths,availableMonths:N.availableMonths,...x("monthsValue"),value:N.monthsValue}),Ld({...N,...s},x)]}),qc({rate:w,children:Yd(I,T)}),nd({income:k,finalSum:C,buttons:[...l,Hd(n?.buttons,S)],footnotes:[r],postfix:b?.text,isCapitalization:x("isMonthlyInterestPayment").value})]})})})),Wd=(e="")=>Vd(e)?1e3:100,Hd=(e=[],t="")=>{const{type:n,...l}=e.find((e=>e.type===t))??{};return l},Yd=(e,t=!1)=>t?null:o(Cr,{type:"button",version:"secondary",onClick:e,children:"Показать максимальную ставку"}),Kd=e=>Gd({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Gd({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Gd=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:l,viewSettingFieldKey:a})=>!!n&&!n[a]||t[l]===e[l],Xd={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Jd=(e,t,n)=>{const{moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}=e,s=t?.rateRows||[Xd],o=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>Kd({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:c,maxSum:d}=ld(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:u}=ld(["minMonths","maxMonths"],o,s),h=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>Kd({row:e,userInputParams:t,paramsViewSettings:n})&&id(l+r,["minSum","maxSum"],e)&&id(i,["minSumOld","maxSumOld"],e)&&id(r,["minSumExtra","maxSumExtra"],e)&&id(a,["minMonths","maxMonths"],e)))||Xd)({rateRows:s,userInputParams:e,paramsViewSettings:n,moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}),{rate:p}=h,g=yd(p,e),f=e.oldMonthlyPayment-g;return{...h,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:u,moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r,monthlyPayment:g,benefit:f}},Zd=ht((({className:e="",title:t,calcSource:n,buttons:l,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=Jd(s,n,i),h=xd({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...d("isAnnuity")});return o(Vc,{className:e,title:t,...r,children:c("section",{className:u(zc,e),children:[c("div",{className:Ac,children:[Uc({title:"Остаток долга в других банках, ₽ ",step:500,min:m.minSum,max:m.maxSum-m.maxSumExtra,...d("moneyValue"),value:m.moneyValue}),Uc({title:"Ежемесячный платёж в других банках, ₽",step:500,min:m.minSumOld,max:m.maxSumOld,...d("oldMonthlyPayment"),value:m.oldMonthlyPayment}),gd({title:"Новый срок кредита, месяцев",min:m.minMonths,max:m.maxMonths,...d("monthsValue"),value:m.monthsValue}),Qd({...m,...i},d),m.isExtraMoney?Uc({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:h})]}),c("div",{className:u(Fc,"@4xl:w-1/2"),children:[o(Ec,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(Ec,{title:"Ставка",value:m?.rate,fractionDigits:2,postfix:"%"}),o(Ec,{title:"Ежемесячный платёж",value:m.monthlyPayment,postfix:"₽"}),m.benefit>0?o(Ec,{title:"Выгода в месяц",value:m.benefit,postfix:"₽"}):null,o("div",{className:"hidden sm:block mb-lg",children:h}),Le(l,{isVertical:!0}),Lc(a)]})]})})})),Qd=(e,t)=>c("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?o(Zn,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?o(Zn,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,o(Zn,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),em=d((e=>{const{onChange:t,min:n,max:l,defaultValue:a="0",fractionDigits:r=0,...s}=e,c=il(e,{normalize:(e=a)=>n&&l?String(rl(Number(tm(e)),n,l)):tm(e),format:Ue(r)}),d=i((e=>t&&t(tm(e))),[t]);return o(Yt,{onChange:d,...s,...c})})),tm=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),nm=d((e=>o(em,{...e,fractionDigits:2,children:o("div",{className:"absolute right-4 bottom-4",children:o(Me,{size:"text-xl",font:"font-light",children:"₽"})})}))),lm={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},am={amount:1500},im=d((({className:e="",title:t="Укажите сумму перевода",label:n="Сумма перевода",button:i,formType:r="private",...s})=>{const[{amount:d},{field:m}]=At(am),[h,p]=l(!1);return a((()=>{p(d<=0)}),[d]),c(g,{className:u("flex flex-col items-center",e),defaultPadding:"p-6xl",...s,children:[t?o(w,{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:lm[r],children:[o(nm,{valid:!h,label:n,max:3e5,min:1,...m("amount",{parse:Number,format:String})}),o("input",{type:"hidden",name:"amount",value:d}),i?.text?o(Cr,{className:"w-full mt-lg",type:"submit",disabled:h,children:i.text}):null]})]})})),rm=({className:e,text:t="ХИТ"}={})=>c("div",{className:u("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[o(W,{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})]}),sm="relative h-full",om={small:"lg:min-w-64",normal:"lg:min-w-80 xl:min-w-96",big:"lg:min-w-[515px]"},cm=({noCardBorder:e,cardSize:t="normal",isNavButtons:n=!1,...l})=>{const{blocks:a}=l.block||{},i=a?.some(um),r=n?{defaultPadding:"p-6xl pb-m"}:{};return D({...l,renderProps:(n,l,a)=>c("div",{className:dm(n,{someCardsHighlighted:i}),children:[B(n,l,{className:mm(n,{someCardsHighlighted:i,showBorder:!e,cardSize:t}),...r,blockIndex:a}),um(n)?rm({className:"absolute top-0 -right-4 z-40"}):null]},String(a))})},dm=(e,{someCardsHighlighted:t})=>u(sm,t&&(um(e)?"pt-3xl":"pt-3xl sm:pt-16")),mm=(e,{someCardsHighlighted:t,showBorder:n,cardSize:l="normal"})=>u(sm,"min-w-80",om[l],t&&(um(e)?"pt-3xl sm:pt-16":"pt-3xl"),So(n),n&&"h-full"),um=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,hm=ht((({className:e,visibleItemCount:t=0,noCardBorder:n,arrowsPadded:l=!0,isGap:a=!0,cardSize:i="normal",isNavButtons:r=!1,...s})=>o(g,{className:u(e),defaultPadding:"p-6xl",...s,children:o(ec,{className:u("relative max-w-full"),visibleItemCount:t,snapAlign:"snap-start",gap:a?16:0,padding:0,arrowsPadded:l,navButtons:r?pm(s?.block?.blocks):[],hasBlur:!0,children:cm({noCardBorder:n,cardSize:i,isNavButtons:r,...s})})})),{childrenTypes:["CarouselCard","CarouselCatalogCard","CarouselRecommendationCard","CarouselTariffsCard","RichTextBlock","ProductBlock"],childSchema:()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}})}),pm=e=>e?.map((e=>{const t=e?.content;return{title:t?.title,description:t?.additionalDescription||t?.description}}))??[],gm="z-10 border border-solid w-full h-full",fm=u(gm,"absolute hidden @xl:block border-transparent"),xm=d((({className:e,title:t,description:n,button:l,...a})=>o(g,{className:u("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:c("div",{className:"relative h-full",children:[o("div",{className:u(fm,"top-9 right-12 bg-green-dark")}),o("div",{className:u(fm,"top-6 right-8 bg-green")}),o("div",{className:u(fm,"top-3 right-4 bg-green-light")}),c("div",{className:u(gm,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-more-light"),children:[o(S,{title:t,description:n,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),Le([l],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),bm={black:"bg-black",white:"bg-white"},ym=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:u("flex flex-col justify-left",e),defaultPadding:"p-2xl",...m,children:c(Ie,{className:"h-full",padding:d,title:o(S,{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:Le([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(Me,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(vm)]}):null,a?c(Me,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),vm=(e,t)=>o("figure",{className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${bm[e]}`},String(t)),Nm=d((({icon:e,...t})=>{const n=ue(),{text:l,href:a,target:i,onClick:r}=n(t);return l?o("div",{className:u("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})),wm=d((({className:e,additionalDescription:t,description:n,links:l,title:a,...i})=>o(g,{defaultPadding:"p-5xl",className:u("overflow-hidden",e),...i,children:c("div",{className:"flex flex-col lg:flex-row gap-5 justify-between",children:[c("div",{className:"flex-1",children:[o(S,{isEmbedded:!0,title:a,description:n,as:"h1",align:"text-left",headlineVersion:"XL"}),o(S,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0})]}),l?.length?km(l):null]})}))),km=e=>o("div",{className:u("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(Nm,{...e},String(t))))}),Cm=(e,t)=>e?.map((({aspectName:e,params:n})=>({aspectName:e,params:"mindboxEvent"===e?{...n,eventJson:t}:n}))),Sm=d((({className:e="",href:t,target:n,onClick:l,data:a,children:i})=>{const r=ue()({href:t,target:n,onClick:l});return o(t?"a":"div",{className:u("block",e),...t?r:{},role:t?"link":"none",...pe(a),children:i})})),Im=[{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"}}],Tm=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=>Im.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),o=Ee(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}})),h=u("border border-solid hover:border-transparent border-main-divider","group-data-primary:border-main-divider group-data-gray:border-green group/media",{"basis-auto":!n&&!s},Bm(a));return c("div",{className:u("flex flex-col gap-m xl:gap-xs",e),"aria-label":"Социальные сети",children:[o("div",{className:"flex gap-xs",children:Le(m,{className:Pm(s??!1,a??!1,n),buttonClassName:h})}),r?o(Me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null]})})),Bm=(e=!1)=>e?"flex-1 @lg:flex-initial justify-center":"",Pm=(e,t,n=!1)=>u(e||t?"basis-full":"",t&&(!n||!e)?"flex-nowrap":""),Rm=d((({className:e,padding:t,description:n,additionalDescription:l,href:a,icon:i,isDotted:r,__html:s,socialMedia:d=[],target:m,title:h,align:p="text-left",benefits:f,imageOptions:{directionRight:x=!0,isImageAlwaysOnRight:b=false,isImageSecondary:y=!1}={},data:v,...N})=>o(g,{className:u("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...N,children:o(Sm,{href:a,target:m,className:"h-full",data:Cm(v),children:c(Ie,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:o(S,{title:h,description:n,headlineVersion:"XS",isEmbedded:!0,align:p}),...Je(Ee(i)?o(ne,{image:i}):null,x),buttons:d.length?o(Tm,{media:d,stretched:!0,showButtonText:!0,version:N?.version}):null,isImageAlwaysOnRight:b,isImageSecondary:y,imageAlign:"center",children:[o(Oe,{benefits:f}),s?o(Re,{__html:s,isDotted:r,itemSize:"list-s"}):null,Dm(l,p)]})})}))),Dm=(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,Mm=(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(Me,{size:"text-m",color:"text-secondary-text",children:n})}):null,l?o("div",{className:"mt-2xs",children:o(Me,{size:"text-xl",color:"text-primary-text",children:l})}):null,a?.length?o("div",{className:"text-primary-main",children:Le(a)}):null]},String(t))},_m=d((({className:e="",title:t,align:n="text-center",icon:i,button:r,visibleCellsCount:s=1,cardCells:d=[],options:m,data:h,...p})=>{const f=d.map(Mm),[x,b]=s>0?[f.slice(0,s),f.slice(s)]:[f,[]],[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:u("flex flex-col",e),defaultPadding:"p-2xl",...p,children:[Ee(i)?o("div",{className:"self-center",children:o(ne,{image:i})}):null,t?o(w,{className:u("pt-xs",n),headingType:"h5",title:t}):null,r?.text?o(ye,{className:"w-full mt-m mb-lg",...r}):null,b.length?o(Ni,{renderFoldableSection:()=>c("div",{children:[x,o(wi,{isUnfolded:y,children:b})]}),renderFoldButton:d.length>=s?Vm(m?.parent,h,y):null}):o("div",{children:x})]})})),Vm=(e,t,n=!1)=>()=>c("button",{className:"w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center",onClick:()=>{void 0!==e&&ce.fire("fold",{type:"fold",isUnfolded:!n,parent:e})},type:"button",...n?pe(t):{},children:[o("div",{children:n?"Скрыть":"Подробнее о тарифе"}),o(W,{className:"text-primary-text",name:n?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),zm=d((({step:e=10,description:t,showPercentage:n=!0})=>c("div",{children:[o("div",{className:"h-4 w-full bg-gray relative",children:o("div",{className:"h-4 bg-green",style:{width:`${e}%`}})}),c("div",{className:"relative",children:[n?c("div",{className:"absolute left-2/4 text-green",children:[e,"%"]}):null,t?o("div",{className:"text-right mr-4 text-gray",children:t}):null]})]}))),Am=d((({step:e=1,totalSteps:t=5,stepsTitles:n=[]})=>{const l=r((()=>e/t*100),[e,t]);return o("div",{className:"py-lg px-5xl bg-white col-span-12",children:c("div",{children:[c("span",{className:"font-bold mr-s",children:["Шаг ",e," из ",t,"."]}),n[e]||null,o(zm,{step:l,showPercentage:!1})]})})}));var Fm;!function(e){e.process="IN_PROCESS",e.ok="OK",e.fail="FAILED",e.rework="REWORK"}(Fm||(Fm={}));const Om=d((({__html:e,icon:t="InfoCircleIcon",iconVersion:n="black",link:l})=>c("div",{className:"flex flex-row items-center w-full min-h-14 bg-main-gray rounded-lg gap-m p-m",children:[o("div",{className:"rounded-full bg-white p-xs",children:o(W,{name:t,width:"24",height:"24",iconVersion:n})}),c("div",{className:"",children:[o(Re,{__html:e}),l?.text?o(ye,{className:"text-primary-main",children:l.text}):null]})]}))),Em=d((({interval:e=0,title:t,__html:n})=>{const[a,i]=l(e),r=100-(e-a)/e*100;return c("div",{children:[t?o(S,{title:t,headlineVersion:"S"}):null,c("div",{className:"flex justify-center items-center flex-col",children:[c("div",{className:u("relative flex items-center justify-center w-24 h-24 rounded-full bg-gray text-transparent mb-5"),children:[o("div",{className:"absolute inset-0 rounded-full",style:{background:`conic-gradient(rgb(66, 171, 68) ${r}%, rgb(125, 126, 127) 0deg)`}}),o("div",{className:"z-10 flex items-center justify-center px-4 py-2 rounded-full w-20 h-20 bg-white text-primary-text text-m",children:o(qs,{interval:e,time:a,setTime:i})})]}),n?o(Re,{__html:n}):null]})]})})),Lm=d((({title:e,description:t,infoCard:n,sectionInfoTitle:l,sectionInfo:a,sectionAdditionalTitle:i,sectionInfoAdditional:r,buttonText:s,interval:d,...m})=>c(g,{...m,children:[c("div",{className:"flex flex-col md:flex-row items-center",children:[o(S,{headlineVersion:"M",title:e,description:t,align:"text-left",padding:"p-xl",className:"w-full"}),d?o(Em,{interval:d}):null]}),o(jm,{title:l,items:a}),o(jm,{title:i,items:r,countColumns:!0}),n?.__html?o(Om,{__html:n?.__html,icon:n?.icon,link:{text:n?.link?.text}}):null,s?o(ye,{href:"/natural",text:s,version:"primary",className:"w-full mt-lg"}):null]}))),jm=({title:e,items:t,countColumns:n=!1})=>{const l=ke();return t?c("div",{children:[o("hr",{className:"w-full h-px bg-main-gray border-0"}),c("div",{className:"p-xl",children:[e?o(Me,{color:"text-primary-text",size:"text-h5",children:o("div",{className:u({"mb-m":Boolean(e)}),children:e})}):null,t?o("div",{className:u("grid grid-cols-1 gap-m",cs(n||l?1:2)),children:t.map(((e,t)=>o("div",{children:$m(e)},t)))}):null]})]}):null},$m=({label:e,description:t})=>c("div",{className:"flex flex-col",children:[o(Me,{color:"text-secondary-text",size:"text-l",children:e}),o(Me,{color:"text-primary-text",size:"text-xl",children:t})]}),qm=d((()=>o(Lm,{title:"Благодарим Вас за ожидание",description:"В настоящий момент Банк не может одобрить Вашу заявку на кредит.\n Попробуйте подать заявку позже. Спасибо за обращение в АО «Россельхозбанк».",buttonText:"Вернуться на главную"}))),Um=d((()=>{const[e]=Cs("leadForm");return o(Lm,{interval:300,title:"Заявка успешно отправлена",description:"Не закрывайте окно, скоро сообщим результат",sectionInfoTitle:"Заявленные условия по кредиту",sectionInfo:[{label:"Название продукта",description:"Кредит на любые цели"},{label:"Цель кредита",description:"На любые цели"},{label:"Сумма",description:e?.moneyValue?.toLocaleString()+" ₽"},{label:"Срок кредита",description:e?.monthsValue+" мес"},{label:"Тип платежа",description:e?.isAnnuity?"Аннуитетный":"Дифференцированный"}]})})),Wm=d((()=>{const[e]=Cs("leadForm");return o(Lm,{title:"Благодарим вас за ожидание, но нам требуется больше времени для принятия решения",description:"Посетите выбранное отделение банка с необходимыми документами и так завершите оформление кредита.",sectionAdditionalTitle:"В отделении Банка",sectionInfoAdditional:[{label:"Регион",description:e?.regionRetail?.text},{label:"Адрес",description:e?.addressRetail?.text}],sectionInfo:[{label:"Основные документы:",description:"- Паспорт РФ"}],buttonText:"Вернуться на главную"})})),Hm=d((()=>{const[e]=Cs("leadForm");return o(Lm,{title:"Банк одобрил вам кредит",description:"Обратитесь в отделение банка, чтобы завершить оформление и получит ваш кредит",sectionInfo:[{label:"Название продукта",description:"Кредит на любые цели"},{label:"Ставка",description:"14,5%"},{label:"Ежемесячный платеж",description:"86 052 ₽"},{label:"Срок кредита",description:e?.monthsValue+" мес"},{label:"Тип платежа",description:e?.isAnnuity?"Аннуитетный":"Дифференцированный"}],buttonText:"Вернуться на главную"})})),Ym=["CREATE_APPLICATION_SHORT_SIGNAL","CREATE_APPLICATION_LOAN_V3_SIGNAL"],Km=d((()=>{const[e,t]=l(Fm.process),[n]=Cs("taskId");return a((()=>{for(const e of Ym)la("/user-data/sendSignalToProcess","POST",{signalType:e,taskId:n});const e=setInterval((()=>(e=>la("/user-data/getTaskStatus","POST",e))({taskId:2816419}).then((n=>{n.statusCd&&n.statusCd!==Fm.process&&(clearInterval(e),t(n.statusCd))}))),3e4)}),[]),Gm(e)})),Gm=e=>({IN_PROCESS:o(Um,{}),FAILED:o(qm,{}),OK:o(Hm,{}),REWORK:o(Wm,{})}[e]||null),Xm={0:{moneyValue:0,monthsValue:0,isAnnuity:!1,isInsurance:!1,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1},1:{surname:"",name:"",middleName:"",sex:"",birthday:void 0,birthPlace:"",phone:"",email:"",dulSerie:void 0,dulNumber:void 0,dulIssueDateField:void 0,dulSubdivisionCode:"",dulIssuedBy:"",addressRegistration:{fullAddress:"",fiasCode:""},participantDateRegistration:void 0,addressFact:{fullAddress:"",fiasCode:""},housing:""},2:{amountWorkers:{key:"",text:""},beginDate:void 0,employerActivities:{key:"",text:""},employerOrganization:{key:"",text:""},employment:{key:"",text:""},experience5Years:"",inn:void 0,jobsNumber:"",lastJobExperience:"",legalForm:"",organization:{key:"",text:""},organizationAddress:{fullAddress:"",fiasCode:""},organizationName:"",organizationPhone:"",partInBusiness:void 0,positionOrganization:{key:"",text:""}},3:{familyStatus:{key:"",text:""},dependents:void 0,familyMembers:void 0,mandatoryIncome:void 0,otherPayments:void 0,snils:"",armyIdFlg:!1},4:{disablePeopleFlg:!1,bankruptcyFlg:!1,shareholderFlg:!1,legalEntityName:"",creditInRshbCd:void 0},5:{regionRetail:"",addressRetail:"",bankEmployeeCode:""}},Jm=(e=[])=>{const t=e.filter((e=>"info"===e.fieldType));return t.length?t.map((({text:e,name:t},n)=>o(Om,{__html:e},`${t}_${n}`))):null},Zm=({field:e,inputs:t})=>(t||[])?.map(os(e,"")),Qm=({sections:e,field:t})=>e?.map((({inputs:e,columns:n,title:l},a)=>c("div",{className:u(cs(n),"grid gap-x-m"),children:[Jm(e),ds(l),Zm({field:t,inputs:e})]},`section-${a}`))),eu=d((({step:e,onPrevStep:t})=>{const n=0===e;return c("div",{className:"flex justify-between",children:[o(Cr,{onClick:t,className:u("w-full @xl:w-auto"),type:"button",version:"secondary",disabled:n,children:"Назад"}),o(Cr,{className:u("w-full @xl:w-auto"),type:"submit",children:"Далее"})]})})),tu=e=>{const{name:t,surname:n,middleName:l,birthday:a="",phone:i="",email:r,sex:s,birthPlace:o,dulIssueDateField:c="",dulIssuedBy:d,dulNumber:m,dulSerie:u,dulSubdivisionCode:h,education:p,participantDateRegistration:g="",housing:f,addressRegistration:x,addressFact:b}=e;return{birthDate:xt(a,!0),midname:l,name:t,surname:n,birthPlace:o,dulIssueDate:xt(c,!0),dulIssuedBy:d,dulNumber:m,dulSerie:u,dulSubdivisionCode:h,educationLevelCd:p,registrationDate:xt(g,!0),houseTypeCd:f,participantContacts:ho({phone:bt(i),email:r}),participantAddresses:po({addressRegistration:x,addressFact:b}),genderCd:s?{key:"male"===s?"MAN":"WOMAN"}:void 0}},nu=(e,t)=>{switch(e){case 1:default:return tu(t);case 2:return(e=>{const{employment:t,organizationName:n,inn:l,legalForm:a,organization:i,amountWorkers:r,employerActivities:s,employerOrganization:o,generalSeniority:c,lastJobExperience:d,experience5Years:m,jobsNumber:u,organizationPhone:h,organizationAddress:p,positionOrganization:g}=e;return{employmentTypeCd:t,organizationName:n,organizationInn:l,organizationActivityTypeCd:s,organizationTypeCd:i,organizationKindCd:o,employeesNumberCd:r,opf:a,seniority:c,generalSeniority:m,jobsNumber:u,lastWorkDuration:d,positionCd:g,participantContacts:ho({organizationPhone:h&&bt(h)}),participantAddresses:po({organizationAddress:p})}})(t);case 3:return(e=>{const{familyStatus:t,dependents:n,familyMembers:l,mandatoryIncome:a,otherPayments:i,snils:r,armyIdFlg:s}=e;return{maritalStatusCd:t,totalDependents:l,otherDependents:n,participantIncomes:(o={mandatoryIncome:a,otherPayments:i},Object.entries(o).reduce(((e,[t,n])=>t in uo?[...e,{incomeTypeCd:{key:uo[t]},value:n}]:e),[])),snils:r?.replaceAll(" ",""),armyIdFlg:s};var o})(t);case 4:return(e=>{const{bankruptcyFlg:t,shareholderFlg:n,legalEntityName:l,creditInRshbCd:a}=e;return{bankruptcyFlg:t,shareholderFlg:n,nameLegalEntity:l,creditInRshbCd:a}})(t)}},lu=({step:e,inputs:t,onNextStep:n,saveStep:l,finishForm:a})=>{const[r]=Cs("taskId"),[s]=Cs("profileId"),[o]=Cs("participantId"),c=i((async i=>{const c=hs(Dn(t));if(!pn(c(i)))return console.warn("validation fail");l(i);try{r&&s&&o&&await _s((({participantId:e,taskId:t,profileId:n,formData:l,step:a=0})=>({sendToBank:!0,taskKind:"UNITED",task:{taskSource:globalThis.location.origin,id:t,authorizedAgentId:l?.bankEmployeeCode,participants:[{id:e,profile:{id:n},roleCd:{key:"BORROWER",value:"Заемщик"},...nu(a,l)}]}}))({participantId:o,taskId:r,profileId:s,step:e,formData:i}))}catch(e){return"Fail"}return n(),5===e&&a?.(!0),"OK"}),[]);return{handleSubmit:c}},au=d((({step:e,sections:t,onPrevStep:n,onNextStep:l,inputs:a,renderStep:r=Qm,isFormFinished:d,finishForm:m})=>{const[u,h]=Cs("leadForm"),p=((e,t)=>(t&&(t.birthday=t.birthday?new Date(t.birthday):void 0,t.dulIssueDateField=t.dulIssueDateField?new Date(t.dulIssueDateField):void 0,t.participantDateRegistration=t.participantDateRegistration?new Date(t.participantDateRegistration):void 0,t.beginDate=t?.beginDate?new Date(t.beginDate):void 0),{...Xm[e],...t}))(e,u),g=s(void 0),f=i((e=>{g.current=e}),[]),{handleSubmit:x}=lu({step:e,inputs:a,onNextStep:l,saveStep:h,finishForm:m}),[,{field:b,onSubmit:y}]=At(p,{onSubmit:(e,t)=>{x({...e,...g.current?.(t)})}});return d?o(Km,{}):c("form",{onSubmit:y,className:"space-y-m",children:[r({sections:t,field:b,registerSubmit:f}),o(eu,{step:e,onPrevStep:n})]})})),iu=[[],[{title:"Персональные данные",columns:2,inputs:[{fieldType:"common",name:"surname",required:!0,dadata:!0},{fieldType:"common",name:"name",required:!0,dadata:!0},{fieldType:"common",name:"middleName",dadata:!0},{fieldType:"common",name:"sex",required:!0},{fieldType:"common",name:"birthday",required:!0},{fieldType:"common",name:"birthPlace",required:!0},{fieldType:"common",name:"phone",required:!0},{fieldType:"common",name:"email",required:!0,dadata:!0}]},{title:"Паспортные данные",columns:2,inputs:[{fieldType:"common",name:"dulSerie",required:!0},{fieldType:"common",name:"dulNumber",required:!0},{fieldType:"common",name:"dulIssueDateField",required:!0},{fieldType:"common",name:"dulSubdivisionCode",required:!0,dadata:!0}]},{inputs:[{fieldType:"common",name:"dulIssuedBy",required:!0,dadata:!0},{fieldType:"common",name:"education"}]},{title:"Адрес регистрации по месту жительства",columns:1,inputs:[]},{inputs:[{fieldType:"common",name:"addressRegistration",required:!0,dadata:!0},{fieldType:"common",name:"addressMatch"}]},{columns:2,inputs:[{fieldType:"common",name:"participantDateRegistration",required:!0}]},{title:"Адрес фактического проживания (место пребывания РФ)",inputs:[]},{columns:2,inputs:[{fieldType:"common",name:"housing"}]},{inputs:[{fieldType:"common",name:"addressFact",required:!0,dadata:!0}]}],[{title:"Данные о трудоустройстве",inputs:[]},{inputs:[{fieldType:"info",text:"Клиент на момент оформления заявки на кредит должен быть: официально трудоустроен более 6 месяцев, если Клиент получает з/п на счет РСХБ, то трудоустроен более 3 месяцев, не должен находиться в декретном отпуске"}]},{inputs:[{fieldType:"common",name:"employment"},{fieldType:"common",name:"organizationName",required:!0,dadata:!0}]},{columns:2,inputs:[{fieldType:"common",name:"inn",required:!0,dadata:!0},{fieldType:"common",name:"legalForm",required:!0}]},{inputs:[{fieldType:"common",name:"organization",required:!1},{fieldType:"common",name:"amountWorkers",required:!1}]},{columns:2,inputs:[{fieldType:"common",name:"employerActivities",required:!1},{fieldType:"common",name:"employerOrganization",required:!1},{fieldType:"common",name:"generalSeniority",required:!0},{fieldType:"common",name:"lastJobExperience",required:!0},{fieldType:"common",name:"experience5Years",required:!0},{fieldType:"common",name:"jobsNumber",required:!0}]},{inputs:[{fieldType:"common",name:"organizationPhone",label:"Телефон работодателя",required:!0},{fieldType:"common",name:"beginDate",required:!0}]},{columns:2,inputs:[{fieldType:"common",name:"positionOrganization",required:!1},{fieldType:"common",name:"partInBusiness",required:!0}]},{title:"Адрес работодателя",inputs:[]},{inputs:[{fieldType:"common",name:"organizationAddress",required:!0,dadata:!0}]}],[{title:"Семейное положение"},{columns:1,inputs:[{fieldType:"common",name:"familyStatus",required:!0}]},{columns:1,inputs:[{fieldType:"common",name:"dependents",required:!0}]},{columns:2,inputs:[{fieldType:"common",name:"familyMembers",required:!0},{fieldType:"common",name:"children",required:!0}]},{title:"Совокупный доход"},{inputs:[{fieldType:"info",text:"Сумма основного и дополнительных доходов после вычета налога"}]},{columns:1,inputs:[{fieldType:"common",name:"mandatoryIncome",required:!0}]},{columns:1,inputs:[{fieldType:"common",name:"otherPayments",required:!0}]},{columns:1,inputs:[{fieldType:"common",name:"snils",required:!0}]},{columns:1,inputs:[{fieldType:"common",name:"conscription",required:!0}]},{columns:2,inputs:[{fieldType:"common",name:"armyIdFlg"}]}],[{title:"Дополнительные сведения",columns:1,inputs:[]},{inputs:[{fieldType:"common",name:"disablePeopleFlg"}]},{inputs:[{fieldType:"common",name:"bankruptcyFlg"}]},{inputs:[{fieldType:"common",name:"shareholderFlg"}]},{inputs:[{fieldType:"common",name:"legalEntityName"}]},{inputs:[{fieldType:"common",name:"creditInRshbCd"}]}],[{title:"Отделение Банка",columns:1,inputs:[]},{inputs:[{fieldType:"common",name:"regionRetail",required:!0}]},{inputs:[{fieldType:"common",name:"addressRetail",required:!0}]},{title:"Код представителя Банка",columns:1,inputs:[]},{inputs:[{fieldType:"info",text:"Если представитель Банка помогал Вам в заведении заявки, введите здесь его код"}]},{inputs:[{fieldType:"common",name:"bankEmployeeCode"}]}]],ru=["Персональные данные","Данные о трудоустройстве","Данные о доходах и расходах","Дополнительные сведения","Отделение Банка"],su=d((({className:e,...t})=>{const[n,a]=l(0),s=i((()=>{a((e=>Math.min(e+1,5)))}),[]),d=i((()=>{a((e=>Math.max(e-1,0)))}),[]),m=r((()=>iu[n]),[n]),h=m?.flatMap((e=>e?.inputs))||[],p=0===n,[f,x]=l(!1);return o(g,{className:u("bg-transparent",e),defaultPadding:"p-6xl",...t,children:c("div",{className:"container grid grid-cols-12",children:[p||f?null:o(Am,{stepsTitles:ru,step:n,totalSteps:5}),o("div",{className:"py-lg px-5xl mt-2xs bg-white col-span-12",children:o(au,{step:n,inputs:h,sections:m,onNextStep:s,onPrevStep:d,isFormFinished:f,finishForm:x,renderStep:p?({registerSubmit:e})=>o(Id,{title:"Калькулятор кредита",footnote:"Расчёт является предварительным. Точные условия будут предоставлены в отделении Банка.",calcSource:{$ref:"/wcms-resources/credit-calculator-data.json"},registerSubmit:e}):void 0},String(n))})]})})})),ou=e=>"number"==typeof e?.minMonths&&"number"==typeof e?.maxMonths,cu=(e,t)=>Array.from({length:t-e+1},((t,n)=>e+n)),du=1e9,mu={sum:{min:1e4,max:du},period:3},uu=ht((({className:e,filtrationSchema:t={},resetButton:n,sumInput:l,periodInput:a,...i})=>{const[,{blocksToRender:r,blocksWithProps:s},{field:d,reset:m}]=vc(mu,{block:i.block,page:i.options?.page,normalize:e=>({...e,period:hu(e)})}),h=s.map((([,e])=>e?.paramsSource?.rows?.[0]?.rates)),p=pu(h);return c(g,{className:u("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[o(hc,{filtrationSchema:t,resetButton:n,field:d,reset:m,children:c("div",{className:"@4xl:max-w-xs space-y-lg",children:[o(nm,{label:l?.title,min:500,max:du,...d("sum",{parse:e=>({min:Number(e),max:du}),format:({min:e})=>String(e)})}),o(ml,{title:a?.title,items:["От 3 мес","До 5 лет"],list:p,...d("period")})]})}),o(cc,{blocksToRender:r,...i})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>({...e?.filtrationSchema||{},paramsSource:{type:"object",title:"Адрес справочника"}})}),hu=e=>ot((e?.paramsSource?.rateRows||[]).filter(ou).flatMap((e=>cu(e.minMonths,e.maxMonths)))),pu=e=>ot(e.flatMap((e=>e||[])).filter(ou).flatMap((e=>cu(e.minMonths,e.maxMonths)))).sort(((e,t)=>e-t))||[],gu=[{key:"10"},{key:"50"},{key:"100"}],fu=({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(cn,{className:"min-w-20",onChange:n,value:{key:String(e)},options:gu,iconVersion:"black"})]})},xu="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",bu=(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:xu,"aria-label":`Страница ${i}`,children:i},String(t)):null},yu={width:"24",height:"24"},vu=({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(W,{name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Nu(1===e),...yu})}),c("div",{className:"flex @lg:gap-2xs",children:[e>1?o("div",{onClick:d,className:xu,"aria-label":"Страница 1",children:"1"}):null,e>3?o("div",{className:"py-m @lg:px-s",children:"..."}):null,l.map(bu),e<n-2?o("div",{className:"py-m @lg:px-s",children:"..."}):null,e<n?o("div",{onClick:m,className:xu,"aria-label":`Страница ${n}`,children:n}):null]}),o("div",{onClick:s,children:o(W,{className:"rotate-180",name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Nu(e===n),...yu})})]})},Nu=e=>e?"opacity-20":"cursor-pointer hover:opacity-60",wu=({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(vu,{currentPage:e,onPageChange:t,totalPages:n}),l&&a?o(fu,{itemCount:l,onItemCountChange:a}):null]}),ku=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:u("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:u("h-14 w-full px-10 text-l text-black box-border rounded-md",Wt),value:t,type:"text",name:"search-bar-input",placeholder:r,autoFocus:n,onChange:s,onFocus:a})]})})),Cu=d((({field:e,onClearFilter:t,filtrationState:n})=>c("div",{className:"grid grid-cols-12 mb-3xl @lg:space-x-xl",children:[o(ku,{className:"col-span-12 @lg:col-span-4 mt-auto",placeholder:"Поиск",...e("query")}),o(Hl,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период от",maxDate:n.endDate,...e("startDate")}),o(Hl,{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(Cr,{type:"reset",className:"w-full",version:"secondary",onClick:t,children:"Очистить"})})]}))),Su=(e,t)=>o(Tc,{...e,iconBgVersion:t,className:"shrink-0"}),Iu=({title:e,timestamp:t,publicId:n})=>{const l=ue(),{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:[Su({icon:"DocDownloadIcon",iconVersion:"black"}),c("div",{className:"flex flex-col gap-x-6xl lg:flex-row lg:items-center",children:[t?o(Me,{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)},Tu="/api/v1/depository",Bu={startDate:void 0,endDate:void 0,query:""},Pu=ht((({className:e,...t})=>{const[n,a]=l(0),[r,s]=l(10),[d,{field:m,reset:h}]=At(Bu),{totalPages:p=0,items:f=[]}=(({size:e,page:t,query:n,startDate:l,endDate:a})=>{const i=l?xt(l,!0):"",r=a?xt(a,!0):"",s=new URLSearchParams(Tu);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}=jn(Tu+o,st);return{items:c?.content,totalPages:c?.totalPages}})({size:r,page:n,...d}),x=i((e=>a(e-1)),[]),b=i((e=>{r!==e?(s(e),a(0)):s(e)}),[]);return c(g,{className:u(e,"container p-6xl"),...t,children:[o(Cu,{filtrationState:d,field:m,onClearFilter:h}),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(Me,{size:"text-m",color:"text-secondary-text",children:"Дата"})}),o("span",{className:"col-span-8 @lg:col-span-10 hidden @lg:block",children:o(Me,{size:"text-m",color:"text-secondary-text",children:"Тема"})})]}),f.length?f.map((e=>o(Iu,{...e},String(e.publicId)))):o(Co,{title:"Ничего не найдено",description:"Попробуйте очистить фильтры"}),o(wu,{currentPage:n+1,onPageChange:x,totalPages:p,itemCount:r,onItemCountChange:b})]})]})})),Ru=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,Du=d((({className:e="",title:t,description:n,error:l,button:a,...i})=>c(g,{className:u("flex flex-col justify-center items-center",e),defaultPadding:u("p-6xl"),version:"transparent",...i,children:[o("div",{className:"flex justify-center",children:Ru(l)}),o(S,{title:t,description:n,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?o(ye,{version:a?.version,text:a?.text,...a}):null]}))),Mu="location";function _u(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",zu()??{name:e}),r=i((e=>{Au(e),n(e)}),[]),{data:s}=jn(Vu()?null:"/api/v1/region",st);return a((()=>{s&&!Vu()&&n(s)}),[s]),[t??{name:e},r]}const Vu=()=>Boolean(globalThis.localStorage?.getItem(Mu)),zu=()=>{try{const e=globalThis.localStorage?.getItem(Mu);return e&&JSON.parse(e)}catch(e){return null}},Au=e=>{try{globalThis.localStorage?.setItem(Mu,JSON.stringify(e))}catch(e){}};var Fu;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD",e.CNY="CNY"}(Fu||(Fu={}));const Ou=new Intl.NumberFormat("ru",{style:"currency",currency:Fu.RUB}),Eu=e=>e?Ou.format(e):"",Lu="text-m font-light text-secondary-text ",ju=`${Lu} text-left`,$u=`${Lu} pl-5xl text-center`,qu=`${Lu} pl-5xl text-right`,Uu={USD:"DollarIcon",EUR:"EuroIcon",CNY:"ChineseYuanRenminbiIcon"},Wu=d((({className:e,exchangeCurrencyItems:t})=>c("table",{className:u("h-fit w-full",e),children:[o("thead",{children:c("tr",{children:[o("th",{className:ju,children:o(Me,{size:"text-m",children:"Валюта"})}),o("th",{className:$u,children:o(Me,{size:"text-m",children:"Купить"})}),o("th",{className:qu,children:o(Me,{size:"text-m",children:"Продать"})})]})}),o("tbody",{children:t.map(Hu)})]}))),Hu=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:Uu[t]},width:"24",height:"24"}):null,o(Me,{size:"text-h6",children:t})]})}),o("td",{className:"pt-m pl-5xl text-center",children:o(Me,{size:"text-h6",children:Eu(e?.saleExchangeRate)})}),o("td",{className:"pt-m pl-5xl text-right",children:o(Me,{size:"text-h6",children:Eu(e?.buyExchangeRate)})})]},t)},Yu={icon:"GpsIcon"},Ku=d((({className:e="",address:t})=>c("div",{className:u("flex gap-s w-full justify-between @sm:justify-center",e),children:[o(Tc,{...Yu,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:"Курс указан для заданного офиса"})]})]}))),Gu=(e,t,n)=>{const l=Number(Xu(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)},Xu=e=>e.replace(/[^\d.,]/g,"").replace(",","."),Ju=e=>Pt([[e=>e.value!==Fu.RUB&&e.oppositeValue!==Fu.RUB,()=>e.handleConvert(e.value,Fu.RUB)],[e=>e.value===Fu.RUB&&e.oppositeValue===Fu.RUB,()=>e.handleConvert(e.value,Fu.USD)],[e=>e.value===Fu.RUB&&e.oppositeValue===Fu.RUB,()=>e.handleConvert(e.value,Fu.CNY)],[()=>!0,()=>e.handleConvert(e.value)]])(e)?.();function Zu(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(Yt,{className:"shrink-0 text-l w-full appearance-none -mr-20",placeholder:t,type:"text",value:a,onChange:i}),s.length?o(cn,{className:"absolute right-0",isBorder:!1,onChange:e=>r(e.key),options:s,value:d}):null]})}const Qu=d((({className:e="",currencyRatesBuy:t,currencyRatesSell:n,button:a})=>{const[r,s]=l({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||Fu.RUB,selectBuy:n?.[0]?.currency?.currency||Fu.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:[Zu({placeholder:"Хочу продать",rates:n,selected:r.selectSell,setSelected:eh(r,d,n),value:r.inputSell,setValue:e=>nh(d,n)(e,r.selectSell,r.selectBuy)}),Zu({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:th(r,d,t),value:r.inputBuy,setValue:e=>lh(d,t)(e,r.selectBuy,r.selectSell)})]}):null,a?.text?o(ye,{text:a.text,version:a?.version,...a}):null]})})),eh=(e,t,n)=>l=>{t({selectSell:l}),Ju({value:l,oppositeValue:e.selectBuy,handleConvert:(l=e.selectSell,a=e.selectBuy)=>{nh(t,n)(e.inputSell,l,a)}})},th=(e,t,n)=>l=>{t({selectBuy:l}),Ju({value:l,oppositeValue:e.selectSell,handleConvert:(l=e.selectBuy,a=e.selectSell)=>lh(t,n)(e.inputBuy,l,a)})},nh=(e,t)=>(n,l,a)=>{e({inputSell:Xu(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(Gu(n,i,l===Fu.RUB)||"")})},lh=(e,t)=>(n,l,a)=>{e({inputBuy:Xu(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(Gu(n,i,l===Fu.RUB)||"")})};const ah=d((({className:e="",title:t="Курсы обмена валют",button:n,...l})=>{const[a]=_u(),i=function(e){const t=e?.code||"000",{data:n}=jn(`/api/v1/exchangerates?regionCode=${t}`,st);return n||{}}(a),r=ih(i?.exchangeRate?.currencies),s=r.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:Fu.RUB}});const d=r.filter((e=>e.saleExchangeRate));return d.push({currency:{currency:Fu.RUB}}),o(g,{className:u("box-border min-h-80",e),...l,children:o(Ie,{className:"h-full",title:o(w,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:c("div",{className:"flex w-full gap-6xl flex-wrap @lg:flex-nowrap",children:[c("div",{className:"w-full @2xl:w-auto @5xl:w-1/2",children:[r?o(Wu,{className:"mb-xl",exchangeCurrencyItems:r}):null,o(Ku,{address:i?.address})]}),o(Qu,{className:"grow w-1/2",currencyRatesBuy:s,currencyRatesSell:d,button:n})]})})})})),ih=e=>e?.filter((e=>[1,2,3].includes(e?.currency?.id)))||[],rh=d((({className:e="",items:t})=>{const n=ue();return o("ul",{className:u("flex flex-col gap-s w-full",e),children:t?.map(sh(n))})})),sh=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,...pe(t),children:a||null})},String(l)):null},oh=d((({label:e,labelIconBgVersion:t,icon:n,onToggle:l,labelIcon:a})=>o(lc,{tag:"button",className:u("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:[Su(a,t),e?o(Me,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:n?o(W,{name:n,iconVersion:"color",width:"24",height:"24"}):null}))),ch=(e=!1)=>e?"flex flex-wrap group-last:last:pb-0":"grid grid-cols-12 [&>*]:pb-m",dh=(e=!1)=>e?"MinusIcon":"PlusIcon",mh=(e=!1)=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon",uh=ht((({className:e="",isExpanded:t,isFoldButtonOnTop:n=!0,label:l="Развернуть",labelIcon:a,labelIconBgVersion:i,foldButtonVersion:r="default",version:s,role:c,...d})=>{const m=ke();return o(g,{className:u("w-full border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",role:c,...d,children:o(Ni,{isFoldButtonOnTop:n,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>o(wi,{className:u("gap-lg",ch(m)),isUnfolded:e,children:D({...d,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>hh({foldButtonVersion:r,label:l,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t,isMobile:m})})})}),{childrenTypes:{exclude:["RollupItem"]}}),hh=({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?mh(e):dh(e))(a,r);return"accordion"===e?o(oh,{label:s,labelIcon:n,labelIconBgVersion:l,icon:c,onToggle:i}):o(ac,{label:s,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},ph=d((({navigationItems:e})=>o("div",{className:"w-full",role:"menu",children:gh(e)}))),gh=e=>e?.filter((e=>e.icon?.icon)).map(((e,t)=>o(uh,{foldButtonVersion:"accordion",label:e?.text,labelIcon:e?.icon,role:"menuitem",children:e.items?o(rh,{items:e.items}):null},String(t)))),fh=d((({className:e="",items:t=[]})=>t?.length?o("div",{className:u("space-y-m",e),children:t.map(xh)}):null)),xh=(e,t)=>c("div",{className:"space-y-m",children:[o("div",{children:o(Me,{size:"text-l",font:"font-medium",children:e?.title})}),o("div",{className:"space-y-m",children:e.items?.map(bh)})]},String(t)),bh=(e,t)=>c("div",{className:"space-y-2xs",children:[o("div",{children:yh(e.type,e.text)}),o(k,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e.description})]},String(t)),yh=(e,t="")=>{switch(e){case"tel":return o("a",{className:"text-primary-text hover:text-primary-main no-underline",href:`tel:${vh(t)}`,children:o(Me,{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})}},vh=e=>e.replaceAll(/\D/g,""),Nh=d((({className:e="",index:t,text:n,...l})=>{const a=ue(),{href:i,target:r,onClick:s}=a(l);return o("a",{className:u("text-secondary-text",e),href:i,target:r,onClick:s,children:n||`Документ ${t}`})})),wh=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(Me,{size:"text-l",font:"font-normal",children:t})}),n.map(((e,t)=>o(Nh,{index:t,className:"text-l font-light lg:max-w-[292px]",...e},String(t))))]}):null}))),kh=d((({className:e="",index:t,...n})=>{const l=ue(),{href:a,target:i,text:r,onClick:s}=l(n);return o("a",{className:u("text-xs font-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px]",e),href:a,target:i,onClick:s,children:r||`Документ ${t}`})})),Ch=d((({className:e="",links:t,license:n})=>c("div",{className:u("@container space-y-lg",e),children:[n?o("div",{children:o(Me,{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(kh,{index:t,...e},String(t))))}):null]}))),Sh=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:h,otherLinks:p=[]}=t??{};return c(g,{tag:"footer",className:u("grid gap-y-xl p-4xl pb-24 lg:p-xl",e),...n,children:[null,c("div",{className:"flex flex-col lg:flex-row items-center @lg:items-stretch gap-lg lg:gap-6xl ",children:[o(ph,{navigationItems:l}),o("div",{className:"border-t border-main-divider lg:hidden w-full"}),c("div",{className:u("w-full lg:w-52","flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[o(fh,{items:r}),m?o(ye,{className:"w-full",version:"primary",...m}):null,s.map(((e,t)=>o(Tm,{media:e?.links??[],showButtonText:!1,stretched:!0,children:e?.title},String(t)))),p.map(((e,t)=>o(ye,{className:"!text-left text-s font-light",version:"link",...e,children:e?.text},String(t))))]})]}),o(wh,{title:d,links:i}),o(Ch,{links:a,license:h})]})})),Ih=ht((({className:e,title:t,button:n,regionSource:a,data:i,...r})=>{const[s,d]=l({key:""}),m=a?.regions??[],h=oe({className:"text-white",version:n?.version||"primary"}),p=m?.find((e=>e.name===s.key))?.href,f=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(w,{headingType:"h3",title:t,className:"@xl:text-center"}):null,m?o(hn,{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(ye,{href:p,target:"_blank",className:u("p-m w-full @xl:w-auto",h),data:Cm(i,s?.key),children:f})}):null]})})})),Th={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"},Bh=d((({version:e,text:t,mobileText:n,...l})=>{const a=ke()?n:t;return a?o(ye,{className:u("py-s px-lg font-light whitespace-nowrap",Th["transparent"===e?"transparent":"default"]),...l,children:a}):null})),Ph=d((({bgColor:e,logo:t,alwaysShowLogo:n,internetBankButton:l,version:a,backwardButton:r})=>{const s=M(),d="/"===s.pathname,{dataFooter:m,dataHeader:u,...h}=t??{},p=i((()=>{s.back()}),[s]);return c("div",{className:"flex items-center justify-between w-full",children:[n||d?o("div",{children:o(Es,{className:"my-2xs",bgColor:e,logo:h,data:u,showTitle:!1})}):Rh(p,r),o(Bh,{version:a,...l})]})})),Rh=(e,t)=>t?c("button",{className:"flex items-center text-l my-2xs",onClick:e,type:"button","aria-label":"Кнопка назад",children:[o(W,{name:"ChevronLeftIcon",iconVersion:"black",width:"24",height:"24"}),t]}):null,Dh={"bg-white":"primary",transparent:"transparent"},Mh=ht((({bgColor:e="bg-white",alwaysShowLogo:t=!1,version:n=Dh[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(Ph,{bgColor:e,logo:d,alwaysShowLogo:t,internetBankButton:c,version:n,backwardButton:r,...i})})})})),_h=(e=!1)=>e?{}:{padding:"p-0"},Vh={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},zh=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=M();return o(g,{className:u("relative flex flex-col",Vh[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:D({...c,extraProps:{className:u("w-full",So(r)),..._h(l)}})})}),{childrenTypes:[]}),Ah=ht((e=>o(zh,{...e})),{childrenTypes:[]}),Fh=d((e=>{const{className:t,align:n,image:l,...a}=e,i=n?u("flex",Mc[n]):"";return o(g,{className:u(i,t),defaultPadding:"p-0",...a,children:o(ne,{image:l})})})),Oh=["байт","Кб","Мб","Гб","Тб","Пб"],Eh=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,...pe(i),children:[e,t?c(Me,{size:"text-l",font:"font-light",children:[t," ",Lh(d,m),o(Me,{color:"text-secondary-text",children:n&&`${d+s+m}`})]}):null]})})),Lh=(e,t)=>e||t?o("span",{children:", "}):"",jh=(e,t)=>(n,l)=>{const a=q(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))} ${Oh[n]}`})(n?.attachment?.fileSize||0):n?.fileSize,r="Attachment"===n?.docType?qh(a):n?.fileFormat;return c("div",{role:"listitem",children:[o(Eh,{text:n?.text,target:n?.target,href:a,fileFormat:r,fileSize:i,icon:$h(t),data:n?.data}),o(Re,{__html:n?.__html})]},String(l))},$h=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,qh=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},Uh=d((({href:e,__html:t,target:n})=>{const{close:l}=de(),a=M(),r=q(a)(e),s=i((()=>{l()}),[]);return c(oa,{className:"my-6xl min-h-fit w-fit mx-auto",children:[t?o(Re,{__html:t}):null,c("div",{className:"flex flex-row mx-auto w-fit gap-lg py-lg",children:[o(ye,{text:"Я согласен",version:"primary",target:n,href:r,onClick:s}),o(Cr,{type:"button",version:"secondary",onClick:s,children:"Я не согласен"})]}),o("div",{children:"Нажимая кнопку «Я СОГЛАСЕН» ниже Вы принимаете данные условия. Распространение или раскрытие любой части данного Заключения или любой информации, или рекомендации в нем запрещено.»"})]})})),Wh=d((({text:e,href:t,target:n,__html:l,icon:a})=>{if(!e&&!l)return null;const r=(e=>{const{open:t,close:n}=de();return{open:(n={})=>t(o(Uh,{...e}),n),close:n}})({__html:l,href:t,target:n}),s=i((()=>r.open()),[r]);return c("button",{className:"flex gap-s text-primary-text no-underline hover:text-primary-main",onClick:s,children:[$h(a),o(Me,{font:"font-light",children:e})]})})),Hh={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},Yh=ht((({className:e="",title:t,description:n,align:l="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const d=M();return c(g,{className:u("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[o(S,{title:t,description:n,align:l,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?o("div",{className:u("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",Hh[r]),role:"list",children:a.map(Kh(d,i))}):null]})})),Kh=(e,t)=>(n,l)=>{const a=n?.docType;return""===a?null:"reportSource"in n&&n?.reportSource?.__html?Gh(t)(n,l):jh(e,t)(n,l)},Gh=e=>(t,n)=>{const l={text:t.text,target:t.target,__html:t.reportSource?.__html};return t.reportSource?.__html&&t.text?c("div",{role:"listitem",children:[o(Wh,{...l,icon:e,href:Xh(t)?t?.href:t?.attachment?.src}),o(Re,{__html:t?.__html})]},String(n)):null},Xh=e=>"href"in e,Jh=ht((({className:e,padding:t,align:n="text-left",buttons:l=[],description:a,image:i,__html:r,headingType:s,qr:d,additionalDescription:m="",title:h="Мобильное приложение",version:p="primary",...f})=>{const x="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:u("min-h-80",e),padding:"p-0",version:p,...f,children:c(Ie,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:o(w,{headingType:s,title:h,className:u("whitespace-pre-wrap",n)}),rightImage:b,buttons:Le(l,{className:"flex-wrap"}),children:[a?o(Me,{size:"text-xl","font-weight":"font-light",children:a}):null,c("div",{className:u("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[r?o(Re,{__html:r,itemSize:"list-m"}):null,o(Me,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:m}),d?.src?o("div",{className:u("flex justify-center bg-white rounded-md @xl:-order-1",x),children:o(ne,{className:"w-fit",image:d})}):null,i?.src?o(ne,{className:"lg:hidden",image:i}):null]})]})})})),Zh=(e=[],t={})=>e.filter((({content:e={}})=>bc(t,e))).length,Qh=(e,t)=>e===t;const ep=(tp=function(...e){return(t,n)=>e.some((e=>e(t,n)))}(Qh,((e=Qh)=>(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])=>tp(n,t[e])))));var tp;const np=[],lp={},ap={primary:"bg-white/30",secondary:"bg-main-divider"},ip={primary:{desktop:"text-white",mobile:"text-primary-text"},secondary:{desktop:"text-secondary-text",mobile:"text-secondary-text"}},rp=d((({count:e,version:t="secondary"})=>{const n=ke(),l=n?"bg-main-divider":ap[t],a=ip[t][n?"mobile":"desktop"];return o("div",{className:u("w-6 h-6 rounded-full flex items-center justify-center",l),role:"status","aria-label":`Количество ${e} доступных программ и сервисов`,children:o(Me,{size:"text-xs",color:a,children:e})})})),sp=({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:u("cursor-pointer text-left border-b-0 flex gap-2xs"),"aria-label":e,"aria-labelledby":`${e}-label`,children:[n?o(ne,{className:u("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})]})]})},op={default:"px-xs",underlined:"px-m",animated:"px-m border border-gray cursor-pointer text-left border-b-0 mt-auto flex gap-2xs"},cp={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",animated:"text-white sm:text-white"},dp={default:"bg-white",underlined:"bg-white",animated:"p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96"},mp={default:"bg-white sm:bg-primary-main",underlined:"bg-white",animated:"p-2 border-none bg-primary-main text-white h-20 w-96"},up=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:h,...p}=t;return o(i,{className:u("h-12","block flex-1","cursor-pointer",op[l],n?mp[l]:dp[l]),role:"tablist","aria-label":"Список табов",onClick:a,...p,children:c("div",{className:u("h-full","flex justify-center items-center","text-center whitespace-nowrap",n?cp[l]:"text-secondary-text hover:text-primary-main"),role:"tab","aria-label":`Таб ${r}`,children:[sp({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(rp,{count:m,version:Sr(n,l)})}):null]})})})),hp=d((e=>o(e?.item?.href?pp:gp,{...e}))),pp=d((e=>{const t=ue(),n=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:l,...a}=t({...e.item,onClick:n});return o(up,{...e,tag:"a",item:a,onClick:l})})),gp=d((({item:e={},onClick:t,...n})=>{const l=i((()=>{t&&t(e)}),[t,e]);return o(up,{item:e,onClick:l,...n})})),fp=(e,t,n)=>(l,a)=>o(hp,{isActive:l===e,onClick:t,type:n,item:l},String(a)),xp=d((({className:e,tabsType:t="default",items:n=[],activeItem:l,onChange:a})=>o("div",{className:u("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tabpanel","aria-label":"Панель управления табами",children:n.map(fp(l,a,t))}))),bp={categories:[],extraOptions:[],propertyType:[],stage:[]},yp=ht((({className:e,hotFilters:t,filtrationSchema:n={},resetButton:l,...a})=>{const[s,{blocksToRender:d},{field:m,reset:h,update:p}]=vc(bp,{block:a.block,page:a.options?.page}),f=i(((e=bp)=>p(e)),[]),x=(({hotFilters:e=np,filtrationState:t=lp,blocks:n=np,onFiltrationStateChange:l})=>{const a=r((()=>Math.max(0,e.findIndex((e=>ep(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,count:Zh(n,t.filter),version:Sr(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:f});return c(g,{className:u("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[o(xp,{...x}),o(hc,{filtrationSchema:n,resetButton:l,field:m,reset:h}),o(cc,{blocksToRender:d,...a})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>e?.filtrationSchema||{}}),vp=({location:e,address:t,billAcceptorType:n,terminalType:l,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},d)=>{const m=[{label:"Устройство",value:kp(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(Me,{size:"text-h4",children:kp(e)}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(W,{name:"GeolocationIcon",width:"24",height:"24"}),o(Me,{size:"text-l",children:t})]}):null]}),o("div",{className:"whitespace-nowrap",children:o(Oi,{color:"green",children:kp(s)})})]}),o("div",{className:"hidden sm:block",children:o(Ti,{className:"flex-wrap",children:m?.map(wp)})}),o(Ni,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(wi,{isUnfolded:e,children:o(Ti,{className:"flex-wrap",children:m?.map(wp)})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Wi({isUnfolded:e,onToggle:t})})]},String(d))},Np=({address:e="",terminalType:t,atmCode:n=""})=>({header:`${kp(t)} №${n}`,body:e.toUpperCase()}),wp=(e,t)=>o(ki,{...e},String(t)),kp=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",Cp=[];const Sp=async e=>{const t=await rt(e,{method:"GET"});return Array.isArray(t)?t:Cp},Ip={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1,locationDisabledPeople:!1,designDisabledPeople:!1},Tp={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)},Bp=d((({descriptionData:e,className:t})=>{const[n]=_u(),l=n?.code??"000",{data:a,isLoad:i}=function(e){const{data:t,error:n}=jn(`/api/v1/atms?regionCode=${e}`,Sp);return{data:t||Cp,isLoad:!t&&!n}}(l);return o(zr,{className:t,filterItems:Pp,data:a,isLoad:i,initFilterState:Ip,renderCard:vp,getBalloon:Np,title:`Банкоматы филиала ${n?.name}`,descriptionData:e})})),Pp=(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=>Tp[t](e))),n=!l.length||l.some((t=>Tp[t](e)));return t&&n}))},Rp=({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(Me,{size:"text-h4",children:"Удаленное рабочее место"}),e?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(W,{name:"GeolocationIcon",width:"24",height:"24"}),o(Me,{size:"text-l",children:e})]}):null]})}),o("div",{className:"hidden sm:block",children:Dp({workScheduleDescription:t})}),o(Ni,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(wi,{isUnfolded:e,children:Dp({workScheduleDescription:t})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Wi({isUnfolded:e,onToggle:t})})]},String(n)):null,Dp=({workScheduleDescription:e})=>c("div",{children:[c(Ti,{className:"flex",children:[o(ki,{label:"Операции для физических лиц",children:o(Me,{children:"Оформление и обслуживание кредитов, счетов, вкладов"})}),o(ki,{label:"Операции для физических лиц",children:o(Me,{children:"Оформление и обслуживание банковских карт"})}),o(ki,{label:"Операции для физических лиц",children:o(Me,{children:"Инвестиционное и накопительное страхование"})}),o(ki,{label:"Операции для физических лиц",children:o(Me,{children:"Безналичные операции в рублях, переводы без открытия счёта"})})]}),o("hr",{className:"text-main-divider pb-xl"}),o(ki,{label:"Режим работы",className:"max-w-none",children:o(Me,{children:e})})]}),Mp=({address:e="",workScheduleDescription:t})=>({header:"Удаленное рабочее место",body:`${e} ${t}`}),_p={branches:[],remoteWorkplaces:[]};const Vp=async e=>await rt(e,{method:"GET"})||_p,zp=d((({className:e})=>{const[t]=_u(),n=t?.code??"000",{data:l,isLoad:a}=function(e="000"){const{data:t,error:n}=jn(`/api/v1/branchesAndRemoteWorkplaces?regionCode=${encodeURIComponent(e)}`,Vp);return{data:t||_p,isLoad:!t&&!n}}(n);return o(zr,{className:e,data:l?.branches,isLoad:a,remoteWorkplaces:l?.remoteWorkplaces,renderCard:Gi,renderRemoteWorkplaceCard:Rp,getBalloon:Ji,getBalloonRemoteWorkplaces:Mp,title:`Офисы филиала ${t?.name}`})})),Ap=d((({data:e,className:t,...n})=>{const l=e?.dataType??"offices";return o(g,{version:"transparent",className:u(t),defaultPadding:"p-0",...n,children:"offices"===l?o(zp,{}):o(Bp,{descriptionData:e})})})),Fp=d((({className:e,title:t,description:n="Блок в разработке...",...l})=>c(g,{className:u("box-border",e),...l,children:[o(S,{className:"max-w-[600px]",title:t,description:n,headlineVersion:"L",align:"text-left",isEmbedded:!0}),o(f,{})]}))),Op=d((({className:e,padding:t,slides:n=[],...l})=>o(g,{className:u("overflow-hidden relative",e),padding:t,...l,children:o(ec,{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))))})}))),Ep=d((({address:e,email:t,telephone:n,button:l,className:a="",__html:i,richVersion:r,icon:s,title:d,version:m="primary",...h})=>c(g,{className:u("box-border text-left space-y-s",a),version:m,...h,children:[c("div",{className:"w-full flex justify-between flex-row-reverse",children:[Ee(s)?o("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:o(ne,{image:s})}):null,d?o(w,{headingType:"h3",as:"h3",title:d}):null]}),c("div",{className:"w-full space-y-m",children:[i?Lp({__html:i,richVersion:r}):null,jp({label:"Адрес",data:e,iconName:"GeolocationIcon"}),jp({label:"Телефон(факс)",data:n,iconName:"PhoneIcon"}),jp({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),l?.text?Le([l]):null]})]}))),Lp=e=>o("div",{className:"border-b border-main-divider pb-lg",children:o(Re,{...e,itemSize:"list-s"})}),jp=({label:e,data:t,iconName:n,dataColor:l=""})=>t?c("div",{className:"flex gap-s",children:[o(W,{iconVersion:"black",name:n,width:"24",height:"24"}),c("div",{className:"flex flex-col gap-2xs",children:[o(Me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),o(Me,{size:"text-xl",color:l,children:t})]})]}):null,$p=d((e=>{const{__html:t,richVersion:n="",...l}=e;return o(g,{defaultPadding:"p-0",...l,children:o(Re,{__html:t,richVersion:n})})})),qp=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:u(Wt.split(" ").filter((e=>"rounded"!==e)),Xn,"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(Me,{color:"text-primary-text",children:t}):null]})}))),Up=d((({className:e=""})=>{const[t,n]=l("option2"),a=i((e=>n(e)),[]);return c("div",{className:u("order-4",e),role:"radiogroup",children:[o(qp,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),o(qp,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),Wp=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(cn,{options:s,label:r,placeholder:a||l,onChange:e=>i(e.key),value:c})})),Hp=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(Wp,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:n,label:"Регион"})}),o("div",{className:"flex-1 min-w-0",children:o(Wp,{data:l,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),Yp=["От 1 дня","До 365 дней"],Kp=d((({days:e,setDays:t})=>c("div",{className:"order-1",children:[o(Me,{size:"text-m",font:"font-light",children:"Срок аренды"}),o(ml,{min:1,max:365,value:e,items:Yp,onChange:t})]}))),Gp=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(Wp,{data:e,fieldLabel:"volume",selected:t,setSelected:n,label:"Размер",placeholder:"Выберите размер"})}),o("div",{className:"flex-1 min-w-0",children:o(Wp,{data:l,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),Xp=d((({regions:e,selectedRegion:t,branches:n,selectedBranch:l,days:a,selectedCaseVolume:i,selectedBoxSize:r,safeBoxCases:s,caseVolumes:d,onChange:m,onClick:u})=>c("div",{className:"contents @xl:block flex-1 space-y-xl",children:[o(Hp,{regions:e,selectedRegion:t,onSelectedRegion:e=>m({selectedRegion:e}),branches:n,selectedBranch:l,onSelectedBranch:Jp(m)}),o(Kp,{days:a,setDays:e=>m({days:e})}),o(Gp,{caseVolumes:d,selectedCaseVolume:i,onSelectedCaseVolume:Zp(m),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>m({selectedBoxSize:e})}),o("div",{className:"order-4",children:o(Me,{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(Up,{}),o(ye,{text:"Офисы на карте",version:"primary",onClick:u,className:"order-6"})]})]}))),Jp=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},Zp=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},Qp=d((({days:e,tariffs:t=[]})=>{const n=tg(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:[eg("Аренда за",e),eg("Цена",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})})]})]})})),eg=(e,t)=>c("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[o(Me,{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})]}),tg=(e,t)=>{const n=ng(e);return e*(t?.find((e=>e.tariffType===String(n)))?.tariffValue||0)},ng=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},lg=(e,t)=>e.find((e=>e.branchCode===t)),ag=d((e=>{const{regions:t,data:n,branches:l,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[n.selectedRegion,i]);const s=lg(l,n.selectedBranch),d=ig(s?.safeBoxCaseVolumes),m=rg(s?.safeBoxCaseVolumes,n.selectedCaseVolume)?.safeBoxCases,u=sg(m,n.selectedBoxSize);return c("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[o(Xp,{...n,regions:t,onClick:r,branches:l,caseVolumes:d,safeBoxCases:m,onChange:i}),o(Qp,{days:n.days,tariffs:u})]})})),ig=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],rg=(e,t)=>e?.find((e=>e.volume===t)),sg=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,og=[];const cg=async e=>await rt(e,{method:"GET"})||og,dg=d((({title:e,footnote:t,className:n="",...a})=>{const[r,s]=l(!1),d=i((()=>s((e=>!e))),[]),[m,u]=l({selectedRegion:"",selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:"",days:26}),h=bi(),p=mg(m.selectedRegion,h),f=function(e){const{data:t}=jn(e?`/api/v1/safeboxes?regionCode=${e}`:null,cg);return t||og}(p),x=i((e=>u((t=>({...t,...e})))),[u]),b=(y=lg(f,m.selectedBranch)||f,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(w,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,o(ag,{regions:h,branches:f,data:{...m,selectedRegion:p},onClick:d,onChange:x}),t?o(k,{size:"text-s",font:"font-light",children:t}):null]}),b.length&&r?o(pr,{points:b,className:"h-[640px]"}):null]})})),mg=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e,ug={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"},hg=(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:pg(e,n)(l,a)}),c("div",{className:u("flex flex-col justify-center h-fit w-full",{"min-h-6xl":e}),children:[gg(l),i?.text?o(ye,{className:"box-border py-s w-full max-w-60 mt-lg",version:t,...i,children:i?.text}):null]})]})},String(a))},pg=(e,t)=>(n,l)=>{const a="secondary"===t?"white":"color",i=Boolean(n?.icon?.src),r=fg(e,i),s=i?"transparent"===t:t;return o(g,{className:u("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:xg({step:n,iconVersion:a,i:l,stepVersion:t})})})},gg=e=>c("div",{children:[e?.label?o(k,{size:"text-l",align:"text-left",children:e.label}):null,e?.description?o("div",{className:u("text-s font-light text-left",ug.description),children:e.description}):null,o(Re,{__html:e.__html})]}),fg=(e,t)=>e&&t?"h-14 w-14":"h-11 w-11",xg=({step:e,iconVersion:t,i:n,stepVersion:l})=>{return Ee(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:u("text-h4","transparent"===l?ug.iconText:(a=l,"secondary"===a?"group-data-primary:text-white":"text-secondary-text")),children:n+1});var a},bg=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:u("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:r,...s,children:[o(S,{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(hg(d,r,i))}):null,Le(a,{isVertical:!0})]})})),yg=d((({isActive:e,item:t,onClick:n})=>c("div",{className:u(e?"text-primary-main":"text-primary-text","w-10 m-4 flex justify-center items-center flex-col text-xs cursor-pointer"),title:t?.title||"",onClick:n,children:[o(W,{className:"w-6 h-6",name:t?.icon?.icon,iconVersion:e?"color":"black"}),t?.title||""]}))),vg=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:u("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(sa,{className:"absolute top-1.5 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:n})]})})),Ng=({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(vg,{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(w,{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 wg(e){throw new Error(e)}const kg=({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:wg(e)}}))),[c,d]),n},Cg=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 Sg=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(Me,{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(Ig,{...e},String(t))))})]}):null,Ig=d((({icon:e,...t})=>{const n=ue(),{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(Me,{size:"text-l",font:"font-light",color:"text-primary-text",children:l})}):null]})})),Tg=(e,t)=>n=>n.name?o(Sm,{href:`/branches/${n.slug}`,className:"mb-xs sm:mb-2xs hover:text-primary-hover",onClick:()=>t?.(n),data:Cm(e,n.name),children:o(Me,{size:"text-l",font:"font-light",children:n.name})},String(n.id)):null,Bg=d((({className:e,searchTerm:t,onSearch:n})=>c("form",{className:`font-sans relative ${e}`,children:[o("div",{className:"absolute rounded h-full flex items-center justify-center pl-m max-w-44 gap-s pointer-events-none",children:t?null:o("label",{htmlFor:"search-bar-input",className:"text-secondary-text ",children:"Поиск по филиалам"})}),o("input",{id:"search-bar-input",className:u(Wt,"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"})]}))),Pg=d((({foreignOffices:e,branches:t})=>{const[n,a]=_u(t?.default),r=ue(),{href:s}=r({href:`/branches/${n.slug}`}),[d,m]=l(""),u=Dg(bi()).sort(((e,t)=>e.name.localeCompare(t.name))),h=((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})(u,Rg),{close:p}=de(),g=i((e=>{a(e),p()}),[]);return c(oa,{className:"pb-20",head:c("div",{children:[o(Me,{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(Sm,{href:s,className:"inline mx-2xs text-primary-main",children:n.name})]})}):null,o(Bg,{onSearch:m,searchTerm:d})]}),children:[d&&d.length>=3?o("div",{children:u.filter((({name:e})=>e&&Cg(e.toLowerCase())(d.toLowerCase())>=.8)).map(Tg(t?.dataSelect,g))}):o("div",{className:"columns-1 sm:columns-3 md:columns-4 lg:columns-5",children:Array.from(h.entries()).map((f=g,x=t?.dataSelect,([e,t])=>c("div",{className:"break-inside-avoid mb-2xl w-56",children:[o("div",{className:"mb-s",children:o(Me,{size:"text-h6",children:e})}),t.map(Tg(x,f))]},e)))}),Sg(e)]});var f,x})),Rg=e=>e.name?.charAt(0)||"",Dg=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),Mg=d((({menuRef:e,menuItem:t,locationDialogProps:n,closeAll:l})=>{const i=(e=>{const{open:t,close:n}=de();return{open:(n={})=>t(o(Pg,{...e}),n),close:n}})(n||{}),[{name:r}]=_u(),s=e?.current?.getBoundingClientRect(),c=X(G.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(vg,{onClick:e=>e.stopPropagation(),head:o("div",{className:"flex items-center justify-center px-xl",children:o(w,{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})})})})),_g="burgerMenuDialog",Vg=({menuRef:e,centralMenuItem:t,closeAll:n,openDialog:l,locationDialogProps:a})=>{const i=kg(),r=((e,t)=>Boolean(t.find((t=>t.id===e),e)))(_g,i);return[r,{toggle:()=>{r?n():l(o(Mg,{locationDialogProps:a,menuRef:e,menuItem:t,closeAll:n}),{id:_g})}}]},zg=[],Ag=ht((({sticky:e,...t})=>{const{menuItems:n=zg}=e??{},a=n.find((e=>"Меню"===e.title)),r=n.filter((e=>"Меню"!==e.title)),d=Math.floor(r.length/2),m=r.slice(0,d),u=r.slice(d),[h,p]=l(-1),[f,x]=l(""),{open:b,closeAll:y}=de(),v=i((()=>{p(-1),x(""),y()}),[y]),N=$t(v),w=s(null),[k,{toggle:C}]=Vg({menuRef:w,centralMenuItem:a,closeAll:y,openDialog:b,locationDialogProps:t.header}),[{openBottomMenuItemDialog:S}]=Ng({menuRef:w,dialogRef:N,closeDialog:v,openDialog:b,leftItems:m,rightItems:u}),I=i((e=>{v(),e.stopPropagation(),C()}),[v,C]),T=i(((e,t)=>{x(t),p(e),y(),S(e,t)}),[y,S]);return o(g,{className:"h-[74px] z-[100] relative",defaultPadding:"p-0",...t,children:c("div",{ref:w,className:"ml-auto container bg-white flex justify-center shadow-blue-gray",children:[m.map(Fg(T,"left",{activeIndex:h,currentItemPosition:f})),o(yg,{item:a,isActive:k,onClick:e=>I(e)}),u.map(Fg(T,"right",{activeIndex:h,currentItemPosition:f}))]})})})),Fg=(e,t,n)=>(l,a,i)=>o(yg,{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)),Og="hidden sm:flex absolute z-40",Eg={default:{item:"flex-1",gap:0,buttonTop:"top-0"},animated:{item:"flex",gap:8,buttonTop:"top-5"},underlined:{item:"",gap:0,buttonTop:"top-0"}},Lg=d((({className:e,items:t=[],activeItem:n,onChange:l,tabsType:i="default"})=>{const[r,s]=qo({itemCount:t?.length||0});return a((()=>jg(r.current,t,n)),[]),c("div",{className:u("relative overflow-x-auto no-scrollbar",e),children:[o(Ro,{containerRef:r,snapAlign:"snap-start",onVisibleIndicesChange:s.handleVisibleIndicesChange,itemClassName:Eg[i].item,gap:Eg[i].gap,children:t.map(fp(n,l,i))}),s.canScrollLeft?o(Ko,{className:u("left-6",Og,Eg[i].buttonTop),onClick:s.scrollLeft}):null,s.canScrollRight?o(Go,{className:u("right-6",Og,Eg[i].buttonTop),onClick:s.scrollRight}):null]})})),jg=(e,t,n)=>{const l=t.findIndex((e=>e===n));e&&l>0&&e.scrollTo({left:e?.children[l]?.offsetLeft,behavior:"smooth"})},$g={default:{wrapper:"",component:""},animated:{wrapper:"border-b-8 border-primary-main bg-white",component:"m-auto"},underlined:{wrapper:"flex",component:"m-auto"}},qg=({className:e="",tabsType:t="animated",...n})=>t?o("div",{className:u($g[t].wrapper,e),children:o(Lg,{className:$g[t].component,tabsType:t,...n})}):null,Ug=ht((({className:e="",tabs:t=[],block:n,tabsType:r,showCounter:s=!1,isSticky:d=!1,...m})=>{const h=Wg(n??{}),p=M(),f=t.every((e=>"link"===e?.type)),x=s?t.map((e=>({...e,count:"group"===e?.type?n?.slots?.[e?.tabName??""]?.length??0:0}))):t,{isReady:b}=p,[y,v]=l(Kg(x,((e="")=>{const t=globalThis?.location?.href;return t?new URL(t).searchParams.get(e):null})(h))),N=x[y],w=x.findIndex((e=>Boolean(e.selected)));a((()=>{const e=p.query[h]?x.findIndex(((e,t)=>"group"===e.type&&(e?.tabName??String(t))===p.query[h])):w;v(-1===e?0:e)}),[b,w,h]);const k=Yg(x[y],y),C=i((e=>{const t=x.indexOf(e),n=x[t];v(t),"group"===n.type&&((e,t)=>{const n=new URLSearchParams(p.query);e.text?n.set(h,e?.tabName??String(t)):n.delete(h),p.replace(`${p.pathname}?${n}`,"",{scroll:!1})})(e,t)}),[x]);return c(g,{className:u({"sticky top-1 z-20":d&&f},e),defaultPadding:"p-0",block:n,...m,children:[qg({className:u({"pb-1":n?.slots&&"default"===r,"sticky top-1 z-20":d&&!f}),items:Hg(t,x),activeItem:N,tabsType:r,onChange:C}),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])=>R(t,{...m?.options,slotName:k,parent:n,extraProps:{className:e===k?"":"hidden"}})))})]})}),{slots:({tabs:e})=>e?.map(Yg)?.filter(Boolean)||[]}),Wg=({__id:e,anchor:t})=>t??e??"tabs",Hg=(e,t)=>t?.length?t:e,Yg=(e,t)=>"group"===e?.type?e?.tabName||`Слот №${t+1}`:"",Kg=(e,t)=>t?Number(t):e.reduce(((e,t,n)=>t.selected?n:e),0),Gg={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},Xg=d((({children:e,activeIndex:t,columnWidth:n,version:l="comparison"})=>o("div",{className:"flex flex-1 overflow-hidden",children:o("div",{className:Gg[l],style:{transform:`translateX(-${t*n}px)`},children:e})}))),Jg=d((({className:e="",isOpen:t,onClick:n})=>o(ye,{className:e,appendRight:o(ne,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"24",height:"24"}),text:t?"Скрыть":"Показать",version:"gray",onClick:n}))),Zg={Buttons:({buttons:e})=>Le(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(Re,{__html:e,isDotted:t,itemSize:"list-m"})}),LabelDescription:({label:e,description:t})=>c("div",{className:"space-y-2xs",children:[e?o("div",{children:o(Me,{size:"text-h6",children:e})}):null,t?o("div",{className:"lg:text-l font-light text-xs",children:o(Me,{color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,tableSource:n,pdfUrl:l,isOpen:a})=>e?o(Jg,{className:"w-fit",isOpen:a,onClick:()=>{t({tableSource:n,pdfUrl:l})}}):null},Qg=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 ef({cell:e,cellProps:{rowIdx:n,cellIdx:i,fieldIdx:t,displayTable:e=>{m(!1),c(i),r(e)},isVisible:d}})})),ef=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:n,...l}=e;if(!n||!(n in Zg))return null;return o(Zg[n],{...t,...l})},tf=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(Qg,{cell:e,fieldIdx:s,rowIdx:t,cellIdx:n,setTableInner:l,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r},String(s)))):null}))),nf=(e,t)=>140*((e=[])=>e.reduce(((e,t)=>e+t),0))(e.slice(0,t).map((e=>e?.cols?.length??1))),lf=(e,t)=>e?.length>0?o("div",{className:u("flex",{"text-secondary-text":0===t}),children:e.map(((e,t)=>o("div",{className:"w-20 mx-lg",children:o(Me,{size:"text-h6",font:"font-light",children:e})},String(t))))}):null,af=d((({rows:e})=>{return o(Ro,{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=u("flex duration-1000 text-center",0!==n?"font-normal":"font-light");return c("div",{className:"flex border-main-divider border-b border-solid h-full",children:[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(Me,{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(-${nf(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(Me,{size:"text-xl",children:e.data}):null,e?.cols?lf(e.cols,t):null]},`row${n}`)))})})]},String(n))}))})});var t})),rf=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(Me,{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(af,{rows:t.rowsData})})})]},l)}))}))),sf=(e=!1)=>""+(e?"text-white":"text-secondary-text"),of=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:u("rounded-md px-4 py-3 cursor-pointer",{"bg-primary-main":t===n}),onClick:()=>l(t),children:o(Me,{size:"text-xl",font:"font-light",color:sf(t===n),children:e||t+1})},e)))}):null,t?o(ye,{className:"text-primary-main",href:t,version:"link",target:"_blank",appendLeft:o(W,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]}))),cf=ht((({tableSource:e,pdfUrl:t,onClick:n})=>{const a=e?.tableData,[r,s]=l(0),d=i((e=>s(e)),[]),m=a?.[r]?.items??[],u=a?.map((e=>e.currency??""));return c("div",a?{className:"bg-white z-10",children:[o(of,{currencies:u,activeTabIndex:r,setActiveTabIndex:d,linkToPDF:t}),o(rf,{activeTabIndex:r,items:m}),o(Jg,{className:"mt-xl",onClick:n,isOpen:!0})]}:{className:"my-lg space-y-m text-center",children:[o(Me,{size:"text-h6",children:"Данных нет"}),o(Jg,{onClick:n,isOpen:!0})]})})),df=d((({children:e,tableInner:t,onHideContentClick:n})=>c("div",{className:"self-start flex flex-col",role:"row",children:[o("div",{className:u("@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(cf,{...t,onClick:n})}):null]}))),mf=d((({row:{header:e,data:t},activeIndex:n,rowIdx:a,...r})=>{const[s,d]=l(void 0),m=i((e=>d(e)),[]),[h,p]=l(void 0),g=i((e=>p(e)),[]);return c(df,{onHideContentClick:()=>d(void 0),tableInner:s,...r,children:[o("div",{className:u("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(Me,{size:"text-m",font:"font-light",color:"text-primary-text",children:e?.title}):null]})}),t?.length?o(Xg,{activeIndex:n,columnWidth:360,version:"tariff",children:t.map(((e,t)=>o(tf,{cells:e,rowIdx:a,cellIdx:t,setTableInner:m,tableInner:s,openTableInnerIdx:h,setOpenTableInnerIdx:g,...r},String(t))))}):null]})}));function uf({dec:e,inc:t,canDec:n,canInc:l,btnClass:a,className:i=""}){return n||l?c("div",{children:[n?o(Yo,{className:u("absolute z-40",a[0],i),onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!n}):null,l?o(Yo,{className:u("absolute z-40 rotate-180",a[1],i),onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!l}):null]}):null}const hf=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,uf({...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]})})),pf=d((({className:e="",title:t,description:n,rowHeaders:a,tariffsColumns:r,hiddenRowsNum:s=0,...d})=>{const m=r?.map((({data:e})=>e))||[],h=a?.map(((e,t)=>({header:e,data:m.map((e=>e?.[t]||[]))}))),p=m.length,[f,x]=((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=(h||[]).map(((e,t)=>o(mf,{row:e,activeIndex:f,rowIdx:t,...d},String(t)))),[y,v]=s>0?[b.slice(0,-s),b.slice(-s)]:[b,[]];return c(g,{className:u("relative space-y-6xl @4xl:space-y-xl",e),defaultPadding:"p-6xl",...d,children:[o(S,{title:t,description:n,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),o("div",{className:"space-y-m overflow-hidden",children:s>0?o(Ni,{renderFoldableSection:({isUnfolded:e})=>c(hf,{controls:x,children:[y,o(wi,{isUnfolded:e,children:v})]}),renderFoldButton:ic}):o(hf,{controls:x,children:b})})]})})),gf=d((({className:e="",title:t,description:n,iconVersion:l,__html:a,richVersion:i,...r})=>c(g,{className:u("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...r,children:["small"===l?ff():null,c("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?o(Me,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,n?xf(n):null,a?o(Re,{richVersion:i,__html:a}):null]})]}))),ff=()=>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"}),xf=e=>o(k,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),bf=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(Me,{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(Me,{size:"text-h2",children:n})}):null]}))),yf=d((e=>{const{prefix:t,unit:n,suffix:l,...a}=e;return o(g,{defaultPadding:"p-0",...a,children:o(bf,{prefix:t,unit:n,suffix:l})})})),vf={AdTile:gt,ApplicationForm:ws,ApplicationLeadForm:ko,BankAccountFiltration:kc,BenefitsBlock:Bc,BonusBenefitsBlock:Dc,ButtonsBlock:_c,CalculatorBonus:Kc,CalculatorBusinessDeposit:md,CalculatorCredit:Id,CalculatorDeposit:Ud,CalculatorRefinancing:Zd,CardTransfer:im,Carousel:hm,CarouselCard:xm,CarouselCatalogCard:ym,CarouselLinks:wm,CarouselRecommendationCard:Rm,CarouselTariffsCard:_m,CreditForm:su,DepositFiltration:uu,Depository:Pu,ErrorBlock:Du,ExchangeRateTile:ah,Footer:Sh,GrantSupport:Ih,Header:Mh,Headline:S,HorizontalLayout:Ah,ImgBlock:Fh,LinkDocs:Yh,MobileAppTile:Jh,MortgageFiltration:yp,OfficesAtmsMap:Ap,Placeholder:Fp,ProductBlock:pt,ProductGallery:Op,RepresentativeOfficeInfo:Ep,RichTextBlock:$p,RollupItem:uh,SafeDepositRental:dg,StepsBlock:bg,StickyBottomMenu:Ag,TabsLayout:Ug,TariffsTable:pf,TextBlock:gf,UnitBlock:yf,VerticalLayout:zh},Nf=me((()=>{a((()=>{It()}),[]);const e=Vt();jt(globalThis,"click",(e=>t=>{const n=t.target?.closest("[data-aspects]");try{const l=JSON.parse(n?.dataset?.aspects??"[]");Ct({aspectsAttributes:l,aspects:e,ev:t})}catch(e){}e.forwardQuery?.(t)})(e))}));const wf="cookie",kf=d((({__html:e})=>{const[t,{setTrue:n,setFalse:l}]=Lt();!function(e,t,n=300){a((()=>{const t=globalThis.setTimeout(e,n);return()=>{globalThis.clearTimeout(t)}}),t)}((()=>{globalThis.localStorage?.getItem(wf)||n()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(wf,"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(Re,{__html:e})}),o("div",{className:"ml-s sm:ml-0 w-36 flex justify-end",children:o(sa,{className:"bg-main-gray rounded-md w-11 h-11",onClose:r})})]})}):null})),Cf=d((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),n=kg({onCloseAll:e,onClose:t}),{close:l}=de(),r=i((({key:e})=>{"Escape"===e&&l()}),[]);return jt(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:u("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})),Sf=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:wg(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&n()}),[n]);return jt(globalThis.document,"keydown",r),e?o("div",{className:u("z-50",e.fixed?"fixed":"absolute"),style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",children:e.popup}):null})),If="header",Tf="footer",Bf="sticky-footer",Pf={},Rf=d((({className:e,data:t=Pf,blocksRegistry:n,blockDecorator:l})=>{const{slots:a,blocks:i,fallback:r,...s}=t,d=ut(s,r);Nf();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:u("@container relative",t.style,e),children:[a?.header?.length?o("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:R(a?.header,{...m,slotName:If})}):null,c("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[D({block:t,options:m,extraProps:{className:"scroll-mt-12"}}),R(a?.footer,{...m,slotName:Tf})]})]}),a?.["sticky-footer"]?.length?o("div",{className:"fixed w-full bottom-0 left-0 z-[100]",children:R(a?.["sticky-footer"],{...m,slotName:Bf})}):null,o(Cf,{}),o(Sf,{}),o(kf,{__html:d?.cookieContent?.__html})]})}));Object.assign(Rf,{childrenTypes:[],slots:()=>[If,Tf,Bf]});e.Blocks=vf,e.ContentPage=Rf,e.handlerDecorator=me,e.joinList=mc,e.packageVersion="0.14.641",e.projectSettings=V,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=L,e.useRouter=M,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"),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},u=(...e)=>e.map((e=>h(e)?Object.entries(e).filter((([,e])=>e)).map((([e])=>e)):e)).flatMap((e=>e)).filter(Boolean).join(" "),h=e=>Boolean(e&&"object"==typeof e&&!Array.isArray(e)),p={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white",gray:"bg-main-divider text-primary-text",transparent:"bg-transparent text-primary-text","":""},g=d((({className:e,version:t="primary",isTheme:n=!0,defaultPadding:l="p-xl",padding:a,block:i,tag:r="section",role:s,children:c,style:d})=>{const m=t&&n;return o(r,{className:u("@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})})),f=d((({className:e,size:t})=>o("figure",{className:u("m-0 mt-xl min-w-[80%]",e),children:x(t)}))),x=(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"},N={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},w=d((({className:e="",headingType:t="h3",as:n="h3",title:l,children:a})=>{const i=v[n]||"h3";return o(i,{role:"heading",className:u("font-sans m-0",N[t],e),children:l||a})})),k=d((({children:e,...t})=>o("p",{className:u("font-sans",Object.values(t)),children:e}))),C={XXL:{title:{headingType:"h0",as:"h1"},descriptionSize:"text-h5",descriptionWeight:"font-normal",descriptionStyle:"mt-xl"},XL:{title:{headingType:"h1",as:"h1"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-m"},L:{title:{headingType:"h2",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-m"},M:{title:{headingType:"h3",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-s"},S:{title:{headingType:"h4",as:"h2"},descriptionSize:"text-xl",descriptionWeight:"font-light",descriptionStyle:"mt-xs"},XS:{title:{headingType:"h5",as:"h2"},descriptionSize:"text-m",descriptionWeight:"font-light",descriptionStyle:"mt-xs"}},S=d((({className:e,version:t="",headlineVersion:n="XL",title:l,description:a,align:i="text-center",as:r,isEmbedded:s=!1,isTheme:d=!1,...m})=>{const h=C[n],p={marginTop:h.descriptionStyle};return c(g,{className:u({"@container-normal":s},e),defaultPadding:s?"":"p-6xl",version:t,isTheme:d,...m,children:[l?o(w,{className:u("whitespace-pre-wrap",i),...h?.title,as:r||h?.title.as,title:l}):null,a?o(k,{size:h.descriptionSize,font:h.descriptionWeight,align:i,...p,children:a}):null]})})),I=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),T=[];function B(e,t,{className:n,...l}={}){const{key:a,blockDecorator:i=I,blocksRegistry:r={},ancestors:s=T}=t,{type:c}=e;c&&c in r||console.warn(`No block with "${c}" is registered`);const d=c&&r[c];return i({blockClassName:u(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=[],R=(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 D({block:e,options:t,children:n,extraProps:l,renderProps:a}){return n||(e&&t?R(e.blocks,{...t,parent:e,extraProps:l,renderProps:a}):null)}function M(){return M._impl()}M._impl=()=>({isReady:!1,href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),M.setup=e=>{M._impl=e};const _=["CDN","BASE_PATH"],V=new Proxy({_:{},setup(e){this._=e}},{get(e,t){const n=e._[t]||e[t];return _.includes(t)?(e=>e&&!e.endsWith("/")?`${e}/`:e)(n):n}}),z=e=>Boolean(e?.includes(":")),A=(e,t)=>Boolean(e&&!z(e)&&(!t||"_self"===t)),F=e=>Boolean(e?.startsWith("#")),O=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/").replace(/^(.+):\//,"$1://").replace(/^file:/,"file:/").replace(/\/(\?|&|#[^!])/g,"$1").replace(/\?/g,"&").replace("&","?"),E=(e,t)=>!(!e||!t)&&(!!e.startsWith(t)&&["/"===t,e===t,"/"===e[t.length]].some(Boolean));var L=Object.freeze({__proto__:null,isURL:z,isLocalURL:A,isHash:F,withoutQuery:e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),joinPath:O,hasPrefix:E});const j="/api/",$=`${j}v1/storage`,q=e=>(t,n)=>{if([!t,z(t),F(t),[V.CDN,j].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`${$}/${t}/attachment`;const l=t?.startsWith("/");return O(E(t,n)?"":n,l?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},U={"":"",normal:"",color:"text-primary-main",black:"text-black",white:"text-black",gray:"text-gray"},W=d((({className:e="",imageClassName:t="",name:n="",alt:l=`Иконка ${n}`,title:a=l,iconVersion:i="color",width:r,height:s})=>{const d=M(),m="normal"===i?`${n}.svg`:`sprites.svg#${n}`,h=q(d)(O(V.CDN,"/icons/",m));return"normal"===i?o("img",{className:e,src:h,alt:l,title:a,"aria-hidden":"true",width:r,height:s,style:H(e,s)}):o(K,{className:e,children:c("svg",{className:u(Y(r),U[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:h,xlinkHref:h})]})})})),H=(e,t)=>{return e?.includes("h-")?{}:{height:(n=t,n&&!/\D/.test(n)?`${t}px`:t),width:"auto"};var n},Y=e=>e?"":"w-full h-full",K=d((({className:e,children:t})=>e?o("div",{role:"img",className:e,children:t}):t)),G=new Proxy({_:{},setup(e){this._=e}},{get:(e,t)=>e._[t]||e[t]});function X(e=""){try{return new URL(e).pathname}catch(e){return""}}const J=e=>t=>{const n=t?.startsWith("/wcms-resources")?"":X(G.SITE_URL);return t&&!z(t)?q(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=M();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:u("object-contain",t),alt:e?.alt||e?.title||"",title:e?.title||"",style:{width:e?.size?.width?`${e.size?.width}px`:"100%",height:e?.size?.height?`${e.size?.height}px`:"auto"},width:e?.size?.width,height:e?.size?.height}),te=e=>e?`image/${String(e)}`:void 0,ne=d((({className:e="",image:t,imageClassName:n="",...l})=>t?.src||t?.icon?t.icon?o(W,{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 ue(){const e=X(G.SITE_URL),t=M(),{closeAll:n}=de();return e=>{const n=q(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?.(r),he(l,a,e)||(n(),r?.preventDefault(),t.push(((e,t="")=>e?.replace(t,"")||"/")(l,e)))}}}me._impl=e=>e,me.setup=e=>{me._impl=e};const he=(e,t,n)=>{if(!A(e,t))return!0;const l=G.SUB_PORTALS?.split(",");return!!l?.some((t=>E(e,t)))||!E(e,n||"/")},pe=e=>{if(!Array.isArray(e)||!e.length)return{};try{return{"data-aspects":JSON.stringify(e)}}catch(e){return{}}},ge=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:u(fe(e),"flex gap-xs"),children:[l?o("div",{className:u(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:u(r,se[i]),children:a}):null]})})),fe=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 u("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),be=({className:e,rounded:t,version:n})=>["inline-block",re,n?ie[n]:"",t?"rounded-full":"rounded-md",e].join(" "),ye=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=ue()({onClick:r,href:l,...a}),c=t??o(ge,{...s});return o(e?Ne:ve,{...s,children:c})})),ve=d((({className:e="",href:t,rel:n,target:l,ariaLabel:a,version:i,rounded:r,onClick:s,type:c,data:d,children:m,text:u})=>o("a",{className:oe({className:e,version:i,rounded:r}),href:t,rel:n,target:l,"aria-label":a||`Ссылка на ${u}`,role:t?"link":"button",onClick:s,type:c,...pe(d),children:m}))),Ne=d((({className:e,ariaLabel:t,version:n,rounded:l,children:a})=>o("button",{type:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:be({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:u(l?"flex":"hidden sm:flex","items-center gap-s"),children:[o("div",{className:u(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(ye,{version:"link",className:"group-data-secondary:text-white",text:n,ariaLabel:n,onClick:t,type:"button"})]})}const ke=()=>{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},Ce={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Se=(e,{className:t,imageAlign:n})=>e?o("div",{className:u("shrink-1/2 justify-self-center",n&&Ce[n],t),children:e}):null,Ie=d((({className:e,version:t="primary",defaultPadding:n,padding:l="",title:a,buttons:r,leftImage:s,rightImage:d,imageAlign:m,insetTitle:h,isImageAlwaysOnRight:p=!1,isImageSecondary:g=!1,backwardButton:f,children:x,...b})=>{const y=ke(),v=M(),N=i((()=>v.back()),[]),w=b.options?.page?.common?.backwardButton,k=f&&!y;return c("div",{className:u("relative flex flex-col gap-3xl overflow-hidden",l||n,e),children:[k&&we({version:t,handleClick:N,text:w}),a?o("div",{className:"relative h-full",children:a}):null,c("div",{className:u("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:u("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:[h,x]}),Be(D({...b,extraProps:{className:"@container-normal"}})),Se(d,{className:u("@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=>u(e?"row-span-2":"@xl:row-span-2"),Be=e=>e?.length?o("div",{className:"flex items-start justify-end",children:e}):null,Pe=(e,t="normal")=>e?.icon||e?.src?o("div",{className:u("sm:w-12 sm:h-12 sm:min-w-12 w-11 h-11 min-w-11 box-border flex items-center justify-center rounded-icon","normal"===t?"bg-secondary-light text-primary-main":"bg-primary-main text-black group-data-secondary:bg-white/30 group-data-secondary:text-black"),children:o(ne,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,Re=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:u(n,l,"md-container group-data-secondary:text-white group-data-gray:text-secondary-text",i),dangerouslySetInnerHTML:{__html:t}})}):null})),De=(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,Me=d((({children:e,...t})=>o("span",{className:u("font-sans",Object.values(t)),children:e}))),_e=(e,t)=>e?o(Me,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,Ve=(e,t)=>["label"in e?_e(e.label,t):null,"description"in e?o("span",{className:e.descriptionClassName,children:De(e.description,t)},String(t)):null,"__html"in e?o(Re,{...e},`rte-${t}`):null],ze=d((({className:e,benefitsVersion:t,...n})=>c("div",{className:u("flex gap-m min-w-56 items-center",e),role:"listitem",children:["icon"in n?Pe(n.icon,t):null,o("div",{children:Ve(n)})]}))),Ae=d((({className:e,benefitsVersion:t="normal",benefits:n})=>n?.length?o("div",{className:u("flex gap-x-m gap-y-s flex-col",e),role:"list",children:n.map(((e,n)=>o(ze,{benefitsVersion:t,...e},String(n))))}):null)),Fe=d((({className:e,benefits:t})=>t?.length?o("div",{className:u("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),role:"list",children:t.flatMap(Ve)}):null)),Oe=d((({isTabularBenefits:e,...t})=>o(e?Fe:Ae,{...t}))),Ee=e=>Boolean(e?.src||e?.icon),Le=(e,{className:t,buttonClassName:n,isVertical:l}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?o("div",{className:u("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(je(n))}):null,je=(e="")=>(t,n)=>{const{text:l,icon:a,iconRight:i,version:r,...s}=t||{},c=$e(a,r),d=$e(i,r);return l||a?.icon?o(ye,{className:u("basis-full @lg:basis-auto",e),appendLeft:qe({...a,iconVersion:c}),appendRight:qe({...i,iconVersion:d}),version:r,text:l,...s},n?String(n):""):null},$e=(e,t="secondary")=>{const n="secondary"===t?"color":"white";return e?.iconVersion||n},qe=e=>Ee(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(Me,{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)),Ye=d((({className:e,tags:t})=>t?.length?o("div",{className:u("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(Me,{size:"text-m",font:"font-light",children:e})},String(t)),Ge={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:u,__html:h,richVersion:p,isFullWidthTitle:g,priceList:f=[],tags:x=[],buttons:b,image:y,imageOptions:{imageAlign:v="center",directionRight:N=!0,isImageAlwaysOnRight:w,isImageSecondary:k=!1}={},backwardButton:C,children:I,...T})=>{const B=y?.src?o(ne,{image:y}):null,P=o(S,{title:l,description:a,headlineVersion:i,align:r,isEmbedded:!0}),R=u?.filter((e=>"__html"in e||"label"in e||"description"in e));return o(Ie,{className:e,padding:t,defaultPadding:n,...g?{title:P}:{insetTitle:P},...Je(B,N),isImageSecondary:k,imageAlign:v,isImageAlwaysOnRight:w,buttons:Le(b),backwardButton:C,...T,children:c("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[R?.length?o(Oe,{benefitsVersion:s,isTabularBenefits:d,benefits:R}):null,h?o(Re,{richVersion:p,__html:h,isDotted:m,itemSize:Ge[i]}):null,I,f?.length?o(We,{priceList:f}):null,Ze(x)]})})})),Je=(e,t)=>t?{rightImage:e}:{leftImage:e},Ze=e=>e?.length?o(Ye,{tags:e}):null,Qe=e=>Boolean(e&&Array.isArray(e)),et=e=>Boolean(e&&!Array.isArray(e)&&"object"==typeof e),tt=(e,t)=>{return n=e,Boolean(et(n)&&"string"==typeof n.$ref)?t.ref(e):et(e)?t.record(e):Qe(e)?t.array(e):t.scalar?t.scalar(e):e;var n},nt=(e,t)=>(e=>e.includes("#")?e.substring(e.indexOf("#")+1).split("/").filter(Boolean):[])(t).reduce(lt,e),lt=(e,t)=>e&&t?et(e)?e[t]:Qe(e)?e[parseInt(t,10)]:e:e,at=(e,t)=>tt(e,{ref:({$ref:e,...n})=>at(e?nt(t(e),e):n,t),record:e=>Object.entries(e).map((([e,n])=>({[e]:at(n,t)}))).reduce(((e,t)=>Object.assign(e,t)),{}),array:e=>e.map((e=>at(e,t)))}),it=(e,t,n=[])=>{tt(e,{ref:e=>t(e.$ref,n),record:e=>{for(const l in e)it(e[l],t,[...n,l])},array:e=>{for(let l=0;l<e.length;l++)it(e[l],t,[...n,l])}})};async function rt(e,t){try{return e?await st(e,t):null}catch(e){console.error(e)}return null}const st=async(e,t)=>(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json(),ot=e=>[...new Set(e)],ct={},dt=["/portal-resources"],mt=(e,t)=>at(e,(e=>t?.[e])),ut=(e,t)=>{const n=(e=>{const t=[];return it(e,(e=>t.push(e))),t})(e),[i,r]=l({});return a((()=>{n.length&&(async e=>Object.fromEntries((await Promise.allSettled(ot(e).filter((e=>!dt.some((t=>e.startsWith(t))))).map((async e=>[e,ct[e]||=await st(e)])))).filter((e=>"fulfilled"===e.status)).map((({value:e})=>e))))(n).then(r)}),[n.join()]),n.length?mt(e,{...t,...i}):e};function ht(e,t={}){const n=d((t=>{const n=ut((({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 pt=ht((({className:e,padding:t,defaultPadding:n,...l})=>o(g,{className:u("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"]}),gt=d((e=>{const{items:t}=e.options?.page?.adSourceBook??{},n=r((()=>ft(0,t?.length)),[t]),l=t?.[n];return l?o(pt,{suppressHydrationWarning:!0,...l,...e}):o(g,{...e,children:o(f,{})})})),ft=(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}`}},bt=e=>e?.replace(/[^+\d]/g,"");const yt=e=>e?{phone:bt(e)}:{},vt=(e,t="birthday")=>e?{[t]:xt(e)}:{},Nt=(e,t=!0)=>({[t?"regionBranch":"region"]:e}),wt=(e,t=!0)=>({[t?"email":"mail"]:e}),kt=(e="")=>e&&"+7 ("!==e?{secondaryPhoneNumber:bt(e)}:{},Ct=({aspectsAttributes:e,aspects:t,ev:n})=>{for(const{aspectName:l,params:a}of e)t[l??""]?.(n,a)},St="rshb-query-params";function It(){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 Bt=e=>t=>{const[,n]=Tt(e.find((([e])=>e(t))));return n(t)},Pt=e=>Bt(e.map((([e,t])=>[e,()=>t])));Pt.if=e=>new Rt(void 0,e);class Rt{parent;predicate;unit;get entry(){return[Tt(this.predicate),Tt(this.unit)]}constructor(e,t,n){this.parent=e,this.predicate=t,this.unit=n}if(e){return new Rt(this,e)}then(e){return new Rt(this.parent,this.predicate,e)}else(e){return Bt([...Dt(this),[()=>!0,e]])}}const Dt=e=>[...e?.parent?Dt(e.parent):[],e.entry],Mt=e=>{const t=e.target?.closest("a");if(z(t?.href)&&!t?.href?.startsWith(globalThis.location?.origin)){e.preventDefault(),e.stopPropagation();const n=(e=>{const t=It();if(!z(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){_t(t?.target)?.(n)}}},_t=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 Vt(){return Vt._impl()}Vt._impl=()=>({forwardQuery:Mt}),Vt.setup=e=>{Vt._impl=e};const zt=e=>e,At=(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 Ft(t,n)?t:n}:r(e)):o,[r]);a((()=>{r&&o(r)}),[r]);const[d,m]=l(!1),[u,h]=l({}),p=i(((e,t)=>{const{parse:n=zt,format:l=zt}=t||{};return{value:l(s[e]),isDirty:d||u[e],onChange:t=>{c((l=>({...l,[e]:n(t)}))),h((t=>({...t,[e]:!0})))}}}),[c,d,u]),g=i((e=>{c(e),h(e)}),[]),f=i((()=>{c(e),m(!1),h({})}),[e]),x=i((e=>(e.preventDefault(),t?f():m(!0),n&&n(s,e),s)),[n,s]);return[s,{isDirty:d||Object.values(u).some(Boolean),field:p,update:g,reset:f,onSubmit:x}]},Ft=(e,t)=>e&&t&&Object.keys({...e,...t}).every((n=>e[n]===t[n])),Ot=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(w,{headingType:"h3",title:n,className:"@xl:text-center"}):null,l]})})})),Et=e=>"OUTSERVICE"===e?"/api/v1/outservice/outserviceregions":void 0;function Lt(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}]}function jt(e,t,n,l){a((()=>{if(e&&n)return e.addEventListener(t,n,l),()=>{e.removeEventListener(t,n,l)}}),[e,t,n])}function $t(e){const t=s(null),n=i((n=>{t&&t.current&&n.target instanceof Node&&!t.current.contains(n.target)&&e()}),[e]);return jt(globalThis.document,"click",n),t}const qt=({label:e,errors:t})=>e&&t?`${e}*`:e,Ut=()=>{},Wt="border border-solid outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text rounded",Ht=e=>e?o(Me,{size:"text-m",color:"text-primary-text",font:"font-light",children:e}):null,Yt=d((({key:e,className:t="",id:n,name:l,type:r="text",label:d,placeholder:m,value:h="",valid:p=!0,children:g,onChange:f,onFocus:x,onBlur:b,pattern:y,autoFocus:v=!1,isTextarea:N=!1,disabled:w=!1})=>{const k=s(null),C=i((e=>{const t=(e.target?.value||"").trimStart();f&&f(t)}),[f]);a((()=>{v&&k.current?.focus()}),[v,k]);const S=g?"pr-3xl":"",I=Kt(p);return c("div",{className:u("relative",t),children:[c("label",{className:"space-y-xs",children:[Ht(d),N?o("textarea",{className:u("block resize-y min-h-24",Gt,I),id:u("textarea",n),name:l||n,placeholder:m,value:h,onChange:C,onFocus:x,onBlur:b,disabled:w},e):o("input",{type:r,className:u("h-14",Gt,S,I),ref:k,id:n,name:l||n,placeholder:m,value:h,onChange:C,onFocus:x,onBlur:b,pattern:y,disabled:w},e)]}),g]})})),Kt=e=>e?Wt:"border-error",Gt="w-full border rounded-md text-primary-text outline-none p-m",Xt=e=>o("div",{className:"h-6",children:e?o(Me,{size:"text-xs",font:"font-light",color:"text-error",children:e}):null}),Jt=e=>e?.value||"",Zt={url:"suggest/address"},Qt={name:{url:"suggest/fio",requestData:{parts:["NAME"],gender:"UNKNOWN"}},surname:{url:"suggest/fio",requestData:{parts:["SURNAME"],gender:"UNKNOWN"}},middleName:{url:"suggest/fio",requestData:{parts:["PATRONYMIC"],gender:"UNKNOWN"}},email:{url:"suggest/email"},dulSubdivisionCode:{url:"suggest/fms_unit",responseItemHandler:e=>e?.data?.code?.replace("-","")||""},dulIssuedBy:{url:"suggest/fms_unit"},organizationName:{url:"suggest/party"},inn:{url:"suggest/party",responseItemHandler:e=>e?.data?.inn||""},addressRegistration:Zt,addressFact:Zt,organizationAddress:Zt},en=()=>({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"})}),tn=d((({options:e,onChange:t})=>o("div",{className:"bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-2xl",role:"list",children:e?.map(((e,n)=>o("div",{className:"flex px-m py-s cursor-pointer hover:bg-main-divider pr-5xl relative",role:"listitem",onMouseDown:()=>t(e),children:o("span",{className:"min-h-6",children:e.processedValue})},n.toString())))})));function nn({isOpen:e,value:t,name:n,onChange:c,onDaDataChange:d,daDataQueryPrefix:m}){const u=s(t),h=s(t),[p,g]=l([]),f=en(),x=Qt[n],b=i((()=>{h.current=t,f.close()}),[t]),y=i((e=>{b(),h.current=e.processedValue,c&&c(e.processedValue),d&&d(e)}),[b,c]),v=s(null),N=r((()=>async e=>{if(!x)return;const t=await(e=>{const{url:t,query:n,queryPrefix:l,requestData:a={},responseItemHandler:i=Jt}=e,r=(s=i,e=>(e?.suggestions||[]).map((e=>{const t=s(e);return{...e,processedValue:t}})));var s;const o=`${l?`${l}, `:""}${n}`;return fetch(`/api/v1/suggestions/${t}`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({count:10,...a,query:o})}).then((e=>e.json())).then(r)})({url:x.url,responseItemHandler:x.responseItemHandler,requestData:{...x?.requestData},query:e,queryPrefix:m});t?.length&&g(t)}),[m]),w=r((()=>((e,t=600)=>{let n;const l=(...a)=>{l.dispose(),n=setTimeout((()=>{e(...a)}),t)};return l.dispose=()=>{n&&clearTimeout(n)},l})(N,300)),[N]);return a((()=>{if(!e||!v.current||h.current===t)return void b();const n=v.current,{top:l,left:a,width:i,height:r}=n.getBoundingClientRect();t&&u.current!==t&&(w(t),u.current=t),f.update(o(tn,{options:p,value:t,onChange:y}),{top:l+globalThis.scrollY+r,left:a,width:i})}),[e,p,t,y]),v}const ln=d((({className:e,label:t,value:n="",placeholder:l,error:a,errors:r,onChange:s=Ut,onDaDataChange:d,onBlur:m,isTextarea:h,type:p,name:g="",daDataQueryPrefix:f,inputLength:x,dadata:b=!1,disabled:y=!1})=>{const[v,{setFalse:N,setTrue:w}]=Lt(),k=$t(N),C=i((e=>x?e.length<=x&&s(e):s(e)),[s]),S=nn({isOpen:v&&b,name:g,value:n,daDataQueryPrefix:f,onChange:s,onDaDataChange:d});return c("div",{className:u("shrink-0 w-full",e),ref:k,onBlur:N,onFocus:w,children:[o("div",{ref:S,children:o(Yt,{disabled:y,type:p||"text","aria-label":t,label:qt({label:t,errors:r}),valid:Boolean(!a),value:n,onChange:C,onBlur:m,isTextarea:h,placeholder:an(l,r,t)})}),Xt(a)]})})),an=(e,t,n)=>t&&!n?`${e}*`:e,rn=e=>e?.text||e?.key||"",sn=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,on=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:sn(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:rn(e)}),o(W,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:i,className:u("absolute right-4 pt-3xs",{hidden:e.key!==n?.key})})]},e.key)))}):null));const cn=d((({className:e,label:t,options:n=[],value:r,valid:d=!0,isBorder:m=!0,placeholder:h="",isSearch:p=!1,iconVersion:g="black",onChange:f,disabled:x=!1})=>{const[b,{setFalse:y,setTrue:v}]=Lt(),[N,w]=l(""),k=un(x,n.length),C=b&&!k,S=i((()=>{w(""),y()}),[]),I=function({isOpen:e,options:t,value:n,query:l,onChange:r,onClose:c,iconVersion:d}){const m=en(),u=i((()=>{m.close(),c&&c()}),[c]),h=i((e=>{u(),r&&r(e)}),[u,r]),p=s(null),g=$t(u);return a((()=>{if(!e||!p.current)return;const a=p.current,{top:i,left:r,width:s,height:c}=a.getBoundingClientRect();m.update(o(on,{popupRef:g,options:t,value:n,query:l,onChange:h,iconVersion:d}),{top:i+window.scrollY+c,left:r,width:s})}),[e,t,n,l,h]),p}({isOpen:b,options:n,value:r,query:N,onChange:f,onClose:S,iconVersion:g});return c("div",{className:u("space-y-xs",e),children:[Ht(t),c("div",{className:u("relative",C?"z-20":"z-10"),ref:I,children:[c("div",{className:u("h-14 [&>*]:p-m pr-6 text-l flex items-center justify-between text-primary-text relative z-10 overflow-hidden",mn(m,d,k)),onClick:C?S:v,children:[o("p",{className:"line-clamp-2 text-ellipsis",children:rn(r)||h}),dn(C,g)]}),p&&C?o("div",{className:u("absolute top-0 w-full z-20"),children:o(Yt,{type:"text",autoFocus:!0,value:N,onChange:w})}):null]})]})})),dn=(e,t)=>o(W,{className:u("absolute right-0 flex self-center",{"rotate-180":!e}),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),mn=(e,t,n)=>u(e?"border rounded-md ":"",e&&!n?"hover:border-primary-hover":"",n?"bg-main-divider":"cursor-pointer ",t?"border-gray":"border-error"),un=(e,t)=>e||0===t,hn=d((({className:e="",label:t,error:n,errors:l,...a})=>c("div",{className:e,children:[o(cn,{...a,valid:!n,label:qt({label:t,errors:l})}),Xt(n)]}))),pn=e=>!e?.length,gn=e=>t=>n=>e(n)?[]:[t],fn=gn((e=>null!=e&&""!==e)),xn="Некорректно заполненное поле",bn=e=>fn(e??xn),yn=e=>gn((e=>e?.key&&""!==e?.key))(e??xn),vn=e=>gn((e=>"string"==typeof e&&e.length>0&&e.length<=2))(e??xn),Nn=e=>gn((e=>"string"==typeof e&&e.length>1))(e??xn),wn=(e,t)=>gn((t=>"string"==typeof t&&t.length>=1&&t.length<=e))(t??xn),kn=e=>gn((e=>"string"==typeof e&&6===e.length))(e),Cn=e=>{return(t=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,gn((e=>"string"==typeof e&&t.test(e))))(e);var t},Sn=gn((e=>"boolean"==typeof e&&e))("Согласие обязательно"),In=e=>{const t=String(e).replace(/[^0-9]+/g,"");if(11===t.length){let e=0;for(let n=0;n<9;n++)e+=parseInt(t.charAt(n))*(9-n);return e>101&&(e%=101),100!==e&&101!==e||(e=0),e===parseInt(t.substr(9))}return!1},Tn=e=>Boolean("0"===e.qc&&"0"===e.qcComplete&&"2"===e.qcHouse),Bn=()=>gn(Tn)("Укажите регион, город/населенный пункт, улицу, дом, квартиру"),Pn={typeForm:bn(),surname:Nn("Укажите свою фамилию"),name:Nn("Укажите своё имя"),middleName:Nn("Укажите своё отчество"),region:yn(),addressBranch:yn(),phone:Cn("Укажите номер телефона"),secondaryPhone:Cn("Укажите номер телефона"),organizationPhone:Cn("Укажите номер телефона"),birthday:bn("Укажите дату рождения"),birthPlace:bn("Укажите место рождения"),education:bn("Выберите ваше образование"),housing:bn("Выберите тип жилья"),employment:bn("Выберите информацию о трудоустройстве"),organization:bn("Выберите тип организации"),amountWorkers:bn("Выберите информацию о количестве сотрудников"),employerActivities:bn("Выберите вид деятельности организации"),employerOrganization:bn("Выберите вид организации"),positionOrganization:bn("Выберите вашу должность"),dulSerie:(Rn="Укажите серию паспорта",gn((e=>"string"==typeof e&&4===e.length))(Rn)),dulNumber:kn("Укажите номер паспорта"),dulIssueDateField:bn("Укажите дату выдачи паспорта"),dulSubdivisionCode:kn("Укажите код подразделения"),dulIssuedBy:bn("Укажите организацию, выдавшую паспорт"),email:(e=>gn((e=>/^[^\s@]+@[^\s@]+\.[a-zA-Z]{2,4}$/.test(e)))(e))("Укажите электронную почту"),fullName:Nn(),inn:(e=>gn((e=>"string"==typeof e&&(10===e.length||12===e.length)))(e))("Укажите ИНН"),legalForm:bn("Укажите ОПФ"),organizationName:bn("Укажите наименование организации"),generalSeniority:vn("Укажите количество лет стажа"),lastJobExperience:vn("Укажите стаж на последнем месте работы"),experience5Years:vn("Укажите общий стаж за последние 5 лет"),jobsNumber:vn("Укажите количество мест работы за последние 5 лет"),beginDate:bn("Укажите дату заключения трудового договора"),addressFact:Bn(),partnerComments:bn(),collectionCount:bn(),comment:bn(),acquiringType:yn(),feedbackMethod:yn(),serviceType:yn(),serviceDirection:yn(),meetingDay:bn(),product:bn(),localities:bn(),consentDataProcessing:Sn,annualRevenue:bn(),consentToReceiveMaterials:Sn,processPersonalDataFlg:Sn,consentProviderFlg:Sn,consentPfrFlg:Sn,consentOthersFlg:Sn,consentInformFlg:Sn,familyStatus:bn("Выберите семейное положение"),children:wn(2,"Укажите количество детей"),familyMembers:wn(2,"Укажите количество членов семьи"),dependents:wn(2,"Укажите количество иждивенцев"),totalIncome:wn(19,"Укажите среднемесячный доход от основной зарплаты"),expenses:wn(10,"Укажите сумму обязательных выплат"),snils:(e=>gn(In)(e))("Некорректный номер СНИЛС"),conscription:bn(),armyIdFlg:Sn,sex:bn("Укажите свой пол"),addressRegistration:Bn(),organizationAddress:Bn(),participantDateRegistration:bn("Укажите дату регистрации"),retirementIncome:bn(),otherIncome:bn(),mandatoryIncome:bn(),otherPayments:bn(),disablePeopleFlg:bn(),bankruptcyFlg:bn(),shareholderFlg:bn(),legalEntityName:bn(),bankEmployeeCode:bn(),partInBusiness:bn(),regionRetail:yn("Выберите филиал банка"),addressRetail:yn("Выберите адрес банка"),addressMatch:bn()};var Rn;const Dn=e=>{const t=(e=>Object.values(e.filter((e=>e)))?.map((e=>e.name)))(e.filter((e=>Boolean(e?.required))));return Object.fromEntries(t.map((e=>[e,Pn?.[e||""]])))},Mn=(e,t)=>{const{value:n,isDirty:l}=e,a=l?t(n):[];return{...e,errors:a,error:a[0]}},_n=(e,t,n=!1)=>n?Mn(e,t):e,Vn=[{text:"Торговый эквайринг",key:"trade"},{text:"СБП-эквайринг",key:"sbp"},{text:"Интернет-эквайринг",key:"internet"},{text:"Все виды эквайринга",key:"all"}],zn=d((({field:e,input:t})=>o(hn,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Vn,..._n(e("acquiringType"),Pn.acquiringType,t?.required)}))),An=(e="")=>Boolean("trade"===e||"all"===e),Fn=e=>null!=e,On=new Map,En=e=>Boolean(e?.every((e=>Array.isArray(e)?En(e):!e||"string"==typeof e))),Ln=e=>En(e)?e.toString():"";function jn(e,t,{fallback:n,cache:i}={}){const s=r((()=>$n(e)),[e]),[o,c]=l(void 0),[d,m]=l(void 0);a((()=>{if(!s.some(Fn))return;let e=!1;const n=(t,n)=>{e||(c(t),m(n))};return(async()=>{try{n(await((e,t=On)=>n=>{const l=Ln(n),a=t.get(l);if(l&&Fn(a))return a;const i=e(...n);return l&&Fn(i)&&t.set(l,Promise.resolve(i)),i})(t,i)(s))}catch(e){n(void 0,e)}})(),()=>{e=!0}}),[t,i,s]);const u=n&&(e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]))(s)&&n[s[0]];return{data:!o&&u?u:o,error:d,mutate:()=>Promise.resolve(void 0)}}function $n(e){return Array.isArray(e)?e:e instanceof Function?$n(e()):[e]}const qn=[];const Un=async e=>await rt(e,{method:"GET"})||qn;function Wn(e=!1){const{data:t}=jn("/api/v1"+(e?"/premiumBranchesByRegions":"/branchesByRegions"),st);return Array.isArray(t)?t:[]}const Hn=d((({field:e,input:t,isPremium:n=!1})=>{const l=e("region"),i=l?.value?.key,r=l?.value?.text,s=n?Wn(n)?.find((e=>e?.region===r))?.branches:function(e){const{data:t}=jn(e?`/api/v1/branches?regionCode=${e}`:null,Un);return t||qn}(i)?.filter((e=>e?.address));return a((()=>{""!==l?.value?.key&&e?.("addressBranch")?.onChange?.("")}),[l?.value]),o(hn,{label:"Отделение",placeholder:"Выберите отделение",options:(s||[]).map((({address:e=""})=>({key:e,text:e}))),..._n(e("addressBranch"),Pn.addressBranch,t?.required),isSearch:!0})})),Yn=d((({field:e,input:t})=>{const n="addressFact",l=e(n).value,{value:r}=e("addressMatch");a((()=>{r&&e("addressFact")?.onChange?.(e("addressRegistration").value)}),[r]);const s=i((t=>{e?.(n)?.onChange?.({apartment:t?.data?.flat,city:t?.data?.city,district:t?.data?.area_with_type,fullAddress:t?.value,fiasCode:t?.data?.fias_id,house:t?.data?.house,locality:t?.data?.settlement_with_type,okatoRegionCode:t?.data?.okato,postcode:t?.data?.postal_code,region:t?.data?.region,regionCode:t?.data?.region_kladr_id?t?.data?.region_kladr_id.substring(0,2):"",street:t?.data?.house})}),[]),c=i((t=>{e?.(n)?.onChange?.({...e(n).value,fullAddress:t})}),[]);return o(ln,{label:"Адрес",disabled:r,..._n(e(n),Pn[n],t?.required),value:l.fullAddress,onChange:c,...t,onDaDataChange:s})})),Kn=(e,t)=>"RETIREE"!==e?.("employment")?.value?.key&&t,Gn=d((({field:e,input:t})=>{const n=t?.name||"addressRegistration",l=e(n).value,a=i((t=>{e?.(n)?.onChange?.({apartment:t?.data?.flat,city:t?.data?.city,district:t?.data?.area_with_type,fullAddress:t?.value,fiasCode:t?.data?.fias_id,house:t?.data?.house,locality:t?.data?.settlement_with_type,okatoRegionCode:t?.data?.okato,postcode:t?.data?.postal_code,region:t?.data?.region,regionCode:t?.data?.region_kladr_id?t?.data?.region_kladr_id.substring(0,2):"",street:t?.data?.house,qc:t?.data?.qc,qcComplete:t?.data?.qc_complete,qcHouse:t?.data?.qc_house})}),[]),r=i((t=>{e?.(n)?.onChange?.({...e(n).value,fullAddress:t})}),[]);return o(ln,{label:"Адрес",..._n(e(n),Pn[n],"organizationAddress"===t?.name?Kn(e,t?.required):t?.required),value:l.fullAddress,onChange:r,...t,onDaDataChange:a})})),Xn=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)}))}))),Jn="appearance-none w-5 h-5 border-solid flex-none",Zn=[{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"}],Qn=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(Xn,{paths:Zn,className:"absolute left-1 ml-px block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"});return o("div",{className:e,children:c("label",{className:u("flex items-center relative group/box",tl(l)),onClick:s,children:[o("div",{className:u(Jn,"m-0",a?"rounded-full border-2":ll(t),!l&&t?"border-primary-main":"border-gray",l?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:nl(a),"aria-checked":Boolean(t),"aria-disabled":Boolean(l),"aria-label":n}),t?d:null,el(n)]})})})),el=e=>e?o("div",{className:"ml-s",children:o(Me,{size:"text-l",font:"font-light",children:e})}):null,tl=(e=!1)=>e?"cursor-not-allowed":"cursor-pointer",nl=(e=!1)=>e?"radio":"checkbox",ll=(e=!1)=>u("rounded border",{"bg-primary-main":e}),al=d((({className:e,text:t,value:n,key:l,disabled:a,error:i,onChange:r})=>c("div",{className:u("shrink-0",e),children:[o(Qn,{text:t,value:n,disabled:a,onChange:r},l),Xt(i)]}))),il=d((({field:e})=>o(al,{text:"Адрес фактического места жительства совпадает с адресом регистрации",..._n(e("addressMatch"),Pn.addressMatch)}))),rl=(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)}),[]),u=i((()=>{d(!1),o&&o(t(a)),s&&s()}),[o,a]);return{value:c||!n?a:n(a),onFocus:m,onBlur:u}},sl=(e,t,n)=>Math.max(t,Math.min(e,n));function ol(e){const t=(e||"").replace(/\D/g,""),n=parseInt(t,10);return Number.isNaN(n)?0:n}function cl({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:u("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=ol(t.target?.value),l=e.length?e[n]:n;r&&r(l||0)}})})]})}const dl=1,ml=100,ul=d((e=>{const{className:t,title:n,items:l=[],list:a=[],min:r=(a.length?0:dl),max:s=(a.length?a.length-1:ml),step:d=1,value:m=a[0]||r,disabled:h=!1,onChange:p}=e,g=rl(e,{normalize:(e=0)=>a.length?hl(a)(e):sl(e,r,s),format:Ue()}),f=i((e=>{p&&p(ol(e.target?.value))}),[p]);return c("div",{className:t,children:[c("label",{className:"block relative",children:[n?o(Me,{size:"text-m",font:"font-light",color:"text-primary-text",children:n}):null,o("input",{className:u("text-h3 w-full h-14","pl-m mt-xs box-border","text-primary-text",Wt,"disabled:border-gray disabled:bg-main-divider"),disabled:h,onChange:f,...g}),cl({list:a,min:r,max:s,step:d,disabled:h,value:m,onChange:p})]}),pl(l)]})})),hl=e=>t=>e.reduce(((e,n)=>Math.abs(n-t)<Math.abs(e-t)?n:e)),pl=e=>o("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>o(Me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),gl=["От 1 000 ₽","До 1 000 000 000 ₽"],fl=d((({field:e})=>o(ul,{title:"Сумма, ₽",items:gl,min:1e3,max:1e9,...e("amount")}))),xl=e=>{const{data:t,error:n}=jn(`/api/v1/dictionary?dictionaryType=${encodeURIComponent(e)}`,bl);return t&&"errorMessage"in t?{error:n}:{data:t,error:n}},bl=async e=>await rt(e,{method:"POST"})||[],yl=ht((({field:e,source:t,label:n,fieldName:l,input:a})=>{const i=t&&t?.map((e=>({key:e.key||"",text:e.value})))||[];return o(hn,{placeholder:"Выберите из списка",label:n,options:i,..._n(e(l),Pn[l],a?.required)})})),vl=d((({field:e,input:t})=>{const{data:n}=xl("EMPLOYEES_NUMBER");return o(yl,{field:e,source:n,label:"Количество работающих в организации",fieldName:"amountWorkers",input:t})})),Nl=d((({field:e,input:t})=>o(ln,{label:"Годовая выручка, ₽",..._n(e("annualRevenue"),Pn.annualRevenue,t?.required)}))),wl=d((({field:e})=>o(al,{text:"Наличие военного билета",..._n(e("armyIdFlg"),Pn.armyIdFlg)}))),kl=d((({field:e,input:t})=>o(ln,{label:"Код представителя Банка",placeholder:"Введите код",type:"number",..._n(e("bankEmployeeCode"),Pn.bankEmployeeCode,t?.required),...t}))),Cl=d((({field:e})=>o(ln,{label:"ФИО или должность обслуживавшего Вас сотрудника Банка",...e("bankEmpolee")}))),Sl=d((({field:e})=>o(al,{text:"В отношении меня ведётся производство по делу о банкротстве",..._n(e("bankruptcyFlg"),Pn.bankruptcyFlg)}))),Il=({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 u=[];for(let c=0;c<7;c++)if(0===m&&c<t)u.push(o("td",{},`empty-${c}`));else if(d>n)u.push(o("td",{},`empty-${c}`));else{const t=new Date(a,l,d),n=Tl(t,e),c=Bl(t,i,r);u.push(o("td",{children:o("div",{className:Pl(n,c),onClick:()=>!c&&s(t),children:d})},`day-${d}`)),d++}c.push(o("tr",{children:u},`row-${m}`))}return c},Tl=(e,t)=>t&&e.toDateString()===t.toDateString(),Bl=(e,t,n)=>t&&e.getTime()<t.getTime()||n&&e.getTime()>n.getTime(),Pl=(e=!1,t=!1)=>u("p-s text-center rounded-md border",{"border-transparent hover:bg-gray":!e},t?"text-gray hover:bg-transparent":"cursor-pointer"),Rl=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Dl=d((({today:e,currentMonth:t,currentYear:n,min:l,max:a,onDateSelect:s=Ut,setValue:d=Ut})=>{const m=i((e=>{s(e),d(!1)}),[]),{firstDayOfWeek:u,totalDays:h}=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:Rl.map(((e,t)=>o("th",{className:"p-s",children:e},String(t))))})}),o("tbody",{children:Il({firstDayOfWeek:u,today:e,totalDays:h,currentYear:n,currentMonth:t,min:l,max:a,onDateClick:m})})]})}));function Ml(e,t){const n=e.replace(/\D/g,"");if(""===n||e?.length===t.length)return e;const l=[...t],a=l.findIndex(_l),i=l.map(((e,t)=>zl(e)?l.slice(0,t).filter(zl).length:-1)),r=l.map(((e,t)=>Vl(e)?e:n.charAt(i[t])||e)),s=i.indexOf(n.length-1)+1;return r.slice(0,Math.max(a,s)).join("")}const _l=e=>"_"===e,Vl=e=>/\d/.test(e),zl=e=>_l(e)||Vl(e),Al=1940,Fl={name:"CalendarIcon",iconVersion:"black",width:"24",height:"24"},Ol=d((({setSelectedMonth:e,setSelectedYear:t,className:n,value:i,onChange:r,onClick:d})=>{const m=s(null),[h,p]=l(i||"");return a((()=>{p(i||"")}),[i]),c("div",{onClick:()=>{null!==m.current&&m.current.focus(),d?.()},className:u("relative",n),children:[o("input",{ref:m,className:"h-full w-full px-m text-l text-black focus-visible:outline-none",value:h,type:"text",onChange:e=>{const t=e.target?.value;"string"==typeof t&&t?.length<11&&p(Ml(t,"__.__.____"))},onBlur:()=>{if(El(h)){const[n,l,a]=h.split(".");r?.(new Date(Number(a),Number(l)-1,Number(n))),e(Number(l)-1),t(Number(a))}else p(i||"")}}),o(W,{className:"mr-s",...Fl})]})})),El=e=>{const[t,n,l]=e.split(".");if((e=>Number(e)>=Al&&Number(e)<=(new Date).getFullYear())(l)&&(e=>Number(e)>0&&Number(e)<13)(n)){const e=new Date(Number(l),Number(n)-1,1);let a=0;for(;e.getMonth()===Number(n)-1;)e.setDate(e.getDate()+1),a++;if(Number(t)>0&&Number(t)<=a)return!0}return!1},Ll=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],jl=Ll.map((e=>({key:e}))),$l=Array.from({length:(new Date).getFullYear()-Al+1},((e,t)=>Al+t)).reverse().map((e=>({key:String(e)}))),ql=(e,t)=>{const n=new Date(e,t,1);let l=0;for(;n.getMonth()===t;)l++,n.setDate(n.getDate()+1);return l},Ul=({maxDateOfMonth:e,selectedYear:t,selectedMonth:n,value:l,onChange:a})=>{l&&a?.(new Date(t,n,Math.min(e,l.getDate())))},Wl={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},Hl={className:"min-w-32",iconVersion:"black",isBorder:!1},Yl=d((({className:e="",label:t="",value:n,valid:r=!0,minDate:s,maxDate:d,onChange:m})=>{const[h,{setValue:p}]=Lt(!1),[g,f]=l(n?.getMonth()||(new Date).getMonth()),[x,b]=l(n?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:y,handleNextMonth:v,handleSelectMonth:N,handleSelectYear:w,monthsOptions:k,yearsOptions:C,handleChangeVisibleCalendar:S,ref:I}=(({onShowCalendar:e,showCalendar:t,selectedMonth:n,onMonthSelect:l,onYearSelect:a,selectedYear:r,onChange:s,value:o})=>{const c=$t(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(Ll.indexOf(e));const t=ql(r,Ll.indexOf(e));Ul({maxDateOfMonth:t,selectedYear:r,selectedMonth:Ll.indexOf(e),value:o,onChange:s})}),[o]),handleSelectYear:i((({key:e})=>{a(Number(e)),o&&s?.(new Date(Number(e),n,o?.getDate()))}),[o]),monthsOptions:jl,yearsOptions:$l,ref:c}})({onYearSelect:b,onMonthSelect:f,onShowCalendar:p,selectedYear:x,selectedMonth:g,showCalendar:h,onChange:m,value:n}),T=((e,t)=>{const[n,i]=l(!1);return a((()=>{const n=()=>{if(e?.current){const{top:n}=e.current.getBoundingClientRect();i(n>t)}};return n(),window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)}),[e]),n})(I,370);return c("div",{className:u("space-y-xs",e),ref:I,children:[Ht(t),c("div",{className:"relative",children:[Kl({handleChangeVisibleCalendar:S,value:n,valid:r,onChange:m,setSelectedMonth:f,setSelectedYear:b}),h?c("div",{className:u("absolute bg-white z-20 select-none",{"bottom-full":T}),children:[c("div",{className:"flex gap-s",children:[o("div",{className:"my-auto",onClick:y,children:o(W,{...Wl,className:"-rotate-90 cursor-pointer"})}),o(cn,{onChange:N,value:{key:Ll[g]},options:k,...Hl}),o(cn,{onChange:w,value:{key:String(x)},options:C,...Hl}),o("div",{className:"my-auto",onClick:v,children:o(W,{...Wl,className:"rotate-90 cursor-pointer"})})]}),o(Dl,{today:n,currentMonth:g,currentYear:x,onDateSelect:m,min:s,max:d,setValue:p})]}):null]})]})})),Kl=({handleChangeVisibleCalendar:e,value:t,valid:n,onChange:l,setSelectedMonth:a,setSelectedYear:i})=>o(Ol,{onChange:l,onClick:e,value:t&&xt(t),setSelectedMonth:a,setSelectedYear:i,className:u("flex justify-between items-center h-14 py-s border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",n?"border-gray":"border-error")}),Gl=d((({className:e,label:t,error:n,errors:l,...a})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Yl,{label:qt({label:t,errors:l}),valid:Boolean(!n),...a}),Xt(n)]}))),Xl=d((({field:e,input:t})=>o(Gl,{label:"Дата начала работы на текущем месте",..._n(e("beginDate"),Pn.beginDate,Kn(e,t?.required)),...t}))),Jl=d((({field:e,input:t})=>o(Gl,{label:"Дата рождения",..._n(e("birthday"),Pn.birthday,t?.required)}))),Zl=d((({field:e,input:t})=>o(ln,{label:"Место рождения",..._n(e("birthPlace"),Pn.birthPlace,t?.required),...t}))),Ql=d((({field:e,input:t})=>o(ln,{label:"Количество детей до 18 лет",placeholder:"Введите значение",type:"number",..._n(e("children"),Pn.children,t?.required),...t}))),ea=d((({field:e,input:t})=>o(ln,{label:"Количество объектов инкассации",type:"number",..._n(e("collectionCount"),Pn.collectionCount,t?.required)}))),ta=d((({field:e,input:t})=>o(ln,{className:"col-span-2",..._n(e("comment"),Pn.comment,t?.required),placeholder:"Ваше сообщение",isTextarea:!0}))),na=d((({field:e,input:t})=>{const{data:n}=xl("MILITARY_STATUS");return o(yl,{field:e,source:n,label:"Статус военнообязанного",fieldName:"conscription",input:t})})),la={processPersonalDataFlg:{text:"Согласие на обработку персональных данных",docId:4},consentInformFlg:{text:"Согласие на информирование о продуктах и услугах Банка",docId:14},consentProviderFlg:{text:"Согласие об использовании простой электронной подписи",docId:5},consentOthersFlg:{text:"Прочие согласия",docId:1},consentPfrFlg:{text:"Согласие на запрос в ПФР",docId:3},consentToReceiveMaterials:{text:"Согласен на получение информационных и аналитических материалов по электронной почте"}};async function aa(e,t,n){const l=await fetch(`/api/v1${e}`,{method:t,headers:{"Content-Type":"application/json",...ra()},credentials:"include",body:n?JSON.stringify(n):null});return ia(l)?l.json():l}const ia=e=>"application/json"===e.headers.get("Content-Type"),ra=()=>{const e=sessionStorage.getItem("accessToken");return e?{Authorization:`Bearer ${e}`}:null},sa=async(e,t=!1)=>{const n=await(async(e,t=!1)=>{const n=await aa(`/feedback/file?id=${encodeURIComponent(e)}&convertToPngFlg=${t}`,"GET");return await n.blob()})(e,t);return URL.createObjectURL(n)},oa=d((({className:e,onClose:t})=>o("button",{className:u("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",type:"button",children:o(W,{name:"CloseIcon",width:"20",height:"20",iconVersion:"gray"})}))),ca=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:u("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(oa,{className:"absolute top-0 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:n})]})})),da=async(e,t,n=!1)=>{const l=await sa(t,n);e(o(ca,{className:"my-6xl max-w-4xl mx-auto px-0 min-h-0 pb-0",children:n?o("img",{src:l}):o("iframe",{src:`${l}#toolbar=0`,className:"w-full h-[80vh]",id:"iframe-dialog"})}))},ma=d((({className:e,error:t,docId:n,...l})=>{const{open:a}=de(),i=ke();return c("div",{className:e,children:[c("div",{className:"flex flex-wrap gap-x-m",children:[o(Qn,{...l}),n?o(ye,{className:"text-primary-main",onClick:()=>da(a,n,i),children:o(Me,{children:"Ознакомиться"})}):null]}),Xt(t)]})})),ua=d((({field:e,input:t})=>t&&t.name?o(ma,{text:la[t.name]?.text,docId:la[t.name]?.docId,..._n(e(t.name),Pn[t.name],t?.required)}):null)),ha=d((({field:e,input:t})=>{const{data:n}=xl("CREDIT_IN_RSHB");return o(yl,{field:e,source:n,label:"Имеет ли юридическое лицо, акционером / участником / членом / пайщиком / \n вкладчиком с долей участия более 20% уставного капитала руководителем, \n которого Вы являетесь, кредит в АО «Россельхозбанк»",fieldName:"creditInRshbCd",input:t})})),pa=d((({field:e,input:t})=>o(ln,{label:"Количество иждивенцев",placeholder:"За исключение детей до 18 лет",type:"number",inputLength:2,..._n(e("dependents"),Pn.dependents,t?.required),...t}))),ga=d((({field:e,input:t})=>o(Gl,{label:"Желаемая дата встречи",..._n(e("desiredMeetingDate"),Pn.meetingDay,t?.required)}))),fa=d((({field:e})=>o(al,{text:"Являюсь инвалидом",..._n(e("disablePeopleFlg"),Pn.disablePeopleFlg)}))),xa=d((({field:e,input:t})=>o(Gl,{label:"Дата выдачи",..._n(e("dulIssueDateField"),Pn.dulIssueDateField,t?.required)}))),ba=d((({field:e,input:t})=>{const{value:n,onChange:l}=e("dulSubdivisionCode"),a=i((e=>{l?.(e?.data?.code?.replace("-",""))}),[]);return o(ln,{label:"Кем выдан",...t,..._n(e("dulIssuedBy"),Pn.dulIssuedBy,t?.required),onDaDataChange:a,daDataQueryPrefix:n})})),ya=d((({field:e,input:t})=>o(ln,{label:"Номер документа",type:"number",inputLength:6,..._n(e("dulNumber"),Pn.dulNumber,t?.required)}))),va=d((({field:e,input:t})=>o(ln,{label:"Серия документа",type:"number",inputLength:4,..._n(e("dulSerie"),Pn.dulSerie,t?.required)}))),Na=d((({field:e,input:t})=>{const n=i((t=>{e?.("dulIssuedBy")?.onChange?.(t?.data?.name)}),[]);return o(ln,{label:"Код подразделения",type:"number",inputLength:6,...t,..._n(e("dulSubdivisionCode"),Pn.dulSubdivisionCode,t?.required),onDaDataChange:n})})),wa=d((({field:e,input:t})=>{const{data:n}=xl("EDUCATION_LEVEL");return o(yl,{field:e,source:n,label:"Образование",fieldName:"education",input:t})})),ka=d((({field:e,input:t})=>{const{required:n,...l}=t;return o(ln,{label:"Электронная почта",..._n(e("email"),Pn.email,n),...l})})),Ca=d((({field:e,input:t})=>{const{data:n}=xl("ORGANIZATION_ACTIVITY_TYPE");return o(yl,{field:e,source:n,label:"Вид деятельности организации-работодателя",fieldName:"employerActivities",input:t})})),Sa=d((({field:e,input:t})=>{const{data:n}=xl("ORGANIZATION_KIND");return o(yl,{field:e,source:n,label:"Вид организации работодателя",fieldName:"employerOrganization",input:t})})),Ia=d((({field:e,input:t})=>{const{data:n}=xl("EMPLOYMENT_INFO_UNITED");return o(yl,{field:e,source:n,label:"Информация о трудоустройстве",fieldName:"employment",input:t})})),Ta=d((({field:e,input:t})=>o(ln,{label:"Обязательные расходы в месяц",placeholder:"Введите значение",type:"number",..._n(e("expenses"),Pn.expenses,t?.required),...t}))),Ba=d((({field:e,input:t})=>o(ln,{label:"Стаж",placeholder:"За последние 5 лет",type:"number",inputLength:2,..._n(e("experience5Years"),Pn.experience5Years,Kn(e,t?.required)),...t}))),Pa=d((({field:e,input:t})=>o(ln,{label:"Количество членов семьи",placeholder:"Введите значение",type:"number",inputLength:2,..._n(e("familyMembers"),Pn.familyMembers,t?.required),...t}))),Ra=d((({field:e,input:t})=>{const{data:n}=xl("MARITAL_STATUS");return o(yl,{field:e,source:n,label:"Семейное положение",fieldName:"familyStatus",input:t})})),Da=[{key:"ULTRASERVICE",text:"Ультра"},{key:"PREMIUMSERVICE",text:"Премиум"}],Ma=[{key:"Физическое лицо"},{key:"Юридическое лицо / ИП"}],_a=[{key:"phone",text:"Телефонный звонок"},{key:"email",text:"Электронное сообщение"}],Va=d((({field:e,input:t})=>o(hn,{label:"Способ получения ответа",options:_a,..._n(e("feedbackMethod"),Pn.feedbackMethod,t?.required)}))),za=d((({field:e,input:t})=>o(ln,{label:"ФИО",..._n(e("fullName"),Pn.fullName,t?.required),...t}))),Aa=d((({field:e,input:t})=>o(ln,{label:"Общий стаж",type:"number",inputLength:2,placeholder:"Количество лет",..._n(e("generalSeniority"),Pn.generalSeniority,Kn(e,t?.required)),...t}))),Fa=d((({field:e,input:t})=>{const{data:n}=xl("HOUSE_TYPE");return o(yl,{field:e,source:n,label:"Тип жилья",fieldName:"housing",input:t})})),Oa=d((({field:e,input:t})=>{const n=i((t=>{e?.("organizationName")?.onChange?.(t.data?.name?.short_with_opf),e?.("legalForm")?.onChange?.(t.data?.opf?.short)}),[]);return o(ln,{label:"ИНН",type:"number",inputLength:12,...t,..._n(e("inn"),Pn.inn,Kn(e,t?.required)),onDaDataChange:n})})),Ea=d((({field:e})=>o(al,{...e("isClient"),text:'Являюсь клиентом банка АО "Россельхозбанк"'}))),La=d((({field:e,input:t})=>o(ln,{label:"Количество мест работы за последние 5 лет",placeholder:"Количество мест",type:"number",inputLength:2,..._n(e("jobsNumber"),Pn.jobsNumber,Kn(e,t?.required)),...t}))),ja=d((({field:e,input:t})=>o(ln,{label:"Стаж на последнем рабочем месте",placeholder:"Количество лет",type:"number",inputLength:2,..._n(e("lastJobExperience"),Pn.lastJobExperience,Kn(e,t?.required)),...t}))),$a=d((({field:e,input:t})=>o(ln,{label:"Наименование юридического лица",...t,..._n(e("legalEntityName"),Pn.legalEntityName,t?.required)}))),qa=d((({field:e,input:t})=>o(ln,{label:"ОПФ",placeholder:"ООО, ПАО и др.",..._n(e("legalForm"),Pn.legalForm,Kn(e,t?.required)),...t}))),Ua=[];async function Wa(){const e=await rt("/api/v1/outservice/outserviceregions");return e&&Array.isArray(e)?e:Ua}const Ha=d((({field:e,input:t})=>{const n=e("region")?.value?.key,{data:l}=jn("outServiceRegions",Wa),i=l?.find((e=>e.code===n))?.localities?.map((e=>({key:e,text:e})));return a((()=>{""!==n&&e?.("localities")?.onChange?.("")}),[n]),o(hn,{label:"Населенный пункт",placeholder:"Выберите город, где доступен сервис",options:i,..._n(e("localities"),Pn.localities,t?.required),isSearch:!0})})),Ya=d((({field:e,input:t})=>o(ln,{label:"Совокупный доход в месяц после вычета налогов (зарплата, премии)",placeholder:"Введите значение",type:"number",..._n(e("mandatoryIncome"),Pn.mandatoryIncome,t?.required),...t}))),Ka=d((({field:e,input:t})=>o(ln,{label:"Отчество (Обязательно, при наличии)",..._n(e("middleName"),Pn.middleName),...t}))),Ga=d((({field:e,input:t})=>o(ln,{label:"Имя",..._n(e("name"),Pn.name,t?.required),...t}))),Xa=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:u("relative flex-shrink-0 duration-300 w-9 h-5 mr-s rounded-2xl",e?"bg-primary-main":"bg-main-divider"),children:o("div",{className:u("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),t?o(Me,{size:"text-l",font:"font-light",color:"text-primary-text",children:t}):null]}))),Ja=d((({field:e})=>An(e("acquiringType")?.value?.key)?o(Xa,{type:"radio",text:"Хочу онлайн-кассу",...e("onlineCheckout")}):null)),Za=d((({field:e,input:t})=>{const{data:n}=xl("ORGANIZATION_TYPE");return o(yl,{field:e,source:n,label:"Тип организации",fieldName:"organization",input:t})})),Qa=d((({field:e,input:t})=>{const n=i((t=>{e?.("inn")?.onChange?.(t.data?.inn),e?.("legalForm")?.onChange?.(t.data?.opf?.short)}),[]);return o(ln,{label:"Наименование организации",...t,..._n(e("organizationName"),Pn.organizationName,Kn(e,t?.required)),onDaDataChange:n})})),ei=d((({field:e,input:t})=>o(ln,{label:"Иные доходы",placeholder:"Введите значение",type:"number",..._n(e("otherIncome"),Pn.otherIncome,t?.required),...t}))),ti=d((({field:e,input:t})=>o(ln,{label:"Обязательные выплаты",placeholder:"Введите значение",type:"number",..._n(e("otherPayments"),Pn.otherPayments,t?.required),...t}))),ni=d((({field:e,input:t})=>o(Gl,{label:"Дата регистрации по месту жительства",..._n(e("participantDateRegistration"),Pn.participantDateRegistration,t?.required)}))),li=d((({field:e,input:t})=>{const n={..._n(e("partInBusiness"),Pn.partInBusiness,Kn(e,t?.required))};return o(ln,{label:"Доля участия в бизнесе",placeholder:"в %",type:"number",inputLength:3,...n,...t,onChange:e=>n?.onChange&&n?.onChange(String(Number(e)>100?100:Number(e)||""))})})),ai=d((({field:e,input:t})=>{const{required:n,...l}=t;return o(ln,{..._n(e("partnerComments"),Pn.partnerComments,n),placeholder:"Укажите интересующий вас вопрос",isTextarea:!0,...l})})),ii=e=>"_"===e,ri=e=>/\d/.test(e),si=e=>ii(e)||ri(e),oi=[..."+7 (___) ___-__-__"],ci=oi.findIndex(ii),di=oi.map(((e,t)=>si(e)?oi.slice(0,t).filter(si).length:-1));function mi(e){const t=e.replace(/\D/g,""),n=oi.map(((e,n)=>ri(e)?e:t.charAt(di[n])||e)),l=di.indexOf(t.length-1)+1;return(l?n.slice(0,Math.max(ci,l)):n).join("")}const ui=d((({children:e,onChange:t,...n})=>{const l=i((e=>t&&t(mi(e))),[t]),a=i((e=>{"+7 ("===e&&t&&t("")}),[]);return o(Yt,{...n,onChange:l,onFocus:e=>l(e?.target?.value||""),onBlur:e=>a(e?.target?.value||""),children:e})})),hi=d((({className:e,label:t,error:n,...l})=>c("div",{className:u("shrink-0 w-full",e),children:[o(ui,{"aria-label":t,label:qt({label:t,errors:l?.errors}),valid:Boolean(!n),placeholder:"+7 (___) ___-__-__",...l}),Xt(n)]}))),pi=d((({field:e,input:t})=>o(hi,{label:"Телефон",..._n(e(t?.name||"phone"),Pn.phone,"organizationPhone"===t?.name?Kn(e,t?.required):t?.required),...t}))),gi=d((({field:e,input:t})=>{const{data:n}=xl("POSITION");return o(yl,{field:e,source:n,label:"Должность в организации",fieldName:"positionOrganization",input:t})})),fi=d((({field:e})=>An(e("acquiringType")?.value?.key)?o(Xa,{type:"radio",text:"Хочу POS-терминал",...e("posTerminal")}):null)),xi=ht((({field:e,source:t})=>o(hn,{placeholder:"Выберите продукт",label:"Продукт",options:bi(t?.productList),...Mn(e("product"),Pn.product)}))),bi=e=>(e??[]).map((e=>({key:e,value:e})));function yi(e="/api/v1/regions"){const{data:t}=jn(e,st);return Array.isArray(t)?t:[]}const vi=d((({field:e,input:t,url:n})=>{const l=yi(n);return o(hn,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:r((()=>l?.map((({code:e="",name:t=""})=>({key:e,text:t})))),[l]),..._n(e("region"),Pn.region,t?.required)})})),Ni=d((({field:e,input:t})=>{const n=Wn(!0),l=r((()=>n?.map((({region:e})=>({key:e,text:e})))),[n]);return o(hn,{label:"Регион",placeholder:"Выберите регион",options:l,..._n(e("region"),Pn.region,t?.required)})})),wi=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}),u=r?r({isUnfolded:s,onToggle:d}):null;return c("div",t?{className:e,role:"group",children:[u,m]}:{className:e,role:"group",children:[m,u]})}));const ki=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})})})),Ci=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:Si({textItems:i,subText:t,children:n,isPhone:l,...a})})),Si=({label:e,labelSize:t="text-m",textItems:n,subColor:l,subText:a,className:i,children:r,isPhone:s=!1})=>c("div",{className:u("flex gap-2xs flex-col h-full max-w-[300px]",i),children:[e?o(Me,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,r||Ii(n,s),a?o(Me,{color:l,size:"text-m",children:a}):null]}),Ii=(e,t)=>e.filter(Boolean).map(((e,n)=>o(Me,{size:"text-l",children:t?o("a",{href:`tel:${Ti(e)}`,children:e.trim()}):e.trim()},String(n)))),Ti=e=>e.replace(/\D/g,""),Bi=d((({className:e,children:t})=>o("div",{className:u("flex flex-col sm:flex-row sm:border-t sm:border-solid sm:border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),Pi=e=>{const t=Di(e);return o(Ci,{label:"Режим работы",value:t,className:"max-w-none"})},Ri=({workTime:e="",lunchHour:t="",daysOff:n=""},l=!1)=>e?[`${l?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",n?`не работает: ${n}`:""].filter(Boolean).join("; "):"",Di=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[Ri({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:n?"":l}),Ri({workTime:n?.workTime,lunchHour:n?.lunchHour,daysOff:l},!0)].filter(Boolean)},Mi=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],_i=e=>Mi.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??"")}}))),Vi=e=>{if(!e)return null;const t=zi(e);return c(Bi,{className:"border-none",children:[o(Ci,{label:"Для юридических лиц",labelSize:"text-l",children:o("div",{className:"flex gap-1",children:t.map(Ai)})}),o(Ci,{label:"Режим работы",className:"max-w-none",children:o(Me,{children:e})})]})},zi=e=>{const t=Mi.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},Ai=({short:e,status:t},n)=>o("div",{className:u("w-9 h-9 rounded-md flex items-center justify-center",t?"bg-green-more-light text-green-dark":"bg-error/30 text-error"),children:o(Me,{size:"text-xs",children:e})},String(n)),Fi=({currency:e,buyExchangeRate:t,saleExchangeRate:n},l)=>c("div",{className:"flex gap-lg h-full",children:[e?.currency?o(Ci,{label:"Валюта",value:e.currency}):null,t?o(Ci,{label:"Купить",value:String(t)}):null,n?o(Ci,{label:"Продать",value:String(n)}):null]},String(l)),Oi={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"}},Ei=d((({className:e,children:t,color:n="gray"})=>c("div",{className:u("sm:p-s sm:border sm:border-green rounded-md flex items-center h-fit",Oi[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(Me,{size:"text-m",color:Oi[n].text,children:t})]}))),Li=(new Date).getDay(),ji=e=>{const[t]=e?.slice(Li-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(Ei,{color:"green",children:a}):null,n&&i?o(Ei,{color:"yellow",children:`перерыв: ${n}`}):null]}):o(Ei,{color:"red",children:"Выходной"})},$i=({lunchHour:e,hasLunch:t=!1,status:n=!1})=>n?e&&t?`Перерыв ${e}`:e:"Не работает",qi=({title:e,status:t,workTime:n,lunchHour:l,hasLunch:a},i)=>o(Ci,{label:e,value:t&&n?n:"",subText:$i({lunchHour:l,hasLunch:a,status:t}),subColor:!t||a?"text-error":"text-green-dark"},String(i)),Ui=["ArrowDownIcon","ArrowUpIcon"],Wi=["Подробнее","Скрыть"],Hi=({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:Wi[Number(e)]}),o(W,{className:"text-primary-text",name:Ui[Number(e)],width:"16",height:"16"})]}),Yi=e=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p>`,Ki=e=>`<p><b>Режим обслуживания физ. и юр. лиц:<br/></b> ${e}</p>`,Gi=(e,t)=>`<p><b>Режим обслуживания физ.лиц:<br/></b>${e}</p> <p><b>Режим обслуживания юр.лиц:<br/></b>${t}</p>`,Xi=({name:e,address:t,phone:n,fax:l,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m},u)=>{if(!d)return null;const h=_i(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(Me,{size:"text-h4",children:e}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(W,{name:"GeolocationIcon",width:"24",height:"24"}),o(Me,{size:"text-l",children:t})]}):null]}),ji(h)]}),o("div",{className:"hidden sm:block",children:Ji({phone:n,fax:l,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),o(wi,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(ki,{isUnfolded:e,children:Ji({phone:n,fax:l,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:d,exchangeRate:m})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Hi({isUnfolded:e,onToggle:t})})]},String(u))},Ji=({phone:e,fax:t,phoneBusiness:n,phoneNatural:l,phoneCallCentre:a,phoneCurrencyControl:i,workSchedule:r,exchangeRate:s})=>{const d=_i(r),m=r?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return c("div",{children:[c(Bi,{className:"flex-wrap border-b border-solid border-main-divider",children:[o(Ci,{label:"Факс",value:t,isPhone:!0}),o(Ci,{label:"Телефон филиала",value:e,isPhone:!0}),o(Ci,{label:"Для обращений юридических лиц",value:n,isPhone:!0}),o(Ci,{label:"Обслуживание физических лиц",value:l,isPhone:!0}),o(Ci,{label:"Для консультаций по валютному контролю",value:i,isPhone:!0}),o(Ci,{label:"Контакт-центр",value:a,isPhone:!0})]}),r?.isMatchesPattern?o(Bi,{children:o(Ci,{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(qi)})})}):c(Bi,{children:[o(Ci,{label:m,labelSize:"text-l",children:o("div",{className:"flex gap-1",children:d?.map(Ai)})}),Pi(d)]}),r?.businessScheduleVisibleTag?Vi(r?.businessScheduleDescription):null,s?.currencies?.length?o(Bi,{className:"flex-wrap",children:s?.currencies?.map(Fi)}):null]})},Zi=({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=_i(e),n=e?Di(t):"",l=e?e.businessScheduleDescription:"";return e?e.businessScheduleVisibleTag?e.businessScheduleVisibleTag&&null===e.businessScheduleDescription?Yi(n):Gi(n,l):Ki(n):null})(n)}`;return{header:l,body:i}},Qi=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),er=d((({children:e})=>Qi?e:null)),tr=d((({color:e="text-primary-main",position:t="absolute",blur:n=!0})=>o("div",{className:u("flex justify-center items-center h-full w-full z-50",t,{"backdrop-blur":n}),children:o("div",{className:u("inline-block h-28 w-28","animate-spin rounded-full","border-8 border-solid border-current","border-r-transparent",e),role:"status"})}))),nr="/icons/MapMarkerClusterIcon.svg",lr="/icons/MapMarkerClusterYellowIcon.svg";function ar({yandexMaps:e,map:t,points:n,isLoad:l}){if(l||!n)return;if(t.geoObjects.removeAll(),!n.length)return;const a=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),i=ir("offices",e,a);if(n.length&&n.every((e=>"type"in e))){const l=ir("workplaces",e,a),r=rr(n.filter((e=>"workplaces"===e.type)),"workplaces",e),s=rr(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=rr(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 ir=(e,t,n)=>new t.Clusterer({clusterIcons:[{href:"offices"===e?nr:lr,size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:n,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),rr=(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?nr:lr,iconImageSize:[78,84],iconImageOffset:[-35,-50]}))),sr={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",font:"text-center font-sans"},or={...sr,border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center"},cr=(e,t,n)=>o("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(or).join(" ")} ${n}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.current.geoObjects.add(t.geoObjects)}))},children:o(W,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),dr=e=>globalThis[e];function mr(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=dr(e);return t?Promise.resolve(t):new Promise((t=>{n.addEventListener("load",(()=>{t(dr(e))}))}))}return new Promise(((n,l)=>{const a=document.createElement("script");a.src=t,a.async=!0,a.id=t,a.addEventListener("load",(()=>{n(dr(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 ur={...sr,border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center"},hr=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(ur).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:o(W,{name:n,width:"20",height:"16"})})})),pr=[55.753995,37.614069],gr=d((({points:e,className:t="",zoom:n=5,isLoad:l,selectedAddress:i})=>{const r=s(null),d=mr("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${V.YANDEX_MAP_API_KEY||""}&lang=ru_RU`,!1);if(a((()=>{r.current?ar({yandexMaps:d,map:r.current,points:e,isLoad:l}):d?.ready((()=>{r.current||(r.current=new d.Map("map",{center:fr(e),zoom:n,controls:[],suppressMapOpenBlock:!0})),ar({yandexMaps:d,map:r.current,points:e,isLoad:l})}))}),[d,e,n,l,i]),a((()=>{r.current&&i&&d?.geocode(i).then((e=>{const t=e.geoObjects.get(0).geometry.getCoordinates();r.current.setCenter(t),r.current.setZoom(18)}))}),[i]),!d)return null;const m="z-10";return c("div",{id:"map",className:u("relative","w-full",t),children:[l?o(tr,{}):null,c("div",{className:u("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",m),children:[o(hr,{yandexMaps:r}),o(hr,{yandexMaps:r,direction:"out"})]}),cr(r,d,u("right-2 top-80",m))]})})),fr=e=>{const t=[br(xr(e,0)),br(xr(e,1))];return t.every((e=>e))?t:pr},xr=(e,t)=>e.map((e=>e.coords?.[t])),br=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,yr={workingSaturday:!1,premiumService:!1,privateBanking:!1,remoteWorkplace:!1,serviceDisabledPeople:!1,sellingCoins:!1,buyingCoins:!1,bullionOperations:!1,preciousMetalsOperations:!1,transferringDataToBiometricSystem:!1},vr={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных",premiumService:"Премиальное обслуживание",privateBanking:"Услуга Private banking",sellingCoins:"Продажа монет из драгоценных металлов",buyingCoins:"Покупка монет из драгоценных металлов",bullionOperations:"Операции со слитками",preciousMetalsOperations:"Операции с драгоценными металлами",transferringDataToBiometricSystem:"Передача фото и голоса в Единую биометрическую систему",locationDisabledPeople:"Для маломобильных",designDisabledPeople:"Для слабовидящих",remoteWorkplace:"Удаленное рабочее место",serviceDisabledPeople:"Для маломобильных граждан"},Nr={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)};function wr({disabled:e,onClick:t}){return n=>{!e&&t&&t(n)}}const kr={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"},Cr={primary:u("group-data-secondary:text-primary-main group-data-secondary:bg-white","group-data-secondary:hover:text-white group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active"),secondary:u("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")},Sr=d((({children:e,...t})=>{const n=e=>({...e,onClick:me(wr(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:u("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?"":u(kr[a],Cr[a]),l),type:s,role:d,onClick:m,children:e})})),Ir=(e,t)=>e&&"underlined"!==t?"primary":"secondary",Tr=(e,t,n)=>{const l=Ir("all"===t),a=Ir("business"===t),i=(e,t,l)=>{const a=e.currentTarget===e.target&&"business"===t?r(l):l;return n(t),a},r=e=>e.filter((e=>e.workSchedule&&e.workSchedule.businessScheduleVisibleTag&&!e.workSchedule.businessScheduleDescription));return c("div",{className:"flex gap-lg flex-col sm:flex-row pb-lg",children:[o(Sr,{"data-id":"all",onClick:t=>i(t,"all",e),version:l,children:"Для физических лиц"}),o(Sr,{"data-id":"business",onClick:t=>i(t,"business",e),version:a,children:"Для юридических лиц"})]})},Br=({__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(Re,{__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(Me,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,Pr="flex flex-col sm:flex-row sm:flex-wrap gap-3xl pb-2xl",Rr=({filters:e,field:{field:t,reset:n},onlyOffice:l,labels:a})=>{const i=l?5:6,r=(e||[]).map((e=>o(Qn,{text:a[e],...t(e)},e))),[s,d]=i>0?[r.slice(0,i),r.slice(i)]:[r,[]];return o("div",{children:e?.length?o("div",{children:o(wi,{renderFoldableSection:({isUnfolded:e})=>c("div",{children:[o("div",{className:Pr,children:s}),o(ki,{className:Pr,isUnfolded:e,children:d})]}),renderFoldButton:Dr(n,l)})}):null})},Dr=(e,t=!1)=>({isUnfolded:n,onToggle:l})=>c("div",{className:"flex space-x-lg",children:[t?o(ye,{version:"transparent",className:"text-secondary-text [&>*]:p-0",appendRight:o(W,{name:["ArrowDownIcon","ArrowUpIcon"][Number(n)],width:"16",height:"16"}),text:["Больше фильтров","Меньше фильтров"][Number(n)],onClick:l}):null,o(ye,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:e,children:Mr()})]}),Mr=()=>c("div",{className:"flex items-center",children:["Очистить фильтр",o(W,{name:"CloseIcon",width:"16",height:"16",className:"ml-2xs"})]}),_r=(e,t)=>o("div",{className:"flex flex-col sm:flex-row gap-xs mb-2xl",children:c(w,{headingType:"h3",children:[o("span",{suppressHydrationWarning:!0,children:e}),t?o(Me,{size:"text-h2",color:"text-secondary-text",children:o("span",{suppressHydrationWarning:!0,children:` (${t})`})}):null]})}),Vr=()=>{},zr=e=>"all"===e?"block":"hidden",Ar=d((({className:e,data:t=[],isLoad:n,remoteWorkplaces:a=[],renderCard:i=Vr,renderRemoteWorkplaceCard:r=Vr,getBalloon:s=Vr,getBalloonRemoteWorkplaces:d=Vr,descriptionData:m,title:h})=>{const p=h?.includes("Офис"),[g,{field:f,reset:x}]=At(yr),{filteredItems:b,points:y,filteredRemoteWorkplaces:v,lengthItems:N}=Lr({data:t,remoteWorkplaces:a,filtrationState:g,getBalloon:s,getBalloonRemoteWorkplaces:d}),[w,k]=l("all"),C={filters:Or([...t,...a]),field:{field:f,reset:x},onlyOffice:p,labels:vr};return c("div",{className:u("space-y-1",e),children:[c("div",{className:"bg-white",children:[c("div",{className:"p-3xl pb-0",children:[_r(h,N),m?Br(m):null,p&&Tr(t,w,k),o("div",{className:u("pb-3xl",zr(w)),children:Rr(C)})]}),o("div",{className:"h-[600px]",children:o(er,{children:o(gr,{points:y,isLoad:n,className:"h-full"})})})]}),c(er,{children:[b.map(i),v.map(r)]})]})})),Fr=(e,t)=>{const n=Object.keys(t).filter((e=>t[e]));return e.filter((e=>n.every((t=>Nr[t](e)))))},Or=e=>Object.keys(yr).filter((t=>e.filter((e=>Nr[t](e))).length)),Er=()=>{},Lr=({data:e,remoteWorkplaces:t=[],filtrationState:n={},getBalloon:l=Er,getBalloonRemoteWorkplaces:a=Er})=>{const[i,s,o,c]=r((()=>{const i=Fr(e,n),r=Fr(t,n),s=[...i.map((e=>({type:"offices",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:l(e)}))),...r.map((e=>({type:"workplaces",coords:[Number(e.gpsLatitude),Number(e.gpsLongitude)]?.filter(Boolean),content:a({address:e.address,workScheduleDescription:e.workScheduleDescription})})))].filter((e=>e.coords&&2===e.coords.length));return[i,s,r,i.length+r?.length]}),[e,t,n,l,a]);return{filteredItems:i,points:s,filteredRemoteWorkplaces:o,lengthItems:c}},jr=d((({field:e,input:t})=>{const n=e("regionRetail"),l=e("addressRetail"),i=Wn(),r=n?.value?.key,s=i.find((({region:e})=>e===r)),d=!i,m=n?.value?.text,u=Wn()?.find((e=>e?.region===m))?.branches;a((()=>{""!==n?.value?.key&&e?.("addressRetail")?.onChange?.("")}),[n?.value]);const{points:h}=Lr({data:s?.branches||[],filtrationState:{},getBalloon:Zi}),p=Boolean(n?.value?.key);return c("div",{children:[o(hn,{label:"Адрес отделения",placeholder:"Выберите отделение",options:(u||[]).map((({address:e=""})=>({key:e,text:e}))),..._n(e("addressRetail"),Pn.addressRetail,t?.required&&p),isSearch:!0}),o("div",{className:"h-[600px]",children:o(er,{children:o(gr,{points:h,isLoad:d,className:"h-full",selectedAddress:l?.value?.text})})})]})})),$r=d((({field:e,input:t})=>{const n=Wn();return o(hn,{label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:r((()=>n?.map((({region:e=""})=>({key:e,text:e})))),[n]),..._n(e("regionRetail"),Pn.regionRetail,t?.required)})})),qr=d((({field:e,input:t})=>o(ln,{label:"Пенсионные доходы",placeholder:"Введите значение",type:"number",..._n(e("retirementIncome"),Pn.retirementIncome,t?.required),...t}))),Ur=d((({field:e})=>{const t=e("secondaryPhone");return o(hi,{label:"Дополнительный телефон",...t.value&&"+7 ("!==t.value?Mn(t,Pn.secondaryPhone):t})})),Wr=d((({field:e,input:t})=>o(hn,{label:"Направление обслуживания",placeholder:"Выберите направление",options:Ma,..._n(e("serviceDirection"),Pn.serviceDirection,t?.required)}))),Hr={horizontal:"@lg:flex-row",vertical:""},Yr=d((({label:e,items:t,value:n,className:l,onChange:a,disabled:i=!1,orientation:r="horizontal"})=>c("div",{className:"grid gap-xs whitespace-nowrap",children:[e?o("div",{role:"radiogroup","aria-label":e,children:o(Me,{color:"text-secondary-text",font:"font-light",children:e})}):null,o("div",{className:u("flex flex-col gap-s",Hr[r],l),role:"radiogroup","aria-label":"Группа кнопок",children:t?.map((({id:e,text:t})=>o(Qn,{isRadio:!0,text:t,value:n===e,onChange:()=>a&&a(e),disabled:i},String(e))))})]}))),Kr=d((({className:e,label:t,onChange:n,error:l,...a})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Yr,{label:qt({label:t,errors:a?.errors}),onChange:e=>n&&n(e),...a}),Xt(l)]}))),Gr=[{id:"male",text:"Мужской"},{id:"female",text:"Женский"}],Xr=d((({field:e,input:t})=>o(Kr,{label:"Пол",orientation:"horizontal",items:Gr,..._n(e("sex"),Pn.sex,t?.required)}))),Jr=d((({field:e})=>o(al,{text:"Я являюсь акционером / участником / членом / пайщиком / вкладчиком с долей участия более 20% уставного капитала юридического лица",..._n(e("shareholderFlg"),Pn.shareholderFlg)}))),Zr=d((({children:e,onChange:t,...n})=>{const l=i((e=>t&&t(Ml(e,"___-___-___ __"))),[t]),a=i((e=>{"___-___-___ __"===e&&t&&t("")}),[]);return o(Yt,{...n,onChange:l,onFocus:e=>l(e?.target?.value||""),onBlur:e=>a(e?.target?.value||""),children:e})})),Qr=d((({className:e,label:t,value:n,error:l,onChange:a,onBlur:i,...r})=>c("div",{className:u("shrink-0 w-full",e),children:[o(Zr,{"aria-label":t,label:qt({label:t,errors:r?.errors}),valid:Boolean(!l),value:n,onChange:a,onBlur:i,placeholder:"___-___-___ __"}),Xt(l)]}))),es=d((({field:e,input:t})=>o(Qr,{label:"СНИЛС",..._n(e("snils"),Pn.snils,t?.required),...t}))),ts=d((({field:e,input:t})=>o(ln,{label:"Фамилия",..._n(e("surname"),Pn.surname,t?.required),...t}))),ns=["От 1 мес","До 15 лет"],ls=d((({field:e})=>o(ul,{title:"Срок, месяцев",items:ns,min:1,max:180,...e("term")}))),as=d((({field:e,input:t})=>o(ln,{label:"Совокупный официальный доход в месяц после вычета налогов (зарплата, премии)",placeholder:"Введите значение",type:"number",..._n(e("totalIncome"),Pn.totalIncome,t?.required),...t}))),is=d((({field:e,input:t})=>o(hn,{label:"Тип обслуживания",options:Da,..._n(e("serviceType"),Pn.serviceType,t?.required)}))),rs=[{id:"currencyControl",text:"Валютный контроль"},{id:"documentOperations",text:"Документарные операции"},{id:"conversionTransactions",text:"Конверсионные операции"},{id:"otherIssues",text:"Иные вопросы ВЭД"}],ss=d((({field:e})=>{const{value:t,onChange:n}=e("vedTypes");return a((()=>{"currencyControl"!==t&&(e?.("inn")?.onChange?.(""),e?.("region")?.onChange?.(""))}),[t]),o("div",{className:"py-m gap-m grid @xl:flex @xl:items-center",children:o(Yr,{className:"whitespace-normal",orientation:"horizontal",items:rs,value:t,onChange:e=>n&&n(e)})})}));const os={$ref:"/wcms-resources/outservice-productlist.json"},cs=(e,t)=>(n,l)=>{const a="ULTRASERVICE"===t||"PREMIUMSERVICE"===t,i={surname:o(ts,{field:e,input:n}),name:o(Ga,{field:e,input:n}),middleName:o(Ka,{field:e,input:n}),phone:o(pi,{field:e,input:n}),organizationPhone:o(pi,{field:e,input:n}),email:o(ka,{field:e,input:n}),fullName:o(za,{field:e,input:n}),inn:o(Oa,{field:e,input:n}),legalForm:o(qa,{field:e,input:n}),organizationName:o(Qa,{field:e,input:n}),generalSeniority:o(Aa,{field:e,input:n}),lastJobExperience:o(ja,{field:e,input:n}),experience5Years:o(Ba,{field:e,input:n}),jobsNumber:o(La,{field:e,input:n}),beginDate:o(Xl,{field:e,input:n}),addressFact:o(Yn,{field:e,input:n}),organizationAddress:o(Gn,{field:e,input:n}),comment:o(ta,{field:e,input:n}),addressBranch:o(Hn,{field:e,input:n,isPremium:a}),sex:o(Xr,{field:e,input:n}),birthday:o(Jl,{field:e,input:n}),birthPlace:o(Zl,{field:e,input:n}),desiredMeetingDate:o(ga,{field:e,input:n}),product:o(xi,{field:e,source:os}),localities:o(Ha,{field:e,input:n}),isClient:o(Ea,{field:e}),partnerComments:o(ai,{field:e,input:n}),collectionCount:o(ea,{field:e,input:n}),acquiringType:o(zn,{field:e,input:n}),onlineCheckout:o(Ja,{field:e}),posTerminal:o(fi,{field:e}),serviceType:o(is,{field:e,input:n}),term:o(ls,{field:e}),amount:o(fl,{field:e}),annualRevenue:o(Nl,{field:e,input:n}),vedTypes:o(ss,{field:e}),feedbackMethod:o(Va,{field:e,input:n}),serviceDirection:o(Wr,{field:e,input:n}),bankEmpolee:o(Cl,{field:e}),secondaryPhone:o(Ur,{field:e}),consentToReceiveMaterials:o(ua,{field:e,input:n}),processPersonalDataFlg:o(ua,{field:e,input:n}),consentProviderFlg:o(ua,{field:e,input:n}),consentOthersFlg:o(ua,{field:e,input:n}),consentInformFlg:o(ua,{field:e,input:n}),consentPfrFlg:o(ua,{field:e,input:n}),applicationDate:o(ln,{label:"Дата и время обращения в Банк",...e("applicationDate")}),region:a?o(Ni,{field:e}):o(vi,{field:e,input:n,url:Et(t)}),education:o(wa,{field:e,input:n}),housing:o(Fa,{field:e,input:n}),employment:o(Ia,{field:e,input:n}),organization:o(Za,{field:e,input:n}),amountWorkers:o(vl,{field:e,input:n}),employerActivities:o(Ca,{field:e,input:n}),employerOrganization:o(Sa,{field:e,input:n}),positionOrganization:o(gi,{field:e,input:n}),familyStatus:o(Ra,{field:e,input:n}),children:o(Ql,{field:e,input:n}),familyMembers:o(Pa,{field:e,input:n}),dependents:o(pa,{field:e,input:n}),totalIncome:o(as,{field:e,input:n}),expenses:o(Ta,{field:e,input:n}),snils:o(es,{field:e,input:n}),conscription:o(na,{field:e,input:n}),armyIdFlg:o(wl,{field:e,input:n}),dulSerie:o(va,{field:e,input:n}),dulNumber:o(ya,{field:e,input:n}),dulIssueDateField:o(xa,{field:e,input:n}),dulSubdivisionCode:o(Na,{field:e,input:n}),dulIssuedBy:o(ba,{field:e,input:n}),addressRegistration:o(Gn,{field:e,input:n}),participantDateRegistration:o(ni,{field:e,input:n}),retirementIncome:o(qr,{field:e,input:n}),otherIncome:o(ei,{field:e,input:n}),mandatoryIncome:o(Ya,{field:e,input:n}),otherPayments:o(ti,{field:e,input:n}),disablePeopleFlg:o(fa,{field:e,input:n}),bankruptcyFlg:o(Sl,{field:e,input:n}),shareholderFlg:o(Jr,{field:e,input:n}),legalEntityName:o($a,{field:e,input:n}),creditInRshbCd:o(ha,{field:e,input:n}),bankEmployeeCode:o(kl,{field:e,input:n}),partInBusiness:o(li,{field:e,input:n}),regionRetail:o($r,{field:e,input:n}),addressRetail:o(jr,{field:e,input:n}),addressMatch:o(il,{field:e,input:n})};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:i[n?.name||""]},String(l)):null},ds=e=>2===e?"@xl:grid-cols-2":"",ms=e=>e?o("div",{className:"@xl:text-center @xl:col-span-2 mb-m",children:o(Me,{size:"text-h6",children:e})}):null,us=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(ca,{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(S,{className:"w-full",title:n?"Ваша заявка отправлена":"Не удалось отправить заявку",description:n?s:"Пожалуйста, повторите позднее",headlineVersion:"XS",isEmbedded:!0}),o(Sr,{type:"button",onClick:r,children:"Хорошо"})]})})})),hs=e=>{const{open:t,close:n}=de();return{open:(n,l={})=>t(o(us,{...e,...n}),l),close:n}},ps=e=>t=>t&&Object.entries(e).flatMap((([e,n])=>n(t[e])))||[],gs=e=>{const{acquiringType:t,onlineCheckout:n,posTerminal:l,amount:a,term:i,annualRevenue:r,serviceType:s,vedTypes:o,region:c,...d}=e,m=t||r?(e=>{const{acquiringType:t,onlineCheckout:n=!1,posTerminal:l=!1,term:a,amount:i,annualRevenue:r}=e;return t?`Вид эквайринга=${t?.text||""}${An(t?.key)?`/Онлайн касса=${n}/POS-терминал=${l}`:"/Онлайн касса=false/POS-терминал=false"}`:`Сумма=${i}/Срок=${a}/Выручка=${r}`})(e):null,u={...d,...xs(o),...fs(c),...m?{partnerComments:m}:{},...s?{typeForm:s}:{}};return Object.fromEntries(Object.entries(u)?.map((([e,t])=>[e,t?.key||t])))},fs=e=>e?.key||e?.text?{region:e?.text||e?.key}:{},xs=e=>e?{vedTypes:Object.fromEntries(rs.map((({id:t})=>[t,t===e])))}:{},bs={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:Vn[0],serviceType:Da[0],feedbackMethod:_a[0],serviceDirection:Ma[0],vedTypes:rs[0],birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1},ys=d((({text:e,link:t})=>c(k,{size:"text-l",font:"font-light",color:"text-secondary-text",children:[e?o(Me,{children:e}):null,t?o(ye,{href:t.href,ariaLabel:"условия передачи данных",target:t.target||"",className:"!text-left text-primary-main",children:o(Me,{children:t.text})}):null]}))),vs=(e,t)=>o(Sr,{className:u("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),Ns=(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(Qn,{...e}),o(ys,{link:t})]}),Xt(Mn(e,Sn).error)]}):o(ys,{text:"Нажимая кнопку, вы подтверждаете согласие с ",link:t}),vs(n)]}),ws={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:u,serviceDirection:h,...p}=e,g=t&&"Юридическое лицо / ИП"!==h,f="/api/v1"+(g?"/lead":"/sendcorporatelead"),x={typeForm:n,...Nt(l,g),...wt(i,g),...yt(a),...vt(s,"desiredMeetingDate"),...g?vt(r):{inn:o},..."FEEDBACK"===n?{}:{addressBranch:c,bankEmpolee:m,applicationDate:u,...kt(d)},...p};try{const e=await fetch(f,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(x)});return e?.ok?await e.json():null}catch(e){return null}}},ks=d((({className:e,title:t,typeForm:n="",sections:r=[],button:s,link:d,endpoint:m,additionalParams:h,isContacts:p,data:g,...f})=>{const x=r?.flatMap((e=>e?.inputs))||[],b=((e,t="")=>{const n=Object.fromEntries(e.map((e=>[e.name,"ved"===e.fieldType&&e?.defaultValue||bs[e.name||""]])));return n?.serviceType&&"PREMIUMSERVICE"===t&&(n.serviceType=Da[1]),{...n,typeForm:{key:t,text:""}}})(x,n),[y,v]=l(""),N=hs({typeForm:n}),k=i((async(e,t)=>{const n=Cs(x,e),l=ps(Dn(n));if(!pn(l(e)))return console.warn("validation fail");const a=gs({...e,...h}),i=await ws.send(a,"lead"===m)?"OK":"Fail";if(v(i),i&&N.open({responseType:i}),"OK"===i&&g){const e=Vt();Ct({aspectsAttributes:g,aspects:e,ev:t})}return i}),[]),[,{field:C,onSubmit:S,reset:I}]=At(b,{onSubmit:k}),T=(e=>e?.find((e=>"consentDataProcessing"===e?.name)))(x)?.name;return a((()=>{"OK"===y&&(v(""),I())}),[y]),c(Ot,{className:u("container space-y-m",e),title:t,...f,children:[c("form",{onSubmit:S,children:[r.map(((e,t)=>c("div",{className:u(ds(e.columns),"grid gap-x-m"),children:[ms(e.title),(e?.inputs||[])?.map(cs(C,n))]},`section-${t}`))),Ns(T?C("consentDataProcessing"):void 0,d,s)]}),p?c("div",{className:"space-y-m",children:[o(w,{headingType:"h6",title:"Или свяжитесь с нами удобным способом",className:"@xl:text-center"}),c("div",{className:"flex sm:justify-center gap-xl",children:[c("a",{className:"flex gap-s items-center text-primary-text no-underline",href:"tel:8 (800) 200-78-70","aria-label":"телефон 8 (800) 200-78-70",children:[o(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]})})),Cs=(e,t)=>e.filter((e=>"secondaryPhone"===e?.name?Boolean(t.secondaryPhone):e)).filter((e=>!e?.condition||e?.condition.values.find((n=>{const l=t?.[e?.condition?.name??""];return n===(l?.key??l)}))));function Ss(e){const[t,n]=l(JSON.parse(globalThis.localStorage?.getItem(e)||"null"));return[t,i((t=>{globalThis.localStorage?.setItem(e,JSON.stringify(t)),n(t)}),[e,globalThis.localStorage])]}const Is=d((({inputs:e=[],typeForm:t="",field:n,key:l})=>{const a=e.every((e=>Boolean(n(e.name).value))),i=r((()=>e?.filter((e=>e.required))?.some((e=>Boolean(Mn(n(e?.name),Pn[e?.name]).error)))),[e]);return o("div",{className:"w-fit",children:o(wi,{isFoldButtonOnTop:!0,unfoldedByDefault:!0,renderFoldableSection:({isUnfolded:l})=>o(ki,{isUnfolded:l,className:"flex flex-col pl-2xl",children:e.map(cs(n,t))}),renderFoldButton:Ts(c("div",{children:[o(Qn,{value:a,onChange:t=>{for(const l of e){const e=n(l.name);e?.onChange&&e.onChange(t)}},text:"Согласие на все документы"},l),Xt(i?"Отметьте все обязательные соглашения":"")]}))})})})),Ts=e=>t=>c("div",{className:"flex items-start",children:[e,o("button",{onClick:t.onToggle,className:"px-m py-2xs",type:"button",children:o(W,{className:"text-primary-text",name:t.isUnfolded?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})})]}),Bs=({field:e,typeForm:t="",inputs:n})=>{const{consentInputs:l,restInputs:a}=Ps(n||[]);return l.length>2?c("div",{children:[a.map(cs(e,t)),o(Is,{inputs:l,field:e})]}):(n||[])?.map(cs(e,t))},Ps=e=>({consentInputs:e?.filter((e=>Object.keys(la).includes(e.name||"")))||[],restInputs:e?.filter((e=>!Object.keys(la).includes(e.name||"")))||[]}),Rs={typeForm:"",region:{key:"",text:""},addressBranch:{key:"",text:""},surname:"",name:"",phone:"",secondaryPhone:"",organizationPhone:"",comment:"",product:"",partnerComments:"",annualRevenue:"",term:12,amount:1e5,acquiringType:Vn[0],serviceType:Da[0],feedbackMethod:_a[0],serviceDirection:Ma[0],vedTypes:rs[0],birthday:void 0,isClient:!1,onlineCheckout:!1,posTerminal:!1,consentToReceiveMaterials:!1,consentDataProcessing:!1,processPersonalDataFlg:!1,consentProviderFlg:!1,consentOthersFlg:!1,consentInformFlg:!1,addressRegistration:"",participantDateRegistration:void 0},Ds=(e,t,n="")=>{if(t){const e={...t};return e.birthday=new Date(e?.birthday||0),e}return{...Object.fromEntries(e.map((e=>[e.name,"ved"===e.fieldType&&e?.defaultValue||Rs[e.name||""]]))),typeForm:{key:n,text:""}}},Ms=(e,t)=>o(Sr,{className:u("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),_s=e=>aa("/user-data/updateUserProfile","PUT",e),Vs=e=>aa("/user-data/updateUserTask","PUT",e),zs={width:"103",height:"21"},As={"bg-white":"color",transparent:"white"},Fs={"bg-white":"text-primary-main",transparent:"text-white"},Os=(e,t,n)=>o(ne,{image:t?.src?t:{icon:t?.icon||"LogoIcon",iconVersion:As[e]},className:Fs[e],width:n?.width,height:n?.height}),Es={"bg-white":"text-primary-text",transparent:"text-white"},Ls=d((({className:e,href:t="/",logo:n,children:l,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0,data:s})=>c("a",{className:u("inline-flex items-center font-sans no-underline",e),href:n?.href??t,target:a?"_blank":"_self","aria-label":n?.title??"Россельхозбанк",...pe(s),children:[Os(i,n?.image,zs),r?l??o("div",{className:"ml-s",children:o(Me,{font:"font-medium",color:Es[i],size:"text-s",children:n?.title??"Россельхозбанк"})}):null]}))),js=async({code:e,setHasError:t,close:n,sendCode:l=Ut})=>{const a=await(i={captchaText:e},aa("/sms/checkCaptcha","POST",i));var i;"ERROR"===await a.text()?t(!0):(l(),n?.())},$s=async(e,t)=>{const n=await(e=>aa(`/sms/createCaptcha?phoneNumber=${encodeURIComponent(e)}`,"GET"))(t);e(URL.createObjectURL(await n.blob()))},qs=d((({phoneNumber:e,close:t,sendCode:n,onClose:i})=>{const[r,s]=l(""),[d,m]=l(""),[u,h]=l(!1);return a((()=>{$s(s,e)}),[]),o(ca,{head:o(Ls,{}),onClose:i,className:"my-6xl max-w-lg w-full min-h-fit mx-auto rounded-lg",children:c("div",{className:"flex flex-col gap-lg items-center rounded-md",children:[c("div",{className:"flex h-36 w-72",children:[o("img",{className:"grow",src:r}),o("div",{onClick:()=>$s(s,e),className:"flex w-8 items-center justify-center cursor-pointer",children:o(W,{iconVersion:"normal",name:"RefreshIcon"})})]}),o(Yt,{className:"w-[300px]",onChange:m,value:d,placeholder:"Введите код с картинки"}),u?o("div",{className:"text-error",children:"Неверный код"}):null,c("div",{className:"flex w-[310px] justify-between",children:[o(Sr,{onClick:t,version:"secondary",children:"Вернуться"}),o(Sr,{type:"submit",disabled:!d,onClick:()=>js({code:d,setHasError:h,close:t,sendCode:n}),version:"secondary",children:"Отправить"})]})]})})})),Us=d((({time:e,setTime:t,className:n})=>(a((()=>{const n=setInterval((()=>{t(e-1)}),1e3);return 0===e&&clearInterval(n),()=>{clearInterval(n)}}),[e]),o("span",{className:n,children:Ws(e)})))),Ws=e=>`${`${Math.floor(e/60)}`.padStart(2,"0")}:${(""+e%60).padStart(2,"0")}`,Hs=async({phoneNumber:e,captchaDialog:t,setTimeNextReq:n,setIsTimerStarted:l,setAttemps:a})=>{try{await(i={phoneNumber:e,smsCodesSetName:{key:"AUTHENTICATION"}},aa("/sms/sendCode","POST",i)).then((t=>{if("string"!=typeof t&&t.errorMessage&&t.errorMessage.startsWith(`Too many request for phoneNumber [${e}]`))throw t})),a(0),n(180),l(!0)}catch(e){t.open()}var i},Ys=d((({values:e,setValues:t,hasError:n,errorText:r})=>{const[d,m]=l(0),u=s([]);a((()=>{u.current?.[d]?.focus()}),[d]);const h=i((n=>l=>{const{value:a}=l.currentTarget,i=a.slice(0,1);t(e.map(((e,t)=>t===n?i:e))),m(n+1)}),[e]),p=i((n=>l=>{const{key:a}=l;if("Backspace"===a&&!e[n]){const l=n>0?n-1:e.length-1,a=e.map(((e,t)=>t===l?"":e));t(a),m(l)}}),[e]),g=i((n=>{n.preventDefault();const l=n.clipboardData.getData("text"),a=e.map(((e,t)=>t<l.length?l[t]:e));t(a),m(a.length-1)}),[e]);return c("div",{className:"flex flex-col gap-2 text-center",children:[o("div",{children:e.map(((t,l)=>o("input",{type:"number",maxLength:1,value:t,onChange:h(l),onPaste:g,ref:e=>{u.current||(u.current=[]),u.current[l]=e},onFocus:e=>e.target.select(),onKeyDown:p(l),className:Ks(l,e,n)},l)))}),n?o("div",{className:"text-error",children:r}):null]})})),Ks=(e,t,n=!1)=>{const l=!t[e];return`w-16 h-20 text-3xl text-center p-2 m-2 border ${n&&l?"border-error":"border-gray"} rounded-md caret-transparent outline-none`},Gs=d((({isDisabled:e,onClick:t,text:n})=>o(Sr,{type:"button",onClick:t,disabled:e,children:o(Me,{font:"font-medium",children:n})}))),Xs=e=>{globalThis.sessionStorage.setItem("accessToken",e.access_token),globalThis.sessionStorage.setItem("refreshToken",e.refresh_token)},Js=({close:e,values:t})=>{const[n,s]=l(!1),[o,c]=l(""),[d,m]=l(!1),[u,h]=l(0),[p,g]=l(!1),[f,x]=l(0),b=i((()=>{s(!1),c("")}),[]),y=r((()=>0===u&&p),[u,p]),v=r((()=>f>2||!t.every(Boolean)||y),[t]),N=i((async()=>{try{g(!1),h(0),x(f+1),m(!0),await(async e=>aa("/sms/checkCode","POST",e).then(Xs))({smsText:t.join(""),smsCodesSetName:{key:"AUTHENTICATION"}}),b(),e&&e(t.join(""))}catch{m(!1),c(f>1?"Исчерпан лимит ввода смс-кода":"Неверный код"),s(!0)}}),[t,f]);return a((()=>{y?(s(!0),c("Код просрочен")):s(!1)}),[y]),{handleSubmit:N,hasError:n,errorText:o,isLoading:d,timeNextReq:u,isSubmitButtonDisabled:v,setTimeNextReq:h,setIsTimerStarted:g,setAttemps:x}},Zs=d((({close:e=Ut,onClose:t=Ut,title:n,description:r,__html:s,code:d=!0,codeLength:m=4,textButton:u="",phoneNumber:h="+79999999999"})=>{const[p,g]=l(Array(m).fill("")),{handleSubmit:f,hasError:x,errorText:b,isLoading:y,timeNextReq:v,isSubmitButtonDisabled:N,setTimeNextReq:w,setIsTimerStarted:k,setAttemps:C}=Js({values:p,close:e}),I=i((()=>{Hs({phoneNumber:h,captchaDialog:T,setTimeNextReq:w,setIsTimerStarted:k,setAttemps:C})}),[]),T=((e,t)=>{const{open:n,close:l,closeAll:a}=de();return{open:()=>n(o(qs,{close:l,onClose:t,...e})),close:l,closeAll:a}})({phoneNumber:h,sendCode:I},t);return a((()=>{I()}),[]),o(ca,{className:"my-6xl max-w-3xl w-full min-h-fit mx-auto rounded-lg",children:c("div",{className:"flex flex-col gap-lg items-center rounded-md",children:[o(S,{className:"w-full",title:n,description:r,headlineVersion:"S",isEmbedded:!0}),d?o(Ys,{values:p,setValues:g,errorText:b,hasError:x}):null,eo(v,w,I),o(Re,{itemSize:"list-s",__html:s}),Qs(u,N,f),y?o(tr,{blur:!1}):null]})})})),Qs=(e,t,n)=>e?o(Gs,{isDisabled:t,onClick:n,text:e}):null,eo=(e,t,n)=>e?c("div",{className:"flex flex-row text-l font-light text-primary-main",children:["Получить новый код можно через",o(Us,{className:"text-primary-main ml-1",time:e,setTime:t})]}):o(ye,{onClick:n,className:"text-primary-main",children:"Получить новый код"}),to=()=>{const{open:e,close:t}=de();return{open:(n,l)=>e(o(Zs,{onClose:t,close:n,...l})),close:t}},no={title:"Подпишите согласие на запрос в БКИ",description:"Согласие на запрос в Бюро кредитных историй (БКИ) ускорит решение по кредиту"},lo={title:"Вы уверены, что хотите отказаться от запроса в БКИ",description:"Согласие на запрос в Бюро кредитных историй (БКИ) повысит вероятность одобрения"},ao=d((function({handleSubmit:e=Ut,onClose:t=Ut}){const[n,a]=l(""),[r,s]=l(!1),{open:d,close:m}=de(),u=ke(),h=i((()=>{m(),e(n)}),[n]),p=i((e=>{a(e),"REFUSE"===e&&s(!0)}),[]),g=r?lo:no;return o(ca,{className:"my-6xl max-w-3xl w-full min-h-fit mx-auto rounded-lg",onClose:t,children:c("div",{className:"flex flex-col gap-lg items-center",children:[o("div",{role:"button",onClick:()=>da(d,ro,u),children:o(w,{className:"text-center text-balance",title:g.title})}),o(k,{align:"text-center",children:g.description}),o(Yr,{className:"whitespace-normal",orientation:"horizontal",items:io,value:n,onChange:p}),o(Sr,{disabled:!n,type:"button",onClick:h,children:"Продолжить"})]})})})),io=[{id:"SIGNED",text:"Подписать"},{id:"REFUSE",text:"Отказаться"}],ro=2,so=e=>{const{open:t,close:n}=de(),l=to(),a=(t,a)=>async i=>{n(),"SIGNED"===i&&t?l.open((t=>async n=>{t&&await _s({profile:{id:t,consentBkiFlg:!0,smsConsentBki:n}}),e()})(a),oo(t)):e()};return{open:(n,l)=>t(o(ao,{handleSubmit:a(n,l),onClose:e}))}},oo=e=>({title:"Подтвердите номер телефона",description:`Мы отправили код на ${e}`,phoneNumber:bt(e),textButton:"Отправить",__html:"<span>Вводя код, я подтверждаю, что ознакомлен и подписываю:</span>\n <ul><li>согласие на запрос информации в БКИ</li></ul>"}),co=d((function({handleClose:e}){const t=i((async()=>{const e=await(t={redirectUri:globalThis.location.href},aa("/esia/getLink","POST",t));var t;e&&(globalThis.location.href=e.link)}),[]);return o(ca,{className:"my-6xl max-w-lg w-full min-h-fit mx-auto rounded-lg",onClose:e,children:c("div",{className:"flex flex-col gap-lg items-center rounded-md",children:[c("div",{className:"flex items-center justify-around w-full",children:[c("ul",{className:"list-disc",children:[o("li",{children:"Вероятность одобрения выше"}),o("li",{children:"Без справок о доходах и трудоустройстве"}),o("li",{children:"С защитой Ваших данных"})]}),o(ne,{image:{icon:"GosUslugiIcon",iconVersion:"normal"},height:"70"})]}),c("div",{className:"flex items-center justify-between w-full m-0",children:[o(Sr,{type:"button",onClick:t,children:"Заполнить через Госуслуги"}),o(Sr,{type:"button",version:"secondary",onClick:e,children:"Пропустить"})]})]})})})),mo={email:"EMAIL",phone:"MAIN_PHONE",organizationPhone:"ORGANIZATION_PHONE"},uo={addressRegistration:"REGISTRATION",addressFact:"RESIDENTAL",organizationAddress:"WORK"},ho={mandatoryIncome:"INCOME_AVERAGE",otherPayments:"MANDATORY_PAYMENTS"},po=e=>Object.entries(e).reduce(((e,[t,n])=>t in mo?[...e,{contactTypeCd:{key:mo[t]},value:n}]:e),[]),go=e=>Object.entries(e).reduce(((e,[t,n])=>t in uo?[...e,{addressType:{key:uo[t]},...n}]:e),[]),fo=({inputs:e,programId:t,nextStepLink:n,saveForm:a})=>{const[r,s]=l(""),[,c]=Ss("taskId"),[,d]=Ss("profileId"),[,m]=Ss("participantId"),u=(e=>{const{open:t,close:n}=de(),l=i((()=>{n(),globalThis.location.href=e}),[]);return{open:(e={})=>t(o(co,{handleClose:l}),e),close:n}})(n),h=so(u.open),p=to(),g=i(((e,t,n)=>{m(e),c(t),d(n)}),[]);return{handleSubmit:i((async n=>{const l=ps(Dn(e));if(!pn(l(n)))return console.warn("validation fail");try{const{profile:{id:e}}=await(i={profile:{phone:bt(n.phone)}},aa("/public-data/createUserProfile","POST",i));if(e&&n?.phone){const l=async()=>{try{await xo({programId:t,profileId:e,formData:n,saveUserData:g,saveForm:a}),p.close(),h.open(n.phone,e)}catch{s("Fail")}},i=Object.keys(la).filter((e=>n[e])).map((e=>la[e]?.text));p.open(l,bo(n?.phone,i))}}catch{s("Fail")}var i}),[]),responseStatus:r}},xo=async({programId:e,profileId:t,formData:n,saveUserData:l,saveForm:a})=>{const i=vo(n);await _s(((e,t)=>{const{name:n="",surname:l="",middleName:a="",birthday:i="",phone:r="",email:s="",processPersonalDataFlg:o,consentProviderFlg:c,consentPfrFlg:d,consentPhotoFlg:m,consentAssignmentClaimsFlg:u,consentCollectionFlg:h,consentInformFlg:p}=t;return{profile:{id:e,name:n,surname:l,midname:a,birthDate:i&&xt(i,!0),email:s,phone:bt(r),processPersonalDataFlg:Boolean(o),consentProviderFlg:Boolean(c),consentPfrFlg:Boolean(d),consentPhotoFlg:Boolean(m),consentAssignmentClaimsFlg:Boolean(u),consentCollectionFlg:Boolean(h),consentInformFlg:Boolean(p)}}})(t,i));const{taskId:r,participantId:s}=await(o={profileId:t,programId:e},aa("/user-data/createDraftTask","POST",o));var o;await Vs((({participantId:e,taskId:t,profileId:n,formData:l})=>{const{name:a,surname:i,middleName:r,birthday:s,phone:o,email:c}=l;return{sendToBank:!0,taskKind:"SHORT",task:{taskSource:globalThis.location.origin,id:t,participants:[{birthDate:s&&xt(s,!0),id:e,midname:r,name:a,surname:i,profile:{id:n},participantContacts:po({phone:o&&bt(o),email:c}),roleCd:{key:"BORROWER",value:"Заемщик"}}]}}})({participantId:s,taskId:r,profileId:t,formData:i})),l(s,r,t),a(n)},bo=(e,t)=>({title:"Подтвердите номер телефона",description:`Мы отправили код на ${e}`,phoneNumber:bt(e),textButton:"Оформить",__html:`<span>Вводя код, я подтверждаю, что ознакомлен и подписываю:</span>${yo(t)}`}),yo=e=>`<ul>${e?.map((e=>"<li>"+e+"</li>")).join("")}</ul>`,vo=e=>{const{consentOthersFlg:t,...n}=e;return{...n,consentCollectionFlg:t,consentAssignmentClaimsFlg:t,consentPhotoFlg:t}},No=e=>{const{profile:t,addInfo:n,document:l,addressRegistration:a,addressFact:i}=e;return{name:t?.name,surname:t?.surname,middleName:t?.midname,birthday:t?.birthDate,phone:mi(t?.phone),email:t?.email,dulIssueDateField:l?.dulIssueDate,dulIssuedBy:l?.dulIssuedBy,dulNumber:l?.dulNumber,dulSerie:l?.dulSerie,dulSubdivisionCode:l?.dulSubdivisionCode,snils:n?.snils,birthPlace:n?.birthPlace,addressRegistration:wo(a),addressFact:wo(i)}},wo=e=>{const{postcode:t,region:n,regionCode:l,locality:a,city:i,street:r,house:s,building:o,block:c,apartment:d}=e,m=[t,n,a||i,r?`ул ${r}`:void 0,s?`д ${s}`:void 0,c?`к ${c}`:void 0,o?`стр ${o}`:void 0,d?`кв ${d}`:void 0].reduce(((e,t)=>t?e?`${e}, ${t}`:t:e),"");return{...e,regionCode:l?.key,fullAddress:m}},ko=e=>{const[t,n]=l(!1),[r]=Ss("profileId"),[s,o]=Ss("leadForm"),c=new URLSearchParams(decodeURIComponent(globalThis.location?.search)),d=c.get("code"),m=c.get("state"),u=i((async()=>{if(r&&d&&m){const n=await(t={profileId:r,code:d,state:m,redirectUri:globalThis.location?.href},aa("/esia/updateProfileEsia","POST",t));o({...s,...No(n)}),globalThis.location.href=e}var t}),[]);return a((()=>{d?(n(!0),u()):(sessionStorage.removeItem("accessToken"),sessionStorage.removeItem("refreshToken"))}),[]),{isLoading:t}},Co=d((({className:e,title:t,programId:n="",nextStepLink:i="/credit-lead",sections:r=[],button:s,...d})=>{const m=r?.flatMap((e=>e?.inputs))||[],[h,p]=l(""),{isLoading:g}=ko(i),[f,x]=Ss("leadForm"),b=Ds(m,f),{handleSubmit:y,responseStatus:v}=fo({inputs:m,programId:n,nextStepLink:i,saveForm:x});if(v){hs({responseType:v}).open()}const[,{field:N,onSubmit:w,reset:k}]=At(b,{onSubmit:y});return a((()=>{"OK"===h&&(p(""),k())}),[h]),o(Ot,{className:u("container space-y-m",e),title:t,...d,children:c("form",{onSubmit:w,className:"space-y-m relative",children:[g?o(tr,{blur:!1}):null,r.map(((e,t)=>c("div",{className:u(ds(e.columns),"grid gap-x-m"),children:[ms(e.title),Bs({field:N,inputs:e?.inputs})]},`section-${t}`))),Ms(s)]})})})),So=d((({title:e,description:t})=>{const n=ke();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(S,{title:e,description:t,headlineVersion:n?"L":"S",isEmbedded:!0,className:"space-y-s"})]})})),Io=(e=!1)=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",To=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`});function Bo(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 Po=d((({className:e,style:t,idx:n,activeIndex:l,observerOptions:c,children:d,onIntersection:m})=>{const h=function(e,{sensitivity:t,rootRef:n}={}){const l=s(null),i=r((()=>({threshold:Bo(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:u("inline-block snap-always box-border",e),style:t,"aria-current":Boolean(n===l),ref:h,role:"listitem",children:d})})),Ro=["min-w-full","lg:min-w-[50%]","lg:min-w-[33.3%]","lg:min-w-[25%]"],Do=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:h,children:p,onVisibleItemsChange:g,onVisibleIndicesChange:f})=>{const x={sensitivity:1,rootRef:n},b=s([]),y=i(((e,t)=>{const n=[...b.current||[]];n[e]=t,b.current=n,g&&g(n),f&&f(_o(n))}),[g,f]),v=a>0?r*Number(a)-1:0,N="vertical-list"===d,w="horizontal-list"===d,k={...w?Mo(c,v):{},...N?To(h):{},gap:`${r}px`};return o("div",{className:u("box-border overflow-auto no-scrollbar",d,e),style:k,ref:n,role:"list",children:(C=(e,n)=>o(Po,{className:u(m,a?Ro[a-1]:"",{"h-full":N},t),style:w?Mo(c/4):{},activeIndex:l,idx:n,observerOptions:x,onIntersection:y,children:e},String(n)),e=>null==e?e:Array.isArray(e)?e.map(C):C(e,0))(p)});var C})),Mo=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),_o=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),Vo={"horizontal-list":"w-6","vertical-list":"h-6"},zo=({activeIndex:e,onClick:t,listType:n="horizontal-list"})=>(l,a)=>o("div",{className:u("cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white",a===e?Vo[n]:"w-2 h-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>t(a)},String(a)),Ao=({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:u("max-h-28 mt-xs ml-xs relative px-xl box-border overflow-hidden text-left grow basis-0 border border-gray group-data-secondary:border-white/50 whitespace-nowrap",i),children:[o("div",{className:r,children:n?.title}),o("div",{className:u("text-secondary-text font-light",s),children:n?.description})]},String(l))},Fo=e=>e,Oo=(e=Fo)=>t=>t.reduceRight(((t,n)=>e(t)>e(n)?t:n)),Eo=Oo(),Lo=(e=Fo)=>Oo((t=>-e(t))),jo=Lo(),$o=e=>t=>e.scrollWidth/t,qo=e=>(t,n)=>{e.scrollBy({left:n*$o(e)(t),behavior:"smooth"})},Uo=({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?[Lo()(a),Oo()(a)]:[-1,-1],m=c>0,u=d<e-1,h=i((()=>{var t;n.current&&(m?qo(n.current)(e,-1):(t=n.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{n.current&&(u?qo(n.current)(e,1):n.current.scrollTo({left:0,behavior:"smooth"}))}),[e,u]),g=i(((e,t={behavior:"smooth",block:"nearest",inline:"center"})=>{n?.current&&n.current.children[e]?.scrollIntoView(t)}),[n]);return[n,{scrollLeft:h,scrollRight:p,scrollTo:g,canScrollLeft:m,canScrollRight:u,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},Wo={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},Ho=d((({className:e="",activeIndex:t=0,dotCount:n=0,listType:l="horizontal-list",version:r,navButtons:s=[],containerRef:c,containerScroll:d})=>{const m=ke(),[h,p]=Uo({itemCount:s.length}),g=Yo(Boolean(s?.length));a((()=>{s?.length&&t>=0&&h?.current&&p.scrollTo(t,g)}),[t]);const f=i((e=>{e!==t&&c?.current&&d?.scrollTo(e,g)}),[c?.current]);return s?.length&&!m?o(Do,{containerRef:h,snapAlign:"snap-start",itemClassName:"h-36 flex items-stretch w-screen",gap:8,children:s.map(Ao({activeIndex:t,onClick:f}))}):n?o("div",{className:u("flex gap-xs",Wo[l],r?"group":"",e,{"pb-xl":s?.length&&m}),"data-ver":r,children:Array.from({length:n}).fill(null).map(zo({activeIndex:t,onClick:f,listType:l}))}):null})),Yo=(e=!1)=>({behavior:e?"auto":"smooth"}),Ko=d((({className:e,disabled:t,...n})=>o(ye,{rounded:!0,className:u("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"})}))),Go=d((e=>o(Ko,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),Xo=d((e=>o(Ko,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),Jo="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",Zo=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?Qo(t):null,i?o(Go,{className:u(ec(a),m?"left-1":"left-0"),onClick:s}):null,r?o(Xo,{className:u(ec(a),m?"right-1":"right-0"),onClick:d}):null]})})),Qo=e=>c("div",{children:[e.canScrollLeft?o("div",{className:u(Jo,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?o("div",{className:u(Jo,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),ec=(e=!1)=>u("absolute z-40",e?"bottom-[56px]":"top-[calc(50%-24px)]"),tc=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:h,showDots:p,children:g,onVisibleIndicesChange:f,navButtons:x})=>{const b=Array.isArray(g)?g.length:0,[y,v]=Uo({itemCount:b,onVisibleIndicesChange:f}),[N]=v.visibleIndicesRange;return c("div",{className:u(e,"vertical-list"===i?"relative h-full":""),children:[o(Do,{containerRef:y,activeIndex:N,visibleItemCount:a,gap:n,padding:l,listType:i,snapAlign:r,minHeight:s,onVisibleIndicesChange:v.handleVisibleIndicesChange,children:g}),o(Zo,{className:u(!d&&"hidden lg:block"),scroll:v,hasBlur:m,arrowsPadded:h,isBottom:Boolean(x?.length)}),o(Ho,{className:u(!p&&"lg:hidden"),activeIndex:N,dotCount:b,listType:i,version:t,navButtons:x,containerRef:y,containerScroll:v})]})})),nc=({blocksToRender:e,...t})=>o(tc,{visibleItemCount:0,gap:0,arrowsPadded:!0,children:R(e,{...t.options,parent:t.block,renderProps:(e,t,n)=>o("div",{className:u("relative min-w-80",Io(!0)),children:B(e,t)},String(n))})}),lc=e=>e%2!=0,ac=d((({textNode:e,iconNode:t,tag:n,onClick:l,justifyContent:a="between",className:i,role:r,...s})=>c(n,{tag:n,className:u("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]}))),ic=d((({className:e="",label:t,icon:n,dataTheme:l="pc",disabled:a=!1,onClick:i})=>o(ac,{tag:"button",onClick:i,disabled:a,"data-theme":l,justifyContent:"center",role:"button",className:u("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(Me,{size:"text-h4",children:t}),iconNode:n?o(ne,{image:{icon:n,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),rc=({isUnfolded:e,onToggle:t})=>o(ic,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),sc=["ArrowDownIcon","ArrowUpIcon"],oc="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs",cc=({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:u("space-y-2xs",{hidden:!l.length}),children:[c("div",{className:u(oc),children:[R(i,{...a.options,parent:n}),lc(i.length)?o(gt,{className:"col-span-6",...a}):null]}),o(wi,{renderFoldableSection:({isUnfolded:e})=>c(ki,{className:u(oc),isUnfolded:e,children:[R(r,{...a.options,parent:n}),lc(r.length)?o(gt,{className:"col-span-6",...a}):null]}),renderFoldButton:({isUnfolded:n,onToggle:l})=>o(ic,{className:u({hidden:e<1}),disabled:!r?.length,label:t,icon:sc[Number(n)],dataTheme:a.options?.page?.colorPalette,onClick:l})})]})},dc=d((({blocksSection:e,blocksToRender:t=[],notFound:n,...l})=>{switch(e?.view){case"grid":return c("div",{children:[mc(n,t),cc({...e,...l,blocksToRender:t})]});case"carousel":return c("div",{className:"relative",children:[mc(n,t),nc({...l,blocksToRender:t})]});default:return null}})),mc=(e,t)=>e&&!t.length?o(So,{...e}):null,uc=e=>t=>t.reduce(((t,n,l)=>t.length?t.concat({...e,key:`sep-${l}`},n):[n]),[]),hc=d((({value:e,onChange:t,items:n=[],multiple:l})=>n.map((n=>o(Xa,{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))))),pc=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,uc(o("div",{className:"h-full w-px bg-gray hidden @4xl:block"}))(Object.entries(t).map(gc(l)).filter(Boolean))]}),n?o("div",{children:o(Sr,{type:"reset",className:"w-full @4xl:w-56 @4xl:ml-s",onClick:a,children:n?.text})}):null]}))),gc=e=>([t,n])=>{const l=n?.type;return"array"===l?fc(t,e)(n):null},fc=(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(Me,{size:"text-m",font:"font-medium",color:"text-primary-text",children:n.title})}):null,o(hc,{items:l,multiple:!n?.single,...t(e)})]},e)};function xc(e,...t){return e.map(((e,n)=>[e,...t.map((e=>e[n]))]))}const bc=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,yc=(e,t)=>Object.entries(e).map((([n,l])=>"number"==typeof l?Array.isArray(t[n])?((e,t)=>n=>bc(t[e])||bc(n[e])||n[e]?.includes(t[e]))(n,e):((e,t)=>n=>bc(t[e])||bc(n[e])||vc(t[e])<=vc(n[e]))(n,e):"object"==typeof l&&"min"in l&&"max"in l?((e,t)=>n=>bc(t[e])||bc(n[e])||vc(t[e]?.min)>=vc(n[e]?.min)&&vc(t[e]?.min)<=vc(n[e]?.max))(n,e):Array.isArray(l)?((e,t)=>n=>bc(t[e])||bc(n[e])||t[e]?.every((t=>n[e]?.includes(t))))(n,e):((e,t)=>n=>bc(t[e])||bc(n[e])||t[e]===n[e])(n,e))).every((e=>e(t))),vc=e=>Number(e||0),Nc=(e,{block:t,page:n,normalize:l=zt})=>{const a=t?.blocks||[],[i,{field:s,reset:o,update:c}]=At(e),d=r((()=>xc(a,a.map((e=>mt(e.content,n?.fallback))))),[a,n?.fallback]),m=i===e?a:((e,t)=>(n=zt)=>e?.filter((([,e])=>yc(t,n(e)||{}))).map((([e])=>e)))(d,i)(l);return[i,{blocksToRender:m,blocksWithProps:d},{field:s,reset:o,update:c}]},wc={},kc={},Cc=ht((({className:e,filtrationSchema:t=wc,consumerField:n={},resetButton:l,...a})=>{const[,{blocksToRender:i},{field:r,reset:s}]=Nc(kc,{block:a.block,page:a.options?.page}),d=o(cn,{className:"w-64",label:n?.title,options:Sc(n),...r("consumer",{parse:({key:e})=>[e],format:([e]=[])=>Sc(n).find((t=>t.key===e))||{key:""}})});return c(g,{className:u(e),defaultPadding:"p-0",version:"transparent",...a,children:[o(pc,{filtrationSchema:t,field:r,reset:s,children:c("div",{children:[d,o("div",{children:o(Sr,{type:"reset",className:"mt-lg w-64",onClick:s,version:l?.version,children:l?.text})})]})}),o(dc,{blocksToRender:i,...a})]})}),{childrenTypes:["CarouselTariffsCard"],childSchema:e=>({...e?.filtrationSchema,...e?.consumerField?{consumer:e?.consumerField}:{}})}),Sc=e=>xc(e.items?.enum||[],e.items?.enumNames||[]).map((([e,t])=>({key:e,text:t}))),Ic=(e=!1)=>e?"text-left":"text-center",Tc={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},Bc=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:u("rounded-icon object-fit flex justify-center items-center",Tc[n],e),children:o(W,{...i,width:"54%",height:"54%",name:a})}):null})),Pc=d((({className:e="",title:t,benefitList:n,...l})=>{const a=ke();return c(g,{className:e,defaultPadding:"p-6xl",...l,children:[t?o(w,{headingType:"h3",as:"h2",className:Ic(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(Rc)}):null]})})),Rc=({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(Bc,{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(w,{headingType:"h6",children:e}),o(Me,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),n?o(Re,{__html:n,isDotted:a,itemSize:"list-s"}):null]}):null]},String(r)),Dc=(e,t,n)=>{return o(tc,{children:e.map((l=n,({icon:e,title:t,description:n},a)=>c("div",{className:u("flex flex-col gap-1","justify-between p-m h-full border border-gray",{"justify-center":!n&&!t}),children:[t?o(Me,{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(Me,{size:"text-h6",font:"font-normal",align:l,children:n}):null]},String(a))))});var l},Mc=d((({bonusBenefits:e,cardTextAlign:t="text-center",className:n="",columnsCount:l="4",subtitle:a,title:i,...r})=>c(g,{className:u("space-y-3xl",n),defaultPadding:"p-6xl",...r,children:[o(S,{defaultPadding:"",title:i,description:a,headlineVersion:"M"}),e?.length?Dc(e,0,t):null]}))),_c={start:"justify-start",center:"justify-center",end:"justify-end"},Vc=d((({buttons:e,className:t="",align:n,...l})=>{const a=n&&u("flex",_c[n]);return o(g,{className:u("!bg-transparent",a,t),defaultPadding:"p-0",...l,children:Le(e)})})),zc=d((({className:e,title:t,children:n,...l})=>c(g,{className:u("space-y-xl",e),defaultPadding:"p-4xl",...l,children:[t?o(w,{className:"text-center",title:t}):null,n]}))),Ac="flex flex-col justify-between lg:flex-row gap-x-4xl gap-y-7 lg:gap-y-4xl",Fc="flex flex-col lg:max-w-80 lg:w-1/2 gap-2xl",Oc="flex flex-col gap-y-xl min-w-52",Ec=d((({value:e,fractionDigits:t,fixed:n,prefix:l,postfix:a})=>o(Me,{size:"text-h3",children:"number"==typeof e?[l,Ue(t,{fixed:n})(e),a].filter(Boolean).join(" "):e}))),Lc=d((({className:e,title:t,value:n,color:l="text-secondary-text",...a})=>c("div",{className:u("flex justify-between @xl:flex-col",e),children:[t?o(Me,{size:"text-l",font:"font-light",color:l,children:t}):null,n?o(Ec,{value:n,...a}):o(Me,{size:"text-h3",children:"-"})]}))),jc=(e,t)=>e?o(k,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:e},String(t)):null,$c=d((({rate:e=0,title:t="Ставка",unit:n,fractionDigits:l=2,depositeName:a,isShowDepositeName:i,color:r="text-secondary-text"})=>c("div",{children:[o(Me,{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]})]}))),qc=d((({title:e="Ставка"})=>c("div",{className:"space-y-s min-w-96",children:[o(Me,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),o(W,{className:"w-10 h-auto lg:w-40",name:"PercentIcon"}),o("div",{className:"w-64",children:o(k,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),Uc=({title:e="Ставка",rate:t=0,unit:n="%",fractionDigits:l=2,color:a="text-secondary-text",children:i,...r})=>t?c("div",{className:"flex flex-col",children:[o("div",{className:"hidden lg:block min-w-96",children:o($c,{title:e,rate:t,unit:n,fractionDigits:l,color:a,...r})}),o(Lc,{className:"lg:hidden",title:e,value:t,postfix:n,fractionDigits:l,fixed:!0,color:a,...r}),i]}):o(qc,{title:e,...r}),Wc=({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}),Hc={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Yc={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Kc=(e,t)=>{const{travelExpenseValue:n,restExpenseValue:l}=e,[a,i]=((e,t,n)=>{const{maxBonus:l=5e3,prefMonthsNum:a=Hc.prefMonthsNum,prefTravelBonusRate:i=Hc.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||Yc,n,l);return{...t,...e,monthBonus:a,yearBonus:i}},Gc=ht((({className:e="",title:t,calcSource:n,buttons:l,footnote:a,...i})=>{const[r,{field:s}]=At({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:d,maxSumTravel:m,minSumOther:h,maxSumOther:p,monthBonus:g,yearBonus:f}=Kc(r,n);return o(zc,{className:e,title:t,...i,children:c("section",{className:u(Ac,e),children:[c("div",{className:Fc,children:[Wc({title:"Сумма покупок в категории путешествия, ₽",min:d,max:m,step:500,isShowItems:!1,...s("travelExpenseValue")}),Wc({title:"Сумма покупок в остальных категориях, ₽",min:h,max:p,step:500,isShowItems:!1,...s("restExpenseValue")})]}),o("div",{className:"mb-s",children:g>=0?Uc({title:"Баллов за месяц",rate:g,fractionDigits:0,unit:"",color:"text-primary-text"}):null}),c("div",{className:Oc,children:[f>=0?o(Lc,{title:"Баллов за год",value:f,color:"text-primary-text"}):null,Le(l,{isVertical:!0}),jc(a)]})]})})})),Xc=Math.round(29.5),Jc=(e,t=0)=>e?.sum?e.sum:t,Zc=(e,t=0)=>e?.period&&e.period>=1&&e.period<=60?e.period:t,Qc=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,ed=({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(Me,{color:"text-secondary-text",font:"font-light",children:t})}):null,n?o("div",{className:"@5xl:hidden",role:"radiogroup","aria-label":n,children:o(Me,{color:"text-secondary-text",font:"font-light",children:n})}):null,o(Yr,{orientation:l,items:e,value:e[a?0:1].id,onChange:t=>i&&i(t===e[0].id),...r})]}),td=e=>ed({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),nd=" (c капитализацией)",ld=({income:e,finalSum:t,postfix:n="₽",buttons:l=[],footnotes:a=[],isCapitalization:i=!1})=>c("div",{className:Oc,children:[o(Lc,{title:`Доход в конце срока${i?nd:""}`,value:e,postfix:n,prefix:"+"}),o(Lc,{title:`Сумма в конце срока${i?nd:""}`,value:t,postfix:n}),Le(l,{isVertical:!0}),a?.map(jc)]}),ad=([e,t],n,l=[])=>n&&n[e]&&n[t]?{[e]:n[e],[t]:n[t]}:id([e,t],l),id=([e,t],n=[])=>({[e]:n.length?jo(n.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:n.length?Eo(n.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),rd=(e,[t,n],l)=>e>=l[t]&&e<=l[n],sd={UL:"businessdepositrates",IP:"selfemployeddepositrates"};const od={minSum:1e3,maxSum:100000001,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},cd=(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?sd[e?.rateType]:"",{data:n}=jn(t?`/api/v1/depositrates/${t}`:null,st);return Array.isArray(n)?n:[]}(t),d=c?.find((e=>r===e.isMonthlyInterestPayment&&dd(s,e)&&rd(l,["minSum","maxSum"],e)&&rd(n,["minDays","maxDays"],e)))||od,{rate:m}=d,u=md(m,e),h=l+u,p=c||[od];return{...d,...id(["minSum","maxSum"],p),...id(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:o,income:u,finalSum:h}},dd=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,md=(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)},ud=ht((({className:e="",title:t,buttons:n,footnote:l,bottomFootnote:a,isShowDepositeName:i,defaultParams:r,rateParams:s,...d})=>{const[m,{field:h}]=At({moneyValue:Jc(r,1e5),daysValue:Zc(r,60),isReplenished:Boolean(r?.isReplenished),isPartialWithdrawal:Boolean(r?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment)}),p=cd(m,s),{income:g,finalSum:f,rate:x,depositeName:b}=p;return o(zc,{className:e,title:t,...d,children:c("section",{className:u(Ac,e),children:[c("div",{className:Fc,children:[Wc({title:"Сумма, ₽",min:p.minSum,max:p.maxSum,...h("moneyValue"),value:p.moneyValue}),(y={title:"Срок, дней",min:p.minDays,max:p.maxDays,...h("daysValue"),value:p.daysValue},o(ul,{items:[`От ${Qc(y.min||0)}`,`До ${Qc(y.max||0)}`],step:1,...y})),c("div",{className:"flex flex-col sm:flex-row gap-y-m gap-x-5xl",children:[hd(p,h),td({title:"Выплата процентов",orientation:"vertical",...h("isMonthlyInterestPayment"),className:"sm:flex-col"})]})]}),Uc({rate:x,depositeName:b,isShowDepositeName:i}),ld({income:g,finalSum:f,buttons:n,footnotes:[l,a]})]})});var y})),hd=(e,t)=>c("div",{className:"space-y-s",children:[o(Me,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),c("div",{className:"flex flex-col gap-y-lg sm:gap-y-s",children:[o(Qn,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),o(Qn,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),pd=(e=[],t=!1)=>gd([(e,t)=>e>t,(e,t)=>e?.minSum<t?.minSum],e?.filter((e=>t===Boolean(e?.isNewClient)))),gd=(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]},fd=({min:e=0,max:t=0,availableMonths:n,...l})=>o(ul,{items:[`От ${xd(e)}`,`До ${xd(t)}`],step:1,...n?.length?{list:n}:{min:e,max:t},...l}),xd=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,bd=e=>ed({...e,className:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),yd=({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?.(sl(t?.[a],n.minMonths,n.maxMonths))},vd=(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)},Nd={minSum:1e4,maxSum:5e6,minMonths:1,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},wd=e=>kd({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&kd({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&kd({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&kd({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),kd=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:l,viewSettingFieldKey:a})=>!!n&&!n[a]||t[l]===e[l],Cd=(e,t,n)=>{const{moneyValue:l,monthsValue:a}=e,i=t?.rateRows||[Nd],r=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>wd({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:s,maxSum:o}=ad(["minSum","maxSum"],r,i),{minMonths:c,maxMonths:d}=ad(["minMonths","maxMonths"],r,i),m=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:l,monthsValue:a})=>e?.find((e=>wd({row:e,userInputParams:t,paramsViewSettings:n})&&rd(l,["minSum","maxSum"],e)&&rd(a,["minMonths","maxMonths"],e)))||Nd)({rateRows:i,userInputParams:e,paramsViewSettings:n,moneyValue:l,monthsValue:a}),{rate:u}=m,h=vd(u,e);return{...m,...e,minSum:s,maxSum:o,minMonths:c,maxMonths:d,moneyValue:l,monthsValue:a,monthlyPayment:h}},Sd=(e={})=>Boolean(Object.values(e).filter((e=>e)).length),Id={isSalaryClient:"isSalaryClient",isStateEmployee:"isStateEmployee",isPensionClient:"isPensionClient",isInsurance:"isInsurance",moneyValue:"maxSum"},Td=ht((({className:e,title:t,calcSource:n,buttons:l,footnote:i,paramsViewSettings:r,defaultParams:s,registerSubmit:d,...m})=>{const h=(p=n?.rateRows,gd([(e,t)=>e<t,(e,t)=>e?.maxSum>t?.maxSum],p));var p;const[g,{field:f,onSubmit:x}]=At({moneyValue:Jc(s,2e5),monthsValue:Zc(s,Xc),isAnnuity:Boolean(s?.isAnnuity),isInsurance:Boolean(s?.isEnableInsurance),isSalaryClient:Boolean(s?.isEnableSalaryClient),isPensionClient:Boolean(s?.isEnablePensionClient),isStateEmployee:Boolean(s?.isEnableStateEmployee)});d?.(x);const b=Cd(g,n,r),y=bd({title:"Тип платежа",orientation:"vertical",...f("isAnnuity")}),{onChange:v}=f("moneyValue"),{onChange:N}=f("monthsValue");return a((()=>{v&&v(sl(g.moneyValue,b.minSum,b.maxSum))}),[b.minSum,b.maxSum]),a((()=>{N&&N(sl(g.monthsValue,b.minMonths,b.maxMonths))}),[b.minMonths,b.maxMonths]),a((()=>{!Sd(s)&&h&&yd({field:f,defParams:h,calcParams:b,map:Id,monthsValue:"minMonths"})}),[n,s]),o(zc,{className:e,title:t,...m,children:c("section",{className:u(Ac,e),children:[c("div",{className:Fc,children:[Wc({title:"Сумма кредита, ₽",step:500,min:b.minSum,max:b.maxSum,...f("moneyValue"),value:b.moneyValue}),fd({title:"Срок кредита, месяцев",min:b.minMonths,max:b.maxMonths,...f("monthsValue"),value:b.monthsValue}),Bd({...b,...r},f),o("div",{className:"sm:hidden",children:y})]}),c("div",{className:u(Oc,"@4xl:w-1/2"),children:[o(Lc,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(Lc,{title:"Ставка",value:b?.rate,fractionDigits:2,postfix:"%"}),o(Lc,{title:"Ежемесячный платёж",value:b.monthlyPayment,postfix:"₽"}),o("div",{className:"hidden sm:block mb-lg",children:y}),Le(l,{isVertical:!0}),jc(i)]})]})})})),Bd=(e,t)=>c("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?o(Qn,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?o(Qn,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?o(Qn,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?o(Qn,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),Pd=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},Rd={minSum:5e4,maxSum:100000001,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0,isReplenish:!1,isWithdrawn:!1,type:""},Dd=(e,t,n)=>{const{moneyValue:l,monthsValue:a}=e,i=t?.[0]?Vd(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=>[_d({row:t,userInputParams:e,paramKey:"isReplenish",isExclude:o}),_d({row:t,userInputParams:e,paramKey:"isWithdrawn",isExclude:c}),_d({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:r}),_d({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:s}),d||e?.isNewClient===t?.isNewClient,rd(l,["minSum","maxSum"],t),rd(a||i,["minMonths","maxMonths"],t)].every(Boolean)))||Rd,{rate:u}=m,h=Md(u,e),p=l+h,g=t||[Rd];return{...m,...id(["minSum","maxSum"],g),...id(["minMonths","maxMonths"],g),availableMonths:Pd(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:h,finalSum:p}},Md=(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)},_d=({row:e,userInputParams:t,paramKey:n,isExclude:l})=>l||t[n]===e[n],Vd=(e,t)=>e+Math.round((t-e)/2),zd=(e="rub")=>"rub"===e,Ad=(e,t)=>{const{minMonths:n,maxMonths:l}=id(["minMonths","maxMonths"],Ld(t,e?.currency)),a=e.monthsValue||Math.round((n+l)/2);return{monthsValue:sl(a,n,l)}},Fd=(e,t)=>{const{minSum:n,maxSum:l}=id(["minSum","maxSum"],Ld(t,e?.currency)),a=e.moneyValue||n;return{moneyValue:sl(a,n,l)}},Od=(e,t)=>({currency:e?.currency??t?.map((e=>e.currency))?.[0]}),Ed=e=>{const t=zd(e?.currency?.key);return{isReplenish:t&&e?.isReplenish,isWithdrawn:t&&e?.isWithdrawn}},Ld=(e,t)=>{const{rates:n}=e?.find((e=>e?.currency.key===t?.key))??{};return n??e?.[0]?.rates},jd=(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?ed({title:"Пополнение",...t("isReplenish"),value:e.isReplenish,orientation:"vertical",items:[{id:"withReplenish",text:"С пополнением"},{id:"withoutReplenish",text:"Без пополнения"}],disabled:n}):null,e.isShowWithdrawn?ed({title:"Снятие",...t("isWithdrawn"),value:e.isWithdrawn,orientation:"vertical",items:[{id:"wthDrawn",text:"Со снятием"},{id:"noWithdrawn",text:"Без снятия"}],disabled:n}):null]}),$d(e.isShowReplenish||e.isShowWithdrawn),c("div",{className:"flex gap-lg",children:[e.isShowMonthlyInterestPayment?td({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment,orientation:"vertical"}):null,e.isShowRemoteRegistration?(l={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration,orientation:"vertical"},ed({...l,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]}),$d(e.isShowNewClient),e.isShowNewClient?o(Qn,{text:"Новый вкладчик",...t("isNewClient")}):null]});var l},$d=(e=!1)=>e?o("div",{className:"border-b border-main-divider w-full"}):null,qd={isMonthlyInterestPayment:"isMonthlyInterestPayment",isRemoteRegistration:"isRemoteRegistration",isReplenish:"isReplenish",isWithdrawn:"isWithdrawn",moneyValue:"minSum"},Ud={text:"₽",key:"rub"},Wd=ht((({className:e,title:t,calcSource:n,buttons:l=[],footnote:r="",paramsViewSettings:s,defaultParams:d,...m})=>{const{rows:h}=n??{},p=h?.map((e=>e.currency))??[Ud],g=i((e=>t=>e?{...t,...Ed(t),...Fd(t,e),...Ad(t,e),...Od(t,e)}:t)(h),[h]),[f,{field:x}]=At({moneyValue:Jc(d,2e4),monthsValue:Zc(d,1),isMonthlyInterestPayment:Boolean(d?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(d?.isRemoteRegistration),isReplenish:Boolean(d?.isReplenish),isWithdrawn:Boolean(d?.isWithdrawn),isNewClient:Boolean(d?.isNewClient),currency:Ud},{normalize:g}),b=x?.("currency")?.value??Ud,y=x?.("isNewClient")?.value,v=Ld(h,b),N=Dd(f,v,s),{rate:w,income:k,finalSum:C,type:S=""}=N,I=i((()=>{yd({field:x,defParams:pd(v,y),calcParams:N,monthsValue:"minMonths",map:qd})}),[x,h]);a((()=>{!Sd(d)&&v&&I()}),[d,h]);const T=w===pd(v,y)?.rate;return o(zc,{className:e,title:t,...m,children:c("section",{className:u(Ac,e),children:[c("div",{className:Fc,children:[c("div",{className:"flex gap-m",children:[Wc({className:"w-full",title:`Сумма, ${b?.text}`,min:N.minSum,max:N.maxSum,...x("moneyValue"),value:N.moneyValue,postfix:b?.text,step:Hd(b?.key)}),h&&h?.length>1?o(hn,{label:"Валюта",options:p,...x("currency")}):null]}),fd({title:"Срок, месяцев",min:N.minMonths,max:N.maxMonths,availableMonths:N.availableMonths,...x("monthsValue"),value:N.monthsValue}),jd({...N,...s},x)]}),Uc({rate:w,children:Kd(I,T)}),ld({income:k,finalSum:C,buttons:[...l,Yd(n?.buttons,S)],footnotes:[r],postfix:b?.text,isCapitalization:x("isMonthlyInterestPayment").value})]})})})),Hd=(e="")=>zd(e)?1e3:100,Yd=(e=[],t="")=>{const{type:n,...l}=e.find((e=>e.type===t))??{};return l},Kd=(e,t=!1)=>t?null:o(Sr,{type:"button",version:"secondary",onClick:e,children:"Показать максимальную ставку"}),Gd=e=>Xd({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Xd({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Xd=({row:e,userInputParams:t,paramsViewSettings:n,fieldKey:l,viewSettingFieldKey:a})=>!!n&&!n[a]||t[l]===e[l],Jd={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Zd=(e,t,n)=>{const{moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}=e,s=t?.rateRows||[Jd],o=(({limitRows:e,userInputParams:t,paramsViewSettings:n})=>e?.find((e=>Gd({row:e,userInputParams:t,paramsViewSettings:n}))))({limitRows:t?.limitRows||[],userInputParams:e,paramsViewSettings:n}),{minSum:c,maxSum:d}=ad(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:u}=ad(["minMonths","maxMonths"],o,s),h=(({rateRows:e=[],userInputParams:t,paramsViewSettings:n,moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>Gd({row:e,userInputParams:t,paramsViewSettings:n})&&rd(l+r,["minSum","maxSum"],e)&&rd(i,["minSumOld","maxSumOld"],e)&&rd(r,["minSumExtra","maxSumExtra"],e)&&rd(a,["minMonths","maxMonths"],e)))||Jd)({rateRows:s,userInputParams:e,paramsViewSettings:n,moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r}),{rate:p}=h,g=vd(p,e),f=e.oldMonthlyPayment-g;return{...h,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:u,moneyValue:l,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r,monthlyPayment:g,benefit:f}},Qd=ht((({className:e="",title:t,calcSource:n,buttons:l,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=Zd(s,n,i),h=bd({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...d("isAnnuity")});return o(zc,{className:e,title:t,...r,children:c("section",{className:u(Ac,e),children:[c("div",{className:Fc,children:[Wc({title:"Остаток долга в других банках, ₽ ",step:500,min:m.minSum,max:m.maxSum-m.maxSumExtra,...d("moneyValue"),value:m.moneyValue}),Wc({title:"Ежемесячный платёж в других банках, ₽",step:500,min:m.minSumOld,max:m.maxSumOld,...d("oldMonthlyPayment"),value:m.oldMonthlyPayment}),fd({title:"Новый срок кредита, месяцев",min:m.minMonths,max:m.maxMonths,...d("monthsValue"),value:m.monthsValue}),em({...m,...i},d),m.isExtraMoney?Wc({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:h})]}),c("div",{className:u(Oc,"@4xl:w-1/2"),children:[o(Lc,{title:"Полная стоимость кредита",value:n?.totalLoanCost}),o(Lc,{title:"Ставка",value:m?.rate,fractionDigits:2,postfix:"%"}),o(Lc,{title:"Ежемесячный платёж",value:m.monthlyPayment,postfix:"₽"}),m.benefit>0?o(Lc,{title:"Выгода в месяц",value:m.benefit,postfix:"₽"}):null,o("div",{className:"hidden sm:block mb-lg",children:h}),Le(l,{isVertical:!0}),jc(a)]})]})})})),em=(e,t)=>c("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?o(Qn,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?o(Qn,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,o(Qn,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),tm=d((e=>{const{onChange:t,min:n,max:l,defaultValue:a="0",fractionDigits:r=0,...s}=e,c=rl(e,{normalize:(e=a)=>n&&l?String(sl(Number(nm(e)),n,l)):nm(e),format:Ue(r)}),d=i((e=>t&&t(nm(e))),[t]);return o(Yt,{onChange:d,...s,...c})})),nm=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),lm=d((e=>o(tm,{...e,fractionDigits:2,children:o("div",{className:"absolute right-4 bottom-4",children:o(Me,{size:"text-xl",font:"font-light",children:"₽"})})}))),am={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},im={amount:1500},rm=d((({className:e="",title:t="Укажите сумму перевода",label:n="Сумма перевода",button:i,formType:r="private",...s})=>{const[{amount:d},{field:m}]=At(im),[h,p]=l(!1);return a((()=>{p(d<=0)}),[d]),c(g,{className:u("flex flex-col items-center",e),defaultPadding:"p-6xl",...s,children:[t?o(w,{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:am[r],children:[o(lm,{valid:!h,label:n,max:3e5,min:1,...m("amount",{parse:Number,format:String})}),o("input",{type:"hidden",name:"amount",value:d}),i?.text?o(Sr,{className:"w-full mt-lg",type:"submit",disabled:h,children:i.text}):null]})]})})),sm=({className:e,text:t="ХИТ"}={})=>c("div",{className:u("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[o(W,{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})]}),om="relative h-full",cm={small:"lg:min-w-64",normal:"lg:min-w-80 xl:min-w-96",big:"lg:min-w-[515px]"},dm=({noCardBorder:e,cardSize:t="normal",isNavButtons:n=!1,...l})=>{const{blocks:a}=l.block||{},i=a?.some(hm),r=n?{defaultPadding:"p-6xl pb-m"}:{};return D({...l,renderProps:(n,l,a)=>c("div",{className:mm(n,{someCardsHighlighted:i}),children:[B(n,l,{className:um(n,{someCardsHighlighted:i,showBorder:!e,cardSize:t}),...r,blockIndex:a}),hm(n)?sm({className:"absolute top-0 -right-4 z-40"}):null]},String(a))})},mm=(e,{someCardsHighlighted:t})=>u(om,t&&(hm(e)?"pt-3xl":"pt-3xl sm:pt-16")),um=(e,{someCardsHighlighted:t,showBorder:n,cardSize:l="normal"})=>u(om,"min-w-80",cm[l],t&&(hm(e)?"pt-3xl sm:pt-16":"pt-3xl"),Io(n),n&&"h-full"),hm=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,pm=ht((({className:e,visibleItemCount:t=0,noCardBorder:n,arrowsPadded:l=!0,isGap:a=!0,cardSize:i="normal",isNavButtons:r=!1,...s})=>o(g,{className:u(e),defaultPadding:"p-6xl",...s,children:o(tc,{className:u("relative max-w-full"),visibleItemCount:t,snapAlign:"snap-start",gap:a?16:0,padding:0,arrowsPadded:l,navButtons:r?gm(s?.block?.blocks):[],hasBlur:!0,children:dm({noCardBorder:n,cardSize:i,isNavButtons:r,...s})})})),{childrenTypes:["CarouselCard","CarouselCatalogCard","CarouselRecommendationCard","CarouselTariffsCard","RichTextBlock","ProductBlock"],childSchema:()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}})}),gm=e=>e?.map((e=>{const t=e?.content;return{title:t?.title,description:t?.additionalDescription||t?.description}}))??[],fm="z-10 border border-solid w-full h-full",xm=u(fm,"absolute hidden @xl:block border-transparent"),bm=d((({className:e,title:t,description:n,button:l,...a})=>o(g,{className:u("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:c("div",{className:"relative h-full",children:[o("div",{className:u(xm,"top-9 right-12 bg-green-dark")}),o("div",{className:u(xm,"top-6 right-8 bg-green")}),o("div",{className:u(xm,"top-3 right-4 bg-green-light")}),c("div",{className:u(fm,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-more-light"),children:[o(S,{title:t,description:n,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),Le([l],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),ym={black:"bg-black",white:"bg-white"},vm=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:u("flex flex-col justify-left",e),defaultPadding:"p-2xl",...m,children:c(Ie,{className:"h-full",padding:d,title:o(S,{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:Le([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(Me,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(Nm)]}):null,a?c(Me,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),Nm=(e,t)=>o("figure",{className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${ym[e]}`},String(t)),wm=d((({icon:e,...t})=>{const n=ue(),{text:l,href:a,target:i,onClick:r}=n(t);return l?o("div",{className:u("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})),km=d((({className:e,additionalDescription:t,description:n,links:l,title:a,...i})=>o(g,{defaultPadding:"p-5xl",className:u("overflow-hidden",e),...i,children:c("div",{className:"flex flex-col lg:flex-row gap-5 justify-between",children:[c("div",{className:"flex-1",children:[o(S,{isEmbedded:!0,title:a,description:n,as:"h1",align:"text-left",headlineVersion:"XL"}),o(S,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0})]}),l?.length?Cm(l):null]})}))),Cm=e=>o("div",{className:u("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(wm,{...e},String(t))))}),Sm=(e,t)=>e?.map((({aspectName:e,params:n})=>({aspectName:e,params:"mindboxEvent"===e?{...n,eventJson:t}:n}))),Im=d((({className:e="",href:t,target:n,onClick:l,data:a,children:i})=>{const r=ue()({href:t,target:n,onClick:l});return o(t?"a":"div",{className:u("block",e),...t?r:{},role:t?"link":"none",...pe(a),children:i})})),Tm=[{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"}}],Bm=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=>Tm.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),o=Ee(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}})),h=u("border border-solid hover:border-transparent border-main-divider","group-data-primary:border-main-divider group-data-gray:border-green group/media",{"basis-auto":!n&&!s},Pm(a));return c("div",{className:u("flex flex-col gap-m xl:gap-xs",e),"aria-label":"Социальные сети",children:[o("div",{className:"flex gap-xs",children:Le(m,{className:Rm(s??!1,a??!1,n),buttonClassName:h})}),r?o(Me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null]})})),Pm=(e=!1)=>e?"flex-1 @lg:flex-initial justify-center":"",Rm=(e,t,n=!1)=>u(e||t?"basis-full":"",t&&(!n||!e)?"flex-nowrap":""),Dm=d((({className:e,padding:t,description:n,additionalDescription:l,href:a,icon:i,isDotted:r,__html:s,socialMedia:d=[],target:m,title:h,align:p="text-left",benefits:f,imageOptions:{directionRight:x=!0,isImageAlwaysOnRight:b=false,isImageSecondary:y=!1}={},data:v,...N})=>o(g,{className:u("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...N,children:o(Im,{href:a,target:m,className:"h-full",data:Sm(v),children:c(Ie,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:o(S,{title:h,description:n,headlineVersion:"XS",isEmbedded:!0,align:p}),...Je(Ee(i)?o(ne,{image:i}):null,x),buttons:d.length?o(Bm,{media:d,stretched:!0,showButtonText:!0,version:N?.version}):null,isImageAlwaysOnRight:b,isImageSecondary:y,imageAlign:"center",children:[o(Oe,{benefits:f}),s?o(Re,{__html:s,isDotted:r,itemSize:"list-s"}):null,Mm(l,p)]})})}))),Mm=(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,_m=(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(Me,{size:"text-m",color:"text-secondary-text",children:n})}):null,l?o("div",{className:"mt-2xs",children:o(Me,{size:"text-xl",color:"text-primary-text",children:l})}):null,a?.length?o("div",{className:"text-primary-main",children:Le(a)}):null]},String(t))},Vm=d((({className:e="",title:t,align:n="text-center",icon:i,button:r,visibleCellsCount:s=1,cardCells:d=[],options:m,data:h,...p})=>{const f=d.map(_m),[x,b]=s>0?[f.slice(0,s),f.slice(s)]:[f,[]],[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:u("flex flex-col",e),defaultPadding:"p-2xl",...p,children:[Ee(i)?o("div",{className:"self-center",children:o(ne,{image:i})}):null,t?o(w,{className:u("pt-xs",n),headingType:"h5",title:t}):null,r?.text?o(ye,{className:"w-full mt-m mb-lg",...r}):null,b.length?o(wi,{renderFoldableSection:()=>c("div",{children:[x,o(ki,{isUnfolded:y,children:b})]}),renderFoldButton:d.length>=s?zm(m?.parent,h,y):null}):o("div",{children:x})]})})),zm=(e,t,n=!1)=>()=>c("button",{className:"w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center",onClick:()=>{void 0!==e&&ce.fire("fold",{type:"fold",isUnfolded:!n,parent:e})},type:"button",...n?pe(t):{},children:[o("div",{children:n?"Скрыть":"Подробнее о тарифе"}),o(W,{className:"text-primary-text",name:n?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),Am=d((({step:e=10,description:t,showPercentage:n=!0})=>c("div",{children:[o("div",{className:"h-4 w-full bg-gray relative",children:o("div",{className:"h-4 bg-green",style:{width:`${e}%`}})}),c("div",{className:"relative",children:[n?c("div",{className:"absolute left-2/4 text-green",children:[e,"%"]}):null,t?o("div",{className:"text-right mr-4 text-gray",children:t}):null]})]}))),Fm=d((({step:e=1,totalSteps:t=5,stepsTitles:n=[]})=>{const l=r((()=>e/t*100),[e,t]);return o("div",{className:"py-lg px-5xl bg-white col-span-12",children:c("div",{children:[c("span",{className:"font-bold mr-s",children:["Шаг ",e," из ",t,"."]}),n[e]||null,o(Am,{step:l,showPercentage:!1})]})})}));var Om;!function(e){e.process="IN_PROCESS",e.ok="OK",e.fail="FAILED",e.rework="REWORK"}(Om||(Om={}));const Em=d((({__html:e,icon:t="InfoCircleIcon",iconVersion:n="black",link:l})=>c("div",{className:"flex flex-row items-center w-full min-h-14 bg-main-gray rounded-lg gap-m p-m",children:[o("div",{className:"rounded-full bg-white p-xs",children:o(W,{name:t,width:"24",height:"24",iconVersion:n})}),c("div",{className:"",children:[o(Re,{__html:e}),l?.text?o(ye,{className:"text-primary-main",children:l.text}):null]})]}))),Lm=d((({interval:e=0,title:t,__html:n})=>{const[a,i]=l(e),r=100-(e-a)/e*100;return c("div",{children:[t?o(S,{title:t,headlineVersion:"S"}):null,c("div",{className:"flex justify-center items-center flex-col",children:[c("div",{className:u("relative flex items-center justify-center w-24 h-24 rounded-full bg-gray text-transparent mb-5"),children:[o("div",{className:"absolute inset-0 rounded-full",style:{background:`conic-gradient(rgb(66, 171, 68) ${r}%, rgb(125, 126, 127) 0deg)`}}),o("div",{className:"z-10 flex items-center justify-center px-4 py-2 rounded-full w-20 h-20 bg-white text-primary-text text-m",children:o(Us,{interval:e,time:a,setTime:i})})]}),n?o(Re,{__html:n}):null]})]})})),jm=d((({title:e,description:t,infoCard:n,sectionInfoTitle:l,sectionInfo:a,sectionAdditionalTitle:i,sectionInfoAdditional:r,buttonText:s,interval:d,...m})=>c(g,{...m,children:[c("div",{className:"flex flex-col md:flex-row items-center",children:[o(S,{headlineVersion:"M",title:e,description:t,align:"text-left",padding:"p-xl",className:"w-full"}),d?o(Lm,{interval:d}):null]}),o($m,{title:l,items:a}),o($m,{title:i,items:r,countColumns:!0}),n?.__html?o(Em,{__html:n?.__html,icon:n?.icon,link:{text:n?.link?.text}}):null,s?o(ye,{href:"/natural",text:s,version:"primary",className:"w-full mt-lg"}):null]}))),$m=({title:e,items:t,countColumns:n=!1})=>{const l=ke();return t?c("div",{children:[o("hr",{className:"w-full h-px bg-main-gray border-0"}),c("div",{className:"p-xl",children:[e?o(Me,{color:"text-primary-text",size:"text-h5",children:o("div",{className:u({"mb-m":Boolean(e)}),children:e})}):null,t?o("div",{className:u("grid grid-cols-1 gap-m",ds(n||l?1:2)),children:t.map(((e,t)=>o("div",{children:qm(e)},t)))}):null]})]}):null},qm=({label:e,description:t})=>c("div",{className:"flex flex-col",children:[o(Me,{color:"text-secondary-text",size:"text-l",children:e}),o(Me,{color:"text-primary-text",size:"text-xl",children:t})]}),Um=d((()=>o(jm,{title:"Благодарим Вас за ожидание",description:"В настоящий момент Банк не может одобрить Вашу заявку на кредит.\n Попробуйте подать заявку позже. Спасибо за обращение в АО «Россельхозбанк».",buttonText:"Вернуться на главную"}))),Wm=d((()=>{const[e]=Ss("leadForm");return o(jm,{interval:300,title:"Заявка успешно отправлена",description:"Не закрывайте окно, скоро сообщим результат",sectionInfoTitle:"Заявленные условия по кредиту",sectionInfo:[{label:"Название продукта",description:"Кредит на любые цели"},{label:"Цель кредита",description:"На любые цели"},{label:"Сумма",description:e?.moneyValue?.toLocaleString()+" ₽"},{label:"Срок кредита",description:e?.monthsValue+" мес"},{label:"Тип платежа",description:e?.isAnnuity?"Аннуитетный":"Дифференцированный"}]})})),Hm=d((()=>{const[e]=Ss("leadForm");return o(jm,{title:"Благодарим вас за ожидание, но нам требуется больше времени для принятия решения",description:"Посетите выбранное отделение банка с необходимыми документами и так завершите оформление кредита.",sectionAdditionalTitle:"В отделении Банка",sectionInfoAdditional:[{label:"Регион",description:e?.regionRetail?.text},{label:"Адрес",description:e?.addressRetail?.text}],sectionInfo:[{label:"Основные документы:",description:"- Паспорт РФ"}],buttonText:"Вернуться на главную"})})),Ym=d((()=>{const[e]=Ss("leadForm");return o(jm,{title:"Банк одобрил вам кредит",description:"Обратитесь в отделение банка, чтобы завершить оформление и получит ваш кредит",sectionInfo:[{label:"Название продукта",description:"Кредит на любые цели"},{label:"Ставка",description:"14,5%"},{label:"Ежемесячный платеж",description:"86 052 ₽"},{label:"Срок кредита",description:e?.monthsValue+" мес"},{label:"Тип платежа",description:e?.isAnnuity?"Аннуитетный":"Дифференцированный"}],buttonText:"Вернуться на главную"})})),Km=["CREATE_APPLICATION_SHORT_SIGNAL","CREATE_APPLICATION_LOAN_V3_SIGNAL"],Gm=d((()=>{const[e,t]=l(Om.process),[n]=Ss("taskId");return a((()=>{for(const e of Km)aa("/user-data/sendSignalToProcess","POST",{signalType:e,taskId:n});const e=setInterval((()=>(e=>aa("/user-data/getTaskStatus","POST",e))({taskId:2816419}).then((n=>{n.statusCd&&n.statusCd!==Om.process&&(clearInterval(e),t(n.statusCd))}))),3e4)}),[]),Xm(e)})),Xm=e=>({IN_PROCESS:o(Wm,{}),FAILED:o(Um,{}),OK:o(Ym,{}),REWORK:o(Hm,{})}[e]||null),Jm={0:{moneyValue:0,monthsValue:0,isAnnuity:!1,isInsurance:!1,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1},1:{surname:"",name:"",middleName:"",sex:"",birthday:void 0,birthPlace:"",phone:"",email:"",dulSerie:void 0,dulNumber:void 0,dulIssueDateField:void 0,dulSubdivisionCode:"",dulIssuedBy:"",addressRegistration:{fullAddress:"",fiasCode:""},participantDateRegistration:void 0,addressFact:{fullAddress:"",fiasCode:""},housing:""},2:{amountWorkers:{key:"",text:""},beginDate:void 0,employerActivities:{key:"",text:""},employerOrganization:{key:"",text:""},employment:{key:"",text:""},experience5Years:"",inn:void 0,jobsNumber:"",lastJobExperience:"",legalForm:"",organization:{key:"",text:""},organizationAddress:{fullAddress:"",fiasCode:""},organizationName:"",organizationPhone:"",partInBusiness:void 0,positionOrganization:{key:"",text:""}},3:{familyStatus:{key:"",text:""},dependents:void 0,familyMembers:void 0,mandatoryIncome:void 0,otherPayments:void 0,snils:"",armyIdFlg:!1},4:{disablePeopleFlg:!1,bankruptcyFlg:!1,shareholderFlg:!1,legalEntityName:"",creditInRshbCd:void 0},5:{regionRetail:"",addressRetail:"",bankEmployeeCode:""}},Zm=(e=[])=>{const t=e.filter((e=>"info"===e.fieldType));return t.length?t.map((({text:e,name:t},n)=>o(Em,{__html:e},`${t}_${n}`))):null},Qm=({field:e,inputs:t})=>(t||[])?.map(cs(e,"")),eu=({sections:e,field:t})=>e?.map((({inputs:e,columns:n,title:l},a)=>c("div",{className:u(ds(n),"grid gap-x-m"),children:[Zm(e),ms(l),Qm({field:t,inputs:e})]},`section-${a}`))),tu=d((({step:e,onPrevStep:t})=>{const n=0===e;return c("div",{className:"flex justify-between",children:[o(Sr,{onClick:t,className:u("w-full @xl:w-auto"),type:"button",version:"secondary",disabled:n,children:"Назад"}),o(Sr,{className:u("w-full @xl:w-auto"),type:"submit",children:"Далее"})]})})),nu=e=>{const{name:t,surname:n,middleName:l,birthday:a="",phone:i="",email:r,sex:s,birthPlace:o,dulIssueDateField:c="",dulIssuedBy:d,dulNumber:m,dulSerie:u,dulSubdivisionCode:h,education:p,participantDateRegistration:g="",housing:f,addressRegistration:x,addressFact:b}=e;return{birthDate:xt(a,!0),midname:l,name:t,surname:n,birthPlace:o,dulIssueDate:xt(c,!0),dulIssuedBy:d,dulNumber:m,dulSerie:u,dulSubdivisionCode:h,educationLevelCd:p,registrationDate:xt(g,!0),houseTypeCd:f,participantContacts:po({phone:bt(i),email:r}),participantAddresses:go({addressRegistration:x,addressFact:b}),genderCd:s?{key:"male"===s?"MAN":"WOMAN"}:void 0}},lu=(e,t)=>{switch(e){case 1:default:return nu(t);case 2:return(e=>{const{employment:t,organizationName:n,inn:l,legalForm:a,organization:i,amountWorkers:r,employerActivities:s,employerOrganization:o,generalSeniority:c,lastJobExperience:d,experience5Years:m,jobsNumber:u,organizationPhone:h,organizationAddress:p,positionOrganization:g}=e;return{employmentTypeCd:t,organizationName:n,organizationInn:l,organizationActivityTypeCd:s,organizationTypeCd:i,organizationKindCd:o,employeesNumberCd:r,opf:a,seniority:c,generalSeniority:m,jobsNumber:u,lastWorkDuration:d,positionCd:g,participantContacts:po({organizationPhone:h&&bt(h)}),participantAddresses:go({organizationAddress:p})}})(t);case 3:return(e=>{const{familyStatus:t,dependents:n,familyMembers:l,mandatoryIncome:a,otherPayments:i,snils:r,armyIdFlg:s}=e;return{maritalStatusCd:t,totalDependents:l,otherDependents:n,participantIncomes:(o={mandatoryIncome:a,otherPayments:i},Object.entries(o).reduce(((e,[t,n])=>t in ho?[...e,{incomeTypeCd:{key:ho[t]},value:n}]:e),[])),snils:r?.replaceAll(" ",""),armyIdFlg:s};var o})(t);case 4:return(e=>{const{bankruptcyFlg:t,shareholderFlg:n,legalEntityName:l,creditInRshbCd:a}=e;return{bankruptcyFlg:t,shareholderFlg:n,nameLegalEntity:l,creditInRshbCd:a}})(t)}},au=({step:e,inputs:t,onNextStep:n,saveStep:l,finishForm:a})=>{const[r]=Ss("taskId"),[s]=Ss("profileId"),[o]=Ss("participantId"),c=i((async i=>{const c=ps(Dn(iu(i,t,e)));if(!pn(c(i)))return console.warn("validation fail");l(i);try{r&&s&&o&&await Vs((({participantId:e,taskId:t,profileId:n,formData:l,step:a=0})=>({sendToBank:!0,taskKind:"UNITED",task:{taskSource:globalThis.location.origin,id:t,authorizedAgentId:l?.bankEmployeeCode,participants:[{id:e,profile:{id:n},roleCd:{key:"BORROWER",value:"Заемщик"},...lu(a,l)}]}}))({participantId:o,taskId:r,profileId:s,step:e,formData:i}))}catch(e){return"Fail"}return n(),5===e&&a?.(!0),"OK"}),[]);return{handleSubmit:c}},iu=(e,t,n)=>2===n&&"employment"in e&&"RETIREE"===e?.employment?.key?[]:t,ru=d((({step:e,sections:t,onPrevStep:n,onNextStep:l,inputs:a,renderStep:r=eu,isFormFinished:d,finishForm:m})=>{const[u,h]=Ss("leadForm"),p=((e,t)=>(t&&(t.birthday=t.birthday?new Date(t.birthday):void 0,t.dulIssueDateField=t.dulIssueDateField?new Date(t.dulIssueDateField):void 0,t.participantDateRegistration=t.participantDateRegistration?new Date(t.participantDateRegistration):void 0,t.beginDate=t?.beginDate?new Date(t.beginDate):void 0),{...Jm[e],...t}))(e,u),g=s(void 0),f=i((e=>{g.current=e}),[]),{handleSubmit:x}=au({step:e,inputs:a,onNextStep:l,saveStep:h,finishForm:m}),[,{field:b,onSubmit:y}]=At(p,{onSubmit:(e,t)=>{x({...e,...g.current?.(t)})}});return d?o(Gm,{}):c("form",{onSubmit:y,className:"space-y-m",children:[r({sections:t,field:b,registerSubmit:f}),o(tu,{step:e,onPrevStep:n})]})})),su=[[],[{title:"Персональные данные",columns:2,inputs:[{fieldType:"common",name:"surname",required:!0,dadata:!0},{fieldType:"common",name:"name",required:!0,dadata:!0},{fieldType:"common",name:"middleName",dadata:!0},{fieldType:"common",name:"sex",required:!0},{fieldType:"common",name:"birthday",required:!0},{fieldType:"common",name:"birthPlace",required:!0},{fieldType:"common",name:"phone",required:!0},{fieldType:"common",name:"email",required:!0,dadata:!0}]},{title:"Паспортные данные",columns:2,inputs:[{fieldType:"common",name:"dulSerie",required:!0},{fieldType:"common",name:"dulNumber",required:!0},{fieldType:"common",name:"dulIssueDateField",required:!0},{fieldType:"common",name:"dulSubdivisionCode",required:!0,dadata:!0}]},{inputs:[{fieldType:"common",name:"dulIssuedBy",required:!0,dadata:!0},{fieldType:"common",name:"education"}]},{title:"Адрес регистрации по месту жительства",columns:1,inputs:[]},{inputs:[{fieldType:"common",name:"addressRegistration",required:!0,dadata:!0},{fieldType:"common",name:"addressMatch"}]},{columns:2,inputs:[{fieldType:"common",name:"participantDateRegistration",required:!0}]},{title:"Адрес фактического проживания (место пребывания РФ)",inputs:[]},{columns:2,inputs:[{fieldType:"common",name:"housing"}]},{inputs:[{fieldType:"common",name:"addressFact",required:!0,dadata:!0}]}],[{title:"Данные о трудоустройстве",inputs:[]},{inputs:[{fieldType:"info",text:"Клиент на момент оформления заявки на кредит должен быть: официально трудоустроен более 6 месяцев, если Клиент получает з/п на счет РСХБ, то трудоустроен более 3 месяцев, не должен находиться в декретном отпуске"}]},{inputs:[{fieldType:"common",name:"employment"},{fieldType:"common",name:"organizationName",required:!0,dadata:!0}]},{columns:2,inputs:[{fieldType:"common",name:"inn",required:!0,dadata:!0},{fieldType:"common",name:"legalForm",required:!0}]},{inputs:[{fieldType:"common",name:"organization",required:!1},{fieldType:"common",name:"amountWorkers",required:!1}]},{columns:2,inputs:[{fieldType:"common",name:"employerActivities",required:!1},{fieldType:"common",name:"employerOrganization",required:!1},{fieldType:"common",name:"generalSeniority",required:!0},{fieldType:"common",name:"lastJobExperience",required:!0},{fieldType:"common",name:"experience5Years",required:!0},{fieldType:"common",name:"jobsNumber",required:!0}]},{inputs:[{fieldType:"common",name:"organizationPhone",label:"Телефон работодателя",required:!0},{fieldType:"common",name:"beginDate",required:!0}]},{columns:2,inputs:[{fieldType:"common",name:"positionOrganization",required:!1},{fieldType:"common",name:"partInBusiness",required:!0}]},{title:"Адрес работодателя",inputs:[]},{inputs:[{fieldType:"common",name:"organizationAddress",required:!0,dadata:!0}]}],[{title:"Семейное положение"},{columns:1,inputs:[{fieldType:"common",name:"familyStatus",required:!0}]},{columns:1,inputs:[{fieldType:"common",name:"dependents",required:!0}]},{columns:2,inputs:[{fieldType:"common",name:"familyMembers",required:!0},{fieldType:"common",name:"children",required:!0}]},{title:"Совокупный доход"},{inputs:[{fieldType:"info",text:"Сумма основного и дополнительных доходов после вычета налога"}]},{columns:1,inputs:[{fieldType:"common",name:"mandatoryIncome",required:!0}]},{columns:1,inputs:[{fieldType:"common",name:"otherPayments",required:!0}]},{columns:1,inputs:[{fieldType:"common",name:"snils",required:!0}]},{columns:1,inputs:[{fieldType:"common",name:"conscription",required:!0}]},{columns:2,inputs:[{fieldType:"common",name:"armyIdFlg"}]}],[{title:"Дополнительные сведения",columns:1,inputs:[]},{inputs:[{fieldType:"common",name:"disablePeopleFlg"}]},{inputs:[{fieldType:"common",name:"bankruptcyFlg"}]},{inputs:[{fieldType:"common",name:"shareholderFlg"}]},{inputs:[{fieldType:"common",name:"legalEntityName"}]},{inputs:[{fieldType:"common",name:"creditInRshbCd"}]}],[{title:"Отделение Банка",columns:1,inputs:[]},{inputs:[{fieldType:"common",name:"regionRetail",required:!0}]},{inputs:[{fieldType:"common",name:"addressRetail",required:!0}]},{title:"Код представителя Банка",columns:1,inputs:[]},{inputs:[{fieldType:"info",text:"Если представитель Банка помогал Вам в заведении заявки, введите здесь его код"}]},{inputs:[{fieldType:"common",name:"bankEmployeeCode"}]}]],ou=["Персональные данные","Данные о трудоустройстве","Данные о доходах и расходах","Дополнительные сведения","Отделение Банка"],cu=d((({className:e,...t})=>{const[n,a]=l(0),s=i((()=>{a((e=>Math.min(e+1,5)))}),[]),d=i((()=>{a((e=>Math.max(e-1,0)))}),[]),m=r((()=>su[n]),[n]),h=m?.flatMap((e=>e?.inputs))||[],p=0===n,[f,x]=l(!1);return o(g,{className:u("bg-transparent",e),defaultPadding:"p-6xl",...t,children:c("div",{className:"container grid grid-cols-12",children:[p||f?null:o(Fm,{stepsTitles:ou,step:n,totalSteps:5}),o("div",{className:"py-lg px-5xl mt-2xs bg-white col-span-12",children:o(ru,{step:n,inputs:h,sections:m,onNextStep:s,onPrevStep:d,isFormFinished:f,finishForm:x,renderStep:p?({registerSubmit:e})=>o(Td,{title:"Калькулятор кредита",footnote:"Расчёт является предварительным. Точные условия будут предоставлены в отделении Банка.",calcSource:{$ref:"/wcms-resources/credit-calculator-data.json"},registerSubmit:e}):void 0},String(n))})]})})})),du=e=>"number"==typeof e?.minMonths&&"number"==typeof e?.maxMonths,mu=(e,t)=>Array.from({length:t-e+1},((t,n)=>e+n)),uu=1e9,hu={sum:{min:1e4,max:uu},period:3},pu=ht((({className:e,filtrationSchema:t={},resetButton:n,sumInput:l,periodInput:a,...i})=>{const[,{blocksToRender:r,blocksWithProps:s},{field:d,reset:m}]=Nc(hu,{block:i.block,page:i.options?.page,normalize:e=>({...e,period:gu(e)})}),h=s.map((([,e])=>e?.paramsSource?.rows?.[0]?.rates)),p=fu(h);return c(g,{className:u("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[o(pc,{filtrationSchema:t,resetButton:n,field:d,reset:m,children:c("div",{className:"@4xl:max-w-xs space-y-lg",children:[o(lm,{label:l?.title,min:500,max:uu,...d("sum",{parse:e=>({min:Number(e),max:uu}),format:({min:e})=>String(e)})}),o(ul,{title:a?.title,items:["От 3 мес","До 5 лет"],list:p,...d("period")})]})}),o(dc,{blocksToRender:r,...i})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>({...e?.filtrationSchema||{},paramsSource:{type:"object",title:"Адрес справочника"}})}),gu=e=>ot((e?.paramsSource?.rateRows||[]).filter(du).flatMap((e=>mu(e.minMonths,e.maxMonths)))),fu=e=>ot(e.flatMap((e=>e||[])).filter(du).flatMap((e=>mu(e.minMonths,e.maxMonths)))).sort(((e,t)=>e-t))||[],xu=[{key:"10"},{key:"50"},{key:"100"}],bu=({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(cn,{className:"min-w-20",onChange:n,value:{key:String(e)},options:xu,iconVersion:"black"})]})},yu="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",vu=(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:yu,"aria-label":`Страница ${i}`,children:i},String(t)):null},Nu={width:"24",height:"24"},wu=({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(W,{name:"ArrowLeftIcon",iconVersion:"black",imageClassName:ku(1===e),...Nu})}),c("div",{className:"flex @lg:gap-2xs",children:[e>1?o("div",{onClick:d,className:yu,"aria-label":"Страница 1",children:"1"}):null,e>3?o("div",{className:"py-m @lg:px-s",children:"..."}):null,l.map(vu),e<n-2?o("div",{className:"py-m @lg:px-s",children:"..."}):null,e<n?o("div",{onClick:m,className:yu,"aria-label":`Страница ${n}`,children:n}):null]}),o("div",{onClick:s,children:o(W,{className:"rotate-180",name:"ArrowLeftIcon",iconVersion:"black",imageClassName:ku(e===n),...Nu})})]})},ku=e=>e?"opacity-20":"cursor-pointer hover:opacity-60",Cu=({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(wu,{currentPage:e,onPageChange:t,totalPages:n}),l&&a?o(bu,{itemCount:l,onItemCountChange:a}):null]}),Su=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:u("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:u("h-14 w-full px-10 text-l text-black box-border rounded-md",Wt),value:t,type:"text",name:"search-bar-input",placeholder:r,autoFocus:n,onChange:s,onFocus:a})]})})),Iu=d((({field:e,onClearFilter:t,filtrationState:n})=>c("div",{className:"grid grid-cols-12 mb-3xl @lg:space-x-xl",children:[o(Su,{className:"col-span-12 @lg:col-span-4 mt-auto",placeholder:"Поиск",...e("query")}),o(Yl,{className:"col-span-12 @lg:col-span-3 mt-4 @lg:mt-0",label:"Период от",maxDate:n.endDate,...e("startDate")}),o(Yl,{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(Sr,{type:"reset",className:"w-full",version:"secondary",onClick:t,children:"Очистить"})})]}))),Tu=(e,t)=>o(Bc,{...e,iconBgVersion:t,className:"shrink-0"}),Bu=({title:e,timestamp:t,publicId:n})=>{const l=ue(),{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:[Tu({icon:"DocDownloadIcon",iconVersion:"black"}),c("div",{className:"flex flex-col gap-x-6xl lg:flex-row lg:items-center",children:[t?o(Me,{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)},Pu="/api/v1/depository",Ru={startDate:void 0,endDate:void 0,query:""},Du=ht((({className:e,...t})=>{const[n,a]=l(0),[r,s]=l(10),[d,{field:m,reset:h}]=At(Ru),{totalPages:p=0,items:f=[]}=(({size:e,page:t,query:n,startDate:l,endDate:a})=>{const i=l?xt(l,!0):"",r=a?xt(a,!0):"",s=new URLSearchParams(Pu);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}=jn(Pu+o,st);return{items:c?.content,totalPages:c?.totalPages}})({size:r,page:n,...d}),x=i((e=>a(e-1)),[]),b=i((e=>{r!==e?(s(e),a(0)):s(e)}),[]);return c(g,{className:u(e,"container p-6xl"),...t,children:[o(Iu,{filtrationState:d,field:m,onClearFilter:h}),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(Me,{size:"text-m",color:"text-secondary-text",children:"Дата"})}),o("span",{className:"col-span-8 @lg:col-span-10 hidden @lg:block",children:o(Me,{size:"text-m",color:"text-secondary-text",children:"Тема"})})]}),f.length?f.map((e=>o(Bu,{...e},String(e.publicId)))):o(So,{title:"Ничего не найдено",description:"Попробуйте очистить фильтры"}),o(Cu,{currentPage:n+1,onPageChange:x,totalPages:p,itemCount:r,onItemCountChange:b})]})]})})),Mu=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,_u=d((({className:e="",title:t,description:n,error:l,button:a,...i})=>c(g,{className:u("flex flex-col justify-center items-center",e),defaultPadding:u("p-6xl"),version:"transparent",...i,children:[o("div",{className:"flex justify-center",children:Mu(l)}),o(S,{title:t,description:n,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?o(ye,{version:a?.version,text:a?.text,...a}):null]}))),Vu="location";function zu(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",Fu()??{name:e}),r=i((e=>{Ou(e),n(e)}),[]),{data:s}=jn(Au()?null:"/api/v1/region",st);return a((()=>{s&&!Au()&&n(s)}),[s]),[t??{name:e},r]}const Au=()=>Boolean(globalThis.localStorage?.getItem(Vu)),Fu=()=>{try{const e=globalThis.localStorage?.getItem(Vu);return e&&JSON.parse(e)}catch(e){return null}},Ou=e=>{try{globalThis.localStorage?.setItem(Vu,JSON.stringify(e))}catch(e){}};var Eu;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD",e.CNY="CNY"}(Eu||(Eu={}));const Lu=new Intl.NumberFormat("ru",{style:"currency",currency:Eu.RUB}),ju=e=>e?Lu.format(e):"",$u="text-m font-light text-secondary-text ",qu=`${$u} text-left`,Uu=`${$u} pl-5xl text-center`,Wu=`${$u} pl-5xl text-right`,Hu={USD:"DollarIcon",EUR:"EuroIcon",CNY:"ChineseYuanRenminbiIcon"},Yu=d((({className:e,exchangeCurrencyItems:t})=>c("table",{className:u("h-fit w-full",e),children:[o("thead",{children:c("tr",{children:[o("th",{className:qu,children:o(Me,{size:"text-m",children:"Валюта"})}),o("th",{className:Uu,children:o(Me,{size:"text-m",children:"Купить"})}),o("th",{className:Wu,children:o(Me,{size:"text-m",children:"Продать"})})]})}),o("tbody",{children:t.map(Ku)})]}))),Ku=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:Hu[t]},width:"24",height:"24"}):null,o(Me,{size:"text-h6",children:t})]})}),o("td",{className:"pt-m pl-5xl text-center",children:o(Me,{size:"text-h6",children:ju(e?.saleExchangeRate)})}),o("td",{className:"pt-m pl-5xl text-right",children:o(Me,{size:"text-h6",children:ju(e?.buyExchangeRate)})})]},t)},Gu={icon:"GpsIcon"},Xu=d((({className:e="",address:t})=>c("div",{className:u("flex gap-s w-full justify-between @sm:justify-center",e),children:[o(Bc,{...Gu,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:"Курс указан для заданного офиса"})]})]}))),Ju=(e,t,n)=>{const l=Number(Zu(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)},Zu=e=>e.replace(/[^\d.,]/g,"").replace(",","."),Qu=e=>Pt([[e=>e.value!==Eu.RUB&&e.oppositeValue!==Eu.RUB,()=>e.handleConvert(e.value,Eu.RUB)],[e=>e.value===Eu.RUB&&e.oppositeValue===Eu.RUB,()=>e.handleConvert(e.value,Eu.USD)],[e=>e.value===Eu.RUB&&e.oppositeValue===Eu.RUB,()=>e.handleConvert(e.value,Eu.CNY)],[()=>!0,()=>e.handleConvert(e.value)]])(e)?.();function eh(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(Yt,{className:"shrink-0 text-l w-full appearance-none -mr-20",placeholder:t,type:"text",value:a,onChange:i}),s.length?o(cn,{className:"absolute right-0",isBorder:!1,onChange:e=>r(e.key),options:s,value:d}):null]})}const th=d((({className:e="",currencyRatesBuy:t,currencyRatesSell:n,button:a})=>{const[r,s]=l({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||Eu.RUB,selectBuy:n?.[0]?.currency?.currency||Eu.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:[eh({placeholder:"Хочу продать",rates:n,selected:r.selectSell,setSelected:nh(r,d,n),value:r.inputSell,setValue:e=>ah(d,n)(e,r.selectSell,r.selectBuy)}),eh({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:lh(r,d,t),value:r.inputBuy,setValue:e=>ih(d,t)(e,r.selectBuy,r.selectSell)})]}):null,a?.text?o(ye,{text:a.text,version:a?.version,...a}):null]})})),nh=(e,t,n)=>l=>{t({selectSell:l}),Qu({value:l,oppositeValue:e.selectBuy,handleConvert:(l=e.selectSell,a=e.selectBuy)=>{ah(t,n)(e.inputSell,l,a)}})},lh=(e,t,n)=>l=>{t({selectBuy:l}),Qu({value:l,oppositeValue:e.selectSell,handleConvert:(l=e.selectBuy,a=e.selectSell)=>ih(t,n)(e.inputBuy,l,a)})},ah=(e,t)=>(n,l,a)=>{e({inputSell:Zu(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(Ju(n,i,l===Eu.RUB)||"")})},ih=(e,t)=>(n,l,a)=>{e({inputBuy:Zu(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(Ju(n,i,l===Eu.RUB)||"")})};const rh=d((({className:e="",title:t="Курсы обмена валют",button:n,...l})=>{const[a]=zu(),i=function(e){const t=e?.code||"000",{data:n}=jn(`/api/v1/exchangerates?regionCode=${t}`,st);return n||{}}(a),r=sh(i?.exchangeRate?.currencies),s=r.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:Eu.RUB}});const d=r.filter((e=>e.saleExchangeRate));return d.push({currency:{currency:Eu.RUB}}),o(g,{className:u("box-border min-h-80",e),...l,children:o(Ie,{className:"h-full",title:o(w,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:c("div",{className:"flex w-full gap-6xl flex-wrap @lg:flex-nowrap",children:[c("div",{className:"w-full @2xl:w-auto @5xl:w-1/2",children:[r?o(Yu,{className:"mb-xl",exchangeCurrencyItems:r}):null,o(Xu,{address:i?.address})]}),o(th,{className:"grow w-1/2",currencyRatesBuy:s,currencyRatesSell:d,button:n})]})})})})),sh=e=>e?.filter((e=>[1,2,3].includes(e?.currency?.id)))||[],oh=d((({className:e="",items:t})=>{const n=ue();return o("ul",{className:u("flex flex-col gap-s w-full",e),children:t?.map(ch(n))})})),ch=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,...pe(t),children:a||null})},String(l)):null},dh=d((({label:e,labelIconBgVersion:t,icon:n,onToggle:l,labelIcon:a})=>o(ac,{tag:"button",className:u("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:[Tu(a,t),e?o(Me,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:n?o(W,{name:n,iconVersion:"color",width:"24",height:"24"}):null}))),mh=(e=!1)=>e?"flex flex-wrap group-last:last:pb-0":"grid grid-cols-12 [&>*]:pb-m",uh=(e=!1)=>e?"MinusIcon":"PlusIcon",hh=(e=!1)=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon",ph=ht((({className:e="",isExpanded:t,isFoldButtonOnTop:n=!0,label:l="Развернуть",labelIcon:a,labelIconBgVersion:i,foldButtonVersion:r="default",version:s,role:c,...d})=>{const m=ke();return o(g,{className:u("w-full border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",role:c,...d,children:o(wi,{isFoldButtonOnTop:n,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>o(ki,{className:u("gap-lg",mh(m)),isUnfolded:e,children:D({...d,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>gh({foldButtonVersion:r,label:l,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t,isMobile:m})})})}),{childrenTypes:{exclude:["RollupItem"]}}),gh=({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?hh(e):uh(e))(a,r);return"accordion"===e?o(dh,{label:s,labelIcon:n,labelIconBgVersion:l,icon:c,onToggle:i}):o(ic,{label:s,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},fh=d((({navigationItems:e})=>o("div",{className:"w-full",role:"menu",children:xh(e)}))),xh=e=>e?.filter((e=>e.icon?.icon)).map(((e,t)=>o(ph,{foldButtonVersion:"accordion",label:e?.text,labelIcon:e?.icon,role:"menuitem",children:e.items?o(oh,{items:e.items}):null},String(t)))),bh=d((({className:e="",items:t=[]})=>t?.length?o("div",{className:u("space-y-m",e),children:t.map(yh)}):null)),yh=(e,t)=>c("div",{className:"space-y-m",children:[o("div",{children:o(Me,{size:"text-l",font:"font-medium",children:e?.title})}),o("div",{className:"space-y-m",children:e.items?.map(vh)})]},String(t)),vh=(e,t)=>c("div",{className:"space-y-2xs",children:[o("div",{children:Nh(e.type,e.text)}),o(k,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e.description})]},String(t)),Nh=(e,t="")=>{switch(e){case"tel":return o("a",{className:"text-primary-text hover:text-primary-main no-underline",href:`tel:${wh(t)}`,children:o(Me,{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})}},wh=e=>e.replaceAll(/\D/g,""),kh=d((({className:e="",index:t,text:n,...l})=>{const a=ue(),{href:i,target:r,onClick:s}=a(l);return o("a",{className:u("text-secondary-text",e),href:i,target:r,onClick:s,children:n||`Документ ${t}`})})),Ch=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(Me,{size:"text-l",font:"font-normal",children:t})}),n.map(((e,t)=>o(kh,{index:t,className:"text-l font-light lg:max-w-[292px]",...e},String(t))))]}):null}))),Sh=d((({className:e="",index:t,...n})=>{const l=ue(),{href:a,target:i,text:r,onClick:s}=l(n);return o("a",{className:u("text-xs font-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px]",e),href:a,target:i,onClick:s,children:r||`Документ ${t}`})})),Ih=d((({className:e="",links:t,license:n})=>c("div",{className:u("@container space-y-lg",e),children:[n?o("div",{children:o(Me,{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(Sh,{index:t,...e},String(t))))}):null]}))),Th=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:h,otherLinks:p=[]}=t??{};return c(g,{tag:"footer",className:u("grid gap-y-xl p-4xl pb-24 lg:p-xl",e),...n,children:[null,c("div",{className:"flex flex-col lg:flex-row items-center @lg:items-stretch gap-lg lg:gap-6xl ",children:[o(fh,{navigationItems:l}),o("div",{className:"border-t border-main-divider lg:hidden w-full"}),c("div",{className:u("w-full lg:w-52","flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[o(bh,{items:r}),m?o(ye,{className:"w-full",version:"primary",...m}):null,s.map(((e,t)=>o(Bm,{media:e?.links??[],showButtonText:!1,stretched:!0,children:e?.title},String(t)))),p.map(((e,t)=>o(ye,{className:"!text-left text-s font-light",version:"link",...e,children:e?.text},String(t))))]})]}),o(Ch,{title:d,links:i}),o(Ih,{links:a,license:h})]})})),Bh=ht((({className:e,title:t,button:n,regionSource:a,data:i,...r})=>{const[s,d]=l({key:""}),m=a?.regions??[],h=oe({className:"text-white",version:n?.version||"primary"}),p=m?.find((e=>e.name===s.key))?.href,f=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(w,{headingType:"h3",title:t,className:"@xl:text-center"}):null,m?o(hn,{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(ye,{href:p,target:"_blank",className:u("p-m w-full @xl:w-auto",h),data:Sm(i,s?.key),children:f})}):null]})})})),Ph={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"},Rh=d((({version:e,text:t,mobileText:n,...l})=>{const a=ke()?n:t;return a?o(ye,{className:u("py-s px-lg font-light whitespace-nowrap",Ph["transparent"===e?"transparent":"default"]),...l,children:a}):null})),Dh=d((({bgColor:e,logo:t,alwaysShowLogo:n,internetBankButton:l,version:a,backwardButton:r})=>{const s=M(),d="/"===s.pathname,{dataFooter:m,dataHeader:u,...h}=t??{},p=i((()=>{s.back()}),[s]);return c("div",{className:"flex items-center justify-between w-full",children:[n||d?o("div",{children:o(Ls,{className:"my-2xs",bgColor:e,logo:h,data:u,showTitle:!1})}):Mh(p,r),o(Rh,{version:a,...l})]})})),Mh=(e,t)=>t?c("button",{className:"flex items-center text-l my-2xs",onClick:e,type:"button","aria-label":"Кнопка назад",children:[o(W,{name:"ChevronLeftIcon",iconVersion:"black",width:"24",height:"24"}),t]}):null,_h={"bg-white":"primary",transparent:"transparent"},Vh=ht((({bgColor:e="bg-white",alwaysShowLogo:t=!1,version:n=_h[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(Dh,{bgColor:e,logo:d,alwaysShowLogo:t,internetBankButton:c,version:n,backwardButton:r,...i})})})})),zh=(e=!1)=>e?{}:{padding:"p-0"},Ah={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},Fh=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=M();return o(g,{className:u("relative flex flex-col",Ah[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:D({...c,extraProps:{className:u("w-full",Io(r)),...zh(l)}})})}),{childrenTypes:[]}),Oh=ht((e=>o(Fh,{...e})),{childrenTypes:[]}),Eh=d((e=>{const{className:t,align:n,image:l,...a}=e,i=n?u("flex",_c[n]):"";return o(g,{className:u(i,t),defaultPadding:"p-0",...a,children:o(ne,{image:l})})})),Lh=["байт","Кб","Мб","Гб","Тб","Пб"],jh=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,...pe(i),children:[e,t?c(Me,{size:"text-l",font:"font-light",children:[t," ",$h(d,m),o(Me,{color:"text-secondary-text",children:n&&`${d+s+m}`})]}):null]})})),$h=(e,t)=>e||t?o("span",{children:", "}):"",qh=(e,t)=>(n,l)=>{const a=q(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))} ${Lh[n]}`})(n?.attachment?.fileSize||0):n?.fileSize,r="Attachment"===n?.docType?Wh(a):n?.fileFormat;return c("div",{role:"listitem",children:[o(jh,{text:n?.text,target:n?.target,href:a,fileFormat:r,fileSize:i,icon:Uh(t),data:n?.data}),o(Re,{__html:n?.__html})]},String(l))},Uh=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,Wh=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},Hh=d((({href:e,__html:t,target:n})=>{const{close:l}=de(),a=M(),r=q(a)(e),s=i((()=>{l()}),[]);return c(ca,{className:"my-6xl min-h-fit w-fit mx-auto",children:[t?o(Re,{__html:t}):null,c("div",{className:"flex flex-row mx-auto w-fit gap-lg py-lg",children:[o(ye,{text:"Я согласен",version:"primary",target:n,href:r,onClick:s}),o(Sr,{type:"button",version:"secondary",onClick:s,children:"Я не согласен"})]}),o("div",{children:"Нажимая кнопку «Я СОГЛАСЕН» ниже Вы принимаете данные условия. Распространение или раскрытие любой части данного Заключения или любой информации, или рекомендации в нем запрещено.»"})]})})),Yh=d((({text:e,href:t,target:n,__html:l,icon:a})=>{if(!e&&!l)return null;const r=(e=>{const{open:t,close:n}=de();return{open:(n={})=>t(o(Hh,{...e}),n),close:n}})({__html:l,href:t,target:n}),s=i((()=>r.open()),[r]);return c("button",{className:"flex gap-s text-primary-text no-underline hover:text-primary-main",onClick:s,children:[Uh(a),o(Me,{font:"font-light",children:e})]})})),Kh={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},Gh=ht((({className:e="",title:t,description:n,align:l="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const d=M();return c(g,{className:u("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[o(S,{title:t,description:n,align:l,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?o("div",{className:u("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",Kh[r]),role:"list",children:a.map(Xh(d,i))}):null]})})),Xh=(e,t)=>(n,l)=>{const a=n?.docType;return""===a?null:"reportSource"in n&&n?.reportSource?.__html?Jh(t)(n,l):qh(e,t)(n,l)},Jh=e=>(t,n)=>{const l={text:t.text,target:t.target,__html:t.reportSource?.__html};return t.reportSource?.__html&&t.text?c("div",{role:"listitem",children:[o(Yh,{...l,icon:e,href:Zh(t)?t?.href:t?.attachment?.src}),o(Re,{__html:t?.__html})]},String(n)):null},Zh=e=>"href"in e,Qh=ht((({className:e,padding:t,align:n="text-left",buttons:l=[],description:a,image:i,__html:r,headingType:s,qr:d,additionalDescription:m="",title:h="Мобильное приложение",version:p="primary",...f})=>{const x="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:u("min-h-80",e),padding:"p-0",version:p,...f,children:c(Ie,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:o(w,{headingType:s,title:h,className:u("whitespace-pre-wrap",n)}),rightImage:b,buttons:Le(l,{className:"flex-wrap"}),children:[a?o(Me,{size:"text-xl","font-weight":"font-light",children:a}):null,c("div",{className:u("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[r?o(Re,{__html:r,itemSize:"list-m"}):null,o(Me,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:m}),d?.src?o("div",{className:u("flex justify-center bg-white rounded-md @xl:-order-1",x),children:o(ne,{className:"w-fit",image:d})}):null,i?.src?o(ne,{className:"lg:hidden",image:i}):null]})]})})})),ep=(e=[],t={})=>e.filter((({content:e={}})=>yc(t,e))).length,tp=(e,t)=>e===t;const np=(lp=function(...e){return(t,n)=>e.some((e=>e(t,n)))}(tp,((e=tp)=>(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])=>lp(n,t[e])))));var lp;const ap=[],ip={},rp={primary:"bg-white/30",secondary:"bg-main-divider"},sp={primary:{desktop:"text-white",mobile:"text-primary-text"},secondary:{desktop:"text-secondary-text",mobile:"text-secondary-text"}},op=d((({count:e,version:t="secondary"})=>{const n=ke(),l=n?"bg-main-divider":rp[t],a=sp[t][n?"mobile":"desktop"];return o("div",{className:u("w-6 h-6 rounded-full flex items-center justify-center",l),role:"status","aria-label":`Количество ${e} доступных программ и сервисов`,children:o(Me,{size:"text-xs",color:a,children:e})})})),cp=({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:u("cursor-pointer text-left border-b-0 flex gap-2xs"),"aria-label":e,"aria-labelledby":`${e}-label`,children:[n?o(ne,{className:u("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})]})]})},dp={default:"px-xs",underlined:"px-m",animated:"px-m border border-gray cursor-pointer text-left border-b-0 mt-auto flex gap-2xs"},mp={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",animated:"text-white sm:text-white"},up={default:"bg-white",underlined:"bg-white",animated:"p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96"},hp={default:"bg-white sm:bg-primary-main",underlined:"bg-white",animated:"p-2 border-none bg-primary-main text-white h-20 w-96"},pp=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:h,...p}=t;return o(i,{className:u("h-12","block flex-1","cursor-pointer",dp[l],n?hp[l]:up[l]),role:"tablist","aria-label":"Список табов",onClick:a,...p,children:c("div",{className:u("h-full","flex justify-center items-center","text-center whitespace-nowrap",n?mp[l]:"text-secondary-text hover:text-primary-main"),role:"tab","aria-label":`Таб ${r}`,children:[cp({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(op,{count:m,version:Ir(n,l)})}):null]})})})),gp=d((e=>o(e?.item?.href?fp:xp,{...e}))),fp=d((e=>{const t=ue(),n=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:l,...a}=t({...e.item,onClick:n});return o(pp,{...e,tag:"a",item:a,onClick:l})})),xp=d((({item:e={},onClick:t,...n})=>{const l=i((()=>{t&&t(e)}),[t,e]);return o(pp,{item:e,onClick:l,...n})})),bp=(e,t,n)=>(l,a)=>o(gp,{isActive:l===e,onClick:t,type:n,item:l},String(a)),yp=d((({className:e,tabsType:t="default",items:n=[],activeItem:l,onChange:a})=>o("div",{className:u("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tabpanel","aria-label":"Панель управления табами",children:n.map(bp(l,a,t))}))),vp={categories:[],extraOptions:[],propertyType:[],stage:[]},Np=ht((({className:e,hotFilters:t,filtrationSchema:n={},resetButton:l,...a})=>{const[s,{blocksToRender:d},{field:m,reset:h,update:p}]=Nc(vp,{block:a.block,page:a.options?.page}),f=i(((e=vp)=>p(e)),[]),x=(({hotFilters:e=ap,filtrationState:t=ip,blocks:n=ap,onFiltrationStateChange:l})=>{const a=r((()=>Math.max(0,e.findIndex((e=>np(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,count:ep(n,t.filter),version:Ir(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:f});return c(g,{className:u("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[o(yp,{...x}),o(pc,{filtrationSchema:n,resetButton:l,field:m,reset:h}),o(dc,{blocksToRender:d,...a})]})}),{childrenTypes:["ProductBlock"],childSchema:e=>e?.filtrationSchema||{}}),wp=({location:e,address:t,billAcceptorType:n,terminalType:l,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},d)=>{const m=[{label:"Устройство",value:Sp(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(Me,{size:"text-h4",children:Sp(e)}),t?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(W,{name:"GeolocationIcon",width:"24",height:"24"}),o(Me,{size:"text-l",children:t})]}):null]}),o("div",{className:"whitespace-nowrap",children:o(Ei,{color:"green",children:Sp(s)})})]}),o("div",{className:"hidden sm:block",children:o(Bi,{className:"flex-wrap",children:m?.map(Cp)})}),o(wi,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(ki,{isUnfolded:e,children:o(Bi,{className:"flex-wrap",children:m?.map(Cp)})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Hi({isUnfolded:e,onToggle:t})})]},String(d))},kp=({address:e="",terminalType:t,atmCode:n=""})=>({header:`${Sp(t)} №${n}`,body:e.toUpperCase()}),Cp=(e,t)=>o(Ci,{...e},String(t)),Sp=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",Ip=[];const Tp=async e=>{const t=await rt(e,{method:"GET"});return Array.isArray(t)?t:Ip},Bp={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1,locationDisabledPeople:!1,designDisabledPeople:!1},Pp={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)},Rp=d((({descriptionData:e,className:t})=>{const[n]=zu(),l=n?.code??"000",{data:a,isLoad:i}=function(e){const{data:t,error:n}=jn(`/api/v1/atms?regionCode=${e}`,Tp);return{data:t||Ip,isLoad:!t&&!n}}(l);return o(Ar,{className:t,filterItems:Dp,data:a,isLoad:i,initFilterState:Bp,renderCard:wp,getBalloon:kp,title:`Банкоматы филиала ${n?.name}`,descriptionData:e})})),Dp=(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=>Pp[t](e))),n=!l.length||l.some((t=>Pp[t](e)));return t&&n}))},Mp=({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(Me,{size:"text-h4",children:"Удаленное рабочее место"}),e?c("div",{className:"flex pb-xl pt-xs gap-2xs",children:[o(W,{name:"GeolocationIcon",width:"24",height:"24"}),o(Me,{size:"text-l",children:e})]}):null]})}),o("div",{className:"hidden sm:block",children:_p({workScheduleDescription:t})}),o(wi,{className:"block sm:hidden",renderFoldableSection:({isUnfolded:e})=>o(ki,{isUnfolded:e,children:_p({workScheduleDescription:t})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Hi({isUnfolded:e,onToggle:t})})]},String(n)):null,_p=({workScheduleDescription:e})=>c("div",{children:[c(Bi,{className:"flex",children:[o(Ci,{label:"Операции для физических лиц",children:o(Me,{children:"Оформление и обслуживание кредитов, счетов, вкладов"})}),o(Ci,{label:"Операции для физических лиц",children:o(Me,{children:"Оформление и обслуживание банковских карт"})}),o(Ci,{label:"Операции для физических лиц",children:o(Me,{children:"Инвестиционное и накопительное страхование"})}),o(Ci,{label:"Операции для физических лиц",children:o(Me,{children:"Безналичные операции в рублях, переводы без открытия счёта"})})]}),o("hr",{className:"text-main-divider pb-xl"}),o(Ci,{label:"Режим работы",className:"max-w-none",children:o(Me,{children:e})})]}),Vp=({address:e="",workScheduleDescription:t})=>({header:"Удаленное рабочее место",body:`${e} ${t}`}),zp={branches:[],remoteWorkplaces:[]};const Ap=async e=>await rt(e,{method:"GET"})||zp,Fp=d((({className:e})=>{const[t]=zu(),n=t?.code??"000",{data:l,isLoad:a}=function(e="000"){const{data:t,error:n}=jn(`/api/v1/branchesAndRemoteWorkplaces?regionCode=${encodeURIComponent(e)}`,Ap);return{data:t||zp,isLoad:!t&&!n}}(n);return o(Ar,{className:e,data:l?.branches,isLoad:a,remoteWorkplaces:l?.remoteWorkplaces,renderCard:Xi,renderRemoteWorkplaceCard:Mp,getBalloon:Zi,getBalloonRemoteWorkplaces:Vp,title:`Офисы филиала ${t?.name}`})})),Op=d((({data:e,className:t,...n})=>{const l=e?.dataType??"offices";return o(g,{version:"transparent",className:u(t),defaultPadding:"p-0",...n,children:"offices"===l?o(Fp,{}):o(Rp,{descriptionData:e})})})),Ep=d((({className:e,title:t,description:n="Блок в разработке...",...l})=>c(g,{className:u("box-border",e),...l,children:[o(S,{className:"max-w-[600px]",title:t,description:n,headlineVersion:"L",align:"text-left",isEmbedded:!0}),o(f,{})]}))),Lp=d((({className:e,padding:t,slides:n=[],...l})=>o(g,{className:u("overflow-hidden relative",e),padding:t,...l,children:o(tc,{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))))})}))),jp=d((({address:e,email:t,telephone:n,button:l,className:a="",__html:i,richVersion:r,icon:s,title:d,version:m="primary",...h})=>c(g,{className:u("box-border text-left space-y-s",a),version:m,...h,children:[c("div",{className:"w-full flex justify-between flex-row-reverse",children:[Ee(s)?o("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:o(ne,{image:s})}):null,d?o(w,{headingType:"h3",as:"h3",title:d}):null]}),c("div",{className:"w-full space-y-m",children:[i?$p({__html:i,richVersion:r}):null,qp({label:"Адрес",data:e,iconName:"GeolocationIcon"}),qp({label:"Телефон(факс)",data:n,iconName:"PhoneIcon"}),qp({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),l?.text?Le([l]):null]})]}))),$p=e=>o("div",{className:"border-b border-main-divider pb-lg",children:o(Re,{...e,itemSize:"list-s"})}),qp=({label:e,data:t,iconName:n,dataColor:l=""})=>t?c("div",{className:"flex gap-s",children:[o(W,{iconVersion:"black",name:n,width:"24",height:"24"}),c("div",{className:"flex flex-col gap-2xs",children:[o(Me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),o(Me,{size:"text-xl",color:l,children:t})]})]}):null,Up=d((e=>{const{__html:t,richVersion:n="",...l}=e;return o(g,{defaultPadding:"p-0",...l,children:o(Re,{__html:t,richVersion:n})})})),Wp=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:u(Wt.split(" ").filter((e=>"rounded"!==e)),Jn,"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(Me,{color:"text-primary-text",children:t}):null]})}))),Hp=d((({className:e=""})=>{const[t,n]=l("option2"),a=i((e=>n(e)),[]);return c("div",{className:u("order-4",e),role:"radiogroup",children:[o(Wp,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),o(Wp,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),Yp=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(cn,{options:s,label:r,placeholder:a||l,onChange:e=>i(e.key),value:c})})),Kp=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(Yp,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:n,label:"Регион"})}),o("div",{className:"flex-1 min-w-0",children:o(Yp,{data:l,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),Gp=["От 1 дня","До 365 дней"],Xp=d((({days:e,setDays:t})=>c("div",{className:"order-1",children:[o(Me,{size:"text-m",font:"font-light",children:"Срок аренды"}),o(ul,{min:1,max:365,value:e,items:Gp,onChange:t})]}))),Jp=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(Yp,{data:e,fieldLabel:"volume",selected:t,setSelected:n,label:"Размер",placeholder:"Выберите размер"})}),o("div",{className:"flex-1 min-w-0",children:o(Yp,{data:l,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),Zp=d((({regions:e,selectedRegion:t,branches:n,selectedBranch:l,days:a,selectedCaseVolume:i,selectedBoxSize:r,safeBoxCases:s,caseVolumes:d,onChange:m,onClick:u})=>c("div",{className:"contents @xl:block flex-1 space-y-xl",children:[o(Kp,{regions:e,selectedRegion:t,onSelectedRegion:e=>m({selectedRegion:e}),branches:n,selectedBranch:l,onSelectedBranch:Qp(m)}),o(Xp,{days:a,setDays:e=>m({days:e})}),o(Jp,{caseVolumes:d,selectedCaseVolume:i,onSelectedCaseVolume:eg(m),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>m({selectedBoxSize:e})}),o("div",{className:"order-4",children:o(Me,{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(Hp,{}),o(ye,{text:"Офисы на карте",version:"primary",onClick:u,className:"order-6"})]})]}))),Qp=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},eg=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},tg=d((({days:e,tariffs:t=[]})=>{const n=lg(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:[ng("Аренда за",e),ng("Цена",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})})]})]})})),ng=(e,t)=>c("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[o(Me,{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})]}),lg=(e,t)=>{const n=ag(e);return e*(t?.find((e=>e.tariffType===String(n)))?.tariffValue||0)},ag=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},ig=(e,t)=>e.find((e=>e.branchCode===t)),rg=d((e=>{const{regions:t,data:n,branches:l,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[n.selectedRegion,i]);const s=ig(l,n.selectedBranch),d=sg(s?.safeBoxCaseVolumes),m=og(s?.safeBoxCaseVolumes,n.selectedCaseVolume)?.safeBoxCases,u=cg(m,n.selectedBoxSize);return c("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[o(Zp,{...n,regions:t,onClick:r,branches:l,caseVolumes:d,safeBoxCases:m,onChange:i}),o(tg,{days:n.days,tariffs:u})]})})),sg=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],og=(e,t)=>e?.find((e=>e.volume===t)),cg=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,dg=[];const mg=async e=>await rt(e,{method:"GET"})||dg,ug=d((({title:e,footnote:t,className:n="",...a})=>{const[r,s]=l(!1),d=i((()=>s((e=>!e))),[]),[m,u]=l({selectedRegion:"",selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:"",days:26}),h=yi(),p=hg(m.selectedRegion,h),f=function(e){const{data:t}=jn(e?`/api/v1/safeboxes?regionCode=${e}`:null,mg);return t||dg}(p),x=i((e=>u((t=>({...t,...e})))),[u]),b=(y=ig(f,m.selectedBranch)||f,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(w,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,o(rg,{regions:h,branches:f,data:{...m,selectedRegion:p},onClick:d,onChange:x}),t?o(k,{size:"text-s",font:"font-light",children:t}):null]}),b.length&&r?o(gr,{points:b,className:"h-[640px]"}):null]})})),hg=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e,pg={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"},gg=(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:fg(e,n)(l,a)}),c("div",{className:u("flex flex-col justify-center h-fit w-full",{"min-h-6xl":e}),children:[xg(l),i?.text?o(ye,{className:"box-border py-s w-full max-w-60 mt-lg",version:t,...i,children:i?.text}):null]})]})},String(a))},fg=(e,t)=>(n,l)=>{const a="secondary"===t?"white":"color",i=Boolean(n?.icon?.src),r=bg(e,i),s=i?"transparent"===t:t;return o(g,{className:u("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:yg({step:n,iconVersion:a,i:l,stepVersion:t})})})},xg=e=>c("div",{children:[e?.label?o(k,{size:"text-l",align:"text-left",children:e.label}):null,e?.description?o("div",{className:u("text-s font-light text-left",pg.description),children:e.description}):null,o(Re,{__html:e.__html})]}),bg=(e,t)=>e&&t?"h-14 w-14":"h-11 w-11",yg=({step:e,iconVersion:t,i:n,stepVersion:l})=>{return Ee(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:u("text-h4","transparent"===l?pg.iconText:(a=l,"secondary"===a?"group-data-primary:text-white":"text-secondary-text")),children:n+1});var a},vg=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:u("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:r,...s,children:[o(S,{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(gg(d,r,i))}):null,Le(a,{isVertical:!0})]})})),Ng=d((({isActive:e,item:t,onClick:n})=>c("div",{className:u(e?"text-primary-main":"text-primary-text","w-10 m-4 flex justify-center items-center flex-col text-xs cursor-pointer"),title:t?.title||"",onClick:n,children:[o(W,{className:"w-6 h-6",name:t?.icon?.icon,iconVersion:e?"color":"black"}),t?.title||""]}))),wg=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:u("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(oa,{className:"absolute top-1.5 right-0",onClose:s}),o("div",{className:"container",children:t})]}),o("div",{className:"container pb-6xl",children:n})]})})),kg=({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(wg,{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(w,{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 Cg(e){throw new Error(e)}const Sg=({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:Cg(e)}}))),[c,d]),n},Ig=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 Tg=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(Me,{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(Bg,{...e},String(t))))})]}):null,Bg=d((({icon:e,...t})=>{const n=ue(),{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(Me,{size:"text-l",font:"font-light",color:"text-primary-text",children:l})}):null]})})),Pg=(e,t)=>n=>n.name?o(Im,{href:`/branches/${n.slug}`,className:"mb-xs sm:mb-2xs hover:text-primary-hover",onClick:()=>t?.(n),data:Sm(e,n.name),children:o(Me,{size:"text-l",font:"font-light",children:n.name})},String(n.id)):null,Rg=d((({className:e,searchTerm:t,onSearch:n})=>c("form",{className:`font-sans relative ${e}`,children:[o("div",{className:"absolute rounded h-full flex items-center justify-center pl-m max-w-44 gap-s pointer-events-none",children:t?null:o("label",{htmlFor:"search-bar-input",className:"text-secondary-text ",children:"Поиск по филиалам"})}),o("input",{id:"search-bar-input",className:u(Wt,"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"})]}))),Dg=d((({foreignOffices:e,branches:t})=>{const[n,a]=zu(t?.default),r=ue(),{href:s}=r({href:`/branches/${n.slug}`}),[d,m]=l(""),u=_g(yi()).sort(((e,t)=>e.name.localeCompare(t.name))),h=((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})(u,Mg),{close:p}=de(),g=i((e=>{a(e),p()}),[]);return c(ca,{className:"pb-20",head:c("div",{children:[o(Me,{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(Im,{href:s,className:"inline mx-2xs text-primary-main",children:n.name})]})}):null,o(Rg,{onSearch:m,searchTerm:d})]}),children:[d&&d.length>=3?o("div",{children:u.filter((({name:e})=>e&&Ig(e.toLowerCase())(d.toLowerCase())>=.8)).map(Pg(t?.dataSelect,g))}):o("div",{className:"columns-1 sm:columns-3 md:columns-4 lg:columns-5",children:Array.from(h.entries()).map((f=g,x=t?.dataSelect,([e,t])=>c("div",{className:"break-inside-avoid mb-2xl w-56",children:[o("div",{className:"mb-s",children:o(Me,{size:"text-h6",children:e})}),t.map(Pg(x,f))]},e)))}),Tg(e)]});var f,x})),Mg=e=>e.name?.charAt(0)||"",_g=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),Vg=d((({menuRef:e,menuItem:t,locationDialogProps:n,closeAll:l})=>{const i=(e=>{const{open:t,close:n}=de();return{open:(n={})=>t(o(Dg,{...e}),n),close:n}})(n||{}),[{name:r}]=zu(),s=e?.current?.getBoundingClientRect(),c=X(G.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(wg,{onClick:e=>e.stopPropagation(),head:o("div",{className:"flex items-center justify-center px-xl",children:o(w,{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})})})})),zg="burgerMenuDialog",Ag=({menuRef:e,centralMenuItem:t,closeAll:n,openDialog:l,locationDialogProps:a})=>{const i=Sg(),r=((e,t)=>Boolean(t.find((t=>t.id===e),e)))(zg,i);return[r,{toggle:()=>{r?n():l(o(Vg,{locationDialogProps:a,menuRef:e,menuItem:t,closeAll:n}),{id:zg})}}]},Fg=[],Og=ht((({sticky:e,...t})=>{const{menuItems:n=Fg}=e??{},a=n.find((e=>"Меню"===e.title)),r=n.filter((e=>"Меню"!==e.title)),d=Math.floor(r.length/2),m=r.slice(0,d),u=r.slice(d),[h,p]=l(-1),[f,x]=l(""),{open:b,closeAll:y}=de(),v=i((()=>{p(-1),x(""),y()}),[y]),N=$t(v),w=s(null),[k,{toggle:C}]=Ag({menuRef:w,centralMenuItem:a,closeAll:y,openDialog:b,locationDialogProps:t.header}),[{openBottomMenuItemDialog:S}]=kg({menuRef:w,dialogRef:N,closeDialog:v,openDialog:b,leftItems:m,rightItems:u}),I=i((e=>{v(),e.stopPropagation(),C()}),[v,C]),T=i(((e,t)=>{x(t),p(e),y(),S(e,t)}),[y,S]);return o(g,{className:"h-[74px] z-[100] relative",defaultPadding:"p-0",...t,children:c("div",{ref:w,className:"ml-auto container bg-white flex justify-center shadow-blue-gray",children:[m.map(Eg(T,"left",{activeIndex:h,currentItemPosition:f})),o(Ng,{item:a,isActive:k,onClick:e=>I(e)}),u.map(Eg(T,"right",{activeIndex:h,currentItemPosition:f}))]})})})),Eg=(e,t,n)=>(l,a,i)=>o(Ng,{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)),Lg="hidden sm:flex absolute z-40",jg={default:{item:"flex-1",gap:0,buttonTop:"top-0"},animated:{item:"flex",gap:8,buttonTop:"top-5"},underlined:{item:"",gap:0,buttonTop:"top-0"}},$g=d((({className:e,items:t=[],activeItem:n,onChange:l,tabsType:i="default"})=>{const[r,s]=Uo({itemCount:t?.length||0});return a((()=>qg(r.current,t,n)),[]),c("div",{className:u("relative overflow-x-auto no-scrollbar",e),children:[o(Do,{containerRef:r,snapAlign:"snap-start",onVisibleIndicesChange:s.handleVisibleIndicesChange,itemClassName:jg[i].item,gap:jg[i].gap,children:t.map(bp(n,l,i))}),s.canScrollLeft?o(Go,{className:u("left-6",Lg,jg[i].buttonTop),onClick:s.scrollLeft}):null,s.canScrollRight?o(Xo,{className:u("right-6",Lg,jg[i].buttonTop),onClick:s.scrollRight}):null]})})),qg=(e,t,n)=>{const l=t.findIndex((e=>e===n));e&&l>0&&e.scrollTo({left:e?.children[l]?.offsetLeft,behavior:"smooth"})},Ug={default:{wrapper:"",component:""},animated:{wrapper:"border-b-8 border-primary-main bg-white",component:"m-auto"},underlined:{wrapper:"flex",component:"m-auto"}},Wg=({className:e="",tabsType:t="animated",...n})=>t?o("div",{className:u(Ug[t].wrapper,e),children:o($g,{className:Ug[t].component,tabsType:t,...n})}):null,Hg=ht((({className:e="",tabs:t=[],block:n,tabsType:r,showCounter:s=!1,isSticky:d=!1,...m})=>{const h=Yg(n??{}),p=M(),f=t.every((e=>"link"===e?.type)),x=s?t.map((e=>({...e,count:"group"===e?.type?n?.slots?.[e?.tabName??""]?.length??0:0}))):t,{isReady:b}=p,[y,v]=l(Xg(x,((e="")=>{const t=globalThis?.location?.href;return t?new URL(t).searchParams.get(e):null})(h))),N=x[y],w=x.findIndex((e=>Boolean(e.selected)));a((()=>{const e=p.query[h]?x.findIndex(((e,t)=>"group"===e.type&&(e?.tabName??String(t))===p.query[h])):w;v(-1===e?0:e)}),[b,w,h]);const k=Gg(x[y],y),C=i((e=>{const t=x.indexOf(e),n=x[t];v(t),"group"===n.type&&((e,t)=>{const n=new URLSearchParams(p.query);e.text?n.set(h,e?.tabName??String(t)):n.delete(h),p.replace(`${p.pathname}?${n}`,"",{scroll:!1})})(e,t)}),[x]);return c(g,{className:u({"sticky top-1 z-20":d&&f},e),defaultPadding:"p-0",block:n,...m,children:[Wg({className:u({"pb-1":n?.slots&&"default"===r,"sticky top-1 z-20":d&&!f}),items:Kg(t,x),activeItem:N,tabsType:r,onChange:C}),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])=>R(t,{...m?.options,slotName:k,parent:n,extraProps:{className:e===k?"":"hidden"}})))})]})}),{slots:({tabs:e})=>e?.map(Gg)?.filter(Boolean)||[]}),Yg=({__id:e,anchor:t})=>t??e??"tabs",Kg=(e,t)=>t?.length?t:e,Gg=(e,t)=>"group"===e?.type?e?.tabName||`Слот №${t+1}`:"",Xg=(e,t)=>t?Number(t):e.reduce(((e,t,n)=>t.selected?n:e),0),Jg={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},Zg=d((({children:e,activeIndex:t,columnWidth:n,version:l="comparison"})=>o("div",{className:"flex flex-1 overflow-hidden",children:o("div",{className:Jg[l],style:{transform:`translateX(-${t*n}px)`},children:e})}))),Qg=d((({className:e="",isOpen:t,onClick:n})=>o(ye,{className:e,appendRight:o(ne,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"24",height:"24"}),text:t?"Скрыть":"Показать",version:"gray",onClick:n}))),ef={Buttons:({buttons:e})=>Le(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(Re,{__html:e,isDotted:t,itemSize:"list-m"})}),LabelDescription:({label:e,description:t})=>c("div",{className:"space-y-2xs",children:[e?o("div",{children:o(Me,{size:"text-h6",children:e})}):null,t?o("div",{className:"lg:text-l font-light text-xs",children:o(Me,{color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,tableSource:n,pdfUrl:l,isOpen:a})=>e?o(Qg,{className:"w-fit",isOpen:a,onClick:()=>{t({tableSource:n,pdfUrl:l})}}):null},tf=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 nf({cell:e,cellProps:{rowIdx:n,cellIdx:i,fieldIdx:t,displayTable:e=>{m(!1),c(i),r(e)},isVisible:d}})})),nf=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:n,...l}=e;if(!n||!(n in ef))return null;return o(ef[n],{...t,...l})},lf=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(tf,{cell:e,fieldIdx:s,rowIdx:t,cellIdx:n,setTableInner:l,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r},String(s)))):null}))),af=(e,t)=>140*((e=[])=>e.reduce(((e,t)=>e+t),0))(e.slice(0,t).map((e=>e?.cols?.length??1))),rf=(e,t)=>e?.length>0?o("div",{className:u("flex",{"text-secondary-text":0===t}),children:e.map(((e,t)=>o("div",{className:"w-20 mx-lg",children:o(Me,{size:"text-h6",font:"font-light",children:e})},String(t))))}):null,sf=d((({rows:e})=>{return o(Do,{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=u("flex duration-1000 text-center",0!==n?"font-normal":"font-light");return c("div",{className:"flex border-main-divider border-b border-solid h-full",children:[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(Me,{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(-${af(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(Me,{size:"text-xl",children:e.data}):null,e?.cols?rf(e.cols,t):null]},`row${n}`)))})})]},String(n))}))})});var t})),of=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(Me,{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(sf,{rows:t.rowsData})})})]},l)}))}))),cf=(e=!1)=>""+(e?"text-white":"text-secondary-text"),df=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:u("rounded-md px-4 py-3 cursor-pointer",{"bg-primary-main":t===n}),onClick:()=>l(t),children:o(Me,{size:"text-xl",font:"font-light",color:cf(t===n),children:e||t+1})},e)))}):null,t?o(ye,{className:"text-primary-main",href:t,version:"link",target:"_blank",appendLeft:o(W,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]}))),mf=ht((({tableSource:e,pdfUrl:t,onClick:n})=>{const a=e?.tableData,[r,s]=l(0),d=i((e=>s(e)),[]),m=a?.[r]?.items??[],u=a?.map((e=>e.currency??""));return c("div",a?{className:"bg-white z-10",children:[o(df,{currencies:u,activeTabIndex:r,setActiveTabIndex:d,linkToPDF:t}),o(of,{activeTabIndex:r,items:m}),o(Qg,{className:"mt-xl",onClick:n,isOpen:!0})]}:{className:"my-lg space-y-m text-center",children:[o(Me,{size:"text-h6",children:"Данных нет"}),o(Qg,{onClick:n,isOpen:!0})]})})),uf=d((({children:e,tableInner:t,onHideContentClick:n})=>c("div",{className:"self-start flex flex-col",role:"row",children:[o("div",{className:u("@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(mf,{...t,onClick:n})}):null]}))),hf=d((({row:{header:e,data:t},activeIndex:n,rowIdx:a,...r})=>{const[s,d]=l(void 0),m=i((e=>d(e)),[]),[h,p]=l(void 0),g=i((e=>p(e)),[]);return c(uf,{onHideContentClick:()=>d(void 0),tableInner:s,...r,children:[o("div",{className:u("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(Me,{size:"text-m",font:"font-light",color:"text-primary-text",children:e?.title}):null]})}),t?.length?o(Zg,{activeIndex:n,columnWidth:360,version:"tariff",children:t.map(((e,t)=>o(lf,{cells:e,rowIdx:a,cellIdx:t,setTableInner:m,tableInner:s,openTableInnerIdx:h,setOpenTableInnerIdx:g,...r},String(t))))}):null]})}));function pf({dec:e,inc:t,canDec:n,canInc:l,btnClass:a,className:i=""}){return n||l?c("div",{children:[n?o(Ko,{className:u("absolute z-40",a[0],i),onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!n}):null,l?o(Ko,{className:u("absolute z-40 rotate-180",a[1],i),onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!l}):null]}):null}const gf=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,pf({...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]})})),ff=d((({className:e="",title:t,description:n,rowHeaders:a,tariffsColumns:r,hiddenRowsNum:s=0,...d})=>{const m=r?.map((({data:e})=>e))||[],h=a?.map(((e,t)=>({header:e,data:m.map((e=>e?.[t]||[]))}))),p=m.length,[f,x]=((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=(h||[]).map(((e,t)=>o(hf,{row:e,activeIndex:f,rowIdx:t,...d},String(t)))),[y,v]=s>0?[b.slice(0,-s),b.slice(-s)]:[b,[]];return c(g,{className:u("relative space-y-6xl @4xl:space-y-xl",e),defaultPadding:"p-6xl",...d,children:[o(S,{title:t,description:n,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),o("div",{className:"space-y-m overflow-hidden",children:s>0?o(wi,{renderFoldableSection:({isUnfolded:e})=>c(gf,{controls:x,children:[y,o(ki,{isUnfolded:e,children:v})]}),renderFoldButton:rc}):o(gf,{controls:x,children:b})})]})})),xf=d((({className:e="",title:t,description:n,iconVersion:l,__html:a,richVersion:i,...r})=>c(g,{className:u("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...r,children:["small"===l?bf():null,c("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?o(Me,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,n?yf(n):null,a?o(Re,{richVersion:i,__html:a}):null]})]}))),bf=()=>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"}),yf=e=>o(k,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),vf=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(Me,{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(Me,{size:"text-h2",children:n})}):null]}))),Nf=d((e=>{const{prefix:t,unit:n,suffix:l,...a}=e;return o(g,{defaultPadding:"p-0",...a,children:o(vf,{prefix:t,unit:n,suffix:l})})})),wf={AdTile:gt,ApplicationForm:ks,ApplicationLeadForm:Co,BankAccountFiltration:Cc,BenefitsBlock:Pc,BonusBenefitsBlock:Mc,ButtonsBlock:Vc,CalculatorBonus:Gc,CalculatorBusinessDeposit:ud,CalculatorCredit:Td,CalculatorDeposit:Wd,CalculatorRefinancing:Qd,CardTransfer:rm,Carousel:pm,CarouselCard:bm,CarouselCatalogCard:vm,CarouselLinks:km,CarouselRecommendationCard:Dm,CarouselTariffsCard:Vm,CreditForm:cu,DepositFiltration:pu,Depository:Du,ErrorBlock:_u,ExchangeRateTile:rh,Footer:Th,GrantSupport:Bh,Header:Vh,Headline:S,HorizontalLayout:Oh,ImgBlock:Eh,LinkDocs:Gh,MobileAppTile:Qh,MortgageFiltration:Np,OfficesAtmsMap:Op,Placeholder:Ep,ProductBlock:pt,ProductGallery:Lp,RepresentativeOfficeInfo:jp,RichTextBlock:Up,RollupItem:ph,SafeDepositRental:ug,StepsBlock:vg,StickyBottomMenu:Og,TabsLayout:Hg,TariffsTable:ff,TextBlock:xf,UnitBlock:Nf,VerticalLayout:Fh},kf=me((()=>{a((()=>{It()}),[]);const e=Vt();jt(globalThis,"click",(e=>t=>{const n=t.target?.closest("[data-aspects]");try{const l=JSON.parse(n?.dataset?.aspects??"[]");Ct({aspectsAttributes:l,aspects:e,ev:t})}catch(e){}e.forwardQuery?.(t)})(e))}));const Cf="cookie",Sf=d((({__html:e})=>{const[t,{setTrue:n,setFalse:l}]=Lt();!function(e,t,n=300){a((()=>{const t=globalThis.setTimeout(e,n);return()=>{globalThis.clearTimeout(t)}}),t)}((()=>{globalThis.localStorage?.getItem(Cf)||n()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(Cf,"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(Re,{__html:e})}),o("div",{className:"ml-s sm:ml-0 w-36 flex justify-end",children:o(oa,{className:"bg-main-gray rounded-md w-11 h-11",onClose:r})})]})}):null})),If=d((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),n=Sg({onCloseAll:e,onClose:t}),{close:l}=de(),r=i((({key:e})=>{"Escape"===e&&l()}),[]);return jt(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:u("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})),Tf=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:Cg(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&n()}),[n]);return jt(globalThis.document,"keydown",r),e?o("div",{className:u("z-50",e.fixed?"fixed":"absolute"),style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",children:e.popup}):null})),Bf="header",Pf="footer",Rf="sticky-footer",Df={},Mf=d((({className:e,data:t=Df,blocksRegistry:n,blockDecorator:l})=>{const{slots:a,blocks:i,fallback:r,...s}=t,d=ut(s,r);kf();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:u("@container relative",t.style,e),children:[a?.header?.length?o("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:R(a?.header,{...m,slotName:Bf})}):null,c("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[D({block:t,options:m,extraProps:{className:"scroll-mt-12"}}),R(a?.footer,{...m,slotName:Pf})]})]}),a?.["sticky-footer"]?.length?o("div",{className:"fixed w-full bottom-0 left-0 z-[100]",children:R(a?.["sticky-footer"],{...m,slotName:Rf})}):null,o(If,{}),o(Tf,{}),o(Sf,{__html:d?.cookieContent?.__html})]})}));Object.assign(Mf,{childrenTypes:[],slots:()=>[Bf,Pf,Rf]});e.Blocks=wf,e.ContentPage=Mf,e.handlerDecorator=me,e.joinList=uc,e.packageVersion="0.14.643",e.projectSettings=V,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=L,e.useRouter=M,Object.defineProperty(e,"__esModule",{value:!0})}));