@redneckz/wildless-cms-uni-blocks 0.3.39 → 0.3.40

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.
@@ -1552,7 +1552,7 @@
1552
1552
  });
1553
1553
 
1554
1554
  const GracePeriod = JSX(({ className = '', title, description, calendar, anchor = null }) => {
1555
- return (jsxs("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [jsx(Heading, { headingType: "h2", className: "text-center", title: title }), jsx("div", { className: "font-light text-base-md text-center mt-3", children: description }), renderCalendar(calendar)] }));
1555
+ return (jsxs("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [jsx(Heading, { headingType: "h2", className: "text-center", title: title }), jsx("div", { className: "font-light text-base-md text-center mt-3", children: description }), calendar ? renderCalendar(calendar) : null] }));
1556
1556
  });
1557
1557
  const renderCalendar = (calendar) => {
1558
1558
  const colCount = calendar.reduce((accumulator, currentValue) => accumulator + currentValue.month.length, 0) || 1;
@@ -1564,7 +1564,7 @@
1564
1564
  return (jsxs("div", { className: "w-full flex flex-col justify-center mt-14", children: [jsx("div", { className: "flex w-full mb-3 font-light text-m-title-md mb-3 text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), jsx("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => (jsxs("div", { className: "pr-3 mr-3 border-r border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [jsx("div", { className: "flex", children: renderMonthImages(_) }), jsxs("div", { className: "font-light text-sm text-primary-text mt-3", children: [jsx("span", { children: _.blackText }), "\u2009", jsx("span", { className: "text-primary-main", children: _.greenText })] })] }, `monthItem-${ind}`))) })] }));
1565
1565
  };
1566
1566
  const renderMonthNames = (item, colSize) => item.month.map((_) => (jsx("div", { style: { flexBasis: `${colSize}%` }, children: _.name }, `monthName-${_.name}`)));
1567
- const renderMonthImages = (item) => item.month.map((_) => (jsx("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: jsx(Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)));
1567
+ const renderMonthImages = (item) => item.month.map((_) => _.image?.src ? (jsx("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: jsx(Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)) : null);
1568
1568
 
1569
1569
  const checkIsHrefSameOrigin = (href, router) => getOrigin(href) === getOrigin(router.href);
1570
1570
 
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniBlocks={})}(this,(function(e){"use strict";const t=(e,n)=>{t._jsx=e,t._jsxs=n||e};t.vue=e=>{t(((t,{children:n,dangerouslySetInnerHTML:r,...a}={})=>{const l=Object.assign({},a,r?{innerHTML:r.__html}:{});return e(t,l,"string"!=typeof t?()=>n:n)}))};const n=(...e)=>t._jsx(...e),r=(...e)=>t._jsxs(...e),a=e=>(e._tmpl||(e._tmpl=function(t,n){const{children:r,...a}=t||{},l=n?.slots?.default,i=r||l&&l();return e(Object.assign(a,i&&{children:i}),n)},e._tmpl.inheritAttrs=!1),e._tmpl);const l="likesToken";const i={h1:"text-title-xl tracking-[-0.3px]",h2:"text-title",h3:"text-title-sm",h4:"text-title-xs",h5:"text-title-2xs tracking-[0.2px]",h6:"text-title-2xs tracking-[0.2px]"},o=a((e=>{const{className:t="",headingType:r,title:a,as:l}=e;if(!r)return;return n(l||r,{className:`font-sans m-0 ${i[r]} ${t}`,children:a})})),s={left:"text-left",center:"text-center",right:"text-right"},c={transparent:{background:"bg-transparent",text:"text-primary-text",description:"text-primary-text"},primary:{background:"bg-white",text:"text-primary-text",description:"text-primary-text"},secondary:{background:"bg-primary-main",text:"text-white",description:"text-white/80"}},d=a((({bgColorHeadline:e="transparent",align:t="left",className:a="",title:l,description:i,anchor:d=null})=>{const m=c[e];return r("section",{className:`p-[50px] ${m.background} ${a}`,id:d,children:[l&&n(o,{headingType:"h2",className:`text-primary-text ${m.text} ${s[t]}`,title:l}),i&&n("p",{className:`font-normal text-base mt-4 ${m.text} ${s[t]}`,children:i})]})})),m=new class{_={PROD_BRANCH:"master",FORCED_DRAFT_FLOW:!1};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}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ENABLE_ASSIST(){return this._.ENABLE_ASSIST}get SITEMAP(){return this._.SITEMAP}get CDN(){return this._.CDN}};var h,x;!function(e){e.ActualBalanceIcon="ActualBalanceIcon",e.AppleIcon="AppleIcon",e.ArrowDownIcon="ArrowDownIcon",e.ArrowLeftIcon="ArrowLeftIcon",e.ArrowsRewindRight="ArrowsRewindRight",e.ArrowUpIcon="ArrowUpIcon",e.AtmIcon="AtmIcon",e.BankIcon="BankIcon",e.BurgerIcon="BurgerIcon",e.BurgerIconWhite="BurgerIconWhite",e.Calendar2Icon="Calendar2Icon",e.CalendarCircleIcon="CalendarCircleIcon",e.CalendarIcon="CalendarIcon",e.CalendarTickIcon="CalendarTickIcon",e.CalendarWhiteIcon="CalendarWhiteIcon",e.CardIcon="CardIcon",e.CardPosIcon="CardPosIcon",e.CardTickIcon="CardTickIcon",e.CardWithGemIcon="CardWithGemIcon",e.ChartSquareIcon="ChartSquareIcon",e.ClockIcon="ClockIcon",e.CloseIcon="CloseIcon",e.ComfortableCompIcon="ComfortableCompIcon",e.CreditCardsIcon="CreditCardsIcon",e.DiscountShapeIcon="DiscountShapeIcon",e.DocIcon="DocIcon",e.DocIconMonoColor="DocIconMonoColor",e.DocumentTextIcon="DocumentTextIcon",e.DollarIcon="DollarIcon",e.EarthIcon="EarthIcon",e.EmptyWalletChangeIcon="EmptyWalletChangeIcon",e.EmptyWalletIcon="EmptyWalletIcon",e.EmptyWalletWhiteIcon="EmptyWalletWhiteIcon",e.EuroIcon="EuroIcon",e.GeolocationIcon="GeolocationIcon",e.GlassIcon="GlassIcon",e.GlobalIcon="GlobalIcon",e.GpsIcon="GpsIcon",e.GridIcon="GridIcon",e.GridIconWhite="GridIconWhite",e.InterestGrowthIcon="InterestGrowthIcon",e.InterestIcon="InterestIcon",e.JCBIcon="JCBIcon",e.LoupeIcon="LoupeIcon",e.MasterCardIcon="MasterCardIcon",e.MinusIcon="MinusIcon",e.MirIcon="MirIcon",e.MoneyIcon="MoneyIcon",e.MoneyInsuranceIcon="MoneyInsuranceIcon",e.MonitorMobileIcon="MonitorMobileIcon",e.NewDocIcon="NewDocIcon",e.OfficeIcon="OfficeIcon",e.OkIcon="OkIcon",e.PassSendIcon="PassSendIcon",e.PercentageRoundIcon="PercentageRoundIcon",e.PercentageSquareIcon="PercentageSquareIcon",e.PercentageSquareWhiteIcon="PercentageSquareWhiteIcon",e.PersonalCardIcon="PersonalCardIcon",e.PlayMarketIcon="PlayMarketIcon",e.PlusIcon="PlusIcon",e.Profile2UserIcon="Profile2UserIcon",e.ProfileIcon="ProfileIcon",e.RoundRubleIcon="RoundRubleIcon",e.SafeIcon="SafeIcon",e.ShieldTickIcon="ShieldTickIcon",e.SignDocsIcon="SignDocsIcon",e.SmallClockIcon="SmallClockIcon",e.TelegramIcon="TelegramIcon",e.UnionPayIcon="UnionPayIcon",e.UserTickIcon="UserTickIcon",e.VisaIcon="VisaIcon",e.VKIcon="VKIcon",e.WalletAdd2Icon="WalletAdd2Icon",e.WalletAddIcon="WalletAddIcon",e.WalletIcon="WalletIcon",e.WalletWithMoneyIcon="WalletWithMoneyIcon"}(h||(h={})),function(e){e.ActualBalanceIcon="Деньги",e.AppleIcon="Лого «Apple»",e.ArrowDownIcon="Стрелка 'Вниз'",e.ArrowLeftIcon="Стрелка 'Влево'",e.ArrowsRewindRight="ArrowsRewindRight",e.ArrowUpIcon="ArrowUpIcon",e.AtmIcon="Банкомат",e.BankIcon="Банк",e.BurgerIcon="Бургер",e.BurgerIconWhite="Бургер (белый)",e.Calendar2Icon="Календарь 2",e.CalendarCircleIcon="Скруглённый календарь",e.CalendarIcon="Календарь",e.CalendarTickIcon="Календарь с галочкой",e.CalendarWhiteIcon="Календарь белый",e.CardIcon="Кред. карта",e.CardPosIcon="Кред. карта под наклоном",e.CardTickIcon="Кред. карта с галочкой",e.CardWithGemIcon="Карта с драгоценностями",e.ChartSquareIcon="Деньги внутри кошелька",e.ClockIcon="Часы",e.CloseIcon="Крестик",e.ComfortableCompIcon="Кресло",e.CreditCardsIcon="Кредитные карты",e.DiscountShapeIcon="Скидка",e.DocIcon="Документ",e.DocIconMonoColor="Документ (одноцветный)",e.DocumentTextIcon="Документ с текстом",e.DollarIcon="Доллар",e.EarthIcon="Земля",e.EmptyWalletChangeIcon="Пустой кошелёк с возвратом",e.EmptyWalletIcon="Пустой кошелёк",e.EmptyWalletWhiteIcon="Пустой кошелёк (белый)",e.EuroIcon="Евро",e.GeolocationIcon="Геолокация",e.GlassIcon="Зеркало",e.GlobalIcon="Глобус",e.GpsIcon="Gps",e.GridIcon="Сетка",e.GridIconWhite="Сетка (белая)",e.InterestGrowthIcon="Диаграмма роста",e.InterestIcon="Скидка",e.JCBIcon="JCB",e.LoupeIcon="Лупа",e.MasterCardIcon="MasterCard",e.MinusIcon="Минус",e.MirIcon="МИР",e.MoneyIcon="Деньги",e.MoneyInsuranceIcon="Денежное страхование",e.MonitorMobileIcon="Монитор и мобильный",e.NewDocIcon="Новый документ",e.OfficeIcon="Офис",e.OkIcon="Лого «Одноклассники»",e.PassSendIcon="Бизнес",e.PercentageRoundIcon="Проценты (круг.)",e.PercentageSquareIcon="Проценты",e.PercentageSquareWhiteIcon="Проценты белые",e.PersonalCardIcon="Персональная карта",e.PlayMarketIcon="Лого «PlayMarket»",e.PlusIcon="Плюс",e.Profile2UserIcon="Профиль, 2 персоны",e.ProfileIcon="Профиль",e.RoundRubleIcon="Рубль (круг.)",e.SafeIcon="Сейф",e.ShieldTickIcon="Безопасность",e.SignDocsIcon="Подписанные документы",e.SmallClockIcon="Маленькие часы",e.TelegramIcon="Лого «Telegram»",e.UnionPayIcon="UnionPay",e.UserTickIcon="Пользователь",e.VisaIcon="Visa",e.VKIcon="Лого «VK»",e.WalletAdd2Icon="Пополнение карты",e.WalletAddIcon="Кошелёк с плюсом",e.WalletIcon="Кошелёк",e.WalletWithMoneyIcon="Кошелёк с деньгами"}(x||(x={}));const u={none:"",primary:"text-white",secondary:"text-white"},p=a((({className:e="",name:t="",alt:a=`Иконка ${x[t]||t}`,title:l=a,asSVG:i,color:o="primary",...s})=>{const c=`${m.CDN||""}icons/${t}.svg`;return i?r("svg",{className:`${u[o]} ${e}`,...s,"aria-hidden":"true",style:"secondary"===o?{filter:"invert(1)"}:null,children:[l?n("title",{children:l}):null,a?n("desc",{children:a}):null,n("use",{href:`${c}#icon`,xlinkHref:`${c}#icon`})]}):n("img",{className:e,src:c,alt:a,title:l,...s,"aria-hidden":"true"})})),b=a((({className:e="",image:t,imageClassName:r="",...a})=>{if(!t)return null;const l="string"==typeof t?t:t.icon;return l||""===l?l.length?n(p,{className:e,name:l,...a}):null:n(g,{className:e,imageClassName:r,image:t})})),g=a((({className:e="",image:t,imageClassName:a=""})=>t?r("picture",{className:`flex-none ${e}`,children:[t?.sources?.length?t.sources.map((({src:e,format:t},r)=>n("source",{srcSet:e,type:N(t)},`${r}_${e}`))):null,f(t,a)]}):null)),f=(e,t="")=>{const r={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},a=e.title||"",l=e.alt||e.title;return n("img",{src:e.src,className:t,alt:l,title:a,style:r,...e.size})};function N(e){return e?`image/${String(e)}`:void 0}const y=a((({className:e,iconClassName:t,textClassName:a,suffixClassName:l,doc:i,icon:o})=>{const{text:s,fileSize:c,...d}=i;return r("a",{className:e,role:"link",...d,children:[o?n(b,{className:t,image:o,width:"24px",height:"24px",asSVG:!0}):null,s?r("span",{className:a,children:[s,n("span",{className:l,children:d?.href&&v(w(d.href),c)})]}):null]})})),v=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),w=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},I=a((({className:e="",doc:t,icon:r})=>n(y,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3.5 min-w-6 min-h-6 text-primary-text",textClassName:"self-center font-light",suffixClassName:"text-secondary-text group-hover:text-primary-main",doc:t,icon:r}))),k=a((({className:e,documents:t,columnsMode:r="double",icon:a})=>t?.length?n("div",{className:e,role:"list",children:t.map(((e,t)=>n("div",{className:"double"===r?"basis-[calc(50%-20px)]":"",role:"listitem",children:n(I,{className:"group flex align-middle h-fit w-fit text-primary-text no-underline hover:text-primary-main",doc:e,icon:a})},String(t))))}):null)),C={left:"text-left",center:"text-center",right:"text-right"},$={double:"mb-8",single:"mb-[26px]"},S={double:"flex gap-x-5 gap-y-[26px] flex-wrap",single:"flex gap-3.5 flex-col"},T=a((({className:e="",title:t,subtitle:a,align:l,documents:i,icon:s={icon:"DocIcon"},columnsMode:c="double",anchor:d=null})=>r("section",{className:`font-sans text-primary-text p-12 bg-white ${e}`,id:d,children:[t?n(o,{headingType:"h2",className:`${a?"mb-2.5":$[c]} ${C[l??"center"]}`,title:t}):null,a?n("h3",{className:`text-base mt-0 font-normal ${$[c]} ${C[l??"center"]}`,children:a}):null,n(k,{className:S[c],columnsMode:c,documents:i,icon:s})]}))),D={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},A=a((({className:e="",title:t,image:a,benefits:l,version:i="primary",directionRight:s=!1,anchor:c=null})=>r("section",{className:`relative font-sans p-14 ${D[i]} ${e}`,id:c,children:[n(o,{headingType:"h2",className:"text-center",title:t}),r("div",{className:"flex justify-center mt-9",children:[a?.src&&n(b,{className:s?"order-2 ml-6":"mr-6",image:a}),l?.length?n("div",{className:"flex flex-col",children:l.map(((e,t)=>function(e,t,a){return r("div",{className:"flex flex-row mb-8",children:[e.icon?n(b,{className:"w-[48px] h-[48px] bg-main rounded-full box-border p-[12px]",image:e.icon,width:"48",height:"48",asSVG:!0}):null,r("div",{className:"flex gap-1 flex-col h-full ml-5 max-w-[490px]",children:[e.label&&n("div",{className:"font-medium text-xl m-0 "+("primary"===a?"text-primary-text":""),children:e.label}),e.description&&n("div",{className:"font-normal text-sm "+("primary"===a?"text-secondary-text":""),children:e.description})]})]},String(t))}(e,t,i)))}):null]})]})));const R=e=>e?.includes("//"),M=e=>(e||"").replace(/\/?\?.*/,""),L=e=>{if(!e||!R(e))return;const t=e,n=t.indexOf("//"),r=t.indexOf("/",n+"//".length);return-1!==r?t.substring(0,r):t},P=e=>{if(!e||!R(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0};var j=Object.freeze({__proto__:null,isURL:R,withoutQuery:M,getOrigin:L,getHash:P});const B="/mobile",_=(e,t)=>{if(!e)return e;const n=L(t?.href);return n?e.replace(n,"")||"/":e},W=e=>e;function G({router:e,handlerDecorator:t=W},n){const r=((e,t)=>{if(!e)return e;const n=_(e,t)||"",r=t?.pathname.startsWith(B);return r&&!R(n)?`/mobile${n}`:n})(n.href,e);return{...n,href:r,"aria-label":n.text,onClick:t((t=>{const a=r&&!R(r),l=!n.target||"_self"===n.target;a&&l&&(t.preventDefault(),e.push(r))}),n)}}const V=a((({text:e,href:t,target:r,onClick:a,className:l="",children:i})=>t?n("a",{className:`no-underline ${l}`,href:t,target:r,onClick:a,children:n("span",{className:l,children:e||i})}):n("span",{className:l,children:e||i})));function E(e){return t=>t.reduce(((t,n,r)=>t.length?t.concat({...e,key:r},n):[n]),[])}const O=a((e=>{const{text:t,aboveText:a,appendLeft:l}=e;return r("div",{className:F(e),children:[l||null,H(e)?r("div",{children:[n("div",{className:"text-m-2xs font-light text-left",children:a}),n("div",{className:"text-button text-left",children:t})]}):null]})})),F=e=>{const{version:t,aboveText:n,rounded:r}=e;if("link"===t)return"";const a="px-8 gap-2 "+(n?"py-2":"py-[18px]");return["flex items-center justify-center",H(e)?a:"h-12 w-12",r?"rounded-full":""].join(" ")},H=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),U={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-secondary-light hover:bg-secondary-hover active:bg-secondary-active",link:""},Z={primary:"bg-secondary-dark text-secondary-text",secondary:"bg-secondary-light text-secondary-text",link:""},z="text-center font-sans select-none",q=a((e=>{const{text:t,aboveText:r,appendLeft:a,children:l,disabled:i,rounded:o}=e,s=l??n(O,{text:t,aboveText:r,appendLeft:a,rounded:o});return n(i?K:J,{...e,children:s})})),J=a((({className:e,ariaLabel:t,version:r="none",rounded:a,href:l,target:i,children:o,onClick:s,...c})=>{const{aboveText:d,appendLeft:m,...h}=c;return n("a",{className:`${z} inline-block cursor-pointer no-underline ${U[r]||""} ${a?"rounded-full":"rounded-md"} ${e||""}`,href:l,target:i,onClick:s,"aria-label":t,role:l?"link":"button",...h,children:o})})),K=a((({className:e,children:t,ariaLabel:r,version:a="none",rounded:l})=>n("div",{role:"button","aria-disabled":"true","aria-label":r,tabIndex:"-1",className:`inline-block ${z} ${Z[a]||""} ${l?"rounded-full":"rounded-md"} ${e||""}`,children:t}))),X=a((({context:e,className:t="",buttons:r})=>{const{handlerDecorator:a}=e,l=e.useRouter();return r?.length?n("div",{className:`${t}`,children:r.map(((e,t)=>function({icon:e,...t},r){if(!t?.text)return;return n(q,e?{appendLeft:n(b,{image:e,width:"24",height:"24",asSVG:!0}),...t}:{...t},String(r))}(G({router:l,handlerDecorator:a},e),t)))}):null}));const Q=a((e=>{const{className:t="",description:r}=e;return n("div",{className:`font-normal text-base ${t}`,children:r})})),Y={primary:"rounded-full inline-block mr-3 mt-2",secondary:"rounded-full inline-block mr-3 mt-2",gray:"rounded-full inline-block mr-3 mt-2",tile:"rounded-full inline-block mr-4","tile-white":"rounded-full inline-block mr-4"},ee={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text",tile:"bg-black","tile-white":"bg-white"},te=a((({className:e="",isDotted:t=!0,children:a,version:l="primary"})=>r("div",{className:`font-sans flex items-start ${e}`,role:"listitem",children:[t&&n("div",{className:ne(l)}),n("span",{children:a})]}))),ne=e=>`${Y[e]} ${ee[e]} ${{primary:"w-2 h-2 min-w-2 min-h-2",secondary:"w-2 h-2 min-w-2 min-h-2",gray:"w-1.5 h-1.5 min-w-1.5 min-h-1.5",tile:"w-[7px] h-[7px] min-w-[7px] min-h-[7px]","tile-white":"w-[7px] h-[7px] min-w-[7px] min-h-[7px]"}[e]}`,re={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text",tile:"text-primary-text","tile-white":"text-white"},ae=a((e=>{const{className:t="",itemClassName:r,isDotted:a,items:l,version:i="primary"}=e;return n("section",{className:`${re[i]} ${t}`,role:"list",children:l?.length?l.map(((e,t)=>n(te,{className:r,isDotted:a,version:i,children:e},String(t)))):null})})),le=a((({className:e="",title:t,children:a,buttons:l,image:i,anchor:o=null})=>r("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,id:o,children:[t,r("div",{className:"flex grow w-full justify-between",children:[r("div",{className:"flex flex-col justify-between w-full",children:[n("div",{children:a}),l?n("div",{children:l}):null]}),i]})]}))),ie={primary:"bg-primary-main",secondary:"bg-white/30"},oe={primary:"text-primary-text",secondary:"text-white"},se={primary:"text-secondary-text",secondary:"text-white"};const ce=a((({className:e="",context:t,title:a,headingType:l="h2",description:i,benefits:o,buttons:s,image:c,items:d,version:m="primary",isDotted:h=!0,textBlockClassName:x=""})=>{const u="secondary"===m?"text-white":"text-primary-text";return r("div",{className:`flex grow justify-between items-stretch ${e}`,children:[n("div",{className:`flex flex-col ${x}`,children:r(le,{context:t,title:de(a,l),buttons:me(t,s),children:[i&&n(Q,{className:`mt-4 max-w-[600px] text-md font-light ${u}`,description:i}),o?.filter((e=>e.label))?.length?n("div",{className:"flex gap-6 mt-6",children:o.map(((e,t)=>function(e,t,a){return r("div",{className:"flex gap-4 items-center",children:[e.icon?n(b,{className:`w-[50px] h-[50px] min-w-[50px] min-h-[50px] rounded-full p-[10px] box-border text-white ${ie[a]}`,image:e.icon,width:"24",height:"24",asSVG:!0}):null,r("div",{className:"flex gap-0.5 flex-col h-full max-w-[149px]",children:[n("div",{className:`font-medium text-xl m-0 ${oe[a]}`,children:e.label}),e.description&&n("div",{className:`font-normal text-m-md ${se[a]}`,children:e.description})]})]},String(t))}(e,t,m)))}):null,d?.length?n(ae,{className:"mt-5 text-title-2xs font-light",items:d,itemClassName:"mb-[7px]",version:m,isDotted:h}):null]})}),c?.src&&n(b,{className:"mt-auto",image:c})]})})),de=(e,t)=>e&&n(o,{headingType:t,title:e,className:"whitespace-pre-wrap max-w-[600px]"}),me=(e,t)=>t?.length?n(X,{context:e,buttons:t,className:"flex mt-9 gap-4"}):null,he={primary:"bg-primary-main",secondary:"bg-white"},xe={primary:"text-white",secondary:"text-primary-text"};function ue(e,t,a){return r("div",{className:`flex items-center ${a}`,children:[n(q,{rounded:!0,className:`w-12 h-12 min-h-12 max-h-12 flex items-center justify-center mr-3 ${he[t]}`,ariaLabel:e,children:n(b,{className:`w-4 h-4 min-w-4 min-h-4 rounded-full box-border ${xe[t]}`,image:{icon:"ArrowLeftIcon"},color:"none",width:"24",height:"24",asSVG:!0})}),e?n("span",{className:"text-m-md",children:e}):null]})}const pe={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},be={primary:"text-secondary-text",secondary:"text-white/80"},ge=a((e=>{const{context:t,className:a="",breadcrumbs:l,version:i="primary",anchor:o=null,...s}=e,c=t.useRouter(),{handlerDecorator:d}=t;return r("section",{className:`font-sans pt-10 pl-[50px] pb-[50px] pr-[7.5rem] box-border min-h-[420px] ${pe[i]} ${a}`,id:o,children:[ue("Все дебетовые карты",i,"mb-10"),l?.length?n("div",{className:"text-xs mb-6",children:E(n("span",{className:`mx-2 ${be[i]}`,children:"/"}))(l.map(((e,t)=>n(V,{...G({router:c,handlerDecorator:d},{className:be[i],...e})},String(t)))))}):null,n(ce,{context:t,version:i,...s})]})})),fe={primary:{background:"bg-white",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"},secondary:{background:"bg-primary-main",icon:"bg-white text-primary-main",title:"text-white",description:"text-white"},"secondary-light":{background:"bg-primary-main/10",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"}},Ne=a((({title:e,description:t,blockVersion:a="primary",iconVersion:l,image:i,className:o,anchor:s=null})=>{const c=fe[a];return r("section",{className:`font-sans px-9 py-4 flex ${c.background} ${o||""}`,id:s,children:["small"===l?ye(c.icon):null,"big"===l?ve(i):null,r("div",{className:"py-0.5",children:[e&&n("div",{className:`font-medium text-base mb-1 ${c.title}`,children:e}),t&&n("div",{className:`text-sm ${c.description}`,children:t})]})]})}));function ye(e){return n("div",{className:"pt-1.5 pl-1 pr-4",children:n("div",{className:`rounded-full h-4 w-4 text-center text-xs ${e}`,children:"i"})})}function ve(e){return e?.src?n(b,{className:"pt-0.5 pr-3",image:e}):null}const we=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function Ie(e=""){const t=we(e);return t<=4?"h4":t<=8?"h3":"h2"}function ke(e=""){const t=we(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function Ce(e=""){const t=we(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const $e={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Se=a((e=>{const{context:t,title:a,description:l,items:i,children:s,buttons:c,image:d,className:m="",version:h="primary",role:x,anchor:u=null}=e;return n("section",{className:`overflow-hidden font-sans p-9 pr-3 box-border ${m} ${$e[h]} ${Ce(m)} ${ke(m)} `,role:x,id:u,children:r(le,{context:t,title:a&&n(o,{headingType:Ie(m),as:"h3",title:a,className:`whitespace-pre-wrap max-w-[600px] ${a?"mb-3":""}\n ${"primary"===h?"text-primary-text":""}`}),buttons:c?.length?n(X,{context:t,buttons:c,className:"flex mt-9 gap-3"}):null,image:d?.src&&n(b,{className:"mt-auto ml-7",image:d}),children:[l&&n(Q,{className:"mt-4 max-w-[600px] text-title-new-sm font-light",description:l}),s,Te(i,h)]})})}));function Te(e,t){return e?.length?n(ae,{items:e,itemClassName:"text-title-new-sm font-light mt-2.5 first:mt-0",version:"primary"===t?"tile":"tile-white"}):null}const De={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Ae=a((({context:e,className:t="",title:a,description:l,benefits:i,buttons:s,image:c,version:d="primary",anchor:m=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${t} ${De[d]} ${Ce(t)} ${ke(t)} `,id:m,children:r(le,{context:e,title:a&&n(o,{headingType:Ie(t),title:a,className:"whitespace-pre-wrap max-w-[600px]"}),buttons:s?.length?n(X,{context:e,buttons:s,className:"flex mt-9 gap-3"}):null,image:c?.src&&n(b,{className:"mt-auto ml-7",image:c}),children:[l&&n(Q,{className:"mt-4 max-w-[600px]",description:l}),r("div",{className:"flex mt-5 mb-1",children:[i?.length?n("div",{className:"mr-8",children:i.map(Re)}):null,i?.length?n("div",{className:"pt-1",children:i.map(((e,t)=>function(e,t,r="primary"){return n("div",{className:`text-sm ${t?"mt-4":""} ${{primary:"text-secondary-text",secondary:"text-white"}[r]}`,children:e.description},String(t))}(e,t,d)))}):null]})]})})));function Re(e,t){return n("div",{className:"text-xl font-medium "+(t?"mt-2.5":""),children:e.label},String(t))}const Me=a((({className:e,viewBox:t,fill:r="none",width:a,height:l,paths:i,...o})=>n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:r,width:a,height:l,children:i.map((({d:e,fill:t,...r},a)=>n("path",{d:e,fill:t||"currentColor",...o,...r},a)))}))),Le=[{d:"m9 12 4-4-4-4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"none"},{d:"M2 9a1 1 0 0 1 0-2v2Zm6-2a1 1 0 0 1 0 2V7ZM2 7h6v2H2V7Z"}],Pe=a((({className:e,disabled:t,...r})=>n(q,{rounded:!0,className:`shadow-[0_4px_25px_rgba(0,0,0,0.07)] w-12 h-12 min-h-12 max-h-12 flex items-center justify-center ${t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main"} ${e||""}`,disabled:t,...r,children:n(Me,{paths:Le,viewBox:"0 0 16 16",fill:"none",width:"16",height:"16"})}))),je={primary:"bg-white text-secondary-text",secondary:"bg-primary-main text-white"},Be={normal:3,mini:4},_e={normal:"min-w-[364px] w-[364px]",mini:"min-w-[260px] w-[260px]"},We={normal:380,mini:276},Ge=a((({title:e,description:t,image:a,items:l,button:i,version:o})=>{const s=function(e){return`text-xl m-0\n ${"secondary"!==e?"text-primary-text":""}\n `}(o);return r("div",{className:"h-full flex flex-col justify-between text-center",children:[r("div",{children:[a?.src?n("div",{className:"flex justify-center",children:n(b,{className:"mb-6",image:a})}):null,e?Ee(e,s):null,t?n("div",{className:"font-light text-m-md-new "+(e?"mt-2":""),children:t}):null,l?.length?Oe(l,o):null]}),i?.text?Ve(i):null]})}));function Ve(e){return n(q,{className:"mt-6 w-full",appendLeft:e.icon&&n(b,{image:e.icon,width:"24px",height:"24px",asSVG:!0}),...e})}function Ee(e,t){return n("div",{className:`text-xl m-0 ${t}`,children:e})}function Oe(e,t="primary"){return n(ae,{className:"max-w-[308px] mt-2 text-sm "+("primary"===t?"!text-secondary-text":""),itemClassName:"mt-1 first:mt-0",items:e.filter((e=>e?.text)).map((e=>e.text)),version:t})}const Fe=a((({context:e,title:t,description:a,cards:l=[],version:i="normal",activeCardIndex:s})=>r("div",{children:[n("div",{className:"absolute top-0 left-0 bottom-0 w-[84px] bg-gradient-to-r from-white to-transparent"}),r("div",{className:"flex flex-col items-center mb-8",children:[t?n(o,{headingType:"h2",className:"text-center",title:t}):null,a?n("div",{className:"font-light text-md max-w-[600px] mt-2.5",children:a}):null]}),n("div",{className:`flex ${l?.length<=Be[i]?"justify-center":""} duration-1000`,style:{transform:`translateX(-${s*We[i]}px)`},role:"list",children:l?.map(((t,r)=>function({card:e,version:t},r){return n("section",{className:`box-border border-solid border border-main-stroke p-6 mx-2 flex flex-col justify-between\n items-stretch ${_e[t]} ${je[e.version??"primary"]} w-full col-span-4`,role:"listitem",children:n(Ge,{...e})},String(r))}({card:t,version:i,context:e},r)))})]})));const He=a((({context:e,cards:t=[],className:a="",version:l="normal",anchor:i=null,...o})=>{const[s,c]=e.useState(0),d=t?.length>Be[l],m=d&&t?.length-s>Be[l],h=d&&s>0;return r("section",{className:`relative font-sans text-primary-text bg-white p-[42px] overflow-hidden ${a}`,id:i,children:[n(Fe,{context:e,cards:t,version:l,activeCardIndex:s,...o}),h&&n(Pe,{className:"absolute top-1/2 left-8 rotate-180 z-10 mt-[25px]",onClick:()=>c(s-1),ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}),m&&n(Pe,{className:"absolute top-1/2 right-8 z-10 mt-[25px]",onClick:()=>c(s+1),ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}),n("div",{className:"absolute top-0 left-0 bottom-0 w-[84px] bg-opacity-from-white"}),n("div",{className:"absolute top-0 right-0 bottom-0 w-[100px] bg-opacity-to-white"})]})})),Ue=a((e=>n(He,{...e,version:"normal"}))),Ze=a((e=>n(He,{...e,version:"mini"}))),ze=a((({className:e="",documents:t,anchor:r=null})=>n("section",{className:`font-sans bg-white mt-[10px] ${e}`,id:r,children:n("ul",{className:"flex flex-col text-sm text-secondary-text p-0",children:t?.length?qe(t):null})}))),qe=e=>e.map(((e,t)=>{const{text:r,...a}=e;return n("li",{className:"mb-4 list-none",children:n("a",{className:"hover:text-primary-main",role:"link",...a,children:r||null})},`list_item_${String(t)}`)})),Je={Headline:d,LinkDocs:T,TextBlock:Ne,PictureText:A,ProductBlock:ge,Tile:Se,ProductTile:Ae,Gallery:Ue,MiniGallery:Ze,LinkList:ze},Ke=({blocks:e,context:t,className:n,columns:r})=>e?.length?e.map(Xe({context:t,className:n,columns:r})):null,Xe=({context:e,columns:t,className:r})=>(a,l)=>{const i=a?.blockListType;if(!i||!(i in Je))return null;return n("div",{className:`${r} ${2===t?"w-1/2":""}`,children:n(Je[i],{context:e,...a,className:"!p-0"})},`block_${l}`)},Qe=a((({blocks:e,context:t})=>n("div",{className:"transition-all duration-300 max-h-0 overflow-hidden",children:Ke({context:t,className:"mb-5 last:mb-0 pb-5",blocks:e})}))),Ye=a((({label:e,isExpanded:t,blocks:a,context:l})=>{const{isActive:i,hasContent:o,icon:s,handleToggle:c}=(({context:e,blocks:t,initialState:n=!1})=>{const[r,a]=e.useState(n),l=t?.length;return{isActive:r,hasContent:l,icon:r?"MinusIcon":"PlusIcon",handleToggle:e=>{if(!l)return;a(!r);const t=(({currentTarget:e})=>e.nextSibling)(e);t.style.maxHeight=t.style.maxHeight?null:`${t.scrollHeight}px`}}})({context:l,blocks:a,initialState:t});return r("li",{className:"border-0 border-b border-solid border-main-divider last:border-b-0",children:[r("button",{className:`border-none bg-transparent px-0 py-5 flex justify-between text-left w-full font-sans\n ${o?"group cursor-pointer":""}\n `,onClick:c,children:[n("span",{className:"text-xl pr-2.5 font-medium",children:e}),o?n(b,{image:s,width:"24",height:"24",asSVG:!0}):null]}),o?n(Qe,{isExpanded:i,blocks:a,context:l}):null]})})),et=a((({title:e,description:t,accordionItems:a,context:l,className:i="",anchor:s=null})=>r("section",{className:`p-[50px] font-sans bg-white text-primary-text ${i}`,id:s,children:[e?n(o,{headingType:"h4",className:"mb-2.5",title:e}):null,t?n("div",{className:"mb-2.5 text-base",children:t}):null,a?.length?n("ul",{className:"list-none m-0 p-0",children:a.map(((e,t)=>n(Ye,{...e,context:l},`AccordionItem${t}`)))}):null]}))),tt=a((({className:e,title:t,benefits:a,anchor:l=null})=>r("section",{className:`font-sans text-primary-text bg-white p-12 flex flex-col items-center ${e||""}`,id:l,children:[t?n(o,{headingType:"h2",className:"max-w-[47rem] text-center",title:t}):null,a?.length?n("div",{className:"grid grid-cols-2 gap-8 mt-9",children:a.map(nt)}):null]}))),nt=(e,t)=>r("div",{className:"flex items-center gap-5 max-w-[500px]",children:[e.icon?n(b,{className:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",image:e.icon,width:"70",height:"70"}):null,r("div",{children:[n("h3",{className:"font-medium text-xl m-0",children:e.label}),e.description&&n("div",{className:"font-normal text-sm mt-2",children:e.description})]})]},String(t)),rt=a((({children:e})=>n("div",{className:"self-start flex flex-col",role:"row",children:n("div",{className:"flex",children:e})}))),at="bg-gradient-to-r from-main-gradient-start to-main-gradient-end",lt="border-main-stroke border-solid border",it="border-main-divider border border-t-0 border-x-0",ot="w-[200px] mr-6",st={comparison:"flex gap-4 duration-1000",tariff:"flex flex-grow duration-1000"},ct=a((({children:e,activeCardIndex:t,columnWidth:r,version:a="comparison"})=>n("div",{className:"flex flex-1 overflow-hidden",children:n("div",{className:st[a],style:{transform:`translateX(-${t*r}px)`},children:e})}))),dt=a((({icon:e,image:t,title:a,link:l})=>r("div",{className:`w-80 box-border flex flex-col items-center rounded-t-md border-b-0 px-7 pt-7 pb-[46px] ${lt} ${at}`,role:"columnheader",scope:"col",children:[e&&!t?.src&&n(b,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}),t?.src&&n(b,{className:"mb-[18px]",image:t}),a&&n(o,{headingType:"h4",as:"h3",className:"text-center text-white",title:a}),l?.text&&n("div",{className:"mt-auto w-full",children:n(q,{href:l.href,target:l.target,className:"mt-4 w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active",children:n("div",{className:"font-medium text-xs py-[11px]",children:l.text})})})]}))),mt=a((({colHeaders:e,activeCardIndex:t,router:a,handlerDecorator:l})=>r(rt,{children:[n("div",{className:ot,role:"columnheader",scope:"col"}),n(ct,{activeCardIndex:t,columnWidth:336,children:e.map(((e,t)=>n(dt,{...e,link:e.link&&G({router:a,handlerDecorator:l},e.link)},String(t))))})]}))),ht=a((({cell:e,isFirstRow:t,isLastRow:r,isFillGradient:a})=>n("div",{className:`w-80 box-border flex flex-col ${lt} ${r?"border-t-0 rounded-b-md":"border-y-0"} ${a?at:""}`,role:"cell",children:n("div",{className:`mx-7 h-full ${it} ${a&&t?"border-t":""} ${r?"border-b-0":"border-solid"}`,children:e.map(((e,t)=>xt(e,t,a)))})}))),xt=({label:e,description:t},a,l)=>r("div",{className:"first:pt-7 pt-6 last:pb-7",children:[e&&n("h4",{className:"text-xl font-medium m-0 "+(l?"text-white":""),children:e}),t&&n("div",{className:"text-sm opacity-80 "+(l?"text-white":"text-secondary-text"),children:t})]},String(a)),ut=a((({row:{header:e,data:t},activeCardIndex:a,isColoredFirstColumn:l,isFirstRow:i,isLastRow:o})=>r(rt,{children:[e?.title?n("div",{className:`text-sm py-7 ${it} w-[200px] mr-6 ${o?"border-b-0":"border-solid"}`,children:e.title}):null,t?.length?n(ct,{activeCardIndex:a,columnWidth:336,children:t.map(((e,t)=>n(ht,{cell:e,isFirstRow:i,isLastRow:o,isFillGradient:l&&0===t},String(t))))}):null]}))),pt=a((({isScrollAvailable:e,onNextClick:t,onPrevClick:a,showNextButton:l,showPrevButton:i})=>e?n("div",{children:r("div",{className:"absolute top-7 right-7 z-10",children:[n(Pe,{onClick:t,disabled:!l,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}),n(Pe,{className:"mt-4 rotate-180",onClick:a,disabled:!i,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"})]})}):null)),bt=a((({rowData:e,activeCardIndex:t,isColoredFirstColumn:a,...l})=>r("div",{className:"relative",children:[e.map(((e,r,{length:l})=>n(ut,{row:e,isFirstRow:0===r,isLastRow:r+1===l,activeCardIndex:t,isColoredFirstColumn:a},String(r)))),n(pt,{...l})]}))),gt=({columnsLength:e,colsLengthForScroll:t,activeCardIndex:n,setActiveCardIndex:r})=>{const a=e>t;return{onNextClick:()=>r(n+1),onPrevClick:()=>r(n-1),isScrollAvailable:a,showNextButton:a&&e-n>t,showPrevButton:Boolean(a&&n>0)}},ft=a((({context:e,columns:t,rowHeaders:a,isShowAllRow:l,visibleRowLength:i,isColoredFirstColumn:o})=>{const s=e.useRouter(),{handlerDecorator:c}=e,d=t?.map((({header:e})=>e||{})),m=t?.map((({data:e})=>e))||[],h=a?.map(((e,t)=>({header:e,data:m.map((e=>e?.[t]||[{}]))}))).slice(0,l?a.length:i),[x,u]=e.useState(0),p=gt({columnsLength:m.length,colsLengthForScroll:2,activeCardIndex:x,setActiveCardIndex:u}),{isScrollAvailable:b}=p;return r("div",{children:[r("div",{role:"table",children:[d?.length?n(mt,{colHeaders:d,activeCardIndex:x,router:s,handlerDecorator:c}):null,h?.length?n(bt,{rowData:h,activeCardIndex:x,isColoredFirstColumn:o,...p}):null]}),b?n("div",{className:"absolute top-0 right-0 bottom-0 w-[84px] bg-opacity-to-white"}):null]})})),Nt=a((({className:e,context:t,title:a,rowHeaders:l,columns:i,visibleRowLength:s=0,isColoredFirstColumn:c=!1,anchor:d=null})=>{const[m,h]=t.useState(!s);return r("section",{className:`bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${e||""}`,id:d,children:[n(o,{headingType:"h2",className:"max-w-[47rem] text-center mb-9 mx-auto",title:a}),n(ft,{context:t,columns:i,rowHeaders:l,isShowAllRow:m,isColoredFirstColumn:c,visibleRowLength:s}),s?yt({isShowAllRow:m,onClick:()=>h(!m)}):null]})})),yt=({isShowAllRow:e,onClick:t})=>n("div",{className:"pr-[50px]",children:r("div",{className:"flex w-full",children:[n("div",{className:ot}),n("button",{onClick:t,className:"mt-5 flex-1 border-main-stroke border-solid border text-primary-text bg-white hover:border-primary-main hover:text-primary-main",children:n("div",{className:"font-sans font-medium text-xs py-[11px]",children:e?"Скрыть":"Показать все параметры"})})]})}),vt=a((({tabs:e,currentTabIndex:t,onTabClick:r})=>n("div",{className:"flex items-end border-b border-main-stroke",role:"tablist",children:e?.map(wt(t,r))}))),wt=(e,t)=>(a,l)=>{const i=e===l;return r("div",{className:"flex h-full flex-1 cursor-pointer mr-2 last:mr-0 box-content "+(i?"px-2 h-16 pt-4 pb-2 text-white bg-primary-main":"px-2 h-14 pb-2 pt-3 border border-b-0 border-main-stroke"),role:"tab",onClick:()=>t(l),"aria-selected":String(i),children:[a?.icon?It(a,i):null,r("div",{children:[a?.title?n("h3",{className:"font-medium m-0 text-base",children:a?.title}):null,a?.description?n("span",{className:"font-light text-xs "+(i?"":"text-secondary-text"),children:a?.description}):null]})]},String(l))},It=(e,t)=>n("div",{className:"h-full mt-1",style:t?{filter:"invert(1)"}:null,children:n(b,{className:"w-5 h-5 mr-3",image:e?.icon||"CardIcon",asSVG:!t})});async function kt(e){const t=await fetch(e);return await t.json()}const Ct=[{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"}],$t=a((({text:e,checked:t,onChange:a,className:l})=>n("div",{className:l,children:r("label",{className:"flex items-center cursor-pointer relative",children:[n("input",{className:`peer appearance-none w-5 h-5 border-solid border ${t?"border-black":"border-main-stroke"} rounded checked:bg-primary-main checked:border-primary-main m-0`,type:"checkbox",onChange:e=>{a(e.target.checked)},checked:t}),n(Me,{paths:Ct,className:"hidden absolute left-1 ml-px peer-checked:block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"}),e?n("span",{className:"font-sans ml-3 text-sm leading-5 cursor-pointer",children:e}):null]})}))),St=(e,t,n)=>Math.max(t,Math.min(e,n)),Tt=3e4,Dt=3e6,At=Math.round(41.5),Rt=(Mt=[[e=>1===e,"год"],[e=>e<=4,"года"],[()=>!0,"лет"]],e=>{const[,t]=Mt.find((([t])=>t(e)))||[];return t});var Mt;const Lt=e=>new Intl.NumberFormat("ru-RU",{maximumSignificantDigits:3}).format(e),Pt=a((({className:e,title:t,items:a=[],min:l=1,max:i=100,step:o=1,value:s=l,onChange:c})=>{const d=e=>{if(!c)return;const t=Number(e.replace(/\D/g,""));c(t)},m={backgroundSize:`${(100*(s-l)/(i-l)).toFixed(2)}% 100%`};return r("div",{className:e,children:[r("label",{className:"block relative",children:[t?n("span",{className:"absolute text-xs text-secondary-text top-1 mt-0.5 pl-4 ml-0.5",children:t}):null,n("input",{className:"m-0 font-sans text-sm w-full h-12 border border-solid border-main-stroke rounded-md\n outline-none p-0 pl-4 m-0 box-border text-primary-text "+(t?"pt-4":""),value:Lt(s),onChange:e=>d(e.target.value),onBlur:()=>{c&&(s<l&&c(l),s>i&&c(i))}}),n("div",{className:"absolute inset-x-0 top-[35px] px-4 leading-[18px]",children:n("input",{className:"box-border w-full m-0 cursor-pointer slider",type:"range",min:l,max:i,step:o,value:s,onChange:e=>d(e.target.value),style:m})})]}),n("div",{className:"flex justify-between my-3",children:a.map(((e,t)=>r("span",{className:"text-xs leading-[14px] text-secondary-text pl-4",children:[" ",e," "]},String(t))))})]})}));function jt(e){const{minMonths:t,maxMonths:r,monthsValue:a,defaultMonths:l,setMonthsValue:i}=e;return n(Pt,{className:"mt-[23px]",title:"Срок кредита, месяцев",items:["Или выберите из предложенных вариантов ниже"],min:t,max:r,step:1,value:a||l,onChange:i})}function Bt(e,t){return r("div",{className:"box-border h-fit p-9 bg-primary-main rounded-md text-white",children:[n("div",{className:"text-base mb-[18px]",children:"Наше предложение"}),n("div",{className:"text-sm opacity-60",children:"Ежемесячный платёж"}),r("div",{className:"text-lg mb-3",children:[Lt(Math.round(e))," ₽"]}),n("div",{className:"text-sm opacity-60",children:"Ставка"}),r("div",{className:"text-lg",children:[t," %"]})]})}function _t(e){const{calculatorParams:t,moneyValue:r,defaultSum:a,setMoneyValue:l}=e,i=t?.minSum||Tt,o=t?.maxSum||Dt;return n(Pt,{title:"Желаемая сумма кредита, ₽",items:[`От ${Lt(i)} рублей`,`До ${Lt(o)} рублей`],min:i,max:o,step:1e3,value:r||a,onChange:l})}const Wt=a((({context:e,directoryName:t})=>{const[a,l]=e.useState(void 0),[i,o]=e.useState(void 0),[s,c]=e.useState(!0),[d,m]=e.useState(!0),h=function(e,t){const{data:n}=e(function(e){return`/wcms-resources/${e||"credit-calculator-data"}.json`}(t),kt);return n||{}}(e.useAsyncData,t).rows,x=(e=>{const{tableRows:t,isAnnuity:n=!1}=e;return t&&t.find((e=>e.isAnnuity===n))||{}})({tableRows:h,isAnnuity:s}),u=(e=>e.maxSum&&e.minSum?(e.maxSum-e.minSum)/2:1485e3)(x),p=(e=>e.maxMonths&&e.minMonths?Math.round((e.maxMonths-e.minMonths)/2):At)(x),b=x?.minMonths||1,g=x?.maxMonths||84,f=(e=>{const{calculatorParams:t,isInsurance:n}=e;return t?n?t?.rateWithInsurance||5:t?.rateWithoutInsurance||5:5})({calculatorParams:x,isInsurance:d}),N=(e=>{const{calculatorParams:t,paymentType:n,rate:r,sum:a,months:l}=e;if(!t)return 0;const i=St(a,t.minSum||Tt,t.maxSum||Dt);if("annuity"===n){const e=Number(r)/1200;return i*(e+e/(Math.pow(1+e,l)-1))}return i/l+i*(Number(r)/12)})({calculatorParams:x,paymentType:"annuity",rate:f,sum:a||u,months:i||p}),y=((e,t)=>{const n=Math.ceil((t-e)/12),r=Math.floor(e/12)+1,a=new Array(Math.min(n-1,5)).fill(0).map(((e,t)=>r+t)),l=n+r-1;return a.concat(l)})(b,g);function v(e){o(St(12*e,b,g))}return n("section",{className:"mt-7",children:r("div",{className:"box-border p-[49px] pr-[56px] mx-auto w-max border-solid border-[3px] border-primary-main rounded-md",children:[r("div",{className:"flex justify-between",children:[r("div",{className:"mr-[42px]",children:[_t({calculatorParams:x,moneyValue:a,defaultSum:u,setMoneyValue:l}),jt({minMonths:b,maxMonths:g,monthsValue:i,defaultMonths:p,setMonthsValue:o}),n("div",{className:"flex mb-7",children:y.map(((e,t)=>function(e,t,a){const l=Rt(e);return n("button",{className:"bg-secondary-light rounded-3xl h-10 w-[75px] box-border mr-2 flex items-center justify-center cursor-pointer border-none",onClick:()=>a(e),children:r("span",{className:"font-semibold text-sm",children:[e," ",l]})},String(t))}(e,t,v)))}),n($t,{text:"Получаю пенсию на карту Россельхозбанка",checked:s,onChange:c}),n($t,{className:"mt-3 mb-7",text:"Комплексная страховая защита",checked:d,onChange:m})]}),Bt(N,f)]}),r("div",{className:"flex items-center",children:[n(q,{className:"mr-3",text:"Отправить заявку",version:"primary",href:"#"}),n("div",{className:"w-80 text-2xs leading-4 text-secondary-text","aria-label":"Соглашение на обработку персональных данных",children:"Отправляя заявку, вы соглашаетесь на обработку персональных данных соответственно требованиям ФЗ «О персональных данных»"})]})]})})})),Gt=[{title:"Кредит",description:"Ставка от 6% до 7 лет",directoryName:"credit-calculator-data",icon:{icon:"CardIcon"}},{title:"Кредит",description:"Ставка от 4% до 7 лет",directoryName:"credit-calculator-data1",icon:{icon:"ChartSquareIcon"}},{title:"Кредит",description:"Ставка от 3% до 6 лет",directoryName:"credit-calculator-data2",icon:{icon:"DiscountShapeIcon"}}],Vt=a((({className:e="",context:t,tabs:a=Gt,anchor:l=null})=>{const[i,s]=t.useState(0);return r("section",{className:`font-sans text-primary-text py-10 bg-white ${e}`,id:l,children:[n(o,{className:"w-full text-center mb-8",headingType:Ie(e),title:"Калькулятор"}),n(vt,{tabs:a,currentTabIndex:i,onTabClick:s}),n(Wt,{context:t,directoryName:a[i]?.directoryName})]})}));async function Et(){try{const e=await fetch(Ot);return await e.json()}catch(e){console.error(e)}}const Ot="/api/v1/exchangerates.json",Ft=new Intl.NumberFormat("ru",{style:"currency",currency:"RUB"}),Ht=e=>e?Ft.format(e):"",Ut="font-light text-left font-normal text-sm text-secondary-text",Zt={USD:"DollarIcon",EUR:"EuroIcon"},zt=a((({className:e,exchangeCurrencyItems:t})=>r("table",{className:`h-fit w-fit ${e}`,children:[n("thead",{children:r("tr",{children:[n("th",{className:Ut,children:"Валюта"}),n("th",{className:`${Ut} pl-11`,children:"Купить"}),n("th",{className:`${Ut} pl-11`,children:"Продать"})]})}),n("tbody",{children:t.map((e=>qt(e)))})]}))),qt=e=>{const t=e?.currency?.currency;return r("tr",{className:"pb-1",children:[n("td",{className:"pt-4",children:r("div",{className:"flex items-center",children:[t?n(b,{image:{icon:Zt[t]},width:"24",height:"24"}):null,n("span",{className:"text-m-title-md ml-2",children:t})]})}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:Ht(e.buyExchangeRate)}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:Ht(e.saleExchangeRate)})]},t)},Jt=a((({className:e="",address:t,distance:a})=>r("div",{className:`flex text-sm ${e}`,children:[n(b,{className:"min-w-fit",image:{icon:"GpsIcon"},width:"24",height:"24",asSVG:!0}),r("div",{className:"ml-3 font-light",children:[t?n("p",{className:"m-0 mb-[3px]",children:t}):null,a?r("p",{className:"text-secondary-text m-0",children:["Курс указан для ближайшего офиса - ",a]}):null]})]}))),Kt=a((({className:e="",id:t,name:r,type:a="text",placeholder:l})=>n("input",{className:e,id:t,name:r||t,type:a,placeholder:l}))),Xt=a((({className:e="",id:t,name:r,children:a})=>n("select",{className:e,id:t,name:r||t,children:a}))),Qt=a((({className:e="",value:t,children:r})=>n("option",{className:e,value:`${t}`,children:r}))),Yt=a((({codes:e,className:t=""})=>r("div",{className:`grid gap-3.5 ${t}`,children:[en("Хочу продать",e),en("Получу",e),n(q,{className:"box-border mt-3.5 py-3 h-12 w-full",version:"primary",href:"#",children:"Купить валюту"})]})));function en(e,t){return r("div",{className:"relative flex items-center",children:[n(Kt,{className:"h-10 border pl-4 pt-[7px] pb-[7px] rounded-md text-m-sm w-full appearance-none -mr-12",type:"number",placeholder:`${e}`}),t.length?n(Xt,{className:"h-9 -translate-x-4",children:t.map(((e,t)=>n(Qt,{value:e,children:e},String(t))))}):null]})}const tn=["USD","EUR"],nn=["RUB","USD","EUR"],rn=[{buyExchangeRate:90.6,saleExchangeRate:92.8,currency:{id:2,code:"978",currency:"EUR",name:"Евро"}},{buyExchangeRate:73.75,saleExchangeRate:75.95,currency:{id:1,code:"840",currency:"USD",name:"Американский доллар"}}],an={address:"Москва, ул.Ленина д.28",distance:"6км"},ln=a((({className:e="",context:t,title:a="Курсы обмена валют",anchor:l=null})=>{const i=function(e){const{data:t}=e(Ot,Et);return t||{}}(t.useAsyncData)?.exchangeRate?.currencies?.filter((e=>-1!==tn.indexOf(e?.currency?.currency||"")))||rn;return n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e}`,id:l,children:n(le,{context:t,title:n(o,{headingType:Ie(e),title:a,className:"whitespace-pre-wrap"}),children:r("div",{className:"flex",children:[r("div",{className:"mr-[43px] pt-4",children:[i?n(zt,{className:"mb-[31px]",exchangeCurrencyItems:i}):null,n(Jt,{...an})]}),i?.length?n(Yt,{className:"grow",exchangeCurrencyItems:i,codes:nn}):null]})})})})),on=["m13.72 25.51 4.42-4.33v-2.95l-4.42 4.32v2.96Zm0-10.98 4.42-4.35V7.41l-4.42 4.31v2.8Zm0 3.63 4.42-4.33v-2.78l-4.42 4.32v2.8ZM12.46 7.44l-.6-.56V0h-.66v6.22l-.58-.57V0h-.67v5l-.59-.58V0H8.7v6.56l4.44 4.33V0h-.67v7.44Zm1.26 14.35 4.42-4.33v-2.78L13.72 19v2.8Zm-5.03-.61 4.44 4.33v-2.96l-4.44-4.32v2.95Zm8.79-16.76-.59.58V0h-.66v5.66l-.6.56V0h-.66v6.87l-.58.57V0h-.67v10.9l4.42-4.34V0h-.66v4.42Zm-8.79 5.76 4.44 4.35v-2.8L8.69 7.4v2.77Zm0 3.65 4.44 4.33v-2.8l-4.44-4.3v2.77Zm0 3.63 4.44 4.33V19l-4.44-4.31v2.78Zm26.37 2.29H24.3a2.25 2.25 0 0 0 .36-1.22 2.32 2.32 0 0 0-2.33-2.31 2.32 2.32 0 0 0-2.31 2.31c0 .5.16.96.43 1.34a.74.74 0 0 0-.33.61c0 .26.14.49.33.62a2.32 2.32 0 0 0-.43 1.34 2.31 2.31 0 0 0 2.31 2.31 2.32 2.32 0 0 0 2.33-2.31c0-.45-.13-.87-.36-1.22h8.01v.49h-.8v.68h.8v.7h-.8v1.3h.8v-.58h1.17v.58h.79v-1.3h-.79v-.7h.79v-.68h-.79v-.5h1.58a.56.56 0 0 0 .56-.56v-.34a.57.57 0 0 0-.56-.56Zm-11.53 2.7a1.2 1.2 0 0 1-2.4 0c0-.24.08-.47.2-.66l.34-.56a.97.97 0 0 1-.34-.75c0-.3.13-.56.33-.74l-.32-.56a1.13 1.13 0 0 1-.2-.66 1.2 1.2 0 0 1 2.4 0c0 .49-.56 1.65-.56 1.65v.62c-.01.01.55 1.17.55 1.66ZM4.67 18.34v2.89c0 2.75 1.2 4.53 1.9 5.21l4.58 4.5c1.28 1.25 1.5 1.66 1.79 2.37v-3.2c0-2.84-1.44-3.94-2.19-4.67-1.73-1.68-2.89-2.8-3.82-3.73a8.98 8.98 0 0 1-2.26-3.37Zm6.08 14.24c-1.73-1.7-2.89-2.8-3.82-3.73a10 10 0 0 1-2.25-2.98v2.49a7.87 7.87 0 0 0 1.89 5.24l4.58 4.47c1.28 1.25 1.5 1.85 1.79 2.55v-3.37c0-2.85-1.45-3.95-2.19-4.67Z","M19.88 5.34c-.32 0-.64 0-.96.02V6.7a18.5 18.5 0 1 1 .95 36.94A18.5 18.5 0 0 1 1.35 25.17c0-5.67 2.55-10.73 6.58-14.13V9.32A19.78 19.78 0 0 0 0 25.17C0 36.12 8.9 45 19.88 45a19.85 19.85 0 0 0 19.86-19.83c0-10.95-8.9-19.83-19.87-19.83Z","M33.93 35.53c.3-.41.6-.85.87-1.3v-2.66h-.87v3.96Zm2.54-4.92c.12-.4.24-.78.34-1.16h-2.88v.7h.43c.77-.02 1.63-.03 2.11.46Zm-19.19-1.27h-.78v7.91h.78v-7.9Z","M14.7 27.83h2.58c.67 0 1.14.14 1.4.4.27.25.4.72.4 1.38v7.4c0 .66-.12 1.12-.4 1.38-.4.41-1.16.41-1.78.41l-.4-.01v3.5l.78.14v-2.88c1.2 0 1.97-.4 2.34-1.22v4.29h.26l.5-.01V29.74c0-.68.13-1.16.4-1.43.25-.27.72-.4 1.37-.4.67 0 1.65-.1 2.16.4.26.27.38.76.38 1.43v3.8h-1.77v-4.06h-.77v12.99c.26-.03.5-.07.77-.12V34.3h1.77v7.64c.36-.1.72-.21 1.08-.34v-7c0-.8.19-1.4 1-1.67l-.9-4.87h1.8l.3 5.31h.22l.3-5.31h1.88l-1.01 4.87c.84.3 1.01.81 1.01 1.66v4.53a16.63 16.63 0 0 0 1.5-1.27v-9.83h5.25l.1-.72H24.93l.17.89c-.38-.72-1.12-1.08-2.2-1.08h-.77c-1.3 0-2.1.52-2.4 1.55-.27-1.08-1.1-1.62-2.46-1.62h-3.36v14.52c.26.09.52.18.78.25V27.84Zm16.29 5.58-.85-.8.85-4.37v5.17Z","M27.66 40.79c.27-.14.55-.28.8-.43v-5.98h-.8v6.4Z"],sn={"bg-white":"text-primary-main",transparent:"text-white"},cn={"bg-white":"text-black",transparent:"text-white"},dn=a((({className:e,href:t,children:a,targetBlank:l,bgColor:i="bg-white",hideTitle:o})=>r("a",{className:`inline-flex items-center font-sans no-underline ${e||""}`,href:t||"https://rshb.ru/",target:l?"_blank":"_self","aria-label":"Россельхозбанк",children:[n(Me,{className:`${sn[i]} w-10`,viewBox:"0 0 40 45",paths:on.map((e=>({d:e})))}),!o&&n("span",{className:`${cn[i]} text-m-title-xs font-medium ml-2.5`,children:a||"Россельхозбанк"})]}))),mn=a((({className:e,context:t})=>{const{term:a,setTerm:l}=t.useSearch();return r("form",{className:`relative ${e||""}`,children:[r("div",{className:"absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none",children:[n("div",{className:"w-[24px] h-[24px]",children:n(b,{image:"LoupeIcon",width:"24",height:"24"})}),!a&&n("label",{htmlFor:"search-bar-input",className:"font-sans font-light text-base text-secondary-text",children:"Поиск по сайту"})]}),n("input",{id:"search-bar-input",className:"h-12 pl-12 w-full peer font-sans font-light text-base text-black border border-solid rounded h-full box-border outline-none pr-[6%] border-main-divider focus:border-primary-text",value:a,onChange:e=>l(e.target.value),type:"text",name:"search-bar-input"}),n(q,{version:"primary",text:"Найти",className:"invisible peer-focus:visible absolute top-1 right-1",onClick:e=>{e.preventDefault(),console.log("click")},children:n("div",{className:"font-normal text-sm px-9 py-[9px]",children:"Найти"})})]})})),hn=a((({className:e="",items:t,hasButton:a,context:l})=>{const i=l.useRouter(),{handlerDecorator:o}=l;return r("div",{className:e,children:[t?.length?t.map(xn):null,a?n(q,{version:"primary",className:"mb-6 w-full",...G({router:i,handlerDecorator:o},{text:"Обратная связь",href:"/",target:"_blank"})}):null]})})),xn=(e,t)=>{const{type:a,text:l,description:i}=e;return r("div",{className:"mb-4",children:[n("div",{children:un(a,l)}),n("div",{className:"mt-1 font-sans font-light text-sm text-secondary-text",children:i})]},String(t))},un=(e,t="")=>{switch(e){case"tel":return n("a",{className:"font-sans text-xl text-primary-text no-underline",href:`tel:${pn(t)}`,children:t});case"email":return n("a",{className:"font-sans text-xl text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return n("span",{children:t})}},pn=e=>e.replaceAll(/\D/g,""),bn=a((({links:e,className:t="",context:r})=>{const a=r.useRouter(),{handlerDecorator:l}=r;return n("div",{className:t,children:e?.length?n("div",{className:"flex justify-between items-center gap-5 py-5 border-solid border-x-0 border-y border-y-main-divider",children:e.map(((e,t)=>n(gn,{index:t,...G({router:a,handlerDecorator:l},e)},String(t))))}):null})})),gn=a((({className:e="",index:t,text:r,href:a,target:l,onClick:i})=>n("a",{className:`font-sans font-light text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px] ${e}`,href:a,target:l,onClick:i,children:r||`Документ ${t}`}))),fn=e=>t=>e?.href===t?.href,Nn=(e,t)=>{return(r=e,a=t,(r||[]).map((e=>a?.find(fn(e))||e))).concat((n=e,(t||[]).filter((e=>!n?.find(fn(e))))));var n,r,a};function yn(e){const{data:t}=e(wn(),vn);return t||{}}async function vn(){const e=await fetch(wn());return await e.json()}function wn(){return`/wcms-resources/${m.SITEMAP||"sitemap"}.json`}const In=a((({className:e="",items:t,context:r})=>{const a=yn(r.useAsyncData),l=Nn(a.topItems,t),i={router:r.useRouter(),handlerDecorator:r.handlerDecorator};return n("div",{className:`flex items-start justify-between gap-11 xl:gap-5 ${e}`,children:l?.map(((e,t)=>kn(e,t,i)))})})),kn=(e,t,{router:a,handlerDecorator:l})=>{const{text:i,href:o,items:s,target:c}=e;return r("div",{className:"flex flex-col w-1/5 last:w-1/4 gap-[14px]",children:[n("a",{className:"block font-sans leading-5 text-base text-primary-text no-underline",href:o,target:c||"_self",children:i||`Раздел ${t}`}),s?.map(((e,t)=>n(Cn,{...G({router:a,handlerDecorator:l},e),index:t},String(t))))]},String(t))},Cn=a((({text:e,href:t,target:r,index:a})=>n("a",{className:"block font-sans font-light text-base text-secondary-text hover:text-primary-main no-underline",href:t,target:r||"_self",children:e||`Раздел ${a}`}))),$n=[{origins:["t.me","telegram.org"],icon:{icon:"TelegramIcon"},label:"Телеграм",width:"20px",height:"16px"},{origins:["vk.com"],icon:{icon:"VKIcon"},label:"ВКонтакте",width:"24px",height:"12px"},{origins:["ok.ru"],icon:{icon:"OkIcon"},label:"Одноклассники",width:"12px",height:"20px"},{origins:["apps.apple.com"],icon:{icon:"AppleIcon"},label:"App Store",width:"20px",height:"22px"},{origins:["play.google.com"],icon:{icon:"PlayMarketIcon"},label:"Google Play",width:"21px",height:"21px"}],Sn=a((({href:e})=>{const{icon:t,width:r,height:a,label:l}=$n.find((({origins:t})=>t.some((t=>e?.includes(t)))))||{};return t?n("a",{className:"flex items-center justify-center border border-solid rounded-md border-main-divider no-underline outline-none w-14 h-14 box-border text-primary-main hover:text-white hover:bg-primary-main hover:border-primary-main",href:e,"aria-label":l,target:"_blank",rel:"noopener noreferrer",children:t?n(b,{image:t,width:r,height:a,asSVG:!0,className:"block",color:"none"}):null}):null})),Tn=a((({className:e="",media:t,context:a,children:l})=>{const i=a.useRouter(),{handlerDecorator:o}=a;return r("div",{children:[n("div",{className:`flex gap-2.5 mb-1.5 ${e}`,children:t?.map(((e,t)=>n(Sn,{...G({router:i,handlerDecorator:o},e)},String(t))))}),n("span",{className:"font-light text-sm text-secondary-text",children:l})]})})),Dn=a((({className:e,links:t,context:a})=>{const l=a.useRouter(),{handlerDecorator:i}=a;return r("div",{className:`${e||""}`,children:[n("div",{className:"pt-5 pb-[5px]",children:n("span",{className:"font-sans font-light text-xs text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?n("div",{className:"flex justify-start items-start gap-5 pt-[5px]",children:t.map(((e,t)=>n(An,{index:t,...G({router:l,handlerDecorator:i},e)},String(t))))}):null]})})),An=a((({className:e,index:t,text:r,href:a,target:l,onClick:i})=>n("a",{className:`font-sans font-light text-xs text-secondary-text visited:text-secondary-text hover:text-primary-text inline-block no-underline max-w-[292px] ${e||""}`,href:a,target:l,onClick:i,children:r||`Документ ${t}`}))),Rn="w-[204px]",Mn=a((({className:e,documents:t,relatedEnterprises:a,contacts:l,socialMedia:i,mobileApps:o,topItems:s,context:c,anchor:d=null})=>r("footer",{className:`px-9 pt-9 pb-8 bg-white ${e||""}`,id:d,children:[r("div",{className:"flex items-stretch gap-[54px] pb-[30px] xl:gap-8",children:[n(dn,{className:Rn}),n(mn,{context:c,className:"grow"})]}),r("div",{className:"flex items-stretch gap-[54px] xl:gap-8",children:[r("div",{className:"w-[204px] flex flex-col shrink-0 overflow-hidden",children:[n(hn,{items:l,context:c,hasButton:!0}),n(Tn,{media:i,context:c,children:"Соцсети"}),n(Tn,{className:"mt-6",media:o,context:c,children:"Мобильное приложение"})]}),n(In,{className:"pt-[3px]",context:c,items:s})]}),n(bn,{className:"mt-24",links:a,context:c}),n(Dn,{links:t,context:c})]}))),Ln=a((({className:e="",title:t,description:a,calendar:l,anchor:i=null})=>r("section",{className:`bg-white p-16 pt-12 ${e}`,id:i,children:[n(o,{headingType:"h2",className:"text-center",title:t}),n("div",{className:"font-light text-base-md text-center mt-3",children:a}),Pn(l)]}))),Pn=e=>{const t=100/(e.reduce(((e,t)=>e+t.month.length),0)||1),a=e.map((e=>({...e,flexBasis:e.month.length*t+"%"})));return r("div",{className:"w-full flex flex-col justify-center mt-14",children:[n("div",{className:"flex w-full mb-3 font-light text-m-title-md mb-3 text-center",children:a.map((e=>jn(e,t)))}),n("div",{className:"flex w-full",children:a.map(((e,t)=>r("div",{className:"pr-3 mr-3 border-r border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0",style:{flexBasis:e.flexBasis},children:[n("div",{className:"flex",children:Bn(e)}),r("div",{className:"font-light text-sm text-primary-text mt-3",children:[n("span",{children:e.blackText})," ",n("span",{className:"text-primary-main",children:e.greenText})]})]},`monthItem-${t}`)))})]})},jn=(e,t)=>e.month.map((e=>n("div",{style:{flexBasis:`${t}%`},children:e.name},`monthName-${e.name}`))),Bn=e=>e.month.map((e=>n("div",{className:"max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0",children:n(b,{image:e.image,className:"flex"})},`monthImage-${e.image.src}`))),_n=(e,t,n=((e,t)=>t.startsWith(e)))=>n(M(e),(e=>(e||"").replace(B,""))(M(R(e)?t.href:t.pathname))),Wn=e=>t=>_n(t.href,e),Gn=e=>t=>t.items?.some(Wn(e))||_n(t.href,e)||((e,t)=>L(e)===L(t.href))(t.href,e),Vn=a((({className:e="",text:t,href:r,target:a,active:l,flat:i,onClick:o,children:s,ariaLabel:c,bgColor:d="bg-white"})=>n("a",{className:`${En(d,l,i)} ${e}`,href:r,target:a,onClick:o,rel:"noopener noreferrer","aria-label":c,children:n("span",{className:On(d,l,i),children:t||s})}))),En=(e,t,n)=>{let r="border-transparent";return t&&(r="rounded-md "+("bg-white"===e?"border-primary-main":"border-white")),`${r} inline-block border border-solid bg-transparent text-center no-underline ${n?"":"px-4 py-2"}`},On=(e,t,n)=>{let r="text-white";return"bg-white"===e&&(r=t?"text-primary-main":(n?"text-primary-text":"text-secondary-text")+" hover:text-primary-main"),`${r} font-sans font-light text-sm`},Fn=a((({className:e="",children:t,ariaLabel:r})=>n("button",{type:"button",className:`border-0 p-0 w-[24px] h-[24px] flex items-center bg-inherit cursor-pointer ${e}`,disabled:!0,"aria-label":r,children:t}))),Hn={"bg-white":"text-primary-text hover:text-primary-main",transparent:"text-white"},Un={"bg-white":"text-secondary-light hover:text-secondary-hover",transparent:"text-white"},Zn={"bg-white":"GridIcon",transparent:"GridIconWhite"},zn=a((({context:e,className:t,defaultLocation:a="",bgColor:l="bg-white"})=>{const[i,o]=e.useGeolocation(a);return r("div",{className:`flex items-center ${t||""}`,children:[n(Vn,{className:"mr-5",flat:!0,href:"#",text:i,ariaLabel:"Местоположение",onClick:o,bgColor:l}),n(Vn,{className:"mr-7",flat:!0,href:"#",text:"Офисы и банкоматы",ariaLabel:"Список всех доступных офисов и банкоматов",bgColor:l}),n(Fn,{className:`mr-5 ${Hn[l]}`,ariaLabel:"Поиск по сайту",children:n(b,{image:"LoupeIcon",className:"h-full",asSVG:!0,color:"none"})}),n(Fn,{className:`${Un[l]} min-w-[32px] min-h-[32px]`,ariaLabel:"Дополнительные ссылки",children:n(b,{image:Zn[l],className:"h-full",asSVG:!0,color:"none"})})]})})),qn=e=>(t=[])=>{const n=t?.filter(Wn(e));var r;return n?.length?(r=e=>e.href?.length||0,e=>e.reduceRight(((e,t)=>r(e)>r(t)?e:t)))(n):null},Jn="absolute left-0 -bottom-3 w-full h-[2px]",Kn=a((({className:e="",text:t,href:a,target:l,active:i,onClick:o,children:s,bgColor:c="bg-white",dataItemName:d})=>r("a",{className:`relative inline-block bg-transparent text-center no-underline ${e}`,href:a,target:l,onClick:o,"data-item-name":d,children:[n("span",{className:Xn(c,i),children:t||s}),i?n("div",{className:Qn(c,i)}):null]}))),Xn=(e,t)=>{let n="text-white";return"bg-white"===e&&(n=t?"text-primary-main":"text-primary-text hover:text-primary-main"),`${n} font-sans font-light text-base`},Qn=(e,t)=>t?`${"bg-white"===e?"bg-primary-main":e} ${Jn}`:Jn,Yn=()=>!("undefined"!=typeof window&&window.document&&window.document.createElement),er=!Yn()?new IntersectionObserver((e=>{const t=window.document.querySelector("[data-header-submenu-visible=toggled]"),n=Array.from(window.document.querySelectorAll("[data-item-name=header-submenu]")),r=Array.from(window.document.querySelectorAll("[data-item-name=dots-header-submenu]")),a={};e.forEach((e=>{a[String(e.target.toString())]=e.isIntersecting}));const l=tr(a,r,"hidden");tr(a,n,"invisible"),t&&(l?t.classList.remove("hidden"):t.classList.add("hidden"))}),{root:window.document,threshold:1}):void 0,tr=(e,t,n)=>{const r="hidden"!==n;return t.some((t=>{const a=t.toString(),l=r?!e[a]:e[a];return a in e&&t.classList.toggle(n,l),r?t.classList.contains("hidden"):!t.classList.contains("hidden")}))},nr=a((({context:e,subItems:t,bgColor:a})=>{const[l,i]=e.useState(!1),o=e.useRouter(),{handlerDecorator:s}=e;setTimeout((()=>{if(Yn())return;globalThis.document.querySelectorAll("[data-item-name=header-submenu]").forEach((e=>{er?.observe(e)}))}),200);const c=qn(o)(t),d=t?.map((e=>n(Kn,{className:"mr-8",active:e===c,...G({router:o,handlerDecorator:s},e),dataItemName:"header-submenu",bgColor:a},e.href)));return r("nav",{className:"relative mt-5",children:[n("div",{className:"overflow-hidden whitespace-nowrap mr-52",children:d}),rr({subMenuIsShow:l,toggleSubMenu:()=>i(!l),subItems:t,router:o,handlerDecorator:s})]})})),rr=({subMenuIsShow:e,toggleSubMenu:t,subItems:a,router:l,handlerDecorator:i})=>r("div",{className:"absolute w-52 -top-4 right-0 pt-4 z-40 "+(e?"bg-white rounded-md shadow-blue-gray/24":""),"data-header-submenu-visible":"toggled",children:[n("button",{className:"flex justify-between items-center cursor-pointer h-6 ml-6",onClick:t,"aria-label":""+(e?"Скрыть другие разделы":"Показать другие разделы"),children:Array(3).fill(0).map(((e,t)=>lr(t)))}),n("div",{className:"flex flex-col rounded-md bg-white p-6 pb-2 "+(e?"":"hidden"),"aria-hidden":!e,children:ar(a,l,i)})]}),ar=(e,t,r)=>e?.map((e=>n("a",{...G({router:t,handlerDecorator:r},e),"data-item-name":"dots-header-submenu",className:"text-base font-light pb-4 hover:text-primary-main",children:e.text},e.href))),lr=e=>n("div",{className:"w-[3px] h-[3px] rounded bg-black mr-1"},String(e)),ir={"bg-white":"bg-main-divider",transparent:"bg-main-divider opacity-30"},or=a((({className:e="",defaultLocation:t="Москва",bgColor:a="bg-white",context:l,topItems:i,anchor:o=null})=>{const s=l.useRouter(),c=yn(l.useAsyncData),{handlerDecorator:d}=l,m=Nn(c.topItems,i),h=m.find(Gn(s)),x=m.map(((e,t)=>n(Vn,{active:e===h,...G({router:s,handlerDecorator:d},e),"aria-label":e.text,bgColor:a},String(t))));return n("header",{className:`pt-6 pb-8 px-20 ${a} ${e}`,id:o,children:r("div",{className:"container",children:[r("div",{className:"flex items-center",children:[n(dn,{className:"mr-8",bgColor:a}),x,n(zn,{context:l,className:"ml-auto",defaultLocation:t,bgColor:a})]}),n("div",{className:`mt-6 h-[1px] ${ir[a]}`}),n(nr,{context:l,subItems:h?.items,bgColor:a})]})})})),sr=a((({className:e="",context:t,title:a="Мобильное приложение",qr:l,buttons:i=[],anchor:s=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${Ce(e)} ${ke(e)} `,id:s,children:n(le,{context:t,title:a&&n(o,{headingType:"h3",title:a,className:"whitespace-pre-wrap max-w-[600px] mb-[30px]"}),buttons:i?.length?n(X,{context:t,buttons:i,className:"flex mt-[30px] gap-4"}):null,children:r("div",{className:"flex items-center",children:[l?.src&&l?.href&&n("a",{href:l.href,target:"_blank","aria-label":a,children:n("img",{src:l.src,alt:a,title:a,width:"164",height:"164",className:"w-[92px] h-[92px] min-w-[92px] min-h-[92px] bg-secondary-light"})}),n("span",{className:"font-light text-secondary-text ml-4",children:"Наведите камеру телефона на QR-код и скачайте приложение"})]})})}))),cr=a((({className:e,text:t,onClick:r,href:a,target:l,isActive:i})=>n("a",{className:`bg-inherit no-underline px-4 py-2.5 cursor-pointer rounded text-sm border border-solid hover:text-primary-main ${e||""} ${i?"border-primary-main text-primary-main":"border-white text-secondary-text"}`,onClick:r,href:a,target:l,children:t}))),dr=a((({className:e,context:t,title:a,buttons:l,anchor:i=null})=>{const o=t.useRouter(),{handlerDecorator:s}=t,c=qn(o)(l);return r("section",{className:`font-sans text-primary-text rounded-[40px] flex items-center justify-between ${e||""}`,id:i,children:[n("h2",{className:"font-medium text-xl m-0",children:a}),l?.length?n("div",{className:"flex rounded-md overflow-hidden bg-white",children:l.filter((({text:e})=>e)).map(((e,t)=>n(cr,{className:"first:rounded-tl-md first:rounded-bl-md last:rounded-tr-md last:rounded-br-md",isActive:e===c,...G({router:o,handlerDecorator:s},e)},String(t))))}):null]})})),mr=a((({className:e="",label:t,active:r,children:a,onClick:l,href:i,target:o="_self"})=>n("a",{className:hr(e,r),target:o,href:i,onClick:l,children:n("span",{className:xr(r),children:t||a})}))),hr=(e,t)=>`${t?"bg-primary-main":"group bg-white"} flex-1 flex items-center justify-center cursor-pointer ${e}`,xr=e=>`${e?"text-white":"text-secondary-text group-hover:text-primary-main "} font-sans font-normal text-sm`,ur=a((({className:e="",navigatorTabs:t,context:r,anchor:a=null})=>{const l=r.useRouter(),i=globalThis.location.href;return n("section",{className:`sticky top-0 z-20 box-border flex gap-x-1 h-12 ${e}`,id:a,children:t?t.map(pr(i,l)):null})})),pr=(e,t)=>(r,a)=>{const l=P(e),i=l?r.href===l:0===a;return n(mr,{active:i,onClick:()=>br(t,r.href),...r},r.href)},br=(e,t)=>{R(t)||e?.replace(t||"")},gr=a((({blocks:e,columns:t=1,context:r})=>n("div",{className:"transition-all duration-300 max-h-0 overflow-hidden",children:n("div",{className:"box-border w-full p-9 "+(t>1?"flex flex-wrap":""),children:Ke({context:r,className:"box-border p-5",columns:t,blocks:e})})}))),fr=a((({label:e,isExpanded:t,blocks:a,columns:l,context:i})=>{const{hasContent:o,icon:s,handleToggle:c,isActive:d}=(({context:e,blocks:t,initialState:n=!1})=>{const[r,a]=e.useState(n),l=t?.length;return{isActive:r,hasContent:l,icon:r?"ArrowUpIcon":"ArrowDownIcon",handleToggle:e=>{if(!l)return;a(!r);const t=(({currentTarget:e})=>e.previousSibling)(e);t.style.maxHeight=t.style.maxHeight?null:`${t.scrollHeight}px`}}})({context:i,blocks:a,initialState:t});return r("div",{className:"border-0 border-b border-solid border-main-divider",children:[o?n(gr,{isExpanded:d,columns:l,blocks:a,context:i}):null,r("button",{className:"border-none bg-primary-main px-0 py-[26px] mb-[1px] w-full font-sans text-white text-base flex justify-center cursor-pointer",onClick:c,children:[n("span",{className:"pr-3",children:d?"Скрыть":e}),o?n(p,{name:s,width:"20",height:"20",asSVG:!0}):null]})]})})),Nr=a((({blockItems:e,context:t,className:r})=>n("section",{className:`font-sans bg-white text-primary-text ${r||""}`,children:e?.length?n("div",{className:"list-none m-0 p-0",children:e.map(((e,r)=>n(fr,{...e,context:t},`BlockItem${r}`)))}):null}))),yr=a((({className:e,context:t,title:a,description:l="Блок в разработке...",anchor:i=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${Ce(e)} ${ke(e)} `,id:i,children:r(le,{context:t,title:a?n(o,{headingType:Ie(e),title:a,className:"whitespace-pre-wrap max-w-[600px]"}):null,children:[l?n(Q,{className:"mt-4 max-w-[600px]",description:l}):null,n("figure",{className:"m-0 min-w-[600px]",children:vr()})]})}))),vr=(e=3)=>Ir(100,e).map((e=>Math.floor(e))).map(wr),wr=(e=100,t)=>n("div",{style:{width:`${e}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),Ir=(e,t)=>[e].concat(t>0?Ir(e/1.618,t-1):[]),kr={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Cr=a((({block:e,headingType:t,context:r,className:a=""})=>n("section",{className:`flex grow-0 shrink-0 basis-full ${kr[e?.version??"primary"]} ${a}`,role:"listitem",children:n("div",{className:"p-10 flex grow",children:n(ce,{className:"pl-2.5 pt-2.5 pb-1.5 pr-[6.25rem]",context:r,headingType:t||"h2",...e})})}))),$r=a((({className:e,context:t,duration:a=0,slides:l=[],anchor:i=null})=>{const o=l.map((e=>e.nav)),s=l.map((e=>e.productBlock)),[c,d]=t.useState(0);return r("section",{className:`font-sans bg-white overflow-hidden w-100 ${e||""}`,id:i,children:[n("div",{className:"flex duration-1000",style:{transform:`translateX(-${c}00%)`},role:"list",children:s.map(((e,r)=>n(Cr,{context:t,block:e},String(r))))}),n("div",{className:"flex",children:o.map(((e,t)=>function({slide:e,i:t,activeSlideIndex:a,onClick:l,duration:i}){const o=t===a,s=o?"animate-slide":"",c=o?"text-primary-text":"text-secondary-text";return r("button",{type:"button",onClick:l,"aria-label":e?.title,className:"font-sans group relative overflow-hidden border-0 bg-inherit cursor-pointer text-left px-0 pt-4 pb-[23px] grow basis-0",children:[r("div",{className:"border-0 border-r border-solid border-main-divider px-6",children:[n("div",{className:`text-sm font-medium pb-[3px] group-hover:text-primary-text ${c}`,children:e?.title}),n("div",{className:"text-xs text-secondary-text",children:e.desc})]}),n("div",{className:`absolute bottom-0 left-0 w-full h-[3px] bg-primary-main -translate-x-full ${s}`,style:{animationDuration:`${i}s`,animationFillMode:"forwards"}})]},String(t))}({slide:e,i:t,activeSlideIndex:c,onClick:()=>d(t),duration:a})))})]})}));const Sr={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Tr={primary:{title:"text-secondary-text",text:"text-secondary-text"},secondary:{title:"text-white",text:"text-white/80"}},Dr={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Ar=a((({className:e="",context:t,slides:a=[],version:l="primary",duration:i=0,anchor:o=null})=>{const s=a.map((e=>e.nav)),c=a.map((e=>e.productBlock)),[d,m]=t.useState(0);return r("section",{id:o,className:`box-border pt-[50px] overflow-hidden relative font-sans w-100 ${e}\n ${Sr[l]}`,children:[n("div",{className:"flex duration-1000 pb-14",style:{transform:`translateX(-${d}00%)`},role:"list",children:c.map(((e,r)=>function(e,t,r){const{version:a}=e,l=a?Tr[a].title:"";return n("section",{className:"box-border relative flex grow-0 shrink-0 basis-full",role:"listitem",children:n("div",{className:"flex grow",children:n(ce,{className:`pl-[50px] pr-2 z-[1] ${l}`,context:r,textBlockClassName:"mb-[154px]",...e})})},String(t))}({...e,version:l},r,t)))}),n("div",{className:"flex items-center absolute bottom-6 left-0 right-0 px-[26px] box-border",children:s.map(((e,t)=>function({slide:e,i:t,activeSlideIndex:a,onClick:l,version:i,duration:o}){const s=t===a,c=s?"bg-white shadow-dark-blue/42 h-[102px] w-[354px] min-w-[354px] max-w-[354px] p-0 border-none":`min-w-[277px] px-0 pt-4 pb-[23px] hover:py-[26px] hover:py-[26px] ease-in duration-300\n ${Dr[i]}`,d=s?"text-primary-text text-title-2xs":`text-base ${Tr[i].title}`,m=s?"text-secondary-text text-m-title-xs mt-2.5":`text-m-md mt-1.5 ${Tr[i].text}`,h="secondary"===i?"border-white/50":"",x=s?"animate-slide":"";return r("button",{type:"button",onClick:l,"aria-label":e?.title,className:`box-border font-sans group relative overflow-hidden border-[1px] cursor-pointer text-left mx-1 grow basis-0 backdrop-blur-sm\n ${c} ${h}\n `,children:[r("div",{className:"border-0 px-6",children:[n("div",{className:`font-medium ${d}`,children:e?.title}),n("div",{className:`text-secondary-text ${m}`,children:e.description})]}),n("div",{className:`absolute bottom-0 left-0 w-full h-[3px] bg-primary-main -translate-x-full ${x}`,style:{animationDuration:`${o}s`,animationFillMode:"forwards"}})]},String(t))}({slide:e,i:t,activeSlideIndex:d,onClick:()=>m(t),version:l,duration:i})))})]})}));const Rr={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Mr=a((({className:e="",context:t,title:a="Акции и спецпредложения",date:l,description:i,buttons:s=[],version:c="primary",anchor:d=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${Rr[c]} ${Ce(e)} ${ke(e)} `,id:d,children:n(le,{context:t,title:a?n(o,{headingType:Ie(e),title:a,className:"whitespace-pre-wrap max-w-[600px]"}):null,buttons:s?.length?n(X,{context:t,buttons:s,className:"flex mt-9 gap-3"}):null,children:r("div",{className:"mt-1.5",children:[l?n("div",{className:"text-sm mb-2",children:Lr(l)}):null,n("div",{className:"text-base",children:i})]})})})));function Lr(e){return new Date(e).toLocaleString("ru-RU",{day:"numeric",month:"long",year:"numeric"}).replace("г.","")}const Pr=a((({context:e,className:t="",title:a,description:l,items:i,image:s,version:c,socialMedia:d})=>n("section",{className:`border border-solid box-border py-[30px] px-9 min-w-[515px] max-w-[515px] ${t}`,role:"listitem",children:r(le,{context:e,className:"flex justify-between",title:a?n(o,{headingType:"h4",as:"h3",className:"font-normal mb-3.5",title:a}):null,image:s?.src&&n(b,{className:"mt-auto ml-7",image:s}),children:[l?n(Q,{className:"text-left",description:l}):null,i?.length?n(ae,{className:"text-md font-light flex flex-col gap-2",items:i,version:c}):null,n(Tn,{className:"pt-[42px] pb-0",media:d,context:e})]})}))),jr="absolute top-0 bottom-0 w-[84px]",Br=a((({context:e,recommendations:t=[],className:a="",title:l,version:i,anchor:s=null})=>{const[c,d]=e.useState(0),m="secondary"===i?"border-white/50":"border-main-stroke";return r("section",{className:`relative font-sans p-9 overflow-hidden text-center ${"secondary"===i?"bg-primary-main text-white":"bg-white text-primary-text"} ${a}`,id:s,children:[l?n(o,{headingType:"h2",className:"mb-6",title:l}):null,n("div",{className:"flex duration-1000 gap-3.5",style:{transform:`translateX(-${525*c}px)`},role:"list",children:t?.length?t.map(_r({context:e,version:i,className:m})):null}),Wr({cardsCount:t.length,activeCardIndex:c,setActiveCardIndex:d}),n("div",{className:`${jr} left-0 ${"secondary"===i?"bg-opacity-from-main":"bg-opacity-from-white"}`}),n("div",{className:`${jr} right-0 ${"secondary"===i?"bg-opacity-to-main":"bg-opacity-to-white"}`})]})})),_r=({context:e,version:t,className:r})=>(a,l)=>n(Pr,{context:e,...a,version:t,className:r},String(l)),Wr=({cardsCount:e,activeCardIndex:t,setActiveCardIndex:a})=>{const l=e>2,i=l&&e-t>2;return r("div",{children:[l&&t>0&&n(Pe,{className:"absolute top-1/2 left-8 rotate-180 z-10 mt-6",onClick:()=>a(t-1),ariaLabel:"Пролистать влево"}),i&&n(Pe,{className:"absolute top-1/2 right-8 z-10 mt-6",onClick:()=>a(t+1),ariaLabel:"Пролистать вправо"})]})},Gr=a((({className:e="",title:t,showLines:a=!0,steps:l=[],button:i,anchor:s=null})=>{const c=l.length>3;return r("section",{className:["box-border font-sans text-primary-text bg-white",c?"px-20":"px-[70px]","py-[50px] flex flex-col items-center",e].join(" "),id:s,children:[n(o,{headingType:"h2",className:"max-w-[47rem] text-center",title:t}),l?.length?r("div",{className:"box-border py-0.5 mb-0.5 "+(t?"mt-9":""),children:[n("div",{className:"flex items-center px-[88px]",children:E(n("div",{className:"h-0.5 w-full bg-secondary-light "+(a?"":"opacity-0")}))(l.map(Vr))}),n("div",{className:"flex justify-between "+(c?"gap-x-3":"gap-x-[101px]"),children:l.map(((e,t)=>Er(e,t,Boolean(i?.text))))})]}):null,i?.text?n(q,{className:"box-border mt-[43px] py-3 h-12 w-full max-w-[240px]",version:"primary",href:"#",children:i.text}):null]})})),Vr=(e,t)=>n("div",{className:"flex flex-col items-center text-center relative",children:n("div",{className:"h-[100px] w-[100px] min-w-[100px] min-h-[100px] bg-secondary-light rounded-full p-[26px] box-border z-10",children:e.icon?.icon&&n(b,{image:e.icon,width:"48",height:"48"})||n("span",{className:"font-normal text-title-sm text-secondary-text",children:t+1})})},String(t)),Er=(e,t,a)=>r("div",{className:"flex flex-col items-center justify-between text-center relative w-[276px] whitespace-pre-line overflow-hidden",children:[r("div",{children:[e.label&&n("div",{className:"font-normal text-xl m-0 mt-4",children:e.label}),e.description&&n("div",{className:"font-light text-base text-secondary-text "+(e.label?"mt-2":"mt-4"),children:e.description})]}),e?.button?.text&&!a?n(q,{className:"box-border mt-[38px] py-3 h-12 w-full max-w-[240px]",version:"primary",href:"#",children:e.button.text}):null]},String(t)),Or=e=>e?.alt||e?.title||x[e?.icon?e.icon:""],Fr=a((({cell:e,isLastRow:t})=>n("div",{className:"first:pl-0 pl-10 w-80 flex-grow flex flex-col border-solid border-main-divider border border-t-0 border-x-0 "+(t?"border-t-0 rounded-b-md":""),role:"cell",children:n("div",{children:e.map(Hr)})}))),Hr=({label:e,description:t,list:a,image:l,buttons:i},o)=>r("div",{className:"first:pt-5 last:pb-5",children:[o>0&&n("div",{className:"border-main-divider border border-solid border-t-0 border-x-0 my-4"}),e?n("div",{className:"text-xl font-medium m-0",children:e}):null,t?n("div",{className:"text-sm text-secondary-text",children:t}):null,a?.items?.length?Ur(a):null,l&&n(b,{image:l}),i?.length?Zr(i):null]},String(o)),Ur=e=>n(ae,{className:"flex flex-col justify-between items-start text-sm",version:"gray",items:e.items,isDotted:e.isDotted??!0}),Zr=e=>n("div",{children:e.map((({icon:e,rounded:t,...r},a)=>n(q,{className:(a>0&&t?"ml-3":"")+" w-12 h-12",ariaLabel:Or(e),rounded:t,appendLeft:e?n(b,{image:e,width:"24px",height:"24px",asSVG:!0}):null,...r},String(a))))}),zr=a((({row:{header:e,data:t},activeCardIndex:a,isLastRow:l})=>r(rt,{children:[n("div",{className:"text-sm py-5 w-[354px] flex-shrink-0 border-main-divider border border-t-0 border-x-0 "+(l?"":"border-solid"),children:r("div",{className:"flex items-center text-primary-text",children:[e?.icon?n(b,{className:"mr-[14px] max-w-6 max-h-6",image:e.icon,width:"24px",height:"24px",asSVG:!0}):null,e?.title]})}),t?.length?n(ct,{activeCardIndex:a,columnWidth:360,version:"tariff",children:t.map(((e,t)=>n(Fr,{cell:e,isLastRow:l},String(t))))}):null]}))),qr=a((({className:e,context:t,title:a,description:l,rowHeaders:i,columns:s,anchor:c=null})=>{const[d,m]=t.useState(0),h=Jr(s),x=Kr(i,h),u=gt({columnsLength:h.length,colsLengthForScroll:2,activeCardIndex:d,setActiveCardIndex:m}),{isScrollAvailable:p}=u;return r("section",{className:`bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${e||""}`,id:c,children:[a?n(o,{headingType:"h2",className:"text-center "+(l?"mb-2.5":"mb-9"),title:a}):null,l?n("div",{className:"mb-9 text-center text-m-base",children:l}):null,x?.length?r("div",{role:"table",children:[r("div",{className:"relative",children:[x.map(((e,t,{length:r})=>n(zr,{row:e,isLastRow:t+1===r,activeCardIndex:d},String(t)))),n(pt,{...u})]}),p?n("div",{className:"absolute top-0 right-0 bottom-0 w-[84px] bg-opacity-to-white"}):null]}):null]})})),Jr=e=>e?.map((({data:e})=>e))||[],Kr=(e,t)=>e?.map(((e,n)=>({header:e,data:t.map((e=>e?.[n]||[{}]))}))),Xr={Accordion:et,BenefitsBlock:tt,ComparisonTable:Nt,CreditCalculator:Vt,ExchangeRateTile:ln,Footer:Mn,Gallery:Ue,GracePeriod:Ln,Header:or,Headline:d,LinkDocs:T,MiniGallery:Ze,MobileAppTile:sr,NavigatorTabs:ur,PictureText:A,ProductBlock:ge,ProductGallery:$r,ProductGalleryGreen:Ar,ProductTile:Ae,PromoTile:Mr,OtherProducts:Nr,Recommendation:Br,StepsBlock:Gr,TariffsTable:qr,TextBlock:Ne,Tile:Se,Navigation:dr,Placeholder:yr},Qr=a((({className:e,onClick:t,ariaLabel:r})=>n("button",{type:"button",className:`border-0 w-[36px] bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":r,children:Yr()}))),Yr=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[n("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),n("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},ea=a((({className:e,context:t,anchor:a=null})=>{const l=t.useLikeService();return r("div",{className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e||""}`,id:a,children:[n(Qr,{onClick:l.like,ariaLabel:"Поставить отметку «лайк»"}),n(Qr,{onClick:l.dislike,className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),n("span",{className:"select-none",children:l.likeCount})]})})),ta=!Yn(),na=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),ra=a((({className:e="",context:t,blocksRegistry:a,data:{style:l,blocks:i,slots:o={},likeControl:s,colorPalette:c="pc"},blockDecorator:d=na})=>{const{header:m}=o,h=t.useRouter();return ta&&globalThis.addEventListener("load",(()=>{const e=globalThis.document.querySelectorAll("section[id]");globalThis.document.addEventListener("scroll",(()=>((e,t)=>{t?.forEach((t=>{if(globalThis.location.hash===`#${t?.id}`)return;const n=t?.getBoundingClientRect();n&&n.top>0&&n.top<150&&e.replace(`#${t?.id}`)}))})(h,e)))})),r("section",{className:`relative ${la(l)} ${e}`,"data-theme":c,children:[m?.blocks?.length?n("div",{className:`${la(m?.style)}`,children:m.blocks.map(((e,n)=>aa({block:e,blockDecorator:d,blocksRegistry:a,context:t},n)))}):null,i?.length?n("div",{className:"container grid grid-cols-12 gap-1",children:i.map(((e,n)=>aa({block:e,blockDecorator:d,blocksRegistry:a,context:t},n)))}):null,s&&n("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:n(ea,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto",context:t},"LikeControl")})]})}));function aa({block:e,blockDecorator:t,blocksRegistry:r,context:a},l){const{type:i}=e;i&&i in r||console.warn(`No block with "${i}" is registered`);const o=r[i||"Placeholder"]||yr;return t({blockClassName:`scroll-mt-12 ${la(e.style)}`,block:e,render:e=>{const{version:t,content:r,anchor:s}=e.block;return n(o,{className:e.blockClassName,version:t,context:a,anchor:s,...r},`${i}-${l}`)}},`block-${l}`)}function la(e){return e?e.join(" "):""}const ia=a((({HeadComponent:e,data:t,children:a})=>{const{title:l,main:i,og:o,twitter:s,jsonLd:c}=t,{description:d,keywords:m,canonical:h,robots:x}=i||{};return r(e,{children:[n("title",{children:l}),n("meta",{name:"viewport",content:"width=device-width, initial-scale=1"}),d&&n("meta",{name:"description",content:d}),m&&n("meta",{name:"keywords",content:m.join(",")}),x&&n("meta",{name:"robots",content:x.join(",")}),oa(o),sa(s),h&&n("link",{rel:"canonical",href:h}),c&&n("script",{type:"application/ld+json",children:c}),a]})}));function oa(e){return e?Object.entries(e).map((([e,t])=>n("meta",{property:`og:${e}`,content:t},e))):null}function sa(e){return e?Object.entries(e).map((([e,t])=>n("meta",{name:`twitter:${e}`,content:t},e))):null}function ca(e){const{mobile:t,...n}=e;return n}function da(e){return e?.filter((e=>{return t=e?.type,(t||"")in Xr;var t})).map(ca)}e.Blocks=Xr,e.ContentPage=ra,e.ContentPageHead=ia,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),n=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await n.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.Header=or,e.Icon=p,e.LikeAPI=function(e,t=""){async function n(){try{const e=JSON.parse(globalThis.localStorage.getItem(l)||"");if(e?.token)return e}catch(e){}try{const e=await fetch(`${t}/assist/v1/public/auth`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:n,name:r}=await e.json();return globalThis.localStorage.setItem(l,JSON.stringify({token:n,name:r})),{token:n,name:r}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...r){if(!r.length)return[];const{token:a}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:a},body:JSON.stringify({node_ids:r})}),{likes:l}=await n.json();return l||[]}catch(e){return console.error(e),[]}},like:async function(r){if(!r)return 0;const{token:a,name:l}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:a,UserID:l},body:JSON.stringify({node_id:r,user_name:l})}),{likes:i}=await n.json();return i||0}catch(e){return console.error(e),0}},dislike:async function(r){if(!r)return 0;const{token:a,name:l}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:a,UserID:l},body:JSON.stringify({node_id:r,user_name:l})}),{likes:i}=await n.json();return i||0}catch(e){return console.error(e),0}}}},e.joinList=E,e.normalizePage=function(e){if(!e)return;const{blocks:t,slots:n}=e;return{...e,blocks:da(t),slots:n&&Object.keys(n).reduce(((e,t)=>({...e,[t]:{...n[t],blocks:da(n[t].blocks)}})),{})}},e.projectSettings=m,e.setup=t,e.url=j,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniBlocks={})}(this,(function(e){"use strict";const t=(e,n)=>{t._jsx=e,t._jsxs=n||e};t.vue=e=>{t(((t,{children:n,dangerouslySetInnerHTML:r,...a}={})=>{const l=Object.assign({},a,r?{innerHTML:r.__html}:{});return e(t,l,"string"!=typeof t?()=>n:n)}))};const n=(...e)=>t._jsx(...e),r=(...e)=>t._jsxs(...e),a=e=>(e._tmpl||(e._tmpl=function(t,n){const{children:r,...a}=t||{},l=n?.slots?.default,i=r||l&&l();return e(Object.assign(a,i&&{children:i}),n)},e._tmpl.inheritAttrs=!1),e._tmpl);const l="likesToken";const i={h1:"text-title-xl tracking-[-0.3px]",h2:"text-title",h3:"text-title-sm",h4:"text-title-xs",h5:"text-title-2xs tracking-[0.2px]",h6:"text-title-2xs tracking-[0.2px]"},o=a((e=>{const{className:t="",headingType:r,title:a,as:l}=e;if(!r)return;return n(l||r,{className:`font-sans m-0 ${i[r]} ${t}`,children:a})})),s={left:"text-left",center:"text-center",right:"text-right"},c={transparent:{background:"bg-transparent",text:"text-primary-text",description:"text-primary-text"},primary:{background:"bg-white",text:"text-primary-text",description:"text-primary-text"},secondary:{background:"bg-primary-main",text:"text-white",description:"text-white/80"}},d=a((({bgColorHeadline:e="transparent",align:t="left",className:a="",title:l,description:i,anchor:d=null})=>{const m=c[e];return r("section",{className:`p-[50px] ${m.background} ${a}`,id:d,children:[l&&n(o,{headingType:"h2",className:`text-primary-text ${m.text} ${s[t]}`,title:l}),i&&n("p",{className:`font-normal text-base mt-4 ${m.text} ${s[t]}`,children:i})]})})),m=new class{_={PROD_BRANCH:"master",FORCED_DRAFT_FLOW:!1};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}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ENABLE_ASSIST(){return this._.ENABLE_ASSIST}get SITEMAP(){return this._.SITEMAP}get CDN(){return this._.CDN}};var h,x;!function(e){e.ActualBalanceIcon="ActualBalanceIcon",e.AppleIcon="AppleIcon",e.ArrowDownIcon="ArrowDownIcon",e.ArrowLeftIcon="ArrowLeftIcon",e.ArrowsRewindRight="ArrowsRewindRight",e.ArrowUpIcon="ArrowUpIcon",e.AtmIcon="AtmIcon",e.BankIcon="BankIcon",e.BurgerIcon="BurgerIcon",e.BurgerIconWhite="BurgerIconWhite",e.Calendar2Icon="Calendar2Icon",e.CalendarCircleIcon="CalendarCircleIcon",e.CalendarIcon="CalendarIcon",e.CalendarTickIcon="CalendarTickIcon",e.CalendarWhiteIcon="CalendarWhiteIcon",e.CardIcon="CardIcon",e.CardPosIcon="CardPosIcon",e.CardTickIcon="CardTickIcon",e.CardWithGemIcon="CardWithGemIcon",e.ChartSquareIcon="ChartSquareIcon",e.ClockIcon="ClockIcon",e.CloseIcon="CloseIcon",e.ComfortableCompIcon="ComfortableCompIcon",e.CreditCardsIcon="CreditCardsIcon",e.DiscountShapeIcon="DiscountShapeIcon",e.DocIcon="DocIcon",e.DocIconMonoColor="DocIconMonoColor",e.DocumentTextIcon="DocumentTextIcon",e.DollarIcon="DollarIcon",e.EarthIcon="EarthIcon",e.EmptyWalletChangeIcon="EmptyWalletChangeIcon",e.EmptyWalletIcon="EmptyWalletIcon",e.EmptyWalletWhiteIcon="EmptyWalletWhiteIcon",e.EuroIcon="EuroIcon",e.GeolocationIcon="GeolocationIcon",e.GlassIcon="GlassIcon",e.GlobalIcon="GlobalIcon",e.GpsIcon="GpsIcon",e.GridIcon="GridIcon",e.GridIconWhite="GridIconWhite",e.InterestGrowthIcon="InterestGrowthIcon",e.InterestIcon="InterestIcon",e.JCBIcon="JCBIcon",e.LoupeIcon="LoupeIcon",e.MasterCardIcon="MasterCardIcon",e.MinusIcon="MinusIcon",e.MirIcon="MirIcon",e.MoneyIcon="MoneyIcon",e.MoneyInsuranceIcon="MoneyInsuranceIcon",e.MonitorMobileIcon="MonitorMobileIcon",e.NewDocIcon="NewDocIcon",e.OfficeIcon="OfficeIcon",e.OkIcon="OkIcon",e.PassSendIcon="PassSendIcon",e.PercentageRoundIcon="PercentageRoundIcon",e.PercentageSquareIcon="PercentageSquareIcon",e.PercentageSquareWhiteIcon="PercentageSquareWhiteIcon",e.PersonalCardIcon="PersonalCardIcon",e.PlayMarketIcon="PlayMarketIcon",e.PlusIcon="PlusIcon",e.Profile2UserIcon="Profile2UserIcon",e.ProfileIcon="ProfileIcon",e.RoundRubleIcon="RoundRubleIcon",e.SafeIcon="SafeIcon",e.ShieldTickIcon="ShieldTickIcon",e.SignDocsIcon="SignDocsIcon",e.SmallClockIcon="SmallClockIcon",e.TelegramIcon="TelegramIcon",e.UnionPayIcon="UnionPayIcon",e.UserTickIcon="UserTickIcon",e.VisaIcon="VisaIcon",e.VKIcon="VKIcon",e.WalletAdd2Icon="WalletAdd2Icon",e.WalletAddIcon="WalletAddIcon",e.WalletIcon="WalletIcon",e.WalletWithMoneyIcon="WalletWithMoneyIcon"}(h||(h={})),function(e){e.ActualBalanceIcon="Деньги",e.AppleIcon="Лого «Apple»",e.ArrowDownIcon="Стрелка 'Вниз'",e.ArrowLeftIcon="Стрелка 'Влево'",e.ArrowsRewindRight="ArrowsRewindRight",e.ArrowUpIcon="ArrowUpIcon",e.AtmIcon="Банкомат",e.BankIcon="Банк",e.BurgerIcon="Бургер",e.BurgerIconWhite="Бургер (белый)",e.Calendar2Icon="Календарь 2",e.CalendarCircleIcon="Скруглённый календарь",e.CalendarIcon="Календарь",e.CalendarTickIcon="Календарь с галочкой",e.CalendarWhiteIcon="Календарь белый",e.CardIcon="Кред. карта",e.CardPosIcon="Кред. карта под наклоном",e.CardTickIcon="Кред. карта с галочкой",e.CardWithGemIcon="Карта с драгоценностями",e.ChartSquareIcon="Деньги внутри кошелька",e.ClockIcon="Часы",e.CloseIcon="Крестик",e.ComfortableCompIcon="Кресло",e.CreditCardsIcon="Кредитные карты",e.DiscountShapeIcon="Скидка",e.DocIcon="Документ",e.DocIconMonoColor="Документ (одноцветный)",e.DocumentTextIcon="Документ с текстом",e.DollarIcon="Доллар",e.EarthIcon="Земля",e.EmptyWalletChangeIcon="Пустой кошелёк с возвратом",e.EmptyWalletIcon="Пустой кошелёк",e.EmptyWalletWhiteIcon="Пустой кошелёк (белый)",e.EuroIcon="Евро",e.GeolocationIcon="Геолокация",e.GlassIcon="Зеркало",e.GlobalIcon="Глобус",e.GpsIcon="Gps",e.GridIcon="Сетка",e.GridIconWhite="Сетка (белая)",e.InterestGrowthIcon="Диаграмма роста",e.InterestIcon="Скидка",e.JCBIcon="JCB",e.LoupeIcon="Лупа",e.MasterCardIcon="MasterCard",e.MinusIcon="Минус",e.MirIcon="МИР",e.MoneyIcon="Деньги",e.MoneyInsuranceIcon="Денежное страхование",e.MonitorMobileIcon="Монитор и мобильный",e.NewDocIcon="Новый документ",e.OfficeIcon="Офис",e.OkIcon="Лого «Одноклассники»",e.PassSendIcon="Бизнес",e.PercentageRoundIcon="Проценты (круг.)",e.PercentageSquareIcon="Проценты",e.PercentageSquareWhiteIcon="Проценты белые",e.PersonalCardIcon="Персональная карта",e.PlayMarketIcon="Лого «PlayMarket»",e.PlusIcon="Плюс",e.Profile2UserIcon="Профиль, 2 персоны",e.ProfileIcon="Профиль",e.RoundRubleIcon="Рубль (круг.)",e.SafeIcon="Сейф",e.ShieldTickIcon="Безопасность",e.SignDocsIcon="Подписанные документы",e.SmallClockIcon="Маленькие часы",e.TelegramIcon="Лого «Telegram»",e.UnionPayIcon="UnionPay",e.UserTickIcon="Пользователь",e.VisaIcon="Visa",e.VKIcon="Лого «VK»",e.WalletAdd2Icon="Пополнение карты",e.WalletAddIcon="Кошелёк с плюсом",e.WalletIcon="Кошелёк",e.WalletWithMoneyIcon="Кошелёк с деньгами"}(x||(x={}));const u={none:"",primary:"text-white",secondary:"text-white"},p=a((({className:e="",name:t="",alt:a=`Иконка ${x[t]||t}`,title:l=a,asSVG:i,color:o="primary",...s})=>{const c=`${m.CDN||""}icons/${t}.svg`;return i?r("svg",{className:`${u[o]} ${e}`,...s,"aria-hidden":"true",style:"secondary"===o?{filter:"invert(1)"}:null,children:[l?n("title",{children:l}):null,a?n("desc",{children:a}):null,n("use",{href:`${c}#icon`,xlinkHref:`${c}#icon`})]}):n("img",{className:e,src:c,alt:a,title:l,...s,"aria-hidden":"true"})})),b=a((({className:e="",image:t,imageClassName:r="",...a})=>{if(!t)return null;const l="string"==typeof t?t:t.icon;return l||""===l?l.length?n(p,{className:e,name:l,...a}):null:n(g,{className:e,imageClassName:r,image:t})})),g=a((({className:e="",image:t,imageClassName:a=""})=>t?r("picture",{className:`flex-none ${e}`,children:[t?.sources?.length?t.sources.map((({src:e,format:t},r)=>n("source",{srcSet:e,type:N(t)},`${r}_${e}`))):null,f(t,a)]}):null)),f=(e,t="")=>{const r={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},a=e.title||"",l=e.alt||e.title;return n("img",{src:e.src,className:t,alt:l,title:a,style:r,...e.size})};function N(e){return e?`image/${String(e)}`:void 0}const y=a((({className:e,iconClassName:t,textClassName:a,suffixClassName:l,doc:i,icon:o})=>{const{text:s,fileSize:c,...d}=i;return r("a",{className:e,role:"link",...d,children:[o?n(b,{className:t,image:o,width:"24px",height:"24px",asSVG:!0}):null,s?r("span",{className:a,children:[s,n("span",{className:l,children:d?.href&&v(w(d.href),c)})]}):null]})})),v=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),w=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},I=a((({className:e="",doc:t,icon:r})=>n(y,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3.5 min-w-6 min-h-6 text-primary-text",textClassName:"self-center font-light",suffixClassName:"text-secondary-text group-hover:text-primary-main",doc:t,icon:r}))),k=a((({className:e,documents:t,columnsMode:r="double",icon:a})=>t?.length?n("div",{className:e,role:"list",children:t.map(((e,t)=>n("div",{className:"double"===r?"basis-[calc(50%-20px)]":"",role:"listitem",children:n(I,{className:"group flex align-middle h-fit w-fit text-primary-text no-underline hover:text-primary-main",doc:e,icon:a})},String(t))))}):null)),C={left:"text-left",center:"text-center",right:"text-right"},$={double:"mb-8",single:"mb-[26px]"},S={double:"flex gap-x-5 gap-y-[26px] flex-wrap",single:"flex gap-3.5 flex-col"},T=a((({className:e="",title:t,subtitle:a,align:l,documents:i,icon:s={icon:"DocIcon"},columnsMode:c="double",anchor:d=null})=>r("section",{className:`font-sans text-primary-text p-12 bg-white ${e}`,id:d,children:[t?n(o,{headingType:"h2",className:`${a?"mb-2.5":$[c]} ${C[l??"center"]}`,title:t}):null,a?n("h3",{className:`text-base mt-0 font-normal ${$[c]} ${C[l??"center"]}`,children:a}):null,n(k,{className:S[c],columnsMode:c,documents:i,icon:s})]}))),D={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},A=a((({className:e="",title:t,image:a,benefits:l,version:i="primary",directionRight:s=!1,anchor:c=null})=>r("section",{className:`relative font-sans p-14 ${D[i]} ${e}`,id:c,children:[n(o,{headingType:"h2",className:"text-center",title:t}),r("div",{className:"flex justify-center mt-9",children:[a?.src&&n(b,{className:s?"order-2 ml-6":"mr-6",image:a}),l?.length?n("div",{className:"flex flex-col",children:l.map(((e,t)=>function(e,t,a){return r("div",{className:"flex flex-row mb-8",children:[e.icon?n(b,{className:"w-[48px] h-[48px] bg-main rounded-full box-border p-[12px]",image:e.icon,width:"48",height:"48",asSVG:!0}):null,r("div",{className:"flex gap-1 flex-col h-full ml-5 max-w-[490px]",children:[e.label&&n("div",{className:"font-medium text-xl m-0 "+("primary"===a?"text-primary-text":""),children:e.label}),e.description&&n("div",{className:"font-normal text-sm "+("primary"===a?"text-secondary-text":""),children:e.description})]})]},String(t))}(e,t,i)))}):null]})]})));const R=e=>e?.includes("//"),M=e=>(e||"").replace(/\/?\?.*/,""),L=e=>{if(!e||!R(e))return;const t=e,n=t.indexOf("//"),r=t.indexOf("/",n+"//".length);return-1!==r?t.substring(0,r):t},P=e=>{if(!e||!R(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0};var j=Object.freeze({__proto__:null,isURL:R,withoutQuery:M,getOrigin:L,getHash:P});const B="/mobile",_=(e,t)=>{if(!e)return e;const n=L(t?.href);return n?e.replace(n,"")||"/":e},W=e=>e;function G({router:e,handlerDecorator:t=W},n){const r=((e,t)=>{if(!e)return e;const n=_(e,t)||"",r=t?.pathname.startsWith(B);return r&&!R(n)?`/mobile${n}`:n})(n.href,e);return{...n,href:r,"aria-label":n.text,onClick:t((t=>{const a=r&&!R(r),l=!n.target||"_self"===n.target;a&&l&&(t.preventDefault(),e.push(r))}),n)}}const V=a((({text:e,href:t,target:r,onClick:a,className:l="",children:i})=>t?n("a",{className:`no-underline ${l}`,href:t,target:r,onClick:a,children:n("span",{className:l,children:e||i})}):n("span",{className:l,children:e||i})));function E(e){return t=>t.reduce(((t,n,r)=>t.length?t.concat({...e,key:r},n):[n]),[])}const O=a((e=>{const{text:t,aboveText:a,appendLeft:l}=e;return r("div",{className:F(e),children:[l||null,H(e)?r("div",{children:[n("div",{className:"text-m-2xs font-light text-left",children:a}),n("div",{className:"text-button text-left",children:t})]}):null]})})),F=e=>{const{version:t,aboveText:n,rounded:r}=e;if("link"===t)return"";const a="px-8 gap-2 "+(n?"py-2":"py-[18px]");return["flex items-center justify-center",H(e)?a:"h-12 w-12",r?"rounded-full":""].join(" ")},H=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),U={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-secondary-light hover:bg-secondary-hover active:bg-secondary-active",link:""},Z={primary:"bg-secondary-dark text-secondary-text",secondary:"bg-secondary-light text-secondary-text",link:""},z="text-center font-sans select-none",q=a((e=>{const{text:t,aboveText:r,appendLeft:a,children:l,disabled:i,rounded:o}=e,s=l??n(O,{text:t,aboveText:r,appendLeft:a,rounded:o});return n(i?K:J,{...e,children:s})})),J=a((({className:e,ariaLabel:t,version:r="none",rounded:a,href:l,target:i,children:o,onClick:s,...c})=>{const{aboveText:d,appendLeft:m,...h}=c;return n("a",{className:`${z} inline-block cursor-pointer no-underline ${U[r]||""} ${a?"rounded-full":"rounded-md"} ${e||""}`,href:l,target:i,onClick:s,"aria-label":t,role:l?"link":"button",...h,children:o})})),K=a((({className:e,children:t,ariaLabel:r,version:a="none",rounded:l})=>n("div",{role:"button","aria-disabled":"true","aria-label":r,tabIndex:"-1",className:`inline-block ${z} ${Z[a]||""} ${l?"rounded-full":"rounded-md"} ${e||""}`,children:t}))),X=a((({context:e,className:t="",buttons:r})=>{const{handlerDecorator:a}=e,l=e.useRouter();return r?.length?n("div",{className:`${t}`,children:r.map(((e,t)=>function({icon:e,...t},r){if(!t?.text)return;return n(q,e?{appendLeft:n(b,{image:e,width:"24",height:"24",asSVG:!0}),...t}:{...t},String(r))}(G({router:l,handlerDecorator:a},e),t)))}):null}));const Q=a((e=>{const{className:t="",description:r}=e;return n("div",{className:`font-normal text-base ${t}`,children:r})})),Y={primary:"rounded-full inline-block mr-3 mt-2",secondary:"rounded-full inline-block mr-3 mt-2",gray:"rounded-full inline-block mr-3 mt-2",tile:"rounded-full inline-block mr-4","tile-white":"rounded-full inline-block mr-4"},ee={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text",tile:"bg-black","tile-white":"bg-white"},te=a((({className:e="",isDotted:t=!0,children:a,version:l="primary"})=>r("div",{className:`font-sans flex items-start ${e}`,role:"listitem",children:[t&&n("div",{className:ne(l)}),n("span",{children:a})]}))),ne=e=>`${Y[e]} ${ee[e]} ${{primary:"w-2 h-2 min-w-2 min-h-2",secondary:"w-2 h-2 min-w-2 min-h-2",gray:"w-1.5 h-1.5 min-w-1.5 min-h-1.5",tile:"w-[7px] h-[7px] min-w-[7px] min-h-[7px]","tile-white":"w-[7px] h-[7px] min-w-[7px] min-h-[7px]"}[e]}`,re={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text",tile:"text-primary-text","tile-white":"text-white"},ae=a((e=>{const{className:t="",itemClassName:r,isDotted:a,items:l,version:i="primary"}=e;return n("section",{className:`${re[i]} ${t}`,role:"list",children:l?.length?l.map(((e,t)=>n(te,{className:r,isDotted:a,version:i,children:e},String(t)))):null})})),le=a((({className:e="",title:t,children:a,buttons:l,image:i,anchor:o=null})=>r("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,id:o,children:[t,r("div",{className:"flex grow w-full justify-between",children:[r("div",{className:"flex flex-col justify-between w-full",children:[n("div",{children:a}),l?n("div",{children:l}):null]}),i]})]}))),ie={primary:"bg-primary-main",secondary:"bg-white/30"},oe={primary:"text-primary-text",secondary:"text-white"},se={primary:"text-secondary-text",secondary:"text-white"};const ce=a((({className:e="",context:t,title:a,headingType:l="h2",description:i,benefits:o,buttons:s,image:c,items:d,version:m="primary",isDotted:h=!0,textBlockClassName:x=""})=>{const u="secondary"===m?"text-white":"text-primary-text";return r("div",{className:`flex grow justify-between items-stretch ${e}`,children:[n("div",{className:`flex flex-col ${x}`,children:r(le,{context:t,title:de(a,l),buttons:me(t,s),children:[i&&n(Q,{className:`mt-4 max-w-[600px] text-md font-light ${u}`,description:i}),o?.filter((e=>e.label))?.length?n("div",{className:"flex gap-6 mt-6",children:o.map(((e,t)=>function(e,t,a){return r("div",{className:"flex gap-4 items-center",children:[e.icon?n(b,{className:`w-[50px] h-[50px] min-w-[50px] min-h-[50px] rounded-full p-[10px] box-border text-white ${ie[a]}`,image:e.icon,width:"24",height:"24",asSVG:!0}):null,r("div",{className:"flex gap-0.5 flex-col h-full max-w-[149px]",children:[n("div",{className:`font-medium text-xl m-0 ${oe[a]}`,children:e.label}),e.description&&n("div",{className:`font-normal text-m-md ${se[a]}`,children:e.description})]})]},String(t))}(e,t,m)))}):null,d?.length?n(ae,{className:"mt-5 text-title-2xs font-light",items:d,itemClassName:"mb-[7px]",version:m,isDotted:h}):null]})}),c?.src&&n(b,{className:"mt-auto",image:c})]})})),de=(e,t)=>e&&n(o,{headingType:t,title:e,className:"whitespace-pre-wrap max-w-[600px]"}),me=(e,t)=>t?.length?n(X,{context:e,buttons:t,className:"flex mt-9 gap-4"}):null,he={primary:"bg-primary-main",secondary:"bg-white"},xe={primary:"text-white",secondary:"text-primary-text"};function ue(e,t,a){return r("div",{className:`flex items-center ${a}`,children:[n(q,{rounded:!0,className:`w-12 h-12 min-h-12 max-h-12 flex items-center justify-center mr-3 ${he[t]}`,ariaLabel:e,children:n(b,{className:`w-4 h-4 min-w-4 min-h-4 rounded-full box-border ${xe[t]}`,image:{icon:"ArrowLeftIcon"},color:"none",width:"24",height:"24",asSVG:!0})}),e?n("span",{className:"text-m-md",children:e}):null]})}const pe={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},be={primary:"text-secondary-text",secondary:"text-white/80"},ge=a((e=>{const{context:t,className:a="",breadcrumbs:l,version:i="primary",anchor:o=null,...s}=e,c=t.useRouter(),{handlerDecorator:d}=t;return r("section",{className:`font-sans pt-10 pl-[50px] pb-[50px] pr-[7.5rem] box-border min-h-[420px] ${pe[i]} ${a}`,id:o,children:[ue("Все дебетовые карты",i,"mb-10"),l?.length?n("div",{className:"text-xs mb-6",children:E(n("span",{className:`mx-2 ${be[i]}`,children:"/"}))(l.map(((e,t)=>n(V,{...G({router:c,handlerDecorator:d},{className:be[i],...e})},String(t)))))}):null,n(ce,{context:t,version:i,...s})]})})),fe={primary:{background:"bg-white",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"},secondary:{background:"bg-primary-main",icon:"bg-white text-primary-main",title:"text-white",description:"text-white"},"secondary-light":{background:"bg-primary-main/10",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"}},Ne=a((({title:e,description:t,blockVersion:a="primary",iconVersion:l,image:i,className:o,anchor:s=null})=>{const c=fe[a];return r("section",{className:`font-sans px-9 py-4 flex ${c.background} ${o||""}`,id:s,children:["small"===l?ye(c.icon):null,"big"===l?ve(i):null,r("div",{className:"py-0.5",children:[e&&n("div",{className:`font-medium text-base mb-1 ${c.title}`,children:e}),t&&n("div",{className:`text-sm ${c.description}`,children:t})]})]})}));function ye(e){return n("div",{className:"pt-1.5 pl-1 pr-4",children:n("div",{className:`rounded-full h-4 w-4 text-center text-xs ${e}`,children:"i"})})}function ve(e){return e?.src?n(b,{className:"pt-0.5 pr-3",image:e}):null}const we=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function Ie(e=""){const t=we(e);return t<=4?"h4":t<=8?"h3":"h2"}function ke(e=""){const t=we(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function Ce(e=""){const t=we(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const $e={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Se=a((e=>{const{context:t,title:a,description:l,items:i,children:s,buttons:c,image:d,className:m="",version:h="primary",role:x,anchor:u=null}=e;return n("section",{className:`overflow-hidden font-sans p-9 pr-3 box-border ${m} ${$e[h]} ${Ce(m)} ${ke(m)} `,role:x,id:u,children:r(le,{context:t,title:a&&n(o,{headingType:Ie(m),as:"h3",title:a,className:`whitespace-pre-wrap max-w-[600px] ${a?"mb-3":""}\n ${"primary"===h?"text-primary-text":""}`}),buttons:c?.length?n(X,{context:t,buttons:c,className:"flex mt-9 gap-3"}):null,image:d?.src&&n(b,{className:"mt-auto ml-7",image:d}),children:[l&&n(Q,{className:"mt-4 max-w-[600px] text-title-new-sm font-light",description:l}),s,Te(i,h)]})})}));function Te(e,t){return e?.length?n(ae,{items:e,itemClassName:"text-title-new-sm font-light mt-2.5 first:mt-0",version:"primary"===t?"tile":"tile-white"}):null}const De={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Ae=a((({context:e,className:t="",title:a,description:l,benefits:i,buttons:s,image:c,version:d="primary",anchor:m=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${t} ${De[d]} ${Ce(t)} ${ke(t)} `,id:m,children:r(le,{context:e,title:a&&n(o,{headingType:Ie(t),title:a,className:"whitespace-pre-wrap max-w-[600px]"}),buttons:s?.length?n(X,{context:e,buttons:s,className:"flex mt-9 gap-3"}):null,image:c?.src&&n(b,{className:"mt-auto ml-7",image:c}),children:[l&&n(Q,{className:"mt-4 max-w-[600px]",description:l}),r("div",{className:"flex mt-5 mb-1",children:[i?.length?n("div",{className:"mr-8",children:i.map(Re)}):null,i?.length?n("div",{className:"pt-1",children:i.map(((e,t)=>function(e,t,r="primary"){return n("div",{className:`text-sm ${t?"mt-4":""} ${{primary:"text-secondary-text",secondary:"text-white"}[r]}`,children:e.description},String(t))}(e,t,d)))}):null]})]})})));function Re(e,t){return n("div",{className:"text-xl font-medium "+(t?"mt-2.5":""),children:e.label},String(t))}const Me=a((({className:e,viewBox:t,fill:r="none",width:a,height:l,paths:i,...o})=>n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:r,width:a,height:l,children:i.map((({d:e,fill:t,...r},a)=>n("path",{d:e,fill:t||"currentColor",...o,...r},a)))}))),Le=[{d:"m9 12 4-4-4-4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",fill:"none"},{d:"M2 9a1 1 0 0 1 0-2v2Zm6-2a1 1 0 0 1 0 2V7ZM2 7h6v2H2V7Z"}],Pe=a((({className:e,disabled:t,...r})=>n(q,{rounded:!0,className:`shadow-[0_4px_25px_rgba(0,0,0,0.07)] w-12 h-12 min-h-12 max-h-12 flex items-center justify-center ${t?"bg-secondary-light text-secondary-text":"bg-white text-primary-text hover:text-primary-main"} ${e||""}`,disabled:t,...r,children:n(Me,{paths:Le,viewBox:"0 0 16 16",fill:"none",width:"16",height:"16"})}))),je={primary:"bg-white text-secondary-text",secondary:"bg-primary-main text-white"},Be={normal:3,mini:4},_e={normal:"min-w-[364px] w-[364px]",mini:"min-w-[260px] w-[260px]"},We={normal:380,mini:276},Ge=a((({title:e,description:t,image:a,items:l,button:i,version:o})=>{const s=function(e){return`text-xl m-0\n ${"secondary"!==e?"text-primary-text":""}\n `}(o);return r("div",{className:"h-full flex flex-col justify-between text-center",children:[r("div",{children:[a?.src?n("div",{className:"flex justify-center",children:n(b,{className:"mb-6",image:a})}):null,e?Ee(e,s):null,t?n("div",{className:"font-light text-m-md-new "+(e?"mt-2":""),children:t}):null,l?.length?Oe(l,o):null]}),i?.text?Ve(i):null]})}));function Ve(e){return n(q,{className:"mt-6 w-full",appendLeft:e.icon&&n(b,{image:e.icon,width:"24px",height:"24px",asSVG:!0}),...e})}function Ee(e,t){return n("div",{className:`text-xl m-0 ${t}`,children:e})}function Oe(e,t="primary"){return n(ae,{className:"max-w-[308px] mt-2 text-sm "+("primary"===t?"!text-secondary-text":""),itemClassName:"mt-1 first:mt-0",items:e.filter((e=>e?.text)).map((e=>e.text)),version:t})}const Fe=a((({context:e,title:t,description:a,cards:l=[],version:i="normal",activeCardIndex:s})=>r("div",{children:[n("div",{className:"absolute top-0 left-0 bottom-0 w-[84px] bg-gradient-to-r from-white to-transparent"}),r("div",{className:"flex flex-col items-center mb-8",children:[t?n(o,{headingType:"h2",className:"text-center",title:t}):null,a?n("div",{className:"font-light text-md max-w-[600px] mt-2.5",children:a}):null]}),n("div",{className:`flex ${l?.length<=Be[i]?"justify-center":""} duration-1000`,style:{transform:`translateX(-${s*We[i]}px)`},role:"list",children:l?.map(((t,r)=>function({card:e,version:t},r){return n("section",{className:`box-border border-solid border border-main-stroke p-6 mx-2 flex flex-col justify-between\n items-stretch ${_e[t]} ${je[e.version??"primary"]} w-full col-span-4`,role:"listitem",children:n(Ge,{...e})},String(r))}({card:t,version:i,context:e},r)))})]})));const He=a((({context:e,cards:t=[],className:a="",version:l="normal",anchor:i=null,...o})=>{const[s,c]=e.useState(0),d=t?.length>Be[l],m=d&&t?.length-s>Be[l],h=d&&s>0;return r("section",{className:`relative font-sans text-primary-text bg-white p-[42px] overflow-hidden ${a}`,id:i,children:[n(Fe,{context:e,cards:t,version:l,activeCardIndex:s,...o}),h&&n(Pe,{className:"absolute top-1/2 left-8 rotate-180 z-10 mt-[25px]",onClick:()=>c(s-1),ariaLabel:"Пролистать влево","data-block-control":"scroll-left"}),m&&n(Pe,{className:"absolute top-1/2 right-8 z-10 mt-[25px]",onClick:()=>c(s+1),ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}),n("div",{className:"absolute top-0 left-0 bottom-0 w-[84px] bg-opacity-from-white"}),n("div",{className:"absolute top-0 right-0 bottom-0 w-[100px] bg-opacity-to-white"})]})})),Ue=a((e=>n(He,{...e,version:"normal"}))),Ze=a((e=>n(He,{...e,version:"mini"}))),ze=a((({className:e="",documents:t,anchor:r=null})=>n("section",{className:`font-sans bg-white mt-[10px] ${e}`,id:r,children:n("ul",{className:"flex flex-col text-sm text-secondary-text p-0",children:t?.length?qe(t):null})}))),qe=e=>e.map(((e,t)=>{const{text:r,...a}=e;return n("li",{className:"mb-4 list-none",children:n("a",{className:"hover:text-primary-main",role:"link",...a,children:r||null})},`list_item_${String(t)}`)})),Je={Headline:d,LinkDocs:T,TextBlock:Ne,PictureText:A,ProductBlock:ge,Tile:Se,ProductTile:Ae,Gallery:Ue,MiniGallery:Ze,LinkList:ze},Ke=({blocks:e,context:t,className:n,columns:r})=>e?.length?e.map(Xe({context:t,className:n,columns:r})):null,Xe=({context:e,columns:t,className:r})=>(a,l)=>{const i=a?.blockListType;if(!i||!(i in Je))return null;return n("div",{className:`${r} ${2===t?"w-1/2":""}`,children:n(Je[i],{context:e,...a,className:"!p-0"})},`block_${l}`)},Qe=a((({blocks:e,context:t})=>n("div",{className:"transition-all duration-300 max-h-0 overflow-hidden",children:Ke({context:t,className:"mb-5 last:mb-0 pb-5",blocks:e})}))),Ye=a((({label:e,isExpanded:t,blocks:a,context:l})=>{const{isActive:i,hasContent:o,icon:s,handleToggle:c}=(({context:e,blocks:t,initialState:n=!1})=>{const[r,a]=e.useState(n),l=t?.length;return{isActive:r,hasContent:l,icon:r?"MinusIcon":"PlusIcon",handleToggle:e=>{if(!l)return;a(!r);const t=(({currentTarget:e})=>e.nextSibling)(e);t.style.maxHeight=t.style.maxHeight?null:`${t.scrollHeight}px`}}})({context:l,blocks:a,initialState:t});return r("li",{className:"border-0 border-b border-solid border-main-divider last:border-b-0",children:[r("button",{className:`border-none bg-transparent px-0 py-5 flex justify-between text-left w-full font-sans\n ${o?"group cursor-pointer":""}\n `,onClick:c,children:[n("span",{className:"text-xl pr-2.5 font-medium",children:e}),o?n(b,{image:s,width:"24",height:"24",asSVG:!0}):null]}),o?n(Qe,{isExpanded:i,blocks:a,context:l}):null]})})),et=a((({title:e,description:t,accordionItems:a,context:l,className:i="",anchor:s=null})=>r("section",{className:`p-[50px] font-sans bg-white text-primary-text ${i}`,id:s,children:[e?n(o,{headingType:"h4",className:"mb-2.5",title:e}):null,t?n("div",{className:"mb-2.5 text-base",children:t}):null,a?.length?n("ul",{className:"list-none m-0 p-0",children:a.map(((e,t)=>n(Ye,{...e,context:l},`AccordionItem${t}`)))}):null]}))),tt=a((({className:e,title:t,benefits:a,anchor:l=null})=>r("section",{className:`font-sans text-primary-text bg-white p-12 flex flex-col items-center ${e||""}`,id:l,children:[t?n(o,{headingType:"h2",className:"max-w-[47rem] text-center",title:t}):null,a?.length?n("div",{className:"grid grid-cols-2 gap-8 mt-9",children:a.map(nt)}):null]}))),nt=(e,t)=>r("div",{className:"flex items-center gap-5 max-w-[500px]",children:[e.icon?n(b,{className:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",image:e.icon,width:"70",height:"70"}):null,r("div",{children:[n("h3",{className:"font-medium text-xl m-0",children:e.label}),e.description&&n("div",{className:"font-normal text-sm mt-2",children:e.description})]})]},String(t)),rt=a((({children:e})=>n("div",{className:"self-start flex flex-col",role:"row",children:n("div",{className:"flex",children:e})}))),at="bg-gradient-to-r from-main-gradient-start to-main-gradient-end",lt="border-main-stroke border-solid border",it="border-main-divider border border-t-0 border-x-0",ot="w-[200px] mr-6",st={comparison:"flex gap-4 duration-1000",tariff:"flex flex-grow duration-1000"},ct=a((({children:e,activeCardIndex:t,columnWidth:r,version:a="comparison"})=>n("div",{className:"flex flex-1 overflow-hidden",children:n("div",{className:st[a],style:{transform:`translateX(-${t*r}px)`},children:e})}))),dt=a((({icon:e,image:t,title:a,link:l})=>r("div",{className:`w-80 box-border flex flex-col items-center rounded-t-md border-b-0 px-7 pt-7 pb-[46px] ${lt} ${at}`,role:"columnheader",scope:"col",children:[e&&!t?.src&&n(b,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}),t?.src&&n(b,{className:"mb-[18px]",image:t}),a&&n(o,{headingType:"h4",as:"h3",className:"text-center text-white",title:a}),l?.text&&n("div",{className:"mt-auto w-full",children:n(q,{href:l.href,target:l.target,className:"mt-4 w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active",children:n("div",{className:"font-medium text-xs py-[11px]",children:l.text})})})]}))),mt=a((({colHeaders:e,activeCardIndex:t,router:a,handlerDecorator:l})=>r(rt,{children:[n("div",{className:ot,role:"columnheader",scope:"col"}),n(ct,{activeCardIndex:t,columnWidth:336,children:e.map(((e,t)=>n(dt,{...e,link:e.link&&G({router:a,handlerDecorator:l},e.link)},String(t))))})]}))),ht=a((({cell:e,isFirstRow:t,isLastRow:r,isFillGradient:a})=>n("div",{className:`w-80 box-border flex flex-col ${lt} ${r?"border-t-0 rounded-b-md":"border-y-0"} ${a?at:""}`,role:"cell",children:n("div",{className:`mx-7 h-full ${it} ${a&&t?"border-t":""} ${r?"border-b-0":"border-solid"}`,children:e.map(((e,t)=>xt(e,t,a)))})}))),xt=({label:e,description:t},a,l)=>r("div",{className:"first:pt-7 pt-6 last:pb-7",children:[e&&n("h4",{className:"text-xl font-medium m-0 "+(l?"text-white":""),children:e}),t&&n("div",{className:"text-sm opacity-80 "+(l?"text-white":"text-secondary-text"),children:t})]},String(a)),ut=a((({row:{header:e,data:t},activeCardIndex:a,isColoredFirstColumn:l,isFirstRow:i,isLastRow:o})=>r(rt,{children:[e?.title?n("div",{className:`text-sm py-7 ${it} w-[200px] mr-6 ${o?"border-b-0":"border-solid"}`,children:e.title}):null,t?.length?n(ct,{activeCardIndex:a,columnWidth:336,children:t.map(((e,t)=>n(ht,{cell:e,isFirstRow:i,isLastRow:o,isFillGradient:l&&0===t},String(t))))}):null]}))),pt=a((({isScrollAvailable:e,onNextClick:t,onPrevClick:a,showNextButton:l,showPrevButton:i})=>e?n("div",{children:r("div",{className:"absolute top-7 right-7 z-10",children:[n(Pe,{onClick:t,disabled:!l,ariaLabel:"Пролистать вправо","data-block-control":"scroll-right"}),n(Pe,{className:"mt-4 rotate-180",onClick:a,disabled:!i,ariaLabel:"Пролистать влево","data-block-control":"scroll-left"})]})}):null)),bt=a((({rowData:e,activeCardIndex:t,isColoredFirstColumn:a,...l})=>r("div",{className:"relative",children:[e.map(((e,r,{length:l})=>n(ut,{row:e,isFirstRow:0===r,isLastRow:r+1===l,activeCardIndex:t,isColoredFirstColumn:a},String(r)))),n(pt,{...l})]}))),gt=({columnsLength:e,colsLengthForScroll:t,activeCardIndex:n,setActiveCardIndex:r})=>{const a=e>t;return{onNextClick:()=>r(n+1),onPrevClick:()=>r(n-1),isScrollAvailable:a,showNextButton:a&&e-n>t,showPrevButton:Boolean(a&&n>0)}},ft=a((({context:e,columns:t,rowHeaders:a,isShowAllRow:l,visibleRowLength:i,isColoredFirstColumn:o})=>{const s=e.useRouter(),{handlerDecorator:c}=e,d=t?.map((({header:e})=>e||{})),m=t?.map((({data:e})=>e))||[],h=a?.map(((e,t)=>({header:e,data:m.map((e=>e?.[t]||[{}]))}))).slice(0,l?a.length:i),[x,u]=e.useState(0),p=gt({columnsLength:m.length,colsLengthForScroll:2,activeCardIndex:x,setActiveCardIndex:u}),{isScrollAvailable:b}=p;return r("div",{children:[r("div",{role:"table",children:[d?.length?n(mt,{colHeaders:d,activeCardIndex:x,router:s,handlerDecorator:c}):null,h?.length?n(bt,{rowData:h,activeCardIndex:x,isColoredFirstColumn:o,...p}):null]}),b?n("div",{className:"absolute top-0 right-0 bottom-0 w-[84px] bg-opacity-to-white"}):null]})})),Nt=a((({className:e,context:t,title:a,rowHeaders:l,columns:i,visibleRowLength:s=0,isColoredFirstColumn:c=!1,anchor:d=null})=>{const[m,h]=t.useState(!s);return r("section",{className:`bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${e||""}`,id:d,children:[n(o,{headingType:"h2",className:"max-w-[47rem] text-center mb-9 mx-auto",title:a}),n(ft,{context:t,columns:i,rowHeaders:l,isShowAllRow:m,isColoredFirstColumn:c,visibleRowLength:s}),s?yt({isShowAllRow:m,onClick:()=>h(!m)}):null]})})),yt=({isShowAllRow:e,onClick:t})=>n("div",{className:"pr-[50px]",children:r("div",{className:"flex w-full",children:[n("div",{className:ot}),n("button",{onClick:t,className:"mt-5 flex-1 border-main-stroke border-solid border text-primary-text bg-white hover:border-primary-main hover:text-primary-main",children:n("div",{className:"font-sans font-medium text-xs py-[11px]",children:e?"Скрыть":"Показать все параметры"})})]})}),vt=a((({tabs:e,currentTabIndex:t,onTabClick:r})=>n("div",{className:"flex items-end border-b border-main-stroke",role:"tablist",children:e?.map(wt(t,r))}))),wt=(e,t)=>(a,l)=>{const i=e===l;return r("div",{className:"flex h-full flex-1 cursor-pointer mr-2 last:mr-0 box-content "+(i?"px-2 h-16 pt-4 pb-2 text-white bg-primary-main":"px-2 h-14 pb-2 pt-3 border border-b-0 border-main-stroke"),role:"tab",onClick:()=>t(l),"aria-selected":String(i),children:[a?.icon?It(a,i):null,r("div",{children:[a?.title?n("h3",{className:"font-medium m-0 text-base",children:a?.title}):null,a?.description?n("span",{className:"font-light text-xs "+(i?"":"text-secondary-text"),children:a?.description}):null]})]},String(l))},It=(e,t)=>n("div",{className:"h-full mt-1",style:t?{filter:"invert(1)"}:null,children:n(b,{className:"w-5 h-5 mr-3",image:e?.icon||"CardIcon",asSVG:!t})});async function kt(e){const t=await fetch(e);return await t.json()}const Ct=[{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"}],$t=a((({text:e,checked:t,onChange:a,className:l})=>n("div",{className:l,children:r("label",{className:"flex items-center cursor-pointer relative",children:[n("input",{className:`peer appearance-none w-5 h-5 border-solid border ${t?"border-black":"border-main-stroke"} rounded checked:bg-primary-main checked:border-primary-main m-0`,type:"checkbox",onChange:e=>{a(e.target.checked)},checked:t}),n(Me,{paths:Ct,className:"hidden absolute left-1 ml-px peer-checked:block",width:"11",height:"9",fill:"white",viewBox:"0 0 11 9"}),e?n("span",{className:"font-sans ml-3 text-sm leading-5 cursor-pointer",children:e}):null]})}))),St=(e,t,n)=>Math.max(t,Math.min(e,n)),Tt=3e4,Dt=3e6,At=Math.round(41.5),Rt=(Mt=[[e=>1===e,"год"],[e=>e<=4,"года"],[()=>!0,"лет"]],e=>{const[,t]=Mt.find((([t])=>t(e)))||[];return t});var Mt;const Lt=e=>new Intl.NumberFormat("ru-RU",{maximumSignificantDigits:3}).format(e),Pt=a((({className:e,title:t,items:a=[],min:l=1,max:i=100,step:o=1,value:s=l,onChange:c})=>{const d=e=>{if(!c)return;const t=Number(e.replace(/\D/g,""));c(t)},m={backgroundSize:`${(100*(s-l)/(i-l)).toFixed(2)}% 100%`};return r("div",{className:e,children:[r("label",{className:"block relative",children:[t?n("span",{className:"absolute text-xs text-secondary-text top-1 mt-0.5 pl-4 ml-0.5",children:t}):null,n("input",{className:"m-0 font-sans text-sm w-full h-12 border border-solid border-main-stroke rounded-md\n outline-none p-0 pl-4 m-0 box-border text-primary-text "+(t?"pt-4":""),value:Lt(s),onChange:e=>d(e.target.value),onBlur:()=>{c&&(s<l&&c(l),s>i&&c(i))}}),n("div",{className:"absolute inset-x-0 top-[35px] px-4 leading-[18px]",children:n("input",{className:"box-border w-full m-0 cursor-pointer slider",type:"range",min:l,max:i,step:o,value:s,onChange:e=>d(e.target.value),style:m})})]}),n("div",{className:"flex justify-between my-3",children:a.map(((e,t)=>r("span",{className:"text-xs leading-[14px] text-secondary-text pl-4",children:[" ",e," "]},String(t))))})]})}));function jt(e){const{minMonths:t,maxMonths:r,monthsValue:a,defaultMonths:l,setMonthsValue:i}=e;return n(Pt,{className:"mt-[23px]",title:"Срок кредита, месяцев",items:["Или выберите из предложенных вариантов ниже"],min:t,max:r,step:1,value:a||l,onChange:i})}function Bt(e,t){return r("div",{className:"box-border h-fit p-9 bg-primary-main rounded-md text-white",children:[n("div",{className:"text-base mb-[18px]",children:"Наше предложение"}),n("div",{className:"text-sm opacity-60",children:"Ежемесячный платёж"}),r("div",{className:"text-lg mb-3",children:[Lt(Math.round(e))," ₽"]}),n("div",{className:"text-sm opacity-60",children:"Ставка"}),r("div",{className:"text-lg",children:[t," %"]})]})}function _t(e){const{calculatorParams:t,moneyValue:r,defaultSum:a,setMoneyValue:l}=e,i=t?.minSum||Tt,o=t?.maxSum||Dt;return n(Pt,{title:"Желаемая сумма кредита, ₽",items:[`От ${Lt(i)} рублей`,`До ${Lt(o)} рублей`],min:i,max:o,step:1e3,value:r||a,onChange:l})}const Wt=a((({context:e,directoryName:t})=>{const[a,l]=e.useState(void 0),[i,o]=e.useState(void 0),[s,c]=e.useState(!0),[d,m]=e.useState(!0),h=function(e,t){const{data:n}=e(function(e){return`/wcms-resources/${e||"credit-calculator-data"}.json`}(t),kt);return n||{}}(e.useAsyncData,t).rows,x=(e=>{const{tableRows:t,isAnnuity:n=!1}=e;return t&&t.find((e=>e.isAnnuity===n))||{}})({tableRows:h,isAnnuity:s}),u=(e=>e.maxSum&&e.minSum?(e.maxSum-e.minSum)/2:1485e3)(x),p=(e=>e.maxMonths&&e.minMonths?Math.round((e.maxMonths-e.minMonths)/2):At)(x),b=x?.minMonths||1,g=x?.maxMonths||84,f=(e=>{const{calculatorParams:t,isInsurance:n}=e;return t?n?t?.rateWithInsurance||5:t?.rateWithoutInsurance||5:5})({calculatorParams:x,isInsurance:d}),N=(e=>{const{calculatorParams:t,paymentType:n,rate:r,sum:a,months:l}=e;if(!t)return 0;const i=St(a,t.minSum||Tt,t.maxSum||Dt);if("annuity"===n){const e=Number(r)/1200;return i*(e+e/(Math.pow(1+e,l)-1))}return i/l+i*(Number(r)/12)})({calculatorParams:x,paymentType:"annuity",rate:f,sum:a||u,months:i||p}),y=((e,t)=>{const n=Math.ceil((t-e)/12),r=Math.floor(e/12)+1,a=new Array(Math.min(n-1,5)).fill(0).map(((e,t)=>r+t)),l=n+r-1;return a.concat(l)})(b,g);function v(e){o(St(12*e,b,g))}return n("section",{className:"mt-7",children:r("div",{className:"box-border p-[49px] pr-[56px] mx-auto w-max border-solid border-[3px] border-primary-main rounded-md",children:[r("div",{className:"flex justify-between",children:[r("div",{className:"mr-[42px]",children:[_t({calculatorParams:x,moneyValue:a,defaultSum:u,setMoneyValue:l}),jt({minMonths:b,maxMonths:g,monthsValue:i,defaultMonths:p,setMonthsValue:o}),n("div",{className:"flex mb-7",children:y.map(((e,t)=>function(e,t,a){const l=Rt(e);return n("button",{className:"bg-secondary-light rounded-3xl h-10 w-[75px] box-border mr-2 flex items-center justify-center cursor-pointer border-none",onClick:()=>a(e),children:r("span",{className:"font-semibold text-sm",children:[e," ",l]})},String(t))}(e,t,v)))}),n($t,{text:"Получаю пенсию на карту Россельхозбанка",checked:s,onChange:c}),n($t,{className:"mt-3 mb-7",text:"Комплексная страховая защита",checked:d,onChange:m})]}),Bt(N,f)]}),r("div",{className:"flex items-center",children:[n(q,{className:"mr-3",text:"Отправить заявку",version:"primary",href:"#"}),n("div",{className:"w-80 text-2xs leading-4 text-secondary-text","aria-label":"Соглашение на обработку персональных данных",children:"Отправляя заявку, вы соглашаетесь на обработку персональных данных соответственно требованиям ФЗ «О персональных данных»"})]})]})})})),Gt=[{title:"Кредит",description:"Ставка от 6% до 7 лет",directoryName:"credit-calculator-data",icon:{icon:"CardIcon"}},{title:"Кредит",description:"Ставка от 4% до 7 лет",directoryName:"credit-calculator-data1",icon:{icon:"ChartSquareIcon"}},{title:"Кредит",description:"Ставка от 3% до 6 лет",directoryName:"credit-calculator-data2",icon:{icon:"DiscountShapeIcon"}}],Vt=a((({className:e="",context:t,tabs:a=Gt,anchor:l=null})=>{const[i,s]=t.useState(0);return r("section",{className:`font-sans text-primary-text py-10 bg-white ${e}`,id:l,children:[n(o,{className:"w-full text-center mb-8",headingType:Ie(e),title:"Калькулятор"}),n(vt,{tabs:a,currentTabIndex:i,onTabClick:s}),n(Wt,{context:t,directoryName:a[i]?.directoryName})]})}));async function Et(){try{const e=await fetch(Ot);return await e.json()}catch(e){console.error(e)}}const Ot="/api/v1/exchangerates.json",Ft=new Intl.NumberFormat("ru",{style:"currency",currency:"RUB"}),Ht=e=>e?Ft.format(e):"",Ut="font-light text-left font-normal text-sm text-secondary-text",Zt={USD:"DollarIcon",EUR:"EuroIcon"},zt=a((({className:e,exchangeCurrencyItems:t})=>r("table",{className:`h-fit w-fit ${e}`,children:[n("thead",{children:r("tr",{children:[n("th",{className:Ut,children:"Валюта"}),n("th",{className:`${Ut} pl-11`,children:"Купить"}),n("th",{className:`${Ut} pl-11`,children:"Продать"})]})}),n("tbody",{children:t.map((e=>qt(e)))})]}))),qt=e=>{const t=e?.currency?.currency;return r("tr",{className:"pb-1",children:[n("td",{className:"pt-4",children:r("div",{className:"flex items-center",children:[t?n(b,{image:{icon:Zt[t]},width:"24",height:"24"}):null,n("span",{className:"text-m-title-md ml-2",children:t})]})}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:Ht(e.buyExchangeRate)}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:Ht(e.saleExchangeRate)})]},t)},Jt=a((({className:e="",address:t,distance:a})=>r("div",{className:`flex text-sm ${e}`,children:[n(b,{className:"min-w-fit",image:{icon:"GpsIcon"},width:"24",height:"24",asSVG:!0}),r("div",{className:"ml-3 font-light",children:[t?n("p",{className:"m-0 mb-[3px]",children:t}):null,a?r("p",{className:"text-secondary-text m-0",children:["Курс указан для ближайшего офиса - ",a]}):null]})]}))),Kt=a((({className:e="",id:t,name:r,type:a="text",placeholder:l})=>n("input",{className:e,id:t,name:r||t,type:a,placeholder:l}))),Xt=a((({className:e="",id:t,name:r,children:a})=>n("select",{className:e,id:t,name:r||t,children:a}))),Qt=a((({className:e="",value:t,children:r})=>n("option",{className:e,value:`${t}`,children:r}))),Yt=a((({codes:e,className:t=""})=>r("div",{className:`grid gap-3.5 ${t}`,children:[en("Хочу продать",e),en("Получу",e),n(q,{className:"box-border mt-3.5 py-3 h-12 w-full",version:"primary",href:"#",children:"Купить валюту"})]})));function en(e,t){return r("div",{className:"relative flex items-center",children:[n(Kt,{className:"h-10 border pl-4 pt-[7px] pb-[7px] rounded-md text-m-sm w-full appearance-none -mr-12",type:"number",placeholder:`${e}`}),t.length?n(Xt,{className:"h-9 -translate-x-4",children:t.map(((e,t)=>n(Qt,{value:e,children:e},String(t))))}):null]})}const tn=["USD","EUR"],nn=["RUB","USD","EUR"],rn=[{buyExchangeRate:90.6,saleExchangeRate:92.8,currency:{id:2,code:"978",currency:"EUR",name:"Евро"}},{buyExchangeRate:73.75,saleExchangeRate:75.95,currency:{id:1,code:"840",currency:"USD",name:"Американский доллар"}}],an={address:"Москва, ул.Ленина д.28",distance:"6км"},ln=a((({className:e="",context:t,title:a="Курсы обмена валют",anchor:l=null})=>{const i=function(e){const{data:t}=e(Ot,Et);return t||{}}(t.useAsyncData)?.exchangeRate?.currencies?.filter((e=>-1!==tn.indexOf(e?.currency?.currency||"")))||rn;return n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e}`,id:l,children:n(le,{context:t,title:n(o,{headingType:Ie(e),title:a,className:"whitespace-pre-wrap"}),children:r("div",{className:"flex",children:[r("div",{className:"mr-[43px] pt-4",children:[i?n(zt,{className:"mb-[31px]",exchangeCurrencyItems:i}):null,n(Jt,{...an})]}),i?.length?n(Yt,{className:"grow",exchangeCurrencyItems:i,codes:nn}):null]})})})})),on=["m13.72 25.51 4.42-4.33v-2.95l-4.42 4.32v2.96Zm0-10.98 4.42-4.35V7.41l-4.42 4.31v2.8Zm0 3.63 4.42-4.33v-2.78l-4.42 4.32v2.8ZM12.46 7.44l-.6-.56V0h-.66v6.22l-.58-.57V0h-.67v5l-.59-.58V0H8.7v6.56l4.44 4.33V0h-.67v7.44Zm1.26 14.35 4.42-4.33v-2.78L13.72 19v2.8Zm-5.03-.61 4.44 4.33v-2.96l-4.44-4.32v2.95Zm8.79-16.76-.59.58V0h-.66v5.66l-.6.56V0h-.66v6.87l-.58.57V0h-.67v10.9l4.42-4.34V0h-.66v4.42Zm-8.79 5.76 4.44 4.35v-2.8L8.69 7.4v2.77Zm0 3.65 4.44 4.33v-2.8l-4.44-4.3v2.77Zm0 3.63 4.44 4.33V19l-4.44-4.31v2.78Zm26.37 2.29H24.3a2.25 2.25 0 0 0 .36-1.22 2.32 2.32 0 0 0-2.33-2.31 2.32 2.32 0 0 0-2.31 2.31c0 .5.16.96.43 1.34a.74.74 0 0 0-.33.61c0 .26.14.49.33.62a2.32 2.32 0 0 0-.43 1.34 2.31 2.31 0 0 0 2.31 2.31 2.32 2.32 0 0 0 2.33-2.31c0-.45-.13-.87-.36-1.22h8.01v.49h-.8v.68h.8v.7h-.8v1.3h.8v-.58h1.17v.58h.79v-1.3h-.79v-.7h.79v-.68h-.79v-.5h1.58a.56.56 0 0 0 .56-.56v-.34a.57.57 0 0 0-.56-.56Zm-11.53 2.7a1.2 1.2 0 0 1-2.4 0c0-.24.08-.47.2-.66l.34-.56a.97.97 0 0 1-.34-.75c0-.3.13-.56.33-.74l-.32-.56a1.13 1.13 0 0 1-.2-.66 1.2 1.2 0 0 1 2.4 0c0 .49-.56 1.65-.56 1.65v.62c-.01.01.55 1.17.55 1.66ZM4.67 18.34v2.89c0 2.75 1.2 4.53 1.9 5.21l4.58 4.5c1.28 1.25 1.5 1.66 1.79 2.37v-3.2c0-2.84-1.44-3.94-2.19-4.67-1.73-1.68-2.89-2.8-3.82-3.73a8.98 8.98 0 0 1-2.26-3.37Zm6.08 14.24c-1.73-1.7-2.89-2.8-3.82-3.73a10 10 0 0 1-2.25-2.98v2.49a7.87 7.87 0 0 0 1.89 5.24l4.58 4.47c1.28 1.25 1.5 1.85 1.79 2.55v-3.37c0-2.85-1.45-3.95-2.19-4.67Z","M19.88 5.34c-.32 0-.64 0-.96.02V6.7a18.5 18.5 0 1 1 .95 36.94A18.5 18.5 0 0 1 1.35 25.17c0-5.67 2.55-10.73 6.58-14.13V9.32A19.78 19.78 0 0 0 0 25.17C0 36.12 8.9 45 19.88 45a19.85 19.85 0 0 0 19.86-19.83c0-10.95-8.9-19.83-19.87-19.83Z","M33.93 35.53c.3-.41.6-.85.87-1.3v-2.66h-.87v3.96Zm2.54-4.92c.12-.4.24-.78.34-1.16h-2.88v.7h.43c.77-.02 1.63-.03 2.11.46Zm-19.19-1.27h-.78v7.91h.78v-7.9Z","M14.7 27.83h2.58c.67 0 1.14.14 1.4.4.27.25.4.72.4 1.38v7.4c0 .66-.12 1.12-.4 1.38-.4.41-1.16.41-1.78.41l-.4-.01v3.5l.78.14v-2.88c1.2 0 1.97-.4 2.34-1.22v4.29h.26l.5-.01V29.74c0-.68.13-1.16.4-1.43.25-.27.72-.4 1.37-.4.67 0 1.65-.1 2.16.4.26.27.38.76.38 1.43v3.8h-1.77v-4.06h-.77v12.99c.26-.03.5-.07.77-.12V34.3h1.77v7.64c.36-.1.72-.21 1.08-.34v-7c0-.8.19-1.4 1-1.67l-.9-4.87h1.8l.3 5.31h.22l.3-5.31h1.88l-1.01 4.87c.84.3 1.01.81 1.01 1.66v4.53a16.63 16.63 0 0 0 1.5-1.27v-9.83h5.25l.1-.72H24.93l.17.89c-.38-.72-1.12-1.08-2.2-1.08h-.77c-1.3 0-2.1.52-2.4 1.55-.27-1.08-1.1-1.62-2.46-1.62h-3.36v14.52c.26.09.52.18.78.25V27.84Zm16.29 5.58-.85-.8.85-4.37v5.17Z","M27.66 40.79c.27-.14.55-.28.8-.43v-5.98h-.8v6.4Z"],sn={"bg-white":"text-primary-main",transparent:"text-white"},cn={"bg-white":"text-black",transparent:"text-white"},dn=a((({className:e,href:t,children:a,targetBlank:l,bgColor:i="bg-white",hideTitle:o})=>r("a",{className:`inline-flex items-center font-sans no-underline ${e||""}`,href:t||"https://rshb.ru/",target:l?"_blank":"_self","aria-label":"Россельхозбанк",children:[n(Me,{className:`${sn[i]} w-10`,viewBox:"0 0 40 45",paths:on.map((e=>({d:e})))}),!o&&n("span",{className:`${cn[i]} text-m-title-xs font-medium ml-2.5`,children:a||"Россельхозбанк"})]}))),mn=a((({className:e,context:t})=>{const{term:a,setTerm:l}=t.useSearch();return r("form",{className:`relative ${e||""}`,children:[r("div",{className:"absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none",children:[n("div",{className:"w-[24px] h-[24px]",children:n(b,{image:"LoupeIcon",width:"24",height:"24"})}),!a&&n("label",{htmlFor:"search-bar-input",className:"font-sans font-light text-base text-secondary-text",children:"Поиск по сайту"})]}),n("input",{id:"search-bar-input",className:"h-12 pl-12 w-full peer font-sans font-light text-base text-black border border-solid rounded h-full box-border outline-none pr-[6%] border-main-divider focus:border-primary-text",value:a,onChange:e=>l(e.target.value),type:"text",name:"search-bar-input"}),n(q,{version:"primary",text:"Найти",className:"invisible peer-focus:visible absolute top-1 right-1",onClick:e=>{e.preventDefault(),console.log("click")},children:n("div",{className:"font-normal text-sm px-9 py-[9px]",children:"Найти"})})]})})),hn=a((({className:e="",items:t,hasButton:a,context:l})=>{const i=l.useRouter(),{handlerDecorator:o}=l;return r("div",{className:e,children:[t?.length?t.map(xn):null,a?n(q,{version:"primary",className:"mb-6 w-full",...G({router:i,handlerDecorator:o},{text:"Обратная связь",href:"/",target:"_blank"})}):null]})})),xn=(e,t)=>{const{type:a,text:l,description:i}=e;return r("div",{className:"mb-4",children:[n("div",{children:un(a,l)}),n("div",{className:"mt-1 font-sans font-light text-sm text-secondary-text",children:i})]},String(t))},un=(e,t="")=>{switch(e){case"tel":return n("a",{className:"font-sans text-xl text-primary-text no-underline",href:`tel:${pn(t)}`,children:t});case"email":return n("a",{className:"font-sans text-xl text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return n("span",{children:t})}},pn=e=>e.replaceAll(/\D/g,""),bn=a((({links:e,className:t="",context:r})=>{const a=r.useRouter(),{handlerDecorator:l}=r;return n("div",{className:t,children:e?.length?n("div",{className:"flex justify-between items-center gap-5 py-5 border-solid border-x-0 border-y border-y-main-divider",children:e.map(((e,t)=>n(gn,{index:t,...G({router:a,handlerDecorator:l},e)},String(t))))}):null})})),gn=a((({className:e="",index:t,text:r,href:a,target:l,onClick:i})=>n("a",{className:`font-sans font-light text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px] ${e}`,href:a,target:l,onClick:i,children:r||`Документ ${t}`}))),fn=e=>t=>e?.href===t?.href,Nn=(e,t)=>{return(r=e,a=t,(r||[]).map((e=>a?.find(fn(e))||e))).concat((n=e,(t||[]).filter((e=>!n?.find(fn(e))))));var n,r,a};function yn(e){const{data:t}=e(wn(),vn);return t||{}}async function vn(){const e=await fetch(wn());return await e.json()}function wn(){return`/wcms-resources/${m.SITEMAP||"sitemap"}.json`}const In=a((({className:e="",items:t,context:r})=>{const a=yn(r.useAsyncData),l=Nn(a.topItems,t),i={router:r.useRouter(),handlerDecorator:r.handlerDecorator};return n("div",{className:`flex items-start justify-between gap-11 xl:gap-5 ${e}`,children:l?.map(((e,t)=>kn(e,t,i)))})})),kn=(e,t,{router:a,handlerDecorator:l})=>{const{text:i,href:o,items:s,target:c}=e;return r("div",{className:"flex flex-col w-1/5 last:w-1/4 gap-[14px]",children:[n("a",{className:"block font-sans leading-5 text-base text-primary-text no-underline",href:o,target:c||"_self",children:i||`Раздел ${t}`}),s?.map(((e,t)=>n(Cn,{...G({router:a,handlerDecorator:l},e),index:t},String(t))))]},String(t))},Cn=a((({text:e,href:t,target:r,index:a})=>n("a",{className:"block font-sans font-light text-base text-secondary-text hover:text-primary-main no-underline",href:t,target:r||"_self",children:e||`Раздел ${a}`}))),$n=[{origins:["t.me","telegram.org"],icon:{icon:"TelegramIcon"},label:"Телеграм",width:"20px",height:"16px"},{origins:["vk.com"],icon:{icon:"VKIcon"},label:"ВКонтакте",width:"24px",height:"12px"},{origins:["ok.ru"],icon:{icon:"OkIcon"},label:"Одноклассники",width:"12px",height:"20px"},{origins:["apps.apple.com"],icon:{icon:"AppleIcon"},label:"App Store",width:"20px",height:"22px"},{origins:["play.google.com"],icon:{icon:"PlayMarketIcon"},label:"Google Play",width:"21px",height:"21px"}],Sn=a((({href:e})=>{const{icon:t,width:r,height:a,label:l}=$n.find((({origins:t})=>t.some((t=>e?.includes(t)))))||{};return t?n("a",{className:"flex items-center justify-center border border-solid rounded-md border-main-divider no-underline outline-none w-14 h-14 box-border text-primary-main hover:text-white hover:bg-primary-main hover:border-primary-main",href:e,"aria-label":l,target:"_blank",rel:"noopener noreferrer",children:t?n(b,{image:t,width:r,height:a,asSVG:!0,className:"block",color:"none"}):null}):null})),Tn=a((({className:e="",media:t,context:a,children:l})=>{const i=a.useRouter(),{handlerDecorator:o}=a;return r("div",{children:[n("div",{className:`flex gap-2.5 mb-1.5 ${e}`,children:t?.map(((e,t)=>n(Sn,{...G({router:i,handlerDecorator:o},e)},String(t))))}),n("span",{className:"font-light text-sm text-secondary-text",children:l})]})})),Dn=a((({className:e,links:t,context:a})=>{const l=a.useRouter(),{handlerDecorator:i}=a;return r("div",{className:`${e||""}`,children:[n("div",{className:"pt-5 pb-[5px]",children:n("span",{className:"font-sans font-light text-xs text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?n("div",{className:"flex justify-start items-start gap-5 pt-[5px]",children:t.map(((e,t)=>n(An,{index:t,...G({router:l,handlerDecorator:i},e)},String(t))))}):null]})})),An=a((({className:e,index:t,text:r,href:a,target:l,onClick:i})=>n("a",{className:`font-sans font-light text-xs text-secondary-text visited:text-secondary-text hover:text-primary-text inline-block no-underline max-w-[292px] ${e||""}`,href:a,target:l,onClick:i,children:r||`Документ ${t}`}))),Rn="w-[204px]",Mn=a((({className:e,documents:t,relatedEnterprises:a,contacts:l,socialMedia:i,mobileApps:o,topItems:s,context:c,anchor:d=null})=>r("footer",{className:`px-9 pt-9 pb-8 bg-white ${e||""}`,id:d,children:[r("div",{className:"flex items-stretch gap-[54px] pb-[30px] xl:gap-8",children:[n(dn,{className:Rn}),n(mn,{context:c,className:"grow"})]}),r("div",{className:"flex items-stretch gap-[54px] xl:gap-8",children:[r("div",{className:"w-[204px] flex flex-col shrink-0 overflow-hidden",children:[n(hn,{items:l,context:c,hasButton:!0}),n(Tn,{media:i,context:c,children:"Соцсети"}),n(Tn,{className:"mt-6",media:o,context:c,children:"Мобильное приложение"})]}),n(In,{className:"pt-[3px]",context:c,items:s})]}),n(bn,{className:"mt-24",links:a,context:c}),n(Dn,{links:t,context:c})]}))),Ln=a((({className:e="",title:t,description:a,calendar:l,anchor:i=null})=>r("section",{className:`bg-white p-16 pt-12 ${e}`,id:i,children:[n(o,{headingType:"h2",className:"text-center",title:t}),n("div",{className:"font-light text-base-md text-center mt-3",children:a}),l?Pn(l):null]}))),Pn=e=>{const t=100/(e.reduce(((e,t)=>e+t.month.length),0)||1),a=e.map((e=>({...e,flexBasis:e.month.length*t+"%"})));return r("div",{className:"w-full flex flex-col justify-center mt-14",children:[n("div",{className:"flex w-full mb-3 font-light text-m-title-md mb-3 text-center",children:a.map((e=>jn(e,t)))}),n("div",{className:"flex w-full",children:a.map(((e,t)=>r("div",{className:"pr-3 mr-3 border-r border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0",style:{flexBasis:e.flexBasis},children:[n("div",{className:"flex",children:Bn(e)}),r("div",{className:"font-light text-sm text-primary-text mt-3",children:[n("span",{children:e.blackText})," ",n("span",{className:"text-primary-main",children:e.greenText})]})]},`monthItem-${t}`)))})]})},jn=(e,t)=>e.month.map((e=>n("div",{style:{flexBasis:`${t}%`},children:e.name},`monthName-${e.name}`))),Bn=e=>e.month.map((e=>e.image?.src?n("div",{className:"max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0",children:n(b,{image:e.image,className:"flex"})},`monthImage-${e.image.src}`):null)),_n=(e,t,n=((e,t)=>t.startsWith(e)))=>n(M(e),(e=>(e||"").replace(B,""))(M(R(e)?t.href:t.pathname))),Wn=e=>t=>_n(t.href,e),Gn=e=>t=>t.items?.some(Wn(e))||_n(t.href,e)||((e,t)=>L(e)===L(t.href))(t.href,e),Vn=a((({className:e="",text:t,href:r,target:a,active:l,flat:i,onClick:o,children:s,ariaLabel:c,bgColor:d="bg-white"})=>n("a",{className:`${En(d,l,i)} ${e}`,href:r,target:a,onClick:o,rel:"noopener noreferrer","aria-label":c,children:n("span",{className:On(d,l,i),children:t||s})}))),En=(e,t,n)=>{let r="border-transparent";return t&&(r="rounded-md "+("bg-white"===e?"border-primary-main":"border-white")),`${r} inline-block border border-solid bg-transparent text-center no-underline ${n?"":"px-4 py-2"}`},On=(e,t,n)=>{let r="text-white";return"bg-white"===e&&(r=t?"text-primary-main":(n?"text-primary-text":"text-secondary-text")+" hover:text-primary-main"),`${r} font-sans font-light text-sm`},Fn=a((({className:e="",children:t,ariaLabel:r})=>n("button",{type:"button",className:`border-0 p-0 w-[24px] h-[24px] flex items-center bg-inherit cursor-pointer ${e}`,disabled:!0,"aria-label":r,children:t}))),Hn={"bg-white":"text-primary-text hover:text-primary-main",transparent:"text-white"},Un={"bg-white":"text-secondary-light hover:text-secondary-hover",transparent:"text-white"},Zn={"bg-white":"GridIcon",transparent:"GridIconWhite"},zn=a((({context:e,className:t,defaultLocation:a="",bgColor:l="bg-white"})=>{const[i,o]=e.useGeolocation(a);return r("div",{className:`flex items-center ${t||""}`,children:[n(Vn,{className:"mr-5",flat:!0,href:"#",text:i,ariaLabel:"Местоположение",onClick:o,bgColor:l}),n(Vn,{className:"mr-7",flat:!0,href:"#",text:"Офисы и банкоматы",ariaLabel:"Список всех доступных офисов и банкоматов",bgColor:l}),n(Fn,{className:`mr-5 ${Hn[l]}`,ariaLabel:"Поиск по сайту",children:n(b,{image:"LoupeIcon",className:"h-full",asSVG:!0,color:"none"})}),n(Fn,{className:`${Un[l]} min-w-[32px] min-h-[32px]`,ariaLabel:"Дополнительные ссылки",children:n(b,{image:Zn[l],className:"h-full",asSVG:!0,color:"none"})})]})})),qn=e=>(t=[])=>{const n=t?.filter(Wn(e));var r;return n?.length?(r=e=>e.href?.length||0,e=>e.reduceRight(((e,t)=>r(e)>r(t)?e:t)))(n):null},Jn="absolute left-0 -bottom-3 w-full h-[2px]",Kn=a((({className:e="",text:t,href:a,target:l,active:i,onClick:o,children:s,bgColor:c="bg-white",dataItemName:d})=>r("a",{className:`relative inline-block bg-transparent text-center no-underline ${e}`,href:a,target:l,onClick:o,"data-item-name":d,children:[n("span",{className:Xn(c,i),children:t||s}),i?n("div",{className:Qn(c,i)}):null]}))),Xn=(e,t)=>{let n="text-white";return"bg-white"===e&&(n=t?"text-primary-main":"text-primary-text hover:text-primary-main"),`${n} font-sans font-light text-base`},Qn=(e,t)=>t?`${"bg-white"===e?"bg-primary-main":e} ${Jn}`:Jn,Yn=()=>!("undefined"!=typeof window&&window.document&&window.document.createElement),er=!Yn()?new IntersectionObserver((e=>{const t=window.document.querySelector("[data-header-submenu-visible=toggled]"),n=Array.from(window.document.querySelectorAll("[data-item-name=header-submenu]")),r=Array.from(window.document.querySelectorAll("[data-item-name=dots-header-submenu]")),a={};e.forEach((e=>{a[String(e.target.toString())]=e.isIntersecting}));const l=tr(a,r,"hidden");tr(a,n,"invisible"),t&&(l?t.classList.remove("hidden"):t.classList.add("hidden"))}),{root:window.document,threshold:1}):void 0,tr=(e,t,n)=>{const r="hidden"!==n;return t.some((t=>{const a=t.toString(),l=r?!e[a]:e[a];return a in e&&t.classList.toggle(n,l),r?t.classList.contains("hidden"):!t.classList.contains("hidden")}))},nr=a((({context:e,subItems:t,bgColor:a})=>{const[l,i]=e.useState(!1),o=e.useRouter(),{handlerDecorator:s}=e;setTimeout((()=>{if(Yn())return;globalThis.document.querySelectorAll("[data-item-name=header-submenu]").forEach((e=>{er?.observe(e)}))}),200);const c=qn(o)(t),d=t?.map((e=>n(Kn,{className:"mr-8",active:e===c,...G({router:o,handlerDecorator:s},e),dataItemName:"header-submenu",bgColor:a},e.href)));return r("nav",{className:"relative mt-5",children:[n("div",{className:"overflow-hidden whitespace-nowrap mr-52",children:d}),rr({subMenuIsShow:l,toggleSubMenu:()=>i(!l),subItems:t,router:o,handlerDecorator:s})]})})),rr=({subMenuIsShow:e,toggleSubMenu:t,subItems:a,router:l,handlerDecorator:i})=>r("div",{className:"absolute w-52 -top-4 right-0 pt-4 z-40 "+(e?"bg-white rounded-md shadow-blue-gray/24":""),"data-header-submenu-visible":"toggled",children:[n("button",{className:"flex justify-between items-center cursor-pointer h-6 ml-6",onClick:t,"aria-label":""+(e?"Скрыть другие разделы":"Показать другие разделы"),children:Array(3).fill(0).map(((e,t)=>lr(t)))}),n("div",{className:"flex flex-col rounded-md bg-white p-6 pb-2 "+(e?"":"hidden"),"aria-hidden":!e,children:ar(a,l,i)})]}),ar=(e,t,r)=>e?.map((e=>n("a",{...G({router:t,handlerDecorator:r},e),"data-item-name":"dots-header-submenu",className:"text-base font-light pb-4 hover:text-primary-main",children:e.text},e.href))),lr=e=>n("div",{className:"w-[3px] h-[3px] rounded bg-black mr-1"},String(e)),ir={"bg-white":"bg-main-divider",transparent:"bg-main-divider opacity-30"},or=a((({className:e="",defaultLocation:t="Москва",bgColor:a="bg-white",context:l,topItems:i,anchor:o=null})=>{const s=l.useRouter(),c=yn(l.useAsyncData),{handlerDecorator:d}=l,m=Nn(c.topItems,i),h=m.find(Gn(s)),x=m.map(((e,t)=>n(Vn,{active:e===h,...G({router:s,handlerDecorator:d},e),"aria-label":e.text,bgColor:a},String(t))));return n("header",{className:`pt-6 pb-8 px-20 ${a} ${e}`,id:o,children:r("div",{className:"container",children:[r("div",{className:"flex items-center",children:[n(dn,{className:"mr-8",bgColor:a}),x,n(zn,{context:l,className:"ml-auto",defaultLocation:t,bgColor:a})]}),n("div",{className:`mt-6 h-[1px] ${ir[a]}`}),n(nr,{context:l,subItems:h?.items,bgColor:a})]})})})),sr=a((({className:e="",context:t,title:a="Мобильное приложение",qr:l,buttons:i=[],anchor:s=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${Ce(e)} ${ke(e)} `,id:s,children:n(le,{context:t,title:a&&n(o,{headingType:"h3",title:a,className:"whitespace-pre-wrap max-w-[600px] mb-[30px]"}),buttons:i?.length?n(X,{context:t,buttons:i,className:"flex mt-[30px] gap-4"}):null,children:r("div",{className:"flex items-center",children:[l?.src&&l?.href&&n("a",{href:l.href,target:"_blank","aria-label":a,children:n("img",{src:l.src,alt:a,title:a,width:"164",height:"164",className:"w-[92px] h-[92px] min-w-[92px] min-h-[92px] bg-secondary-light"})}),n("span",{className:"font-light text-secondary-text ml-4",children:"Наведите камеру телефона на QR-код и скачайте приложение"})]})})}))),cr=a((({className:e,text:t,onClick:r,href:a,target:l,isActive:i})=>n("a",{className:`bg-inherit no-underline px-4 py-2.5 cursor-pointer rounded text-sm border border-solid hover:text-primary-main ${e||""} ${i?"border-primary-main text-primary-main":"border-white text-secondary-text"}`,onClick:r,href:a,target:l,children:t}))),dr=a((({className:e,context:t,title:a,buttons:l,anchor:i=null})=>{const o=t.useRouter(),{handlerDecorator:s}=t,c=qn(o)(l);return r("section",{className:`font-sans text-primary-text rounded-[40px] flex items-center justify-between ${e||""}`,id:i,children:[n("h2",{className:"font-medium text-xl m-0",children:a}),l?.length?n("div",{className:"flex rounded-md overflow-hidden bg-white",children:l.filter((({text:e})=>e)).map(((e,t)=>n(cr,{className:"first:rounded-tl-md first:rounded-bl-md last:rounded-tr-md last:rounded-br-md",isActive:e===c,...G({router:o,handlerDecorator:s},e)},String(t))))}):null]})})),mr=a((({className:e="",label:t,active:r,children:a,onClick:l,href:i,target:o="_self"})=>n("a",{className:hr(e,r),target:o,href:i,onClick:l,children:n("span",{className:xr(r),children:t||a})}))),hr=(e,t)=>`${t?"bg-primary-main":"group bg-white"} flex-1 flex items-center justify-center cursor-pointer ${e}`,xr=e=>`${e?"text-white":"text-secondary-text group-hover:text-primary-main "} font-sans font-normal text-sm`,ur=a((({className:e="",navigatorTabs:t,context:r,anchor:a=null})=>{const l=r.useRouter(),i=globalThis.location.href;return n("section",{className:`sticky top-0 z-20 box-border flex gap-x-1 h-12 ${e}`,id:a,children:t?t.map(pr(i,l)):null})})),pr=(e,t)=>(r,a)=>{const l=P(e),i=l?r.href===l:0===a;return n(mr,{active:i,onClick:()=>br(t,r.href),...r},r.href)},br=(e,t)=>{R(t)||e?.replace(t||"")},gr=a((({blocks:e,columns:t=1,context:r})=>n("div",{className:"transition-all duration-300 max-h-0 overflow-hidden",children:n("div",{className:"box-border w-full p-9 "+(t>1?"flex flex-wrap":""),children:Ke({context:r,className:"box-border p-5",columns:t,blocks:e})})}))),fr=a((({label:e,isExpanded:t,blocks:a,columns:l,context:i})=>{const{hasContent:o,icon:s,handleToggle:c,isActive:d}=(({context:e,blocks:t,initialState:n=!1})=>{const[r,a]=e.useState(n),l=t?.length;return{isActive:r,hasContent:l,icon:r?"ArrowUpIcon":"ArrowDownIcon",handleToggle:e=>{if(!l)return;a(!r);const t=(({currentTarget:e})=>e.previousSibling)(e);t.style.maxHeight=t.style.maxHeight?null:`${t.scrollHeight}px`}}})({context:i,blocks:a,initialState:t});return r("div",{className:"border-0 border-b border-solid border-main-divider",children:[o?n(gr,{isExpanded:d,columns:l,blocks:a,context:i}):null,r("button",{className:"border-none bg-primary-main px-0 py-[26px] mb-[1px] w-full font-sans text-white text-base flex justify-center cursor-pointer",onClick:c,children:[n("span",{className:"pr-3",children:d?"Скрыть":e}),o?n(p,{name:s,width:"20",height:"20",asSVG:!0}):null]})]})})),Nr=a((({blockItems:e,context:t,className:r})=>n("section",{className:`font-sans bg-white text-primary-text ${r||""}`,children:e?.length?n("div",{className:"list-none m-0 p-0",children:e.map(((e,r)=>n(fr,{...e,context:t},`BlockItem${r}`)))}):null}))),yr=a((({className:e,context:t,title:a,description:l="Блок в разработке...",anchor:i=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${Ce(e)} ${ke(e)} `,id:i,children:r(le,{context:t,title:a?n(o,{headingType:Ie(e),title:a,className:"whitespace-pre-wrap max-w-[600px]"}):null,children:[l?n(Q,{className:"mt-4 max-w-[600px]",description:l}):null,n("figure",{className:"m-0 min-w-[600px]",children:vr()})]})}))),vr=(e=3)=>Ir(100,e).map((e=>Math.floor(e))).map(wr),wr=(e=100,t)=>n("div",{style:{width:`${e}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),Ir=(e,t)=>[e].concat(t>0?Ir(e/1.618,t-1):[]),kr={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Cr=a((({block:e,headingType:t,context:r,className:a=""})=>n("section",{className:`flex grow-0 shrink-0 basis-full ${kr[e?.version??"primary"]} ${a}`,role:"listitem",children:n("div",{className:"p-10 flex grow",children:n(ce,{className:"pl-2.5 pt-2.5 pb-1.5 pr-[6.25rem]",context:r,headingType:t||"h2",...e})})}))),$r=a((({className:e,context:t,duration:a=0,slides:l=[],anchor:i=null})=>{const o=l.map((e=>e.nav)),s=l.map((e=>e.productBlock)),[c,d]=t.useState(0);return r("section",{className:`font-sans bg-white overflow-hidden w-100 ${e||""}`,id:i,children:[n("div",{className:"flex duration-1000",style:{transform:`translateX(-${c}00%)`},role:"list",children:s.map(((e,r)=>n(Cr,{context:t,block:e},String(r))))}),n("div",{className:"flex",children:o.map(((e,t)=>function({slide:e,i:t,activeSlideIndex:a,onClick:l,duration:i}){const o=t===a,s=o?"animate-slide":"",c=o?"text-primary-text":"text-secondary-text";return r("button",{type:"button",onClick:l,"aria-label":e?.title,className:"font-sans group relative overflow-hidden border-0 bg-inherit cursor-pointer text-left px-0 pt-4 pb-[23px] grow basis-0",children:[r("div",{className:"border-0 border-r border-solid border-main-divider px-6",children:[n("div",{className:`text-sm font-medium pb-[3px] group-hover:text-primary-text ${c}`,children:e?.title}),n("div",{className:"text-xs text-secondary-text",children:e.desc})]}),n("div",{className:`absolute bottom-0 left-0 w-full h-[3px] bg-primary-main -translate-x-full ${s}`,style:{animationDuration:`${i}s`,animationFillMode:"forwards"}})]},String(t))}({slide:e,i:t,activeSlideIndex:c,onClick:()=>d(t),duration:a})))})]})}));const Sr={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Tr={primary:{title:"text-secondary-text",text:"text-secondary-text"},secondary:{title:"text-white",text:"text-white/80"}},Dr={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Ar=a((({className:e="",context:t,slides:a=[],version:l="primary",duration:i=0,anchor:o=null})=>{const s=a.map((e=>e.nav)),c=a.map((e=>e.productBlock)),[d,m]=t.useState(0);return r("section",{id:o,className:`box-border pt-[50px] overflow-hidden relative font-sans w-100 ${e}\n ${Sr[l]}`,children:[n("div",{className:"flex duration-1000 pb-14",style:{transform:`translateX(-${d}00%)`},role:"list",children:c.map(((e,r)=>function(e,t,r){const{version:a}=e,l=a?Tr[a].title:"";return n("section",{className:"box-border relative flex grow-0 shrink-0 basis-full",role:"listitem",children:n("div",{className:"flex grow",children:n(ce,{className:`pl-[50px] pr-2 z-[1] ${l}`,context:r,textBlockClassName:"mb-[154px]",...e})})},String(t))}({...e,version:l},r,t)))}),n("div",{className:"flex items-center absolute bottom-6 left-0 right-0 px-[26px] box-border",children:s.map(((e,t)=>function({slide:e,i:t,activeSlideIndex:a,onClick:l,version:i,duration:o}){const s=t===a,c=s?"bg-white shadow-dark-blue/42 h-[102px] w-[354px] min-w-[354px] max-w-[354px] p-0 border-none":`min-w-[277px] px-0 pt-4 pb-[23px] hover:py-[26px] hover:py-[26px] ease-in duration-300\n ${Dr[i]}`,d=s?"text-primary-text text-title-2xs":`text-base ${Tr[i].title}`,m=s?"text-secondary-text text-m-title-xs mt-2.5":`text-m-md mt-1.5 ${Tr[i].text}`,h="secondary"===i?"border-white/50":"",x=s?"animate-slide":"";return r("button",{type:"button",onClick:l,"aria-label":e?.title,className:`box-border font-sans group relative overflow-hidden border-[1px] cursor-pointer text-left mx-1 grow basis-0 backdrop-blur-sm\n ${c} ${h}\n `,children:[r("div",{className:"border-0 px-6",children:[n("div",{className:`font-medium ${d}`,children:e?.title}),n("div",{className:`text-secondary-text ${m}`,children:e.description})]}),n("div",{className:`absolute bottom-0 left-0 w-full h-[3px] bg-primary-main -translate-x-full ${x}`,style:{animationDuration:`${o}s`,animationFillMode:"forwards"}})]},String(t))}({slide:e,i:t,activeSlideIndex:d,onClick:()=>m(t),version:l,duration:i})))})]})}));const Rr={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Mr=a((({className:e="",context:t,title:a="Акции и спецпредложения",date:l,description:i,buttons:s=[],version:c="primary",anchor:d=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${Rr[c]} ${Ce(e)} ${ke(e)} `,id:d,children:n(le,{context:t,title:a?n(o,{headingType:Ie(e),title:a,className:"whitespace-pre-wrap max-w-[600px]"}):null,buttons:s?.length?n(X,{context:t,buttons:s,className:"flex mt-9 gap-3"}):null,children:r("div",{className:"mt-1.5",children:[l?n("div",{className:"text-sm mb-2",children:Lr(l)}):null,n("div",{className:"text-base",children:i})]})})})));function Lr(e){return new Date(e).toLocaleString("ru-RU",{day:"numeric",month:"long",year:"numeric"}).replace("г.","")}const Pr=a((({context:e,className:t="",title:a,description:l,items:i,image:s,version:c,socialMedia:d})=>n("section",{className:`border border-solid box-border py-[30px] px-9 min-w-[515px] max-w-[515px] ${t}`,role:"listitem",children:r(le,{context:e,className:"flex justify-between",title:a?n(o,{headingType:"h4",as:"h3",className:"font-normal mb-3.5",title:a}):null,image:s?.src&&n(b,{className:"mt-auto ml-7",image:s}),children:[l?n(Q,{className:"text-left",description:l}):null,i?.length?n(ae,{className:"text-md font-light flex flex-col gap-2",items:i,version:c}):null,n(Tn,{className:"pt-[42px] pb-0",media:d,context:e})]})}))),jr="absolute top-0 bottom-0 w-[84px]",Br=a((({context:e,recommendations:t=[],className:a="",title:l,version:i,anchor:s=null})=>{const[c,d]=e.useState(0),m="secondary"===i?"border-white/50":"border-main-stroke";return r("section",{className:`relative font-sans p-9 overflow-hidden text-center ${"secondary"===i?"bg-primary-main text-white":"bg-white text-primary-text"} ${a}`,id:s,children:[l?n(o,{headingType:"h2",className:"mb-6",title:l}):null,n("div",{className:"flex duration-1000 gap-3.5",style:{transform:`translateX(-${525*c}px)`},role:"list",children:t?.length?t.map(_r({context:e,version:i,className:m})):null}),Wr({cardsCount:t.length,activeCardIndex:c,setActiveCardIndex:d}),n("div",{className:`${jr} left-0 ${"secondary"===i?"bg-opacity-from-main":"bg-opacity-from-white"}`}),n("div",{className:`${jr} right-0 ${"secondary"===i?"bg-opacity-to-main":"bg-opacity-to-white"}`})]})})),_r=({context:e,version:t,className:r})=>(a,l)=>n(Pr,{context:e,...a,version:t,className:r},String(l)),Wr=({cardsCount:e,activeCardIndex:t,setActiveCardIndex:a})=>{const l=e>2,i=l&&e-t>2;return r("div",{children:[l&&t>0&&n(Pe,{className:"absolute top-1/2 left-8 rotate-180 z-10 mt-6",onClick:()=>a(t-1),ariaLabel:"Пролистать влево"}),i&&n(Pe,{className:"absolute top-1/2 right-8 z-10 mt-6",onClick:()=>a(t+1),ariaLabel:"Пролистать вправо"})]})},Gr=a((({className:e="",title:t,showLines:a=!0,steps:l=[],button:i,anchor:s=null})=>{const c=l.length>3;return r("section",{className:["box-border font-sans text-primary-text bg-white",c?"px-20":"px-[70px]","py-[50px] flex flex-col items-center",e].join(" "),id:s,children:[n(o,{headingType:"h2",className:"max-w-[47rem] text-center",title:t}),l?.length?r("div",{className:"box-border py-0.5 mb-0.5 "+(t?"mt-9":""),children:[n("div",{className:"flex items-center px-[88px]",children:E(n("div",{className:"h-0.5 w-full bg-secondary-light "+(a?"":"opacity-0")}))(l.map(Vr))}),n("div",{className:"flex justify-between "+(c?"gap-x-3":"gap-x-[101px]"),children:l.map(((e,t)=>Er(e,t,Boolean(i?.text))))})]}):null,i?.text?n(q,{className:"box-border mt-[43px] py-3 h-12 w-full max-w-[240px]",version:"primary",href:"#",children:i.text}):null]})})),Vr=(e,t)=>n("div",{className:"flex flex-col items-center text-center relative",children:n("div",{className:"h-[100px] w-[100px] min-w-[100px] min-h-[100px] bg-secondary-light rounded-full p-[26px] box-border z-10",children:e.icon?.icon&&n(b,{image:e.icon,width:"48",height:"48"})||n("span",{className:"font-normal text-title-sm text-secondary-text",children:t+1})})},String(t)),Er=(e,t,a)=>r("div",{className:"flex flex-col items-center justify-between text-center relative w-[276px] whitespace-pre-line overflow-hidden",children:[r("div",{children:[e.label&&n("div",{className:"font-normal text-xl m-0 mt-4",children:e.label}),e.description&&n("div",{className:"font-light text-base text-secondary-text "+(e.label?"mt-2":"mt-4"),children:e.description})]}),e?.button?.text&&!a?n(q,{className:"box-border mt-[38px] py-3 h-12 w-full max-w-[240px]",version:"primary",href:"#",children:e.button.text}):null]},String(t)),Or=e=>e?.alt||e?.title||x[e?.icon?e.icon:""],Fr=a((({cell:e,isLastRow:t})=>n("div",{className:"first:pl-0 pl-10 w-80 flex-grow flex flex-col border-solid border-main-divider border border-t-0 border-x-0 "+(t?"border-t-0 rounded-b-md":""),role:"cell",children:n("div",{children:e.map(Hr)})}))),Hr=({label:e,description:t,list:a,image:l,buttons:i},o)=>r("div",{className:"first:pt-5 last:pb-5",children:[o>0&&n("div",{className:"border-main-divider border border-solid border-t-0 border-x-0 my-4"}),e?n("div",{className:"text-xl font-medium m-0",children:e}):null,t?n("div",{className:"text-sm text-secondary-text",children:t}):null,a?.items?.length?Ur(a):null,l&&n(b,{image:l}),i?.length?Zr(i):null]},String(o)),Ur=e=>n(ae,{className:"flex flex-col justify-between items-start text-sm",version:"gray",items:e.items,isDotted:e.isDotted??!0}),Zr=e=>n("div",{children:e.map((({icon:e,rounded:t,...r},a)=>n(q,{className:(a>0&&t?"ml-3":"")+" w-12 h-12",ariaLabel:Or(e),rounded:t,appendLeft:e?n(b,{image:e,width:"24px",height:"24px",asSVG:!0}):null,...r},String(a))))}),zr=a((({row:{header:e,data:t},activeCardIndex:a,isLastRow:l})=>r(rt,{children:[n("div",{className:"text-sm py-5 w-[354px] flex-shrink-0 border-main-divider border border-t-0 border-x-0 "+(l?"":"border-solid"),children:r("div",{className:"flex items-center text-primary-text",children:[e?.icon?n(b,{className:"mr-[14px] max-w-6 max-h-6",image:e.icon,width:"24px",height:"24px",asSVG:!0}):null,e?.title]})}),t?.length?n(ct,{activeCardIndex:a,columnWidth:360,version:"tariff",children:t.map(((e,t)=>n(Fr,{cell:e,isLastRow:l},String(t))))}):null]}))),qr=a((({className:e,context:t,title:a,description:l,rowHeaders:i,columns:s,anchor:c=null})=>{const[d,m]=t.useState(0),h=Jr(s),x=Kr(i,h),u=gt({columnsLength:h.length,colsLengthForScroll:2,activeCardIndex:d,setActiveCardIndex:m}),{isScrollAvailable:p}=u;return r("section",{className:`bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${e||""}`,id:c,children:[a?n(o,{headingType:"h2",className:"text-center "+(l?"mb-2.5":"mb-9"),title:a}):null,l?n("div",{className:"mb-9 text-center text-m-base",children:l}):null,x?.length?r("div",{role:"table",children:[r("div",{className:"relative",children:[x.map(((e,t,{length:r})=>n(zr,{row:e,isLastRow:t+1===r,activeCardIndex:d},String(t)))),n(pt,{...u})]}),p?n("div",{className:"absolute top-0 right-0 bottom-0 w-[84px] bg-opacity-to-white"}):null]}):null]})})),Jr=e=>e?.map((({data:e})=>e))||[],Kr=(e,t)=>e?.map(((e,n)=>({header:e,data:t.map((e=>e?.[n]||[{}]))}))),Xr={Accordion:et,BenefitsBlock:tt,ComparisonTable:Nt,CreditCalculator:Vt,ExchangeRateTile:ln,Footer:Mn,Gallery:Ue,GracePeriod:Ln,Header:or,Headline:d,LinkDocs:T,MiniGallery:Ze,MobileAppTile:sr,NavigatorTabs:ur,PictureText:A,ProductBlock:ge,ProductGallery:$r,ProductGalleryGreen:Ar,ProductTile:Ae,PromoTile:Mr,OtherProducts:Nr,Recommendation:Br,StepsBlock:Gr,TariffsTable:qr,TextBlock:Ne,Tile:Se,Navigation:dr,Placeholder:yr},Qr=a((({className:e,onClick:t,ariaLabel:r})=>n("button",{type:"button",className:`border-0 w-[36px] bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":r,children:Yr()}))),Yr=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[n("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),n("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},ea=a((({className:e,context:t,anchor:a=null})=>{const l=t.useLikeService();return r("div",{className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e||""}`,id:a,children:[n(Qr,{onClick:l.like,ariaLabel:"Поставить отметку «лайк»"}),n(Qr,{onClick:l.dislike,className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),n("span",{className:"select-none",children:l.likeCount})]})})),ta=!Yn(),na=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),ra=a((({className:e="",context:t,blocksRegistry:a,data:{style:l,blocks:i,slots:o={},likeControl:s,colorPalette:c="pc"},blockDecorator:d=na})=>{const{header:m}=o,h=t.useRouter();return ta&&globalThis.addEventListener("load",(()=>{const e=globalThis.document.querySelectorAll("section[id]");globalThis.document.addEventListener("scroll",(()=>((e,t)=>{t?.forEach((t=>{if(globalThis.location.hash===`#${t?.id}`)return;const n=t?.getBoundingClientRect();n&&n.top>0&&n.top<150&&e.replace(`#${t?.id}`)}))})(h,e)))})),r("section",{className:`relative ${la(l)} ${e}`,"data-theme":c,children:[m?.blocks?.length?n("div",{className:`${la(m?.style)}`,children:m.blocks.map(((e,n)=>aa({block:e,blockDecorator:d,blocksRegistry:a,context:t},n)))}):null,i?.length?n("div",{className:"container grid grid-cols-12 gap-1",children:i.map(((e,n)=>aa({block:e,blockDecorator:d,blocksRegistry:a,context:t},n)))}):null,s&&n("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:n(ea,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto",context:t},"LikeControl")})]})}));function aa({block:e,blockDecorator:t,blocksRegistry:r,context:a},l){const{type:i}=e;i&&i in r||console.warn(`No block with "${i}" is registered`);const o=r[i||"Placeholder"]||yr;return t({blockClassName:`scroll-mt-12 ${la(e.style)}`,block:e,render:e=>{const{version:t,content:r,anchor:s}=e.block;return n(o,{className:e.blockClassName,version:t,context:a,anchor:s,...r},`${i}-${l}`)}},`block-${l}`)}function la(e){return e?e.join(" "):""}const ia=a((({HeadComponent:e,data:t,children:a})=>{const{title:l,main:i,og:o,twitter:s,jsonLd:c}=t,{description:d,keywords:m,canonical:h,robots:x}=i||{};return r(e,{children:[n("title",{children:l}),n("meta",{name:"viewport",content:"width=device-width, initial-scale=1"}),d&&n("meta",{name:"description",content:d}),m&&n("meta",{name:"keywords",content:m.join(",")}),x&&n("meta",{name:"robots",content:x.join(",")}),oa(o),sa(s),h&&n("link",{rel:"canonical",href:h}),c&&n("script",{type:"application/ld+json",children:c}),a]})}));function oa(e){return e?Object.entries(e).map((([e,t])=>n("meta",{property:`og:${e}`,content:t},e))):null}function sa(e){return e?Object.entries(e).map((([e,t])=>n("meta",{name:`twitter:${e}`,content:t},e))):null}function ca(e){const{mobile:t,...n}=e;return n}function da(e){return e?.filter((e=>{return t=e?.type,(t||"")in Xr;var t})).map(ca)}e.Blocks=Xr,e.ContentPage=ra,e.ContentPageHead=ia,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),n=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await n.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.Header=or,e.Icon=p,e.LikeAPI=function(e,t=""){async function n(){try{const e=JSON.parse(globalThis.localStorage.getItem(l)||"");if(e?.token)return e}catch(e){}try{const e=await fetch(`${t}/assist/v1/public/auth`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:n,name:r}=await e.json();return globalThis.localStorage.setItem(l,JSON.stringify({token:n,name:r})),{token:n,name:r}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...r){if(!r.length)return[];const{token:a}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:a},body:JSON.stringify({node_ids:r})}),{likes:l}=await n.json();return l||[]}catch(e){return console.error(e),[]}},like:async function(r){if(!r)return 0;const{token:a,name:l}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:a,UserID:l},body:JSON.stringify({node_id:r,user_name:l})}),{likes:i}=await n.json();return i||0}catch(e){return console.error(e),0}},dislike:async function(r){if(!r)return 0;const{token:a,name:l}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:a,UserID:l},body:JSON.stringify({node_id:r,user_name:l})}),{likes:i}=await n.json();return i||0}catch(e){return console.error(e),0}}}},e.joinList=E,e.normalizePage=function(e){if(!e)return;const{blocks:t,slots:n}=e;return{...e,blocks:da(t),slots:n&&Object.keys(n).reduce(((e,t)=>({...e,[t]:{...n[t],blocks:da(n[t].blocks)}})),{})}},e.projectSettings=m,e.setup=t,e.url=j,Object.defineProperty(e,"__esModule",{value:!0})}));
@@ -5,7 +5,7 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const Heading_1 = require("../../ui-kit/Heading/Heading");
6
6
  const Img_1 = require("../../ui-kit/Img/Img");
7
7
  exports.GracePeriod = (0, uni_jsx_1.JSX)(({ className = '', title, description, calendar, anchor = null }) => {
8
- return ((0, jsx_runtime_1.jsxs)("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [(0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: "text-center", title: title }), (0, jsx_runtime_1.jsx)("div", { className: "font-light text-base-md text-center mt-3", children: description }), renderCalendar(calendar)] }));
8
+ return ((0, jsx_runtime_1.jsxs)("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [(0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: "text-center", title: title }), (0, jsx_runtime_1.jsx)("div", { className: "font-light text-base-md text-center mt-3", children: description }), calendar ? renderCalendar(calendar) : null] }));
9
9
  });
10
10
  const renderCalendar = (calendar) => {
11
11
  const colCount = calendar.reduce((accumulator, currentValue) => accumulator + currentValue.month.length, 0) || 1;
@@ -17,5 +17,5 @@ const renderCalendar = (calendar) => {
17
17
  return ((0, jsx_runtime_1.jsxs)("div", { className: "w-full flex flex-col justify-center mt-14", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex w-full mb-3 font-light text-m-title-md mb-3 text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), (0, jsx_runtime_1.jsx)("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => ((0, jsx_runtime_1.jsxs)("div", { className: "pr-3 mr-3 border-r border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [(0, jsx_runtime_1.jsx)("div", { className: "flex", children: renderMonthImages(_) }), (0, jsx_runtime_1.jsxs)("div", { className: "font-light text-sm text-primary-text mt-3", children: [(0, jsx_runtime_1.jsx)("span", { children: _.blackText }), "\u2009", (0, jsx_runtime_1.jsx)("span", { className: "text-primary-main", children: _.greenText })] })] }, `monthItem-${ind}`))) })] }));
18
18
  };
19
19
  const renderMonthNames = (item, colSize) => item.month.map((_) => ((0, jsx_runtime_1.jsx)("div", { style: { flexBasis: `${colSize}%` }, children: _.name }, `monthName-${_.name}`)));
20
- const renderMonthImages = (item) => item.month.map((_) => ((0, jsx_runtime_1.jsx)("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)));
20
+ const renderMonthImages = (item) => item.month.map((_) => _.image?.src ? ((0, jsx_runtime_1.jsx)("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)) : null);
21
21
  //# sourceMappingURL=GracePeriod.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,0DAAuD;AACvD,8CAA2C;AAI9B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,CACL,qCAAS,SAAS,EAAE,uBAAuB,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,aAChE,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,gCAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,EAC5E,cAAc,CAAC,QAAQ,CAAC,IACjB,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,EAAE;IAClC,MAAM,QAAQ,GACZ,QAAQ,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAAC,WAAW,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IAClG,MAAM,OAAO,GAAG,GAAG,GAAG,QAAQ,CAAC;IAE/B,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QAC1C,GAAG,CAAC;QACJ,SAAS,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,GAAG;KAC1C,CAAC,CAAC,CAAC;IAEJ,OAAO,CACL,iCAAK,SAAS,EAAC,2CAA2C,aACxD,gCAAK,SAAS,EAAC,8DAA8D,YAC1E,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,GACpD,EACN,gCAAK,SAAS,EAAC,aAAa,YACzB,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,iCAEE,SAAS,EAAC,0EAA0E,EACpF,KAAK,EAAE,EAAE,SAAS,EAAE,CAAC,CAAC,SAAS,EAAE,aAEjC,gCAAK,SAAS,EAAC,MAAM,YAAE,iBAAiB,CAAC,CAAC,CAAC,GAAO,EAClD,iCAAK,SAAS,EAAC,2CAA2C,aACxD,2CAAO,CAAC,CAAC,SAAS,GAAQ,YAC1B,iCAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,SAAS,GAAQ,IACpD,KARD,aAAa,GAAG,EAAE,CASnB,CACP,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,CACzC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,gCAAiC,KAAK,EAAE,EAAE,SAAS,EAAE,GAAG,OAAO,GAAG,EAAE,YACjE,CAAC,CAAC,IAAI,IADC,aAAa,CAAC,CAAC,IAAI,EAAE,CAEzB,CACP,CAAC,CAAC;AACL,MAAM,iBAAiB,GAAG,CAAC,IAAI,EAAE,EAAE,CACjC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,gCAEE,SAAS,EAAC,8FAA8F,YAExG,uBAAC,SAAG,IAAC,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,SAAS,EAAC,MAAM,GAAG,IAHnC,cAAc,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAI5B,CACP,CAAC,CAAC"}
1
+ {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":"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"}
@@ -3,7 +3,7 @@ import { JSX } from '@redneckz/uni-jsx';
3
3
  import { Heading } from '../../ui-kit/Heading/Heading.js';
4
4
  import { Img } from '../../ui-kit/Img/Img.js';
5
5
  export const GracePeriod = JSX(({ className = '', title, description, calendar, anchor = null }) => {
6
- return (_jsxs("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [_jsx(Heading, { headingType: "h2", className: "text-center", title: title }), _jsx("div", { className: "font-light text-base-md text-center mt-3", children: description }), renderCalendar(calendar)] }));
6
+ return (_jsxs("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [_jsx(Heading, { headingType: "h2", className: "text-center", title: title }), _jsx("div", { className: "font-light text-base-md text-center mt-3", children: description }), calendar ? renderCalendar(calendar) : null] }));
7
7
  });
8
8
  const renderCalendar = (calendar) => {
9
9
  const colCount = calendar.reduce((accumulator, currentValue) => accumulator + currentValue.month.length, 0) || 1;
@@ -15,5 +15,5 @@ const renderCalendar = (calendar) => {
15
15
  return (_jsxs("div", { className: "w-full flex flex-col justify-center mt-14", children: [_jsx("div", { className: "flex w-full mb-3 font-light text-m-title-md mb-3 text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), _jsx("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => (_jsxs("div", { className: "pr-3 mr-3 border-r border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [_jsx("div", { className: "flex", children: renderMonthImages(_) }), _jsxs("div", { className: "font-light text-sm text-primary-text mt-3", children: [_jsx("span", { children: _.blackText }), "\u2009", _jsx("span", { className: "text-primary-main", children: _.greenText })] })] }, `monthItem-${ind}`))) })] }));
16
16
  };
17
17
  const renderMonthNames = (item, colSize) => item.month.map((_) => (_jsx("div", { style: { flexBasis: `${colSize}%` }, children: _.name }, `monthName-${_.name}`)));
18
- const renderMonthImages = (item) => item.month.map((_) => (_jsx("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: _jsx(Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)));
18
+ const renderMonthImages = (item) => item.month.map((_) => _.image?.src ? (_jsx("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: _jsx(Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)) : null);
19
19
  //# sourceMappingURL=GracePeriod.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIxC,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAI3C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,CACL,mBAAS,SAAS,EAAE,uBAAuB,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,aAChE,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,cAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,EAC5E,cAAc,CAAC,QAAQ,CAAC,IACjB,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,EAAE;IAClC,MAAM,QAAQ,GACZ,QAAQ,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAAC,WAAW,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IAClG,MAAM,OAAO,GAAG,GAAG,GAAG,QAAQ,CAAC;IAE/B,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QAC1C,GAAG,CAAC;QACJ,SAAS,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,GAAG;KAC1C,CAAC,CAAC,CAAC;IAEJ,OAAO,CACL,eAAK,SAAS,EAAC,2CAA2C,aACxD,cAAK,SAAS,EAAC,8DAA8D,YAC1E,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,GACpD,EACN,cAAK,SAAS,EAAC,aAAa,YACzB,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,eAEE,SAAS,EAAC,0EAA0E,EACpF,KAAK,EAAE,EAAE,SAAS,EAAE,CAAC,CAAC,SAAS,EAAE,aAEjC,cAAK,SAAS,EAAC,MAAM,YAAE,iBAAiB,CAAC,CAAC,CAAC,GAAO,EAClD,eAAK,SAAS,EAAC,2CAA2C,aACxD,yBAAO,CAAC,CAAC,SAAS,GAAQ,YAC1B,eAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,SAAS,GAAQ,IACpD,KARD,aAAa,GAAG,EAAE,CASnB,CACP,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,CACzC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,cAAiC,KAAK,EAAE,EAAE,SAAS,EAAE,GAAG,OAAO,GAAG,EAAE,YACjE,CAAC,CAAC,IAAI,IADC,aAAa,CAAC,CAAC,IAAI,EAAE,CAEzB,CACP,CAAC,CAAC;AACL,MAAM,iBAAiB,GAAG,CAAC,IAAI,EAAE,EAAE,CACjC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,cAEE,SAAS,EAAC,8FAA8F,YAExG,KAAC,GAAG,IAAC,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,SAAS,EAAC,MAAM,GAAG,IAHnC,cAAc,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAI5B,CACP,CAAC,CAAC"}
1
+ {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":"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"}
@@ -5,7 +5,7 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const Heading_1 = require("../../ui-kit/Heading/Heading");
6
6
  const Img_1 = require("../../ui-kit/Img/Img");
7
7
  exports.GracePeriod = (0, uni_jsx_1.JSX)(({ className = '', title, description, calendar, anchor = null }) => {
8
- return ((0, jsx_runtime_1.jsxs)("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [(0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: "text-center", title: title }), (0, jsx_runtime_1.jsx)("div", { className: "font-light text-base-md text-center mt-3", children: description }), renderCalendar(calendar)] }));
8
+ return ((0, jsx_runtime_1.jsxs)("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [(0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: "text-center", title: title }), (0, jsx_runtime_1.jsx)("div", { className: "font-light text-base-md text-center mt-3", children: description }), calendar ? renderCalendar(calendar) : null] }));
9
9
  });
10
10
  const renderCalendar = (calendar) => {
11
11
  const colCount = calendar.reduce((accumulator, currentValue) => accumulator + currentValue.month.length, 0) || 1;
@@ -17,5 +17,5 @@ const renderCalendar = (calendar) => {
17
17
  return ((0, jsx_runtime_1.jsxs)("div", { className: "w-full flex flex-col justify-center mt-14", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex w-full mb-3 font-light text-m-title-md mb-3 text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), (0, jsx_runtime_1.jsx)("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => ((0, jsx_runtime_1.jsxs)("div", { className: "pr-3 mr-3 border-r border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [(0, jsx_runtime_1.jsx)("div", { className: "flex", children: renderMonthImages(_) }), (0, jsx_runtime_1.jsxs)("div", { className: "font-light text-sm text-primary-text mt-3", children: [(0, jsx_runtime_1.jsx)("span", { children: _.blackText }), "\u2009", (0, jsx_runtime_1.jsx)("span", { className: "text-primary-main", children: _.greenText })] })] }, `monthItem-${ind}`))) })] }));
18
18
  };
19
19
  const renderMonthNames = (item, colSize) => item.month.map((_) => ((0, jsx_runtime_1.jsx)("div", { style: { flexBasis: `${colSize}%` }, children: _.name }, `monthName-${_.name}`)));
20
- const renderMonthImages = (item) => item.month.map((_) => ((0, jsx_runtime_1.jsx)("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)));
20
+ const renderMonthImages = (item) => item.month.map((_) => _.image?.src ? ((0, jsx_runtime_1.jsx)("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)) : null);
21
21
  //# sourceMappingURL=GracePeriod.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,0DAAuD;AACvD,8CAA2C;AAI9B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,CACL,qCAAS,SAAS,EAAE,uBAAuB,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,aAChE,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,gCAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,EAC5E,cAAc,CAAC,QAAQ,CAAC,IACjB,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,EAAE;IAClC,MAAM,QAAQ,GACZ,QAAQ,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAAC,WAAW,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IAClG,MAAM,OAAO,GAAG,GAAG,GAAG,QAAQ,CAAC;IAE/B,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QAC1C,GAAG,CAAC;QACJ,SAAS,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,GAAG;KAC1C,CAAC,CAAC,CAAC;IAEJ,OAAO,CACL,iCAAK,SAAS,EAAC,2CAA2C,aACxD,gCAAK,SAAS,EAAC,8DAA8D,YAC1E,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,GACpD,EACN,gCAAK,SAAS,EAAC,aAAa,YACzB,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,iCAEE,SAAS,EAAC,0EAA0E,EACpF,KAAK,EAAE,EAAE,SAAS,EAAE,CAAC,CAAC,SAAS,EAAE,aAEjC,gCAAK,SAAS,EAAC,MAAM,YAAE,iBAAiB,CAAC,CAAC,CAAC,GAAO,EAClD,iCAAK,SAAS,EAAC,2CAA2C,aACxD,2CAAO,CAAC,CAAC,SAAS,GAAQ,YAC1B,iCAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,SAAS,GAAQ,IACpD,KARD,aAAa,GAAG,EAAE,CASnB,CACP,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,CACzC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,gCAAiC,KAAK,EAAE,EAAE,SAAS,EAAE,GAAG,OAAO,GAAG,EAAE,YACjE,CAAC,CAAC,IAAI,IADC,aAAa,CAAC,CAAC,IAAI,EAAE,CAEzB,CACP,CAAC,CAAC;AACL,MAAM,iBAAiB,GAAG,CAAC,IAAI,EAAE,EAAE,CACjC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,gCAEE,SAAS,EAAC,8FAA8F,YAExG,uBAAC,SAAG,IAAC,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,SAAS,EAAC,MAAM,GAAG,IAHnC,cAAc,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAI5B,CACP,CAAC,CAAC"}
1
+ {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":"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"}
@@ -3,7 +3,7 @@ import { JSX } from '@redneckz/uni-jsx';
3
3
  import { Heading } from '../../ui-kit/Heading/Heading.js';
4
4
  import { Img } from '../../ui-kit/Img/Img.js';
5
5
  export const GracePeriod = JSX(({ className = '', title, description, calendar, anchor = null }) => {
6
- return (_jsxs("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [_jsx(Heading, { headingType: "h2", className: "text-center", title: title }), _jsx("div", { className: "font-light text-base-md text-center mt-3", children: description }), renderCalendar(calendar)] }));
6
+ return (_jsxs("section", { className: `bg-white p-16 pt-12 ${className}`, id: anchor, children: [_jsx(Heading, { headingType: "h2", className: "text-center", title: title }), _jsx("div", { className: "font-light text-base-md text-center mt-3", children: description }), calendar ? renderCalendar(calendar) : null] }));
7
7
  });
8
8
  const renderCalendar = (calendar) => {
9
9
  const colCount = calendar.reduce((accumulator, currentValue) => accumulator + currentValue.month.length, 0) || 1;
@@ -15,5 +15,5 @@ const renderCalendar = (calendar) => {
15
15
  return (_jsxs("div", { className: "w-full flex flex-col justify-center mt-14", children: [_jsx("div", { className: "flex w-full mb-3 font-light text-m-title-md mb-3 text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), _jsx("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => (_jsxs("div", { className: "pr-3 mr-3 border-r border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [_jsx("div", { className: "flex", children: renderMonthImages(_) }), _jsxs("div", { className: "font-light text-sm text-primary-text mt-3", children: [_jsx("span", { children: _.blackText }), "\u2009", _jsx("span", { className: "text-primary-main", children: _.greenText })] })] }, `monthItem-${ind}`))) })] }));
16
16
  };
17
17
  const renderMonthNames = (item, colSize) => item.month.map((_) => (_jsx("div", { style: { flexBasis: `${colSize}%` }, children: _.name }, `monthName-${_.name}`)));
18
- const renderMonthImages = (item) => item.month.map((_) => (_jsx("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: _jsx(Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)));
18
+ const renderMonthImages = (item) => item.month.map((_) => _.image?.src ? (_jsx("div", { className: "max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0", children: _jsx(Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)) : null);
19
19
  //# sourceMappingURL=GracePeriod.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIxC,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAI3C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,CACL,mBAAS,SAAS,EAAE,uBAAuB,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,aAChE,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,cAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,EAC5E,cAAc,CAAC,QAAQ,CAAC,IACjB,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,EAAE;IAClC,MAAM,QAAQ,GACZ,QAAQ,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAAC,WAAW,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IAClG,MAAM,OAAO,GAAG,GAAG,GAAG,QAAQ,CAAC;IAE/B,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QAC1C,GAAG,CAAC;QACJ,SAAS,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,GAAG;KAC1C,CAAC,CAAC,CAAC;IAEJ,OAAO,CACL,eAAK,SAAS,EAAC,2CAA2C,aACxD,cAAK,SAAS,EAAC,8DAA8D,YAC1E,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,GACpD,EACN,cAAK,SAAS,EAAC,aAAa,YACzB,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,eAEE,SAAS,EAAC,0EAA0E,EACpF,KAAK,EAAE,EAAE,SAAS,EAAE,CAAC,CAAC,SAAS,EAAE,aAEjC,cAAK,SAAS,EAAC,MAAM,YAAE,iBAAiB,CAAC,CAAC,CAAC,GAAO,EAClD,eAAK,SAAS,EAAC,2CAA2C,aACxD,yBAAO,CAAC,CAAC,SAAS,GAAQ,YAC1B,eAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,SAAS,GAAQ,IACpD,KARD,aAAa,GAAG,EAAE,CASnB,CACP,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,CACzC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,cAAiC,KAAK,EAAE,EAAE,SAAS,EAAE,GAAG,OAAO,GAAG,EAAE,YACjE,CAAC,CAAC,IAAI,IADC,aAAa,CAAC,CAAC,IAAI,EAAE,CAEzB,CACP,CAAC,CAAC;AACL,MAAM,iBAAiB,GAAG,CAAC,IAAI,EAAE,EAAE,CACjC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,cAEE,SAAS,EAAC,8FAA8F,YAExG,KAAC,GAAG,IAAC,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,SAAS,EAAC,MAAM,GAAG,IAHnC,cAAc,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAI5B,CACP,CAAC,CAAC"}
1
+ {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIxC,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAI3C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,CACL,mBAAS,SAAS,EAAE,uBAAuB,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,aAChE,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,cAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,EAC5E,QAAQ,CAAC,CAAC,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,IACnC,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,EAAE;IAClC,MAAM,QAAQ,GACZ,QAAQ,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAAC,WAAW,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC;IAClG,MAAM,OAAO,GAAG,GAAG,GAAG,QAAQ,CAAC;IAE/B,MAAM,cAAc,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QAC1C,GAAG,CAAC;QACJ,SAAS,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,GAAG;KAC1C,CAAC,CAAC,CAAC;IAEJ,OAAO,CACL,eAAK,SAAS,EAAC,2CAA2C,aACxD,cAAK,SAAS,EAAC,8DAA8D,YAC1E,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,GACpD,EACN,cAAK,SAAS,EAAC,aAAa,YACzB,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,eAEE,SAAS,EAAC,0EAA0E,EACpF,KAAK,EAAE,EAAE,SAAS,EAAE,CAAC,CAAC,SAAS,EAAE,aAEjC,cAAK,SAAS,EAAC,MAAM,YAAE,iBAAiB,CAAC,CAAC,CAAC,GAAO,EAClD,eAAK,SAAS,EAAC,2CAA2C,aACxD,yBAAO,CAAC,CAAC,SAAS,GAAQ,YAC1B,eAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,SAAS,GAAQ,IACpD,KARD,aAAa,GAAG,EAAE,CASnB,CACP,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,CACzC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CACpB,cAAiC,KAAK,EAAE,EAAE,SAAS,EAAE,GAAG,OAAO,GAAG,EAAE,YACjE,CAAC,CAAC,IAAI,IADC,aAAa,CAAC,CAAC,IAAI,EAAE,CAEzB,CACP,CAAC,CAAC;AACL,MAAM,iBAAiB,GAAG,CAAC,IAAI,EAAE,EAAE,CACjC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,CACb,cAEE,SAAS,EAAC,8FAA8F,YAExG,KAAC,GAAG,IAAC,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,SAAS,EAAC,MAAM,GAAG,IAHnC,cAAc,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAI5B,CACP,CAAC,CAAC,CAAC,IAAI,CACT,CAAC"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "Пример использования «Карты для покупок в рассрочку»:",
3
- "description": "Описание",
3
+ "description": "Необязательное описание блока",
4
4
  "calendar": [
5
5
  {
6
6
  "blackText": "1 декабря — беспроцентный период",
@@ -13,7 +13,7 @@ export const GracePeriod = JSX<GracePeriodProps>(
13
13
  <section className={`bg-white p-16 pt-12 ${className}`} id={anchor}>
14
14
  <Heading headingType="h2" className="text-center" title={title} />
15
15
  <div className="font-light text-base-md text-center mt-3">{description}</div>
16
- {renderCalendar(calendar)}
16
+ {calendar ? renderCalendar(calendar) : null}
17
17
  </section>
18
18
  );
19
19
  },
@@ -60,11 +60,13 @@ const renderMonthNames = (item, colSize) =>
60
60
  </div>
61
61
  ));
62
62
  const renderMonthImages = (item) =>
63
- item.month.map((_) => (
64
- <div
65
- key={`monthImage-${_.image.src}`}
66
- className="max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0"
67
- >
68
- <Img image={_.image} className="flex" />
69
- </div>
70
- ));
63
+ item.month.map((_) =>
64
+ _.image?.src ? (
65
+ <div
66
+ key={`monthImage-${_.image.src}`}
67
+ className="max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0"
68
+ >
69
+ <Img image={_.image} className="flex" />
70
+ </div>
71
+ ) : null,
72
+ );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redneckz/wildless-cms-uni-blocks",
3
- "version": "0.3.39",
3
+ "version": "0.3.40",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "ЦК",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "Пример использования «Карты для покупок в рассрочку»:",
3
- "description": "Описание",
3
+ "description": "Необязательное описание блока",
4
4
  "calendar": [
5
5
  {
6
6
  "blackText": "1 декабря — беспроцентный период",
@@ -13,7 +13,7 @@ export const GracePeriod = JSX<GracePeriodProps>(
13
13
  <section className={`bg-white p-16 pt-12 ${className}`} id={anchor}>
14
14
  <Heading headingType="h2" className="text-center" title={title} />
15
15
  <div className="font-light text-base-md text-center mt-3">{description}</div>
16
- {renderCalendar(calendar)}
16
+ {calendar ? renderCalendar(calendar) : null}
17
17
  </section>
18
18
  );
19
19
  },
@@ -60,11 +60,13 @@ const renderMonthNames = (item, colSize) =>
60
60
  </div>
61
61
  ));
62
62
  const renderMonthImages = (item) =>
63
- item.month.map((_) => (
64
- <div
65
- key={`monthImage-${_.image.src}`}
66
- className="max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0"
67
- >
68
- <Img image={_.image} className="flex" />
69
- </div>
70
- ));
63
+ item.month.map((_) =>
64
+ _.image?.src ? (
65
+ <div
66
+ key={`monthImage-${_.image.src}`}
67
+ className="max-h-[207px] border-r-[1px] pr-3 mr-3 border-r-gray/100 last:border-r-0 last:pr-0 last:mr-0"
68
+ >
69
+ <Img image={_.image} className="flex" />
70
+ </div>
71
+ ) : null,
72
+ );