@redneckz/wildless-cms-uni-blocks 0.14.2 → 0.14.3

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 (137) hide show
  1. package/bundle/bundle.umd.js +17 -16
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/ui-kit/ClientOnly.d.ts +1 -0
  4. package/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -0
  5. package/bundle/ui-kit/SwipeListControl/isShowDots.d.ts +1 -0
  6. package/bundle/ui-kit/SwipeListControl/isShowDots.mobile.d.ts +1 -0
  7. package/dist/components/Carousel/Carousel.js +1 -1
  8. package/dist/components/Carousel/Carousel.js.map +1 -1
  9. package/dist/components/ContentPage/ContentPage.js +1 -1
  10. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  11. package/dist/components/Footer/Contacts.js +1 -1
  12. package/dist/components/OfficesAtmsMap/OfficesAtmsMap.js +4 -9
  13. package/dist/components/OfficesAtmsMap/OfficesAtmsMap.js.map +1 -1
  14. package/dist/components/StickyBottomMenu/RenderMenuItems.js +1 -2
  15. package/dist/components/StickyBottomMenu/RenderMenuItems.js.map +1 -1
  16. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js +2 -2
  17. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  18. package/dist/ui-kit/ClientOnly.d.ts +1 -0
  19. package/dist/ui-kit/ClientOnly.js +7 -0
  20. package/dist/ui-kit/ClientOnly.js.map +1 -0
  21. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +2 -1
  22. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  23. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -0
  24. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  25. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  26. package/dist/ui-kit/SwipeListControl/isShowDots.d.ts +1 -0
  27. package/dist/ui-kit/SwipeListControl/isShowDots.js +4 -0
  28. package/dist/ui-kit/SwipeListControl/isShowDots.js.map +1 -0
  29. package/dist/ui-kit/SwipeListControl/isShowDots.mobile.d.ts +1 -0
  30. package/dist/ui-kit/SwipeListControl/isShowDots.mobile.js +4 -0
  31. package/dist/ui-kit/SwipeListControl/isShowDots.mobile.js.map +1 -0
  32. package/lib/components/Carousel/Carousel.js +1 -1
  33. package/lib/components/Carousel/Carousel.js.map +1 -1
  34. package/lib/components/ContentPage/ContentPage.js +1 -1
  35. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  36. package/lib/components/Footer/Contacts.js +1 -1
  37. package/lib/components/OfficesAtmsMap/OfficesAtmsMap.js +4 -9
  38. package/lib/components/OfficesAtmsMap/OfficesAtmsMap.js.map +1 -1
  39. package/lib/components/StickyBottomMenu/RenderMenuItems.js +1 -2
  40. package/lib/components/StickyBottomMenu/RenderMenuItems.js.map +1 -1
  41. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js +3 -3
  42. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  43. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.fixture.d.ts +1 -0
  44. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.fixture.mobile.d.ts +8 -0
  45. package/lib/ui-kit/ClientOnly.d.ts +1 -0
  46. package/lib/ui-kit/ClientOnly.js +5 -0
  47. package/lib/ui-kit/ClientOnly.js.map +1 -0
  48. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +2 -1
  49. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  50. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -0
  51. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  52. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  53. package/lib/ui-kit/SwipeListControl/isShowDots.d.ts +1 -0
  54. package/lib/ui-kit/SwipeListControl/isShowDots.js +2 -0
  55. package/lib/ui-kit/SwipeListControl/isShowDots.js.map +1 -0
  56. package/lib/ui-kit/SwipeListControl/isShowDots.mobile.d.ts +1 -0
  57. package/lib/ui-kit/SwipeListControl/isShowDots.mobile.js +2 -0
  58. package/lib/ui-kit/SwipeListControl/isShowDots.mobile.js.map +1 -0
  59. package/mobile/bundle/bundle.umd.js +32 -30
  60. package/mobile/bundle/bundle.umd.min.js +1 -1
  61. package/mobile/bundle/ui-kit/ClientOnly.d.ts +1 -0
  62. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -0
  63. package/mobile/bundle/ui-kit/SwipeListControl/isShowDots.d.ts +1 -0
  64. package/mobile/dist/components/Carousel/Carousel.js +1 -1
  65. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  66. package/mobile/dist/components/ContentPage/ContentPage.js +1 -1
  67. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  68. package/mobile/dist/components/Footer/Contacts.js +1 -1
  69. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMap.js +4 -9
  70. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMap.js.map +1 -1
  71. package/mobile/dist/components/StickyBottomMenu/RenderMenuItems.js +1 -2
  72. package/mobile/dist/components/StickyBottomMenu/RenderMenuItems.js.map +1 -1
  73. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js +2 -2
  74. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  75. package/mobile/dist/ui-kit/ClientOnly.d.ts +1 -0
  76. package/mobile/dist/ui-kit/ClientOnly.js +7 -0
  77. package/mobile/dist/ui-kit/ClientOnly.js.map +1 -0
  78. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +2 -1
  79. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  80. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -0
  81. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  82. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  83. package/mobile/dist/ui-kit/SwipeListControl/isShowDots.d.ts +1 -0
  84. package/mobile/dist/ui-kit/SwipeListControl/isShowDots.js +4 -0
  85. package/mobile/dist/ui-kit/SwipeListControl/isShowDots.js.map +1 -0
  86. package/mobile/lib/components/Carousel/Carousel.js +1 -1
  87. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  88. package/mobile/lib/components/ContentPage/ContentPage.js +1 -1
  89. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  90. package/mobile/lib/components/Footer/Contacts.js +1 -1
  91. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMap.js +4 -9
  92. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMap.js.map +1 -1
  93. package/mobile/lib/components/StickyBottomMenu/RenderMenuItems.js +1 -2
  94. package/mobile/lib/components/StickyBottomMenu/RenderMenuItems.js.map +1 -1
  95. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js +3 -3
  96. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  97. package/mobile/lib/ui-kit/ClientOnly.d.ts +1 -0
  98. package/mobile/lib/ui-kit/ClientOnly.js +5 -0
  99. package/mobile/lib/ui-kit/ClientOnly.js.map +1 -0
  100. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +2 -1
  101. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  102. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -0
  103. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  104. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  105. package/mobile/lib/ui-kit/SwipeListControl/isShowDots.d.ts +1 -0
  106. package/mobile/lib/ui-kit/SwipeListControl/isShowDots.js +2 -0
  107. package/mobile/lib/ui-kit/SwipeListControl/isShowDots.js.map +1 -0
  108. package/mobile/src/components/Carousel/Carousel.tsx +1 -0
  109. package/mobile/src/components/ContentPage/ContentPage.tsx +2 -2
  110. package/mobile/src/components/Footer/Contacts.tsx +1 -1
  111. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMap.tsx +8 -14
  112. package/mobile/src/components/StickyBottomMenu/RenderMenuItems.tsx +5 -11
  113. package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.tsx +6 -4
  114. package/mobile/src/ui-kit/ClientOnly.tsx +6 -0
  115. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -1
  116. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +11 -2
  117. package/mobile/src/ui-kit/SwipeListControl/isShowDots.tsx +1 -0
  118. package/package.json +1 -1
  119. package/src/components/Carousel/Carousel.tsx +1 -0
  120. package/src/components/ContentPage/ContentPage.tsx +2 -2
  121. package/src/components/Footer/Contacts.tsx +1 -1
  122. package/src/components/OfficesAtmsMap/OfficesAtmsMap.tsx +8 -14
  123. package/src/components/StepsBlock/StepsBlock.fixture.mobile.tsx +1 -1
  124. package/src/components/StepsBlock/StepsBlock.fixture.tsx +1 -1
  125. package/src/components/StickyBottomMenu/RenderMenuItems.tsx +5 -11
  126. package/src/components/StickyBottomMenu/StickyBottomMenu.mobile.tsx +6 -4
  127. package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.mobile.tsx +66 -0
  128. package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.tsx +19 -0
  129. package/src/ui-kit/Button/Button.fixture.tsx +22 -22
  130. package/src/ui-kit/ClientOnly.tsx +6 -0
  131. package/src/ui-kit/HeaderItem/HeaderItem.fixture.tsx +2 -2
  132. package/src/ui-kit/Logo/Logo.fixture.tsx +1 -1
  133. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -1
  134. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +11 -2
  135. package/src/ui-kit/SwipeListControl/isShowDots.mobile.tsx +1 -0
  136. package/src/ui-kit/SwipeListControl/isShowDots.tsx +1 -0
  137. package/src/ui-kit/TopItem/TopItem.fixture.tsx +2 -2
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const l=e=>(...l)=>t[e](...l),n=l("useState"),a=l("useEffect"),i=l("useCallback"),r=l("useMemo"),s=l("useRef");const o=e=>e&&!e.endsWith("/")?`${e}/`:e,c={PROD_BRANCH:"master"},d=new class{_=c;setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH||c.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get STICKY_MOBILE_MENU(){return this._.STICKY_MOBILE_MENU}get FOOTER(){return this._.FOOTER}get PORTAL_DATA(){return this._.PORTAL_DATA}get CHAT_BOT(){return this._.CHAT_BOT}get CDN(){return o(this._.CDN)}get BASE_PATH(){return o(this._.BASE_PATH)}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},m="likesToken";function h(){async function e(){try{const e=JSON.parse(globalThis.localStorage?.getItem(m)||"");if(e?.token)return e}catch(e){}try{const e=await fetch("/assist/v1/public/auth",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:t,name:l}=await e.json();return globalThis.localStorage?.setItem(m,JSON.stringify({token:t,name:l})),{token:t,name:l}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...t){if(!t.length)return[];const{token:l}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l},body:JSON.stringify({node_ids:t})}),{likes:n}=await e.json();return n||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:l,name:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l,UserID:n},body:JSON.stringify({node_id:t,user_name:n})}),{likes:a}=await e.json();return a||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:l,name:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l,UserID:n},body:JSON.stringify({node_id:t,user_name:n})}),{likes:a}=await e.json();return a||0}catch(e){return console.error(e),0}}}}const u=(...e)=>globalThis._uni._jsx(...e),p=(...e)=>globalThis._uni._jsxs(...e),x=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:g(e)),t._tmpl},g=e=>{function t(t,l){const{children:n,...a}=t||{},i=l?.slots?.default,r=n||i&&i();return e(Object.assign(a,r&&{children:r}),l)}return t.inheritAttrs=!1,t};class f{subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const l=this.subjectsStateMap[e];return l&&t(l),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}}const b=new f;function y(e,{sensitivity:t,rootRef:l}={}){const n=s(null),i=r((()=>({threshold:v(t),root:l?.current})),[t,l?.current]);return a((()=>{if(!n.current)return;const t=new IntersectionObserver(e,i);return t.observe(n.current),()=>{t.disconnect()}}),[e,i]),n}function v(e=0){const t=Math.round(10*e);return new Array(t).fill(0).map(((e,l)=>Math.min(l/t)),1).concat(1)}const N=new f;const w=(...e)=>e.flatMap((e=>e)).filter(Boolean).join(" "),k={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","":""},S=x((({className:e,version:t="primary",isTheme:l=!0,defaultPadding:r="p-xl",padding:s,block:o,tag:c="section",role:d,children:m})=>{const h=c,p=function(e){return y(i((t=>{if(!e||!t?.length)return;const l=t[t.length-1];N.fire("intersection",{block:e,intersection:l})}),[e]),{sensitivity:1})}(o),[x,g]=n(!1);a((()=>b.subscribe("tab",(e=>{g(Boolean(e.label&&o?.labels?.length&&!o.labels.includes(e.label)))}))),[o]);const f=t&&l;return u(h,{className:w("@container font-sans",f?"group":"",k[t],x?"hidden":"",s||r,e),...f?{"data-ver":t}:{},...o?.anchor?{id:o.anchor,ref:p}:{},role:d,children:m})})),C={h1:"h1",h2:"h1",h3:"h2",h4:"h2",h5:"h3",h6:"h3"},I={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},T=x((({className:e="",headingType:t="h3",as:l="h3",title:n,children:a})=>{const i=C[l]||"h3";return u(i,{className:w("font-sans m-0",I[t],e),children:n||a})})),B=e=>e,M=(e,t)=>{const[l,a]=n(e),[r,o]=n(!1),[c,d]=n({}),m=s({}),h=i(((e,t)=>{const{parse:n=B,format:i=B}=t||{};return m.current||(m.current={}),m.current[e]||=t=>{a((l=>({...l,[e]:n(t)}))),d((t=>({...t,[e]:!0})))},{value:i(l[e]),isDirty:r||c[e],onChange:m.current[e]}}),[l,r,c]),u=i((e=>{a(e),d(e)}),[]),p=i((()=>{a(e),o(!1),d({})}),[e]),x=i((e=>{e.preventDefault(),o(!0),t&&t(l)}),[t,l]);return[l,{isDirty:r||Object.values(c).some(Boolean),field:h,update:u,reset:p,onSubmit:x}]},R=e=>t=>t&&Object.entries(e).flatMap((([e,l])=>l(t[e])))||[],P=e=>!e?.length,V=e=>t=>l=>e(l)?[]:[t],_=e=>null!=e,z=new Map;function A(e,t,{fallback:l,cache:i}={}){const s=r((()=>j(e)),[e]),[o]=(e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]))(s)?s:[],[c,d]=n(void 0),[m,h]=n(void 0);a((()=>{if(!s.some(_))return;let e=!1;const l=(t,l)=>{e||(d(t),h(l))};return(async()=>{try{l(await(o?((e,t=z)=>l=>{const n=t.get(l);if(_(n))return n;const a=e(l);return _(a)?t.set(l,Promise.resolve(a)):t.delete(l),a})(t,i)(o):t(...s)))}catch(e){l(void 0,e)}})(),()=>{e=!0}}),[t,i,s]);const u=l&&o&&l[o];return{data:!c&&u?u:c,error:m,mutate:()=>Promise.resolve(void 0)}}function j(e){return Array.isArray(e)?e:e instanceof Function?j(e()):[e]}async function D(e,t){try{return e?await E(e,t):null}catch(e){console.error(e)}return null}async function E(e,t){return(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json()}const O=[];function L(){const{data:e}=A("/api/v1/regions",E);return e||O}const F=()=>({open:(e,t={})=>b.fire("dialog",{type:"open",dialog:e,...t}),close:()=>b.fire("dialog",{type:"close"}),closeAll:()=>b.fire("dialog",{type:"close",all:!0})}),$=e=>Boolean(e?.includes(":")),U=(e,t)=>Boolean(e&&!$(e)&&(!t||"_self"===t)),H=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),W=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/");var K=Object.freeze({__proto__:null,isURL:$,isLocalURL:U,isHash:e=>Boolean(e?.startsWith("#")),withoutQuery:H,joinPath:W});const X=e=>(t,l=d.BASE_PATH)=>{if(!t||$(t)||G(t,d.CDN))return t;const n=t.startsWith("/");return W(G(t,l)?"":l,n?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},G=(e,t)=>t&&e&&e.startsWith(t),Y=(e,t)=>Y._impl(e,t);function J(){return J._impl()}function q(e={}){const{isRemote:t,basePath:l}=e,n=J(),{closeAll:a}=F();return e=>({...e,href:t&&!l?e.href:X(n)(e.href,l),"aria-label":e.text,onClick:Y(i(e),e)});function i({href:e,target:l,onClick:i}){return r=>{i&&i(r),e&&!t&&U(e,l)&&(a(),r?.preventDefault(),n.push(e))}}}Y._impl=e=>e,Y.setup=e=>{Y._impl=e},J._impl=()=>({href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),J.setup=e=>{J._impl=e};const Q={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","":""},Z="bg-main-divider text-main-disabled",ee={primary:Z,secondary:Z,white:Z,link:"",transparent:"",gray:Z,"":""},te="text-center font-sans select-none",le={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","":""},ne=x((e=>{const{text:t,aboveText:l,appendLeft:n,appendRight:a,version:i="primary"}=e;return p("div",{className:w(ae(e),"flex gap-xs"),children:[n?u("div",{className:le[i],children:n}):null,ie(e)?p("div",{children:[l?u("div",{className:"text-xs font-light text-left",children:l}):null,u("div",{className:"text-left "+(l?"text-s -mt-3xs":"text-l"),children:t})]}):null,a?u("div",{className:le[i],children:a}):null]})})),ae=e=>{const{version:t,aboveText:l,rounded:n}=e;if("link"===t)return"";const a=""+(l?"py-2.5 px-9":"py-4 px-9");return w("group/btn items-center justify-center",ie(e)?a:"h-12 w-12",n?"rounded-full":"")},ie=({text:e,aboveText:t,appendLeft:l})=>Boolean(e||t||!l),re=({className:e,rounded:t,version:l})=>["inline-block",te,l?ee[l]:"",t?"rounded-full":"rounded-md",e].join(" "),se=({className:e,rounded:t,version:l})=>[te,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",l?Q[l]:"",t?"rounded-full":"rounded-md",e].join(" "),oe=x((({disabled:e,children:t,...l})=>{const n=q()(l),a=t??u(ne,{...n});return u(e?de:ce,{...n,children:a})})),ce=x((({className:e="",href:t,rel:l,target:n,ariaLabel:a,version:i,rounded:r,onClick:s,children:o})=>u("a",{className:se({className:e,version:i,rounded:r}),href:t,rel:l,target:n,"aria-label":a,role:t?"link":"button",onClick:s,children:o}))),de=x((({className:e,ariaLabel:t,version:l,rounded:n,children:a})=>u("div",{role:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:re({className:e,rounded:n,version:l}),children:a}))),me=x((({children:e,...t})=>u("p",{className:w("font-sans",Object.values(t)),children:e}))),he=x((({children:e,...t})=>u("span",{className:w("font-sans",Object.values(t)),children:e}))),ue=x((({link:e})=>p(me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:[u(he,{children:"Нажимая кнопку, вы подтверждаете согласие с "}),e?u(oe,{href:e.href,ariaLabel:"условия передачи данных",target:e.target,className:"text-primary-main",children:u(he,{children:e.text})}):null]}))),pe=(e,t)=>{const{value:l,isDirty:n}=e,a=n?t(l):[];return{...e,errors:a,error:a[0]}},xe=x((({key:e,className:t="",inputClassName:l="",id:n,name:a,type:r="text",label:s,placeholder:o,value:c="",valid:d=!0,children:m,onChange:h,onFocus:x,onBlur:g,pattern:f,autoFocus:b=!1})=>{const y=i((e=>{h&&h(e.target?.value||"")}),[h]),v=m?"pr-3xl":"",N=d?"border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text":"border-error";return p("div",{className:w("relative",t),children:[p("label",{children:[s?u("div",{className:"mb-xs",children:u(he,{size:"text-m",font:"font-light",children:s})}):null,u("input",{className:w("w-full border rounded-md text-primary-text outline-none p-m",v,N,l),id:n,name:a||n,placeholder:o,type:r,value:c,onInput:y,onFocus:x,onBlur:g,pattern:f,autoFocus:b},e)]}),m]})})),ge=x((({className:e,label:t,value:l="",error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(xe,{type:"text","aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i}),u("div",{className:"h-2",children:n?u(he,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),fe=e=>"_"===e,be=e=>/\d/.test(e),ye=e=>fe(e)||be(e),ve=[..."+7 (___) ___-__-__"],Ne=ve.findIndex(fe),we=ve.map(((e,t)=>ye(e)?ve.slice(0,t).filter(ye).length:-1));const ke=x((({children:e,onChange:t,...l})=>{const n=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),l=ve.map(((e,l)=>be(e)?e:t.charAt(we[l])||e)),n=we.indexOf(t.length-1)+1;return(n?l.slice(0,Math.max(Ne,n)):l).join("")}(e))),[t]);return u(xe,{onChange:n,onFocus:e=>n(e?.target?.value||""),...l,children:e})})),Se=x((({className:e,label:t,value:l,error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(ke,{"aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),u("div",{className:"h-2",children:n?u(he,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),Ce="Некорректно заполненное поле",Ie=V((e=>null!=e&&""!==e))(Ce),Te=V((e=>"string"==typeof e&&e.length>1))(Ce),Be=V((e=>"string"==typeof e&&(10===e.length||12===e.length)))(Ce),Me=(Re=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,V((e=>"string"==typeof e&&Re.test(e))))(Ce);var Re;const Pe=e=>p("div",{className:"space-y-s",children:[u(ge,{className:"shrink-0 w-full",label:"Наименование организации",...pe(e("fullName"),Ie)}),u(ge,{className:"shrink-0 w-full",label:"ИНН",...pe(e("inn"),Be)}),u(ge,{className:"shrink-0 w-full",label:"Контактное лицо",...pe(e("name"),Te)}),u(Se,{className:"shrink-0 w-full",label:"Телефон",...pe(e("phone"),Me)})]}),Ve=[{name:"Торговый эквайринг"},{name:"Мобильный эквайринг"},{name:"Интернет-эквайринг"},{name:"QR-эквайринг (СБП)"},{name:"Все виды эквайринга"}];function _e(e=!1){const[t,l]=n(e),a=i((()=>l(!0)),[]),r=i((()=>l(!1)),[]),s=i((()=>l((e=>!e))),[]);return[t,{setValue:l,setTrue:a,setFalse:r,toggle:s}]}const ze={normal:"",color:"text-primary-main",black:"text-black",white:"text-black"},Ae=x((({className:e="",imageClassName:t="",name:l="",alt:n=`Иконка ${l}`,title:a=n,iconVersion:i="color",width:r,height:s})=>{const o=J(),c=X(o)(W(d.CDN,"/icons",`${l}.svg`));return"normal"!==i?u(Ee,{className:e,children:p("svg",{className:w(De(r),ze[i],"white"===i?"invert":"",t),width:r,height:s,"aria-hidden":"true",children:[a?u("title",{children:a}):null,n?u("desc",{children:n}):null,u("use",{href:`${c}#icon`,xlinkHref:`${c}#icon`})]})}):u("img",{className:e,src:c,alt:n,title:a,"aria-hidden":"true",width:r,height:s,style:je(e,s)})})),je=(e,t)=>{return e?.includes("h-")?{}:{height:(l=t,l&&!/\D/.test(l)?`${t}px`:t)};var l},De=e=>e?"":"w-full h-full",Ee=x((({className:e,children:t})=>e?u("div",{className:e,children:t}):t)),Oe=e=>e?.text||e?.key||"";function Le(e,t,l,n){a((()=>{if(e&&l)return e.addEventListener(t,l,n),()=>{e.removeEventListener(t,l,n)}}),[e,t,l])}const Fe=e=>(t,l)=>e(t)-e(l),$e=e=>(t,l)=>-e(t,l),Ue=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:l,s1Matches:n,s2Matches:a}=function(e,t){const l=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),n=new Array(e.length),a=new Array(t.length);let i=0;for(let r=0;r<e.length;r++){const s=Math.max(0,r-l),o=Math.min(r+l,t.length-1);for(let l=s;l<=o;l++)n[r]||a[l]||e[r]!==t[l]||(i++,n[r]=!0,a[l]=!0)}return{m:i,s1Matches:n,s2Matches:a}}(e,t);if(0===l)return 0;const i=function(e,t,{s1Matches:l,s2Matches:n}){let a=0;for(let i=0,r=0;i<e.length;i++){if(!l[i])continue;let s=r;for(;s<t.length;s++)if(n[s]){r=s+1;break}e[i]!==t[s]&&a++}return a}(e,t,{s1Matches:n,s2Matches:a}),r=(l/e.length+l/t.length+(l-i/2)/l)/3,s=r>.7?.1*function(e,t){let l=0;for(;e[l]===t[l]&&l<4;)l++;return l}(e,t):0;return r+s*(1-r)};function He(e,...t){return e.map(((e,l)=>[e,...t.map((e=>e[l]))]))}const We=(e,t)=>{if(!e?.length||!t?.trim())return e;const l=e.map((e=>e.text?.toLowerCase())).map(Ue(t?.trim().toLowerCase()));return He(e,l).filter((([,e])=>e>=.5)).sort($e(Fe((([,e])=>e)))).map((([e])=>e))},Ke=x((({popupRef:e,options:t,value:l,query:n,onChange:a})=>t?.length?u("div",{className:"bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]",role:"listbox",ref:e,children:We(t,n).map((e=>p("div",{className:"flex px-m py-s cursor-pointer hover:bg-main-divider pr-5xl relative",role:"option","aria-selected":e.key===l?.key,onClick:()=>a&&a(e),children:[u("span",{className:"min-h-6",children:Oe(e)}),u(Ae,{name:"DoneSimpleIcon",width:"16",height:"16",className:w("absolute right-4 pt-3xs",e.key===l?.key?"":"hidden")})]},e.key)))}):null));function Xe({isOpen:e,options:t,value:l,query:n,onChange:r,onClose:o}){const c={open:(e,t)=>b.fire("popup",{type:"open",popup:e,...t}),update:(e,t)=>b.fire("popup",{type:"update",popup:e,...t}),close:()=>b.fire("popup",{type:"close"})},d=i((()=>{c.close(),o&&o()}),[o]),m=i((e=>{d(),r&&r(e)}),[d,r]),h=s(null),p=function(e){const t=s(null),l=i((l=>{t&&t.current&&l.target instanceof Node&&!t.current.contains(l.target)&&e()}),[e]);return Le(globalThis.document,"click",l),t}(d);return a((()=>{if(!e||!h.current)return;const a=h.current,{top:i,left:r,width:s,height:o}=a.getBoundingClientRect();c.update(u(Ke,{popupRef:p,options:t,value:l,query:n,onChange:m}),{top:i+window.scrollY+o,left:r,width:s})}),[e,t,l,n,m]),h}const Ge=x((({className:e,label:t,options:l=[],value:a,valid:r=!0,isBorder:s=!0,placeholder:o="",isSearch:c=!1,onChange:d})=>{const[m,{setFalse:h,setTrue:x}]=_e(),[g,f]=n(""),b=i((()=>{f(""),h()}),[]),y=Xe({isOpen:m,options:l,value:a,query:g,onChange:d,onClose:b});return p("div",{className:e,children:[Ye(t),p("div",{className:w("relative",m?"z-20":"z-10"),ref:y,children:[p("div",{className:w("text-l flex justify-between items-center text-primary-text cursor-pointer relative z-10",qe(s,r)),onClick:m?b:x,children:[u("p",{className:"p-m pr-3xl flex items-center overflow-hidden text-ellipsis whitespace-nowrap",children:Oe(a)||o}),Je(m)]}),c&&m?u("div",{className:w("absolute top-0 w-full z-20"),children:u(xe,{type:"text",autoFocus:!0,value:g,onChange:f})}):null]})]})})),Ye=e=>e?u("div",{className:"mb-xs",children:u(he,{size:"text-m",color:"text-primary-text",font:"font-light",children:e})}):null,Je=e=>u(Ae,{className:w("absolute right-3",e?"":"rotate-180"),name:"ArrowUpIcon",width:"16",height:"16"}),qe=(e,t)=>w(e?"border rounded-md hover:border-primary-hover":"",t?" border-gray":"border-error"),Qe=x((({className:e="",error:t,...l})=>p("div",{className:e,children:[u(Ge,{...l,valid:!t}),u("div",{className:"h-2",children:t?u(he,{size:"text-xs",font:"font-light",color:"text-error",children:t}):null})]}))),Ze=({regions:e,field:t})=>p("div",{className:"border-b border-b-main-divider @xl:border-none @xl:flex @xl:justify-between gap-lg ",children:[u("div",{className:"@xl:w-1/2",children:u(Qe,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Ve.map((({name:e=""})=>({key:e,text:e}))),...pe(t("acquiringType"),Ie)})}),u("div",{className:"@xl:w-1/2",children:u(Qe,{label:"Адрес",placeholder:"Выберите адрес",options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...pe(t("region"),Ie)})})]}),et=x((({value:e=!1,text:t,type:l="checkbox",onChange:n})=>p("div",{role:l,"aria-checked":e,className:"flex justify-start items-center w-full cursor-pointer mb-s",onClick:()=>n&&n(!e),children:[u("div",{className:w("relative flex-shrink-0 duration-300 w-9 h-5 mr-s rounded-2xl",e?"bg-primary-main":"bg-main-divider"),children:u("div",{className:w("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),u(he,{size:"text-l",font:"font-light",color:"text-primary-text",children:t})]}))),tt=e=>p("div",{children:[u(et,{text:"Хочу купить онлайн-кассу",...e("onlineCheckout")}),u(et,{text:"Хочу купить POS-терминал",...e("posTerminal")})]}),lt=(e,t)=>{const l=se({className:"text-white",version:e?.version});return u("button",{type:"submit",className:w("p-m w-full @xl:w-auto",l,t),children:e?.text?e.text:"Отправить заявку"})},nt={acquiringType:{key:"Торговый эквайринг"},fullName:"",inn:"",name:"",phone:"",onlineCheckout:!1,posTerminal:!1},at=R({acquiringType:Ie,region:Ie,fullName:Ie,inn:Be,name:Te,phone:Me}),it=x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{acquiringType:t,region:l,fullName:a,inn:i,name:r,phone:s,onlineCheckout:o,posTerminal:c}=e;P(at(e))&&n({typeForm:"acqr",region:l?.text||"",partnerComments:`Вид эквайринга=${t?.key||""}/Онлайн касса=${o}/POS-терминал=${c}`,fullName:a,inn:i,name:r,phone:s.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=M(nt,a),o=L();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(T,{headingType:"h6",title:"Вид эквайринга и регион",className:"@xl:text-center"}),Ze({regions:o,field:r}),u(T,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),Pe(r),tt(r),lt(t),u(ue,{link:l})]})})),rt=e=>p("div",{className:"@xl:flex @xl:justify-between @xl:gap-lg",children:[p("div",{className:"@xl:w-1/2 space-y-s",children:[u(ge,{className:"shrink-0 w-full",label:"Контактное лицо",...pe(e("name"),Te)}),u(ge,{className:"shrink-0 w-full",label:"ИНН",...pe(e("inn"),Be)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(Se,{className:"shrink-0 w-full",label:"Телефон",...pe(e("phone"),Me)}),u(ge,{className:"shrink-0 w-full",label:"Электронная почта",...pe(e("mail"),Ie)})]})]}),st=({regions:e,field:t})=>u(Qe,{className:"w-full",label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...pe(t("region"),Ie)}),ot={name:"",phone:"",inn:"",mail:""},ct=R({region:Ie,name:Te,phone:Me,inn:Be,mail:Ie}),dt=x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{region:t,name:l,phone:a,inn:i,mail:r}=e;P(ct(e))&&n({typeForm:"bcrd",region:t?.text||"",name:l,inn:i,mail:r,phone:a.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=M(ot,a),o=L();return p("form",{className:"container space-y-s",onSubmit:s.onSubmit,children:[st({regions:o,field:r}),rt(r),lt(t),u(ue,{link:l})]})})),mt=[];const ht=async e=>await D(e,{method:"GET"})||mt,ut=["От 1 000 ₽","До 1 000 000 000 ₽"],pt=["От 1 мес","До 15 лет"],xt=e=>u("div",{className:"pb-2xs border-b border-b-main-divider",children:p("div",{className:"space-y-s",children:[u(ge,{className:"shrink-0 w-full",label:"Наименование организации",...pe(e("fullName"),Ie)}),u(ge,{className:"shrink-0 w-full",label:"Годовая выручка, ₽",...pe(e("annualRevenue"),Ie)}),u(ge,{className:"shrink-0 w-full",label:"Контактное лицо",...pe(e("name"),Te)}),u(Se,{className:"shrink-0 w-full",label:"Телефон",...pe(e("phone"),Me)}),u(ge,{className:"shrink-0 w-full",label:"ИНН",...pe(e("inn"),Be)}),u(ge,{className:"shrink-0 w-full",label:"Электронная почта",...e("mail")})]})}),gt=(e,{normalize:t,format:l})=>{const{value:a,onFocus:r,onBlur:s,onChange:o}=e,[c,d]=n(!1),m=i((e=>{d(!0),r&&r(e)}),[]),h=i((()=>{d(!1),o&&o(t(a)),s&&s()}),[o,a]);return{value:c||!l?a:l(a),onFocus:m,onBlur:h}},ft=(e,t,l)=>Math.max(t,Math.min(e,l)),bt=(e=0)=>(t=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:0,maximumFractionDigits:e}).format(Number(t)||0);function yt(e){const t=(e||"").replace(/\D/g,""),l=parseInt(t,10);return Number.isNaN(l)?0:l}function vt({list:e=[],min:t,max:l,step:n,value:a=e[0]||t,disabled:i,onChange:r}){const s=e.length?e.indexOf(a):a,o={backgroundSize:`${(100*(s>t?s-t:0)/(l-t)).toFixed(2)}% 100%`};return p("div",{children:[e.length?u("div",{className:"absolute w-full flex justify-between -bottom-[3px] px-m",children:e.map(((e,t)=>u("div",{className:"w-2 h-2 rounded-full "+(s<=t||i?"bg-gray":"bg-primary-main")},String(t))))}):null,u("div",{className:"absolute inset-x-0 -bottom-1 px-m leading-[18px]",children:u("input",{className:"box-border w-full m-0 cursor-pointer slider relative z-10",style:o,type:"range",min:t,max:l,step:n,value:s,disabled:i,onInput:t=>{const l=yt(t.target?.value),n=e.length?e[l]:l;r&&r(n||0)}})})]})}const Nt=1,wt=100,kt=x((e=>{const{className:t,title:l,items:n=[],list:a=[],min:r=(a.length?0:Nt),max:s=(a.length?a.length-1:wt),step:o=1,value:c=a[0]||r,disabled:d=!1,onChange:m}=e,h=gt(e,{normalize:(e=0)=>a.length?St(a)(e):ft(e,r,s),format:bt()}),x=i((e=>{m&&m(yt(e.target?.value))}),[m]);return p("div",{className:t,children:[p("label",{className:"block relative",children:[l?u(he,{size:"text-m",font:"font-light",color:"text-primary-text",children:l}):null,u("input",{className:w("m-0 mt-xs font-sans text-h3 w-full h-14","border border-solid border-gray rounded-md outline-none","p-0 pl-m box-border","text-primary-text hover:border-primary-hover focus:border-primary-text","disabled:border-gray disabled:bg-main-divider"),disabled:d,onInput:x,...h}),vt({list:a,min:r,max:s,step:o,disabled:d,value:c,onChange:m})]}),Ct(n)]})})),St=e=>t=>e.reduce(((e,l)=>Math.abs(l-t)<Math.abs(e-t)?l:e)),Ct=e=>u("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>u(he,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),It=e=>p("div",{className:"border-b border-b-main-divider @xl:border-none @xl:flex @xl:justify-between gap-lg",children:[p("div",{className:"@xl:w-1/2",children:[u("label",{children:u(he,{size:"text-m",font:"font-light",children:"Сумма, ₽"})}),u(kt,{items:ut,min:1e3,max:1e9,...e("amount")})]}),p("div",{className:"@xl:w-1/2",children:[u("label",{children:u(he,{size:"text-m",font:"font-light",children:"Срок, месяцев"})}),u(kt,{items:pt,min:1,max:180,...e("term")})]})]}),Tt=({regions:e,branches:t,field:l})=>p("div",{className:"@xl:flex @xl:justify-between @xl:gap-lg @xl:mb-2xl @xl:border-none @xl:pb-0",children:[u("div",{className:"@xl:w-1/2",children:u(Qe,{label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...pe(l("region"),Ie)})}),u("div",{className:"@xl:w-1/2",children:u(Qe,{label:"Адрес",placeholder:"Выберите адрес",options:t.map((({branchCode:e="",address:t=""})=>({key:e,text:t}))),...pe(l("department"),Ie)})})]}),Bt={amount:1e3,term:12,fullName:"",inn:"",name:"",phone:"",mail:"",annualRevenue:""},Mt=R({fullName:Ie,annualRevenue:Ie,inn:Be,name:Te,phone:Me,region:Ie,department:Ie}),Rt=x((({button:e,link:t,onSubmit:l})=>{const n=i((e=>{const{amount:t,term:n,fullName:a,inn:i,name:r,phone:s,mail:o,region:c,department:d,annualRevenue:m}=e;P(Mt(e))&&l({typeForm:"cred",fullName:a,inn:i,name:r,phone:s.replace(/[^+\d]/g,""),mail:o,region:c?.text||"",department:d?.text||"",partnerComments:`Сумма=${t}/Срок=${n}/Выручка=${m}`})}),[l]),[a,{field:r,...s}]=M(Bt,n),o=L(),c=function(e){const{data:t}=A(e?`/api/v1/branches?regionCode=${e}`:null,ht);return t||mt}(a.region?.key).filter((e=>e?.address));return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(T,{headingType:"h6",title:"Параметры",className:"@xl:text-center"}),It(r),u(T,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),xt(r),u(T,{headingType:"h6",title:"Офис банка",className:"@xl:text-center"}),Tt({regions:o,branches:c,field:r}),lt(e),u(ue,{link:t})]})})),Pt={name:"",phone:""},Vt=R({name:Te,phone:Me}),_t=x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{name:t,phone:l}=e;P(Vt(e))&&n({typeForm:"dpst",name:t,phone:l.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=M(Pt,a);return p("form",{className:"container",onSubmit:s.onSubmit,children:[u(T,{headingType:"h6",title:"Оставьте заявку и мы ответим на любые вопросы по депозитам",className:"@xl:text-center mb-m"}),p("div",{className:"max-w-[560px] m-auto space-y-s",children:[u(ge,{className:"shrink-0 w-full",label:"Имя",...pe(r("name"),Te)}),u(Se,{className:"shrink-0 w-full",label:"Телефон",...pe(r("phone"),Me)})]}),p("div",{className:"flex justify-between flex-col-reverse @xl:items-center @xl:flex-row max-w-[560px] m-auto",children:[u("div",{className:"flex-1",children:u(ue,{link:l})}),lt(t)]})]})})),zt={},At="wcms-resources";function jt(e,t={}){const{fallback:l=zt,folderName:n=At,setBasePath:a=!1}=t,i=W("/",a?d.BASE_PATH:"",n,`${e}.json`),{data:r}=A(e?i:null,E,{fallback:l});return r||zt}const Dt=x((e=>{const{button:t,sourceBookDir:l}=e,{regions:a}=jt(l||"regions-grant-support"),[i,r]=n({key:""}),s=se({className:"text-white",version:t?.version}),o=a?.find((e=>e.name===i.key))?.href;return p("div",{className:"container space-y-s @xl:space-y-lg",children:[a?u(Qe,{label:"Ваш регион",placeholder:"Выберите регион",options:a.map((({name:e=""})=>({key:e}))),value:i,onChange:r}):null,o?u("div",{className:"text-center",children:u(oe,{href:o,target:"_blank",className:w("p-m w-full @xl:w-auto",s),children:t?.text?t.text:"Перейти"})}):null]})})),Et=(e,t)=>e?.media&&t?.media?e.media-t.media:0,Ot=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n})=>{const a=J();return p("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(Et).map((({src:e,format:l,media:i},r)=>u("source",{srcSet:Ft(a,n)(e),type:$t(l),media:i?`(max-width: ${i}px)`:"",...t.size},`${r}_${e}`))):null,t?.src?Lt({...t,src:Ft(a,n)(t.src)},l):null]})})),Lt=(e,t="")=>u("img",{src:e.src,className:w("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"},...e.size}),Ft=(e,t)=>l=>l&&!$(l)?X(e)(W(t,l)):l,$t=e=>e?`image/${String(e)}`:void 0,Ut=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n,...a})=>t?.src||t?.icon?t.icon?u(Ae,{className:e,imageClassName:l,iconVersion:t?.iconVersion,name:t.icon,...a}):u(Ot,{className:e,imageClassName:l,image:t,pathPrefix:n}):null)),Ht=x((({name:e,text:t,value:l,checked:n,onChange:a,className:i})=>u("div",{className:i,children:p("label",{className:"font-sans flex gap-s items-center relative cursor-pointer",children:[u("input",{className:"appearance-none flex justify-center items-center shrink-0 w-5 h-5 border border-gray hover:border-primary-hover\n checked:border-2 checked:!border-primary-main focus:checked:border-primary-main focus:border-primary-text active:border-primary-text\n after:block after:w-2.5 after:h-2.5 after:rounded-full checked:after:bg-primary-main outline-none rounded-full cursor-pointer",type:"radio",value:l,name:e,checked:n,onChange:e=>a(e.target.value)}),t?u("span",{className:"text-primary-text cursor-pointer",children:t}):null]})}))),Wt=e=>{const{value:t,onChange:l}=e("vedTypes");return u("div",{className:"space-y-m",children:p("div",{className:"@xl:flex @xl:items-center @xl:gap-xl",children:[u(Ht,{className:"mb-xs",name:"vedTypes",text:"Валютный котроль",value:"currencyControl",checked:"currencyControl"===t,onChange:e=>l&&l(e)}),u(Ht,{className:"mb-xs",name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:e=>l&&l(e)}),u(Ht,{className:"mb-xs",name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:e=>l&&l(e)}),u(Ht,{className:"mb-xs",name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:e=>l&&l(e)})]})})},Kt=(e,t)=>{const l="currencyControl"===e("vedTypes").value;return p("div",{children:[t.length&&l?u(Qe,{className:"mb-s",label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:t.map((({code:e="",name:t=""})=>({key:e,text:t}))),...pe(e("region"),Ie)}):null,p("div",{className:"@xl:grid @xl:grid-cols-2 @xl:gap-x-lg",children:[l?u(ge,{className:"w-full mb-s",label:"ИНН",...pe(e("inn"),Be)}):null,u(ge,{className:"w-full mb-s",label:"Наименование организации",...pe(e("fullName"),Ie)}),u(ge,{className:"w-full mb-s",label:"ФИО",...pe(e("name"),Te)}),u(Se,{className:"w-full mb-s",label:"Телефон",...pe(e("phone"),Me)}),l?null:u(ge,{className:"w-full mb-s",label:"Электронная почта",...pe(e("mail"),Ie)})]})]})},Xt=e=>{const t=e("text");return p("label",{children:[u("div",{className:"mb-xs",children:u(he,{size:"text-m",font:"font-light",children:"Обращение"})}),u("textarea",{placeholder:"Укажите интересующий вас вопрос, место ведения бизнеса и удобное время для телефонного звонка",className:w("block w-full resize-y min-h-24 p-m outline-none border rounded-md border-gray","hover:border-primary-hover active:focus:border-primary-text focus:border-primary-text"),value:t.value,onInput:e=>t.onChange&&t.onChange(e.target?.value||"")})]})},Gt={fullName:"",name:"",phone:"",inn:"",vedTypes:"currencyControl",text:""},Yt={fullName:Ie,name:Te,phone:Me},Jt=R({...Yt,mail:Ie}),qt=R({...Yt,inn:Be,region:Ie}),Qt=e=>"currencyControl"===e,Zt=e=>({currencyControl:"currencyControl"===e,documentOperations:"documentOperations"===e,conversionTransactions:"conversionTransactions"===e,otherIssues:"otherIssues"===e}),el={ApplicationFormBusinessCard:dt,ApplicationFormWed:x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{fullName:t,name:l,phone:a,mail:i,inn:r,region:s,vedTypes:o,text:c}=e,d={typeForm:"KVED",fullName:t,name:l,phone:a.replace(/[^+\d]/g,""),text:c,vedTypes:Zt(o),PartnerComments:c,...Qt(o)?{inn:r,region:s?.text||""}:{mail:i}};P((e=>Qt(e)?qt:Jt)(o)(e))&&n(d)}),[n]),[,{field:r,...s}]=M(Gt,a),o=L();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[Wt(r),u(T,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),Kt(r,o),Xt(r),p("div",{className:"flex flex-col gap-m border-b border-main-divider pb-lg @xl:items-center @xl:flex-row @xl:pb-4xl",children:[lt(t),u(ue,{link:l})]}),u(T,{headingType:"h6",title:"Или свяжитесь с нами удобным способом",className:"@xl:text-center"}),p("div",{className:"flex gap-xl",children:[p("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:[u(Ut,{image:{icon:"PhoneIcon"},width:"24",height:"24"}),u("span",{children:"8 (800) 200-78-70"})]}),p("a",{className:"flex gap-s items-center text-primary-text no-underline","aria-label":"ved@rshb.ru",href:"mailto:ved@rshb.ru",children:[u(Ut,{image:{icon:"MailIcon"},width:"24",height:"24"}),u("span",{children:"ved@rshb.ru"})]})]})]})})),ApplicationFormDeposit:_t,ApplicationFormCredit:Rt,ApplicationFormAcquiring:it,ApplicationFormGrantSupport:Dt},tl=x((({responseType:e})=>{const t="OK"===e;return p("div",{className:`flex items-center p-lg rounded-md space-x-m ${t?"bg-ok":"bg-fail"}`,children:[u(Ut,t?{image:{icon:"ResponseOKIcon"},width:"42",height:"42"}:{image:{icon:"ResponseFailIcon"},width:"37",height:"34"}),p("div",{children:[u(T,{headingType:"h6",title:t?"Ваша заявка отправлена":"Не удалось отправить заявку",className:"mb-2xs"}),u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:t?"Совсем скоро мы с вами свяжемся":"Пожалуйста, повторите позднее"})]})]})})),ll={send:async function(e){try{const t=await fetch("/api/v1/sendcorporatelead",{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(e)});return await t.json()}catch(e){return null}}},nl=x((e=>{const{className:t,formBlock:l,...a}=e,[r,s]=n(""),o=i((async e=>{const t=await ll.send(e)?"OK":"Fail";return s(t),t}),[]);return u(S,{className:t,defaultPadding:"p-6xl",...a,children:p("div",{className:"container max-w-[978px] space-y-lg",children:[l?.title?u(T,{headingType:"h3",title:l.title,className:"@xl:text-center"}):null,l?al(l,o):null,r?u(tl,{responseType:r}):null]})})})),al=(e,t)=>{const l=e?.formType;if(!l||!(l in el))return null;return u(el[l],{...e,onSubmit:t})},il={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},rl=x((({className:e,defaultIconSize:t=44,iconBgVersion:l="primary",size:n,icon:a,...i})=>{const r=String(n?.width||t);return a?u("div",{style:{width:`${r}px`,height:`${r}px`},className:w("rounded-icon object-fit flex justify-center items-center",il[l],e),children:u(Ae,{...i,width:"54%",height:"54%",name:a})}):null})),sl=x((({className:e="",title:t,benefitList:l,...n})=>p(S,{className:w("space-y-x",e),defaultPadding:"p-6xl",...n,children:[t?u(T,{headingType:"h3",as:"h2",className:"text-left sm:text-center",title:t}):null,l?.length?u("div",{className:"flex flex-wrap w-full sm:justify-center mt-xl gap-5xl",role:"list",children:l.map(ol)}):null]}))),ol=(e,t)=>p("div",{className:"flex gap-m items-center md:basis-1/2 md:max-w-[500px]",role:"listitem",children:[e?.icon?.icon?u(rl,{className:"shrink-0",defaultIconSize:56,iconBgVersion:e?.iconBgVersion||"",...e?.icon}):null,e?.icon?.src?u(Ut,{className:"shrink-0",image:e.icon}):null,e?.label?p("div",{className:"sm:h-full",children:[u(T,{headingType:"h6",children:e.label}),cl(e.description)]}):null]},String(t)),cl=e=>{const t=e?.benefitType||null;return e&&t?u("div",{className:"mt-2xs sm:mt-xs",children:"list"===t?ml(e):dl(e)}):null},dl=e=>e?.name?u(me,{font:"font-light",size:"text-l",color:"text-secondary-text group-data-secondary:text-white",children:e.name}):null,ml=e=>{const t=e?.bullets?"list-disc pl-3xl":"";return e?.items&&e.items.length>0?u("ul",{className:t,children:e.items.map(((e,t)=>u(me,{font:"font-light",size:"text-l",color:"text-secondary-text group-data-secondary:text-white",children:e},`benefitListItem-${t}`)))}):null},hl=(e,{className:t,buttonClassName:l,isVertical:n}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?u("div",{className:w("flex",n?"flex-col gap-xs justify-items-stretch":"flex-wrap gap-lg sm:gap-m",t),children:e.map(ul(l))}):null,ul=(e="")=>(t,l)=>{const{text:n,icon:a,iconRight:i,version:r,...s}=t||{},o=pl(a,r),c=pl(i,r);return n||a?.icon?u(oe,{className:w("basis-full sm:basis-auto",e),appendLeft:xl({...a,iconVersion:o}),appendRight:xl({...i,iconVersion:c}),version:r,text:n,...s},l?String(l):""):null},pl=(e,t="secondary")=>{const l="secondary"===t?"color":"white";return e?.iconVersion?e?.iconVersion:l},xl=e=>e?.icon||e?.src?u(Ut,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,gl={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"}},fl={H6:"text-h6",XL_L:"text-xl-light",XL_R:"text-xl",L_L:"text-l-light",L_R:"text-l",M:"text-m-light",S:"text-s-light",XS:"text-xs-light"},bl=x((({className:e,version:t="",headlineVersion:l="XL",title:n,description:a,align:i="text-center",as:r,isEmbedded:s=!1,isTheme:o=!1,...c})=>{const d=gl[l],m={marginTop:d.descriptionStyle};return p(S,{className:w(s?"@container-normal":"",e),defaultPadding:s?"":"p-6xl",version:t,isTheme:o,...c,children:[n?u(T,{className:w("whitespace-pre-wrap",i),...d?.title,as:r||d?.title.as,title:n}):null,a?u(me,{size:d.descriptionSize,font:d.descriptionWeight,align:i,...m,children:a}):null]})})),yl="text-left",vl=x((({className:e="",title:t,description:l,bonusItems:n=[],align:a="text-left",...i})=>u(S,{className:e,defaultPadding:"p-6xl",...i,children:p("div",{className:"container",children:[u(bl,{className:"mb-xl",isEmbedded:!0,title:t,description:l,headlineVersion:"M",align:a}),u("div",{className:"flex flex-wrap w-full",children:n.length>0?n.map(((e,t)=>p("div",{className:"mb-3xl last:mb-0 sm:space-y-xs flex flex-col grow w-full p-4xl sm:p-m @xl:w-[49%] border border-gray",children:[u("div",{className:"grow",children:u(bl,{title:e?.title,description:e?.description,headlineVersion:"S",isEmbedded:!0,align:"text-left"})}),p("div",{className:"flex justify-center sm:justify-between sm:items-end",children:[u("div",{className:"hidden sm:block",children:hl(e?.buttons)}),e.bonusItemContent?.bonusType?Nl(e.bonusItemContent):null]})]},String(t)))):null})]})}))),Nl=e=>"count"===e.bonusType?wl(e):kl(e),wl=e=>p("div",{className:"w-full pt-default mt-s flex justify-center sm:justify-end items-end",children:[e.bonusCount?u("div",{className:"shrink-0 -mb-10",children:u("span",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:e.bonusCount})}):null,e.bonusName?u("div",{className:"shrink-0 gradient-color-text",children:u(he,{size:"text-h2",children:e.bonusName})}):null]}),kl=e=>e.image?u(Ut,{className:"min-w-12 p-xs rounded-icon shrink-0",image:e.image}):null,Sl=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`}),Cl=x((({className:e="",style:t,idx:l,activeIndex:n,observerOptions:a,children:r,onIntersection:s})=>{const o=y(i((e=>{e.length&&s&&s(l||0,e[e.length-1])}),[s,l]),a);return u("div",{className:`inline-block snap-always box-border ${e}`,style:t,"aria-current":Boolean(l===n),ref:o,children:r})})),Il=["min-w-full","@lg:min-w-[50%]","@lg:min-w-[33.3%]","@lg:min-w-[25%]"],Tl=x((({className:e="",containerRef:t,activeIndex:l,visibleItemCount:n=0,gap:a=0,padding:r=0,listType:o="horizontal-list",snapAlign:c="snap-center",minHeight:d,children:m,onVisibleItemsChange:h,onVisibleIndicesChange:p})=>{const x={sensitivity:1,rootRef:t},g=s([]),f=i(((e,t)=>{const l=[...g.current||[]];l[e]=t,g.current=l,h&&h(l),p&&p(Ml(l))}),[h,p]),b=n>0?a*Number(n)-1:0,y="vertical-list"===o,v="horizontal-list"===o,N={...v?Bl(r,b):{},...y?Sl(d):{},gap:`${a}px`};return u("div",{className:w("box-border overflow-auto no-scrollbar",o,e),style:N,ref:t,children:(k=(e,t)=>u(Cl,{className:w(c,n?Il[n-1]:"",y?"h-full":""),style:v?Bl(r/4):{},activeIndex:l,idx:t,observerOptions:x,onIntersection:f,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(k):k(e,0))(m)});var k})),Bl=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),Ml=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),Rl={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},Pl={"horizontal-list":"w-6","vertical-list":"h-6"},Vl=x((({containerRef:e,activeIndex:t,dotCount:l=0,listType:n="horizontal-list",version:a})=>l?u("div",{className:w("flex gap-xs @lg:hidden",Rl[n],a?"group":""),...a?{"data-ver":a}:{},children:new Array(l).fill(null).map(((l,a)=>u("div",{className:`cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white group-data-transparent:bg-white ${a===t?Pl[n]:"w-2 h-2 opacity-30"}`,role:"button","aria-hidden":!0,onClick:()=>(l=>{l!==t&&e?.current&&e.current.children[l]?.scrollIntoView({behavior:"smooth",block:"nearest"})})(a)},String(a))))}):null)),_l=e=>e,zl=(e=_l)=>t=>t.reduceRight(((t,l)=>e(t)>e(l)?t:l)),Al=zl(),jl=(e=_l)=>zl((t=>-e(t))),Dl=jl(),El=e=>t=>e.scrollWidth/t,Ol=e=>(t,l)=>{e.scrollBy({left:l*El(e)(t),behavior:"smooth"})},Ll=({itemCount:e,onVisibleIndicesChange:t})=>{const l=s(null),[a,r]=n([]),o=i((e=>{r((t=>{return(l=t)===(n=e)||Boolean(l&&n&&l?.length===n?.length&&l.every(((e,t)=>e===n[t])))?t:e;var l,n})),t&&t(e)}),[e]),[c,d]=a.length?[jl()(a),zl()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;l.current&&(m?Ol(l.current)(e,-1):(t=l.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{l.current&&(h?Ol(l.current)(e,1):l.current.scrollTo({left:0,behavior:"smooth"}))}),[e,h]),x=i((e=>{l?.current&&l.current.children[e]?.scrollIntoView({behavior:"smooth",block:"nearest",inline:"center"})}),[l]);return[l,{scrollLeft:u,scrollRight:p,scrollTo:x,canScrollLeft:m,canScrollRight:h,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},Fl=x((({className:e,version:t,gap:l=14,padding:n=16,showDots:a=!0,minHeight:i,children:r,onVisibleIndicesChange:s,listType:o="horizontal-list"})=>{const c=Array.isArray(r)?r.length:0,[d,m]=Ll({itemCount:c,onVisibleIndicesChange:s}),[h]=m.visibleIndicesRange;return p("div",{className:w(e,"vertical-list"===o?"relative h-full":""),children:[u(Tl,{containerRef:d,activeIndex:h,visibleItemCount:1,gap:l,padding:n,onVisibleIndicesChange:m.handleVisibleIndicesChange,listType:o,minHeight:i,children:r}),a?u(Vl,{containerRef:d,activeIndex:h,dotCount:c,listType:o,version:t}):null]})})),$l=(e,t,l)=>u(Fl,{children:e.map(((e,t)=>(({icon:e,title:t,description:l},n)=>p("div",{className:w("flex flex-col","justify-between p-m h-full border border-gray",l||t?"":"justify-center"),children:[t?u(he,{size:"text-h6",font:"font-normal",align:yl,children:t}):null,e?u(Ut,{image:e,height:"180",className:"w-auto"}):null,l?u(he,{size:"text-h6",font:"font-normal",align:yl,children:l}):null]},String(n)))({...e},t)))}),Ul=x((({bonusBenefits:e,cardTextAlign:t="center",className:l="",columnsCount:n="4",subtitle:a,title:i,...r})=>p(S,{className:l,defaultPadding:"p-6xl",...r,children:[u(bl,{title:i,description:a,headlineVersion:"M"}),e?.length?$l(e):null]}))),Hl={start:"justify-start",center:"justify-center",end:"justify-end"},Wl=x((({buttons:e,className:t="",align:l,...n})=>{const a=l?w("flex",Hl[l]):"";return u(S,{className:w("!bg-transparent",a,t),defaultPadding:"p-0",...n,children:hl(e)})})),Kl=x((({className:e="",isFoldButtonOnTop:t=!1,unfoldedByDefault:l=!1,renderFoldableSection:a,renderFoldButton:r})=>{const[s,o]=n(l),c=i((()=>{o((e=>!e))}),[]),d=a({isUnfolded:s,onToggle:c}),m=r?r({isUnfolded:s,onToggle:c}):null;return p("div",t?{className:e,children:[m,d]}:{className:e,children:[d,m]})})),Xl=x((({className:e="",isUnfolded:t,children:l})=>{const n=s(null);return a((()=>{n.current&&(n.current.style.maxHeight=t?`${n.current.scrollHeight}px`:"")}),[t,l?.length]),u("div",{ref:n,className:`transition-max-h duration-300 overflow-hidden ${n.current||!t?"max-h-0":""} ${e}`,children:l})})),Gl=x((({title:e,value:t,postfix:l="",prefix:n,className:a=""})=>p("div",{className:w("flex justify-between md:flex-col",a),children:[e?u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}):null,u("div",t?{children:p(he,{size:"text-h3",children:[n," ",bt(2)(Math.round(t))," ",l]})}:{children:u(he,{size:"text-h3",children:"-"})})]}))),Yl=Math.round(23.5),Jl={minSum:1e4,maxSum:5e6,minMonths:13,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},ql={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Ql={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Zl={minSum:5e4,maxSum:5e6,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0},en={minSum:1e3,maxSum:5e5,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,isSmallBusiness:!1,depositeName:"Депозит 'Стабильный'"},tn=x((({rate:e,title:t="Ставка",unit:l,depositeName:n,isShowDepositeName:a,rateBlockClassName:i,fractionDigits:r=2})=>p("div",{children:[u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:t}),p("div",{className:"relative",children:[p("div",{className:"flex justify-start gradient-color-text",children:[u("span",{className:w("font-mohave text-title-huge pr-xl -mt-m",i),children:String(e.toFixed(r)).replace(".",",")}),l?u("span",{className:"text-7xl",children:l}):null]}),n&&a?u("div",{className:"absolute bottom-7 w-full text-center whitespace-nowrap",children:n}):null]})]}))),ln=e=>e?u(me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e}):null;function nn({isShowItems:e=!0,step:t=1e3,...l}){const n=[`От ${bt(2)(l.min||0)} ₽`,`До ${bt(2)(l.max||0)} ₽`];return u(kt,{items:e?n:[],step:t,...l})}function an(e){const{data:t}=A(`/wcms-resources/${e}.json`,E);return t}const rn=(e,t)=>{const{travelExpenseValue:l,restExpenseValue:n}=e,a=an(t||"bonus-calculator-data")||Ql,[i,r]=((e,t,l)=>{const{minSumTravel:n,minSumOther:a,maxBonus:i,prefMonthsNum:r,prefTravelBonusRate:s,prefRestBonusRate:o,travelBonusRate:c,restBonusRate:d}=e;if(t===n&&l===a)return[0,0];const m=Math.min(Math.round(s*t)+Math.round(o*l),i);return[m,m*r+Math.min(Math.round(c*t)+Math.round(d*l),i)*(12-r)]})(a,l,n);return{...a,...e,monthBonus:i,yearBonus:r}},sn=x((({className:e="",sourceBookDir:t="",buttons:l,footnote:n})=>{const[a,{field:i}]=M({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:r,maxSumTravel:s,minSumOther:o,maxSumOther:c,monthBonus:d,yearBonus:m}=rn(a,t);return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Сумма покупок в категории путешествия, ₽",min:r,max:s,step:500,isShowItems:!1,...i("travelExpenseValue")}),nn({title:"Сумма покупок в остальных категориях, ₽",min:o,max:c,step:500,isShowItems:!1,...i("restExpenseValue")})]}),d>=0?u(tn,{title:"Баллов за месяц",rate:d,rateBlockClassName:"tracking-[-14px]",fractionDigits:0}):null,p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[m>=0?u(Gl,{title:"Баллов за год",value:m}):null,hl(l,{isVertical:!0}),ln(n)]})]})})),on=x((({className:e,viewBox:t,fill:l="none",width:n,height:a,paths:i,...r})=>u("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:l,width:n,height:a,children:i.map((({d:e,fill:t,...l},n)=>u("path",{d:e,fill:t||"currentColor",...r,...l},n)))}))),cn=[{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"}],dn=x((({className:e,value:t,text:l,disabled:n,isRadio:a,onChange:r})=>{const s=i((e=>{n||(e.preventDefault(),r&&r(!t))}),[r,n,t]),o=a?u("div",{className:"absolute left-1 w-3 h-3 rounded-full bg-primary-main"}):u(on,{paths:cn,className:"absolute left-1 ml-px block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"});return u("div",{className:e,children:p("label",{className:"flex items-center relative cursor-pointer group/box",onClick:s,children:[u("div",{className:w("appearance-none w-5 h-5 border-solid cursor-pointer m-0",a?"rounded-full border-2":mn(t),t?"border-primary-main":"border-gray",n?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:"checkbox","aria-checked":Boolean(t),"aria-disabled":Boolean(n)}),t?o:null,l?u("div",{className:"ml-s",children:u(he,{size:"text-l",font:"font-light",children:l})}):null]})})})),mn=e=>w("rounded border",e?"bg-primary-main":""),hn=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,un={horizontal:"gap-5xl",vertical:"flex-col gap-s"},pn=x((({items:e,checkedItem:t,className:l,onChange:n,orientation:a="horizontal"})=>u("div",{className:w(`flex ${un[a]}`,l),children:e?.map((({id:e,text:l})=>u(dn,{isRadio:!0,text:l,value:t===e,onChange:()=>n&&n(e)},String(e))))}))),xn=({items:e,title:t,orientation:l="horizontal",value:n,radioGroupClassName:a,onChange:i})=>p("div",{className:"space-y-s",children:[t?u("div",{children:u(he,{color:"text-secondary-text",font:"font-light",children:t})}):null,u(pn,{orientation:l,items:e,checkedItem:e[n?0:1].id,className:w("flex-col sm:flex-row",a),onChange:t=>i&&i(t===e[0].id)})]}),gn=e=>xn({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),fn=x((({title:e="Ставка",isUnavailableByTerm:t=!1})=>p("div",{children:[u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),u("div",{className:"mt-2xs pt-2xs pl-lg pb-xs",children:u(Ae,{name:"PercentIcon",width:"90",height:"85"})}),u("div",{className:"w-64 mt-m",children:t?p(me,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",u("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):u(me,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),bn=({rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n})=>u(tn,{rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,rateBlockClassName:"tracking-[-25px]",unit:"%"}),yn=({rate:e})=>u(Gl,{title:"Ставка",value:e,postfix:"%"}),vn=e=>0===e.rate?u(fn,{isUnavailableByTerm:e.isUnavailableByTerm}):p("div",{children:[u("div",{className:"hidden md:block",children:bn(e)}),u("div",{className:"md:hidden",children:yn(e)})]}),Nn=e=>{const t=[...e];t.sort((([e],[t])=>e-t));let l=1;for(;l<t.length;){const[e,n]=t[l-1],[a,i]=t[l];n>=a?t.splice(l-1,2,[e,Math.max(n,i)]):l++}return t},wn=([e,t],l,n=[])=>l&&l[e]&&l[t]?{[e]:l[e],[t]:l[t]}:kn([e,t],n),kn=([e,t],l=[])=>({[e]:l.length?Dl(l.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:l.length?Al(l.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),Sn=(e,[t,l],n)=>e>=n[t]&&e<=n[l],Cn=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,In=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,daysValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a/30)-n):Math.round(n*e*a/365/100)},Tn=x((({className:e="",sourceBookDir:t,buttons:l,footnote:n,bottomFootnote:a,isShowDepositeName:i})=>{const[r,{field:s}]=M({moneyValue:1e5,daysValue:90,isReplenished:!1,isPartialWithdrawal:!1,isSmallBusiness:!1,isMonthlyInterestPayment:!1}),o=((e,t)=>{const{daysValue:l,moneyValue:n,isPartialWithdrawal:a,isReplenished:i,isSmallBusiness:r,isMonthlyInterestPayment:s}=e,o=an(t||"business-calculator-data"),c=i||a,d=l<90||l>730;if(l<=30)return{...en,...e,isDisabledOperatingDeposit:d,isUnavailableByTerm:!0};const m=o?.rateRows?.find((e=>s===e.isMonthlyInterestPayment&&r===e.isSmallBusiness&&Cn(c,e)&&Sn(n,["minSum","maxSum"],e)&&Sn(l,["minDays","maxDays"],e)))||en,{rate:h}=m,u=In(h,e),p=n+u,x=o?.rateRows||[en];return{...m,...kn(["minSum","maxSum"],x),...kn(["minDays","maxDays"],x),...e,isDisabledOperatingDeposit:d,income:u,finalSum:p}})(r,t),{income:c,finalSum:d,rate:m,isUnavailableByTerm:h,depositeName:x}=o;return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Сумма, ₽",min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),(g={title:"Срок, дней",min:o.minDays,max:o.maxDays,...s("daysValue"),value:o.daysValue},u(kt,{items:[`От ${hn(g.min||0)}`,`До ${hn(g.max||0)}`],step:1,...g})),Bn(o,s),gn({title:"Выплата процентов",orientation:"vertical",...s("isMonthlyInterestPayment"),radioGroupClassName:"sm:flex-col"})]}),u("div",{className:"border-b border-main-divider md:hidden"}),vn({rate:m,depositeName:x,isShowDepositeName:i,isUnavailableByTerm:h}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[Mn(d,c),hl(l,{isVertical:!0}),ln(n),ln(a)]})]});var g})),Bn=(e,t)=>p("div",{className:"flex flex-col gap-y-xl sm:gap-y-s",children:[u(dn,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),u(dn,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal}),u(dn,{text:"ИП / малое предприятие",...t("isSmallBusiness"),value:e.isSmallBusiness})]}),Mn=(e,t)=>p("div",{className:"flex flex-col gap-2xl sm:gap-0",children:[u(Gl,{title:"Доход в конце срока",value:t,postfix:"₽",prefix:"+"}),u(Gl,{title:"Сумма в конце срока",value:e,postfix:"₽"})]}),Rn=({min:e=0,max:t=0,availableMonths:l,...n})=>u(kt,{items:[`От ${Pn(e)}`,`До ${Pn(t)}`],step:1,...l?.length?{list:l}:{min:e,max:t},...n}),Pn=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,Vn=e=>_n({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&_n({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&_n({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&_n({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),_n=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],zn=(e,t)=>{const{isAnnuity:l,moneyValue:n,monthsValue:a,moneyExtra:i}=t;if(0===e)return 0;if(l){const t=e/1200;return i?(n+i)*(t+t/(Math.pow(1+t,a)-1)):n*(t+t/(Math.pow(1+t,a)-1))}return Math.round(n/a)+n*(e/1200)},An=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=an(t||"credit-calculator-data"),s=i?.rateRows||[Jl],o=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Vn({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:i?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:c,maxSum:d}=wn(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=wn(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a})=>e?.find((e=>Vn({row:e,userInputParams:t,paramsViewSettings:l})&&Sn(n,["minSum","maxSum"],e)&&Sn(a,["minMonths","maxMonths"],e)))||Jl)({rateRows:s,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a}),{rate:p}=u,x=zn(p,e);return r((()=>({...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:n,monthsValue:a,monthlyPayment:x})),[e,i])},jn=e=>xn({...e,radioGroupClassName:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),Dn=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a,isMobile:i})=>{const[r,{field:s}]=M({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,moneyValue:2e5,monthsValue:Yl}),o=An(r,t,a),c=jn({title:i?"Тип платежа":"",orientation:"vertical",...s("isAnnuity")});return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Сумма кредита, ₽",step:500,min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),Rn({title:"Срок кредита, месяцев",min:o.minMonths,max:o.maxMonths,...s("monthsValue"),value:o.monthsValue}),En({...o,...a},s),u("div",{className:"sm:hidden",children:c})]}),u("div",{className:"border-b border-main-divider md:hidden"}),vn({rate:o.rate}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Gl,{title:"Ежемесячный платеж",value:o.monthlyPayment,postfix:"₽"}),u("div",{className:"hidden sm:block",children:c}),hl(l,{isVertical:!0}),ln(n)]})]})})),En=(e,t)=>p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?u(dn,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?u(dn,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?u(dn,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?u(dn,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),On=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=an(t||"deposit-calculator-data"),r=i?.rateRows?.[0]?$n(i.rateRows[0].minMonths,i.rateRows[0].maxMonths):1,s=!l?.isShowMonthlyInterestPayment,o=!l?.isShowRemoteRegistration,c=i?.rateRows?.find((t=>Fn({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:s})&&Fn({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:o})&&Sn(n,["minSum","maxSum"],t)&&Sn(a||r,["minMonths","maxMonths"],t)))||Zl,{rate:d}=c,m=Ln(d,e),h=n+m,u=i?.rateRows||[Zl];return{...c,...kn(["minSum","maxSum"],u),...kn(["minMonths","maxMonths"],u),availableMonths:Nn(u.map((e=>[e.minMonths,e.maxMonths]))).flatMap((([e,t])=>((e,t,l=1)=>Array.from({length:Math.abs(t-e)/l+1},((n,a)=>t>=e?e+a*l:e-a*l)))(e,t))),...e,defaultMonth:r,income:m,finalSum:h}},Ln=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,monthsValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a)-n):Math.round(n*e*30*a/365/100)},Fn=({row:e,userInputParams:t,paramKey:l,isExclude:n})=>n||t[l]===e[l],$n=(e,t)=>e+Math.round((t-e)/2),Un=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:i})=>{const[r,{field:s}]=M({moneyValue:2e4,monthsValue:0,isMonthlyInterestPayment:!1,isRemoteRegistration:!1}),o=On(r,t,i),{defaultMonth:c,rate:d,income:m,finalSum:h}=o,{onChange:x}=s("monthsValue");return a((()=>{x&&x(c)}),[c]),p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Сумма, ₽",min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),Rn({title:"Срок, месяцев",min:o.minMonths,max:o.maxMonths,availableMonths:o.availableMonths,...s("monthsValue"),value:o.monthsValue}),Hn({...o,...i},s)]}),u("div",{className:"border-b border-main-divider md:hidden"}),vn({rate:d}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Gl,{title:"Доход в конце срока",value:m,postfix:"₽",prefix:"+"}),u(Gl,{title:"Сумма в конце срока",value:h,postfix:"₽"}),hl(l,{isVertical:!0}),ln(n)]})]})})),Hn=(e,t)=>{return p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowMonthlyInterestPayment?gn({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment}):null,e.isShowRemoteRegistration?(l={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration},xn({...l,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]});var l},Wn=e=>Kn({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Kn({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Kn=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],Xn=(e,t,l)=>{const{moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}=e,o=an(t||"refinancing-calculator-data"),c=o?.rateRows||[ql],d=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Wn({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:o?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:m,maxSum:h}=wn(["minSum","maxSum"],d,c),{minMonths:u,maxMonths:p}=wn(["minMonths","maxMonths"],d,c),x=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>Wn({row:e,userInputParams:t,paramsViewSettings:l})&&Sn(n+r,["minSum","maxSum"],e)&&Sn(i,["minSumOld","maxSumOld"],e)&&Sn(r,["minSumExtra","maxSumExtra"],e)&&Sn(a,["minMonths","maxMonths"],e)))||ql)({rateRows:c,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}),{rate:g}=x,f=zn(g,e),b=e.oldMonthlyPayment-f;return r((()=>({...x,...e,minSum:m,maxSum:h,minMonths:u,maxMonths:p,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s,monthlyPayment:f,benefit:b})),[e,o])},Gn=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a})=>{const[i,{field:r}]=M({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),s=Xn(i,t,a);return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Остаток долга в других банках, ₽ ",step:500,min:s.minSum,max:s.maxSum-s.maxSumExtra,...r("moneyValue"),value:s.moneyValue}),nn({title:"Ежемесячный платеж в других банках, ₽",step:500,min:s.minSumOld,max:s.maxSumOld,...r("oldMonthlyPayment"),value:s.oldMonthlyPayment}),Rn({title:"Новый срок кредита, месяцев",min:s.minMonths,max:s.maxMonths,...r("monthsValue"),value:s.monthsValue}),Yn({...s,...a},r),s.isExtraMoney?nn({title:"Дополнительная сумма, ₽ ",step:500,min:s.minSumExtra,max:s.maxSumExtra,...r("moneyExtra"),value:s.moneyExtra}):null]}),vn({rate:s.rate,fractionDigits:1}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Gl,{title:"Ежемесячный платеж",value:s.monthlyPayment,postfix:"₽"}),s.benefit>0?u(Gl,{title:"Выгода в месяц",value:s.benefit,postfix:"₽"}):null,jn({orientation:"vertical",...r("isAnnuity")}),hl(l,{isVertical:!0}),ln(n)]})]})})),Yn=(e,t)=>p("div",{className:"space-y-s",children:[e.isShowSalaryClient?u(dn,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?u(dn,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,u(dn,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),Jn={CreditCalculatorForm:Dn,DepositCalculatorForm:Un,BusinessDepositCalculatorForm:Tn,BonusCalculatorForm:sn,RefinancingCalculatorForm:Gn},qn=x((({className:e,calculatorTabs:t=[]})=>u(S,{className:e,defaultPadding:"p-0",children:Zn(t)}))),Qn=e=>{const t=e.calculatorBlock?.calcType;if(!t||!(t in Jn))return null;return u(Jn[t],{...e.calculatorBlock,isMobile:!0})},Zn=e=>{if(!e||!e.length)return null;return 1===e.length?u(S,{children:Qn(e[0])}):e.map(((e,t)=>u(Kl,{isFoldButtonOnTop:!0,unfoldedByDefault:0===t,renderFoldableSection:({isUnfolded:t})=>u(Xl,{isUnfolded:t,children:u(S,{children:Qn(e)})}),renderFoldButton:ea(e)},t.toString())))},ea=e=>({isUnfolded:t,onToggle:l})=>p("button",{onClick:l,className:"w-full p-xl bg-primary-main flex items-center border-b border-white",children:[u("div",{className:"w-11 h-11 bg-white rounded-md flex justify-center items-center",children:u(Ae,{name:e.nav?.icon?.icon,iconVersion:"color",width:"24",height:"24"})}),p("div",{className:"flex-1 flex flex-col pl-s",children:[u(he,{align:"text-left",color:"text-white",children:e.nav?.title}),u(he,{align:"text-left",size:"text-s",color:"text-white",font:"font-light",children:e.nav?.description})]}),u(Ae,{name:t?"ArrowUpIcon":"ArrowDownIcon",iconVersion:"white",width:"24",height:"24"})]}),ta=x((e=>{const{onChange:t,min:l,max:n,defaultValue:a="0",fractionDigits:r=0,...s}=e,o=gt(e,{normalize:(e=a)=>l&&n?String(ft(Number(la(e)),l,n)):la(e),format:bt(r)}),c=i((e=>t&&t(la(e))),[t]);return u(xe,{onChange:c,...s,...o})})),la=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),na=x((e=>u(ta,{...e,fractionDigits:2,children:u("div",{className:"absolute right-4 bottom-4",children:u(he,{size:"text-xl",font:"font-light",children:"₽"})})}))),aa={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},ia={amount:1500,_amount:1500},ra=x((({className:e="",title:t="Укажите сумму перевода",label:l="Сумма перевода",placeholder:n="1500",button:a,formType:i="private",...r})=>{const[{amount:s,_amount:o},{field:c}]=M(ia),d=s<=0,m=d?re({version:a?.version}):se({className:"text-white",version:a?.version}),h=q();return p(S,{className:w("flex flex-col items-center",e),defaultPadding:"p-6xl",...r,children:[t?u(T,{className:"pb-lg xl:pb-4xl self-start xl:self-center",headingType:"h3",title:t}):null,p("form",{className:"w-full xl:max-w-[468px]",method:"POST",action:aa[i],children:[u(na,{name:"_amount",valid:!d,placeholder:n,label:l,...c("_amount",{parse:Number,format:String})}),u("input",{type:"hidden",name:"amount",value:o}),a?.text?u("button",{type:"submit",className:w("w-full p-m mt-lg",m),disabled:d,...h(a),children:a.text}):null]})]})})),sa=(e,t=0)=>{const{itemCount:l,visibleItemCount:a}=e,[r,s]=n(t),o=i((()=>s((e=>Math.min(e+1,l-1)))),[l]),c=i((()=>s((e=>Math.max(e-1,0)))),[l]),d=a?l>a&&r<l-a:r<l-1,m=r>0;return[r,{inc:o,dec:c,canInc:d,canDec:m,isScrollAvailable:m||d}]},oa=x((({className:e,disabled:t,...l})=>u(oe,{rounded:!0,className:`group/btn shadow-[0_4px_25px_rgba(0,0,0,0.07)] w-12 h-12 min-h-12 max-h-12 flex items-center justify-center ${t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main"} ${e||""}`,disabled:t,...l,children:u(Ut,{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"})}))),ca=x((e=>u(oa,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),da=x((e=>u(oa,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),ma="absolute top-[calc(50%-24px)] z-40",ha="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",ua=x((({scroll:e,activeIndex:t,itemCount:l,arrowsPadded:n,hasEdgeBlocks:a,onScrollLeft:r,onScrollRight:s})=>{const{canScrollLeft:o,canScrollRight:c,scrollLeft:d,scrollRight:m}=e,h=a?t>0:o,x=a?t<l-1:c,g=i((()=>{a?(o&&t!==l-1&&d(),r()):d()}),[d,r,a,o,t,l]),f=i((()=>{a?(c&&0!==t&&m(),s()):m()}),[m,s,a,o,t,l]);return p("div",{className:"hidden @lg:block",children:[pa(e),h?u(ca,{className:w(ma,n?"left-1 @lg:left-8":"left-0"),onClick:g}):null,x?u(da,{className:w(ma,n?"right-1 @lg:right-8":"right-0"),onClick:f}):null]})})),pa=e=>p("div",{children:[e.canScrollLeft?u("div",{className:w(ha,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?u("div",{className:w(ha,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),xa=({blockClassName:e,block:t,render:l})=>l({blockClassName:e,block:t}),ga=[];function fa(e,t,{className:l,...n}={}){const{key:a,blockDecorator:i=xa,blocksRegistry:r={},ancestors:s=ga}=t,{type:o}=e;o&&o in r||console.warn(`No block with "${o}" is registered`);const c=o&&r[o];return i({blockClassName:w(e.style?.length?e.style:"col-span-12",l),block:e,ancestors:s,render:({block:l,blockClassName:i})=>{const{content:r}=l;return c?u(c,{className:i,block:e,options:t,...r,...n},a):null}},a)}const ba=[],ya=(e,{key:t,ancestors:l=ba,slotName:n=null,extraProps:a,renderProps:i=fa,...r})=>{const s=a?(e,t)=>fa(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...l||ba,[r.parent,n]]:l},a)))};function va({block:e,options:t,children:l,extraProps:n,renderProps:a}){return l||(e&&t?ya(e.blocks,{...t,parent:e,extraProps:n,renderProps:a}):null)}const Na=({className:e,text:t="ХИТ"}={})=>p("div",{className:w("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]",e),children:[u(Ae,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),u(me,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),wa="relative h-full",ka={small:"sm:min-w-64",normal:"sm:min-w-96",big:"sm:min-w-[515px]"},Sa=({noCardBorder:e,activeIndex:t,cardSize:l="normal",...n})=>{const{blocks:a}=n.block||{},i=a?.some(Ta);return va({...n,renderProps:(n,a,r)=>p("div",{className:Ca(n,{someCardsHighlighted:i}),children:[fa(n,a,{className:Ia(n,{someCardsHighlighted:i,showBorder:!e,cardSize:l}),blockIndex:r,isActive:r===t}),Ta(n)?Na({className:"absolute top-0 -right-4 z-40"}):null]},String(r))})},Ca=(e,{someCardsHighlighted:t})=>w(wa,t&&(Ta(e)?"pt-3xl":"pt-3xl sm:pt-16")),Ia=(e,{someCardsHighlighted:t,showBorder:l,cardSize:n="normal"})=>w(wa,"min-w-80",ka[n],t&&(Ta(e)?"pt-3xl sm:pt-16":"pt-3xl"),l&&"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider"),Ta=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,Ba=x((({className:e,itemCount:t,visibleItemCount:l=0,noCardBorder:n,isAlignCenter:a,arrowsPadded:i=!0,isGap:r=!0,cardSize:s="normal",...o})=>{const{blocks:c=[]}=o.block||{},d=t||c?.length,[m,{inc:h,dec:x}]=sa({itemCount:d,visibleItemCount:l},Math.floor(l/2)),[g,f]=Ll({itemCount:d}),[b]=f.visibleIndicesRange,y=c&&"CarouselBankHistoryCard"===c[0]?.type;return p(S,{className:e,defaultPadding:"p-6xl",...o,children:[p("div",{className:w(a?"flex justify-center":"","relative max-w-full"),children:[u(Tl,{containerRef:g,visibleItemCount:l,snapAlign:"snap-start",gap:r?16:void 0,onVisibleIndicesChange:f.handleVisibleIndicesChange,children:Sa({noCardBorder:n,activeIndex:m,cardSize:s,...o})}),u(ua,{scroll:f,arrowsPadded:i,onScrollLeft:x,onScrollRight:h,hasEdgeBlocks:y,activeIndex:m,itemCount:d})]}),u(Vl,{containerRef:g,activeIndex:b,dotCount:d,listType:"horizontal-list"})]})}));Ba.childrenTypes=["CarouselCard","CarouselBankHistoryCard","CarouselCatalogCard","CarouselInvestmentCard","CarouselProductCard","CarouselProgramsCard","CarouselRecommendationCard","CarouselTariffsCard","CarouselRichTextCard","CarouselInvestmentCard","CarouselEventCard","ProductBlock"],Ba.childSchema=()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}});const Ma=x((({title:e,description:t,className:l})=>u(S,{className:l,defaultPadding:"p-6xl",children:u(bl,{headlineVersion:"XS",title:e,description:t,align:"text-left",className:"text-primary-text",isEmbedded:!0})}))),Ra="z-10 border border-solid w-full h-full",Pa=w(Ra,"absolute hidden @xl:block border-transparent"),Va=x((({className:e,title:t,description:l,button:n,...a})=>u(S,{className:w("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:p("div",{className:"relative",children:[u("div",{className:w(Pa,"top-9 right-12 bg-green-dark")}),u("div",{className:w(Pa,"top-6 right-8 bg-green")}),u("div",{className:w(Pa,"top-3 right-4 bg-green-light")}),p("div",{className:w(Ra,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-light"),children:[u(bl,{title:t,description:l,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),hl([n],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),_a={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},za=x((({className:e,defaultPadding:t,padding:l,title:n="",insetTitle:a="",buttons:i,leftImage:r,rightImage:s,imageAlign:o,backImage:c,isImageAlwaysOnRight:d=!1,children:m})=>p("div",{className:w("relative flex flex-col gap-3xl font-sans overflow-hidden",l||t,e),children:[n?u("div",{className:"relative",children:n}):null,p("div",{className:w("grow relative flex justify-around @lg:justify-between items-stretch gap-3xl",d?"flex-row":"flex-col-reverse @lg:flex-row"),children:[Aa(r,{imageAlign:o}),p("div",{className:w("flex flex-col gap-3xl max-w-[600px] @xl:max-w-[728px]",r?"":"grow"),children:[a,u("div",{className:"grow",children:m}),c?u("div",{className:"justify-center mx-auto sm:absolute sm:-z-10 sm:-bottom-4 sm:-right-4",children:c}):null,i]}),Aa(s,{className:d?"":"@xl:order-1",imageAlign:o})]})]}))),Aa=(e,{className:t,imageAlign:l})=>e?u("div",{className:w("md:flex-shrink-0 self-center",l&&_a[l],t),children:e}):null,ja={black:"bg-black",white:"bg-white"},Da=x((({className:e="",title:t,description:l,image:n,price:a,button:i,colors:r=[],align:s="text-left",padding:o,...c})=>u(S,{className:w("flex flex-col justify-left",e),defaultPadding:"p-2xl",...c,children:p(za,{className:"h-full",padding:o,title:t?u(bl,{title:t,description:l,headlineVersion:"XS",isEmbedded:!0,align:s}):null,rightImage:n?.src?u(Ut,{className:"flex justify-center align-center mb-xl",image:n}):null,buttons:hl([i],{buttonClassName:"w-full mt-lg"}),children:[r?.length?p("div",{className:"flex text-secondary-text mb-m",children:[u("div",{className:"mr-xs",children:u(he,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(Ea)]}):null,a?p(he,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),Ea=(e,t)=>u("div",{role:"figure",className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${ja[e]}`},String(t)),Oa="hidden xl:block absolute w-full h-full border border-white",La=x((({text:e,href:t="",target:l="",className:n=""})=>{const a=q()({href:t,target:l});return e?u("div",{className:w("flex relative group/link pl-s pb-s min-w-[16rem] xl:min-w-[20rem]",n),children:p("div",{className:"relative min-h-16 w-full",children:[p("a",{className:w("absolute border\n bg-white flex justify-between group-hover/link:text-primary-main","sm:rounded-md rounded-none w-full px-xl py-lg whitespace-nowrap z-10"),role:"link",...a,children:[u(he,{size:"text-l",font:"font-light",color:"text-primary-text",children:e}),u(Ut,{className:"group-hover/link:brightness-100 hidden xl:block ml-2xs",image:{icon:"ArrowRightIcon",iconVersion:"black"},imageClassName:"group-hover/link:text-primary-main hidden xl:block",width:"24",height:"24"})]}),u("div",{className:w(Oa,"-bottom-1.5 -left-1.5")}),u("div",{className:w(Oa,"-bottom-3 -left-3")})]})}):null})),Fa=x((({className:e,additionalDescription:t,description:l,links:n,title:a,...i})=>u(S,{className:w("overflow-hidden",e),...i,children:p("div",{className:"flex flex-col @6xl:flex-row gap-m",children:[p("div",{children:[u(bl,{isEmbedded:!0,title:a,description:l,as:"h1",align:"text-left"}),t?u(bl,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0}):null]}),n?.length?$a(n,"@6xl:min-w-[672px] p-0 justify-self-end"):null]})}))),$a=(e,t="")=>{const l=Math.ceil(e.length/3);return u(Ba,{className:t,version:"secondary",itemCount:l,arrowsPadded:!1,padding:"p-0",children:new Array(l).fill(null).map(((t,l)=>u("div",{className:w("flex flex-wrap gap-2xs self-start xl:justify-center @5xl:grid @5xl:grid-cols-2"),children:e.slice(3*l,3*(l+1)).map(((e,t)=>u(La,{...e},String(t))))},String(l))))})},Ua=x((({className:e="",href:t,target:l,isRemote:n=!1,children:a})=>{const i=q({isRemote:n})({href:t,target:l});return u(t?"a":"div",{className:w("block",e),...t?i:{},children:a})})),Ha={L:"w-1.5 h-1.5 mr-m",M:"w-1.5 h-1.5 mr-s",S:"w-1 h-1 mr-xs",XS:"w-1 h-1 mr-xs"},Wa=x((({className:e,isDotted:t=!0,children:l,size:n="M"})=>p("div",{className:w("font-sans flex",e),role:"listitem",children:[t?u("div",{className:"shrink-0",children:u("div",{className:w("align-middle inline-block rounded-full bg-primary-text group-data-secondary:bg-white",Ha[n])})}):null,u("span",{children:l})]}))),Ka={XS:"text-m font-light",S:"text-l font-light",M:"text-h6",L:"text-h5"},Xa={XS:"ml-2xs",S:"ml-xs",M:"ml-s",L:"ml-m"},Ga=x((({className:e,hasIndent:t,isDotted:l,items:n,listItemSize:a="M"})=>n?.length?u("section",{className:w("flex flex-col gap-xs text-left text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text",Ka[a],t?Xa[a]:"",e),role:"list",children:n.map(((e,t)=>u(Wa,{isDotted:l,size:a,children:e},String(t))))}):null)),Ya=x((({additionalDescription:e,align:t="text-left",button:l={},className:n="",description:a,headlineSmallVersion:i="H6",href:r,icon:s,isDotted:o=!0,isButtonFullWidth:c=!0,isImageFullWidth:d=!1,isTopPosition:m=!1,items:h=[],target:u,title:x,version:g="primary",...f})=>p(S,{className:w("flex flex-col justify-between",t,n),defaultPadding:"p-0",version:g,...f,children:[p(Ua,{className:"p-m flex flex-col gap-xs",href:r,target:u,children:[qa(i,x),Qa(a),ei(h,o,g),Za(e),Ja(s,d,m)]}),hl([l],{className:w("p-m pt-0",c?"":"self-center"),isVertical:c})]}))),Ja=(e,t,l)=>p("div",{className:w("flex gap-lg",l?"order-first":"order-last",t?"":"justify-center"),children:[e?.src?u(Ut,{className:"shrink-0",image:e}):null,e?.icon?u(Ut,{className:w("shrink-0",t?"":"w-8 h-8 min-w-8"),image:e}):null]}),qa=(e,t)=>t?u(he,{size:fl[e],children:t}):null,Qa=e=>e?u(me,{size:"text-l",children:e}):null,Za=e=>e?u(he,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",children:e}):null,ei=(e,t,l="primary")=>e?.length?u(Ga,{className:w("text-s","primary"===l?"!text-secondary-text":""),items:e.filter((e=>e?.text)).map((e=>e.text)),isDotted:t,listItemSize:"S"}):null,ti=(e=[])=>e.reduce(((e,t)=>e+t),0),li=(e=[])=>e?.length?ti(e)/e.length:0,ni=(e,t="normal")=>e?u("div",{className:w("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:u(Ut,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,ai=x((e=>{const{__html:t="",richVersion:l=""}=e;return t.replace(/<\/?[^>]+\/?>/g,"").trim()?u("div",{className:w(l,"md-container"),dangerouslySetInnerHTML:{__html:t}}):null})),ii=(e,t)=>e?u(me,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,ri=(e,t)=>e?u(he,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,si=(e,t)=>"rte"===e.type&&"__html"in e&&e.__html?u(ai,{...e},`rte-${t}`):["label"in e?ri(e.label,t):null,"description"in e?u("span",{className:e.descriptionClassName,children:ii(e.description,t)},String(t)):null],oi=x((({className:e,benefitsVersion:t,...l})=>p("div",{className:w("flex gap-m","description"in l&&l.description?"items-start":"items-center",e),children:["icon"in l?ni(l.icon,t):null,u("div",{children:si(l)})]}))),ci=e=>"rte"===e.type?e?.__html?.length||0:Math.max(e?.label?.length||0,e?.description?.length||0),di=e=>{return((t=e.map(ci))?.length?Math.sqrt(Math.abs(li(t.map((e=>e**2)))-li(t)**2)):0)>16;var t},mi=e=>e&&"icon"in e&&e.icon&&(e.icon.icon||e.icon.src),hi=e=>!e.some(mi),ui=x((({className:e,benefitsVersion:t="normal",benefits:l})=>l?.length?u("div",{className:w("flex gap-x-m gap-y-s",di(l)||hi(l)?"flex-col":"flex-wrap",e),children:l.map(((e,l)=>u(oi,{benefitsVersion:t,...e},String(l))))}):null)),pi=x((({className:e,benefits:t})=>t?.length?u("div",{className:w("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),children:t.flatMap(si)}):null)),xi=x((({isTabularBenefits:e,...t})=>u(e?pi:ui,{...t}))),gi=x((({className:e,tags:t})=>t?.length?u("div",{className:w("flex flex-wrap gap-xs",e),role:"list",children:t.map(fi)}):null)),fi=(e,t)=>u("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:u(he,{size:"text-m",font:"font-light",children:e})},String(t)),bi=x((({className:e,padding:t,defaultPadding:l,title:n,description:a,headlineVersion:i="L",align:r="text-left",benefitsVersion:s,isTabularBenefits:o,benefits:c,__html:d,isFullWidthTitle:m=!0,items:h,isDotted:x=!0,listItemSize:g,tags:f=[],buttons:b,image:y,imageOptions:{imageAlign:v="end",directionRight:N=!0,isBackground:w,isImageAlwaysOnRight:k}={},children:S})=>{const C=y?.src?u(Ut,{image:y}):null,I=Ni({title:n,description:a,headlineVersion:i,align:r}),T=c?.filter((e=>"rte"===e?.type||"label"in e||"description"in e));return u(za,{className:e,padding:t,defaultPadding:l,...m?{insetTitle:I}:{title:I},...w?{backImage:C}:yi(C,N),imageAlign:v,isImageAlwaysOnRight:k,buttons:hl(b),children:p("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[T?.length?u(xi,{benefitsVersion:s,isTabularBenefits:o,benefits:T}):null,d?u(ai,{__html:d}):null,h?.length?u(Ga,{items:h,isDotted:x,listItemSize:g}):null,S,vi(f)]})})})),yi=(e,t)=>t?{rightImage:e}:{leftImage:e},vi=e=>e?.length?u(gi,{tags:e}):null,Ni=({title:e,description:t,headlineVersion:l,align:n})=>e||t?u(bl,{title:e,description:t,headlineVersion:l,align:n,isEmbedded:!0}):null,wi=x((({className:e,title:t,icon:l,list:n,href:a,target:i,...r})=>u(S,{className:e,defaultPadding:"p-3xl",...r,children:u(Ua,{className:"flex items-center h-full",href:a,target:i,children:u(bi,{title:t,headlineVersion:"XS",image:l,imageOptions:{directionRight:!0,imageAlign:"center"},benefits:n?.map((e=>({type:"default",label:e.title,description:e.description})))})})}))),ki={default:"w-14 h-14",stretched:"flex-1 h-14"},Si=[{origins:["t.me","telegram.org"],iconMapped:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],iconMapped:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],iconMapped:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],iconMapped:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],iconMapped:{icon:"PlayMarketIcon"},label:"Google Play"},{origins:["youtube.com"],iconMapped:{icon:"YoutubeIcon"},label:"Youtube"},{origins:["rutube.ru"],iconMapped:{icon:"RutubeIcon"},label:"Rutube"}],Ci=e=>Si.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{},Ii=x((({buttonSize:e="default",icon:t,...l})=>{const{href:n}=l,{iconMapped:a,label:i}=Ci(n),r=Ti(t)??a;return u(oe,{className:w("border border-solid hover:border-transparent","group-data-primary:border-main-divider","hover:bg-primary-main hover:text-black","group-data-secondary:bg-white border-main-divider group-data-secondary:hover:bg-secondary-hover","group-data-gray:border-green","p-m min-h-14 group/media flex items-center justify-center box-border",ki[e]),"aria-label":i,rel:"noopener noreferrer",target:"_blank",...l,children:u(Ut,{image:r,imageClassName:"group-hover/media:text-white",width:"24",height:"24"})})})),Ti=e=>e?.src||e?.icon?e:void 0,Bi=x((({className:e="",media:t,children:l,buttonSize:n})=>p("div",{className:"flex flex-col sm:flex-col-reverse gap-xs",children:[l?u(he,{size:"text-s",font:"font-light",color:"text-secondary-text",children:l}):null,u("div",{className:w("flex gap-xs",e),children:t?.map(((e,t)=>u(Ii,{buttonSize:n,...e},String(t))))})]}))),Mi=x((({className:e="",description:t,href:l,icon:n,items:a=[],socialMedia:i=[],target:r,title:s,align:o="text-left",...c})=>u(S,{className:w("relative group-data-gray:bg-main-divider/50",e),defaultPadding:"p-3xl",...c,children:p(Ua,{href:l,target:r,className:"space-y-lg",children:[u(bl,{title:s,description:t,headlineVersion:"XS",isEmbedded:!0,align:o}),a.length?u(Ga,{className:"flex flex-col gap-xs",items:a,listItemSize:"XS"}):null,Ri(n),i.length?u(Bi,{media:i}):null]})}))),Ri=e=>e?.src||e?.icon?u("div",{children:u(Ut,{image:e})}):null,Pi=(e,t)=>{const{title:l,description:n,buttons:a}=e;return p("div",{className:"py-lg border-b border-main-divider",children:[l?u("div",{className:"opacity-80",children:u(he,{size:"text-m",color:"text-secondary-text",children:l})}):null,n?u("div",{className:"mt-2xs",children:u(he,{size:"text-xl",color:"text-primary-text",children:n})}):null,a?.length?u("div",{className:"text-primary-main",children:hl(a)}):null]},String(t))},Vi=x((({className:e="",title:t,align:l="text-center",icon:n,button:a,cardCells:i=[],...r})=>{const s=i.map(Pi),o=s.slice(0,1),c=s.slice(1);return p(S,{className:w("flex flex-col",e),defaultPadding:"p-3xl",...r,children:[_i(n),t?u(T,{className:w("pt-xs",l),headingType:"h5",title:t}):null,a?u(oe,{className:"w-full mt-m",...a}):null,i.length?u(Kl,{renderFoldableSection:({isUnfolded:e})=>p("div",{children:[o,u(Xl,{isUnfolded:e,children:c})]}),renderFoldButton:i.length>1?zi:null}):null]})})),_i=e=>u("div",{className:"self-center",children:e?.src||e?.icon?u(Ut,{image:e}):null}),zi=({isUnfolded:e,onToggle:t})=>p("button",{className:"w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center",onClick:t,children:[u("div",{children:e?"Скрыть":"Подробнее о тарифе"}),u(Ae,{className:"text-primary-text",name:e?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),Ai=(e=!1)=>e?"text-white":"",ji=(e=!1)=>"text-s mb-m "+(e?"text-white":"text-secondary-text/80"),Di=x((({icon:e,image:t,title:l,subtitle:n,isFillGradient:a})=>p("div",{className:"space-y-4",role:"columnheader",children:[e?u(Ut,{className:"h-16 w-16 min-w-16 min-h-16",image:e,width:"64",height:"64"}):null,t?.src&&u("div",{children:u(Ut,{image:t})}),l?u(T,{headingType:"h4",className:Ai(a),title:l}):null,n?u("div",{className:ji(a),children:n}):null]}))),Ei=x((({cell:e,rowHeader:t,isFillGradient:l=!1})=>u("div",{className:"box-border flex flex-col",role:"cell",children:u("div",{className:w("h-full","border-main-divider border-b"),children:e.map(Oi(l,t))})}))),Oi=(e,t)=>({label:l,description:n},a)=>p("div",{className:"flex justify-between text-s py-s",children:[u("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),p("div",{className:"basis-1/2",children:[l?u("div",{className:w("text-right",e?"text-white":""),children:l}):null,n?u("div",{className:w("text-right",e?"text-white/80":"text-secondary-text"),children:n}):null]})]},String(a)),Li=x((({header:e,columnData:t,visibleRowLength:l=0,isFillGradient:n,showRow:a,onToggleColumn:i})=>{const r=t?.slice(0,a?t.length:l),s=n?"secondary":"primary";return p("div",{className:w("border border-gray rounded-md p-m mb-m",n?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""),role:"row",children:[u(Di,{...e,isFillGradient:n}),r?.length?r.map((({rowHeader:e,cell:t},l)=>u(Ei,{cell:t,rowHeader:e,isFillGradient:n},String(l)))):null,a&&e?.link?u(oe,{href:e.link.href,target:e.link.target,version:s,className:"text-s font-medium mt-m py-s",children:e.link.text}):null,Fi({onToggleColumn:i,isFillGradient:n,showRow:a})]})})),Fi=({onToggleColumn:e,isFillGradient:t,showRow:l})=>u("div",{className:"mt-lg",role:"cell",children:u("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:l?"Скрыть":"Показать описание"})}),$i=x((e=>{const{className:t,title:l}=e;return p("section",{className:`bg-white font-sans p-6xl overflow-hidden text-primary-text relative space-y-lg ${t||""}`,children:[l?u(T,{headingType:"h3",className:"font-medium text-center",title:l}):null,u("div",{role:"table",children:u(Ui,{...e})})]})})),Ui=x((({columns:e=[],rowHeaders:t,isColoredFirstColumn:l,visibleRowLength:a,orientation:r,...s})=>{const[o,c]=n(new Array(e.length).fill(!a)),d=i((e=>{const t=(t,l)=>l===e?!t:t;c((e=>e.map(t)))}),[]),m=i((()=>c((e=>new Array(e.length).fill(!1)))),[]),h=e?.map((({data:e,header:n},i)=>{return u(Li,{visibleRowLength:a,showRow:o[i],header:n,columnData:(r=e,r?.map(((e,l)=>({cell:e,rowHeader:t?.[l]?.title})))),isFillGradient:0===i&&l,onToggleColumn:()=>d(i),...s},String(i));var r}));return"horizontal"===r?u(Fl,{onVisibleIndicesChange:m,children:h}):h})),Hi=e=>"Image"===e?.contentType&&e?.image?u(Ut,{image:e.image}):"Code"===e?.contentType&&e.code?u("div",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:e.code}):null,Wi=x((({className:e="",title:t,description:l,error:n,button:a,...i})=>p(S,{className:w("flex flex-col justify-center items-center",e),defaultPadding:w("p-6xl"),version:"transparent",...i,children:[u("div",{className:"flex justify-center",children:Hi(n)}),u(bl,{title:t,description:l,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?u(oe,{version:a?.version,text:a?.text,...a}):null]})));var Ki;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(Ki||(Ki={}));const Xi=new Intl.NumberFormat("ru",{style:"currency",currency:Ki.RUB}),Gi=e=>e?Xi.format(e):"",Yi="text-left text-m font-light text-secondary-text",Ji=`${Yi} pl-5xl`,qi={USD:"DollarIcon",EUR:"EuroIcon"},Qi=x((({className:e,exchangeCurrencyItems:t})=>p("table",{className:`h-fit w-fit ${e}`,children:[u("thead",{children:p("tr",{children:[u("th",{className:Yi,children:u(he,{size:"text-m",children:"Валюта"})}),u("th",{className:Ji,children:u(he,{size:"text-m",children:"Купить"})}),u("th",{className:Ji,children:u(he,{size:"text-m",children:"Продать"})})]})}),u("tbody",{children:t.map(Zi)})]}))),Zi=e=>{const t=e?.currency?.currency;return p("tr",{className:"pb-2xs text-h6",children:[u("td",{className:"pt-m",children:p("div",{className:"flex items-center gap-xs",children:[t?u(Ut,{image:{icon:qi[t]},width:"24",height:"24"}):null,u(he,{size:"text-h6",children:t})]})}),u("td",{className:"pt-m pl-5xl",children:u(he,{size:"text-h6",children:Gi(e?.saleExchangeRate)})}),u("td",{className:"pt-m pl-5xl",children:u(he,{size:"text-h6",children:Gi(e?.buyExchangeRate)})})]},t)},er={icon:"GpsIcon"},tr=x((({className:e="",address:t})=>p("div",{className:`flex gap-s ${e}`,children:[u(rl,{...er,iconBgVersion:"primary"}),p("div",{className:"space-y-2xs",children:[t?u("p",{className:"text-primary-main text-l",children:t}):null,u("p",{className:"text-secondary-text text-m",children:"Курс указан для заданного офиса"})]})]}))),lr=(e,t,l)=>{const n=Number(nr(e))*Math.pow(t,l?-1:1);return Number.isInteger(n)?n:((e,t=2)=>{const l=10**t;return Math.round(parseFloat(String(e))*l)/l})(n)},nr=e=>e.replace(/[^\d.,]/g,"").replace(",","."),ar=e=>{return(t=[[e=>e.value!==Ki.RUB&&e.oppositeValue!==Ki.RUB,()=>e.handleConvert(e.value,Ki.RUB)],[e=>e.value===Ki.RUB&&e.oppositeValue===Ki.RUB,()=>e.handleConvert(e.value,Ki.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,l]=t.find((([t])=>t(e)))||[];return l})(e)?.();var t};function ir(e){const{placeholder:t,rates:l,selected:n,value:a,setValue:i,setSelected:r}=e,s=l.map((e=>({key:e?.currency?.currency??"",text:e?.currency?.currency??""}))),o={key:n,text:n};return p("div",{className:"relative flex",children:[u(xe,{className:"shrink-0 text-l w-full appearance-none -mr-24",placeholder:t,type:"text",value:a,onChange:i}),s.length?u(Ge,{isBorder:!1,onChange:e=>r(e.key),options:s,value:o}):null]})}const rr=x((({className:e="",currencyRatesBuy:t,currencyRatesSell:l,button:a})=>{const[r,s]=n({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||Ki.RUB,selectBuy:l?.[0]?.currency?.currency||Ki.USD}),o=i((e=>s((t=>({...t,...e})))),[]);return p("div",{className:`grid gap-m pt-2xl ${e}`,children:[ir({placeholder:"Хочу продать",rates:l,selected:r.selectSell,setSelected:sr(r,o,l),value:r.inputSell,setValue:e=>cr(o,l)(e,r.selectSell,r.selectBuy)}),ir({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:or(r,o,t),value:r.inputBuy,setValue:e=>dr(o,t)(e,r.selectBuy,r.selectSell)}),a?.text?u(oe,{text:a.text,version:a?.version,...a}):null]})})),sr=(e,t,l)=>n=>{t({selectSell:n}),ar({value:n,oppositeValue:e.selectBuy,handleConvert:(n=e.selectSell,a=e.selectBuy)=>{cr(t,l)(e.inputSell,n,a)}})},or=(e,t,l)=>n=>{t({selectBuy:n}),ar({value:n,oppositeValue:e.selectSell,handleConvert:(n=e.selectBuy,a=e.selectSell)=>dr(t,l)(e.inputBuy,n,a)})},cr=(e,t)=>(l,n,a)=>{e({inputSell:nr(l),selectBuy:a});const i=t.find((e=>e.currency?.currency===a))?.buyExchangeRate||t.find((e=>e.currency?.currency===n))?.saleExchangeRate;i&&e({inputBuy:String(lr(l,i,n===Ki.RUB)||"")})},dr=(e,t)=>(l,n,a)=>{e({inputBuy:nr(l),selectSell:a});const i=t.find((e=>e.currency?.currency===a))?.saleExchangeRate||t.find((e=>e.currency?.currency===n))?.buyExchangeRate;i&&e({inputSell:String(lr(l,i,n===Ki.RUB)||"")})};const mr=async e=>{const t=await hr(),l=t?.code||"000";return{region:t,exchangeRates:await ur(e,l)}},hr=async()=>{try{return await E("/api/v1/region",{method:"GET"})}catch(e){return console.log(e),{}}},ur=async(e,t)=>{try{return await E(e+`?regionCode=${t}`,{method:"GET"})}catch(e){return console.log(e),{}}},pr=x((({className:e="",title:t="Курсы обмена валют",button:l,...n})=>{const{exchangeRates:a}=function(){const{data:e}=A("/api/v1/exchangerates",mr);return e||{}}(),i=xr(a?.exchangeRate?.currencies),r=i.filter((e=>e.buyExchangeRate));r.unshift({currency:{currency:Ki.RUB}});const s=i.filter((e=>e.saleExchangeRate));return s.push({currency:{currency:Ki.RUB}}),u(S,{className:w("box-border min-h-80",e),...n,children:u(za,{className:"h-full",title:u(T,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:p("div",{className:"flex gap-6xl flex-wrap",children:[p("div",{children:[i?u(Qi,{className:"mb-xl",exchangeCurrencyItems:i}):null,u(tr,{address:a?.address})]}),i.length&&r.length&&s.length?u(rr,{className:"grow",currencyRatesBuy:r,currencyRatesSell:s,button:l}):null]})})})})),xr=e=>e?.filter((e=>1===e?.currency?.id||2===e?.currency?.id))||[],gr=e=>jt(d.SITEMAP||"sitemap",{fallback:e}),fr=x((({className:e="",items:t})=>t?.length?u("ul",{className:w("flex flex-col","",e),children:t.map(br)}):null)),br=(e,t)=>{const{text:l,...n}=e;return u("li",{className:"list-none my-xs",children:u("a",{className:"hover:text-primary-main font-light",role:"link",...n,children:l||null})},`list_item_${String(t)}`)},yr=x((({textNode:e,iconNode:t,tag:l,onClick:n,justifyContent:a="between",className:i,...r})=>p(l,{tag:l,className:w("flex items-center w-full gap-1","between"===a?"justify-between":"justify-center",i),onClick:n,...r,children:[e?u("div",{children:e}):null,t?u("div",{children:t}):null]}))),vr=x((({className:e="",label:t,icon:l,dataTheme:n="",disabled:a=!1,onClick:i})=>u(yr,{tag:"button",onClick:i,disabled:a,"data-theme":n,justifyContent:"center",className:w("py-4 border border-transparent outline-none focus:border-primary-text",a?"bg-main-divider text-main-disabled hover:bg-main-divider":"bg-primary-main text-white hover:bg-primary-hove",e),textNode:u("span",{className:"text-h4 pr-s",children:t}),iconNode:l?u(Ut,{image:{icon:l,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),Nr=({isUnfolded:e,onToggle:t})=>u(vr,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),wr=(e,t)=>u(rl,{...e,iconBgVersion:t,className:"shrink-0"}),kr=x((({label:e,labelIconBgVersion:t,icon:l,onToggle:n,labelIcon:a})=>u(yr,{tag:"button",className:w("border-none bg-transparent items-center group/button",a?.icon?"py-xs":"py-lg"),onClick:n,textNode:p("div",{className:"flex items-center text-start group-hover/button:text-primary-main gap-s",children:[wr(a,t),e?u(he,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:l?u(Ae,{name:l,iconVersion:"black",width:"24",height:"24"}):null}))),Sr=x((({className:e="",isExpanded:t,isFoldButtonOnTop:l=!0,label:n="Развернуть",labelIcon:a,labelIconBgVersion:i,version:r="primary",...s})=>u(S,{className:w("w-full","",e),defaultPadding:"p-0",tag:"div",version:"transparent",...s,children:u(Kl,{isFoldButtonOnTop:l,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>u(Xl,{className:w("gap-lg","flex flex-wrap group-last:last:pb-0"),isUnfolded:e,children:va({...s,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Cr({version:r,label:n,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t})})})));Sr.childrenTypes={exclude:["RollupItem"]};const Cr=({version:e,label:t,labelIcon:l,labelIconBgVersion:n,isUnfolded:a,onToggle:i})=>{const r=t||(a?"Скрыть":"Развернуть"),s=(e=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon")(a);return"primary"===e?u(kr,{label:r,labelIcon:l,labelIconBgVersion:n,icon:s,onToggle:i}):u(vr,{label:r,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},Ir=x((({className:e="",items:t})=>p("div",{className:e,children:[t?.length?t.map(Tr):null,u(oe,{version:"primary",className:"w-full",href:"https://www.rshb.ru/feedback/question/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"})]}))),Tr=(e,t)=>p("div",{className:"mb-m",children:[u("div",{className:"mb-m",children:u(he,{size:"text-l",font:"font-medium",children:e?.title})}),u("div",{children:e.items?.map(Br)})]},String(t)),Br=(e,t)=>p("div",{className:"mb-m",children:[u("div",{children:Mr(e.type,e.text)}),u("div",{className:"mt-2xs text-s font-light text-secondary-text",children:e.description})]},String(t)),Mr=(e,t="")=>{switch(e){case"tel":return u("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${Rr(t)}`,children:t});case"email":return u("a",{className:"text-xl font-light text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return u("span",{children:t})}},Rr=e=>e.replaceAll(/\D/g,""),Pr=x((({className:e="",index:t,text:l,...n})=>{const a=q(),{href:i,target:r,onClick:s}=a(n);return u("a",{className:w("",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),Vr=x((({title:e,links:t,className:l=""})=>p("div",{className:l,children:[u(he,{size:"text-l",font:"font-normal",children:e}),t?.length?u("div",{className:"flex flex-col gap-lg",children:t.map(((e,t)=>u(Pr,{className:"text-l font-light",index:t,...e},String(t))))}):null]}))),_r=x((({className:e="",index:t,...l})=>{const n=q({isRemote:!0}),{href:a,target:i,text:r,onClick:s}=n(l);return u("a",{className:`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}`})})),zr=x((({className:e="",links:t})=>p("div",{className:w("@container",e),children:[u("div",{className:"pt-lg",children:u(he,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?u("div",{className:"flex flex-col @lg:flex-row justify-start items-start gap-x-lg gap-y-xs pt-lg",children:t.map(((e,t)=>u(_r,{index:t,...e},String(t))))}):null]}))),Ar=x((({className:e,...t})=>{const l=t.options?.page?.fallback,{topItems:n}=gr(l),{relatedEnterprises:a,contacts:i,socialMedia:r,mobileApps:s,horizontalNavigationTitle:o,documents:c}=jt(d.FOOTER||"footer",{fallback:l});return p(S,{tag:"footer",className:e,defaultPadding:"p-4xl",...t,children:[u("div",{className:"mb-lg pb-xs border-b border-main-divider",children:n?.map(((e,t)=>u(Sr,{label:e?.text,labelIcon:e?.icon,children:u(fr,{items:e.items})},String(t))))}),u(Ir,{className:"overflow-hidden",items:i}),p("div",{className:"mt-xl",children:[u(Bi,{className:"mb-xl",media:r,buttonSize:"stretched",children:"Соцсети"}),u(he,{size:"text-s",font:"font-light",color:"text-secondary-text",children:"Мобильное приложение"}),u("div",{className:"mt-xs",children:s?.map(jr)})]}),u(Vr,{className:"py-lg border-y border-main-divider",title:o,links:a}),u(zr,{links:c})]})})),jr=({href:e="/",text:t},l)=>{const{label:n}=Ci(e);return u(oe,{className:"w-full mb-lg",text:t||n,version:"secondary",href:e,target:"_blank"},String(l))},Dr={width:"34",height:"34"},Er={"bg-white":"color",transparent:"white"},Or={"bg-white":"text-primary-main",transparent:"text-white"},Lr=(e,t,l)=>u(Ut,t?.src?{image:t,className:Or[e],width:l?.width,height:l?.height,pathPrefix:"/wcms-resources/"}:{image:{icon:t?.icon||"LogoIcon",iconVersion:Er[e]},className:Or[e],width:l?.width,height:l?.height}),Fr={"bg-white":"text-primary-text",transparent:"text-white"},$r=x((({className:e,href:t="/",logo:l,children:n,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0})=>p("a",{className:w("inline-flex items-center font-sans no-underline",e),href:t,target:a?"_blank":"_self","aria-label":l?.title||"Россельхозбанк",children:[Lr(i,l?.image,Dr),r?n??u("div",{className:"ml-s",children:u(he,{font:"font-medium",color:Fr[i],size:"text-s",children:l?.title||"Россельхозбанк"})}):null]}))),Ur={default:"px-5 bg-main-divider rounded hover:text-primary-main",transparent:"text-white hover:text-primary-hover"},Hr=x((({bgColor:e,logo:t,internetBankUrl:l,version:n})=>{const a=J(),r=d.BASE_PATH?.startsWith(a.pathname),s=i((e=>{e.preventDefault(),a.back()}),[]);return p("div",{className:"flex items-center justify-between w-full",children:[r?u("div",{children:u($r,{className:"my-2xs",bgColor:e,logo:t})}):Wr(s),l?u("div",{children:u(oe,{href:l,ariaLabel:"Войти",target:"_blank",className:w("p-s text-s whitespace-nowrap text-primary-main hover:text-primary-hover",Ur["transparent"===n?"transparent":"default"]),children:"Войти"})}):null]})})),Wr=e=>u("div",{children:p("button",{className:"flex items-center text-l my-2xs","aria-label":"Вернуться назад",onClick:e,children:[u(Ut,{className:"w-6 h-6",image:{icon:"ChevronLeftIcon",iconVersion:"black"},width:"24",height:"24"}),"Вернуться назад"]})}),Kr={"bg-white":"primary",transparent:"transparent"},Xr=x((({bgColor:e="bg-white",version:t=Kr[e],...l})=>{const{logo:n}=gr(l.options?.page?.fallback),{internetBankUrl:a}=jt(d.PORTAL_DATA||"portal-data",{folderName:"portal-resources",setBasePath:!0});return u(S,{tag:"header",defaultPadding:"",version:t,...l,children:u("div",{className:"container px-lg py-2xs box-border",children:u(Hr,{bgColor:e,logo:n,internetBankUrl:a,version:t,...l})})})})),Gr={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},Yr=x((({className:e="",gap:t="",isPadding:l=!1,isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,...r})=>u(S,{className:w("relative flex flex-col",Gr[t],e),defaultPadding:l?"p-6xl":"",version:a,isTheme:i,...r,children:va({...r,extraProps:{className:"w-full",padding:n?"":"p-0"}})})));Yr.childrenTypes=[];const Jr=x((e=>u(Yr,{...e})));Jr.childrenTypes=[];const qr=x((e=>{const{className:t,image:l,...n}=e;return u(S,{className:t,defaultPadding:"p-0",...n,children:u(Ut,{image:l})})})),Qr=["байт","Кб","Мб","Гб","Тб","Пб"],Zr=x((({icon:e,text:t,fileSize:l,...n})=>p("a",{className:"flex box-border gap-s group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main",role:"link",...n,children:[e,t?p(he,{size:"text-l",font:"font-light",children:[t,u(he,{color:"text-secondary-text",children:n?.href&&es(ts(n.href),l)})]}):null]}))),es=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),ts=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},ls={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},ns=x((({className:e="",title:t,description:l,align:n="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const o=J();return p(S,{className:w("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[u(bl,{title:t,description:l,align:n,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?u("div",{className:w("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",ls[r]),role:"list",children:a.map(as(o,r,i))}):null]})})),as=(e,t,l)=>(t,n)=>{const a="Attachment"===t?.docType?X(e)(t?.attachment?.src):t?.href,i="Attachment"===t?.docType?((e,t=2)=>{if(0===e)return"";const l=Math.floor(Math.log(e)/Math.log(1024));return`${parseFloat((e/Math.pow(1024,l)).toFixed(t))} ${Qr[l]}`})(t?.attachment?.fileSize||0):t?.fileSize;return u("div",{role:"listitem",children:u(Zr,{text:t?.text,target:t?.target,href:a,fileSize:i,icon:l?u(Ut,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:l,width:"24",height:"24"}):null})},String(n))},is=e=>e?u("div",{className:"mb-lg pt-3xs",children:u(he,{size:"text-xl","font-weight":"font-light",children:e})}):null,rs=(e,t)=>e?.length?u(Ga,{items:e,listItemSize:t,className:"text-l font-light"}):u("span",{className:"text-m font-light text-secondary-text",children:"Наведите камеру телефона на QR-код и скачайте приложение"}),ss=x((({className:e,padding:t,align:l="text-left",buttons:n=[],description:a,headingType:i="h4",image:r,items:s,listItemSize:o,qr:c,title:d="Мобильное приложение",version:m="primary",...h})=>{const x="secondary"===m?"p-m min-w-32":"min-w-24",g=r?.src?u(Ut,{className:"hidden lg:block",image:r}):null;return u(S,{className:w("min-h-80",e),padding:"p-0",version:m,...h,children:p(za,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:d?u(T,{headingType:i,title:d,className:w("whitespace-pre-wrap",l)}):null,rightImage:g,buttons:hl(n),children:[is(a),p("div",{className:w("gap-m","flex flex-1 flex-col","flex-col items-start @4xl:flex-row @4xl:items-center"),children:[rs(s,o),c?.src?u("div",{className:w("flex justify-center bg-white rounded-md @4xl:-order-1",x),children:u(Ut,{className:"w-fit",image:c})}):null,r?.src?u(Ut,{className:"lg:hidden",image:r}):null]})]})})})),os=(e,t)=>e||t?p("div",{className:"flex flex-wrap xl:flex-nowrap xl:bg-main-divider xl:rounded-md p-xs gap-xl",children:[Number(e)>0?cs("Страховая сумма",e):null,Number(t)>0?cs("Ежемесячный лимит",t):null]}):null,cs=(e,t=0)=>p("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",children:[u(he,{font:"font-light",size:"text-l",color:"text-secondary-text",children:e}),p("span",{className:"font-sans text-h6 sm:text-primary-main text-primary-text",children:[bt(2)(t)," ₽"]})]}),ds=x((({className:e,padding:t,headlineVersion:l="M",align:n="text-center",sum:a,monthLimit:i,imageOptions:r,...s})=>u(S,{className:e,padding:"p-0",...s,children:u(bi,{className:"h-full",defaultPadding:"p-6xl",padding:t,headlineVersion:l,align:n,isFullWidthTitle:!1,imageOptions:{directionRight:!1,imageAlign:"center",...r},...s,children:os(Number(a),Number(i))})}))),ms=x((({className:e,title:t,description:l="Блок в разработке...",...n})=>p(S,{className:w("box-border",e),...n,children:[u(bl,{className:"max-w-[600px]",title:t,description:l,headlineVersion:"L",align:"text-left",isEmbedded:!0}),u("figure",{className:"m-0 mt-xl min-w-[80%]",children:hs()})]}))),hs=(e=3)=>ps(100,e).map((e=>Math.floor(e))).map(us),us=(e,t)=>u("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-light"},String(t)),ps=(e,t)=>[e].concat(t>0?ps(e/1.618,t-1):[]);function xs(e,t){const l="primary"===e?"white":"black",n="Вернуться назад";return p("div",{className:"hidden sm:flex items-center gap-s",children:[u("div",{className:se({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",version:e,rounded:!0}),onClick:t,children:u(Ut,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:l}})}),u(oe,{version:"link",text:n,ariaLabel:n,onClick:t})]})}const gs=x((({className:e,padding:t,backwardButton:l,...n})=>{const a=J(),r=i((e=>{e?.preventDefault(),a.back()}),[]);return p(S,{className:w("overflow-hidden flex flex-col gap-3xl box-border",e),defaultPadding:"p-6xl",padding:t,...n,children:[l?xs(n.version&&"primary"!==n.version?"white":"primary",r):null,u(bi,{className:"grow h-full",...n})]})})),fs=x((({className:e,padding:t,slides:l=[],...n})=>u(S,{className:w("overflow-hidden relative",e),padding:t,...n,children:u(Fl,{gap:0,padding:0,children:l.map((e=>e.productBlock)).map(((e,t)=>u("div",{className:"box-border h-full",role:"listitem",children:u(bi,{className:"px-5 h-full",headlineVersion:"L",...e,...n})},String(t))))})}))),bs=x((({className:e,padding:t,headlineVersion:l="S",isTabularBenefits:n=!0,additionalDescription:a,imageOptions:i,...r})=>u(S,{className:e,padding:"p-0",...r,children:u(bi,{className:"h-full",defaultPadding:"p-4xl sm:p-xl",padding:t,headlineVersion:l,isTabularBenefits:n,imageOptions:{isBackground:!0,...i},...r,children:a?u(me,{size:"text-m",font:"font-light",color:"group-data-primary:text-secondary-text",children:a}):null})}))),ys=x((({address:e,email:t,telephone:l,button:n,className:a="",__html:i,icon:r,title:s,version:o="primary",...c})=>p(S,{className:w("box-border text-left space-y-s",a),version:o,...c,children:[p("div",{className:"w-full flex justify-between flex-row-reverse",children:[vs(r),s?u(T,{headingType:"h3",as:"h3",title:s}):null]}),p("div",{className:"w-full space-y-m",children:[i?Ns(i):null,ws({label:"Адрес",data:e,iconName:"GeolocationIcon"}),ws({label:"Телефон(факс)",data:l,iconName:"PhoneIcon"}),ws({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),n?.text?hl([n]):null]})]}))),vs=e=>u("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:e?.src||e?.icon?u(Ut,{image:e}):null}),Ns=e=>u("div",{className:"border-b border-main-divider pb-lg",children:u(ai,{__html:e})}),ws=({label:e,data:t,iconName:l,dataColor:n=""})=>t?p("div",{className:"flex gap-s",children:[u(Ae,{iconVersion:"black",name:l,width:"24",height:"24"}),p("div",{className:"flex flex-col gap-2xs",children:[u(he,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),u(he,{size:"text-xl",color:n,children:t})]})]}):null,ks=x((e=>{const{__html:t,richVersion:l,...n}=e;return u(S,{defaultPadding:"p-0",...n,children:u(ai,{__html:t,richVersion:l})})})),Ss={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center",font:"text-center font-sans text-l"},Cs=x((({yandexMaps:e,direction:t="in"})=>{const l="in"===t?"PlusIcon":"MinusIcon";return u("div",{onClick:()=>{const l=e.current.getZoom(),n="in"===t?l+1:l-1;e.current.setZoom(n,{checkZoomRange:!0})},className:`${Object.values(Ss).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:u(Ae,{name:l,width:"20",height:"16"})})}));function Is(e,t,l){t.geoObjects.removeAll();const n=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),a=new e.Clusterer({clusterIcons:[{href:"/icons/MapMarkerClusterIcon.svg",size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:n,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),i=l.map((t=>new e.Placemark(t,{},{iconLayout:"default#image",iconImageHref:"/icons/MapMarkerSingleIcon.svg",iconImageSize:[78,84],iconImageOffset:[-35,-50]})));a.add(i),t.geoObjects.add(a),t.setBounds(e.util.bounds.fromPoints(l)).then((()=>{t.getZoom()>10&&t.setZoom(10)}))}const Ts={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",border:"border border-transparent rounded-md",position:"flex items-center justify-center",font:"text-center font-sans"},Bs=e=>u("a",{className:`select-none cursor-pointer px-4xl h-12 bg-primary-main text-white ${Object.values(Ts).join(" ")}`,href:`https://yandex.ru/maps/?ll=${[e[1],e[0]]}&z=10&l=map`,target:"_blank",children:"Открыть на карте"}),Ms={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center",font:"text-center font-sans"},Rs=(e,t,l)=>u("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(Ms).join(" ")} ${l}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.geoObjects.add(t.geoObjects)}))},children:u(Ae,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),Ps=e=>globalThis[e];const Vs=()=>function(e,t){const[l,r]=n(),s=i((()=>r(Ps(e))),[e]);return a((()=>{const l=document.getElementById(t);if(!l){const e=document.createElement("script");return e.src=t,e.async=!0,e.id=t,e.addEventListener("load",s),document.head.appendChild(e),()=>{document.head.removeChild(e),r(void 0)}}if(!Ps(e))return l.addEventListener("load",s),()=>{l.removeEventListener("load",s)};s()}),[e,t]),l}("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${d.YANDEX_MAP_API_KEY||""}&lang=ru_RU`),_s={border:"border border-transparent rounded-md ",position:"absolute flex items-center justify-center",size:"w-12 h-12",focus:"focus:border-primary-text focus:border",font:"text-center font-sans",active:"active:bg-primary-active",hover:"hover:bg-primary-hover",other:"select-none cursor-pointer"},zs=[55.753995,37.614069],As=x((({points:e,className:t="",zoom:l=5})=>{const i=s(null),r=Vs(),[o,c]=n(),d=e?js(e):zs;if(a((()=>{i?.current||r?.ready((()=>{i.current=new r.Map("map",{center:d,zoom:l,controls:[],suppressMapOpenBlock:!0}),Is(r,i.current,e)})),i.current&&r&&(Is(r,i.current,e),e?.length||i.current.setCenter(zs))}),[r,i,e]),!r)return null;const m=o?"z-[100000]":"z-10";return p("div",{id:"map",className:w(!o&&"relative","w-full",t),children:[u("div",{className:w("absolute flex left-2 top-4 w-1/2",m),children:Bs(d)}),u("div",{className:w(Object.values(_s),m,"right-2 top-4 bg-white"),onClick:()=>{const e=i.current.container;o?e.exitFullscreen():e.enterFullscreen(),c(e.isFullscreen())},children:u(Ae,{name:"FullScreenIcon",width:"16",height:"16"})}),p("div",{className:w("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",m),children:[u(Cs,{yandexMaps:i}),u(Cs,{yandexMaps:i,direction:"out"})]}),Rs(i.current,r,w("right-2 top-80",m))]})})),js=e=>[Es(Ds(e,0)),Es(Ds(e,1))],Ds=(e,t)=>e.map((e=>e[t])),Es=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,Os=x((({data:e,fieldLabel:t,fieldValue:l,selected:n,placeholder:a="",setSelected:i,label:r})=>{const s=e.filter(Boolean).map((e=>({key:e?.[l||t],text:e?.[t]}))),o=s.find((e=>e.key===n));return u(Ge,{options:s,label:r,placeholder:a||n,onChange:e=>i(e.key),value:o})})),Ls=x((({regions:e=[],selectedRegion:t,onSelectedRegion:l,branches:n=[],selectedBranch:a,onSelectedBranch:i})=>p("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[u("div",{className:"flex-1 min-w-0",children:u(Os,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:l,label:"Регион"})}),u("div",{className:"flex-1 min-w-0",children:u(Os,{data:n,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),Fs=x((({className:e=""})=>{const[t,l]=n("option2"),a=i((e=>l(e)),[]);return p("div",{className:w("order-4",e),children:[u(Ht,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),u(Ht,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),$s=["От 1 дня","До 365 дней"],Us=x((({days:e,setDays:t})=>p("div",{className:"order-1",children:[u(he,{size:"text-m",font:"font-light",children:"Срок аренды"}),u(kt,{min:1,max:365,value:e,items:$s,onChange:t})]}))),Hs=x((({caseVolumes:e=[],selectedCaseVolume:t,onSelectedCaseVolume:l,safeBoxCases:n=[],selectedBoxSize:a,onSelectedBoxSize:i})=>p("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[u("div",{className:"flex-1 min-w-0",children:u(Os,{data:e,fieldLabel:"volume",selected:t,setSelected:l,label:"Размер",placeholder:"Выберите размер"})}),u("div",{className:"flex-1 min-w-0",children:u(Os,{data:n,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),Ws=x((({regions:e,selectedRegion:t,branches:l,selectedBranch:n,days:a,selectedCaseVolume:i,selectedBoxSize:r,safeBoxCases:s,caseVolumes:o,onChange:c,onClick:d})=>p("div",{className:"contents @xl:block flex-1 space-y-xl",children:[u(Ls,{regions:e,selectedRegion:t,onSelectedRegion:e=>c({selectedRegion:e}),branches:l,selectedBranch:n,onSelectedBranch:Ks(c)}),u(Us,{days:a,setDays:e=>c({days:e})}),u(Hs,{caseVolumes:o,selectedCaseVolume:i,onSelectedCaseVolume:Xs(c),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>c({selectedBoxSize:e})}),u("div",{className:"order-4",children:u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:"Тип договора"})}),p("div",{className:"contents @md:flex justify-between items-center gap-m",children:[u(Fs,{}),u(oe,{text:"Офисы на карте",version:"primary",onClick:d,className:"order-6"})]})]}))),Ks=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},Xs=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},Gs=x((({days:e,tariffs:t=[]})=>{const l=Js(e,t),n="На рисунке изображена пачка листов\nформата А4";return p("div",{className:"contents @xl:flex flex-col justify-between gap-xl order-2",children:[p("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:[Ys("Аренда за",e),Ys("Цена",l+" ₽")]}),u("span",{className:"@xl:hidden order-3 mb-xs text-s font-light text-secondary-text",children:n}),p("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:[u(Ut,{image:{icon:"PackA4Icon"},className:"@xl:h-60"}),u("span",{className:"hidden @xl:inline text-s font-light text-white opacity-80 whitespace-pre-line",children:n})]})]})})),Ys=(e,t)=>p("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[u("div",{className:"text-l font-light text-secondary-text",children:e}),u("span",{className:"text-l @xl:text-h3 text-primary-text",children:t})]}),Js=(e,t)=>{const l=qs(e);return e*(t?.find((e=>e.tariffType===String(l)))?.tariffValue||0)},qs=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},Qs=(e,t)=>e.find((e=>e.branchCode===t)),Zs=x((e=>{const{regions:t,data:l,branches:n,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[l.selectedRegion,i]);const s=Qs(n,l.selectedBranch),o=eo(s?.safeBoxCaseVolumes),c=to(s?.safeBoxCaseVolumes,l.selectedCaseVolume)?.safeBoxCases,d=lo(c,l.selectedBoxSize);return p("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[u(Ws,{...l,regions:t,onClick:r,branches:n,caseVolumes:o,safeBoxCases:c,onChange:i}),u(Gs,{days:l.days,tariffs:d})]})})),eo=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],to=(e,t)=>e?.find((e=>e.volume===t)),lo=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,no=[];const ao=async e=>await D(e,{method:"GET"})||no,io=x((({title:e,footnote:t,className:l="",...a})=>{const[r,s]=n(!1),o=i((()=>s((e=>!e))),[]),[c,d]=n({selectedRegion:"",selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:"",days:26}),m=L(),h=ro(c.selectedRegion,m),x=function(e){const{data:t}=A(e?`/api/v1/safeboxes?regionCode=${e}`:null,ao);return t||no}(h),g=i((e=>d((t=>({...t,...e})))),[d]),f=(b=Qs(x,c.selectedBranch)||x,Array.isArray(b)?b.map((e=>e.gpsLatitude&&e.gpsLongitude?[e.gpsLatitude,e.gpsLongitude]:[])):b?.gpsLatitude&&b?.gpsLongitude?[[b.gpsLatitude,b.gpsLongitude]]:[]);var b;return p(S,{className:l,defaultPadding:"",...a,children:[p("div",{className:"p-4xl space-y-xl",children:[e?u(T,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,u(Zs,{regions:m,branches:x,data:{...c,selectedRegion:h},onClick:o,onChange:g}),t?u(me,{size:"text-s",font:"font-light",children:t}):null]}),f.length&&r?u(As,{points:f,className:"h-[640px]"}):null]})})),ro=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e;function so(e){throw new Error(e)}const oo=e=>Boolean(e?.icon||e?.src),co={normal:{icon:"h-11 w-11",image:"h-14 w-14"},small:{icon:"h-12 w-12",image:"h-14 w-14"}},mo={normal:"",small:"min-h-6xl"},ho={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"},uo=x((({className:e="",title:t,description:l,steps:n,buttons:a,size:i="normal",version:r="primary",...s})=>p(S,{className:w("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:r,...s,children:[u(bl,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),n?.length?u("div",{className:"box-border",children:u("div",{className:"flex flex-col gap-6xl justify-between",children:n.map(po(i,r))})}):null,hl(a,{isVertical:!0})]}))),po=(e,t)=>(l,n)=>{const{type:a}=l;if("default"!==a&&"rte"!==a)return null;switch(a){case"default":return xo(e,t)(l,n);case"rte":return u(ai,{__html:l.__html});default:so(l)}},xo=(e,t)=>(l,n)=>u("div",{className:"contents",children:p("div",{className:"flex flex-row text-center relative",children:[u("div",{className:"overflow-hidden flex flex-shrink-0 items-center",children:go(e,t)(l,n)}),p("div",{className:w("flex flex-col justify-center h-fit",mo[e]),children:[l.label?u("div",{className:"text-l text-left",children:l.label}):null,l.description?u("div",{className:w("text-s font-light text-left",ho.description),children:l.description}):null]})]})},String(n)),go=(e,t)=>(l,n)=>{const a="normal"===e?"38":"24",i="secondary"===t?"white":"color",r=Boolean(l?.icon?.src),s=co[e][r?"image":"icon"];return u("div",{className:w(s,r?"":`rounded-md ${ho.iconBackground}`,"z-10 mr-s flex justify-center content-center"),children:u("span",{className:"flex max-w-full max-h-full self-center text-h4 text-secondary-text group-data-secondary:text-white",children:oo(l?.icon)?u(Ut,{image:{...l.icon,iconVersion:l.icon?.iconVersion||i},imageClassName:"max-w-full max-h-full",width:a,height:a}):u("span",{children:n+1})})})},fo=e=>({href:t})=>!!t&&H($(t)?e.href:e.pathname).startsWith(H(t));function bo(e=[]){const t=J(),l=e.findIndex((e=>fo(d.BASE_PATH?{pathname:d.BASE_PATH}:e))(t));return[l,e[l]]}const yo="location";function vo(e="Москва"){const[t,l]=((e,t,l)=>{const[r,s]=n(l||null);return a((()=>e.subscribe(t,(e=>s(e)))),[e,t]),[r,i((l=>e.fire(t,l)),[e,t])]})(b,"location",wo()??{name:e}),r=i((e=>{ko(e),l(e)}),[]),{data:s}=A("/api/v1/region",E);return a((()=>{s&&!No()&&l(s)}),[s]),[t??{name:e},r]}const No=()=>Boolean(globalThis.localStorage?.getItem(yo)),wo=()=>{try{const e=globalThis.localStorage?.getItem(yo);return e&&JSON.parse(e)}catch(e){return null}},ko=e=>{try{globalThis.localStorage?.setItem(yo,JSON.stringify(e))}catch(e){}},So=x((({className:e,onClose:t})=>u("button",{className:w("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",children:u(Ut,{image:{icon:"CloseIcon"},width:"24",height:"24"})}))),Co=x((({className:e,head:t,children:l,onClose:n})=>{const{close:a}=F(),r=i((()=>{a(),n&&n()}),[n]);return p("div",{className:w("relative min-h-full bg-white pt-0 p-5",e),children:[p("div",{className:"sticky py-xl top-0 bg-white z-10",children:[u(So,{className:"absolute top-0 right-0",onClose:r}),u("div",{className:"container",children:t})]}),u("div",{className:"container pb-6xl",children:l})]})}));const Io=x((({className:e,searchTerm:t,onSearch:l})=>p("form",{className:`font-sans relative ${e}`,children:[u("div",{className:"absolute rounded h-full flex items-center justify-center pl-m max-w-44 gap-s pointer-events-none",children:t?null:u("label",{htmlFor:"search-bar-input",className:"text-secondary-text ",children:"Поиск по филиалам"})}),u("input",{id:"search-bar-input",className:"h-12 pl-m w-full peer text-l text-black border border-solid rounded-md box-border\n outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text",value:t,onChange:e=>l(e.target.value.toLowerCase()),type:"text",name:"location-search-bar-input"})]}))),To=e=>e?.length?p("div",{className:"border-t border-main-divider mt-2xs pt-2xs",children:[u("div",{className:"mb-m",children:u(he,{size:"text-m",font:"font-light",color:"text-secondary-text",children:"Представительства за рубежом:"})}),u("div",{className:"flex gap-5xl",children:e.map(((e,t)=>u(Bo,{...e},String(t))))})]}):null,Bo=x((({icon:e,...t})=>{const l=q(),{text:n,target:a,href:i,onClick:r}=l(t);return p("div",{className:"flex gap-s",children:[e?u(Ut,{pathPrefix:"/wcms-resources/",image:e}):null,n?u("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:n}):null]})})),Mo=e=>t=>u("div",{className:"mb-2xs",children:u("button",{className:"cursor-pointer hover:text-primary-hover",onClick:()=>{e&&e(t)},children:t.name||""})},t.id),Ro=x((()=>{const{defaultLocation:e,foreignOffices:t}=gr(),[l,a]=vo(e),[r,s]=n(""),o=Vo(function(){const{data:e}=A("/api/v1/regions",E);return e||[]}()).sort(((e,t)=>e.name.localeCompare(t.name))),c=((e,t)=>{const l=new Map;for(const n of e){const e=t(n),a=l.get(e)||[];l.set(e,[...a,n])}return l})(o,Po),{close:d}=F(),m=i((e=>{a(e),d()}),[]);return p(Co,{head:p("div",{children:[l?p("div",{className:"mb-s",children:[u(he,{size:"text-l",font:"font-light",children:"Сейчас выбран: "}),u("button",{onClick:()=>a(l),children:u(he,{color:"text-primary-main",children:l.name})})]}):null,u(Io,{onSearch:s,searchTerm:r})]}),children:[r&&r.length>=3?u("div",{children:o.filter((({name:e})=>e&&Ue(e.toLowerCase())(r.toLowerCase())>=.8)).map(Mo(m))}):u("div",{className:"columns-2 sm:columns-5",children:Array.from(c.entries()).map((h=m,([e,t])=>p("div",{className:"break-inside-avoid mb-2xl w-56",children:[u("div",{className:"mb-s",children:u(he,{size:"text-h6",children:e})}),t.map(Mo(h))]},e)))}),To(t)]});var h})),Po=e=>e.name?.charAt(0)||"",Vo=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),_o=x((({className:e,value:t,autoFocus:l,onChange:n,onFocus:a})=>{const r=i((e=>{n&&n(e.target?.value||"")}),[n]);return p("div",{className:w("font-sans relative",e),role:"form",children:[u("div",{className:"absolute h-full flex items-center pl-m pointer-events-none",children:u(Ut,{image:{icon:"LoupeIcon",iconVersion:"black"},width:"24",height:"24"})}),u("input",{className:w("h-12 w-full px-10 text-l text-black outline-none box-border","border border-solid rounded-md border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text"),value:t,type:"text",name:"search-bar-input",placeholder:"Поиск по сайту",autoFocus:l,onChange:r,onFocus:a})]})}));function zo(e,t,l=300){a((()=>{const t=globalThis.setTimeout(e,l);return()=>{globalThis.clearTimeout(t)}}),t)}const Ao=(e,t)=>(l,n)=>{for(const[a,i]of n)l.set(a,e(l.get(a)||t,i));return l},jo=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),Do=e=>t=>e.map((([e,l])=>[Ue(t)(e),l])).filter((([e])=>e>=.8)).map((([e,t])=>Oo(t,e))).reduce(Ao(Math.max,0),new Map),Eo=e=>t=>He(t,t.map((({title:e})=>e)).map((e=>t=>{const l=jo(t||"");return l.length?ti(e.map((e=>Al(l.map(Ue(e)))))):0})(e))).sort($e(Fe((([,e])=>e)))).map((([e])=>e)),Oo=(e,t)=>new Map(e.map((e=>[e,t]))),Lo=({basePathList:e,initialQuery:t=""})=>{const[l,i]=n(t||"");a((()=>{null!=t&&i(t)}),[t]);const{data:r}=A(e?.length?e:null,Fo),[s,o]=n(null);return zo((()=>{r&&o(r.map((e=>t=>{const{corpus:l,dictionary:n}=t||{};if(!(e&&l?.length&&n&&Object.keys(n).length))return[];const a=jo(e);if(!a.length)return[];const i=Object.entries(n),r=[...a.map(Do(i)).reduce(Ao(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*a.length)).map((([e])=>l[e]));return Eo(a)(r)})(l)))}),[r,l]),[s,{value:l,onChange:i}]},Fo=async(...e)=>(await Promise.allSettled(e.map((e=>D(W(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),$o=x((({className:e,topItems:t})=>{const l=q({isRemote:!0});return u("div",{className:w("flex items-start justify-between",e),children:t?.map(l).map(Uo)})})),Uo=(e,t)=>{const{text:l,items:n=[],href:a,target:i,onClick:r}=e,s=n.filter((e=>!e.displayArea||"footer"===e.displayArea.toLowerCase()));return p("div",{className:"flex flex-col gap-s w-1/4",children:[u("a",{className:"leading-5 text-l text-primary-text hover:text-primary-main no-underline",href:a,target:i||"_self",onClick:r,children:l||`Раздел ${t}`}),s.map(((e,t)=>u(Ho,{...e,basePath:o(a),index:t},String(t))))]},String(t))},Ho=x((({text:e,index:t,basePath:l,...n})=>{const a=q({isRemote:!(!d.BASE_PATH||!l)&&!d.BASE_PATH.startsWith(l),basePath:l}),{href:i,target:r,onClick:s}=a(n);return u("a",{className:w("text-l font-light text-secondary-text hover:text-primary-main no-underline","overflow-x-hidden overflow-ellipsis whitespace-nowrap"),href:i,target:r||"_self",onClick:s,children:e||`Раздел ${t}`})})),Wo=x((({initialQuery:e})=>{const{topItems:t}=gr(),l=r((()=>t?.map((e=>e.href||"/"))),[t]),[n,i]=Lo({basePathList:l,initialQuery:e}),s=r((()=>Ko(t)(n)),[t,n]);return a((()=>function(e){for(const t of e.filter((({items:e})=>e?.length)))console.group(t.text),console.table(t.items,["text","href"]),console.groupEnd()}(s)),[s]),u(Co,{head:u(_o,{autoFocus:!0,...i}),children:u($o,{topItems:s})})})),Ko=e=>t=>e?.length&&t?.length?He(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:W("/",t)})))}))):[];const Xo=x((({className:e})=>{const[t,l]=n(""),a=i((()=>l("")),[]),{open:r}=(()=>{const{open:e,close:t}=F();return{open:(t={},l={})=>e(u(Wo,{...t}),l),close:t}})(),s=i((e=>{l(e),Go(e)&&r({initialQuery:e},{onClose:a})}),[a]);return p("div",{className:w("relative",e),children:[u(_o,{value:t,onChange:s}),u(So,{className:"absolute top-0 right-0 sm:hidden",onClose:a})]})})),Go=e=>e&&e.length>=3,Yo=x((({item:e,basePath:t})=>{const l=q({isRemote:!(!d.BASE_PATH||!t)&&!d.BASE_PATH.startsWith(t),basePath:t}),{href:n,target:a,onClick:i}=l(e),r=J(),s=fo(r)({href:n});return p("a",{className:w(s?"text-primary-main":"text-primary-text","py-3 text-h5 font-light flex justify-between cursor-pointer"),href:n,target:a,onClick:i,children:[e.text,u(Ut,{image:{icon:"ChevronLeftIcon",iconVersion:"black"},width:"24",height:"24",className:"text-secondary-text rotate-180 opacity-30"})]})})),Jo=x((({activeMenuSubItems:e,basePath:t})=>e?u("div",{className:"mb-5",children:e.map(((e,l)=>u(Yo,{item:e,basePath:t},String(l))))}):null)),qo=({item:e,isActive:t,onClick:l})=>p("button",{type:"button",className:"relative",onClick:l,children:[u("span",{className:w("whitespace-nowrap",t?"text-primary-main":""),children:e.text}),t?u("div",{className:"absolute left-0 right-0 -bottom-3 h-0.5 bg-primary-main group-data-transparent:bg-transparent"}):null]}),Qo=x((e=>{const{topItems:t,officesLink:l,defaultLocation:s}=gr(e.options?.page?.fallback),[o]=vo(s),c=(()=>{const{open:e,close:t}=F();return{open:(t={})=>e(u(Ro,{}),t),close:t}})(),d=i((()=>c.open()),[]),[m,h]=Ll({itemCount:t?.length??0}),[x]=bo(t),[g,f]=n(x),b=r((()=>t?.[g]),[t,g]),y=b?.items||[];a((()=>{f(x)}),[x]),a((()=>{g>0&&h.scrollTo(g)}),[g,h]);const v=i((e=>f(e)),[]);return u(Co,{head:u("div",{className:"flex items-center",children:u(T,{as:"h4",title:"Меню"})}),children:p("div",{className:"flex flex-col flex-nowrap relative w-full h-auto m-auto bg-white pb-24 box-border rounded-md",children:[u("div",{className:"w-full mb-3",children:u(Tl,{containerRef:m,visibleItemCount:0,gap:20,className:"pb-3",children:t?.map(((e,t)=>u(qo,{item:e,isActive:g===t,onClick:()=>v(t)},String(t))))})}),p("div",{className:"relative grow overflow-auto",children:[u(Jo,{activeMenuSubItems:y,basePath:b?.href}),u(Xo,{className:"grow mb-5"}),Zo(l),p("div",{className:"flex items-center text-s cursor-pointer",onClick:d,children:[u(Ut,{image:{icon:"GeolocationIcon",iconVersion:"black"},width:"24",height:"24",className:"text-primary-main box-border mr-xs bg-main-divider p-xs rounded-md"}),p("div",{className:"flex flex-col items-start",children:[u(he,{size:"text-h5",children:o.name}),u(he,{color:"text-secondary-text",size:"text-s",children:"Ваша локация"})]})]})]})]})})})),Zo=e=>e?p("a",{className:"flex items-center mb-3",href:e,rel:"noopener noreferrer","aria-label":"Офисы и банкоматы",children:[u(Ut,{image:{icon:"MapOpenedIcon",iconVersion:"black"},width:"24",height:"24",className:"text-primary-main box-border mr-xs bg-main-divider p-xs rounded-md"}),u("span",{children:"Офисы и банкоматы"})]}):null,ec=x((({isActive:e,item:t,onClick:l})=>{const n=q({isRemote:!d?.BASE_PATH||!t.href?.startsWith(d?.BASE_PATH)}),{href:a,target:i,onClick:r}=n({href:t.href,target:"_self"}),s="BurgerIcon"===t?.icon?.icon?t.isActive:e,o=s?"color":"black";return p("a",{className:w(s?"text-primary-main":"text-primary-text","w-10 m-4 flex justify-center items-center flex-col text-xs cursor-pointer"),onClick:()=>"BurgerIcon"===t?.icon?.icon&&l?l():r(),href:a,target:i,children:[u(Ut,{className:"w-6 h-6",image:{icon:t?.icon?.icon,iconVersion:o}}),t.title]})})),tc=x((({menuItems:e,onClick:t})=>{const[l]=bo(e);return u(S,{className:"fixed bottom-0 left-0 right-0 my-0 mx-auto w-full bg-transparent z-[100]",padding:"p-0",children:u("div",{className:"ml-auto container bg-white flex justify-center shadow-blue-gray",children:e.map(((e,n)=>u(ec,{isActive:n===l,item:e,onClick:t},String(n))))})})}));const lc=({onCloseAll:e,onClose:t}={})=>{const[l,{push:r,pop:s,clear:o}]=function(e=[]){const[t,l]=n(e),a=i((e=>l((t=>[...t,e]))),[]),r=i((()=>l((e=>e.slice(0,-1)))),[]),s=i((e=>l((t=>t.filter((t=>t!==e))))),[]),o=i((()=>l([])),[]);return[t,{setList:l,push:a,pop:r,remove:s,clear:o}]}(),c=i((()=>{e&&e(l),o()}),[l,e]),d=i((()=>{t&&t(l[l.length-1]),s()}),[l,t]);return a((()=>b.subscribe("dialog",(e=>{switch(e.type){case"open":r(e);break;case"close":e.all?c():d();break;default:so(e)}}))),[c,d]),l},nc="burgerMenuDialog",ac=x((({...e})=>{const{menuItems:t=[]}=jt(d.STICKY_MOBILE_MENU||"sticky-mobile-menu",{fallback:e.options?.page?.fallback,folderName:"portal-resources",setBasePath:!0}),[l,{toggle:n}]=(()=>{const{open:e,closeAll:t,close:l}=F(),n=lc(),a=((e,t)=>t.find((t=>t.id===e),e))(nc,n),r=i((()=>e(u(Qo,{}),{id:nc})),[]),s=i((()=>{a?t():r()}),[a]);return[Boolean(a),{open:r,close:l,toggle:s}]})(),a={title:"Меню",icon:{icon:"BurgerIcon",iconVersion:l?"color":"black"},isActive:l},s=Math.floor(t.length/2),o=r((()=>[...t.slice(0,s),a,...t.slice(s)]),[t,s,a]);return p("div",{className:"contents",children:[u(tc,{menuItems:o,onClick:n}),l?u(Qo,{}):null]})})),ic={default:"px-xs",underlined:"px-m",rounded:"px-lg rounded-md"},rc={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",rounded:"text-white"},sc={default:"bg-white",underlined:"bg-white",rounded:"bg-transparent"},oc={default:"sm:bg-primary-main",underlined:"bg-white",rounded:"bg-primary-main"},cc=x((({tag:e="div",item:t={},isActive:l,type:n="default",onClick:a})=>{const i=e,{text:r,appendRight:s,...o}=t;return u(i,{className:w("h-12","block flex-1","cursor-pointer",ic[n],l?oc[n]:sc[n]),role:"tab","aria-selected":l,onClick:a,...o,children:p("div",{className:w("h-full","flex justify-center items-center","text-center whitespace-nowrap",l?rc[n]:"text-secondary-text hover:text-primary-main"),children:[u(he,{size:"text-m",children:r}),s?u("div",{className:"ml-xs",children:s}):null]})})})),dc=x((e=>u(e?.item?.href?mc:hc,{...e}))),mc=x((e=>{const t=q(),l=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:n,...a}=t({...e.item,onClick:l});return u(cc,{...e,tag:"a",item:a,onClick:n})})),hc=x((({item:e={},onClick:t,...l})=>{const n=i((()=>{t&&t(e)}),[t,e]);return u(cc,{item:e,onClick:n,...l})})),uc=(e,t,l)=>(n,a)=>u(dc,{isActive:n===e,onClick:t,type:l,item:n},String(a)),pc="hidden sm:flex absolute z-40 top-0",xc=x((({className:e,items:t=[],value:l,onChange:n,tabsType:a})=>{const[i,r]=Ll({itemCount:t?.length||0});return p("div",{className:w("relative overflow-x-auto no-scrollbar",e),role:"tablist",children:[u(Tl,{containerRef:i,snapAlign:"snap-start",onVisibleIndicesChange:r.handleVisibleIndicesChange,children:t.map(uc(l,n,a))}),r.canScrollLeft?u(ca,{className:w("left-6",pc),onClick:r.scrollLeft}):null,r.canScrollRight?u(da,{className:w("right-6",pc),onClick:r.scrollRight}):null]})})),gc=x((({className:e,tabsType:t="default",items:l=[],value:n,onChange:a})=>u("div",{className:w("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tablist",children:l.map(uc(n,a,t))}))),fc=({tabsMode:e,...t})=>{switch(e){case"wideScreen":return u(gc,{...t});case"centered":return u("div",{className:"flex",children:u(gc,{className:"m-auto p-xs rounded-md bg-main-gray",tabsType:"rounded",...t})});case"scrollable":return u("div",{className:"flex",children:u(xc,{className:"m-auto",tabsType:"underlined",...t})});default:return null}},bc=x((({className:e="",isSticky:t,tabs:l=[],tabsMode:s,...o})=>{const c=r((()=>l.map(vc)),[l]),[d,m]=n(0);a((()=>{l&&l[0]&&yc(l[0])}),[]),a((()=>{const e=l[d];"group"===e?.type&&b.subject("tab",{type:e.type,label:e.ref})}),[l,d]);const h=i((e=>{const t=c.indexOf(e);m(t),yc(l[t])}),[l,c]);return u(S,{className:w(t?"sticky top-1 z-20":"",e),defaultPadding:"p-0",...o,children:fc({items:c,value:c[d],tabsMode:s,onChange:h})})})),yc=e=>{"group"===e.type&&b.fire("tab",{type:e.type,label:e.ref}),"link"===e.type&&b.fire("tab",{type:e.type,label:e.href})},vc=e=>"group"===e?.type?{text:e.title}:e,Nc={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},wc=x((({children:e,activeIndex:t,columnWidth:l,version:n="comparison"})=>u("div",{className:"flex flex-1 overflow-hidden",children:u("div",{className:Nc[n],style:{transform:`translateX(-${t*l}px)`},children:e})}))),kc=x((({className:e="",isOpen:t,onClick:l})=>u(oe,{className:e,appendRight:u(Ut,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"20",height:"20"}),text:t?"Скрыть":"Показать",version:"gray",onClick:l}))),Sc={Buttons:({buttons:e})=>hl(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?u(Ut,{image:e}):null,List:({isDotted:e,...t})=>u(Ga,{className:"flex flex-col justify-between items-start text-h6",isDotted:e??!0,...t}),LabelDescription:({label:e,description:t})=>p("div",{className:"space-y-2xs",children:[e?u("div",{children:e}):null,t?u("div",{children:u(he,{size:"text-s",color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,dataUrl:l,pdfUrl:n,isOpen:a})=>e?u(kc,{isOpen:a,onClick:()=>{t({dataUrl:l,pdfUrl:n})}}):null},Cc=({rowIdx:e,cellIdx:t,setTableInner:l,tableInner:i,openTableInnerIdx:r,setOpenTableInnerIdx:s})=>(o,c)=>{const[d,m]=n(!0);a((()=>{t===r&&i||m(!0)}),[i,r]);return u("div",{children:Ic({cell:o,cellProps:{rowIdx:e,cellIdx:t,fieldIdx:c,displayTable:e=>{m(!1),s(t),l(e)},isVisible:d}})},String(c))},Ic=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:l,...n}=e;if(!l||!(l in Sc))return null;return u(Sc[l],{...t,...n})},Tc=x((({cells:e,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})=>u("div",{className:"w-80 flex-grow flex flex-col gap-m @4xl:gap-lg",role:"cell",children:e?.length?e.map(Cc({rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})):null}))),Bc=(e,t)=>140*ti(e.slice(0,t).map((e=>e?.cols?.length??1))),Mc=(e,t)=>e?.length>0?u("div",{className:w("flex",0===t?"text-secondary-text":""),children:e.map(((e,t)=>u("div",{className:"w-20 text-h6 mx-lg",children:e},String(t))))}):null,Rc=x((({rows:e})=>{return u(Tl,{visibleItemCount:0,snapAlign:"snap-start",children:u("div",{children:e?.map((t=0,(e,l)=>{if(!e?.length)return null;const[n,...a]=e,i=w("flex duration-1000 text-center",0!==l?"font-normal":"font-light");return p("div",{className:"flex border-main-divider border-b border-solid h-full",children:[n?.data?u("div",{className:"text-xl font-light w-56 min-w-56 py-lg",children:n.data}):null,u("div",{className:"flex flex-grow overflow-hidden",children:u("div",{className:i,style:{transform:`translateX(-${Bc(a,t)}px)`},children:a?.map(((e,l)=>p("div",{className:"flex flex-col flex-grow gap-s justify-center py-xl odd:bg-main-divider",children:[e?.data?u("div",{className:"text-xl font-light",children:e.data}):null,e?.cols?Mc(e.cols,t):null]},`row${l}`)))})})]},String(l))}))})});var t})),Pc=x((({activeTabIndex:e,items:t})=>u("div",{children:t.map(((t,l)=>{const n=`activeTabIdx:${e}-tableIdx:${l}`;return p("div",{className:"w-full @container",children:[u("div",{className:"flex p-m bg-white @4xl:bg-gray text-center justify-center relative",children:u(he,{size:"text-xl",font:"font-light",children:t.title})}),u("div",{className:"w-full pl-xs overflow-hidden transition-height duration-500 ease-in-out",children:u("div",{className:"relative",children:u(Rc,{rows:t.rowsData})})})]},n)}))}))),Vc=x((({currencies:e,linkToPDF:t,activeTabIndex:l,setActiveTabIndex:n})=>p("div",{className:"flex justify-between items-center w-full py-lg",children:[e&&e.length>1?u("div",{className:"flex bg-secondary-light p-2xs rounded-md",children:e.map(((e,t)=>u("div",{className:"rounded-md text-xl font-light px-4 py-3 cursor-pointer "+(t===l?"bg-primary-main text-white":"text-secondary-text"),onClick:()=>n(t),children:e||t+1},e)))}):null,t?u(oe,{className:"text-primary-main",href:t,version:"link",target:"_blank",appendLeft:u(Ae,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]})));async function _c(e){const t=await fetch(e);return await t.json()}const zc=x((({dataUrl:e,pdfUrl:t,onClick:l})=>{const{tableData:a}=function(e){const{data:t}=A(function(e){return`/wcms-resources/${e||"tariffs-inner-table-data"}.json`}(e),_c);return t||{}}(e),[r,s]=n(0),o=i((e=>s(e)),[]),c=a?.[r]?.items??[],d=a?.map((e=>e.currency??""));return p("div",a?{className:"bg-white z-10",children:[u(Vc,{currencies:d,activeTabIndex:r,setActiveTabIndex:o,linkToPDF:t}),u(Pc,{activeTabIndex:r,items:c}),u(kc,{className:"mt-xl",onClick:l,isOpen:!0})]}:{className:"my-lg space-y-m text-h6 text-center",children:[u("p",{children:"Данных нет"}),u(kc,{onClick:l,isOpen:!0})]})})),Ac=x((({children:e,tableInner:t,onHideContentClick:l})=>p("div",{className:"self-start flex flex-col",role:"row",children:[u("div",{className:w("@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?u("div",{className:"origin-top animate-expansion",children:u(zc,{...t,onClick:l})}):null]}))),jc=x((({row:{header:e,data:t},activeIndex:l,rowIdx:a,...r})=>{const[s,o]=n(void 0),c=i((e=>o(e)),[]),[d,m]=n(void 0),h=i((e=>m(e)),[]);return p(Ac,{onHideContentClick:()=>o(void 0),tableInner:s,...r,children:[u("div",{className:w("text-s","w-80 flex-shrink-0"),children:p("div",{className:"flex gap-m items-center text-primary-text",role:"cell",children:[e?.icon?u(Ut,{className:"hidden @4xl:block max-w-6",image:e.icon,width:"24",height:"24"}):null,e?.title?u("div",{className:"text-m font-light",children:e?.title}):null]})}),t?.length?u(wc,{activeIndex:l,columnWidth:360,version:"tariff",children:t.map(((e,t)=>u(Tc,{cells:e,rowIdx:a,cellIdx:t,setTableInner:c,tableInner:s,openTableInnerIdx:d,setOpenTableInnerIdx:h,...r},String(t))))}):null]})}));function Dc({dec:e,inc:t,canDec:l,canInc:n,btnClass:a,className:i=""}){return l||n?p("div",{children:[l?u(oa,{className:`absolute z-40 ${a[0]} ${i}`,onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!l}):null,n?u(oa,{className:`absolute z-40 rotate-180 ${a[1]} ${i}`,onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!n}):null]}):null}const Ec=x((({children:e,controls:t})=>{const{isScrollAvailable:l}=t;return p("div",{role:"table",children:[p("div",{className:"relative space-y-xs",children:[e,Dc({...t,btnClass:["top-28","top-11"],className:"right-7"})]}),l?u("div",{className:"absolute top-0 right-0 bottom-0 w-20 bg-opacity-to-white"}):null]})})),Oc=x((({className:e="",title:t,description:l,rowHeaders:n,tariffsColumns:a,hiddenRowsNum:i=0,...r})=>{const s=a?.map((({data:e})=>e))||[],o=n?.map(((e,t)=>({header:e,data:s.map((e=>e?.[t]||[]))}))),c=s.length,[d,m]=sa({itemCount:c,visibleItemCount:2}),h=(o||[]).map(((e,t)=>u(jc,{row:e,activeIndex:d,rowIdx:t,...r},String(t)))),[x,g]=i>0?[h.slice(0,-i),h.slice(-i)]:[h,[]];return p(S,{className:w("overflow-hidden relative space-y-0 @4xl:space-y-xl",e),defaultPadding:"p-6xl",...r,children:[u(bl,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),u("div",{className:"space-y-m",children:i>0?u(Kl,{renderFoldableSection:({isUnfolded:e})=>p(Ec,{controls:m,children:[x,u(Xl,{isUnfolded:e,children:g})]}),renderFoldButton:Nr}):u(Ec,{controls:m,children:h})})]})})),Lc=x((({className:e="",title:t,description:l,iconVersion:n,image:a,__html:i,items:r=[],...s})=>p(S,{className:w("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...s,children:["small"===n?Fc():null,"big"===n?$c(a):null,p("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?u(he,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,l?Uc(l):null,r?.length?Hc(r,!0):null,i?u(ai,{__html:i}):null]})]}))),Fc=()=>u("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"}),$c=e=>e?.src?u(Ut,{className:"h-fit flex-shrink-0",image:e}):null,Uc=e=>u(me,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),Hc=(e,t)=>u("ul",{className:w("text-secondary-text group-data-secondary:text-white/80",t?"list-disc pl-xl":""),children:e.map(((e,t)=>u("li",{children:u(he,{size:"text-s",font:"font-light",children:e})},`listItem-${t}`)))}),Wc=x((({className:e,padding:t,headlineVersion:l="S",listItemSize:n="M",...a})=>u(S,{className:e,padding:"p-0",...a,children:u(bi,{className:"h-full",defaultPadding:"p-xl",padding:t,headlineVersion:l,listItemSize:n,...a})}))),Kc=["ArrowDownIcon","ArrowUpIcon"],Xc="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs border-box",Gc=x((({label:e="",blocksToRender:t=[],topItemsCount:l=0,block:n,notFound:a,...i})=>{const[r,s]=l>0?[t.slice(0,l),t.slice(l)]:[t,[]];return p("div",{children:[u("div",{className:w(t.length?"hidden":"block"),children:a?Yc(a):null}),p("div",{className:w("space-y-2xs",t.length?"":"hidden"),children:[u("div",{className:w(Xc),children:ya(r,{...i.options,parent:n})}),u(Kl,{renderFoldableSection:({isUnfolded:e})=>u(Xl,{className:w(Xc),isUnfolded:e,children:ya(s,{...i.options,parent:n})}),renderFoldButton:({isUnfolded:t,onToggle:n})=>u(vr,{className:w(l<1?"hidden":""),disabled:!s?.length,label:e,icon:Kc[Number(t)],dataTheme:i.options?.page?.colorPalette,onClick:n})})]})]})}));function Yc({title:e,description:t}){return u("div",{className:"bg-white py-20",children:u(bl,{title:e,description:t,headlineVersion:"S",isEmbedded:!0})})}const Jc=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,qc=(e,t)=>Object.entries(e).map((([l,n])=>"number"==typeof n?Array.isArray(t[l])?((e,t)=>l=>Jc(t[e])||Jc(l[e])||l[e]?.includes(t[e]))(l,e):((e,t)=>l=>Jc(t[e])||Jc(l[e])||Qc(t[e])<=Qc(l[e]))(l,e):"object"==typeof n&&"min"in n&&"max"in n?((e,t)=>l=>Jc(t[e])||Jc(l[e])||Qc(t[e]?.min)>=Qc(l[e]?.min)&&Qc(t[e]?.min)<=Qc(l[e]?.max))(l,e):Array.isArray(n)?((e,t)=>l=>Jc(t[e])||Jc(l[e])||t[e]?.some((t=>l[e]?.includes(t))))(l,e):((e,t)=>l=>Jc(t[e])||Jc(l[e])||t[e]===l[e])(l,e))).every((e=>e(t))),Qc=e=>Number(e||0),Zc=(e,t)=>(l=B)=>e&&e.filter((e=>qc(t,l(e.content||{})))),ed=x((({value:e,onChange:t,items:l=[],multiple:n})=>l.map((l=>u(et,{text:l.title,value:[e].flatMap((e=>e)).includes(l.value),onChange:()=>(l=>{if(t)if(n){const n=e?.includes(l);t(n?(e||[]).filter((e=>e!==l)):[...e||[],l])}else t(e===l?"":l)})(l.value),type:n?"checkbox":"radio"},l.value))))),td=({field:e,reset:t,filtrationSchema:l,resetButton:n,children:a})=>p("form",{className:"flex flex-col @4xl:flex-row justify-between bg-white p-4xl gap-s @4xl:gap-0",children:[p("div",{className:"flex flex-col @4xl:flex-row gap-5xl",children:[a,Object.entries(l).map(ld(e))]}),n?u("div",{children:u(oe,{className:"w-full @4xl:w-72 @4xl:ml-s",onClick:t,...n})}):null]}),ld=e=>([t,l])=>{const n=l?.type;return"array"===n?nd(t,e)(l):null},nd=(e,t)=>l=>{const n=l?.items?.enum?.map(((e,t)=>({value:e,title:l?.items?.enumNames?.[t]||""})))||[];return p("div",{children:[l?.title?u("div",{className:"mb-m",children:u(he,{size:"text-m",font:"font-light",color:"text-secondary-text",children:l.title})}):null,u(ed,{items:n,multiple:!0,...t(e)})]},e)},ad=(e,t)=>e[t?.sourceBook]?.rateRows.map((e=>e.minMonths)).filter((e=>void 0!==e));async function id(...e){const t=e.map((e=>D(e)));return await Promise.all(t)}const rd=e=>Boolean(e&&e.content&&"string"==typeof e.content.sourceBook);function sd(e){const{dirs:t=[],source:l=[]}=r((()=>{const t=(e=>e?.filter(rd).map((({content:{sourceBook:e}})=>e)))(e);return{dirs:t?.map((e=>`/wcms-resources/${e}.json`)),source:t}}),[e]),{data:n=[]}=A(t,id);return{source:Object.fromEntries(He(l,n).filter((([,e])=>Boolean(e)))),months:(a=n.flatMap((e=>e?.rateRows||[])).filter((e=>"number"==typeof e.minMonths&&e.minMonths===e.maxMonths)).map((e=>e.minMonths)),[...new Set(a)]).sort(((e,t)=>e-t))||[]};var a}const od=1e9,cd={sum:{min:1e4,max:od},period:3},dd=x((({className:e,filtrationSchema:t={},resetButton:l,sumInput:n,periodInput:a,...i})=>{const{source:r,months:s}=sd(i.block?.blocks),[o,{field:c,reset:d}]=M(cd),m=Zc(i.block?.blocks,o)((e=>({...e,period:ad(r,e||{})||[]}))),h=p("div",{children:[u(na,{label:n?.title,min:500,max:od,...c("sum",{parse:e=>({min:Number(e),max:od}),format:({min:e})=>String(e)})}),u(kt,{title:a?.title,items:["От 3 мес","До 5 лет"],list:s,...c("period")})]});return p(S,{className:w("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[td({field:c,reset:d,filtrationSchema:t,resetButton:l,children:h}),u(Gc,{blocksToRender:m,...i})]})})),md={type:"string",title:"Адрес справочника"};dd.childrenTypes=["ProductTile"],dd.childSchema=e=>({...e?.filtrationSchema||{},sourceBook:md});const hd={primary:"bg-white/30",secondary:"bg-main-divider"},ud={primary:"text-white",secondary:"text-secondary-text"},pd=x((({count:e,version:t="secondary"})=>u("div",{className:w("w-6 h-6 rounded-full flex items-center justify-center",hd[t]),children:u(he,{size:"text-xs",color:ud[t],children:e})}))),xd=(e=[],t={})=>e.filter((({content:e={}})=>qc(t,e))).length,gd=(e,t)=>e===t;const fd=(bd=function(...e){return(t,l)=>e.some((e=>e(t,l)))}(gd,((e=gd)=>(t,l)=>t===l||Boolean(t&&l&&t.length===l.length&&t.every(((t,n)=>e(t,l[n])))))()),(e,t)=>e===t||Boolean(e&&t&&Object.keys(e).length===Object.keys(t).length&&Object.entries(e).every((([e,l])=>bd(l,t[e])))));var bd;const yd=[],vd={},Nd={categories:[],extraOptions:[],propertyType:[],stage:[]},wd=x((({className:e,hotFilters:t,filtrationSchema:l={},resetButton:n,...a})=>{const[s,{field:o,reset:c,update:d}]=M(Nd),m=Zc(a.block?.blocks,s)(),h=i(((e=Nd)=>d(e)),[]),x=(({hotFilters:e=yd,filtrationState:t=vd,blocks:l=yd,onFiltrationStateChange:n})=>{const a=r((()=>Math.max(0,e.findIndex((e=>fd(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,appendRight:u(pd,{version:t===e[a]?"primary":"secondary",count:xd(l,t.filter)})})))),[e,l,a]),o=i((t=>{n(e[s.indexOf(t)].filter)}),[e,s]);return{value:s[a],items:s,onChange:o}})({hotFilters:t,filtrationState:s,blocks:a.block?.blocks,onFiltrationStateChange:h});return p(S,{className:w("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[u(gc,{...x}),td({field:o,reset:c,filtrationSchema:l,resetButton:n}),u(Gc,{blocksToRender:m,...a})]})}));wd.childrenTypes=["ProductTile"],wd.childSchema=e=>e?.filtrationSchema||{};const kd={ApplicationForm:nl,BenefitsBlock:sl,Bonus:vl,BonusBenefitsBlock:Ul,ButtonsBlock:Wl,Calculator:qn,CardTransfer:ra,Carousel:Ba,CarouselBankHistoryCard:Ma,CarouselCard:Va,CarouselCatalogCard:Da,CarouselLinks:Fa,CarouselProductCard:Ya,CarouselProgramsCard:wi,CarouselRecommendationCard:Mi,CarouselTariffsCard:Vi,ComparisonTable:$i,DepositFiltration:dd,MortgageFiltration:wd,ErrorBlock:Wi,ExchangeRateTile:pr,Footer:Ar,Header:Xr,Headline:bl,HorizontalLayout:Jr,ImgBlock:qr,LinkDocs:ns,MobileAppTile:ss,PictureText:ds,Placeholder:ms,ProductBlock:gs,ProductGallery:fs,ProductTile:bs,RepresentativeOfficeInfo:ys,RichTextBlock:ks,RollupItem:Sr,SafeDepositRental:io,StepsBlock:uo,StickyBottomMenu:ac,Tabs:bc,TariffsTable:Oc,TextBlock:Lc,Tile:Wc,VerticalLayout:Yr};const Sd=["Header","Footer"],Cd=([,{target:e}])=>Math.abs(e.getBoundingClientRect().top);function Id(e=globalThis){const t=s(new Map);a((()=>N.subscribe("intersection",(({block:e,intersection:l})=>{t.current&&t.current.set(e,l)}))),[]),a((()=>{const l=((e,t=600)=>{let l;const n=(...a)=>{n.dispose(),l=setTimeout((()=>{e(...a)}),t)};return n.dispose=()=>{l&&clearTimeout(l)},n})((()=>{!function(e){const t=`#${l=e?.anchor,l?.replace("#","")||""}`;var l;globalThis.location?.hash!==t&&globalThis.history?.replaceState(globalThis.history?.state,"",t)}(globalThis.scrollY>3*globalThis.innerHeight/4?function(e){const t=e.filter((([e])=>!Sd.includes(e.type||""))).filter((([,{intersectionRatio:e}])=>e>.01)),[l]=t.length>0?jl(Cd)(t):[];return l}([...t.current||[]]):void 0)}),100);return e.addEventListener("scroll",l),()=>{l.dispose(),e.removeEventListener("scroll",l)}}),[e])}const Td="cookie",Bd=x((({termLink:e,personalDataPolicyLink:t})=>{const[l,{setTrue:n,setFalse:a}]=_e();zo((()=>{globalThis.localStorage?.getItem(Td)||n()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(Td,"true"),a()}),[]);return l?u("div",{className:"container fixed left-0 right-0 bottom-0 z-50",children:p("div",{className:"bg-white m-xl p-xl rounded-md flex sm:items-center shadow-[0_4px_25px_rgba(0,0,0,0.07)]",children:[u("div",{className:"sm:flex-1",children:p(me,{size:"text-s",font:"font-light",color:"text-primary-text",children:["АО «Россельхозбанк» использует",u(Ua,{isRemote:!0,className:Md(e?.href),...e,children:"cookie"}),"(файлы с данными о прошлых посещениях сайта) для персонализации сервисов и удобства пользователей. Вы можете запретить сохранение cookie в настройках своего браузера.",u(Ua,{isRemote:!0,className:Md(t?.href),...t,children:"Обработка Ваших персональных данных"}),"производится в соответствии с требованиями Федерального закона от 27.07.2006 № 152-Ф3 «О персональных данных»."]})}),u("div",{className:"ml-s sm:ml-0 w-24 flex justify-end",children:u(So,{className:"bg-main-gray rounded-md",onClose:r})})]})}):null})),Md=e=>w("inline mx-2xs",e?"text-green-dark":""),Rd=x((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),l=lc({onCloseAll:e,onClose:t}),{close:n}=F(),r=i((({key:e})=>{"Escape"===e&&n()}),[]);return Le(globalThis.document,"keydown",r),a((()=>{l.length?(globalThis.document?.body.classList.add("no-scrollbar"),globalThis.document?.body.classList.add("overflow-hidden")):(globalThis.document?.body.classList.remove("no-scrollbar"),globalThis.document?.body.classList.remove("overflow-hidden"))}),[l]),l.length?u("div",{className:"fixed inset-0 z-50",role:"dialog",children:l.map((({dialog:e,id:t},n)=>u("div",{className:w("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar",n===l.length-1?"":"hidden"),children:e},String(t||n))))}):null})),Pd=x((()=>{const[e,t]=n(null),l=i((()=>{t(null)}),[]);a((()=>b.subscribe("popup",(e=>{switch(e.type){case"open":case"update":t(e);break;case"close":l();break;default:so(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&l()}),[l]);return Le(globalThis.document,"keydown",r),e?u("div",{className:"absolute z-50",style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",children:e.popup}):null})),Vd=h();const _d=x((({className:e,onClick:t,ariaLabel:l})=>u("button",{type:"button",className:`border-0 w-9 bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":l,children:zd()}))),zd=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[u("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),u("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},Ad=x((({className:e=""})=>{const t=function(e){const[t,l]=n(0);return a((()=>{(async()=>{const[t]=await Vd.getLikeCount(e);l(t?.value||0)})()}),[e]),{likeCount:t,like:i((async()=>{l(await Vd.like(e))}),[e]),dislike:i((async()=>{l(await Vd.dislike(e))}),[e])}}(J().pathname);return p("div",{className:`border-main border-2 border-solid bg-white flex w-32 items-center justify-center gap-s p-xs font-sans ${e}`,children:[u(_d,{onClick:Y(t.like),ariaLabel:"Поставить отметку «лайк»"}),u(_d,{onClick:Y(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),u("span",{className:"select-none",children:t.likeCount})]})})),jd=x((({className:e,blocksRegistry:t,blockDecorator:l,data:n={}})=>{const{style:a,slots:i,likeControl:r,colorPalette:s="pc"}=n,o={key:"",page:n,blocksRegistry:t,blockDecorator:l,parent:n};return Id(),p("div",{"data-theme":s,children:[p("section",{className:w("relative @container",a,e),children:[i?.header?u("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:ya(i?.header,{...o,slotName:"header"})}):null,p("div",{className:"container space-y-px @lg:space-y-0 @lg:grid @lg:grid-cols-12 @lg:gap-2xs",children:[va({block:n,options:o,extraProps:{className:"scroll-mt-12"}}),ya(i?.footer,{...o,slotName:"footer"})]}),r?u("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:u(Ad,{className:"rounded-tl-3xl sticky bottom-0 pointer-events-auto"})}):null]}),u(ac,{}),u(Rd,{}),u(Pd,{}),u(Bd,{termLink:{href:"/pd-policy#cookie",target:"_blank"},personalDataPolicyLink:{href:"/pd-policy",target:"_blank"}})]})}));jd.childrenTypes=[],jd.slots=()=>["header","footer","StickyBottomMenu"];e.Blocks=kd,e.ContentPage=jd,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),l=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await l.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.LikeAPI=h,e.handlerDecorator=Y,e.joinList=e=>t=>t.reduce(((t,l,n)=>t.length?t.concat({...e,key:`sep-${n}`},l):[l]),[]),e.packageVersion="0.14.2",e.projectSettings=d,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=K,e.useRouter=J,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 l=e=>(...l)=>t[e](...l),n=l("useState"),a=l("useEffect"),i=l("useCallback"),r=l("useMemo"),s=l("useRef");const o=e=>e&&!e.endsWith("/")?`${e}/`:e,c={PROD_BRANCH:"master"},d=new class{_=c;setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH||c.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get STICKY_MOBILE_MENU(){return this._.STICKY_MOBILE_MENU}get FOOTER(){return this._.FOOTER}get PORTAL_DATA(){return this._.PORTAL_DATA}get CHAT_BOT(){return this._.CHAT_BOT}get CDN(){return o(this._.CDN)}get BASE_PATH(){return o(this._.BASE_PATH)}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},m="likesToken";function h(){async function e(){try{const e=JSON.parse(globalThis.localStorage?.getItem(m)||"");if(e?.token)return e}catch(e){}try{const e=await fetch("/assist/v1/public/auth",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:t,name:l}=await e.json();return globalThis.localStorage?.setItem(m,JSON.stringify({token:t,name:l})),{token:t,name:l}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...t){if(!t.length)return[];const{token:l}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l},body:JSON.stringify({node_ids:t})}),{likes:n}=await e.json();return n||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:l,name:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l,UserID:n},body:JSON.stringify({node_id:t,user_name:n})}),{likes:a}=await e.json();return a||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:l,name:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l,UserID:n},body:JSON.stringify({node_id:t,user_name:n})}),{likes:a}=await e.json();return a||0}catch(e){return console.error(e),0}}}}const u=(...e)=>globalThis._uni._jsx(...e),p=(...e)=>globalThis._uni._jsxs(...e),x=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:g(e)),t._tmpl},g=e=>{function t(t,l){const{children:n,...a}=t||{},i=l?.slots?.default,r=n||i&&i();return e(Object.assign(a,r&&{children:r}),l)}return t.inheritAttrs=!1,t};class f{subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const l=this.subjectsStateMap[e];return l&&t(l),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}}const b=new f;function y(e,{sensitivity:t,rootRef:l}={}){const n=s(null),i=r((()=>({threshold:v(t),root:l?.current})),[t,l?.current]);return a((()=>{if(!n.current)return;const t=new IntersectionObserver(e,i);return t.observe(n.current),()=>{t.disconnect()}}),[e,i]),n}function v(e=0){const t=Math.round(10*e);return new Array(t).fill(0).map(((e,l)=>Math.min(l/t)),1).concat(1)}const N=new f;const w=(...e)=>e.flatMap((e=>e)).filter(Boolean).join(" "),k={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","":""},S=x((({className:e,version:t="primary",isTheme:l=!0,defaultPadding:r="p-xl",padding:s,block:o,tag:c="section",role:d,children:m})=>{const h=c,p=function(e){return y(i((t=>{if(!e||!t?.length)return;const l=t[t.length-1];N.fire("intersection",{block:e,intersection:l})}),[e]),{sensitivity:1})}(o),[x,g]=n(!1);a((()=>b.subscribe("tab",(e=>{g(Boolean(e.label&&o?.labels?.length&&!o.labels.includes(e.label)))}))),[o]);const f=t&&l;return u(h,{className:w("@container font-sans",f?"group":"",k[t],x?"hidden":"",s||r,e),...f?{"data-ver":t}:{},...o?.anchor?{id:o.anchor,ref:p}:{},role:d,children:m})})),C={h1:"h1",h2:"h1",h3:"h2",h4:"h2",h5:"h3",h6:"h3"},I={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},T=x((({className:e="",headingType:t="h3",as:l="h3",title:n,children:a})=>{const i=C[l]||"h3";return u(i,{className:w("font-sans m-0",I[t],e),children:n||a})})),B=e=>e,M=(e,t)=>{const[l,a]=n(e),[r,o]=n(!1),[c,d]=n({}),m=s({}),h=i(((e,t)=>{const{parse:n=B,format:i=B}=t||{};return m.current||(m.current={}),m.current[e]||=t=>{a((l=>({...l,[e]:n(t)}))),d((t=>({...t,[e]:!0})))},{value:i(l[e]),isDirty:r||c[e],onChange:m.current[e]}}),[l,r,c]),u=i((e=>{a(e),d(e)}),[]),p=i((()=>{a(e),o(!1),d({})}),[e]),x=i((e=>{e.preventDefault(),o(!0),t&&t(l)}),[t,l]);return[l,{isDirty:r||Object.values(c).some(Boolean),field:h,update:u,reset:p,onSubmit:x}]},R=e=>t=>t&&Object.entries(e).flatMap((([e,l])=>l(t[e])))||[],P=e=>!e?.length,V=e=>t=>l=>e(l)?[]:[t],_=e=>null!=e,z=new Map;function A(e,t,{fallback:l,cache:i}={}){const s=r((()=>j(e)),[e]),[o]=(e=>Boolean(e&&Array.isArray(e)&&1===e.length&&"string"==typeof e[0]))(s)?s:[],[c,d]=n(void 0),[m,h]=n(void 0);a((()=>{if(!s.some(_))return;let e=!1;const l=(t,l)=>{e||(d(t),h(l))};return(async()=>{try{l(await(o?((e,t=z)=>l=>{const n=t.get(l);if(_(n))return n;const a=e(l);return _(a)?t.set(l,Promise.resolve(a)):t.delete(l),a})(t,i)(o):t(...s)))}catch(e){l(void 0,e)}})(),()=>{e=!0}}),[t,i,s]);const u=l&&o&&l[o];return{data:!c&&u?u:c,error:m,mutate:()=>Promise.resolve(void 0)}}function j(e){return Array.isArray(e)?e:e instanceof Function?j(e()):[e]}async function D(e,t){try{return e?await E(e,t):null}catch(e){console.error(e)}return null}async function E(e,t){return(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json()}const O=[];function L(){const{data:e}=A("/api/v1/regions",E);return e||O}const F=()=>({open:(e,t={})=>b.fire("dialog",{type:"open",dialog:e,...t}),close:()=>b.fire("dialog",{type:"close"}),closeAll:()=>b.fire("dialog",{type:"close",all:!0})}),$=e=>Boolean(e?.includes(":")),U=(e,t)=>Boolean(e&&!$(e)&&(!t||"_self"===t)),H=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),W=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/");var K=Object.freeze({__proto__:null,isURL:$,isLocalURL:U,isHash:e=>Boolean(e?.startsWith("#")),withoutQuery:H,joinPath:W});const X=e=>(t,l=d.BASE_PATH)=>{if(!t||$(t)||G(t,d.CDN))return t;const n=t.startsWith("/");return W(G(t,l)?"":l,n?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},G=(e,t)=>t&&e&&e.startsWith(t),Y=(e,t)=>Y._impl(e,t);function J(){return J._impl()}function q(e={}){const{isRemote:t,basePath:l}=e,n=J(),{closeAll:a}=F();return e=>({...e,href:t&&!l?e.href:X(n)(e.href,l),"aria-label":e.text,onClick:Y(i(e),e)});function i({href:e,target:l,onClick:i}){return r=>{i&&i(r),e&&!t&&U(e,l)&&(a(),r?.preventDefault(),n.push(e))}}}Y._impl=e=>e,Y.setup=e=>{Y._impl=e},J._impl=()=>({href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),J.setup=e=>{J._impl=e};const Q={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","":""},Z="bg-main-divider text-main-disabled",ee={primary:Z,secondary:Z,white:Z,link:"",transparent:"",gray:Z,"":""},te="text-center font-sans select-none",le={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","":""},ne=x((e=>{const{text:t,aboveText:l,appendLeft:n,appendRight:a,version:i="primary"}=e;return p("div",{className:w(ae(e),"flex gap-xs"),children:[n?u("div",{className:le[i],children:n}):null,ie(e)?p("div",{children:[l?u("div",{className:"text-xs font-light text-left",children:l}):null,u("div",{className:"text-left "+(l?"text-s -mt-3xs":"text-l"),children:t})]}):null,a?u("div",{className:le[i],children:a}):null]})})),ae=e=>{const{version:t,aboveText:l,rounded:n}=e;if("link"===t)return"";const a=""+(l?"py-2.5 px-9":"py-4 px-9");return w("group/btn items-center justify-center",ie(e)?a:"h-12 w-12",n?"rounded-full":"")},ie=({text:e,aboveText:t,appendLeft:l})=>Boolean(e||t||!l),re=({className:e,rounded:t,version:l})=>["inline-block",te,l?ee[l]:"",t?"rounded-full":"rounded-md",e].join(" "),se=({className:e,rounded:t,version:l})=>[te,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",l?Q[l]:"",t?"rounded-full":"rounded-md",e].join(" "),oe=x((({disabled:e,children:t,...l})=>{const n=q()(l),a=t??u(ne,{...n});return u(e?de:ce,{...n,children:a})})),ce=x((({className:e="",href:t,rel:l,target:n,ariaLabel:a,version:i,rounded:r,onClick:s,children:o})=>u("a",{className:se({className:e,version:i,rounded:r}),href:t,rel:l,target:n,"aria-label":a,role:t?"link":"button",onClick:s,children:o}))),de=x((({className:e,ariaLabel:t,version:l,rounded:n,children:a})=>u("div",{role:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:re({className:e,rounded:n,version:l}),children:a}))),me=x((({children:e,...t})=>u("p",{className:w("font-sans",Object.values(t)),children:e}))),he=x((({children:e,...t})=>u("span",{className:w("font-sans",Object.values(t)),children:e}))),ue=x((({link:e})=>p(me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:[u(he,{children:"Нажимая кнопку, вы подтверждаете согласие с "}),e?u(oe,{href:e.href,ariaLabel:"условия передачи данных",target:e.target,className:"text-primary-main",children:u(he,{children:e.text})}):null]}))),pe=(e,t)=>{const{value:l,isDirty:n}=e,a=n?t(l):[];return{...e,errors:a,error:a[0]}},xe=x((({key:e,className:t="",inputClassName:l="",id:n,name:a,type:r="text",label:s,placeholder:o,value:c="",valid:d=!0,children:m,onChange:h,onFocus:x,onBlur:g,pattern:f,autoFocus:b=!1})=>{const y=i((e=>{h&&h(e.target?.value||"")}),[h]),v=m?"pr-3xl":"",N=d?"border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text":"border-error";return p("div",{className:w("relative",t),children:[p("label",{children:[s?u("div",{className:"mb-xs",children:u(he,{size:"text-m",font:"font-light",children:s})}):null,u("input",{className:w("w-full border rounded-md text-primary-text outline-none p-m",v,N,l),id:n,name:a||n,placeholder:o,type:r,value:c,onInput:y,onFocus:x,onBlur:g,pattern:f,autoFocus:b},e)]}),m]})})),ge=x((({className:e,label:t,value:l="",error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(xe,{type:"text","aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i}),u("div",{className:"h-2",children:n?u(he,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),fe=e=>"_"===e,be=e=>/\d/.test(e),ye=e=>fe(e)||be(e),ve=[..."+7 (___) ___-__-__"],Ne=ve.findIndex(fe),we=ve.map(((e,t)=>ye(e)?ve.slice(0,t).filter(ye).length:-1));const ke=x((({children:e,onChange:t,...l})=>{const n=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),l=ve.map(((e,l)=>be(e)?e:t.charAt(we[l])||e)),n=we.indexOf(t.length-1)+1;return(n?l.slice(0,Math.max(Ne,n)):l).join("")}(e))),[t]);return u(xe,{onChange:n,onFocus:e=>n(e?.target?.value||""),...l,children:e})})),Se=x((({className:e,label:t,value:l,error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(ke,{"aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),u("div",{className:"h-2",children:n?u(he,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),Ce="Некорректно заполненное поле",Ie=V((e=>null!=e&&""!==e))(Ce),Te=V((e=>"string"==typeof e&&e.length>1))(Ce),Be=V((e=>"string"==typeof e&&(10===e.length||12===e.length)))(Ce),Me=(Re=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,V((e=>"string"==typeof e&&Re.test(e))))(Ce);var Re;const Pe=e=>p("div",{className:"space-y-s",children:[u(ge,{className:"shrink-0 w-full",label:"Наименование организации",...pe(e("fullName"),Ie)}),u(ge,{className:"shrink-0 w-full",label:"ИНН",...pe(e("inn"),Be)}),u(ge,{className:"shrink-0 w-full",label:"Контактное лицо",...pe(e("name"),Te)}),u(Se,{className:"shrink-0 w-full",label:"Телефон",...pe(e("phone"),Me)})]}),Ve=[{name:"Торговый эквайринг"},{name:"Мобильный эквайринг"},{name:"Интернет-эквайринг"},{name:"QR-эквайринг (СБП)"},{name:"Все виды эквайринга"}];function _e(e=!1){const[t,l]=n(e),a=i((()=>l(!0)),[]),r=i((()=>l(!1)),[]),s=i((()=>l((e=>!e))),[]);return[t,{setValue:l,setTrue:a,setFalse:r,toggle:s}]}const ze={normal:"",color:"text-primary-main",black:"text-black",white:"text-black"},Ae=x((({className:e="",imageClassName:t="",name:l="",alt:n=`Иконка ${l}`,title:a=n,iconVersion:i="color",width:r,height:s})=>{const o=J(),c=X(o)(W(d.CDN,"/icons",`${l}.svg`));return"normal"!==i?u(Ee,{className:e,children:p("svg",{className:w(De(r),ze[i],"white"===i?"invert":"",t),width:r,height:s,"aria-hidden":"true",children:[a?u("title",{children:a}):null,n?u("desc",{children:n}):null,u("use",{href:`${c}#icon`,xlinkHref:`${c}#icon`})]})}):u("img",{className:e,src:c,alt:n,title:a,"aria-hidden":"true",width:r,height:s,style:je(e,s)})})),je=(e,t)=>{return e?.includes("h-")?{}:{height:(l=t,l&&!/\D/.test(l)?`${t}px`:t)};var l},De=e=>e?"":"w-full h-full",Ee=x((({className:e,children:t})=>e?u("div",{className:e,children:t}):t)),Oe=e=>e?.text||e?.key||"";function Le(e,t,l,n){a((()=>{if(e&&l)return e.addEventListener(t,l,n),()=>{e.removeEventListener(t,l,n)}}),[e,t,l])}const Fe=e=>(t,l)=>e(t)-e(l),$e=e=>(t,l)=>-e(t,l),Ue=e=>t=>{if(e===t)return 1;if(!e||!t)return 0;const{m:l,s1Matches:n,s2Matches:a}=function(e,t){const l=Math.max(0,Math.floor(Math.max(e.length,t.length)/2)-1),n=new Array(e.length),a=new Array(t.length);let i=0;for(let r=0;r<e.length;r++){const s=Math.max(0,r-l),o=Math.min(r+l,t.length-1);for(let l=s;l<=o;l++)n[r]||a[l]||e[r]!==t[l]||(i++,n[r]=!0,a[l]=!0)}return{m:i,s1Matches:n,s2Matches:a}}(e,t);if(0===l)return 0;const i=function(e,t,{s1Matches:l,s2Matches:n}){let a=0;for(let i=0,r=0;i<e.length;i++){if(!l[i])continue;let s=r;for(;s<t.length;s++)if(n[s]){r=s+1;break}e[i]!==t[s]&&a++}return a}(e,t,{s1Matches:n,s2Matches:a}),r=(l/e.length+l/t.length+(l-i/2)/l)/3,s=r>.7?.1*function(e,t){let l=0;for(;e[l]===t[l]&&l<4;)l++;return l}(e,t):0;return r+s*(1-r)};function He(e,...t){return e.map(((e,l)=>[e,...t.map((e=>e[l]))]))}const We=(e,t)=>{if(!e?.length||!t?.trim())return e;const l=e.map((e=>e.text?.toLowerCase())).map(Ue(t?.trim().toLowerCase()));return He(e,l).filter((([,e])=>e>=.5)).sort($e(Fe((([,e])=>e)))).map((([e])=>e))},Ke=x((({popupRef:e,options:t,value:l,query:n,onChange:a})=>t?.length?u("div",{className:"bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]",role:"listbox",ref:e,children:We(t,n).map((e=>p("div",{className:"flex px-m py-s cursor-pointer hover:bg-main-divider pr-5xl relative",role:"option","aria-selected":e.key===l?.key,onClick:()=>a&&a(e),children:[u("span",{className:"min-h-6",children:Oe(e)}),u(Ae,{name:"DoneSimpleIcon",width:"16",height:"16",className:w("absolute right-4 pt-3xs",e.key===l?.key?"":"hidden")})]},e.key)))}):null));function Xe({isOpen:e,options:t,value:l,query:n,onChange:r,onClose:o}){const c={open:(e,t)=>b.fire("popup",{type:"open",popup:e,...t}),update:(e,t)=>b.fire("popup",{type:"update",popup:e,...t}),close:()=>b.fire("popup",{type:"close"})},d=i((()=>{c.close(),o&&o()}),[o]),m=i((e=>{d(),r&&r(e)}),[d,r]),h=s(null),p=function(e){const t=s(null),l=i((l=>{t&&t.current&&l.target instanceof Node&&!t.current.contains(l.target)&&e()}),[e]);return Le(globalThis.document,"click",l),t}(d);return a((()=>{if(!e||!h.current)return;const a=h.current,{top:i,left:r,width:s,height:o}=a.getBoundingClientRect();c.update(u(Ke,{popupRef:p,options:t,value:l,query:n,onChange:m}),{top:i+window.scrollY+o,left:r,width:s})}),[e,t,l,n,m]),h}const Ge=x((({className:e,label:t,options:l=[],value:a,valid:r=!0,isBorder:s=!0,placeholder:o="",isSearch:c=!1,onChange:d})=>{const[m,{setFalse:h,setTrue:x}]=_e(),[g,f]=n(""),b=i((()=>{f(""),h()}),[]),y=Xe({isOpen:m,options:l,value:a,query:g,onChange:d,onClose:b});return p("div",{className:e,children:[Ye(t),p("div",{className:w("relative",m?"z-20":"z-10"),ref:y,children:[p("div",{className:w("text-l flex justify-between items-center text-primary-text cursor-pointer relative z-10",qe(s,r)),onClick:m?b:x,children:[u("p",{className:"p-m pr-3xl flex items-center overflow-hidden text-ellipsis whitespace-nowrap",children:Oe(a)||o}),Je(m)]}),c&&m?u("div",{className:w("absolute top-0 w-full z-20"),children:u(xe,{type:"text",autoFocus:!0,value:g,onChange:f})}):null]})]})})),Ye=e=>e?u("div",{className:"mb-xs",children:u(he,{size:"text-m",color:"text-primary-text",font:"font-light",children:e})}):null,Je=e=>u(Ae,{className:w("absolute right-3",e?"":"rotate-180"),name:"ArrowUpIcon",width:"16",height:"16"}),qe=(e,t)=>w(e?"border rounded-md hover:border-primary-hover":"",t?" border-gray":"border-error"),Qe=x((({className:e="",error:t,...l})=>p("div",{className:e,children:[u(Ge,{...l,valid:!t}),u("div",{className:"h-2",children:t?u(he,{size:"text-xs",font:"font-light",color:"text-error",children:t}):null})]}))),Ze=({regions:e,field:t})=>p("div",{className:"border-b border-b-main-divider @xl:border-none @xl:flex @xl:justify-between gap-lg ",children:[u("div",{className:"@xl:w-1/2",children:u(Qe,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Ve.map((({name:e=""})=>({key:e,text:e}))),...pe(t("acquiringType"),Ie)})}),u("div",{className:"@xl:w-1/2",children:u(Qe,{label:"Адрес",placeholder:"Выберите адрес",options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...pe(t("region"),Ie)})})]}),et=x((({value:e=!1,text:t,type:l="checkbox",onChange:n})=>p("div",{role:l,"aria-checked":e,className:"flex justify-start items-center w-full cursor-pointer mb-s",onClick:()=>n&&n(!e),children:[u("div",{className:w("relative flex-shrink-0 duration-300 w-9 h-5 mr-s rounded-2xl",e?"bg-primary-main":"bg-main-divider"),children:u("div",{className:w("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),u(he,{size:"text-l",font:"font-light",color:"text-primary-text",children:t})]}))),tt=e=>p("div",{children:[u(et,{text:"Хочу купить онлайн-кассу",...e("onlineCheckout")}),u(et,{text:"Хочу купить POS-терминал",...e("posTerminal")})]}),lt=(e,t)=>{const l=se({className:"text-white",version:e?.version});return u("button",{type:"submit",className:w("p-m w-full @xl:w-auto",l,t),children:e?.text?e.text:"Отправить заявку"})},nt={acquiringType:{key:"Торговый эквайринг"},fullName:"",inn:"",name:"",phone:"",onlineCheckout:!1,posTerminal:!1},at=R({acquiringType:Ie,region:Ie,fullName:Ie,inn:Be,name:Te,phone:Me}),it=x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{acquiringType:t,region:l,fullName:a,inn:i,name:r,phone:s,onlineCheckout:o,posTerminal:c}=e;P(at(e))&&n({typeForm:"acqr",region:l?.text||"",partnerComments:`Вид эквайринга=${t?.key||""}/Онлайн касса=${o}/POS-терминал=${c}`,fullName:a,inn:i,name:r,phone:s.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=M(nt,a),o=L();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(T,{headingType:"h6",title:"Вид эквайринга и регион",className:"@xl:text-center"}),Ze({regions:o,field:r}),u(T,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),Pe(r),tt(r),lt(t),u(ue,{link:l})]})})),rt=e=>p("div",{className:"@xl:flex @xl:justify-between @xl:gap-lg",children:[p("div",{className:"@xl:w-1/2 space-y-s",children:[u(ge,{className:"shrink-0 w-full",label:"Контактное лицо",...pe(e("name"),Te)}),u(ge,{className:"shrink-0 w-full",label:"ИНН",...pe(e("inn"),Be)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(Se,{className:"shrink-0 w-full",label:"Телефон",...pe(e("phone"),Me)}),u(ge,{className:"shrink-0 w-full",label:"Электронная почта",...pe(e("mail"),Ie)})]})]}),st=({regions:e,field:t})=>u(Qe,{className:"w-full",label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...pe(t("region"),Ie)}),ot={name:"",phone:"",inn:"",mail:""},ct=R({region:Ie,name:Te,phone:Me,inn:Be,mail:Ie}),dt=x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{region:t,name:l,phone:a,inn:i,mail:r}=e;P(ct(e))&&n({typeForm:"bcrd",region:t?.text||"",name:l,inn:i,mail:r,phone:a.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=M(ot,a),o=L();return p("form",{className:"container space-y-s",onSubmit:s.onSubmit,children:[st({regions:o,field:r}),rt(r),lt(t),u(ue,{link:l})]})})),mt=[];const ht=async e=>await D(e,{method:"GET"})||mt,ut=["От 1 000 ₽","До 1 000 000 000 ₽"],pt=["От 1 мес","До 15 лет"],xt=e=>u("div",{className:"pb-2xs border-b border-b-main-divider",children:p("div",{className:"space-y-s",children:[u(ge,{className:"shrink-0 w-full",label:"Наименование организации",...pe(e("fullName"),Ie)}),u(ge,{className:"shrink-0 w-full",label:"Годовая выручка, ₽",...pe(e("annualRevenue"),Ie)}),u(ge,{className:"shrink-0 w-full",label:"Контактное лицо",...pe(e("name"),Te)}),u(Se,{className:"shrink-0 w-full",label:"Телефон",...pe(e("phone"),Me)}),u(ge,{className:"shrink-0 w-full",label:"ИНН",...pe(e("inn"),Be)}),u(ge,{className:"shrink-0 w-full",label:"Электронная почта",...e("mail")})]})}),gt=(e,{normalize:t,format:l})=>{const{value:a,onFocus:r,onBlur:s,onChange:o}=e,[c,d]=n(!1),m=i((e=>{d(!0),r&&r(e)}),[]),h=i((()=>{d(!1),o&&o(t(a)),s&&s()}),[o,a]);return{value:c||!l?a:l(a),onFocus:m,onBlur:h}},ft=(e,t,l)=>Math.max(t,Math.min(e,l)),bt=(e=0)=>(t=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:0,maximumFractionDigits:e}).format(Number(t)||0);function yt(e){const t=(e||"").replace(/\D/g,""),l=parseInt(t,10);return Number.isNaN(l)?0:l}function vt({list:e=[],min:t,max:l,step:n,value:a=e[0]||t,disabled:i,onChange:r}){const s=e.length?e.indexOf(a):a,o={backgroundSize:`${(100*(s>t?s-t:0)/(l-t)).toFixed(2)}% 100%`};return p("div",{children:[e.length?u("div",{className:"absolute w-full flex justify-between -bottom-[3px] px-m",children:e.map(((e,t)=>u("div",{className:"w-2 h-2 rounded-full "+(s<=t||i?"bg-gray":"bg-primary-main")},String(t))))}):null,u("div",{className:"absolute inset-x-0 -bottom-1 px-m leading-[18px]",children:u("input",{className:"box-border w-full m-0 cursor-pointer slider relative z-10",style:o,type:"range",min:t,max:l,step:n,value:s,disabled:i,onInput:t=>{const l=yt(t.target?.value),n=e.length?e[l]:l;r&&r(n||0)}})})]})}const Nt=1,wt=100,kt=x((e=>{const{className:t,title:l,items:n=[],list:a=[],min:r=(a.length?0:Nt),max:s=(a.length?a.length-1:wt),step:o=1,value:c=a[0]||r,disabled:d=!1,onChange:m}=e,h=gt(e,{normalize:(e=0)=>a.length?St(a)(e):ft(e,r,s),format:bt()}),x=i((e=>{m&&m(yt(e.target?.value))}),[m]);return p("div",{className:t,children:[p("label",{className:"block relative",children:[l?u(he,{size:"text-m",font:"font-light",color:"text-primary-text",children:l}):null,u("input",{className:w("m-0 mt-xs font-sans text-h3 w-full h-14","border border-solid border-gray rounded-md outline-none","p-0 pl-m box-border","text-primary-text hover:border-primary-hover focus:border-primary-text","disabled:border-gray disabled:bg-main-divider"),disabled:d,onInput:x,...h}),vt({list:a,min:r,max:s,step:o,disabled:d,value:c,onChange:m})]}),Ct(n)]})})),St=e=>t=>e.reduce(((e,l)=>Math.abs(l-t)<Math.abs(e-t)?l:e)),Ct=e=>u("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>u(he,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),It=e=>p("div",{className:"border-b border-b-main-divider @xl:border-none @xl:flex @xl:justify-between gap-lg",children:[p("div",{className:"@xl:w-1/2",children:[u("label",{children:u(he,{size:"text-m",font:"font-light",children:"Сумма, ₽"})}),u(kt,{items:ut,min:1e3,max:1e9,...e("amount")})]}),p("div",{className:"@xl:w-1/2",children:[u("label",{children:u(he,{size:"text-m",font:"font-light",children:"Срок, месяцев"})}),u(kt,{items:pt,min:1,max:180,...e("term")})]})]}),Tt=({regions:e,branches:t,field:l})=>p("div",{className:"@xl:flex @xl:justify-between @xl:gap-lg @xl:mb-2xl @xl:border-none @xl:pb-0",children:[u("div",{className:"@xl:w-1/2",children:u(Qe,{label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...pe(l("region"),Ie)})}),u("div",{className:"@xl:w-1/2",children:u(Qe,{label:"Адрес",placeholder:"Выберите адрес",options:t.map((({branchCode:e="",address:t=""})=>({key:e,text:t}))),...pe(l("department"),Ie)})})]}),Bt={amount:1e3,term:12,fullName:"",inn:"",name:"",phone:"",mail:"",annualRevenue:""},Mt=R({fullName:Ie,annualRevenue:Ie,inn:Be,name:Te,phone:Me,region:Ie,department:Ie}),Rt=x((({button:e,link:t,onSubmit:l})=>{const n=i((e=>{const{amount:t,term:n,fullName:a,inn:i,name:r,phone:s,mail:o,region:c,department:d,annualRevenue:m}=e;P(Mt(e))&&l({typeForm:"cred",fullName:a,inn:i,name:r,phone:s.replace(/[^+\d]/g,""),mail:o,region:c?.text||"",department:d?.text||"",partnerComments:`Сумма=${t}/Срок=${n}/Выручка=${m}`})}),[l]),[a,{field:r,...s}]=M(Bt,n),o=L(),c=function(e){const{data:t}=A(e?`/api/v1/branches?regionCode=${e}`:null,ht);return t||mt}(a.region?.key).filter((e=>e?.address));return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(T,{headingType:"h6",title:"Параметры",className:"@xl:text-center"}),It(r),u(T,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),xt(r),u(T,{headingType:"h6",title:"Офис банка",className:"@xl:text-center"}),Tt({regions:o,branches:c,field:r}),lt(e),u(ue,{link:t})]})})),Pt={name:"",phone:""},Vt=R({name:Te,phone:Me}),_t=x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{name:t,phone:l}=e;P(Vt(e))&&n({typeForm:"dpst",name:t,phone:l.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=M(Pt,a);return p("form",{className:"container",onSubmit:s.onSubmit,children:[u(T,{headingType:"h6",title:"Оставьте заявку и мы ответим на любые вопросы по депозитам",className:"@xl:text-center mb-m"}),p("div",{className:"max-w-[560px] m-auto space-y-s",children:[u(ge,{className:"shrink-0 w-full",label:"Имя",...pe(r("name"),Te)}),u(Se,{className:"shrink-0 w-full",label:"Телефон",...pe(r("phone"),Me)})]}),p("div",{className:"flex justify-between flex-col-reverse @xl:items-center @xl:flex-row max-w-[560px] m-auto",children:[u("div",{className:"flex-1",children:u(ue,{link:l})}),lt(t)]})]})})),zt={},At="wcms-resources";function jt(e,t={}){const{fallback:l=zt,folderName:n=At,setBasePath:a=!1}=t,i=W("/",a?d.BASE_PATH:"",n,`${e}.json`),{data:r}=A(e?i:null,E,{fallback:l});return r||zt}const Dt=x((e=>{const{button:t,sourceBookDir:l}=e,{regions:a}=jt(l||"regions-grant-support"),[i,r]=n({key:""}),s=se({className:"text-white",version:t?.version}),o=a?.find((e=>e.name===i.key))?.href;return p("div",{className:"container space-y-s @xl:space-y-lg",children:[a?u(Qe,{label:"Ваш регион",placeholder:"Выберите регион",options:a.map((({name:e=""})=>({key:e}))),value:i,onChange:r}):null,o?u("div",{className:"text-center",children:u(oe,{href:o,target:"_blank",className:w("p-m w-full @xl:w-auto",s),children:t?.text?t.text:"Перейти"})}):null]})})),Et=(e,t)=>e?.media&&t?.media?e.media-t.media:0,Ot=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n})=>{const a=J();return p("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(Et).map((({src:e,format:l,media:i},r)=>u("source",{srcSet:Ft(a,n)(e),type:$t(l),media:i?`(max-width: ${i}px)`:"",...t.size},`${r}_${e}`))):null,t?.src?Lt({...t,src:Ft(a,n)(t.src)},l):null]})})),Lt=(e,t="")=>u("img",{src:e.src,className:w("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"},...e.size}),Ft=(e,t)=>l=>l&&!$(l)?X(e)(W(t,l)):l,$t=e=>e?`image/${String(e)}`:void 0,Ut=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n,...a})=>t?.src||t?.icon?t.icon?u(Ae,{className:e,imageClassName:l,iconVersion:t?.iconVersion,name:t.icon,...a}):u(Ot,{className:e,imageClassName:l,image:t,pathPrefix:n}):null)),Ht=x((({name:e,text:t,value:l,checked:n,onChange:a,className:i})=>u("div",{className:i,children:p("label",{className:"font-sans flex gap-s items-center relative cursor-pointer",children:[u("input",{className:"appearance-none flex justify-center items-center shrink-0 w-5 h-5 border border-gray hover:border-primary-hover\n checked:border-2 checked:!border-primary-main focus:checked:border-primary-main focus:border-primary-text active:border-primary-text\n after:block after:w-2.5 after:h-2.5 after:rounded-full checked:after:bg-primary-main outline-none rounded-full cursor-pointer",type:"radio",value:l,name:e,checked:n,onChange:e=>a(e.target.value)}),t?u("span",{className:"text-primary-text cursor-pointer",children:t}):null]})}))),Wt=e=>{const{value:t,onChange:l}=e("vedTypes");return u("div",{className:"space-y-m",children:p("div",{className:"@xl:flex @xl:items-center @xl:gap-xl",children:[u(Ht,{className:"mb-xs",name:"vedTypes",text:"Валютный котроль",value:"currencyControl",checked:"currencyControl"===t,onChange:e=>l&&l(e)}),u(Ht,{className:"mb-xs",name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:e=>l&&l(e)}),u(Ht,{className:"mb-xs",name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:e=>l&&l(e)}),u(Ht,{className:"mb-xs",name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:e=>l&&l(e)})]})})},Kt=(e,t)=>{const l="currencyControl"===e("vedTypes").value;return p("div",{children:[t.length&&l?u(Qe,{className:"mb-s",label:"Регион",placeholder:"Выберите регион",isSearch:!0,options:t.map((({code:e="",name:t=""})=>({key:e,text:t}))),...pe(e("region"),Ie)}):null,p("div",{className:"@xl:grid @xl:grid-cols-2 @xl:gap-x-lg",children:[l?u(ge,{className:"w-full mb-s",label:"ИНН",...pe(e("inn"),Be)}):null,u(ge,{className:"w-full mb-s",label:"Наименование организации",...pe(e("fullName"),Ie)}),u(ge,{className:"w-full mb-s",label:"ФИО",...pe(e("name"),Te)}),u(Se,{className:"w-full mb-s",label:"Телефон",...pe(e("phone"),Me)}),l?null:u(ge,{className:"w-full mb-s",label:"Электронная почта",...pe(e("mail"),Ie)})]})]})},Xt=e=>{const t=e("text");return p("label",{children:[u("div",{className:"mb-xs",children:u(he,{size:"text-m",font:"font-light",children:"Обращение"})}),u("textarea",{placeholder:"Укажите интересующий вас вопрос, место ведения бизнеса и удобное время для телефонного звонка",className:w("block w-full resize-y min-h-24 p-m outline-none border rounded-md border-gray","hover:border-primary-hover active:focus:border-primary-text focus:border-primary-text"),value:t.value,onInput:e=>t.onChange&&t.onChange(e.target?.value||"")})]})},Gt={fullName:"",name:"",phone:"",inn:"",vedTypes:"currencyControl",text:""},Yt={fullName:Ie,name:Te,phone:Me},Jt=R({...Yt,mail:Ie}),qt=R({...Yt,inn:Be,region:Ie}),Qt=e=>"currencyControl"===e,Zt=e=>({currencyControl:"currencyControl"===e,documentOperations:"documentOperations"===e,conversionTransactions:"conversionTransactions"===e,otherIssues:"otherIssues"===e}),el={ApplicationFormBusinessCard:dt,ApplicationFormWed:x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{fullName:t,name:l,phone:a,mail:i,inn:r,region:s,vedTypes:o,text:c}=e,d={typeForm:"KVED",fullName:t,name:l,phone:a.replace(/[^+\d]/g,""),text:c,vedTypes:Zt(o),PartnerComments:c,...Qt(o)?{inn:r,region:s?.text||""}:{mail:i}};P((e=>Qt(e)?qt:Jt)(o)(e))&&n(d)}),[n]),[,{field:r,...s}]=M(Gt,a),o=L();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[Wt(r),u(T,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),Kt(r,o),Xt(r),p("div",{className:"flex flex-col gap-m border-b border-main-divider pb-lg @xl:items-center @xl:flex-row @xl:pb-4xl",children:[lt(t),u(ue,{link:l})]}),u(T,{headingType:"h6",title:"Или свяжитесь с нами удобным способом",className:"@xl:text-center"}),p("div",{className:"flex gap-xl",children:[p("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:[u(Ut,{image:{icon:"PhoneIcon"},width:"24",height:"24"}),u("span",{children:"8 (800) 200-78-70"})]}),p("a",{className:"flex gap-s items-center text-primary-text no-underline","aria-label":"ved@rshb.ru",href:"mailto:ved@rshb.ru",children:[u(Ut,{image:{icon:"MailIcon"},width:"24",height:"24"}),u("span",{children:"ved@rshb.ru"})]})]})]})})),ApplicationFormDeposit:_t,ApplicationFormCredit:Rt,ApplicationFormAcquiring:it,ApplicationFormGrantSupport:Dt},tl=x((({responseType:e})=>{const t="OK"===e;return p("div",{className:`flex items-center p-lg rounded-md space-x-m ${t?"bg-ok":"bg-fail"}`,children:[u(Ut,t?{image:{icon:"ResponseOKIcon"},width:"42",height:"42"}:{image:{icon:"ResponseFailIcon"},width:"37",height:"34"}),p("div",{children:[u(T,{headingType:"h6",title:t?"Ваша заявка отправлена":"Не удалось отправить заявку",className:"mb-2xs"}),u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:t?"Совсем скоро мы с вами свяжемся":"Пожалуйста, повторите позднее"})]})]})})),ll={send:async function(e){try{const t=await fetch("/api/v1/sendcorporatelead",{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(e)});return await t.json()}catch(e){return null}}},nl=x((e=>{const{className:t,formBlock:l,...a}=e,[r,s]=n(""),o=i((async e=>{const t=await ll.send(e)?"OK":"Fail";return s(t),t}),[]);return u(S,{className:t,defaultPadding:"p-6xl",...a,children:p("div",{className:"container max-w-[978px] space-y-lg",children:[l?.title?u(T,{headingType:"h3",title:l.title,className:"@xl:text-center"}):null,l?al(l,o):null,r?u(tl,{responseType:r}):null]})})})),al=(e,t)=>{const l=e?.formType;if(!l||!(l in el))return null;return u(el[l],{...e,onSubmit:t})},il={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},rl=x((({className:e,defaultIconSize:t=44,iconBgVersion:l="primary",size:n,icon:a,...i})=>{const r=String(n?.width||t);return a?u("div",{style:{width:`${r}px`,height:`${r}px`},className:w("rounded-icon object-fit flex justify-center items-center",il[l],e),children:u(Ae,{...i,width:"54%",height:"54%",name:a})}):null})),sl=x((({className:e="",title:t,benefitList:l,...n})=>p(S,{className:w("space-y-x",e),defaultPadding:"p-6xl",...n,children:[t?u(T,{headingType:"h3",as:"h2",className:"text-left sm:text-center",title:t}):null,l?.length?u("div",{className:"flex flex-wrap w-full sm:justify-center mt-xl gap-5xl",role:"list",children:l.map(ol)}):null]}))),ol=(e,t)=>p("div",{className:"flex gap-m items-center md:basis-1/2 md:max-w-[500px]",role:"listitem",children:[e?.icon?.icon?u(rl,{className:"shrink-0",defaultIconSize:56,iconBgVersion:e?.iconBgVersion||"",...e?.icon}):null,e?.icon?.src?u(Ut,{className:"shrink-0",image:e.icon}):null,e?.label?p("div",{className:"sm:h-full",children:[u(T,{headingType:"h6",children:e.label}),cl(e.description)]}):null]},String(t)),cl=e=>{const t=e?.benefitType||null;return e&&t?u("div",{className:"mt-2xs sm:mt-xs",children:"list"===t?ml(e):dl(e)}):null},dl=e=>e?.name?u(me,{font:"font-light",size:"text-l",color:"text-secondary-text group-data-secondary:text-white",children:e.name}):null,ml=e=>{const t=e?.bullets?"list-disc pl-3xl":"";return e?.items&&e.items.length>0?u("ul",{className:t,children:e.items.map(((e,t)=>u(me,{font:"font-light",size:"text-l",color:"text-secondary-text group-data-secondary:text-white",children:e},`benefitListItem-${t}`)))}):null},hl=(e,{className:t,buttonClassName:l,isVertical:n}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?u("div",{className:w("flex",n?"flex-col gap-xs justify-items-stretch":"flex-wrap gap-lg sm:gap-m",t),children:e.map(ul(l))}):null,ul=(e="")=>(t,l)=>{const{text:n,icon:a,iconRight:i,version:r,...s}=t||{},o=pl(a,r),c=pl(i,r);return n||a?.icon?u(oe,{className:w("basis-full sm:basis-auto",e),appendLeft:xl({...a,iconVersion:o}),appendRight:xl({...i,iconVersion:c}),version:r,text:n,...s},l?String(l):""):null},pl=(e,t="secondary")=>{const l="secondary"===t?"color":"white";return e?.iconVersion?e?.iconVersion:l},xl=e=>e?.icon||e?.src?u(Ut,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,gl={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"}},fl={H6:"text-h6",XL_L:"text-xl-light",XL_R:"text-xl",L_L:"text-l-light",L_R:"text-l",M:"text-m-light",S:"text-s-light",XS:"text-xs-light"},bl=x((({className:e,version:t="",headlineVersion:l="XL",title:n,description:a,align:i="text-center",as:r,isEmbedded:s=!1,isTheme:o=!1,...c})=>{const d=gl[l],m={marginTop:d.descriptionStyle};return p(S,{className:w(s?"@container-normal":"",e),defaultPadding:s?"":"p-6xl",version:t,isTheme:o,...c,children:[n?u(T,{className:w("whitespace-pre-wrap",i),...d?.title,as:r||d?.title.as,title:n}):null,a?u(me,{size:d.descriptionSize,font:d.descriptionWeight,align:i,...m,children:a}):null]})})),yl="text-left",vl=x((({className:e="",title:t,description:l,bonusItems:n=[],align:a="text-left",...i})=>u(S,{className:e,defaultPadding:"p-6xl",...i,children:p("div",{className:"container",children:[u(bl,{className:"mb-xl",isEmbedded:!0,title:t,description:l,headlineVersion:"M",align:a}),u("div",{className:"flex flex-wrap w-full",children:n.length>0?n.map(((e,t)=>p("div",{className:"mb-3xl last:mb-0 sm:space-y-xs flex flex-col grow w-full p-4xl sm:p-m @xl:w-[49%] border border-gray",children:[u("div",{className:"grow",children:u(bl,{title:e?.title,description:e?.description,headlineVersion:"S",isEmbedded:!0,align:"text-left"})}),p("div",{className:"flex justify-center sm:justify-between sm:items-end",children:[u("div",{className:"hidden sm:block",children:hl(e?.buttons)}),e.bonusItemContent?.bonusType?Nl(e.bonusItemContent):null]})]},String(t)))):null})]})}))),Nl=e=>"count"===e.bonusType?wl(e):kl(e),wl=e=>p("div",{className:"w-full pt-default mt-s flex justify-center sm:justify-end items-end",children:[e.bonusCount?u("div",{className:"shrink-0 -mb-10",children:u("span",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:e.bonusCount})}):null,e.bonusName?u("div",{className:"shrink-0 gradient-color-text",children:u(he,{size:"text-h2",children:e.bonusName})}):null]}),kl=e=>e.image?u(Ut,{className:"min-w-12 p-xs rounded-icon shrink-0",image:e.image}):null,Sl=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`}),Cl=x((({className:e="",style:t,idx:l,activeIndex:n,observerOptions:a,children:r,onIntersection:s})=>{const o=y(i((e=>{e.length&&s&&s(l||0,e[e.length-1])}),[s,l]),a);return u("div",{className:`inline-block snap-always box-border ${e}`,style:t,"aria-current":Boolean(l===n),ref:o,children:r})})),Il=["min-w-full","@lg:min-w-[50%]","@lg:min-w-[33.3%]","@lg:min-w-[25%]"],Tl=x((({className:e="",containerRef:t,activeIndex:l,visibleItemCount:n=0,gap:a=0,padding:r=0,listType:o="horizontal-list",snapAlign:c="snap-center",minHeight:d,children:m,onVisibleItemsChange:h,onVisibleIndicesChange:p})=>{const x={sensitivity:1,rootRef:t},g=s([]),f=i(((e,t)=>{const l=[...g.current||[]];l[e]=t,g.current=l,h&&h(l),p&&p(Ml(l))}),[h,p]),b=n>0?a*Number(n)-1:0,y="vertical-list"===o,v="horizontal-list"===o,N={...v?Bl(r,b):{},...y?Sl(d):{},gap:`${a}px`};return u("div",{className:w("box-border overflow-auto no-scrollbar",o,e),style:N,ref:t,children:(k=(e,t)=>u(Cl,{className:w(c,n?Il[n-1]:"",y?"h-full":""),style:v?Bl(r/4):{},activeIndex:l,idx:t,observerOptions:x,onIntersection:f,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(k):k(e,0))(m)});var k})),Bl=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),Ml=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),Rl={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},Pl={"horizontal-list":"w-6","vertical-list":"h-6"},Vl=x((({className:e="",containerRef:t,activeIndex:l,dotCount:n=0,listType:a="horizontal-list",version:i})=>n?u("div",{className:w("flex gap-xs",Rl[a],i?"group":"",e),...i?{"data-ver":i}:{},children:new Array(n).fill(null).map(((e,n)=>u("div",{className:`cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white group-data-transparent:bg-white ${n===l?Pl[a]:"w-2 h-2 opacity-30"}`,role:"button","aria-hidden":!0,onClick:()=>(e=>{e!==l&&t?.current&&t.current.children[e]?.scrollIntoView({behavior:"smooth",block:"nearest"})})(n)},String(n))))}):null)),_l=e=>e,zl=(e=_l)=>t=>t.reduceRight(((t,l)=>e(t)>e(l)?t:l)),Al=zl(),jl=(e=_l)=>zl((t=>-e(t))),Dl=jl(),El=e=>t=>e.scrollWidth/t,Ol=e=>(t,l)=>{e.scrollBy({left:l*El(e)(t),behavior:"smooth"})},Ll=({itemCount:e,onVisibleIndicesChange:t})=>{const l=s(null),[a,r]=n([]),o=i((e=>{r((t=>{return(l=t)===(n=e)||Boolean(l&&n&&l?.length===n?.length&&l.every(((e,t)=>e===n[t])))?t:e;var l,n})),t&&t(e)}),[e]),[c,d]=a.length?[jl()(a),zl()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;l.current&&(m?Ol(l.current)(e,-1):(t=l.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{l.current&&(h?Ol(l.current)(e,1):l.current.scrollTo({left:0,behavior:"smooth"}))}),[e,h]),x=i((e=>{l?.current&&l.current.children[e]?.scrollIntoView({behavior:"smooth",block:"nearest",inline:"center"})}),[l]);return[l,{scrollLeft:u,scrollRight:p,scrollTo:x,canScrollLeft:m,canScrollRight:h,visibleIndicesRange:[c,d],handleVisibleIndicesChange:o}]},Fl=x((({className:e,version:t,gap:l=14,padding:n=16,showDots:a=true,minHeight:i,children:r,onVisibleIndicesChange:s,listType:o="horizontal-list"})=>{const c=Array.isArray(r)?r.length:0,[d,m]=Ll({itemCount:c,onVisibleIndicesChange:s}),[h]=m.visibleIndicesRange;return p("div",{className:w(e,"vertical-list"===o?"relative h-full":""),children:[u(Tl,{containerRef:d,activeIndex:h,visibleItemCount:1,gap:l,padding:n,onVisibleIndicesChange:m.handleVisibleIndicesChange,listType:o,minHeight:i,children:r}),a?u(Vl,{containerRef:d,activeIndex:h,dotCount:c,listType:o,version:t}):null]})})),$l=(e,t,l)=>u(Fl,{children:e.map(((e,t)=>(({icon:e,title:t,description:l},n)=>p("div",{className:w("flex flex-col","justify-between p-m h-full border border-gray",l||t?"":"justify-center"),children:[t?u(he,{size:"text-h6",font:"font-normal",align:yl,children:t}):null,e?u(Ut,{image:e,height:"180",className:"w-auto"}):null,l?u(he,{size:"text-h6",font:"font-normal",align:yl,children:l}):null]},String(n)))({...e},t)))}),Ul=x((({bonusBenefits:e,cardTextAlign:t="center",className:l="",columnsCount:n="4",subtitle:a,title:i,...r})=>p(S,{className:l,defaultPadding:"p-6xl",...r,children:[u(bl,{title:i,description:a,headlineVersion:"M"}),e?.length?$l(e):null]}))),Hl={start:"justify-start",center:"justify-center",end:"justify-end"},Wl=x((({buttons:e,className:t="",align:l,...n})=>{const a=l?w("flex",Hl[l]):"";return u(S,{className:w("!bg-transparent",a,t),defaultPadding:"p-0",...n,children:hl(e)})})),Kl=x((({className:e="",isFoldButtonOnTop:t=!1,unfoldedByDefault:l=!1,renderFoldableSection:a,renderFoldButton:r})=>{const[s,o]=n(l),c=i((()=>{o((e=>!e))}),[]),d=a({isUnfolded:s,onToggle:c}),m=r?r({isUnfolded:s,onToggle:c}):null;return p("div",t?{className:e,children:[m,d]}:{className:e,children:[d,m]})})),Xl=x((({className:e="",isUnfolded:t,children:l})=>{const n=s(null);return a((()=>{n.current&&(n.current.style.maxHeight=t?`${n.current.scrollHeight}px`:"")}),[t,l?.length]),u("div",{ref:n,className:`transition-max-h duration-300 overflow-hidden ${n.current||!t?"max-h-0":""} ${e}`,children:l})})),Gl=x((({title:e,value:t,postfix:l="",prefix:n,className:a=""})=>p("div",{className:w("flex justify-between md:flex-col",a),children:[e?u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}):null,u("div",t?{children:p(he,{size:"text-h3",children:[n," ",bt(2)(Math.round(t))," ",l]})}:{children:u(he,{size:"text-h3",children:"-"})})]}))),Yl=Math.round(23.5),Jl={minSum:1e4,maxSum:5e6,minMonths:13,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},ql={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Ql={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Zl={minSum:5e4,maxSum:5e6,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0},en={minSum:1e3,maxSum:5e5,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,isSmallBusiness:!1,depositeName:"Депозит 'Стабильный'"},tn=x((({rate:e,title:t="Ставка",unit:l,depositeName:n,isShowDepositeName:a,rateBlockClassName:i,fractionDigits:r=2})=>p("div",{children:[u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:t}),p("div",{className:"relative",children:[p("div",{className:"flex justify-start gradient-color-text",children:[u("span",{className:w("font-mohave text-title-huge pr-xl -mt-m",i),children:String(e.toFixed(r)).replace(".",",")}),l?u("span",{className:"text-7xl",children:l}):null]}),n&&a?u("div",{className:"absolute bottom-7 w-full text-center whitespace-nowrap",children:n}):null]})]}))),ln=e=>e?u(me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e}):null;function nn({isShowItems:e=!0,step:t=1e3,...l}){const n=[`От ${bt(2)(l.min||0)} ₽`,`До ${bt(2)(l.max||0)} ₽`];return u(kt,{items:e?n:[],step:t,...l})}function an(e){const{data:t}=A(`/wcms-resources/${e}.json`,E);return t}const rn=(e,t)=>{const{travelExpenseValue:l,restExpenseValue:n}=e,a=an(t||"bonus-calculator-data")||Ql,[i,r]=((e,t,l)=>{const{minSumTravel:n,minSumOther:a,maxBonus:i,prefMonthsNum:r,prefTravelBonusRate:s,prefRestBonusRate:o,travelBonusRate:c,restBonusRate:d}=e;if(t===n&&l===a)return[0,0];const m=Math.min(Math.round(s*t)+Math.round(o*l),i);return[m,m*r+Math.min(Math.round(c*t)+Math.round(d*l),i)*(12-r)]})(a,l,n);return{...a,...e,monthBonus:i,yearBonus:r}},sn=x((({className:e="",sourceBookDir:t="",buttons:l,footnote:n})=>{const[a,{field:i}]=M({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:r,maxSumTravel:s,minSumOther:o,maxSumOther:c,monthBonus:d,yearBonus:m}=rn(a,t);return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Сумма покупок в категории путешествия, ₽",min:r,max:s,step:500,isShowItems:!1,...i("travelExpenseValue")}),nn({title:"Сумма покупок в остальных категориях, ₽",min:o,max:c,step:500,isShowItems:!1,...i("restExpenseValue")})]}),d>=0?u(tn,{title:"Баллов за месяц",rate:d,rateBlockClassName:"tracking-[-14px]",fractionDigits:0}):null,p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[m>=0?u(Gl,{title:"Баллов за год",value:m}):null,hl(l,{isVertical:!0}),ln(n)]})]})})),on=x((({className:e,viewBox:t,fill:l="none",width:n,height:a,paths:i,...r})=>u("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:l,width:n,height:a,children:i.map((({d:e,fill:t,...l},n)=>u("path",{d:e,fill:t||"currentColor",...r,...l},n)))}))),cn=[{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"}],dn=x((({className:e,value:t,text:l,disabled:n,isRadio:a,onChange:r})=>{const s=i((e=>{n||(e.preventDefault(),r&&r(!t))}),[r,n,t]),o=a?u("div",{className:"absolute left-1 w-3 h-3 rounded-full bg-primary-main"}):u(on,{paths:cn,className:"absolute left-1 ml-px block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"});return u("div",{className:e,children:p("label",{className:"flex items-center relative cursor-pointer group/box",onClick:s,children:[u("div",{className:w("appearance-none w-5 h-5 border-solid cursor-pointer m-0",a?"rounded-full border-2":mn(t),t?"border-primary-main":"border-gray",n?"bg-main-disabled":"group-hover/box:border-primary-hover"),role:"checkbox","aria-checked":Boolean(t),"aria-disabled":Boolean(n)}),t?o:null,l?u("div",{className:"ml-s",children:u(he,{size:"text-l",font:"font-light",children:l})}):null]})})})),mn=e=>w("rounded border",e?"bg-primary-main":""),hn=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,un={horizontal:"gap-5xl",vertical:"flex-col gap-s"},pn=x((({items:e,checkedItem:t,className:l,onChange:n,orientation:a="horizontal"})=>u("div",{className:w(`flex ${un[a]}`,l),children:e?.map((({id:e,text:l})=>u(dn,{isRadio:!0,text:l,value:t===e,onChange:()=>n&&n(e)},String(e))))}))),xn=({items:e,title:t,orientation:l="horizontal",value:n,radioGroupClassName:a,onChange:i})=>p("div",{className:"space-y-s",children:[t?u("div",{children:u(he,{color:"text-secondary-text",font:"font-light",children:t})}):null,u(pn,{orientation:l,items:e,checkedItem:e[n?0:1].id,className:w("flex-col sm:flex-row",a),onChange:t=>i&&i(t===e[0].id)})]}),gn=e=>xn({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),fn=x((({title:e="Ставка",isUnavailableByTerm:t=!1})=>p("div",{children:[u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),u("div",{className:"mt-2xs pt-2xs pl-lg pb-xs",children:u(Ae,{name:"PercentIcon",width:"90",height:"85"})}),u("div",{className:"w-64 mt-m",children:t?p(me,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",u("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):u(me,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),bn=({rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n})=>u(tn,{rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,rateBlockClassName:"tracking-[-25px]",unit:"%"}),yn=({rate:e})=>u(Gl,{title:"Ставка",value:e,postfix:"%"}),vn=e=>0===e.rate?u(fn,{isUnavailableByTerm:e.isUnavailableByTerm}):p("div",{children:[u("div",{className:"hidden md:block",children:bn(e)}),u("div",{className:"md:hidden",children:yn(e)})]}),Nn=e=>{const t=[...e];t.sort((([e],[t])=>e-t));let l=1;for(;l<t.length;){const[e,n]=t[l-1],[a,i]=t[l];n>=a?t.splice(l-1,2,[e,Math.max(n,i)]):l++}return t},wn=([e,t],l,n=[])=>l&&l[e]&&l[t]?{[e]:l[e],[t]:l[t]}:kn([e,t],n),kn=([e,t],l=[])=>({[e]:l.length?Dl(l.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:l.length?Al(l.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),Sn=(e,[t,l],n)=>e>=n[t]&&e<=n[l],Cn=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,In=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,daysValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a/30)-n):Math.round(n*e*a/365/100)},Tn=x((({className:e="",sourceBookDir:t,buttons:l,footnote:n,bottomFootnote:a,isShowDepositeName:i})=>{const[r,{field:s}]=M({moneyValue:1e5,daysValue:90,isReplenished:!1,isPartialWithdrawal:!1,isSmallBusiness:!1,isMonthlyInterestPayment:!1}),o=((e,t)=>{const{daysValue:l,moneyValue:n,isPartialWithdrawal:a,isReplenished:i,isSmallBusiness:r,isMonthlyInterestPayment:s}=e,o=an(t||"business-calculator-data"),c=i||a,d=l<90||l>730;if(l<=30)return{...en,...e,isDisabledOperatingDeposit:d,isUnavailableByTerm:!0};const m=o?.rateRows?.find((e=>s===e.isMonthlyInterestPayment&&r===e.isSmallBusiness&&Cn(c,e)&&Sn(n,["minSum","maxSum"],e)&&Sn(l,["minDays","maxDays"],e)))||en,{rate:h}=m,u=In(h,e),p=n+u,x=o?.rateRows||[en];return{...m,...kn(["minSum","maxSum"],x),...kn(["minDays","maxDays"],x),...e,isDisabledOperatingDeposit:d,income:u,finalSum:p}})(r,t),{income:c,finalSum:d,rate:m,isUnavailableByTerm:h,depositeName:x}=o;return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Сумма, ₽",min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),(g={title:"Срок, дней",min:o.minDays,max:o.maxDays,...s("daysValue"),value:o.daysValue},u(kt,{items:[`От ${hn(g.min||0)}`,`До ${hn(g.max||0)}`],step:1,...g})),Bn(o,s),gn({title:"Выплата процентов",orientation:"vertical",...s("isMonthlyInterestPayment"),radioGroupClassName:"sm:flex-col"})]}),u("div",{className:"border-b border-main-divider md:hidden"}),vn({rate:m,depositeName:x,isShowDepositeName:i,isUnavailableByTerm:h}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[Mn(d,c),hl(l,{isVertical:!0}),ln(n),ln(a)]})]});var g})),Bn=(e,t)=>p("div",{className:"flex flex-col gap-y-xl sm:gap-y-s",children:[u(dn,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),u(dn,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal}),u(dn,{text:"ИП / малое предприятие",...t("isSmallBusiness"),value:e.isSmallBusiness})]}),Mn=(e,t)=>p("div",{className:"flex flex-col gap-2xl sm:gap-0",children:[u(Gl,{title:"Доход в конце срока",value:t,postfix:"₽",prefix:"+"}),u(Gl,{title:"Сумма в конце срока",value:e,postfix:"₽"})]}),Rn=({min:e=0,max:t=0,availableMonths:l,...n})=>u(kt,{items:[`От ${Pn(e)}`,`До ${Pn(t)}`],step:1,...l?.length?{list:l}:{min:e,max:t},...n}),Pn=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,Vn=e=>_n({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&_n({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&_n({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&_n({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),_n=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],zn=(e,t)=>{const{isAnnuity:l,moneyValue:n,monthsValue:a,moneyExtra:i}=t;if(0===e)return 0;if(l){const t=e/1200;return i?(n+i)*(t+t/(Math.pow(1+t,a)-1)):n*(t+t/(Math.pow(1+t,a)-1))}return Math.round(n/a)+n*(e/1200)},An=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=an(t||"credit-calculator-data"),s=i?.rateRows||[Jl],o=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Vn({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:i?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:c,maxSum:d}=wn(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=wn(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a})=>e?.find((e=>Vn({row:e,userInputParams:t,paramsViewSettings:l})&&Sn(n,["minSum","maxSum"],e)&&Sn(a,["minMonths","maxMonths"],e)))||Jl)({rateRows:s,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a}),{rate:p}=u,x=zn(p,e);return r((()=>({...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:n,monthsValue:a,monthlyPayment:x})),[e,i])},jn=e=>xn({...e,radioGroupClassName:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),Dn=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a,isMobile:i})=>{const[r,{field:s}]=M({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,moneyValue:2e5,monthsValue:Yl}),o=An(r,t,a),c=jn({title:i?"Тип платежа":"",orientation:"vertical",...s("isAnnuity")});return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Сумма кредита, ₽",step:500,min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),Rn({title:"Срок кредита, месяцев",min:o.minMonths,max:o.maxMonths,...s("monthsValue"),value:o.monthsValue}),En({...o,...a},s),u("div",{className:"sm:hidden",children:c})]}),u("div",{className:"border-b border-main-divider md:hidden"}),vn({rate:o.rate}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Gl,{title:"Ежемесячный платеж",value:o.monthlyPayment,postfix:"₽"}),u("div",{className:"hidden sm:block",children:c}),hl(l,{isVertical:!0}),ln(n)]})]})})),En=(e,t)=>p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?u(dn,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?u(dn,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?u(dn,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?u(dn,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),On=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=an(t||"deposit-calculator-data"),r=i?.rateRows?.[0]?$n(i.rateRows[0].minMonths,i.rateRows[0].maxMonths):1,s=!l?.isShowMonthlyInterestPayment,o=!l?.isShowRemoteRegistration,c=i?.rateRows?.find((t=>Fn({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:s})&&Fn({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:o})&&Sn(n,["minSum","maxSum"],t)&&Sn(a||r,["minMonths","maxMonths"],t)))||Zl,{rate:d}=c,m=Ln(d,e),h=n+m,u=i?.rateRows||[Zl];return{...c,...kn(["minSum","maxSum"],u),...kn(["minMonths","maxMonths"],u),availableMonths:Nn(u.map((e=>[e.minMonths,e.maxMonths]))).flatMap((([e,t])=>((e,t,l=1)=>Array.from({length:Math.abs(t-e)/l+1},((n,a)=>t>=e?e+a*l:e-a*l)))(e,t))),...e,defaultMonth:r,income:m,finalSum:h}},Ln=(e,t)=>{const{isMonthlyInterestPayment:l,moneyValue:n,monthsValue:a}=t;return l?Math.round(n*Math.pow((1200+e)/1200,a)-n):Math.round(n*e*30*a/365/100)},Fn=({row:e,userInputParams:t,paramKey:l,isExclude:n})=>n||t[l]===e[l],$n=(e,t)=>e+Math.round((t-e)/2),Un=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:i})=>{const[r,{field:s}]=M({moneyValue:2e4,monthsValue:0,isMonthlyInterestPayment:!1,isRemoteRegistration:!1}),o=On(r,t,i),{defaultMonth:c,rate:d,income:m,finalSum:h}=o,{onChange:x}=s("monthsValue");return a((()=>{x&&x(c)}),[c]),p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Сумма, ₽",min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),Rn({title:"Срок, месяцев",min:o.minMonths,max:o.maxMonths,availableMonths:o.availableMonths,...s("monthsValue"),value:o.monthsValue}),Hn({...o,...i},s)]}),u("div",{className:"border-b border-main-divider md:hidden"}),vn({rate:d}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Gl,{title:"Доход в конце срока",value:m,postfix:"₽",prefix:"+"}),u(Gl,{title:"Сумма в конце срока",value:h,postfix:"₽"}),hl(l,{isVertical:!0}),ln(n)]})]})})),Hn=(e,t)=>{return p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowMonthlyInterestPayment?gn({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment}):null,e.isShowRemoteRegistration?(l={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration},xn({...l,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]});var l},Wn=e=>Kn({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Kn({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Kn=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],Xn=(e,t,l)=>{const{moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}=e,o=an(t||"refinancing-calculator-data"),c=o?.rateRows||[ql],d=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Wn({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:o?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:m,maxSum:h}=wn(["minSum","maxSum"],d,c),{minMonths:u,maxMonths:p}=wn(["minMonths","maxMonths"],d,c),x=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>Wn({row:e,userInputParams:t,paramsViewSettings:l})&&Sn(n+r,["minSum","maxSum"],e)&&Sn(i,["minSumOld","maxSumOld"],e)&&Sn(r,["minSumExtra","maxSumExtra"],e)&&Sn(a,["minMonths","maxMonths"],e)))||ql)({rateRows:c,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}),{rate:g}=x,f=zn(g,e),b=e.oldMonthlyPayment-f;return r((()=>({...x,...e,minSum:m,maxSum:h,minMonths:u,maxMonths:p,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s,monthlyPayment:f,benefit:b})),[e,o])},Gn=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a})=>{const[i,{field:r}]=M({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),s=Xn(i,t,a);return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-m",e),children:[p("div",{className:"flex flex-col gap-y-m sm:max-w-md gap-2xl",children:[nn({title:"Остаток долга в других банках, ₽ ",step:500,min:s.minSum,max:s.maxSum-s.maxSumExtra,...r("moneyValue"),value:s.moneyValue}),nn({title:"Ежемесячный платеж в других банках, ₽",step:500,min:s.minSumOld,max:s.maxSumOld,...r("oldMonthlyPayment"),value:s.oldMonthlyPayment}),Rn({title:"Новый срок кредита, месяцев",min:s.minMonths,max:s.maxMonths,...r("monthsValue"),value:s.monthsValue}),Yn({...s,...a},r),s.isExtraMoney?nn({title:"Дополнительная сумма, ₽ ",step:500,min:s.minSumExtra,max:s.maxSumExtra,...r("moneyExtra"),value:s.moneyExtra}):null]}),vn({rate:s.rate,fractionDigits:1}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Gl,{title:"Ежемесячный платеж",value:s.monthlyPayment,postfix:"₽"}),s.benefit>0?u(Gl,{title:"Выгода в месяц",value:s.benefit,postfix:"₽"}):null,jn({orientation:"vertical",...r("isAnnuity")}),hl(l,{isVertical:!0}),ln(n)]})]})})),Yn=(e,t)=>p("div",{className:"space-y-s",children:[e.isShowSalaryClient?u(dn,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?u(dn,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,u(dn,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),Jn={CreditCalculatorForm:Dn,DepositCalculatorForm:Un,BusinessDepositCalculatorForm:Tn,BonusCalculatorForm:sn,RefinancingCalculatorForm:Gn},qn=x((({className:e,calculatorTabs:t=[]})=>u(S,{className:e,defaultPadding:"p-0",children:Zn(t)}))),Qn=e=>{const t=e.calculatorBlock?.calcType;if(!t||!(t in Jn))return null;return u(Jn[t],{...e.calculatorBlock,isMobile:!0})},Zn=e=>{if(!e||!e.length)return null;return 1===e.length?u(S,{children:Qn(e[0])}):e.map(((e,t)=>u(Kl,{isFoldButtonOnTop:!0,unfoldedByDefault:0===t,renderFoldableSection:({isUnfolded:t})=>u(Xl,{isUnfolded:t,children:u(S,{children:Qn(e)})}),renderFoldButton:ea(e)},t.toString())))},ea=e=>({isUnfolded:t,onToggle:l})=>p("button",{onClick:l,className:"w-full p-xl bg-primary-main flex items-center border-b border-white",children:[u("div",{className:"w-11 h-11 bg-white rounded-md flex justify-center items-center",children:u(Ae,{name:e.nav?.icon?.icon,iconVersion:"color",width:"24",height:"24"})}),p("div",{className:"flex-1 flex flex-col pl-s",children:[u(he,{align:"text-left",color:"text-white",children:e.nav?.title}),u(he,{align:"text-left",size:"text-s",color:"text-white",font:"font-light",children:e.nav?.description})]}),u(Ae,{name:t?"ArrowUpIcon":"ArrowDownIcon",iconVersion:"white",width:"24",height:"24"})]}),ta=x((e=>{const{onChange:t,min:l,max:n,defaultValue:a="0",fractionDigits:r=0,...s}=e,o=gt(e,{normalize:(e=a)=>l&&n?String(ft(Number(la(e)),l,n)):la(e),format:bt(r)}),c=i((e=>t&&t(la(e))),[t]);return u(xe,{onChange:c,...s,...o})})),la=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),na=x((e=>u(ta,{...e,fractionDigits:2,children:u("div",{className:"absolute right-4 bottom-4",children:u(he,{size:"text-xl",font:"font-light",children:"₽"})})}))),aa={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},ia={amount:1500,_amount:1500},ra=x((({className:e="",title:t="Укажите сумму перевода",label:l="Сумма перевода",placeholder:n="1500",button:a,formType:i="private",...r})=>{const[{amount:s,_amount:o},{field:c}]=M(ia),d=s<=0,m=d?re({version:a?.version}):se({className:"text-white",version:a?.version}),h=q();return p(S,{className:w("flex flex-col items-center",e),defaultPadding:"p-6xl",...r,children:[t?u(T,{className:"pb-lg xl:pb-4xl self-start xl:self-center",headingType:"h3",title:t}):null,p("form",{className:"w-full xl:max-w-[468px]",method:"POST",action:aa[i],children:[u(na,{name:"_amount",valid:!d,placeholder:n,label:l,...c("_amount",{parse:Number,format:String})}),u("input",{type:"hidden",name:"amount",value:o}),a?.text?u("button",{type:"submit",className:w("w-full p-m mt-lg",m),disabled:d,...h(a),children:a.text}):null]})]})})),sa=(e,t=0)=>{const{itemCount:l,visibleItemCount:a}=e,[r,s]=n(t),o=i((()=>s((e=>Math.min(e+1,l-1)))),[l]),c=i((()=>s((e=>Math.max(e-1,0)))),[l]),d=a?l>a&&r<l-a:r<l-1,m=r>0;return[r,{inc:o,dec:c,canInc:d,canDec:m,isScrollAvailable:m||d}]},oa=x((({className:e,disabled:t,...l})=>u(oe,{rounded:!0,className:`group/btn shadow-[0_4px_25px_rgba(0,0,0,0.07)] w-12 h-12 min-h-12 max-h-12 flex items-center justify-center ${t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main"} ${e||""}`,disabled:t,...l,children:u(Ut,{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"})}))),ca=x((e=>u(oa,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),da=x((e=>u(oa,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),ma="absolute top-[calc(50%-24px)] z-40",ha="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",ua=x((({scroll:e,activeIndex:t,itemCount:l,arrowsPadded:n,hasEdgeBlocks:a,onScrollLeft:r,onScrollRight:s})=>{const{canScrollLeft:o,canScrollRight:c,scrollLeft:d,scrollRight:m}=e,h=a?t>0:o,x=a?t<l-1:c,g=i((()=>{a?(o&&t!==l-1&&d(),r()):d()}),[d,r,a,o,t,l]),f=i((()=>{a?(c&&0!==t&&m(),s()):m()}),[m,s,a,o,t,l]);return p("div",{className:"hidden @lg:block",children:[pa(e),h?u(ca,{className:w(ma,n?"left-1 @lg:left-8":"left-0"),onClick:g}):null,x?u(da,{className:w(ma,n?"right-1 @lg:right-8":"right-0"),onClick:f}):null]})})),pa=e=>p("div",{children:[e.canScrollLeft?u("div",{className:w(ha,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?u("div",{className:w(ha,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),xa=({blockClassName:e,block:t,render:l})=>l({blockClassName:e,block:t}),ga=[];function fa(e,t,{className:l,...n}={}){const{key:a,blockDecorator:i=xa,blocksRegistry:r={},ancestors:s=ga}=t,{type:o}=e;o&&o in r||console.warn(`No block with "${o}" is registered`);const c=o&&r[o];return i({blockClassName:w(e.style?.length?e.style:"col-span-12",l),block:e,ancestors:s,render:({block:l,blockClassName:i})=>{const{content:r}=l;return c?u(c,{className:i,block:e,options:t,...r,...n},a):null}},a)}const ba=[],ya=(e,{key:t,ancestors:l=ba,slotName:n=null,extraProps:a,renderProps:i=fa,...r})=>{const s=a?(e,t)=>fa(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...l||ba,[r.parent,n]]:l},a)))};function va({block:e,options:t,children:l,extraProps:n,renderProps:a}){return l||(e&&t?ya(e.blocks,{...t,parent:e,extraProps:n,renderProps:a}):null)}const Na=({className:e,text:t="ХИТ"}={})=>p("div",{className:w("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]",e),children:[u(Ae,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),u(me,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),wa="relative h-full",ka={small:"sm:min-w-64",normal:"sm:min-w-96",big:"sm:min-w-[515px]"},Sa=({noCardBorder:e,activeIndex:t,cardSize:l="normal",...n})=>{const{blocks:a}=n.block||{},i=a?.some(Ta);return va({...n,renderProps:(n,a,r)=>p("div",{className:Ca(n,{someCardsHighlighted:i}),children:[fa(n,a,{className:Ia(n,{someCardsHighlighted:i,showBorder:!e,cardSize:l}),blockIndex:r,isActive:r===t}),Ta(n)?Na({className:"absolute top-0 -right-4 z-40"}):null]},String(r))})},Ca=(e,{someCardsHighlighted:t})=>w(wa,t&&(Ta(e)?"pt-3xl":"pt-3xl sm:pt-16")),Ia=(e,{someCardsHighlighted:t,showBorder:l,cardSize:n="normal"})=>w(wa,"min-w-80",ka[n],t&&(Ta(e)?"pt-3xl sm:pt-16":"pt-3xl"),l&&"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider"),Ta=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,Ba=x((({className:e,itemCount:t,visibleItemCount:l=0,noCardBorder:n,isAlignCenter:a,arrowsPadded:i=!0,isGap:r=!0,cardSize:s="normal",...o})=>{const{blocks:c=[]}=o.block||{},d=t||c?.length,[m,{inc:h,dec:x}]=sa({itemCount:d,visibleItemCount:l},Math.floor(l/2)),[g,f]=Ll({itemCount:d}),[b]=f.visibleIndicesRange,y=c&&"CarouselBankHistoryCard"===c[0]?.type;return p(S,{className:e,defaultPadding:"p-6xl",...o,children:[p("div",{className:w(a?"flex justify-center":"","relative max-w-full"),children:[u(Tl,{containerRef:g,visibleItemCount:l,snapAlign:"snap-start",gap:r?16:void 0,onVisibleIndicesChange:f.handleVisibleIndicesChange,children:Sa({noCardBorder:n,activeIndex:m,cardSize:s,...o})}),u(ua,{scroll:f,arrowsPadded:i,onScrollLeft:x,onScrollRight:h,hasEdgeBlocks:y,activeIndex:m,itemCount:d})]}),u(Vl,{className:"@lg:hidden",containerRef:g,activeIndex:b,dotCount:d,listType:"horizontal-list"})]})}));Ba.childrenTypes=["CarouselCard","CarouselBankHistoryCard","CarouselCatalogCard","CarouselInvestmentCard","CarouselProductCard","CarouselProgramsCard","CarouselRecommendationCard","CarouselTariffsCard","CarouselRichTextCard","CarouselInvestmentCard","CarouselEventCard","ProductBlock"],Ba.childSchema=()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}});const Ma=x((({title:e,description:t,className:l})=>u(S,{className:l,defaultPadding:"p-6xl",children:u(bl,{headlineVersion:"XS",title:e,description:t,align:"text-left",className:"text-primary-text",isEmbedded:!0})}))),Ra="z-10 border border-solid w-full h-full",Pa=w(Ra,"absolute hidden @xl:block border-transparent"),Va=x((({className:e,title:t,description:l,button:n,...a})=>u(S,{className:w("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:p("div",{className:"relative",children:[u("div",{className:w(Pa,"top-9 right-12 bg-green-dark")}),u("div",{className:w(Pa,"top-6 right-8 bg-green")}),u("div",{className:w(Pa,"top-3 right-4 bg-green-light")}),p("div",{className:w(Ra,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-light"),children:[u(bl,{title:t,description:l,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),hl([n],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),_a={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},za=x((({className:e,defaultPadding:t,padding:l,title:n="",insetTitle:a="",buttons:i,leftImage:r,rightImage:s,imageAlign:o,backImage:c,isImageAlwaysOnRight:d=!1,children:m})=>p("div",{className:w("relative flex flex-col gap-3xl font-sans overflow-hidden",l||t,e),children:[n?u("div",{className:"relative",children:n}):null,p("div",{className:w("grow relative flex justify-around @lg:justify-between items-stretch gap-3xl",d?"flex-row":"flex-col-reverse @lg:flex-row"),children:[Aa(r,{imageAlign:o}),p("div",{className:w("flex flex-col gap-3xl max-w-[600px] @xl:max-w-[728px]",r?"":"grow"),children:[a,u("div",{className:"grow",children:m}),c?u("div",{className:"justify-center mx-auto sm:absolute sm:-z-10 sm:-bottom-4 sm:-right-4",children:c}):null,i]}),Aa(s,{className:d?"":"@xl:order-1",imageAlign:o})]})]}))),Aa=(e,{className:t,imageAlign:l})=>e?u("div",{className:w("md:flex-shrink-0 self-center",l&&_a[l],t),children:e}):null,ja={black:"bg-black",white:"bg-white"},Da=x((({className:e="",title:t,description:l,image:n,price:a,button:i,colors:r=[],align:s="text-left",padding:o,...c})=>u(S,{className:w("flex flex-col justify-left",e),defaultPadding:"p-2xl",...c,children:p(za,{className:"h-full",padding:o,title:t?u(bl,{title:t,description:l,headlineVersion:"XS",isEmbedded:!0,align:s}):null,rightImage:n?.src?u(Ut,{className:"flex justify-center align-center mb-xl",image:n}):null,buttons:hl([i],{buttonClassName:"w-full mt-lg"}),children:[r?.length?p("div",{className:"flex text-secondary-text mb-m",children:[u("div",{className:"mr-xs",children:u(he,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(Ea)]}):null,a?p(he,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),Ea=(e,t)=>u("div",{role:"figure",className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${ja[e]}`},String(t)),Oa="hidden xl:block absolute w-full h-full border border-white",La=x((({text:e,href:t="",target:l="",className:n=""})=>{const a=q()({href:t,target:l});return e?u("div",{className:w("flex relative group/link pl-s pb-s min-w-[16rem] xl:min-w-[20rem]",n),children:p("div",{className:"relative min-h-16 w-full",children:[p("a",{className:w("absolute border\n bg-white flex justify-between group-hover/link:text-primary-main","sm:rounded-md rounded-none w-full px-xl py-lg whitespace-nowrap z-10"),role:"link",...a,children:[u(he,{size:"text-l",font:"font-light",color:"text-primary-text",children:e}),u(Ut,{className:"group-hover/link:brightness-100 hidden xl:block ml-2xs",image:{icon:"ArrowRightIcon",iconVersion:"black"},imageClassName:"group-hover/link:text-primary-main hidden xl:block",width:"24",height:"24"})]}),u("div",{className:w(Oa,"-bottom-1.5 -left-1.5")}),u("div",{className:w(Oa,"-bottom-3 -left-3")})]})}):null})),Fa=x((({className:e,additionalDescription:t,description:l,links:n,title:a,...i})=>u(S,{className:w("overflow-hidden",e),...i,children:p("div",{className:"flex flex-col @6xl:flex-row gap-m",children:[p("div",{children:[u(bl,{isEmbedded:!0,title:a,description:l,as:"h1",align:"text-left"}),t?u(bl,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0}):null]}),n?.length?$a(n,"@6xl:min-w-[672px] p-0 justify-self-end"):null]})}))),$a=(e,t="")=>{const l=Math.ceil(e.length/3);return u(Ba,{className:t,version:"secondary",itemCount:l,arrowsPadded:!1,padding:"p-0",children:new Array(l).fill(null).map(((t,l)=>u("div",{className:w("flex flex-wrap gap-2xs self-start xl:justify-center @5xl:grid @5xl:grid-cols-2"),children:e.slice(3*l,3*(l+1)).map(((e,t)=>u(La,{...e},String(t))))},String(l))))})},Ua=x((({className:e="",href:t,target:l,isRemote:n=!1,children:a})=>{const i=q({isRemote:n})({href:t,target:l});return u(t?"a":"div",{className:w("block",e),...t?i:{},children:a})})),Ha={L:"w-1.5 h-1.5 mr-m",M:"w-1.5 h-1.5 mr-s",S:"w-1 h-1 mr-xs",XS:"w-1 h-1 mr-xs"},Wa=x((({className:e,isDotted:t=!0,children:l,size:n="M"})=>p("div",{className:w("font-sans flex",e),role:"listitem",children:[t?u("div",{className:"shrink-0",children:u("div",{className:w("align-middle inline-block rounded-full bg-primary-text group-data-secondary:bg-white",Ha[n])})}):null,u("span",{children:l})]}))),Ka={XS:"text-m font-light",S:"text-l font-light",M:"text-h6",L:"text-h5"},Xa={XS:"ml-2xs",S:"ml-xs",M:"ml-s",L:"ml-m"},Ga=x((({className:e,hasIndent:t,isDotted:l,items:n,listItemSize:a="M"})=>n?.length?u("section",{className:w("flex flex-col gap-xs text-left text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text",Ka[a],t?Xa[a]:"",e),role:"list",children:n.map(((e,t)=>u(Wa,{isDotted:l,size:a,children:e},String(t))))}):null)),Ya=x((({additionalDescription:e,align:t="text-left",button:l={},className:n="",description:a,headlineSmallVersion:i="H6",href:r,icon:s,isDotted:o=!0,isButtonFullWidth:c=!0,isImageFullWidth:d=!1,isTopPosition:m=!1,items:h=[],target:u,title:x,version:g="primary",...f})=>p(S,{className:w("flex flex-col justify-between",t,n),defaultPadding:"p-0",version:g,...f,children:[p(Ua,{className:"p-m flex flex-col gap-xs",href:r,target:u,children:[qa(i,x),Qa(a),ei(h,o,g),Za(e),Ja(s,d,m)]}),hl([l],{className:w("p-m pt-0",c?"":"self-center"),isVertical:c})]}))),Ja=(e,t,l)=>p("div",{className:w("flex gap-lg",l?"order-first":"order-last",t?"":"justify-center"),children:[e?.src?u(Ut,{className:"shrink-0",image:e}):null,e?.icon?u(Ut,{className:w("shrink-0",t?"":"w-8 h-8 min-w-8"),image:e}):null]}),qa=(e,t)=>t?u(he,{size:fl[e],children:t}):null,Qa=e=>e?u(me,{size:"text-l",children:e}):null,Za=e=>e?u(he,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",children:e}):null,ei=(e,t,l="primary")=>e?.length?u(Ga,{className:w("text-s","primary"===l?"!text-secondary-text":""),items:e.filter((e=>e?.text)).map((e=>e.text)),isDotted:t,listItemSize:"S"}):null,ti=(e=[])=>e.reduce(((e,t)=>e+t),0),li=(e=[])=>e?.length?ti(e)/e.length:0,ni=(e,t="normal")=>e?u("div",{className:w("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:u(Ut,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,ai=x((e=>{const{__html:t="",richVersion:l=""}=e;return t.replace(/<\/?[^>]+\/?>/g,"").trim()?u("div",{className:w(l,"md-container"),dangerouslySetInnerHTML:{__html:t}}):null})),ii=(e,t)=>e?u(me,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,ri=(e,t)=>e?u(he,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,si=(e,t)=>"rte"===e.type&&"__html"in e&&e.__html?u(ai,{...e},`rte-${t}`):["label"in e?ri(e.label,t):null,"description"in e?u("span",{className:e.descriptionClassName,children:ii(e.description,t)},String(t)):null],oi=x((({className:e,benefitsVersion:t,...l})=>p("div",{className:w("flex gap-m","description"in l&&l.description?"items-start":"items-center",e),children:["icon"in l?ni(l.icon,t):null,u("div",{children:si(l)})]}))),ci=e=>"rte"===e.type?e?.__html?.length||0:Math.max(e?.label?.length||0,e?.description?.length||0),di=e=>{return((t=e.map(ci))?.length?Math.sqrt(Math.abs(li(t.map((e=>e**2)))-li(t)**2)):0)>16;var t},mi=e=>e&&"icon"in e&&e.icon&&(e.icon.icon||e.icon.src),hi=e=>!e.some(mi),ui=x((({className:e,benefitsVersion:t="normal",benefits:l})=>l?.length?u("div",{className:w("flex gap-x-m gap-y-s",di(l)||hi(l)?"flex-col":"flex-wrap",e),children:l.map(((e,l)=>u(oi,{benefitsVersion:t,...e},String(l))))}):null)),pi=x((({className:e,benefits:t})=>t?.length?u("div",{className:w("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),children:t.flatMap(si)}):null)),xi=x((({isTabularBenefits:e,...t})=>u(e?pi:ui,{...t}))),gi=x((({className:e,tags:t})=>t?.length?u("div",{className:w("flex flex-wrap gap-xs",e),role:"list",children:t.map(fi)}):null)),fi=(e,t)=>u("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:u(he,{size:"text-m",font:"font-light",children:e})},String(t)),bi=x((({className:e,padding:t,defaultPadding:l,title:n,description:a,headlineVersion:i="L",align:r="text-left",benefitsVersion:s,isTabularBenefits:o,benefits:c,__html:d,isFullWidthTitle:m=!0,items:h,isDotted:x=!0,listItemSize:g,tags:f=[],buttons:b,image:y,imageOptions:{imageAlign:v="end",directionRight:N=!0,isBackground:w,isImageAlwaysOnRight:k}={},children:S})=>{const C=y?.src?u(Ut,{image:y}):null,I=Ni({title:n,description:a,headlineVersion:i,align:r}),T=c?.filter((e=>"rte"===e?.type||"label"in e||"description"in e));return u(za,{className:e,padding:t,defaultPadding:l,...m?{insetTitle:I}:{title:I},...w?{backImage:C}:yi(C,N),imageAlign:v,isImageAlwaysOnRight:k,buttons:hl(b),children:p("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[T?.length?u(xi,{benefitsVersion:s,isTabularBenefits:o,benefits:T}):null,d?u(ai,{__html:d}):null,h?.length?u(Ga,{items:h,isDotted:x,listItemSize:g}):null,S,vi(f)]})})})),yi=(e,t)=>t?{rightImage:e}:{leftImage:e},vi=e=>e?.length?u(gi,{tags:e}):null,Ni=({title:e,description:t,headlineVersion:l,align:n})=>e||t?u(bl,{title:e,description:t,headlineVersion:l,align:n,isEmbedded:!0}):null,wi=x((({className:e,title:t,icon:l,list:n,href:a,target:i,...r})=>u(S,{className:e,defaultPadding:"p-3xl",...r,children:u(Ua,{className:"flex items-center h-full",href:a,target:i,children:u(bi,{title:t,headlineVersion:"XS",image:l,imageOptions:{directionRight:!0,imageAlign:"center"},benefits:n?.map((e=>({type:"default",label:e.title,description:e.description})))})})}))),ki={default:"w-14 h-14",stretched:"flex-1 h-14"},Si=[{origins:["t.me","telegram.org"],iconMapped:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],iconMapped:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],iconMapped:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],iconMapped:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],iconMapped:{icon:"PlayMarketIcon"},label:"Google Play"},{origins:["youtube.com"],iconMapped:{icon:"YoutubeIcon"},label:"Youtube"},{origins:["rutube.ru"],iconMapped:{icon:"RutubeIcon"},label:"Rutube"}],Ci=e=>Si.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{},Ii=x((({buttonSize:e="default",icon:t,...l})=>{const{href:n}=l,{iconMapped:a,label:i}=Ci(n),r=Ti(t)??a;return u(oe,{className:w("border border-solid hover:border-transparent","group-data-primary:border-main-divider","hover:bg-primary-main hover:text-black","group-data-secondary:bg-white border-main-divider group-data-secondary:hover:bg-secondary-hover","group-data-gray:border-green","p-m min-h-14 group/media flex items-center justify-center box-border",ki[e]),"aria-label":i,rel:"noopener noreferrer",target:"_blank",...l,children:u(Ut,{image:r,imageClassName:"group-hover/media:text-white",width:"24",height:"24"})})})),Ti=e=>e?.src||e?.icon?e:void 0,Bi=x((({className:e="",media:t,children:l,buttonSize:n})=>p("div",{className:"flex flex-col sm:flex-col-reverse gap-xs",children:[l?u(he,{size:"text-s",font:"font-light",color:"text-secondary-text",children:l}):null,u("div",{className:w("flex gap-xs",e),children:t?.map(((e,t)=>u(Ii,{buttonSize:n,...e},String(t))))})]}))),Mi=x((({className:e="",description:t,href:l,icon:n,items:a=[],socialMedia:i=[],target:r,title:s,align:o="text-left",...c})=>u(S,{className:w("relative group-data-gray:bg-main-divider/50",e),defaultPadding:"p-3xl",...c,children:p(Ua,{href:l,target:r,className:"space-y-lg",children:[u(bl,{title:s,description:t,headlineVersion:"XS",isEmbedded:!0,align:o}),a.length?u(Ga,{className:"flex flex-col gap-xs",items:a,listItemSize:"XS"}):null,Ri(n),i.length?u(Bi,{media:i}):null]})}))),Ri=e=>e?.src||e?.icon?u("div",{children:u(Ut,{image:e})}):null,Pi=(e,t)=>{const{title:l,description:n,buttons:a}=e;return p("div",{className:"py-lg border-b border-main-divider",children:[l?u("div",{className:"opacity-80",children:u(he,{size:"text-m",color:"text-secondary-text",children:l})}):null,n?u("div",{className:"mt-2xs",children:u(he,{size:"text-xl",color:"text-primary-text",children:n})}):null,a?.length?u("div",{className:"text-primary-main",children:hl(a)}):null]},String(t))},Vi=x((({className:e="",title:t,align:l="text-center",icon:n,button:a,cardCells:i=[],...r})=>{const s=i.map(Pi),o=s.slice(0,1),c=s.slice(1);return p(S,{className:w("flex flex-col",e),defaultPadding:"p-3xl",...r,children:[_i(n),t?u(T,{className:w("pt-xs",l),headingType:"h5",title:t}):null,a?u(oe,{className:"w-full mt-m",...a}):null,i.length?u(Kl,{renderFoldableSection:({isUnfolded:e})=>p("div",{children:[o,u(Xl,{isUnfolded:e,children:c})]}),renderFoldButton:i.length>1?zi:null}):null]})})),_i=e=>u("div",{className:"self-center",children:e?.src||e?.icon?u(Ut,{image:e}):null}),zi=({isUnfolded:e,onToggle:t})=>p("button",{className:"w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center",onClick:t,children:[u("div",{children:e?"Скрыть":"Подробнее о тарифе"}),u(Ae,{className:"text-primary-text",name:e?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),Ai=(e=!1)=>e?"text-white":"",ji=(e=!1)=>"text-s mb-m "+(e?"text-white":"text-secondary-text/80"),Di=x((({icon:e,image:t,title:l,subtitle:n,isFillGradient:a})=>p("div",{className:"space-y-4",role:"columnheader",children:[e?u(Ut,{className:"h-16 w-16 min-w-16 min-h-16",image:e,width:"64",height:"64"}):null,t?.src&&u("div",{children:u(Ut,{image:t})}),l?u(T,{headingType:"h4",className:Ai(a),title:l}):null,n?u("div",{className:ji(a),children:n}):null]}))),Ei=x((({cell:e,rowHeader:t,isFillGradient:l=!1})=>u("div",{className:"box-border flex flex-col",role:"cell",children:u("div",{className:w("h-full","border-main-divider border-b"),children:e.map(Oi(l,t))})}))),Oi=(e,t)=>({label:l,description:n},a)=>p("div",{className:"flex justify-between text-s py-s",children:[u("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),p("div",{className:"basis-1/2",children:[l?u("div",{className:w("text-right",e?"text-white":""),children:l}):null,n?u("div",{className:w("text-right",e?"text-white/80":"text-secondary-text"),children:n}):null]})]},String(a)),Li=x((({header:e,columnData:t,visibleRowLength:l=0,isFillGradient:n,showRow:a,onToggleColumn:i})=>{const r=t?.slice(0,a?t.length:l),s=n?"secondary":"primary";return p("div",{className:w("border border-gray rounded-md p-m mb-m",n?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""),role:"row",children:[u(Di,{...e,isFillGradient:n}),r?.length?r.map((({rowHeader:e,cell:t},l)=>u(Ei,{cell:t,rowHeader:e,isFillGradient:n},String(l)))):null,a&&e?.link?u(oe,{href:e.link.href,target:e.link.target,version:s,className:"text-s font-medium mt-m py-s",children:e.link.text}):null,Fi({onToggleColumn:i,isFillGradient:n,showRow:a})]})})),Fi=({onToggleColumn:e,isFillGradient:t,showRow:l})=>u("div",{className:"mt-lg",role:"cell",children:u("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:l?"Скрыть":"Показать описание"})}),$i=x((e=>{const{className:t,title:l}=e;return p("section",{className:`bg-white font-sans p-6xl overflow-hidden text-primary-text relative space-y-lg ${t||""}`,children:[l?u(T,{headingType:"h3",className:"font-medium text-center",title:l}):null,u("div",{role:"table",children:u(Ui,{...e})})]})})),Ui=x((({columns:e=[],rowHeaders:t,isColoredFirstColumn:l,visibleRowLength:a,orientation:r,...s})=>{const[o,c]=n(new Array(e.length).fill(!a)),d=i((e=>{const t=(t,l)=>l===e?!t:t;c((e=>e.map(t)))}),[]),m=i((()=>c((e=>new Array(e.length).fill(!1)))),[]),h=e?.map((({data:e,header:n},i)=>{return u(Li,{visibleRowLength:a,showRow:o[i],header:n,columnData:(r=e,r?.map(((e,l)=>({cell:e,rowHeader:t?.[l]?.title})))),isFillGradient:0===i&&l,onToggleColumn:()=>d(i),...s},String(i));var r}));return"horizontal"===r?u(Fl,{onVisibleIndicesChange:m,children:h}):h})),Hi=e=>"Image"===e?.contentType&&e?.image?u(Ut,{image:e.image}):"Code"===e?.contentType&&e.code?u("div",{className:"font-mohave text-title-large sm:text-title-extra gradient-color-text",children:e.code}):null,Wi=x((({className:e="",title:t,description:l,error:n,button:a,...i})=>p(S,{className:w("flex flex-col justify-center items-center",e),defaultPadding:w("p-6xl"),version:"transparent",...i,children:[u("div",{className:"flex justify-center",children:Hi(n)}),u(bl,{title:t,description:l,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?u(oe,{version:a?.version,text:a?.text,...a}):null]})));var Ki;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(Ki||(Ki={}));const Xi=new Intl.NumberFormat("ru",{style:"currency",currency:Ki.RUB}),Gi=e=>e?Xi.format(e):"",Yi="text-left text-m font-light text-secondary-text",Ji=`${Yi} pl-5xl`,qi={USD:"DollarIcon",EUR:"EuroIcon"},Qi=x((({className:e,exchangeCurrencyItems:t})=>p("table",{className:`h-fit w-fit ${e}`,children:[u("thead",{children:p("tr",{children:[u("th",{className:Yi,children:u(he,{size:"text-m",children:"Валюта"})}),u("th",{className:Ji,children:u(he,{size:"text-m",children:"Купить"})}),u("th",{className:Ji,children:u(he,{size:"text-m",children:"Продать"})})]})}),u("tbody",{children:t.map(Zi)})]}))),Zi=e=>{const t=e?.currency?.currency;return p("tr",{className:"pb-2xs text-h6",children:[u("td",{className:"pt-m",children:p("div",{className:"flex items-center gap-xs",children:[t?u(Ut,{image:{icon:qi[t]},width:"24",height:"24"}):null,u(he,{size:"text-h6",children:t})]})}),u("td",{className:"pt-m pl-5xl",children:u(he,{size:"text-h6",children:Gi(e?.saleExchangeRate)})}),u("td",{className:"pt-m pl-5xl",children:u(he,{size:"text-h6",children:Gi(e?.buyExchangeRate)})})]},t)},er={icon:"GpsIcon"},tr=x((({className:e="",address:t})=>p("div",{className:`flex gap-s ${e}`,children:[u(rl,{...er,iconBgVersion:"primary"}),p("div",{className:"space-y-2xs",children:[t?u("p",{className:"text-primary-main text-l",children:t}):null,u("p",{className:"text-secondary-text text-m",children:"Курс указан для заданного офиса"})]})]}))),lr=(e,t,l)=>{const n=Number(nr(e))*Math.pow(t,l?-1:1);return Number.isInteger(n)?n:((e,t=2)=>{const l=10**t;return Math.round(parseFloat(String(e))*l)/l})(n)},nr=e=>e.replace(/[^\d.,]/g,"").replace(",","."),ar=e=>{return(t=[[e=>e.value!==Ki.RUB&&e.oppositeValue!==Ki.RUB,()=>e.handleConvert(e.value,Ki.RUB)],[e=>e.value===Ki.RUB&&e.oppositeValue===Ki.RUB,()=>e.handleConvert(e.value,Ki.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,l]=t.find((([t])=>t(e)))||[];return l})(e)?.();var t};function ir(e){const{placeholder:t,rates:l,selected:n,value:a,setValue:i,setSelected:r}=e,s=l.map((e=>({key:e?.currency?.currency??"",text:e?.currency?.currency??""}))),o={key:n,text:n};return p("div",{className:"relative flex",children:[u(xe,{className:"shrink-0 text-l w-full appearance-none -mr-24",placeholder:t,type:"text",value:a,onChange:i}),s.length?u(Ge,{isBorder:!1,onChange:e=>r(e.key),options:s,value:o}):null]})}const rr=x((({className:e="",currencyRatesBuy:t,currencyRatesSell:l,button:a})=>{const[r,s]=n({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||Ki.RUB,selectBuy:l?.[0]?.currency?.currency||Ki.USD}),o=i((e=>s((t=>({...t,...e})))),[]);return p("div",{className:`grid gap-m pt-2xl ${e}`,children:[ir({placeholder:"Хочу продать",rates:l,selected:r.selectSell,setSelected:sr(r,o,l),value:r.inputSell,setValue:e=>cr(o,l)(e,r.selectSell,r.selectBuy)}),ir({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:or(r,o,t),value:r.inputBuy,setValue:e=>dr(o,t)(e,r.selectBuy,r.selectSell)}),a?.text?u(oe,{text:a.text,version:a?.version,...a}):null]})})),sr=(e,t,l)=>n=>{t({selectSell:n}),ar({value:n,oppositeValue:e.selectBuy,handleConvert:(n=e.selectSell,a=e.selectBuy)=>{cr(t,l)(e.inputSell,n,a)}})},or=(e,t,l)=>n=>{t({selectBuy:n}),ar({value:n,oppositeValue:e.selectSell,handleConvert:(n=e.selectBuy,a=e.selectSell)=>dr(t,l)(e.inputBuy,n,a)})},cr=(e,t)=>(l,n,a)=>{e({inputSell:nr(l),selectBuy:a});const i=t.find((e=>e.currency?.currency===a))?.buyExchangeRate||t.find((e=>e.currency?.currency===n))?.saleExchangeRate;i&&e({inputBuy:String(lr(l,i,n===Ki.RUB)||"")})},dr=(e,t)=>(l,n,a)=>{e({inputBuy:nr(l),selectSell:a});const i=t.find((e=>e.currency?.currency===a))?.saleExchangeRate||t.find((e=>e.currency?.currency===n))?.buyExchangeRate;i&&e({inputSell:String(lr(l,i,n===Ki.RUB)||"")})};const mr=async e=>{const t=await hr(),l=t?.code||"000";return{region:t,exchangeRates:await ur(e,l)}},hr=async()=>{try{return await E("/api/v1/region",{method:"GET"})}catch(e){return console.log(e),{}}},ur=async(e,t)=>{try{return await E(e+`?regionCode=${t}`,{method:"GET"})}catch(e){return console.log(e),{}}},pr=x((({className:e="",title:t="Курсы обмена валют",button:l,...n})=>{const{exchangeRates:a}=function(){const{data:e}=A("/api/v1/exchangerates",mr);return e||{}}(),i=xr(a?.exchangeRate?.currencies),r=i.filter((e=>e.buyExchangeRate));r.unshift({currency:{currency:Ki.RUB}});const s=i.filter((e=>e.saleExchangeRate));return s.push({currency:{currency:Ki.RUB}}),u(S,{className:w("box-border min-h-80",e),...n,children:u(za,{className:"h-full",title:u(T,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:p("div",{className:"flex gap-6xl flex-wrap",children:[p("div",{children:[i?u(Qi,{className:"mb-xl",exchangeCurrencyItems:i}):null,u(tr,{address:a?.address})]}),i.length&&r.length&&s.length?u(rr,{className:"grow",currencyRatesBuy:r,currencyRatesSell:s,button:l}):null]})})})})),xr=e=>e?.filter((e=>1===e?.currency?.id||2===e?.currency?.id))||[],gr=e=>jt(d.SITEMAP||"sitemap",{fallback:e}),fr=x((({className:e="",items:t})=>t?.length?u("ul",{className:w("flex flex-col","",e),children:t.map(br)}):null)),br=(e,t)=>{const{text:l,...n}=e;return u("li",{className:"list-none my-xs",children:u("a",{className:"hover:text-primary-main font-light",role:"link",...n,children:l||null})},`list_item_${String(t)}`)},yr=x((({textNode:e,iconNode:t,tag:l,onClick:n,justifyContent:a="between",className:i,...r})=>p(l,{tag:l,className:w("flex items-center w-full gap-1","between"===a?"justify-between":"justify-center",i),onClick:n,...r,children:[e?u("div",{children:e}):null,t?u("div",{children:t}):null]}))),vr=x((({className:e="",label:t,icon:l,dataTheme:n="",disabled:a=!1,onClick:i})=>u(yr,{tag:"button",onClick:i,disabled:a,"data-theme":n,justifyContent:"center",className:w("py-4 border border-transparent outline-none focus:border-primary-text",a?"bg-main-divider text-main-disabled hover:bg-main-divider":"bg-primary-main text-white hover:bg-primary-hove",e),textNode:u("span",{className:"text-h4 pr-s",children:t}),iconNode:l?u(Ut,{image:{icon:l,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),Nr=({isUnfolded:e,onToggle:t})=>u(vr,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),wr=(e,t)=>u(rl,{...e,iconBgVersion:t,className:"shrink-0"}),kr=x((({label:e,labelIconBgVersion:t,icon:l,onToggle:n,labelIcon:a})=>u(yr,{tag:"button",className:w("border-none bg-transparent items-center group/button",a?.icon?"py-xs":"py-lg"),onClick:n,textNode:p("div",{className:"flex items-center text-start group-hover/button:text-primary-main gap-s",children:[wr(a,t),e?u(he,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:l?u(Ae,{name:l,iconVersion:"black",width:"24",height:"24"}):null}))),Sr=x((({className:e="",isExpanded:t,isFoldButtonOnTop:l=!0,label:n="Развернуть",labelIcon:a,labelIconBgVersion:i,version:r="primary",...s})=>u(S,{className:w("w-full","",e),defaultPadding:"p-0",tag:"div",version:"transparent",...s,children:u(Kl,{isFoldButtonOnTop:l,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>u(Xl,{className:w("gap-lg","flex flex-wrap group-last:last:pb-0"),isUnfolded:e,children:va({...s,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>Cr({version:r,label:n,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t})})})));Sr.childrenTypes={exclude:["RollupItem"]};const Cr=({version:e,label:t,labelIcon:l,labelIconBgVersion:n,isUnfolded:a,onToggle:i})=>{const r=t||(a?"Скрыть":"Развернуть"),s=(e=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon")(a);return"primary"===e?u(kr,{label:r,labelIcon:l,labelIconBgVersion:n,icon:s,onToggle:i}):u(vr,{label:r,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},Ir=x((({className:e="",items:t})=>p("div",{className:e,children:[t?.length?t.map(Tr):null,u(oe,{version:"primary",className:"w-full",href:"https://old.rshb.ru/feedback/question/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"})]}))),Tr=(e,t)=>p("div",{className:"mb-m",children:[u("div",{className:"mb-m",children:u(he,{size:"text-l",font:"font-medium",children:e?.title})}),u("div",{children:e.items?.map(Br)})]},String(t)),Br=(e,t)=>p("div",{className:"mb-m",children:[u("div",{children:Mr(e.type,e.text)}),u("div",{className:"mt-2xs text-s font-light text-secondary-text",children:e.description})]},String(t)),Mr=(e,t="")=>{switch(e){case"tel":return u("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${Rr(t)}`,children:t});case"email":return u("a",{className:"text-xl font-light text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return u("span",{children:t})}},Rr=e=>e.replaceAll(/\D/g,""),Pr=x((({className:e="",index:t,text:l,...n})=>{const a=q(),{href:i,target:r,onClick:s}=a(n);return u("a",{className:w("",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),Vr=x((({title:e,links:t,className:l=""})=>p("div",{className:l,children:[u(he,{size:"text-l",font:"font-normal",children:e}),t?.length?u("div",{className:"flex flex-col gap-lg",children:t.map(((e,t)=>u(Pr,{className:"text-l font-light",index:t,...e},String(t))))}):null]}))),_r=x((({className:e="",index:t,...l})=>{const n=q({isRemote:!0}),{href:a,target:i,text:r,onClick:s}=n(l);return u("a",{className:`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}`})})),zr=x((({className:e="",links:t})=>p("div",{className:w("@container",e),children:[u("div",{className:"pt-lg",children:u(he,{size:"text-xs",font:"font-light",color:"text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?u("div",{className:"flex flex-col @lg:flex-row justify-start items-start gap-x-lg gap-y-xs pt-lg",children:t.map(((e,t)=>u(_r,{index:t,...e},String(t))))}):null]}))),Ar=x((({className:e,...t})=>{const l=t.options?.page?.fallback,{topItems:n}=gr(l),{relatedEnterprises:a,contacts:i,socialMedia:r,mobileApps:s,horizontalNavigationTitle:o,documents:c}=jt(d.FOOTER||"footer",{fallback:l});return p(S,{tag:"footer",className:e,defaultPadding:"p-4xl",...t,children:[u("div",{className:"mb-lg pb-xs border-b border-main-divider",children:n?.map(((e,t)=>u(Sr,{label:e?.text,labelIcon:e?.icon,children:u(fr,{items:e.items})},String(t))))}),u(Ir,{className:"overflow-hidden",items:i}),p("div",{className:"mt-xl",children:[u(Bi,{className:"mb-xl",media:r,buttonSize:"stretched",children:"Соцсети"}),u(he,{size:"text-s",font:"font-light",color:"text-secondary-text",children:"Мобильное приложение"}),u("div",{className:"mt-xs",children:s?.map(jr)})]}),u(Vr,{className:"py-lg border-y border-main-divider",title:o,links:a}),u(zr,{links:c})]})})),jr=({href:e="/",text:t},l)=>{const{label:n}=Ci(e);return u(oe,{className:"w-full mb-lg",text:t||n,version:"secondary",href:e,target:"_blank"},String(l))},Dr={width:"34",height:"34"},Er={"bg-white":"color",transparent:"white"},Or={"bg-white":"text-primary-main",transparent:"text-white"},Lr=(e,t,l)=>u(Ut,t?.src?{image:t,className:Or[e],width:l?.width,height:l?.height,pathPrefix:"/wcms-resources/"}:{image:{icon:t?.icon||"LogoIcon",iconVersion:Er[e]},className:Or[e],width:l?.width,height:l?.height}),Fr={"bg-white":"text-primary-text",transparent:"text-white"},$r=x((({className:e,href:t="/",logo:l,children:n,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0})=>p("a",{className:w("inline-flex items-center font-sans no-underline",e),href:t,target:a?"_blank":"_self","aria-label":l?.title||"Россельхозбанк",children:[Lr(i,l?.image,Dr),r?n??u("div",{className:"ml-s",children:u(he,{font:"font-medium",color:Fr[i],size:"text-s",children:l?.title||"Россельхозбанк"})}):null]}))),Ur={default:"px-5 bg-main-divider rounded hover:text-primary-main",transparent:"text-white hover:text-primary-hover"},Hr=x((({bgColor:e,logo:t,internetBankUrl:l,version:n})=>{const a=J(),r=d.BASE_PATH?.startsWith(a.pathname),s=i((e=>{e.preventDefault(),a.back()}),[]);return p("div",{className:"flex items-center justify-between w-full",children:[r?u("div",{children:u($r,{className:"my-2xs",bgColor:e,logo:t})}):Wr(s),l?u("div",{children:u(oe,{href:l,ariaLabel:"Войти",target:"_blank",className:w("p-s text-s whitespace-nowrap text-primary-main hover:text-primary-hover",Ur["transparent"===n?"transparent":"default"]),children:"Войти"})}):null]})})),Wr=e=>u("div",{children:p("button",{className:"flex items-center text-l my-2xs","aria-label":"Вернуться назад",onClick:e,children:[u(Ut,{className:"w-6 h-6",image:{icon:"ChevronLeftIcon",iconVersion:"black"},width:"24",height:"24"}),"Вернуться назад"]})}),Kr={"bg-white":"primary",transparent:"transparent"},Xr=x((({bgColor:e="bg-white",version:t=Kr[e],...l})=>{const{logo:n}=gr(l.options?.page?.fallback),{internetBankUrl:a}=jt(d.PORTAL_DATA||"portal-data",{folderName:"portal-resources",setBasePath:!0});return u(S,{tag:"header",defaultPadding:"",version:t,...l,children:u("div",{className:"container px-lg py-2xs box-border",children:u(Hr,{bgColor:e,logo:n,internetBankUrl:a,version:t,...l})})})})),Gr={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},Yr=x((({className:e="",gap:t="",isPadding:l=!1,isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,...r})=>u(S,{className:w("relative flex flex-col",Gr[t],e),defaultPadding:l?"p-6xl":"",version:a,isTheme:i,...r,children:va({...r,extraProps:{className:"w-full",padding:n?"":"p-0"}})})));Yr.childrenTypes=[];const Jr=x((e=>u(Yr,{...e})));Jr.childrenTypes=[];const qr=x((e=>{const{className:t,image:l,...n}=e;return u(S,{className:t,defaultPadding:"p-0",...n,children:u(Ut,{image:l})})})),Qr=["байт","Кб","Мб","Гб","Тб","Пб"],Zr=x((({icon:e,text:t,fileSize:l,...n})=>p("a",{className:"flex box-border gap-s group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main",role:"link",...n,children:[e,t?p(he,{size:"text-l",font:"font-light",children:[t,u(he,{color:"text-secondary-text",children:n?.href&&es(ts(n.href),l)})]}):null]}))),es=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),ts=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},ls={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},ns=x((({className:e="",title:t,description:l,align:n="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const o=J();return p(S,{className:w("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[u(bl,{title:t,description:l,align:n,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?u("div",{className:w("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",ls[r]),role:"list",children:a.map(as(o,r,i))}):null]})})),as=(e,t,l)=>(t,n)=>{const a="Attachment"===t?.docType?X(e)(t?.attachment?.src):t?.href,i="Attachment"===t?.docType?((e,t=2)=>{if(0===e)return"";const l=Math.floor(Math.log(e)/Math.log(1024));return`${parseFloat((e/Math.pow(1024,l)).toFixed(t))} ${Qr[l]}`})(t?.attachment?.fileSize||0):t?.fileSize;return u("div",{role:"listitem",children:u(Zr,{text:t?.text,target:t?.target,href:a,fileSize:i,icon:l?u(Ut,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:l,width:"24",height:"24"}):null})},String(n))},is=e=>e?u("div",{className:"mb-lg pt-3xs",children:u(he,{size:"text-xl","font-weight":"font-light",children:e})}):null,rs=(e,t)=>e?.length?u(Ga,{items:e,listItemSize:t,className:"text-l font-light"}):u("span",{className:"text-m font-light text-secondary-text",children:"Наведите камеру телефона на QR-код и скачайте приложение"}),ss=x((({className:e,padding:t,align:l="text-left",buttons:n=[],description:a,headingType:i="h4",image:r,items:s,listItemSize:o,qr:c,title:d="Мобильное приложение",version:m="primary",...h})=>{const x="secondary"===m?"p-m min-w-32":"min-w-24",g=r?.src?u(Ut,{className:"hidden lg:block",image:r}):null;return u(S,{className:w("min-h-80",e),padding:"p-0",version:m,...h,children:p(za,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:d?u(T,{headingType:i,title:d,className:w("whitespace-pre-wrap",l)}):null,rightImage:g,buttons:hl(n),children:[is(a),p("div",{className:w("gap-m","flex flex-1 flex-col","flex-col items-start @4xl:flex-row @4xl:items-center"),children:[rs(s,o),c?.src?u("div",{className:w("flex justify-center bg-white rounded-md @4xl:-order-1",x),children:u(Ut,{className:"w-fit",image:c})}):null,r?.src?u(Ut,{className:"lg:hidden",image:r}):null]})]})})})),os=(e,t)=>e||t?p("div",{className:"flex flex-wrap xl:flex-nowrap xl:bg-main-divider xl:rounded-md p-xs gap-xl",children:[Number(e)>0?cs("Страховая сумма",e):null,Number(t)>0?cs("Ежемесячный лимит",t):null]}):null,cs=(e,t=0)=>p("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",children:[u(he,{font:"font-light",size:"text-l",color:"text-secondary-text",children:e}),p("span",{className:"font-sans text-h6 sm:text-primary-main text-primary-text",children:[bt(2)(t)," ₽"]})]}),ds=x((({className:e,padding:t,headlineVersion:l="M",align:n="text-center",sum:a,monthLimit:i,imageOptions:r,...s})=>u(S,{className:e,padding:"p-0",...s,children:u(bi,{className:"h-full",defaultPadding:"p-6xl",padding:t,headlineVersion:l,align:n,isFullWidthTitle:!1,imageOptions:{directionRight:!1,imageAlign:"center",...r},...s,children:os(Number(a),Number(i))})}))),ms=x((({className:e,title:t,description:l="Блок в разработке...",...n})=>p(S,{className:w("box-border",e),...n,children:[u(bl,{className:"max-w-[600px]",title:t,description:l,headlineVersion:"L",align:"text-left",isEmbedded:!0}),u("figure",{className:"m-0 mt-xl min-w-[80%]",children:hs()})]}))),hs=(e=3)=>ps(100,e).map((e=>Math.floor(e))).map(us),us=(e,t)=>u("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-light"},String(t)),ps=(e,t)=>[e].concat(t>0?ps(e/1.618,t-1):[]);function xs(e,t){const l="primary"===e?"white":"black",n="Вернуться назад";return p("div",{className:"hidden sm:flex items-center gap-s",children:[u("div",{className:se({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",version:e,rounded:!0}),onClick:t,children:u(Ut,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:l}})}),u(oe,{version:"link",text:n,ariaLabel:n,onClick:t})]})}const gs=x((({className:e,padding:t,backwardButton:l,...n})=>{const a=J(),r=i((e=>{e?.preventDefault(),a.back()}),[]);return p(S,{className:w("overflow-hidden flex flex-col gap-3xl box-border",e),defaultPadding:"p-6xl",padding:t,...n,children:[l?xs(n.version&&"primary"!==n.version?"white":"primary",r):null,u(bi,{className:"grow h-full",...n})]})})),fs=x((({className:e,padding:t,slides:l=[],...n})=>u(S,{className:w("overflow-hidden relative",e),padding:t,...n,children:u(Fl,{gap:0,padding:0,children:l.map((e=>e.productBlock)).map(((e,t)=>u("div",{className:"box-border h-full",role:"listitem",children:u(bi,{className:"px-5 h-full",headlineVersion:"L",...e,...n})},String(t))))})}))),bs=x((({className:e,padding:t,headlineVersion:l="S",isTabularBenefits:n=!0,additionalDescription:a,imageOptions:i,...r})=>u(S,{className:e,padding:"p-0",...r,children:u(bi,{className:"h-full",defaultPadding:"p-4xl sm:p-xl",padding:t,headlineVersion:l,isTabularBenefits:n,imageOptions:{isBackground:!0,...i},...r,children:a?u(me,{size:"text-m",font:"font-light",color:"group-data-primary:text-secondary-text",children:a}):null})}))),ys=x((({address:e,email:t,telephone:l,button:n,className:a="",__html:i,icon:r,title:s,version:o="primary",...c})=>p(S,{className:w("box-border text-left space-y-s",a),version:o,...c,children:[p("div",{className:"w-full flex justify-between flex-row-reverse",children:[vs(r),s?u(T,{headingType:"h3",as:"h3",title:s}):null]}),p("div",{className:"w-full space-y-m",children:[i?Ns(i):null,ws({label:"Адрес",data:e,iconName:"GeolocationIcon"}),ws({label:"Телефон(факс)",data:l,iconName:"PhoneIcon"}),ws({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),n?.text?hl([n]):null]})]}))),vs=e=>u("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:e?.src||e?.icon?u(Ut,{image:e}):null}),Ns=e=>u("div",{className:"border-b border-main-divider pb-lg",children:u(ai,{__html:e})}),ws=({label:e,data:t,iconName:l,dataColor:n=""})=>t?p("div",{className:"flex gap-s",children:[u(Ae,{iconVersion:"black",name:l,width:"24",height:"24"}),p("div",{className:"flex flex-col gap-2xs",children:[u(he,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),u(he,{size:"text-xl",color:n,children:t})]})]}):null,ks=x((e=>{const{__html:t,richVersion:l,...n}=e;return u(S,{defaultPadding:"p-0",...n,children:u(ai,{__html:t,richVersion:l})})})),Ss={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",border:"border-b border-b-2 border-gray last:border-0",position:"relative flex items-center justify-center",font:"text-center font-sans text-l"},Cs=x((({yandexMaps:e,direction:t="in"})=>{const l="in"===t?"PlusIcon":"MinusIcon";return u("div",{onClick:()=>{const l=e.current.getZoom(),n="in"===t?l+1:l-1;e.current.setZoom(n,{checkZoomRange:!0})},className:`${Object.values(Ss).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:u(Ae,{name:l,width:"20",height:"16"})})}));function Is(e,t,l){t.geoObjects.removeAll();const n=e.templateLayoutFactory.createClass('<div style="margin-top: -3px;">{{properties.geoObjects.length}}</div>'),a=new e.Clusterer({clusterIcons:[{href:"/icons/MapMarkerClusterIcon.svg",size:[78,84],offset:[-35,-50]}],clusterIconContentLayout:n,clusterHideIconOnBalloonOpen:!1,geoObjectHideIconOnBalloonOpen:!1}),i=l.map((t=>new e.Placemark(t,{},{iconLayout:"default#image",iconImageHref:"/icons/MapMarkerSingleIcon.svg",iconImageSize:[78,84],iconImageOffset:[-35,-50]})));a.add(i),t.geoObjects.add(a),t.setBounds(e.util.bounds.fromPoints(l)).then((()=>{t.getZoom()>10&&t.setZoom(10)}))}const Ts={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",border:"border border-transparent rounded-md",position:"flex items-center justify-center",font:"text-center font-sans"},Bs=e=>u("a",{className:`select-none cursor-pointer px-4xl h-12 bg-primary-main text-white ${Object.values(Ts).join(" ")}`,href:`https://yandex.ru/maps/?ll=${[e[1],e[0]]}&z=10&l=map`,target:"_blank",children:"Открыть на карте"}),Ms={focus:"focus:border-primary-text focus:border",hover:"hover:bg-primary-hover",active:"active:bg-primary-active",border:"border border-transparent rounded-md",position:"absolute flex items-center justify-center",font:"text-center font-sans"},Rs=(e,t,l)=>u("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(Ms).join(" ")} ${l}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.geoObjects.add(t.geoObjects)}))},children:u(Ae,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),Ps=e=>globalThis[e];const Vs=()=>function(e,t){const[l,r]=n(),s=i((()=>r(Ps(e))),[e]);return a((()=>{const l=document.getElementById(t);if(!l){const e=document.createElement("script");return e.src=t,e.async=!0,e.id=t,e.addEventListener("load",s),document.head.appendChild(e),()=>{document.head.removeChild(e),r(void 0)}}if(!Ps(e))return l.addEventListener("load",s),()=>{l.removeEventListener("load",s)};s()}),[e,t]),l}("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${d.YANDEX_MAP_API_KEY||""}&lang=ru_RU`),_s={border:"border border-transparent rounded-md ",position:"absolute flex items-center justify-center",size:"w-12 h-12",focus:"focus:border-primary-text focus:border",font:"text-center font-sans",active:"active:bg-primary-active",hover:"hover:bg-primary-hover",other:"select-none cursor-pointer"},zs=[55.753995,37.614069],As=x((({points:e,className:t="",zoom:l=5})=>{const i=s(null),r=Vs(),[o,c]=n(),d=e?js(e):zs;if(a((()=>{i?.current||r?.ready((()=>{i.current=new r.Map("map",{center:d,zoom:l,controls:[],suppressMapOpenBlock:!0}),Is(r,i.current,e)})),i.current&&r&&(Is(r,i.current,e),e?.length||i.current.setCenter(zs))}),[r,i,e]),!r)return null;const m=o?"z-[100000]":"z-10";return p("div",{id:"map",className:w(!o&&"relative","w-full",t),children:[u("div",{className:w("absolute flex left-2 top-4 w-1/2",m),children:Bs(d)}),u("div",{className:w(Object.values(_s),m,"right-2 top-4 bg-white"),onClick:()=>{const e=i.current.container;o?e.exitFullscreen():e.enterFullscreen(),c(e.isFullscreen())},children:u(Ae,{name:"FullScreenIcon",width:"16",height:"16"})}),p("div",{className:w("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",m),children:[u(Cs,{yandexMaps:i}),u(Cs,{yandexMaps:i,direction:"out"})]}),Rs(i.current,r,w("right-2 top-80",m))]})})),js=e=>[Es(Ds(e,0)),Es(Ds(e,1))],Ds=(e,t)=>e.map((e=>e[t])),Es=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,Os=x((({data:e,fieldLabel:t,fieldValue:l,selected:n,placeholder:a="",setSelected:i,label:r})=>{const s=e.filter(Boolean).map((e=>({key:e?.[l||t],text:e?.[t]}))),o=s.find((e=>e.key===n));return u(Ge,{options:s,label:r,placeholder:a||n,onChange:e=>i(e.key),value:o})})),Ls=x((({regions:e=[],selectedRegion:t,onSelectedRegion:l,branches:n=[],selectedBranch:a,onSelectedBranch:i})=>p("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[u("div",{className:"flex-1 min-w-0",children:u(Os,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:l,label:"Регион"})}),u("div",{className:"flex-1 min-w-0",children:u(Os,{data:n,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),Fs=x((({className:e=""})=>{const[t,l]=n("option2"),a=i((e=>l(e)),[]);return p("div",{className:w("order-4",e),children:[u(Ht,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),u(Ht,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),$s=["От 1 дня","До 365 дней"],Us=x((({days:e,setDays:t})=>p("div",{className:"order-1",children:[u(he,{size:"text-m",font:"font-light",children:"Срок аренды"}),u(kt,{min:1,max:365,value:e,items:$s,onChange:t})]}))),Hs=x((({caseVolumes:e=[],selectedCaseVolume:t,onSelectedCaseVolume:l,safeBoxCases:n=[],selectedBoxSize:a,onSelectedBoxSize:i})=>p("div",{className:"flex flex-col @xl:flex-row gap-m order-1",children:[u("div",{className:"flex-1 min-w-0",children:u(Os,{data:e,fieldLabel:"volume",selected:t,setSelected:l,label:"Размер",placeholder:"Выберите размер"})}),u("div",{className:"flex-1 min-w-0",children:u(Os,{data:n,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),Ws=x((({regions:e,selectedRegion:t,branches:l,selectedBranch:n,days:a,selectedCaseVolume:i,selectedBoxSize:r,safeBoxCases:s,caseVolumes:o,onChange:c,onClick:d})=>p("div",{className:"contents @xl:block flex-1 space-y-xl",children:[u(Ls,{regions:e,selectedRegion:t,onSelectedRegion:e=>c({selectedRegion:e}),branches:l,selectedBranch:n,onSelectedBranch:Ks(c)}),u(Us,{days:a,setDays:e=>c({days:e})}),u(Hs,{caseVolumes:o,selectedCaseVolume:i,onSelectedCaseVolume:Xs(c),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>c({selectedBoxSize:e})}),u("div",{className:"order-4",children:u(he,{size:"text-l",font:"font-light",color:"text-secondary-text",children:"Тип договора"})}),p("div",{className:"contents @md:flex justify-between items-center gap-m",children:[u(Fs,{}),u(oe,{text:"Офисы на карте",version:"primary",onClick:d,className:"order-6"})]})]}))),Ks=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},Xs=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},Gs=x((({days:e,tariffs:t=[]})=>{const l=Js(e,t),n="На рисунке изображена пачка листов\nформата А4";return p("div",{className:"contents @xl:flex flex-col justify-between gap-xl order-2",children:[p("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:[Ys("Аренда за",e),Ys("Цена",l+" ₽")]}),u("span",{className:"@xl:hidden order-3 mb-xs text-s font-light text-secondary-text",children:n}),p("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:[u(Ut,{image:{icon:"PackA4Icon"},className:"@xl:h-60"}),u("span",{className:"hidden @xl:inline text-s font-light text-white opacity-80 whitespace-pre-line",children:n})]})]})})),Ys=(e,t)=>p("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[u("div",{className:"text-l font-light text-secondary-text",children:e}),u("span",{className:"text-l @xl:text-h3 text-primary-text",children:t})]}),Js=(e,t)=>{const l=qs(e);return e*(t?.find((e=>e.tariffType===String(l)))?.tariffValue||0)},qs=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},Qs=(e,t)=>e.find((e=>e.branchCode===t)),Zs=x((e=>{const{regions:t,data:l,branches:n,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[l.selectedRegion,i]);const s=Qs(n,l.selectedBranch),o=eo(s?.safeBoxCaseVolumes),c=to(s?.safeBoxCaseVolumes,l.selectedCaseVolume)?.safeBoxCases,d=lo(c,l.selectedBoxSize);return p("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[u(Ws,{...l,regions:t,onClick:r,branches:n,caseVolumes:o,safeBoxCases:c,onChange:i}),u(Gs,{days:l.days,tariffs:d})]})})),eo=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],to=(e,t)=>e?.find((e=>e.volume===t)),lo=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,no=[];const ao=async e=>await D(e,{method:"GET"})||no,io=x((({title:e,footnote:t,className:l="",...a})=>{const[r,s]=n(!1),o=i((()=>s((e=>!e))),[]),[c,d]=n({selectedRegion:"",selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:"",days:26}),m=L(),h=ro(c.selectedRegion,m),x=function(e){const{data:t}=A(e?`/api/v1/safeboxes?regionCode=${e}`:null,ao);return t||no}(h),g=i((e=>d((t=>({...t,...e})))),[d]),f=(b=Qs(x,c.selectedBranch)||x,Array.isArray(b)?b.map((e=>e.gpsLatitude&&e.gpsLongitude?[e.gpsLatitude,e.gpsLongitude]:[])):b?.gpsLatitude&&b?.gpsLongitude?[[b.gpsLatitude,b.gpsLongitude]]:[]);var b;return p(S,{className:l,defaultPadding:"",...a,children:[p("div",{className:"p-4xl space-y-xl",children:[e?u(T,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,u(Zs,{regions:m,branches:x,data:{...c,selectedRegion:h},onClick:o,onChange:g}),t?u(me,{size:"text-s",font:"font-light",children:t}):null]}),f.length&&r?u(As,{points:f,className:"h-[640px]"}):null]})})),ro=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e;function so(e){throw new Error(e)}const oo=e=>Boolean(e?.icon||e?.src),co={normal:{icon:"h-11 w-11",image:"h-14 w-14"},small:{icon:"h-12 w-12",image:"h-14 w-14"}},mo={normal:"",small:"min-h-6xl"},ho={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"},uo=x((({className:e="",title:t,description:l,steps:n,buttons:a,size:i="normal",version:r="primary",...s})=>p(S,{className:w("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:r,...s,children:[u(bl,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),n?.length?u("div",{className:"box-border",children:u("div",{className:"flex flex-col gap-6xl justify-between",children:n.map(po(i,r))})}):null,hl(a,{isVertical:!0})]}))),po=(e,t)=>(l,n)=>{const{type:a}=l;if("default"!==a&&"rte"!==a)return null;switch(a){case"default":return xo(e,t)(l,n);case"rte":return u(ai,{__html:l.__html});default:so(l)}},xo=(e,t)=>(l,n)=>u("div",{className:"contents",children:p("div",{className:"flex flex-row text-center relative",children:[u("div",{className:"overflow-hidden flex flex-shrink-0 items-center",children:go(e,t)(l,n)}),p("div",{className:w("flex flex-col justify-center h-fit",mo[e]),children:[l.label?u("div",{className:"text-l text-left",children:l.label}):null,l.description?u("div",{className:w("text-s font-light text-left",ho.description),children:l.description}):null]})]})},String(n)),go=(e,t)=>(l,n)=>{const a="normal"===e?"38":"24",i="secondary"===t?"white":"color",r=Boolean(l?.icon?.src),s=co[e][r?"image":"icon"];return u("div",{className:w(s,r?"":`rounded-md ${ho.iconBackground}`,"z-10 mr-s flex justify-center content-center"),children:u("span",{className:"flex max-w-full max-h-full self-center text-h4 text-secondary-text group-data-secondary:text-white",children:oo(l?.icon)?u(Ut,{image:{...l.icon,iconVersion:l.icon?.iconVersion||i},imageClassName:"max-w-full max-h-full",width:a,height:a}):u("span",{children:n+1})})})},fo=x((({isActive:e,item:t,onClick:l})=>{const n=q({isRemote:!d?.BASE_PATH||!t.href?.startsWith(d?.BASE_PATH)}),{href:a,target:i,onClick:r}=n({href:t.href,target:"_self"}),s="BurgerIcon"===t?.icon?.icon?t.isActive:e,o=s?"color":"black";return p("a",{className:w(s?"text-primary-main":"text-primary-text","w-10 m-4 flex justify-center items-center flex-col text-xs cursor-pointer"),onClick:()=>"BurgerIcon"===t?.icon?.icon&&l?l():r(),href:a,target:i,children:[u(Ut,{className:"w-6 h-6",image:{icon:t?.icon?.icon,iconVersion:o}}),t.title]})})),bo=e=>({href:t})=>!!t&&H($(t)?e.href:e.pathname).startsWith(H(t));function yo(e=[]){const t=J(),l=e.findIndex((e=>bo(d.BASE_PATH?{pathname:d.BASE_PATH}:e))(t));return[l,e[l]]}const vo=x((({menuItems:e,onClick:t})=>{const[l]=yo(e);return u("div",{className:"ml-auto container bg-white flex justify-center shadow-blue-gray",children:e.map(((e,n)=>u(fo,{isActive:n===l,item:e,onClick:t},String(n))))})})),No="location";function wo(e="Москва"){const[t,l]=((e,t,l)=>{const[r,s]=n(l||null);return a((()=>e.subscribe(t,(e=>s(e)))),[e,t]),[r,i((l=>e.fire(t,l)),[e,t])]})(b,"location",So()??{name:e}),r=i((e=>{Co(e),l(e)}),[]),{data:s}=A("/api/v1/region",E);return a((()=>{s&&!ko()&&l(s)}),[s]),[t??{name:e},r]}const ko=()=>Boolean(globalThis.localStorage?.getItem(No)),So=()=>{try{const e=globalThis.localStorage?.getItem(No);return e&&JSON.parse(e)}catch(e){return null}},Co=e=>{try{globalThis.localStorage?.setItem(No,JSON.stringify(e))}catch(e){}},Io=x((({className:e,onClose:t})=>u("button",{className:w("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",children:u(Ut,{image:{icon:"CloseIcon"},width:"24",height:"24"})}))),To=x((({className:e,head:t,children:l,onClose:n})=>{const{close:a}=F(),r=i((()=>{a(),n&&n()}),[n]);return p("div",{className:w("relative min-h-full bg-white pt-0 p-5",e),children:[p("div",{className:"sticky py-xl top-0 bg-white z-10",children:[u(Io,{className:"absolute top-0 right-0",onClose:r}),u("div",{className:"container",children:t})]}),u("div",{className:"container pb-6xl",children:l})]})}));const Bo=x((({className:e,searchTerm:t,onSearch:l})=>p("form",{className:`font-sans relative ${e}`,children:[u("div",{className:"absolute rounded h-full flex items-center justify-center pl-m max-w-44 gap-s pointer-events-none",children:t?null:u("label",{htmlFor:"search-bar-input",className:"text-secondary-text ",children:"Поиск по филиалам"})}),u("input",{id:"search-bar-input",className:"h-12 pl-m w-full peer text-l text-black border border-solid rounded-md box-border\n outline-none border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text",value:t,onChange:e=>l(e.target.value.toLowerCase()),type:"text",name:"location-search-bar-input"})]}))),Mo=e=>e?.length?p("div",{className:"border-t border-main-divider mt-2xs pt-2xs",children:[u("div",{className:"mb-m",children:u(he,{size:"text-m",font:"font-light",color:"text-secondary-text",children:"Представительства за рубежом:"})}),u("div",{className:"flex gap-5xl",children:e.map(((e,t)=>u(Ro,{...e},String(t))))})]}):null,Ro=x((({icon:e,...t})=>{const l=q(),{text:n,target:a,href:i,onClick:r}=l(t);return p("div",{className:"flex gap-s",children:[e?u(Ut,{pathPrefix:"/wcms-resources/",image:e}):null,n?u("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:n}):null]})})),Po=e=>t=>u("div",{className:"mb-2xs",children:u("button",{className:"cursor-pointer hover:text-primary-hover",onClick:()=>{e&&e(t)},children:t.name||""})},t.id),Vo=x((()=>{const{defaultLocation:e,foreignOffices:t}=gr(),[l,a]=wo(e),[r,s]=n(""),o=zo(function(){const{data:e}=A("/api/v1/regions",E);return e||[]}()).sort(((e,t)=>e.name.localeCompare(t.name))),c=((e,t)=>{const l=new Map;for(const n of e){const e=t(n),a=l.get(e)||[];l.set(e,[...a,n])}return l})(o,_o),{close:d}=F(),m=i((e=>{a(e),d()}),[]);return p(To,{head:p("div",{children:[l?p("div",{className:"mb-s",children:[u(he,{size:"text-l",font:"font-light",children:"Сейчас выбран: "}),u("button",{onClick:()=>a(l),children:u(he,{color:"text-primary-main",children:l.name})})]}):null,u(Bo,{onSearch:s,searchTerm:r})]}),children:[r&&r.length>=3?u("div",{children:o.filter((({name:e})=>e&&Ue(e.toLowerCase())(r.toLowerCase())>=.8)).map(Po(m))}):u("div",{className:"columns-2 sm:columns-5",children:Array.from(c.entries()).map((h=m,([e,t])=>p("div",{className:"break-inside-avoid mb-2xl w-56",children:[u("div",{className:"mb-s",children:u(he,{size:"text-h6",children:e})}),t.map(Po(h))]},e)))}),Mo(t)]});var h})),_o=e=>e.name?.charAt(0)||"",zo=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),Ao=x((({className:e,value:t,autoFocus:l,onChange:n,onFocus:a})=>{const r=i((e=>{n&&n(e.target?.value||"")}),[n]);return p("div",{className:w("font-sans relative",e),role:"form",children:[u("div",{className:"absolute h-full flex items-center pl-m pointer-events-none",children:u(Ut,{image:{icon:"LoupeIcon",iconVersion:"black"},width:"24",height:"24"})}),u("input",{className:w("h-12 w-full px-10 text-l text-black outline-none box-border","border border-solid rounded-md border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text"),value:t,type:"text",name:"search-bar-input",placeholder:"Поиск по сайту",autoFocus:l,onChange:r,onFocus:a})]})}));function jo(e,t,l=300){a((()=>{const t=globalThis.setTimeout(e,l);return()=>{globalThis.clearTimeout(t)}}),t)}const Do=(e,t)=>(l,n)=>{for(const[a,i]of n)l.set(a,e(l.get(a)||t,i));return l},Eo=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),Oo=e=>t=>e.map((([e,l])=>[Ue(t)(e),l])).filter((([e])=>e>=.8)).map((([e,t])=>Fo(t,e))).reduce(Do(Math.max,0),new Map),Lo=e=>t=>He(t,t.map((({title:e})=>e)).map((e=>t=>{const l=Eo(t||"");return l.length?ti(e.map((e=>Al(l.map(Ue(e)))))):0})(e))).sort($e(Fe((([,e])=>e)))).map((([e])=>e)),Fo=(e,t)=>new Map(e.map((e=>[e,t]))),$o=({basePathList:e,initialQuery:t=""})=>{const[l,i]=n(t||"");a((()=>{null!=t&&i(t)}),[t]);const{data:r}=A(e?.length?e:null,Uo),[s,o]=n(null);return jo((()=>{r&&o(r.map((e=>t=>{const{corpus:l,dictionary:n}=t||{};if(!(e&&l?.length&&n&&Object.keys(n).length))return[];const a=Eo(e);if(!a.length)return[];const i=Object.entries(n),r=[...a.map(Oo(i)).reduce(Do(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*a.length)).map((([e])=>l[e]));return Lo(a)(r)})(l)))}),[r,l]),[s,{value:l,onChange:i}]},Uo=async(...e)=>(await Promise.allSettled(e.map((e=>D(W(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),Ho=x((({className:e,topItems:t})=>{const l=q({isRemote:!0});return u("div",{className:w("flex items-start justify-between",e),children:t?.map(l).map(Wo)})})),Wo=(e,t)=>{const{text:l,items:n=[],href:a,target:i,onClick:r}=e,s=n.filter((e=>!e.displayArea||"footer"===e.displayArea.toLowerCase()));return p("div",{className:"flex flex-col gap-s w-1/4",children:[u("a",{className:"leading-5 text-l text-primary-text hover:text-primary-main no-underline",href:a,target:i||"_self",onClick:r,children:l||`Раздел ${t}`}),s.map(((e,t)=>u(Ko,{...e,basePath:o(a),index:t},String(t))))]},String(t))},Ko=x((({text:e,index:t,basePath:l,...n})=>{const a=q({isRemote:!(!d.BASE_PATH||!l)&&!d.BASE_PATH.startsWith(l),basePath:l}),{href:i,target:r,onClick:s}=a(n);return u("a",{className:w("text-l font-light text-secondary-text hover:text-primary-main no-underline","overflow-x-hidden overflow-ellipsis whitespace-nowrap"),href:i,target:r||"_self",onClick:s,children:e||`Раздел ${t}`})})),Xo=x((({initialQuery:e})=>{const{topItems:t}=gr(),l=r((()=>t?.map((e=>e.href||"/"))),[t]),[n,i]=$o({basePathList:l,initialQuery:e}),s=r((()=>Go(t)(n)),[t,n]);return a((()=>function(e){for(const t of e.filter((({items:e})=>e?.length)))console.group(t.text),console.table(t.items,["text","href"]),console.groupEnd()}(s)),[s]),u(To,{head:u(Ao,{autoFocus:!0,...i}),children:u(Ho,{topItems:s})})})),Go=e=>t=>e?.length&&t?.length?He(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:W("/",t)})))}))):[];const Yo=x((({className:e})=>{const[t,l]=n(""),a=i((()=>l("")),[]),{open:r}=(()=>{const{open:e,close:t}=F();return{open:(t={},l={})=>e(u(Xo,{...t}),l),close:t}})(),s=i((e=>{l(e),Jo(e)&&r({initialQuery:e},{onClose:a})}),[a]);return p("div",{className:w("relative",e),children:[u(Ao,{value:t,onChange:s}),u(Io,{className:"absolute top-0 right-0 sm:hidden",onClose:a})]})})),Jo=e=>e&&e.length>=3,qo=x((({item:e,basePath:t})=>{const l=q({isRemote:!(!d.BASE_PATH||!t)&&!d.BASE_PATH.startsWith(t),basePath:t}),{href:n,target:a,onClick:i}=l(e),r=J(),s=bo(r)({href:n});return p("a",{className:w(s?"text-primary-main":"text-primary-text","py-3 text-h5 font-light flex justify-between cursor-pointer"),href:n,target:a,onClick:i,children:[e.text,u(Ut,{image:{icon:"ChevronLeftIcon",iconVersion:"black"},width:"24",height:"24",className:"text-secondary-text rotate-180 opacity-30"})]})})),Qo=x((({activeMenuSubItems:e,basePath:t})=>e?u("div",{className:"mb-5",children:e.map(((e,l)=>u(qo,{item:e,basePath:t},String(l))))}):null)),Zo=({item:e,isActive:t,onClick:l})=>p("button",{type:"button",className:"relative",onClick:l,children:[u("span",{className:w("whitespace-nowrap",t?"text-primary-main":""),children:e.text}),t?u("div",{className:"absolute left-0 right-0 -bottom-3 h-0.5 bg-primary-main group-data-transparent:bg-transparent"}):null]}),ec=x((e=>{const{topItems:t,officesLink:l,defaultLocation:s}=gr(e.options?.page?.fallback),[o]=wo(s),c=(()=>{const{open:e,close:t}=F();return{open:(t={})=>e(u(Vo,{}),t),close:t}})(),d=i((()=>c.open()),[]),[m,h]=Ll({itemCount:t?.length??0}),[x]=yo(t),[g,f]=n(x),b=r((()=>t?.[g]),[t,g]),y=b?.items||[];a((()=>{f(x)}),[x]),a((()=>{g>0&&h.scrollTo(g)}),[g,h]);const v=i((e=>f(e)),[]);return u(To,{head:u("div",{className:"flex items-center",children:u(T,{as:"h4",title:"Меню"})}),children:p("div",{className:"flex flex-col flex-nowrap relative w-full h-auto m-auto bg-white pb-24 box-border rounded-md",children:[u("div",{className:"w-full mb-3",children:u(Tl,{containerRef:m,visibleItemCount:0,gap:20,className:"pb-3",children:t?.map(((e,t)=>u(Zo,{item:e,isActive:g===t,onClick:()=>v(t)},String(t))))})}),p("div",{className:"relative grow overflow-auto",children:[u(Qo,{activeMenuSubItems:y,basePath:b?.href}),u(Yo,{className:"grow mb-5"}),tc(l),p("div",{className:"flex items-center text-s cursor-pointer",onClick:d,children:[u(Ut,{image:{icon:"GeolocationIcon",iconVersion:"black"},width:"24",height:"24",className:"text-primary-main box-border mr-xs bg-main-divider p-xs rounded-md"}),p("div",{className:"flex flex-col items-start",children:[u(he,{size:"text-h5",children:o.name}),u(he,{color:"text-secondary-text",size:"text-s",children:"Ваша локация"})]})]})]})]})})})),tc=e=>e?p("a",{className:"flex items-center mb-3",href:e,rel:"noopener noreferrer","aria-label":"Офисы и банкоматы",children:[u(Ut,{image:{icon:"MapOpenedIcon",iconVersion:"black"},width:"24",height:"24",className:"text-primary-main box-border mr-xs bg-main-divider p-xs rounded-md"}),u("span",{children:"Офисы и банкоматы"})]}):null;const lc=({onCloseAll:e,onClose:t}={})=>{const[l,{push:r,pop:s,clear:o}]=function(e=[]){const[t,l]=n(e),a=i((e=>l((t=>[...t,e]))),[]),r=i((()=>l((e=>e.slice(0,-1)))),[]),s=i((e=>l((t=>t.filter((t=>t!==e))))),[]),o=i((()=>l([])),[]);return[t,{setList:l,push:a,pop:r,remove:s,clear:o}]}(),c=i((()=>{e&&e(l),o()}),[l,e]),d=i((()=>{t&&t(l[l.length-1]),s()}),[l,t]);return a((()=>b.subscribe("dialog",(e=>{switch(e.type){case"open":r(e);break;case"close":e.all?c():d();break;default:so(e)}}))),[c,d]),l},nc="burgerMenuDialog",ac=x((({...e})=>{const{menuItems:t=[]}=jt(d.STICKY_MOBILE_MENU||"sticky-mobile-menu",{fallback:e.options?.page?.fallback,folderName:"portal-resources",setBasePath:!0}),[l,{toggle:n}]=(()=>{const{open:e,closeAll:t,close:l}=F(),n=lc(),a=((e,t)=>t.find((t=>t.id===e),e))(nc,n),r=i((()=>e(u(ec,{}),{id:nc})),[]),s=i((()=>{a?t():r()}),[a]);return[Boolean(a),{open:r,close:l,toggle:s}]})(),a={title:"Меню",icon:{icon:"BurgerIcon",iconVersion:l?"color":"black"},isActive:l},s=Math.floor(t.length/2),o=r((()=>[...t.slice(0,s),a,...t.slice(s)]),[t,s,a]);return u(S,{className:"fixed bottom-0 left-0 right-0 my-0 mx-auto w-full bg-transparent z-[100]",padding:"p-0",children:u(vo,{menuItems:o,onClick:n})})})),ic={default:"px-xs",underlined:"px-m",rounded:"px-lg rounded-md"},rc={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",rounded:"text-white"},sc={default:"bg-white",underlined:"bg-white",rounded:"bg-transparent"},oc={default:"sm:bg-primary-main",underlined:"bg-white",rounded:"bg-primary-main"},cc=x((({tag:e="div",item:t={},isActive:l,type:n="default",onClick:a})=>{const i=e,{text:r,appendRight:s,...o}=t;return u(i,{className:w("h-12","block flex-1","cursor-pointer",ic[n],l?oc[n]:sc[n]),role:"tab","aria-selected":l,onClick:a,...o,children:p("div",{className:w("h-full","flex justify-center items-center","text-center whitespace-nowrap",l?rc[n]:"text-secondary-text hover:text-primary-main"),children:[u(he,{size:"text-m",children:r}),s?u("div",{className:"ml-xs",children:s}):null]})})})),dc=x((e=>u(e?.item?.href?mc:hc,{...e}))),mc=x((e=>{const t=q(),l=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:n,...a}=t({...e.item,onClick:l});return u(cc,{...e,tag:"a",item:a,onClick:n})})),hc=x((({item:e={},onClick:t,...l})=>{const n=i((()=>{t&&t(e)}),[t,e]);return u(cc,{item:e,onClick:n,...l})})),uc=(e,t,l)=>(n,a)=>u(dc,{isActive:n===e,onClick:t,type:l,item:n},String(a)),pc="hidden sm:flex absolute z-40 top-0",xc=x((({className:e,items:t=[],value:l,onChange:n,tabsType:a})=>{const[i,r]=Ll({itemCount:t?.length||0});return p("div",{className:w("relative overflow-x-auto no-scrollbar",e),role:"tablist",children:[u(Tl,{containerRef:i,snapAlign:"snap-start",onVisibleIndicesChange:r.handleVisibleIndicesChange,children:t.map(uc(l,n,a))}),r.canScrollLeft?u(ca,{className:w("left-6",pc),onClick:r.scrollLeft}):null,r.canScrollRight?u(da,{className:w("right-6",pc),onClick:r.scrollRight}):null]})})),gc=x((({className:e,tabsType:t="default",items:l=[],value:n,onChange:a})=>u("div",{className:w("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tablist",children:l.map(uc(n,a,t))}))),fc=({tabsMode:e,...t})=>{switch(e){case"wideScreen":return u(gc,{...t});case"centered":return u("div",{className:"flex",children:u(gc,{className:"m-auto p-xs rounded-md bg-main-gray",tabsType:"rounded",...t})});case"scrollable":return u("div",{className:"flex",children:u(xc,{className:"m-auto",tabsType:"underlined",...t})});default:return null}},bc=x((({className:e="",isSticky:t,tabs:l=[],tabsMode:s,...o})=>{const c=r((()=>l.map(vc)),[l]),[d,m]=n(0);a((()=>{l&&l[0]&&yc(l[0])}),[]),a((()=>{const e=l[d];"group"===e?.type&&b.subject("tab",{type:e.type,label:e.ref})}),[l,d]);const h=i((e=>{const t=c.indexOf(e);m(t),yc(l[t])}),[l,c]);return u(S,{className:w(t?"sticky top-1 z-20":"",e),defaultPadding:"p-0",...o,children:fc({items:c,value:c[d],tabsMode:s,onChange:h})})})),yc=e=>{"group"===e.type&&b.fire("tab",{type:e.type,label:e.ref}),"link"===e.type&&b.fire("tab",{type:e.type,label:e.href})},vc=e=>"group"===e?.type?{text:e.title}:e,Nc={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},wc=x((({children:e,activeIndex:t,columnWidth:l,version:n="comparison"})=>u("div",{className:"flex flex-1 overflow-hidden",children:u("div",{className:Nc[n],style:{transform:`translateX(-${t*l}px)`},children:e})}))),kc=x((({className:e="",isOpen:t,onClick:l})=>u(oe,{className:e,appendRight:u(Ut,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"20",height:"20"}),text:t?"Скрыть":"Показать",version:"gray",onClick:l}))),Sc={Buttons:({buttons:e})=>hl(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?u(Ut,{image:e}):null,List:({isDotted:e,...t})=>u(Ga,{className:"flex flex-col justify-between items-start text-h6",isDotted:e??!0,...t}),LabelDescription:({label:e,description:t})=>p("div",{className:"space-y-2xs",children:[e?u("div",{children:e}):null,t?u("div",{children:u(he,{size:"text-s",color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,dataUrl:l,pdfUrl:n,isOpen:a})=>e?u(kc,{isOpen:a,onClick:()=>{t({dataUrl:l,pdfUrl:n})}}):null},Cc=({rowIdx:e,cellIdx:t,setTableInner:l,tableInner:i,openTableInnerIdx:r,setOpenTableInnerIdx:s})=>(o,c)=>{const[d,m]=n(!0);a((()=>{t===r&&i||m(!0)}),[i,r]);return u("div",{children:Ic({cell:o,cellProps:{rowIdx:e,cellIdx:t,fieldIdx:c,displayTable:e=>{m(!1),s(t),l(e)},isVisible:d}})},String(c))},Ic=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:l,...n}=e;if(!l||!(l in Sc))return null;return u(Sc[l],{...t,...n})},Tc=x((({cells:e,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})=>u("div",{className:"w-80 flex-grow flex flex-col gap-m @4xl:gap-lg",role:"cell",children:e?.length?e.map(Cc({rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})):null}))),Bc=(e,t)=>140*ti(e.slice(0,t).map((e=>e?.cols?.length??1))),Mc=(e,t)=>e?.length>0?u("div",{className:w("flex",0===t?"text-secondary-text":""),children:e.map(((e,t)=>u("div",{className:"w-20 text-h6 mx-lg",children:e},String(t))))}):null,Rc=x((({rows:e})=>{return u(Tl,{visibleItemCount:0,snapAlign:"snap-start",children:u("div",{children:e?.map((t=0,(e,l)=>{if(!e?.length)return null;const[n,...a]=e,i=w("flex duration-1000 text-center",0!==l?"font-normal":"font-light");return p("div",{className:"flex border-main-divider border-b border-solid h-full",children:[n?.data?u("div",{className:"text-xl font-light w-56 min-w-56 py-lg",children:n.data}):null,u("div",{className:"flex flex-grow overflow-hidden",children:u("div",{className:i,style:{transform:`translateX(-${Bc(a,t)}px)`},children:a?.map(((e,l)=>p("div",{className:"flex flex-col flex-grow gap-s justify-center py-xl odd:bg-main-divider",children:[e?.data?u("div",{className:"text-xl font-light",children:e.data}):null,e?.cols?Mc(e.cols,t):null]},`row${l}`)))})})]},String(l))}))})});var t})),Pc=x((({activeTabIndex:e,items:t})=>u("div",{children:t.map(((t,l)=>{const n=`activeTabIdx:${e}-tableIdx:${l}`;return p("div",{className:"w-full @container",children:[u("div",{className:"flex p-m bg-white @4xl:bg-gray text-center justify-center relative",children:u(he,{size:"text-xl",font:"font-light",children:t.title})}),u("div",{className:"w-full pl-xs overflow-hidden transition-height duration-500 ease-in-out",children:u("div",{className:"relative",children:u(Rc,{rows:t.rowsData})})})]},n)}))}))),Vc=x((({currencies:e,linkToPDF:t,activeTabIndex:l,setActiveTabIndex:n})=>p("div",{className:"flex justify-between items-center w-full py-lg",children:[e&&e.length>1?u("div",{className:"flex bg-secondary-light p-2xs rounded-md",children:e.map(((e,t)=>u("div",{className:"rounded-md text-xl font-light px-4 py-3 cursor-pointer "+(t===l?"bg-primary-main text-white":"text-secondary-text"),onClick:()=>n(t),children:e||t+1},e)))}):null,t?u(oe,{className:"text-primary-main",href:t,version:"link",target:"_blank",appendLeft:u(Ae,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]})));async function _c(e){const t=await fetch(e);return await t.json()}const zc=x((({dataUrl:e,pdfUrl:t,onClick:l})=>{const{tableData:a}=function(e){const{data:t}=A(function(e){return`/wcms-resources/${e||"tariffs-inner-table-data"}.json`}(e),_c);return t||{}}(e),[r,s]=n(0),o=i((e=>s(e)),[]),c=a?.[r]?.items??[],d=a?.map((e=>e.currency??""));return p("div",a?{className:"bg-white z-10",children:[u(Vc,{currencies:d,activeTabIndex:r,setActiveTabIndex:o,linkToPDF:t}),u(Pc,{activeTabIndex:r,items:c}),u(kc,{className:"mt-xl",onClick:l,isOpen:!0})]}:{className:"my-lg space-y-m text-h6 text-center",children:[u("p",{children:"Данных нет"}),u(kc,{onClick:l,isOpen:!0})]})})),Ac=x((({children:e,tableInner:t,onHideContentClick:l})=>p("div",{className:"self-start flex flex-col",role:"row",children:[u("div",{className:w("@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?u("div",{className:"origin-top animate-expansion",children:u(zc,{...t,onClick:l})}):null]}))),jc=x((({row:{header:e,data:t},activeIndex:l,rowIdx:a,...r})=>{const[s,o]=n(void 0),c=i((e=>o(e)),[]),[d,m]=n(void 0),h=i((e=>m(e)),[]);return p(Ac,{onHideContentClick:()=>o(void 0),tableInner:s,...r,children:[u("div",{className:w("text-s","w-80 flex-shrink-0"),children:p("div",{className:"flex gap-m items-center text-primary-text",role:"cell",children:[e?.icon?u(Ut,{className:"hidden @4xl:block max-w-6",image:e.icon,width:"24",height:"24"}):null,e?.title?u("div",{className:"text-m font-light",children:e?.title}):null]})}),t?.length?u(wc,{activeIndex:l,columnWidth:360,version:"tariff",children:t.map(((e,t)=>u(Tc,{cells:e,rowIdx:a,cellIdx:t,setTableInner:c,tableInner:s,openTableInnerIdx:d,setOpenTableInnerIdx:h,...r},String(t))))}):null]})}));function Dc({dec:e,inc:t,canDec:l,canInc:n,btnClass:a,className:i=""}){return l||n?p("div",{children:[l?u(oa,{className:`absolute z-40 ${a[0]} ${i}`,onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!l}):null,n?u(oa,{className:`absolute z-40 rotate-180 ${a[1]} ${i}`,onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!n}):null]}):null}const Ec=x((({children:e,controls:t})=>{const{isScrollAvailable:l}=t;return p("div",{role:"table",children:[p("div",{className:"relative space-y-xs",children:[e,Dc({...t,btnClass:["top-28","top-11"],className:"right-7"})]}),l?u("div",{className:"absolute top-0 right-0 bottom-0 w-20 bg-opacity-to-white"}):null]})})),Oc=x((({className:e="",title:t,description:l,rowHeaders:n,tariffsColumns:a,hiddenRowsNum:i=0,...r})=>{const s=a?.map((({data:e})=>e))||[],o=n?.map(((e,t)=>({header:e,data:s.map((e=>e?.[t]||[]))}))),c=s.length,[d,m]=sa({itemCount:c,visibleItemCount:2}),h=(o||[]).map(((e,t)=>u(jc,{row:e,activeIndex:d,rowIdx:t,...r},String(t)))),[x,g]=i>0?[h.slice(0,-i),h.slice(-i)]:[h,[]];return p(S,{className:w("overflow-hidden relative space-y-0 @4xl:space-y-xl",e),defaultPadding:"p-6xl",...r,children:[u(bl,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),u("div",{className:"space-y-m",children:i>0?u(Kl,{renderFoldableSection:({isUnfolded:e})=>p(Ec,{controls:m,children:[x,u(Xl,{isUnfolded:e,children:g})]}),renderFoldButton:Nr}):u(Ec,{controls:m,children:h})})]})})),Lc=x((({className:e="",title:t,description:l,iconVersion:n,image:a,__html:i,items:r=[],...s})=>p(S,{className:w("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...s,children:["small"===n?Fc():null,"big"===n?$c(a):null,p("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?u(he,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,l?Uc(l):null,r?.length?Hc(r,!0):null,i?u(ai,{__html:i}):null]})]}))),Fc=()=>u("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"}),$c=e=>e?.src?u(Ut,{className:"h-fit flex-shrink-0",image:e}):null,Uc=e=>u(me,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),Hc=(e,t)=>u("ul",{className:w("text-secondary-text group-data-secondary:text-white/80",t?"list-disc pl-xl":""),children:e.map(((e,t)=>u("li",{children:u(he,{size:"text-s",font:"font-light",children:e})},`listItem-${t}`)))}),Wc=x((({className:e,padding:t,headlineVersion:l="S",listItemSize:n="M",...a})=>u(S,{className:e,padding:"p-0",...a,children:u(bi,{className:"h-full",defaultPadding:"p-xl",padding:t,headlineVersion:l,listItemSize:n,...a})}))),Kc=["ArrowDownIcon","ArrowUpIcon"],Xc="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs border-box",Gc=x((({label:e="",blocksToRender:t=[],topItemsCount:l=0,block:n,notFound:a,...i})=>{const[r,s]=l>0?[t.slice(0,l),t.slice(l)]:[t,[]];return p("div",{children:[u("div",{className:w(t.length?"hidden":"block"),children:a?Yc(a):null}),p("div",{className:w("space-y-2xs",t.length?"":"hidden"),children:[u("div",{className:w(Xc),children:ya(r,{...i.options,parent:n})}),u(Kl,{renderFoldableSection:({isUnfolded:e})=>u(Xl,{className:w(Xc),isUnfolded:e,children:ya(s,{...i.options,parent:n})}),renderFoldButton:({isUnfolded:t,onToggle:n})=>u(vr,{className:w(l<1?"hidden":""),disabled:!s?.length,label:e,icon:Kc[Number(t)],dataTheme:i.options?.page?.colorPalette,onClick:n})})]})]})}));function Yc({title:e,description:t}){return u("div",{className:"bg-white py-20",children:u(bl,{title:e,description:t,headlineVersion:"S",isEmbedded:!0})})}const Jc=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,qc=(e,t)=>Object.entries(e).map((([l,n])=>"number"==typeof n?Array.isArray(t[l])?((e,t)=>l=>Jc(t[e])||Jc(l[e])||l[e]?.includes(t[e]))(l,e):((e,t)=>l=>Jc(t[e])||Jc(l[e])||Qc(t[e])<=Qc(l[e]))(l,e):"object"==typeof n&&"min"in n&&"max"in n?((e,t)=>l=>Jc(t[e])||Jc(l[e])||Qc(t[e]?.min)>=Qc(l[e]?.min)&&Qc(t[e]?.min)<=Qc(l[e]?.max))(l,e):Array.isArray(n)?((e,t)=>l=>Jc(t[e])||Jc(l[e])||t[e]?.some((t=>l[e]?.includes(t))))(l,e):((e,t)=>l=>Jc(t[e])||Jc(l[e])||t[e]===l[e])(l,e))).every((e=>e(t))),Qc=e=>Number(e||0),Zc=(e,t)=>(l=B)=>e&&e.filter((e=>qc(t,l(e.content||{})))),ed=x((({value:e,onChange:t,items:l=[],multiple:n})=>l.map((l=>u(et,{text:l.title,value:[e].flatMap((e=>e)).includes(l.value),onChange:()=>(l=>{if(t)if(n){const n=e?.includes(l);t(n?(e||[]).filter((e=>e!==l)):[...e||[],l])}else t(e===l?"":l)})(l.value),type:n?"checkbox":"radio"},l.value))))),td=({field:e,reset:t,filtrationSchema:l,resetButton:n,children:a})=>p("form",{className:"flex flex-col @4xl:flex-row justify-between bg-white p-4xl gap-s @4xl:gap-0",children:[p("div",{className:"flex flex-col @4xl:flex-row gap-5xl",children:[a,Object.entries(l).map(ld(e))]}),n?u("div",{children:u(oe,{className:"w-full @4xl:w-72 @4xl:ml-s",onClick:t,...n})}):null]}),ld=e=>([t,l])=>{const n=l?.type;return"array"===n?nd(t,e)(l):null},nd=(e,t)=>l=>{const n=l?.items?.enum?.map(((e,t)=>({value:e,title:l?.items?.enumNames?.[t]||""})))||[];return p("div",{children:[l?.title?u("div",{className:"mb-m",children:u(he,{size:"text-m",font:"font-light",color:"text-secondary-text",children:l.title})}):null,u(ed,{items:n,multiple:!0,...t(e)})]},e)},ad=(e,t)=>e[t?.sourceBook]?.rateRows.map((e=>e.minMonths)).filter((e=>void 0!==e));async function id(...e){const t=e.map((e=>D(e)));return await Promise.all(t)}const rd=e=>Boolean(e&&e.content&&"string"==typeof e.content.sourceBook);function sd(e){const{dirs:t=[],source:l=[]}=r((()=>{const t=(e=>e?.filter(rd).map((({content:{sourceBook:e}})=>e)))(e);return{dirs:t?.map((e=>`/wcms-resources/${e}.json`)),source:t}}),[e]),{data:n=[]}=A(t,id);return{source:Object.fromEntries(He(l,n).filter((([,e])=>Boolean(e)))),months:(a=n.flatMap((e=>e?.rateRows||[])).filter((e=>"number"==typeof e.minMonths&&e.minMonths===e.maxMonths)).map((e=>e.minMonths)),[...new Set(a)]).sort(((e,t)=>e-t))||[]};var a}const od=1e9,cd={sum:{min:1e4,max:od},period:3},dd=x((({className:e,filtrationSchema:t={},resetButton:l,sumInput:n,periodInput:a,...i})=>{const{source:r,months:s}=sd(i.block?.blocks),[o,{field:c,reset:d}]=M(cd),m=Zc(i.block?.blocks,o)((e=>({...e,period:ad(r,e||{})||[]}))),h=p("div",{children:[u(na,{label:n?.title,min:500,max:od,...c("sum",{parse:e=>({min:Number(e),max:od}),format:({min:e})=>String(e)})}),u(kt,{title:a?.title,items:["От 3 мес","До 5 лет"],list:s,...c("period")})]});return p(S,{className:w("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[td({field:c,reset:d,filtrationSchema:t,resetButton:l,children:h}),u(Gc,{blocksToRender:m,...i})]})})),md={type:"string",title:"Адрес справочника"};dd.childrenTypes=["ProductTile"],dd.childSchema=e=>({...e?.filtrationSchema||{},sourceBook:md});const hd={primary:"bg-white/30",secondary:"bg-main-divider"},ud={primary:"text-white",secondary:"text-secondary-text"},pd=x((({count:e,version:t="secondary"})=>u("div",{className:w("w-6 h-6 rounded-full flex items-center justify-center",hd[t]),children:u(he,{size:"text-xs",color:ud[t],children:e})}))),xd=(e=[],t={})=>e.filter((({content:e={}})=>qc(t,e))).length,gd=(e,t)=>e===t;const fd=(bd=function(...e){return(t,l)=>e.some((e=>e(t,l)))}(gd,((e=gd)=>(t,l)=>t===l||Boolean(t&&l&&t.length===l.length&&t.every(((t,n)=>e(t,l[n])))))()),(e,t)=>e===t||Boolean(e&&t&&Object.keys(e).length===Object.keys(t).length&&Object.entries(e).every((([e,l])=>bd(l,t[e])))));var bd;const yd=[],vd={},Nd={categories:[],extraOptions:[],propertyType:[],stage:[]},wd=x((({className:e,hotFilters:t,filtrationSchema:l={},resetButton:n,...a})=>{const[s,{field:o,reset:c,update:d}]=M(Nd),m=Zc(a.block?.blocks,s)(),h=i(((e=Nd)=>d(e)),[]),x=(({hotFilters:e=yd,filtrationState:t=vd,blocks:l=yd,onFiltrationStateChange:n})=>{const a=r((()=>Math.max(0,e.findIndex((e=>fd(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,appendRight:u(pd,{version:t===e[a]?"primary":"secondary",count:xd(l,t.filter)})})))),[e,l,a]),o=i((t=>{n(e[s.indexOf(t)].filter)}),[e,s]);return{value:s[a],items:s,onChange:o}})({hotFilters:t,filtrationState:s,blocks:a.block?.blocks,onFiltrationStateChange:h});return p(S,{className:w("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[u(gc,{...x}),td({field:o,reset:c,filtrationSchema:l,resetButton:n}),u(Gc,{blocksToRender:m,...a})]})}));wd.childrenTypes=["ProductTile"],wd.childSchema=e=>e?.filtrationSchema||{};const kd={ApplicationForm:nl,BenefitsBlock:sl,Bonus:vl,BonusBenefitsBlock:Ul,ButtonsBlock:Wl,Calculator:qn,CardTransfer:ra,Carousel:Ba,CarouselBankHistoryCard:Ma,CarouselCard:Va,CarouselCatalogCard:Da,CarouselLinks:Fa,CarouselProductCard:Ya,CarouselProgramsCard:wi,CarouselRecommendationCard:Mi,CarouselTariffsCard:Vi,ComparisonTable:$i,DepositFiltration:dd,MortgageFiltration:wd,ErrorBlock:Wi,ExchangeRateTile:pr,Footer:Ar,Header:Xr,Headline:bl,HorizontalLayout:Jr,ImgBlock:qr,LinkDocs:ns,MobileAppTile:ss,PictureText:ds,Placeholder:ms,ProductBlock:gs,ProductGallery:fs,ProductTile:bs,RepresentativeOfficeInfo:ys,RichTextBlock:ks,RollupItem:Sr,SafeDepositRental:io,StepsBlock:uo,StickyBottomMenu:ac,Tabs:bc,TariffsTable:Oc,TextBlock:Lc,Tile:Wc,VerticalLayout:Yr};const Sd=["Header","Footer"],Cd=([,{target:e}])=>Math.abs(e.getBoundingClientRect().top);function Id(e=globalThis){const t=s(new Map);a((()=>N.subscribe("intersection",(({block:e,intersection:l})=>{t.current&&t.current.set(e,l)}))),[]),a((()=>{const l=((e,t=600)=>{let l;const n=(...a)=>{n.dispose(),l=setTimeout((()=>{e(...a)}),t)};return n.dispose=()=>{l&&clearTimeout(l)},n})((()=>{!function(e){const t=`#${l=e?.anchor,l?.replace("#","")||""}`;var l;globalThis.location?.hash!==t&&globalThis.history?.replaceState(globalThis.history?.state,"",t)}(globalThis.scrollY>3*globalThis.innerHeight/4?function(e){const t=e.filter((([e])=>!Sd.includes(e.type||""))).filter((([,{intersectionRatio:e}])=>e>.01)),[l]=t.length>0?jl(Cd)(t):[];return l}([...t.current||[]]):void 0)}),100);return e.addEventListener("scroll",l),()=>{l.dispose(),e.removeEventListener("scroll",l)}}),[e])}const Td="cookie",Bd=x((({termLink:e,personalDataPolicyLink:t})=>{const[l,{setTrue:n,setFalse:a}]=_e();jo((()=>{globalThis.localStorage?.getItem(Td)||n()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(Td,"true"),a()}),[]);return l?u("div",{className:"container fixed left-0 right-0 bottom-0 z-50",children:p("div",{className:"bg-white m-xl p-xl rounded-md flex sm:items-center shadow-[0_4px_25px_rgba(0,0,0,0.07)]",children:[u("div",{className:"sm:flex-1",children:p(me,{size:"text-s",font:"font-light",color:"text-primary-text",children:["АО «Россельхозбанк» использует",u(Ua,{isRemote:!0,className:Md(e?.href),...e,children:"cookie"}),"(файлы с данными о прошлых посещениях сайта) для персонализации сервисов и удобства пользователей. Вы можете запретить сохранение cookie в настройках своего браузера.",u(Ua,{isRemote:!0,className:Md(t?.href),...t,children:"Обработка Ваших персональных данных"}),"производится в соответствии с требованиями Федерального закона от 27.07.2006 № 152-Ф3 «О персональных данных»."]})}),u("div",{className:"ml-s sm:ml-0 w-24 flex justify-end",children:u(Io,{className:"bg-main-gray rounded-md",onClose:r})})]})}):null})),Md=e=>w("inline mx-2xs",e?"text-green-dark":""),Rd=x((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),l=lc({onCloseAll:e,onClose:t}),{close:n}=F(),r=i((({key:e})=>{"Escape"===e&&n()}),[]);return Le(globalThis.document,"keydown",r),a((()=>{l.length?(globalThis.document?.body.classList.add("no-scrollbar"),globalThis.document?.body.classList.add("overflow-hidden")):(globalThis.document?.body.classList.remove("no-scrollbar"),globalThis.document?.body.classList.remove("overflow-hidden"))}),[l]),l.length?u("div",{className:"fixed inset-0 z-50",role:"dialog",children:l.map((({dialog:e,id:t},n)=>u("div",{className:w("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar",n===l.length-1?"":"hidden"),children:e},String(t||n))))}):null})),Pd=x((()=>{const[e,t]=n(null),l=i((()=>{t(null)}),[]);a((()=>b.subscribe("popup",(e=>{switch(e.type){case"open":case"update":t(e);break;case"close":l();break;default:so(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&l()}),[l]);return Le(globalThis.document,"keydown",r),e?u("div",{className:"absolute z-50",style:{left:`${e.left}px`,top:`${e.top}px`,...e.width?{width:`${e.width}px`}:{}},role:"dialog",children:e.popup}):null})),Vd=h();const _d=x((({className:e,onClick:t,ariaLabel:l})=>u("button",{type:"button",className:`border-0 w-9 bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":l,children:zd()}))),zd=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[u("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),u("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},Ad=x((({className:e=""})=>{const t=function(e){const[t,l]=n(0);return a((()=>{(async()=>{const[t]=await Vd.getLikeCount(e);l(t?.value||0)})()}),[e]),{likeCount:t,like:i((async()=>{l(await Vd.like(e))}),[e]),dislike:i((async()=>{l(await Vd.dislike(e))}),[e])}}(J().pathname);return p("div",{className:`border-main border-2 border-solid bg-white flex w-32 items-center justify-center gap-s p-xs font-sans ${e}`,children:[u(_d,{onClick:Y(t.like),ariaLabel:"Поставить отметку «лайк»"}),u(_d,{onClick:Y(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),u("span",{className:"select-none",children:t.likeCount})]})})),jd=x((({className:e,blocksRegistry:t,blockDecorator:l,data:n={}})=>{const{style:a,slots:i,likeControl:r,colorPalette:s="pc"}=n,o={key:"",page:n,blocksRegistry:t,blockDecorator:l,parent:n};return Id(),p("div",{className:"@container","data-theme":s,children:[p("section",{className:w("relative",a,e),children:[i?.header?u("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:ya(i?.header,{...o,slotName:"header"})}):null,p("div",{className:"container space-y-px @lg:space-y-0 @lg:grid @lg:grid-cols-12 @lg:gap-2xs",children:[va({block:n,options:o,extraProps:{className:"scroll-mt-12"}}),ya(i?.footer,{...o,slotName:"footer"})]}),r?u("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:u(Ad,{className:"rounded-tl-3xl sticky bottom-0 pointer-events-auto"})}):null]}),u(ac,{}),u(Rd,{}),u(Pd,{}),u(Bd,{termLink:{href:"/pd-policy#cookie",target:"_blank"},personalDataPolicyLink:{href:"/pd-policy",target:"_blank"}})]})}));jd.childrenTypes=[],jd.slots=()=>["header","footer","StickyBottomMenu"];e.Blocks=kd,e.ContentPage=jd,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),l=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await l.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.LikeAPI=h,e.handlerDecorator=Y,e.joinList=e=>t=>t.reduce(((t,l,n)=>t.length?t.concat({...e,key:`sep-${n}`},l):[l]),[]),e.packageVersion="0.14.3",e.projectSettings=d,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=K,e.useRouter=J,Object.defineProperty(e,"__esModule",{value:!0})}));