@redneckz/wildless-cms-uni-blocks 0.14.76 → 0.14.78

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 (134) hide show
  1. package/bin/migration-scripts/0.14.68.js +1 -1
  2. package/bundle/bundle.umd.js +27 -97
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -1
  5. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  6. package/dist/components/ContentPage/ContentPage.js +0 -2
  7. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  8. package/dist/ui-kit/BlockWrapper.js +1 -3
  9. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  10. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -1
  11. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  12. package/lib/components/ContentPage/ContentPage.js +0 -2
  13. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  14. package/lib/ui-kit/BlockWrapper.js +1 -3
  15. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  16. package/mobile/bundle/bundle.umd.js +27 -97
  17. package/mobile/bundle/bundle.umd.min.js +1 -1
  18. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -1
  19. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  20. package/mobile/dist/components/ContentPage/ContentPage.js +0 -2
  21. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  22. package/mobile/dist/ui-kit/BlockWrapper.js +1 -3
  23. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  24. package/mobile/lib/common.css +1 -1
  25. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -1
  26. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  27. package/mobile/lib/components/ContentPage/ContentPage.js +0 -2
  28. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  29. package/mobile/lib/ui-kit/BlockWrapper.js +1 -3
  30. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  31. package/mobile/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +1 -1
  32. package/mobile/src/components/ContentPage/ContentPage.tsx +0 -3
  33. package/mobile/src/ui-kit/BlockWrapper.tsx +2 -4
  34. package/package.json +1 -1
  35. package/src/components/BenefitsBlock/BenefitsBlock.fixture.tsx +3 -3
  36. package/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +1 -1
  37. package/src/components/ContentPage/ContentPage.tsx +0 -3
  38. package/src/ui-kit/BlockWrapper.tsx +2 -4
  39. package/bundle/services/BlockRouter/BlockIntersection.d.ts +0 -2
  40. package/bundle/services/BlockRouter/BlockRouter.d.ts +0 -2
  41. package/bundle/services/BlockRouter/blockRouterEventBus.d.ts +0 -11
  42. package/bundle/services/BlockRouter/findActiveBlock.d.ts +0 -3
  43. package/bundle/services/BlockRouter/useBlockIntersectionObserver.d.ts +0 -4
  44. package/bundle/services/BlockRouter/useBlockRouterProvider.d.ts +0 -1
  45. package/dist/services/BlockRouter/BlockIntersection.d.ts +0 -2
  46. package/dist/services/BlockRouter/BlockIntersection.js +0 -2
  47. package/dist/services/BlockRouter/BlockIntersection.js.map +0 -1
  48. package/dist/services/BlockRouter/BlockRouter.d.ts +0 -2
  49. package/dist/services/BlockRouter/BlockRouter.js +0 -11
  50. package/dist/services/BlockRouter/BlockRouter.js.map +0 -1
  51. package/dist/services/BlockRouter/blockRouterEventBus.d.ts +0 -11
  52. package/dist/services/BlockRouter/blockRouterEventBus.js +0 -5
  53. package/dist/services/BlockRouter/blockRouterEventBus.js.map +0 -1
  54. package/dist/services/BlockRouter/findActiveBlock.d.ts +0 -3
  55. package/dist/services/BlockRouter/findActiveBlock.js +0 -15
  56. package/dist/services/BlockRouter/findActiveBlock.js.map +0 -1
  57. package/dist/services/BlockRouter/useBlockIntersectionObserver.d.ts +0 -4
  58. package/dist/services/BlockRouter/useBlockIntersectionObserver.js +0 -17
  59. package/dist/services/BlockRouter/useBlockIntersectionObserver.js.map +0 -1
  60. package/dist/services/BlockRouter/useBlockRouterProvider.d.ts +0 -1
  61. package/dist/services/BlockRouter/useBlockRouterProvider.js +0 -28
  62. package/dist/services/BlockRouter/useBlockRouterProvider.js.map +0 -1
  63. package/lib/services/BlockRouter/BlockIntersection.d.ts +0 -2
  64. package/lib/services/BlockRouter/BlockIntersection.js +0 -2
  65. package/lib/services/BlockRouter/BlockIntersection.js.map +0 -1
  66. package/lib/services/BlockRouter/BlockRouter.d.ts +0 -2
  67. package/lib/services/BlockRouter/BlockRouter.js +0 -8
  68. package/lib/services/BlockRouter/BlockRouter.js.map +0 -1
  69. package/lib/services/BlockRouter/blockRouterEventBus.d.ts +0 -11
  70. package/lib/services/BlockRouter/blockRouterEventBus.js +0 -3
  71. package/lib/services/BlockRouter/blockRouterEventBus.js.map +0 -1
  72. package/lib/services/BlockRouter/findActiveBlock.d.ts +0 -3
  73. package/lib/services/BlockRouter/findActiveBlock.js +0 -12
  74. package/lib/services/BlockRouter/findActiveBlock.js.map +0 -1
  75. package/lib/services/BlockRouter/useBlockIntersectionObserver.d.ts +0 -4
  76. package/lib/services/BlockRouter/useBlockIntersectionObserver.js +0 -14
  77. package/lib/services/BlockRouter/useBlockIntersectionObserver.js.map +0 -1
  78. package/lib/services/BlockRouter/useBlockRouterProvider.d.ts +0 -1
  79. package/lib/services/BlockRouter/useBlockRouterProvider.js +0 -25
  80. package/lib/services/BlockRouter/useBlockRouterProvider.js.map +0 -1
  81. package/mobile/bundle/services/BlockRouter/BlockIntersection.d.ts +0 -2
  82. package/mobile/bundle/services/BlockRouter/BlockRouter.d.ts +0 -2
  83. package/mobile/bundle/services/BlockRouter/blockRouterEventBus.d.ts +0 -11
  84. package/mobile/bundle/services/BlockRouter/findActiveBlock.d.ts +0 -3
  85. package/mobile/bundle/services/BlockRouter/useBlockIntersectionObserver.d.ts +0 -4
  86. package/mobile/bundle/services/BlockRouter/useBlockRouterProvider.d.ts +0 -1
  87. package/mobile/dist/services/BlockRouter/BlockIntersection.d.ts +0 -2
  88. package/mobile/dist/services/BlockRouter/BlockIntersection.js +0 -2
  89. package/mobile/dist/services/BlockRouter/BlockIntersection.js.map +0 -1
  90. package/mobile/dist/services/BlockRouter/BlockRouter.d.ts +0 -2
  91. package/mobile/dist/services/BlockRouter/BlockRouter.js +0 -11
  92. package/mobile/dist/services/BlockRouter/BlockRouter.js.map +0 -1
  93. package/mobile/dist/services/BlockRouter/blockRouterEventBus.d.ts +0 -11
  94. package/mobile/dist/services/BlockRouter/blockRouterEventBus.js +0 -5
  95. package/mobile/dist/services/BlockRouter/blockRouterEventBus.js.map +0 -1
  96. package/mobile/dist/services/BlockRouter/findActiveBlock.d.ts +0 -3
  97. package/mobile/dist/services/BlockRouter/findActiveBlock.js +0 -15
  98. package/mobile/dist/services/BlockRouter/findActiveBlock.js.map +0 -1
  99. package/mobile/dist/services/BlockRouter/useBlockIntersectionObserver.d.ts +0 -4
  100. package/mobile/dist/services/BlockRouter/useBlockIntersectionObserver.js +0 -17
  101. package/mobile/dist/services/BlockRouter/useBlockIntersectionObserver.js.map +0 -1
  102. package/mobile/dist/services/BlockRouter/useBlockRouterProvider.d.ts +0 -1
  103. package/mobile/dist/services/BlockRouter/useBlockRouterProvider.js +0 -28
  104. package/mobile/dist/services/BlockRouter/useBlockRouterProvider.js.map +0 -1
  105. package/mobile/lib/services/BlockRouter/BlockIntersection.d.ts +0 -2
  106. package/mobile/lib/services/BlockRouter/BlockIntersection.js +0 -2
  107. package/mobile/lib/services/BlockRouter/BlockIntersection.js.map +0 -1
  108. package/mobile/lib/services/BlockRouter/BlockRouter.d.ts +0 -2
  109. package/mobile/lib/services/BlockRouter/BlockRouter.js +0 -8
  110. package/mobile/lib/services/BlockRouter/BlockRouter.js.map +0 -1
  111. package/mobile/lib/services/BlockRouter/blockRouterEventBus.d.ts +0 -11
  112. package/mobile/lib/services/BlockRouter/blockRouterEventBus.js +0 -3
  113. package/mobile/lib/services/BlockRouter/blockRouterEventBus.js.map +0 -1
  114. package/mobile/lib/services/BlockRouter/findActiveBlock.d.ts +0 -3
  115. package/mobile/lib/services/BlockRouter/findActiveBlock.js +0 -12
  116. package/mobile/lib/services/BlockRouter/findActiveBlock.js.map +0 -1
  117. package/mobile/lib/services/BlockRouter/useBlockIntersectionObserver.d.ts +0 -4
  118. package/mobile/lib/services/BlockRouter/useBlockIntersectionObserver.js +0 -14
  119. package/mobile/lib/services/BlockRouter/useBlockIntersectionObserver.js.map +0 -1
  120. package/mobile/lib/services/BlockRouter/useBlockRouterProvider.d.ts +0 -1
  121. package/mobile/lib/services/BlockRouter/useBlockRouterProvider.js +0 -25
  122. package/mobile/lib/services/BlockRouter/useBlockRouterProvider.js.map +0 -1
  123. package/mobile/src/services/BlockRouter/BlockIntersection.ts +0 -3
  124. package/mobile/src/services/BlockRouter/BlockRouter.ts +0 -11
  125. package/mobile/src/services/BlockRouter/blockRouterEventBus.ts +0 -13
  126. package/mobile/src/services/BlockRouter/findActiveBlock.ts +0 -20
  127. package/mobile/src/services/BlockRouter/useBlockIntersectionObserver.ts +0 -20
  128. package/mobile/src/services/BlockRouter/useBlockRouterProvider.ts +0 -37
  129. package/src/services/BlockRouter/BlockIntersection.ts +0 -3
  130. package/src/services/BlockRouter/BlockRouter.ts +0 -11
  131. package/src/services/BlockRouter/blockRouterEventBus.ts +0 -13
  132. package/src/services/BlockRouter/findActiveBlock.ts +0 -20
  133. package/src/services/BlockRouter/useBlockIntersectionObserver.ts +0 -20
  134. package/src/services/BlockRouter/useBlockRouterProvider.ts +0 -37
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const l=e=>(...l)=>t[e](...l),n=l("useState"),a=l("useEffect"),i=l("useCallback"),r=l("useMemo"),s=l("useRef");const o=e=>e&&!e.endsWith("/")?`${e}/`:e,c={PROD_BRANCH:"master"},d=new class{_=c;setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH||c.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get STICKY_MOBILE_MENU(){return this._.STICKY_MOBILE_MENU}get FOOTER(){return this._.FOOTER}get PORTAL_DATA(){return this._.PORTAL_DATA}get CHAT_BOT(){return this._.CHAT_BOT}get CDN(){return o(this._.CDN)}get BASE_PATH(){return o(this._.BASE_PATH)}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},m="likesToken";function h(){async function e(){try{const e=JSON.parse(globalThis.localStorage?.getItem(m)||"");if(e?.token)return e}catch(e){}try{const e=await fetch("/assist/v1/public/auth",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:t,name:l}=await e.json();return globalThis.localStorage?.setItem(m,JSON.stringify({token:t,name:l})),{token:t,name:l}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...t){if(!t.length)return[];const{token:l}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l},body:JSON.stringify({node_ids:t})}),{likes:n}=await e.json();return n||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:l,name:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l,UserID:n},body:JSON.stringify({node_id:t,user_name:n})}),{likes:a}=await e.json();return a||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:l,name:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l,UserID:n},body:JSON.stringify({node_id:t,user_name:n})}),{likes:a}=await e.json();return a||0}catch(e){return console.error(e),0}}}}const u=(...e)=>globalThis._uni._jsx(...e),p=(...e)=>globalThis._uni._jsxs(...e),x=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:g(e)),t._tmpl},g=e=>{function t(t,l){const{children:n,...a}=t||{},i=l?.slots?.default,r=n||i&&i();return e(Object.assign(a,r&&{children:r}),l)}return t.inheritAttrs=!1,t},f=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),b=x((({children:e})=>f?e:null));class y{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 v=new y;function N(e,{sensitivity:t,rootRef:l}={}){const n=s(null),i=r((()=>({threshold:w(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 w(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 k=new y;const S=(...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","":""},T=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 N(i((t=>{if(!e||!t?.length)return;const l=t[t.length-1];k.fire("intersection",{block:e,intersection:l})}),[e]),{sensitivity:1})}(o),[x,g]=n(!1);a((()=>v.subscribe("tab",(e=>{g(Boolean(e.label&&o?.labels?.length&&!o.labels.includes(e.label)))}))),[o]);const f=t&&l;return u(h,{className:S("@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})})),I={h1:"h1",h2:"h1",h3:"h2",h4:"h2",h5:"h3",h6:"h3"},B={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},M=x((({className:e="",headingType:t="h3",as:l="h3",title:n,children:a})=>{const i=I[l]||"h3";return u(i,{className:S("font-sans m-0",B[t],e),children:n||a})})),R=x((({children:e,...t})=>u("p",{className:S("font-sans",Object.values(t)),children:e}))),P={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"}},V=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=P[l],m={marginTop:d.descriptionStyle};return p(T,{className:S(s?"@container-normal":"",e),defaultPadding:s?"":"p-6xl",version:t,isTheme:o,...c,children:[n?u(M,{className:S("whitespace-pre-wrap",i),...d?.title,as:r||d?.title.as,title:n}):null,a?u(R,{size:d.descriptionSize,font:d.descriptionWeight,align:i,...m,children:a}):null]})}));function A(){return A._impl()}A._impl=()=>({isReady:!1,href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),A.setup=e=>{A._impl=e};const z=e=>Boolean(e?.includes(":")),_=(e,t)=>Boolean(e&&!z(e)&&(!t||"_self"===t)),j=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),D=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/");var E=Object.freeze({__proto__:null,isURL:z,isLocalURL:_,isHash:e=>Boolean(e?.startsWith("#")),withoutQuery:j,joinPath:D});const O=e=>(t,l=d.BASE_PATH)=>{if(!t||z(t)||L(t,d.CDN))return t;const n=t.startsWith("/");return D(L(t,l)?"":l,n?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},L=(e,t)=>t&&e&&e.startsWith(t),$={normal:"",color:"text-primary-main",black:"text-black",white:"text-black"},F=x((({className:e="",imageClassName:t="",name:l="",alt:n=`Иконка ${l}`,title:a=n,iconVersion:i="color",width:r,height:s})=>{const o=A(),c="normal"===i?`${l}.svg`:`sprites.svg#${l}`,m=O(o)(D(d.CDN,"/icons/",c));return"normal"===i?u("img",{className:e,src:m,alt:n,title:a,"aria-hidden":"true",width:r,height:s,style:U(e,s)}):u(W,{className:e,children:p("svg",{className:S(H(r),$[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:m,xlinkHref:m})]})})})),U=(e,t)=>{return e?.includes("h-")?{}:{height:(l=t,l&&!/\D/.test(l)?`${t}px`:t),width:"auto"};var l},H=e=>e?"":"w-full h-full",W=x((({className:e,children:t})=>e?u("div",{className:e,children:t}):t)),K=(e,t)=>e?.media&&t?.media?e.media-t.media:0,Y=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n})=>{const a=A();return p("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(K).map((({src:e,format:l,media:i},r)=>u("source",{srcSet:X(a,n)(e),type:q(l),media:i?`(max-width: ${i}px)`:"",width:t?.size?.width,height:t?.size?.height},`${r}_${e}`))):null,t?.src?G({...t,src:X(a,n)(t.src)},l):null]})})),G=(e,t="")=>u("img",{src:e.src,className:S("object-contain",t),alt:e?.alt||e?.title||"",title:e?.title||"",style:{width:e?.size?.width?`${e.size?.width}px`:"100%",height:e?.size?.height?`${e.size?.height}px`:"auto"},width:e?.size?.width,height:e?.size?.height}),X=(e,t)=>l=>l&&!z(l)?O(e)(D(t,l)):l,q=e=>e?`image/${String(e)}`:void 0,J=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n,...a})=>t?.src||t?.icon?t.icon?u(F,{className:e,imageClassName:l,iconVersion:t?.iconVersion,name:t.icon,...a}):u(Y,{className:e,imageClassName:l,image:t,pathPrefix:n}):null)),Z={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","":""},Q="bg-main-divider text-main-disabled",ee={primary:Q,secondary:Q,white:Q,link:"",transparent:"",gray:Q,"":""},te="text-center font-sans select-none",le={primary:"group-hover/btn:brightness-0 group-hover/btn:invert",secondary:"group-hover/btn:brightness-0 group-hover/btn:invert",white:"group-hover/btn:brightness-0 group-hover/btn:invert",link:"text-primary-main",transparent:"",gray:"group-hover/btn:brightness-0 group-hover/btn:invert","":""},ne=({className:e,rounded:t,version:l})=>[te,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",l?Z[l]:"",t?"rounded-full":"rounded-md",e].join(" "),ae=()=>({open:(e,t={})=>v.fire("dialog",{type:"open",dialog:e,...t}),close:()=>v.fire("dialog",{type:"close"}),closeAll:()=>v.fire("dialog",{type:"close",all:!0})}),ie=(e,t)=>ie._impl(e,t);function re(e={}){const{isRemote:t,basePath:l}=e,n=A(),{closeAll:a}=ae();return e=>({...e,href:t&&!l?e.href:O(n)(e.href,l),"aria-label":e.text,onClick:ie(i(e),e)});function i({href:e,target:l,onClick:i}){return r=>{i&&i(r),e&&!t&&_(e,l)&&(a(),r?.preventDefault(),n.push(e))}}}ie._impl=e=>e,ie.setup=e=>{ie._impl=e};const se=x((e=>{const{text:t,aboveText:l,appendLeft:n,appendRight:a,version:i="primary"}=e,r=ce(e)?"hidden lg:block":"";return p("div",{className:S(oe(e),"flex gap-xs"),children:[n?u("div",{className:S(r,le[i]),children:n}):null,ce(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:S(r,le[i]),children:a}):null]})})),oe=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 S("group/btn items-center justify-center",ce(e)?a:"h-12 w-12 m-auto",n?"rounded-full":"")},ce=({text:e,aboveText:t,appendLeft:l})=>Boolean(e||t||!l),de=({className:e,rounded:t,version:l})=>["inline-block",te,l?ee[l]:"",t?"rounded-full":"rounded-md",e].join(" "),me=x((({disabled:e,children:t,method:l="LINK",href:n,...a})=>{const r=(({method:e,href:t})=>i((l=>{if("POST"!==e||!t)return;l.preventDefault();const{origin:n,pathname:a,searchParams:i}=new URL(t||""),r=document.createElement("form");r.setAttribute("method","POST"),r.setAttribute("action",[n,a].join(""));for(const[e,t]of i.entries()){const l=document.createElement("input");l.setAttribute("type","hidden"),l.setAttribute("name",e),l.setAttribute("value",t),r.appendChild(l)}document.body.appendChild(r),r.submit()}),[]))({method:l,href:n}),s=re()({onClick:r,href:n,...a}),o=t??u(se,{...s});return u(e?ue:he,{...s,children:o})})),he=x((({className:e="",href:t,rel:l,target:n,ariaLabel:a,version:i,rounded:r,onClick:s,children:o})=>u("a",{className:ne({className:e,version:i,rounded:r}),href:t,rel:l,target:n,"aria-label":a,role:t?"link":"button",onClick:s,children:o}))),ue=x((({className:e,ariaLabel:t,version:l,rounded:n,children:a})=>u("div",{role:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:de({className:e,rounded:n,version:l}),children:a})));function pe(e,t){const l="primary"===e?"white":"black",n="Вернуться назад";return p("div",{className:"hidden sm:flex items-center gap-s",children:[u("div",{className:ne({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",version:e,rounded:!0}),onClick:t,children:u(J,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:l}})}),u(me,{version:"link",className:"group-data-secondary:text-white/80",text:n,ariaLabel:n,onClick:t})]})}const xe={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},ge=x((({className:e,version:t="primary",defaultPadding:l,padding:n="",title:a="",insetTitle:r="",buttons:s,leftImage:o,rightImage:c,imageAlign:d,isImageAlwaysOnRight:m=!1,isImageSecondary:h=!1,backwardButton:x,children:g})=>{const f=A(),b=i((e=>{e?.preventDefault(),f.back()}),[]);return p("div",{className:fe(n,l,e),children:[x?pe(t,b):null,a?u("div",{className:"relative",children:a}):null,p("div",{className:S("grow relative flex flex-col @xl:flex-row gap-3xl w-full",o?"self-start @xl:w-auto":""),children:[Ne(o,{imageAlign:d,className:"mx-auto"}),p("div",{className:S("grid gap-3xl",c?"@xl:grid-cols-2":"",o?"":"grow","h-full","auto-rows-[max-content_1fr]"),children:[p("div",{className:"grow space-y-lg min-w-fit",children:[r,g]}),Ne(c,{className:S("@xl:justify-self-end @xl:col-start-2",s?be(m):"",ye(m),we(h)),imageAlign:d}),ve(s)]})]})]})})),fe=(e="",t="",l="")=>S("relative flex flex-col gap-3xl overflow-hidden",e||t,l),be=e=>e?"row-span-2":"@xl:row-span-2",ye=e=>e?"col-start-2 self-center":"",ve=e=>e?u("div",{className:"self-end",children:e}):null,Ne=(e,{className:t,imageAlign:l})=>e?u("div",{className:S("shrink-1/2 justify-self-center mt-auto @xl:mt-0",l&&xe[l],t),children:e}):null,we=e=>e?"hidden @xl:block":"",ke=(e=[])=>e.reduce(((e,t)=>e+t),0),Se=(e=[])=>e?.length?ke(e)/e.length:0,Ce=(e,t="normal")=>e?u("div",{className:S("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(J,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,Te=x((e=>{const{__html:t="",richVersion:l=""}=e;return t.replace(/<\/?[^>]+\/?>/g,"").trim()?u("div",{"data-component":"rich-text-container",children:u("div",{className:S(l,"md-container"),dangerouslySetInnerHTML:{__html:t}})}):null})),Ie=(e,t)=>e?u(R,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,Be=x((({children:e,...t})=>u("span",{className:S("font-sans",Object.values(t)),children:e}))),Me=(e,t)=>e?u(Be,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,Re=(e,t)=>"rte"===e.type&&"__html"in e&&e.__html?u(Te,{...e},`rte-${t}`):["label"in e?Me(e.label,t):null,"description"in e?u("span",{className:e.descriptionClassName,children:Ie(e.description,t)},String(t)):null],Pe=x((({className:e,benefitsVersion:t,...l})=>p("div",{className:S("flex gap-m min-w-56 items-center",e),children:["icon"in l?Ce(l.icon,t):null,u("div",{children:Re(l)})]}))),Ve=e=>"rte"===e.type?e?.__html?.length||0:Math.max(e?.label?.length||0,e?.description?.length||0),Ae=e=>{return((t=e.map(Ve))?.length?Math.sqrt(Math.abs(Se(t.map((e=>e**2)))-Se(t)**2)):0)>16;var t},ze=e=>e&&"icon"in e&&e.icon&&(e.icon.icon||e.icon.src),_e=e=>!e.some(ze),je=x((({className:e,benefitsVersion:t="normal",benefits:l})=>l?.length?u("div",{className:S("flex gap-x-m gap-y-s",Ae(l)||_e(l)?"flex-col":"flex-wrap",e),children:l.map(((e,l)=>u(Pe,{benefitsVersion:t,...e},String(l))))}):null)),De=x((({className:e,benefits:t})=>t?.length?u("div",{className:S("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),children:t.flatMap(Re)}):null)),Ee=x((({isTabularBenefits:e,...t})=>u(e?De:je,{...t}))),Oe=e=>Boolean(e?.src||e?.icon),Le=(e,{className:t,buttonClassName:l,isVertical:n}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?u("div",{className:S("flex",n?"flex-col gap-xs justify-items-stretch":"flex-wrap @xl:flex-nowrap gap-lg sm:gap-m",t),children:e.map($e(l))}):null,$e=(e="")=>(t,l)=>{const{text:n,icon:a,iconRight:i,version:r,...s}=t||{},o=Fe(a,r),c=Fe(i,r);return n||a?.icon?u(me,{className:S("basis-full @lg:basis-auto",e),appendLeft:Ue({...a,iconVersion:o}),appendRight:Ue({...i,iconVersion:c}),version:r,text:n,...s},l?String(l):""):null},Fe=(e,t="secondary")=>{const l="secondary"===t?"color":"white";return e?.iconVersion?e?.iconVersion:l},Ue=e=>Oe(e)?u(J,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,He=x((({className:e,isDotted:t,dotClassName:l,children:n})=>p("div",{className:S("font-sans flex",e),role:"listitem",children:[t?u("div",{className:"shrink-0",children:u("div",{className:S("align-middle inline-block rounded-full group-data-secondary:bg-white",l)})}):null,u("span",{children:n})]}))),We={S:{textSize:"text-l font-light",indentStyle:"ml-xs",dotStyle:"w-1 h-1 mr-xs"},M:{textSize:"text-h6",indentStyle:"ml-s",dotStyle:"w-1.5 h-1.5 mr-s"},L:{textSize:"text-h5",indentStyle:"ml-m",dotStyle:"w-1.5 h-1.5 mr-m"}},Ke=x((({className:e,isDotted:t=!0,items:l=[],listItemSize:n="M",dotClassName:a=""})=>{const i=We[n];return l?.length?u("section",{className:S("flex flex-col gap-xs text-left text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text",i.textSize,e),role:"list",children:l.map(((e,l)=>u(He,{isDotted:t,dotClassName:S(a||"bg-primary-text",i.dotStyle),children:e},String(l))))}):null})),Ye=(e=0)=>(t=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:0,maximumFractionDigits:e}).format(Number(t)||0),Ge=x((({priceList:e})=>e?.length?u("div",{className:"flex flex-wrap xl:flex-nowrap xl:bg-main-divider xl:rounded-md p-xs gap-xl",children:e.map(Xe)}):null)),Xe=({label:e,amount:t})=>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(Be,{font:"font-light",size:"text-l",color:"text-secondary-text",children:e}),t?p("span",{className:"font-sans text-h6 sm:text-primary-main text-primary-text",children:[Ye(2)(t)," ₽"]}):null]}),qe=x((({className:e,tags:t})=>t?.length?u("div",{className:S("flex flex-wrap gap-xs",e),role:"list",children:t.map(Je)}):null)),Je=(e,t)=>u("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:u(Be,{size:"text-m",font:"font-light",children:e})},String(t)),Ze={XXL:"L",XL:"L",L:"M",M:"M",S:"S",XS:"S"},Qe=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,priceList:g=[],tags:f=[],buttons:b,image:y,imageOptions:{imageAlign:v="center",directionRight:N=!0,isImageAlwaysOnRight:w,isImageSecondary:k=!1}={},backwardButton:S,children:C,...T})=>{const I=y?.src?u(J,{image:y}):null,B=u(V,{title:n,description:a,headlineVersion:i,align:r,isEmbedded:!0}),M=c?.filter((e=>"rte"===e?.type||"label"in e||"description"in e));return u(ge,{className:e,padding:t,defaultPadding:l,...m?{title:B}:{insetTitle:B},...et(I,N),isImageSecondary:k,imageAlign:v,isImageAlwaysOnRight:w,buttons:Le(b),backwardButton:S,...T,children:p("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[M?.length?u(Ee,{benefitsVersion:s,isTabularBenefits:o,benefits:M}):null,d?u(Te,{__html:d}):null,h?.length?u(Ke,{items:h,isDotted:x,listItemSize:Ze[i]}):null,C,g?.length?u(Ge,{priceList:g}):null,tt(f)]})})})),et=(e,t)=>t?{rightImage:e}:{leftImage:e},tt=e=>e?.length?u(qe,{tags:e}):null,lt=x((({className:e,padding:t,...l})=>u(T,{className:S("overflow-hidden flex flex-col gap-3xl box-border",e),padding:"p-0",...l,children:u(Qe,{defaultPadding:"p-6xl",padding:t,className:"grow h-full",...l})}))),nt=e=>null!=e,at=new Map;function it(e,t,{fallback:l,cache:i}={}){const s=r((()=>rt(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(nt))return;let e=!1;const l=(t,l)=>{e||(d(t),h(l))};return(async()=>{try{l(await(o?((e,t=at)=>l=>{const n=t.get(l);if(nt(n))return n;const a=e(l);return nt(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 rt(e){return Array.isArray(e)?e:e instanceof Function?rt(e()):[e]}async function st(e,t){try{return e?await ot(e,t):null}catch(e){console.error(e)}return null}async function ot(e,t){return(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json()}const ct={},dt="wcms-resources";function mt(e,t={}){const{fallback:l=ct,folderName:n=dt,setBasePath:a=!1}=t,i=D("/",a?d.BASE_PATH:"",n,`${e}.json`),{data:r}=it(e?i:null,ot,{fallback:l});return r||ct}const ht=(e=0,t=0)=>Math.floor(Math.random()*(t-e)+e),ut=x((e=>{const t=((e="reklamnaya-plitka")=>{const t=mt(e),l=r((()=>ht(0,t?.items?.length)),[t]);return t?.items?.[l]})(e.options?.page?.adSourceBook);return t?u(b,{children:u(lt,{...t,...e})}):null}));const pt=e=>e,xt=(e,t)=>{const[l,a]=n(e),[r,o]=n(!1),[c,d]=n({}),m=s({}),h=i(((e,t)=>{const{parse:n=pt,format:i=pt}=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}]},gt=e=>t=>t&&Object.entries(e).flatMap((([e,l])=>l(t[e])))||[],ft=e=>!e?.length,bt=e=>t=>l=>e(l)?[]:[t],yt=[];function vt(){const{data:e}=it("/api/v1/regions",ot);return e||yt}const Nt=x((({text:e,link:t})=>p(R,{size:"text-s",font:"font-light",color:"text-secondary-text",children:[u(Be,{children:e||"Нажимая кнопку, вы подтверждаете согласие с "}),t?u(me,{href:t.href,ariaLabel:"условия передачи данных",target:t.target||"",className:"text-primary-main",children:u(Be,{children:t.text})}):null]}))),wt=(e,t)=>{const{value:l,isDirty:n}=e,a=n?t(l):[];return{...e,errors:a,error:a[0]}},kt=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),w=i((e=>{g&&g(e.target?.value||"")}),[g]);a((()=>{v&&N.current?.focus()}),[v,N]);const k=x?"pr-3xl":"",C=h?"border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text":"border-error";return p("div",{className:S("relative",t),children:[p("label",{children:[c?u("div",{className:"mb-xs",children:u(Be,{size:"text-m",font:"font-light",children:c})}):null,u("input",{ref:N,className:S("w-full h-14 border rounded-md text-primary-text outline-none p-m",k,C,l),id:n,name:r||n,placeholder:d,type:o,value:m,onInput:w,onFocus:f,onBlur:b,pattern:y},e)]}),x]})})),St=x((({className:e,label:t,value:l="",error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(kt,{type:"text","aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i}),u("div",{className:"h-2",children:n?u(Be,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),Ct=e=>"_"===e,Tt=e=>/\d/.test(e),It=e=>Ct(e)||Tt(e),Bt=[..."+7 (___) ___-__-__"],Mt=Bt.findIndex(Ct),Rt=Bt.map(((e,t)=>It(e)?Bt.slice(0,t).filter(It).length:-1));const Pt=x((({children:e,onChange:t,...l})=>{const n=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),l=Bt.map(((e,l)=>Tt(e)?e:t.charAt(Rt[l])||e)),n=Rt.indexOf(t.length-1)+1;return(n?l.slice(0,Math.max(Mt,n)):l).join("")}(e))),[t]);return u(kt,{onChange:n,onFocus:e=>n(e?.target?.value||""),...l,children:e})})),Vt=x((({className:e,label:t,value:l,error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(Pt,{"aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),u("div",{className:"h-2",children:n?u(Be,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),At="Некорректно заполненное поле",zt=bt((e=>null!=e&&""!==e))(At),_t=bt((e=>"string"==typeof e&&e.length>1))(At),jt=bt((e=>"string"==typeof e&&(10===e.length||12===e.length)))(At),Dt=(Et=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,bt((e=>"string"==typeof e&&Et.test(e))))(At);var Et;const Ot=e=>p("div",{className:"space-y-s",children:[u(St,{className:"shrink-0 w-full",label:"Наименование организации",...wt(e("fullName"),zt)}),u(St,{className:"shrink-0 w-full",label:"ИНН",...wt(e("inn"),jt)}),u(St,{className:"shrink-0 w-full",label:"Контактное лицо",...wt(e("name"),_t)}),u(Vt,{className:"shrink-0 w-full",label:"Телефон",...wt(e("phone"),Dt)})]}),Lt=[{name:"Торговый эквайринг"},{name:"Мобильный эквайринг"},{name:"Интернет-эквайринг"},{name:"QR-эквайринг (СБП)"},{name:"Все виды эквайринга"}];function $t(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 Ft=e=>e?.text||e?.key||"";function Ut(e,t,l,n){a((()=>{if(e&&l)return e.addEventListener(t,l,n),()=>{e.removeEventListener(t,l,n)}}),[e,t,l])}function Ht(e){const t=s(null),l=i((l=>{t&&t.current&&l.target instanceof Node&&!t.current.contains(l.target)&&e()}),[e]);return Ut(globalThis.document,"click",l),t}const Wt=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,Kt=x((({popupRef:e,options:t,value:l,query:n,onChange:a,iconVersion:i})=>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:Wt(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:Ft(e)}),u(F,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:i,className:S("absolute right-4 pt-3xs",e.key===l?.key?"":"hidden")})]},e.key)))}):null));function Yt({isOpen:e,options:t,value:l,query:n,onChange:r,onClose:o,iconVersion:c}){const d={open:(e,t)=>v.fire("popup",{type:"open",popup:e,...t}),update:(e,t)=>v.fire("popup",{type:"update",popup:e,...t}),close:()=>v.fire("popup",{type:"close"})},m=i((()=>{d.close(),o&&o()}),[o]),h=i((e=>{m(),r&&r(e)}),[m,r]),p=s(null),x=Ht(m);return a((()=>{if(!e||!p.current)return;const a=p.current,{top:i,left:r,width:s,height:o}=a.getBoundingClientRect();d.update(u(Kt,{popupRef:x,options:t,value:l,query:n,onChange:h,iconVersion:c}),{top:i+window.scrollY+o,left:r,width:s})}),[e,t,l,n,h]),p}const Gt=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}]=$t(),[f,b]=n(""),y=i((()=>{b(""),x()}),[]),v=Yt({isOpen:h,options:l,value:a,query:f,onChange:m,onClose:y,iconVersion:d});return p("div",{className:e,children:[Xt(t),p("div",{className:S("relative",h?"z-20":"z-10"),ref:v,children:[p("div",{className:S("h-14 text-l flex justify-between items-center text-primary-text cursor-pointer relative z-10",Jt(s,r)),onClick:h?y:g,children:[u("p",{className:"p-m pr-3xl flex items-center overflow-hidden text-ellipsis whitespace-nowrap",children:Ft(a)||o}),qt(h,d)]}),c&&h?u("div",{className:S("absolute top-0 w-full z-20"),children:u(kt,{type:"text",autoFocus:!0,value:f,onChange:b})}):null]})]})})),Xt=e=>e?u("div",{className:"mb-xs",children:u(Be,{size:"text-m",color:"text-primary-text",font:"font-light",children:e})}):null,qt=(e,t)=>u(F,{className:S("absolute right-3",e?"":"rotate-180"),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),Jt=(e,t)=>S(e?"border rounded-md hover:border-primary-hover":"",t?" border-gray":"border-error"),Zt=x((({className:e="",error:t,...l})=>p("div",{className:e,children:[u(Gt,{...l,valid:!t}),u("div",{className:"h-2",children:t?u(Be,{size:"text-xs",font:"font-light",color:"text-error",children:t}):null})]}))),Qt=({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(Zt,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:Lt.map((({name:e=""})=>({key:e,text:e}))),...wt(t("acquiringType"),zt)})}),u("div",{className:"@xl:w-1/2",children:u(Zt,{label:"Адрес",placeholder:"Выберите адрес",options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...wt(t("region"),zt)})})]}),el=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:S("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:S("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),t?u(Be,{size:"text-l",font:"font-light",color:"text-primary-text",children:t}):null]}))),tl=e=>p("div",{children:[u(el,{text:"Хочу купить онлайн-кассу",...e("onlineCheckout")}),u(el,{text:"Хочу купить POS-терминал",...e("posTerminal")})]});function ll({disabled:e,onClick:t}){return l=>{!e&&t&&t(l)}}const nl={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"},al={primary:S("group-data-secondary:text-primary-main group-data-secondary:bg-white","group-data-secondary:hover:text-white group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active"),secondary:S("group-data-secondary:text-white group-data-secondary:bg-white/20","group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active")},il=x((({children:e,...t})=>{const l=e=>({...e,onClick:ie(ll(e),e)}),{className:n,version:a="primary",active:i,disabled:r,type:s="button",rounded:o=!0,role:c,onClick:d}=l(t);return u("button",{className:S("font-sans px-9 py-4","flex justify-center items-center gap-xs",i?"text-white bg-primary-active":"",r?"bg-main-gray text-main-disabled cursor-not-allowed":"",i||r?"":S(nl[a],al[a]),o?"rounded-md":"",n),type:s,role:c,onClick:d,children:e})})),rl=(e,t)=>u(il,{className:S("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),sl={acquiringType:{key:"Торговый эквайринг"},fullName:"",inn:"",name:"",phone:"",onlineCheckout:!1,posTerminal:!1},ol=gt({acquiringType:zt,region:zt,fullName:zt,inn:jt,name:_t,phone:Dt}),cl=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;ft(ol(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}]=xt(sl,a),o=vt();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(M,{headingType:"h6",title:"Вид эквайринга и регион",className:"@xl:text-center"}),Qt({regions:o,field:r}),u(M,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),Ot(r),tl(r),rl(t),u(Nt,{link:l})]})})),dl=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(St,{className:"shrink-0 w-full",label:"Контактное лицо",...wt(e("name"),_t)}),u(St,{className:"shrink-0 w-full",label:"ИНН",...wt(e("inn"),jt)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(Vt,{className:"shrink-0 w-full",label:"Телефон",...wt(e("phone"),Dt)}),u(St,{className:"shrink-0 w-full",label:"Электронная почта",...wt(e("mail"),zt)})]})]}),ml=({regions:e,field:t})=>u(Zt,{className:"w-full",label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...wt(t("region"),zt)}),hl={name:"",phone:"",inn:"",mail:""},ul=gt({region:zt,name:_t,phone:Dt,inn:jt,mail:zt}),pl=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;ft(ul(e))&&n({typeForm:"bcrd",region:t?.text||"",name:l,inn:i,mail:r,phone:a.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=xt(hl,a),o=vt();return p("form",{className:"container space-y-s",onSubmit:s.onSubmit,children:[ml({regions:o,field:r}),dl(r),rl(t),u(Nt,{link:l})]})})),xl=[];const gl=async e=>await st(e,{method:"GET"})||xl,fl=["От 1 000 ₽","До 1 000 000 000 ₽"],bl=["От 1 мес","До 15 лет"],yl=e=>u("div",{className:"pb-2xs border-b border-b-main-divider",children:p("div",{className:"space-y-s",children:[u(St,{className:"shrink-0 w-full",label:"Наименование организации",...wt(e("fullName"),zt)}),u(St,{className:"shrink-0 w-full",label:"Годовая выручка, ₽",...wt(e("annualRevenue"),zt)}),u(St,{className:"shrink-0 w-full",label:"Контактное лицо",...wt(e("name"),_t)}),u(Vt,{className:"shrink-0 w-full",label:"Телефон",...wt(e("phone"),Dt)}),u(St,{className:"shrink-0 w-full",label:"ИНН",...wt(e("inn"),jt)}),u(St,{className:"shrink-0 w-full",label:"Электронная почта",...e("mail")})]})}),vl=(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}},Nl=(e,t,l)=>Math.max(t,Math.min(e,l));function wl(e){const t=(e||"").replace(/\D/g,""),l=parseInt(t,10);return Number.isNaN(l)?0:l}function kl({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:S("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=wl(t.target?.value),n=e.length?e[l]:l;r&&r(n||0)}})})]})}const Sl=1,Cl=100,Tl=x((e=>{const{className:t,title:l,items:n=[],list:a=[],min:r=(a.length?0:Sl),max:s=(a.length?a.length-1:Cl),step:o=1,value:c=a[0]||r,disabled:d=!1,onChange:m}=e,h=vl(e,{normalize:(e=0)=>a.length?Il(a)(e):Nl(e,r,s),format:Ye()}),x=i((e=>{m&&m(wl(e.target?.value))}),[m]);return p("div",{className:t,children:[p("label",{className:"block relative",children:[l?u(Be,{size:"text-m",font:"font-light",color:"text-primary-text",children:l}):null,u("input",{className:S("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}),kl({list:a,min:r,max:s,step:o,disabled:d,value:c,onChange:m})]}),Bl(n)]})})),Il=e=>t=>e.reduce(((e,l)=>Math.abs(l-t)<Math.abs(e-t)?l:e)),Bl=e=>u("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>u(Be,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),Ml=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(Be,{size:"text-m",font:"font-light",children:"Сумма, ₽"})}),u(Tl,{items:fl,min:1e3,max:1e9,...e("amount")})]}),p("div",{className:"@xl:w-1/2",children:[u("label",{children:u(Be,{size:"text-m",font:"font-light",children:"Срок, месяцев"})}),u(Tl,{items:bl,min:1,max:180,...e("term")})]})]}),Rl=({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(Zt,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...wt(l("region"),zt)})}),u("div",{className:"@xl:w-1/2",children:u(Zt,{label:"Адрес",placeholder:"Выберите адрес",options:t.map((({branchCode:e="",address:t=""})=>({key:e,text:t}))),...wt(l("department"),zt)})})]}),Pl={amount:1e3,term:12,fullName:"",inn:"",name:"",phone:"",mail:"",annualRevenue:""},Vl=gt({fullName:zt,annualRevenue:zt,inn:jt,name:_t,phone:Dt,region:zt,department:zt}),Al=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;ft(Vl(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}]=xt(Pl,n),o=vt(),c=function(e){const{data:t}=it(e?`/api/v1/branches?regionCode=${e}`:null,gl);return t||xl}(a.region?.key).filter((e=>e?.address));return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(M,{headingType:"h6",title:"Параметры",className:"@xl:text-center"}),Ml(r),u(M,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),yl(r),u(M,{headingType:"h6",title:"Офис банка",className:"@xl:text-center"}),Rl({regions:o,branches:c,field:r}),rl(e),u(Nt,{link:t})]})})),zl={name:"",phone:""},_l=gt({name:_t,phone:Dt}),jl=x((({button:e,link:t,onSubmit:l})=>{const n=i((e=>{const{name:t,phone:n}=e;ft(_l(e))&&l({typeForm:"dpst",name:t,phone:n.replace(/[^+\d]/g,"")})}),[l]),[,{field:a,...r}]=xt(zl,n);return p("form",{className:"container",onSubmit:r.onSubmit,children:[u(M,{headingType:"h6",title:"Оставьте заявку и мы ответим на любые вопросы по депозитам",className:"@xl:text-center mb-m"}),p("div",{className:"max-w-[560px] m-auto space-y-s",children:[u(St,{className:"shrink-0 w-full",label:"Имя",...wt(a("name"),_t)}),u(Vt,{className:"shrink-0 w-full",label:"Телефон",...wt(a("phone"),Dt)})]}),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(Nt,{link:t})}),rl(e)]})]})})),Dl=x((e=>{const{button:t,sourceBookDir:l}=e,{regions:a}=mt(l||"regions-grant-support"),[i,r]=n({key:""}),s=ne({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(Zt,{label:"Ваш регион",placeholder:"Выберите регион",isSearch:!0,options:a.map((({name:e=""})=>({key:e,text:e}))),value:i,onChange:r}):null,o?u("div",{className:"text-center",children:u(me,{href:o,target:"_blank",className:S("p-m w-full @xl:w-auto",s),children:t?.text?t.text:"Перейти"})}):null]})})),El=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)=>{const a={...r,...l};return u("path",{d:e,fill:t||"currentColor",stroke:a.stroke,strokeLinecap:a.strokeLinecap,strokeLinejoin:a.strokeLinejoin,strokeWidth:a.strokeWidth,strokeMiterlimit:a.strokeMiterlimit},n)}))}))),Ol=[{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"}],Ll=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(El,{paths:Ol,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:S("appearance-none w-5 h-5 border-solid cursor-pointer m-0",a?"rounded-full border-2":$l(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(Be,{size:"text-l",font:"font-light",children:l})}):null]})})})),$l=e=>S("rounded border",e?"bg-primary-main":""),Fl=(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}`}},Ul=()=>{},Hl=({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=Wl(t,e),o=Kl(t,i,r);m.push(u("td",{children:u("div",{className:Yl(l,o),onClick:()=>!o&&s(t),children:c})},`day-${c}`)),c++}o.push(u("tr",{children:m},`row-${d}`))}return o},Wl=(e,t)=>t&&e.toDateString()===t.toDateString(),Kl=(e,t,l)=>t&&e.getTime()<t.getTime()||l&&e.getTime()>l.getTime(),Yl=(e,t)=>S("p-s text-center rounded-md border",e?"":"border-transparent hover:bg-gray",t?"text-gray hover:bg-transparent":"cursor-pointer"),Gl=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Xl=x((({today:e,currentMonth:t,currentYear:l,min:n,max:a,onDateSelect:s=Ul})=>{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:Gl.map(((e,t)=>u("th",{className:"p-s",children:e},String(t))))})}),u("tbody",{children:Hl({firstDayOfWeek:c,today:e,totalDays:d,currentYear:l,currentMonth:t,min:n,max:a,onDateClick:o})})]})})),ql=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],Jl=ql.map((e=>({key:e}))),Zl=Array.from({length:(new Date).getFullYear()-1940+1},((e,t)=>1940+t)).reverse().map((e=>({key:String(e)}))),Ql={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},en={className:"min-w-32",iconVersion:"black",isBorder:!1},tn=x((({className:e="",label:t="",value:l,valid:a=!0,minDate:r,maxDate:s,onChange:o})=>{const[c,{setValue:d}]=$t(!1),[m,h]=n(l?.getMonth()||(new Date).getMonth()),[x,g]=n(l?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:f,handleNextMonth:b,handleSelectMonth:y,handleSelectYear:v,monthsOptions:N,yearsOptions:w,handleChangeVisibleCalendar:k,ref:C}=(({onShowCalendar:e,showCalendar:t,selectedMonth:l,onMonthSelect:n,onYearSelect:a,selectedYear:r})=>{const s=Ht(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(ql.indexOf(e))),[]),handleSelectYear:i((({key:e})=>a(Number(e))),[]),monthsOptions:Jl,yearsOptions:Zl,ref:s}})({onYearSelect:g,onMonthSelect:h,onShowCalendar:d,selectedYear:x,selectedMonth:m,showCalendar:c});return p("div",{className:S(e,"relative"),ref:C,children:[u(Be,{size:"text-m","font-weight":"font-light",children:t}),ln(k,l,a),c?p("div",{className:"absolute bg-white z-10 select-none",children:[p("div",{className:"flex gap-s",children:[u("div",{className:"my-auto",onClick:f,children:u(F,{...Ql,className:"-rotate-90 cursor-pointer"})}),u(Gt,{onChange:y,value:{key:ql[m]},options:N,...en}),u(Gt,{onChange:v,value:{key:String(x)},options:w,...en}),u("div",{className:"my-auto",onClick:b,children:u(F,{...Ql,className:"rotate-90 cursor-pointer"})})]}),u(Xl,{today:l,currentMonth:m,currentYear:x,onDateSelect:o,min:r,max:s})]}):null]})})),ln=(e,t,l)=>p("div",{onClick:e,className:S("flex justify-between items-center h-14 px-m py-s border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",l?"border-gray":"border-error"),children:[u(R,{children:t&&Fl(t)}),u(F,{...Ql,name:"CalendarIcon"})]}),nn=x((({className:e,label:t,value:l,error:n,onChange:a})=>p("div",{className:e,children:[t?u("div",{className:"mb-xs",children:u(Be,{size:"text-m",font:"font-light",children:t})}):null,u(tn,{value:l,onChange:a,valid:Boolean(!n)}),u("div",{className:"h-2",children:n?u(Be,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),an=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(St,{className:"shrink-0 w-full",label:"Фамилия",...wt(e("surname"),_t)}),u(St,{className:"shrink-0 w-full",label:"Отчество",...wt(e("middleName"),_t)}),u(Vt,{className:"shrink-0 w-full",label:"Телефон",...wt(e("phone"),Dt)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(St,{className:"shrink-0 w-full",label:"Имя",...wt(e("name"),_t)}),u(nn,{className:"shrink-0 w-full",label:"Дата рождения",...wt(e("date"),zt)}),u(St,{className:"shrink-0 w-full",label:"Электронная почта",...wt(e("mail"),zt)})]})]}),rn={surname:"",name:"",middleName:"",phone:"",mail:"",date:void 0,consentDataProcessing:!0},sn=gt({surname:_t,name:_t,middleName:_t,phone:Dt,mail:zt,date:zt}),on=x((e=>{const{button:t,link:l,product:n,onSubmit:a}=e,r=i((e=>{const{surname:t,name:l,middleName:i,phone:r,mail:s,date:o,consentDataProcessing:c}=e;ft(sn(e))&&a({typeForm:"dpst",surname:t,name:l,middleName:i,mail:s,consentDataProcessing:c,phone:r.replace(/[^+\d]/g,""),date:o?.toISOString().slice(0,10)||"",product:n||""},!0)}),[a]),[,{field:s,...o}]=xt(rn,r);return p("form",{className:"container space-y-s",onSubmit:o.onSubmit,children:[an(s),p("div",{className:"@xl:flex justify-between items-center",children:[p("div",{className:"@xl:mb-0 mb-2 flex items-center gap-3",children:[u(Ll,{...wt(s("consentDataProcessing"),zt)}),u(Nt,{text:"Согласен с ",link:l})]}),rl(t)]})]})})),cn=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(Be,{color:"text-primary-text",children:t}):null]})}))),dn=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(cn,{className:"mb-xs",name:"vedTypes",text:"Валютный котроль",value:"currencyControl",checked:"currencyControl"===t,onChange:e=>l&&l(e)}),u(cn,{className:"mb-xs",name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:e=>l&&l(e)}),u(cn,{className:"mb-xs",name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:e=>l&&l(e)}),u(cn,{className:"mb-xs",name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:e=>l&&l(e)})]})})},mn=(e,t)=>{const l="currencyControl"===e("vedTypes").value;return p("div",{children:[l?u(Zt,{className:"mb-s",label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:t.map((({code:e="",name:t=""})=>({key:e,text:t}))),...wt(e("region"),zt)}):null,p("div",{className:"@xl:grid @xl:grid-cols-2 @xl:gap-x-lg",children:[l?u(St,{className:"w-full mb-s",label:"ИНН",...wt(e("inn"),jt)}):null,u(St,{className:"w-full mb-s",label:"Наименование организации",...wt(e("fullName"),zt)}),u(St,{className:"w-full mb-s",label:"ФИО",...wt(e("name"),_t)}),u(Vt,{className:"w-full mb-s",label:"Телефон",...wt(e("phone"),Dt)}),l?null:u(St,{className:"w-full mb-s",label:"Электронная почта",...wt(e("mail"),zt)})]})]})},hn=e=>{const t=e("text");return p("label",{htmlFor:"textarea",children:[u("div",{className:"mb-xs",children:u(Be,{size:"text-m",font:"font-light",children:"Обращение"})}),u("textarea",{id:"textarea",placeholder:"Укажите интересующий вас вопрос, место ведения бизнеса и удобное время для телефонного звонка",className:S("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||"")})]})},un={fullName:"",name:"",phone:"",inn:"",vedTypes:"currencyControl",text:""},pn={fullName:zt,name:_t,phone:Dt},xn=gt({...pn,mail:zt}),gn=gt({...pn,inn:jt,region:zt}),fn=e=>"currencyControl"===e,bn=e=>({currencyControl:"currencyControl"===e,documentOperations:"documentOperations"===e,conversionTransactions:"conversionTransactions"===e,otherIssues:"otherIssues"===e}),yn={ApplicationFormBusinessCard:pl,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:bn(o),PartnerComments:c,...fn(o)?{inn:r,region:s?.text||""}:{mail:i}};ft((e=>fn(e)?gn:xn)(o)(e))&&n(d)}),[n]),[,{field:r,...s}]=xt(un,a),o=vt();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[dn(r),u(M,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),mn(r,o),hn(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:[rl(t),u(Nt,{link:l})]}),u(M,{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(J,{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(J,{image:{icon:"MailIcon"},width:"24",height:"24"}),u("span",{children:"ved@rshb.ru"})]})]})]})})),ApplicationFormDeposit:jl,ApplicationFormCredit:Al,ApplicationFormAcquiring:cl,ApplicationFormGrantSupport:Dl,ApplicationFormIndividuals:on},vn=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(J,t?{image:{icon:"ResponseOKIcon"},width:"42",height:"42"}:{image:{icon:"ResponseFailIcon"},width:"37",height:"34"}),p("div",{children:[u(M,{headingType:"h6",title:t?"Ваша заявка отправлена":"Не удалось отправить заявку",className:"mb-2xs"}),u(Be,{size:"text-l",font:"font-light",color:"text-secondary-text",children:t?"Совсем скоро мы с вами свяжемся":"Пожалуйста, повторите позднее"})]})]})})),Nn={send:async function(e,t){const l=t?"/api/v1/lead":"/api/v1/sendcorporatelead";try{const t=await fetch(l,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(e)});return t?.ok?await t.json():null}catch(e){return null}}},wn=x((e=>{const{className:t,formBlock:l,...a}=e,[r,s]=n(""),o=i((async(e,t)=>{const l=await Nn.send(e,t)?"OK":"Fail";return s(l),l}),[]);return u(T,{className:t,defaultPadding:"p-6xl",...a,children:p("div",{className:"container max-w-[978px] space-y-lg",children:[l?.title?u(M,{headingType:"h3",title:l.title,className:"@xl:text-center"}):null,l?kn(l,o):null,r?u(vn,{responseType:r}):null]})})})),kn=(e,t)=>{const l=e?.formType;if(!l||!(l in yn))return null;return u(yn[l],{...e,onSubmit:t})},Sn="text-left",Cn={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},Tn=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:S("rounded-icon object-fit flex justify-center items-center",Cn[l],e),children:u(F,{...i,width:"54%",height:"54%",name:a})}):null})),In=x((({className:e="",title:t,benefitList:l,...n})=>p(T,{className:e,defaultPadding:"p-6xl",...n,children:[t?u(M,{headingType:"h3",as:"h2",className:Sn,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(Bn)}):null]}))),Bn=({label:e,description:t,items:l,icon:n,iconBgVersion:a,isDotted:i=!1},r)=>p("div",{className:"flex gap-m items-center @md:basis-1/2 @md:max-w-[500px]",role:"listitem",children:[n?.icon?u(Tn,{className:"shrink-0",defaultIconSize:56,iconBgVersion:a||"",...n}):null,n?.src?u(J,{className:"shrink-0",image:n}):null,e?p("div",{className:"@sm:h-full space-y-xs",children:[u(M,{headingType:"h6",children:e}),u(Be,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),u(Ke,{dotClassName:"bg-secondary-text",listItemSize:"S",items:l,isDotted:i})]}):null]},String(r)),Mn=x((({className:e="",title:t,description:l,bonusItems:n=[],align:a="text-left",...i})=>u(T,{className:e,defaultPadding:"p-6xl",...i,children:p("div",{className:"container",children:[u(V,{className:"mb-xl",isEmbedded:!0,title:t,description:l,headlineVersion:"M",align:a}),u("div",{className:"flex flex-wrap gap-3xl gap-x-m w-full",children:n.length>0?n.map(((e,t)=>p("div",{className:"w-full @xl:w-[48%] sm:space-y-xs flex flex-col grow p-xl sm:p-m border border-gray",children:[u("div",{className:"grow",children:u(V,{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:Le(e?.buttons)}),e.bonusItemContent?.bonusType?Rn(e.bonusItemContent):null]})]},String(t)))):null})]})}))),Rn=e=>"count"===e.bonusType?Pn(e):Vn(e),Pn=e=>p("div",{className:"w-full pt-default @xl:mt-s @xl:mb-4 flex justify-center sm:justify-end items-end",children:[e.bonusCount?u("div",{className:"shrink-0 -mb-6 @xl:-mb-4",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(Be,{size:"text-h2",children:e.bonusName})}):null]}),Vn=e=>e.image?u(J,{className:"min-w-12 p-xs rounded-icon shrink-0",image:e.image}):null,An=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=N(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})})),_n=["min-w-full","@lg:min-w-[50%]","@lg:min-w-[33.3%]","@lg:min-w-[25%]"],jn=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(En(l))}),[h,p]),b=n>0?a*Number(n)-1:0,y="vertical-list"===o,v="horizontal-list"===o,N={...v?Dn(r,b):{},...y?An(d):{},gap:`${a}px`};return u("div",{className:S("box-border overflow-auto no-scrollbar",o,e),style:N,ref:t,children:(w=(e,t)=>u(zn,{className:S(c,n?_n[n-1]:"",y?"h-full":""),style:v?Dn(r/4):{},activeIndex:l,idx:t,observerOptions:x,onIntersection:f,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(w):w(e,0))(m)});var w})),Dn=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),En=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),On={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},Ln={"horizontal-list":"w-6","vertical-list":"h-6"},$n=x((({className:e="",containerRef:t,activeIndex:l,dotCount:n=0,listType:a="horizontal-list",version:i})=>n?u("div",{className:S("flex gap-xs",On[a],i?"group":"",e),"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?Ln[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)),Fn=e=>e,Un=(e=Fn)=>t=>t.reduceRight(((t,l)=>e(t)>e(l)?t:l)),Hn=Un(),Wn=(e=Fn)=>Un((t=>-e(t))),Kn=Wn(),Yn=e=>t=>e.scrollWidth/t,Gn=e=>(t,l)=>{e.scrollBy({left:l*Yn(e)(t),behavior:"smooth"})},Xn=({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?[Wn()(a),Un()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;l.current&&(m?Gn(l.current)(e,-1):(t=l.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{l.current&&(h?Gn(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}]},qn=x((({className:e,version:t,gap:l=14,padding:n=16,showDots:a=true,minHeight:i,children:r,onVisibleIndicesChange:s,listType:o="horizontal-list"})=>{const c=Array.isArray(r)?r.length:0,[d,m]=Xn({itemCount:c,onVisibleIndicesChange:s}),[h]=m.visibleIndicesRange;return p("div",{className:S(e,"vertical-list"===o?"relative h-full":""),children:[u(jn,{containerRef:d,activeIndex:h,visibleItemCount:1,gap:l,padding:n,onVisibleIndicesChange:m.handleVisibleIndicesChange,listType:o,minHeight:i,children:r}),a?u($n,{containerRef:d,activeIndex:h,dotCount:c,listType:o,version:t}):null]})})),Jn=(e,t,l)=>{return u(qn,{children:e.map((n=l,({icon:e,title:t,description:l},a)=>p("div",{className:S("flex flex-col gap-1","justify-between p-m h-full border border-gray",l||t?"":"justify-center"),children:[t?u(Be,{size:"text-h6",font:"font-normal",align:n,children:t}):null,e?u(J,{image:e,height:"180",className:"w-auto"}):null,l?u(Be,{size:"text-h6",font:"font-normal",align:n,children:l}):null]},String(a))))});var n},Zn=x((({bonusBenefits:e,cardTextAlign:t="text-center",className:l="",columnsCount:n="4",subtitle:a,title:i,...r})=>p(T,{className:l,defaultPadding:"p-6xl",...r,children:[u(V,{title:i,description:a,headlineVersion:"M"}),e?.length?Jn(e,0,t):null]}))),Qn={start:"justify-start",center:"justify-center",end:"justify-end"},ea=x((({buttons:e,className:t="",align:l,...n})=>{const a=l?S("flex",Qn[l]):"";return u(T,{className:S("!bg-transparent",a,t),defaultPadding:"p-0",...n,children:Le(e)})})),ta=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]})}));const la=x((({className:e="",isUnfolded:t,children:l})=>{const n=s(null),i=function(e,t){const l=s(null);return a((()=>{const t=l?.current;if(!t)return;const n=new ResizeObserver((l=>{e(t,l[0])}));return n.observe(t),()=>{n.disconnect()}}),[e,...t]),l}((e=>{n.current&&(n.current.style.maxHeight=t?`${e.scrollHeight}px`:"")}),[t]);return u("div",{ref:n,className:`transition-max-h duration-300 overflow-hidden ${n.current||!t?"max-h-0":""} `,children:u("div",{className:e,ref:i,children:l})})})),na=x((({title:e,value:t,postfix:l="",prefix:n,className:a=""})=>p("div",{className:S("flex justify-between @xl:flex-col",a),children:[e?u(Be,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}):null,u("div",t?{children:p(Be,{size:"text-h3",children:[n," ",Ye(2)(Math.round(t))," ",l]})}:{children:u(Be,{size:"text-h3",children:"-"})})]}))),aa=1e4,ia=5e6,ra=Math.round(23.5),sa={minSum:aa,maxSum:ia,minMonths:13,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},oa={minSum:aa,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},ca={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},da={minSum:5e4,maxSum:5e6,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0},ma={minSum:1e3,maxSum:5e5,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},ha=e=>e?u(R,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e}):null,ua=x((({rate:e,title:t="Ставка",unit:l,depositeName:n,isShowDepositeName:a,fractionDigits:i=2})=>p("div",{children:[u(Be,{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-2 w-full text-left whitespace-nowrap",children:n}):null]})]}))),pa=x((({title:e="Ставка",isUnavailableByTerm:t=!1})=>p("div",{className:"space-y-s",children:[u(Be,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),u(F,{className:"w-10 h-10 @5xl:h-auto @5xl:w-40",name:"PercentIcon"}),u("div",{className:"w-64",children:t?p(R,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",u("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):u(R,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),xa=({rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,title:a,unit:i})=>u(ua,{rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,unit:i,title:a}),ga=({rate:e,title:t,unit:l})=>u(na,{title:t,value:e,postfix:l}),fa=({isUnknownRateShown:e=!0,isUnavailableByTerm:t=!1,title:l="Ставка",unit:n="%",rate:a=0,...i})=>e&&0===a?u(pa,{isUnavailableByTerm:t,title:l}):p("div",{children:[u("div",{className:"hidden @xl:block",children:xa({title:l,unit:n,rate:a,...i})}),u("div",{className:"@xl:hidden",children:ga({title:l,unit:n,rate:a,...i})})]});function ba({isShowItems:e=!0,step:t=1e3,...l}){const n=[`От ${Ye(2)(l.min||0)} ₽`,`До ${Ye(2)(l.max||0)} ₽`];return u(Tl,{items:e?n:[],step:t,...l})}function ya(e){const{data:t}=it(`/wcms-resources/${e}.json`,ot);return t}const va=(e,t)=>{const{travelExpenseValue:l,restExpenseValue:n}=e,a=ya(t||"bonus-calculator-data")||ca,[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}},Na=x((({className:e="",sourceBookDir:t,buttons:l,footnote:n})=>{const[a,{field:i}]=xt({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:r,maxSumTravel:s,minSumOther:o,maxSumOther:c,monthBonus:d,yearBonus:m}=va(a,t);return p("section",{className:S("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:[ba({title:"Сумма покупок в категории путешествия, ₽",min:r,max:s,step:500,isShowItems:!1,...i("travelExpenseValue")}),ba({title:"Сумма покупок в остальных категориях, ₽",min:o,max:c,step:500,isShowItems:!1,...i("restExpenseValue")})]}),d>=0?fa({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(na,{title:"Баллов за год",value:m}):null,Le(l,{isVertical:!0}),ha(n)]})]})})),wa=(e,t=0)=>e?.sum&&e.sum>=aa&&e.sum<=ia?e.sum:t,ka=(e,t=0)=>e?.period&&e.period>=13&&e.period<=60?e.period:t,Sa=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,Ca={horizontal:"gap-5xl",vertical:"flex-col gap-s"},Ta=x((({items:e,checkedItem:t,className:l,onChange:n,orientation:a="horizontal"})=>u("div",{className:S(`flex ${Ca[a]}`,l),children:e?.map((({id:e,text:l})=>u(Ll,{isRadio:!0,text:l,value:t===e,onChange:()=>n&&n(e)},String(e))))}))),Ia=({items:e,title:t,mobileTitle:l=t,orientation:n="horizontal",value:a,radioGroupClassName:i,onChange:r})=>p("div",{className:"space-y-s",children:[t?u("div",{className:"hidden @5xl:block",children:u(Be,{color:"text-secondary-text",font:"font-light",children:t})}):null,l?u("div",{className:"@5xl:hidden",children:u(Be,{color:"text-secondary-text",font:"font-light",children:l})}):null,u(Ta,{orientation:n,items:e,checkedItem:e[a?0:1].id,className:S("flex-col sm:flex-row",i),onChange:t=>r&&r(t===e[0].id)})]}),Ba=e=>Ia({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),Ma=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},Ra=([e,t],l,n=[])=>l&&l[e]&&l[t]?{[e]:l[e],[t]:l[t]}:Pa([e,t],n),Pa=([e,t],l=[])=>({[e]:l.length?Kn(l.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:l.length?Hn(l.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),Va=(e,[t,l],n)=>e>=n[t]&&e<=n[l],Aa=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,za=(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)},_a=x((({className:e="",rateParams:t,buttons:l,footnote:n,bottomFootnote:a,isShowDepositeName:i,defaultParams:r})=>{const[s,{field:o}]=xt({moneyValue:wa(r,1e5),daysValue:ka(r,90),isReplenished:Boolean(r?.isReplenished),isPartialWithdrawal:Boolean(r?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment)}),c=((e,t)=>{const{daysValue:l,moneyValue:n,isPartialWithdrawal:a,isReplenished:i,isMonthlyInterestPayment:r}=e,s=ya(t||"business-calculator-data"),o=i||a,c=l<90||l>730;if(l<=30)return{...ma,...e,isDisabledOperatingDeposit:c,isUnavailableByTerm:!0};const d=s?.rateRows?.find((e=>r===e.isMonthlyInterestPayment&&Aa(o,e)&&Va(n,["minSum","maxSum"],e)&&Va(l,["minDays","maxDays"],e)))||ma,{rate:m}=d,h=za(m,e),u=n+h,p=s?.rateRows||[ma];return{...d,...Pa(["minSum","maxSum"],p),...Pa(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:c,income:h,finalSum:u}})(s,t?.rateType&&t.sourceBookDir),{income:d,finalSum:m,rate:h,isUnavailableByTerm:x,depositeName:g}=c;return p("section",{className:S("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:[ba({title:"Сумма, ₽",min:c.minSum,max:c.maxSum,...o("moneyValue"),value:c.moneyValue}),(f={title:"Срок, дней",min:c.minDays,max:c.maxDays,...o("daysValue"),value:c.daysValue},u(Tl,{items:[`От ${Sa(f.min||0)}`,`До ${Sa(f.max||0)}`],step:1,...f})),p("div",{className:"flex flex-col sm:flex-row gap-y-4 gap-x-14",children:[ja(c,o),Ba({title:"Выплата процентов",orientation:"vertical",...o("isMonthlyInterestPayment"),radioGroupClassName:"sm:flex-col"})]})]}),u("div",{className:"border-b border-main-divider md:hidden"}),fa({rate:h,depositeName:g,isShowDepositeName:i,isUnavailableByTerm:x}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[Da(m,d),Le(l,{isVertical:!0}),ha(n),ha(a)]})]});var f})),ja=(e,t)=>p("div",{className:"space-y-s",children:[u(Be,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),p("div",{className:"flex flex-col gap-y-xl sm:gap-y-s",children:[u(Ll,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),u(Ll,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),Da=(e,t)=>p("div",{className:"flex flex-col gap-2xl sm:gap-0",children:[u(na,{title:"Доход в конце срока",value:t,postfix:"₽",prefix:"+"}),u(na,{title:"Сумма в конце срока",value:e,postfix:"₽"})]}),Ea=({min:e=0,max:t=0,availableMonths:l,...n})=>u(Tl,{items:[`От ${Oa(e)}`,`До ${Oa(t)}`],step:1,...l?.length?{list:l}:{min:e,max:t},...n}),Oa=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,La=e=>Ia({...e,radioGroupClassName:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),$a=e=>Fa({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Fa({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&Fa({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&Fa({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Fa=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],Ua=(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)},Ha=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=ya(t||"credit-calculator-data"),s=i?.rateRows||[sa],o=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>$a({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:i?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:c,maxSum:d}=Ra(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=Ra(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a})=>e?.find((e=>$a({row:e,userInputParams:t,paramsViewSettings:l})&&Va(n,["minSum","maxSum"],e)&&Va(a,["minMonths","maxMonths"],e)))||sa)({rateRows:s,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a}),{rate:p}=u,x=Ua(p,e);return r((()=>({...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:n,monthsValue:a,monthlyPayment:x})),[e,i])},Wa=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a,defaultParams:i})=>{const[r,{field:s}]=xt({moneyValue:wa(i,2e5),monthsValue:ka(i,ra),isAnnuity:Boolean(i?.isAnnuity),isInsurance:Boolean(i?.isEnableInsurance),isSalaryClient:Boolean(i?.isEnableSalaryClient),isPensionClient:Boolean(i?.isEnablePensionClient),isStateEmployee:Boolean(i?.isEnableStateEmployee)}),o=Ha(r,t,a),c=La({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...s("isAnnuity")});return p("section",{className:S("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:[ba({title:"Сумма кредита, ₽",step:500,min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),Ea({title:"Срок кредита, месяцев",min:o.minMonths,max:o.maxMonths,...s("monthsValue"),value:o.monthsValue}),Ka({...o,...a},s),u("div",{className:"sm:hidden",children:c})]}),u("div",{className:"border-b border-main-divider md:hidden"}),fa({rate:o.rate}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(na,{title:"Ежемесячный платеж",value:o.monthlyPayment,postfix:"₽"}),u("div",{className:"hidden sm:block",children:c}),Le(l,{isVertical:!0}),ha(n)]})]})})),Ka=(e,t)=>p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?u(Ll,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?u(Ll,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?u(Ll,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?u(Ll,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),Ya=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=ya(t||"deposit-calculator-data"),r=i?.rateRows?.[0]?qa(i.rateRows[0].minMonths,i.rateRows[0].maxMonths):1,s=!l?.isShowMonthlyInterestPayment,o=!l?.isShowRemoteRegistration,c=i?.rateRows?.find((t=>Xa({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:s})&&Xa({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:o})&&Va(n,["minSum","maxSum"],t)&&Va(a||r,["minMonths","maxMonths"],t)))||da,{rate:d}=c,m=Ga(d,e),h=n+m,u=i?.rateRows||[da];return{...c,...Pa(["minSum","maxSum"],u),...Pa(["minMonths","maxMonths"],u),availableMonths:Ma(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}},Ga=(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)},Xa=({row:e,userInputParams:t,paramKey:l,isExclude:n})=>n||t[l]===e[l],qa=(e,t)=>e+Math.round((t-e)/2),Ja=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:i,defaultParams:r})=>{const[s,{field:o}]=xt({moneyValue:wa(r,2e4),monthsValue:ka(r,0),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(r?.isRemoteRegistration)}),c=Ya(s,t,i),{defaultMonth:d,rate:m,income:h,finalSum:x}=c,{onChange:g}=o("monthsValue");return a((()=>{g&&g(d)}),[d]),p("section",{className:S("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:[ba({title:"Сумма, ₽",min:c.minSum,max:c.maxSum,...o("moneyValue"),value:c.moneyValue}),Ea({title:"Срок, месяцев",min:c.minMonths,max:c.maxMonths,availableMonths:c.availableMonths,...o("monthsValue"),value:c.monthsValue}),Za({...c,...i},o)]}),u("div",{className:"border-b border-main-divider md:hidden"}),fa({rate:m}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(na,{title:"Доход в конце срока",value:h,postfix:"₽",prefix:"+"}),u(na,{title:"Сумма в конце срока",value:x,postfix:"₽"}),Le(l,{isVertical:!0}),ha(n)]})]})})),Za=(e,t)=>{return p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowMonthlyInterestPayment?Ba({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment}):null,e.isShowRemoteRegistration?(l={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration},Ia({...l,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]});var l},Qa=e=>ei({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&ei({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),ei=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],ti=(e,t,l)=>{const{moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}=e,o=ya(t||"refinancing-calculator-data"),c=o?.rateRows||[oa],d=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Qa({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:o?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:m,maxSum:h}=Ra(["minSum","maxSum"],d,c),{minMonths:u,maxMonths:p}=Ra(["minMonths","maxMonths"],d,c),x=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>Qa({row:e,userInputParams:t,paramsViewSettings:l})&&Va(n+r,["minSum","maxSum"],e)&&Va(i,["minSumOld","maxSumOld"],e)&&Va(r,["minSumExtra","maxSumExtra"],e)&&Va(a,["minMonths","maxMonths"],e)))||oa)({rateRows:c,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}),{rate:g}=x,f=Ua(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])},li=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a})=>{const[i,{field:r}]=xt({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),s=ti(i,t,a),o=La({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...r("isAnnuity")});return p("section",{className:S("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:[ba({title:"Остаток долга в других банках, ₽ ",step:500,min:s.minSum,max:s.maxSum-s.maxSumExtra,...r("moneyValue"),value:s.moneyValue}),ba({title:"Ежемесячный платеж в других банках, ₽",step:500,min:s.minSumOld,max:s.maxSumOld,...r("oldMonthlyPayment"),value:s.oldMonthlyPayment}),Ea({title:"Новый срок кредита, месяцев",min:s.minMonths,max:s.maxMonths,...r("monthsValue"),value:s.monthsValue}),ni({...s,...a},r),s.isExtraMoney?ba({title:"Дополнительная сумма, ₽ ",step:500,min:s.minSumExtra,max:s.maxSumExtra,...r("moneyExtra"),value:s.moneyExtra}):null,u("div",{className:"sm:hidden pt-1 pb-4 border-b border-main-divider",children:o})]}),fa({rate:s.rate,fractionDigits:1}),p("div",{className:"flex flex-col gap-2xl mt-2 sm:w-96 sm:mt-0",children:[u(na,{title:"Ежемесячный платеж",value:s.monthlyPayment,postfix:"₽"}),s.benefit>0?u(na,{title:"Выгода в месяц",value:s.benefit,postfix:"₽"}):null,u("div",{className:"hidden sm:block",children:o}),Le(l,{isVertical:!0}),ha(n)]})]})})),ni=(e,t)=>p("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?u(Ll,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?u(Ll,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,u(Ll,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),ai={CreditCalculatorForm:Wa,DepositCalculatorForm:Ja,BusinessDepositCalculatorForm:_a,BonusCalculatorForm:Na,RefinancingCalculatorForm:li},ii=x((({className:e,calculatorTabs:t=[],...l})=>u(T,{className:e,defaultPadding:"p-0",...l,children:si(t)}))),ri=e=>{const t=e.calculatorBlock?.calcType;if(!t||!(t in ai))return null;const l=ai[t];return p("div",{className:"p-xl",children:[e?.calculatorBlock?.title?u(M,{className:"mb-lg",title:e?.calculatorBlock?.title}):null,u(l,{...e.calculatorBlock,isMobile:!0})]})},si=e=>{if(!e||!e.length)return null;return 1===e.length?ri(e[0]):e.map(((e,t)=>u(ta,{isFoldButtonOnTop:!0,unfoldedByDefault:0===t,renderFoldableSection:({isUnfolded:t})=>u(la,{isUnfolded:t,children:ri(e)}),renderFoldButton:oi(e)},t.toString())))},oi=e=>({isUnfolded:t,onToggle:l})=>{const n=e.nav?.align||"text-left";return p("button",{onClick:l,className:"w-full p-xl bg-primary-main flex items-center border-b border-white",children:[u("div",{className:"w-11 h-11 bg-white rounded-md flex justify-center items-center",children:u(F,{name:e.nav?.icon?.icon,iconVersion:"color",width:"24",height:"24"})}),p("div",{className:"flex-1 flex flex-col pl-s",children:[u(Be,{align:n,color:"text-white",children:e.nav?.title}),u(Be,{align:n,size:"text-s",color:"text-white",font:"font-light",children:e.nav?.description})]}),u(F,{name:t?"ArrowUpIcon":"ArrowDownIcon",iconVersion:"white",width:"24",height:"24"})]})},ci=x((e=>{const{onChange:t,min:l,max:n,defaultValue:a="0",fractionDigits:r=0,...s}=e,o=vl(e,{normalize:(e=a)=>l&&n?String(Nl(Number(di(e)),l,n)):di(e),format:Ye(r)}),c=i((e=>t&&t(di(e))),[t]);return u(kt,{onChange:c,...s,...o})})),di=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),mi=x((e=>u(ci,{...e,fractionDigits:2,children:u("div",{className:"absolute right-4 bottom-4",children:u(Be,{size:"text-xl",font:"font-light",children:"₽"})})}))),hi={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},ui={amount:1500},pi=x((({className:e="",title:t="Укажите сумму перевода",label:l="Сумма перевода",placeholder:i="1500",button:r,formType:s="private",...o})=>{const[{amount:c},{field:d}]=xt(ui),[m,h]=n(!1);return a((()=>{h(c<=0)}),[c]),p(T,{className:S("flex flex-col items-center",e),defaultPadding:"p-6xl",...o,children:[t?u(M,{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:hi[s],children:[u(mi,{valid:!m,placeholder:i,label:l,...d("amount",{parse:Number,format:String})}),u("input",{type:"hidden",name:"amount",value:c}),r?.text?u(il,{className:"w-full mt-lg",type:"submit",disabled:m,children:r.text}):null]})]})})),xi=(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}]},gi=x((({className:e,disabled:t,...l})=>u(me,{rounded:!0,className:S("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(J,{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"})}))),fi=x((e=>u(gi,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),bi=x((e=>u(gi,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),yi="absolute top-[calc(50%-24px)] z-40",vi="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",Ni=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:[wi(e),h?u(fi,{className:S(yi,n?"left-1 @lg:left-8":"left-0"),onClick:g}):null,x?u(bi,{className:S(yi,n?"right-1 @lg:right-8":"right-0"),onClick:f}):null]})})),wi=e=>p("div",{children:[e.canScrollLeft?u("div",{className:S(vi,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?u("div",{className:S(vi,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),ki=({blockClassName:e,block:t,render:l})=>l({blockClassName:e,block:t}),Si=[];function Ci(e,t,{className:l,...n}={}){const{key:a,blockDecorator:i=ki,blocksRegistry:r={},ancestors:s=Si}=t,{type:o}=e;o&&o in r||console.warn(`No block with "${o}" is registered`);const c=o&&r[o];return i({blockClassName:S(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 Ti=[],Ii=(e,{key:t,ancestors:l=Ti,slotName:n=null,extraProps:a,renderProps:i=Ci,...r})=>{const s=a?(e,t)=>Ci(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...l||Ti,[r.parent,n]]:l},a)))};function Bi({block:e,options:t,children:l,extraProps:n,renderProps:a}){return l||(e&&t?Ii(e.blocks,{...t,parent:e,extraProps:n,renderProps:a}):null)}const Mi=e=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",Ri=({className:e,text:t="ХИТ"}={})=>p("div",{className:S("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[u(F,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),u(R,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),Pi="relative h-full",Vi={small:"sm:min-w-64",normal:"sm:min-w-96",big:"sm:min-w-[515px]"},Ai=({noCardBorder:e,activeIndex:t,cardSize:l="normal",...n})=>{const{blocks:a}=n.block||{},i=a?.some(ji);return Bi({...n,renderProps:(n,a,r)=>p("div",{className:zi(n,{someCardsHighlighted:i}),children:[Ci(n,a,{className:_i(n,{someCardsHighlighted:i,showBorder:!e,cardSize:l}),blockIndex:r,isActive:r===t}),ji(n)?Ri({className:"absolute top-0 -right-4 z-40"}):null]},String(r))})},zi=(e,{someCardsHighlighted:t})=>S(Pi,t&&(ji(e)?"pt-3xl":"pt-3xl sm:pt-16")),_i=(e,{someCardsHighlighted:t,showBorder:l,cardSize:n="normal"})=>S(Pi,"min-w-80",Vi[n],t&&(ji(e)?"pt-3xl sm:pt-16":"pt-3xl"),Mi(l),l&&"h-full"),ji=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,Di=x((({className:e,itemCount:t,visibleItemCount:l=0,noCardBorder:n,isAlignCenter:a,arrowsPadded:i=!0,isGap:r=!0,cardSize:s="normal",...o})=>{const{blocks:c=[]}=o.block||{},d=t||c?.length,[m,{inc:h,dec:x}]=xi({itemCount:d,visibleItemCount:l},Math.floor(l/2)),[g,f]=Xn({itemCount:d}),[b]=f.visibleIndicesRange,y=c&&"CarouselBankHistoryCard"===c[0]?.type;return p(T,{className:e,defaultPadding:"p-6xl",...o,children:[p("div",{className:S(a?"flex justify-center":"","relative max-w-full"),children:[u(jn,{containerRef:g,visibleItemCount:l,snapAlign:"snap-start",gap:r?16:void 0,onVisibleIndicesChange:f.handleVisibleIndicesChange,children:Ai({noCardBorder:n,activeIndex:m,cardSize:s,...o})}),u(Ni,{scroll:f,arrowsPadded:i,onScrollLeft:x,onScrollRight:h,hasEdgeBlocks:y,activeIndex:m,itemCount:d})]}),u($n,{className:"@5xl:hidden",containerRef:g,activeIndex:b,dotCount:d,listType:"horizontal-list"})]})}));Di.childrenTypes=["CarouselCard","CarouselBankHistoryCard","CarouselCatalogCard","CarouselInvestmentCard","CarouselProductCard","CarouselProgramsCard","CarouselRecommendationCard","CarouselTariffsCard","CarouselInvestmentCard","RichTextBlock","ProductBlock"],Di.childSchema=()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}});const Ei=x((({title:e,description:t,className:l})=>u(T,{className:l,defaultPadding:"p-6xl",children:u(V,{headlineVersion:"XS",title:e,description:t,align:"text-left",className:"text-primary-text",isEmbedded:!0})}))),Oi="z-10 border border-solid w-full h-full",Li=S(Oi,"absolute hidden @xl:block border-transparent"),$i=x((({className:e,title:t,description:l,button:n,...a})=>u(T,{className:S("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:p("div",{className:"relative h-full",children:[u("div",{className:S(Li,"top-9 right-12 bg-green-dark")}),u("div",{className:S(Li,"top-6 right-8 bg-green")}),u("div",{className:S(Li,"top-3 right-4 bg-green-light")}),p("div",{className:S(Oi,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-more-light"),children:[u(V,{title:t,description:l,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),Le([n],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),Fi={black:"bg-black",white:"bg-white"},Ui=x((({className:e="",title:t,description:l,image:n,price:a,button:i,colors:r=[],align:s="text-left",padding:o,...c})=>u(T,{className:S("flex flex-col justify-left",e),defaultPadding:"p-2xl",...c,children:p(ge,{className:"h-full",padding:o,title:u(V,{title:t,description:l,headlineVersion:"XS",isEmbedded:!0,align:s}),rightImage:n?.src?u(J,{className:"flex justify-center align-center mb-xl",image:n}):null,buttons:Le([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(Be,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map(Hi)]}):null,a?p(Be,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),Hi=(e,t)=>u("div",{role:"figure",className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${Fi[e]}`},String(t)),Wi="hidden xl:block absolute w-full h-full border border-white",Ki=x((({className:e="",...t})=>{const l=re(),{text:n,href:a,target:i,onClick:r}=l(t);return n?u("div",{className:S("flex relative group/link pl-s pb-s min-w-[16rem] xl:min-w-[20rem]",e),children:p("div",{className:"relative min-h-16 w-full",children:[p("a",{className:S("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",href:a,target:i,onClick:r,children:[u(Be,{size:"text-l",font:"font-light",color:"text-primary-text",children:n}),u(J,{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:S(Wi,"-bottom-1.5 -left-1.5")}),u("div",{className:S(Wi,"-bottom-3 -left-3")})]})}):null})),Yi=x((({className:e,additionalDescription:t,description:l,links:n,title:a,...i})=>u(T,{className:S("overflow-hidden",e),...i,children:p("div",{className:"flex flex-col @6xl:flex-row gap-m",children:[p("div",{children:[u(V,{isEmbedded:!0,title:a,description:l,as:"h1",align:"text-left"}),u(V,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0})]}),n?.length?Gi(n,"@6xl:min-w-[672px] p-0 justify-self-end"):null]})}))),Gi=(e,t="")=>{const l=Math.ceil(e.length/3);return u(Di,{className:t,version:"secondary",itemCount:l,arrowsPadded:!1,padding:"p-0",children:new Array(l).fill(null).map(((t,l)=>u("div",{className:S("flex flex-wrap gap-2xs self-start xl:justify-center @5xl:grid @5xl:grid-cols-2"),children:e.slice(3*l,3*(l+1)).map(((e,t)=>u(Ki,{...e},String(t))))},String(l))))})},Xi=x((({className:e="",href:t,target:l,isRemote:n=!1,children:a})=>{const i=re({isRemote:n})({href:t,target:l});return u(t?"a":"div",{className:S("block",e),...t?i:{},children:a})})),qi=[{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"}},{origins:["dzen.ru"],iconMapped:{icon:"DzenIcon"}}],Ji=e=>qi.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{},Zi=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}=Ji(t),c=Oe(n)?n:r,d=l?{text:a}:{text:""};return!s&&a&&o(!0),{...e,...d,icon:{...c,iconVersion:"color"},version:e?.version??i}})),d=S("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:S("flex flex-col gap-xs",e),children:[u("div",{className:"flex gap-xs",children:Le(c,{className:S(a||s?"basis-full":""),buttonClassName:d})}),r?u(Be,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null]})})),Qi=x((({className:e,padding:t,description:l,additionalDescription:n,href:a,icon:i,items:r=[],isDotted:s,socialMedia:o=[],target:c,title:d,align:m="text-left",benefits:h,imageOptions:{directionRight:x=!0,isImageAlwaysOnRight:g=false,isImageSecondary:f=!1}={},...b})=>u(T,{className:S("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...b,children:u(Xi,{href:a,target:c,className:"h-full",children:p(ge,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:u(V,{title:d,description:l,headlineVersion:"XS",isEmbedded:!0,align:m}),...et(Oe(i)?u(J,{image:i}):null,x),buttons:o.length?u(Zi,{media:o,showButtonText:!0,version:b?.version}):null,isImageAlwaysOnRight:g,isImageSecondary:f,imageAlign:"center",children:[u(Ee,{benefits:h}),u(Ke,{items:r,isDotted:s,listItemSize:"S"}),er(n,m)]})})}))),er=(e,t)=>e?u(R,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,tr=(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(Be,{size:"text-m",color:"text-secondary-text",children:l})}):null,n?u("div",{className:"mt-2xs",children:u(Be,{size:"text-xl",color:"text-primary-text",children:n})}):null,a?.length?u("div",{className:"text-primary-main",children:Le(a)}):null]},String(t))},lr=x((({className:e="",title:t,align:l="text-center",icon:n,button:a,cardCells:i=[],...r})=>{const s=i.map(tr),o=s.slice(0,1),c=s.slice(1);return p(T,{className:S("flex flex-col",e),defaultPadding:"p-2xl",...r,children:[Oe(n)?u("div",{className:"self-center",children:u(J,{image:n})}):null,t?u(M,{className:S("pt-xs",l),headingType:"h5",title:t}):null,a?u(me,{className:"w-full mt-m mb-lg",...a}):null,i.length?u(ta,{renderFoldableSection:({isUnfolded:e})=>p("div",{children:[o,u(la,{isUnfolded:e,children:c})]}),renderFoldButton:i.length>1?nr:null}):null]})})),nr=({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(F,{className:"text-primary-text",name:e?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),ar=(e=!1)=>e?"text-white":"",ir=(e=!1)=>"text-s mb-m "+(e?"text-white":"text-secondary-text/80"),rr=x((({icon:e,image:t,title:l,subtitle:n,isFillGradient:a})=>p("div",{className:"space-y-4",role:"columnheader",children:[e?u(J,{className:"h-16 w-16 min-w-16 min-h-16",image:e,width:"64",height:"64"}):null,t?.src&&u("div",{children:u(J,{image:t})}),l?u(M,{headingType:"h4",className:ar(a),title:l}):null,n?u("div",{className:ir(a),children:n}):null]}))),sr=x((({cell:e,rowHeader:t,isFillGradient:l=!1})=>u("div",{className:"box-border flex flex-col",role:"cell",children:u("div",{className:S("h-full","border-main-divider border-b"),children:e?e.map(or(l,t)):null})}))),or=(e,t)=>({label:l,description:n},a)=>p("div",{className:"flex justify-between text-s py-s",children:[u("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),p("div",{className:"basis-1/2",children:[l?u("div",{className:S("text-right",e?"text-white":""),children:l}):null,n?u("div",{className:S("text-right",e?"text-white/80":"text-secondary-text"),children:n}):null]})]},String(a)),cr=x((({header:e,columnData:t,visibleRowLength:l=0,isFillGradient:n,showRow:a,onToggleColumn:i})=>{const r=t?.slice(0,a?t.length:l),s=n?"secondary":"primary";return p("div",{className:S("border border-gray rounded-md p-m mb-m",n?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""),role:"row",children:[u(rr,{...e,isFillGradient:n}),r?.length?r.map((({rowHeader:e,cell:t},l)=>u(sr,{cell:t,rowHeader:e,isFillGradient:n},String(l)))):null,a&&e?.link?u(me,{href:e.link.href,target:e.link?.target,version:s,className:"text-s font-medium mt-m py-s",children:e.link.text}):null,dr({onToggleColumn:i,isFillGradient:n,showRow:a})]})})),dr=({onToggleColumn:e,isFillGradient:t,showRow:l})=>u("div",{className:"mt-lg",role:"cell",children:u("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:l?"Скрыть":"Показать описание"})}),mr=x((e=>{const{className:t,title:l}=e;return p("section",{className:`bg-white font-sans p-6xl overflow-hidden text-primary-text relative space-y-lg ${t||""}`,children:[l?u(M,{headingType:"h3",className:"font-medium text-center",title:l}):null,u("div",{role:"table",children:u(hr,{...e})})]})})),hr=x((({columns:e=[],rowHeaders:t,isColoredFirstColumn:l,visibleRowLength:a,orientation:r,...s})=>{const[o,c]=n(new Array(e.length).fill(!a)),d=i((e=>{const t=(t,l)=>l===e?!t:t;c((e=>e.map(t)))}),[]),m=i((()=>c((e=>new Array(e.length).fill(!1)))),[]),h=e?.map((({data:e,header:n},i)=>{return u(cr,{visibleRowLength:a,showRow:o[i],header:n,columnData:(r=e,r?.map(((e,l)=>({cell:e,rowHeader:t?.[l]?.title})))),isFillGradient:0===i&&l,onToggleColumn:()=>d(i),...s},String(i));var r}));return"horizontal"===r?u(qn,{onVisibleIndicesChange:m,children:h}):h})),ur=e=>e%2!=0,pr=x((({textNode:e,iconNode:t,tag:l,onClick:n,justifyContent:a="between",className:i,...r})=>p(l,{tag:l,className:S("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]}))),xr=x((({className:e="",label:t,icon:l,dataTheme:n="",disabled:a=!1,onClick:i})=>u(pr,{tag:"button",onClick:i,disabled:a,"data-theme":n,justifyContent:"center",className:S("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(J,{image:{icon:l,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),gr=({isUnfolded:e,onToggle:t})=>u(xr,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),fr=x((({title:e,description:t})=>p("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[u(J,{image:{icon:"MagnifierIcon",iconVersion:"normal"},width:"120",height:"120"}),u(V,{title:e,description:t,headlineVersion:"S",isEmbedded:!0,align:Sn})]}))),br=["ArrowDownIcon","ArrowUpIcon"],yr="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs border-box",vr=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:S(t.length?"hidden":"block"),children:a?u(fr,{...a}):null}),p("div",{className:S("space-y-2xs",t.length?"":"hidden"),children:[p("div",{className:S(yr),children:[Ii(r,{...i.options,parent:n}),ur(r.length)?u(ut,{className:"col-span-6"}):null]}),u(ta,{renderFoldableSection:({isUnfolded:e})=>p(la,{className:S(yr),isUnfolded:e,children:[Ii(s,{...i.options,parent:n}),ur(s.length)?u(ut,{className:"col-span-6"}):null]}),renderFoldButton:({isUnfolded:t,onToggle:n})=>u(xr,{className:S(l<1?"hidden":""),disabled:!s?.length,label:e,icon:br[Number(t)],dataTheme:i.options?.page?.colorPalette,onClick:n})})]})]})})),Nr=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,wr=(e,t)=>Object.entries(e).map((([l,n])=>"number"==typeof n?Array.isArray(t[l])?((e,t)=>l=>Nr(t[e])||Nr(l[e])||l[e]?.includes(t[e]))(l,e):((e,t)=>l=>Nr(t[e])||Nr(l[e])||kr(t[e])<=kr(l[e]))(l,e):"object"==typeof n&&"min"in n&&"max"in n?((e,t)=>l=>Nr(t[e])||Nr(l[e])||kr(t[e]?.min)>=kr(l[e]?.min)&&kr(t[e]?.min)<=kr(l[e]?.max))(l,e):Array.isArray(n)?((e,t)=>l=>Nr(t[e])||Nr(l[e])||t[e]?.some((t=>l[e]?.includes(t))))(l,e):((e,t)=>l=>Nr(t[e])||Nr(l[e])||t[e]===l[e])(l,e))).every((e=>e(t))),kr=e=>Number(e||0),Sr=(e,t)=>(l=pt)=>e&&e.filter((e=>wr(t,l(e.content||{})))),Cr=x((({value:e,onChange:t,items:l=[],multiple:n})=>l.map((l=>u(el,{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))))),Tr=({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(Ir(e))]}),n?u("div",{children:u(il,{className:"w-full @4xl:w-72 @4xl:ml-s",onClick:t,children:n?.text})}):null]}),Ir=e=>([t,l])=>{const n=l?.type;return"array"===n?Br(t,e)(l):null},Br=(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(Be,{size:"text-m",font:"font-light",color:"text-secondary-text",children:l.title})}):null,u(Cr,{items:n,multiple:!0,...t(e)})]},e)},Mr=(e,t)=>e[t?.sourceBook]?.rateRows.map((e=>e.minMonths)).filter((e=>void 0!==e));async function Rr(...e){const t=e.map((e=>st(e)));return Promise.all(t)}function Pr(e,...t){return e.map(((e,l)=>[e,...t.map((e=>e[l]))]))}const Vr=e=>Boolean(e&&e.content&&"string"==typeof e.content.sourceBook);function Ar(e){const{dirs:t=[],source:l=[]}=r((()=>{const t=(e=>e?.filter(Vr).map((({content:{sourceBook:e}})=>e)))(e);return{dirs:t?.map((e=>`/wcms-resources/${e}.json`)),source:t}}),[e]),{data:n=[]}=it(t,Rr);return{source:Object.fromEntries(Pr(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 zr=1e9,_r={sum:{min:1e4,max:zr},period:3},jr=x((({className:e,filtrationSchema:t={},resetButton:l,sumInput:n,periodInput:a,...i})=>{const{source:r,months:s}=Ar(i.block?.blocks),[o,{field:c,reset:d}]=xt(_r),m=Sr(i.block?.blocks,o)((e=>({...e,period:Mr(r,e||{})||[]}))),h=p("div",{children:[u(mi,{label:n?.title,min:500,max:zr,...c("sum",{parse:e=>({min:Number(e),max:zr}),format:({min:e})=>String(e)})}),u(Tl,{title:a?.title,items:["От 3 мес","До 5 лет"],list:s,...c("period")})]});return p(T,{className:S("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[Tr({field:c,reset:d,filtrationSchema:t,resetButton:l,children:h}),u(vr,{blocksToRender:m,...i})]})})),Dr={type:"string",title:"Адрес справочника"};jr.childrenTypes=["ProductTile"],jr.childSchema=e=>({...e?.filtrationSchema||{},sourceBook:Dr});const Er=e=>"Image"===e?.contentType&&e?.image?u(J,{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,Or=x((({className:e="",title:t,description:l,error:n,button:a,...i})=>p(T,{className:S("flex flex-col justify-center items-center",e),defaultPadding:S("p-6xl"),version:"transparent",...i,children:[u("div",{className:"flex justify-center",children:Er(n)}),u(V,{title:t,description:l,headlineVersion:"XL",isEmbedded:!0,className:"mb-2xl last:mb-0"}),a?.text?u(me,{version:a?.version,text:a?.text,...a}):null]}))),Lr="location";function $r(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])]})(v,"location",Ur()??{name:e}),r=i((e=>{Hr(e),l(e)}),[]),{data:s}=it("/api/v1/region",ot);return a((()=>{s&&!Fr()&&l(s)}),[s]),[t??{name:e},r]}const Fr=()=>Boolean(globalThis.localStorage?.getItem(Lr)),Ur=()=>{try{const e=globalThis.localStorage?.getItem(Lr);return e&&JSON.parse(e)}catch(e){return null}},Hr=e=>{try{globalThis.localStorage?.setItem(Lr,JSON.stringify(e))}catch(e){}};var Wr;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(Wr||(Wr={}));const Kr=new Intl.NumberFormat("ru",{style:"currency",currency:Wr.RUB}),Yr=e=>e?Kr.format(e):"",Gr="text-left text-m font-light text-secondary-text",Xr=`${Gr} pl-5xl`,qr={USD:"DollarIcon",EUR:"EuroIcon"},Jr=x((({className:e,exchangeCurrencyItems:t})=>p("table",{className:`h-fit w-fit ${e}`,children:[u("thead",{children:p("tr",{children:[u("th",{className:Gr,children:u(Be,{size:"text-m",children:"Валюта"})}),u("th",{className:Xr,children:u(Be,{size:"text-m",children:"Купить"})}),u("th",{className:Xr,children:u(Be,{size:"text-m",children:"Продать"})})]})}),u("tbody",{children:t.map(Zr)})]}))),Zr=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(J,{image:{icon:qr[t]},width:"24",height:"24"}):null,u(Be,{size:"text-h6",children:t})]})}),u("td",{className:"pt-m pl-5xl",children:u(Be,{size:"text-h6",children:Yr(e?.saleExchangeRate)})}),u("td",{className:"pt-m pl-5xl",children:u(Be,{size:"text-h6",children:Yr(e?.buyExchangeRate)})})]},t)},Qr={icon:"GpsIcon"},es=x((({className:e="",address:t})=>p("div",{className:`flex gap-s ${e}`,children:[u(Tn,{...Qr,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:"Курс указан для заданного офиса"})]})]}))),ts=(e,t,l)=>{const n=Number(ls(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)},ls=e=>e.replace(/[^\d.,]/g,"").replace(",","."),ns=e=>{return(t=[[e=>e.value!==Wr.RUB&&e.oppositeValue!==Wr.RUB,()=>e.handleConvert(e.value,Wr.RUB)],[e=>e.value===Wr.RUB&&e.oppositeValue===Wr.RUB,()=>e.handleConvert(e.value,Wr.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,l]=t.find((([t])=>t(e)))||[];return l})(e)?.();var t};function as(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(kt,{className:"shrink-0 text-l w-full appearance-none -mr-24",placeholder:t,type:"text",value:a,onChange:i}),s.length?u(Gt,{isBorder:!1,onChange:e=>r(e.key),options:s,value:o}):null]})}const is=x((({className:e="",currencyRatesBuy:t,currencyRatesSell:l,button:a})=>{const[r,s]=n({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||Wr.RUB,selectBuy:l?.[0]?.currency?.currency||Wr.USD}),o=i((e=>s((t=>({...t,...e})))),[]);return p("div",{className:`grid gap-m pt-2xl ${e}`,children:[as({placeholder:"Хочу продать",rates:l,selected:r.selectSell,setSelected:rs(r,o,l),value:r.inputSell,setValue:e=>os(o,l)(e,r.selectSell,r.selectBuy)}),as({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:ss(r,o,t),value:r.inputBuy,setValue:e=>cs(o,t)(e,r.selectBuy,r.selectSell)}),a?.text?u(me,{text:a.text,version:a?.version,...a}):null]})})),rs=(e,t,l)=>n=>{t({selectSell:n}),ns({value:n,oppositeValue:e.selectBuy,handleConvert:(n=e.selectSell,a=e.selectBuy)=>{os(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)=>cs(t,l)(e.inputBuy,n,a)})},os=(e,t)=>(l,n,a)=>{e({inputSell:ls(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(ts(l,i,n===Wr.RUB)||"")})},cs=(e,t)=>(l,n,a)=>{e({inputBuy:ls(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(ts(l,i,n===Wr.RUB)||"")})};const ds=x((({className:e="",title:t="Курсы обмена валют",button:l,...n})=>{const[a]=$r(),i=function(e){const t=e?.code||"000",{data:l}=it(`/api/v1/exchangerates?regionCode=${t}`,ot);return l||{}}(a),r=ms(i?.exchangeRate?.currencies),s=r.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:Wr.RUB}});const o=r.filter((e=>e.saleExchangeRate));return o.push({currency:{currency:Wr.RUB}}),u(T,{className:S("box-border min-h-80",e),...n,children:u(ge,{className:"h-full",title:u(M,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:p("div",{className:"flex gap-6xl flex-wrap",children:[p("div",{children:[r?u(Jr,{className:"mb-xl",exchangeCurrencyItems:r}):null,u(es,{address:i?.address})]}),r.length&&s.length&&o.length?u(is,{className:"grow",currencyRatesBuy:s,currencyRatesSell:o,button:l}):null]})})})})),ms=e=>e?.filter((e=>1===e?.currency?.id||2===e?.currency?.id))||[],hs=e=>mt(d.SITEMAP||"sitemap",{fallback:e}),us=()=>{const e=globalThis.document?.cookie.split(";")??[];for(const t of e){const[e]=t.split("=");globalThis.document.cookie=`${e}=;expires=Thu, 01 Jan 1970 00:00:00 GMT;path=/`}},ps=(e,t)=>u(Tn,{...e,iconBgVersion:t,className:"shrink-0"}),xs=x((({label:e,labelIconBgVersion:t,icon:l,onToggle:n,labelIcon:a})=>u(pr,{tag:"button",className:S("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:[ps(a,t),e?u(Be,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:l?u(F,{name:l,iconVersion:"black",width:"24",height:"24"}):null}))),gs=x((({className:e="",isExpanded:t,isFoldButtonOnTop:l=!0,label:n="Развернуть",labelIcon:a,labelIconBgVersion:i,foldButtonVersion:r="default",version:s,...o})=>u(T,{className:S("w-full","",e),defaultPadding:"p-0",tag:"div",version:"transparent",...o,children:u(ta,{isFoldButtonOnTop:l,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>u(la,{className:S("gap-lg","flex flex-wrap group-last:last:pb-0"),isUnfolded:e,children:Bi({...o,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>fs({foldButtonVersion:r,label:n,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t})})})));gs.childrenTypes={exclude:["RollupItem"]};const fs=({foldButtonVersion:e,label:t,labelIcon:l,labelIconBgVersion:n,isUnfolded:a,onToggle:i})=>{const r=t||(a?"Скрыть":"Развернуть"),s=(e=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon")(a);return"accordion"===e?u(xs,{label:r,labelIcon:l,labelIconBgVersion:n,icon:s,onToggle:i}):u(xr,{label:r,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},bs=x((({className:e="",items:t})=>p("div",{className:e,children:[t?.length?t.map(ys):null,u(me,{version:"primary",className:"w-full",href:"https://old.rshb.ru/feedback/question/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"})]}))),ys=(e,t)=>p("div",{className:"mb-m",children:[u("div",{className:"mb-m",children:u(Be,{size:"text-l",font:"font-medium",children:e?.title})}),u("div",{children:e.items?.map(vs)})]},String(t)),vs=(e,t)=>p("div",{className:"mb-m",children:[u("div",{children:Ns(e.type,e.text)}),u("div",{className:"mt-2xs text-s font-light text-secondary-text",children:e.description})]},String(t)),Ns=(e,t="")=>{switch(e){case"tel":return u("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${ws(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})}},ws=e=>e.replaceAll(/\D/g,""),ks=x((({className:e="",index:t,text:l,...n})=>{const a=re(),{href:i,target:r,onClick:s}=a(n);return u("a",{className:S("",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),Ss=x((({title:e,links:t,className:l=""})=>p("div",{className:S("flex flex-col gap-4",l),children:[u(Be,{size:"text-l",font:"font-normal",children:e}),t?.length?u("div",{className:"flex flex-col gap-lg",children:t.map(((e,t)=>u(ks,{className:"text-l font-light",index:t,...e},String(t))))}):null]}))),Cs=x((({className:e="",items:t,basePath:l})=>t?.length?u("ul",{className:S("flex flex-col",e),children:t.map(Ts(l))}):null)),Ts=e=>(t,l)=>{const{text:n,...a}=t,i=re({isRemote:!(!d.BASE_PATH||!e)&&!d.BASE_PATH.startsWith(e),basePath:e}),{href:r,target:s,onClick:o}=i(a);return u("li",{className:"list-none my-xs",children:u("a",{className:"hover:text-primary-main font-light",role:"link",href:r,target:s||"_self",onClick:o,children:n||null})},`list_item_${String(l)}`)},Is=x((({className:e="",index:t,...l})=>{const n=re({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}`})})),Bs=x((({className:e="",links:t})=>p("div",{className:S("@container",e),children:[u("div",{className:"pt-lg",children:u(Be,{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 @5xl:flex-row justify-start items-start gap-x-lg gap-y-xs pt-lg",children:t.map(((e,t)=>u(Is,{index:t,...e},String(t))))}):null]}))),Ms=x((({className:e,...t})=>{const l=t.options?.page?.fallback,{topItems:n}=hs(l),{relatedEnterprises:a,contacts:i,socialMedia:r,mobileApps:s,horizontalNavigationTitle:c,documents:m}=mt(d.FOOTER||"footer",{fallback:l});return p(T,{tag:"footer",className:e,defaultPadding:"p-4xl pb-24",...t,children:[u("div",{className:"mb-lg pb-xs border-b border-main-divider",children:n?.map(((e,t)=>u(gs,{foldButtonVersion:"accordion",label:e?.text,labelIcon:e?.icon,children:u(Cs,{items:e.items,basePath:o(e.href)})},String(t))))}),u(bs,{className:"overflow-hidden",items:i}),p("div",{className:"mt-xl",children:[u(Zi,{className:"mb-xl",media:r,stretched:!0,children:"Соцсети"}),p("div",{className:"mb-xl",children:[u("div",{className:"flex flex-col gap-4 mb-xs",children:s?.map(Rs)}),u(Be,{size:"text-s",font:"font-light",color:"text-secondary-text",children:"Мобильное приложение"})]})]}),u("div",{className:"py-lg border-t border-main-divider",children:u(ks,{text:"Вернуться на прежнюю версию сайта",className:"text-l font-light max-w-[292px]",href:"https://old.rshb.ru",onClick:us})}),u(Ss,{className:"py-lg border-y border-main-divider",title:c,links:a}),u(Bs,{links:m})]})})),Rs=({href:e="/",text:t},l)=>{const{label:n}=Ji(e);return u(me,{className:"w-full",text:t||n,version:"secondary",href:e,target:"_blank"},String(l))},Ps={width:"34",height:"34"},Vs={"bg-white":"color",transparent:"white"},As={"bg-white":"text-primary-main",transparent:"text-white"},zs=(e,t,l)=>u(J,t?.src?{image:t,className:As[e],width:l?.width,height:l?.height,pathPrefix:"/wcms-resources/"}:{image:{icon:t?.icon||"LogoIcon",iconVersion:Vs[e]},className:As[e],width:l?.width,height:l?.height}),_s={"bg-white":"text-primary-text",transparent:"text-white"},js=x((({className:e,href:t="/",logo:l,children:n,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0})=>p("a",{className:S("inline-flex items-center font-sans no-underline",e),href:t,target:a?"_blank":"_self","aria-label":l?.title||"Россельхозбанк",children:[zs(i,l?.image,Ps),r?n??u("div",{className:"ml-s",children:u(Be,{font:"font-medium",color:_s[i],size:"text-s",children:l?.title||"Россельхозбанк"})}):null]}))),Ds={default:"px-5 bg-main-divider rounded hover:text-primary-main",transparent:"text-white hover:text-primary-hover"},Es=x((({bgColor:e,logo:t,internetBankUrl:l,version:n})=>{const a=A(),r=d.BASE_PATH?.startsWith(a.pathname),s=i((e=>{e.preventDefault(),a.back()}),[]);return p("div",{className:"flex items-center justify-between w-full",children:[r?u("div",{children:u(js,{className:"my-2xs",bgColor:e,logo:t})}):Os(s),l?u("div",{children:u(me,{href:l,ariaLabel:"Войти",target:"_blank",className:S("p-s text-s whitespace-nowrap text-primary-main hover:text-primary-hover",Ds["transparent"===n?"transparent":"default"]),children:"Войти"})}):null]})})),Os=e=>u("div",{children:p("button",{className:"flex items-center text-l my-2xs","aria-label":"Вернуться назад",onClick:e,children:[u(J,{className:"w-6 h-6",image:{icon:"ChevronLeftIcon",iconVersion:"black"},width:"24",height:"24"}),"Вернуться назад"]})}),Ls={"bg-white":"primary",transparent:"transparent"},$s=x((({bgColor:e="bg-white",version:t=Ls[e],...l})=>{const{logo:n}=hs(l.options?.page?.fallback),{internetBankUrl:a}=mt(d.PORTAL_DATA||"portal-data",{folderName:"portal-resources",setBasePath:!0});return u(T,{tag:"header",defaultPadding:"",version:t,...l,children:u("div",{className:"container px-lg py-2xs box-border",children:u(Es,{bgColor:e,logo:n,internetBankUrl:a,version:t,...l})})})})),Fs={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},Us=x((({className:e="",padding:t="p-0",gap:l="",isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,isCardBorder:r=!1,...s})=>u(T,{className:S("relative flex flex-col",Fs[l],e),padding:t,version:a,isTheme:i,...s,children:Bi({...s,extraProps:{className:S("w-full",Mi(r)),padding:n?"":"p-0"}})})));Us.childrenTypes=[];const Hs=x((e=>u(Us,{...e})));Hs.childrenTypes=[];const Ws=x((e=>{const{className:t,image:l,...n}=e;return u(T,{className:t,defaultPadding:"p-0",...n,children:u(J,{image:l})})})),Ks=["байт","Кб","Мб","Гб","Тб","Пб"],Ys=x((({icon:e,text:t,href:l,target:n,fileFormat:a,fileSize:i})=>{const r=a||i?",":"",s=i??"",o=a?String(a):"";return 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",href:l,target:n,children:[e,t?p(Be,{size:"text-l",font:"font-light",children:[t,u(Be,{color:"text-secondary-text",children:l&&`${s} ${r} ${o}`})]}):null]})})),Gs={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},Xs=x((({className:e="",title:t,description:l,align:n="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const o=A();return p(T,{className:S("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[u(V,{title:t,description:l,align:n,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?u("div",{className:S("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",Gs[r]),role:"list",children:a.map(qs(o,i))}):null]})})),qs=(e,t)=>(l,n)=>{if(""===l?.docType)return null;const a="Attachment"===l?.docType?O(e)(l?.attachment?.src):l?.href,i="Attachment"===l?.docType?((e,t=2)=>{if(0===e)return"";const l=Math.floor(Math.log(e)/Math.log(1024));return`${parseFloat((e/Math.pow(1024,l)).toFixed(t))} ${Ks[l]}`})(l?.attachment?.fileSize||0):l?.fileSize,r="Attachment"!==l?.docType?l?.fileFormat:"";return u("div",{role:"listitem",children:u(Ys,{text:l?.text,target:l?.target,href:a,fileFormat:r,fileSize:i,icon:t?u(J,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:t,width:"24",height:"24"}):null})},String(n))},Js=x((({className:e,padding:t,align:l="text-left",buttons:n=[],description:a,image:i,items:r,qr:s,additionalDescription:o="",title:c="Мобильное приложение",version:d="primary",...m})=>{const h="secondary"===d?"p-m min-w-32":"min-w-24",x=i?.src?u(J,{className:"hidden lg:block",image:i}):null;return u(T,{className:S("min-h-80",e),padding:"p-0",version:d,...m,children:p(ge,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:u(M,{headingType:"h3",title:c,className:S("whitespace-pre-wrap",l)}),rightImage:x,buttons:Le(n,{className:"flex-wrap"}),children:[a?u(Be,{size:"text-xl","font-weight":"font-light",children:a}):null,p("div",{className:S("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[u(Ke,{items:r,listItemSize:"M"}),u(Be,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:o}),s?.src?u("div",{className:S("flex justify-center bg-white rounded-md @xl:-order-1",h),children:u(J,{className:"w-fit",image:s})}):null,i?.src?u(J,{className:"lg:hidden",image:i}):null]})]})})})),Zs={primary:"bg-white/30",secondary:"bg-main-divider"},Qs={primary:"text-white",secondary:"text-secondary-text"},eo=x((({count:e,version:t="secondary"})=>u("div",{className:S("w-6 h-6 rounded-full flex items-center justify-center",Zs[t]),children:u(Be,{size:"text-xs",color:Qs[t],children:e})}))),to=(e=[],t={})=>e.filter((({content:e={}})=>wr(t,e))).length,lo=(e,t)=>e===t;const no=(ao=function(...e){return(t,l)=>e.some((e=>e(t,l)))}(lo,((e=lo)=>(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])=>ao(l,t[e])))));var ao;const io=[],ro={},so={default:"px-xs",underlined:"px-m",rounded:"px-lg rounded-md"},oo={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",rounded:"text-white"},co={default:"bg-white",underlined:"bg-white",rounded:"bg-transparent"},mo={default:"sm:bg-primary-main",underlined:"bg-white",rounded:"bg-primary-main"},ho=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:S("h-12","block flex-1","cursor-pointer",so[n],l?mo[n]:co[n]),role:"tab","aria-selected":l,onClick:a,...o,children:p("div",{className:S("h-full","flex justify-center items-center","text-center whitespace-nowrap",l?oo[n]:"text-secondary-text hover:text-primary-main"),children:[u(Be,{size:"text-m",children:r}),s?u("div",{className:"ml-xs",children:s}):null]})})})),uo=x((e=>u(e?.item?.href?po:xo,{...e}))),po=x((e=>{const t=re(),l=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:n,...a}=t({...e.item,onClick:l});return u(ho,{...e,tag:"a",item:a,onClick:n})})),xo=x((({item:e={},onClick:t,...l})=>{const n=i((()=>{t&&t(e)}),[t,e]);return u(ho,{item:e,onClick:n,...l})})),go=(e,t,l)=>(n,a)=>u(uo,{isActive:n===e,onClick:t,type:l,item:n},String(a)),fo=x((({className:e,tabsType:t="default",items:l=[],value:n,onChange:a})=>u("div",{className:S("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tablist",children:l.map(go(n,a,t))}))),bo={categories:[],extraOptions:[],propertyType:[],stage:[]},yo=x((({className:e,hotFilters:t,filtrationSchema:l={},resetButton:n,...a})=>{const[s,{field:o,reset:c,update:d}]=xt(bo),m=Sr(a.block?.blocks,s)(),h=i(((e=bo)=>d(e)),[]),x=(({hotFilters:e=io,filtrationState:t=ro,blocks:l=io,onFiltrationStateChange:n})=>{const a=r((()=>Math.max(0,e.findIndex((e=>no(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,appendRight:u(eo,{version:t===e[a]?"primary":"secondary",count:to(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(T,{className:S("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[u(fo,{...x}),Tr({field:o,reset:c,filtrationSchema:l,resetButton:n}),u(vr,{blocksToRender:m,...a})]})}));function vo(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)}))}yo.childrenTypes=["ProductTile"],yo.childSchema=e=>e?.filtrationSchema||{};const No={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"},wo=e=>u("a",{className:`select-none cursor-pointer px-4xl h-12 bg-primary-main text-white ${Object.values(No).join(" ")}`,href:`https://yandex.ru/maps/?ll=${[e[1],e[0]]}&z=10&l=map`,target:"_blank",children:"Открыть на карте"}),ko={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"},So=(e,t,l)=>u("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(ko).join(" ")} ${l}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.geoObjects.add(t.geoObjects)}))},children:u(F,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),Co=e=>globalThis[e];const To=()=>function(e,t){const[l,r]=n(),s=i((()=>r(Co(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(!Co(e))return l.addEventListener("load",s),()=>{l.removeEventListener("load",s)};s()}),[e,t]),l}("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${d.YANDEX_MAP_API_KEY||""}&lang=ru_RU`),Io={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"},Bo=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(Io).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:u(F,{name:l,width:"20",height:"16"})})})),Mo={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"},Ro=[55.753995,37.614069],Po=x((({points:e,className:t="",zoom:l=5})=>{const i=s(null),r=To(),[o,c]=n(),d=e?Vo(e):Ro;if(a((()=>{i?.current||r?.ready((()=>{i.current||(i.current=new r.Map("map",{center:d,zoom:l,controls:[],suppressMapOpenBlock:!0}),vo(r,i.current,e))})),i.current&&r&&(vo(r,i.current,e),e?.length||i.current.setCenter(Ro))}),[r,i,e,d,l]),!r)return null;const m=o?"z-[100000]":"z-10";return p("div",{id:"map",className:S(!o&&"relative","w-full",t),children:[u("div",{className:S("absolute flex left-2 top-4 w-1/2",m),children:wo(d)}),u("div",{className:S(Object.values(Mo),m,"right-2 top-4 bg-white"),onClick:()=>{const e=i.current.container;o?e.exitFullscreen():e.enterFullscreen(),c(e.isFullscreen())},children:u(F,{name:"FullScreenIcon",width:"16",height:"16"})}),p("div",{className:S("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",m),children:[u(Bo,{yandexMaps:i}),u(Bo,{yandexMaps:i,direction:"out"})]}),So(i.current,r,S("right-2 top-80",m))]})})),Vo=e=>[zo(Ao(e,0)),zo(Ao(e,1))],Ao=(e,t)=>e.map((e=>e[t])),zo=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,_o={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных"},jo=(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(Ll,{text:_o[e],...t(e)},e)))}):null,u(me,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:l,text:"Очистить фильтр",appendRight:u(F,{name:"CloseIcon",width:"16",height:"16"})})]}),Do=()=>null,Eo=()=>[],Oo=x((({className:e,data:t=[],renderCard:l=Do,filterItems:n=Eo,initFilterState:a={},descriptionData:i,title:r})=>{const[s,{field:o,reset:c}]=xt(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:S("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(M,{headingType:"h2",children:r}),h?u(Be,{size:"text-h2",color:"text-secondary-text",children:`(${h})`}):null]}),i?Lo(i):null,jo(Object.keys(a),{field:o,reset:c})]}),u("div",{className:"h-[600px]",children:u(b,{children:u(Po,{points:m,className:"h-full"})})})]}),d.map(l)]})})),Lo=({description:e,list:t})=>e||t?.length?p("div",{className:"p-xl mb-2xl border border-gray rounded-md",children:[e?u(R,{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(J,{image:e.image}):null,e?.text?u(Be,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,$o={yellow:{border:"border-yellow-light",text:"text-yellow"},green:{border:"border-green-more-light",text:"text-green-dark"},gray:{border:"border-gray",text:"text-secondary-text"},red:{border:"border-error/30",text:"text-error"}},Fo=x((({className:e,children:t,color:l="gray"})=>u("div",{className:S("p-s border border-gray rounded-md flex items-center",$o[l].border,e),children:u(Be,{size:"text-m",color:$o[l].text,children:t})}))),Uo=x((({value:e,subText:t,children:l,...n})=>{const a=(Array.isArray(e)?e:e?.split(",")??[]).filter(Boolean);return[a.length,l,t].every((e=>!e))?null:Ho({textItems:a,subText:t,children:l,...n})})),Ho=({label:e,labelSize:t="text-m",textItems:l,subColor:n,subText:a,className:i,children:r})=>p("div",{className:S("flex gap-2xs flex-col h-full max-w-[300px]",i),children:[e?u(Be,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,r||l.filter(Boolean).map(((e,t)=>u(Be,{size:"text-l",children:e.trim()},String(t)))),a?u(Be,{color:n,size:"text-m",children:a}):null]}),Wo=x((({className:e,children:t})=>u("div",{className:S("flex border-t border-solid border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),Ko=({location:e,address:t,billAcceptorType:l,terminalType:n,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},o)=>{const c=[{label:"Устройство",value:Go(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(Be,{size:"text-h4",children:Go(e)}),u(Fo,{color:"green",children:Go(s)})]}),t?p("div",{className:"flex pb-xl pt-xs gap-2xs",children:[u(F,{name:"GeolocationIcon",width:"24",height:"24"}),u(Be,{size:"text-l",children:t})]}):null,u(Wo,{className:"flex-wrap",children:c?.map(Yo)})]},String(o))},Yo=(e,t)=>u(Uo,{...e},String(t)),Go=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",Xo=[];const qo=async e=>await st(e,{method:"GET"})||Xo,Jo={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1},Zo={terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable)},Qo=x((({data:e,className:t})=>{const[l]=$r(),n=function(e){const{data:t=Xo}=it(`/api/v1/atms?regionCode=${e}`,qo);return t}(l?.code??"000");return u(Oo,{className:t,filterItems:ec,data:n,initFilterState:Jo,renderCard:Ko,title:`Банкоматы филиала ${l?.name}`,descriptionData:e})})),ec=(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=>Zo[t](e))),l=!n.length||n.some((t=>Zo[t](e)));return t&&l}))},tc=e=>{const t=e.find((e=>"workingSaturday"!==e.key&&Boolean(e.status)&&Boolean(e.workTime))),l=e.find((e=>"workingSaturday"===e.key&&Boolean(e.status)&&Boolean(e.workTime))),n=e.filter((e=>!e.status)).map((e=>e.short?.toLowerCase())).join(", "),a=[lc({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:l?"":n}),lc({workTime:l?.workTime,lunchHour:l?.lunchHour,daysOff:n},!0)].filter(Boolean);return u(Uo,{label:"Режим работы",value:a,className:"max-w-none"})},lc=({workTime:e="",lunchHour:t="",daysOff:l=""},n=!1)=>e?[`${n?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",l?`не работает: ${l}`:""].filter(Boolean).join("; "):"",nc=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],ac=e=>nc.map((([t,l,n])=>({key:t,title:n,short:l,status:Boolean(e?.[t]),get workTime(){return"workingSaturday"===t?e?.workTimeSaturday:e?.workTime},get lunchHour(){return"workingSaturday"===t?e?.lunchHourSaturday:e?.lunchHour},get hasLunch(){return/\d+/.test(this.lunchHour??"")}}))),ic=e=>{if(!e)return null;const t=rc(e);return p(Wo,{className:"border-none",children:[u(Uo,{label:"Для юридических лиц",labelSize:"text-l",children:u("div",{className:"flex gap-1",children:t.map(sc)})}),u(Uo,{label:"Режим работы",className:"max-w-none",children:u(Be,{children:e})})]})},rc=e=>{const t=nc.map((([,e])=>({short:e,status:!0}))),l=e.split("/")??[],n=l[l.length-1]?.toLowerCase();return n?.includes("выходной")?t.map((e=>({...e,status:!n?.includes(e.short.toLowerCase())}))):t},sc=({short:e,status:t},l)=>u("div",{className:S("w-9 h-9 rounded-md flex items-center justify-center",t?"bg-green-more-light text-green-dark":"bg-error/30 text-error"),children:u(Be,{size:"text-xs",children:e})},String(l)),oc=(new Date).getDay(),cc=({name:e,address:t,phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:o,exchangeRate:c},d)=>{if(!o)return null;const m=ac(o),h=o?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return p("div",{className:"bg-white col-span-12 p-3xl border-green border",children:[p("div",{className:"flex justify-between",children:[u(Be,{size:"text-h4",children:e}),mc(m)]}),t?p("div",{className:"flex pb-xl pt-xs gap-2xs",children:[u(F,{name:"GeolocationIcon",width:"24",height:"24"}),u(Be,{size:"text-l",children:t})]}):null,p(Wo,{className:"flex-wrap",children:[u(Uo,{label:"Факс",value:n}),u(Uo,{label:"Телефон филиала",value:l}),u(Uo,{label:"Для обращений юридических лиц",value:a}),u(Uo,{label:"Обслуживание физических лиц",value:i}),u(Uo,{label:"Для консультаций по валютному контролю",value:s}),u(Uo,{label:"Контакт-центр",value:r})]}),o.isMatchesPattern?u(Wo,{children:u(Uo,{label:h,labelSize:"text-l",className:"w-full max-w-none",children:u("div",{className:"flex flex-wrap gap-xs sm:justify-between pt-xs",children:m?.map(hc)})})}):p(Wo,{children:[u(Uo,{label:h,labelSize:"text-l",children:u("div",{className:"flex gap-1",children:m?.map(sc)})}),tc(m)]}),o?.businessScheduleVisibleTag?ic(o?.businessScheduleDescription):null,c?.currencies?.length?u(Wo,{className:"flex-wrap",children:c?.currencies?.map(dc)}):null]},String(d))},dc=({currency:e,buyExchangeRate:t,saleExchangeRate:l},n)=>p("div",{className:"flex gap-lg h-full",children:[e?.currency?u(Uo,{label:"Валюта",value:e.currency}):null,t?u(Uo,{label:"Купить",value:String(t)}):null,l?u(Uo,{label:"Продать",value:String(l)}):null]},String(n)),mc=e=>{const[t]=e?.slice(oc-1)??[];if(!t)return null;const{lunchHour:l,status:n,workTime:a,hasLunch:i}=t;return n?p("div",{className:"flex gap-s items-start whitespace-nowrap",children:[a?u(Fo,{color:"green",children:a}):null,l&&i?u(Fo,{color:"yellow",children:`перерыв: ${l}`}):null]}):u(Fo,{color:"red",children:"Выходной"})},hc=({title:e,status:t,workTime:l,lunchHour:n,hasLunch:a},i)=>u(Uo,{label:e,value:t&&l?l:"",subText:uc(n,a,t),subColor:!t||a?"text-error":"text-green-dark"},String(i)),uc=(e,t=!1,l=!1)=>l?e&&t?`Перерыв ${e}`:e:"Не работает",pc=[];const xc=async e=>await st(e,{method:"GET"})||pc,gc={workingSaturday:!1},fc={workingSaturday:e=>Boolean(e.workSchedule?.workingSaturday)},bc=x((({className:e})=>{const[t]=$r(),l=function(e){const{data:t=pc}=it(`/api/v1/branches?regionCode=${e}`,xc);return t}(t?.code??"000");return u(Oo,{className:e,filterItems:yc,data:l,initFilterState:gc,renderCard:cc,title:`Офисы филиала ${t?.name}`})})),yc=(e,t)=>{const l=Object.keys(t).filter((e=>t[e]));return e.filter((e=>l.every((t=>fc[t](e)))))},vc=x((({data:e,className:t,...l})=>{const n=e?.dataType??"offices";return u(T,{version:"transparent",className:S(t),defaultPadding:"p-0",...l,children:"offices"===n?u(bc,{}):u(Qo,{data:e})})})),Nc=x((({className:e,title:t,description:l="Блок в разработке...",...n})=>p(T,{className:S("box-border",e),...n,children:[u(V,{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:wc()})]}))),wc=(e=3)=>Sc(100,e).map((e=>Math.floor(e))).map(kc),kc=(e,t)=>u("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-light"},String(t)),Sc=(e,t)=>[e].concat(t>0?Sc(e/1.618,t-1):[]),Cc=x((({className:e,padding:t,slides:l=[],...n})=>u(T,{className:S("overflow-hidden relative",e),padding:t,...n,children:u(qn,{gap:0,padding:0,children:l.map((e=>e.productBlock)).map(((e,t)=>u("div",{className:"box-border h-full",children:u(Qe,{className:"px-5 h-full",headlineVersion:"L",...e,...n})},String(t))))})}))),Tc=x((({address:e,email:t,telephone:l,button:n,className:a="",__html:i,icon:r,title:s,version:o="primary",...c})=>p(T,{className:S("box-border text-left space-y-s",a),version:o,...c,children:[p("div",{className:"w-full flex justify-between flex-row-reverse",children:[Oe(r)?u("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:u(J,{image:r})}):null,s?u(M,{headingType:"h3",as:"h3",title:s}):null]}),p("div",{className:"w-full space-y-m",children:[i?Ic(i):null,Bc({label:"Адрес",data:e,iconName:"GeolocationIcon"}),Bc({label:"Телефон(факс)",data:l,iconName:"PhoneIcon"}),Bc({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),n?.text?Le([n]):null]})]}))),Ic=e=>u("div",{className:"border-b border-main-divider pb-lg",children:u(Te,{__html:e})}),Bc=({label:e,data:t,iconName:l,dataColor:n=""})=>t?p("div",{className:"flex gap-s",children:[u(F,{iconVersion:"black",name:l,width:"24",height:"24"}),p("div",{className:"flex flex-col gap-2xs",children:[u(Be,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),u(Be,{size:"text-xl",color:n,children:t})]})]}):null,Mc=x((e=>{const{__html:t,richVersion:l,...n}=e;return u(T,{defaultPadding:"p-0",...n,children:u(Te,{__html:t,richVersion:l})})})),Rc=x((({className:e=""})=>{const[t,l]=n("option2"),a=i((e=>l(e)),[]);return p("div",{className:S("order-4",e),children:[u(cn,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),u(cn,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),Pc=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(Gt,{options:s,label:r,placeholder:a||n,onChange:e=>i(e.key),value:o})})),Vc=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(Pc,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:l,label:"Регион"})}),u("div",{className:"flex-1 min-w-0",children:u(Pc,{data:n,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),Ac=["От 1 дня","До 365 дней"],zc=x((({days:e,setDays:t})=>p("div",{className:"order-1",children:[u(Be,{size:"text-m",font:"font-light",children:"Срок аренды"}),u(Tl,{min:1,max:365,value:e,items:Ac,onChange:t})]}))),_c=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(Pc,{data:e,fieldLabel:"volume",selected:t,setSelected:l,label:"Размер",placeholder:"Выберите размер"})}),u("div",{className:"flex-1 min-w-0",children:u(Pc,{data:n,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),jc=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(Vc,{regions:e,selectedRegion:t,onSelectedRegion:e=>c({selectedRegion:e}),branches:l,selectedBranch:n,onSelectedBranch:Dc(c)}),u(zc,{days:a,setDays:e=>c({days:e})}),u(_c,{caseVolumes:o,selectedCaseVolume:i,onSelectedCaseVolume:Ec(c),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>c({selectedBoxSize:e})}),u("div",{className:"order-4",children:u(Be,{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(Rc,{}),u(me,{text:"Офисы на карте",version:"primary",onClick:d,className:"order-6"})]})]}))),Dc=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},Ec=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},Oc=x((({days:e,tariffs:t=[]})=>{const l=$c(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:[Lc("Аренда за",e),Lc("Цена",l+" ₽")]}),u("div",{className:"@xl:hidden order-3 mb-xs",children:u(R,{size:"text-s",font:"font-light",color:"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(J,{image:{icon:"PackA4Icon"},className:"@xl:h-60"}),u("div",{className:"hidden @xl:inline opacity-80 whitespace-pre-line",children:u(R,{size:"text-s",font:"font-light",color:"text-white",children:n})})]})]})})),Lc=(e,t)=>p("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[u(Be,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),u("span",{className:"text-l @xl:text-h3 text-primary-text",children:t})]}),$c=(e,t)=>{const l=Fc(e);return e*(t?.find((e=>e.tariffType===String(l)))?.tariffValue||0)},Fc=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},Uc=(e,t)=>e.find((e=>e.branchCode===t)),Hc=x((e=>{const{regions:t,data:l,branches:n,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[l.selectedRegion,i]);const s=Uc(n,l.selectedBranch),o=Wc(s?.safeBoxCaseVolumes),c=Kc(s?.safeBoxCaseVolumes,l.selectedCaseVolume)?.safeBoxCases,d=Yc(c,l.selectedBoxSize);return p("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[u(jc,{...l,regions:t,onClick:r,branches:n,caseVolumes:o,safeBoxCases:c,onChange:i}),u(Oc,{days:l.days,tariffs:d})]})})),Wc=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],Kc=(e,t)=>e?.find((e=>e.volume===t)),Yc=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,Gc=[];const Xc=async e=>await st(e,{method:"GET"})||Gc,qc=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=vt(),h=Jc(c.selectedRegion,m),x=function(e){const{data:t}=it(e?`/api/v1/safeboxes?regionCode=${e}`:null,Xc);return t||Gc}(h),g=i((e=>d((t=>({...t,...e})))),[d]),f=(b=Uc(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(T,{className:l,defaultPadding:"",...a,children:[p("div",{className:"p-4xl space-y-xl",children:[e?u(M,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,u(Hc,{regions:m,branches:x,data:{...c,selectedRegion:h},onClick:o,onChange:g}),t?u(R,{size:"text-s",font:"font-light",children:t}):null]}),f.length&&r?u(Po,{points:f,className:"h-[640px]"}):null]})})),Jc=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e;function Zc(e){throw new Error(e)}const Qc={normal:{icon:"h-11 w-11",image:"h-14 w-14"},small:{icon:"h-12 w-12",image:"h-14 w-14"}},ed={normal:"",small:"min-h-6xl"},td={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"},ld=x((({className:e="",title:t,description:l,steps:n,buttons:a,size:i="normal",version:r="primary",...s})=>p(T,{className:S("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:r,...s,children:[u(V,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),n?.length?u("div",{className:"box-border",children:u("div",{className:"flex flex-col gap-6xl justify-between",children:n.map(nd(i,r))})}):null,Le(a,{isVertical:!0})]}))),nd=(e,t)=>(l,n)=>{const{type:a}=l;if("default"!==a&&"rte"!==a)return null;switch(a){case"default":return ad(e,t)(l,n);case"rte":return u(Te,{__html:l.__html});default:Zc(l)}},ad=(e,t)=>(l,n)=>u("div",{className:"contents",children:p("div",{className:"flex flex-row text-center relative",children:[u("div",{className:"overflow-hidden flex flex-shrink-0 items-center",children:id(e,t)(l,n)}),p("div",{className:S("flex flex-col justify-center h-fit",ed[e]),children:[l.label?u(R,{size:"text-l",align:"text-left",children:l.label}):null,l.description?u("div",{className:S("text-s font-light text-left",td.description),children:l.description}):null]})]})},String(n)),id=(e,t)=>(l,n)=>{const a="normal"===e?"38":"24",i="secondary"===t?"white":"color",r=Boolean(l?.icon?.src),s=Qc[e][r?"image":"icon"];return u("div",{className:S(s,r?"":`rounded-md ${td.iconBackground}`,"z-10 mr-s flex justify-center content-center"),children:u("span",{className:"flex max-w-full max-h-full self-center text-h4 text-secondary-text group-data-secondary:text-white",children:Oe(l?.icon)?u(J,{image:{...l.icon,iconVersion:l.icon?.iconVersion||i},imageClassName:"max-w-full max-h-full",width:a,height:a}):u("span",{children:n+1})})})},rd=e=>({href:t})=>!!t&&j(z(t)?e.href:e.pathname).startsWith(j(t));function sd(e=[]){const t=A(),l=e.findIndex((e=>rd(d.BASE_PATH?{pathname:d.BASE_PATH}:e))(t));return[l,e[l]]}const od=x((({isActive:e,item:t,onClick:l})=>{const n=re({isRemote:!d?.BASE_PATH||!t?.href?.startsWith(d?.BASE_PATH)}),{href:a,target:i,onClick:r}=n({href:t?.href||"",target:"_self"}),s="BurgerIcon"===t?.icon?.icon?t.isActive:e,o=s?"color":"black";return p("a",{className:S(s?"text-primary-main":"text-primary-text","w-10 m-4 flex justify-center items-center flex-col text-xs cursor-pointer"),onClick:()=>"BurgerIcon"===t?.icon?.icon&&l?l():r(),href:a,target:i,children:[u(J,{className:"w-6 h-6",image:{icon:t?.icon?.icon,iconVersion:o}}),t?.title||""]})})),cd=x((({menuItems:e,onClick:t})=>{const[l]=sd(e);return u("div",{className:"ml-auto container bg-white flex justify-center shadow-blue-gray",children:e.map(((e,n)=>u(od,{isActive:n===l,item:e,onClick:t},String(n))))})}));const dd=({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((()=>v.subscribe("dialog",(e=>{switch(e.type){case"open":r(e);break;case"close":e.all?c():d();break;default:Zc(e)}}))),[c,d]),l},md=x((({className:e,onClose:t})=>u("button",{className:S("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",children:u(J,{image:{icon:"CloseIcon"},width:"24",height:"24"})}))),hd=x((({className:e,head:t,children:l,onClose:n})=>{const{close:a}=ae(),r=i((()=>{a(),n&&n()}),[n]);return p("div",{className:S("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(md,{className:"absolute top-0 right-0",onClose:r}),u("div",{className:"container",children:t})]}),u("div",{className:"container pb-6xl",children:l})]})}));const ud=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 pd=e=>e?.length?p("div",{className:"sm:border-t sm:border-main-divider mt-2xs pt-2xs",children:[u("div",{className:"mb-m",children:u(Be,{size:"text-m",font:"font-light",color:"text-secondary-text",children:"Представительства за рубежом:"})}),u("div",{className:"flex flex-col sm:flex-row gap-5xl",children:e.map(((e,t)=>u(xd,{...e},String(t))))})]}):null,xd=x((({icon:e,...t})=>{const l=re(),{text:n,target:a,href:i,onClick:r}=l(t);return p("div",{className:"flex gap-s items-center",children:[e?u(J,{pathPrefix:"/wcms-resources/",image:e}):null,n?u("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:u(Be,{size:"text-l",font:"font-light",color:"text-primary-text",children:n})}):null]})})),gd=e=>t=>u("div",{className:"mb-xs sm:mb-2xs",children:u("button",{className:"cursor-pointer hover:text-primary-hover",onClick:()=>{e&&e(t)},children:u(Be,{size:"text-l",font:"font-light",children:t.name||""})})},t.id),fd=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"})]}))),bd=x((()=>{const{defaultLocation:e,foreignOffices:t}=hs(),[l,a]=$r(e),[r,s]=n(""),o=vd(function(){const{data:e}=it("/api/v1/regions",ot);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,yd),{close:d}=ae(),m=i((e=>{a(e),d()}),[]);return p(hd,{className:"pb-20",head:p("div",{children:[u(Be,{size:"text-h4",color:"text-primary-text",children:"Выберите филиал"}),l?p("div",{className:"mb-s",children:[u(Be,{size:"text-l",font:"font-light",children:"Сейчас выбран: "}),u("button",{onClick:()=>a(l),children:u(Be,{color:"text-primary-main",children:l.name})})]}):null,u(fd,{onSearch:s,searchTerm:r})]}),children:[r&&r.length>=3?u("div",{children:o.filter((({name:e})=>e&&ud(e.toLowerCase())(r.toLowerCase())>=.8)).map(gd(m))}):u("div",{className:"columns-1 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(Be,{size:"text-h6",children:e})}),t.map(gd(h))]},e)))}),pd(t)]});var h})),yd=e=>e.name?.charAt(0)||"",vd=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),Nd=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:S("font-sans relative",e),role:"form",children:[u("div",{className:"absolute h-full flex items-center pl-m pointer-events-none",children:u(J,{image:{icon:"LoupeIcon",iconVersion:"black"},width:"24",height:"24"})}),u("input",{className:S("h-14 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})]})}));function wd(e,t,l=300){a((()=>{const t=globalThis.setTimeout(e,l);return()=>{globalThis.clearTimeout(t)}}),t)}const kd=(e,t)=>(l,n)=>{for(const[a,i]of n)l.set(a,e(l.get(a)||t,i));return l},Sd=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),Cd=e=>t=>e.map((([e,l])=>[ud(t)(e),l])).filter((([e])=>e>=.8)).map((([e,t])=>Id(t,e))).reduce(kd(Math.max,0),new Map),Td=e=>t=>{return Pr(t,t.map((({title:e})=>e)).map((e=>t=>{const l=Sd(t||"");return l.length?ke(e.map((e=>Hn(l.map(ud(e)))))):0})(e))).sort((e=>(t,l)=>-e(t,l))((l=([,e])=>e,(e,t)=>l(e)-l(t)))).map((([e])=>e));var l},Id=(e,t)=>new Map(e.map((e=>[e,t]))),Bd=({basePathList:e,initialQuery:t=""})=>{const[l,i]=n(t||"");a((()=>{null!=t&&i(t)}),[t]);const{data:r}=it(e?.length?e:null,Md),[s,o]=n(null);return wd((()=>{r&&o(r.map((e=>t=>{const{corpus:l,dictionary:n}=t||{};if(!(e&&l?.length&&n&&Object.keys(n).length))return[];const a=Sd(e);if(!a.length)return[];const i=Object.entries(n),r=[...a.map(Cd(i)).reduce(kd(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*a.length)).map((([e])=>l[e]));return Td(a)(r)})(l)))}),[r,l]),[s,{value:l,onChange:i}]},Md=async(...e)=>(await Promise.allSettled(e.map((e=>st(D(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),Rd=x((({className:e,topItems:t})=>{const l=re({isRemote:!0});return u("div",{className:S("flex items-start justify-between",e),children:t?.map(l).map(Vd)})})),Pd=["all","footer"],Vd=(e,t)=>{const{text:l,items:n=[],href:a,target:i,onClick:r}=e,s=n.filter((e=>!e.displayArea||Pd.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(Ad,{...e,basePath:o(a),index:t},String(t))))]},String(t))},Ad=x((({text:e,index:t,basePath:l,...n})=>{const a=re({isRemote:!(!d.BASE_PATH||!l)&&!d.BASE_PATH.startsWith(l),basePath:l}),{href:i,target:r,onClick:s}=a(n);return u("a",{className:S("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}`})})),zd=x((({initialQuery:e})=>{const{topItems:t}=hs(),l=r((()=>t?.map((e=>e.href||"/"))),[t]),[n,i]=Bd({basePathList:l,initialQuery:e}),s=r((()=>_d(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(hd,{head:u(Nd,{autoFocus:!0,...i}),children:u(Rd,{topItems:s})})})),_d=e=>t=>e?.length&&t?.length?Pr(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:D("/",t)})))}))):[];const jd=x((({className:e})=>{const[t,l]=n(""),a=i((()=>l("")),[]),{open:r}=(()=>{const{open:e,close:t}=ae();return{open:(t={},l={})=>e(u(zd,{...t}),l),close:t}})(),s=i((e=>{l(e),Dd(e)&&r({initialQuery:e},{onClose:a})}),[a]);return p("div",{className:S("relative",e),children:[u(Nd,{value:t,onChange:s}),u(md,{className:"absolute top-0 right-0 sm:hidden",onClose:a})]})})),Dd=e=>e&&e.length>=3,Ed=x((({item:e,basePath:t})=>{const l=re({isRemote:!(!d.BASE_PATH||!t)&&!d.BASE_PATH.startsWith(t),basePath:t}),{href:n,target:a,onClick:i}=l(e),r=A(),s=rd(r)({href:n});return p("a",{className:S(s?"text-primary-main":"text-primary-text","py-3 text-h5 font-light flex justify-between cursor-pointer"),href:n,target:a,onClick:i,children:[e.text,u(J,{image:{icon:"ChevronLeftIcon",iconVersion:"black"},width:"24",height:"24",className:"text-secondary-text rotate-180 opacity-30"})]})})),Od=x((({activeMenuSubItems:e,basePath:t})=>e?u("div",{className:"mb-5",children:e.map(((e,l)=>u(Ed,{item:e,basePath:t},String(l))))}):null)),Ld=({item:e,isActive:t,onClick:l})=>p("button",{type:"button",className:"relative",onClick:l,children:[u("span",{className:S("whitespace-nowrap",t?"text-primary-main":""),children:e.text}),t?u("div",{className:"absolute left-0 right-0 -bottom-3 h-0.5 bg-primary-main group-data-transparent:bg-transparent"}):null]}),$d=x((e=>{const{topItems:t,officesLink:l,defaultLocation:s}=hs(e.options?.page?.fallback),[o]=$r(s),c=(()=>{const{open:e,close:t}=ae();return{open:(t={})=>e(u(bd,{}),t),close:t}})(),d=i((()=>c.open()),[]),[m,h]=Xn({itemCount:t?.length??0}),[x]=sd(t),[g,f]=n(x),b=r((()=>t?.[g]),[t,g]),y=b?.items||[];a((()=>{f(x)}),[x]),a((()=>{g>0&&h.scrollTo(g)}),[g,h]);const v=i((e=>f(e)),[]);return u(hd,{head:u("div",{className:"flex items-center",children:u(M,{as:"h4",title:"Меню"})}),children:p("div",{className:"flex flex-col flex-nowrap relative w-full h-auto m-auto bg-white pb-24 box-border rounded-md",children:[u("div",{className:"w-full mb-3",children:u(jn,{containerRef:m,visibleItemCount:0,gap:20,className:"pb-3",children:t?.map(((e,t)=>u(Ld,{item:e,isActive:g===t,onClick:()=>v(t)},String(t))))})}),p("div",{className:"relative grow overflow-auto",children:[u(Od,{activeMenuSubItems:y,basePath:b?.href}),u(jd,{className:"grow mb-5"}),Fd(l),p("div",{className:"flex items-center text-s cursor-pointer",onClick:d,children:[u(J,{image:{icon:"GeolocationIcon",iconVersion:"black"},width:"24",height:"24",className:"text-primary-main box-border mr-xs bg-main-divider p-xs rounded-md"}),p("div",{className:"flex flex-col items-start",children:[u(Be,{size:"text-h5",children:o.name}),u(Be,{color:"text-secondary-text",size:"text-s",children:"Ваша локация"})]})]})]})]})})})),Fd=e=>e?p("a",{className:"flex items-center mb-3",href:e,rel:"noopener noreferrer","aria-label":"Офисы и банкоматы",children:[u(J,{image:{icon:"MapOpenedIcon",iconVersion:"black"},width:"24",height:"24",className:"text-primary-main box-border mr-xs bg-main-divider p-xs rounded-md"}),u("span",{children:"Офисы и банкоматы"})]}):null,Ud="burgerMenuDialog",Hd=x((({...e})=>{const{menuItems:t=[]}=mt(d.STICKY_MOBILE_MENU||"sticky-mobile-menu",{fallback:e.options?.page?.fallback,folderName:"portal-resources",setBasePath:!0}),[l,{toggle:n}]=(()=>{const{open:e,closeAll:t,close:l}=ae(),n=dd(),a=((e,t)=>t.find((t=>t.id===e),e))(Ud,n),r=i((()=>e(u($d,{}),{id:Ud})),[]),s=i((()=>{a?t():r()}),[a]);return[Boolean(a),{open:r,close:l,toggle:s}]})(),a={title:"Меню",icon:{icon:"BurgerIcon",iconVersion:l?"color":"black"},isActive:l},s=Math.floor(t.length/2),o=r((()=>[...t.slice(0,s),a,...t.slice(s)]),[t,s,a]);return u("div",{className:"w-full mb-5","data-component":"sticky-bottom-menu-container",children:u(T,{className:"@container-normal fixed w-full h-[74px] bottom-0 left-0 my-0 mx-auto bg-transparent z-[100]",padding:"p-0",children:u(cd,{menuItems:o,onClick:n})})})})),Wd="hidden sm:flex absolute z-40 top-0",Kd=x((({className:e,items:t=[],value:l,onChange:n,tabsType:a})=>{const[i,r]=Xn({itemCount:t?.length||0});return p("div",{className:S("relative overflow-x-auto no-scrollbar",e),role:"tablist",children:[u(jn,{containerRef:i,snapAlign:"snap-start",onVisibleIndicesChange:r.handleVisibleIndicesChange,children:t.map(go(l,n,a))}),r.canScrollLeft?u(fi,{className:S("left-6",Wd),onClick:r.scrollLeft}):null,r.canScrollRight?u(bi,{className:S("right-6",Wd),onClick:r.scrollRight}):null]})})),Yd=({tabsMode:e,...t})=>{switch(e){case"wideScreen":return u(fo,{...t});case"centered":return u("div",{className:"flex",children:u(fo,{className:"m-auto p-xs rounded-md bg-main-gray",tabsType:"rounded",...t})});case"scrollable":return u("div",{className:"flex",children:u(Kd,{className:"m-auto",tabsType:"underlined",...t})});default:return null}},Gd="tab",Xd=x((({className:e="",isSticky:t,tabs:l=[],tabsMode:s,...o})=>{const c=A(),{isReady:d}=c,m=r((()=>l.map(Jd)),[l]),[h,p]=n(0);a((()=>{if(!l||!l[0])return;const e=c.query.tab&&l.findIndex((e=>"group"===e.type&&e.ref===c.query.tab))||0,t=l[e]||l[0];p(e),qd(t)}),[d]),a((()=>{const e=l[h];"group"===e?.type&&v.subject("tab",{type:e.type,label:e.ref})}),[l,h]);const x=i((e=>{const t=m.indexOf(e),n=l[t];p(t),qd(n),"group"===n.type&&(e=>{const t=new URLSearchParams(c.query);e.name?t.set(Gd,e.name):t.delete(Gd),c.replace(`${c.pathname}?${t}`,"",{scroll:!1})})(e)}),[l,m]);return u(T,{className:S(t?"sticky top-1 z-20":"",e),defaultPadding:"p-0",...o,children:Yd({items:m,value:m[h],tabsMode:s,onChange:x})})})),qd=e=>{"group"===e.type&&v.fire("tab",{type:e.type,label:e.ref}),"link"===e.type&&v.fire("tab",{type:e.type,label:e.href})},Jd=e=>"group"===e?.type?{text:e.title,name:e.ref}:e,Zd={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},Qd=x((({children:e,activeIndex:t,columnWidth:l,version:n="comparison"})=>u("div",{className:"flex flex-1 overflow-hidden",children:u("div",{className:Zd[n],style:{transform:`translateX(-${t*l}px)`},children:e})}))),em=x((({className:e="",isOpen:t,onClick:l})=>u(me,{className:e,appendRight:u(J,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"20",height:"20"}),text:t?"Скрыть":"Показать",version:"gray",onClick:l}))),tm={Buttons:({buttons:e})=>Le(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?u(J,{image:e}):null,List:({isDotted:e,...t})=>u(Ke,{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(Be,{size:"text-s",color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,dataUrl:l,pdfUrl:n,isOpen:a})=>e?u(em,{isOpen:a,onClick:()=>{t({dataUrl:l,pdfUrl:n})}}):null},lm=x((({cell:e,fieldIdx:t,rowIdx:l,cellIdx:i,setTableInner:r,tableInner:s,openTableInnerIdx:o,setOpenTableInnerIdx:c})=>{const[d,m]=n(!0);a((()=>{i===o&&s||m(!0)}),[s,o]);return nm({cell:e,cellProps:{rowIdx:l,cellIdx:i,fieldIdx:t,displayTable:e=>{m(!1),c(i),r(e)},isVisible:d}})})),nm=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:l,...n}=e;if(!l||!(l in tm))return null;return u(tm[l],{...t,...n})},am=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(((e,s)=>u(lm,{cell:e,fieldIdx:s,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r},String(s)))):null}))),im=(e,t)=>140*ke(e.slice(0,t).map((e=>e?.cols?.length??1))),rm=(e,t)=>e?.length>0?u("div",{className:S("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,sm=x((({rows:e})=>{return u(jn,{visibleItemCount:0,snapAlign:"snap-start",children:u("div",{children:e?.map((t=0,(e,l)=>{if(!e?.length)return null;const[n,...a]=e,i=S("flex duration-1000 text-center",0!==l?"font-normal":"font-light");return p("div",{className:"flex border-main-divider border-b border-solid h-full",children:[n?.data?u("div",{className:"text-xl font-light w-56 min-w-56 py-lg",children:n.data}):null,u("div",{className:"flex flex-grow overflow-hidden",children:u("div",{className:i,style:{transform:`translateX(-${im(a,t)}px)`},children:a?.map(((e,l)=>p("div",{className:"flex flex-col flex-grow gap-s justify-center py-xl odd:bg-main-divider",children:[e?.data?u("div",{className:"text-xl font-light",children:e.data}):null,e?.cols?rm(e.cols,t):null]},`row${l}`)))})})]},String(l))}))})});var t})),om=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(Be,{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(sm,{rows:t.rowsData})})})]},n)}))}))),cm=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(me,{className:"text-primary-main",href:t,version:"link",target:"_blank",appendLeft:u(F,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]})));async function dm(e){const t=await fetch(e);return await t.json()}const mm=x((({dataUrl:e,pdfUrl:t,onClick:l})=>{const{tableData:a}=function(e){const{data:t}=it(function(e){return`/wcms-resources/${e||"tariffs-inner-table-data"}.json`}(e),dm);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(cm,{currencies:d,activeTabIndex:r,setActiveTabIndex:o,linkToPDF:t}),u(om,{activeTabIndex:r,items:c}),u(em,{className:"mt-xl",onClick:l,isOpen:!0})]}:{className:"my-lg space-y-m text-h6 text-center",children:[u("p",{children:"Данных нет"}),u(em,{onClick:l,isOpen:!0})]})})),hm=x((({children:e,tableInner:t,onHideContentClick:l})=>p("div",{className:"self-start flex flex-col",role:"row",children:[u("div",{className:S("@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(mm,{...t,onClick:l})}):null]}))),um=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(hm,{onHideContentClick:()=>o(void 0),tableInner:s,...r,children:[u("div",{className:S("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(J,{className:"hidden @4xl:block max-w-6 shrink-0",image:e.icon,width:"24",height:"24"}):null,e?.title?u(Be,{size:"text-m",font:"font-light",children:e?.title}):null]})}),t?.length?u(Qd,{activeIndex:l,columnWidth:360,version:"tariff",children:t.map(((e,t)=>u(am,{cells:e,rowIdx:a,cellIdx:t,setTableInner:c,tableInner:s,openTableInnerIdx:d,setOpenTableInnerIdx:h,...r},String(t))))}):null]})}));function pm({dec:e,inc:t,canDec:l,canInc:n,btnClass:a,className:i=""}){return l||n?p("div",{children:[l?u(gi,{className:`absolute z-40 ${a[0]} ${i}`,onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!l}):null,n?u(gi,{className:`absolute z-40 rotate-180 ${a[1]} ${i}`,onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!n}):null]}):null}const xm=x((({children:e,controls:t})=>{const{isScrollAvailable:l}=t;return p("div",{role:"table",children:[p("div",{className:"relative space-y-xs",children:[e,pm({...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]})})),gm=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]=xi({itemCount:c,visibleItemCount:2}),h=(o||[]).map(((e,t)=>u(um,{row:e,activeIndex:d,rowIdx:t,...r},String(t)))),[x,g]=i>0?[h.slice(0,-i),h.slice(-i)]:[h,[]];return p(T,{className:S("overflow-hidden relative space-y-6xl @4xl:space-y-xl",e),defaultPadding:"p-6xl",...r,children:[u(V,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),u("div",{className:"space-y-m",children:i>0?u(ta,{renderFoldableSection:({isUnfolded:e})=>p(xm,{controls:m,children:[x,u(la,{isUnfolded:e,children:g})]}),renderFoldButton:gr}):u(xm,{controls:m,children:h})})]})})),fm=x((({className:e="",title:t,description:l,iconVersion:n,image:a,__html:i,items:r=[],...s})=>p(T,{className:S("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...s,children:["small"===n?bm():null,"big"===n?ym(a):null,p("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?u(Be,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,l?vm(l):null,r?.length?Nm(r,!0):null,i?u(Te,{__html:i}):null]})]}))),bm=()=>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"}),ym=e=>e?.src?u(J,{className:"h-fit flex-shrink-0",image:e}):null,vm=e=>u(R,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),Nm=(e,t)=>u("ul",{className:S("text-secondary-text group-data-secondary:text-white/80",t?"list-disc pl-xl":""),children:e.map(((e,t)=>u("li",{children:u(Be,{size:"text-s",font:"font-light",children:e})},`listItem-${t}`)))}),wm={AdTile:ut,ApplicationForm:wn,BenefitsBlock:In,Bonus:Mn,BonusBenefitsBlock:Zn,ButtonsBlock:ea,Calculator:ii,CardTransfer:pi,Carousel:Di,CarouselBankHistoryCard:Ei,CarouselCard:$i,CarouselCatalogCard:Ui,CarouselLinks:Yi,CarouselRecommendationCard:Qi,CarouselTariffsCard:lr,ComparisonTable:mr,DepositFiltration:jr,ErrorBlock:Or,ExchangeRateTile:ds,Footer:Ms,Header:$s,Headline:V,HorizontalLayout:Hs,ImgBlock:Ws,LinkDocs:Xs,MobileAppTile:Js,MortgageFiltration:yo,OfficesAtmsMap:vc,Placeholder:Nc,ProductBlock:lt,ProductGallery:Cc,RepresentativeOfficeInfo:Tc,RichTextBlock:Mc,RollupItem:gs,SafeDepositRental:qc,StepsBlock:ld,StickyBottomMenu:Hd,Tabs:Xd,TariffsTable:gm,TextBlock:fm,VerticalLayout:Us};const km=["Header","Footer"],Sm=([,{target:e}])=>Math.abs(e.getBoundingClientRect().top);function Cm(e=globalThis){const t=s(new Map);a((()=>k.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])=>!km.includes(e.type||""))).filter((([,{intersectionRatio:e}])=>e>.01)),[l]=t.length>0?Wn(Sm)(t):[];return l}([...t.current||[]]):void 0)}),100);return e.addEventListener("scroll",l),()=>{l.dispose(),e.removeEventListener("scroll",l)}}),[e])}const Tm="cookie",Im=x((({termLink:e,personalDataPolicyLink:t})=>{const[l,{setTrue:n,setFalse:a}]=$t();wd((()=>{globalThis.localStorage?.getItem(Tm)||n()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(Tm,"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(R,{size:"text-s",font:"font-light",color:"text-primary-text",children:["АО «Россельхозбанк» использует",u(Xi,{isRemote:!0,className:Bm(e?.href),...e,children:"cookie"}),"(файлы с данными о прошлых посещениях сайта) для персонализации сервисов и удобства пользователей. Вы можете запретить сохранение cookie в настройках своего браузера.",u(Xi,{isRemote:!0,className:Bm(t?.href),...t,children:"Обработка Ваших персональных данных"}),"производится в соответствии с требованиями Федерального закона от 27.07.2006 № 152-Ф3 «О персональных данных»."]})}),u("div",{className:"ml-s sm:ml-0 w-24 flex justify-end",children:u(md,{className:"bg-main-gray rounded-md",onClose:r})})]})}):null})),Bm=e=>S("inline mx-2xs",e?"text-green-dark":""),Mm=x((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),l=dd({onCloseAll:e,onClose:t}),{close:n}=ae(),r=i((({key:e})=>{"Escape"===e&&n()}),[]);return Ut(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:S("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar",n===l.length-1?"":"hidden"),children:e},String(t||n))))}):null})),Rm=x((()=>{const[e,t]=n(null),l=i((()=>{t(null)}),[]);a((()=>v.subscribe("popup",(e=>{switch(e.type){case"open":case"update":t(e);break;case"close":l();break;default:Zc(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&l()}),[l]);return Ut(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})),Pm=h();const Vm=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:Am()}))),Am=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[zm("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"),zm("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")]}),zm=e=>u("path",{stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",strokeMiterlimit:"10",d:e}),_m=x((({className:e=""})=>{const t=function(e){const[t,l]=n(0);return a((()=>{(async()=>{const[t]=await Pm.getLikeCount(e);l(t?.value||0)})()}),[e]),{likeCount:t,like:i((async()=>{l(await Pm.like(e))}),[e]),dislike:i((async()=>{l(await Pm.dislike(e))}),[e])}}(A().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(Vm,{onClick:ie(t.like),ariaLabel:"Поставить отметку «лайк»"}),u(Vm,{onClick:ie(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),u("span",{className:"select-none",children:t.likeCount})]})})),jm=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 Cm(),p("div",{"data-theme":s,children:[p("section",{className:S("@container relative",a,e),children:[i?.header?u("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:Ii(i?.header,{...o,slotName:"header"})}):null,p("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[Bi({block:n,options:o,extraProps:{className:"scroll-mt-12"}}),Ii(i?.footer,{...o,slotName:"footer"})]}),r?u("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:u(_m,{className:"rounded-tl-3xl sticky bottom-0 pointer-events-auto"})}):null]}),u(Hd,{}),u(Mm,{}),u(Rm,{}),u(Im,{termLink:{href:"/pd-policy#cookie",target:"_blank"},personalDataPolicyLink:{href:"/pd-policy",target:"_blank"}})]})}));jm.childrenTypes=[],jm.slots=()=>["header","footer","StickyBottomMenu"];e.Blocks=wm,e.ContentPage=jm,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=ie,e.joinList=e=>t=>t.reduce(((t,l,n)=>t.length?t.concat({...e,key:`sep-${n}`},l):[l]),[]),e.packageVersion="0.14.75",e.projectSettings=d,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=E,e.useRouter=A,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const l=e=>(...l)=>t[e](...l),n=l("useState"),a=l("useEffect"),i=l("useCallback"),r=l("useMemo"),s=l("useRef");const o=e=>e&&!e.endsWith("/")?`${e}/`:e,c={PROD_BRANCH:"master"},d=new class{_=c;setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH||c.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get STICKY_MOBILE_MENU(){return this._.STICKY_MOBILE_MENU}get FOOTER(){return this._.FOOTER}get PORTAL_DATA(){return this._.PORTAL_DATA}get CHAT_BOT(){return this._.CHAT_BOT}get CDN(){return o(this._.CDN)}get BASE_PATH(){return o(this._.BASE_PATH)}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},m="likesToken";function h(){async function e(){try{const e=JSON.parse(globalThis.localStorage?.getItem(m)||"");if(e?.token)return e}catch(e){}try{const e=await fetch("/assist/v1/public/auth",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:t,name:l}=await e.json();return globalThis.localStorage?.setItem(m,JSON.stringify({token:t,name:l})),{token:t,name:l}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...t){if(!t.length)return[];const{token:l}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l},body:JSON.stringify({node_ids:t})}),{likes:n}=await e.json();return n||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:l,name:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l,UserID:n},body:JSON.stringify({node_id:t,user_name:n})}),{likes:a}=await e.json();return a||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:l,name:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${d.ASSIST_PROJECT_ID}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:l,UserID:n},body:JSON.stringify({node_id:t,user_name:n})}),{likes:a}=await e.json();return a||0}catch(e){return console.error(e),0}}}}const u=(...e)=>globalThis._uni._jsx(...e),p=(...e)=>globalThis._uni._jsxs(...e),x=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:g(e)),t._tmpl},g=e=>{function t(t,l){const{children:n,...a}=t||{},i=l?.slots?.default,r=n||i&&i();return e(Object.assign(a,r&&{children:r}),l)}return t.inheritAttrs=!1,t},f=!Boolean("object"==typeof globalThis.process&&globalThis.process&&globalThis.process.version),b=x((({children:e})=>f?e:null));const y=new class{subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const l=this.subjectsStateMap[e];return l&&t(l),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}},v=(...e)=>e.flatMap((e=>e)).filter(Boolean).join(" "),N={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","":""},w=x((({className:e,version:t="primary",isTheme:l=!0,defaultPadding:i="p-xl",padding:r,block:s,tag:o="section",role:c,children:d})=>{const m=o,[h,p]=n(!1);a((()=>y.subscribe("tab",(e=>{p(Boolean(e.label&&s?.labels?.length&&!s.labels.includes(e.label)))}))),[s]);const x=t&&l;return u(m,{className:v("@container font-sans",x?"group":"",N[t],h?"hidden":"",r||i,e),...x?{"data-ver":t}:{},...s?.anchor?{id:s.anchor}:{},role:c,children:d})})),k={h1:"h1",h2:"h1",h3:"h2",h4:"h2",h5:"h3",h6:"h3"},S={h0:"text-h0",h1:"text-h1",h2:"text-h2",h3:"text-h3",h4:"text-h4",h5:"text-h5",h6:"text-h6"},C=x((({className:e="",headingType:t="h3",as:l="h3",title:n,children:a})=>{const i=k[l]||"h3";return u(i,{className:v("font-sans m-0",S[t],e),children:n||a})})),T=x((({children:e,...t})=>u("p",{className:v("font-sans",Object.values(t)),children:e}))),I={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"}},B=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=I[l],m={marginTop:d.descriptionStyle};return p(w,{className:v(s?"@container-normal":"",e),defaultPadding:s?"":"p-6xl",version:t,isTheme:o,...c,children:[n?u(C,{className:v("whitespace-pre-wrap",i),...d?.title,as:r||d?.title.as,title:n}):null,a?u(T,{size:d.descriptionSize,font:d.descriptionWeight,align:i,...m,children:a}):null]})}));function M(){return M._impl()}M._impl=()=>({isReady:!1,href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{},back:()=>{}}),M.setup=e=>{M._impl=e};const R=e=>Boolean(e?.includes(":")),P=(e,t)=>Boolean(e&&!R(e)&&(!t||"_self"===t)),V=e=>(e||"").replace(/\?.*/,"").replace(/\/$/,""),A=(...e)=>e.filter(Boolean).join("/").replace(/\/+/g,"/");var z=Object.freeze({__proto__:null,isURL:R,isLocalURL:P,isHash:e=>Boolean(e?.startsWith("#")),withoutQuery:V,joinPath:A});const _=e=>(t,l=d.BASE_PATH)=>{if(!t||R(t)||j(t,d.CDN))return t;const n=t.startsWith("/");return A(j(t,l)?"":l,n?"/":e.pathname?.split("/").slice(0,-1).join("/"),t)},j=(e,t)=>t&&e&&e.startsWith(t),D={normal:"",color:"text-primary-main",black:"text-black",white:"text-black"},O=x((({className:e="",imageClassName:t="",name:l="",alt:n=`Иконка ${l}`,title:a=n,iconVersion:i="color",width:r,height:s})=>{const o=M(),c="normal"===i?`${l}.svg`:`sprites.svg#${l}`,m=_(o)(A(d.CDN,"/icons/",c));return"normal"===i?u("img",{className:e,src:m,alt:n,title:a,"aria-hidden":"true",width:r,height:s,style:E(e,s)}):u($,{className:e,children:p("svg",{className:v(L(r),D[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:m,xlinkHref:m})]})})})),E=(e,t)=>{return e?.includes("h-")?{}:{height:(l=t,l&&!/\D/.test(l)?`${t}px`:t),width:"auto"};var l},L=e=>e?"":"w-full h-full",$=x((({className:e,children:t})=>e?u("div",{className:e,children:t}):t)),F=(e,t)=>e?.media&&t?.media?e.media-t.media:0,U=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n})=>{const a=M();return p("picture",{className:e,children:[t?.sources?.length?t.sources.filter((e=>e?.src)).sort(F).map((({src:e,format:l,media:i},r)=>u("source",{srcSet:W(a,n)(e),type:K(l),media:i?`(max-width: ${i}px)`:"",width:t?.size?.width,height:t?.size?.height},`${r}_${e}`))):null,t?.src?H({...t,src:W(a,n)(t.src)},l):null]})})),H=(e,t="")=>u("img",{src:e.src,className:v("object-contain",t),alt:e?.alt||e?.title||"",title:e?.title||"",style:{width:e?.size?.width?`${e.size?.width}px`:"100%",height:e?.size?.height?`${e.size?.height}px`:"auto"},width:e?.size?.width,height:e?.size?.height}),W=(e,t)=>l=>l&&!R(l)?_(e)(A(t,l)):l,K=e=>e?`image/${String(e)}`:void 0,Y=x((({className:e="",image:t,imageClassName:l="",pathPrefix:n,...a})=>t?.src||t?.icon?t.icon?u(O,{className:e,imageClassName:l,iconVersion:t?.iconVersion,name:t.icon,...a}):u(U,{className:e,imageClassName:l,image:t,pathPrefix:n}):null)),G={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","":""},X="bg-main-divider text-main-disabled",q={primary:X,secondary:X,white:X,link:"",transparent:"",gray:X,"":""},J="text-center font-sans select-none",Z={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","":""},Q=({className:e,rounded:t,version:l})=>[J,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit",l?G[l]:"",t?"rounded-full":"rounded-md",e].join(" "),ee=()=>({open:(e,t={})=>y.fire("dialog",{type:"open",dialog:e,...t}),close:()=>y.fire("dialog",{type:"close"}),closeAll:()=>y.fire("dialog",{type:"close",all:!0})}),te=(e,t)=>te._impl(e,t);function le(e={}){const{isRemote:t,basePath:l}=e,n=M(),{closeAll:a}=ee();return e=>({...e,href:t&&!l?e.href:_(n)(e.href,l),"aria-label":e.text,onClick:te(i(e),e)});function i({href:e,target:l,onClick:i}){return r=>{i&&i(r),e&&!t&&P(e,l)&&(a(),r?.preventDefault(),n.push(e))}}}te._impl=e=>e,te.setup=e=>{te._impl=e};const ne=x((e=>{const{text:t,aboveText:l,appendLeft:n,appendRight:a,version:i="primary"}=e,r=ie(e)?"hidden lg:block":"";return p("div",{className:v(ae(e),"flex gap-xs"),children:[n?u("div",{className:v(r,Z[i]),children:n}):null,ie(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:v(r,Z[i]),children:a}):null]})})),ae=e=>{const{version:t,aboveText:l,rounded:n}=e;if("link"===t)return"";const a=""+(l?"py-2.5 px-9":"py-4 px-9");return v("group/btn items-center justify-center",ie(e)?a:"h-12 w-12 m-auto",n?"rounded-full":"")},ie=({text:e,aboveText:t,appendLeft:l})=>Boolean(e||t||!l),re=({className:e,rounded:t,version:l})=>["inline-block",J,l?q[l]:"",t?"rounded-full":"rounded-md",e].join(" "),se=x((({disabled:e,children:t,method:l="LINK",href:n,...a})=>{const r=(({method:e,href:t})=>i((l=>{if("POST"!==e||!t)return;l.preventDefault();const{origin:n,pathname:a,searchParams:i}=new URL(t||""),r=document.createElement("form");r.setAttribute("method","POST"),r.setAttribute("action",[n,a].join(""));for(const[e,t]of i.entries()){const l=document.createElement("input");l.setAttribute("type","hidden"),l.setAttribute("name",e),l.setAttribute("value",t),r.appendChild(l)}document.body.appendChild(r),r.submit()}),[]))({method:l,href:n}),s=le()({onClick:r,href:n,...a}),o=t??u(ne,{...s});return u(e?ce:oe,{...s,children:o})})),oe=x((({className:e="",href:t,rel:l,target:n,ariaLabel:a,version:i,rounded:r,onClick:s,children:o})=>u("a",{className:Q({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:re({className:e,rounded:n,version:l}),children:a})));function de(e,t){const l="primary"===e?"white":"black",n="Вернуться назад";return p("div",{className:"hidden sm:flex items-center gap-s",children:[u("div",{className:Q({className:"w-12 h-12 min-h-12 min-w-12 flex items-center justify-center",version:e,rounded:!0}),onClick:t,children:u(Y,{className:"w-4 h-4",image:{icon:"ArrowLeftIcon",iconVersion:l}})}),u(se,{version:"link",className:"group-data-secondary:text-white/80",text:n,ariaLabel:n,onClick:t})]})}const me={start:"@xl:self-start",center:"@xl:self-center",end:"@xl:self-end"},he=x((({className:e,version:t="primary",defaultPadding:l,padding:n="",title:a="",insetTitle:r="",buttons:s,leftImage:o,rightImage:c,imageAlign:d,isImageAlwaysOnRight:m=!1,isImageSecondary:h=!1,backwardButton:x,children:g})=>{const f=M(),b=i((e=>{e?.preventDefault(),f.back()}),[]);return p("div",{className:ue(n,l,e),children:[x?de(t,b):null,a?u("div",{className:"relative",children:a}):null,p("div",{className:v("grow relative flex flex-col @xl:flex-row gap-3xl w-full",o?"self-start @xl:w-auto":""),children:[fe(o,{imageAlign:d,className:"mx-auto"}),p("div",{className:v("grid gap-3xl",c?"@xl:grid-cols-2":"",o?"":"grow","h-full","auto-rows-[max-content_1fr]"),children:[p("div",{className:"grow space-y-lg min-w-fit",children:[r,g]}),fe(c,{className:v("@xl:justify-self-end @xl:col-start-2",s?pe(m):"",xe(m),be(h)),imageAlign:d}),ge(s)]})]})]})})),ue=(e="",t="",l="")=>v("relative flex flex-col gap-3xl overflow-hidden",e||t,l),pe=e=>e?"row-span-2":"@xl:row-span-2",xe=e=>e?"col-start-2 self-center":"",ge=e=>e?u("div",{className:"self-end",children:e}):null,fe=(e,{className:t,imageAlign:l})=>e?u("div",{className:v("shrink-1/2 justify-self-center mt-auto @xl:mt-0",l&&me[l],t),children:e}):null,be=e=>e?"hidden @xl:block":"",ye=(e=[])=>e.reduce(((e,t)=>e+t),0),ve=(e=[])=>e?.length?ye(e)/e.length:0,Ne=(e,t="normal")=>e?u("div",{className:v("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(Y,{className:"w-6 h-6",image:{...e,iconVersion:e.iconVersion||t}})}):null,we=x((e=>{const{__html:t="",richVersion:l=""}=e;return t.replace(/<\/?[^>]+\/?>/g,"").trim()?u("div",{"data-component":"rich-text-container",children:u("div",{className:v(l,"md-container"),dangerouslySetInnerHTML:{__html:t}})}):null})),ke=(e,t)=>e?u(T,{font:"font-light",size:"text-m",color:"text-secondary-text group-data-secondary:text-white",children:e},`description-${t}`):null,Se=x((({children:e,...t})=>u("span",{className:v("font-sans",Object.values(t)),children:e}))),Ce=(e,t)=>e?u(Se,{color:"text-primary-text group-data-secondary:text-white",size:"text-h6",children:e},`label-${t}`):null,Te=(e,t)=>"rte"===e.type&&"__html"in e&&e.__html?u(we,{...e},`rte-${t}`):["label"in e?Ce(e.label,t):null,"description"in e?u("span",{className:e.descriptionClassName,children:ke(e.description,t)},String(t)):null],Ie=x((({className:e,benefitsVersion:t,...l})=>p("div",{className:v("flex gap-m min-w-56 items-center",e),children:["icon"in l?Ne(l.icon,t):null,u("div",{children:Te(l)})]}))),Be=e=>"rte"===e.type?e?.__html?.length||0:Math.max(e?.label?.length||0,e?.description?.length||0),Me=e=>{return((t=e.map(Be))?.length?Math.sqrt(Math.abs(ve(t.map((e=>e**2)))-ve(t)**2)):0)>16;var t},Re=e=>e&&"icon"in e&&e.icon&&(e.icon.icon||e.icon.src),Pe=e=>!e.some(Re),Ve=x((({className:e,benefitsVersion:t="normal",benefits:l})=>l?.length?u("div",{className:v("flex gap-x-m gap-y-s",Me(l)||Pe(l)?"flex-col":"flex-wrap",e),children:l.map(((e,l)=>u(Ie,{benefitsVersion:t,...e},String(l))))}):null)),Ae=x((({className:e,benefits:t})=>t?.length?u("div",{className:v("grid grid-cols-[max-content_1fr] auto-rows-auto items-baseline gap-x-m gap-y-xs",e),children:t.flatMap(Te)}):null)),ze=x((({isTabularBenefits:e,...t})=>u(e?Ae:Ve,{...t}))),_e=e=>Boolean(e?.src||e?.icon),je=(e,{className:t,buttonClassName:l,isVertical:n}={})=>e?.length&&e.some((e=>e?.text||e?.icon?.icon))?u("div",{className:v("flex",n?"flex-col gap-xs justify-items-stretch":"flex-wrap @xl:flex-nowrap gap-lg sm:gap-m",t),children:e.map(De(l))}):null,De=(e="")=>(t,l)=>{const{text:n,icon:a,iconRight:i,version:r,...s}=t||{},o=Oe(a,r),c=Oe(i,r);return n||a?.icon?u(se,{className:v("basis-full @lg:basis-auto",e),appendLeft:Ee({...a,iconVersion:o}),appendRight:Ee({...i,iconVersion:c}),version:r,text:n,...s},l?String(l):""):null},Oe=(e,t="secondary")=>{const l="secondary"===t?"color":"white";return e?.iconVersion?e?.iconVersion:l},Ee=e=>_e(e)?u(Y,{image:e,width:String(e?.size?.width||24),height:String(24)}):null,Le=x((({className:e,isDotted:t,dotClassName:l,children:n})=>p("div",{className:v("font-sans flex",e),role:"listitem",children:[t?u("div",{className:"shrink-0",children:u("div",{className:v("align-middle inline-block rounded-full group-data-secondary:bg-white",l)})}):null,u("span",{children:n})]}))),$e={S:{textSize:"text-l font-light",indentStyle:"ml-xs",dotStyle:"w-1 h-1 mr-xs"},M:{textSize:"text-h6",indentStyle:"ml-s",dotStyle:"w-1.5 h-1.5 mr-s"},L:{textSize:"text-h5",indentStyle:"ml-m",dotStyle:"w-1.5 h-1.5 mr-m"}},Fe=x((({className:e,isDotted:t=!0,items:l=[],listItemSize:n="M",dotClassName:a=""})=>{const i=$e[n];return l?.length?u("section",{className:v("flex flex-col gap-xs text-left text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text",i.textSize,e),role:"list",children:l.map(((e,l)=>u(Le,{isDotted:t,dotClassName:v(a||"bg-primary-text",i.dotStyle),children:e},String(l))))}):null})),Ue=(e=0)=>(t=0)=>new Intl.NumberFormat("ru-RU",{minimumFractionDigits:0,maximumFractionDigits:e}).format(Number(t)||0),He=x((({priceList:e})=>e?.length?u("div",{className:"flex flex-wrap xl:flex-nowrap xl:bg-main-divider xl:rounded-md p-xs gap-xl",children:e.map(We)}):null)),We=({label:e,amount:t})=>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(Se,{font:"font-light",size:"text-l",color:"text-secondary-text",children:e}),t?p("span",{className:"font-sans text-h6 sm:text-primary-main text-primary-text",children:[Ue(2)(t)," ₽"]}):null]}),Ke=x((({className:e,tags:t})=>t?.length?u("div",{className:v("flex flex-wrap gap-xs",e),role:"list",children:t.map(Ye)}):null)),Ye=(e,t)=>u("div",{className:"p-xs border-solid border rounded-md border-gray",role:"listitem",children:u(Se,{size:"text-m",font:"font-light",children:e})},String(t)),Ge={XXL:"L",XL:"L",L:"M",M:"M",S:"S",XS:"S"},Xe=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,priceList:g=[],tags:f=[],buttons:b,image:y,imageOptions:{imageAlign:v="center",directionRight:N=!0,isImageAlwaysOnRight:w,isImageSecondary:k=!1}={},backwardButton:S,children:C,...T})=>{const I=y?.src?u(Y,{image:y}):null,M=u(B,{title:n,description:a,headlineVersion:i,align:r,isEmbedded:!0}),R=c?.filter((e=>"rte"===e?.type||"label"in e||"description"in e));return u(he,{className:e,padding:t,defaultPadding:l,...m?{title:M}:{insetTitle:M},...qe(I,N),isImageSecondary:k,imageAlign:v,isImageAlwaysOnRight:w,buttons:je(b),backwardButton:S,...T,children:p("div",{className:"flex flex-col sm:gap-xl gap-4xl",children:[R?.length?u(ze,{benefitsVersion:s,isTabularBenefits:o,benefits:R}):null,d?u(we,{__html:d}):null,h?.length?u(Fe,{items:h,isDotted:x,listItemSize:Ge[i]}):null,C,g?.length?u(He,{priceList:g}):null,Je(f)]})})})),qe=(e,t)=>t?{rightImage:e}:{leftImage:e},Je=e=>e?.length?u(Ke,{tags:e}):null,Ze=x((({className:e,padding:t,...l})=>u(w,{className:v("overflow-hidden flex flex-col gap-3xl box-border",e),padding:"p-0",...l,children:u(Xe,{defaultPadding:"p-6xl",padding:t,className:"grow h-full",...l})}))),Qe=e=>null!=e,et=new Map;function tt(e,t,{fallback:l,cache:i}={}){const s=r((()=>lt(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(Qe))return;let e=!1;const l=(t,l)=>{e||(d(t),h(l))};return(async()=>{try{l(await(o?((e,t=et)=>l=>{const n=t.get(l);if(Qe(n))return n;const a=e(l);return Qe(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 lt(e){return Array.isArray(e)?e:e instanceof Function?lt(e()):[e]}async function nt(e,t){try{return e?await at(e,t):null}catch(e){console.error(e)}return null}async function at(e,t){return(await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}})).json()}const it={},rt="wcms-resources";function st(e,t={}){const{fallback:l=it,folderName:n=rt,setBasePath:a=!1}=t,i=A("/",a?d.BASE_PATH:"",n,`${e}.json`),{data:r}=tt(e?i:null,at,{fallback:l});return r||it}const ot=(e=0,t=0)=>Math.floor(Math.random()*(t-e)+e),ct=x((e=>{const t=((e="reklamnaya-plitka")=>{const t=st(e),l=r((()=>ot(0,t?.items?.length)),[t]);return t?.items?.[l]})(e.options?.page?.adSourceBook);return t?u(b,{children:u(Ze,{...t,...e})}):null}));const dt=e=>e,mt=(e,t)=>{const[l,a]=n(e),[r,o]=n(!1),[c,d]=n({}),m=s({}),h=i(((e,t)=>{const{parse:n=dt,format:i=dt}=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}]},ht=e=>t=>t&&Object.entries(e).flatMap((([e,l])=>l(t[e])))||[],ut=e=>!e?.length,pt=e=>t=>l=>e(l)?[]:[t],xt=[];function gt(){const{data:e}=tt("/api/v1/regions",at);return e||xt}const ft=x((({text:e,link:t})=>p(T,{size:"text-s",font:"font-light",color:"text-secondary-text",children:[u(Se,{children:e||"Нажимая кнопку, вы подтверждаете согласие с "}),t?u(se,{href:t.href,ariaLabel:"условия передачи данных",target:t.target||"",className:"text-primary-main",children:u(Se,{children:t.text})}):null]}))),bt=(e,t)=>{const{value:l,isDirty:n}=e,a=n?t(l):[];return{...e,errors:a,error:a[0]}},yt=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:N=!1})=>{const w=s(null),k=i((e=>{g&&g(e.target?.value||"")}),[g]);a((()=>{N&&w.current?.focus()}),[N,w]);const S=x?"pr-3xl":"",C=h?"border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text":"border-error";return p("div",{className:v("relative",t),children:[p("label",{children:[c?u("div",{className:"mb-xs",children:u(Se,{size:"text-m",font:"font-light",children:c})}):null,u("input",{ref:w,className:v("w-full h-14 border rounded-md text-primary-text outline-none p-m",S,C,l),id:n,name:r||n,placeholder:d,type:o,value:m,onInput:k,onFocus:f,onBlur:b,pattern:y},e)]}),x]})})),vt=x((({className:e,label:t,value:l="",error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(yt,{type:"text","aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i}),u("div",{className:"h-2",children:n?u(Se,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),Nt=e=>"_"===e,wt=e=>/\d/.test(e),kt=e=>Nt(e)||wt(e),St=[..."+7 (___) ___-__-__"],Ct=St.findIndex(Nt),Tt=St.map(((e,t)=>kt(e)?St.slice(0,t).filter(kt).length:-1));const It=x((({children:e,onChange:t,...l})=>{const n=i((e=>t&&t(function(e){const t=e.replace(/\D/g,""),l=St.map(((e,l)=>wt(e)?e:t.charAt(Tt[l])||e)),n=Tt.indexOf(t.length-1)+1;return(n?l.slice(0,Math.max(Ct,n)):l).join("")}(e))),[t]);return u(yt,{onChange:n,onFocus:e=>n(e?.target?.value||""),...l,children:e})})),Bt=x((({className:e,label:t,value:l,error:n,onChange:a,onBlur:i})=>p("div",{className:e,children:[u(It,{"aria-label":t,label:t,valid:Boolean(!n),value:l,onChange:a,onBlur:i,placeholder:"+7 (___) ___-__-__"}),u("div",{className:"h-2",children:n?u(Se,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),Mt="Некорректно заполненное поле",Rt=pt((e=>null!=e&&""!==e))(Mt),Pt=pt((e=>"string"==typeof e&&e.length>1))(Mt),Vt=pt((e=>"string"==typeof e&&(10===e.length||12===e.length)))(Mt),At=(zt=/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/,pt((e=>"string"==typeof e&&zt.test(e))))(Mt);var zt;const _t=e=>p("div",{className:"space-y-s",children:[u(vt,{className:"shrink-0 w-full",label:"Наименование организации",...bt(e("fullName"),Rt)}),u(vt,{className:"shrink-0 w-full",label:"ИНН",...bt(e("inn"),Vt)}),u(vt,{className:"shrink-0 w-full",label:"Контактное лицо",...bt(e("name"),Pt)}),u(Bt,{className:"shrink-0 w-full",label:"Телефон",...bt(e("phone"),At)})]}),jt=[{name:"Торговый эквайринг"},{name:"Мобильный эквайринг"},{name:"Интернет-эквайринг"},{name:"QR-эквайринг (СБП)"},{name:"Все виды эквайринга"}];function Dt(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 Ot=e=>e?.text||e?.key||"";function Et(e,t,l,n){a((()=>{if(e&&l)return e.addEventListener(t,l,n),()=>{e.removeEventListener(t,l,n)}}),[e,t,l])}function Lt(e){const t=s(null),l=i((l=>{t&&t.current&&l.target instanceof Node&&!t.current.contains(l.target)&&e()}),[e]);return Et(globalThis.document,"click",l),t}const $t=(e,t)=>e?.length&&t?.trim()?e.filter((e=>e.text?.toLocaleLowerCase().includes(t?.trim().toLocaleLowerCase()))):e,Ft=x((({popupRef:e,options:t,value:l,query:n,onChange:a,iconVersion:i})=>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:$t(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:Ot(e)}),u(O,{name:"DoneSimpleIcon",width:"16",height:"16",iconVersion:i,className:v("absolute right-4 pt-3xs",e.key===l?.key?"":"hidden")})]},e.key)))}):null));function Ut({isOpen:e,options:t,value:l,query:n,onChange:r,onClose:o,iconVersion:c}){const d={open:(e,t)=>y.fire("popup",{type:"open",popup:e,...t}),update:(e,t)=>y.fire("popup",{type:"update",popup:e,...t}),close:()=>y.fire("popup",{type:"close"})},m=i((()=>{d.close(),o&&o()}),[o]),h=i((e=>{m(),r&&r(e)}),[m,r]),p=s(null),x=Lt(m);return a((()=>{if(!e||!p.current)return;const a=p.current,{top:i,left:r,width:s,height:o}=a.getBoundingClientRect();d.update(u(Ft,{popupRef:x,options:t,value:l,query:n,onChange:h,iconVersion:c}),{top:i+window.scrollY+o,left:r,width:s})}),[e,t,l,n,h]),p}const Ht=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}]=Dt(),[f,b]=n(""),y=i((()=>{b(""),x()}),[]),N=Ut({isOpen:h,options:l,value:a,query:f,onChange:m,onClose:y,iconVersion:d});return p("div",{className:e,children:[Wt(t),p("div",{className:v("relative",h?"z-20":"z-10"),ref:N,children:[p("div",{className:v("h-14 text-l flex justify-between items-center text-primary-text cursor-pointer relative z-10",Yt(s,r)),onClick:h?y:g,children:[u("p",{className:"p-m pr-3xl flex items-center overflow-hidden text-ellipsis whitespace-nowrap",children:Ot(a)||o}),Kt(h,d)]}),c&&h?u("div",{className:v("absolute top-0 w-full z-20"),children:u(yt,{type:"text",autoFocus:!0,value:f,onChange:b})}):null]})]})})),Wt=e=>e?u("div",{className:"mb-xs",children:u(Se,{size:"text-m",color:"text-primary-text",font:"font-light",children:e})}):null,Kt=(e,t)=>u(O,{className:v("absolute right-3",e?"":"rotate-180"),iconVersion:t,name:"ArrowUpIcon",width:"16",height:"16"}),Yt=(e,t)=>v(e?"border rounded-md hover:border-primary-hover":"",t?" border-gray":"border-error"),Gt=x((({className:e="",error:t,...l})=>p("div",{className:e,children:[u(Ht,{...l,valid:!t}),u("div",{className:"h-2",children:t?u(Se,{size:"text-xs",font:"font-light",color:"text-error",children:t}):null})]}))),Xt=({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(Gt,{label:"Вид эквайринга",placeholder:"Выберите эквайринг",options:jt.map((({name:e=""})=>({key:e,text:e}))),...bt(t("acquiringType"),Rt)})}),u("div",{className:"@xl:w-1/2",children:u(Gt,{label:"Адрес",placeholder:"Выберите адрес",options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...bt(t("region"),Rt)})})]}),qt=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:v("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:v("absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full",e?"left-1/2":"left-[5%]")})}),t?u(Se,{size:"text-l",font:"font-light",color:"text-primary-text",children:t}):null]}))),Jt=e=>p("div",{children:[u(qt,{text:"Хочу купить онлайн-кассу",...e("onlineCheckout")}),u(qt,{text:"Хочу купить POS-терминал",...e("posTerminal")})]});function Zt({disabled:e,onClick:t}){return l=>{!e&&t&&t(l)}}const Qt={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"},el={primary:v("group-data-secondary:text-primary-main group-data-secondary:bg-white","group-data-secondary:hover:text-white group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active"),secondary:v("group-data-secondary:text-white group-data-secondary:bg-white/20","group-data-secondary:hover:bg-primary-hover","group-data-secondary:active:bg-primary-active")},tl=x((({children:e,...t})=>{const l=e=>({...e,onClick:te(Zt(e),e)}),{className:n,version:a="primary",active:i,disabled:r,type:s="button",rounded:o=!0,role:c,onClick:d}=l(t);return u("button",{className:v("font-sans px-9 py-4","flex justify-center items-center gap-xs",i?"text-white bg-primary-active":"",r?"bg-main-gray text-main-disabled cursor-not-allowed":"",i||r?"":v(Qt[a],el[a]),o?"rounded-md":"",n),type:s,role:c,onClick:d,children:e})})),ll=(e,t)=>u(tl,{className:v("w-full @xl:w-auto",t),type:"submit",children:e?.text?e.text:"Отправить заявку"}),nl={acquiringType:{key:"Торговый эквайринг"},fullName:"",inn:"",name:"",phone:"",onlineCheckout:!1,posTerminal:!1},al=ht({acquiringType:Rt,region:Rt,fullName:Rt,inn:Vt,name:Pt,phone:At}),il=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;ut(al(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}]=mt(nl,a),o=gt();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(C,{headingType:"h6",title:"Вид эквайринга и регион",className:"@xl:text-center"}),Xt({regions:o,field:r}),u(C,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),_t(r),Jt(r),ll(t),u(ft,{link:l})]})})),rl=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(vt,{className:"shrink-0 w-full",label:"Контактное лицо",...bt(e("name"),Pt)}),u(vt,{className:"shrink-0 w-full",label:"ИНН",...bt(e("inn"),Vt)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(Bt,{className:"shrink-0 w-full",label:"Телефон",...bt(e("phone"),At)}),u(vt,{className:"shrink-0 w-full",label:"Электронная почта",...bt(e("mail"),Rt)})]})]}),sl=({regions:e,field:t})=>u(Gt,{className:"w-full",label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...bt(t("region"),Rt)}),ol={name:"",phone:"",inn:"",mail:""},cl=ht({region:Rt,name:Pt,phone:At,inn:Vt,mail:Rt}),dl=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;ut(cl(e))&&n({typeForm:"bcrd",region:t?.text||"",name:l,inn:i,mail:r,phone:a.replace(/[^+\d]/g,"")})}),[n]),[,{field:r,...s}]=mt(ol,a),o=gt();return p("form",{className:"container space-y-s",onSubmit:s.onSubmit,children:[sl({regions:o,field:r}),rl(r),ll(t),u(ft,{link:l})]})})),ml=[];const hl=async e=>await nt(e,{method:"GET"})||ml,ul=["От 1 000 ₽","До 1 000 000 000 ₽"],pl=["От 1 мес","До 15 лет"],xl=e=>u("div",{className:"pb-2xs border-b border-b-main-divider",children:p("div",{className:"space-y-s",children:[u(vt,{className:"shrink-0 w-full",label:"Наименование организации",...bt(e("fullName"),Rt)}),u(vt,{className:"shrink-0 w-full",label:"Годовая выручка, ₽",...bt(e("annualRevenue"),Rt)}),u(vt,{className:"shrink-0 w-full",label:"Контактное лицо",...bt(e("name"),Pt)}),u(Bt,{className:"shrink-0 w-full",label:"Телефон",...bt(e("phone"),At)}),u(vt,{className:"shrink-0 w-full",label:"ИНН",...bt(e("inn"),Vt)}),u(vt,{className:"shrink-0 w-full",label:"Электронная почта",...e("mail")})]})}),gl=(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}},fl=(e,t,l)=>Math.max(t,Math.min(e,l));function bl(e){const t=(e||"").replace(/\D/g,""),l=parseInt(t,10);return Number.isNaN(l)?0:l}function yl({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:v("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=bl(t.target?.value),n=e.length?e[l]:l;r&&r(n||0)}})})]})}const vl=1,Nl=100,wl=x((e=>{const{className:t,title:l,items:n=[],list:a=[],min:r=(a.length?0:vl),max:s=(a.length?a.length-1:Nl),step:o=1,value:c=a[0]||r,disabled:d=!1,onChange:m}=e,h=gl(e,{normalize:(e=0)=>a.length?kl(a)(e):fl(e,r,s),format:Ue()}),x=i((e=>{m&&m(bl(e.target?.value))}),[m]);return p("div",{className:t,children:[p("label",{className:"block relative",children:[l?u(Se,{size:"text-m",font:"font-light",color:"text-primary-text",children:l}):null,u("input",{className:v("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}),yl({list:a,min:r,max:s,step:o,disabled:d,value:c,onChange:m})]}),Sl(n)]})})),kl=e=>t=>e.reduce(((e,l)=>Math.abs(l-t)<Math.abs(e-t)?l:e)),Sl=e=>u("div",{className:"flex justify-between my-xs",children:e.map(((e,t)=>u(Se,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e},String(t))))}),Cl=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(Se,{size:"text-m",font:"font-light",children:"Сумма, ₽"})}),u(wl,{items:ul,min:1e3,max:1e9,...e("amount")})]}),p("div",{className:"@xl:w-1/2",children:[u("label",{children:u(Se,{size:"text-m",font:"font-light",children:"Срок, месяцев"})}),u(wl,{items:pl,min:1,max:180,...e("term")})]})]}),Tl=({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(Gt,{label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:e.map((({code:e="",name:t=""})=>({key:e,text:t}))),...bt(l("region"),Rt)})}),u("div",{className:"@xl:w-1/2",children:u(Gt,{label:"Адрес",placeholder:"Выберите адрес",options:t.map((({branchCode:e="",address:t=""})=>({key:e,text:t}))),...bt(l("department"),Rt)})})]}),Il={amount:1e3,term:12,fullName:"",inn:"",name:"",phone:"",mail:"",annualRevenue:""},Bl=ht({fullName:Rt,annualRevenue:Rt,inn:Vt,name:Pt,phone:At,region:Rt,department:Rt}),Ml=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;ut(Bl(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}]=mt(Il,n),o=gt(),c=function(e){const{data:t}=tt(e?`/api/v1/branches?regionCode=${e}`:null,hl);return t||ml}(a.region?.key).filter((e=>e?.address));return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[u(C,{headingType:"h6",title:"Параметры",className:"@xl:text-center"}),Cl(r),u(C,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),xl(r),u(C,{headingType:"h6",title:"Офис банка",className:"@xl:text-center"}),Tl({regions:o,branches:c,field:r}),ll(e),u(ft,{link:t})]})})),Rl={name:"",phone:""},Pl=ht({name:Pt,phone:At}),Vl=x((({button:e,link:t,onSubmit:l})=>{const n=i((e=>{const{name:t,phone:n}=e;ut(Pl(e))&&l({typeForm:"dpst",name:t,phone:n.replace(/[^+\d]/g,"")})}),[l]),[,{field:a,...r}]=mt(Rl,n);return p("form",{className:"container",onSubmit:r.onSubmit,children:[u(C,{headingType:"h6",title:"Оставьте заявку и мы ответим на любые вопросы по депозитам",className:"@xl:text-center mb-m"}),p("div",{className:"max-w-[560px] m-auto space-y-s",children:[u(vt,{className:"shrink-0 w-full",label:"Имя",...bt(a("name"),Pt)}),u(Bt,{className:"shrink-0 w-full",label:"Телефон",...bt(a("phone"),At)})]}),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(ft,{link:t})}),ll(e)]})]})})),Al=x((e=>{const{button:t,sourceBookDir:l}=e,{regions:a}=st(l||"regions-grant-support"),[i,r]=n({key:""}),s=Q({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(Gt,{label:"Ваш регион",placeholder:"Выберите регион",isSearch:!0,options:a.map((({name:e=""})=>({key:e,text:e}))),value:i,onChange:r}):null,o?u("div",{className:"text-center",children:u(se,{href:o,target:"_blank",className:v("p-m w-full @xl:w-auto",s),children:t?.text?t.text:"Перейти"})}):null]})})),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)=>{const a={...r,...l};return u("path",{d:e,fill:t||"currentColor",stroke:a.stroke,strokeLinecap:a.strokeLinecap,strokeLinejoin:a.strokeLinejoin,strokeWidth:a.strokeWidth,strokeMiterlimit:a.strokeMiterlimit},n)}))}))),_l=[{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"}],jl=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:_l,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:v("appearance-none w-5 h-5 border-solid cursor-pointer m-0",a?"rounded-full border-2":Dl(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(Se,{size:"text-l",font:"font-light",children:l})}):null]})})})),Dl=e=>v("rounded border",e?"bg-primary-main":""),Ol=(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}`}},El=()=>{},Ll=({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=$l(t,e),o=Fl(t,i,r);m.push(u("td",{children:u("div",{className:Ul(l,o),onClick:()=>!o&&s(t),children:c})},`day-${c}`)),c++}o.push(u("tr",{children:m},`row-${d}`))}return o},$l=(e,t)=>t&&e.toDateString()===t.toDateString(),Fl=(e,t,l)=>t&&e.getTime()<t.getTime()||l&&e.getTime()>l.getTime(),Ul=(e,t)=>v("p-s text-center rounded-md border",e?"":"border-transparent hover:bg-gray",t?"text-gray hover:bg-transparent":"cursor-pointer"),Hl=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Wl=x((({today:e,currentMonth:t,currentYear:l,min:n,max:a,onDateSelect:s=El})=>{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:Hl.map(((e,t)=>u("th",{className:"p-s",children:e},String(t))))})}),u("tbody",{children:Ll({firstDayOfWeek:c,today:e,totalDays:d,currentYear:l,currentMonth:t,min:n,max:a,onDateClick:o})})]})})),Kl=["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],Yl=Kl.map((e=>({key:e}))),Gl=Array.from({length:(new Date).getFullYear()-1940+1},((e,t)=>1940+t)).reverse().map((e=>({key:String(e)}))),Xl={name:"ArrowUpIcon",iconVersion:"black",width:"24",height:"24"},ql={className:"min-w-32",iconVersion:"black",isBorder:!1},Jl=x((({className:e="",label:t="",value:l,valid:a=!0,minDate:r,maxDate:s,onChange:o})=>{const[c,{setValue:d}]=Dt(!1),[m,h]=n(l?.getMonth()||(new Date).getMonth()),[x,g]=n(l?.getFullYear()||(new Date).getFullYear()),{handlePrevMonth:f,handleNextMonth:b,handleSelectMonth:y,handleSelectYear:N,monthsOptions:w,yearsOptions:k,handleChangeVisibleCalendar:S,ref:C}=(({onShowCalendar:e,showCalendar:t,selectedMonth:l,onMonthSelect:n,onYearSelect:a,selectedYear:r})=>{const s=Lt(i((()=>t&&e(!1)),[t]));return{handleChangeVisibleCalendar:i((()=>e(!t)),[t]),handleNextMonth:i((()=>{l+1<=11?n(l+1):(n(0),a(r+1))}),[l]),handlePrevMonth:i((()=>{l-1>=0?n(l-1):(n(11),a(r-1))}),[l]),handleSelectMonth:i((({key:e})=>n(Kl.indexOf(e))),[]),handleSelectYear:i((({key:e})=>a(Number(e))),[]),monthsOptions:Yl,yearsOptions:Gl,ref:s}})({onYearSelect:g,onMonthSelect:h,onShowCalendar:d,selectedYear:x,selectedMonth:m,showCalendar:c});return p("div",{className:v(e,"relative"),ref:C,children:[u(Se,{size:"text-m","font-weight":"font-light",children:t}),Zl(S,l,a),c?p("div",{className:"absolute bg-white z-10 select-none",children:[p("div",{className:"flex gap-s",children:[u("div",{className:"my-auto",onClick:f,children:u(O,{...Xl,className:"-rotate-90 cursor-pointer"})}),u(Ht,{onChange:y,value:{key:Kl[m]},options:w,...ql}),u(Ht,{onChange:N,value:{key:String(x)},options:k,...ql}),u("div",{className:"my-auto",onClick:b,children:u(O,{...Xl,className:"rotate-90 cursor-pointer"})})]}),u(Wl,{today:l,currentMonth:m,currentYear:x,onDateSelect:o,min:r,max:s})]}):null]})})),Zl=(e,t,l)=>p("div",{onClick:e,className:v("flex justify-between items-center h-14 px-m py-s border rounded-md cursor-pointer hover:border-black active:border-black focus:border-black",l?"border-gray":"border-error"),children:[u(T,{children:t&&Ol(t)}),u(O,{...Xl,name:"CalendarIcon"})]}),Ql=x((({className:e,label:t,value:l,error:n,onChange:a})=>p("div",{className:e,children:[t?u("div",{className:"mb-xs",children:u(Se,{size:"text-m",font:"font-light",children:t})}):null,u(Jl,{value:l,onChange:a,valid:Boolean(!n)}),u("div",{className:"h-2",children:n?u(Se,{size:"text-xs",font:"font-light",color:"text-error",children:n}):null})]}))),en=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(vt,{className:"shrink-0 w-full",label:"Фамилия",...bt(e("surname"),Pt)}),u(vt,{className:"shrink-0 w-full",label:"Отчество",...bt(e("middleName"),Pt)}),u(Bt,{className:"shrink-0 w-full",label:"Телефон",...bt(e("phone"),At)})]}),p("div",{className:"@xl:w-1/2 space-y-s",children:[u(vt,{className:"shrink-0 w-full",label:"Имя",...bt(e("name"),Pt)}),u(Ql,{className:"shrink-0 w-full",label:"Дата рождения",...bt(e("date"),Rt)}),u(vt,{className:"shrink-0 w-full",label:"Электронная почта",...bt(e("mail"),Rt)})]})]}),tn={surname:"",name:"",middleName:"",phone:"",mail:"",date:void 0,consentDataProcessing:!0},ln=ht({surname:Pt,name:Pt,middleName:Pt,phone:At,mail:Rt,date:Rt}),nn=x((e=>{const{button:t,link:l,product:n,onSubmit:a}=e,r=i((e=>{const{surname:t,name:l,middleName:i,phone:r,mail:s,date:o,consentDataProcessing:c}=e;ut(ln(e))&&a({typeForm:"dpst",surname:t,name:l,middleName:i,mail:s,consentDataProcessing:c,phone:r.replace(/[^+\d]/g,""),date:o?.toISOString().slice(0,10)||"",product:n||""},!0)}),[a]),[,{field:s,...o}]=mt(tn,r);return p("form",{className:"container space-y-s",onSubmit:o.onSubmit,children:[en(s),p("div",{className:"@xl:flex justify-between items-center",children:[p("div",{className:"@xl:mb-0 mb-2 flex items-center gap-3",children:[u(jl,{...bt(s("consentDataProcessing"),Rt)}),u(ft,{text:"Согласен с ",link:l})]}),ll(t)]})]})})),an=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(Se,{color:"text-primary-text",children:t}):null]})}))),rn=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(an,{className:"mb-xs",name:"vedTypes",text:"Валютный котроль",value:"currencyControl",checked:"currencyControl"===t,onChange:e=>l&&l(e)}),u(an,{className:"mb-xs",name:"vedTypes",text:"Документарные операции",value:"documentOperations",checked:"documentOperations"===t,onChange:e=>l&&l(e)}),u(an,{className:"mb-xs",name:"vedTypes",text:"Конверсионные операции",value:"conversionTransactions",checked:"conversionTransactions"===t,onChange:e=>l&&l(e)}),u(an,{className:"mb-xs",name:"vedTypes",text:"Иные вопросы ВЭД",value:"otherIssues",checked:"otherIssues"===t,onChange:e=>l&&l(e)})]})})},sn=(e,t)=>{const l="currencyControl"===e("vedTypes").value;return p("div",{children:[l?u(Gt,{className:"mb-s",label:"Филиал",placeholder:"Выберите филиал",isSearch:!0,options:t.map((({code:e="",name:t=""})=>({key:e,text:t}))),...bt(e("region"),Rt)}):null,p("div",{className:"@xl:grid @xl:grid-cols-2 @xl:gap-x-lg",children:[l?u(vt,{className:"w-full mb-s",label:"ИНН",...bt(e("inn"),Vt)}):null,u(vt,{className:"w-full mb-s",label:"Наименование организации",...bt(e("fullName"),Rt)}),u(vt,{className:"w-full mb-s",label:"ФИО",...bt(e("name"),Pt)}),u(Bt,{className:"w-full mb-s",label:"Телефон",...bt(e("phone"),At)}),l?null:u(vt,{className:"w-full mb-s",label:"Электронная почта",...bt(e("mail"),Rt)})]})]})},on=e=>{const t=e("text");return p("label",{htmlFor:"textarea",children:[u("div",{className:"mb-xs",children:u(Se,{size:"text-m",font:"font-light",children:"Обращение"})}),u("textarea",{id:"textarea",placeholder:"Укажите интересующий вас вопрос, место ведения бизнеса и удобное время для телефонного звонка",className:v("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||"")})]})},cn={fullName:"",name:"",phone:"",inn:"",vedTypes:"currencyControl",text:""},dn={fullName:Rt,name:Pt,phone:At},mn=ht({...dn,mail:Rt}),hn=ht({...dn,inn:Vt,region:Rt}),un=e=>"currencyControl"===e,pn=e=>({currencyControl:"currencyControl"===e,documentOperations:"documentOperations"===e,conversionTransactions:"conversionTransactions"===e,otherIssues:"otherIssues"===e}),xn={ApplicationFormBusinessCard:dl,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:pn(o),PartnerComments:c,...un(o)?{inn:r,region:s?.text||""}:{mail:i}};ut((e=>un(e)?hn:mn)(o)(e))&&n(d)}),[n]),[,{field:r,...s}]=mt(cn,a),o=gt();return p("form",{className:"container space-y-m",onSubmit:s.onSubmit,children:[rn(r),u(C,{headingType:"h6",title:"Данные организации",className:"@xl:text-center"}),sn(r,o),on(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:[ll(t),u(ft,{link:l})]}),u(C,{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(Y,{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(Y,{image:{icon:"MailIcon"},width:"24",height:"24"}),u("span",{children:"ved@rshb.ru"})]})]})]})})),ApplicationFormDeposit:Vl,ApplicationFormCredit:Ml,ApplicationFormAcquiring:il,ApplicationFormGrantSupport:Al,ApplicationFormIndividuals:nn},gn=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(Y,t?{image:{icon:"ResponseOKIcon"},width:"42",height:"42"}:{image:{icon:"ResponseFailIcon"},width:"37",height:"34"}),p("div",{children:[u(C,{headingType:"h6",title:t?"Ваша заявка отправлена":"Не удалось отправить заявку",className:"mb-2xs"}),u(Se,{size:"text-l",font:"font-light",color:"text-secondary-text",children:t?"Совсем скоро мы с вами свяжемся":"Пожалуйста, повторите позднее"})]})]})})),fn={send:async function(e,t){const l=t?"/api/v1/lead":"/api/v1/sendcorporatelead";try{const t=await fetch(l,{method:"POST",headers:{"Content-Type":"application/json"},mode:"cors",body:JSON.stringify(e)});return t?.ok?await t.json():null}catch(e){return null}}},bn=x((e=>{const{className:t,formBlock:l,...a}=e,[r,s]=n(""),o=i((async(e,t)=>{const l=await fn.send(e,t)?"OK":"Fail";return s(l),l}),[]);return u(w,{className:t,defaultPadding:"p-6xl",...a,children:p("div",{className:"container max-w-[978px] space-y-lg",children:[l?.title?u(C,{headingType:"h3",title:l.title,className:"@xl:text-center"}):null,l?yn(l,o):null,r?u(gn,{responseType:r}):null]})})})),yn=(e,t)=>{const l=e?.formType;if(!l||!(l in xn))return null;return u(xn[l],{...e,onSubmit:t})},vn="text-left",Nn={"":"bg-main-divider group-data-secondary:bg-white/30",primary:"bg-main-divider",secondary:"bg-secondary-light",opacity:"bg-white/30"},wn=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:v("rounded-icon object-fit flex justify-center items-center",Nn[l],e),children:u(O,{...i,width:"54%",height:"54%",name:a})}):null})),kn=x((({className:e="",title:t,benefitList:l,...n})=>p(w,{className:e,defaultPadding:"p-6xl",...n,children:[t?u(C,{headingType:"h3",as:"h2",className:vn,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(Sn)}):null]}))),Sn=({label:e,description:t,items:l,icon:n,iconBgVersion:a,isDotted:i=!1},r)=>p("div",{className:"flex gap-m items-center @md:basis-1/2 @md:max-w-[500px]",role:"listitem",children:[n?.icon?u(wn,{className:"shrink-0",defaultIconSize:56,iconBgVersion:a||"",...n}):null,n?.src?u(Y,{className:"shrink-0",image:n}):null,e?p("div",{className:"@sm:h-full space-y-xs",children:[u(C,{headingType:"h6",children:e}),u(Se,{size:"text-l",color:"text-secondary-text group-data-secondary:text-white/80",font:"font-light",children:t}),u(Fe,{dotClassName:"bg-secondary-text",listItemSize:"S",items:l,isDotted:i})]}):null]},String(r)),Cn=x((({className:e="",title:t,description:l,bonusItems:n=[],align:a="text-left",...i})=>u(w,{className:e,defaultPadding:"p-6xl",...i,children:p("div",{className:"container",children:[u(B,{className:"mb-xl",isEmbedded:!0,title:t,description:l,headlineVersion:"M",align:a}),u("div",{className:"flex flex-wrap gap-3xl gap-x-m w-full",children:n.length>0?n.map(((e,t)=>p("div",{className:"w-full @xl:w-[48%] sm:space-y-xs flex flex-col grow p-xl sm:p-m border border-gray",children:[u("div",{className:"grow",children:u(B,{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:je(e?.buttons)}),e.bonusItemContent?.bonusType?Tn(e.bonusItemContent):null]})]},String(t)))):null})]})}))),Tn=e=>"count"===e.bonusType?In(e):Bn(e),In=e=>p("div",{className:"w-full pt-default @xl:mt-s @xl:mb-4 flex justify-center sm:justify-end items-end",children:[e.bonusCount?u("div",{className:"shrink-0 -mb-6 @xl:-mb-4",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(Se,{size:"text-h2",children:e.bonusName})}):null]}),Bn=e=>e.image?u(Y,{className:"min-w-12 p-xs rounded-icon shrink-0",image:e.image}):null,Mn=e=>({height:"calc(100vh - 242px)",minHeight:`${e||866}px`});function Rn(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 Pn=x((({className:e="",style:t,idx:l,activeIndex:n,observerOptions:o,children:c,onIntersection:d})=>{const m=function(e,{sensitivity:t,rootRef:l}={}){const n=s(null),i=r((()=>({threshold:Rn(t),root:l?.current})),[t,l?.current]);return a((()=>{if(!n.current)return;const t=new IntersectionObserver(e,i);return t.observe(n.current),()=>{t.disconnect()}}),[e,i]),n}(i((e=>{e.length&&d&&d(l||0,e[e.length-1])}),[d,l]),o);return u("div",{className:`inline-block snap-always box-border ${e}`,style:t,"aria-current":Boolean(l===n),ref:m,children:c})})),Vn=["min-w-full","@lg:min-w-[50%]","@lg:min-w-[33.3%]","@lg:min-w-[25%]"],An=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(_n(l))}),[h,p]),b=n>0?a*Number(n)-1:0,y="vertical-list"===o,N="horizontal-list"===o,w={...N?zn(r,b):{},...y?Mn(d):{},gap:`${a}px`};return u("div",{className:v("box-border overflow-auto no-scrollbar",o,e),style:w,ref:t,children:(k=(e,t)=>u(Pn,{className:v(c,n?Vn[n-1]:"",y?"h-full":""),style:N?zn(r/4):{},activeIndex:l,idx:t,observerOptions:x,onIntersection:f,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(k):k(e,0))(m)});var k})),zn=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),_n=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),jn={"horizontal-list":"mx-auto mt-lg w-fit","vertical-list":"absolute flex-col justify-center h-full top-0 left-4"},Dn={"horizontal-list":"w-6","vertical-list":"h-6"},On=x((({className:e="",containerRef:t,activeIndex:l,dotCount:n=0,listType:a="horizontal-list",version:i})=>n?u("div",{className:v("flex gap-xs",jn[a],i?"group":"",e),"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?Dn[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)),En=e=>e,Ln=(e=En)=>t=>t.reduceRight(((t,l)=>e(t)>e(l)?t:l)),$n=Ln(),Fn=(e=En)=>Ln((t=>-e(t))),Un=Fn(),Hn=e=>t=>e.scrollWidth/t,Wn=e=>(t,l)=>{e.scrollBy({left:l*Hn(e)(t),behavior:"smooth"})},Kn=({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?[Fn()(a),Ln()(a)]:[-1,-1],m=c>0,h=d<e-1,u=i((()=>{var t;l.current&&(m?Wn(l.current)(e,-1):(t=l.current).scrollTo({left:t.scrollWidth,behavior:"smooth"}))}),[e,m]),p=i((()=>{l.current&&(h?Wn(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}]},Yn=x((({className:e,version:t,gap:l=14,padding:n=16,showDots:a=true,minHeight:i,children:r,onVisibleIndicesChange:s,listType:o="horizontal-list"})=>{const c=Array.isArray(r)?r.length:0,[d,m]=Kn({itemCount:c,onVisibleIndicesChange:s}),[h]=m.visibleIndicesRange;return p("div",{className:v(e,"vertical-list"===o?"relative h-full":""),children:[u(An,{containerRef:d,activeIndex:h,visibleItemCount:1,gap:l,padding:n,onVisibleIndicesChange:m.handleVisibleIndicesChange,listType:o,minHeight:i,children:r}),a?u(On,{containerRef:d,activeIndex:h,dotCount:c,listType:o,version:t}):null]})})),Gn=(e,t,l)=>{return u(Yn,{children:e.map((n=l,({icon:e,title:t,description:l},a)=>p("div",{className:v("flex flex-col gap-1","justify-between p-m h-full border border-gray",l||t?"":"justify-center"),children:[t?u(Se,{size:"text-h6",font:"font-normal",align:n,children:t}):null,e?u(Y,{image:e,height:"180",className:"w-auto mx-auto"}):null,l?u(Se,{size:"text-h6",font:"font-normal",align:n,children:l}):null]},String(a))))});var n},Xn=x((({bonusBenefits:e,cardTextAlign:t="text-center",className:l="",columnsCount:n="4",subtitle:a,title:i,...r})=>p(w,{className:l,defaultPadding:"p-6xl",...r,children:[u(B,{title:i,description:a,headlineVersion:"M"}),e?.length?Gn(e,0,t):null]}))),qn={start:"justify-start",center:"justify-center",end:"justify-end"},Jn=x((({buttons:e,className:t="",align:l,...n})=>{const a=l?v("flex",qn[l]):"";return u(w,{className:v("!bg-transparent",a,t),defaultPadding:"p-0",...n,children:je(e)})})),Zn=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]})}));const Qn=x((({className:e="",isUnfolded:t,children:l})=>{const n=s(null),i=function(e,t){const l=s(null);return a((()=>{const t=l?.current;if(!t)return;const n=new ResizeObserver((l=>{e(t,l[0])}));return n.observe(t),()=>{n.disconnect()}}),[e,...t]),l}((e=>{n.current&&(n.current.style.maxHeight=t?`${e.scrollHeight}px`:"")}),[t]);return u("div",{ref:n,className:`transition-max-h duration-300 overflow-hidden ${n.current||!t?"max-h-0":""} `,children:u("div",{className:e,ref:i,children:l})})})),ea=x((({title:e,value:t,postfix:l="",prefix:n,className:a=""})=>p("div",{className:v("flex justify-between @xl:flex-col",a),children:[e?u(Se,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}):null,u("div",t?{children:p(Se,{size:"text-h3",children:[n," ",Ue(2)(Math.round(t))," ",l]})}:{children:u(Se,{size:"text-h3",children:"-"})})]}))),ta=1e4,la=5e6,na=Math.round(23.5),aa={minSum:ta,maxSum:la,minMonths:13,maxMonths:60,rate:0,isSalaryClient:!1,isPensionClient:!1,isStateEmployee:!1,isInsurance:!0},ia={minSum:ta,maxSum:3e6,minSumOld:0,maxSumOld:25e5,minSumExtra:0,maxSumExtra:5e5,minMonths:13,maxMonths:60,rate:0,isExtraMoney:!1,isSalaryClient:!1,isInsurance:!0},ra={minSumTravel:6e3,maxSumTravel:2e5,minSumOther:6e3,maxSumOther:2e5,maxBonus:5e3,prefMonthsNum:2,prefTravelBonusRate:.015,prefRestBonusRate:.01,travelBonusRate:.015,restBonusRate:.01},sa={minSum:5e4,maxSum:5e6,minMonths:2,maxMonths:10,rate:0,isMonthlyInterestPayment:!0,isRemoteRegistration:!0},oa={minSum:1e3,maxSum:5e5,minDays:1,maxDays:1095,rate:0,isMonthlyInterestPayment:!0,isReplenished:!1,isPartialWithdrawal:!1,depositeName:"Депозит 'Стабильный'"},ca=e=>e?u(T,{size:"text-s",font:"font-light",color:"text-secondary-text",children:e}):null,da=x((({rate:e,title:t="Ставка",unit:l,depositeName:n,isShowDepositeName:a,fractionDigits:i=2})=>p("div",{children:[u(Se,{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-2 w-full text-left whitespace-nowrap",children:n}):null]})]}))),ma=x((({title:e="Ставка",isUnavailableByTerm:t=!1})=>p("div",{className:"space-y-s",children:[u(Se,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),u(O,{className:"w-10 h-10 @5xl:h-auto @5xl:w-40",name:"PercentIcon"}),u("div",{className:"w-64",children:t?p(T,{size:"text-xl",font:"font-light",color:"text-primary-text",children:["Процентная ставка для срока ",u("strong",{children:"1-30 дней"})," устанавливается при обращении в Банк"]}):u(T,{size:"text-xl",font:"font-light",color:"text-primary-text",children:"Выберите другую сумму или срок"})})]}))),ha=({rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,title:a,unit:i})=>u(da,{rate:e,depositeName:t,fractionDigits:l,isShowDepositeName:n,unit:i,title:a}),ua=({rate:e,title:t,unit:l})=>u(ea,{title:t,value:e,postfix:l}),pa=({isUnknownRateShown:e=!0,isUnavailableByTerm:t=!1,title:l="Ставка",unit:n="%",rate:a=0,...i})=>e&&0===a?u(ma,{isUnavailableByTerm:t,title:l}):p("div",{children:[u("div",{className:"hidden @xl:block",children:ha({title:l,unit:n,rate:a,...i})}),u("div",{className:"@xl:hidden",children:ua({title:l,unit:n,rate:a,...i})})]});function xa({isShowItems:e=!0,step:t=1e3,...l}){const n=[`От ${Ue(2)(l.min||0)} ₽`,`До ${Ue(2)(l.max||0)} ₽`];return u(wl,{items:e?n:[],step:t,...l})}function ga(e){const{data:t}=tt(`/wcms-resources/${e}.json`,at);return t}const fa=(e,t)=>{const{travelExpenseValue:l,restExpenseValue:n}=e,a=ga(t||"bonus-calculator-data")||ra,[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}},ba=x((({className:e="",sourceBookDir:t,buttons:l,footnote:n})=>{const[a,{field:i}]=mt({travelExpenseValue:6e3,restExpenseValue:6e3}),{minSumTravel:r,maxSumTravel:s,minSumOther:o,maxSumOther:c,monthBonus:d,yearBonus:m}=fa(a,t);return p("section",{className:v("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:[xa({title:"Сумма покупок в категории путешествия, ₽",min:r,max:s,step:500,isShowItems:!1,...i("travelExpenseValue")}),xa({title:"Сумма покупок в остальных категориях, ₽",min:o,max:c,step:500,isShowItems:!1,...i("restExpenseValue")})]}),d>=0?pa({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(ea,{title:"Баллов за год",value:m}):null,je(l,{isVertical:!0}),ca(n)]})]})})),ya=(e,t=0)=>e?.sum&&e.sum>=ta&&e.sum<=la?e.sum:t,va=(e,t=0)=>e?.period&&e.period>=13&&e.period<=60?e.period:t,Na=e=>`${e} ${Number(e)%10==1?"дня":"дней"}`,wa={horizontal:"gap-5xl",vertical:"flex-col gap-s"},ka=x((({items:e,checkedItem:t,className:l,onChange:n,orientation:a="horizontal"})=>u("div",{className:v(`flex ${wa[a]}`,l),children:e?.map((({id:e,text:l})=>u(jl,{isRadio:!0,text:l,value:t===e,onChange:()=>n&&n(e)},String(e))))}))),Sa=({items:e,title:t,mobileTitle:l=t,orientation:n="horizontal",value:a,radioGroupClassName:i,onChange:r})=>p("div",{className:"space-y-s",children:[t?u("div",{className:"hidden @5xl:block",children:u(Se,{color:"text-secondary-text",font:"font-light",children:t})}):null,l?u("div",{className:"@5xl:hidden",children:u(Se,{color:"text-secondary-text",font:"font-light",children:l})}):null,u(ka,{orientation:n,items:e,checkedItem:e[a?0:1].id,className:v("flex-col sm:flex-row",i),onChange:t=>r&&r(t===e[0].id)})]}),Ca=e=>Sa({...e,items:[{id:"everyMonth",text:"Ежемесячно"},{id:"atEndTerm",text:"В конце срока"}]}),Ta=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},Ia=([e,t],l,n=[])=>l&&l[e]&&l[t]?{[e]:l[e],[t]:l[t]}:Ba([e,t],n),Ba=([e,t],l=[])=>({[e]:l.length?Un(l.filter((t=>"number"==typeof t[e])).map((t=>t[e]))):0,[t]:l.length?$n(l.filter((t=>"number"==typeof t[e])).map((e=>e[t]))):0}),Ma=(e,[t,l],n)=>e>=n[t]&&e<=n[l],Ra=(e,t)=>e?t.isReplenished&&t.isPartialWithdrawal:!t.isReplenished&&!t.isPartialWithdrawal,Pa=(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)},Va=x((({className:e="",rateParams:t,buttons:l,footnote:n,bottomFootnote:a,isShowDepositeName:i,defaultParams:r})=>{const[s,{field:o}]=mt({moneyValue:ya(r,1e5),daysValue:va(r,90),isReplenished:Boolean(r?.isReplenished),isPartialWithdrawal:Boolean(r?.isPartialWithdrawal),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment)}),c=((e,t)=>{const{daysValue:l,moneyValue:n,isPartialWithdrawal:a,isReplenished:i,isMonthlyInterestPayment:r}=e,s=ga(t||"business-calculator-data"),o=i||a,c=l<90||l>730;if(l<=30)return{...oa,...e,isDisabledOperatingDeposit:c,isUnavailableByTerm:!0};const d=s?.rateRows?.find((e=>r===e.isMonthlyInterestPayment&&Ra(o,e)&&Ma(n,["minSum","maxSum"],e)&&Ma(l,["minDays","maxDays"],e)))||oa,{rate:m}=d,h=Pa(m,e),u=n+h,p=s?.rateRows||[oa];return{...d,...Ba(["minSum","maxSum"],p),...Ba(["minDays","maxDays"],p),...e,isDisabledOperatingDeposit:c,income:h,finalSum:u}})(s,t?.rateType&&t.sourceBookDir),{income:d,finalSum:m,rate:h,isUnavailableByTerm:x,depositeName:g}=c;return p("section",{className:v("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:[xa({title:"Сумма, ₽",min:c.minSum,max:c.maxSum,...o("moneyValue"),value:c.moneyValue}),(f={title:"Срок, дней",min:c.minDays,max:c.maxDays,...o("daysValue"),value:c.daysValue},u(wl,{items:[`От ${Na(f.min||0)}`,`До ${Na(f.max||0)}`],step:1,...f})),p("div",{className:"flex flex-col sm:flex-row gap-y-4 gap-x-14",children:[Aa(c,o),Ca({title:"Выплата процентов",orientation:"vertical",...o("isMonthlyInterestPayment"),radioGroupClassName:"sm:flex-col"})]})]}),u("div",{className:"border-b border-main-divider md:hidden"}),pa({rate:h,depositeName:g,isShowDepositeName:i,isUnavailableByTerm:x}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[za(m,d),je(l,{isVertical:!0}),ca(n),ca(a)]})]});var f})),Aa=(e,t)=>p("div",{className:"space-y-s",children:[u(Se,{color:"text-secondary-text",font:"font-light",children:"Параметры"}),p("div",{className:"flex flex-col gap-y-xl sm:gap-y-s",children:[u(jl,{text:"Пополнение",disabled:e.isDisabledOperatingDeposit,...t("isReplenished"),value:e.isReplenished}),u(jl,{disabled:e.isDisabledOperatingDeposit,text:"Частичное снятие",...t("isPartialWithdrawal"),value:e.isPartialWithdrawal})]})]}),za=(e,t)=>p("div",{className:"flex flex-col gap-2xl sm:gap-0",children:[u(ea,{title:"Доход в конце срока",value:t,postfix:"₽",prefix:"+"}),u(ea,{title:"Сумма в конце срока",value:e,postfix:"₽"})]}),_a=({min:e=0,max:t=0,availableMonths:l,...n})=>u(wl,{items:[`От ${ja(e)}`,`До ${ja(t)}`],step:1,...l?.length?{list:l}:{min:e,max:t},...n}),ja=e=>`${e} ${Number(e)%10==1?"месяца":"месяцев"}`,Da=e=>Sa({...e,radioGroupClassName:"sm:flex-col",items:[{id:"annuity",text:"Аннуитетный"},{id:"differential",text:"Дифференцированный"}]}),Oa=e=>Ea({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Ea({...e,fieldKey:"isStateEmployee",viewSettingFieldKey:"isShowStateEmployee"})&&Ea({...e,fieldKey:"isPensionClient",viewSettingFieldKey:"isShowPensionClient"})&&Ea({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Ea=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],La=(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)},$a=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=ga(t||"credit-calculator-data"),s=i?.rateRows||[aa],o=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>Oa({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:i?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:c,maxSum:d}=Ia(["minSum","maxSum"],o,s),{minMonths:m,maxMonths:h}=Ia(["minMonths","maxMonths"],o,s),u=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a})=>e?.find((e=>Oa({row:e,userInputParams:t,paramsViewSettings:l})&&Ma(n,["minSum","maxSum"],e)&&Ma(a,["minMonths","maxMonths"],e)))||aa)({rateRows:s,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a}),{rate:p}=u,x=La(p,e);return r((()=>({...u,...e,minSum:c,maxSum:d,minMonths:m,maxMonths:h,moneyValue:n,monthsValue:a,monthlyPayment:x})),[e,i])},Fa=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a,defaultParams:i})=>{const[r,{field:s}]=mt({moneyValue:ya(i,2e5),monthsValue:va(i,na),isAnnuity:Boolean(i?.isAnnuity),isInsurance:Boolean(i?.isEnableInsurance),isSalaryClient:Boolean(i?.isEnableSalaryClient),isPensionClient:Boolean(i?.isEnablePensionClient),isStateEmployee:Boolean(i?.isEnableStateEmployee)}),o=$a(r,t,a),c=Da({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...s("isAnnuity")});return p("section",{className:v("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:[xa({title:"Сумма кредита, ₽",step:500,min:o.minSum,max:o.maxSum,...s("moneyValue"),value:o.moneyValue}),_a({title:"Срок кредита, месяцев",min:o.minMonths,max:o.maxMonths,...s("monthsValue"),value:o.monthsValue}),Ua({...o,...a},s),u("div",{className:"sm:hidden",children:c})]}),u("div",{className:"border-b border-main-divider md:hidden"}),pa({rate:o.rate}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(ea,{title:"Ежемесячный платеж",value:o.monthlyPayment,postfix:"₽"}),u("div",{className:"hidden sm:block",children:c}),je(l,{isVertical:!0}),ca(n)]})]})})),Ua=(e,t)=>p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowSalaryClient?u(jl,{text:"Получаю зарплату на счёт\nв Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient,className:"whitespace-pre-line sm:whitespace-normal"}):null,e.isShowStateEmployee?u(jl,{text:"Работаю в бюджетной организации",...t("isStateEmployee"),value:e.isStateEmployee}):null,e.isShowPensionClient?u(jl,{text:"Получаю пенсию на карту Россельхозбанка",...t("isPensionClient"),value:e.isPensionClient}):null,e.isShowInsurance?u(jl,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null]}),Ha=(e,t,l)=>{const{moneyValue:n,monthsValue:a}=e,i=ga(t||"deposit-calculator-data"),r=i?.rateRows?.[0]?Ya(i.rateRows[0].minMonths,i.rateRows[0].maxMonths):1,s=!l?.isShowMonthlyInterestPayment,o=!l?.isShowRemoteRegistration,c=i?.rateRows?.find((t=>Ka({row:t,userInputParams:e,paramKey:"isMonthlyInterestPayment",isExclude:s})&&Ka({row:t,userInputParams:e,paramKey:"isRemoteRegistration",isExclude:o})&&Ma(n,["minSum","maxSum"],t)&&Ma(a||r,["minMonths","maxMonths"],t)))||sa,{rate:d}=c,m=Wa(d,e),h=n+m,u=i?.rateRows||[sa];return{...c,...Ba(["minSum","maxSum"],u),...Ba(["minMonths","maxMonths"],u),availableMonths:Ta(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}},Wa=(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)},Ka=({row:e,userInputParams:t,paramKey:l,isExclude:n})=>n||t[l]===e[l],Ya=(e,t)=>e+Math.round((t-e)/2),Ga=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:i,defaultParams:r})=>{const[s,{field:o}]=mt({moneyValue:ya(r,2e4),monthsValue:va(r,0),isMonthlyInterestPayment:Boolean(r?.isMonthlyInterestPayment),isRemoteRegistration:Boolean(r?.isRemoteRegistration)}),c=Ha(s,t,i),{defaultMonth:d,rate:m,income:h,finalSum:x}=c,{onChange:g}=o("monthsValue");return a((()=>{g&&g(d)}),[d]),p("section",{className:v("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:[xa({title:"Сумма, ₽",min:c.minSum,max:c.maxSum,...o("moneyValue"),value:c.moneyValue}),_a({title:"Срок, месяцев",min:c.minMonths,max:c.maxMonths,availableMonths:c.availableMonths,...o("monthsValue"),value:c.monthsValue}),Xa({...c,...i},o)]}),u("div",{className:"border-b border-main-divider md:hidden"}),pa({rate:m}),p("div",{className:"flex flex-col gap-2xl sm:w-96",children:[u(ea,{title:"Доход в конце срока",value:h,postfix:"₽",prefix:"+"}),u(ea,{title:"Сумма в конце срока",value:x,postfix:"₽"}),je(l,{isVertical:!0}),ca(n)]})]})})),Xa=(e,t)=>{return p("div",{className:"flex flex-col gap-y-2xl",children:[e.isShowMonthlyInterestPayment?Ca({title:"Выплата процентов",...t("isMonthlyInterestPayment"),value:e.isMonthlyInterestPayment}):null,e.isShowRemoteRegistration?(l={title:"Оформление",...t("isRemoteRegistration"),value:e.isRemoteRegistration},Sa({...l,items:[{id:"remote",text:"Дистанционно"},{id:"office",text:"Офис Банка"}]})):null]});var l},qa=e=>Ja({...e,fieldKey:"isSalaryClient",viewSettingFieldKey:"isShowSalaryClient"})&&Ja({...e,fieldKey:"isInsurance",viewSettingFieldKey:"isShowInsurance"}),Ja=({row:e,userInputParams:t,paramsViewSettings:l,fieldKey:n,viewSettingFieldKey:a})=>!!l&&!l[a]||t[n]===e[n],Za=(e,t,l)=>{const{moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}=e,o=ga(t||"refinancing-calculator-data"),c=o?.rateRows||[ia],d=(({limitRows:e,userInputParams:t,paramsViewSettings:l})=>e?.find((e=>qa({row:e,userInputParams:t,paramsViewSettings:l}))))({limitRows:o?.limitRows||[],userInputParams:e,paramsViewSettings:l}),{minSum:m,maxSum:h}=Ia(["minSum","maxSum"],d,c),{minMonths:u,maxMonths:p}=Ia(["minMonths","maxMonths"],d,c),x=(({rateRows:e=[],userInputParams:t,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:r})=>e?.find((e=>qa({row:e,userInputParams:t,paramsViewSettings:l})&&Ma(n+r,["minSum","maxSum"],e)&&Ma(i,["minSumOld","maxSumOld"],e)&&Ma(r,["minSumExtra","maxSumExtra"],e)&&Ma(a,["minMonths","maxMonths"],e)))||ia)({rateRows:c,userInputParams:e,paramsViewSettings:l,moneyValue:n,monthsValue:a,oldMonthlyPayment:i,moneyExtra:s}),{rate:g}=x,f=La(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])},Qa=x((({className:e,sourceBookDir:t,buttons:l,footnote:n,paramsViewSettings:a})=>{const[i,{field:r}]=mt({isAnnuity:!0,isInsurance:!0,isSalaryClient:!1,isExtraMoney:!1,moneyValue:7e5,oldMonthlyPayment:0,monthsValue:48,moneyExtra:0}),s=Za(i,t,a),o=Da({title:"",mobileTitle:"Тип платежа",orientation:"vertical",...r("isAnnuity")});return p("section",{className:v("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:[xa({title:"Остаток долга в других банках, ₽ ",step:500,min:s.minSum,max:s.maxSum-s.maxSumExtra,...r("moneyValue"),value:s.moneyValue}),xa({title:"Ежемесячный платеж в других банках, ₽",step:500,min:s.minSumOld,max:s.maxSumOld,...r("oldMonthlyPayment"),value:s.oldMonthlyPayment}),_a({title:"Новый срок кредита, месяцев",min:s.minMonths,max:s.maxMonths,...r("monthsValue"),value:s.monthsValue}),ei({...s,...a},r),s.isExtraMoney?xa({title:"Дополнительная сумма, ₽ ",step:500,min:s.minSumExtra,max:s.maxSumExtra,...r("moneyExtra"),value:s.moneyExtra}):null,u("div",{className:"sm:hidden pt-1 pb-4 border-b border-main-divider",children:o})]}),pa({rate:s.rate,fractionDigits:1}),p("div",{className:"flex flex-col gap-2xl mt-2 sm:w-96 sm:mt-0",children:[u(ea,{title:"Ежемесячный платеж",value:s.monthlyPayment,postfix:"₽"}),s.benefit>0?u(ea,{title:"Выгода в месяц",value:s.benefit,postfix:"₽"}):null,u("div",{className:"hidden sm:block",children:o}),je(l,{isVertical:!0}),ca(n)]})]})})),ei=(e,t)=>p("div",{className:"space-y-lg sm:space-y-s",children:[e.isShowSalaryClient?u(jl,{text:"Получаю зарплату на счёт в Россельхозбанке",...t("isSalaryClient"),value:e.isSalaryClient}):null,e.isShowInsurance?u(jl,{text:"Комплексная страховая защита",...t("isInsurance"),value:e.isInsurance}):null,u(jl,{text:"Получить дополнительную сумму",...t("isExtraMoney"),value:e.isExtraMoney})]}),ti={CreditCalculatorForm:Fa,DepositCalculatorForm:Ga,BusinessDepositCalculatorForm:Va,BonusCalculatorForm:ba,RefinancingCalculatorForm:Qa},li=x((({className:e,calculatorTabs:t=[],...l})=>u(w,{className:e,defaultPadding:"p-0",...l,children:ai(t)}))),ni=e=>{const t=e.calculatorBlock?.calcType;if(!t||!(t in ti))return null;const l=ti[t];return p("div",{className:"p-xl",children:[e?.calculatorBlock?.title?u(C,{className:"mb-lg",title:e?.calculatorBlock?.title}):null,u(l,{...e.calculatorBlock,isMobile:!0})]})},ai=e=>{if(!e||!e.length)return null;return 1===e.length?ni(e[0]):e.map(((e,t)=>u(Zn,{isFoldButtonOnTop:!0,unfoldedByDefault:0===t,renderFoldableSection:({isUnfolded:t})=>u(Qn,{isUnfolded:t,children:ni(e)}),renderFoldButton:ii(e)},t.toString())))},ii=e=>({isUnfolded:t,onToggle:l})=>{const n=e.nav?.align||"text-left";return p("button",{onClick:l,className:"w-full p-xl bg-primary-main flex items-center border-b border-white",children:[u("div",{className:"w-11 h-11 bg-white rounded-md flex justify-center items-center",children:u(O,{name:e.nav?.icon?.icon,iconVersion:"color",width:"24",height:"24"})}),p("div",{className:"flex-1 flex flex-col pl-s",children:[u(Se,{align:n,color:"text-white",children:e.nav?.title}),u(Se,{align:n,size:"text-s",color:"text-white",font:"font-light",children:e.nav?.description})]}),u(O,{name:t?"ArrowUpIcon":"ArrowDownIcon",iconVersion:"white",width:"24",height:"24"})]})},ri=x((e=>{const{onChange:t,min:l,max:n,defaultValue:a="0",fractionDigits:r=0,...s}=e,o=gl(e,{normalize:(e=a)=>l&&n?String(fl(Number(si(e)),l,n)):si(e),format:Ue(r)}),c=i((e=>t&&t(si(e))),[t]);return u(yt,{onChange:c,...s,...o})})),si=(e="")=>e.replaceAll(",",".").replace(/[^\d.]/g,"").replace(/([^.]*\.[^.]*)\./,"$1"),oi=x((e=>u(ri,{...e,fractionDigits:2,children:u("div",{className:"absolute right-4 bottom-4",children:u(Se,{size:"text-xl",font:"font-light",children:"₽"})})}))),ci={private:"https://old.rshb.ru/p2p/",business:"https://old.rshb.ru/smallbusiness/p2p/"},di={amount:1500},mi=x((({className:e="",title:t="Укажите сумму перевода",label:l="Сумма перевода",placeholder:i="1500",button:r,formType:s="private",...o})=>{const[{amount:c},{field:d}]=mt(di),[m,h]=n(!1);return a((()=>{h(c<=0)}),[c]),p(w,{className:v("flex flex-col items-center",e),defaultPadding:"p-6xl",...o,children:[t?u(C,{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:ci[s],children:[u(oi,{valid:!m,placeholder:i,label:l,...d("amount",{parse:Number,format:String})}),u("input",{type:"hidden",name:"amount",value:c}),r?.text?u(tl,{className:"w-full mt-lg",type:"submit",disabled:m,children:r.text}):null]})]})})),hi=(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}]},ui=x((({className:e,disabled:t,...l})=>u(se,{rounded:!0,className:v("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(Y,{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"})}))),pi=x((e=>u(ui,{...e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}))),xi=x((e=>u(ui,{...e,className:`${e.className||""} rotate-180`,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}))),gi="absolute top-[calc(50%-24px)] z-40",fi="absolute top-0 bottom-0 z-40 hidden @lg:block w-20 pointer-events-none",bi=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:[yi(e),h?u(pi,{className:v(gi,n?"left-1 @lg:left-8":"left-0"),onClick:g}):null,x?u(xi,{className:v(gi,n?"right-1 @lg:right-8":"right-0"),onClick:f}):null]})})),yi=e=>p("div",{children:[e.canScrollLeft?u("div",{className:v(fi,"left-0 bg-opacity-from-white group-data-secondary:bg-none")}):null,e.canScrollRight?u("div",{className:v(fi,"right-0 bg-opacity-to-white group-data-secondary:bg-none")}):null]}),vi=({blockClassName:e,block:t,render:l})=>l({blockClassName:e,block:t}),Ni=[];function wi(e,t,{className:l,...n}={}){const{key:a,blockDecorator:i=vi,blocksRegistry:r={},ancestors:s=Ni}=t,{type:o}=e;o&&o in r||console.warn(`No block with "${o}" is registered`);const c=o&&r[o];return i({blockClassName:v(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 ki=[],Si=(e,{key:t,ancestors:l=ki,slotName:n=null,extraProps:a,renderProps:i=wi,...r})=>{const s=a?(e,t)=>wi(e,t,a):i;return(e||[]).map(((e,a)=>s(e,{...r,key:`${t||e.type}-${a}`,ancestors:r.parent?[...l||ki,[r.parent,n]]:l},a)))};function Ci({block:e,options:t,children:l,extraProps:n,renderProps:a}){return l||(e&&t?Si(e.blocks,{...t,parent:e,extraProps:n,renderProps:a}):null)}const Ti=e=>e?"border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider":"",Ii=({className:e,text:t="ХИТ"}={})=>p("div",{className:v("w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black",e),children:[u(O,{iconVersion:"black",name:"HeartIcon",width:"24",height:"24"}),u(T,{size:"text-s",font:"font-normal",align:"text-center",color:"text-primary-text",children:t})]}),Bi="relative h-full",Mi={small:"sm:min-w-64",normal:"sm:min-w-96",big:"sm:min-w-[515px]"},Ri=({noCardBorder:e,activeIndex:t,cardSize:l="normal",...n})=>{const{blocks:a}=n.block||{},i=a?.some(Ai);return Ci({...n,renderProps:(n,a,r)=>p("div",{className:Pi(n,{someCardsHighlighted:i}),children:[wi(n,a,{className:Vi(n,{someCardsHighlighted:i,showBorder:!e,cardSize:l}),blockIndex:r,isActive:r===t}),Ai(n)?Ii({className:"absolute top-0 -right-4 z-40"}):null]},String(r))})},Pi=(e,{someCardsHighlighted:t})=>v(Bi,t&&(Ai(e)?"pt-3xl":"pt-3xl sm:pt-16")),Vi=(e,{someCardsHighlighted:t,showBorder:l,cardSize:n="normal"})=>v(Bi,"min-w-80",Mi[n],t&&(Ai(e)?"pt-3xl sm:pt-16":"pt-3xl"),Ti(l),l&&"h-full"),Ai=e=>e?.content&&"isHighlighting"in e.content&&e.content.isHighlighting,zi=x((({className:e,itemCount:t,visibleItemCount:l=0,noCardBorder:n,isAlignCenter:a,arrowsPadded:i=!0,isGap:r=!0,cardSize:s="normal",...o})=>{const{blocks:c=[]}=o.block||{},d=t||c?.length,[m,{inc:h,dec:x}]=hi({itemCount:d,visibleItemCount:l},Math.floor(l/2)),[g,f]=Kn({itemCount:d}),[b]=f.visibleIndicesRange,y=c&&"CarouselBankHistoryCard"===c[0]?.type;return p(w,{className:e,defaultPadding:"p-6xl",...o,children:[p("div",{className:v(a?"flex justify-center":"","relative max-w-full"),children:[u(An,{containerRef:g,visibleItemCount:l,snapAlign:"snap-start",gap:r?16:void 0,onVisibleIndicesChange:f.handleVisibleIndicesChange,children:Ri({noCardBorder:n,activeIndex:m,cardSize:s,...o})}),u(bi,{scroll:f,arrowsPadded:i,onScrollLeft:x,onScrollRight:h,hasEdgeBlocks:y,activeIndex:m,itemCount:d})]}),u(On,{className:"@5xl:hidden",containerRef:g,activeIndex:b,dotCount:d,listType:"horizontal-list"})]})}));zi.childrenTypes=["CarouselCard","CarouselBankHistoryCard","CarouselCatalogCard","CarouselInvestmentCard","CarouselProductCard","CarouselProgramsCard","CarouselRecommendationCard","CarouselTariffsCard","CarouselInvestmentCard","RichTextBlock","ProductBlock"],zi.childSchema=()=>({isHighlighting:{title:"Выделить карточку",type:"boolean"}});const _i=x((({title:e,description:t,className:l})=>u(w,{className:l,defaultPadding:"p-6xl",children:u(B,{headlineVersion:"XS",title:e,description:t,align:"text-left",className:"text-primary-text",isEmbedded:!0})}))),ji="z-10 border border-solid w-full h-full",Di=v(ji,"absolute hidden @xl:block border-transparent"),Oi=x((({className:e,title:t,description:l,button:n,...a})=>u(w,{className:v("sm:pl-6xl sm:pb-4xl @container-normal",e),defaultPadding:"p-0",...a,children:p("div",{className:"relative h-full",children:[u("div",{className:v(Di,"top-9 right-12 bg-green-dark")}),u("div",{className:v(Di,"top-6 right-8 bg-green")}),u("div",{className:v(Di,"top-3 right-4 bg-green-light")}),p("div",{className:v(ji,"relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-more-light"),children:[u(B,{title:t,description:l,headlineVersion:"XS",align:"text-left",isEmbedded:!0}),je([n],{className:"mt-m sm:mt-6xl sm:justify-center",isVertical:!0})]})]})}))),Ei={black:"bg-black",white:"bg-white"},Li=x((({className:e="",title:t,description:l,image:n,price:a,button:i,colors:r=[],align:s="text-left",padding:o,...c})=>u(w,{className:v("flex flex-col justify-left",e),defaultPadding:"p-2xl",...c,children:p(he,{className:"h-full",padding:o,title:u(B,{title:t,description:l,headlineVersion:"XS",isEmbedded:!0,align:s}),rightImage:n?.src?u(Y,{className:"flex justify-center align-center mb-xl",image:n}):null,buttons:je([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(Se,{size:"text-s",align:"text-left",font:"font-light",children:"Цвета:"})}),r.map($i)]}):null,a?p(Se,{size:"text-h3",align:"text-left",children:[a," ₽"]}):null]})}))),$i=(e,t)=>u("div",{role:"figure",className:`w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${Ei[e]}`},String(t)),Fi="hidden xl:block absolute w-full h-full border border-white",Ui=x((({className:e="",...t})=>{const l=le(),{text:n,href:a,target:i,onClick:r}=l(t);return n?u("div",{className:v("flex relative group/link pl-s pb-s min-w-[16rem] xl:min-w-[20rem]",e),children:p("div",{className:"relative min-h-16 w-full",children:[p("a",{className:v("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",href:a,target:i,onClick:r,children:[u(Se,{size:"text-l",font:"font-light",color:"text-primary-text",children:n}),u(Y,{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:v(Fi,"-bottom-1.5 -left-1.5")}),u("div",{className:v(Fi,"-bottom-3 -left-3")})]})}):null})),Hi=x((({className:e,additionalDescription:t,description:l,links:n,title:a,...i})=>u(w,{className:v("overflow-hidden",e),...i,children:p("div",{className:"flex flex-col @6xl:flex-row gap-m",children:[p("div",{children:[u(B,{isEmbedded:!0,title:a,description:l,as:"h1",align:"text-left"}),u(B,{className:"pt-m",description:t,align:"text-left",isEmbedded:!0})]}),n?.length?Wi(n,"@6xl:min-w-[672px] p-0 justify-self-end"):null]})}))),Wi=(e,t="")=>{const l=Math.ceil(e.length/3);return u(zi,{className:t,version:"secondary",itemCount:l,arrowsPadded:!1,padding:"p-0",children:new Array(l).fill(null).map(((t,l)=>u("div",{className:v("flex flex-wrap gap-2xs self-start xl:justify-center @5xl:grid @5xl:grid-cols-2"),children:e.slice(3*l,3*(l+1)).map(((e,t)=>u(Ui,{...e},String(t))))},String(l))))})},Ki=x((({className:e="",href:t,target:l,isRemote:n=!1,children:a})=>{const i=le({isRemote:n})({href:t,target:l});return u(t?"a":"div",{className:v("block",e),...t?i:{},children:a})})),Yi=[{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"}},{origins:["dzen.ru"],iconMapped:{icon:"DzenIcon"}}],Gi=e=>Yi.find((({origins:t})=>t?.some((t=>e?.includes(t)))))||{},Xi=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}=Gi(t),c=_e(n)?n:r,d=l?{text:a}:{text:""};return!s&&a&&o(!0),{...e,...d,icon:{...c,iconVersion:"color"},version:e?.version??i}})),d=v("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:v("flex flex-col gap-xs",e),children:[u("div",{className:"flex gap-xs",children:je(c,{className:v(a||s?"basis-full":""),buttonClassName:d})}),r?u(Se,{size:"text-s",font:"font-light",color:"text-secondary-text",children:r}):null]})})),qi=x((({className:e,padding:t,description:l,additionalDescription:n,href:a,icon:i,items:r=[],isDotted:s,socialMedia:o=[],target:c,title:d,align:m="text-left",benefits:h,imageOptions:{directionRight:x=!0,isImageAlwaysOnRight:g=false,isImageSecondary:f=!1}={},...b})=>u(w,{className:v("relative min-h-28 group-data-gray:bg-main-divider/50",e),defaultPadding:"p-0",...b,children:u(Ki,{href:a,target:c,className:"h-full",children:p(he,{className:"h-full",defaultPadding:"p-2xl",padding:t,insetTitle:u(B,{title:d,description:l,headlineVersion:"XS",isEmbedded:!0,align:m}),...qe(_e(i)?u(Y,{image:i}):null,x),buttons:o.length?u(Xi,{media:o,showButtonText:!0,version:b?.version}):null,isImageAlwaysOnRight:g,isImageSecondary:f,imageAlign:"center",children:[u(ze,{benefits:h}),u(Fe,{items:r,isDotted:s,listItemSize:"S"}),Ji(n,m)]})})}))),Ji=(e,t)=>e?u(T,{size:"text-m",font:"font-light",color:"text-secondary-text group-data-secondary:text-white/80",align:t,children:e}):null,Zi=(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(Se,{size:"text-m",color:"text-secondary-text",children:l})}):null,n?u("div",{className:"mt-2xs",children:u(Se,{size:"text-xl",color:"text-primary-text",children:n})}):null,a?.length?u("div",{className:"text-primary-main",children:je(a)}):null]},String(t))},Qi=x((({className:e="",title:t,align:l="text-center",icon:n,button:a,cardCells:i=[],...r})=>{const s=i.map(Zi),o=s.slice(0,1),c=s.slice(1);return p(w,{className:v("flex flex-col",e),defaultPadding:"p-2xl",...r,children:[_e(n)?u("div",{className:"self-center",children:u(Y,{image:n})}):null,t?u(C,{className:v("pt-xs",l),headingType:"h5",title:t}):null,a?u(se,{className:"w-full mt-m mb-lg",...a}):null,i.length?u(Zn,{renderFoldableSection:({isUnfolded:e})=>p("div",{children:[o,u(Qn,{isUnfolded:e,children:c})]}),renderFoldButton:i.length>1?er:null}):null]})})),er=({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(O,{className:"text-primary-text",name:e?"ArrowUpIcon":"ArrowDownIcon",width:"16",height:"16"})]}),tr=(e=!1)=>e?"text-white":"",lr=(e=!1)=>"text-s mb-m "+(e?"text-white":"text-secondary-text/80"),nr=x((({icon:e,image:t,title:l,subtitle:n,isFillGradient:a})=>p("div",{className:"space-y-4",role:"columnheader",children:[e?u(Y,{className:"h-16 w-16 min-w-16 min-h-16",image:e,width:"64",height:"64"}):null,t?.src&&u("div",{children:u(Y,{image:t})}),l?u(C,{headingType:"h4",className:tr(a),title:l}):null,n?u("div",{className:lr(a),children:n}):null]}))),ar=x((({cell:e,rowHeader:t,isFillGradient:l=!1})=>u("div",{className:"box-border flex flex-col",role:"cell",children:u("div",{className:v("h-full","border-main-divider border-b"),children:e?e.map(ir(l,t)):null})}))),ir=(e,t)=>({label:l,description:n},a)=>p("div",{className:"flex justify-between text-s py-s",children:[u("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),p("div",{className:"basis-1/2",children:[l?u("div",{className:v("text-right",e?"text-white":""),children:l}):null,n?u("div",{className:v("text-right",e?"text-white/80":"text-secondary-text"),children:n}):null]})]},String(a)),rr=x((({header:e,columnData:t,visibleRowLength:l=0,isFillGradient:n,showRow:a,onToggleColumn:i})=>{const r=t?.slice(0,a?t.length:l),s=n?"secondary":"primary";return p("div",{className:v("border border-gray rounded-md p-m mb-m",n?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""),role:"row",children:[u(nr,{...e,isFillGradient:n}),r?.length?r.map((({rowHeader:e,cell:t},l)=>u(ar,{cell:t,rowHeader:e,isFillGradient:n},String(l)))):null,a&&e?.link?u(se,{href:e.link.href,target:e.link?.target,version:s,className:"text-s font-medium mt-m py-s",children:e.link.text}):null,sr({onToggleColumn:i,isFillGradient:n,showRow:a})]})})),sr=({onToggleColumn:e,isFillGradient:t,showRow:l})=>u("div",{className:"mt-lg",role:"cell",children:u("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:l?"Скрыть":"Показать описание"})}),or=x((e=>{const{className:t,title:l}=e;return p("section",{className:`bg-white font-sans p-6xl overflow-hidden text-primary-text relative space-y-lg ${t||""}`,children:[l?u(C,{headingType:"h3",className:"font-medium text-center",title:l}):null,u("div",{role:"table",children:u(cr,{...e})})]})})),cr=x((({columns:e=[],rowHeaders:t,isColoredFirstColumn:l,visibleRowLength:a,orientation:r,...s})=>{const[o,c]=n(new Array(e.length).fill(!a)),d=i((e=>{const t=(t,l)=>l===e?!t:t;c((e=>e.map(t)))}),[]),m=i((()=>c((e=>new Array(e.length).fill(!1)))),[]),h=e?.map((({data:e,header:n},i)=>{return u(rr,{visibleRowLength:a,showRow:o[i],header:n,columnData:(r=e,r?.map(((e,l)=>({cell:e,rowHeader:t?.[l]?.title})))),isFillGradient:0===i&&l,onToggleColumn:()=>d(i),...s},String(i));var r}));return"horizontal"===r?u(Yn,{onVisibleIndicesChange:m,children:h}):h})),dr=e=>e%2!=0,mr=x((({textNode:e,iconNode:t,tag:l,onClick:n,justifyContent:a="between",className:i,...r})=>p(l,{tag:l,className:v("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]}))),hr=x((({className:e="",label:t,icon:l,dataTheme:n="",disabled:a=!1,onClick:i})=>u(mr,{tag:"button",onClick:i,disabled:a,"data-theme":n,justifyContent:"center",className:v("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(Y,{image:{icon:l,iconVersion:"white"},className:"my-auto",width:"20",height:"20"}):null}))),ur=({isUnfolded:e,onToggle:t})=>u(hr,{icon:["ArrowDownIcon","ArrowUpIcon"][Number(e)],label:["Развернуть","Скрыть"][Number(e)],onClick:t}),pr=x((({title:e,description:t})=>p("div",{className:"bg-white p-6xl py-20 flex gap-s flex-col @xl:items-center",children:[u(Y,{image:{icon:"MagnifierIcon",iconVersion:"normal"},width:"120",height:"120"}),u(B,{title:e,description:t,headlineVersion:"S",isEmbedded:!0,align:vn})]}))),xr=["ArrowDownIcon","ArrowUpIcon"],gr="space-y-px lg:space-y-0 lg:grid lg:grid-cols-12 gap-2xs border-box",fr=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:v(t.length?"hidden":"block"),children:a?u(pr,{...a}):null}),p("div",{className:v("space-y-2xs",t.length?"":"hidden"),children:[p("div",{className:v(gr),children:[Si(r,{...i.options,parent:n}),dr(r.length)?u(ct,{className:"col-span-6"}):null]}),u(Zn,{renderFoldableSection:({isUnfolded:e})=>p(Qn,{className:v(gr),isUnfolded:e,children:[Si(s,{...i.options,parent:n}),dr(s.length)?u(ct,{className:"col-span-6"}):null]}),renderFoldButton:({isUnfolded:t,onToggle:n})=>u(hr,{className:v(l<1?"hidden":""),disabled:!s?.length,label:e,icon:xr[Number(t)],dataTheme:i.options?.page?.colorPalette,onClick:n})})]})]})})),br=e=>null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length,yr=(e,t)=>Object.entries(e).map((([l,n])=>"number"==typeof n?Array.isArray(t[l])?((e,t)=>l=>br(t[e])||br(l[e])||l[e]?.includes(t[e]))(l,e):((e,t)=>l=>br(t[e])||br(l[e])||vr(t[e])<=vr(l[e]))(l,e):"object"==typeof n&&"min"in n&&"max"in n?((e,t)=>l=>br(t[e])||br(l[e])||vr(t[e]?.min)>=vr(l[e]?.min)&&vr(t[e]?.min)<=vr(l[e]?.max))(l,e):Array.isArray(n)?((e,t)=>l=>br(t[e])||br(l[e])||t[e]?.some((t=>l[e]?.includes(t))))(l,e):((e,t)=>l=>br(t[e])||br(l[e])||t[e]===l[e])(l,e))).every((e=>e(t))),vr=e=>Number(e||0),Nr=(e,t)=>(l=dt)=>e&&e.filter((e=>yr(t,l(e.content||{})))),wr=x((({value:e,onChange:t,items:l=[],multiple:n})=>l.map((l=>u(qt,{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))))),kr=({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(Sr(e))]}),n?u("div",{children:u(tl,{className:"w-full @4xl:w-72 @4xl:ml-s",onClick:t,children:n?.text})}):null]}),Sr=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(Se,{size:"text-m",font:"font-light",color:"text-secondary-text",children:l.title})}):null,u(wr,{items:n,multiple:!0,...t(e)})]},e)},Tr=(e,t)=>e[t?.sourceBook]?.rateRows.map((e=>e.minMonths)).filter((e=>void 0!==e));async function Ir(...e){const t=e.map((e=>nt(e)));return Promise.all(t)}function Br(e,...t){return e.map(((e,l)=>[e,...t.map((e=>e[l]))]))}const Mr=e=>Boolean(e&&e.content&&"string"==typeof e.content.sourceBook);function Rr(e){const{dirs:t=[],source:l=[]}=r((()=>{const t=(e=>e?.filter(Mr).map((({content:{sourceBook:e}})=>e)))(e);return{dirs:t?.map((e=>`/wcms-resources/${e}.json`)),source:t}}),[e]),{data:n=[]}=tt(t,Ir);return{source:Object.fromEntries(Br(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 Pr=1e9,Vr={sum:{min:1e4,max:Pr},period:3},Ar=x((({className:e,filtrationSchema:t={},resetButton:l,sumInput:n,periodInput:a,...i})=>{const{source:r,months:s}=Rr(i.block?.blocks),[o,{field:c,reset:d}]=mt(Vr),m=Nr(i.block?.blocks,o)((e=>({...e,period:Tr(r,e||{})||[]}))),h=p("div",{children:[u(oi,{label:n?.title,min:500,max:Pr,...c("sum",{parse:e=>({min:Number(e),max:Pr}),format:({min:e})=>String(e)})}),u(wl,{title:a?.title,items:["От 3 мес","До 5 лет"],list:s,...c("period")})]});return p(w,{className:v("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...i,children:[kr({field:c,reset:d,filtrationSchema:t,resetButton:l,children:h}),u(fr,{blocksToRender:m,...i})]})})),zr={type:"string",title:"Адрес справочника"};Ar.childrenTypes=["ProductTile"],Ar.childSchema=e=>({...e?.filtrationSchema||{},sourceBook:zr});const _r=e=>"Image"===e?.contentType&&e?.image?u(Y,{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,jr=x((({className:e="",title:t,description:l,error:n,button:a,...i})=>p(w,{className:v("flex flex-col justify-center items-center",e),defaultPadding:v("p-6xl"),version:"transparent",...i,children:[u("div",{className:"flex justify-center",children:_r(n)}),u(B,{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]}))),Dr="location";function Or(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])]})(y,"location",Lr()??{name:e}),r=i((e=>{$r(e),l(e)}),[]),{data:s}=tt("/api/v1/region",at);return a((()=>{s&&!Er()&&l(s)}),[s]),[t??{name:e},r]}const Er=()=>Boolean(globalThis.localStorage?.getItem(Dr)),Lr=()=>{try{const e=globalThis.localStorage?.getItem(Dr);return e&&JSON.parse(e)}catch(e){return null}},$r=e=>{try{globalThis.localStorage?.setItem(Dr,JSON.stringify(e))}catch(e){}};var Fr;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(Fr||(Fr={}));const Ur=new Intl.NumberFormat("ru",{style:"currency",currency:Fr.RUB}),Hr=e=>e?Ur.format(e):"",Wr="text-left text-m font-light text-secondary-text",Kr=`${Wr} pl-5xl`,Yr={USD:"DollarIcon",EUR:"EuroIcon"},Gr=x((({className:e,exchangeCurrencyItems:t})=>p("table",{className:`h-fit w-fit ${e}`,children:[u("thead",{children:p("tr",{children:[u("th",{className:Wr,children:u(Se,{size:"text-m",children:"Валюта"})}),u("th",{className:Kr,children:u(Se,{size:"text-m",children:"Купить"})}),u("th",{className:Kr,children:u(Se,{size:"text-m",children:"Продать"})})]})}),u("tbody",{children:t.map(Xr)})]}))),Xr=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(Y,{image:{icon:Yr[t]},width:"24",height:"24"}):null,u(Se,{size:"text-h6",children:t})]})}),u("td",{className:"pt-m pl-5xl",children:u(Se,{size:"text-h6",children:Hr(e?.saleExchangeRate)})}),u("td",{className:"pt-m pl-5xl",children:u(Se,{size:"text-h6",children:Hr(e?.buyExchangeRate)})})]},t)},qr={icon:"GpsIcon"},Jr=x((({className:e="",address:t})=>p("div",{className:`flex gap-s ${e}`,children:[u(wn,{...qr,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:"Курс указан для заданного офиса"})]})]}))),Zr=(e,t,l)=>{const n=Number(Qr(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)},Qr=e=>e.replace(/[^\d.,]/g,"").replace(",","."),es=e=>{return(t=[[e=>e.value!==Fr.RUB&&e.oppositeValue!==Fr.RUB,()=>e.handleConvert(e.value,Fr.RUB)],[e=>e.value===Fr.RUB&&e.oppositeValue===Fr.RUB,()=>e.handleConvert(e.value,Fr.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,l]=t.find((([t])=>t(e)))||[];return l})(e)?.();var t};function ts(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(yt,{className:"shrink-0 text-l w-full appearance-none -mr-24",placeholder:t,type:"text",value:a,onChange:i}),s.length?u(Ht,{isBorder:!1,onChange:e=>r(e.key),options:s,value:o}):null]})}const ls=x((({className:e="",currencyRatesBuy:t,currencyRatesSell:l,button:a})=>{const[r,s]=n({inputSell:"",inputBuy:"",selectSell:t?.[0]?.currency?.currency||Fr.RUB,selectBuy:l?.[0]?.currency?.currency||Fr.USD}),o=i((e=>s((t=>({...t,...e})))),[]);return p("div",{className:`grid gap-m pt-2xl ${e}`,children:[ts({placeholder:"Хочу продать",rates:l,selected:r.selectSell,setSelected:ns(r,o,l),value:r.inputSell,setValue:e=>is(o,l)(e,r.selectSell,r.selectBuy)}),ts({placeholder:"Получу",rates:t,selected:r.selectBuy,setSelected:as(r,o,t),value:r.inputBuy,setValue:e=>rs(o,t)(e,r.selectBuy,r.selectSell)}),a?.text?u(se,{text:a.text,version:a?.version,...a}):null]})})),ns=(e,t,l)=>n=>{t({selectSell:n}),es({value:n,oppositeValue:e.selectBuy,handleConvert:(n=e.selectSell,a=e.selectBuy)=>{is(t,l)(e.inputSell,n,a)}})},as=(e,t,l)=>n=>{t({selectBuy:n}),es({value:n,oppositeValue:e.selectSell,handleConvert:(n=e.selectBuy,a=e.selectSell)=>rs(t,l)(e.inputBuy,n,a)})},is=(e,t)=>(l,n,a)=>{e({inputSell:Qr(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(Zr(l,i,n===Fr.RUB)||"")})},rs=(e,t)=>(l,n,a)=>{e({inputBuy:Qr(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(Zr(l,i,n===Fr.RUB)||"")})};const ss=x((({className:e="",title:t="Курсы обмена валют",button:l,...n})=>{const[a]=Or(),i=function(e){const t=e?.code||"000",{data:l}=tt(`/api/v1/exchangerates?regionCode=${t}`,at);return l||{}}(a),r=os(i?.exchangeRate?.currencies),s=r.filter((e=>e.buyExchangeRate));s.unshift({currency:{currency:Fr.RUB}});const o=r.filter((e=>e.saleExchangeRate));return o.push({currency:{currency:Fr.RUB}}),u(w,{className:v("box-border min-h-80",e),...n,children:u(he,{className:"h-full",title:u(C,{headingType:"h4",title:t,className:"whitespace-pre-wrap"}),children:p("div",{className:"flex gap-6xl flex-wrap",children:[p("div",{children:[r?u(Gr,{className:"mb-xl",exchangeCurrencyItems:r}):null,u(Jr,{address:i?.address})]}),r.length&&s.length&&o.length?u(ls,{className:"grow",currencyRatesBuy:s,currencyRatesSell:o,button:l}):null]})})})})),os=e=>e?.filter((e=>1===e?.currency?.id||2===e?.currency?.id))||[],cs=e=>st(d.SITEMAP||"sitemap",{fallback:e}),ds=()=>{const e=globalThis.document?.cookie.split(";")??[];for(const t of e){const[e]=t.split("=");globalThis.document.cookie=`${e}=;expires=Thu, 01 Jan 1970 00:00:00 GMT;path=/`}},ms=(e,t)=>u(wn,{...e,iconBgVersion:t,className:"shrink-0"}),hs=x((({label:e,labelIconBgVersion:t,icon:l,onToggle:n,labelIcon:a})=>u(mr,{tag:"button",className:v("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:[ms(a,t),e?u(Se,{size:"text-h6",font:"font-normal",children:e}):null]}),iconNode:l?u(O,{name:l,iconVersion:"black",width:"24",height:"24"}):null}))),us=x((({className:e="",isExpanded:t,isFoldButtonOnTop:l=!0,label:n="Развернуть",labelIcon:a,labelIconBgVersion:i,foldButtonVersion:r="default",version:s,...o})=>u(w,{className:v("w-full","",e),defaultPadding:"p-0",tag:"div",version:"transparent",...o,children:u(Zn,{isFoldButtonOnTop:l,unfoldedByDefault:t,renderFoldableSection:({isUnfolded:e})=>u(Qn,{className:v("gap-lg","flex flex-wrap group-last:last:pb-0"),isUnfolded:e,children:Ci({...o,extraProps:{className:"w-full",padding:"p-0"}})}),renderFoldButton:({isUnfolded:e,onToggle:t})=>ps({foldButtonVersion:r,label:n,labelIcon:a,labelIconBgVersion:i,isUnfolded:e,onToggle:t})})})));us.childrenTypes={exclude:["RollupItem"]};const ps=({foldButtonVersion:e,label:t,labelIcon:l,labelIconBgVersion:n,isUnfolded:a,onToggle:i})=>{const r=t||(a?"Скрыть":"Развернуть"),s=(e=>e?"ArrowUpSolidIcon":"ArrowDownSolidIcon")(a);return"accordion"===e?u(hs,{label:r,labelIcon:l,labelIconBgVersion:n,icon:s,onToggle:i}):u(hr,{label:r,icon:a?"ArrowUpIcon":"ArrowDownIcon",onClick:i})},xs=x((({className:e="",items:t})=>p("div",{className:e,children:[t?.length?t.map(gs):null,u(se,{version:"primary",className:"w-full",href:"https://old.rshb.ru/feedback/question/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"})]}))),gs=(e,t)=>p("div",{className:"mb-m",children:[u("div",{className:"mb-m",children:u(Se,{size:"text-l",font:"font-medium",children:e?.title})}),u("div",{children:e.items?.map(fs)})]},String(t)),fs=(e,t)=>p("div",{className:"mb-m",children:[u("div",{children:bs(e.type,e.text)}),u("div",{className:"mt-2xs text-s font-light text-secondary-text",children:e.description})]},String(t)),bs=(e,t="")=>{switch(e){case"tel":return u("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${ys(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})}},ys=e=>e.replaceAll(/\D/g,""),vs=x((({className:e="",index:t,text:l,...n})=>{const a=le(),{href:i,target:r,onClick:s}=a(n);return u("a",{className:v("",e),href:i,target:r,onClick:s,children:l||`Документ ${t}`})})),Ns=x((({title:e,links:t,className:l=""})=>p("div",{className:v("flex flex-col gap-4",l),children:[u(Se,{size:"text-l",font:"font-normal",children:e}),t?.length?u("div",{className:"flex flex-col gap-lg",children:t.map(((e,t)=>u(vs,{className:"text-l font-light",index:t,...e},String(t))))}):null]}))),ws=x((({className:e="",items:t,basePath:l})=>t?.length?u("ul",{className:v("flex flex-col",e),children:t.map(ks(l))}):null)),ks=e=>(t,l)=>{const{text:n,...a}=t,i=le({isRemote:!(!d.BASE_PATH||!e)&&!d.BASE_PATH.startsWith(e),basePath:e}),{href:r,target:s,onClick:o}=i(a);return u("li",{className:"list-none my-xs",children:u("a",{className:"hover:text-primary-main font-light",role:"link",href:r,target:s||"_self",onClick:o,children:n||null})},`list_item_${String(l)}`)},Ss=x((({className:e="",index:t,...l})=>{const n=le({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}`})})),Cs=x((({className:e="",links:t})=>p("div",{className:v("@container",e),children:[u("div",{className:"pt-lg",children:u(Se,{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 @5xl:flex-row justify-start items-start gap-x-lg gap-y-xs pt-lg",children:t.map(((e,t)=>u(Ss,{index:t,...e},String(t))))}):null]}))),Ts=x((({className:e,...t})=>{const l=t.options?.page?.fallback,{topItems:n}=cs(l),{relatedEnterprises:a,contacts:i,socialMedia:r,mobileApps:s,horizontalNavigationTitle:c,documents:m}=st(d.FOOTER||"footer",{fallback:l});return p(w,{tag:"footer",className:e,defaultPadding:"p-4xl pb-24",...t,children:[u("div",{className:"mb-lg pb-xs border-b border-main-divider",children:n?.map(((e,t)=>u(us,{foldButtonVersion:"accordion",label:e?.text,labelIcon:e?.icon,children:u(ws,{items:e.items,basePath:o(e.href)})},String(t))))}),u(xs,{className:"overflow-hidden",items:i}),p("div",{className:"mt-xl",children:[u(Xi,{className:"mb-xl",media:r,stretched:!0,children:"Соцсети"}),p("div",{className:"mb-xl",children:[u("div",{className:"flex flex-col gap-4 mb-xs",children:s?.map(Is)}),u(Se,{size:"text-s",font:"font-light",color:"text-secondary-text",children:"Мобильное приложение"})]})]}),u("div",{className:"py-lg border-t border-main-divider",children:u(vs,{text:"Вернуться на прежнюю версию сайта",className:"text-l font-light max-w-[292px]",href:"https://old.rshb.ru",onClick:ds})}),u(Ns,{className:"py-lg border-y border-main-divider",title:c,links:a}),u(Cs,{links:m})]})})),Is=({href:e="/",text:t},l)=>{const{label:n}=Gi(e);return u(se,{className:"w-full",text:t||n,version:"secondary",href:e,target:"_blank"},String(l))},Bs={width:"34",height:"34"},Ms={"bg-white":"color",transparent:"white"},Rs={"bg-white":"text-primary-main",transparent:"text-white"},Ps=(e,t,l)=>u(Y,t?.src?{image:t,className:Rs[e],width:l?.width,height:l?.height,pathPrefix:"/wcms-resources/"}:{image:{icon:t?.icon||"LogoIcon",iconVersion:Ms[e]},className:Rs[e],width:l?.width,height:l?.height}),Vs={"bg-white":"text-primary-text",transparent:"text-white"},As=x((({className:e,href:t="/",logo:l,children:n,targetBlank:a,bgColor:i="bg-white",showTitle:r=!0})=>p("a",{className:v("inline-flex items-center font-sans no-underline",e),href:t,target:a?"_blank":"_self","aria-label":l?.title||"Россельхозбанк",children:[Ps(i,l?.image,Bs),r?n??u("div",{className:"ml-s",children:u(Se,{font:"font-medium",color:Vs[i],size:"text-s",children:l?.title||"Россельхозбанк"})}):null]}))),zs={default:"px-5 bg-main-divider rounded hover:text-primary-main",transparent:"text-white hover:text-primary-hover"},_s=x((({bgColor:e,logo:t,internetBankUrl:l,version:n})=>{const a=M(),r=d.BASE_PATH?.startsWith(a.pathname),s=i((e=>{e.preventDefault(),a.back()}),[]);return p("div",{className:"flex items-center justify-between w-full",children:[r?u("div",{children:u(As,{className:"my-2xs",bgColor:e,logo:t})}):js(s),l?u("div",{children:u(se,{href:l,ariaLabel:"Войти",target:"_blank",className:v("p-s text-s whitespace-nowrap text-primary-main hover:text-primary-hover",zs["transparent"===n?"transparent":"default"]),children:"Войти"})}):null]})})),js=e=>u("div",{children:p("button",{className:"flex items-center text-l my-2xs","aria-label":"Вернуться назад",onClick:e,children:[u(Y,{className:"w-6 h-6",image:{icon:"ChevronLeftIcon",iconVersion:"black"},width:"24",height:"24"}),"Вернуться назад"]})}),Ds={"bg-white":"primary",transparent:"transparent"},Os=x((({bgColor:e="bg-white",version:t=Ds[e],...l})=>{const{logo:n}=cs(l.options?.page?.fallback),{internetBankUrl:a}=st(d.PORTAL_DATA||"portal-data",{folderName:"portal-resources",setBasePath:!0});return u(w,{tag:"header",defaultPadding:"",version:t,...l,children:u("div",{className:"container px-lg py-2xs box-border",children:u(_s,{bgColor:e,logo:n,internetBankUrl:a,version:t,...l})})})})),Es={XXL:"gap-6xl",XL:"gap-5xl",L:"gap-3xl",M:"gap-m",S:"gap-xs",XS:"gap-2xs","":""},Ls=x((({className:e="",padding:t="p-0",gap:l="",isInnerPadding:n=!0,version:a="transparent",isTheme:i=!1,isCardBorder:r=!1,...s})=>u(w,{className:v("relative flex flex-col",Es[l],e),padding:t,version:a,isTheme:i,...s,children:Ci({...s,extraProps:{className:v("w-full",Ti(r)),padding:n?"":"p-0"}})})));Ls.childrenTypes=[];const $s=x((e=>u(Ls,{...e})));$s.childrenTypes=[];const Fs=x((e=>{const{className:t,image:l,...n}=e;return u(w,{className:t,defaultPadding:"p-0",...n,children:u(Y,{image:l})})})),Us=["байт","Кб","Мб","Гб","Тб","Пб"],Hs=x((({icon:e,text:t,href:l,target:n,fileFormat:a,fileSize:i})=>{const r=a||i?",":"",s=i??"",o=a?String(a):"";return 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",href:l,target:n,children:[e,t?p(Se,{size:"text-l",font:"font-light",children:[t,u(Se,{color:"text-secondary-text",children:l&&`${s} ${r} ${o}`})]}):null]})})),Ws={double:"sm:flex-wrap sm:flex-row",single:"sm:flex-col"},Ks=x((({className:e="",title:t,description:l,align:n="text-center",documents:a,icon:i={icon:"DocIcon"},columnsMode:r="double",...s})=>{const o=M();return p(w,{className:v("space-y-lg",e),defaultPadding:"p-6xl",...s,children:[u(B,{title:t,description:l,align:n,headlineVersion:"M",as:"h2",isEmbedded:!0}),a?.length?u("div",{className:v("grid gap-xl","double"===r?"@md:grid-cols-2":"grid-cols-1",Ws[r]),role:"list",children:a.map(Ys(o,i))}):null]})})),Ys=(e,t)=>(l,n)=>{if(""===l?.docType)return null;const a="Attachment"===l?.docType?_(e)(l?.attachment?.src):l?.href,i="Attachment"===l?.docType?((e,t=2)=>{if(0===e)return"";const l=Math.floor(Math.log(e)/Math.log(1024));return`${parseFloat((e/Math.pow(1024,l)).toFixed(t))} ${Us[l]}`})(l?.attachment?.fileSize||0):l?.fileSize,r="Attachment"!==l?.docType?l?.fileFormat:"";return u("div",{role:"listitem",children:u(Hs,{text:l?.text,target:l?.target,href:a,fileFormat:r,fileSize:i,icon:t?u(Y,{className:"min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md",image:t,width:"24",height:"24"}):null})},String(n))},Gs=x((({className:e,padding:t,align:l="text-left",buttons:n=[],description:a,image:i,items:r,qr:s,additionalDescription:o="",title:c="Мобильное приложение",version:d="primary",...m})=>{const h="secondary"===d?"p-m min-w-32":"min-w-24",x=i?.src?u(Y,{className:"hidden lg:block",image:i}):null;return u(w,{className:v("min-h-80",e),padding:"p-0",version:d,...m,children:p(he,{className:"h-full",padding:t,defaultPadding:"p-6xl",title:u(C,{headingType:"h3",title:c,className:v("whitespace-pre-wrap",l)}),rightImage:x,buttons:je(n,{className:"flex-wrap"}),children:[a?u(Se,{size:"text-xl","font-weight":"font-light",children:a}):null,p("div",{className:v("gap-m","flex flex-1 flex-col","flex-col items-start @xl:flex-row @xl:items-center"),children:[u(Fe,{items:r,listItemSize:"M"}),u(Se,{size:"text-m","font-weight":"font-light",color:"text-secondary-text",children:o}),s?.src?u("div",{className:v("flex justify-center bg-white rounded-md @xl:-order-1",h),children:u(Y,{className:"w-fit",image:s})}):null,i?.src?u(Y,{className:"lg:hidden",image:i}):null]})]})})})),Xs={primary:"bg-white/30",secondary:"bg-main-divider"},qs={primary:"text-white",secondary:"text-secondary-text"},Js=x((({count:e,version:t="secondary"})=>u("div",{className:v("w-6 h-6 rounded-full flex items-center justify-center",Xs[t]),children:u(Se,{size:"text-xs",color:qs[t],children:e})}))),Zs=(e=[],t={})=>e.filter((({content:e={}})=>yr(t,e))).length,Qs=(e,t)=>e===t;const eo=(to=function(...e){return(t,l)=>e.some((e=>e(t,l)))}(Qs,((e=Qs)=>(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])=>to(l,t[e])))));var to;const lo=[],no={},ao={default:"px-xs",underlined:"px-m",rounded:"px-lg rounded-md"},io={default:"text-black sm:text-white",underlined:"text-primary-main border-b-2",rounded:"text-white"},ro={default:"bg-white",underlined:"bg-white",rounded:"bg-transparent"},so={default:"sm:bg-primary-main",underlined:"bg-white",rounded:"bg-primary-main"},oo=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:v("h-12","block flex-1","cursor-pointer",ao[n],l?so[n]:ro[n]),role:"tab","aria-selected":l,onClick:a,...o,children:p("div",{className:v("h-full","flex justify-center items-center","text-center whitespace-nowrap",l?io[n]:"text-secondary-text hover:text-primary-main"),children:[u(Se,{size:"text-m",children:r}),s?u("div",{className:"ml-xs",children:s}):null]})})})),co=x((e=>u(e?.item?.href?mo:ho,{...e}))),mo=x((e=>{const t=le(),l=i((()=>{e.onClick&&e.onClick(e.item||{})}),[e.onClick,e.item]),{onClick:n,...a}=t({...e.item,onClick:l});return u(oo,{...e,tag:"a",item:a,onClick:n})})),ho=x((({item:e={},onClick:t,...l})=>{const n=i((()=>{t&&t(e)}),[t,e]);return u(oo,{item:e,onClick:n,...l})})),uo=(e,t,l)=>(n,a)=>u(co,{isActive:n===e,onClick:t,type:l,item:n},String(a)),po=x((({className:e,tabsType:t="default",items:l=[],value:n,onChange:a})=>u("div",{className:v("flex gap-x-2xs overflow-x-auto no-scrollbar",e),role:"tablist",children:l.map(uo(n,a,t))}))),xo={categories:[],extraOptions:[],propertyType:[],stage:[]},go=x((({className:e,hotFilters:t,filtrationSchema:l={},resetButton:n,...a})=>{const[s,{field:o,reset:c,update:d}]=mt(xo),m=Nr(a.block?.blocks,s)(),h=i(((e=xo)=>d(e)),[]),x=(({hotFilters:e=lo,filtrationState:t=no,blocks:l=lo,onFiltrationStateChange:n})=>{const a=r((()=>Math.max(0,e.findIndex((e=>eo(e.filter,t))))),[e,t]),s=r((()=>e.map((t=>({text:t.text,appendRight:u(Js,{version:t===e[a]?"primary":"secondary",count:Zs(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(w,{className:v("space-y-2xs",e),defaultPadding:"p-0",version:"transparent",...a,children:[u(po,{...x}),kr({field:o,reset:c,filtrationSchema:l,resetButton:n}),u(fr,{blocksToRender:m,...a})]})}));function fo(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)}))}go.childrenTypes=["ProductTile"],go.childSchema=e=>e?.filtrationSchema||{};const bo={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"},yo=e=>u("a",{className:`select-none cursor-pointer px-4xl h-12 bg-primary-main text-white ${Object.values(bo).join(" ")}`,href:`https://yandex.ru/maps/?ll=${[e[1],e[0]]}&z=10&l=map`,target:"_blank",children:"Открыть на карте"}),vo={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"},No=(e,t,l)=>u("div",{className:`select-none cursor-pointer py-m w-12 bg-white ${Object.values(vo).join(" ")} ${l}`,onClick:()=>{t.geolocation.get({provider:"yandex",autoReverseGeocode:!0,mapStateAutoApply:!0}).then((function(t){e.geoObjects.add(t.geoObjects)}))},children:u(O,{name:"UserGeoLocationIcon",width:"20",height:"16"})}),wo=e=>globalThis[e];const ko=()=>function(e,t){const[l,r]=n(),s=i((()=>r(wo(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(!wo(e))return l.addEventListener("load",s),()=>{l.removeEventListener("load",s)};s()}),[e,t]),l}("ymaps",`https://api-maps.yandex.ru/2.1/?apikey=${d.YANDEX_MAP_API_KEY||""}&lang=ru_RU`),So={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"},Co=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(So).join(" ")} bg-white select-none cursor-pointer w-12 h-12`,children:u(O,{name:l,width:"20",height:"16"})})})),To={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"},Io=[55.753995,37.614069],Bo=x((({points:e,className:t="",zoom:l=5})=>{const i=s(null),r=ko(),[o,c]=n(),d=e?Mo(e):Io;if(a((()=>{i?.current||r?.ready((()=>{i.current||(i.current=new r.Map("map",{center:d,zoom:l,controls:[],suppressMapOpenBlock:!0}),fo(r,i.current,e))})),i.current&&r&&(fo(r,i.current,e),e?.length||i.current.setCenter(Io))}),[r,i,e,d,l]),!r)return null;const m=o?"z-[100000]":"z-10";return p("div",{id:"map",className:v(!o&&"relative","w-full",t),children:[u("div",{className:v("absolute flex left-2 top-4 w-1/2",m),children:yo(d)}),u("div",{className:v(Object.values(To),m,"right-2 top-4 bg-white"),onClick:()=>{const e=i.current.container;o?e.exitFullscreen():e.enterFullscreen(),c(e.isFullscreen())},children:u(O,{name:"FullScreenIcon",width:"16",height:"16"})}),p("div",{className:v("absolute right-2 top-52 z-10 w-12 overflow-hidden border border-transparent rounded-md",m),children:[u(Co,{yandexMaps:i}),u(Co,{yandexMaps:i,direction:"out"})]}),No(i.current,r,v("right-2 top-80",m))]})})),Mo=e=>[Po(Ro(e,0)),Po(Ro(e,1))],Ro=(e,t)=>e.map((e=>e[t])),Po=e=>e.length&&e.reduce(((e,t)=>e+t))/e.length,Vo={safeBoxCaseVolumes:"Аренда индивидуальных сейфовых ячеек",workingSaturday:"Открыты по субботам",terminalTypeAtms:"Банкоматы",terminalTypeTerm:"Терминалы",workAllTime:"Круглосуточно",billAcceptorEnable:"Прием наличных"},Ao=(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(jl,{text:Vo[e],...t(e)},e)))}):null,u(se,{version:"transparent",className:"text-secondary-text [&>*]:p-0",onClick:l,text:"Очистить фильтр",appendRight:u(O,{name:"CloseIcon",width:"16",height:"16"})})]}),zo=()=>null,_o=()=>[],jo=x((({className:e,data:t=[],renderCard:l=zo,filterItems:n=_o,initFilterState:a={},descriptionData:i,title:r})=>{const[s,{field:o,reset:c}]=mt(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:v("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(C,{headingType:"h2",children:r}),h?u(Se,{size:"text-h2",color:"text-secondary-text",children:`(${h})`}):null]}),i?Do(i):null,Ao(Object.keys(a),{field:o,reset:c})]}),u("div",{className:"h-[600px]",children:u(b,{children:u(Bo,{points:m,className:"h-full"})})})]}),d.map(l)]})})),Do=({description:e,list:t})=>e||t?.length?p("div",{className:"p-xl mb-2xl border border-gray rounded-md",children:[e?u(T,{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(Y,{image:e.image}):null,e?.text?u(Se,{size:"text-m",font:"font-light",children:e.text}):null]},String(t))))}):null]}):null,Oo={yellow:{border:"border-yellow-light",text:"text-yellow"},green:{border:"border-green-more-light",text:"text-green-dark"},gray:{border:"border-gray",text:"text-secondary-text"},red:{border:"border-error/30",text:"text-error"}},Eo=x((({className:e,children:t,color:l="gray"})=>u("div",{className:v("p-s border border-gray rounded-md flex items-center",Oo[l].border,e),children:u(Se,{size:"text-m",color:Oo[l].text,children:t})}))),Lo=x((({value:e,subText:t,children:l,...n})=>{const a=(Array.isArray(e)?e:e?.split(",")??[]).filter(Boolean);return[a.length,l,t].every((e=>!e))?null:$o({textItems:a,subText:t,children:l,...n})})),$o=({label:e,labelSize:t="text-m",textItems:l,subColor:n,subText:a,className:i,children:r})=>p("div",{className:v("flex gap-2xs flex-col h-full max-w-[300px]",i),children:[e?u(Se,{color:"text-secondary-text",font:"font-light",size:t,children:e}):null,r||l.filter(Boolean).map(((e,t)=>u(Se,{size:"text-l",children:e.trim()},String(t)))),a?u(Se,{color:n,size:"text-m",children:a}):null]}),Fo=x((({className:e,children:t})=>u("div",{className:v("flex border-t border-solid border-main-divider py-xl gap-x-6xl gap-y-xl",e),children:t}))),Uo=({location:e,address:t,billAcceptorType:l,terminalType:n,billAcceptorEnable:a,atmCode:i="",atmAccess:r="",workTime:s},o)=>{const c=[{label:"Устройство",value:Wo(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(Se,{size:"text-h4",children:Wo(e)}),u(Eo,{color:"green",children:Wo(s)})]}),t?p("div",{className:"flex pb-xl pt-xs gap-2xs",children:[u(O,{name:"GeolocationIcon",width:"24",height:"24"}),u(Se,{size:"text-l",children:t})]}):null,u(Fo,{className:"flex-wrap",children:c?.map(Ho)})]},String(o))},Ho=(e,t)=>u(Lo,{...e},String(t)),Wo=e=>e?`${e?.charAt(0)?.toUpperCase()}${e?.slice(1)}`:"",Ko=[];const Yo=async e=>await nt(e,{method:"GET"})||Ko,Go={terminalTypeAtms:!0,terminalTypeTerm:!1,workAllTime:!1,billAcceptorEnable:!1},Xo={terminalTypeAtms:e=>"банкомат"===e.terminalType?.toLowerCase(),terminalTypeTerm:e=>"терминал"===e.terminalType?.toLowerCase(),workAllTime:e=>"круглосуточно"===e.workTime?.toLowerCase(),billAcceptorEnable:e=>Boolean(e.billAcceptorEnable)},qo=x((({data:e,className:t})=>{const[l]=Or(),n=function(e){const{data:t=Ko}=tt(`/api/v1/atms?regionCode=${e}`,Yo);return t}(l?.code??"000");return u(jo,{className:t,filterItems:Jo,data:n,initFilterState:Go,renderCard:Uo,title:`Банкоматы филиала ${l?.name}`,descriptionData:e})})),Jo=(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=>Xo[t](e))),l=!n.length||n.some((t=>Xo[t](e)));return t&&l}))},Zo=e=>{const t=e.find((e=>"workingSaturday"!==e.key&&Boolean(e.status)&&Boolean(e.workTime))),l=e.find((e=>"workingSaturday"===e.key&&Boolean(e.status)&&Boolean(e.workTime))),n=e.filter((e=>!e.status)).map((e=>e.short?.toLowerCase())).join(", "),a=[Qo({workTime:t?.workTime,lunchHour:t?.lunchHour,daysOff:l?"":n}),Qo({workTime:l?.workTime,lunchHour:l?.lunchHour,daysOff:n},!0)].filter(Boolean);return u(Lo,{label:"Режим работы",value:a,className:"max-w-none"})},Qo=({workTime:e="",lunchHour:t="",daysOff:l=""},n=!1)=>e?[`${n?"Суббота":"Будние дни"}: ${e}`,t?`перерыв: ${t}`:"",l?`не работает: ${l}`:""].filter(Boolean).join("; "):"",ec=[["workingMonday","Пн","Понедельник"],["workingTuesday","Вт","Вторник"],["workingWednesday","Ср","Среда"],["workingThursday","Чт","Четверг"],["workingFriday","Пт","Пятница"],["workingSaturday","Сб","Суббота"],["workingSunday","Вс","Воскресенье"]],tc=e=>ec.map((([t,l,n])=>({key:t,title:n,short:l,status:Boolean(e?.[t]),get workTime(){return"workingSaturday"===t?e?.workTimeSaturday:e?.workTime},get lunchHour(){return"workingSaturday"===t?e?.lunchHourSaturday:e?.lunchHour},get hasLunch(){return/\d+/.test(this.lunchHour??"")}}))),lc=e=>{if(!e)return null;const t=nc(e);return p(Fo,{className:"border-none",children:[u(Lo,{label:"Для юридических лиц",labelSize:"text-l",children:u("div",{className:"flex gap-1",children:t.map(ac)})}),u(Lo,{label:"Режим работы",className:"max-w-none",children:u(Se,{children:e})})]})},nc=e=>{const t=ec.map((([,e])=>({short:e,status:!0}))),l=e.split("/")??[],n=l[l.length-1]?.toLowerCase();return n?.includes("выходной")?t.map((e=>({...e,status:!n?.includes(e.short.toLowerCase())}))):t},ac=({short:e,status:t},l)=>u("div",{className:v("w-9 h-9 rounded-md flex items-center justify-center",t?"bg-green-more-light text-green-dark":"bg-error/30 text-error"),children:u(Se,{size:"text-xs",children:e})},String(l)),ic=(new Date).getDay(),rc=({name:e,address:t,phone:l,fax:n,phoneBusiness:a,phoneNatural:i,phoneCallCentre:r,phoneCurrencyControl:s,workSchedule:o,exchangeRate:c},d)=>{if(!o)return null;const m=tc(o),h=o?.businessScheduleVisibleTag?"Для физических лиц":"Для физических и юридических лиц";return p("div",{className:"bg-white col-span-12 p-3xl border-green border",children:[p("div",{className:"flex justify-between",children:[u(Se,{size:"text-h4",children:e}),oc(m)]}),t?p("div",{className:"flex pb-xl pt-xs gap-2xs",children:[u(O,{name:"GeolocationIcon",width:"24",height:"24"}),u(Se,{size:"text-l",children:t})]}):null,p(Fo,{className:"flex-wrap",children:[u(Lo,{label:"Факс",value:n}),u(Lo,{label:"Телефон филиала",value:l}),u(Lo,{label:"Для обращений юридических лиц",value:a}),u(Lo,{label:"Обслуживание физических лиц",value:i}),u(Lo,{label:"Для консультаций по валютному контролю",value:s}),u(Lo,{label:"Контакт-центр",value:r})]}),o.isMatchesPattern?u(Fo,{children:u(Lo,{label:h,labelSize:"text-l",className:"w-full max-w-none",children:u("div",{className:"flex flex-wrap gap-xs sm:justify-between pt-xs",children:m?.map(cc)})})}):p(Fo,{children:[u(Lo,{label:h,labelSize:"text-l",children:u("div",{className:"flex gap-1",children:m?.map(ac)})}),Zo(m)]}),o?.businessScheduleVisibleTag?lc(o?.businessScheduleDescription):null,c?.currencies?.length?u(Fo,{className:"flex-wrap",children:c?.currencies?.map(sc)}):null]},String(d))},sc=({currency:e,buyExchangeRate:t,saleExchangeRate:l},n)=>p("div",{className:"flex gap-lg h-full",children:[e?.currency?u(Lo,{label:"Валюта",value:e.currency}):null,t?u(Lo,{label:"Купить",value:String(t)}):null,l?u(Lo,{label:"Продать",value:String(l)}):null]},String(n)),oc=e=>{const[t]=e?.slice(ic-1)??[];if(!t)return null;const{lunchHour:l,status:n,workTime:a,hasLunch:i}=t;return n?p("div",{className:"flex gap-s items-start whitespace-nowrap",children:[a?u(Eo,{color:"green",children:a}):null,l&&i?u(Eo,{color:"yellow",children:`перерыв: ${l}`}):null]}):u(Eo,{color:"red",children:"Выходной"})},cc=({title:e,status:t,workTime:l,lunchHour:n,hasLunch:a},i)=>u(Lo,{label:e,value:t&&l?l:"",subText:dc(n,a,t),subColor:!t||a?"text-error":"text-green-dark"},String(i)),dc=(e,t=!1,l=!1)=>l?e&&t?`Перерыв ${e}`:e:"Не работает",mc=[];const hc=async e=>await nt(e,{method:"GET"})||mc,uc={workingSaturday:!1},pc={workingSaturday:e=>Boolean(e.workSchedule?.workingSaturday)},xc=x((({className:e})=>{const[t]=Or(),l=function(e){const{data:t=mc}=tt(`/api/v1/branches?regionCode=${e}`,hc);return t}(t?.code??"000");return u(jo,{className:e,filterItems:gc,data:l,initFilterState:uc,renderCard:rc,title:`Офисы филиала ${t?.name}`})})),gc=(e,t)=>{const l=Object.keys(t).filter((e=>t[e]));return e.filter((e=>l.every((t=>pc[t](e)))))},fc=x((({data:e,className:t,...l})=>{const n=e?.dataType??"offices";return u(w,{version:"transparent",className:v(t),defaultPadding:"p-0",...l,children:"offices"===n?u(xc,{}):u(qo,{data:e})})})),bc=x((({className:e,title:t,description:l="Блок в разработке...",...n})=>p(w,{className:v("box-border",e),...n,children:[u(B,{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:yc()})]}))),yc=(e=3)=>Nc(100,e).map((e=>Math.floor(e))).map(vc),vc=(e,t)=>u("div",{style:{width:`${e||100}%`},className:"h-4 mt-xs bg-secondary-light"},String(t)),Nc=(e,t)=>[e].concat(t>0?Nc(e/1.618,t-1):[]),wc=x((({className:e,padding:t,slides:l=[],...n})=>u(w,{className:v("overflow-hidden relative",e),padding:t,...n,children:u(Yn,{gap:0,padding:0,children:l.map((e=>e.productBlock)).map(((e,t)=>u("div",{className:"box-border h-full",children:u(Xe,{className:"px-5 h-full",headlineVersion:"L",...e,...n})},String(t))))})}))),kc=x((({address:e,email:t,telephone:l,button:n,className:a="",__html:i,icon:r,title:s,version:o="primary",...c})=>p(w,{className:v("box-border text-left space-y-s",a),version:o,...c,children:[p("div",{className:"w-full flex justify-between flex-row-reverse",children:[_e(r)?u("div",{className:"w-10 h-7 sm:w-24 sm:h-16",children:u(Y,{image:r})}):null,s?u(C,{headingType:"h3",as:"h3",title:s}):null]}),p("div",{className:"w-full space-y-m",children:[i?Sc(i):null,Cc({label:"Адрес",data:e,iconName:"GeolocationIcon"}),Cc({label:"Телефон(факс)",data:l,iconName:"PhoneIcon"}),Cc({label:"E-mail",data:t,iconName:"MailIcon",dataColor:"text-primary-main"}),n?.text?je([n]):null]})]}))),Sc=e=>u("div",{className:"border-b border-main-divider pb-lg",children:u(we,{__html:e})}),Cc=({label:e,data:t,iconName:l,dataColor:n=""})=>t?p("div",{className:"flex gap-s",children:[u(O,{iconVersion:"black",name:l,width:"24",height:"24"}),p("div",{className:"flex flex-col gap-2xs",children:[u(Se,{size:"text-m",font:"font-light",color:"text-secondary-text",children:e}),u(Se,{size:"text-xl",color:n,children:t})]})]}):null,Tc=x((e=>{const{__html:t,richVersion:l,...n}=e;return u(w,{defaultPadding:"p-0",...n,children:u(we,{__html:t,richVersion:l})})})),Ic=x((({className:e=""})=>{const[t,l]=n("option2"),a=i((e=>l(e)),[]);return p("div",{className:v("order-4",e),children:[u(an,{className:"mb-xs",name:"contractType",text:"Простое хранение",value:"option1",checked:"option1"===t,onChange:a}),u(an,{name:"contractType",text:"Сделка с недвижимостью",value:"option2",checked:"option2"===t,onChange:a})]})})),Bc=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(Ht,{options:s,label:r,placeholder:a||n,onChange:e=>i(e.key),value:o})})),Mc=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(Bc,{data:e,fieldValue:"code",fieldLabel:"name",selected:t,setSelected:l,label:"Регион"})}),u("div",{className:"flex-1 min-w-0",children:u(Bc,{data:n,fieldValue:"branchCode",fieldLabel:"address",selected:a,setSelected:i,label:"Отделение",placeholder:"Выберите отделение"})})]}))),Rc=["От 1 дня","До 365 дней"],Pc=x((({days:e,setDays:t})=>p("div",{className:"order-1",children:[u(Se,{size:"text-m",font:"font-light",children:"Срок аренды"}),u(wl,{min:1,max:365,value:e,items:Rc,onChange:t})]}))),Vc=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(Bc,{data:e,fieldLabel:"volume",selected:t,setSelected:l,label:"Размер",placeholder:"Выберите размер"})}),u("div",{className:"flex-1 min-w-0",children:u(Bc,{data:n,fieldLabel:"safeBoxCasesSize",selected:a,setSelected:i,label:"Параметры ячейки, мм (ВхШхД)",placeholder:"Выберите параметр ячейки"})})]}))),Ac=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(Mc,{regions:e,selectedRegion:t,onSelectedRegion:e=>c({selectedRegion:e}),branches:l,selectedBranch:n,onSelectedBranch:zc(c)}),u(Pc,{days:a,setDays:e=>c({days:e})}),u(Vc,{caseVolumes:o,selectedCaseVolume:i,onSelectedCaseVolume:_c(c),safeBoxCases:s,selectedBoxSize:r,onSelectedBoxSize:e=>c({selectedBoxSize:e})}),u("div",{className:"order-4",children:u(Se,{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(Ic,{}),u(se,{text:"Офисы на карте",version:"primary",onClick:d,className:"order-6"})]})]}))),zc=e=>t=>{e({selectedBranch:t,selectedCaseVolume:"",selectedBoxSize:""})},_c=e=>t=>{e({selectedCaseVolume:t,selectedBoxSize:""})},jc=x((({days:e,tariffs:t=[]})=>{const l=Oc(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:[Dc("Аренда за",e),Dc("Цена",l+" ₽")]}),u("div",{className:"@xl:hidden order-3 mb-xs",children:u(T,{size:"text-s",font:"font-light",color:"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(Y,{image:{icon:"PackA4Icon"},className:"@xl:h-60"}),u("div",{className:"hidden @xl:inline opacity-80 whitespace-pre-line",children:u(T,{size:"text-s",font:"font-light",color:"text-white",children:n})})]})]})})),Dc=(e,t)=>p("div",{className:"flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start",children:[u(Se,{size:"text-l",font:"font-light",color:"text-secondary-text",children:e}),u("span",{className:"text-l @xl:text-h3 text-primary-text",children:t})]}),Oc=(e,t)=>{const l=Ec(e);return e*(t?.find((e=>e.tariffType===String(l)))?.tariffValue||0)},Ec=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},Lc=(e,t)=>e.find((e=>e.branchCode===t)),$c=x((e=>{const{regions:t,data:l,branches:n,onChange:i,onClick:r}=e;a((()=>{i({selectedBranch:"",selectedCaseVolume:"",selectedBoxSize:""})}),[l.selectedRegion,i]);const s=Lc(n,l.selectedBranch),o=Fc(s?.safeBoxCaseVolumes),c=Uc(s?.safeBoxCaseVolumes,l.selectedCaseVolume)?.safeBoxCases,d=Hc(c,l.selectedBoxSize);return p("div",{className:"flex flex-col @4xl:flex-row gap-4xl align-top",children:[u(Ac,{...l,regions:t,onClick:r,branches:n,caseVolumes:o,safeBoxCases:c,onChange:i}),u(jc,{days:l.days,tariffs:d})]})})),Fc=e=>e?.length?e?.filter((e=>e?.safeBoxCases?.length)):[],Uc=(e,t)=>e?.find((e=>e.volume===t)),Hc=(e,t)=>e?.find((e=>e.safeBoxCasesSize===t))?.tariffs,Wc=[];const Kc=async e=>await nt(e,{method:"GET"})||Wc,Yc=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=gt(),h=Gc(c.selectedRegion,m),x=function(e){const{data:t}=tt(e?`/api/v1/safeboxes?regionCode=${e}`:null,Kc);return t||Wc}(h),g=i((e=>d((t=>({...t,...e})))),[d]),f=(b=Lc(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(w,{className:l,defaultPadding:"",...a,children:[p("div",{className:"p-4xl space-y-xl",children:[e?u(C,{title:e,headingType:"h3",as:"h2",className:"text-primary-text mb-s text-center"}):null,u($c,{regions:m,branches:x,data:{...c,selectedRegion:h},onClick:o,onChange:g}),t?u(T,{size:"text-s",font:"font-light",children:t}):null]}),f.length&&r?u(Bo,{points:f,className:"h-[640px]"}):null]})})),Gc=(e,t)=>!e&&t?.length&&t[0]?.code?t[0].code:e;function Xc(e){throw new Error(e)}const qc={normal:{icon:"h-11 w-11",image:"h-14 w-14"},small:{icon:"h-12 w-12",image:"h-14 w-14"}},Jc={normal:"",small:"min-h-6xl"},Zc={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"},Qc=x((({className:e="",title:t,description:l,steps:n,buttons:a,size:i="normal",version:r="primary",...s})=>p(w,{className:v("box-border flex flex-col gap-xl",e),defaultPadding:"p-6xl",version:r,...s,children:[u(B,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-left"}),n?.length?u("div",{className:"box-border",children:u("div",{className:"flex flex-col gap-6xl justify-between",children:n.map(ed(i,r))})}):null,je(a,{isVertical:!0})]}))),ed=(e,t)=>(l,n)=>{const{type:a}=l;if("default"!==a&&"rte"!==a)return null;switch(a){case"default":return td(e,t)(l,n);case"rte":return u(we,{__html:l.__html});default:Xc(l)}},td=(e,t)=>(l,n)=>u("div",{className:"contents",children:p("div",{className:"flex flex-row text-center relative",children:[u("div",{className:"overflow-hidden flex flex-shrink-0 items-center",children:ld(e,t)(l,n)}),p("div",{className:v("flex flex-col justify-center h-fit",Jc[e]),children:[l.label?u(T,{size:"text-l",align:"text-left",children:l.label}):null,l.description?u("div",{className:v("text-s font-light text-left",Zc.description),children:l.description}):null]})]})},String(n)),ld=(e,t)=>(l,n)=>{const a="normal"===e?"38":"24",i="secondary"===t?"white":"color",r=Boolean(l?.icon?.src),s=qc[e][r?"image":"icon"];return u("div",{className:v(s,r?"":`rounded-md ${Zc.iconBackground}`,"z-10 mr-s flex justify-center content-center"),children:u("span",{className:"flex max-w-full max-h-full self-center text-h4 text-secondary-text group-data-secondary:text-white",children:_e(l?.icon)?u(Y,{image:{...l.icon,iconVersion:l.icon?.iconVersion||i},imageClassName:"max-w-full max-h-full",width:a,height:a}):u("span",{children:n+1})})})},nd=e=>({href:t})=>!!t&&V(R(t)?e.href:e.pathname).startsWith(V(t));function ad(e=[]){const t=M(),l=e.findIndex((e=>nd(d.BASE_PATH?{pathname:d.BASE_PATH}:e))(t));return[l,e[l]]}const id=x((({isActive:e,item:t,onClick:l})=>{const n=le({isRemote:!d?.BASE_PATH||!t?.href?.startsWith(d?.BASE_PATH)}),{href:a,target:i,onClick:r}=n({href:t?.href||"",target:"_self"}),s="BurgerIcon"===t?.icon?.icon?t.isActive:e,o=s?"color":"black";return p("a",{className:v(s?"text-primary-main":"text-primary-text","w-10 m-4 flex justify-center items-center flex-col text-xs cursor-pointer"),onClick:()=>"BurgerIcon"===t?.icon?.icon&&l?l():r(),href:a,target:i,children:[u(Y,{className:"w-6 h-6",image:{icon:t?.icon?.icon,iconVersion:o}}),t?.title||""]})})),rd=x((({menuItems:e,onClick:t})=>{const[l]=ad(e);return u("div",{className:"ml-auto container bg-white flex justify-center shadow-blue-gray",children:e.map(((e,n)=>u(id,{isActive:n===l,item:e,onClick:t},String(n))))})}));const sd=({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((()=>y.subscribe("dialog",(e=>{switch(e.type){case"open":r(e);break;case"close":e.all?c():d();break;default:Xc(e)}}))),[c,d]),l},od=x((({className:e,onClose:t})=>u("button",{className:v("flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none",e),onClick:t,title:"Закрыть",children:u(Y,{image:{icon:"CloseIcon"},width:"24",height:"24"})}))),cd=x((({className:e,head:t,children:l,onClose:n})=>{const{close:a}=ee(),r=i((()=>{a(),n&&n()}),[n]);return p("div",{className:v("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(od,{className:"absolute top-0 right-0",onClose:r}),u("div",{className:"container",children:t})]}),u("div",{className:"container pb-6xl",children:l})]})}));const dd=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 md=e=>e?.length?p("div",{className:"sm:border-t sm:border-main-divider mt-2xs pt-2xs",children:[u("div",{className:"mb-m",children:u(Se,{size:"text-m",font:"font-light",color:"text-secondary-text",children:"Представительства за рубежом:"})}),u("div",{className:"flex flex-col sm:flex-row gap-5xl",children:e.map(((e,t)=>u(hd,{...e},String(t))))})]}):null,hd=x((({icon:e,...t})=>{const l=le(),{text:n,target:a,href:i,onClick:r}=l(t);return p("div",{className:"flex gap-s items-center",children:[e?u(Y,{pathPrefix:"/wcms-resources/",image:e}):null,n?u("a",{className:"hover:text-primary-hover",href:i,target:a,onClick:r,children:u(Se,{size:"text-l",font:"font-light",color:"text-primary-text",children:n})}):null]})})),ud=e=>t=>u("div",{className:"mb-xs sm:mb-2xs",children:u("button",{className:"cursor-pointer hover:text-primary-hover",onClick:()=>{e&&e(t)},children:u(Se,{size:"text-l",font:"font-light",children:t.name||""})})},t.id),pd=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"})]}))),xd=x((()=>{const{defaultLocation:e,foreignOffices:t}=cs(),[l,a]=Or(e),[r,s]=n(""),o=fd(function(){const{data:e}=tt("/api/v1/regions",at);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,gd),{close:d}=ee(),m=i((e=>{a(e),d()}),[]);return p(cd,{className:"pb-20",head:p("div",{children:[u(Se,{size:"text-h4",color:"text-primary-text",children:"Выберите филиал"}),l?p("div",{className:"mb-s",children:[u(Se,{size:"text-l",font:"font-light",children:"Сейчас выбран: "}),u("button",{onClick:()=>a(l),children:u(Se,{color:"text-primary-main",children:l.name})})]}):null,u(pd,{onSearch:s,searchTerm:r})]}),children:[r&&r.length>=3?u("div",{children:o.filter((({name:e})=>e&&dd(e.toLowerCase())(r.toLowerCase())>=.8)).map(ud(m))}):u("div",{className:"columns-1 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(Se,{size:"text-h6",children:e})}),t.map(ud(h))]},e)))}),md(t)]});var h})),gd=e=>e.name?.charAt(0)||"",fd=e=>e.map((e=>({...e,name:e.name?.replace(/республика|область|край'/gi,"").trim()||""}))),bd=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:v("font-sans relative",e),role:"form",children:[u("div",{className:"absolute h-full flex items-center pl-m pointer-events-none",children:u(Y,{image:{icon:"LoupeIcon",iconVersion:"black"},width:"24",height:"24"})}),u("input",{className:v("h-14 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})]})}));function yd(e,t,l=300){a((()=>{const t=globalThis.setTimeout(e,l);return()=>{globalThis.clearTimeout(t)}}),t)}const vd=(e,t)=>(l,n)=>{for(const[a,i]of n)l.set(a,e(l.get(a)||t,i));return l},Nd=e=>e.toLowerCase().split(/[^0-9a-zа-я-]+/).filter((e=>e.length>=3&&!/[0-9a-z]/.test(e))),wd=e=>t=>e.map((([e,l])=>[dd(t)(e),l])).filter((([e])=>e>=.8)).map((([e,t])=>Sd(t,e))).reduce(vd(Math.max,0),new Map),kd=e=>t=>{return Br(t,t.map((({title:e})=>e)).map((e=>t=>{const l=Nd(t||"");return l.length?ye(e.map((e=>$n(l.map(dd(e)))))):0})(e))).sort((e=>(t,l)=>-e(t,l))((l=([,e])=>e,(e,t)=>l(e)-l(t)))).map((([e])=>e));var l},Sd=(e,t)=>new Map(e.map((e=>[e,t]))),Cd=({basePathList:e,initialQuery:t=""})=>{const[l,i]=n(t||"");a((()=>{null!=t&&i(t)}),[t]);const{data:r}=tt(e?.length?e:null,Td),[s,o]=n(null);return yd((()=>{r&&o(r.map((e=>t=>{const{corpus:l,dictionary:n}=t||{};if(!(e&&l?.length&&n&&Object.keys(n).length))return[];const a=Nd(e);if(!a.length)return[];const i=Object.entries(n),r=[...a.map(wd(i)).reduce(vd(((e,t)=>e+t),0),new Map).entries()].filter((([,e])=>e>=.799*a.length)).map((([e])=>l[e]));return kd(a)(r)})(l)))}),[r,l]),[s,{value:l,onChange:i}]},Td=async(...e)=>(await Promise.allSettled(e.map((e=>nt(A(e,"/","search.index.json")))))).map((e=>"fulfilled"===e.status?e.value:{})),Id=x((({className:e,topItems:t})=>{const l=le({isRemote:!0});return u("div",{className:v("flex items-start justify-between",e),children:t?.map(l).map(Md)})})),Bd=["all","footer"],Md=(e,t)=>{const{text:l,items:n=[],href:a,target:i,onClick:r}=e,s=n.filter((e=>!e.displayArea||Bd.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(Rd,{...e,basePath:o(a),index:t},String(t))))]},String(t))},Rd=x((({text:e,index:t,basePath:l,...n})=>{const a=le({isRemote:!(!d.BASE_PATH||!l)&&!d.BASE_PATH.startsWith(l),basePath:l}),{href:i,target:r,onClick:s}=a(n);return u("a",{className:v("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}`})})),Pd=x((({initialQuery:e})=>{const{topItems:t}=cs(),l=r((()=>t?.map((e=>e.href||"/"))),[t]),[n,i]=Cd({basePathList:l,initialQuery:e}),s=r((()=>Vd(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(cd,{head:u(bd,{autoFocus:!0,...i}),children:u(Id,{topItems:s})})})),Vd=e=>t=>e?.length&&t?.length?Br(e,t).map((([e,t])=>({...e,items:t?.map((({title:e,uri:t})=>({text:e,href:A("/",t)})))}))):[];const Ad=x((({className:e})=>{const[t,l]=n(""),a=i((()=>l("")),[]),{open:r}=(()=>{const{open:e,close:t}=ee();return{open:(t={},l={})=>e(u(Pd,{...t}),l),close:t}})(),s=i((e=>{l(e),zd(e)&&r({initialQuery:e},{onClose:a})}),[a]);return p("div",{className:v("relative",e),children:[u(bd,{value:t,onChange:s}),u(od,{className:"absolute top-0 right-0 sm:hidden",onClose:a})]})})),zd=e=>e&&e.length>=3,_d=x((({item:e,basePath:t})=>{const l=le({isRemote:!(!d.BASE_PATH||!t)&&!d.BASE_PATH.startsWith(t),basePath:t}),{href:n,target:a,onClick:i}=l(e),r=M(),s=nd(r)({href:n});return p("a",{className:v(s?"text-primary-main":"text-primary-text","py-3 text-h5 font-light flex justify-between cursor-pointer"),href:n,target:a,onClick:i,children:[e.text,u(Y,{image:{icon:"ChevronLeftIcon",iconVersion:"black"},width:"24",height:"24",className:"text-secondary-text rotate-180 opacity-30"})]})})),jd=x((({activeMenuSubItems:e,basePath:t})=>e?u("div",{className:"mb-5",children:e.map(((e,l)=>u(_d,{item:e,basePath:t},String(l))))}):null)),Dd=({item:e,isActive:t,onClick:l})=>p("button",{type:"button",className:"relative",onClick:l,children:[u("span",{className:v("whitespace-nowrap",t?"text-primary-main":""),children:e.text}),t?u("div",{className:"absolute left-0 right-0 -bottom-3 h-0.5 bg-primary-main group-data-transparent:bg-transparent"}):null]}),Od=x((e=>{const{topItems:t,officesLink:l,defaultLocation:s}=cs(e.options?.page?.fallback),[o]=Or(s),c=(()=>{const{open:e,close:t}=ee();return{open:(t={})=>e(u(xd,{}),t),close:t}})(),d=i((()=>c.open()),[]),[m,h]=Kn({itemCount:t?.length??0}),[x]=ad(t),[g,f]=n(x),b=r((()=>t?.[g]),[t,g]),y=b?.items||[];a((()=>{f(x)}),[x]),a((()=>{g>0&&h.scrollTo(g)}),[g,h]);const v=i((e=>f(e)),[]);return u(cd,{head:u("div",{className:"flex items-center",children:u(C,{as:"h4",title:"Меню"})}),children:p("div",{className:"flex flex-col flex-nowrap relative w-full h-auto m-auto bg-white pb-24 box-border rounded-md",children:[u("div",{className:"w-full mb-3",children:u(An,{containerRef:m,visibleItemCount:0,gap:20,className:"pb-3",children:t?.map(((e,t)=>u(Dd,{item:e,isActive:g===t,onClick:()=>v(t)},String(t))))})}),p("div",{className:"relative grow overflow-auto",children:[u(jd,{activeMenuSubItems:y,basePath:b?.href}),u(Ad,{className:"grow mb-5"}),Ed(l),p("div",{className:"flex items-center text-s cursor-pointer",onClick:d,children:[u(Y,{image:{icon:"GeolocationIcon",iconVersion:"black"},width:"24",height:"24",className:"text-primary-main box-border mr-xs bg-main-divider p-xs rounded-md"}),p("div",{className:"flex flex-col items-start",children:[u(Se,{size:"text-h5",children:o.name}),u(Se,{color:"text-secondary-text",size:"text-s",children:"Ваша локация"})]})]})]})]})})})),Ed=e=>e?p("a",{className:"flex items-center mb-3",href:e,rel:"noopener noreferrer","aria-label":"Офисы и банкоматы",children:[u(Y,{image:{icon:"MapOpenedIcon",iconVersion:"black"},width:"24",height:"24",className:"text-primary-main box-border mr-xs bg-main-divider p-xs rounded-md"}),u("span",{children:"Офисы и банкоматы"})]}):null,Ld="burgerMenuDialog",$d=x((({...e})=>{const{menuItems:t=[]}=st(d.STICKY_MOBILE_MENU||"sticky-mobile-menu",{fallback:e.options?.page?.fallback,folderName:"portal-resources",setBasePath:!0}),[l,{toggle:n}]=(()=>{const{open:e,closeAll:t,close:l}=ee(),n=sd(),a=((e,t)=>t.find((t=>t.id===e),e))(Ld,n),r=i((()=>e(u(Od,{}),{id:Ld})),[]),s=i((()=>{a?t():r()}),[a]);return[Boolean(a),{open:r,close:l,toggle:s}]})(),a={title:"Меню",icon:{icon:"BurgerIcon",iconVersion:l?"color":"black"},isActive:l},s=Math.floor(t.length/2),o=r((()=>[...t.slice(0,s),a,...t.slice(s)]),[t,s,a]);return u("div",{className:"w-full mb-5","data-component":"sticky-bottom-menu-container",children:u(w,{className:"@container-normal fixed w-full h-[74px] bottom-0 left-0 my-0 mx-auto bg-transparent z-[100]",padding:"p-0",children:u(rd,{menuItems:o,onClick:n})})})})),Fd="hidden sm:flex absolute z-40 top-0",Ud=x((({className:e,items:t=[],value:l,onChange:n,tabsType:a})=>{const[i,r]=Kn({itemCount:t?.length||0});return p("div",{className:v("relative overflow-x-auto no-scrollbar",e),role:"tablist",children:[u(An,{containerRef:i,snapAlign:"snap-start",onVisibleIndicesChange:r.handleVisibleIndicesChange,children:t.map(uo(l,n,a))}),r.canScrollLeft?u(pi,{className:v("left-6",Fd),onClick:r.scrollLeft}):null,r.canScrollRight?u(xi,{className:v("right-6",Fd),onClick:r.scrollRight}):null]})})),Hd=({tabsMode:e,...t})=>{switch(e){case"wideScreen":return u(po,{...t});case"centered":return u("div",{className:"flex",children:u(po,{className:"m-auto p-xs rounded-md bg-main-gray",tabsType:"rounded",...t})});case"scrollable":return u("div",{className:"flex",children:u(Ud,{className:"m-auto",tabsType:"underlined",...t})});default:return null}},Wd="tab",Kd=x((({className:e="",isSticky:t,tabs:l=[],tabsMode:s,...o})=>{const c=M(),{isReady:d}=c,m=r((()=>l.map(Gd)),[l]),[h,p]=n(0);a((()=>{if(!l||!l[0])return;const e=c.query.tab&&l.findIndex((e=>"group"===e.type&&e.ref===c.query.tab))||0,t=l[e]||l[0];p(e),Yd(t)}),[d]),a((()=>{const e=l[h];"group"===e?.type&&y.subject("tab",{type:e.type,label:e.ref})}),[l,h]);const x=i((e=>{const t=m.indexOf(e),n=l[t];p(t),Yd(n),"group"===n.type&&(e=>{const t=new URLSearchParams(c.query);e.name?t.set(Wd,e.name):t.delete(Wd),c.replace(`${c.pathname}?${t}`,"",{scroll:!1})})(e)}),[l,m]);return u(w,{className:v(t?"sticky top-1 z-20":"",e),defaultPadding:"p-0",...o,children:Hd({items:m,value:m[h],tabsMode:s,onChange:x})})})),Yd=e=>{"group"===e.type&&y.fire("tab",{type:e.type,label:e.ref}),"link"===e.type&&y.fire("tab",{type:e.type,label:e.href})},Gd=e=>"group"===e?.type?{text:e.title,name:e.ref}:e,Xd={comparison:"flex gap-m duration-1000",tariff:"flex gap-5xl flex-grow duration-1000"},qd=x((({children:e,activeIndex:t,columnWidth:l,version:n="comparison"})=>u("div",{className:"flex flex-1 overflow-hidden",children:u("div",{className:Xd[n],style:{transform:`translateX(-${t*l}px)`},children:e})}))),Jd=x((({className:e="",isOpen:t,onClick:l})=>u(se,{className:e,appendRight:u(Y,{image:{icon:t?"ArrowUpIcon":"ArrowDownIcon"},width:"20",height:"20"}),text:t?"Скрыть":"Показать",version:"gray",onClick:l}))),Zd={Buttons:({buttons:e})=>je(e,{buttonClassName:"basis-0"}),Img:({image:e})=>e?.src?u(Y,{image:e}):null,List:({isDotted:e,...t})=>u(Fe,{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(Se,{size:"text-s",color:"text-secondary-text",children:t})}):null]}),Table:({isVisible:e,displayTable:t,dataUrl:l,pdfUrl:n,isOpen:a})=>e?u(Jd,{isOpen:a,onClick:()=>{t({dataUrl:l,pdfUrl:n})}}):null},Qd=x((({cell:e,fieldIdx:t,rowIdx:l,cellIdx:i,setTableInner:r,tableInner:s,openTableInnerIdx:o,setOpenTableInnerIdx:c})=>{const[d,m]=n(!0);a((()=>{i===o&&s||m(!0)}),[s,o]);return em({cell:e,cellProps:{rowIdx:l,cellIdx:i,fieldIdx:t,displayTable:e=>{m(!1),c(i),r(e)},isVisible:d}})})),em=({cell:e,cellProps:t})=>{if(!e)return null;const{tableCellType:l,...n}=e;if(!l||!(l in Zd))return null;return u(Zd[l],{...t,...n})},tm=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(((e,s)=>u(Qd,{cell:e,fieldIdx:s,rowIdx:t,cellIdx:l,setTableInner:n,tableInner:a,openTableInnerIdx:i,setOpenTableInnerIdx:r},String(s)))):null}))),lm=(e,t)=>140*ye(e.slice(0,t).map((e=>e?.cols?.length??1))),nm=(e,t)=>e?.length>0?u("div",{className:v("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,am=x((({rows:e})=>{return u(An,{visibleItemCount:0,snapAlign:"snap-start",children:u("div",{children:e?.map((t=0,(e,l)=>{if(!e?.length)return null;const[n,...a]=e,i=v("flex duration-1000 text-center",0!==l?"font-normal":"font-light");return p("div",{className:"flex border-main-divider border-b border-solid h-full",children:[n?.data?u("div",{className:"text-xl font-light w-56 min-w-56 py-lg",children:n.data}):null,u("div",{className:"flex flex-grow overflow-hidden",children:u("div",{className:i,style:{transform:`translateX(-${lm(a,t)}px)`},children:a?.map(((e,l)=>p("div",{className:"flex flex-col flex-grow gap-s justify-center py-xl odd:bg-main-divider",children:[e?.data?u("div",{className:"text-xl font-light",children:e.data}):null,e?.cols?nm(e.cols,t):null]},`row${l}`)))})})]},String(l))}))})});var t})),im=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(Se,{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(am,{rows:t.rowsData})})})]},n)}))}))),rm=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:"link",target:"_blank",appendLeft:u(O,{name:"DocDownloadIcon",iconVersion:"color",className:"mr-3xs",width:"20",height:"20"}),text:"Скачать в PDF"}):null]})));async function sm(e){const t=await fetch(e);return await t.json()}const om=x((({dataUrl:e,pdfUrl:t,onClick:l})=>{const{tableData:a}=function(e){const{data:t}=tt(function(e){return`/wcms-resources/${e||"tariffs-inner-table-data"}.json`}(e),sm);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(rm,{currencies:d,activeTabIndex:r,setActiveTabIndex:o,linkToPDF:t}),u(im,{activeTabIndex:r,items:c}),u(Jd,{className:"mt-xl",onClick:l,isOpen:!0})]}:{className:"my-lg space-y-m text-h6 text-center",children:[u("p",{children:"Данных нет"}),u(Jd,{onClick:l,isOpen:!0})]})})),cm=x((({children:e,tableInner:t,onHideContentClick:l})=>p("div",{className:"self-start flex flex-col",role:"row",children:[u("div",{className:v("@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(om,{...t,onClick:l})}):null]}))),dm=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(cm,{onHideContentClick:()=>o(void 0),tableInner:s,...r,children:[u("div",{className:v("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(Y,{className:"hidden @4xl:block max-w-6 shrink-0",image:e.icon,width:"24",height:"24"}):null,e?.title?u(Se,{size:"text-m",font:"font-light",children:e?.title}):null]})}),t?.length?u(qd,{activeIndex:l,columnWidth:360,version:"tariff",children:t.map(((e,t)=>u(tm,{cells:e,rowIdx:a,cellIdx:t,setTableInner:c,tableInner:s,openTableInnerIdx:d,setOpenTableInnerIdx:h,...r},String(t))))}):null]})}));function mm({dec:e,inc:t,canDec:l,canInc:n,btnClass:a,className:i=""}){return l||n?p("div",{children:[l?u(ui,{className:`absolute z-40 ${a[0]} ${i}`,onClick:e,ariaLabel:"Пролистать влево","data-block-control":"scroll-left",disabled:!l}):null,n?u(ui,{className:`absolute z-40 rotate-180 ${a[1]} ${i}`,onClick:t,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right",disabled:!n}):null]}):null}const hm=x((({children:e,controls:t})=>{const{isScrollAvailable:l}=t;return p("div",{role:"table",children:[p("div",{className:"relative space-y-xs",children:[e,mm({...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]})})),um=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]=hi({itemCount:c,visibleItemCount:2}),h=(o||[]).map(((e,t)=>u(dm,{row:e,activeIndex:d,rowIdx:t,...r},String(t)))),[x,g]=i>0?[h.slice(0,-i),h.slice(-i)]:[h,[]];return p(w,{className:v("overflow-hidden relative space-y-6xl @4xl:space-y-xl",e),defaultPadding:"p-6xl",...r,children:[u(B,{title:t,description:l,headlineVersion:"M",isEmbedded:!0,align:"text-center"}),u("div",{className:"space-y-m",children:i>0?u(Zn,{renderFoldableSection:({isUnfolded:e})=>p(hm,{controls:m,children:[x,u(Qn,{isUnfolded:e,children:g})]}),renderFoldButton:ur}):u(hm,{controls:m,children:h})})]})})),pm=x((({className:e="",title:t,description:l,iconVersion:n,image:a,__html:i,items:r=[],...s})=>p(w,{className:v("flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10",e),...s,children:["small"===n?xm():null,"big"===n?gm(a):null,p("div",{className:"flex flex-col w-fit gap-2xs sm:gap-xs",children:[t?u(Se,{size:"text-l",font:"font-normal",color:"text-primary-text group-data-secondary:text-white",children:t}):null,l?fm(l):null,r?.length?bm(r,!0):null,i?u(we,{__html:i}):null]})]}))),xm=()=>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"}),gm=e=>e?.src?u(Y,{className:"h-fit flex-shrink-0",image:e}):null,fm=e=>u(T,{size:"text-s",font:"font-light",color:"text-secondary-text group-data-secondary:text-white",children:e}),bm=(e,t)=>u("ul",{className:v("text-secondary-text group-data-secondary:text-white/80",t?"list-disc pl-xl":""),children:e.map(((e,t)=>u("li",{children:u(Se,{size:"text-s",font:"font-light",children:e})},`listItem-${t}`)))}),ym={AdTile:ct,ApplicationForm:bn,BenefitsBlock:kn,Bonus:Cn,BonusBenefitsBlock:Xn,ButtonsBlock:Jn,Calculator:li,CardTransfer:mi,Carousel:zi,CarouselBankHistoryCard:_i,CarouselCard:Oi,CarouselCatalogCard:Li,CarouselLinks:Hi,CarouselRecommendationCard:qi,CarouselTariffsCard:Qi,ComparisonTable:or,DepositFiltration:Ar,ErrorBlock:jr,ExchangeRateTile:ss,Footer:Ts,Header:Os,Headline:B,HorizontalLayout:$s,ImgBlock:Fs,LinkDocs:Ks,MobileAppTile:Gs,MortgageFiltration:go,OfficesAtmsMap:fc,Placeholder:bc,ProductBlock:Ze,ProductGallery:wc,RepresentativeOfficeInfo:kc,RichTextBlock:Tc,RollupItem:us,SafeDepositRental:Yc,StepsBlock:Qc,StickyBottomMenu:$d,Tabs:Kd,TariffsTable:um,TextBlock:pm,VerticalLayout:Ls},vm="cookie",Nm=x((({termLink:e,personalDataPolicyLink:t})=>{const[l,{setTrue:n,setFalse:a}]=Dt();yd((()=>{globalThis.localStorage?.getItem(vm)||n()}),[],3e3);const r=i((()=>{globalThis.localStorage?.setItem(vm,"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(T,{size:"text-s",font:"font-light",color:"text-primary-text",children:["АО «Россельхозбанк» использует",u(Ki,{isRemote:!0,className:wm(e?.href),...e,children:"cookie"}),"(файлы с данными о прошлых посещениях сайта) для персонализации сервисов и удобства пользователей. Вы можете запретить сохранение cookie в настройках своего браузера.",u(Ki,{isRemote:!0,className:wm(t?.href),...t,children:"Обработка Ваших персональных данных"}),"производится в соответствии с требованиями Федерального закона от 27.07.2006 № 152-Ф3 «О персональных данных»."]})}),u("div",{className:"ml-s sm:ml-0 w-24 flex justify-end",children:u(od,{className:"bg-main-gray rounded-md",onClose:r})})]})}):null})),wm=e=>v("inline mx-2xs",e?"text-green-dark":""),km=x((()=>{const e=i((e=>{for(const t of e)t?.onClose&&t.onClose()}),[]),t=i((e=>{e?.onClose&&e.onClose()}),[]),l=sd({onCloseAll:e,onClose:t}),{close:n}=ee(),r=i((({key:e})=>{"Escape"===e&&n()}),[]);return Et(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:v("absolute inset-0 overflow-x-hidden overflow-y-scroll no-scrollbar",n===l.length-1?"":"hidden"),children:e},String(t||n))))}):null})),Sm=x((()=>{const[e,t]=n(null),l=i((()=>{t(null)}),[]);a((()=>y.subscribe("popup",(e=>{switch(e.type){case"open":case"update":t(e);break;case"close":l();break;default:Xc(e)}}))),[]);const r=i((({key:e})=>{"Escape"===e&&l()}),[l]);return Et(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})),Cm=h();const Tm=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:Im()}))),Im=()=>p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[Bm("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"),Bm("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")]}),Bm=e=>u("path",{stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",strokeMiterlimit:"10",d:e}),Mm=x((({className:e=""})=>{const t=function(e){const[t,l]=n(0);return a((()=>{(async()=>{const[t]=await Cm.getLikeCount(e);l(t?.value||0)})()}),[e]),{likeCount:t,like:i((async()=>{l(await Cm.like(e))}),[e]),dislike:i((async()=>{l(await Cm.dislike(e))}),[e])}}(M().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(Tm,{onClick:te(t.like),ariaLabel:"Поставить отметку «лайк»"}),u(Tm,{onClick:te(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),u("span",{className:"select-none",children:t.likeCount})]})})),Rm=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 p("div",{"data-theme":s,children:[p("section",{className:v("@container relative",a,e),children:[i?.header?u("div",{className:"relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]",children:Si(i?.header,{...o,slotName:"header"})}):null,p("div",{className:"container space-y-px @5xl:space-y-0 @5xl:grid @5xl:grid-cols-12 @5xl:gap-2xs",children:[Ci({block:n,options:o,extraProps:{className:"scroll-mt-12"}}),Si(i?.footer,{...o,slotName:"footer"})]}),r?u("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:u(Mm,{className:"rounded-tl-3xl sticky bottom-0 pointer-events-auto"})}):null]}),u($d,{}),u(km,{}),u(Sm,{}),u(Nm,{termLink:{href:"/pd-policy#cookie",target:"_blank"},personalDataPolicyLink:{href:"/pd-policy",target:"_blank"}})]})}));Rm.childrenTypes=[],Rm.slots=()=>["header","footer","StickyBottomMenu"];e.Blocks=ym,e.ContentPage=Rm,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=te,e.joinList=e=>t=>t.reduce(((t,l,n)=>t.length?t.concat({...e,key:`sep-${n}`},l):[l]),[]),e.packageVersion="0.14.77",e.projectSettings=d,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=z,e.useRouter=M,Object.defineProperty(e,"__esModule",{value:!0})}));