{"version":3,"file":"883.js","mappings":"oPAUIA,MAAA,WAAAA,CAA4G,UAA5GA,CAA4G,OAExGA,MAAA,MAAyMA,QACzMA,MAAA,OAAAA,MAAA,MAA4IA,QAC5IA,MAAA,OAAAA,MAAA,MAA+PA,QAC/PA,MAAA,OAAAA,MAAA,MAAgFA,MAAA,UAAkJA,2CAL3LA,MAAA,UAAAA,MAAA,EAAAC,GAAAC,EAAAC,8DAW3CH,MAAA,eAA2EA,MAAA,mBAAAA,MAAAI,GAAA,MAAAC,EAAAL,MAAA,UAASA,MAAAK,EAAAC,aAAY,GAC9FN,MAAA,UAAAA,MAAA,MAAuCA,mDAtB7CA,MAAA,UAAAA,CAAiD,UAAjDA,CAAiD,UAAjDA,CAAiD,WAG3CA,MAAA,KAAgGA,QAChGA,MAAA,UAAAA,CAAiC,OAC/BA,MAAA,KAAuKA,QACvKA,MAAA,OAAAA,MAAA,KAAyJA,MAAA,UAAkJA,oBAI/SA,MAAA,GAAAO,EAAA,eAQFP,QAEAA,MAAA,aACEA,MAAA,GAAAQ,EAAA,iBAIAR,MAAA,gBAAqDA,MAAA,mBAAAA,MAAAS,GAAA,MAAAC,EAAAV,QAAA,OAASA,MAAAU,EAAAC,UAAS,GACrEX,MAAA,WAAAA,MAAA,OAAkCA,sCAhBkDA,MAAA,IAAAA,MAAA,QAAAY,EAAAC,eAW7Eb,MAAA,GAAAA,MAAA,OAAAY,EAAAC,gBCTN,IAAMC,EAAqB,MAA5B,MAAOA,EACXC,YACUC,GAAAC,KAAAD,eAGVC,KAAAJ,eAAyB,EACzBI,KAAAd,oBAA8B,EAE9Bc,KAAAC,cAAwB,CALrB,CAOHZ,aACEW,KAAKJ,eAAiBI,KAAKJ,cAC3BM,WAAW,KACTF,KAAKd,oBAAsBc,KAAKd,oBAC/B,IACL,CAEAQ,UACEM,KAAKD,aAAaI,IAAI,eAAgB,KACtCH,KAAKC,cAAe,CACtB,CAACG,SAAAJ,KAAA,mBAAAK,iBApBUR,GAAqBd,MAAAuB,KAAA,EAAAF,SAAAJ,KAAA,UAAAO,EAAAC,IAAA,MAArBX,EAAqBY,UAAA,wBAAAC,YAAA,EAAAC,SAAA,CAAA5B,OAAA6B,MAAA,EAAAC,KAAA,EAAAC,OAAA,eAAAC,2BDT0CC,sOAAAA,GAE9BA,kvBAAAA,GACAA,y2BAAiQ,GAoBjRA,4CAAAA,GAdeA,k2BAAAA,GACAA,mjBAAAA,GACAA,2qCAAAA,GACAA,qfAAyL,GAOrMA,wDAAAA,kqBAtBjCjC,MAAA,EAAAkC,EAAA,mBAA4BlC,MAAA,QAAAmC,EAAAjB,6BCUhBkB,KAAMC,KAASC,MAAUC,OAAA,svBAExBzB,CAAqB","sources":["./src/app/shared/components/cookies-alert/cookies-alert.component.html","./src/app/shared/components/cookies-alert/cookies-alert.component.ts"],"sourcesContent":["
\n
\n
\n
Cookie Notice for the Site
\n
\n

To ensure optimal operation and improve user experience, the site uses cookie technologies, including the Yandex.Metrica service.

\n

By continuing to use the site, you agree to the placement of cookies on your device under the terms set out in the Personal Data Processing Policy.

\n
\n
\n\n
\n
\n

To ensure optimal operation and improve the user experience on the site, cookies, including those from the Yandex.Metrica service, may be downloaded to your device.

\n

By continuing to use the site, you agree to the use of these technologies and the placement of cookies.

\n

You can delete cookies from your device through your browser settings, as well as block the placement of cookies, however, some functions of the site may not be available due to technological limitations of the engine.

\n

You can find additional information in the Personal Data Processing Policy.

\n
\n
\n
\n\n
\n \n\n \n
\n
\n","import { Component } from '@angular/core';\nimport { NgClass, NgIf } from '@angular/common';\nimport { LocalstorageService } from '../../services/localstorage.service';\nimport { RouterLink } from '@angular/router';\n\n@Component({\n selector: 'app-cookies-alert',\n templateUrl: './cookies-alert.component.html',\n styleUrls: ['./cookies-alert.component.scss'],\n standalone: true,\n imports: [NgIf, NgClass, RouterLink]\n})\nexport class CookiesAlertComponent {\n constructor(\n private localStorage: LocalstorageService,\n ) {}\n\n hideExpansion: boolean = true;\n hideExpansionClass: boolean = true;\n\n onCloseModal: boolean = false;\n\n onShowMore(): void {\n this.hideExpansion = !this.hideExpansion;\n setTimeout(() => {\n this.hideExpansionClass = !this.hideExpansionClass;\n }, 150);\n }\n\n onClose(): void {\n this.localStorage.set('cookiesModal', '1');\n this.onCloseModal = true;\n }\n}\n"],"names":["i0","_c16","ctx_r1","hideExpansionClass","_r4","ctx_r3","onShowMore","CookiesAlertComponent_div_0_div_11_Template","CookiesAlertComponent_div_0_button_13_Template","_r6","ctx_r5","onClose","ctx_r0","hideExpansion","CookiesAlertComponent","constructor","localStorage","this","onCloseModal","setTimeout","set","static","t","i1","_angular_core__WEBPACK_IMPORTED_MODULE_1__","Xpm","selectors","standalone","features","decls","vars","consts","i18n_0","$localize","CookiesAlertComponent_div_0_Template","ctx","NgIf","NgClass","RouterLink","styles"],"sourceRoot":"webpack:///"}