(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9402],{3098:function(e,t,r){Promise.resolve().then(r.bind(r,1612))},5445:function(e){"use strict";var t,r="object"==typeof Reflect?Reflect:null,n=r&&"function"==typeof r.apply?r.apply:function(e,t,r){return Function.prototype.apply.call(e,t,r)};t=r&&"function"==typeof r.ownKeys?r.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function s(){s.init.call(this)}e.exports=s,e.exports.once=function(e,t){return new Promise(function(r,n){var i;function s(r){e.removeListener(t,o),n(r)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",s),r([].slice.call(arguments))}d(e,t,o,{once:!0}),"error"!==t&&(i={once:!0},"function"==typeof e.on&&d(e,"error",s,i))})},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var o=10;function a(e){if("function"!=typeof e)throw TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function c(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function l(e,t,r,n){if(a(r),void 0===(s=e._events)?(s=e._events=Object.create(null),e._eventsCount=0):(void 0!==s.newListener&&(e.emit("newListener",t,r.listener?r.listener:r),s=e._events),o=s[t]),void 0===o)o=s[t]=r,++e._eventsCount;else if("function"==typeof o?o=s[t]=n?[r,o]:[o,r]:n?o.unshift(r):o.push(r),(i=c(e))>0&&o.length>i&&!o.warned){o.warned=!0;var i,s,o,l=Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=e,l.type=t,l.count=o.length,console&&console.warn&&console.warn(l)}return e}function u(){if(!this.fired)return(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0==arguments.length)?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function p(e,t,r){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},i=u.bind(n);return i.listener=r,n.wrapFn=i,i}function f(e,t,r){var n=e._events;if(void 0===n)return[];var i=n[t];return void 0===i?[]:"function"==typeof i?r?[i.listener||i]:[i]:r?function(e){for(var t=Array(e.length),r=0;r<t.length;++r)t[r]=e[r].listener||e[r];return t}(i):v(i,i.length)}function h(e){var t=this._events;if(void 0!==t){var r=t[e];if("function"==typeof r)return 1;if(void 0!==r)return r.length}return 0}function v(e,t){for(var r=Array(t),n=0;n<t;++n)r[n]=e[n];return r}function d(e,t,r,n){if("function"==typeof e.on)n.once?e.once(t,r):e.on(t,r);else if("function"==typeof e.addEventListener)e.addEventListener(t,function i(s){n.once&&e.removeEventListener(t,i),r(s)});else throw TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e)}Object.defineProperty(s,"defaultMaxListeners",{enumerable:!0,get:function(){return o},set:function(e){if("number"!=typeof e||e<0||i(e))throw RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");o=e}}),s.init=function(){(void 0===this._events||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},s.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||i(e))throw RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},s.prototype.getMaxListeners=function(){return c(this)},s.prototype.emit=function(e){for(var t=[],r=1;r<arguments.length;r++)t.push(arguments[r]);var i="error"===e,s=this._events;if(void 0!==s)i=i&&void 0===s.error;else if(!i)return!1;if(i){if(t.length>0&&(o=t[0]),o instanceof Error)throw o;var o,a=Error("Unhandled error."+(o?" ("+o.message+")":""));throw a.context=o,a}var c=s[e];if(void 0===c)return!1;if("function"==typeof c)n(c,this,t);else for(var l=c.length,u=v(c,l),r=0;r<l;++r)n(u[r],this,t);return!0},s.prototype.addListener=function(e,t){return l(this,e,t,!1)},s.prototype.on=s.prototype.addListener,s.prototype.prependListener=function(e,t){return l(this,e,t,!0)},s.prototype.once=function(e,t){return a(t),this.on(e,p(this,e,t)),this},s.prototype.prependOnceListener=function(e,t){return a(t),this.prependListener(e,p(this,e,t)),this},s.prototype.removeListener=function(e,t){var r,n,i,s,o;if(a(t),void 0===(n=this._events)||void 0===(r=n[e]))return this;if(r===t||r.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete n[e],n.removeListener&&this.emit("removeListener",e,r.listener||t));else if("function"!=typeof r){for(i=-1,s=r.length-1;s>=0;s--)if(r[s]===t||r[s].listener===t){o=r[s].listener,i=s;break}if(i<0)return this;0===i?r.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(r,i),1===r.length&&(n[e]=r[0]),void 0!==n.removeListener&&this.emit("removeListener",e,o||t)}return this},s.prototype.off=s.prototype.removeListener,s.prototype.removeAllListeners=function(e){var t,r,n;if(void 0===(r=this._events))return this;if(void 0===r.removeListener)return 0==arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==r[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete r[e]),this;if(0==arguments.length){var i,s=Object.keys(r);for(n=0;n<s.length;++n)"removeListener"!==(i=s[n])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=r[e]))this.removeListener(e,t);else if(void 0!==t)for(n=t.length-1;n>=0;n--)this.removeListener(e,t[n]);return this},s.prototype.listeners=function(e){return f(this,e,!0)},s.prototype.rawListeners=function(e){return f(this,e,!1)},s.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):h.call(e,t)},s.prototype.listenerCount=h,s.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},1612:function(e,t,r){"use strict";var n=r(7437),i=r(5563),s=r(5461),o=r(3145);r(2265);var a=r(9594),c=r(2521),l=r(6927),u=r(1938),p=r(2268),f=r(4701),h=r.n(f);t.default=e=>{let{breadcrumbsItems:t,contacts:r,pressCenterDetail:f}=e,{createdAt:v,plannedPublishAt:d,tags:m,lead:_,content:y,title:g}=f;return(0,n.jsxs)("section",{className:h().section,children:[(0,n.jsxs)(i.W2,{children:[(0,n.jsx)(s.Oo,{className:h().breadcrumbs,items:t}),(0,n.jsxs)("div",{className:h().wrapper,children:[(0,n.jsxs)(i.Zb,{className:h().pressReleaseWrapper,children:[(!!m.length||!!v)&&(0,n.jsxs)("div",{className:h().headerWrapper,children:[!!m.length&&(0,n.jsx)("div",{className:h().chipsWrapper,children:(0,n.jsx)(s.cL,{className:h().chips,variant:"primary",chips:m.map(e=>({id:e.id,label:e.name}))})}),v&&(0,n.jsx)("div",{className:h().time,children:(0,u.p6)(null!=d?d:v)})]}),(0,n.jsxs)("div",{className:h().contentWrapper,children:[(0,n.jsx)("h1",{className:h().title,children:g}),_&&(0,n.jsx)("div",{className:h().lead,children:_}),"imageAlt"in f&&(0,n.jsxs)("div",{className:h().imageWrapper,children:[(0,n.jsx)(o.default,{className:h().image,width:320,height:320,alt:f.imageAlt,src:f.imageUrl,unoptimized:!0}),(0,n.jsx)("p",{className:h().caption,children:f.imageAlt})]}),y&&(0,n.jsx)("div",{className:h().contentText,dangerouslySetInnerHTML:{__html:(0,p.$)(y)}})]})]}),(0,n.jsx)(c.d,{className:h().bonusSubscribeBlockWrapper})]})]}),r&&(0,n.jsxs)("div",{className:h().contactsWrapper,children:[(0,n.jsx)(a.V,{as:"h2",children:"Наши контакты"}),(0,n.jsx)(l.R,{data:r})]})]})}},2268:function(e,t,r){"use strict";r.d(t,{$:function(){return s}});let n=["finuslugi.ru","inguru.dev","moex.com"],i=e=>e.includes("//")&&!n.find(t=>e&&e.indexOf(t)>=0),s=e=>e?e=e.replace(/href="(.*?)"/gi,(e,t)=>"".concat(e).concat(i(t)?' rel="nofollow"':"")):""},4701:function(e){e.exports={section:"PressCenterDetail_section__J6ujn",breadcrumbs:"PressCenterDetail_breadcrumbs__K2eMd",wrapper:"PressCenterDetail_wrapper__z_xFE",headerWrapper:"PressCenterDetail_headerWrapper__KxTJp",contentText:"PressCenterDetail_contentText__W_6U8",title:"PressCenterDetail_title__cz2D1",lead:"PressCenterDetail_lead__DWqMJ",contentWrapper:"PressCenterDetail_contentWrapper___mM6f",bonusSubscribeBlockWrapper:"PressCenterDetail_bonusSubscribeBlockWrapper__s27Dg",pressReleaseWrapper:"PressCenterDetail_pressReleaseWrapper__fFwQb",contactsWrapper:"PressCenterDetail_contactsWrapper__OPgOS",time:"PressCenterDetail_time__7ambZ",chips:"PressCenterDetail_chips__xmghJ",imageWrapper:"PressCenterDetail_imageWrapper__5PG1U",image:"PressCenterDetail_image__f30Iv",caption:"PressCenterDetail_caption__CYRrh"}}}]);