(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["Footer-Footer"],{"0b42":function(t,e,n){var r=n("da84"),o=n("e8b5"),c=n("68ee"),i=n("861d"),a=n("b622"),s=a("species"),u=r.Array;t.exports=function(t){var e;return o(t)&&(e=t.constructor,c(e)&&(e===u||o(e.prototype))?e=void 0:i(e)&&(e=e[s],null===e&&(e=void 0))),void 0===e?u:e}},1483:function(t,e,n){},"1dde":function(t,e,n){var r=n("d039"),o=n("b622"),c=n("2d00"),i=o("species");t.exports=function(t){return c>=51||!r((function(){var e=[],n=e.constructor={};return n[i]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},5353:function(t,e,n){"use strict";n.r(e);n("99af"),n("9911");var r=n("7a23"),o={class:"footer"},c={class:"footer__bottom"},i={class:"footer__text footer--indent"},a={class:"footer__text"},s=["href"],u={class:"footer__img"},l={class:"footer__copyright"},f={class:"footer__year"};function d(t,e,n,d,g,v){var p=Object(r["resolveComponent"])("InlineSvg");return Object(r["openBlock"])(),Object(r["createElementBlock"])("footer",o,[Object(r["createElementVNode"])("div",c,[Object(r["createElementVNode"])("p",i,Object(r["toDisplayString"])(t.$t(n.data.desc)),1),Object(r["createElementVNode"])("p",a,[Object(r["createElementVNode"])("a",{href:"".concat(this.$store.getters.getCDN,"document/terms_").concat(g.lang,".pdf"),target:"_blank"},Object(r["toDisplayString"])(t.$t(n.data.link))+" ",9,s),Object(r["createElementVNode"])("span",null,Object(r["toDisplayString"])(t.$t(n.data.text)),1)]),Object(r["createElementVNode"])("div",u,[Object(r["createVNode"])(p,{class:"footer__icon",src:this.$store.getters.getCDN+n.data.icon_1},null,8,["src"]),Object(r["createVNode"])(p,{class:"footer__icon",src:this.$store.getters.getCDN+n.data.icon_2},null,8,["src"])]),Object(r["createElementVNode"])("div",l,[Object(r["createElementVNode"])("span",null,Object(r["toDisplayString"])(t.$t(n.data.copyright))+" ",1),Object(r["createElementVNode"])("span",f,Object(r["toDisplayString"])(g.year),1)])])])}var g=n("6d5e"),v=n.n(g),p={components:{InlineSvg:v.a},props:{data:{type:Object,default:function(){return{logo:"logos/default.svg",desc:"Внимание: хранить в недоступном для детей месте. Изображения предназначены только для просмотра. Упаковка может меняться по мере совершенствования продукта.",link:"Политика конфиденциальности.",text:"Вся полученная информация останется полностью конфиденциальной. Мы не передаем данные третьим лицам!",icon_1:"icons/privacy/secure.svg",icon_2:"icons/privacy/protected.svg",copyright:"© Авторские права "}}}},data:function(){return{year:this.getCurrentYear(),lang:this.getLang()}},methods:{getCurrentYear:function(){return(new Date).getFullYear()},getLang:function(){var t="en";return"it"!=this.$i18n.locale&&"es"!=this.$i18n.locale&&"de"!=this.$i18n.locale&&"at"!=this.$i18n.locale&&"ch"!=this.$i18n.locale||(t=this.$i18n.locale),t}}},h=(n("6db9"),n("6b0d")),b=n.n(h);const m=b()(p,[["render",d]]);e["default"]=m},"65f0":function(t,e,n){var r=n("0b42");t.exports=function(t,e){return new(r(t))(0===e?0:e)}},"68ee":function(t,e,n){var r=n("e330"),o=n("d039"),c=n("1626"),i=n("f5df"),a=n("d066"),s=n("8925"),u=function(){},l=[],f=a("Reflect","construct"),d=/^\s*(?:class|function)\b/,g=r(d.exec),v=!d.exec(u),p=function(t){if(!c(t))return!1;try{return f(u,l,t),!0}catch(e){return!1}},h=function(t){if(!c(t))return!1;switch(i(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return v||!!g(d,s(t))};t.exports=!f||o((function(){var t;return p(p.call)||!p(Object)||!p((function(){t=!0}))||t}))?h:p},"6d5e":function(t,e,n){(function(e,r){t.exports=r(n("7a23"))})(0,(function(t){"use strict";var e={};function n(t){return Object.keys(t).reduce((function(e,n){return!1!==t[n]&&null!==t[n]&&void 0!==t[n]&&(e[n]=t[n]),e}),{})}var r={name:"InlineSvg",inheritAttrs:!1,render:function(){return this.svgElSource?t.h("svg",Object.assign({},this.getSvgAttrs(this.svgElSource),n(this.$attrs),{innerHTML:this.getSvgContent(this.svgElSource)})):null},props:{src:{type:String,required:!0},title:{type:String},transformSource:{type:Function,default:function(t){return t}},keepDuringLoading:{type:Boolean,default:!0}},emits:["loaded","unloaded","error"],data:function(){return{svgElSource:null}},watch:{src:function(t){this.getSource(t)}},mounted:function(){this.getSource(this.src)},methods:{getSvgAttrs:function(t){var e={},n=t.attributes;if(!n)return e;for(var r=n.length-1;r>=0;r--)e[n[r].name]=n[r].value;return e},getSvgContent:function(t){return t=t.cloneNode(!0),t=this.transformSource(t),this.title&&o(t,this.title),t.innerHTML},getSource:function(t){var n=this;e[t]||(e[t]=this.download(t)),this.svgElSource&&e[t].isPending()&&!this.keepDuringLoading&&(this.svgElSource=null,this.$emit("unloaded")),e[t].then((function(t){n.svgElSource=t,n.$nextTick((function(){n.$emit("loaded",n.$el)}))}))["catch"]((function(r){n.svgElSource&&(n.svgElSource=null,n.$emit("unloaded")),delete e[t],n.$emit("error",r)}))},download:function(t){return c(new Promise((function(e,n){var r=new XMLHttpRequest;r.open("GET",t,!0),r.onload=function(){if(r.status>=200&&r.status<400)try{var t=new DOMParser,o=t.parseFromString(r.responseText,"text/xml"),c=o.getElementsByTagName("svg")[0];c?e(c):n(new Error('Loaded file is not valid SVG"'))}catch(i){n(i)}else n(new Error("Error loading SVG"))},r.onerror=n,r.send()})))}}};function o(t,e){var n=t.getElementsByTagName("title");if(n.length)n[0].textContent=e;else{var r=document.createElementNS("http://www.w3.org/2000/svg","title");r.textContent=e,t.appendChild(r)}}function c(t){if(t.isPending)return t;var e=!0,n=t.then((function(t){return e=!1,t}),(function(t){throw e=!1,t}));return n.isPending=function(){return e},n}return r}))},"6db9":function(t,e,n){"use strict";n("1483")},"857a":function(t,e,n){var r=n("e330"),o=n("1d80"),c=n("577e"),i=/"/g,a=r("".replace);t.exports=function(t,e,n,r){var s=c(o(t)),u="<"+e;return""!==n&&(u+=" "+n+'="'+a(c(r),i,""")+'"'),u+">"+s+""}},9911:function(t,e,n){"use strict";var r=n("23e7"),o=n("857a"),c=n("af03");r({target:"String",proto:!0,forced:c("link")},{link:function(t){return o(this,"a","href",t)}})},"99af":function(t,e,n){"use strict";var r=n("23e7"),o=n("da84"),c=n("d039"),i=n("e8b5"),a=n("861d"),s=n("7b0b"),u=n("07fa"),l=n("8418"),f=n("65f0"),d=n("1dde"),g=n("b622"),v=n("2d00"),p=g("isConcatSpreadable"),h=9007199254740991,b="Maximum allowed index exceeded",m=o.TypeError,S=v>=51||!c((function(){var t=[];return t[p]=!1,t.concat()[0]!==t})),y=d("concat"),E=function(t){if(!a(t))return!1;var e=t[p];return void 0!==e?!!e:i(t)},w=!S||!y;r({target:"Array",proto:!0,forced:w},{concat:function(t){var e,n,r,o,c,i=s(this),a=f(i,0),d=0;for(e=-1,r=arguments.length;eh)throw m(b);for(n=0;n=h)throw m(b);l(a,d++,c)}return a.length=d,a}})},af03:function(t,e,n){var r=n("d039");t.exports=function(t){return r((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},e8b5:function(t,e,n){var r=n("c6b6");t.exports=Array.isArray||function(t){return"Array"==r(t)}}}]);