@redneckz/wildless-cms-uni-blocks 0.14.21 → 0.14.22

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 (140) hide show
  1. package/bin/migration-scripts/0.14.20.js +30 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +12 -15
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  6. package/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  7. package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  8. package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
  9. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  10. package/dist/api/CorporateLeadAPI.js +3 -0
  11. package/dist/api/CorporateLeadAPI.js.map +1 -1
  12. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  13. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  14. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  15. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  16. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  17. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  18. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  19. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -2
  20. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  21. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
  22. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +1 -1
  23. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js.map +1 -1
  24. package/dist/components/ProductBlock/ProductBlock.js +5 -2
  25. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  26. package/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  27. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js +1 -1
  28. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  29. package/lib/api/CorporateLeadAPI.js +3 -0
  30. package/lib/api/CorporateLeadAPI.js.map +1 -1
  31. package/lib/common.css +1 -1
  32. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  33. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  34. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  35. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  36. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  37. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  38. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  39. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -2
  40. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  41. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
  42. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +1 -1
  43. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js.map +1 -1
  44. package/lib/components/ProductBlock/ProductBlock.js +5 -2
  45. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  46. package/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  47. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js +1 -1
  48. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  49. package/mobile/bundle/bundle.umd.js +14 -8
  50. package/mobile/bundle/bundle.umd.min.js +1 -1
  51. package/mobile/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  52. package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  53. package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  54. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  55. package/mobile/dist/api/CorporateLeadAPI.js +3 -0
  56. package/mobile/dist/api/CorporateLeadAPI.js.map +1 -1
  57. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  58. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  59. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  60. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  61. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  62. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  63. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  64. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  65. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  66. package/mobile/dist/components/ProductBlock/ProductBlock.js +5 -2
  67. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  68. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  69. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js +1 -1
  70. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  71. package/mobile/lib/api/CorporateLeadAPI.js +3 -0
  72. package/mobile/lib/api/CorporateLeadAPI.js.map +1 -1
  73. package/mobile/lib/common.css +1 -1
  74. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  75. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  76. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  77. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  78. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  79. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  80. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  81. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  82. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  83. package/mobile/lib/components/ProductBlock/ProductBlock.js +5 -2
  84. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  85. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  86. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js +1 -1
  87. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  88. package/mobile/src/api/CorporateLeadAPI.ts +4 -0
  89. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -1
  90. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
  91. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
  92. package/mobile/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +26 -23
  93. package/mobile/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +3 -8
  94. package/mobile/src/components/ProductBlock/ProductBlock.tsx +9 -2
  95. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +2 -0
  96. package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.tsx +0 -1
  97. package/mobile/tailwind.config.cjs +127 -0
  98. package/package.json +2 -1
  99. package/src/api/CorporateLeadAPI.ts +4 -0
  100. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -1
  101. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
  102. package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
  103. package/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +26 -23
  104. package/src/components/BonusBenefitsBlock/renderBonusBenefits.mobile.tsx +3 -8
  105. package/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +4 -5
  106. package/src/components/ProductBlock/ProductBlock.tsx +9 -2
  107. package/src/components/ProductBlock/ProductBlockContent.ts +2 -0
  108. package/src/components/StickyBottomMenu/StickyBottomMenu.mobile.tsx +0 -1
  109. package/bundle/model/AlignText.d.ts +0 -6
  110. package/bundle/model/AlignType.d.ts +0 -21
  111. package/dist/model/AlignText.d.ts +0 -6
  112. package/dist/model/AlignText.js +0 -11
  113. package/dist/model/AlignText.js.map +0 -1
  114. package/dist/model/AlignType.d.ts +0 -21
  115. package/dist/model/AlignType.js +0 -2
  116. package/dist/model/AlignType.js.map +0 -1
  117. package/lib/model/AlignText.d.ts +0 -6
  118. package/lib/model/AlignText.js +0 -9
  119. package/lib/model/AlignText.js.map +0 -1
  120. package/lib/model/AlignType.d.ts +0 -21
  121. package/lib/model/AlignType.js +0 -2
  122. package/lib/model/AlignType.js.map +0 -1
  123. package/mobile/bundle/model/AlignText.d.ts +0 -6
  124. package/mobile/bundle/model/AlignType.d.ts +0 -21
  125. package/mobile/dist/model/AlignText.d.ts +0 -6
  126. package/mobile/dist/model/AlignText.js +0 -11
  127. package/mobile/dist/model/AlignText.js.map +0 -1
  128. package/mobile/dist/model/AlignType.d.ts +0 -21
  129. package/mobile/dist/model/AlignType.js +0 -2
  130. package/mobile/dist/model/AlignType.js.map +0 -1
  131. package/mobile/lib/model/AlignText.d.ts +0 -6
  132. package/mobile/lib/model/AlignText.js +0 -9
  133. package/mobile/lib/model/AlignText.js.map +0 -1
  134. package/mobile/lib/model/AlignType.d.ts +0 -21
  135. package/mobile/lib/model/AlignType.js +0 -2
  136. package/mobile/lib/model/AlignType.js.map +0 -1
  137. package/mobile/src/model/AlignText.ts +0 -11
  138. package/mobile/src/model/AlignType.ts +0 -22
  139. package/src/model/AlignText.ts +0 -11
  140. package/src/model/AlignType.ts +0 -22
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniBlocks={})}(this,(function(e){"use strict";let t;const l=e=>(...l)=>t[e](...l),n=l("useState"),a=l("useEffect"),i=l("useCallback"),r=l("useMemo"),s=l("useRef");const o=e=>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(" "),C={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","":""},k=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":"",C[t],x?"hidden":"",s||r,e),...f?{"data-ver":t}:{},...o?.anchor?{id:o.anchor,ref:p}:{},role:d,children:m})})),S={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},I=x((({className:e="",headingType:t="h3",as:l="h3",title:n,children:a})=>u(l,{className:w("font-sans m-0",S[t],e),children:n||a}))),T=e=>e,B=(e,t)=>{const[l,a]=n(e),[r,o]=n(!1),[c,d]=n({}),m=s({}),h=i(((e,t)=>{const{parse:n=T,format:i=T}=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}]},M=e=>t=>t&&Object.entries(e).flatMap((([e,l])=>l(t[e])))||[],P=e=>!e?.length,R=e=>t=>l=>e(l)?[]:[t],V=e=>null!=e,z=new Map;function A(e,t,{fallback:l,cache:i}={}){const s=r((()=>D(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(V))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(V(n))return n;const a=e(l);return V(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 D(e){return Array.isArray(e)?e:e instanceof Function?D(e()):[e]}async function _(e,t){try{return e?await j(e,t):null}catch(e){console.error(e)}return null}async function j(e,t){return(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json()}const L=[];function $(){const{data:e}=A("/api/v1/regions",j);return e||L}const O=()=>({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=e=>Boolean(e?.includes(":")),F=(e,t)=>Boolean(e&&!E(e)&&(!t||"_self"===t)),U=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),H=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/");var W=Object.freeze({__proto__:null,isURL:E,isLocalURL:F,isHash:e=>Boolean(e?.startsWith("#")),withoutQuery:U,joinPath:H});const X=e=>(t,l=d.BASE_PATH)=>{if(!t||E(t)||K(t,d.CDN))return t;const n=t.startsWith("/");return H(K(t,l)?"":l,n?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},K=(e,t)=>t&&e&&e.startsWith(t),Y=(e,t)=>Y._impl(e,t);function G(){return G._impl()}function q(e={}){const{isRemote:t,basePath:l}=e,n=G(),{closeAll:a}=O();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&&F(e,l)&&(a(),r?.preventDefault(),n.push(e))}}}Y._impl=e=>e,Y.setup=e=>{Y._impl=e},G._impl=()=>({href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),G.setup=e=>{G._impl=e};const J={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",Q={primary:Z,secondary:Z,white:Z,link:"",transparent:"",gray:Z,"":""},ee="text-center font-sans select-none",te={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","":""},le=x((e=>{const{text:t,aboveText:l,appendLeft:n,appendRight:a,version:i="primary"}=e;return p("div",{className:w(ne(e),"flex gap-xs"),children:[n?u("div",{className:te[i],children:n}):null,ae(e)?p("div",{className:"whitespace-pre",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:te[i],children:a}):null]})})),ne=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",ae(e)?a:"h-12 w-12 m-auto",n?"rounded-full":"")},ae=({text:e,aboveText:t,appendLeft:l})=>Boolean(e||t||!l),ie=({className:e,rounded:t,version:l})=>["inline-block",ee,l?Q[l]:"",t?"rounded-full":"rounded-md",e].join(" "),re=({className:e,rounded:t,version:l})=>[ee,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",l?J[l]:"",t?"rounded-full":"rounded-md",e].join(" "),se=x((({disabled:e,children:t,...l})=>{const n=q()(l),a=t??u(le,{...n});return u(e?ce:oe,{...n,children:a})})),oe=x((({className:e="",href:t,rel:l,target:n,ariaLabel:a,version:i,rounded:r,onClick:s,children:o})=>u("a",{className:re({className:e,version:i,rounded:r}),href:t,rel:l,target:n,"aria-label":a,role:t?"link":"button",onClick:s,children:o}))),ce=x((({className:e,ariaLabel:t,version:l,rounded:n,children:a})=>u("div",{role:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:ie({className:e,rounded:n,version:l}),children:a}))),de=x((({children:e,...t})=>u("p",{className:w("font-sans",Object.values(t)),children:e}))),me=x((({children:e,...t})=>u("span",{className:w("font-sans",Object.values(t)),children:e}))),he=x((({link:e})=>p(de,{size:"text-s",font:"font-light",color:"text-secondary-text",children:[u(me,{children:"Нажимая кнопку, вы подтверждаете согласие с "}),e?u(se,{href:e.href,ariaLabel:"условия передачи данных",target:e.target,className:"text-primary-main",children:u(me,{children:e.text})}):null]}))),ue=(e,t)=>{const{value:l,isDirty:n}=e,a=n?t(l):[];return{...e,errors:a,error:a[0]}},pe=x((({key:e,className:t="",inputClassName:l="",id:n,name:r,type:o="text",label:c,placeholder:d,value:m="",valid:h=!0,children:x,onChange:g,onFocus:f,onBlur:b,pattern:y,autoFocus:v=!1})=>{const N=s(null),C=i((e=>{g&&g(e.target?.value||"")}),[g]);a((()=>{v&&N.current?.focus()}),[v,N]);const k=x?"pr-3xl":"",S=h?"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:[c?u("div",{className:"mb-xs",children:u(me,{size:"text-m",font:"font-light",children:c})}):null,u("input",{ref:N,className:w("w-full border rounded-md text-primary-text outline-none p-m",k,S,l),id:n,name:r||n,placeholder:d,type:o,value:m,onInput:C,onFocus:f,onBlur:b,pattern:y},e)]}),x]})})),xe=x((({className:e,label:t,value:l="",error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(pe,{type:"text","aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i}),u("div",{className:"h-2",children:n?u(me,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),ge=e=>"_"===e,fe=e=>/\d/.test(e),be=e=>ge(e)||fe(e),ye=[..."+7 (___) ___-__-__"],ve=ye.findIndex(ge),Ne=ye.map(((e,t)=>be(e)?ye.slice(0,t).filter(be).length:-1));const we=x((({children:e,onChange:t,...l})=>{const n=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),l=ye.map(((e,l)=>fe(e)?e:t.charAt(Ne[l])||e)),n=Ne.indexOf(t.length-1)+1;return(n?l.slice(0,Math.max(ve,n)):l).join("")}(e))),[t]);return u(pe,{onChange:n,onFocus:e=>n(e?.target?.value||""),...l,children:e})})),Ce=x((({className:e,label:t,value:l,error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(we,{"aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),u("div",{className:"h-2",children:n?u(me,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),ke="Некорректно заполненное поле",Se=R((e=>null!=e&&""!==e))(ke),Ie=R((e=>"string"==typeof e&&e.length>1))(ke),Te=R((e=>"string"==typeof e&&(10===e.length||12===e.length)))(ke),Be=(Me=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,R((e=>"string"==typeof e&&Me.test(e))))(ke);var Me;const Pe=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(xe,{className:"shrink-0 w-full",label:"Наименование организации",...ue(e("fullName"),Se)}),u(xe,{className:"shrink-0 w-full",label:"Контактное лицо",...ue(e("name"),Ie)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(xe,{className:"shrink-0 w-full",label:"ИНН",...ue(e("inn"),Te)}),u(Ce,{className:"shrink-0 w-full",label:"Телефон",...ue(e("phone"),Be)})]})]}),Re=[{name:"Торговый эквайринг"},{name:"Мобильный эквайринг"},{name:"Интернет-эквайринг"},{name:"QR-эквайринг (СБП)"},{name:"Все виды эквайринга"}];function Ve(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=G(),c=X(o)(H(d.CDN,"/icons",`${l}.svg`));return"normal"!==i?u(je,{className:e,children:p("svg",{className:w(_e(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:De(e,s)})})),De=(e,t)=>{return e?.includes("h-")?{}:{height:(l=t,l&&!/\D/.test(l)?`${t}px`:t),width:"auto"};var l},_e=e=>e?"":"w-full h-full",je=x((({className:e,children:t})=>e?u("div",{className:e,children:t}):t)),Le=e=>e?.text||e?.key||"";function $e(e,t,l,n){a((()=>{if(e&&l)return e.addEventListener(t,l,n),()=>{e.removeEventListener(t,l,n)}}),[e,t,l])}function Oe(e){const t=s(null),l=i((l=>{t&&t.current&&l.target instanceof Node&&!t.current.contains(l.target)&&e()}),[e]);return $e(globalThis.document,"click",l),t}const Ee=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,Fe=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",role:"listbox",ref:e,children:Ee(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:t=>{t.stopPropagation(),a&&a(e)},children:[u("span",{className:"min-h-6",children:Le(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 Ue({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=Oe(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(Fe,{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 He=x((({className:e,label:t,options:l=[],value:a,valid:r=!0,isBorder:s=!0,placeholder:o="",isSearch:c=!1,iconVersion:d,onChange:m})=>{const[h,{setFalse:x,setTrue:g}]=Ve(),[f,b]=n(""),y=i((()=>{b(""),x()}),[]),v=Ue({isOpen:h,options:l,value:a,query:f,onChange:m,onClose:y});return p("div",{className:e,children:[We(t),p("div",{className:w("relative",h?"z-20":"z-10"),ref:v,children:[p("div",{className:w("text-l flex justify-between items-center text-primary-text cursor-pointer relative z-10",Ke(s,r)),onClick:h?y:g,children:[u("p",{className:"p-m pr-3xl flex items-center overflow-hidden text-ellipsis whitespace-nowrap",children:Le(a)||o}),Xe(h,d)]}),c&&h?u("div",{className:w("absolute top-0 w-full z-20"),children:u(pe,{type:"text",autoFocus:!0,value:f,onChange:b})}):null]})]})})),We=e=>e?u("div",{className:"mb-xs",children:u(me,{size:"text-m",color:"text-primary-text",font:"font-light",children:e})}):null,Xe=(e,t)=>u(Ae,{className:w("absolute right-3",e?"":"rotate-180"),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),Ke=(e,t)=>w(e?"border rounded-md hover:border-primary-hover":"",t?" border-gray":"border-error"),Ye=x((({className:e="",error:t,...l})=>p("div",{className:e,children:[u(He,{...l,valid:!t}),u("div",{className:"h-2",children:t?u(me,{size:"text-xs",font:"font-light",color:"text-error",children:t}):null})]}))),Ge=({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(Ye,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Re.map((({name:e=""})=>({key:e,text:e}))),...ue(t("acquiringType"),Se)})}),u("div",{className:"@xl:w-1/2",children:u(Ye,{label:"Адрес",placeholder:"Выберите адрес",options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...ue(t("region"),Se)})})]}),qe=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(me,{size:"text-l",font:"font-light",color:"text-primary-text",children:t})]}))),Je=e=>p("div",{children:[u(qe,{text:"Хочу купить онлайн-кассу",...e("onlineCheckout")}),u(qe,{text:"Хочу купить POS-терминал",...e("posTerminal")})]}),Ze=(e,t)=>{const l=re({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:"Отправить заявку"})},Qe={acquiringType:{key:"Торговый эквайринг"},fullName:"",inn:"",name:"",phone:"",onlineCheckout:!1,posTerminal:!1},et=M({acquiringType:Se,region:Se,fullName:Se,inn:Te,name:Ie,phone:Be}),tt=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(et(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}]=B(Qe,a),o=$();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(I,{headingType:"h6",title:"Вид эквайринга и регион",className:"@xl:text-center"}),Ge({regions:o,field:r}),u(I,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),Pe(r),Je(r),Ze(t),u(he,{link:l})]})})),lt=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(xe,{className:"shrink-0 w-full",label:"Контактное лицо",...ue(e("name"),Ie)}),u(xe,{className:"shrink-0 w-full",label:"ИНН",...ue(e("inn"),Te)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(Ce,{className:"shrink-0 w-full",label:"Телефон",...ue(e("phone"),Be)}),u(xe,{className:"shrink-0 w-full",label:"Электронная почта",...ue(e("mail"),Se)})]})]}),nt=({regions:e,field:t})=>u(Ye,{className:"w-full",label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...ue(t("region"),Se)}),at={name:"",phone:"",inn:"",mail:""},it=M({region:Se,name:Ie,phone:Be,inn:Te,mail:Se}),rt=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(it(e))&&n({typeForm:"bcrd",region:t?.text||"",name:l,inn:i,mail:r,phone:a.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=B(at,a),o=$();return p("form",{className:"container space-y-s",onSubmit:s.onSubmit,children:[nt({regions:o,field:r}),lt(r),Ze(t),u(he,{link:l})]})})),st=[];const ot=async e=>await _(e,{method:"GET"})||st,ct=["От 1 000 ₽","До 1 000 000 000 ₽"],dt=["От 1 мес","До 15 лет"],mt=e=>p("div",{className:"pb-2xs border-b border-b-main-divider @xl:flex @xl:justify-between @xl:gap-lg @xl:border-none @xl:pb-0",children:[p("div",{className:"@xl:w-1/2 space-y-s",children:[u(xe,{className:"shrink-0 w-full",label:"Наименование организации",...ue(e("fullName"),Se)}),u(xe,{className:"shrink-0 w-full",label:"ИНН",...ue(e("inn"),Te)}),u(Ce,{className:"shrink-0 w-full",label:"Телефон",...ue(e("phone"),Be)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(xe,{className:"shrink-0 w-full",label:"Годовая выручка, ₽",...ue(e("annualRevenue"),Se)}),u(xe,{className:"shrink-0 w-full",label:"Контактное лицо",...ue(e("name"),Ie)}),u(xe,{className:"shrink-0 w-full",label:"Электронная почта",...e("mail")})]})]}),ht=(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}},ut=(e,t,l)=>Math.max(t,Math.min(e,l)),pt=(e=0)=>(t=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:0,maximumFractionDigits:e}).format(Number(t)||0);function xt(e){const t=(e||"").replace(/\D/g,""),l=parseInt(t,10);return Number.isNaN(l)?0:l}function gt({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("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=xt(t.target?.value),n=e.length?e[l]:l;r&&r(n||0)}})})]})}const ft=1,bt=100,yt=x((e=>{const{className:t,title:l,items:n=[],list:a=[],min:r=(a.length?0:ft),max:s=(a.length?a.length-1:bt),step:o=1,value:c=a[0]||r,disabled:d=!1,onChange:m}=e,h=ht(e,{normalize:(e=0)=>a.length?vt(a)(e):ut(e,r,s),format:pt()}),x=i((e=>{m&&m(xt(e.target?.value))}),[m]);return p("div",{className:t,children:[p("label",{className:"block relative",children:[l?u(me,{size:"text-m",font:"font-light",color:"text-primary-text",children:l}):null,u("input",{className:w("mt-xs font-sans text-h3 w-full h-14","border border-solid border-gray rounded-md outline-none","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}),gt({list:a,min:r,max:s,step:o,disabled:d,value:c,onChange:m})]}),Nt(n)]})})),vt=e=>t=>e.reduce(((e,l)=>Math.abs(l-t)<Math.abs(e-t)?l:e)),Nt=e=>u("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>u(me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),wt=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(me,{size:"text-m",font:"font-light",children:"Сумма, ₽"})}),u(yt,{items:ct,min:1e3,max:1e9,...e("amount")})]}),p("div",{className:"@xl:w-1/2",children:[u("label",{children:u(me,{size:"text-m",font:"font-light",children:"Срок, месяцев"})}),u(yt,{items:dt,min:1,max:180,...e("term")})]})]}),Ct=({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(Ye,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...ue(l("region"),Se)})}),u("div",{className:"@xl:w-1/2",children:u(Ye,{label:"Адрес",placeholder:"Выберите адрес",options:t.map((({branchCode:e="",address:t=""})=>({key:e,text:t}))),...ue(l("department"),Se)})})]}),kt={amount:1e3,term:12,fullName:"",inn:"",name:"",phone:"",mail:"",annualRevenue:""},St=M({fullName:Se,annualRevenue:Se,inn:Te,name:Ie,phone:Be,region:Se,department:Se}),It=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(St(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}]=B(kt,n),o=$(),c=function(e){const{data:t}=A(e?`/api/v1/branches?regionCode=${e}`:null,ot);return t||st}(a.region?.key).filter((e=>e?.address));return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(I,{headingType:"h6",title:"Параметры",className:"@xl:text-center"}),wt(r),u(I,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),mt(r),u(I,{headingType:"h6",title:"Офис банка",className:"@xl:text-center"}),Ct({regions:o,branches:c,field:r}),Ze(e),u(he,{link:t})]})})),Tt={name:"",phone:""},Bt=M({name:Ie,phone:Be}),Mt=x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{name:t,phone:l}=e;P(Bt(e))&&n({typeForm:"dpst",name:t,phone:l.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=B(Tt,a);return p("form",{className:"container",onSubmit:s.onSubmit,children:[u(I,{headingType:"h6",title:"Оставьте заявку и мы ответим на любые вопросы по депозитам",className:"@xl:text-center mb-m"}),p("div",{className:"max-w-[560px] m-auto space-y-s",children:[u(xe,{className:"shrink-0 w-full",label:"Имя",...ue(r("name"),Ie)}),u(Ce,{className:"shrink-0 w-full",label:"Телефон",...ue(r("phone"),Be)})]}),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(he,{link:l})}),Ze(t)]})]})})),Pt={},Rt="wcms-resources";function Vt(e,t={}){const{fallback:l=Pt,folderName:n=Rt,setBasePath:a=!1}=t,i=H("/",a?d.BASE_PATH:"",n,`${e}.json`),{data:r}=A(e?i:null,j,{fallback:l});return r||Pt}const zt=x((e=>{const{button:t,sourceBookDir:l}=e,{regions:a}=Vt(l||"regions-grant-support"),[i,r]=n({key:""}),s=re({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(Ye,{label:"Ваш регион",placeholder:"Выберите регион",options:a.map((({name:e=""})=>({key:e}))),value:i,onChange:r}):null,o?u("div",{className:"text-center",children:u(se,{href:o,target:"_blank",className:w("p-m w-full @xl:w-auto",s),children:t?.text?t.text:"Перейти"})}):null]})})),At=(e,t)=>e?.media&&t?.media?e.media-t.media:0,Dt=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n})=>{const a=G();return p("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(At).map((({src:e,format:l,media:i},r)=>u("source",{srcSet:jt(a,n)(e),type:Lt(l),media:i?`(max-width: ${i}px)`:"",...t.size},`${r}_${e}`))):null,t?.src?_t({...t,src:jt(a,n)(t.src)},l):null]})})),_t=(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}),jt=(e,t)=>l=>l&&!E(l)?X(e)(H(t,l)):l,Lt=e=>e?`image/${String(e)}`:void 0,$t=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(Dt,{className:e,imageClassName:l,image:t,pathPrefix:n}):null)),Ot=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(me,{color:"text-primary-text",children:t}):null]})}))),Et=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(Ot,{className:"mb-xs",name:"vedTypes",text:"Валютный котроль",value:"currencyControl",checked:"currencyControl"===t,onChange:e=>l&&l(e)}),u(Ot,{className:"mb-xs",name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:e=>l&&l(e)}),u(Ot,{className:"mb-xs",name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:e=>l&&l(e)}),u(Ot,{className:"mb-xs",name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:e=>l&&l(e)})]})})},Ft=(e,t)=>{const l="currencyControl"===e("vedTypes").value;return p("div",{children:[l?u(Ye,{className:"mb-s",label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:t.map((({code:e="",name:t=""})=>({key:e,text:t}))),...ue(e("region"),Se)}):null,p("div",{className:"@xl:grid @xl:grid-cols-2 @xl:gap-x-lg",children:[l?u(xe,{className:"w-full mb-s",label:"ИНН",...ue(e("inn"),Te)}):null,u(xe,{className:"w-full mb-s",label:"Наименование организации",...ue(e("fullName"),Se)}),u(xe,{className:"w-full mb-s",label:"ФИО",...ue(e("name"),Ie)}),u(Ce,{className:"w-full mb-s",label:"Телефон",...ue(e("phone"),Be)}),l?null:u(xe,{className:"w-full mb-s",label:"Электронная почта",...ue(e("mail"),Se)})]})]})},Ut=e=>{const t=e("text");return p("label",{children:[u("div",{className:"mb-xs",children:u(me,{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||"")})]})},Ht={fullName:"",name:"",phone:"",inn:"",vedTypes:"currencyControl",text:""},Wt={fullName:Se,name:Ie,phone:Be},Xt=M({...Wt,mail:Se}),Kt=M({...Wt,inn:Te,region:Se}),Yt=e=>"currencyControl"===e,Gt=e=>({currencyControl:"currencyControl"===e,documentOperations:"documentOperations"===e,conversionTransactions:"conversionTransactions"===e,otherIssues:"otherIssues"===e}),qt={ApplicationFormBusinessCard:rt,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:Gt(o),PartnerComments:c,...Yt(o)?{inn:r,region:s?.text||""}:{mail:i}};P((e=>Yt(e)?Kt:Xt)(o)(e))&&n(d)}),[n]),[,{field:r,...s}]=B(Ht,a),o=$();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[Et(r),u(I,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),Ft(r,o),Ut(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:[Ze(t),u(he,{link:l})]}),u(I,{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($t,{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($t,{image:{icon:"MailIcon"},width:"24",height:"24"}),u("span",{children:"ved@rshb.ru"})]})]})]})})),ApplicationFormDeposit:Mt,ApplicationFormCredit:It,ApplicationFormAcquiring:tt,ApplicationFormGrantSupport:zt},Jt=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($t,t?{image:{icon:"ResponseOKIcon"},width:"42",height:"42"}:{image:{icon:"ResponseFailIcon"},width:"37",height:"34"}),p("div",{children:[u(I,{headingType:"h6",title:t?"Ваша заявка отправлена":"Не удалось отправить заявку",className:"mb-2xs"}),u(me,{size:"text-l",font:"font-light",color:"text-secondary-text",children:t?"Совсем скоро мы с вами свяжемся":"Пожалуйста, повторите позднее"})]})]})})),Zt={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}}},Qt=x((e=>{const{className:t,formBlock:l,...a}=e,[r,s]=n(""),o=i((async e=>{const t=await Zt.send(e)?"OK":"Fail";return s(t),t}),[]);return u(k,{className:t,defaultPadding:"p-6xl",...a,children:p("div",{className:"container max-w-[978px] space-y-lg",children:[l?.title?u(I,{headingType:"h3",title:l.title,className:"@xl:text-center"}):null,l?el(l,o):null,r?u(Jt,{responseType:r}):null]})})})),el=(e,t)=>{const l=e?.formType;if(!l||!(l in qt))return null;return u(qt[l],{...e,onSubmit:t})},tl="text-center",ll={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},nl=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",ll[l],e),children:u(Ae,{...i,width:"54%",height:"54%",name:a})}):null})),al=x((({className:e="",title:t,benefitList:l,...n})=>p(k,{className:e,defaultPadding:"p-6xl",...n,children:[t?u(I,{headingType:"h3",as:"h2",className:tl,title:t}):null,l?.length?u("div",{className:"flex flex-col @md:flex-row flex-wrap w-full @md:justify-center mt-xl gap-5xl",role:"list",children:l.map(il)}):null]}))),il=(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(nl,{className:"shrink-0",defaultIconSize:44,iconBgVersion:e?.iconBgVersion||"",...e?.icon}):null,e?.icon?.src?u($t,{className:"shrink-0",image:e.icon}):null,e?.label?p("div",{className:"@sm:h-full",children:[u(I,{headingType:"h6",children:e.label}),rl(e.description)]}):null]},String(t)),rl=e=>{const t=e?.benefitType||null;return e&&t?u("div",{className:"mt-xs text-l font-light text-secondary-text group-data-secondary:text-white/80",children:"list"===t?ol(e):sl(e)}):null},sl=e=>e?.name?u(me,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:e.name}):null,ol=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("li",{children:u(me,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:e})},`benefitListItem-${t}`)))}):null},cl=(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 @xl:flex-nowrap gap-lg sm:gap-m",t),children:e.map(dl(l))}):null,dl=(e="")=>(t,l)=>{const{text:n,icon:a,iconRight:i,version:r,...s}=t||{},o=ml(a,r),c=ml(i,r);return n||a?.icon?u(se,{className:w("basis-full sm:basis-auto",e),appendLeft:hl({...a,iconVersion:o}),appendRight:hl({...i,iconVersion:c}),version:r,text:n,...s},l?String(l):""):null},ml=(e,t="secondary")=>{const l="secondary"===t?"color":"white";return e?.iconVersion?e?.iconVersion:l},hl=e=>e?.icon||e?.src?u($t,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,ul={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"}},pl={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"},xl=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=ul[l],m={marginTop:d.descriptionStyle};return p(k,{className:w(s?"@container-normal":"",e),defaultPadding:s?"":"p-6xl",version:t,isTheme:o,...c,children:[n?u(I,{className:w("whitespace-pre-wrap",i),...d?.title,as:r||d?.title.as,title:n}):null,a?u(de,{size:d.descriptionSize,font:d.descriptionWeight,align:i,...m,children:a}):null]})})),gl=x((({className:e="",title:t,description:l,bonusItems:n=[],align:a=tl,...i})=>u(k,{className:e,defaultPadding:"p-6xl",...i,children:p("div",{className:"container",children:[u(xl,{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(xl,{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:cl(e?.buttons)}),e.bonusItemContent?.bonusType?fl(e.bonusItemContent):null]})]},String(t)))):null})]})}))),fl=e=>"count"===e.bonusType?bl(e):yl(e),bl=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(me,{size:"text-h2",children:e.bonusName})}):null]}),yl=e=>e.image?u($t,{className:"min-w-12 p-xs rounded-icon shrink-0",image:e.image}):null,vl={left:"text-left",center:"text-center",right:"text-right"},Nl=({icon:e,title:t,description:l},n)=>p("div",{className:w("flex flex-col","items-center",l||t?"":"justify-center"),children:[t?u(me,{size:"text-h6",font:"font-normal",align:tl,children:t}):null,e?u($t,{image:e,height:"180",className:"w-auto"}):null,l?u(me,{size:"text-h6",font:"font-normal",align:tl,children:l}):null]},String(n)),wl=(e,t,l)=>u("div",{className:`grid gap-2xs ${vl[l]} ${Cl(t)}`,children:e.map(Nl)}),Cl=e=>{switch(e){case"3":return"grid-cols-3";case"4":return"grid-cols-4";default:return"grid-cols-5"}},kl=x((({bonusBenefits:e,cardTextAlign:t="center",className:l="",columnsCount:n="4",subtitle:a,title:i,...r})=>p(k,{className:l,defaultPadding:"p-6xl",...r,children:[u(xl,{title:i,description:a,headlineVersion:"M"}),e?.length?wl(e,n,t):null]}))),Sl=x((e=>{const{title:t,image:l,cardItems:n,button:a}=e;return p("div",{className:"border-gray border p-4xl w-1/2 space-y-lg",children:[l?p("div",{className:"flex justify-center",children:[l?.src?u($t,{image:l}):null,l?.icon?u($t,{image:l}):null]}):null,t?u(I,{headingType:"h4",title:t}):null,n?.length?u("ul",{className:"space-y-s",children:n.map(((e,t)=>Il(e,String(t))))}):null,cl([a])]})})),Il=(e,t)=>{const{icon:l,text:n}=e;return p("li",{className:"flex items-center gap-s",children:[l?.icon?u($t,{image:l,className:"w-12 h-12 min-w-12 p-s rounded-icon bg-main-divider"}):null,l?.src?u($t,{image:l}):null,u(me,{size:"text-xl",font:"font-light",children:n})]},t)},Tl=x((({className:e,title:t,cards:l,...n})=>p(k,{className:e,defaultPadding:"p-6xl space-y-3xl",...n,children:[u(I,{headingType:"h3",title:t,className:"text-center"}),u("div",{className:"flex gap-lg",children:l?.length?l.map(((e,t)=>u(Sl,{...e},String(t)))):null})]}))),Bl={start:"justify-start",center:"justify-center",end:"justify-end"},Ml=x((({buttons:e,className:t="",align:l,...n})=>{const a=l?w("flex",Bl[l]):"";return u(k,{className:w("!bg-transparent",a,t),defaultPadding:"p-0",...n,children:cl(e)})})),Pl=(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}]},Rl=x((({className:e,disabled:t,...l})=>u(se,{rounded:!0,className:w("group/btn w-12 h-12 min-h-12 max-h-12 flex items-center justify-center shadow-main-black",t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main",e||""),disabled:t,...l,children:u($t,{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"})}))),Vl=x((e=>u(Rl,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),zl=x((e=>u(Rl,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"})));function Al({dec:e,inc:t,canDec:l,canInc:n,btnClass:a,className:i=""}){return l||n?p("div",{children:[l?u(Rl,{className:`absolute z-40 ${a[0]} ${i}`,onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!l}):null,n?u(Rl,{className:`absolute z-40 rotate-180 ${a[1]} ${i}`,onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!n}):null]}):null}const Dl=x((({title:e,value:t,postfix:l="",prefix:n,className:a=""})=>p("div",{className:w("flex justify-between @xl:flex-col",a),children:[e?u(me,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}):null,u("div",t?{children:p(me,{size:"text-h3",children:[n," ",pt(2)(Math.round(t))," ",l]})}:{children:u(me,{size:"text-h3",children:"-"})})]}))),_l=Math.round(23.5),jl={minSum:1e4,maxSum:5e6,minMonths:13,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},Ll={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},$l={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},Ol={minSum:5e4,maxSum:5e6,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0},El={minSum:1e3,maxSum:5e5,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},Fl=e=>e?u(de,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e}):null,Ul=x((({rate:e,title:t="Ставка",unit:l,depositeName:n,isShowDepositeName:a,fractionDigits:i=2})=>p("div",{children:[u(me,{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:"font-mohave text-title-huge pr-xl -mt-m tracking-[-15px]",children:String(e.toFixed(i)).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]})]}))),Hl=x((({title:e="Ставка",isUnavailableByTerm:t=!1})=>p("div",{className:"space-y-s",children:[u(me,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),u(Ae,{className:"w-10 h-10 @5xl:h-auto @5xl:w-40",name:"PercentIcon"}),u("div",{className:"w-64",children:t?p(de,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",u("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):u(de,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),Wl=({rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,title:a,unit:i})=>u(Ul,{rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,unit:i,title:a}),Xl=({rate:e,title:t,unit:l})=>u(Dl,{title:t,value:e,postfix:l}),Kl=({isUnknownRateShown:e=!0,isUnavailableByTerm:t=!1,title:l="Ставка",unit:n="%",rate:a=0,...i})=>e&&0===a?u(Hl,{isUnavailableByTerm:t,title:l}):p("div",{children:[u("div",{className:"hidden @xl:block",children:Wl({title:l,unit:n,rate:a,...i})}),u("div",{className:"@xl:hidden",children:Xl({title:l,unit:n,rate:a,...i})})]});function Yl({isShowItems:e=!0,step:t=1e3,...l}){const n=[`От ${pt(2)(l.min||0)} ₽`,`До ${pt(2)(l.max||0)} ₽`];return u(yt,{items:e?n:[],step:t,...l})}function Gl(e){const{data:t}=A(`/wcms-resources/${e}.json`,j);return t}const ql=(e,t)=>{const{travelExpenseValue:l,restExpenseValue:n}=e,a=Gl(t||"bonus-calculator-data")||$l,[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}},Jl=x((({className:e="",sourceBookDir:t,buttons:l,footnote:n})=>{const[a,{field:i}]=B({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:r,maxSumTravel:s,minSumOther:o,maxSumOther:c,monthBonus:d,yearBonus:m}=ql(a,t);return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-y-4xl",e),children:[p("div",{className:"flex flex-col @xl:max-w-md gap-2xl border-b border-b-main-divider @xl:border-none pb-3xl @xl:pb-0",children:[Yl({title:"Сумма покупок в категории путешествия, ₽",min:r,max:s,step:500,isShowItems:!1,...i("travelExpenseValue")}),Yl({title:"Сумма покупок в остальных категориях, ₽",min:o,max:c,step:500,isShowItems:!1,...i("restExpenseValue")})]}),d>=0?Kl({title:"Баллов за месяц",rate:d,fractionDigits:0,isUnknownRateShown:!1,unit:""}):null,p("div",{className:"flex flex-col gap-y-4xl @xl:w-96",children:[m>=0?u(Dl,{title:"Баллов за год",value:m}):null,cl(l,{isVertical:!0}),Fl(n)]})]})})),Zl=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)))}))),Ql=[{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"}],en=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(Zl,{paths:Ql,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":tn(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(me,{size:"text-l",font:"font-light",children:l})}):null]})})})),tn=e=>w("rounded border",e?"bg-primary-main":""),ln=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,nn={horizontal:"gap-5xl",vertical:"flex-col gap-s"},an=x((({items:e,checkedItem:t,className:l,onChange:n,orientation:a="horizontal"})=>u("div",{className:w(`flex ${nn[a]}`,l),children:e?.map((({id:e,text:l})=>u(en,{isRadio:!0,text:l,value:t===e,onChange:()=>n&&n(e)},String(e))))}))),rn=({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(me,{color:"text-secondary-text",font:"font-light",children:t})}):null,u(an,{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)})]}),sn=e=>rn({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),on=e=>e,cn=(e=on)=>t=>t.reduceRight(((t,l)=>e(t)>e(l)?t:l)),dn=cn(),mn=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},hn=(e=on)=>cn((t=>-e(t))),un=hn(),pn=([e,t],l,n=[])=>l&&l[e]&&l[t]?{[e]:l[e],[t]:l[t]}:xn([e,t],n),xn=([e,t],l=[])=>({[e]:l.length?un(l.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:l.length?dn(l.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),gn=(e,[t,l],n)=>e>=n[t]&&e<=n[l],fn=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,bn=(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)},yn=x((({className:e="",rateParams:t,buttons:l,footnote:n,bottomFootnote:a,isShowDepositeName:i})=>{const[r,{field:s}]=B({moneyValue:1e5,daysValue:90,isReplenished:!1,isPartialWithdrawal:!1,isMonthlyInterestPayment:!1}),o=((e,t)=>{const{daysValue:l,moneyValue:n,isPartialWithdrawal:a,isReplenished:i,isMonthlyInterestPayment:r}=e,s=Gl(t||"business-calculator-data"),o=i||a,c=l<90||l>730;if(l<=30)return{...El,...e,isDisabledOperatingDeposit:c,isUnavailableByTerm:!0};const d=s?.rateRows?.find((e=>r===e.isMonthlyInterestPayment&&fn(o,e)&&gn(n,["minSum","maxSum"],e)&&gn(l,["minDays","maxDays"],e)))||El,{rate:m}=d,h=bn(m,e),u=n+h,p=s?.rateRows||[El];return{...d,...xn(["minSum","maxSum"],p),...xn(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:c,income:h,finalSum:u}})(r,t?.sourceBookDir),{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:[Yl({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(yt,{items:[`От ${ln(g.min||0)}`,`До ${ln(g.max||0)}`],step:1,...g})),p("div",{className:"flex flex-col sm:flex-row gap-y-4 gap-x-14",children:[vn(o,s),sn({title:"Выплата процентов",orientation:"vertical",...s("isMonthlyInterestPayment"),radioGroupClassName:"sm:flex-col"})]})]}),u("div",{className:"border-b border-main-divider md:hidden"}),Kl({rate:m,depositeName:x,isShowDepositeName:i,isUnavailableByTerm:h}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[Nn(d,c),cl(l,{isVertical:!0}),Fl(n),Fl(a)]})]});var g})),vn=(e,t)=>p("div",{className:"space-y-s",children:[u(me,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),p("div",{className:"flex flex-col gap-y-xl sm:gap-y-s",children:[u(en,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),u(en,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),Nn=(e,t)=>p("div",{className:"flex flex-col gap-2xl sm:gap-0",children:[u(Dl,{title:"Доход в конце срока",value:t,postfix:"₽",prefix:"+"}),u(Dl,{title:"Сумма в конце срока",value:e,postfix:"₽"})]}),wn=({min:e=0,max:t=0,availableMonths:l,...n})=>u(yt,{items:[`От ${Cn(e)}`,`До ${Cn(t)}`],step:1,...l?.length?{list:l}:{min:e,max:t},...n}),Cn=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,kn=e=>rn({...e,radioGroupClassName:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),Sn=e=>In({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&In({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&In({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&In({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),In=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],Tn=(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)},Bn=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=Gl(t||"credit-calculator-data"),s=i?.rateRows||[jl],o=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Sn({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:i?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:c,maxSum:d}=pn(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=pn(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a})=>e?.find((e=>Sn({row:e,userInputParams:t,paramsViewSettings:l})&&gn(n,["minSum","maxSum"],e)&&gn(a,["minMonths","maxMonths"],e)))||jl)({rateRows:s,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a}),{rate:p}=u,x=Tn(p,e);return r((()=>({...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:n,monthsValue:a,monthlyPayment:x})),[e,i])},Mn=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a,isMobile:i})=>{const[r,{field:s}]=B({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,moneyValue:2e5,monthsValue:_l}),o=Bn(r,t,a),c=kn({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:[Yl({title:"Сумма кредита, ₽",step:500,min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),wn({title:"Срок кредита, месяцев",min:o.minMonths,max:o.maxMonths,...s("monthsValue"),value:o.monthsValue}),Pn({...o,...a},s),u("div",{className:"sm:hidden",children:c})]}),u("div",{className:"border-b border-main-divider md:hidden"}),Kl({rate:o.rate}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Dl,{title:"Ежемесячный платеж",value:o.monthlyPayment,postfix:"₽"}),u("div",{className:"hidden sm:block",children:c}),cl(l,{isVertical:!0}),Fl(n)]})]})})),Pn=(e,t)=>p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?u(en,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?u(en,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?u(en,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?u(en,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),Rn=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=Gl(t||"deposit-calculator-data"),r=i?.rateRows?.[0]?An(i.rateRows[0].minMonths,i.rateRows[0].maxMonths):1,s=!l?.isShowMonthlyInterestPayment,o=!l?.isShowRemoteRegistration,c=i?.rateRows?.find((t=>zn({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:s})&&zn({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:o})&&gn(n,["minSum","maxSum"],t)&&gn(a||r,["minMonths","maxMonths"],t)))||Ol,{rate:d}=c,m=Vn(d,e),h=n+m,u=i?.rateRows||[Ol];return{...c,...xn(["minSum","maxSum"],u),...xn(["minMonths","maxMonths"],u),availableMonths:mn(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}},Vn=(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)},zn=({row:e,userInputParams:t,paramKey:l,isExclude:n})=>n||t[l]===e[l],An=(e,t)=>e+Math.round((t-e)/2),Dn=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:i})=>{const[r,{field:s}]=B({moneyValue:2e4,monthsValue:0,isMonthlyInterestPayment:!1,isRemoteRegistration:!1}),o=Rn(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:[Yl({title:"Сумма, ₽",min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),wn({title:"Срок, месяцев",min:o.minMonths,max:o.maxMonths,availableMonths:o.availableMonths,...s("monthsValue"),value:o.monthsValue}),_n({...o,...i},s)]}),u("div",{className:"border-b border-main-divider md:hidden"}),Kl({rate:d}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Dl,{title:"Доход в конце срока",value:m,postfix:"₽",prefix:"+"}),u(Dl,{title:"Сумма в конце срока",value:h,postfix:"₽"}),cl(l,{isVertical:!0}),Fl(n)]})]})})),_n=(e,t)=>{return p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowMonthlyInterestPayment?sn({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment}):null,e.isShowRemoteRegistration?(l={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration},rn({...l,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]});var l},jn=e=>Ln({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Ln({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Ln=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],$n=(e,t,l)=>{const{moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}=e,o=Gl(t||"refinancing-calculator-data"),c=o?.rateRows||[Ll],d=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>jn({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:o?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:m,maxSum:h}=pn(["minSum","maxSum"],d,c),{minMonths:u,maxMonths:p}=pn(["minMonths","maxMonths"],d,c),x=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>jn({row:e,userInputParams:t,paramsViewSettings:l})&&gn(n+r,["minSum","maxSum"],e)&&gn(i,["minSumOld","maxSumOld"],e)&&gn(r,["minSumExtra","maxSumExtra"],e)&&gn(a,["minMonths","maxMonths"],e)))||Ll)({rateRows:c,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}),{rate:g}=x,f=Tn(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])},On=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a})=>{const[i,{field:r}]=B({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),s=$n(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:[Yl({title:"Остаток долга в других банках, ₽ ",step:500,min:s.minSum,max:s.maxSum-s.maxSumExtra,...r("moneyValue"),value:s.moneyValue}),Yl({title:"Ежемесячный платеж в других банках, ₽",step:500,min:s.minSumOld,max:s.maxSumOld,...r("oldMonthlyPayment"),value:s.oldMonthlyPayment}),wn({title:"Новый срок кредита, месяцев",min:s.minMonths,max:s.maxMonths,...r("monthsValue"),value:s.monthsValue}),En({...s,...a},r),s.isExtraMoney?Yl({title:"Дополнительная сумма, ₽ ",step:500,min:s.minSumExtra,max:s.maxSumExtra,...r("moneyExtra"),value:s.moneyExtra}):null]}),Kl({rate:s.rate,fractionDigits:1}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Dl,{title:"Ежемесячный платеж",value:s.monthlyPayment,postfix:"₽"}),s.benefit>0?u(Dl,{title:"Выгода в месяц",value:s.benefit,postfix:"₽"}):null,kn({orientation:"vertical",...r("isAnnuity")}),cl(l,{isVertical:!0}),Fl(n)]})]})})),En=(e,t)=>p("div",{className:"space-y-s",children:[e.isShowSalaryClient?u(en,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?u(en,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,u(en,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),Fn={CreditCalculatorForm:Mn,DepositCalculatorForm:Dn,BusinessDepositCalculatorForm:yn,BonusCalculatorForm:Jl,RefinancingCalculatorForm:On},Un=(e,t)=>{const l=e?.calcType;if(!l||!(l in Fn))return null;const n=Fn[l];return u("section",{className:"box-border relative bg-white flex shrink-0 self-start basis-full",role:"listitem",children:p("div",{className:"box-border p-4xl w-full space-y-xl",children:[e?.title?u(I,{className:"text-center",title:e.title}):null,u(n,{...e})]})},String(t))},Hn=x((({className:e="",tabAlign:t,calculatorTabs:l=[],...a})=>{const r=l.map((e=>e.nav||{})),s=l.map((({calculatorBlock:e})=>e||{})),[o,c]=n(0),d=i((e=>c(e)),[]),[m,h]=Pl({itemCount:l?.length,visibleItemCount:3});return p(k,{className:w("box-border overflow-hidden relative",e),defaultPadding:"p-0",...a,children:[p("div",{className:"bg-white",children:[r.length>1?Wn({activeIndex:m,tabsNav:r,tabAlign:t,slideIndexShift:o,onClick:d}):null,Al({...h,btnClass:["left-3","right-3"],className:"top-10"})]}),u("div",{className:"flex",style:{transform:`translateX(-${o}00%)`},role:"list",children:s?.length?s.map(Un):null})]})}));function Wn({activeIndex:e,tabsNav:t,tabAlign:l,slideIndexShift:n,onClick:a}){return p("div",{children:[u("div",{style:{transform:`translateX(-${388*e}px)`},className:"flex flex-col justify-end items-center h-32 pt-4xl box-border duration-1000",children:u("div",{className:w("w-full flex flex-nowrap items-end gap-xs",l?Bl[l]:""),children:t.map(((e,t)=>function({tab:e,i:t,isActive:l,onClick:n}){const a=l?"w-96 p-m border-none bg-primary-main text-white":"w-96 p-s ease-in duration-300 bg-white text-primary-text",i=l?"text-xl mb-xs":"text-l mb-2xs",r=l?"text-l font-light text-white":"text-m font-light text-secondary-text",s=l?"":"text-primary-main",o=e?.icon?.iconVersion,c=l?"white":"normal";return p("button",{type:"button",onClick:n,"aria-label":e?.title,className:w("box-border relative border border-gray cursor-pointer text-left border-b-0 flex space-x-m min-h-20",a),children:[u($t,{className:w("h-6 w-6 min-w-6 min-h-6",s),image:{...e?.icon,iconVersion:o??c},width:"24",height:"24"}),p("div",{className:"border-0",children:[u("div",{className:i,children:e?.title}),u("div",{className:r,children:e.description})]})]},String(t))}({tab:e,i:t,isActive:Boolean(t===n),onClick:()=>a(t)})))})}),u("div",{className:"w-full h-2 bg-primary-main"})]})}const Xn=x((e=>{const{onChange:t,min:l,max:n,defaultValue:a="0",fractionDigits:r=0,...s}=e,o=ht(e,{normalize:(e=a)=>l&&n?String(ut(Number(Kn(e)),l,n)):Kn(e),format:pt(r)}),c=i((e=>t&&t(Kn(e))),[t]);return u(pe,{onChange:c,...s,...o})})),Kn=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),Yn=x((e=>u(Xn,{...e,fractionDigits:2,children:u("div",{className:"absolute right-4 bottom-4",children:u(me,{size:"text-xl",font:"font-light",children:"₽"})})}))),Gn={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},qn={amount:1500,_amount:1500},Jn=x((({className:e="",title:t="Укажите сумму перевода",label:l="Сумма перевода",placeholder:n="1500",button:a,formType:i="private",...r})=>{const[{amount:s,_amount:o},{field:c}]=B(qn),d=s<=0,m=d?ie({version:a?.version}):re({className:"text-white",version:a?.version}),h=q();return p(k,{className:w("flex flex-col items-center",e),defaultPadding:"p-6xl",...r,children:[t?u(I,{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:Gn[i],children:[u(Yn,{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]})]})})),Zn=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`}),Qn=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})})),ea=["min-w-full","@lg:min-w-[50%]","@lg:min-w-[33.3%]","@lg:min-w-[25%]"],ta=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(na(l))}),[h,p]),b=n>0?a*Number(n)-1:0,y="vertical-list"===o,v="horizontal-list"===o,N={...v?la(r,b):{},...y?Zn(d):{},gap:`${a}px`};return u("div",{className:w("box-border overflow-auto no-scrollbar",o,e),style:N,ref:t,children:(C=(e,t)=>u(Qn,{className:w(c,n?ea[n-1]:"",y?"h-full":""),style:v?la(r/4):{},activeIndex:l,idx:t,observerOptions:x,onIntersection:f,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(C):C(e,0))(m)});var C})),la=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),na=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),aa={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},ia={"horizontal-list":"w-6","vertical-list":"h-6"},ra=x((({className:e="",containerRef:t,activeIndex:l,dotCount:n=0,listType:a="horizontal-list",version:i})=>n?u("div",{className:w("flex gap-xs",aa[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?ia[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)),sa=e=>t=>e.scrollWidth/t,oa=e=>(t,l)=>{e.scrollBy({left:l*sa(e)(t),behavior:"smooth"})},ca=({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?[hn()(a),cn()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;l.current&&(m?oa(l.current)(e,-1):(t=l.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{l.current&&(h?oa(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}]},da="absolute top-[calc(50%-24px)] z-40",ma="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",ha=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:[ua(e),h?u(Vl,{className:w(da,n?"left-1 @lg:left-8":"left-0"),onClick:g}):null,x?u(zl,{className:w(da,n?"right-1 @lg:right-8":"right-0"),onClick:f}):null]})})),ua=e=>p("div",{children:[e.canScrollLeft?u("div",{className:w(ma,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?u("div",{className:w(ma,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),pa=({blockClassName:e,block:t,render:l})=>l({blockClassName:e,block:t}),xa=[];function ga(e,t,{className:l,...n}={}){const{key:a,blockDecorator:i=pa,blocksRegistry:r={},ancestors:s=xa}=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 fa=[],ba=(e,{key:t,ancestors:l=fa,slotName:n=null,extraProps:a,renderProps:i=ga,...r})=>{const s=a?(e,t)=>ga(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...l||fa,[r.parent,n]]:l},a)))};function ya({block:e,options:t,children:l,extraProps:n,renderProps:a}){return l||(e&&t?ba(e.blocks,{...t,parent:e,extraProps:n,renderProps:a}):null)}const va=({className:e,text:t="ХИТ"}={})=>p("div",{className:w("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[u(Ae,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),u(de,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),Na="relative h-full",wa={small:"sm:min-w-64",normal:"sm:min-w-96",big:"sm:min-w-[515px]"},Ca=({noCardBorder:e,activeIndex:t,cardSize:l="normal",...n})=>{const{blocks:a}=n.block||{},i=a?.some(Ia);return ya({...n,renderProps:(n,a,r)=>p("div",{className:ka(n,{someCardsHighlighted:i}),children:[ga(n,a,{className:Sa(n,{someCardsHighlighted:i,showBorder:!e,cardSize:l}),blockIndex:r,isActive:r===t}),Ia(n)?va({className:"absolute top-0 -right-4 z-40"}):null]},String(r))})},ka=(e,{someCardsHighlighted:t})=>w(Na,t&&(Ia(e)?"pt-3xl":"pt-3xl sm:pt-16")),Sa=(e,{someCardsHighlighted:t,showBorder:l,cardSize:n="normal"})=>w(Na,"min-w-80",wa[n],t&&(Ia(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"),Ia=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,Ta=x((({className:e,itemCount:t,visibleItemCount:l=1,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}]=Pl({itemCount:d,visibleItemCount:l},Math.floor(l/2)),[g,f]=ca({itemCount:d}),[b]=f.visibleIndicesRange,y=c&&"CarouselBankHistoryCard"===c[0]?.type;return p(k,{className:e,defaultPadding:"p-6xl",...o,children:[p("div",{className:w(a?"flex justify-center":"","relative max-w-full"),children:[u(ta,{containerRef:g,visibleItemCount:l,snapAlign:"snap-start",gap:r?16:void 0,onVisibleIndicesChange:f.handleVisibleIndicesChange,children:Ca({noCardBorder:n,activeIndex:m,cardSize:s,...o})}),u(ha,{scroll:f,arrowsPadded:i,onScrollLeft:x,onScrollRight:h,hasEdgeBlocks:y,activeIndex:m,itemCount:d})]}),u(ra,{className:"@lg:hidden",containerRef:g,activeIndex:b,dotCount:d,listType:"horizontal-list"})]})}));Ta.childrenTypes=["CarouselCard","CarouselBankHistoryCard","CarouselCatalogCard","CarouselInvestmentCard","CarouselProductCard","CarouselProgramsCard","CarouselRecommendationCard","CarouselTariffsCard","CarouselRichTextCard","CarouselInvestmentCard","ProductBlock"],Ta.childSchema=()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}});const Ba=x((({className:e,title:t,description:l,blockIndex:n=0,isActive:a,...i})=>u(k,{className:w("relative flex h-[485px]",a?"w-[440px] z-10":"w-[340px]",e),defaultPadding:"p-0",...i,children:u("div",{className:w("basis-full self-center",Ma(n)),children:a?u(xl,{headlineVersion:"M",title:t,description:l,padding:"p-3xl",align:"text-left",className:"h-96 text-white shadow-dark-blue"}):u("div",{className:"h-[300px] flex justify-center items-center font-mohave text-title-large",children:u("span",{className:Pa(n),children:t})})})}))),Ma=e=>["bg-primary-main","bg-green-light","bg-yellow-light"][e%3],Pa=e=>["gradient-color-text-on-green","gradient-color-text-on-yellow","gradient-color-text-on-yellow"][e%3],Ra="z-10 border border-solid w-full h-full",Va=w(Ra,"absolute hidden @xl:block border-transparent"),za=x((({className:e,title:t,description:l,button:n,...a})=>u(k,{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(Va,"top-9 right-12 bg-green-dark")}),u("div",{className:w(Va,"top-6 right-8 bg-green")}),u("div",{className:w(Va,"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(xl,{title:t,description:l,headlineVersion:"L",align:"text-left",isEmbedded:!0}),cl([n],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),Aa={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Da=x((({className:e,defaultPadding:t,padding:l,title:n="",insetTitle:a="",buttons:i,leftImage:r,rightImage:s,imageAlign:o,isImageAlwaysOnRight:c=!1,isImageSecondary: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 flex-col-reverse @xl:flex-row justify-around @xl:justify-between items-stretch gap-3xl"),children:[$a(r,{imageAlign:o}),p("div",{className:w("grid gap-3xl",s?"@xl:grid-cols-2":"",r?"":"grow"),children:[p("div",{className:"grow space-y-lg min-w-fit",children:[a,m]}),$a(s,{className:w("@xl:justify-self-end @xl:col-start-2",i?_a(c):"",ja(c),d?"hidden @xl:block":""),imageAlign:o}),La(i)]})]})]}))),_a=e=>e?"row-span-2":"@xl:row-span-2",ja=e=>e?"justify-self-end col-start-2 self-center":"",La=e=>e?u("div",{className:"self-end",children:e}):null,$a=(e,{className:t,imageAlign:l})=>e?u("div",{className:w("shrink-1/2 justify-self-center",l&&Aa[l],t),children:e}):null,Oa={black:"bg-black",white:"bg-white"},Ea=x((({className:e="",title:t,description:l,image:n,price:a,button:i,colors:r=[],align:s="text-left",padding:o,...c})=>u(k,{className:w("flex flex-col justify-left",e),defaultPadding:"p-2xl",...c,children:p(Da,{className:"h-full",padding:o,title:t?u(xl,{title:t,description:l,headlineVersion:"XS",isEmbedded:!0,align:s}):null,rightImage:n?.src?u($t,{className:"flex justify-center align-center mb-xl",image:n}):null,buttons:cl([i],{buttonClassName:"w-full self-end"}),children:[r?.length?p("div",{className:"flex text-secondary-text mb-m",children:[u("div",{className:"mr-xs",children:u(me,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(Fa)]}):null,a?p(me,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),Fa=(e,t)=>u("div",{role:"figure",className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${Oa[e]}`},String(t)),Ua={1:"grid-cols-1",2:"grid-cols-2"},Ha=x((({className:e,padding:t,additionalDescription:l,cardsList:n=[],columnsMode:a=1,description:i,image:r,title:s,...o})=>u(k,{className:w("text-left",e),padding:"p-0",...o,children:p(Da,{className:"h-full",defaultPadding:"p-xl",padding:t,title:s?u(I,{headingType:"h4",as:"h3",className:"mb-m z-10",title:s}):null,rightImage:r?.src?u($t,{image:r}):null,children:[p("div",{className:"flex justify-between mb-m",children:[i?u("div",{className:"w-1/3",children:u(me,{size:"text-h6",children:i})}):null,l?u(me,{size:"text-m",font:"font-light",color:"group-data-primary:text-secondary-text",children:l}):null]}),n.length?u("ul",{className:w("list-none m-0 p-0 grid gap-xs",Ua[a]),children:Wa(n)}):null]})}))),Wa=e=>e.map(((e,t)=>p("li",{children:[e?.parameter?u("div",{className:"inline pr-xs",children:u(me,{size:"text-h6",children:e.parameter})}):null,e?.parameterDescription?u(me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e.parameterDescription}):null]},String(t)))),Xa="hidden xl:block absolute w-full h-full border border-white",Ka=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(me,{size:"text-l",font:"font-light",color:"text-primary-text",children:e}),u($t,{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(Xa,"-bottom-1.5 -left-1.5")}),u("div",{className:w(Xa,"-bottom-3 -left-3")})]})}):null})),Ya=x((({className:e,additionalDescription:t,description:l,links:n,title:a,...i})=>u(k,{className:w("overflow-hidden",e),...i,children:p("div",{className:"flex flex-col @6xl:flex-row gap-m",children:[p("div",{children:[u(xl,{isEmbedded:!0,title:a,description:l,as:"h1",align:"text-left"}),t?u(xl,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0}):null]}),n?.length?Ga(n,"@6xl:min-w-[672px] p-0 justify-self-end"):null]})}))),Ga=(e,t="")=>{const l=Math.ceil(e.length/10);return u(Ta,{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(10*l,10*(l+1)).map(((e,t)=>u(Ka,{...e},String(t))))},String(l))))})},qa=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})})),Ja={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"},Za=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",Ja[n])})}):null,u("span",{children:l})]}))),Qa={XS:"text-m font-light",S:"text-l font-light",M:"text-h6",L:"text-h5"},ei={XS:"ml-2xs",S:"ml-xs",M:"ml-s",L:"ml-m"},ti=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",Qa[a],t?ei[a]:"",e),role:"list",children:n.map(((e,t)=>u(Za,{isDotted:l,size:a,children:e},String(t))))}):null)),li=x((({additionalDescription:e,align:t=tl,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(k,{className:w("flex flex-col justify-between",n),defaultPadding:"p-0",version:g,...f,children:[p(qa,{className:"p-m flex flex-col gap-xs",href:r,target:u,children:[ai(i,x,t),ii(a,t),si(h,o,g),ri(e,t),ni(s,d,m)]}),cl([l],{className:w("p-m pt-0",c?"":"self-center"),isVertical:c})]}))),ni=(e,t,l)=>p("div",{className:w("flex gap-y-lg justify-center",t?"min-w-full h-full":"",l?"order-first":"order-last"),children:[e?.src?u($t,{image:e}):null,e?.icon?u($t,{className:w(t?"w-full h-full":"w-8 h-8 min-w-8"),image:e}):null]}),ai=(e,t,l)=>t?u(me,{align:l,size:pl[e],children:t}):null,ii=(e,t)=>e?u(de,{align:t,size:"text-l",children:e}):null,ri=(e,t)=>e?u(me,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,si=(e,t,l="primary")=>e?.length?u(ti,{className:w("text-s","primary"===l?"!text-secondary-text":""),items:e.filter((e=>e?.text)).map((e=>e.text)),isDotted:t,listItemSize:"S"}):null,oi=(e=[])=>e.reduce(((e,t)=>e+t),0),ci=(e=[])=>e?.length?oi(e)/e.length:0,di=(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($t,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,mi=x((e=>{const{__html:t="",richVersion:l=""}=e;return t.replace(/<\/?[^>]+\/?>/g,"").trim()?u("div",{className:w(l,"md-container"),dangerouslySetInnerHTML:{__html:t}}):null})),hi=(e,t)=>e?u(de,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,ui=(e,t)=>e?u(me,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,pi=(e,t)=>"rte"===e.type&&"__html"in e&&e.__html?u(mi,{...e},`rte-${t}`):["label"in e?ui(e.label,t):null,"description"in e?u("span",{className:e.descriptionClassName,children:hi(e.description,t)},String(t)):null],xi=x((({className:e,benefitsVersion:t,...l})=>p("div",{className:w("flex gap-m min-w-56","description"in l&&l.description?"items-start":"items-center",e),children:["icon"in l?di(l.icon,t):null,u("div",{children:pi(l)})]}))),gi=e=>"rte"===e.type?e?.__html?.length||0:Math.max(e?.label?.length||0,e?.description?.length||0),fi=e=>{return((t=e.map(gi))?.length?Math.sqrt(Math.abs(ci(t.map((e=>e**2)))-ci(t)**2)):0)>16;var t},bi=e=>e&&"icon"in e&&e.icon&&(e.icon.icon||e.icon.src),yi=e=>!e.some(bi),vi=x((({className:e,benefitsVersion:t="normal",benefits:l})=>l?.length?u("div",{className:w("flex gap-x-m gap-y-s",fi(l)||yi(l)?"flex-col":"flex-wrap",e),children:l.map(((e,l)=>u(xi,{benefitsVersion:t,...e},String(l))))}):null)),Ni=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(pi)}):null)),wi=x((({isTabularBenefits:e,...t})=>u(e?Ni:vi,{...t}))),Ci=x((({className:e,tags:t})=>t?.length?u("div",{className:w("flex flex-wrap gap-xs",e),role:"list",children:t.map(ki)}):null)),ki=(e,t)=>u("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:u(me,{size:"text-m",font:"font-light",children:e})},String(t)),Si=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,items:h,isDotted:x=!0,listItemSize:g,tags:f=[],buttons:b,image:y,imageOptions:{imageAlign:v="center",directionRight:N=!0,isImageAlwaysOnRight:w,isImageSecondary:C=!1}={},children:k})=>{const S=y?.src?u($t,{image:y}):null,I=Bi({title:n,description:a,headlineVersion:i,align:r}),T=c?.filter((e=>"rte"===e?.type||"label"in e||"description"in e));return u(Da,{className:e,padding:t,defaultPadding:l,...m?{title:I}:{insetTitle:I},...Ii(S,N),isImageSecondary:C,imageAlign:v,isImageAlwaysOnRight:w,buttons:cl(b),children:p("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[T?.length?u(wi,{benefitsVersion:s,isTabularBenefits:o,benefits:T}):null,d?u(mi,{__html:d}):null,h?.length?u(ti,{items:h,isDotted:x,listItemSize:g}):null,k,Ti(f)]})})})),Ii=(e,t)=>t?{rightImage:e}:{leftImage:e},Ti=e=>e?.length?u(Ci,{tags:e}):null,Bi=({title:e,description:t,headlineVersion:l,align:n})=>e||t?u(xl,{title:e,description:t,headlineVersion:l,align:n,isEmbedded:!0}):null,Mi=x((({className:e,title:t,icon:l,list:n,href:a,target:i,...r})=>u(k,{className:e,defaultPadding:"p-3xl",...r,children:u(qa,{className:"flex items-center h-full",href:a,target:i,children:u(Si,{title:t,headlineVersion:"XS",image:l,imageOptions:{directionRight:!0,imageAlign:"center"},benefits:n?.map((e=>({type:"default",label:e.title,description:e.description})))})})}))),Pi=[{origins:["t.me","telegram.org"],iconMapped:{icon:"TelegramIcon"}},{origins:["vk.com"],iconMapped:{icon:"VKIcon"}},{origins:["ok.ru"],iconMapped:{icon:"OkIcon"}},{origins:["apps.apple.com"],iconMapped:{icon:"AppleIcon"}},{origins:["play.google.com"],iconMapped:{icon:"PlayMarketIcon"}},{origins:["youtube.com"],iconMapped:{icon:"YoutubeIcon"}},{origins:["rutube.ru"],iconMapped:{icon:"RutubeIcon"}}],Ri=x((({className:e="",media:t,showButtonText:l,stretched:a,version:i="white",children:r})=>{const[s,o]=n(),c=t?.map((e=>{const{href:t,icon:n,text:a}=e,{iconMapped:r}=(e=>Pi.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),c=Vi(n)??r,d=l?{text:a}:{text:""};return!s&&a&&o(!0),{...e,...d,icon:{...c,iconVersion:"color"},version:i}})),d=w("border border-solid hover:border-transparent group-data-primary:border-main-divider border-main-divider group-data-gray:border-green group/media",l&&s?"":" basis-auto",a?"flex-1 justify-center":"");return p("div",{className:"flex flex-col sm:flex-col-reverse gap-xs",children:[r?u(me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null,u("div",{className:w("flex gap-xs",e),children:cl(c,{className:a?"w-full":"",buttonClassName:d})})]})})),Vi=e=>e?.src||e?.icon?e:void 0,zi=x((({className:e,padding:t,description:l,href:n,icon:a,items:i=[],listItemSize:r="S",socialMedia:s=[],target:o,title:c,align:d="text-left",isImageAlwaysOnRight:m=true,...h})=>u(k,{className:w("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...h,children:u(qa,{href:n,target:o,className:"h-full",children:u(Da,{className:"h-full",defaultPadding:"p-m",padding:t,insetTitle:c?u(xl,{title:c,description:l,headlineVersion:"S",isEmbedded:!0,align:d}):null,rightImage:a?.icon||a?.src?u($t,{image:a}):null,buttons:s.length?u(Ri,{media:s,showButtonText:!0,version:h.version}):null,isImageAlwaysOnRight:m,children:i.length?u(ti,{items:i,listItemSize:r}):null})})}))),Ai=x((({className:e="",__html:t,richVersion:l="striped",...n})=>u(k,{className:e,...n,children:u(mi,{__html:t,richVersion:l})}))),Di=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]})})),_i=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})})),ji=(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(me,{size:"text-m",color:"text-secondary-text",children:l})}):null,n?u("div",{className:"mt-2xs",children:u(me,{size:"text-xl",color:"text-primary-text",children:n})}):null,a?.length?u("div",{className:"text-primary-main",children:cl(a)}):null]},String(t))},Li=x((({className:e="",title:t,align:l="text-center",icon:n,button:a,cardCells:i=[],...r})=>{const s=i.map(ji),o=s.slice(0,1),c=s.slice(1);return p(k,{className:w("flex flex-col",e),defaultPadding:"p-3xl",...r,children:[$i(n),t?u(I,{className:w("pt-xs",l),headingType:"h5",title:t}):null,a?u(se,{className:"w-full mt-m",...a}):null,i.length?u(Di,{renderFoldableSection:({isUnfolded:e})=>p("div",{children:[o,u(_i,{isUnfolded:e,children:c})]}),renderFoldButton:i.length>1?Oi:null}):null]})})),$i=e=>u("div",{className:"self-center",children:e?.src||e?.icon?u($t,{image:e}):null}),Oi=({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"})]}),Ei="bg-gradient-to-r from-main-gradient-start to-main-gradient-end",Fi="border-gray border-solid border",Ui="border-main-divider border-b",Hi="w-52",Wi=x((({icon:e,image:t,title:l,link:n})=>p("div",{className:w("w-80 box-border flex flex-col gap-m items-center rounded-t-md border-b-0 p-2xl",Fi,Ei),role:"columnheader",children:[e&&!t?.src&&u($t,{className:"h-16 w-16 min-w-16 min-h-16",image:e,width:"64",height:"64"}),t?.src&&u($t,{image:t}),l?u(I,{headingType:"h4",as:"h3",className:"text-center text-white",title:l}):null,n?.text&&u("div",{className:"mt-auto w-full",children:u(se,{href:n.href,target:n.target,className:"w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active",children:u("div",{className:"text-xs font-light font-medium py-s",children:n.text})})})]}))),Xi={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},Ki=x((({children:e,activeIndex:t,columnWidth:l,version:n="comparison"})=>u("div",{className:"flex flex-1 overflow-hidden",children:u("div",{className:Xi[n],style:{transform:`translateX(-${t*l}px)`},children:e})}))),Yi=x((({children:e})=>u("div",{className:"self-start flex flex-col",role:"row",children:u("div",{className:"flex gap-xl",children:e})}))),Gi=x((({colHeaders:e,activeIndex:t})=>p(Yi,{children:[u("div",{className:Hi,role:"columnheader"}),u(Ki,{activeIndex:t,columnWidth:336,children:e.map(((e,t)=>u(Wi,{...e},String(t))))})]}))),qi=x((({cell:e,isFirstRow:t,isLastRow:l,isFillGradient:n})=>{const a=w("w-80 box-border flex flex-col",Fi,l?"border-t-0 rounded-b-md":"border-y-0",n?Ei:""),i=w("mx-2xl h-full",Ui,n&&t?"border-t":"",l?"border-b-0":"border-solid");return u("div",{className:a,role:"cell",children:u("div",{className:i,children:e.map(((e,t)=>Qi(e,t,n)))})})})),Ji=(e=!1)=>"text-xl m-0 "+(e?"text-white":""),Zi=(e=!1)=>"text-s opacity-80 "+(e?"text-white":"text-secondary-text"),Qi=({label:e,description:t},l,n)=>p("div",{className:"first:pt-2xl pt-xl last:pb-2xl",children:[e?u("h4",{className:Ji(n),children:e}):null,t?u("div",{className:Zi(n),children:t}):null]},String(l)),er=(e=!1)=>w("text-s py-2xl",Ui,Hi,e?"border-b-0":"border-solid"),tr=x((({row:{header:e,data:t},activeIndex:l,isColoredFirstColumn:n,isFirstRow:a,isLastRow:i})=>p(Yi,{children:[e?.title?u("div",{className:er(i),children:e.title}):null,t?.length?u(Ki,{activeIndex:l,columnWidth:336,children:t.map(((e,t)=>u(qi,{cell:e,isFirstRow:a,isLastRow:i,isFillGradient:n&&0===t},String(t))))}):null]}))),lr=x((({rowData:e,isColoredFirstColumn:t,activeIndex:l,controls:n})=>{const{isScrollAvailable:a}=n;return p("div",{className:"relative",children:[e.map(((e,n,{length:a})=>u(tr,{row:e,isFirstRow:0===n,isLastRow:n+1===a,activeIndex:l,isColoredFirstColumn:t},String(n)))),a?Al({...n,btnClass:["top-28","top-12"],className:"right-7",isDisabled:!0}):null]})})),nr=x((({columns:e=[],rowHeaders:t,isShowAllRow:l,visibleRowLength:n,isColoredFirstColumn:a})=>{const i=e?.map((({header:e})=>e||{})),r=e?.map((({data:e})=>e))||[],s=t?.map(((e,t)=>({header:e,data:r.map((e=>e?.[t]||[{}]))}))).slice(0,l?t.length:n),[o,c]=Pl({itemCount:e.length,visibleItemCount:3}),{isScrollAvailable:d}=c;return p("div",{children:[p("div",{role:"table",children:[i?.length?u(Gi,{colHeaders:i,activeIndex:o}):null,s?.length?u(lr,{rowData:s,isColoredFirstColumn:a,activeIndex:o,controls:c}):null]}),d?u("div",{className:"absolute top-0 right-0 bottom-0 w-20 bg-opacity-to-white"}):null]})})),ar=x((({className:e="",title:t,rowHeaders:l,columns:a,visibleRowLength:r=0,isColoredFirstColumn:s=!1,...o})=>{const[c,d]=n(!r),m=i((()=>d((e=>!e))),[]);return p(k,{className:w("overflow-hidden relative",e),defaultPadding:"p-6xl",...o,children:[u(I,{headingType:"h2",className:"text-center mb-4xl mx-auto",title:t}),u(nr,{columns:a,rowHeaders:l,isShowAllRow:c,isColoredFirstColumn:s,visibleRowLength:r}),r?ir({isShowAllRow:c,onClick:m}):null]})})),ir=({isShowAllRow:e,onClick:t})=>u("div",{className:"pr-6xl",children:p("div",{className:"flex gap-m w-full",children:[u("div",{className:Hi}),u("button",{onClick:t,className:"py-xs flex-1 border-gray border-solid border text-primary-text bg-white hover:border-primary-main hover:text-primary-main",children:u(me,{size:"text-xs",font:"font-medium",children:e?"Скрыть":"Показать все параметры"})})]})}),rr=x((({className:e,contacts:t,info:l,version:n="secondary",...a})=>p(k,{className:w("flex",e),defaultPadding:"p-6xl",version:n,...a,children:[l?.length?sr(l):null,t?.length?sr(t):null]}))),sr=e=>u("div",{className:"flex gap-5xl grow basis-0",children:e.map(((e,t)=>or({column:e,index:t})))}),or=({column:e,index:t})=>e?u("div",{className:"flex flex-col gap-xl grow basis-0",children:e.map((({title:e="",description:t,additionalDescription:l,button:n},a)=>p("div",{children:[u(xl,{title:e,description:t,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),l?u("div",{className:"mt-xs opacity-80",children:u(de,{size:"text-m",font:"font-light",children:l})}):null,n?.href?u(se,{className:"mt-xl",...n}):null]},String(a))))},`col-${String(t)}`):null,cr=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]}))),dr=x((({className:e="",label:t,icon:l,dataTheme:n="",disabled:a=!1,onClick:i})=>u(cr,{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($t,{image:{icon:l,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),mr=({isUnfolded:e,onToggle:t})=>u(dr,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),hr=x((({title:e,description:t})=>p("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[u($t,{image:{icon:"MagnifierIcon"},width:"120",height:"120"}),u(xl,{title:e,description:t,headlineVersion:"S",isEmbedded:!0,align:tl})]}))),ur=["ArrowDownIcon","ArrowUpIcon"],pr="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs border-box",xr=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?u(hr,{...a}):null}),p("div",{className:w("space-y-2xs",t.length?"":"hidden"),children:[u("div",{className:w(pr),children:ba(r,{...i.options,parent:n})}),u(Di,{renderFoldableSection:({isUnfolded:e})=>u(_i,{className:w(pr),isUnfolded:e,children:ba(s,{...i.options,parent:n})}),renderFoldButton:({isUnfolded:t,onToggle:n})=>u(dr,{className:w(l<1?"hidden":""),disabled:!s?.length,label:e,icon:ur[Number(t)],dataTheme:i.options?.page?.colorPalette,onClick:n})})]})]})})),gr=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,fr=(e,t)=>Object.entries(e).map((([l,n])=>"number"==typeof n?Array.isArray(t[l])?((e,t)=>l=>gr(t[e])||gr(l[e])||l[e]?.includes(t[e]))(l,e):((e,t)=>l=>gr(t[e])||gr(l[e])||br(t[e])<=br(l[e]))(l,e):"object"==typeof n&&"min"in n&&"max"in n?((e,t)=>l=>gr(t[e])||gr(l[e])||br(t[e]?.min)>=br(l[e]?.min)&&br(t[e]?.min)<=br(l[e]?.max))(l,e):Array.isArray(n)?((e,t)=>l=>gr(t[e])||gr(l[e])||t[e]?.some((t=>l[e]?.includes(t))))(l,e):((e,t)=>l=>gr(t[e])||gr(l[e])||t[e]===l[e])(l,e))).every((e=>e(t))),br=e=>Number(e||0),yr=(e,t)=>(l=T)=>e&&e.filter((e=>fr(t,l(e.content||{})))),vr=x((({value:e,onChange:t,items:l=[],multiple:n})=>l.map((l=>u(qe,{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))))),Nr=({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(wr(e))]}),n?u("div",{children:u(se,{className:"w-full @4xl:w-72 @4xl:ml-s",onClick:t,...n})}):null]}),wr=e=>([t,l])=>{const n=l?.type;return"array"===n?Cr(t,e)(l):null},Cr=(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(me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:l.title})}):null,u(vr,{items:n,multiple:!0,...t(e)})]},e)},kr=(e,t)=>e[t?.sourceBook]?.rateRows.map((e=>e.minMonths)).filter((e=>void 0!==e));async function Sr(...e){const t=e.map((e=>_(e)));return Promise.all(t)}function Ir(e,...t){return e.map(((e,l)=>[e,...t.map((e=>e[l]))]))}const Tr=e=>Boolean(e&&e.content&&"string"==typeof e.content.sourceBook);function Br(e){const{dirs:t=[],source:l=[]}=r((()=>{const t=(e=>e?.filter(Tr).map((({content:{sourceBook:e}})=>e)))(e);return{dirs:t?.map((e=>`/wcms-resources/${e}.json`)),source:t}}),[e]),{data:n=[]}=A(t,Sr);return{source:Object.fromEntries(Ir(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 Mr=1e9,Pr={sum:{min:1e4,max:Mr},period:3},Rr=x((({className:e,filtrationSchema:t={},resetButton:l,sumInput:n,periodInput:a,...i})=>{const{source:r,months:s}=Br(i.block?.blocks),[o,{field:c,reset:d}]=B(Pr),m=yr(i.block?.blocks,o)((e=>({...e,period:kr(r,e||{})||[]}))),h=p("div",{children:[u(Yn,{label:n?.title,min:500,max:Mr,...c("sum",{parse:e=>({min:Number(e),max:Mr}),format:({min:e})=>String(e)})}),u(yt,{title:a?.title,items:["От 3 мес","До 5 лет"],list:s,...c("period")})]});return p(k,{className:w("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[Nr({field:c,reset:d,filtrationSchema:t,resetButton:l,children:h}),u(xr,{blocksToRender:m,...i})]})})),Vr={type:"string",title:"Адрес справочника"};Rr.childrenTypes=["ProductTile"],Rr.childSchema=e=>({...e?.filtrationSchema||{},sourceBook:Vr});const zr=[{key:"10"},{key:"50"},{key:"100"}],Ar=({itemCount:e,onItemCountChange:t})=>{const l=i((({key:e})=>t(Number(e))),[]);return p("div",{className:"flex items-center gap-s",children:[u("span",{children:"Показать по"}),u(He,{className:"min-w-20",onChange:l,value:{key:String(e)},options:zr,iconVersion:"black"})]})},Dr="py-m px-lg rounded-md cursor-pointer hover:bg-green-more-dark hover:text-white",_r=(e,t)=>{const{currentPage:l,onPageChange:n,totalPages:a}=e,i=t+1;return i===l?u("div",{"aria-current":"true",className:"py-m px-lg bg-green-light text-white rounded-md",children:i},String(t)):1!==i&&i!==a&&((e,t,l)=>e<t&&e>=t-2||e<=t+2&&e>t||((e,t,l)=>t<=3&&e<=t+3||t>=l-1&&e>=l-4)(e,t,l))(i,l,a)?u("div",{onClick:()=>n(i),className:Dr,"aria-label":`Страница ${i}`,children:i},String(t)):null},jr={width:"24",height:"24"},Lr=({currentPage:e,onPageChange:t,totalPages:l})=>{const n=r((()=>new Array(l).fill({currentPage:e,onPageChange:t,totalPages:l})),[l,e]),a=i((()=>{e>1&&t(e-1)}),[e]),s=i((()=>{e<l-1&&t(e+1)}),[e,l]),o=i((()=>t(1)),[]),c=i((()=>t(l)),[l]);return p("div",{className:"flex gap-m items-center",children:[u("div",{onClick:a,children:u(Ae,{name:"ArrowLeftIcon",iconVersion:"black",imageClassName:$r(1===e),...jr})}),p("div",{className:"flex gap-xs",children:[e>1?u("div",{onClick:o,className:Dr,"aria-label":"Страница 1",children:"1"}):null,e>4?u("div",{className:"py-m px-s",children:"..."}):null,n.map(_r),e<l-3?u("div",{className:"py-m px-s",children:"..."}):null,e<l?u("div",{onClick:c,className:Dr,"aria-label":`Страница ${l}}`,children:l}):null]}),u("div",{onClick:s,children:u(Ae,{className:"rotate-180",name:"ArrowLeftIcon",iconVersion:"black",imageClassName:$r(e===l),...jr})})]})},$r=e=>e?"opacity-20":"cursor-pointer hover:opacity-60",Or=({currentPage:e,onPageChange:t,totalPages:l,itemCount:n,onItemCountChange:a})=>p("div",{className:"mt-3xl flex justify-between items-center select-none",role:"navigation","aria-label":"Пагинация",children:[u(Lr,{currentPage:e,onPageChange:t,totalPages:l}),n&&a?u(Ar,{itemCount:n,onItemCountChange:a}):null]}),Er=(e,t=!1)=>{if("string"==typeof e)return e.split("-").reverse().join(".");{const l=String(e.getDate()).padStart(2,"0"),n=String(e.getMonth()+1).padStart(2,"0"),a=t?String(e.getFullYear()):String(e.getFullYear()).slice(-2);return t?`${a}-${n}-${l}`:`${l}.${n}.${a}`}},Fr=()=>{},Ur=({today:e,firstDayOfWeek:t,totalDays:l,currentMonth:n,currentYear:a,min:i,max:r,onDateClick:s})=>{const o=[];let c=1;for(let d=0;d<6;d++){const m=[];for(let o=0;o<7;o++)if(0===d&&o<t)m.push(u("td",{},`empty-${o}`));else if(c>l)m.push(u("td",{},`empty-${o}`));else{const t=new Date(a,n,c),l=Hr(t,e),o=Wr(t,i,r);m.push(u("td",{children:u("div",{className:Xr(l,o),onClick:()=>!o&&s(t),children:c})},`day-${c}`)),c++}o.push(u("tr",{children:m},`row-${d}`))}return o},Hr=(e,t)=>t&&e.toDateString()===t.toDateString(),Wr=(e,t,l)=>t&&e.getTime()<t.getTime()||l&&e.getTime()>l.getTime(),Xr=(e,t)=>w("p-s text-center rounded-md border",e?"":"border-transparent hover:bg-gray",t?"text-gray hover:bg-transparent":"cursor-pointer"),Kr=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Yr=x((({today:e,currentMonth:t,currentYear:l,min:n,max:a,onDateSelect:s=Fr})=>{const o=i((e=>s(e)),[]),{firstDayOfWeek:c,totalDays:d}=r((()=>({firstDayOfWeek:new Date(l,t,1).getDay()-1,totalDays:new Date(l,t+1,0).getDate()})),[l,t]);return p("table",{className:"mx-auto",children:[u("thead",{className:"text-gray font-light",children:u("tr",{children:Kr.map(((e,t)=>u("th",{className:"p-s",children:e},String(t))))})}),u("tbody",{children:Ur({firstDayOfWeek:c,today:e,totalDays:d,currentYear:l,currentMonth:t,min:n,max:a,onDateClick:o})})]})})),Gr=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],qr=Gr.map((e=>({key:e}))),Jr=Array.from({length:(new Date).getFullYear()-1970+1},((e,t)=>1970+t)).reverse().map((e=>({key:String(e)}))),Zr={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},Qr={className:"min-w-32",iconVersion:"black",isBorder:!1},es=x((({className:e="",label:t="",value:l,minDate:a,maxDate:r,onChange:s})=>{const[o,{setValue:c}]=Ve(!1),[d,m]=n(l?.getMonth()||(new Date).getMonth()),[h,x]=n(l?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:g,handleNextMonth:f,handleSelectMonth:b,handleSelectYear:y,monthsOptions:v,yearsOptions:N,handleChangeVisibleCalendar:C,ref:k}=(({onShowCalendar:e,showCalendar:t,selectedMonth:l,onMonthSelect:n,onYearSelect:a,selectedYear:r})=>{const s=Oe(i((()=>t&&e(!1)),[t]));return{handleChangeVisibleCalendar:i((()=>e(!t)),[t]),handleNextMonth:i((()=>{l+1<=11?n(l+1):(n(0),a(r+1))}),[l]),handlePrevMonth:i((()=>{l-1>=0?n(l-1):(n(11),a(r-1))}),[l]),handleSelectMonth:i((({key:e})=>n(Gr.indexOf(e))),[]),handleSelectYear:i((({key:e})=>a(Number(e))),[]),monthsOptions:qr,yearsOptions:Jr,ref:s}})({onYearSelect:x,onMonthSelect:m,onShowCalendar:c,selectedYear:h,selectedMonth:d,showCalendar:o});return p("div",{className:w(e,"relative"),ref:k,children:[u(me,{size:"text-m",children:t}),ts(C,l),o?p("div",{className:"absolute bg-white z-10 select-none",children:[p("div",{className:"flex gap-s",children:[u("div",{className:"my-auto",onClick:g,children:u(Ae,{...Zr,className:"-rotate-90 cursor-pointer"})}),u(He,{onChange:b,value:{key:Gr[d]},options:v,...Qr}),u(He,{onChange:y,value:{key:String(h)},options:N,...Qr}),u("div",{className:"my-auto",onClick:f,children:u(Ae,{...Zr,className:"rotate-90 cursor-pointer"})})]}),u(Yr,{today:l,currentMonth:d,currentYear:h,onDateSelect:s,min:a,max:r})]}):null]})})),ts=(e,t)=>p("div",{onClick:e,className:"flex justify-between px-m py-s border border-gray rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",children:[u(de,{children:t&&Er(t)}),u(Ae,{...Zr,name:"Calendar2Icon"})]}),ls=x((({className:e,value:t,autoFocus:l,onChange:n,onFocus:a,placeholder:r="Поиск по сайту"})=>{const s=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($t,{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:r,autoFocus:l,onChange:s,onFocus:a})]})})),ns=x((({field:e,onClearFilter:t,filtrationState:l})=>p("div",{className:"grid grid-cols-12 mb-3xl space-x-xl",children:[u(ls,{className:"col-span-4 mt-auto",placeholder:"Поиск",...e("query")}),u(es,{className:"col-span-3",label:"Период от",maxDate:l.endDate,...e("startDate")}),u(es,{className:"col-span-3",label:"Период до",minDate:l.startDate,...e("endDate")}),u("div",{className:"col-span-2 mt-auto",children:u("button",{className:"px-m py-s rounded-md bg-main-gray text-green cursor-pointer w-full",onClick:t,children:"Очистить фильтр"})})]}))),as=({title:e,timestamp:t,publicId:l})=>{const n=q({basePath:"/"}),{href:a}=n({href:`/api/v1/depository/${l}/file`});return p("div",{className:"grid grid-cols-12 py-lg border-gray border-opacity-50 border-b",children:[u("div",{className:"col-span-2 text-m",children:t?u(me,{children:Er(t)}):null}),u("div",{className:"col-span-10 text-h6 hover:text-primary-active",children:u("a",{href:a,download:!0,"aria-label":"Скачать",children:e})})]},l)},is={startDate:void 0,endDate:void 0,query:""},rs=x((({className:e,...t})=>{const[l,a]=n(0),[r,s]=n(10),[o,{field:c,reset:d}]=B(is),{totalPages:m=0,items:h}=(({size:e,page:t,query:l,startDate:n,endDate:a})=>{const{data:i}=A(`/api/v1/depository?page=${t}&size=${e}&query=${l}&timestampStart=${n?Er(n,!0):""}&timestampEnd=${a?Er(a,!0):""}`,j);return{items:i?.content,totalPages:i?.totalPages}})({size:r,page:l,...o}),x=i((e=>a(e-1)),[]),g=i((e=>s(e)),[]);return p(k,{className:w(e,"container p-4xl"),...t,children:[u(ns,{filtrationState:o,field:c,onClearFilter:d}),p("div",{className:"flex flex-col",children:[p("div",{className:"grid grid-cols-12 pb-lg border-gray border-opacity-50 border-b",children:[u("span",{className:"col-span-2 text-gray text-m",children:"Дата"}),u("span",{className:"col-span-10 text-gray text-m",children:"Тема"})]}),h?.length?h?.map((e=>u(as,{...e},String(e.publicId)))):u(hr,{title:"Ничего не найдено",description:"Попробуйте очистить фильтры"}),u(Or,{currentPage:l+1,onPageChange:x,totalPages:m+1,itemCount:r,onItemCountChange:g})]})]})})),ss=e=>"Image"===e?.contentType&&e?.image?u($t,{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,os=x((({className:e="",title:t,description:l,error:n,button:a,...i})=>p(k,{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:ss(n)}),u(xl,{title:t,description:l,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?u(se,{version:a?.version,text:a?.text,...a}):null]})));var cs;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(cs||(cs={}));const ds=new Intl.NumberFormat("ru",{style:"currency",currency:cs.RUB}),ms=e=>e?ds.format(e):"",hs="text-left text-m font-light text-secondary-text",us=`${hs} pl-5xl`,ps={USD:"DollarIcon",EUR:"EuroIcon"},xs=x((({className:e,exchangeCurrencyItems:t})=>p("table",{className:`h-fit w-fit ${e}`,children:[u("thead",{children:p("tr",{children:[u("th",{className:hs,children:u(me,{size:"text-m",children:"Валюта"})}),u("th",{className:us,children:u(me,{size:"text-m",children:"Купить"})}),u("th",{className:us,children:u(me,{size:"text-m",children:"Продать"})})]})}),u("tbody",{children:t.map(gs)})]}))),gs=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($t,{image:{icon:ps[t]},width:"24",height:"24"}):null,u(me,{size:"text-h6",children:t})]})}),u("td",{className:"pt-m pl-5xl",children:u(me,{size:"text-h6",children:ms(e?.saleExchangeRate)})}),u("td",{className:"pt-m pl-5xl",children:u(me,{size:"text-h6",children:ms(e?.buyExchangeRate)})})]},t)},fs={icon:"GpsIcon"},bs=x((({className:e="",address:t})=>p("div",{className:`flex gap-s ${e}`,children:[u(nl,{...fs,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:"Курс указан для заданного офиса"})]})]}))),ys=(e,t,l)=>{const n=Number(vs(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)},vs=e=>e.replace(/[^\d.,]/g,"").replace(",","."),Ns=e=>{return(t=[[e=>e.value!==cs.RUB&&e.oppositeValue!==cs.RUB,()=>e.handleConvert(e.value,cs.RUB)],[e=>e.value===cs.RUB&&e.oppositeValue===cs.RUB,()=>e.handleConvert(e.value,cs.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,l]=t.find((([t])=>t(e)))||[];return l})(e)?.();var t};function ws(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(pe,{className:"shrink-0 text-l w-full appearance-none -mr-24",placeholder:t,type:"text",value:a,onChange:i}),s.length?u(He,{isBorder:!1,onChange:e=>r(e.key),options:s,value:o}):null]})}const Cs=x((({className:e="",currencyRatesBuy:t,currencyRatesSell:l,button:a})=>{const[r,s]=n({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||cs.RUB,selectBuy:l?.[0]?.currency?.currency||cs.USD}),o=i((e=>s((t=>({...t,...e})))),[]);return p("div",{className:`grid gap-m pt-2xl ${e}`,children:[ws({placeholder:"Хочу продать",rates:l,selected:r.selectSell,setSelected:ks(r,o,l),value:r.inputSell,setValue:e=>Is(o,l)(e,r.selectSell,r.selectBuy)}),ws({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:Ss(r,o,t),value:r.inputBuy,setValue:e=>Ts(o,t)(e,r.selectBuy,r.selectSell)}),a?.text?u(se,{text:a.text,version:a?.version,...a}):null]})})),ks=(e,t,l)=>n=>{t({selectSell:n}),Ns({value:n,oppositeValue:e.selectBuy,handleConvert:(n=e.selectSell,a=e.selectBuy)=>{Is(t,l)(e.inputSell,n,a)}})},Ss=(e,t,l)=>n=>{t({selectBuy:n}),Ns({value:n,oppositeValue:e.selectSell,handleConvert:(n=e.selectBuy,a=e.selectSell)=>Ts(t,l)(e.inputBuy,n,a)})},Is=(e,t)=>(l,n,a)=>{e({inputSell:vs(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(ys(l,i,n===cs.RUB)||"")})},Ts=(e,t)=>(l,n,a)=>{e({inputBuy:vs(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(ys(l,i,n===cs.RUB)||"")})};const Bs=async e=>{const t=await Ms(),l=t?.code||"000";return{region:t,exchangeRates:await Ps(e,l)}},Ms=async()=>{try{return await j("/api/v1/region",{method:"GET"})}catch(e){return console.log(e),{}}},Ps=async(e,t)=>{try{return await j(e+`?regionCode=${t}`,{method:"GET"})}catch(e){return console.log(e),{}}},Rs=x((({className:e="",title:t="Курсы обмена валют",button:l,...n})=>{const{exchangeRates:a}=function(){const{data:e}=A("/api/v1/exchangerates",Bs);return e||{}}(),i=Vs(a?.exchangeRate?.currencies),r=i.filter((e=>e.buyExchangeRate));r.unshift({currency:{currency:cs.RUB}});const s=i.filter((e=>e.saleExchangeRate));return s.push({currency:{currency:cs.RUB}}),u(k,{className:w("box-border min-h-80",e),...n,children:u(Da,{className:"h-full",title:u(I,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:p("div",{className:"flex gap-6xl flex-wrap",children:[p("div",{children:[i?u(xs,{className:"mb-xl",exchangeCurrencyItems:i}):null,u(bs,{address:a?.address})]}),i.length&&r.length&&s.length?u(Cs,{className:"grow",currencyRatesBuy:r,currencyRatesSell:s,button:l}):null]})})})})),Vs=e=>e?.filter((e=>1===e?.currency?.id||2===e?.currency?.id))||[],zs=e=>Vt(d.SITEMAP||"sitemap",{fallback:e}),As={width:"40",height:"45"},Ds={"bg-white":"color",transparent:"white"},_s={"bg-white":"text-primary-main",transparent:"text-white"},js=(e,t,l)=>u($t,t?.src?{image:t,className:_s[e],width:l?.width,height:l?.height,pathPrefix:"/wcms-resources/"}:{image:{icon:t?.icon||"LogoIcon",iconVersion:Ds[e]},className:_s[e],width:l?.width,height:l?.height}),Ls={"bg-white":"text-primary-text",transparent:"text-white"},$s=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:[js(i,l?.image,As),r?n??u("div",{className:"ml-s",children:u(me,{font:"font-medium",color:Ls[i],size:"",children:l?.title||"Россельхозбанк"})}):null]}))),Os=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($t,{image:{icon:"CloseIcon"},width:"24",height:"24"})})));function Es(e,t,l=300){a((()=>{const t=globalThis.setTimeout(e,l);return()=>{globalThis.clearTimeout(t)}}),t)}const Fs=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)};const Us=(e,t)=>(l,n)=>{for(const[a,i]of n)l.set(a,e(l.get(a)||t,i));return l},Hs=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),Ws=e=>t=>e.map((([e,l])=>[Fs(t)(e),l])).filter((([e])=>e>=.8)).map((([e,t])=>Ks(t,e))).reduce(Us(Math.max,0),new Map),Xs=e=>t=>{return Ir(t,t.map((({title:e})=>e)).map((e=>t=>{const l=Hs(t||"");return l.length?oi(e.map((e=>dn(l.map(Fs(e)))))):0})(e))).sort((n=([,e])=>e,l=(e,t)=>n(e)-n(t),(e,t)=>-l(e,t))).map((([e])=>e));var l,n},Ks=(e,t)=>new Map(e.map((e=>[e,t]))),Ys=({basePathList:e,initialQuery:t=""})=>{const[l,i]=n(t||"");a((()=>{null!=t&&i(t)}),[t]);const{data:r}=A(e?.length?e:null,Gs),[s,o]=n(null);return Es((()=>{r&&o(r.map((e=>t=>{const{corpus:l,dictionary:n}=t||{};if(!(e&&l?.length&&n&&Object.keys(n).length))return[];const a=Hs(e);if(!a.length)return[];const i=Object.entries(n),r=[...a.map(Ws(i)).reduce(Us(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*a.length)).map((([e])=>l[e]));return Xs(a)(r)})(l)))}),[r,l]),[s,{value:l,onChange:i}]},Gs=async(...e)=>(await Promise.allSettled(e.map((e=>_(H(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),qs=x((({className:e,head:t,children:l,onClose:n})=>{const{close:a}=O(),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(Os,{className:"absolute top-0 right-0",onClose:r}),u("div",{className:"container",children:t})]}),u("div",{className:"container pb-6xl",children:l})]})})),Js=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(Qs)})})),Zs=["all","footer"],Qs=(e,t)=>{const{text:l,items:n=[],href:a,target:i,onClick:r}=e,s=n.filter((e=>!e.displayArea||Zs.includes(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(eo,{...e,basePath:o(a),index:t},String(t))))]},String(t))},eo=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}`})})),to=x((({initialQuery:e})=>{const{topItems:t}=zs(),l=r((()=>t?.map((e=>e.href||"/"))),[t]),[n,i]=Ys({basePathList:l,initialQuery:e}),s=r((()=>lo(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(qs,{head:u(ls,{autoFocus:!0,...i}),children:u(Js,{topItems:s})})})),lo=e=>t=>e?.length&&t?.length?Ir(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:H("/",t)})))}))):[];const no=()=>{const{open:e,close:t}=O();return{open:(t={},l={})=>e(u(to,{...t}),l),close:t}},ao=x((({className:e})=>{const[t,l]=n(""),a=i((()=>l("")),[]),{open:r}=no(),s=i((e=>{l(e),io(e)&&r({initialQuery:e},{onClose:a})}),[a]);return p("div",{className:w("relative",e),children:[u(ls,{value:t,onChange:s}),u(Os,{className:"absolute top-0 right-0 sm:hidden",onClose:a})]})})),io=e=>e&&e.length>=3,ro=x((({className:e="",items:t})=>p("div",{className:e,children:[t?.length?t.map(so):null,u(se,{version:"primary",className:"w-full",href:"https://old.rshb.ru/feedback/question/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"})]}))),so=(e,t)=>p("div",{className:"mb-m",children:[u("div",{className:"mb-m",children:u(me,{size:"text-l",font:"font-medium",children:e?.title})}),u("div",{children:e.items?.map(oo)})]},String(t)),oo=(e,t)=>p("div",{className:"mb-m",children:[u("div",{children:co(e.type,e.text)}),u("div",{className:"mt-2xs text-s font-light text-secondary-text",children:e.description})]},String(t)),co=(e,t="")=>{switch(e){case"tel":return u("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${mo(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})}},mo=e=>e.replaceAll(/\D/g,""),ho=x((({className:e="",index:t,text:l,...n})=>{const a=q(),{href:i,target:r,onClick:s}=a(n);return u("a",{className:w("text-secondary-text",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),uo=x((({className:e="",links:t})=>u("div",{className:e,children:t?.length?u("div",{className:"flex justify-between items-center gap-lg py-lg border-solid border-x-0 border-y border-y-main-divider",children:t.map(((e,t)=>u(ho,{index:t,className:"text-l font-light max-w-[292px]",...e},String(t))))}):null}))),po=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}`})})),xo=x((({className:e="",links:t})=>p("div",{className:w("@container",e),children:[u("div",{className:"pt-lg",children:u(me,{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(po,{index:t,...e},String(t))))}):null]}))),go="w-52",fo=x((({className:e,...t})=>{const{topItems:l,logo:n}=zs(t.options?.page?.fallback),{documents:a,relatedEnterprises:i,contacts:r,socialMedia:s,mobileApps:o}=Vt(d.FOOTER||"footer",{fallback:t.options?.page?.fallback});return p(k,{tag:"footer",className:e,...t,children:[p("div",{className:"flex items-stretch gap-3xl pb-3xl ",children:[u($s,{className:go,logo:n}),u(ao,{className:"grow"})]}),p("div",{className:"flex items-stretch gap-6xl",children:[p("div",{className:w(go,"flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[u(ro,{items:r}),u(Ri,{media:s,children:"Соцсети"}),u(Ri,{media:o,showButtonText:!1,children:"Мобильное приложение"})]}),u(Js,{className:"flex-grow",topItems:l})]}),u(uo,{className:"mt-xl",links:i}),u(xo,{links:a})]})})),bo=x((({className:e="",title:t,description:l,calendar:n,...a})=>p(k,{className:w("space-y-m",e),defaultPadding:"p-6xl",...a,children:[u(xl,{title:t,description:l,headlineVersion:"M",isEmbedded:!0}),n?yo(n):null]}))),yo=e=>{const t=100/(e.reduce(((e,t)=>t?.month?.length?e+t.month.length:e),0)||1),l=e.filter((e=>e?.month?.length)).map((e=>({...e,flexBasis:`${e?.month?.length?e.month.length*t:""}%`})));return p("div",{className:"w-full flex flex-col justify-center gap-s",children:[u("div",{className:"flex w-full text-h6 text-center",children:l.map((e=>vo(e,t)))}),u("div",{className:"flex gap-s w-full",children:l.map(((e,t)=>p("div",{className:"border-r border-main-divider last:border-r-0 space-y-s",style:{flexBasis:e.flexBasis},children:[u("div",{className:"flex gap-s",children:No(e)}),p("div",{className:"text-s font-light text-primary-text",children:[u("span",{children:e.text})," ",u("span",{className:"text-primary-main",children:e.greenText})]})]},`monthItem-${t}`)))})]})},vo=(e,t)=>e.month?.map(((e,l)=>u("div",{style:{flexBasis:`${t}%`},children:e.text},`monthName-${l}`))),No=e=>e.month?.map((e=>e.image?.src?u("div",{className:"h-52 border-r pr-s border-main-divider last:border-r-0",children:u($t,{image:e.image,className:"flex"})},`monthImage-${e.image.src}`):null)),wo=e=>({href:t})=>!!t&&U(E(t)?e.href:e.pathname).startsWith(U(t));function Co(e=[]){const t=G(),l=e.findIndex((e=>wo(d.BASE_PATH?{pathname:d.BASE_PATH}:e))(t));return[l,e[l]]}const ko=x((({className:e="",active:t,flat:l,children:n,...a})=>{const i=q({isRemote:!0}),{href:r,target:s,text:o,onClick:c}=i(a);return u("a",{className:w(So(t,l),e),href:r,target:s,onClick:c,rel:"noopener noreferrer","aria-label":o,children:u("span",{className:Io(t,l),children:o||n})})})),So=(e=!1,t=!1)=>w("inline-block border border-solid bg-transparent text-center no-underline",e?"rounded-md border-primary-main group-data-transparent:border-white":"border-transparent",t?"":"px-m py-xs"),Io=(e=!1,t=!1)=>w("font-sans text-s font-light",e?"text-primary-main":w(t?"text-primary-text":"text-secondary-text","hover:text-primary-main"),"group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),To="location";function Bo(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",Po()??{name:e}),r=i((e=>{Ro(e),l(e)}),[]),{data:s}=A("/api/v1/region",j);return a((()=>{s&&!Mo()&&l(s)}),[s]),[t??{name:e},r]}const Mo=()=>Boolean(globalThis.localStorage?.getItem(To)),Po=()=>{try{const e=globalThis.localStorage?.getItem(To);return e&&JSON.parse(e)}catch(e){return null}},Ro=e=>{try{globalThis.localStorage?.setItem(To,JSON.stringify(e))}catch(e){}};const Vo=e=>e?.length?p("div",{className:"border-t border-main-divider mt-2xs pt-2xs",children:[u("div",{className:"mb-m",children:u(me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:"Представительства за рубежом:"})}),u("div",{className:"flex gap-5xl",children:e.map(((e,t)=>u(zo,{...e},String(t))))})]}):null,zo=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($t,{pathPrefix:"/wcms-resources/",image:e}):null,n?u("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:n}):null]})})),Ao=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),Do=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"})]}))),_o=x((()=>{const{defaultLocation:e,foreignOffices:t}=zs(),[l,a]=Bo(e),[r,s]=n(""),o=Lo(function(){const{data:e}=A("/api/v1/regions",j);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,jo),{close:d}=O(),m=i((e=>{a(e),d()}),[]);return p(qs,{head:p("div",{children:[l?p("div",{className:"mb-s",children:[u(me,{size:"text-l",font:"font-light",children:"Сейчас выбран: "}),u("button",{onClick:()=>a(l),children:u(me,{color:"text-primary-main",children:l.name})})]}):null,u(Do,{onSearch:s,searchTerm:r})]}),children:[r&&r.length>=3?u("div",{children:o.filter((({name:e})=>e&&Fs(e.toLowerCase())(r.toLowerCase())>=.8)).map(Ao(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(me,{size:"text-h6",children:e})}),t.map(Ao(h))]},e)))}),Vo(t)]});var h})),jo=e=>e.name?.charAt(0)||"",Lo=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),$o={default:"w-6 h-6",large:"w-12 h-12"},Oo=x((({className:e,isRounded:t,buttonSize:l="default",isGrayBg:n=!1,disabled:a,ariaLabel:i,image:r,onClick:s})=>u("button",{className:w("group/btn border-0 flex shrink-0 items-center",n?"p-s rounded-full":"p-0 bg-inherit",n&&!t?"bg-main-divider":"",t?"w-8 h-8 text-secondary-light hover:text-secondary-hove":`${$o[l]} text-primary-text hover:text-primary-main`,"group-data-transparent:text-white",e),type:"button",disabled:a,"aria-label":i,onClick:s,children:u($t,{image:r,className:w("h-full",t?"bg-main-divider/20 rounded-full":""),imageClassName:"group-hover/btn:text-primary-hover group-hover/btn:invert-0"})}))),Eo=x((({className:e,version:t,officesLink:l,defaultLocation:n})=>{const a="transparent"===t?"white":"black",[r]=Bo(n),s=no(),o=i((()=>s.open()),[]),c=(()=>{const{open:e,close:t}=O();return{open:(t={})=>e(u(_o,{}),t),close:t}})(),d=i((()=>c.open()),[]);return p("div",{className:w("flex items-center gap-lg",e),children:[u(ko,{flat:!0,href:"#",text:r?.name,onClick:d}),l?u(ko,{flat:!0,href:l,text:"Офисы и банкоматы"}):null,u(Oo,{image:{icon:"LoupeIcon",iconVersion:a},ariaLabel:"Поиск",onClick:o})]})})),Fo=x((({className:e="",items:t,activeItem:l})=>{const a=q(),[r,s]=n(!1),o=i((()=>s((e=>!e))),[]),c=Oe(i((()=>s(!1)),[]));return p("div",{className:w(r?"bg-white rounded-md shadow-blue-gray":"",e),ref:c,children:[u("button",{className:"group/btn flex justify-between items-center h-6","aria-label":""+(r?"Скрыть другие разделы":"Показать другие разделы"),onClick:o,children:Array(3).fill(null).map(((e,t)=>u("div",{className:"w-[3px] h-[3px] rounded mr-2xs bg-primary-text group-hover/btn:bg-primary-hover group-data-transparent:bg-white"},String(t))))}),u("div",{className:w("absolute flex flex-col rounded-md bg-white p-xl pb-xs",r?"":"hidden"),"aria-hidden":!r,children:t?.map(((e,t)=>{const{text:n,...i}=e;return u("a",{className:w("text-l font-light pb-m hover:text-primary-main",e===l?"text-primary-main":""),...a(i),children:n},e.href||String(t))}))})]})})),Uo=e=>globalThis[e];function Ho(e,t){const[l,r]=n(),s=i((()=>r(Uo(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(!Uo(e))return l.addEventListener("load",s),()=>{l.removeEventListener("load",s)};s()}),[e,t]),l}const Wo={personal:"//chat.mes.rshb.ru/assets/js/webchat_rshb",business:""},Xo=x((e=>{const[t,{setTrue:l}]=Ve();return t?u(Ko,{...e}):Yo({...e,onClick:l})})),Ko=x((({chat:e="personal",...t})=>((e=>{a((()=>globalThis.localStorage?.setItem("webchat-keep-open",String(Date.now()))),[]),Ho("chatbot",Wo[e])})(e),Yo(t)))),Yo=({className:e,iconVersion:t,onClick:l})=>u(Oo,{className:w("text-page__btn-chat",e),image:{icon:"HeadphonesIcon",iconVersion:t},ariaLabel:"Чат",onClick:l,buttonSize:"large",isGrayBg:!0}),Go=x((({className:e="",active:t,dataItemName:l,children:n,...a})=>{const i=q(),{href:r,target:s,text:o,onClick:c}=i(a);return p("a",{className:w("relative inline-block bg-transparent text-center no-underline",e),href:r,target:s,"data-item-name":l,onClick:c,children:[u("span",{className:qo(t),children:o||n}),t?u("div",{className:"absolute left-0 right-0 -bottom-3 h-0.5 bg-primary-main group-data-transparent:bg-transparent"}):null]})})),qo=(e=!1)=>w("font-sans text-l font-light",e?"text-primary-main":"text-primary-text hover:text-primary-main","group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),Jo=x((({observerOptions:e,onVisibilityChange:t,children:l,className:n,...a})=>{const r=y(i((e=>{if(!e.length||!t)return;const l=e[e.length-1];t(l.isIntersecting)}),[t]),e);return u("span",{ref:r,className:n,children:u(Go,{...a,children:l})})})),Zo={default:"px-lg bg-main-divider rounded hover:text-primary-main",transparent:"text-white hover:text-primary-hover"},Qo=x((({version:e,internetBankUrl:t})=>t?u(se,{href:t,ariaLabel:"Интернет-банк",target:"_blank",className:w("py-s ml-s text-l font-light whitespace-nowrap hover:text-primary-main",Zo["transparent"===e?"transparent":"default"]),children:"Интернет-банк"}):null)),ec=["all","header"],tc=x((({subItems:e=[],version:t,internetBankUrl:l})=>{const a="transparent"===t?"white":"black",i=G(),o=r((()=>e.filter((e=>!e.displayArea||ec.includes(e.displayArea.toLowerCase())))),[e]),c=(e=>(t=[])=>{const l=t?.filter(wo(e));return l?.length?cn((e=>e.href?.length||0))(l):void 0})(i)(e),[m,h]=n(o.length),x=o.slice(m),g=s(null),f={rootRef:g},b=r((()=>o.map(((e,t)=>e=>{h(e?lc(t):nc(t))}))),[o]);return p("nav",{className:"relative mt-s flex items-center justify-between",children:[u("div",{ref:g,className:"overflow-hidden whitespace-nowrap pb-s mt-xs space-x-3xl",children:o.map(((e,t)=>u(Jo,{className:m-1<t?"invisible":"",active:e===c,observerOptions:f,onVisibilityChange:b[t],...e},String(t))))}),x.length?u(Fo,{className:"relative w-auto z-40",items:x,activeItem:c}):null,p("div",{className:"flex",children:[d.CHAT_BOT?u(Xo,{className:"ml-4xl",iconVersion:a,chat:d.CHAT_BOT}):null,u(Qo,{version:t,internetBankUrl:l})]})]})})),lc=e=>t=>Math.max(t,e+1),nc=e=>t=>Math.min(t,e),ac={"bg-white":"primary",transparent:"transparent"},ic=x((({className:e,bgColor:t="bg-white",version:l=ac[t],...n})=>{const{topItems:a,logo:i,officesLink:r,defaultLocation:s}=zs(n.options?.page?.fallback),[,o]=Co(a),{internetBankUrl:c}=Vt(d.PORTAL_DATA||"portal-data",{folderName:"portal-resources",setBasePath:!0});return u(k,{tag:"header",className:w("pt-3xl px-20",o?.items?.length?"pb-m":"pb-lg",e),defaultPadding:"",version:l,...n,children:p("div",{className:"container",children:[p("div",{className:"flex items-center",children:[u($s,{className:"mr-3xl",bgColor:t,logo:i}),a?.map(((e,t)=>u(ko,{active:e===o,...e},String(t)))),u(Eo,{version:l,className:"ml-auto",officesLink:r,defaultLocation:s})]}),u("div",{className:w("mt-xl h-px bg-main-divider","transparent"===l?"opacity-30":"")}),o?.items?.length?u(tc,{subItems:o.items,version:l,internetBankUrl:c}):null]})})})),rc={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},sc=x((({className:e="",gap:t="XS",isPadding:l=!1,version:n="transparent",isTheme:a=!1,isCardBorder:i,...r})=>u(k,{className:w("relative","grid grid-cols-12",rc[t],e),defaultPadding:l?"p-6xl":"",version:n,isTheme:a,...r,children:ya({...r,extraProps:{className:i?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":""}})})));sc.childrenTypes={exclude:["HorizontalLayout"]};const oc=x((e=>{const{className:t,image:l,...n}=e;return u(k,{className:t,defaultPadding:"p-0",...n,children:u($t,{image:l})})})),cc=x((({className:e="",cards:t=[],button:l})=>{const[a,r]=n(0),s=i((e=>r(e)),[]),o=t.length,[c,d]=Pl({itemCount:o,visibleItemCount:2}),{canDec:m,canInc:h}=d,x=t[c]?.href;return p("section",{role:"listitem",className:`min-w-full text-center ${e}`,children:[p("div",{className:"relative overflow-hidden",children:[o?dc({activeIndex:c,cards:t,selectedCardIndex:a,onClick:s}):null,Al({...d,btnClass:["left-12","right-12"],className:"top-16"}),m?u("div",{className:"absolute top-0 left-0 h-full w-32 bg-opacity-from-white"}):null,h?u("div",{className:"absolute top-0 right-0 h-full w-32 bg-opacity-to-white"}):null]}),u(se,{className:"w-60 text-center",version:"primary",...l,href:x})]})}));function dc({activeIndex:e,cards:t,selectedCardIndex:l,onClick:n}){const a=460*e,i=t.length>2?"justify-start":"justify-center";return u("div",{style:{transform:`translateX(-${a}px)`},className:"duration-1000 px-6xl",children:u("div",{className:`w-full flex flex-nowrap gap-s pb-6xl ${i}`,children:t.map(((e,t)=>function({slide:e,i:t,isActive:l,onClick:n}){return p("button",{type:"button",onClick:n,className:"p-3xl min-w-fit flex items-center gap-2xl bg-white border-solid border relative "+(l?"shadow-dark-blue border-primary-main":"ease-in duration-300 border-gray"),children:[e?.icon?u($t,{className:"p-lg rounded-full bg-secondary-light",image:e.icon,width:"108",height:"108"}):null,p("div",{className:"flex gap-s",children:[e?.sum?mc("страховая сумма",e.sum):null,e?.fee?mc("страховой взнос",e.fee):null]}),hc(l)]},String(t))}({slide:e,i:t,isActive:Boolean(t===l),onClick:()=>n(t)})))})})}function mc(e,t){return p("div",{className:"flex flex-col text-left whitespace-pre",children:[p("span",{className:"text-h6",children:[pt(2)(t)," ₽"]}),u("span",{className:"text-secondary-text text-l mt-2xs",children:e})]})}function hc(e){return e?u($t,{className:"h-6 w-6 min-w-6 min-h-6 absolute right-4 top-4",image:{icon:"DoneIcon"},width:"24",height:"24"}):null}const uc=x((({className:e="",title:t,insuranceTabs:l=[],button:a,...r})=>{const[s,o]=n(0),c=i((e=>o(e)),[]);return p(k,{className:w("box-border overflow-hidden relative px-0 space-y-2xl",e),defaultPadding:"p-6xl",...r,children:[t?u(I,{className:"text-center",title:t,headingType:"h3"}):null,l?.length>1?u("div",{className:"p-xs bg-secondary-light w-fit mx-auto rounded-md",children:l.map(((e,t)=>function({title:e,i:t,isActive:l,onClick:n}){return u("button",{type:"button",onClick:n,"aria-label":e,className:"box-border px-m py-s text-m font-light "+(l?"bg-primary-main text-white rounded-md":"text-secondary-text"),children:e},String(t))}({title:e?.title,i:t,isActive:Boolean(t===s),onClick:()=>c(t)})))}):null,u("div",{className:"flex",style:{transform:`translateX(-${s}00%)`},role:"list",children:pc({insuranceTabs:l,button:a})})]})})),pc=({insuranceTabs:e,button:t})=>{const l=e?.map((e=>e.cards));return l?.length?l.map(((e,l)=>u(cc,{button:t,cards:e},String(l)))):null};const xc=e=>t=>t.reduce(((t,l,n)=>t.length?t.concat({...e,key:`sep-${n}`},l):[l]),[]),gc={yellow:"bg-yellow",green:"bg-green","green-light":"bg-green-light","green-dark":"bg-green-dark"},fc={XS:"h-10",S:"h-16",M:"h-24",L:"h-32",XL:"h-52"},bc=x((e=>{const{className:t="",items:l,isDotted:n,investmentZeroColumn:a,investmentColumns:i,...r}=e,s=i?[...i]:[];return a&&s.unshift(a),u(k,{className:t,defaultPadding:"p-4xl",...r,children:p("div",{className:"container text-m font-light space-y-4xl",children:[s?.length?p("div",{children:[p("div",{className:"flex items-end relative pl-3xl pr-lg text-white",children:[xc(u("div",{className:"w-px h-4 bg-gray"}))(s.map(yc)),u("div",{className:"absolute right-3xl w-px h-4 bg-gray"})]}),u("div",{className:"border-t border-gray -mt-xs mx-3xl"}),u("div",{className:"flex justify-between text-primary-text mt-s -mx-5xl",children:s.map(wc)})]}):null,l?.length?u(ti,{className:"max-w-[657px]",items:l,isDotted:n,listItemSize:"M"}):null]})})})),yc=(e,t,l)=>{const n=1===t,a=t===l.length-1;return u("div",{className:`${vc(n,a,e.cells)}`,children:e.cells?.length?u("div",{className:"w-full "+(a?"border-4 border-green-more-dark p-2xs min-w-72":""),children:e.cells.reverse().map(Nc)}):null},`column_${t}`)},vc=(e,t,l=[])=>[l.length?"flex-1":"flex-0",!l.length||e||t?"":"pl-s",l.length&&!t?"pr-s pb-3xl":"pb-xl"].join(" "),Nc=(e,t)=>{const l=e.cellSize||"XS",n=e.cellColor||"green";return e.text?u("div",{className:`flex-1 flex items-center justify-center relative py-xs ${fc[l]} ${gc[n]} ${"XS"===l?"px-s":"px-5xl"}`,children:u("div",{className:"text-center",children:e.text})},`cell_${t}`):null},wc=(e,t)=>u("div",{className:"flex-1 max-w-[180px] text-center px-xs last:pr-3xl",children:e.title},`title_${t}`),Cc=["байт","Кб","Мб","Гб","Тб","Пб"],kc=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(me,{size:"text-l",font:"font-light",children:[t,u(me,{color:"text-secondary-text",children:n?.href&&Sc(Ic(n.href),l)})]}):null]}))),Sc=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),Ic=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},Tc={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},Bc=x((({className:e="",title:t,description:l,align:n="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const o=G();return p(k,{className:w("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[u(xl,{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",Tc[r]),role:"list",children:a.map(Mc(o,r,i))}):null]})})),Mc=(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))} ${Cc[l]}`})(t?.attachment?.fileSize||0):t?.fileSize;return u("div",{role:"listitem",children:u(kc,{text:t?.text,target:t?.target,href:a,fileSize:i,icon:l?u($t,{className:"min-w-6 min-h-6",image:l,width:"24",height:"24"}):null})},String(n))},Pc=(e,t)=>e?.length?u(ti,{items:e,listItemSize:t,className:"text-l font-light"}):u("span",{className:"text-m font-light text-secondary-text",children:"Наведите камеру телефона на QR-код и скачайте приложение"}),Rc=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($t,{className:"hidden lg:block",image:r}):null;return u(k,{className:w("min-h-80",e),padding:"p-0",version:m,...h,children:p(Da,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:d?u(I,{headingType:i,title:d,className:w("whitespace-pre-wrap",l)}):null,rightImage:g,buttons:cl(n,{className:"flex-wrap"}),children:[a?u(me,{size:"text-xl","font-weight":"font-light",children:a}):null,p("div",{className:w("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[Pc(s,o),c?.src?u("div",{className:w("flex justify-center bg-white rounded-md @xl:-order-1",x),children:u($t,{className:"w-fit",image:c})}):null,r?.src?u($t,{className:"lg:hidden",image:r}):null]})]})})})),Vc={primary:"bg-white/30",secondary:"bg-main-divider"},zc={primary:"text-white",secondary:"text-secondary-text"},Ac=x((({count:e,version:t="secondary"})=>u("div",{className:w("w-6 h-6 rounded-full flex items-center justify-center",Vc[t]),children:u(me,{size:"text-xs",color:zc[t],children:e})}))),Dc=(e=[],t={})=>e.filter((({content:e={}})=>fr(t,e))).length,_c=(e,t)=>e===t;const jc=(Lc=function(...e){return(t,l)=>e.some((e=>e(t,l)))}(_c,((e=_c)=>(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])=>Lc(l,t[e])))));var Lc;const $c=[],Oc={},Ec={default:"px-xs",underlined:"px-m",rounded:"px-lg rounded-md"},Fc={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",rounded:"text-white"},Uc={default:"bg-white",underlined:"bg-white",rounded:"bg-transparent"},Hc={default:"sm:bg-primary-main",underlined:"bg-white",rounded:"bg-primary-main"},Wc=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",Ec[n],l?Hc[n]:Uc[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?Fc[n]:"text-secondary-text hover:text-primary-main"),children:[u(me,{size:"text-m",children:r}),s?u("div",{className:"ml-xs",children:s}):null]})})})),Xc=x((e=>u(e?.item?.href?Kc:Yc,{...e}))),Kc=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(Wc,{...e,tag:"a",item:a,onClick:n})})),Yc=x((({item:e={},onClick:t,...l})=>{const n=i((()=>{t&&t(e)}),[t,e]);return u(Wc,{item:e,onClick:n,...l})})),Gc=(e,t,l)=>(n,a)=>u(Xc,{isActive:n===e,onClick:t,type:l,item:n},String(a)),qc=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(Gc(n,a,t))}))),Jc={categories:[],extraOptions:[],propertyType:[],stage:[]},Zc=x((({className:e,hotFilters:t,filtrationSchema:l={},resetButton:n,...a})=>{const[s,{field:o,reset:c,update:d}]=B(Jc),m=yr(a.block?.blocks,s)(),h=i(((e=Jc)=>d(e)),[]),x=(({hotFilters:e=$c,filtrationState:t=Oc,blocks:l=$c,onFiltrationStateChange:n})=>{const a=r((()=>Math.max(0,e.findIndex((e=>jc(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,appendRight:u(Ac,{version:t===e[a]?"primary":"secondary",count:Dc(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(k,{className:w("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[u(qc,{...x}),Nr({field:o,reset:c,filtrationSchema:l,resetButton:n}),u(xr,{blocksToRender:m,...a})]})}));Zc.childrenTypes=["ProductTile"],Zc.childSchema=e=>e?.filtrationSchema||{};const Qc=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),ed=x((({children:e})=>Qc?e:null));function td(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 ld={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"},nd=e=>u("a",{className:`select-none cursor-pointer px-4xl h-12 bg-primary-main text-white ${Object.values(ld).join(" ")}`,href:`https://yandex.ru/maps/?ll=${[e[1],e[0]]}&z=10&l=map`,target:"_blank",children:"Открыть на карте"}),ad={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"},id=(e,t,l)=>u("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(ad).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"})}),rd={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"},sd=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(rd).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:u(Ae,{name:l,width:"20",height:"16"})})})),od={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"},cd=[55.753995,37.614069],dd=x((({points:e,className:t="",zoom:l=5})=>{const i=s(null),r=Ho("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${d.YANDEX_MAP_API_KEY||""}&lang=ru_RU`),[o,c]=n(),m=e?md(e):cd;if(a((()=>{i?.current||r?.ready((()=>{i.current||(i.current=new r.Map("map",{center:m,zoom:l,controls:[],suppressMapOpenBlock:!0}),td(r,i.current,e))})),i.current&&r&&(td(r,i.current,e),e?.length||i.current.setCenter(cd))}),[r,i,e,m,l]),!r)return null;const h=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",h),children:nd(m)}),u("div",{className:w(Object.values(od),h,"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",h),children:[u(sd,{yandexMaps:i}),u(sd,{yandexMaps:i,direction:"out"})]}),id(i.current,r,w("right-2 top-80",h))]})})),md=e=>[ud(hd(e,0)),ud(hd(e,1))],hd=(e,t)=>e.map((e=>e[t])),ud=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,pd={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных"},xd=(e,{field:t,reset:l})=>p("div",{className:"pb-2xl",children:[e?.length?u("div",{className:"flex flex-wrap gap-3xl pb-2xl",children:e.map((e=>u(en,{text:pd[e],...t(e)},e)))}):null,u(se,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:l,text:"Очистить фильтр",appendRight:u(Ae,{name:"CloseIcon",width:"16",height:"16"})})]}),gd=()=>null,fd=()=>[],bd=x((({className:e,data:t=[],renderCard:l=gd,filterItems:n=fd,initFilterState:a={},descriptionData:i,title:r})=>{const[s,{field:o,reset:c}]=B(a),d=n(t,s),m=d.map((e=>[e.gpsLatitude,e.gpsLongitude].filter(Boolean))).filter((e=>e&&2===e.length)),h=d.length;return p("div",{className:w("space-y-1",e),children:[p("div",{className:"bg-white",children:[p("div",{className:"pt-6xl px-6xl",children:[p("div",{className:"flex gap-xs pb-2xl",children:[u(I,{headingType:"h2",children:r}),h?u(me,{size:"text-h2",color:"text-secondary-text",children:`(${h})`}):null]}),i?yd(i):null,xd(Object.keys(a),{field:o,reset:c})]}),u("div",{className:"h-[600px]",children:u(ed,{children:u(dd,{points:m,className:"h-full"})})})]}),d.map(l)]})})),yd=({description:e,list:t})=>e||t?.length?p("div",{className:"p-xl mb-2xl border border-gray rounded-md",children:[e?u(de,{size:"text-l",font:"font-light",children:e}):null,t?.length?u("div",{className:"flex gap-2xl flex-wrap pt-xs",children:t.map(((e,t)=>p("div",{className:"flex gap-xs items-center",children:[e?.image?u($t,{image:e.image}):null,e?.text?u(me,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,vd={yellow:{border:"border-yellow-light",text:"text-yellow"},green:{border:"border-green-light",text:"text-green-dark"},gray:{border:"border-gray",text:"text-secondary-text"},red:{border:"border-error",text:"text-error"}},Nd=x((({className:e,children:t,color:l="gray"})=>u("div",{className:w("p-s border border-gray rounded-md flex items-center",vd[l].border,e),children:u(me,{size:"text-m",color:vd[l].text,children:t})}))),wd=x((({className:e,label:t,value:l,subText:n,subColor:a})=>{const i=l?.split(",")??[];return i.length||n?p("div",{className:w("flex gap-2xs flex-col h-full max-w-[300px]",e),children:[t?u(me,{color:"text-secondary-text",font:"font-light",size:"text-m",children:t}):null,i.filter(Boolean).map(((e,t)=>u(me,{size:"text-l",children:e.trim()},String(t)))),n?u(me,{color:a,size:"text-m",children:n}):null]}):null})),Cd=x((({className:e,children:t})=>u("div",{className:w("flex border-t border-solid border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),kd=({location:e,address:t,billAcceptorType:l,terminalType:n,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},o)=>{const c=[{label:"Устройство",value:Id(n)},{label:"Модуль приема наличных",value:a?"Да":"Нет"},{label:"Прием наличных пачкой",value:"банкомат принимает пачками"===l?"Да":"Нет"},{label:"Доступность",value:["внешняя установка","территория банка"].includes(r)?"Общедоступный":""},{label:"Регистрационный номер",value:i}];return p("div",{className:"bg-white col-span-12 p-3xl border-green border",children:[p("div",{className:"flex justify-between",children:[u(me,{size:"text-h4",children:Id(e)}),u(Nd,{color:"green",children:Id(s)})]}),t?p("div",{className:"flex pb-xl pt-xs gap-2xs",children:[u(Ae,{name:"GeolocationIcon",width:"24",height:"24"}),u(me,{size:"text-l",children:t})]}):null,u(Cd,{className:"flex-wrap",children:c?.map(Sd)})]},String(o))},Sd=(e,t)=>u(wd,{...e},String(t)),Id=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",Td=[];const Bd=async e=>await _(e,{method:"GET"})||Td,Md={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1},Pd={terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable)},Rd=x((({data:e,className:t})=>{const[l]=Bo(),n=function(e){const{data:t=Td}=A(`/api/v1/atms?regionCode=${e}`,Bd);return t}(l?.code??"000");return u(bd,{className:t,filterItems:Vd,data:n,initFilterState:Md,renderCard:kd,title:`Банкоматы филиала ${l?.name}`,descriptionData:e})})),Vd=(e,t)=>{const l=Object.keys(t).filter((e=>t[e])),n=l.filter((e=>e.startsWith("terminalType"))),a=l.filter((e=>!n.includes(e)));return e.filter((e=>{const t=a.every((t=>Pd[t](e))),l=!n.length||n.some((t=>Pd[t](e)));return t&&l}))},zd=[["Понедельник","workingMonday"],["Вторник","workingTuesday"],["Среда","workingWednesday"],["Четверг","workingThursday"],["Пятница","workingFriday"],["Суббота","workingSaturday"],["Воскресенье","workingSunday"]],Ad=(new Date).getDay(),Dd=({name:e,address:t,phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:o,exchangeRate:c},d)=>{const m=o?_d(o):null,[h]=m?.slice(Ad-1)??[];return p("div",{className:"bg-white col-span-12 p-3xl border-green border",children:[p("div",{className:"flex justify-between",children:[u(me,{size:"text-h4",children:e}),Ld(h)]}),t?p("div",{className:"flex pb-xl pt-xs gap-2xs",children:[u(Ae,{name:"GeolocationIcon",width:"24",height:"24"}),u(me,{size:"text-l",children:t})]}):null,p(Cd,{className:"flex-wrap",children:[u(wd,{label:"Факс",value:n}),u(wd,{label:"Телефон филиала",value:l}),u(wd,{label:"Для обращений юридических лиц",value:a}),u(wd,{label:"Обслуживание физических лиц",value:i}),u(wd,{label:"Для консультаций по валютному контролю",value:s}),u(wd,{label:"Контакт-центр",value:r})]}),m?.length?u(Cd,{children:m?.map($d)}):null,c?.currencies?.length?u(Cd,{className:"flex-wrap",children:c?.currencies?.map(jd)}):null]},String(d))},_d=e=>zd.map((([t,l])=>{const n=["workingSaturday","workingSunday"].includes(l);return{title:t,status:Boolean(e?.[l]),workTime:n?e?.workTimeSaturday:e?.workTime,lunchHour:n?e?.lunchHourSaturday:e?.lunchHour,get hasLunch(){return/\d+/.test(this.lunchHour??"")}}})),jd=({currency:e,buyExchangeRate:t,saleExchangeRate:l},n)=>p("div",{className:"flex gap-lg h-full",children:[e?.currency?u(wd,{label:"Валюта",value:e.currency}):null,t?u(wd,{label:"Купить",value:String(t)}):null,l?u(wd,{label:"Продать",value:String(l)}):null]},String(n)),Ld=e=>{if(!e)return null;const{lunchHour:t,status:l,workTime:n,hasLunch:a}=e;return l?p("div",{className:"flex gap-s",children:[n?u(Nd,{color:"green",children:n}):null,t&&a?u(Nd,{color:"yellow",children:t}):null]}):u(Nd,{color:"red",children:"Выходной"})},$d=({title:e,status:t,workTime:l,lunchHour:n,hasLunch:a},i)=>u(wd,{label:e,value:t&&l?l:"",subText:t?n:"Выходной",subColor:!t||a?"text-error":"text-green-dark"},String(i)),Od=[];const Ed=async e=>await _(e,{method:"GET"})||Od,Fd={workingSaturday:!1},Ud={workingSaturday:e=>Boolean(e.workSchedule?.workingSaturday)},Hd=x((({className:e})=>{const[t]=Bo(),l=function(e){const{data:t=Od}=A(`/api/v1/branches?regionCode=${e}`,Ed);return t}(t?.code??"000");return u(bd,{className:e,filterItems:Wd,data:l,initFilterState:Fd,renderCard:Dd,title:`Офисы филиала ${t?.name}`})})),Wd=(e,t)=>{const l=Object.keys(t).filter((e=>t[e]));return e.filter((e=>l.every((t=>Ud[t](e)))))},Xd=x((({data:e,className:t,...l})=>{const n=e?.dataType??"offices";return u(k,{version:"transparent",className:w(t),defaultPadding:"p-0",...l,children:"offices"===n?u(Hd,{}):u(Rd,{data:e})})})),Kd=x((({text:e,size:t,align:l,font:n,children:a,...i})=>u(k,{defaultPadding:"p-0",...i,children:u(de,{size:t,align:l,font:n,children:e||a})}))),Yd=(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?Gd("Страховая сумма",e):null,Number(t)>0?Gd("Ежемесячный лимит",t):null]}):null,Gd=(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(me,{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:[pt(2)(t)," ₽"]})]}),qd=x((({className:e,padding:t,headlineVersion:l="M",align:n="text-center",sum:a,monthLimit:i,imageOptions:r,...s})=>u(k,{className:e,padding:"p-0",...s,children:u(Si,{className:"h-full",defaultPadding:"p-6xl",padding:t,headlineVersion:l,align:n,isFullWidthTitle:!0,imageOptions:{directionRight:!1,imageAlign:"center",...r},...s,children:Yd(Number(a),Number(i))})}))),Jd=x((({className:e,title:t,description:l="Блок в разработке...",...n})=>p(k,{className:w("box-border",e),...n,children:[u(xl,{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:Zd()})]}))),Zd=(e=3)=>em(100,e).map((e=>Math.floor(e))).map(Qd),Qd=(e,t)=>u("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-light"},String(t)),em=(e,t)=>[e].concat(t>0?em(e/1.618,t-1):[]);function tm(e,t){const l="primary"===e?"white":"black",n="Вернуться назад";return p("div",{className:"hidden sm:flex items-center gap-s",children:[u("div",{className:re({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",version:e,rounded:!0}),onClick:t,children:u($t,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:l}})}),u(se,{version:"link",text:n,ariaLabel:n,onClick:t})]})}const lm=x((({className:e,padding:t,backwardButton:l,...n})=>{const a=G(),r=i((e=>{e?.preventDefault(),a.back()}),[]);return p(k,{className:w("overflow-hidden flex flex-col gap-3xl box-border",e),defaultPadding:"p-6xl",padding:t,...n,children:[l?tm(n.version&&"primary"!==n.version?"white":"primary",r):null,u(Si,{className:"grow h-full",...n})]})})),nm=x((({className:e="",padding:t,slides:l=[],...a})=>{const[i,r]=n(0);return p(k,{className:w("box-border overflow-hidden",e),defaultPadding:"py-6xl",padding:t,...a,children:[u("div",{className:"flex duration-1000",style:{transform:`translateX(-${100*i}%)`},role:"list",children:l.map((({productBlock:e},t)=>u("div",{className:"box-border grow-0 shrink-0 basis-full",role:"listitem",children:u(Si,{className:"pl-6xl h-full",headlineVersion:"XXL",isFullWidthTitle:!1,...e,...a})},String(t))))}),u("div",{className:"h-28 px-xs mt-m -mb-m flex gap-xs box-border",children:l.map(am({activeSlideIndex:i,onClick:r}))})]})})),am=({activeSlideIndex:e,onClick:t})=>({nav:l},n)=>{const a=n===e,i=a?"min-w-[350px] bg-white shadow-dark-blue border-none p-6":"min-w-72 ease-in duration-300 bg-white/10 px-xl py-lg hover:py-xl backdrop-blur",r=a?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=a?"text-secondary-text text-l font-light":"text-secondary-text text-m font-light group-data-secondary:text-white/80";return p("button",{type:"button",onClick:()=>t(n),"aria-label":l?.title,className:w("relative px-xl box-border overflow-hidden text-left grow basis-0 border border-gray group-data-secondary:border-white/50",i),children:[u("div",{className:r,children:l?.title}),u("div",{className:s,children:l?.description})]},String(n))},im=x((({className:e,padding:t,headlineVersion:l="S",isTabularBenefits:n=!0,additionalDescription:a,imageOptions:i,isFullWidthTitle:r=!0,...s})=>u(k,{className:e,padding:"p-0",...s,children:u(Si,{className:"h-full",defaultPadding:"p-4xl sm:p-xl",padding:t,headlineVersion:l,isTabularBenefits:n,imageOptions:{isImageSecondary:!0,...i},isFullWidthTitle:r,...s,children:a?u(de,{size:"text-m",font:"font-light",color:"group-data-primary:text-secondary-text",children:a}):null})}))),rm=x((({className:e,title:t="Акции и спецпредложения",description:l,headlineVersion:n="S",date:a,buttons:i=[],...r})=>u(k,{className:w("box-border",e),...r,children:p(Da,{className:"h-full",title:t?u(xl,{title:t,headlineVersion:n,align:"text-left",isEmbedded:!0}):null,buttons:cl(i),children:[a?u("div",{className:"text-s mb-xs",children:sm(a)}):null,u("div",{className:"text-l",children:l})]})})));function sm(e){return new Date(e).toLocaleString("ru-RU",{day:"numeric",month:"long",year:"numeric"}).replace("г.","")}const om=x((({address:e,email:t,telephone:l,button:n,className:a="",__html:i,icon:r,title:s,version:o="primary",...c})=>p(k,{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:[cm(r),s?u(I,{headingType:"h3",as:"h3",title:s}):null]}),p("div",{className:"w-full space-y-m",children:[i?dm(i):null,mm({label:"Адрес",data:e,iconName:"GeolocationIcon"}),mm({label:"Телефон(факс)",data:l,iconName:"PhoneIcon"}),mm({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),n?.text?cl([n]):null]})]}))),cm=e=>u("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:e?.src||e?.icon?u($t,{image:e}):null}),dm=e=>u("div",{className:"border-b border-main-divider pb-lg",children:u(mi,{__html:e})}),mm=({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(me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),u(me,{size:"text-xl",color:n,children:t})]})]}):null,hm=x((e=>{const{__html:t,richVersion:l,...n}=e;return u(k,{defaultPadding:"p-0",...n,children:u(mi,{__html:t,richVersion:l})})})),um=x((({label:e,labelIconBgVersion:t,icon:l,onToggle:n,labelIcon:a})=>u(cr,{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:[null,e?u(me,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:l?u(Ae,{name:l,iconVersion:"color",width:"24",height:"24"}):null}))),pm=x((({className:e="",isExpanded:t,isFoldButtonOnTop:l=!0,label:n="Развернуть",labelIcon:a,labelIconBgVersion:i,version:r="primary",...s})=>u(k,{className:w("w-full","border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",...s,children:u(Di,{isFoldButtonOnTop:l,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>u(_i,{className:w("gap-lg","grid grid-cols-12 [&>*]:pb-m"),isUnfolded:e,children:ya({...s,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>xm({version:r,label:n,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t})})})));pm.childrenTypes={exclude:["RollupItem"]};const xm=({version:e,label:t,labelIcon:l,labelIconBgVersion:n,isUnfolded:a,onToggle:i})=>{const r=t||(a?"Скрыть":"Развернуть"),s=(e=>e?"MinusIcon":"PlusIcon")(a);return"primary"===e?u(um,{label:r,labelIcon:l,labelIconBgVersion:n,icon:s,onToggle:i}):u(dr,{label:r,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},gm=x((({className:e=""})=>{const[t,l]=n("option2"),a=i((e=>l(e)),[]);return p("div",{className:w("order-4",e),children:[u(Ot,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),u(Ot,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),fm=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(He,{options:s,label:r,placeholder:a||n,onChange:e=>i(e.key),value:o})})),bm=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(fm,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:l,label:"Регион"})}),u("div",{className:"flex-1 min-w-0",children:u(fm,{data:n,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),ym=["От 1 дня","До 365 дней"],vm=x((({days:e,setDays:t})=>p("div",{className:"order-1",children:[u(me,{size:"text-m",font:"font-light",children:"Срок аренды"}),u(yt,{min:1,max:365,value:e,items:ym,onChange:t})]}))),Nm=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(fm,{data:e,fieldLabel:"volume",selected:t,setSelected:l,label:"Размер",placeholder:"Выберите размер"})}),u("div",{className:"flex-1 min-w-0",children:u(fm,{data:n,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),wm=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(bm,{regions:e,selectedRegion:t,onSelectedRegion:e=>c({selectedRegion:e}),branches:l,selectedBranch:n,onSelectedBranch:Cm(c)}),u(vm,{days:a,setDays:e=>c({days:e})}),u(Nm,{caseVolumes:o,selectedCaseVolume:i,onSelectedCaseVolume:km(c),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>c({selectedBoxSize:e})}),u("div",{className:"order-4",children:u(me,{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(gm,{}),u(se,{text:"Офисы на карте",version:"primary",onClick:d,className:"order-6"})]})]}))),Cm=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},km=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},Sm=x((({days:e,tariffs:t=[]})=>{const l=Tm(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:[Im("Аренда за",e),Im("Цена",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($t,{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})]})]})})),Im=(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})]}),Tm=(e,t)=>{const l=Bm(e);return e*(t?.find((e=>e.tariffType===String(l)))?.tariffValue||0)},Bm=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},Mm=(e,t)=>e.find((e=>e.branchCode===t)),Pm=x((e=>{const{regions:t,data:l,branches:n,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[l.selectedRegion,i]);const s=Mm(n,l.selectedBranch),o=Rm(s?.safeBoxCaseVolumes),c=Vm(s?.safeBoxCaseVolumes,l.selectedCaseVolume)?.safeBoxCases,d=zm(c,l.selectedBoxSize);return p("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[u(wm,{...l,regions:t,onClick:r,branches:n,caseVolumes:o,safeBoxCases:c,onChange:i}),u(Sm,{days:l.days,tariffs:d})]})})),Rm=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],Vm=(e,t)=>e?.find((e=>e.volume===t)),zm=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,Am=[];const Dm=async e=>await _(e,{method:"GET"})||Am,_m=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=$(),h=jm(c.selectedRegion,m),x=function(e){const{data:t}=A(e?`/api/v1/safeboxes?regionCode=${e}`:null,Dm);return t||Am}(h),g=i((e=>d((t=>({...t,...e})))),[d]),f=(b=Mm(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(k,{className:l,defaultPadding:"",...a,children:[p("div",{className:"p-4xl space-y-xl",children:[e?u(I,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,u(Pm,{regions:m,branches:x,data:{...c,selectedRegion:h},onClick:o,onChange:g}),t?u(de,{size:"text-s",font:"font-light",children:t}):null]}),f.length&&r?u(dd,{points:f,className:"h-[640px]"}):null]})})),jm=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e,Lm=e=>Boolean(e?.icon||e?.src),$m=({styleMap:e,isMainButton:t,version:l})=>(n,a,i)=>{const{label:r,description:s,button:o,items:c,isDotted:d}=n;return p("div",{className:w("relative flex flex-col items-center text-center justify-between whitespace-pre-line overflow-hidden space-y-3xl",Om(i.length)),children:[p("div",{className:"text-center space-y-xs",children:[r?u("div",{children:u(me,{size:"text-h6",children:r})}):null,p("div",{className:"flex flex-col items-center gap-3xs",children:[s?u("div",{className:e.description,children:s}):null,u(ti,{className:e.description,items:c,listItemSize:"M",isDotted:d})]})]}),o?.text&&!t?u(se,{className:"box-border py-s w-full max-w-60 mt-auto",version:l,...o,children:o?.text}):null]},String(a))},Om=e=>e<5?"w-72":"w-52",Em={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"},Fm=x((({className:e="",showLines:t=!0,steps:l=[],buttons:n,size:a="normal",version:i="primary",stepVersion:r="gray",title:s,description:o,...c})=>{const d=l.length>3,m=Em,h=(e=>e?"":"opacity-0")(t),x=(e=>e<5?"px-24":"px-16")(l.length),g=Boolean(n?.every((e=>e?.text)));return p(k,{className:w("box-border flex flex-col items-center overflow-hidden gap-y-3xl",e),defaultPadding:"p-6xl",version:i,...c,children:[u(xl,{headlineVersion:"S",title:s,description:o,isEmbedded:!0,className:"w-full"}),l?.length?p("div",{className:"box-border space-y-lg",children:[u("div",{className:w("flex items-center",x),children:xc(u("div",{className:w("h-0.5 w-full bg-secondary-light flex-1",h)}))(l.map(Um(m,a,r)))}),u("div",{className:w("flex justify-between",d?"gap-x-s":"gap-x-20"),children:l.map((f={styleMap:m,isMainButton:g,version:i},(e,t,l)=>{const{type:n}=e;if("default"!==n&&"rte"!==n)return null;switch(n){case"default":return $m(f)(e,t,l);case"rte":return u("div",{className:w("text-center",Om(l.length)),children:u(mi,{__html:e.__html})},String(t));default:return null}}))})]}):null,cl(n)]});var f})),Um=(e,t,l)=>({icon:n},a)=>{const i="secondary"===l?"white":"color";return u(k,{defaultPadding:"",className:`${Hm(t)} flex justify-center items-center text-center rounded-full box-border z-10`,version:l,children:Lm(n)?u($t,{image:{...n,iconVersion:n.iconVersion||i},width:"48",height:"48"}):u("span",{className:w("text-h4","transparent"===l?e.iconText:Wm(l)),children:a+1})},String(a))},Hm=e=>"normal"===e?"h-24 w-24":"h-16 w-16",Wm=e=>"secondary"===e?"group-data-primary:text-white":"text-secondary-text",Xm=x((()=>u("div",{}))),Km=x((({className:e,version:t,gap:l=14,padding:n=16,showDots:a=false,minHeight:i,children:r,onVisibleIndicesChange:s,listType:o="horizontal-list"})=>{const c=Array.isArray(r)?r.length:0,[d,m]=ca({itemCount:c,onVisibleIndicesChange:s}),[h]=m.visibleIndicesRange;return p("div",{className:w(e,"vertical-list"===o?"relative h-full":""),children:[u(ta,{containerRef:d,activeIndex:h,visibleItemCount:1,gap:l,padding:n,onVisibleIndicesChange:m.handleVisibleIndicesChange,listType:o,minHeight:i,children:r}),a?u(ra,{containerRef:d,activeIndex:h,dotCount:c,listType:o,version:t}):null]})})),Ym=x((({listType:e,showDots:t,options:l,version:n,...a})=>u(k,{version:n,defaultPadding:"p-0",...a,children:u(Km,{listType:e,showDots:t,version:n,children:ya({...a,options:l})})})));Ym.childrenTypes={exclude:["SwipeListControlBlock"]};const Gm="hidden sm:flex absolute z-40 top-0",qm=x((({className:e,items:t=[],value:l,onChange:n,tabsType:a})=>{const[i,r]=ca({itemCount:t?.length||0});return p("div",{className:w("relative overflow-x-auto no-scrollbar",e),role:"tablist",children:[u(ta,{containerRef:i,snapAlign:"snap-start",onVisibleIndicesChange:r.handleVisibleIndicesChange,children:t.map(Gc(l,n,a))}),r.canScrollLeft?u(Vl,{className:w("left-6",Gm),onClick:r.scrollLeft}):null,r.canScrollRight?u(zl,{className:w("right-6",Gm),onClick:r.scrollRight}):null]})})),Jm=({tabsMode:e,...t})=>{switch(e){case"wideScreen":return u(qc,{...t});case"centered":return u("div",{className:"flex",children:u(qc,{className:"m-auto p-xs rounded-md bg-main-gray",tabsType:"rounded",...t})});case"scrollable":return u("div",{className:"flex",children:u(qm,{className:"m-auto",tabsType:"underlined",...t})});default:return null}},Zm=x((({className:e="",isSticky:t,tabs:l=[],tabsMode:s,...o})=>{const c=r((()=>l.map(eh)),[l]),[d,m]=n(0);a((()=>{l&&l[0]&&Qm(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),Qm(l[t])}),[l,c]);return u(k,{className:w(t?"sticky top-1 z-20":"",e),defaultPadding:"p-0",...o,children:Jm({items:c,value:c[d],tabsMode:s,onChange:h})})})),Qm=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})},eh=e=>"group"===e?.type?{text:e.title}:e,th=x((({className:e="",isOpen:t,onClick:l})=>u(se,{className:e,appendRight:u($t,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"20",height:"20"}),text:t?"Скрыть":"Показать",version:"gray",onClick:l}))),lh={Buttons:({buttons:e})=>cl(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?u($t,{image:e}):null,List:({isDotted:e,...t})=>u(ti,{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(me,{size:"text-s",color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,dataUrl:l,pdfUrl:n,isOpen:a})=>e?u(th,{isOpen:a,onClick:()=>{t({dataUrl:l,pdfUrl:n})}}):null},nh=({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:ah({cell:o,cellProps:{rowIdx:e,cellIdx:t,fieldIdx:c,displayTable:e=>{m(!1),s(t),l(e)},isVisible:d}})},String(c))},ah=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:l,...n}=e;if(!l||!(l in lh))return null;return u(lh[l],{...t,...n})},ih=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(nh({rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})):null}))),rh=(e,t)=>140*oi(e.slice(0,t).map((e=>e?.cols?.length??1))),sh=(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,oh=x((({rows:e})=>{const t=e?.[0]?.length??0,[l,n]=Pl({itemCount:t,visibleItemCount:5});return p("div",{children:[e?.map((a=l,(e,t)=>{if(!e?.length)return null;const[l,...n]=e,i=w("flex duration-1000 text-center",0!==t?"font-normal":"font-light");return p("div",{className:"flex border-main-divider border-b border-solid h-full",children:[l?.data?u("div",{className:"text-xl font-light w-56 min-w-56 py-lg",children:l.data}):null,u("div",{className:"flex flex-grow overflow-hidden",children:u("div",{className:i,style:{transform:`translateX(-${rh(n,a)}px)`},children:n?.map(((e,t)=>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?sh(e.cols,a):null]},`row${t}`)))})})]},String(t))})),Al({...n,btnClass:["left-3 top-20","right-3 top-20"],className:""})]});var a})),ch=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(me,{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(oh,{rows:t.rowsData})})})]},n)}))}))),dh=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(se,{className:"text-primary-main",href:t,version:"secondary",target:"_blank",appendLeft:u(Ae,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]})));async function mh(e){const t=await fetch(e);return await t.json()}const hh=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),mh);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(dh,{currencies:d,activeTabIndex:r,setActiveTabIndex:o,linkToPDF:t}),u(ch,{activeTabIndex:r,items:c}),u(th,{className:"mt-xl",onClick:l,isOpen:!0})]}:{className:"my-lg space-y-m text-h6 text-center",children:[u("p",{children:"Данных нет"}),u(th,{onClick:l,isOpen:!0})]})})),uh=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(hh,{...t,onClick:l})}):null]}))),ph=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(uh,{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($t,{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(Ki,{activeIndex:l,columnWidth:360,version:"tariff",children:t.map(((e,t)=>u(ih,{cells:e,rowIdx:a,cellIdx:t,setTableInner:c,tableInner:s,openTableInnerIdx:d,setOpenTableInnerIdx:h,...r},String(t))))}):null]})})),xh=x((({children:e,controls:t})=>{const{isScrollAvailable:l}=t;return p("div",{role:"table",children:[p("div",{className:"relative space-y-xs",children:[e,Al({...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]})})),gh=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]=Pl({itemCount:c,visibleItemCount:2}),h=(o||[]).map(((e,t)=>u(ph,{row:e,activeIndex:d,rowIdx:t,...r},String(t)))),[x,g]=i>0?[h.slice(0,-i),h.slice(-i)]:[h,[]];return p(k,{className:w("overflow-hidden relative space-y-0 @4xl:space-y-xl",e),defaultPadding:"p-6xl",...r,children:[u(xl,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),u("div",{className:"space-y-m",children:i>0?u(Di,{renderFoldableSection:({isUnfolded:e})=>p(xh,{controls:m,children:[x,u(_i,{isUnfolded:e,children:g})]}),renderFoldButton:mr}):u(xh,{controls:m,children:h})})]})})),fh=x((({className:e="",title:t,description:l,iconVersion:n,image:a,__html:i,items:r=[],...s})=>p(k,{className:w("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...s,children:["small"===n?bh():null,"big"===n?yh(a):null,p("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?u(me,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,l?vh(l):null,r?.length?Nh(r,!0):null,i?u(mi,{__html:i}):null]})]}))),bh=()=>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"}),yh=e=>e?.src?u($t,{className:"h-fit flex-shrink-0",image:e}):null,vh=e=>u(de,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),Nh=(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(me,{size:"text-s",font:"font-light",children:e})},`listItem-${t}`)))}),wh=x((({className:e,padding:t,headlineVersion:l="S",listItemSize:n="M",...a})=>u(k,{className:e,padding:"p-0",...a,children:u(Si,{className:"h-full",defaultPadding:"p-xl",padding:t,headlineVersion:l,listItemSize:n,isFullWidthTitle:!1,...a})}))),Ch=x((({className:e="",gap:t="",isPadding:l=!1,isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,...r})=>u(k,{className:w("relative flex flex-col",rc[t],e),defaultPadding:l?"p-6xl":"",version:a,isTheme:i,...r,children:ya({...r,extraProps:{className:"w-full",padding:n?"":"p-0"}})})));Ch.childrenTypes=[];const kh=e=>(e=>{const t="col-span-",l=e?.split(/\s+/).find((e=>e.startsWith(t)));return l?parseInt(l.substring(t.length),10):12})(e)<10?"py-xl px-6xl":"py-6xl px-32",Sh=x((({className:e,title:t,url:l,previewImg:n,...a})=>{const i=G();return p(k,{className:e,defaultPadding:kh(e),...a,children:[u(xl,{title:t,headlineVersion:"M"}),l?u("video",{className:"m-auto w-full object-fill",preload:"metadata",poster:X(i)(n?.src),style:{maxHeight:524},controls:!0,children:u("source",{src:X(i)(l)})}):null]})})),Ih={ApplicationForm:Qt,BenefitsBlock:al,Bonus:gl,BonusBenefitsBlock:kl,BusinessBlock:Tl,ButtonsBlock:Ml,Calculator:Hn,CardTransfer:Jn,Carousel:Ta,CarouselBankHistoryCard:Ba,CarouselCard:za,CarouselCatalogCard:Ea,CarouselInvestmentCard:Ha,CarouselLinks:Ya,CarouselProductCard:li,CarouselProgramsCard:Mi,CarouselRecommendationCard:zi,CarouselRichTextCard:Ai,CarouselTariffsCard:Li,ComparisonTable:ar,ContactsBlock:rr,Depository:rs,DepositFiltration:Rr,ErrorBlock:os,ExchangeRateTile:Rs,Footer:fo,GracePeriod:bo,Header:ic,Headline:xl,HorizontalLayout:sc,ImgBlock:oc,InsuranceAmountBlock:uc,InvestmentInfo:bc,LinkDocs:Bc,MobileAppTile:Rc,MortgageFiltration:Zc,OfficesAtmsMap:Xd,ParagraphBlock:Kd,PictureText:qd,Placeholder:Jd,ProductBlock:lm,ProductGallery:nm,ProductTile:im,PromoTile:rm,RepresentativeOfficeInfo:om,RichTextBlock:hm,RollupItem:pm,SafeDepositRental:_m,StepsBlock:Fm,SwipeListControlBlock:Ym,StickyBottomMenu:Xm,Tabs:Zm,TariffsTable:gh,TextBlock:fh,Tile:wh,VerticalLayout:Ch,Video:Sh};const Th=["Header","Footer"],Bh=([,{target:e}])=>Math.abs(e.getBoundingClientRect().top);function Mh(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])=>!Th.includes(e.type||""))).filter((([,{intersectionRatio:e}])=>e>.01)),[l]=t.length>0?hn(Bh)(t):[];return l}([...t.current||[]]):void 0)}),100);return e.addEventListener("scroll",l),()=>{l.dispose(),e.removeEventListener("scroll",l)}}),[e])}const Ph="cookie",Rh=x((({termLink:e,personalDataPolicyLink:t})=>{const[l,{setTrue:n,setFalse:a}]=Ve();Es((()=>{globalThis.localStorage?.getItem(Ph)||n()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(Ph,"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-main-black",children:[u("div",{className:"sm:flex-1",children:p(de,{size:"text-s",font:"font-light",color:"text-primary-text",children:["АО «Россельхозбанк» использует",u(qa,{isRemote:!0,className:Vh(e?.href),...e,children:"cookie"}),"(файлы с данными о прошлых посещениях сайта) для персонализации сервисов и удобства пользователей. Вы можете запретить сохранение cookie в настройках своего браузера.",u(qa,{isRemote:!0,className:Vh(t?.href),...t,children:"Обработка Ваших персональных данных"}),"производится в соответствии с требованиями Федерального закона от 27.07.2006 № 152-Ф3 «О персональных данных»."]})}),u("div",{className:"ml-s sm:ml-0 w-24 flex justify-end",children:u(Os,{className:"bg-main-gray rounded-md",onClose:r})})]})}):null})),Vh=e=>w("inline mx-2xs",e?"text-green-dark":"");function zh(e){throw new Error(e)}const Ah=({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:zh(e)}}))),[c,d]),l},Dh=x((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),l=Ah({onCloseAll:e,onClose:t}),{close:n}=O(),r=i((({key:e})=>{"Escape"===e&&n()}),[]);return $e(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})),_h=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:zh(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&l()}),[l]);return $e(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})),jh=h();const Lh=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:$h()}))),$h=()=>{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"})]})},Oh=x((({className:e=""})=>{const t=function(e){const[t,l]=n(0);return a((()=>{(async()=>{const[t]=await jh.getLikeCount(e);l(t?.value||0)})()}),[e]),{likeCount:t,like:i((async()=>{l(await jh.like(e))}),[e]),dislike:i((async()=>{l(await jh.dislike(e))}),[e])}}(G().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(Lh,{onClick:Y(t.like),ariaLabel:"Поставить отметку «лайк»"}),u(Lh,{onClick:Y(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),u("span",{className:"select-none",children:t.likeCount})]})})),Eh=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 Mh(),p("div",{"data-theme":s,children:[p("section",{className:w("@container relative",a,e),children:[i?.header?u("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:ba(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:[ya({block:n,options:o,extraProps:{className:"scroll-mt-12"}}),ba(i?.footer,{...o,slotName:"footer"})]}),r?u("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:u(Oh,{className:"rounded-tl-3xl sticky bottom-0 pointer-events-auto"})}):null]}),u(Xm,{}),u(Dh,{}),u(_h,{}),u(Rh,{termLink:{href:"/pd-policy#cookie",target:"_blank"},personalDataPolicyLink:{href:"/pd-policy",target:"_blank"}})]})}));Eh.childrenTypes=[],Eh.slots=()=>["header","footer","StickyBottomMenu"];e.Blocks=Ih,e.ContentPage=Eh,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=xc,e.packageVersion="0.14.21",e.projectSettings=d,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=W,e.useRouter=G,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniBlocks={})}(this,(function(e){"use strict";let t;const l=e=>(...l)=>t[e](...l),n=l("useState"),a=l("useEffect"),i=l("useCallback"),r=l("useMemo"),s=l("useRef");const o=e=>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(" "),C={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","":""},k=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":"",C[t],x?"hidden":"",s||r,e),...f?{"data-ver":t}:{},...o?.anchor?{id:o.anchor,ref:p}:{},role:d,children:m})})),S={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},I=x((({className:e="",headingType:t="h3",as:l="h3",title:n,children:a})=>u(l,{className:w("font-sans m-0",S[t],e),children:n||a}))),T=e=>e,B=(e,t)=>{const[l,a]=n(e),[r,o]=n(!1),[c,d]=n({}),m=s({}),h=i(((e,t)=>{const{parse:n=T,format:i=T}=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}]},M=e=>t=>t&&Object.entries(e).flatMap((([e,l])=>l(t[e])))||[],P=e=>!e?.length,R=e=>t=>l=>e(l)?[]:[t],V=e=>null!=e,z=new Map;function A(e,t,{fallback:l,cache:i}={}){const s=r((()=>D(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(V))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(V(n))return n;const a=e(l);return V(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 D(e){return Array.isArray(e)?e:e instanceof Function?D(e()):[e]}async function _(e,t){try{return e?await j(e,t):null}catch(e){console.error(e)}return null}async function j(e,t){return(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json()}const L=[];function $(){const{data:e}=A("/api/v1/regions",j);return e||L}const O=()=>({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=e=>Boolean(e?.includes(":")),F=(e,t)=>Boolean(e&&!E(e)&&(!t||"_self"===t)),U=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),H=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/");var W=Object.freeze({__proto__:null,isURL:E,isLocalURL:F,isHash:e=>Boolean(e?.startsWith("#")),withoutQuery:U,joinPath:H});const X=e=>(t,l=d.BASE_PATH)=>{if(!t||E(t)||K(t,d.CDN))return t;const n=t.startsWith("/");return H(K(t,l)?"":l,n?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},K=(e,t)=>t&&e&&e.startsWith(t),Y=(e,t)=>Y._impl(e,t);function G(){return G._impl()}function q(e={}){const{isRemote:t,basePath:l}=e,n=G(),{closeAll:a}=O();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&&F(e,l)&&(a(),r?.preventDefault(),n.push(e))}}}Y._impl=e=>e,Y.setup=e=>{Y._impl=e},G._impl=()=>({href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),G.setup=e=>{G._impl=e};const J={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",Q={primary:Z,secondary:Z,white:Z,link:"",transparent:"",gray:Z,"":""},ee="text-center font-sans select-none",te={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","":""},le=x((e=>{const{text:t,aboveText:l,appendLeft:n,appendRight:a,version:i="primary"}=e;return p("div",{className:w(ne(e),"flex gap-xs"),children:[n?u("div",{className:te[i],children:n}):null,ae(e)?p("div",{className:"whitespace-pre",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:te[i],children:a}):null]})})),ne=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",ae(e)?a:"h-12 w-12 m-auto",n?"rounded-full":"")},ae=({text:e,aboveText:t,appendLeft:l})=>Boolean(e||t||!l),ie=({className:e,rounded:t,version:l})=>["inline-block",ee,l?Q[l]:"",t?"rounded-full":"rounded-md",e].join(" "),re=({className:e,rounded:t,version:l})=>[ee,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",l?J[l]:"",t?"rounded-full":"rounded-md",e].join(" "),se=x((({disabled:e,children:t,...l})=>{const n=q()(l),a=t??u(le,{...n});return u(e?ce:oe,{...n,children:a})})),oe=x((({className:e="",href:t,rel:l,target:n,ariaLabel:a,version:i,rounded:r,onClick:s,children:o})=>u("a",{className:re({className:e,version:i,rounded:r}),href:t,rel:l,target:n,"aria-label":a,role:t?"link":"button",onClick:s,children:o}))),ce=x((({className:e,ariaLabel:t,version:l,rounded:n,children:a})=>u("div",{role:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:ie({className:e,rounded:n,version:l}),children:a}))),de=x((({children:e,...t})=>u("p",{className:w("font-sans",Object.values(t)),children:e}))),me=x((({children:e,...t})=>u("span",{className:w("font-sans",Object.values(t)),children:e}))),he=x((({link:e})=>p(de,{size:"text-s",font:"font-light",color:"text-secondary-text",children:[u(me,{children:"Нажимая кнопку, вы подтверждаете согласие с "}),e?u(se,{href:e.href,ariaLabel:"условия передачи данных",target:e.target,className:"text-primary-main",children:u(me,{children:e.text})}):null]}))),ue=(e,t)=>{const{value:l,isDirty:n}=e,a=n?t(l):[];return{...e,errors:a,error:a[0]}},pe=x((({key:e,className:t="",inputClassName:l="",id:n,name:r,type:o="text",label:c,placeholder:d,value:m="",valid:h=!0,children:x,onChange:g,onFocus:f,onBlur:b,pattern:y,autoFocus:v=!1})=>{const N=s(null),C=i((e=>{g&&g(e.target?.value||"")}),[g]);a((()=>{v&&N.current?.focus()}),[v,N]);const k=x?"pr-3xl":"",S=h?"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:[c?u("div",{className:"mb-xs",children:u(me,{size:"text-m",font:"font-light",children:c})}):null,u("input",{ref:N,className:w("w-full border rounded-md text-primary-text outline-none p-m",k,S,l),id:n,name:r||n,placeholder:d,type:o,value:m,onInput:C,onFocus:f,onBlur:b,pattern:y},e)]}),x]})})),xe=x((({className:e,label:t,value:l="",error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(pe,{type:"text","aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i}),u("div",{className:"h-2",children:n?u(me,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),ge=e=>"_"===e,fe=e=>/\d/.test(e),be=e=>ge(e)||fe(e),ye=[..."+7 (___) ___-__-__"],ve=ye.findIndex(ge),Ne=ye.map(((e,t)=>be(e)?ye.slice(0,t).filter(be).length:-1));const we=x((({children:e,onChange:t,...l})=>{const n=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),l=ye.map(((e,l)=>fe(e)?e:t.charAt(Ne[l])||e)),n=Ne.indexOf(t.length-1)+1;return(n?l.slice(0,Math.max(ve,n)):l).join("")}(e))),[t]);return u(pe,{onChange:n,onFocus:e=>n(e?.target?.value||""),...l,children:e})})),Ce=x((({className:e,label:t,value:l,error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(we,{"aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),u("div",{className:"h-2",children:n?u(me,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),ke="Некорректно заполненное поле",Se=R((e=>null!=e&&""!==e))(ke),Ie=R((e=>"string"==typeof e&&e.length>1))(ke),Te=R((e=>"string"==typeof e&&(10===e.length||12===e.length)))(ke),Be=(Me=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,R((e=>"string"==typeof e&&Me.test(e))))(ke);var Me;const Pe=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(xe,{className:"shrink-0 w-full",label:"Наименование организации",...ue(e("fullName"),Se)}),u(xe,{className:"shrink-0 w-full",label:"Контактное лицо",...ue(e("name"),Ie)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(xe,{className:"shrink-0 w-full",label:"ИНН",...ue(e("inn"),Te)}),u(Ce,{className:"shrink-0 w-full",label:"Телефон",...ue(e("phone"),Be)})]})]}),Re=[{name:"Торговый эквайринг"},{name:"Мобильный эквайринг"},{name:"Интернет-эквайринг"},{name:"QR-эквайринг (СБП)"},{name:"Все виды эквайринга"}];function Ve(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=G(),c=X(o)(H(d.CDN,"/icons",`${l}.svg`));return"normal"!==i?u(je,{className:e,children:p("svg",{className:w(_e(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:De(e,s)})})),De=(e,t)=>{return e?.includes("h-")?{}:{height:(l=t,l&&!/\D/.test(l)?`${t}px`:t),width:"auto"};var l},_e=e=>e?"":"w-full h-full",je=x((({className:e,children:t})=>e?u("div",{className:e,children:t}):t)),Le=e=>e?.text||e?.key||"";function $e(e,t,l,n){a((()=>{if(e&&l)return e.addEventListener(t,l,n),()=>{e.removeEventListener(t,l,n)}}),[e,t,l])}function Oe(e){const t=s(null),l=i((l=>{t&&t.current&&l.target instanceof Node&&!t.current.contains(l.target)&&e()}),[e]);return $e(globalThis.document,"click",l),t}const Ee=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,Fe=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",role:"listbox",ref:e,children:Ee(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:t=>{t.stopPropagation(),a&&a(e)},children:[u("span",{className:"min-h-6",children:Le(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 Ue({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=Oe(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(Fe,{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 He=x((({className:e,label:t,options:l=[],value:a,valid:r=!0,isBorder:s=!0,placeholder:o="",isSearch:c=!1,iconVersion:d,onChange:m})=>{const[h,{setFalse:x,setTrue:g}]=Ve(),[f,b]=n(""),y=i((()=>{b(""),x()}),[]),v=Ue({isOpen:h,options:l,value:a,query:f,onChange:m,onClose:y});return p("div",{className:e,children:[We(t),p("div",{className:w("relative",h?"z-20":"z-10"),ref:v,children:[p("div",{className:w("text-l flex justify-between items-center text-primary-text cursor-pointer relative z-10",Ke(s,r)),onClick:h?y:g,children:[u("p",{className:"p-m pr-3xl flex items-center overflow-hidden text-ellipsis whitespace-nowrap",children:Le(a)||o}),Xe(h,d)]}),c&&h?u("div",{className:w("absolute top-0 w-full z-20"),children:u(pe,{type:"text",autoFocus:!0,value:f,onChange:b})}):null]})]})})),We=e=>e?u("div",{className:"mb-xs",children:u(me,{size:"text-m",color:"text-primary-text",font:"font-light",children:e})}):null,Xe=(e,t)=>u(Ae,{className:w("absolute right-3",e?"":"rotate-180"),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),Ke=(e,t)=>w(e?"border rounded-md hover:border-primary-hover":"",t?" border-gray":"border-error"),Ye=x((({className:e="",error:t,...l})=>p("div",{className:e,children:[u(He,{...l,valid:!t}),u("div",{className:"h-2",children:t?u(me,{size:"text-xs",font:"font-light",color:"text-error",children:t}):null})]}))),Ge=({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(Ye,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Re.map((({name:e=""})=>({key:e,text:e}))),...ue(t("acquiringType"),Se)})}),u("div",{className:"@xl:w-1/2",children:u(Ye,{label:"Адрес",placeholder:"Выберите адрес",options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...ue(t("region"),Se)})})]}),qe=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(me,{size:"text-l",font:"font-light",color:"text-primary-text",children:t})]}))),Je=e=>p("div",{children:[u(qe,{text:"Хочу купить онлайн-кассу",...e("onlineCheckout")}),u(qe,{text:"Хочу купить POS-терминал",...e("posTerminal")})]}),Ze=(e,t)=>{const l=re({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:"Отправить заявку"})},Qe={acquiringType:{key:"Торговый эквайринг"},fullName:"",inn:"",name:"",phone:"",onlineCheckout:!1,posTerminal:!1},et=M({acquiringType:Se,region:Se,fullName:Se,inn:Te,name:Ie,phone:Be}),tt=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(et(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}]=B(Qe,a),o=$();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(I,{headingType:"h6",title:"Вид эквайринга и регион",className:"@xl:text-center"}),Ge({regions:o,field:r}),u(I,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),Pe(r),Je(r),Ze(t),u(he,{link:l})]})})),lt=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(xe,{className:"shrink-0 w-full",label:"Контактное лицо",...ue(e("name"),Ie)}),u(xe,{className:"shrink-0 w-full",label:"ИНН",...ue(e("inn"),Te)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(Ce,{className:"shrink-0 w-full",label:"Телефон",...ue(e("phone"),Be)}),u(xe,{className:"shrink-0 w-full",label:"Электронная почта",...ue(e("mail"),Se)})]})]}),nt=({regions:e,field:t})=>u(Ye,{className:"w-full",label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...ue(t("region"),Se)}),at={name:"",phone:"",inn:"",mail:""},it=M({region:Se,name:Ie,phone:Be,inn:Te,mail:Se}),rt=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(it(e))&&n({typeForm:"bcrd",region:t?.text||"",name:l,inn:i,mail:r,phone:a.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=B(at,a),o=$();return p("form",{className:"container space-y-s",onSubmit:s.onSubmit,children:[nt({regions:o,field:r}),lt(r),Ze(t),u(he,{link:l})]})})),st=[];const ot=async e=>await _(e,{method:"GET"})||st,ct=["От 1 000 ₽","До 1 000 000 000 ₽"],dt=["От 1 мес","До 15 лет"],mt=e=>p("div",{className:"pb-2xs border-b border-b-main-divider @xl:flex @xl:justify-between @xl:gap-lg @xl:border-none @xl:pb-0",children:[p("div",{className:"@xl:w-1/2 space-y-s",children:[u(xe,{className:"shrink-0 w-full",label:"Наименование организации",...ue(e("fullName"),Se)}),u(xe,{className:"shrink-0 w-full",label:"ИНН",...ue(e("inn"),Te)}),u(Ce,{className:"shrink-0 w-full",label:"Телефон",...ue(e("phone"),Be)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(xe,{className:"shrink-0 w-full",label:"Годовая выручка, ₽",...ue(e("annualRevenue"),Se)}),u(xe,{className:"shrink-0 w-full",label:"Контактное лицо",...ue(e("name"),Ie)}),u(xe,{className:"shrink-0 w-full",label:"Электронная почта",...e("mail")})]})]}),ht=(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}},ut=(e,t,l)=>Math.max(t,Math.min(e,l)),pt=(e=0)=>(t=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:0,maximumFractionDigits:e}).format(Number(t)||0);function xt(e){const t=(e||"").replace(/\D/g,""),l=parseInt(t,10);return Number.isNaN(l)?0:l}function gt({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("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=xt(t.target?.value),n=e.length?e[l]:l;r&&r(n||0)}})})]})}const ft=1,bt=100,yt=x((e=>{const{className:t,title:l,items:n=[],list:a=[],min:r=(a.length?0:ft),max:s=(a.length?a.length-1:bt),step:o=1,value:c=a[0]||r,disabled:d=!1,onChange:m}=e,h=ht(e,{normalize:(e=0)=>a.length?vt(a)(e):ut(e,r,s),format:pt()}),x=i((e=>{m&&m(xt(e.target?.value))}),[m]);return p("div",{className:t,children:[p("label",{className:"block relative",children:[l?u(me,{size:"text-m",font:"font-light",color:"text-primary-text",children:l}):null,u("input",{className:w("mt-xs font-sans text-h3 w-full h-14","border border-solid border-gray rounded-md outline-none","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}),gt({list:a,min:r,max:s,step:o,disabled:d,value:c,onChange:m})]}),Nt(n)]})})),vt=e=>t=>e.reduce(((e,l)=>Math.abs(l-t)<Math.abs(e-t)?l:e)),Nt=e=>u("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>u(me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),wt=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(me,{size:"text-m",font:"font-light",children:"Сумма, ₽"})}),u(yt,{items:ct,min:1e3,max:1e9,...e("amount")})]}),p("div",{className:"@xl:w-1/2",children:[u("label",{children:u(me,{size:"text-m",font:"font-light",children:"Срок, месяцев"})}),u(yt,{items:dt,min:1,max:180,...e("term")})]})]}),Ct=({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(Ye,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...ue(l("region"),Se)})}),u("div",{className:"@xl:w-1/2",children:u(Ye,{label:"Адрес",placeholder:"Выберите адрес",options:t.map((({branchCode:e="",address:t=""})=>({key:e,text:t}))),...ue(l("department"),Se)})})]}),kt={amount:1e3,term:12,fullName:"",inn:"",name:"",phone:"",mail:"",annualRevenue:""},St=M({fullName:Se,annualRevenue:Se,inn:Te,name:Ie,phone:Be,region:Se,department:Se}),It=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(St(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}]=B(kt,n),o=$(),c=function(e){const{data:t}=A(e?`/api/v1/branches?regionCode=${e}`:null,ot);return t||st}(a.region?.key).filter((e=>e?.address));return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(I,{headingType:"h6",title:"Параметры",className:"@xl:text-center"}),wt(r),u(I,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),mt(r),u(I,{headingType:"h6",title:"Офис банка",className:"@xl:text-center"}),Ct({regions:o,branches:c,field:r}),Ze(e),u(he,{link:t})]})})),Tt={name:"",phone:""},Bt=M({name:Ie,phone:Be}),Mt=x((e=>{const{button:t,link:l,onSubmit:n}=e,a=i((e=>{const{name:t,phone:l}=e;P(Bt(e))&&n({typeForm:"dpst",name:t,phone:l.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=B(Tt,a);return p("form",{className:"container",onSubmit:s.onSubmit,children:[u(I,{headingType:"h6",title:"Оставьте заявку и мы ответим на любые вопросы по депозитам",className:"@xl:text-center mb-m"}),p("div",{className:"max-w-[560px] m-auto space-y-s",children:[u(xe,{className:"shrink-0 w-full",label:"Имя",...ue(r("name"),Ie)}),u(Ce,{className:"shrink-0 w-full",label:"Телефон",...ue(r("phone"),Be)})]}),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(he,{link:l})}),Ze(t)]})]})})),Pt={},Rt="wcms-resources";function Vt(e,t={}){const{fallback:l=Pt,folderName:n=Rt,setBasePath:a=!1}=t,i=H("/",a?d.BASE_PATH:"",n,`${e}.json`),{data:r}=A(e?i:null,j,{fallback:l});return r||Pt}const zt=x((e=>{const{button:t,sourceBookDir:l}=e,{regions:a}=Vt(l||"regions-grant-support"),[i,r]=n({key:""}),s=re({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(Ye,{label:"Ваш регион",placeholder:"Выберите регион",options:a.map((({name:e=""})=>({key:e}))),value:i,onChange:r}):null,o?u("div",{className:"text-center",children:u(se,{href:o,target:"_blank",className:w("p-m w-full @xl:w-auto",s),children:t?.text?t.text:"Перейти"})}):null]})})),At=(e,t)=>e?.media&&t?.media?e.media-t.media:0,Dt=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n})=>{const a=G();return p("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(At).map((({src:e,format:l,media:i},r)=>u("source",{srcSet:jt(a,n)(e),type:Lt(l),media:i?`(max-width: ${i}px)`:"",...t.size},`${r}_${e}`))):null,t?.src?_t({...t,src:jt(a,n)(t.src)},l):null]})})),_t=(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}),jt=(e,t)=>l=>l&&!E(l)?X(e)(H(t,l)):l,Lt=e=>e?`image/${String(e)}`:void 0,$t=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(Dt,{className:e,imageClassName:l,image:t,pathPrefix:n}):null)),Ot=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(me,{color:"text-primary-text",children:t}):null]})}))),Et=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(Ot,{className:"mb-xs",name:"vedTypes",text:"Валютный котроль",value:"currencyControl",checked:"currencyControl"===t,onChange:e=>l&&l(e)}),u(Ot,{className:"mb-xs",name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:e=>l&&l(e)}),u(Ot,{className:"mb-xs",name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:e=>l&&l(e)}),u(Ot,{className:"mb-xs",name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:e=>l&&l(e)})]})})},Ft=(e,t)=>{const l="currencyControl"===e("vedTypes").value;return p("div",{children:[l?u(Ye,{className:"mb-s",label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:t.map((({code:e="",name:t=""})=>({key:e,text:t}))),...ue(e("region"),Se)}):null,p("div",{className:"@xl:grid @xl:grid-cols-2 @xl:gap-x-lg",children:[l?u(xe,{className:"w-full mb-s",label:"ИНН",...ue(e("inn"),Te)}):null,u(xe,{className:"w-full mb-s",label:"Наименование организации",...ue(e("fullName"),Se)}),u(xe,{className:"w-full mb-s",label:"ФИО",...ue(e("name"),Ie)}),u(Ce,{className:"w-full mb-s",label:"Телефон",...ue(e("phone"),Be)}),l?null:u(xe,{className:"w-full mb-s",label:"Электронная почта",...ue(e("mail"),Se)})]})]})},Ut=e=>{const t=e("text");return p("label",{children:[u("div",{className:"mb-xs",children:u(me,{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||"")})]})},Ht={fullName:"",name:"",phone:"",inn:"",vedTypes:"currencyControl",text:""},Wt={fullName:Se,name:Ie,phone:Be},Xt=M({...Wt,mail:Se}),Kt=M({...Wt,inn:Te,region:Se}),Yt=e=>"currencyControl"===e,Gt=e=>({currencyControl:"currencyControl"===e,documentOperations:"documentOperations"===e,conversionTransactions:"conversionTransactions"===e,otherIssues:"otherIssues"===e}),qt={ApplicationFormBusinessCard:rt,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:Gt(o),PartnerComments:c,...Yt(o)?{inn:r,region:s?.text||""}:{mail:i}};P((e=>Yt(e)?Kt:Xt)(o)(e))&&n(d)}),[n]),[,{field:r,...s}]=B(Ht,a),o=$();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[Et(r),u(I,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),Ft(r,o),Ut(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:[Ze(t),u(he,{link:l})]}),u(I,{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($t,{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($t,{image:{icon:"MailIcon"},width:"24",height:"24"}),u("span",{children:"ved@rshb.ru"})]})]})]})})),ApplicationFormDeposit:Mt,ApplicationFormCredit:It,ApplicationFormAcquiring:tt,ApplicationFormGrantSupport:zt},Jt=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($t,t?{image:{icon:"ResponseOKIcon"},width:"42",height:"42"}:{image:{icon:"ResponseFailIcon"},width:"37",height:"34"}),p("div",{children:[u(I,{headingType:"h6",title:t?"Ваша заявка отправлена":"Не удалось отправить заявку",className:"mb-2xs"}),u(me,{size:"text-l",font:"font-light",color:"text-secondary-text",children:t?"Совсем скоро мы с вами свяжемся":"Пожалуйста, повторите позднее"})]})]})})),Zt={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 t?.ok?await t.json():null}catch(e){return null}}},Qt=x((e=>{const{className:t,formBlock:l,...a}=e,[r,s]=n(""),o=i((async e=>{const t=await Zt.send(e)?"OK":"Fail";return s(t),t}),[]);return u(k,{className:t,defaultPadding:"p-6xl",...a,children:p("div",{className:"container max-w-[978px] space-y-lg",children:[l?.title?u(I,{headingType:"h3",title:l.title,className:"@xl:text-center"}):null,l?el(l,o):null,r?u(Jt,{responseType:r}):null]})})})),el=(e,t)=>{const l=e?.formType;if(!l||!(l in qt))return null;return u(qt[l],{...e,onSubmit:t})},tl="text-center",ll={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},nl=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",ll[l],e),children:u(Ae,{...i,width:"54%",height:"54%",name:a})}):null})),al=x((({className:e="",title:t,benefitList:l,...n})=>p(k,{className:e,defaultPadding:"p-6xl",...n,children:[t?u(I,{headingType:"h3",as:"h2",className:tl,title:t}):null,l?.length?u("div",{className:"flex flex-col @md:flex-row flex-wrap w-full @md:justify-center mt-xl gap-5xl",role:"list",children:l.map(il)}):null]}))),il=(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(nl,{className:"shrink-0",defaultIconSize:44,iconBgVersion:e?.iconBgVersion||"",...e?.icon}):null,e?.icon?.src?u($t,{className:"shrink-0",image:e.icon}):null,e?.label?p("div",{className:"@sm:h-full",children:[u(I,{headingType:"h6",children:e.label}),rl(e.description)]}):null]},String(t)),rl=e=>{const t=e?.benefitType||null;return e&&t?u("div",{className:"mt-xs text-l font-light text-secondary-text group-data-secondary:text-white/80",children:"list"===t?ol(e):sl(e)}):null},sl=e=>e?.name?u(me,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:e.name}):null,ol=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("li",{children:u(me,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:e})},`benefitListItem-${t}`)))}):null},cl=(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 @xl:flex-nowrap gap-lg sm:gap-m",t),children:e.map(dl(l))}):null,dl=(e="")=>(t,l)=>{const{text:n,icon:a,iconRight:i,version:r,...s}=t||{},o=ml(a,r),c=ml(i,r);return n||a?.icon?u(se,{className:w("basis-full sm:basis-auto",e),appendLeft:hl({...a,iconVersion:o}),appendRight:hl({...i,iconVersion:c}),version:r,text:n,...s},l?String(l):""):null},ml=(e,t="secondary")=>{const l="secondary"===t?"color":"white";return e?.iconVersion?e?.iconVersion:l},hl=e=>e?.icon||e?.src?u($t,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,ul={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"}},pl={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"},xl=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=ul[l],m={marginTop:d.descriptionStyle};return p(k,{className:w(s?"@container-normal":"",e),defaultPadding:s?"":"p-6xl",version:t,isTheme:o,...c,children:[n?u(I,{className:w("whitespace-pre-wrap",i),...d?.title,as:r||d?.title.as,title:n}):null,a?u(de,{size:d.descriptionSize,font:d.descriptionWeight,align:i,...m,children:a}):null]})})),gl=x((({className:e="",title:t,description:l,bonusItems:n=[],align:a=tl,...i})=>u(k,{className:e,defaultPadding:"p-6xl",...i,children:p("div",{className:"container",children:[u(xl,{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(xl,{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:cl(e?.buttons)}),e.bonusItemContent?.bonusType?fl(e.bonusItemContent):null]})]},String(t)))):null})]})}))),fl=e=>"count"===e.bonusType?bl(e):yl(e),bl=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(me,{size:"text-h2",children:e.bonusName})}):null]}),yl=e=>e.image?u($t,{className:"min-w-12 p-xs rounded-icon shrink-0",image:e.image}):null,vl=e=>({icon:t,title:l,description:n},a)=>p("div",{className:w("flex flex-col gap-1","items-center",n||l?"":"justify-center"),children:[l?u(me,{size:"text-h6",font:"font-normal",align:e,children:l}):null,t?u($t,{image:t,height:"180",className:"w-auto"}):null,n?u(me,{size:"text-h6",font:"font-normal",align:e,children:n}):null]},String(a)),Nl=(e,t,l)=>u("div",{className:`grid gap-2xs ${wl(t)}`,children:e.map(vl(l))}),wl=e=>{switch(e){case"3":return"grid-cols-3";case"4":return"grid-cols-4";default:return"grid-cols-5"}},Cl=x((({bonusBenefits:e,cardTextAlign:t="text-center",className:l="",columnsCount:n="4",subtitle:a,title:i,...r})=>p(k,{className:l,defaultPadding:"p-6xl",...r,children:[u(xl,{title:i,description:a,headlineVersion:"M"}),e?.length?Nl(e,n,t):null]}))),kl=x((e=>{const{title:t,image:l,cardItems:n,button:a}=e;return p("div",{className:"border-gray border p-4xl w-1/2 space-y-lg",children:[l?p("div",{className:"flex justify-center",children:[l?.src?u($t,{image:l}):null,l?.icon?u($t,{image:l}):null]}):null,t?u(I,{headingType:"h4",title:t}):null,n?.length?u("ul",{className:"space-y-s",children:n.map(((e,t)=>Sl(e,String(t))))}):null,cl([a])]})})),Sl=(e,t)=>{const{icon:l,text:n}=e;return p("li",{className:"flex items-center gap-s",children:[l?.icon?u($t,{image:l,className:"w-12 h-12 min-w-12 p-s rounded-icon bg-main-divider"}):null,l?.src?u($t,{image:l}):null,u(me,{size:"text-xl",font:"font-light",children:n})]},t)},Il=x((({className:e,title:t,cards:l,...n})=>p(k,{className:e,defaultPadding:"p-6xl space-y-3xl",...n,children:[u(I,{headingType:"h3",title:t,className:"text-center"}),u("div",{className:"flex gap-lg",children:l?.length?l.map(((e,t)=>u(kl,{...e},String(t)))):null})]}))),Tl={start:"justify-start",center:"justify-center",end:"justify-end"},Bl=x((({buttons:e,className:t="",align:l,...n})=>{const a=l?w("flex",Tl[l]):"";return u(k,{className:w("!bg-transparent",a,t),defaultPadding:"p-0",...n,children:cl(e)})})),Ml=(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}]},Pl=x((({className:e,disabled:t,...l})=>u(se,{rounded:!0,className:w("group/btn w-12 h-12 min-h-12 max-h-12 flex items-center justify-center shadow-main-black",t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main",e||""),disabled:t,...l,children:u($t,{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"})}))),Rl=x((e=>u(Pl,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),Vl=x((e=>u(Pl,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"})));function zl({dec:e,inc:t,canDec:l,canInc:n,btnClass:a,className:i=""}){return l||n?p("div",{children:[l?u(Pl,{className:`absolute z-40 ${a[0]} ${i}`,onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!l}):null,n?u(Pl,{className:`absolute z-40 rotate-180 ${a[1]} ${i}`,onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!n}):null]}):null}const Al=x((({title:e,value:t,postfix:l="",prefix:n,className:a=""})=>p("div",{className:w("flex justify-between @xl:flex-col",a),children:[e?u(me,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}):null,u("div",t?{children:p(me,{size:"text-h3",children:[n," ",pt(2)(Math.round(t))," ",l]})}:{children:u(me,{size:"text-h3",children:"-"})})]}))),Dl=Math.round(23.5),_l={minSum:1e4,maxSum:5e6,minMonths:13,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},jl={minSum:1e4,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},Ll={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},$l={minSum:5e4,maxSum:5e6,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0},Ol={minSum:1e3,maxSum:5e5,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},El=e=>e?u(de,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e}):null,Fl=x((({rate:e,title:t="Ставка",unit:l,depositeName:n,isShowDepositeName:a,fractionDigits:i=2})=>p("div",{children:[u(me,{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:"font-mohave text-title-huge pr-xl -mt-m tracking-[-15px]",children:String(e.toFixed(i)).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]})]}))),Ul=x((({title:e="Ставка",isUnavailableByTerm:t=!1})=>p("div",{className:"space-y-s",children:[u(me,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),u(Ae,{className:"w-10 h-10 @5xl:h-auto @5xl:w-40",name:"PercentIcon"}),u("div",{className:"w-64",children:t?p(de,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",u("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):u(de,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),Hl=({rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,title:a,unit:i})=>u(Fl,{rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,unit:i,title:a}),Wl=({rate:e,title:t,unit:l})=>u(Al,{title:t,value:e,postfix:l}),Xl=({isUnknownRateShown:e=!0,isUnavailableByTerm:t=!1,title:l="Ставка",unit:n="%",rate:a=0,...i})=>e&&0===a?u(Ul,{isUnavailableByTerm:t,title:l}):p("div",{children:[u("div",{className:"hidden @xl:block",children:Hl({title:l,unit:n,rate:a,...i})}),u("div",{className:"@xl:hidden",children:Wl({title:l,unit:n,rate:a,...i})})]});function Kl({isShowItems:e=!0,step:t=1e3,...l}){const n=[`От ${pt(2)(l.min||0)} ₽`,`До ${pt(2)(l.max||0)} ₽`];return u(yt,{items:e?n:[],step:t,...l})}function Yl(e){const{data:t}=A(`/wcms-resources/${e}.json`,j);return t}const Gl=(e,t)=>{const{travelExpenseValue:l,restExpenseValue:n}=e,a=Yl(t||"bonus-calculator-data")||Ll,[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}},ql=x((({className:e="",sourceBookDir:t,buttons:l,footnote:n})=>{const[a,{field:i}]=B({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:r,maxSumTravel:s,minSumOther:o,maxSumOther:c,monthBonus:d,yearBonus:m}=Gl(a,t);return p("section",{className:w("flex flex-col justify-between @5xl:flex-row gap-y-4xl",e),children:[p("div",{className:"flex flex-col @xl:max-w-md gap-2xl border-b border-b-main-divider @xl:border-none pb-3xl @xl:pb-0",children:[Kl({title:"Сумма покупок в категории путешествия, ₽",min:r,max:s,step:500,isShowItems:!1,...i("travelExpenseValue")}),Kl({title:"Сумма покупок в остальных категориях, ₽",min:o,max:c,step:500,isShowItems:!1,...i("restExpenseValue")})]}),d>=0?Xl({title:"Баллов за месяц",rate:d,fractionDigits:0,isUnknownRateShown:!1,unit:""}):null,p("div",{className:"flex flex-col gap-y-4xl @xl:w-96",children:[m>=0?u(Al,{title:"Баллов за год",value:m}):null,cl(l,{isVertical:!0}),El(n)]})]})})),Jl=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)))}))),Zl=[{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"}],Ql=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(Jl,{paths:Zl,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":en(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(me,{size:"text-l",font:"font-light",children:l})}):null]})})})),en=e=>w("rounded border",e?"bg-primary-main":""),tn=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,ln={horizontal:"gap-5xl",vertical:"flex-col gap-s"},nn=x((({items:e,checkedItem:t,className:l,onChange:n,orientation:a="horizontal"})=>u("div",{className:w(`flex ${ln[a]}`,l),children:e?.map((({id:e,text:l})=>u(Ql,{isRadio:!0,text:l,value:t===e,onChange:()=>n&&n(e)},String(e))))}))),an=({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(me,{color:"text-secondary-text",font:"font-light",children:t})}):null,u(nn,{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)})]}),rn=e=>an({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),sn=e=>e,on=(e=sn)=>t=>t.reduceRight(((t,l)=>e(t)>e(l)?t:l)),cn=on(),dn=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},mn=(e=sn)=>on((t=>-e(t))),hn=mn(),un=([e,t],l,n=[])=>l&&l[e]&&l[t]?{[e]:l[e],[t]:l[t]}:pn([e,t],n),pn=([e,t],l=[])=>({[e]:l.length?hn(l.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:l.length?cn(l.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),xn=(e,[t,l],n)=>e>=n[t]&&e<=n[l],gn=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,fn=(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)},bn=x((({className:e="",rateParams:t,buttons:l,footnote:n,bottomFootnote:a,isShowDepositeName:i})=>{const[r,{field:s}]=B({moneyValue:1e5,daysValue:90,isReplenished:!1,isPartialWithdrawal:!1,isMonthlyInterestPayment:!1}),o=((e,t)=>{const{daysValue:l,moneyValue:n,isPartialWithdrawal:a,isReplenished:i,isMonthlyInterestPayment:r}=e,s=Yl(t||"business-calculator-data"),o=i||a,c=l<90||l>730;if(l<=30)return{...Ol,...e,isDisabledOperatingDeposit:c,isUnavailableByTerm:!0};const d=s?.rateRows?.find((e=>r===e.isMonthlyInterestPayment&&gn(o,e)&&xn(n,["minSum","maxSum"],e)&&xn(l,["minDays","maxDays"],e)))||Ol,{rate:m}=d,h=fn(m,e),u=n+h,p=s?.rateRows||[Ol];return{...d,...pn(["minSum","maxSum"],p),...pn(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:c,income:h,finalSum:u}})(r,t?.sourceBookDir),{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:[Kl({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(yt,{items:[`От ${tn(g.min||0)}`,`До ${tn(g.max||0)}`],step:1,...g})),p("div",{className:"flex flex-col sm:flex-row gap-y-4 gap-x-14",children:[yn(o,s),rn({title:"Выплата процентов",orientation:"vertical",...s("isMonthlyInterestPayment"),radioGroupClassName:"sm:flex-col"})]})]}),u("div",{className:"border-b border-main-divider md:hidden"}),Xl({rate:m,depositeName:x,isShowDepositeName:i,isUnavailableByTerm:h}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[vn(d,c),cl(l,{isVertical:!0}),El(n),El(a)]})]});var g})),yn=(e,t)=>p("div",{className:"space-y-s",children:[u(me,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),p("div",{className:"flex flex-col gap-y-xl sm:gap-y-s",children:[u(Ql,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),u(Ql,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),vn=(e,t)=>p("div",{className:"flex flex-col gap-2xl sm:gap-0",children:[u(Al,{title:"Доход в конце срока",value:t,postfix:"₽",prefix:"+"}),u(Al,{title:"Сумма в конце срока",value:e,postfix:"₽"})]}),Nn=({min:e=0,max:t=0,availableMonths:l,...n})=>u(yt,{items:[`От ${wn(e)}`,`До ${wn(t)}`],step:1,...l?.length?{list:l}:{min:e,max:t},...n}),wn=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,Cn=e=>an({...e,radioGroupClassName:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),kn=e=>Sn({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Sn({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&Sn({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&Sn({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Sn=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],In=(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)},Tn=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=Yl(t||"credit-calculator-data"),s=i?.rateRows||[_l],o=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>kn({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:i?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:c,maxSum:d}=un(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=un(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a})=>e?.find((e=>kn({row:e,userInputParams:t,paramsViewSettings:l})&&xn(n,["minSum","maxSum"],e)&&xn(a,["minMonths","maxMonths"],e)))||_l)({rateRows:s,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a}),{rate:p}=u,x=In(p,e);return r((()=>({...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:n,monthsValue:a,monthlyPayment:x})),[e,i])},Bn=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a,isMobile:i})=>{const[r,{field:s}]=B({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,moneyValue:2e5,monthsValue:Dl}),o=Tn(r,t,a),c=Cn({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:[Kl({title:"Сумма кредита, ₽",step:500,min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),Nn({title:"Срок кредита, месяцев",min:o.minMonths,max:o.maxMonths,...s("monthsValue"),value:o.monthsValue}),Mn({...o,...a},s),u("div",{className:"sm:hidden",children:c})]}),u("div",{className:"border-b border-main-divider md:hidden"}),Xl({rate:o.rate}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Al,{title:"Ежемесячный платеж",value:o.monthlyPayment,postfix:"₽"}),u("div",{className:"hidden sm:block",children:c}),cl(l,{isVertical:!0}),El(n)]})]})})),Mn=(e,t)=>p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?u(Ql,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?u(Ql,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?u(Ql,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?u(Ql,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),Pn=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=Yl(t||"deposit-calculator-data"),r=i?.rateRows?.[0]?zn(i.rateRows[0].minMonths,i.rateRows[0].maxMonths):1,s=!l?.isShowMonthlyInterestPayment,o=!l?.isShowRemoteRegistration,c=i?.rateRows?.find((t=>Vn({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:s})&&Vn({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:o})&&xn(n,["minSum","maxSum"],t)&&xn(a||r,["minMonths","maxMonths"],t)))||$l,{rate:d}=c,m=Rn(d,e),h=n+m,u=i?.rateRows||[$l];return{...c,...pn(["minSum","maxSum"],u),...pn(["minMonths","maxMonths"],u),availableMonths:dn(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}},Rn=(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)},Vn=({row:e,userInputParams:t,paramKey:l,isExclude:n})=>n||t[l]===e[l],zn=(e,t)=>e+Math.round((t-e)/2),An=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:i})=>{const[r,{field:s}]=B({moneyValue:2e4,monthsValue:0,isMonthlyInterestPayment:!1,isRemoteRegistration:!1}),o=Pn(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:[Kl({title:"Сумма, ₽",min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),Nn({title:"Срок, месяцев",min:o.minMonths,max:o.maxMonths,availableMonths:o.availableMonths,...s("monthsValue"),value:o.monthsValue}),Dn({...o,...i},s)]}),u("div",{className:"border-b border-main-divider md:hidden"}),Xl({rate:d}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Al,{title:"Доход в конце срока",value:m,postfix:"₽",prefix:"+"}),u(Al,{title:"Сумма в конце срока",value:h,postfix:"₽"}),cl(l,{isVertical:!0}),El(n)]})]})})),Dn=(e,t)=>{return p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowMonthlyInterestPayment?rn({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment}):null,e.isShowRemoteRegistration?(l={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration},an({...l,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]});var l},_n=e=>jn({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&jn({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),jn=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],Ln=(e,t,l)=>{const{moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}=e,o=Yl(t||"refinancing-calculator-data"),c=o?.rateRows||[jl],d=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>_n({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:o?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:m,maxSum:h}=un(["minSum","maxSum"],d,c),{minMonths:u,maxMonths:p}=un(["minMonths","maxMonths"],d,c),x=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>_n({row:e,userInputParams:t,paramsViewSettings:l})&&xn(n+r,["minSum","maxSum"],e)&&xn(i,["minSumOld","maxSumOld"],e)&&xn(r,["minSumExtra","maxSumExtra"],e)&&xn(a,["minMonths","maxMonths"],e)))||jl)({rateRows:c,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}),{rate:g}=x,f=In(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])},$n=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a})=>{const[i,{field:r}]=B({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),s=Ln(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:[Kl({title:"Остаток долга в других банках, ₽ ",step:500,min:s.minSum,max:s.maxSum-s.maxSumExtra,...r("moneyValue"),value:s.moneyValue}),Kl({title:"Ежемесячный платеж в других банках, ₽",step:500,min:s.minSumOld,max:s.maxSumOld,...r("oldMonthlyPayment"),value:s.oldMonthlyPayment}),Nn({title:"Новый срок кредита, месяцев",min:s.minMonths,max:s.maxMonths,...r("monthsValue"),value:s.monthsValue}),On({...s,...a},r),s.isExtraMoney?Kl({title:"Дополнительная сумма, ₽ ",step:500,min:s.minSumExtra,max:s.maxSumExtra,...r("moneyExtra"),value:s.moneyExtra}):null]}),Xl({rate:s.rate,fractionDigits:1}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(Al,{title:"Ежемесячный платеж",value:s.monthlyPayment,postfix:"₽"}),s.benefit>0?u(Al,{title:"Выгода в месяц",value:s.benefit,postfix:"₽"}):null,Cn({orientation:"vertical",...r("isAnnuity")}),cl(l,{isVertical:!0}),El(n)]})]})})),On=(e,t)=>p("div",{className:"space-y-s",children:[e.isShowSalaryClient?u(Ql,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?u(Ql,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,u(Ql,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),En={CreditCalculatorForm:Bn,DepositCalculatorForm:An,BusinessDepositCalculatorForm:bn,BonusCalculatorForm:ql,RefinancingCalculatorForm:$n},Fn=(e,t)=>{const l=e?.calcType;if(!l||!(l in En))return null;const n=En[l];return u("section",{className:"box-border relative bg-white flex shrink-0 self-start basis-full",role:"listitem",children:p("div",{className:"box-border p-4xl w-full space-y-xl",children:[e?.title?u(I,{className:"text-center",title:e.title}):null,u(n,{...e})]})},String(t))},Un=x((({className:e="",tabAlign:t,calculatorTabs:l=[],...a})=>{const r=l.map((e=>e.nav||{})),s=l.map((({calculatorBlock:e})=>e||{})),[o,c]=n(0),d=i((e=>c(e)),[]),[m,h]=Ml({itemCount:l?.length,visibleItemCount:3});return p(k,{className:w("box-border overflow-hidden relative",e),defaultPadding:"p-0",...a,children:[p("div",{className:"bg-white",children:[r.length>1?Hn({activeIndex:m,tabsNav:r,tabAlign:t,slideIndexShift:o,onClick:d}):null,zl({...h,btnClass:["left-3","right-3"],className:"top-10"})]}),u("div",{className:"flex",style:{transform:`translateX(-${o}00%)`},role:"list",children:s?.length?s.map(Fn):null})]})}));function Hn({activeIndex:e,tabsNav:t,tabAlign:l,slideIndexShift:n,onClick:a}){return p("div",{children:[u("div",{style:{transform:`translateX(-${388*e}px)`},className:"flex flex-col justify-end items-center h-32 pt-4xl box-border duration-1000",children:u("div",{className:w("w-full flex flex-nowrap items-end gap-xs",l?Tl[l]:""),children:t.map(((e,t)=>function({tab:e,i:t,isActive:l,onClick:n}){const a=l?"w-96 p-m border-none bg-primary-main text-white":"w-96 p-s ease-in duration-300 bg-white text-primary-text",i=l?"text-xl mb-xs":"text-l mb-2xs",r=l?"text-l font-light text-white":"text-m font-light text-secondary-text",s=l?"":"text-primary-main",o=e?.icon?.iconVersion,c=l?"white":"normal";return p("button",{type:"button",onClick:n,"aria-label":e?.title,className:w("box-border relative border border-gray cursor-pointer text-left border-b-0 flex space-x-m min-h-20",a),children:[u($t,{className:w("h-6 w-6 min-w-6 min-h-6",s),image:{...e?.icon,iconVersion:o??c},width:"24",height:"24"}),p("div",{className:"border-0",children:[u("div",{className:i,children:e?.title}),u("div",{className:r,children:e.description})]})]},String(t))}({tab:e,i:t,isActive:Boolean(t===n),onClick:()=>a(t)})))})}),u("div",{className:"w-full h-2 bg-primary-main"})]})}const Wn=x((e=>{const{onChange:t,min:l,max:n,defaultValue:a="0",fractionDigits:r=0,...s}=e,o=ht(e,{normalize:(e=a)=>l&&n?String(ut(Number(Xn(e)),l,n)):Xn(e),format:pt(r)}),c=i((e=>t&&t(Xn(e))),[t]);return u(pe,{onChange:c,...s,...o})})),Xn=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),Kn=x((e=>u(Wn,{...e,fractionDigits:2,children:u("div",{className:"absolute right-4 bottom-4",children:u(me,{size:"text-xl",font:"font-light",children:"₽"})})}))),Yn={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},Gn={amount:1500,_amount:1500},qn=x((({className:e="",title:t="Укажите сумму перевода",label:l="Сумма перевода",placeholder:n="1500",button:a,formType:i="private",...r})=>{const[{amount:s,_amount:o},{field:c}]=B(Gn),d=s<=0,m=d?ie({version:a?.version}):re({className:"text-white",version:a?.version}),h=q();return p(k,{className:w("flex flex-col items-center",e),defaultPadding:"p-6xl",...r,children:[t?u(I,{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:Yn[i],children:[u(Kn,{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]})]})})),Jn=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`}),Zn=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})})),Qn=["min-w-full","@lg:min-w-[50%]","@lg:min-w-[33.3%]","@lg:min-w-[25%]"],ea=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(la(l))}),[h,p]),b=n>0?a*Number(n)-1:0,y="vertical-list"===o,v="horizontal-list"===o,N={...v?ta(r,b):{},...y?Jn(d):{},gap:`${a}px`};return u("div",{className:w("box-border overflow-auto no-scrollbar",o,e),style:N,ref:t,children:(C=(e,t)=>u(Zn,{className:w(c,n?Qn[n-1]:"",y?"h-full":""),style:v?ta(r/4):{},activeIndex:l,idx:t,observerOptions:x,onIntersection:f,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(C):C(e,0))(m)});var C})),ta=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),la=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),na={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},aa={"horizontal-list":"w-6","vertical-list":"h-6"},ia=x((({className:e="",containerRef:t,activeIndex:l,dotCount:n=0,listType:a="horizontal-list",version:i})=>n?u("div",{className:w("flex gap-xs",na[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?aa[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)),ra=e=>t=>e.scrollWidth/t,sa=e=>(t,l)=>{e.scrollBy({left:l*ra(e)(t),behavior:"smooth"})},oa=({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?[mn()(a),on()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;l.current&&(m?sa(l.current)(e,-1):(t=l.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{l.current&&(h?sa(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}]},ca="absolute top-[calc(50%-24px)] z-40",da="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",ma=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:[ha(e),h?u(Rl,{className:w(ca,n?"left-1 @lg:left-8":"left-0"),onClick:g}):null,x?u(Vl,{className:w(ca,n?"right-1 @lg:right-8":"right-0"),onClick:f}):null]})})),ha=e=>p("div",{children:[e.canScrollLeft?u("div",{className:w(da,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?u("div",{className:w(da,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),ua=({blockClassName:e,block:t,render:l})=>l({blockClassName:e,block:t}),pa=[];function xa(e,t,{className:l,...n}={}){const{key:a,blockDecorator:i=ua,blocksRegistry:r={},ancestors:s=pa}=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 ga=[],fa=(e,{key:t,ancestors:l=ga,slotName:n=null,extraProps:a,renderProps:i=xa,...r})=>{const s=a?(e,t)=>xa(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...l||ga,[r.parent,n]]:l},a)))};function ba({block:e,options:t,children:l,extraProps:n,renderProps:a}){return l||(e&&t?fa(e.blocks,{...t,parent:e,extraProps:n,renderProps:a}):null)}const ya=({className:e,text:t="ХИТ"}={})=>p("div",{className:w("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[u(Ae,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),u(de,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),va="relative h-full",Na={small:"sm:min-w-64",normal:"sm:min-w-96",big:"sm:min-w-[515px]"},wa=({noCardBorder:e,activeIndex:t,cardSize:l="normal",...n})=>{const{blocks:a}=n.block||{},i=a?.some(Sa);return ba({...n,renderProps:(n,a,r)=>p("div",{className:Ca(n,{someCardsHighlighted:i}),children:[xa(n,a,{className:ka(n,{someCardsHighlighted:i,showBorder:!e,cardSize:l}),blockIndex:r,isActive:r===t}),Sa(n)?ya({className:"absolute top-0 -right-4 z-40"}):null]},String(r))})},Ca=(e,{someCardsHighlighted:t})=>w(va,t&&(Sa(e)?"pt-3xl":"pt-3xl sm:pt-16")),ka=(e,{someCardsHighlighted:t,showBorder:l,cardSize:n="normal"})=>w(va,"min-w-80",Na[n],t&&(Sa(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"),Sa=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,Ia=x((({className:e,itemCount:t,visibleItemCount:l=1,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}]=Ml({itemCount:d,visibleItemCount:l},Math.floor(l/2)),[g,f]=oa({itemCount:d}),[b]=f.visibleIndicesRange,y=c&&"CarouselBankHistoryCard"===c[0]?.type;return p(k,{className:e,defaultPadding:"p-6xl",...o,children:[p("div",{className:w(a?"flex justify-center":"","relative max-w-full"),children:[u(ea,{containerRef:g,visibleItemCount:l,snapAlign:"snap-start",gap:r?16:void 0,onVisibleIndicesChange:f.handleVisibleIndicesChange,children:wa({noCardBorder:n,activeIndex:m,cardSize:s,...o})}),u(ma,{scroll:f,arrowsPadded:i,onScrollLeft:x,onScrollRight:h,hasEdgeBlocks:y,activeIndex:m,itemCount:d})]}),u(ia,{className:"@lg:hidden",containerRef:g,activeIndex:b,dotCount:d,listType:"horizontal-list"})]})}));Ia.childrenTypes=["CarouselCard","CarouselBankHistoryCard","CarouselCatalogCard","CarouselInvestmentCard","CarouselProductCard","CarouselProgramsCard","CarouselRecommendationCard","CarouselTariffsCard","CarouselRichTextCard","CarouselInvestmentCard","ProductBlock"],Ia.childSchema=()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}});const Ta=x((({className:e,title:t,description:l,blockIndex:n=0,isActive:a,...i})=>u(k,{className:w("relative flex h-[485px]",a?"w-[440px] z-10":"w-[340px]",e),defaultPadding:"p-0",...i,children:u("div",{className:w("basis-full self-center",Ba(n)),children:a?u(xl,{headlineVersion:"M",title:t,description:l,padding:"p-3xl",align:"text-left",className:"h-96 text-white shadow-dark-blue"}):u("div",{className:"h-[300px] flex justify-center items-center font-mohave text-title-large",children:u("span",{className:Ma(n),children:t})})})}))),Ba=e=>["bg-primary-main","bg-green-light","bg-yellow-light"][e%3],Ma=e=>["gradient-color-text-on-green","gradient-color-text-on-yellow","gradient-color-text-on-yellow"][e%3],Pa="z-10 border border-solid w-full h-full",Ra=w(Pa,"absolute hidden @xl:block border-transparent"),Va=x((({className:e,title:t,description:l,button:n,...a})=>u(k,{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(Ra,"top-9 right-12 bg-green-dark")}),u("div",{className:w(Ra,"top-6 right-8 bg-green")}),u("div",{className:w(Ra,"top-3 right-4 bg-green-light")}),p("div",{className:w(Pa,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-light"),children:[u(xl,{title:t,description:l,headlineVersion:"L",align:"text-left",isEmbedded:!0}),cl([n],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),za={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},Aa=x((({className:e,defaultPadding:t,padding:l,title:n="",insetTitle:a="",buttons:i,leftImage:r,rightImage:s,imageAlign:o,isImageAlwaysOnRight:c=!1,isImageSecondary: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 flex-col-reverse @xl:flex-row justify-around @xl:justify-between items-stretch gap-3xl"),children:[La(r,{imageAlign:o}),p("div",{className:w("grid gap-3xl",s?"@xl:grid-cols-2":"",r?"":"grow"),children:[p("div",{className:"grow space-y-lg min-w-fit",children:[a,m]}),La(s,{className:w("@xl:justify-self-end @xl:col-start-2",i?Da(c):"",_a(c),d?"hidden @xl:block":""),imageAlign:o}),ja(i)]})]})]}))),Da=e=>e?"row-span-2":"@xl:row-span-2",_a=e=>e?"justify-self-end col-start-2 self-center":"",ja=e=>e?u("div",{className:"self-end",children:e}):null,La=(e,{className:t,imageAlign:l})=>e?u("div",{className:w("shrink-1/2 justify-self-center",l&&za[l],t),children:e}):null,$a={black:"bg-black",white:"bg-white"},Oa=x((({className:e="",title:t,description:l,image:n,price:a,button:i,colors:r=[],align:s="text-left",padding:o,...c})=>u(k,{className:w("flex flex-col justify-left",e),defaultPadding:"p-2xl",...c,children:p(Aa,{className:"h-full",padding:o,title:t?u(xl,{title:t,description:l,headlineVersion:"XS",isEmbedded:!0,align:s}):null,rightImage:n?.src?u($t,{className:"flex justify-center align-center mb-xl",image:n}):null,buttons:cl([i],{buttonClassName:"w-full self-end"}),children:[r?.length?p("div",{className:"flex text-secondary-text mb-m",children:[u("div",{className:"mr-xs",children:u(me,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(Ea)]}):null,a?p(me,{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 ${$a[e]}`},String(t)),Fa={1:"grid-cols-1",2:"grid-cols-2"},Ua=x((({className:e,padding:t,additionalDescription:l,cardsList:n=[],columnsMode:a=1,description:i,image:r,title:s,...o})=>u(k,{className:w("text-left",e),padding:"p-0",...o,children:p(Aa,{className:"h-full",defaultPadding:"p-xl",padding:t,title:s?u(I,{headingType:"h4",as:"h3",className:"mb-m z-10",title:s}):null,rightImage:r?.src?u($t,{image:r}):null,children:[p("div",{className:"flex justify-between mb-m",children:[i?u("div",{className:"w-1/3",children:u(me,{size:"text-h6",children:i})}):null,l?u(me,{size:"text-m",font:"font-light",color:"group-data-primary:text-secondary-text",children:l}):null]}),n.length?u("ul",{className:w("list-none m-0 p-0 grid gap-xs",Fa[a]),children:Ha(n)}):null]})}))),Ha=e=>e.map(((e,t)=>p("li",{children:[e?.parameter?u("div",{className:"inline pr-xs",children:u(me,{size:"text-h6",children:e.parameter})}):null,e?.parameterDescription?u(me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e.parameterDescription}):null]},String(t)))),Wa="hidden xl:block absolute w-full h-full border border-white",Xa=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(me,{size:"text-l",font:"font-light",color:"text-primary-text",children:e}),u($t,{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(Wa,"-bottom-1.5 -left-1.5")}),u("div",{className:w(Wa,"-bottom-3 -left-3")})]})}):null})),Ka=x((({className:e,additionalDescription:t,description:l,links:n,title:a,...i})=>u(k,{className:w("overflow-hidden",e),...i,children:p("div",{className:"flex flex-col @6xl:flex-row gap-m",children:[p("div",{children:[u(xl,{isEmbedded:!0,title:a,description:l,as:"h1",align:"text-left"}),t?u(xl,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0}):null]}),n?.length?Ya(n,"@6xl:min-w-[672px] p-0 justify-self-end"):null]})}))),Ya=(e,t="")=>{const l=Math.ceil(e.length/10);return u(Ia,{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(10*l,10*(l+1)).map(((e,t)=>u(Xa,{...e},String(t))))},String(l))))})},Ga=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})})),qa={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"},Ja=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",qa[n])})}):null,u("span",{children:l})]}))),Za={XS:"text-m font-light",S:"text-l font-light",M:"text-h6",L:"text-h5"},Qa={XS:"ml-2xs",S:"ml-xs",M:"ml-s",L:"ml-m"},ei=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",Za[a],t?Qa[a]:"",e),role:"list",children:n.map(((e,t)=>u(Ja,{isDotted:l,size:a,children:e},String(t))))}):null)),ti=x((({additionalDescription:e,align:t=tl,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(k,{className:w("flex flex-col justify-between",n),defaultPadding:"p-0",version:g,...f,children:[p(Ga,{className:"p-m flex flex-col gap-xs",href:r,target:u,children:[ni(i,x,t),ai(a,t),ri(h,o,g),ii(e,t),li(s,d,m)]}),cl([l],{className:w("p-m pt-0",c?"":"self-center"),isVertical:c})]}))),li=(e,t,l)=>p("div",{className:w("flex gap-y-lg justify-center",t?"min-w-full h-full":"",l?"order-first":"order-last"),children:[e?.src?u($t,{image:e}):null,e?.icon?u($t,{className:w(t?"w-full h-full":"w-8 h-8 min-w-8"),image:e}):null]}),ni=(e,t,l)=>t?u(me,{align:l,size:pl[e],children:t}):null,ai=(e,t)=>e?u(de,{align:t,size:"text-l",children:e}):null,ii=(e,t)=>e?u(me,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,ri=(e,t,l="primary")=>e?.length?u(ei,{className:w("text-s","primary"===l?"!text-secondary-text":""),items:e.filter((e=>e?.text)).map((e=>e.text)),isDotted:t,listItemSize:"S"}):null,si=(e=[])=>e.reduce(((e,t)=>e+t),0),oi=(e=[])=>e?.length?si(e)/e.length:0,ci=(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($t,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,di=x((e=>{const{__html:t="",richVersion:l=""}=e;return t.replace(/<\/?[^>]+\/?>/g,"").trim()?u("div",{className:w(l,"md-container"),dangerouslySetInnerHTML:{__html:t}}):null})),mi=(e,t)=>e?u(de,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,hi=(e,t)=>e?u(me,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,ui=(e,t)=>"rte"===e.type&&"__html"in e&&e.__html?u(di,{...e},`rte-${t}`):["label"in e?hi(e.label,t):null,"description"in e?u("span",{className:e.descriptionClassName,children:mi(e.description,t)},String(t)):null],pi=x((({className:e,benefitsVersion:t,...l})=>p("div",{className:w("flex gap-m min-w-56","description"in l&&l.description?"items-start":"items-center",e),children:["icon"in l?ci(l.icon,t):null,u("div",{children:ui(l)})]}))),xi=e=>"rte"===e.type?e?.__html?.length||0:Math.max(e?.label?.length||0,e?.description?.length||0),gi=e=>{return((t=e.map(xi))?.length?Math.sqrt(Math.abs(oi(t.map((e=>e**2)))-oi(t)**2)):0)>16;var t},fi=e=>e&&"icon"in e&&e.icon&&(e.icon.icon||e.icon.src),bi=e=>!e.some(fi),yi=x((({className:e,benefitsVersion:t="normal",benefits:l})=>l?.length?u("div",{className:w("flex gap-x-m gap-y-s",gi(l)||bi(l)?"flex-col":"flex-wrap",e),children:l.map(((e,l)=>u(pi,{benefitsVersion:t,...e},String(l))))}):null)),vi=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(ui)}):null)),Ni=x((({isTabularBenefits:e,...t})=>u(e?vi:yi,{...t}))),wi=x((({className:e,tags:t})=>t?.length?u("div",{className:w("flex flex-wrap gap-xs",e),role:"list",children:t.map(Ci)}):null)),Ci=(e,t)=>u("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:u(me,{size:"text-m",font:"font-light",children:e})},String(t)),ki=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,items:h,isDotted:x=!0,listItemSize:g,tags:f=[],buttons:b,image:y,imageOptions:{imageAlign:v="center",directionRight:N=!0,isImageAlwaysOnRight:w,isImageSecondary:C=!1}={},children:k})=>{const S=y?.src?u($t,{image:y}):null,I=Ti({title:n,description:a,headlineVersion:i,align:r}),T=c?.filter((e=>"rte"===e?.type||"label"in e||"description"in e));return u(Aa,{className:e,padding:t,defaultPadding:l,...m?{title:I}:{insetTitle:I},...Si(S,N),isImageSecondary:C,imageAlign:v,isImageAlwaysOnRight:w,buttons:cl(b),children:p("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[T?.length?u(Ni,{benefitsVersion:s,isTabularBenefits:o,benefits:T}):null,d?u(di,{__html:d}):null,h?.length?u(ei,{items:h,isDotted:x,listItemSize:g}):null,k,Ii(f)]})})})),Si=(e,t)=>t?{rightImage:e}:{leftImage:e},Ii=e=>e?.length?u(wi,{tags:e}):null,Ti=({title:e,description:t,headlineVersion:l,align:n})=>e||t?u(xl,{title:e,description:t,headlineVersion:l,align:n,isEmbedded:!0}):null,Bi=x((({className:e,title:t,icon:l,list:n,href:a,target:i,...r})=>u(k,{className:e,defaultPadding:"p-3xl",...r,children:u(Ga,{className:"flex items-center h-full",href:a,target:i,children:u(ki,{title:t,headlineVersion:"XS",image:l,imageOptions:{directionRight:!0,imageAlign:"center"},benefits:n?.map((e=>({type:"default",label:e.title,description:e.description})))})})}))),Mi=[{origins:["t.me","telegram.org"],iconMapped:{icon:"TelegramIcon"}},{origins:["vk.com"],iconMapped:{icon:"VKIcon"}},{origins:["ok.ru"],iconMapped:{icon:"OkIcon"}},{origins:["apps.apple.com"],iconMapped:{icon:"AppleIcon"}},{origins:["play.google.com"],iconMapped:{icon:"PlayMarketIcon"}},{origins:["youtube.com"],iconMapped:{icon:"YoutubeIcon"}},{origins:["rutube.ru"],iconMapped:{icon:"RutubeIcon"}}],Pi=x((({className:e="",media:t,showButtonText:l,stretched:a,version:i="white",children:r})=>{const[s,o]=n(),c=t?.map((e=>{const{href:t,icon:n,text:a}=e,{iconMapped:r}=(e=>Mi.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{})(t),c=Ri(n)??r,d=l?{text:a}:{text:""};return!s&&a&&o(!0),{...e,...d,icon:{...c,iconVersion:"color"},version:i}})),d=w("border border-solid hover:border-transparent group-data-primary:border-main-divider border-main-divider group-data-gray:border-green group/media",l&&s?"":" basis-auto",a?"flex-1 justify-center":"");return p("div",{className:"flex flex-col sm:flex-col-reverse gap-xs",children:[r?u(me,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null,u("div",{className:w("flex gap-xs",e),children:cl(c,{className:a?"w-full":"",buttonClassName:d})})]})})),Ri=e=>e?.src||e?.icon?e:void 0,Vi=x((({className:e,padding:t,description:l,href:n,icon:a,items:i=[],listItemSize:r="S",socialMedia:s=[],target:o,title:c,align:d="text-left",isImageAlwaysOnRight:m=true,...h})=>u(k,{className:w("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...h,children:u(Ga,{href:n,target:o,className:"h-full",children:u(Aa,{className:"h-full",defaultPadding:"p-m",padding:t,insetTitle:c?u(xl,{title:c,description:l,headlineVersion:"S",isEmbedded:!0,align:d}):null,rightImage:a?.icon||a?.src?u($t,{image:a}):null,buttons:s.length?u(Pi,{media:s,showButtonText:!0,version:h.version}):null,isImageAlwaysOnRight:m,children:i.length?u(ei,{items:i,listItemSize:r}):null})})}))),zi=x((({className:e="",__html:t,richVersion:l="striped",...n})=>u(k,{className:e,...n,children:u(di,{__html:t,richVersion:l})}))),Ai=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]})})),Di=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})})),_i=(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(me,{size:"text-m",color:"text-secondary-text",children:l})}):null,n?u("div",{className:"mt-2xs",children:u(me,{size:"text-xl",color:"text-primary-text",children:n})}):null,a?.length?u("div",{className:"text-primary-main",children:cl(a)}):null]},String(t))},ji=x((({className:e="",title:t,align:l="text-center",icon:n,button:a,cardCells:i=[],...r})=>{const s=i.map(_i),o=s.slice(0,1),c=s.slice(1);return p(k,{className:w("flex flex-col",e),defaultPadding:"p-3xl",...r,children:[Li(n),t?u(I,{className:w("pt-xs",l),headingType:"h5",title:t}):null,a?u(se,{className:"w-full mt-m",...a}):null,i.length?u(Ai,{renderFoldableSection:({isUnfolded:e})=>p("div",{children:[o,u(Di,{isUnfolded:e,children:c})]}),renderFoldButton:i.length>1?$i:null}):null]})})),Li=e=>u("div",{className:"self-center",children:e?.src||e?.icon?u($t,{image:e}):null}),$i=({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"})]}),Oi="bg-gradient-to-r from-main-gradient-start to-main-gradient-end",Ei="border-gray border-solid border",Fi="border-main-divider border-b",Ui="w-52",Hi=x((({icon:e,image:t,title:l,link:n})=>p("div",{className:w("w-80 box-border flex flex-col gap-m items-center rounded-t-md border-b-0 p-2xl",Ei,Oi),role:"columnheader",children:[e&&!t?.src&&u($t,{className:"h-16 w-16 min-w-16 min-h-16",image:e,width:"64",height:"64"}),t?.src&&u($t,{image:t}),l?u(I,{headingType:"h4",as:"h3",className:"text-center text-white",title:l}):null,n?.text&&u("div",{className:"mt-auto w-full",children:u(se,{href:n.href,target:n.target,className:"w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active",children:u("div",{className:"text-xs font-light font-medium py-s",children:n.text})})})]}))),Wi={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},Xi=x((({children:e,activeIndex:t,columnWidth:l,version:n="comparison"})=>u("div",{className:"flex flex-1 overflow-hidden",children:u("div",{className:Wi[n],style:{transform:`translateX(-${t*l}px)`},children:e})}))),Ki=x((({children:e})=>u("div",{className:"self-start flex flex-col",role:"row",children:u("div",{className:"flex gap-xl",children:e})}))),Yi=x((({colHeaders:e,activeIndex:t})=>p(Ki,{children:[u("div",{className:Ui,role:"columnheader"}),u(Xi,{activeIndex:t,columnWidth:336,children:e.map(((e,t)=>u(Hi,{...e},String(t))))})]}))),Gi=x((({cell:e,isFirstRow:t,isLastRow:l,isFillGradient:n})=>{const a=w("w-80 box-border flex flex-col",Ei,l?"border-t-0 rounded-b-md":"border-y-0",n?Oi:""),i=w("mx-2xl h-full",Fi,n&&t?"border-t":"",l?"border-b-0":"border-solid");return u("div",{className:a,role:"cell",children:u("div",{className:i,children:e.map(((e,t)=>Zi(e,t,n)))})})})),qi=(e=!1)=>"text-xl m-0 "+(e?"text-white":""),Ji=(e=!1)=>"text-s opacity-80 "+(e?"text-white":"text-secondary-text"),Zi=({label:e,description:t},l,n)=>p("div",{className:"first:pt-2xl pt-xl last:pb-2xl",children:[e?u("h4",{className:qi(n),children:e}):null,t?u("div",{className:Ji(n),children:t}):null]},String(l)),Qi=(e=!1)=>w("text-s py-2xl",Fi,Ui,e?"border-b-0":"border-solid"),er=x((({row:{header:e,data:t},activeIndex:l,isColoredFirstColumn:n,isFirstRow:a,isLastRow:i})=>p(Ki,{children:[e?.title?u("div",{className:Qi(i),children:e.title}):null,t?.length?u(Xi,{activeIndex:l,columnWidth:336,children:t.map(((e,t)=>u(Gi,{cell:e,isFirstRow:a,isLastRow:i,isFillGradient:n&&0===t},String(t))))}):null]}))),tr=x((({rowData:e,isColoredFirstColumn:t,activeIndex:l,controls:n})=>{const{isScrollAvailable:a}=n;return p("div",{className:"relative",children:[e.map(((e,n,{length:a})=>u(er,{row:e,isFirstRow:0===n,isLastRow:n+1===a,activeIndex:l,isColoredFirstColumn:t},String(n)))),a?zl({...n,btnClass:["top-28","top-12"],className:"right-7",isDisabled:!0}):null]})})),lr=x((({columns:e=[],rowHeaders:t,isShowAllRow:l,visibleRowLength:n,isColoredFirstColumn:a})=>{const i=e?.map((({header:e})=>e||{})),r=e?.map((({data:e})=>e))||[],s=t?.map(((e,t)=>({header:e,data:r.map((e=>e?.[t]||[{}]))}))).slice(0,l?t.length:n),[o,c]=Ml({itemCount:e.length,visibleItemCount:3}),{isScrollAvailable:d}=c;return p("div",{children:[p("div",{role:"table",children:[i?.length?u(Yi,{colHeaders:i,activeIndex:o}):null,s?.length?u(tr,{rowData:s,isColoredFirstColumn:a,activeIndex:o,controls:c}):null]}),d?u("div",{className:"absolute top-0 right-0 bottom-0 w-20 bg-opacity-to-white"}):null]})})),nr=x((({className:e="",title:t,rowHeaders:l,columns:a,visibleRowLength:r=0,isColoredFirstColumn:s=!1,...o})=>{const[c,d]=n(!r),m=i((()=>d((e=>!e))),[]);return p(k,{className:w("overflow-hidden relative",e),defaultPadding:"p-6xl",...o,children:[u(I,{headingType:"h2",className:"text-center mb-4xl mx-auto",title:t}),u(lr,{columns:a,rowHeaders:l,isShowAllRow:c,isColoredFirstColumn:s,visibleRowLength:r}),r?ar({isShowAllRow:c,onClick:m}):null]})})),ar=({isShowAllRow:e,onClick:t})=>u("div",{className:"pr-6xl",children:p("div",{className:"flex gap-m w-full",children:[u("div",{className:Ui}),u("button",{onClick:t,className:"py-xs flex-1 border-gray border-solid border text-primary-text bg-white hover:border-primary-main hover:text-primary-main",children:u(me,{size:"text-xs",font:"font-medium",children:e?"Скрыть":"Показать все параметры"})})]})}),ir=x((({className:e,contacts:t,info:l,version:n="secondary",...a})=>p(k,{className:w("flex",e),defaultPadding:"p-6xl",version:n,...a,children:[l?.length?rr(l):null,t?.length?rr(t):null]}))),rr=e=>u("div",{className:"flex gap-5xl grow basis-0",children:e.map(((e,t)=>sr({column:e,index:t})))}),sr=({column:e,index:t})=>e?u("div",{className:"flex flex-col gap-xl grow basis-0",children:e.map((({title:e="",description:t,additionalDescription:l,button:n},a)=>p("div",{children:[u(xl,{title:e,description:t,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),l?u("div",{className:"mt-xs opacity-80",children:u(de,{size:"text-m",font:"font-light",children:l})}):null,n?.href?u(se,{className:"mt-xl",...n}):null]},String(a))))},`col-${String(t)}`):null,or=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]}))),cr=x((({className:e="",label:t,icon:l,dataTheme:n="",disabled:a=!1,onClick:i})=>u(or,{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($t,{image:{icon:l,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),dr=({isUnfolded:e,onToggle:t})=>u(cr,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),mr=x((({title:e,description:t})=>p("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[u($t,{image:{icon:"MagnifierIcon"},width:"120",height:"120"}),u(xl,{title:e,description:t,headlineVersion:"S",isEmbedded:!0,align:tl})]}))),hr=["ArrowDownIcon","ArrowUpIcon"],ur="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs border-box",pr=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?u(mr,{...a}):null}),p("div",{className:w("space-y-2xs",t.length?"":"hidden"),children:[u("div",{className:w(ur),children:fa(r,{...i.options,parent:n})}),u(Ai,{renderFoldableSection:({isUnfolded:e})=>u(Di,{className:w(ur),isUnfolded:e,children:fa(s,{...i.options,parent:n})}),renderFoldButton:({isUnfolded:t,onToggle:n})=>u(cr,{className:w(l<1?"hidden":""),disabled:!s?.length,label:e,icon:hr[Number(t)],dataTheme:i.options?.page?.colorPalette,onClick:n})})]})]})})),xr=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,gr=(e,t)=>Object.entries(e).map((([l,n])=>"number"==typeof n?Array.isArray(t[l])?((e,t)=>l=>xr(t[e])||xr(l[e])||l[e]?.includes(t[e]))(l,e):((e,t)=>l=>xr(t[e])||xr(l[e])||fr(t[e])<=fr(l[e]))(l,e):"object"==typeof n&&"min"in n&&"max"in n?((e,t)=>l=>xr(t[e])||xr(l[e])||fr(t[e]?.min)>=fr(l[e]?.min)&&fr(t[e]?.min)<=fr(l[e]?.max))(l,e):Array.isArray(n)?((e,t)=>l=>xr(t[e])||xr(l[e])||t[e]?.some((t=>l[e]?.includes(t))))(l,e):((e,t)=>l=>xr(t[e])||xr(l[e])||t[e]===l[e])(l,e))).every((e=>e(t))),fr=e=>Number(e||0),br=(e,t)=>(l=T)=>e&&e.filter((e=>gr(t,l(e.content||{})))),yr=x((({value:e,onChange:t,items:l=[],multiple:n})=>l.map((l=>u(qe,{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))))),vr=({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(Nr(e))]}),n?u("div",{children:u(se,{className:"w-full @4xl:w-72 @4xl:ml-s",onClick:t,...n})}):null]}),Nr=e=>([t,l])=>{const n=l?.type;return"array"===n?wr(t,e)(l):null},wr=(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(me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:l.title})}):null,u(yr,{items:n,multiple:!0,...t(e)})]},e)},Cr=(e,t)=>e[t?.sourceBook]?.rateRows.map((e=>e.minMonths)).filter((e=>void 0!==e));async function kr(...e){const t=e.map((e=>_(e)));return Promise.all(t)}function Sr(e,...t){return e.map(((e,l)=>[e,...t.map((e=>e[l]))]))}const Ir=e=>Boolean(e&&e.content&&"string"==typeof e.content.sourceBook);function Tr(e){const{dirs:t=[],source:l=[]}=r((()=>{const t=(e=>e?.filter(Ir).map((({content:{sourceBook:e}})=>e)))(e);return{dirs:t?.map((e=>`/wcms-resources/${e}.json`)),source:t}}),[e]),{data:n=[]}=A(t,kr);return{source:Object.fromEntries(Sr(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 Br=1e9,Mr={sum:{min:1e4,max:Br},period:3},Pr=x((({className:e,filtrationSchema:t={},resetButton:l,sumInput:n,periodInput:a,...i})=>{const{source:r,months:s}=Tr(i.block?.blocks),[o,{field:c,reset:d}]=B(Mr),m=br(i.block?.blocks,o)((e=>({...e,period:Cr(r,e||{})||[]}))),h=p("div",{children:[u(Kn,{label:n?.title,min:500,max:Br,...c("sum",{parse:e=>({min:Number(e),max:Br}),format:({min:e})=>String(e)})}),u(yt,{title:a?.title,items:["От 3 мес","До 5 лет"],list:s,...c("period")})]});return p(k,{className:w("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[vr({field:c,reset:d,filtrationSchema:t,resetButton:l,children:h}),u(pr,{blocksToRender:m,...i})]})})),Rr={type:"string",title:"Адрес справочника"};Pr.childrenTypes=["ProductTile"],Pr.childSchema=e=>({...e?.filtrationSchema||{},sourceBook:Rr});const Vr=[{key:"10"},{key:"50"},{key:"100"}],zr=({itemCount:e,onItemCountChange:t})=>{const l=i((({key:e})=>t(Number(e))),[]);return p("div",{className:"flex items-center gap-s",children:[u("span",{children:"Показать по"}),u(He,{className:"min-w-20",onChange:l,value:{key:String(e)},options:Vr,iconVersion:"black"})]})},Ar="py-m px-lg rounded-md cursor-pointer hover:bg-green-more-dark hover:text-white",Dr=(e,t)=>{const{currentPage:l,onPageChange:n,totalPages:a}=e,i=t+1;return i===l?u("div",{"aria-current":"true",className:"py-m px-lg bg-green-light text-white rounded-md",children:i},String(t)):1!==i&&i!==a&&((e,t,l)=>e<t&&e>=t-2||e<=t+2&&e>t||((e,t,l)=>t<=3&&e<=t+3||t>=l-1&&e>=l-4)(e,t,l))(i,l,a)?u("div",{onClick:()=>n(i),className:Ar,"aria-label":`Страница ${i}`,children:i},String(t)):null},_r={width:"24",height:"24"},jr=({currentPage:e,onPageChange:t,totalPages:l})=>{const n=r((()=>new Array(l).fill({currentPage:e,onPageChange:t,totalPages:l})),[l,e]),a=i((()=>{e>1&&t(e-1)}),[e]),s=i((()=>{e<l-1&&t(e+1)}),[e,l]),o=i((()=>t(1)),[]),c=i((()=>t(l)),[l]);return p("div",{className:"flex gap-m items-center",children:[u("div",{onClick:a,children:u(Ae,{name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Lr(1===e),..._r})}),p("div",{className:"flex gap-xs",children:[e>1?u("div",{onClick:o,className:Ar,"aria-label":"Страница 1",children:"1"}):null,e>4?u("div",{className:"py-m px-s",children:"..."}):null,n.map(Dr),e<l-3?u("div",{className:"py-m px-s",children:"..."}):null,e<l?u("div",{onClick:c,className:Ar,"aria-label":`Страница ${l}}`,children:l}):null]}),u("div",{onClick:s,children:u(Ae,{className:"rotate-180",name:"ArrowLeftIcon",iconVersion:"black",imageClassName:Lr(e===l),..._r})})]})},Lr=e=>e?"opacity-20":"cursor-pointer hover:opacity-60",$r=({currentPage:e,onPageChange:t,totalPages:l,itemCount:n,onItemCountChange:a})=>p("div",{className:"mt-3xl flex justify-between items-center select-none",role:"navigation","aria-label":"Пагинация",children:[u(jr,{currentPage:e,onPageChange:t,totalPages:l}),n&&a?u(zr,{itemCount:n,onItemCountChange:a}):null]}),Or=(e,t=!1)=>{if("string"==typeof e)return e.split("-").reverse().join(".");{const l=String(e.getDate()).padStart(2,"0"),n=String(e.getMonth()+1).padStart(2,"0"),a=t?String(e.getFullYear()):String(e.getFullYear()).slice(-2);return t?`${a}-${n}-${l}`:`${l}.${n}.${a}`}},Er=()=>{},Fr=({today:e,firstDayOfWeek:t,totalDays:l,currentMonth:n,currentYear:a,min:i,max:r,onDateClick:s})=>{const o=[];let c=1;for(let d=0;d<6;d++){const m=[];for(let o=0;o<7;o++)if(0===d&&o<t)m.push(u("td",{},`empty-${o}`));else if(c>l)m.push(u("td",{},`empty-${o}`));else{const t=new Date(a,n,c),l=Ur(t,e),o=Hr(t,i,r);m.push(u("td",{children:u("div",{className:Wr(l,o),onClick:()=>!o&&s(t),children:c})},`day-${c}`)),c++}o.push(u("tr",{children:m},`row-${d}`))}return o},Ur=(e,t)=>t&&e.toDateString()===t.toDateString(),Hr=(e,t,l)=>t&&e.getTime()<t.getTime()||l&&e.getTime()>l.getTime(),Wr=(e,t)=>w("p-s text-center rounded-md border",e?"":"border-transparent hover:bg-gray",t?"text-gray hover:bg-transparent":"cursor-pointer"),Xr=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Kr=x((({today:e,currentMonth:t,currentYear:l,min:n,max:a,onDateSelect:s=Er})=>{const o=i((e=>s(e)),[]),{firstDayOfWeek:c,totalDays:d}=r((()=>({firstDayOfWeek:new Date(l,t,1).getDay()-1,totalDays:new Date(l,t+1,0).getDate()})),[l,t]);return p("table",{className:"mx-auto",children:[u("thead",{className:"text-gray font-light",children:u("tr",{children:Xr.map(((e,t)=>u("th",{className:"p-s",children:e},String(t))))})}),u("tbody",{children:Fr({firstDayOfWeek:c,today:e,totalDays:d,currentYear:l,currentMonth:t,min:n,max:a,onDateClick:o})})]})})),Yr=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],Gr=Yr.map((e=>({key:e}))),qr=Array.from({length:(new Date).getFullYear()-1970+1},((e,t)=>1970+t)).reverse().map((e=>({key:String(e)}))),Jr={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},Zr={className:"min-w-32",iconVersion:"black",isBorder:!1},Qr=x((({className:e="",label:t="",value:l,minDate:a,maxDate:r,onChange:s})=>{const[o,{setValue:c}]=Ve(!1),[d,m]=n(l?.getMonth()||(new Date).getMonth()),[h,x]=n(l?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:g,handleNextMonth:f,handleSelectMonth:b,handleSelectYear:y,monthsOptions:v,yearsOptions:N,handleChangeVisibleCalendar:C,ref:k}=(({onShowCalendar:e,showCalendar:t,selectedMonth:l,onMonthSelect:n,onYearSelect:a,selectedYear:r})=>{const s=Oe(i((()=>t&&e(!1)),[t]));return{handleChangeVisibleCalendar:i((()=>e(!t)),[t]),handleNextMonth:i((()=>{l+1<=11?n(l+1):(n(0),a(r+1))}),[l]),handlePrevMonth:i((()=>{l-1>=0?n(l-1):(n(11),a(r-1))}),[l]),handleSelectMonth:i((({key:e})=>n(Yr.indexOf(e))),[]),handleSelectYear:i((({key:e})=>a(Number(e))),[]),monthsOptions:Gr,yearsOptions:qr,ref:s}})({onYearSelect:x,onMonthSelect:m,onShowCalendar:c,selectedYear:h,selectedMonth:d,showCalendar:o});return p("div",{className:w(e,"relative"),ref:k,children:[u(me,{size:"text-m",children:t}),es(C,l),o?p("div",{className:"absolute bg-white z-10 select-none",children:[p("div",{className:"flex gap-s",children:[u("div",{className:"my-auto",onClick:g,children:u(Ae,{...Jr,className:"-rotate-90 cursor-pointer"})}),u(He,{onChange:b,value:{key:Yr[d]},options:v,...Zr}),u(He,{onChange:y,value:{key:String(h)},options:N,...Zr}),u("div",{className:"my-auto",onClick:f,children:u(Ae,{...Jr,className:"rotate-90 cursor-pointer"})})]}),u(Kr,{today:l,currentMonth:d,currentYear:h,onDateSelect:s,min:a,max:r})]}):null]})})),es=(e,t)=>p("div",{onClick:e,className:"flex justify-between px-m py-s border border-gray rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",children:[u(de,{children:t&&Or(t)}),u(Ae,{...Jr,name:"Calendar2Icon"})]}),ts=x((({className:e,value:t,autoFocus:l,onChange:n,onFocus:a,placeholder:r="Поиск по сайту"})=>{const s=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($t,{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:r,autoFocus:l,onChange:s,onFocus:a})]})})),ls=x((({field:e,onClearFilter:t,filtrationState:l})=>p("div",{className:"grid grid-cols-12 mb-3xl space-x-xl",children:[u(ts,{className:"col-span-4 mt-auto",placeholder:"Поиск",...e("query")}),u(Qr,{className:"col-span-3",label:"Период от",maxDate:l.endDate,...e("startDate")}),u(Qr,{className:"col-span-3",label:"Период до",minDate:l.startDate,...e("endDate")}),u("div",{className:"col-span-2 mt-auto",children:u("button",{className:"px-m py-s rounded-md bg-main-gray text-green cursor-pointer w-full",onClick:t,children:"Очистить фильтр"})})]}))),ns=({title:e,timestamp:t,publicId:l})=>{const n=q({basePath:"/"}),{href:a}=n({href:`/api/v1/depository/${l}/file`});return p("div",{className:"grid grid-cols-12 py-lg border-gray border-opacity-50 border-b",children:[u("div",{className:"col-span-2 text-m",children:t?u(me,{children:Or(t)}):null}),u("div",{className:"col-span-10 text-h6 hover:text-primary-active",children:u("a",{href:a,download:!0,"aria-label":"Скачать",children:e})})]},l)},as={startDate:void 0,endDate:void 0,query:""},is=x((({className:e,...t})=>{const[l,a]=n(0),[r,s]=n(10),[o,{field:c,reset:d}]=B(as),{totalPages:m=0,items:h}=(({size:e,page:t,query:l,startDate:n,endDate:a})=>{const{data:i}=A(`/api/v1/depository?page=${t}&size=${e}&query=${l}&timestampStart=${n?Or(n,!0):""}&timestampEnd=${a?Or(a,!0):""}`,j);return{items:i?.content,totalPages:i?.totalPages}})({size:r,page:l,...o}),x=i((e=>a(e-1)),[]),g=i((e=>s(e)),[]);return p(k,{className:w(e,"container p-4xl"),...t,children:[u(ls,{filtrationState:o,field:c,onClearFilter:d}),p("div",{className:"flex flex-col",children:[p("div",{className:"grid grid-cols-12 pb-lg border-gray border-opacity-50 border-b",children:[u("span",{className:"col-span-2 text-gray text-m",children:"Дата"}),u("span",{className:"col-span-10 text-gray text-m",children:"Тема"})]}),h?.length?h?.map((e=>u(ns,{...e},String(e.publicId)))):u(mr,{title:"Ничего не найдено",description:"Попробуйте очистить фильтры"}),u($r,{currentPage:l+1,onPageChange:x,totalPages:m+1,itemCount:r,onItemCountChange:g})]})]})})),rs=e=>"Image"===e?.contentType&&e?.image?u($t,{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,ss=x((({className:e="",title:t,description:l,error:n,button:a,...i})=>p(k,{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:rs(n)}),u(xl,{title:t,description:l,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?u(se,{version:a?.version,text:a?.text,...a}):null]})));var os;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(os||(os={}));const cs=new Intl.NumberFormat("ru",{style:"currency",currency:os.RUB}),ds=e=>e?cs.format(e):"",ms="text-left text-m font-light text-secondary-text",hs=`${ms} pl-5xl`,us={USD:"DollarIcon",EUR:"EuroIcon"},ps=x((({className:e,exchangeCurrencyItems:t})=>p("table",{className:`h-fit w-fit ${e}`,children:[u("thead",{children:p("tr",{children:[u("th",{className:ms,children:u(me,{size:"text-m",children:"Валюта"})}),u("th",{className:hs,children:u(me,{size:"text-m",children:"Купить"})}),u("th",{className:hs,children:u(me,{size:"text-m",children:"Продать"})})]})}),u("tbody",{children:t.map(xs)})]}))),xs=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($t,{image:{icon:us[t]},width:"24",height:"24"}):null,u(me,{size:"text-h6",children:t})]})}),u("td",{className:"pt-m pl-5xl",children:u(me,{size:"text-h6",children:ds(e?.saleExchangeRate)})}),u("td",{className:"pt-m pl-5xl",children:u(me,{size:"text-h6",children:ds(e?.buyExchangeRate)})})]},t)},gs={icon:"GpsIcon"},fs=x((({className:e="",address:t})=>p("div",{className:`flex gap-s ${e}`,children:[u(nl,{...gs,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:"Курс указан для заданного офиса"})]})]}))),bs=(e,t,l)=>{const n=Number(ys(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)},ys=e=>e.replace(/[^\d.,]/g,"").replace(",","."),vs=e=>{return(t=[[e=>e.value!==os.RUB&&e.oppositeValue!==os.RUB,()=>e.handleConvert(e.value,os.RUB)],[e=>e.value===os.RUB&&e.oppositeValue===os.RUB,()=>e.handleConvert(e.value,os.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,l]=t.find((([t])=>t(e)))||[];return l})(e)?.();var t};function Ns(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(pe,{className:"shrink-0 text-l w-full appearance-none -mr-24",placeholder:t,type:"text",value:a,onChange:i}),s.length?u(He,{isBorder:!1,onChange:e=>r(e.key),options:s,value:o}):null]})}const ws=x((({className:e="",currencyRatesBuy:t,currencyRatesSell:l,button:a})=>{const[r,s]=n({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||os.RUB,selectBuy:l?.[0]?.currency?.currency||os.USD}),o=i((e=>s((t=>({...t,...e})))),[]);return p("div",{className:`grid gap-m pt-2xl ${e}`,children:[Ns({placeholder:"Хочу продать",rates:l,selected:r.selectSell,setSelected:Cs(r,o,l),value:r.inputSell,setValue:e=>Ss(o,l)(e,r.selectSell,r.selectBuy)}),Ns({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:ks(r,o,t),value:r.inputBuy,setValue:e=>Is(o,t)(e,r.selectBuy,r.selectSell)}),a?.text?u(se,{text:a.text,version:a?.version,...a}):null]})})),Cs=(e,t,l)=>n=>{t({selectSell:n}),vs({value:n,oppositeValue:e.selectBuy,handleConvert:(n=e.selectSell,a=e.selectBuy)=>{Ss(t,l)(e.inputSell,n,a)}})},ks=(e,t,l)=>n=>{t({selectBuy:n}),vs({value:n,oppositeValue:e.selectSell,handleConvert:(n=e.selectBuy,a=e.selectSell)=>Is(t,l)(e.inputBuy,n,a)})},Ss=(e,t)=>(l,n,a)=>{e({inputSell:ys(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(bs(l,i,n===os.RUB)||"")})},Is=(e,t)=>(l,n,a)=>{e({inputBuy:ys(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(bs(l,i,n===os.RUB)||"")})};const Ts=async e=>{const t=await Bs(),l=t?.code||"000";return{region:t,exchangeRates:await Ms(e,l)}},Bs=async()=>{try{return await j("/api/v1/region",{method:"GET"})}catch(e){return console.log(e),{}}},Ms=async(e,t)=>{try{return await j(e+`?regionCode=${t}`,{method:"GET"})}catch(e){return console.log(e),{}}},Ps=x((({className:e="",title:t="Курсы обмена валют",button:l,...n})=>{const{exchangeRates:a}=function(){const{data:e}=A("/api/v1/exchangerates",Ts);return e||{}}(),i=Rs(a?.exchangeRate?.currencies),r=i.filter((e=>e.buyExchangeRate));r.unshift({currency:{currency:os.RUB}});const s=i.filter((e=>e.saleExchangeRate));return s.push({currency:{currency:os.RUB}}),u(k,{className:w("box-border min-h-80",e),...n,children:u(Aa,{className:"h-full",title:u(I,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:p("div",{className:"flex gap-6xl flex-wrap",children:[p("div",{children:[i?u(ps,{className:"mb-xl",exchangeCurrencyItems:i}):null,u(fs,{address:a?.address})]}),i.length&&r.length&&s.length?u(ws,{className:"grow",currencyRatesBuy:r,currencyRatesSell:s,button:l}):null]})})})})),Rs=e=>e?.filter((e=>1===e?.currency?.id||2===e?.currency?.id))||[],Vs=e=>Vt(d.SITEMAP||"sitemap",{fallback:e}),zs={width:"40",height:"45"},As={"bg-white":"color",transparent:"white"},Ds={"bg-white":"text-primary-main",transparent:"text-white"},_s=(e,t,l)=>u($t,t?.src?{image:t,className:Ds[e],width:l?.width,height:l?.height,pathPrefix:"/wcms-resources/"}:{image:{icon:t?.icon||"LogoIcon",iconVersion:As[e]},className:Ds[e],width:l?.width,height:l?.height}),js={"bg-white":"text-primary-text",transparent:"text-white"},Ls=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:[_s(i,l?.image,zs),r?n??u("div",{className:"ml-s",children:u(me,{font:"font-medium",color:js[i],size:"",children:l?.title||"Россельхозбанк"})}):null]}))),$s=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($t,{image:{icon:"CloseIcon"},width:"24",height:"24"})})));function Os(e,t,l=300){a((()=>{const t=globalThis.setTimeout(e,l);return()=>{globalThis.clearTimeout(t)}}),t)}const Es=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)};const Fs=(e,t)=>(l,n)=>{for(const[a,i]of n)l.set(a,e(l.get(a)||t,i));return l},Us=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),Hs=e=>t=>e.map((([e,l])=>[Es(t)(e),l])).filter((([e])=>e>=.8)).map((([e,t])=>Xs(t,e))).reduce(Fs(Math.max,0),new Map),Ws=e=>t=>{return Sr(t,t.map((({title:e})=>e)).map((e=>t=>{const l=Us(t||"");return l.length?si(e.map((e=>cn(l.map(Es(e)))))):0})(e))).sort((n=([,e])=>e,l=(e,t)=>n(e)-n(t),(e,t)=>-l(e,t))).map((([e])=>e));var l,n},Xs=(e,t)=>new Map(e.map((e=>[e,t]))),Ks=({basePathList:e,initialQuery:t=""})=>{const[l,i]=n(t||"");a((()=>{null!=t&&i(t)}),[t]);const{data:r}=A(e?.length?e:null,Ys),[s,o]=n(null);return Os((()=>{r&&o(r.map((e=>t=>{const{corpus:l,dictionary:n}=t||{};if(!(e&&l?.length&&n&&Object.keys(n).length))return[];const a=Us(e);if(!a.length)return[];const i=Object.entries(n),r=[...a.map(Hs(i)).reduce(Fs(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*a.length)).map((([e])=>l[e]));return Ws(a)(r)})(l)))}),[r,l]),[s,{value:l,onChange:i}]},Ys=async(...e)=>(await Promise.allSettled(e.map((e=>_(H(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),Gs=x((({className:e,head:t,children:l,onClose:n})=>{const{close:a}=O(),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($s,{className:"absolute top-0 right-0",onClose:r}),u("div",{className:"container",children:t})]}),u("div",{className:"container pb-6xl",children:l})]})})),qs=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(Zs)})})),Js=["all","footer"],Zs=(e,t)=>{const{text:l,items:n=[],href:a,target:i,onClick:r}=e,s=n.filter((e=>!e.displayArea||Js.includes(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(Qs,{...e,basePath:o(a),index:t},String(t))))]},String(t))},Qs=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}`})})),eo=x((({initialQuery:e})=>{const{topItems:t}=Vs(),l=r((()=>t?.map((e=>e.href||"/"))),[t]),[n,i]=Ks({basePathList:l,initialQuery:e}),s=r((()=>to(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(Gs,{head:u(ts,{autoFocus:!0,...i}),children:u(qs,{topItems:s})})})),to=e=>t=>e?.length&&t?.length?Sr(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:H("/",t)})))}))):[];const lo=()=>{const{open:e,close:t}=O();return{open:(t={},l={})=>e(u(eo,{...t}),l),close:t}},no=x((({className:e})=>{const[t,l]=n(""),a=i((()=>l("")),[]),{open:r}=lo(),s=i((e=>{l(e),ao(e)&&r({initialQuery:e},{onClose:a})}),[a]);return p("div",{className:w("relative",e),children:[u(ts,{value:t,onChange:s}),u($s,{className:"absolute top-0 right-0 sm:hidden",onClose:a})]})})),ao=e=>e&&e.length>=3,io=x((({className:e="",items:t})=>p("div",{className:e,children:[t?.length?t.map(ro):null,u(se,{version:"primary",className:"w-full",href:"https://old.rshb.ru/feedback/question/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"})]}))),ro=(e,t)=>p("div",{className:"mb-m",children:[u("div",{className:"mb-m",children:u(me,{size:"text-l",font:"font-medium",children:e?.title})}),u("div",{children:e.items?.map(so)})]},String(t)),so=(e,t)=>p("div",{className:"mb-m",children:[u("div",{children:oo(e.type,e.text)}),u("div",{className:"mt-2xs text-s font-light text-secondary-text",children:e.description})]},String(t)),oo=(e,t="")=>{switch(e){case"tel":return u("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${co(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})}},co=e=>e.replaceAll(/\D/g,""),mo=x((({className:e="",index:t,text:l,...n})=>{const a=q(),{href:i,target:r,onClick:s}=a(n);return u("a",{className:w("text-secondary-text",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),ho=x((({className:e="",links:t})=>u("div",{className:e,children:t?.length?u("div",{className:"flex justify-between items-center gap-lg py-lg border-solid border-x-0 border-y border-y-main-divider",children:t.map(((e,t)=>u(mo,{index:t,className:"text-l font-light max-w-[292px]",...e},String(t))))}):null}))),uo=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}`})})),po=x((({className:e="",links:t})=>p("div",{className:w("@container",e),children:[u("div",{className:"pt-lg",children:u(me,{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(uo,{index:t,...e},String(t))))}):null]}))),xo="w-52",go=x((({className:e,...t})=>{const{topItems:l,logo:n}=Vs(t.options?.page?.fallback),{documents:a,relatedEnterprises:i,contacts:r,socialMedia:s,mobileApps:o}=Vt(d.FOOTER||"footer",{fallback:t.options?.page?.fallback});return p(k,{tag:"footer",className:e,...t,children:[p("div",{className:"flex items-stretch gap-3xl pb-3xl ",children:[u(Ls,{className:xo,logo:n}),u(no,{className:"grow"})]}),p("div",{className:"flex items-stretch gap-6xl",children:[p("div",{className:w(xo,"flex flex-col shrink-0 overflow-hidden space-y-xl"),children:[u(io,{items:r}),u(Pi,{media:s,children:"Соцсети"}),u(Pi,{media:o,showButtonText:!1,children:"Мобильное приложение"})]}),u(qs,{className:"flex-grow",topItems:l})]}),u(ho,{className:"mt-xl",links:i}),u(po,{links:a})]})})),fo=x((({className:e="",title:t,description:l,calendar:n,...a})=>p(k,{className:w("space-y-m",e),defaultPadding:"p-6xl",...a,children:[u(xl,{title:t,description:l,headlineVersion:"M",isEmbedded:!0}),n?bo(n):null]}))),bo=e=>{const t=100/(e.reduce(((e,t)=>t?.month?.length?e+t.month.length:e),0)||1),l=e.filter((e=>e?.month?.length)).map((e=>({...e,flexBasis:`${e?.month?.length?e.month.length*t:""}%`})));return p("div",{className:"w-full flex flex-col justify-center gap-s",children:[u("div",{className:"flex w-full text-h6 text-center",children:l.map((e=>yo(e,t)))}),u("div",{className:"flex gap-s w-full",children:l.map(((e,t)=>p("div",{className:"border-r border-main-divider last:border-r-0 space-y-s",style:{flexBasis:e.flexBasis},children:[u("div",{className:"flex gap-s",children:vo(e)}),p("div",{className:"text-s font-light text-primary-text",children:[u("span",{children:e.text})," ",u("span",{className:"text-primary-main",children:e.greenText})]})]},`monthItem-${t}`)))})]})},yo=(e,t)=>e.month?.map(((e,l)=>u("div",{style:{flexBasis:`${t}%`},children:e.text},`monthName-${l}`))),vo=e=>e.month?.map((e=>e.image?.src?u("div",{className:"h-52 border-r pr-s border-main-divider last:border-r-0",children:u($t,{image:e.image,className:"flex"})},`monthImage-${e.image.src}`):null)),No=e=>({href:t})=>!!t&&U(E(t)?e.href:e.pathname).startsWith(U(t));function wo(e=[]){const t=G(),l=e.findIndex((e=>No(d.BASE_PATH?{pathname:d.BASE_PATH}:e))(t));return[l,e[l]]}const Co=x((({className:e="",active:t,flat:l,children:n,...a})=>{const i=q({isRemote:!0}),{href:r,target:s,text:o,onClick:c}=i(a);return u("a",{className:w(ko(t,l),e),href:r,target:s,onClick:c,rel:"noopener noreferrer","aria-label":o,children:u("span",{className:So(t,l),children:o||n})})})),ko=(e=!1,t=!1)=>w("inline-block border border-solid bg-transparent text-center no-underline",e?"rounded-md border-primary-main group-data-transparent:border-white":"border-transparent",t?"":"px-m py-xs"),So=(e=!1,t=!1)=>w("font-sans text-s font-light",e?"text-primary-main":w(t?"text-primary-text":"text-secondary-text","hover:text-primary-main"),"group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),Io="location";function To(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",Mo()??{name:e}),r=i((e=>{Po(e),l(e)}),[]),{data:s}=A("/api/v1/region",j);return a((()=>{s&&!Bo()&&l(s)}),[s]),[t??{name:e},r]}const Bo=()=>Boolean(globalThis.localStorage?.getItem(Io)),Mo=()=>{try{const e=globalThis.localStorage?.getItem(Io);return e&&JSON.parse(e)}catch(e){return null}},Po=e=>{try{globalThis.localStorage?.setItem(Io,JSON.stringify(e))}catch(e){}};const Ro=e=>e?.length?p("div",{className:"border-t border-main-divider mt-2xs pt-2xs",children:[u("div",{className:"mb-m",children:u(me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:"Представительства за рубежом:"})}),u("div",{className:"flex gap-5xl",children:e.map(((e,t)=>u(Vo,{...e},String(t))))})]}):null,Vo=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($t,{pathPrefix:"/wcms-resources/",image:e}):null,n?u("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:n}):null]})})),zo=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),Ao=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"})]}))),Do=x((()=>{const{defaultLocation:e,foreignOffices:t}=Vs(),[l,a]=To(e),[r,s]=n(""),o=jo(function(){const{data:e}=A("/api/v1/regions",j);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}=O(),m=i((e=>{a(e),d()}),[]);return p(Gs,{head:p("div",{children:[l?p("div",{className:"mb-s",children:[u(me,{size:"text-l",font:"font-light",children:"Сейчас выбран: "}),u("button",{onClick:()=>a(l),children:u(me,{color:"text-primary-main",children:l.name})})]}):null,u(Ao,{onSearch:s,searchTerm:r})]}),children:[r&&r.length>=3?u("div",{children:o.filter((({name:e})=>e&&Es(e.toLowerCase())(r.toLowerCase())>=.8)).map(zo(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(me,{size:"text-h6",children:e})}),t.map(zo(h))]},e)))}),Ro(t)]});var h})),_o=e=>e.name?.charAt(0)||"",jo=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),Lo={default:"w-6 h-6",large:"w-12 h-12"},$o=x((({className:e,isRounded:t,buttonSize:l="default",isGrayBg:n=!1,disabled:a,ariaLabel:i,image:r,onClick:s})=>u("button",{className:w("group/btn border-0 flex shrink-0 items-center",n?"p-s rounded-full":"p-0 bg-inherit",n&&!t?"bg-main-divider":"",t?"w-8 h-8 text-secondary-light hover:text-secondary-hove":`${Lo[l]} text-primary-text hover:text-primary-main`,"group-data-transparent:text-white",e),type:"button",disabled:a,"aria-label":i,onClick:s,children:u($t,{image:r,className:w("h-full",t?"bg-main-divider/20 rounded-full":""),imageClassName:"group-hover/btn:text-primary-hover group-hover/btn:invert-0"})}))),Oo=x((({className:e,version:t,officesLink:l,defaultLocation:n})=>{const a="transparent"===t?"white":"black",[r]=To(n),s=lo(),o=i((()=>s.open()),[]),c=(()=>{const{open:e,close:t}=O();return{open:(t={})=>e(u(Do,{}),t),close:t}})(),d=i((()=>c.open()),[]);return p("div",{className:w("flex items-center gap-lg",e),children:[u(Co,{flat:!0,href:"#",text:r?.name,onClick:d}),l?u(Co,{flat:!0,href:l,text:"Офисы и банкоматы"}):null,u($o,{image:{icon:"LoupeIcon",iconVersion:a},ariaLabel:"Поиск",onClick:o})]})})),Eo=x((({className:e="",items:t,activeItem:l})=>{const a=q(),[r,s]=n(!1),o=i((()=>s((e=>!e))),[]),c=Oe(i((()=>s(!1)),[]));return p("div",{className:w(r?"bg-white rounded-md shadow-blue-gray":"",e),ref:c,children:[u("button",{className:"group/btn flex justify-between items-center h-6","aria-label":""+(r?"Скрыть другие разделы":"Показать другие разделы"),onClick:o,children:Array(3).fill(null).map(((e,t)=>u("div",{className:"w-[3px] h-[3px] rounded mr-2xs bg-primary-text group-hover/btn:bg-primary-hover group-data-transparent:bg-white"},String(t))))}),u("div",{className:w("absolute flex flex-col rounded-md bg-white p-xl pb-xs",r?"":"hidden"),"aria-hidden":!r,children:t?.map(((e,t)=>{const{text:n,...i}=e;return u("a",{className:w("text-l font-light pb-m hover:text-primary-main",e===l?"text-primary-main":""),...a(i),children:n},e.href||String(t))}))})]})})),Fo=e=>globalThis[e];function Uo(e,t){const[l,r]=n(),s=i((()=>r(Fo(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(!Fo(e))return l.addEventListener("load",s),()=>{l.removeEventListener("load",s)};s()}),[e,t]),l}const Ho={personal:"//chat.mes.rshb.ru/assets/js/webchat_rshb",business:""},Wo=x((e=>{const[t,{setTrue:l}]=Ve();return t?u(Xo,{...e}):Ko({...e,onClick:l})})),Xo=x((({chat:e="personal",...t})=>((e=>{a((()=>globalThis.localStorage?.setItem("webchat-keep-open",String(Date.now()))),[]),Uo("chatbot",Ho[e])})(e),Ko(t)))),Ko=({className:e,iconVersion:t,onClick:l})=>u($o,{className:w("text-page__btn-chat",e),image:{icon:"HeadphonesIcon",iconVersion:t},ariaLabel:"Чат",onClick:l,buttonSize:"large",isGrayBg:!0}),Yo=x((({className:e="",active:t,dataItemName:l,children:n,...a})=>{const i=q(),{href:r,target:s,text:o,onClick:c}=i(a);return p("a",{className:w("relative inline-block bg-transparent text-center no-underline",e),href:r,target:s,"data-item-name":l,onClick:c,children:[u("span",{className:Go(t),children:o||n}),t?u("div",{className:"absolute left-0 right-0 -bottom-3 h-0.5 bg-primary-main group-data-transparent:bg-transparent"}):null]})})),Go=(e=!1)=>w("font-sans text-l font-light",e?"text-primary-main":"text-primary-text hover:text-primary-main","group-data-transparent:text-white group-data-transparent:hover:text-primary-hover"),qo=x((({observerOptions:e,onVisibilityChange:t,children:l,className:n,...a})=>{const r=y(i((e=>{if(!e.length||!t)return;const l=e[e.length-1];t(l.isIntersecting)}),[t]),e);return u("span",{ref:r,className:n,children:u(Yo,{...a,children:l})})})),Jo={default:"px-lg bg-main-divider rounded hover:text-primary-main",transparent:"text-white hover:text-primary-hover"},Zo=x((({version:e,internetBankUrl:t})=>t?u(se,{href:t,ariaLabel:"Интернет-банк",target:"_blank",className:w("py-s ml-s text-l font-light whitespace-nowrap hover:text-primary-main",Jo["transparent"===e?"transparent":"default"]),children:"Интернет-банк"}):null)),Qo=["all","header"],ec=x((({subItems:e=[],version:t,internetBankUrl:l})=>{const a="transparent"===t?"white":"black",i=G(),o=r((()=>e.filter((e=>!e.displayArea||Qo.includes(e.displayArea.toLowerCase())))),[e]),c=(e=>(t=[])=>{const l=t?.filter(No(e));return l?.length?on((e=>e.href?.length||0))(l):void 0})(i)(e),[m,h]=n(o.length),x=o.slice(m),g=s(null),f={rootRef:g},b=r((()=>o.map(((e,t)=>e=>{h(e?tc(t):lc(t))}))),[o]);return p("nav",{className:"relative mt-s flex items-center justify-between",children:[u("div",{ref:g,className:"overflow-hidden whitespace-nowrap pb-s mt-xs space-x-3xl",children:o.map(((e,t)=>u(qo,{className:m-1<t?"invisible":"",active:e===c,observerOptions:f,onVisibilityChange:b[t],...e},String(t))))}),x.length?u(Eo,{className:"relative w-auto z-40",items:x,activeItem:c}):null,p("div",{className:"flex",children:[d.CHAT_BOT?u(Wo,{className:"ml-4xl",iconVersion:a,chat:d.CHAT_BOT}):null,u(Zo,{version:t,internetBankUrl:l})]})]})})),tc=e=>t=>Math.max(t,e+1),lc=e=>t=>Math.min(t,e),nc={"bg-white":"primary",transparent:"transparent"},ac=x((({className:e,bgColor:t="bg-white",version:l=nc[t],...n})=>{const{topItems:a,logo:i,officesLink:r,defaultLocation:s}=Vs(n.options?.page?.fallback),[,o]=wo(a),{internetBankUrl:c}=Vt(d.PORTAL_DATA||"portal-data",{folderName:"portal-resources",setBasePath:!0});return u(k,{tag:"header",className:w("pt-3xl px-20",o?.items?.length?"pb-m":"pb-lg",e),defaultPadding:"",version:l,...n,children:p("div",{className:"container",children:[p("div",{className:"flex items-center",children:[u(Ls,{className:"mr-3xl",bgColor:t,logo:i}),a?.map(((e,t)=>u(Co,{active:e===o,...e},String(t)))),u(Oo,{version:l,className:"ml-auto",officesLink:r,defaultLocation:s})]}),u("div",{className:w("mt-xl h-px bg-main-divider","transparent"===l?"opacity-30":"")}),o?.items?.length?u(ec,{subItems:o.items,version:l,internetBankUrl:c}):null]})})})),ic={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},rc=x((({className:e="",gap:t="XS",isPadding:l=!1,version:n="transparent",isTheme:a=!1,isCardBorder:i,...r})=>u(k,{className:w("relative","grid grid-cols-12",ic[t],e),defaultPadding:l?"p-6xl":"",version:n,isTheme:a,...r,children:ba({...r,extraProps:{className:i?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":""}})})));rc.childrenTypes={exclude:["HorizontalLayout"]};const sc=x((e=>{const{className:t,image:l,...n}=e;return u(k,{className:t,defaultPadding:"p-0",...n,children:u($t,{image:l})})})),oc=x((({className:e="",cards:t=[],button:l})=>{const[a,r]=n(0),s=i((e=>r(e)),[]),o=t.length,[c,d]=Ml({itemCount:o,visibleItemCount:2}),{canDec:m,canInc:h}=d,x=t[c]?.href;return p("section",{role:"listitem",className:`min-w-full text-center ${e}`,children:[p("div",{className:"relative overflow-hidden",children:[o?cc({activeIndex:c,cards:t,selectedCardIndex:a,onClick:s}):null,zl({...d,btnClass:["left-12","right-12"],className:"top-16"}),m?u("div",{className:"absolute top-0 left-0 h-full w-32 bg-opacity-from-white"}):null,h?u("div",{className:"absolute top-0 right-0 h-full w-32 bg-opacity-to-white"}):null]}),u(se,{className:"w-60 text-center",version:"primary",...l,href:x})]})}));function cc({activeIndex:e,cards:t,selectedCardIndex:l,onClick:n}){const a=460*e,i=t.length>2?"justify-start":"justify-center";return u("div",{style:{transform:`translateX(-${a}px)`},className:"duration-1000 px-6xl",children:u("div",{className:`w-full flex flex-nowrap gap-s pb-6xl ${i}`,children:t.map(((e,t)=>function({slide:e,i:t,isActive:l,onClick:n}){return p("button",{type:"button",onClick:n,className:"p-3xl min-w-fit flex items-center gap-2xl bg-white border-solid border relative "+(l?"shadow-dark-blue border-primary-main":"ease-in duration-300 border-gray"),children:[e?.icon?u($t,{className:"p-lg rounded-full bg-secondary-light",image:e.icon,width:"108",height:"108"}):null,p("div",{className:"flex gap-s",children:[e?.sum?dc("страховая сумма",e.sum):null,e?.fee?dc("страховой взнос",e.fee):null]}),mc(l)]},String(t))}({slide:e,i:t,isActive:Boolean(t===l),onClick:()=>n(t)})))})})}function dc(e,t){return p("div",{className:"flex flex-col text-left whitespace-pre",children:[p("span",{className:"text-h6",children:[pt(2)(t)," ₽"]}),u("span",{className:"text-secondary-text text-l mt-2xs",children:e})]})}function mc(e){return e?u($t,{className:"h-6 w-6 min-w-6 min-h-6 absolute right-4 top-4",image:{icon:"DoneIcon"},width:"24",height:"24"}):null}const hc=x((({className:e="",title:t,insuranceTabs:l=[],button:a,...r})=>{const[s,o]=n(0),c=i((e=>o(e)),[]);return p(k,{className:w("box-border overflow-hidden relative px-0 space-y-2xl",e),defaultPadding:"p-6xl",...r,children:[t?u(I,{className:"text-center",title:t,headingType:"h3"}):null,l?.length>1?u("div",{className:"p-xs bg-secondary-light w-fit mx-auto rounded-md",children:l.map(((e,t)=>function({title:e,i:t,isActive:l,onClick:n}){return u("button",{type:"button",onClick:n,"aria-label":e,className:"box-border px-m py-s text-m font-light "+(l?"bg-primary-main text-white rounded-md":"text-secondary-text"),children:e},String(t))}({title:e?.title,i:t,isActive:Boolean(t===s),onClick:()=>c(t)})))}):null,u("div",{className:"flex",style:{transform:`translateX(-${s}00%)`},role:"list",children:uc({insuranceTabs:l,button:a})})]})})),uc=({insuranceTabs:e,button:t})=>{const l=e?.map((e=>e.cards));return l?.length?l.map(((e,l)=>u(oc,{button:t,cards:e},String(l)))):null};const pc=e=>t=>t.reduce(((t,l,n)=>t.length?t.concat({...e,key:`sep-${n}`},l):[l]),[]),xc={yellow:"bg-yellow",green:"bg-green","green-light":"bg-green-light","green-dark":"bg-green-dark"},gc={XS:"h-10",S:"h-16",M:"h-24",L:"h-32",XL:"h-52"},fc=x((e=>{const{className:t="",items:l,isDotted:n,investmentZeroColumn:a,investmentColumns:i,...r}=e,s=i?[...i]:[];return a&&s.unshift(a),u(k,{className:t,defaultPadding:"p-4xl",...r,children:p("div",{className:"container text-m font-light space-y-4xl",children:[s?.length?p("div",{children:[p("div",{className:"flex items-end relative pl-3xl pr-lg text-white",children:[pc(u("div",{className:"w-px h-4 bg-gray"}))(s.map(bc)),u("div",{className:"absolute right-3xl w-px h-4 bg-gray"})]}),u("div",{className:"border-t border-gray -mt-xs mx-3xl"}),u("div",{className:"flex justify-between text-primary-text mt-s -mx-5xl",children:s.map(Nc)})]}):null,l?.length?u(ei,{className:"max-w-[657px]",items:l,isDotted:n,listItemSize:"M"}):null]})})})),bc=(e,t,l)=>{const n=1===t,a=t===l.length-1;return u("div",{className:`${yc(n,a,e.cells)}`,children:e.cells?.length?u("div",{className:"w-full "+(a?"border-4 border-green-more-dark p-2xs min-w-72":""),children:e.cells.reverse().map(vc)}):null},`column_${t}`)},yc=(e,t,l=[])=>[l.length?"flex-1":"flex-0",!l.length||e||t?"":"pl-s",l.length&&!t?"pr-s pb-3xl":"pb-xl"].join(" "),vc=(e,t)=>{const l=e.cellSize||"XS",n=e.cellColor||"green";return e.text?u("div",{className:`flex-1 flex items-center justify-center relative py-xs ${gc[l]} ${xc[n]} ${"XS"===l?"px-s":"px-5xl"}`,children:u("div",{className:"text-center",children:e.text})},`cell_${t}`):null},Nc=(e,t)=>u("div",{className:"flex-1 max-w-[180px] text-center px-xs last:pr-3xl",children:e.title},`title_${t}`),wc=["байт","Кб","Мб","Гб","Тб","Пб"],Cc=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(me,{size:"text-l",font:"font-light",children:[t,u(me,{color:"text-secondary-text",children:n?.href&&kc(Sc(n.href),l)})]}):null]}))),kc=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),Sc=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},Ic={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},Tc=x((({className:e="",title:t,description:l,align:n="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const o=G();return p(k,{className:w("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[u(xl,{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",Ic[r]),role:"list",children:a.map(Bc(o,r,i))}):null]})})),Bc=(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))} ${wc[l]}`})(t?.attachment?.fileSize||0):t?.fileSize;return u("div",{role:"listitem",children:u(Cc,{text:t?.text,target:t?.target,href:a,fileSize:i,icon:l?u($t,{className:"min-w-6 min-h-6",image:l,width:"24",height:"24"}):null})},String(n))},Mc=(e,t)=>e?.length?u(ei,{items:e,listItemSize:t,className:"text-l font-light"}):u("span",{className:"text-m font-light text-secondary-text",children:"Наведите камеру телефона на QR-код и скачайте приложение"}),Pc=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($t,{className:"hidden lg:block",image:r}):null;return u(k,{className:w("min-h-80",e),padding:"p-0",version:m,...h,children:p(Aa,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:d?u(I,{headingType:i,title:d,className:w("whitespace-pre-wrap",l)}):null,rightImage:g,buttons:cl(n,{className:"flex-wrap"}),children:[a?u(me,{size:"text-xl","font-weight":"font-light",children:a}):null,p("div",{className:w("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[Mc(s,o),c?.src?u("div",{className:w("flex justify-center bg-white rounded-md @xl:-order-1",x),children:u($t,{className:"w-fit",image:c})}):null,r?.src?u($t,{className:"lg:hidden",image:r}):null]})]})})})),Rc={primary:"bg-white/30",secondary:"bg-main-divider"},Vc={primary:"text-white",secondary:"text-secondary-text"},zc=x((({count:e,version:t="secondary"})=>u("div",{className:w("w-6 h-6 rounded-full flex items-center justify-center",Rc[t]),children:u(me,{size:"text-xs",color:Vc[t],children:e})}))),Ac=(e=[],t={})=>e.filter((({content:e={}})=>gr(t,e))).length,Dc=(e,t)=>e===t;const _c=(jc=function(...e){return(t,l)=>e.some((e=>e(t,l)))}(Dc,((e=Dc)=>(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])=>jc(l,t[e])))));var jc;const Lc=[],$c={},Oc={default:"px-xs",underlined:"px-m",rounded:"px-lg rounded-md"},Ec={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",rounded:"text-white"},Fc={default:"bg-white",underlined:"bg-white",rounded:"bg-transparent"},Uc={default:"sm:bg-primary-main",underlined:"bg-white",rounded:"bg-primary-main"},Hc=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",Oc[n],l?Uc[n]:Fc[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?Ec[n]:"text-secondary-text hover:text-primary-main"),children:[u(me,{size:"text-m",children:r}),s?u("div",{className:"ml-xs",children:s}):null]})})})),Wc=x((e=>u(e?.item?.href?Xc:Kc,{...e}))),Xc=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(Hc,{...e,tag:"a",item:a,onClick:n})})),Kc=x((({item:e={},onClick:t,...l})=>{const n=i((()=>{t&&t(e)}),[t,e]);return u(Hc,{item:e,onClick:n,...l})})),Yc=(e,t,l)=>(n,a)=>u(Wc,{isActive:n===e,onClick:t,type:l,item:n},String(a)),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(Yc(n,a,t))}))),qc={categories:[],extraOptions:[],propertyType:[],stage:[]},Jc=x((({className:e,hotFilters:t,filtrationSchema:l={},resetButton:n,...a})=>{const[s,{field:o,reset:c,update:d}]=B(qc),m=br(a.block?.blocks,s)(),h=i(((e=qc)=>d(e)),[]),x=(({hotFilters:e=Lc,filtrationState:t=$c,blocks:l=Lc,onFiltrationStateChange:n})=>{const a=r((()=>Math.max(0,e.findIndex((e=>_c(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,appendRight:u(zc,{version:t===e[a]?"primary":"secondary",count:Ac(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(k,{className:w("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[u(Gc,{...x}),vr({field:o,reset:c,filtrationSchema:l,resetButton:n}),u(pr,{blocksToRender:m,...a})]})}));Jc.childrenTypes=["ProductTile"],Jc.childSchema=e=>e?.filtrationSchema||{};const Zc=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),Qc=x((({children:e})=>Zc?e:null));function ed(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 td={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"},ld=e=>u("a",{className:`select-none cursor-pointer px-4xl h-12 bg-primary-main text-white ${Object.values(td).join(" ")}`,href:`https://yandex.ru/maps/?ll=${[e[1],e[0]]}&z=10&l=map`,target:"_blank",children:"Открыть на карте"}),nd={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"},ad=(e,t,l)=>u("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(nd).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"})}),id={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"},rd=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(id).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:u(Ae,{name:l,width:"20",height:"16"})})})),sd={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"},od=[55.753995,37.614069],cd=x((({points:e,className:t="",zoom:l=5})=>{const i=s(null),r=Uo("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${d.YANDEX_MAP_API_KEY||""}&lang=ru_RU`),[o,c]=n(),m=e?dd(e):od;if(a((()=>{i?.current||r?.ready((()=>{i.current||(i.current=new r.Map("map",{center:m,zoom:l,controls:[],suppressMapOpenBlock:!0}),ed(r,i.current,e))})),i.current&&r&&(ed(r,i.current,e),e?.length||i.current.setCenter(od))}),[r,i,e,m,l]),!r)return null;const h=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",h),children:ld(m)}),u("div",{className:w(Object.values(sd),h,"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",h),children:[u(rd,{yandexMaps:i}),u(rd,{yandexMaps:i,direction:"out"})]}),ad(i.current,r,w("right-2 top-80",h))]})})),dd=e=>[hd(md(e,0)),hd(md(e,1))],md=(e,t)=>e.map((e=>e[t])),hd=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,ud={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных"},pd=(e,{field:t,reset:l})=>p("div",{className:"pb-2xl",children:[e?.length?u("div",{className:"flex flex-wrap gap-3xl pb-2xl",children:e.map((e=>u(Ql,{text:ud[e],...t(e)},e)))}):null,u(se,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:l,text:"Очистить фильтр",appendRight:u(Ae,{name:"CloseIcon",width:"16",height:"16"})})]}),xd=()=>null,gd=()=>[],fd=x((({className:e,data:t=[],renderCard:l=xd,filterItems:n=gd,initFilterState:a={},descriptionData:i,title:r})=>{const[s,{field:o,reset:c}]=B(a),d=n(t,s),m=d.map((e=>[e.gpsLatitude,e.gpsLongitude].filter(Boolean))).filter((e=>e&&2===e.length)),h=d.length;return p("div",{className:w("space-y-1",e),children:[p("div",{className:"bg-white",children:[p("div",{className:"pt-6xl px-6xl",children:[p("div",{className:"flex gap-xs pb-2xl",children:[u(I,{headingType:"h2",children:r}),h?u(me,{size:"text-h2",color:"text-secondary-text",children:`(${h})`}):null]}),i?bd(i):null,pd(Object.keys(a),{field:o,reset:c})]}),u("div",{className:"h-[600px]",children:u(Qc,{children:u(cd,{points:m,className:"h-full"})})})]}),d.map(l)]})})),bd=({description:e,list:t})=>e||t?.length?p("div",{className:"p-xl mb-2xl border border-gray rounded-md",children:[e?u(de,{size:"text-l",font:"font-light",children:e}):null,t?.length?u("div",{className:"flex gap-2xl flex-wrap pt-xs",children:t.map(((e,t)=>p("div",{className:"flex gap-xs items-center",children:[e?.image?u($t,{image:e.image}):null,e?.text?u(me,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,yd={yellow:{border:"border-yellow-light",text:"text-yellow"},green:{border:"border-green-light",text:"text-green-dark"},gray:{border:"border-gray",text:"text-secondary-text"},red:{border:"border-error",text:"text-error"}},vd=x((({className:e,children:t,color:l="gray"})=>u("div",{className:w("p-s border border-gray rounded-md flex items-center",yd[l].border,e),children:u(me,{size:"text-m",color:yd[l].text,children:t})}))),Nd=x((({className:e,label:t,value:l,subText:n,subColor:a})=>{const i=l?.split(",")??[];return i.length||n?p("div",{className:w("flex gap-2xs flex-col h-full max-w-[300px]",e),children:[t?u(me,{color:"text-secondary-text",font:"font-light",size:"text-m",children:t}):null,i.filter(Boolean).map(((e,t)=>u(me,{size:"text-l",children:e.trim()},String(t)))),n?u(me,{color:a,size:"text-m",children:n}):null]}):null})),wd=x((({className:e,children:t})=>u("div",{className:w("flex border-t border-solid border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),Cd=({location:e,address:t,billAcceptorType:l,terminalType:n,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},o)=>{const c=[{label:"Устройство",value:Sd(n)},{label:"Модуль приема наличных",value:a?"Да":"Нет"},{label:"Прием наличных пачкой",value:"банкомат принимает пачками"===l?"Да":"Нет"},{label:"Доступность",value:["внешняя установка","территория банка"].includes(r)?"Общедоступный":""},{label:"Регистрационный номер",value:i}];return p("div",{className:"bg-white col-span-12 p-3xl border-green border",children:[p("div",{className:"flex justify-between",children:[u(me,{size:"text-h4",children:Sd(e)}),u(vd,{color:"green",children:Sd(s)})]}),t?p("div",{className:"flex pb-xl pt-xs gap-2xs",children:[u(Ae,{name:"GeolocationIcon",width:"24",height:"24"}),u(me,{size:"text-l",children:t})]}):null,u(wd,{className:"flex-wrap",children:c?.map(kd)})]},String(o))},kd=(e,t)=>u(Nd,{...e},String(t)),Sd=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",Id=[];const Td=async e=>await _(e,{method:"GET"})||Id,Bd={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1},Md={terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable)},Pd=x((({data:e,className:t})=>{const[l]=To(),n=function(e){const{data:t=Id}=A(`/api/v1/atms?regionCode=${e}`,Td);return t}(l?.code??"000");return u(fd,{className:t,filterItems:Rd,data:n,initFilterState:Bd,renderCard:Cd,title:`Банкоматы филиала ${l?.name}`,descriptionData:e})})),Rd=(e,t)=>{const l=Object.keys(t).filter((e=>t[e])),n=l.filter((e=>e.startsWith("terminalType"))),a=l.filter((e=>!n.includes(e)));return e.filter((e=>{const t=a.every((t=>Md[t](e))),l=!n.length||n.some((t=>Md[t](e)));return t&&l}))},Vd=[["Понедельник","workingMonday"],["Вторник","workingTuesday"],["Среда","workingWednesday"],["Четверг","workingThursday"],["Пятница","workingFriday"],["Суббота","workingSaturday"],["Воскресенье","workingSunday"]],zd=(new Date).getDay(),Ad=({name:e,address:t,phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:o,exchangeRate:c},d)=>{const m=o?Dd(o):null,[h]=m?.slice(zd-1)??[];return p("div",{className:"bg-white col-span-12 p-3xl border-green border",children:[p("div",{className:"flex justify-between",children:[u(me,{size:"text-h4",children:e}),jd(h)]}),t?p("div",{className:"flex pb-xl pt-xs gap-2xs",children:[u(Ae,{name:"GeolocationIcon",width:"24",height:"24"}),u(me,{size:"text-l",children:t})]}):null,p(wd,{className:"flex-wrap",children:[u(Nd,{label:"Факс",value:n}),u(Nd,{label:"Телефон филиала",value:l}),u(Nd,{label:"Для обращений юридических лиц",value:a}),u(Nd,{label:"Обслуживание физических лиц",value:i}),u(Nd,{label:"Для консультаций по валютному контролю",value:s}),u(Nd,{label:"Контакт-центр",value:r})]}),m?.length?u(wd,{children:m?.map(Ld)}):null,c?.currencies?.length?u(wd,{className:"flex-wrap",children:c?.currencies?.map(_d)}):null]},String(d))},Dd=e=>Vd.map((([t,l])=>{const n=["workingSaturday","workingSunday"].includes(l);return{title:t,status:Boolean(e?.[l]),workTime:n?e?.workTimeSaturday:e?.workTime,lunchHour:n?e?.lunchHourSaturday:e?.lunchHour,get hasLunch(){return/\d+/.test(this.lunchHour??"")}}})),_d=({currency:e,buyExchangeRate:t,saleExchangeRate:l},n)=>p("div",{className:"flex gap-lg h-full",children:[e?.currency?u(Nd,{label:"Валюта",value:e.currency}):null,t?u(Nd,{label:"Купить",value:String(t)}):null,l?u(Nd,{label:"Продать",value:String(l)}):null]},String(n)),jd=e=>{if(!e)return null;const{lunchHour:t,status:l,workTime:n,hasLunch:a}=e;return l?p("div",{className:"flex gap-s",children:[n?u(vd,{color:"green",children:n}):null,t&&a?u(vd,{color:"yellow",children:t}):null]}):u(vd,{color:"red",children:"Выходной"})},Ld=({title:e,status:t,workTime:l,lunchHour:n,hasLunch:a},i)=>u(Nd,{label:e,value:t&&l?l:"",subText:t?n:"Выходной",subColor:!t||a?"text-error":"text-green-dark"},String(i)),$d=[];const Od=async e=>await _(e,{method:"GET"})||$d,Ed={workingSaturday:!1},Fd={workingSaturday:e=>Boolean(e.workSchedule?.workingSaturday)},Ud=x((({className:e})=>{const[t]=To(),l=function(e){const{data:t=$d}=A(`/api/v1/branches?regionCode=${e}`,Od);return t}(t?.code??"000");return u(fd,{className:e,filterItems:Hd,data:l,initFilterState:Ed,renderCard:Ad,title:`Офисы филиала ${t?.name}`})})),Hd=(e,t)=>{const l=Object.keys(t).filter((e=>t[e]));return e.filter((e=>l.every((t=>Fd[t](e)))))},Wd=x((({data:e,className:t,...l})=>{const n=e?.dataType??"offices";return u(k,{version:"transparent",className:w(t),defaultPadding:"p-0",...l,children:"offices"===n?u(Ud,{}):u(Pd,{data:e})})})),Xd=x((({text:e,size:t,align:l,font:n,children:a,...i})=>u(k,{defaultPadding:"p-0",...i,children:u(de,{size:t,align:l,font:n,children:e||a})}))),Kd=(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?Yd("Страховая сумма",e):null,Number(t)>0?Yd("Ежемесячный лимит",t):null]}):null,Yd=(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(me,{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:[pt(2)(t)," ₽"]})]}),Gd=x((({className:e,padding:t,headlineVersion:l="M",align:n="text-center",sum:a,monthLimit:i,imageOptions:r,...s})=>u(k,{className:e,padding:"p-0",...s,children:u(ki,{className:"h-full",defaultPadding:"p-6xl",padding:t,headlineVersion:l,align:n,isFullWidthTitle:!0,imageOptions:{directionRight:!1,imageAlign:"center",...r},...s,children:Kd(Number(a),Number(i))})}))),qd=x((({className:e,title:t,description:l="Блок в разработке...",...n})=>p(k,{className:w("box-border",e),...n,children:[u(xl,{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:Jd()})]}))),Jd=(e=3)=>Qd(100,e).map((e=>Math.floor(e))).map(Zd),Zd=(e,t)=>u("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-light"},String(t)),Qd=(e,t)=>[e].concat(t>0?Qd(e/1.618,t-1):[]);function em(e,t){const l="primary"===e?"white":"black",n="Вернуться назад";return p("div",{className:"hidden sm:flex items-center gap-s",children:[u("div",{className:re({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",version:e,rounded:!0}),onClick:t,children:u($t,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:l}})}),u(se,{version:"link",text:n,ariaLabel:n,onClick:t})]})}const tm=x((({className:e,padding:t,backwardButton:l,showBorder:n,...a})=>{const r=G(),s=i((e=>{e?.preventDefault(),r.back()}),[]);return p(k,{className:w("overflow-hidden flex flex-col gap-3xl box-border",n?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",e),defaultPadding:"p-6xl",padding:t,...a,children:[l?em(a.version&&"primary"!==a.version?"white":"primary",s):null,u(ki,{className:"grow h-full",...a})]})})),lm=x((({className:e="",padding:t,slides:l=[],...a})=>{const[i,r]=n(0);return p(k,{className:w("box-border overflow-hidden",e),defaultPadding:"py-6xl",padding:t,...a,children:[u("div",{className:"flex duration-1000",style:{transform:`translateX(-${100*i}%)`},role:"list",children:l.map((({productBlock:e},t)=>u("div",{className:"box-border grow-0 shrink-0 basis-full",role:"listitem",children:u(ki,{className:"pl-6xl h-full",headlineVersion:"XXL",isFullWidthTitle:!1,...e,...a})},String(t))))}),u("div",{className:"h-28 px-xs mt-m -mb-m flex gap-xs box-border",children:l.map(nm({activeSlideIndex:i,onClick:r}))})]})})),nm=({activeSlideIndex:e,onClick:t})=>({nav:l},n)=>{const a=n===e,i=a?"min-w-[350px] bg-white shadow-dark-blue border-none p-6":"min-w-72 ease-in duration-300 bg-white/10 px-xl py-lg hover:py-xl backdrop-blur",r=a?"text-primary-text text-h6 py-xs":"text-l pb-2xs text-secondary-text group-data-secondary:text-white",s=a?"text-secondary-text text-l font-light":"text-secondary-text text-m font-light group-data-secondary:text-white/80";return p("button",{type:"button",onClick:()=>t(n),"aria-label":l?.title,className:w("relative px-xl box-border overflow-hidden text-left grow basis-0 border border-gray group-data-secondary:border-white/50",i),children:[u("div",{className:r,children:l?.title}),u("div",{className:s,children:l?.description})]},String(n))},am=x((({className:e,padding:t,headlineVersion:l="S",isTabularBenefits:n=!0,additionalDescription:a,imageOptions:i,isFullWidthTitle:r=!0,...s})=>u(k,{className:e,padding:"p-0",...s,children:u(ki,{className:"h-full",defaultPadding:"p-4xl sm:p-xl",padding:t,headlineVersion:l,isTabularBenefits:n,imageOptions:{isImageSecondary:!0,...i},isFullWidthTitle:r,...s,children:a?u(de,{size:"text-m",font:"font-light",color:"group-data-primary:text-secondary-text",children:a}):null})}))),im=x((({className:e,title:t="Акции и спецпредложения",description:l,headlineVersion:n="S",date:a,buttons:i=[],...r})=>u(k,{className:w("box-border",e),...r,children:p(Aa,{className:"h-full",title:t?u(xl,{title:t,headlineVersion:n,align:"text-left",isEmbedded:!0}):null,buttons:cl(i),children:[a?u("div",{className:"text-s mb-xs",children:rm(a)}):null,u("div",{className:"text-l",children:l})]})})));function rm(e){return new Date(e).toLocaleString("ru-RU",{day:"numeric",month:"long",year:"numeric"}).replace("г.","")}const sm=x((({address:e,email:t,telephone:l,button:n,className:a="",__html:i,icon:r,title:s,version:o="primary",...c})=>p(k,{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:[om(r),s?u(I,{headingType:"h3",as:"h3",title:s}):null]}),p("div",{className:"w-full space-y-m",children:[i?cm(i):null,dm({label:"Адрес",data:e,iconName:"GeolocationIcon"}),dm({label:"Телефон(факс)",data:l,iconName:"PhoneIcon"}),dm({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),n?.text?cl([n]):null]})]}))),om=e=>u("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:e?.src||e?.icon?u($t,{image:e}):null}),cm=e=>u("div",{className:"border-b border-main-divider pb-lg",children:u(di,{__html:e})}),dm=({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(me,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),u(me,{size:"text-xl",color:n,children:t})]})]}):null,mm=x((e=>{const{__html:t,richVersion:l,...n}=e;return u(k,{defaultPadding:"p-0",...n,children:u(di,{__html:t,richVersion:l})})})),hm=x((({label:e,labelIconBgVersion:t,icon:l,onToggle:n,labelIcon:a})=>u(or,{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:[null,e?u(me,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:l?u(Ae,{name:l,iconVersion:"color",width:"24",height:"24"}):null}))),um=x((({className:e="",isExpanded:t,isFoldButtonOnTop:l=!0,label:n="Развернуть",labelIcon:a,labelIconBgVersion:i,version:r="primary",...s})=>u(k,{className:w("w-full","border-0 border-b border-solid border-main-divider last:border-b-0",e),defaultPadding:"p-0",tag:"div",version:"transparent",...s,children:u(Ai,{isFoldButtonOnTop:l,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>u(Di,{className:w("gap-lg","grid grid-cols-12 [&>*]:pb-m"),isUnfolded:e,children:ba({...s,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>pm({version:r,label:n,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t})})})));um.childrenTypes={exclude:["RollupItem"]};const pm=({version:e,label:t,labelIcon:l,labelIconBgVersion:n,isUnfolded:a,onToggle:i})=>{const r=t||(a?"Скрыть":"Развернуть"),s=(e=>e?"MinusIcon":"PlusIcon")(a);return"primary"===e?u(hm,{label:r,labelIcon:l,labelIconBgVersion:n,icon:s,onToggle:i}):u(cr,{label:r,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},xm=x((({className:e=""})=>{const[t,l]=n("option2"),a=i((e=>l(e)),[]);return p("div",{className:w("order-4",e),children:[u(Ot,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),u(Ot,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),gm=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(He,{options:s,label:r,placeholder:a||n,onChange:e=>i(e.key),value:o})})),fm=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(gm,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:l,label:"Регион"})}),u("div",{className:"flex-1 min-w-0",children:u(gm,{data:n,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),bm=["От 1 дня","До 365 дней"],ym=x((({days:e,setDays:t})=>p("div",{className:"order-1",children:[u(me,{size:"text-m",font:"font-light",children:"Срок аренды"}),u(yt,{min:1,max:365,value:e,items:bm,onChange:t})]}))),vm=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(gm,{data:e,fieldLabel:"volume",selected:t,setSelected:l,label:"Размер",placeholder:"Выберите размер"})}),u("div",{className:"flex-1 min-w-0",children:u(gm,{data:n,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),Nm=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(fm,{regions:e,selectedRegion:t,onSelectedRegion:e=>c({selectedRegion:e}),branches:l,selectedBranch:n,onSelectedBranch:wm(c)}),u(ym,{days:a,setDays:e=>c({days:e})}),u(vm,{caseVolumes:o,selectedCaseVolume:i,onSelectedCaseVolume:Cm(c),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>c({selectedBoxSize:e})}),u("div",{className:"order-4",children:u(me,{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(xm,{}),u(se,{text:"Офисы на карте",version:"primary",onClick:d,className:"order-6"})]})]}))),wm=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},Cm=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},km=x((({days:e,tariffs:t=[]})=>{const l=Im(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:[Sm("Аренда за",e),Sm("Цена",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($t,{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})]})]})})),Sm=(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})]}),Im=(e,t)=>{const l=Tm(e);return e*(t?.find((e=>e.tariffType===String(l)))?.tariffValue||0)},Tm=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},Bm=(e,t)=>e.find((e=>e.branchCode===t)),Mm=x((e=>{const{regions:t,data:l,branches:n,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[l.selectedRegion,i]);const s=Bm(n,l.selectedBranch),o=Pm(s?.safeBoxCaseVolumes),c=Rm(s?.safeBoxCaseVolumes,l.selectedCaseVolume)?.safeBoxCases,d=Vm(c,l.selectedBoxSize);return p("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[u(Nm,{...l,regions:t,onClick:r,branches:n,caseVolumes:o,safeBoxCases:c,onChange:i}),u(km,{days:l.days,tariffs:d})]})})),Pm=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],Rm=(e,t)=>e?.find((e=>e.volume===t)),Vm=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,zm=[];const Am=async e=>await _(e,{method:"GET"})||zm,Dm=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=$(),h=_m(c.selectedRegion,m),x=function(e){const{data:t}=A(e?`/api/v1/safeboxes?regionCode=${e}`:null,Am);return t||zm}(h),g=i((e=>d((t=>({...t,...e})))),[d]),f=(b=Bm(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(k,{className:l,defaultPadding:"",...a,children:[p("div",{className:"p-4xl space-y-xl",children:[e?u(I,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,u(Mm,{regions:m,branches:x,data:{...c,selectedRegion:h},onClick:o,onChange:g}),t?u(de,{size:"text-s",font:"font-light",children:t}):null]}),f.length&&r?u(cd,{points:f,className:"h-[640px]"}):null]})})),_m=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e,jm=e=>Boolean(e?.icon||e?.src),Lm=({styleMap:e,isMainButton:t,version:l})=>(n,a,i)=>{const{label:r,description:s,button:o,items:c,isDotted:d}=n;return p("div",{className:w("relative flex flex-col items-center text-center justify-between whitespace-pre-line overflow-hidden space-y-3xl",$m(i.length)),children:[p("div",{className:"text-center space-y-xs",children:[r?u("div",{children:u(me,{size:"text-h6",children:r})}):null,p("div",{className:"flex flex-col items-center gap-3xs",children:[s?u("div",{className:e.description,children:s}):null,u(ei,{className:e.description,items:c,listItemSize:"M",isDotted:d})]})]}),o?.text&&!t?u(se,{className:"box-border py-s w-full max-w-60 mt-auto",version:l,...o,children:o?.text}):null]},String(a))},$m=e=>e<5?"w-72":"w-52",Om={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"},Em=x((({className:e="",showLines:t=!0,steps:l=[],buttons:n,size:a="normal",version:i="primary",stepVersion:r="gray",title:s,description:o,...c})=>{const d=l.length>3,m=Om,h=(e=>e?"":"opacity-0")(t),x=(e=>e<5?"px-24":"px-16")(l.length),g=Boolean(n?.every((e=>e?.text)));return p(k,{className:w("box-border flex flex-col items-center overflow-hidden gap-y-3xl",e),defaultPadding:"p-6xl",version:i,...c,children:[u(xl,{headlineVersion:"S",title:s,description:o,isEmbedded:!0,className:"w-full"}),l?.length?p("div",{className:"box-border space-y-lg",children:[u("div",{className:w("flex items-center",x),children:pc(u("div",{className:w("h-0.5 w-full bg-secondary-light flex-1",h)}))(l.map(Fm(m,a,r)))}),u("div",{className:w("flex justify-between",d?"gap-x-s":"gap-x-20"),children:l.map((f={styleMap:m,isMainButton:g,version:i},(e,t,l)=>{const{type:n}=e;if("default"!==n&&"rte"!==n)return null;switch(n){case"default":return Lm(f)(e,t,l);case"rte":return u("div",{className:w("text-center",$m(l.length)),children:u(di,{__html:e.__html})},String(t));default:return null}}))})]}):null,cl(n)]});var f})),Fm=(e,t,l)=>({icon:n},a)=>{const i="secondary"===l?"white":"color";return u(k,{defaultPadding:"",className:`${Um(t)} flex justify-center items-center text-center rounded-full box-border z-10`,version:l,children:jm(n)?u($t,{image:{...n,iconVersion:n.iconVersion||i},width:"48",height:"48"}):u("span",{className:w("text-h4","transparent"===l?e.iconText:Hm(l)),children:a+1})},String(a))},Um=e=>"normal"===e?"h-24 w-24":"h-16 w-16",Hm=e=>"secondary"===e?"group-data-primary:text-white":"text-secondary-text",Wm=x((()=>u("div",{}))),Xm=x((({className:e,version:t,gap:l=14,padding:n=16,showDots:a=false,minHeight:i,children:r,onVisibleIndicesChange:s,listType:o="horizontal-list"})=>{const c=Array.isArray(r)?r.length:0,[d,m]=oa({itemCount:c,onVisibleIndicesChange:s}),[h]=m.visibleIndicesRange;return p("div",{className:w(e,"vertical-list"===o?"relative h-full":""),children:[u(ea,{containerRef:d,activeIndex:h,visibleItemCount:1,gap:l,padding:n,onVisibleIndicesChange:m.handleVisibleIndicesChange,listType:o,minHeight:i,children:r}),a?u(ia,{containerRef:d,activeIndex:h,dotCount:c,listType:o,version:t}):null]})})),Km=x((({listType:e,showDots:t,options:l,version:n,...a})=>u(k,{version:n,defaultPadding:"p-0",...a,children:u(Xm,{listType:e,showDots:t,version:n,children:ba({...a,options:l})})})));Km.childrenTypes={exclude:["SwipeListControlBlock"]};const Ym="hidden sm:flex absolute z-40 top-0",Gm=x((({className:e,items:t=[],value:l,onChange:n,tabsType:a})=>{const[i,r]=oa({itemCount:t?.length||0});return p("div",{className:w("relative overflow-x-auto no-scrollbar",e),role:"tablist",children:[u(ea,{containerRef:i,snapAlign:"snap-start",onVisibleIndicesChange:r.handleVisibleIndicesChange,children:t.map(Yc(l,n,a))}),r.canScrollLeft?u(Rl,{className:w("left-6",Ym),onClick:r.scrollLeft}):null,r.canScrollRight?u(Vl,{className:w("right-6",Ym),onClick:r.scrollRight}):null]})})),qm=({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(Gm,{className:"m-auto",tabsType:"underlined",...t})});default:return null}},Jm=x((({className:e="",isSticky:t,tabs:l=[],tabsMode:s,...o})=>{const c=r((()=>l.map(Qm)),[l]),[d,m]=n(0);a((()=>{l&&l[0]&&Zm(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),Zm(l[t])}),[l,c]);return u(k,{className:w(t?"sticky top-1 z-20":"",e),defaultPadding:"p-0",...o,children:qm({items:c,value:c[d],tabsMode:s,onChange:h})})})),Zm=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})},Qm=e=>"group"===e?.type?{text:e.title}:e,eh=x((({className:e="",isOpen:t,onClick:l})=>u(se,{className:e,appendRight:u($t,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"20",height:"20"}),text:t?"Скрыть":"Показать",version:"gray",onClick:l}))),th={Buttons:({buttons:e})=>cl(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?u($t,{image:e}):null,List:({isDotted:e,...t})=>u(ei,{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(me,{size:"text-s",color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,dataUrl:l,pdfUrl:n,isOpen:a})=>e?u(eh,{isOpen:a,onClick:()=>{t({dataUrl:l,pdfUrl:n})}}):null},lh=({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:nh({cell:o,cellProps:{rowIdx:e,cellIdx:t,fieldIdx:c,displayTable:e=>{m(!1),s(t),l(e)},isVisible:d}})},String(c))},nh=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:l,...n}=e;if(!l||!(l in th))return null;return u(th[l],{...t,...n})},ah=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(lh({rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r})):null}))),ih=(e,t)=>140*si(e.slice(0,t).map((e=>e?.cols?.length??1))),rh=(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,sh=x((({rows:e})=>{const t=e?.[0]?.length??0,[l,n]=Ml({itemCount:t,visibleItemCount:5});return p("div",{children:[e?.map((a=l,(e,t)=>{if(!e?.length)return null;const[l,...n]=e,i=w("flex duration-1000 text-center",0!==t?"font-normal":"font-light");return p("div",{className:"flex border-main-divider border-b border-solid h-full",children:[l?.data?u("div",{className:"text-xl font-light w-56 min-w-56 py-lg",children:l.data}):null,u("div",{className:"flex flex-grow overflow-hidden",children:u("div",{className:i,style:{transform:`translateX(-${ih(n,a)}px)`},children:n?.map(((e,t)=>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?rh(e.cols,a):null]},`row${t}`)))})})]},String(t))})),zl({...n,btnClass:["left-3 top-20","right-3 top-20"],className:""})]});var a})),oh=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(me,{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(sh,{rows:t.rowsData})})})]},n)}))}))),ch=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(se,{className:"text-primary-main",href:t,version:"secondary",target:"_blank",appendLeft:u(Ae,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]})));async function dh(e){const t=await fetch(e);return await t.json()}const mh=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),dh);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(ch,{currencies:d,activeTabIndex:r,setActiveTabIndex:o,linkToPDF:t}),u(oh,{activeTabIndex:r,items:c}),u(eh,{className:"mt-xl",onClick:l,isOpen:!0})]}:{className:"my-lg space-y-m text-h6 text-center",children:[u("p",{children:"Данных нет"}),u(eh,{onClick:l,isOpen:!0})]})})),hh=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(mh,{...t,onClick:l})}):null]}))),uh=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(hh,{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($t,{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(Xi,{activeIndex:l,columnWidth:360,version:"tariff",children:t.map(((e,t)=>u(ah,{cells:e,rowIdx:a,cellIdx:t,setTableInner:c,tableInner:s,openTableInnerIdx:d,setOpenTableInnerIdx:h,...r},String(t))))}):null]})})),ph=x((({children:e,controls:t})=>{const{isScrollAvailable:l}=t;return p("div",{role:"table",children:[p("div",{className:"relative space-y-xs",children:[e,zl({...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]})})),xh=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]=Ml({itemCount:c,visibleItemCount:2}),h=(o||[]).map(((e,t)=>u(uh,{row:e,activeIndex:d,rowIdx:t,...r},String(t)))),[x,g]=i>0?[h.slice(0,-i),h.slice(-i)]:[h,[]];return p(k,{className:w("overflow-hidden relative space-y-0 @4xl:space-y-xl",e),defaultPadding:"p-6xl",...r,children:[u(xl,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),u("div",{className:"space-y-m",children:i>0?u(Ai,{renderFoldableSection:({isUnfolded:e})=>p(ph,{controls:m,children:[x,u(Di,{isUnfolded:e,children:g})]}),renderFoldButton:dr}):u(ph,{controls:m,children:h})})]})})),gh=x((({className:e="",title:t,description:l,iconVersion:n,image:a,__html:i,items:r=[],...s})=>p(k,{className:w("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...s,children:["small"===n?fh():null,"big"===n?bh(a):null,p("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?u(me,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,l?yh(l):null,r?.length?vh(r,!0):null,i?u(di,{__html:i}):null]})]}))),fh=()=>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"}),bh=e=>e?.src?u($t,{className:"h-fit flex-shrink-0",image:e}):null,yh=e=>u(de,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),vh=(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(me,{size:"text-s",font:"font-light",children:e})},`listItem-${t}`)))}),Nh=x((({className:e,padding:t,headlineVersion:l="S",listItemSize:n="M",...a})=>u(k,{className:e,padding:"p-0",...a,children:u(ki,{className:"h-full",defaultPadding:"p-xl",padding:t,headlineVersion:l,listItemSize:n,isFullWidthTitle:!1,...a})}))),wh=x((({className:e="",gap:t="",isPadding:l=!1,isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,...r})=>u(k,{className:w("relative flex flex-col",ic[t],e),defaultPadding:l?"p-6xl":"",version:a,isTheme:i,...r,children:ba({...r,extraProps:{className:"w-full",padding:n?"":"p-0"}})})));wh.childrenTypes=[];const Ch=e=>(e=>{const t="col-span-",l=e?.split(/\s+/).find((e=>e.startsWith(t)));return l?parseInt(l.substring(t.length),10):12})(e)<10?"py-xl px-6xl":"py-6xl px-32",kh=x((({className:e,title:t,url:l,previewImg:n,...a})=>{const i=G();return p(k,{className:e,defaultPadding:Ch(e),...a,children:[u(xl,{title:t,headlineVersion:"M"}),l?u("video",{className:"m-auto w-full object-fill",preload:"metadata",poster:X(i)(n?.src),style:{maxHeight:524},controls:!0,children:u("source",{src:X(i)(l)})}):null]})})),Sh={ApplicationForm:Qt,BenefitsBlock:al,Bonus:gl,BonusBenefitsBlock:Cl,BusinessBlock:Il,ButtonsBlock:Bl,Calculator:Un,CardTransfer:qn,Carousel:Ia,CarouselBankHistoryCard:Ta,CarouselCard:Va,CarouselCatalogCard:Oa,CarouselInvestmentCard:Ua,CarouselLinks:Ka,CarouselProductCard:ti,CarouselProgramsCard:Bi,CarouselRecommendationCard:Vi,CarouselRichTextCard:zi,CarouselTariffsCard:ji,ComparisonTable:nr,ContactsBlock:ir,Depository:is,DepositFiltration:Pr,ErrorBlock:ss,ExchangeRateTile:Ps,Footer:go,GracePeriod:fo,Header:ac,Headline:xl,HorizontalLayout:rc,ImgBlock:sc,InsuranceAmountBlock:hc,InvestmentInfo:fc,LinkDocs:Tc,MobileAppTile:Pc,MortgageFiltration:Jc,OfficesAtmsMap:Wd,ParagraphBlock:Xd,PictureText:Gd,Placeholder:qd,ProductBlock:tm,ProductGallery:lm,ProductTile:am,PromoTile:im,RepresentativeOfficeInfo:sm,RichTextBlock:mm,RollupItem:um,SafeDepositRental:Dm,StepsBlock:Em,SwipeListControlBlock:Km,StickyBottomMenu:Wm,Tabs:Jm,TariffsTable:xh,TextBlock:gh,Tile:Nh,VerticalLayout:wh,Video:kh};const Ih=["Header","Footer"],Th=([,{target:e}])=>Math.abs(e.getBoundingClientRect().top);function Bh(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])=>!Ih.includes(e.type||""))).filter((([,{intersectionRatio:e}])=>e>.01)),[l]=t.length>0?mn(Th)(t):[];return l}([...t.current||[]]):void 0)}),100);return e.addEventListener("scroll",l),()=>{l.dispose(),e.removeEventListener("scroll",l)}}),[e])}const Mh="cookie",Ph=x((({termLink:e,personalDataPolicyLink:t})=>{const[l,{setTrue:n,setFalse:a}]=Ve();Os((()=>{globalThis.localStorage?.getItem(Mh)||n()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(Mh,"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-main-black",children:[u("div",{className:"sm:flex-1",children:p(de,{size:"text-s",font:"font-light",color:"text-primary-text",children:["АО «Россельхозбанк» использует",u(Ga,{isRemote:!0,className:Rh(e?.href),...e,children:"cookie"}),"(файлы с данными о прошлых посещениях сайта) для персонализации сервисов и удобства пользователей. Вы можете запретить сохранение cookie в настройках своего браузера.",u(Ga,{isRemote:!0,className:Rh(t?.href),...t,children:"Обработка Ваших персональных данных"}),"производится в соответствии с требованиями Федерального закона от 27.07.2006 № 152-Ф3 «О персональных данных»."]})}),u("div",{className:"ml-s sm:ml-0 w-24 flex justify-end",children:u($s,{className:"bg-main-gray rounded-md",onClose:r})})]})}):null})),Rh=e=>w("inline mx-2xs",e?"text-green-dark":"");function Vh(e){throw new Error(e)}const zh=({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:Vh(e)}}))),[c,d]),l},Ah=x((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),l=zh({onCloseAll:e,onClose:t}),{close:n}=O(),r=i((({key:e})=>{"Escape"===e&&n()}),[]);return $e(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})),Dh=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:Vh(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&l()}),[l]);return $e(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})),_h=h();const jh=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:Lh()}))),Lh=()=>{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"})]})},$h=x((({className:e=""})=>{const t=function(e){const[t,l]=n(0);return a((()=>{(async()=>{const[t]=await _h.getLikeCount(e);l(t?.value||0)})()}),[e]),{likeCount:t,like:i((async()=>{l(await _h.like(e))}),[e]),dislike:i((async()=>{l(await _h.dislike(e))}),[e])}}(G().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(jh,{onClick:Y(t.like),ariaLabel:"Поставить отметку «лайк»"}),u(jh,{onClick:Y(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),u("span",{className:"select-none",children:t.likeCount})]})})),Oh=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 Bh(),p("div",{"data-theme":s,children:[p("section",{className:w("@container relative",a,e),children:[i?.header?u("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:fa(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:[ba({block:n,options:o,extraProps:{className:"scroll-mt-12"}}),fa(i?.footer,{...o,slotName:"footer"})]}),r?u("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:u($h,{className:"rounded-tl-3xl sticky bottom-0 pointer-events-auto"})}):null]}),u(Wm,{}),u(Ah,{}),u(Dh,{}),u(Ph,{termLink:{href:"/pd-policy#cookie",target:"_blank"},personalDataPolicyLink:{href:"/pd-policy",target:"_blank"}})]})}));Oh.childrenTypes=[],Oh.slots=()=>["header","footer","StickyBottomMenu"];e.Blocks=Sh,e.ContentPage=Oh,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=pc,e.packageVersion="0.14.22",e.projectSettings=d,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=W,e.useRouter=G,Object.defineProperty(e,"__esModule",{value:!0})}));