@vkontakte/videoplayer 1.1.85-dev.536c2a7f.0 → 1.1.85-dev.53838101.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/es2015.cjs +61 -0
  2. package/es2015.esm.js +61 -0
  3. package/es2018.cjs +55 -413
  4. package/es2018.esm.js +55 -413
  5. package/es2024.cjs +55 -413
  6. package/es2024.esm.js +55 -413
  7. package/esnext.cjs +55 -413
  8. package/esnext.esm.js +55 -413
  9. package/evergreen.esm.js +55 -413
  10. package/package.json +5 -5
  11. package/types/VKVideoPlayer/HTMLElement.d.ts +1 -1
  12. package/types/VKVideoPlayer/index.svelte.d.ts +173 -172
  13. package/types/components/Ads/admanWrapper.d.ts +75 -75
  14. package/types/components/Ads/types.d.ts +27 -27
  15. package/types/components/Controls/contants/desktopButtonsLeftIds.d.ts +8 -8
  16. package/types/components/Controls/contants/desktopButtonsLeftWeights.d.ts +4 -2
  17. package/types/components/Controls/contants/desktopButtonsRightIds.d.ts +8 -8
  18. package/types/components/Controls/contants/desktopButtonsRightWeights.d.ts +4 -2
  19. package/types/components/Controls/types.d.ts +27 -27
  20. package/types/components/Controls/utils/isInnerButtonGuard.d.ts +1 -1
  21. package/types/components/Icons/constants.d.ts +5 -5
  22. package/types/components/Icons/utils.d.ts +1 -1
  23. package/types/components/Menus/constants/contextMenuItemIds.d.ts +10 -10
  24. package/types/components/Menus/constants/contextMenuItemWeights.d.ts +4 -2
  25. package/types/components/Menus/constants/index.d.ts +4 -4
  26. package/types/components/Menus/constants/openSubMenuItemsIds.d.ts +1 -1
  27. package/types/components/Menus/constants/settingsMenuItemIds.d.ts +10 -10
  28. package/types/components/Menus/constants/settingsMenuItemWeights.d.ts +4 -2
  29. package/types/components/Menus/constants/subMenuIds.d.ts +6 -6
  30. package/types/components/Menus/subMenuTabs/rootMenuItems.d.ts +26 -26
  31. package/types/components/Menus/subMenuTabs/sharedMenuItems.d.ts +7 -7
  32. package/types/components/Menus/subMenuTabs/subMenuItems.d.ts +10 -4
  33. package/types/components/Menus/subMenuTabs/types.d.ts +108 -108
  34. package/types/components/Menus/subMenuTabs/utils.d.ts +2 -2
  35. package/types/components/Menus/types.d.ts +61 -64
  36. package/types/components/Menus/utils/getCurrentQualityDisplayValue.d.ts +12 -12
  37. package/types/components/Menus/utils/getQualityIcon.d.ts +2 -2
  38. package/types/components/Menus/utils/getSubMenusStack.svelte.d.ts +7 -7
  39. package/types/components/Menus/utils/menuNavigation.d.ts +5 -5
  40. package/types/components/Root/types.d.ts +79 -79
  41. package/types/components/Root/utils.d.ts +2 -2
  42. package/types/components/Timeline/PreviewTrack/useTransitionToPreviewTrack.svelte.d.ts +15 -15
  43. package/types/components/Timeline/consts.d.ts +2 -2
  44. package/types/components/shared/interpolateUtils.d.ts +2 -2
  45. package/types/config.d.ts +262 -256
  46. package/types/constans/controls.d.ts +21 -21
  47. package/types/constans/grid.d.ts +9 -9
  48. package/types/constans/index.d.ts +8 -8
  49. package/types/constans/interactives.d.ts +4 -4
  50. package/types/constans/keyboard.d.ts +48 -43
  51. package/types/index.d.ts +16 -15
  52. package/types/services/statistics.d.ts +13 -13
  53. package/types/store/index.d.ts +391 -389
  54. package/types/store/micro/base.d.ts +6 -6
  55. package/types/store/micro/fakeIsPlaying.d.ts +10 -8
  56. package/types/store/micro/graphIsOpened.d.ts +13 -11
  57. package/types/store/micro/index.d.ts +1 -1
  58. package/types/store/micro/interactiveControlsOpacity.d.ts +10 -8
  59. package/types/store/micro/notifications.d.ts +10 -7
  60. package/types/store/micro/pictureInPicture.d.ts +9 -6
  61. package/types/store/micro/seekToInteractiveDisabledTooltip.d.ts +7 -8
  62. package/types/store/micro/showInteractiveTimeIndicatorTooltip.d.ts +12 -13
  63. package/types/store/utils.d.ts +36 -36
  64. package/types/translation/index.d.ts +2 -2
  65. package/types/translation/labels.d.ts +1 -1
  66. package/types/translation/packs/en.d.ts +1 -1
  67. package/types/translation/packs/ru.d.ts +1 -1
  68. package/types/translation/types.d.ts +5 -5
  69. package/types/types/index.d.ts +530 -519
  70. package/types/utils/CaptionsPrepared.d.ts +15 -15
  71. package/types/utils/WebVttParser.d.ts +11 -11
  72. package/types/utils/attachments/defferedDisableByCondition.d.ts +3 -3
  73. package/types/utils/changeVolume.d.ts +6 -6
  74. package/types/utils/elementHelpers.d.ts +2 -2
  75. package/types/utils/findCurrentSubtltlePhrase.d.ts +1 -1
  76. package/types/utils/fullscreen.d.ts +14 -14
  77. package/types/utils/getActualEpisode.d.ts +7 -7
  78. package/types/utils/getControlInfo.d.ts +7 -5
  79. package/types/utils/getHotKeyMapData.d.ts +1 -1
  80. package/types/utils/grid.d.ts +1 -1
  81. package/types/utils/hooks/useIosSafariFullscreen.d.ts +2 -2
  82. package/types/utils/hooks/useIosSafariFullscreenSubtitles.d.ts +3 -3
  83. package/types/utils/keyboardHandleCases.d.ts +1 -1
  84. package/types/utils/notificationShowManager.d.ts +6 -7
  85. package/types/utils/roundFps.d.ts +1 -1
  86. package/types/utils/sanitizeHtml.d.ts +3 -3
  87. package/types/utils/sorts.d.ts +2 -2
  88. package/types/utils/stack/index.d.ts +7 -7
  89. package/types/utils/stack/node.d.ts +3 -3
  90. package/types/utils/subtitles.d.ts +8 -8
  91. package/types/utils/timeout.d.ts +2 -2
  92. package/types/utils/updatePlayerControlBlocks.d.ts +2 -2
  93. package/types/utils/updatePlayerControlsInfo.d.ts +2 -2
  94. package/types/utils/userSettings.d.ts +21 -26
  95. package/types/utils/videoConfig.d.ts +2 -6
  96. package/types/utils/volumeChange.d.ts +1 -1
  97. package/types/utils/webAPI/annotationsApi/annotationsApi.d.ts +31 -31
  98. package/types/utils/webAPI/annotationsApi/errors.d.ts +1 -1
  99. package/types/utils/webAPI/focusLock.d.ts +30 -30
  100. package/types/utils/webAPI/focusManager.d.ts +15 -15
  101. package/types/utils/webAPI/language.d.ts +1 -1
  102. package/types/utils/webAPI/mediaSessionApi.d.ts +14 -14
  103. package/types/utils/webAPI/pictureInPictureApi/documentPictureInPictureApi.svelte.d.ts +41 -40
  104. package/types/utils/webAPI/pictureInPictureApi/factory.d.ts +3 -0
  105. package/types/utils/webAPI/pictureInPictureApi/index.d.ts +4 -0
  106. package/types/utils/webAPI/pictureInPictureApi/pictureInPictureApi.d.ts +46 -46
  107. package/types/utils/webAPI/pictureInPictureApi/types.d.ts +4 -4
  108. package/types/utils/webAPI/pictureInPictureApi/utils.d.ts +7 -2
  109. package/types/utils/webAPI/slotsApi.d.ts +41 -41
  110. package/types/types/svg.d.d.ts +0 -5
  111. package/types/utils/webAPI/pictureInPictureApi/pictureInPictureApiFactory.d.ts +0 -4
package/es2015.cjs ADDED
@@ -0,0 +1,61 @@
1
+ /**
2
+ * @vkontakte/videoplayer v1.1.85-dev.53838101.0
3
+ * Thu, 05 Mar 2026 14:56:24 GMT
4
+ * https://st.mycdn.me/static/vkontakte-videoplayer/1-1-85/doc/
5
+ */
6
+ "use strict";var K$=Object.create;var Id=Object.defineProperty,q$=Object.defineProperties,Q$=Object.getOwnPropertyDescriptor,G$=Object.getOwnPropertyDescriptors,Y$=Object.getOwnPropertyNames,kg=Object.getOwnPropertySymbols,j$=Object.getPrototypeOf,Lg=Object.prototype.hasOwnProperty,X$=Object.prototype.propertyIsEnumerable;var Mg=t=>{throw TypeError(t)};var jp=(t,e,i)=>e in t?Id(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,We=(t,e)=>{for(var i in e||(e={}))Lg.call(e,i)&&jp(t,i,e[i]);if(kg)for(var i of kg(e))X$.call(e,i)&&jp(t,i,e[i]);return t},Gt=(t,e)=>q$(t,G$(e));var Z$=(t,e)=>{for(var i in e)Id(t,i,{get:e[i],enumerable:!0})},Vg=(t,e,i,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of Y$(e))!Lg.call(t,r)&&r!==i&&Id(t,r,{get:()=>e[r],enumerable:!(o=Q$(e,r))||o.enumerable});return t};var Rg=(t,e,i)=>(i=t!=null?K$(j$(t)):{},Vg(e||!t||!t.__esModule?Id(i,"default",{value:t,enumerable:!0}):i,t)),J$=t=>Vg(Id({},"__esModule",{value:!0}),t);var vr=(t,e,i)=>jp(t,typeof e!="symbol"?e+"":e,i),Xp=(t,e,i)=>e.has(t)||Mg("Cannot "+i);var qi=(t,e,i)=>(Xp(t,e,"read from private field"),i?i.call(t):e.get(t)),oa=(t,e,i)=>e.has(t)?Mg("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,i),Pl=(t,e,i,o)=>(Xp(t,e,"write to private field"),o?o.call(t,i):e.set(t,i),i),Dg=(t,e,i)=>(Xp(t,e,"access private method"),i);var yt=(t,e,i)=>new Promise((o,r)=>{var a=s=>{try{d(i.next(s))}catch(u){r(u)}},l=s=>{try{d(i.throw(s))}catch(u){r(u)}},d=s=>s.done?o(s.value):Promise.resolve(s.value).then(a,l);d((i=i.apply(t,e)).next())});var qT={};Z$(qT,{ControlButtonType:()=>Ac,GridTypes:()=>is,InterfaceLanguage:()=>yd.InterfaceLanguage,MenuItemType:()=>nd,PlayerPhase:()=>os,VERSION:()=>Ga,VKNumericLanguage:()=>yd.VKNumericLanguage,VideoFormat:()=>Up.VideoFormat,VideoQuality:()=>Up.VideoQuality,isDpipSupported:()=>nl,isPiPSupported:()=>Ws,loadVKLangPack:()=>yd.loadVKLangPack,registerPlayerWebComponent:()=>KT});module.exports=J$(qT);var na="[",ra="[!",La="]",_s={};var mo=Symbol(),Gn=Symbol("filename"),Og=Symbol("hmr"),Ng="http://www.w3.org/1999/xhtml",uu="http://www.w3.org/2000/svg";var Zp="@attach";var pu=!0;var Fg,Hg,Bg=(Hg=(Fg=globalThis.process)==null?void 0:Fg.env)==null?void 0:Hg.NODE_ENV,Ve=Bg&&!Bg.toLowerCase().startsWith("prod");var gr=Array.isArray,Ug=Array.prototype.indexOf,Ed=Array.from,Jp=Object.keys,yo=Object.defineProperty,Go=Object.getOwnPropertyDescriptor,fu=Object.getOwnPropertyDescriptors,ef=Object.prototype,zg=Array.prototype,Ma=Object.getPrototypeOf,tf=Object.isExtensible;function sa(t){return typeof t=="function"}var xt=()=>{};function Wg(t){return t()}function aa(t){for(var e=0;e<t.length;e++)t[e]()}var Yo=Symbol("$state"),Al=Symbol("legacy props"),Kg=Symbol(""),mu=Symbol("proxy path"),vu=1,kl=3,hr=8;function gu(t){return t===this.v}function Ll(t,e){return t!=t?e==e:t!==e||t!==null&&typeof t=="object"||typeof t=="function"}function qg(t,e){return t!==e}function Ml(t){return!Ll(t,this.v)}function Qg(){if(Ve){let t=new Error(`derived_references_self
7
+ A derived value cannot reference itself recursively
8
+ https://svelte.dev/e/derived_references_self`);throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/derived_references_self")}function Gg(t){if(Ve){let e=new Error(`effect_in_teardown
9
+ \`${t}\` cannot be used inside an effect cleanup function
10
+ https://svelte.dev/e/effect_in_teardown`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/effect_in_teardown")}function Yg(){if(Ve){let t=new Error("effect_in_unowned_derived\nEffect cannot be created inside a `$derived` value that was not itself created inside an effect\nhttps://svelte.dev/e/effect_in_unowned_derived");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/effect_in_unowned_derived")}function jg(t){if(Ve){let e=new Error(`effect_orphan
11
+ \`${t}\` can only be used inside an effect (e.g. during component initialisation)
12
+ https://svelte.dev/e/effect_orphan`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/effect_orphan")}function Xg(){if(Ve){let t=new Error(`effect_update_depth_exceeded
13
+ Maximum update depth exceeded. This can happen when a reactive block or effect repeatedly sets a new value. Svelte limits the number of nested updates to prevent infinite loops
14
+ https://svelte.dev/e/effect_update_depth_exceeded`);throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/effect_update_depth_exceeded")}function Zg(){if(Ve){let t=new Error(`hydration_failed
15
+ Failed to hydrate the application
16
+ https://svelte.dev/e/hydration_failed`);throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/hydration_failed")}function Jg(){if(Ve){let t=new Error("invalid_snippet\nCould not `{@render}` snippet due to the expression being `null` or `undefined`. Consider using optional chaining `{@render snippet?.()}`\nhttps://svelte.dev/e/invalid_snippet");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/invalid_snippet")}function eh(t){if(Ve){let e=new Error(`props_invalid_value
17
+ Cannot do \`bind:${t}={undefined}\` when \`${t}\` has a fallback value
18
+ https://svelte.dev/e/props_invalid_value`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/props_invalid_value")}function th(t){if(Ve){let e=new Error(`props_rest_readonly
19
+ Rest element properties of \`$props()\` such as \`${t}\` are readonly
20
+ https://svelte.dev/e/props_rest_readonly`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/props_rest_readonly")}function ih(t){if(Ve){let e=new Error(`rune_outside_svelte
21
+ The \`${t}\` rune is only available inside \`.svelte\` and \`.svelte.js/ts\` files
22
+ https://svelte.dev/e/rune_outside_svelte`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/rune_outside_svelte")}function oh(){if(Ve){let t=new Error("state_descriptors_fixed\nProperty descriptors defined on `$state` objects must contain `value` and always be `enumerable`, `configurable` and `writable`.\nhttps://svelte.dev/e/state_descriptors_fixed");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/state_descriptors_fixed")}function nh(){if(Ve){let t=new Error("state_prototype_fixed\nCannot set prototype of `$state` object\nhttps://svelte.dev/e/state_prototype_fixed");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/state_prototype_fixed")}function rh(){if(Ve){let t=new Error("state_unsafe_mutation\nUpdating state inside `$derived(...)`, `$inspect(...)` or a template expression is forbidden. If the value should not be reactive, declare it without `$state`\nhttps://svelte.dev/e/state_unsafe_mutation");throw t.name="Svelte error",t}else throw new Error("https://svelte.dev/e/state_unsafe_mutation")}var bs=!1,$s=!1;function sh(){bs=!0}var Pd=null;function Ls(t){let e=Error(),i=e.stack;if(i){let o=i.split(`
23
+ `),r=[`
24
+ `];for(let a=0;a<o.length;a++){let l=o[a];if(l!=="Error"){if(l.includes("validate_each_keys"))return null;l.includes("svelte/src/internal")||r.push(l)}}if(r.length===1)return null;yo(e,"stack",{value:r.join(`
25
+ `)}),yo(e,"name",{value:`${t}Error`})}return e}function Yr(t,e){return t.label=e,hu(t.v,e),t}function hu(t,e){var i;return(i=t==null?void 0:t[mu])==null||i.call(t,e),t}function Vl(t){if(Ve){let e=new Error(`lifecycle_outside_component
26
+ \`${t}(...)\` can only be used during component initialisation
27
+ https://svelte.dev/e/lifecycle_outside_component`);throw e.name="Svelte error",e}else throw new Error("https://svelte.dev/e/lifecycle_outside_component")}var Ut=null;function Ad(t){Ut=t}var _r=null;function kd(t){_r=t}function Rl(t){return rf("getContext").get(t)}function Dl(t,e){return rf("setContext").set(t,e),e}function Ld(){return rf("getAllContexts")}function F(t,e=!1,i){var o=Ut={p:Ut,c:null,d:!1,e:null,m:!1,s:t,x:null,l:null};bs&&!e&&(Ut.l={s:null,u:null,r1:[],r2:Rr(!1)}),Do(()=>{o.d=!0}),Ve&&(Ut.function=i,_r=i)}function H(t){var l,d;let e=Ut;if(e!==null){t!==void 0&&(e.x=t);let s=e.e;if(s!==null){var i=wt,o=Ot;e.e=null;try{for(var r=0;r<s.length;r++){var a=s[r];xo(a.effect),Zi(a.reaction),Oo(a.fn)}}finally{xo(i),Zi(o)}}Ut=e.p,Ve&&(_r=(d=(l=e.p)==null?void 0:l.function)!=null?d:null),e.m=!0}return t||{}}function ys(){return!bs||Ut!==null&&Ut.l===null}function rf(t){var e;return Ut===null&&Vl(t),(e=Ut.c)!=null?e:Ut.c=new Map(t1(Ut)||void 0)}function t1(t){let e=t.p;for(;e!==null;){let i=e.c;if(i!==null)return i;e=e.p}return null}var i1=/^[a-zA-Z_$][a-zA-Z_$0-9]*$/;function di(t){if(typeof t!="object"||t===null||Yo in t)return t;let e=Ma(t);if(e!==ef&&e!==zg)return t;var i=new Map,o=gr(t),r=K(0),a=Ve&&$s?Ls("CreatedAt"):null,l=Ot,d=m=>{var p=Ot;Zi(l);var v=m();return Zi(p),v};o&&i.set("length",K(t.length,a));var s="";function u(m){s=m,Yr(r,`${s} version`);for(let[p,v]of i)Yr(v,Va(s,p))}return new Proxy(t,{defineProperty(m,p,v){(!("value"in v)||v.configurable===!1||v.enumerable===!1||v.writable===!1)&&oh();var $=i.get(p);return $===void 0?$=d(()=>{var y=K(v.value,a);return i.set(p,y),Ve&&typeof p=="string"&&Yr(y,Va(s,p)),y}):O($,v.value,!0),!0},deleteProperty(m,p){var v=i.get(p);if(v===void 0){if(p in m){let g=d(()=>K(mo,a));i.set(p,g),sf(r),Ve&&Yr(g,Va(s,p))}}else{if(o&&typeof p=="string"){var $=i.get("length"),y=Number(p);Number.isInteger(y)&&y<$.v&&O($,y)}O(v,mo),sf(r)}return!0},get(m,p,v){var x;if(p===Yo)return t;if(Ve&&p===mu)return u;var $=i.get(p),y=p in m;if($===void 0&&(!y||(x=Go(m,p))!=null&&x.writable)&&($=d(()=>{var I=di(y?m[p]:mo),T=K(I,a);return Ve&&Yr(T,Va(s,p)),T}),i.set(p,$)),$!==void 0){var g=n($);return g===mo?void 0:g}return Reflect.get(m,p,v)},getOwnPropertyDescriptor(m,p){var v=Reflect.getOwnPropertyDescriptor(m,p);if(v&&"value"in v){var $=i.get(p);$&&(v.value=n($))}else if(v===void 0){var y=i.get(p),g=y==null?void 0:y.v;if(y!==void 0&&g!==mo)return{enumerable:!0,configurable:!0,value:g,writable:!0}}return v},has(m,p){var g;if(p===Yo)return!0;var v=i.get(p),$=v!==void 0&&v.v!==mo||Reflect.has(m,p);if(v!==void 0||wt!==null&&(!$||(g=Go(m,p))!=null&&g.writable)){v===void 0&&(v=d(()=>{var x=$?di(m[p]):mo,I=K(x,a);return Ve&&Yr(I,Va(s,p)),I}),i.set(p,v));var y=n(v);if(y===mo)return!1}return $},set(m,p,v,$){var V;var y=i.get(p),g=p in m;if(o&&p==="length")for(var x=v;x<y.v;x+=1){var I=i.get(x+"");I!==void 0?O(I,mo):x in m&&(I=d(()=>K(mo,a)),i.set(x+"",I),Ve&&Yr(I,Va(s,x)))}if(y===void 0)(!g||(V=Go(m,p))!=null&&V.writable)&&(y=d(()=>K(void 0,a)),O(y,di(v)),i.set(p,y),Ve&&Yr(y,Va(s,p)));else{g=y.v!==mo;var T=d(()=>di(v));O(y,T)}var D=Reflect.getOwnPropertyDescriptor(m,p);if(D!=null&&D.set&&D.set.call($,v),!g){if(o&&typeof p=="string"){var A=i.get("length"),E=Number(p);Number.isInteger(E)&&E>=A.v&&O(A,E+1)}sf(r)}return!0},ownKeys(m){n(r);var p=Reflect.ownKeys(m).filter(y=>{var g=i.get(y);return g===void 0||g.v!==mo});for(var[v,$]of i)$.v!==mo&&!(v in m)&&p.push(v);return p},setPrototypeOf(){nh()}})}function Va(t,e){var i;return typeof e=="symbol"?`${t}[Symbol(${(i=e.description)!=null?i:""})]`:i1.test(e)?`${t}.${e}`:/^\d+$/.test(e)?`${t}[${e}]`:`${t}['${e}']`}function sf(t,e=1){O(t,t.v+e)}function Ol(t){try{if(t!==null&&typeof t=="object"&&Yo in t)return t[Yo]}catch(e){}return t}function af(t,e){return Object.is(Ol(t),Ol(e))}function jr(t){var e=2050,i=Ot!==null&&(Ot.f&2)!==0?Ot:null;wt===null||i!==null&&(i.f&256)!==0?e|=256:wt.f|=1048576;let o={ctx:Ut,deps:null,effects:null,equals:gu,f:e,fn:t,reactions:null,rv:0,v:null,wv:0,parent:i!=null?i:wt};return Ve&&$s&&(o.created=Ls("CreatedAt")),o}function f(t){let e=jr(t);return $u(e),e}function Pn(t){let e=jr(t);return e.equals=Ml,e}function _u(t){var e=t.effects;if(e!==null){t.effects=null;for(var i=0;i<e.length;i+=1)Ji(e[i])}}var lf=[];function o1(t){for(var e=t.parent;e!==null;){if((e.f&2)===0)return e;e=e.parent}return null}function uf(t){var e,i=wt;if(xo(o1(t)),Ve){let o=Ra;df(new Set);try{lf.includes(t)&&Qg(),lf.push(t),_u(t),e=bu(t)}finally{xo(i),df(o),lf.pop()}}else try{_u(t),e=bu(t)}finally{xo(i)}return e}function pf(t){var e=uf(t);if(t.equals(e)||(t.v=e,t.wv=Md()),!Ms){var i=(Vs||(t.f&256)!==0)&&t.deps!==null?4096:1024;An(t,i)}}var Ra=new Set,Nl=new Map;function df(t){Ra=t}function Rr(t,e){var i={f:0,v:t,reactions:null,equals:gu,rv:0,wv:0};return Ve&&$s&&(i.created=e!=null?e:Ls("CreatedAt"),i.updated=null,i.set_during_effect=!1,i.trace=null),i}function K(t,e){let i=Rr(t,e);return $u(i),i}function xs(t,e=!1,i=!0){var r,a;let o=Rr(t);return e||(o.equals=Ml),bs&&i&&Ut!==null&&Ut.l!==null&&((a=(r=Ut.l).s)!=null?a:r.s=[]).push(o),o}function O(t,e,i=!1){var r;Ot!==null&&(!yr||(Ot.f&262144)!==0)&&ys()&&(Ot.f&262162)!==0&&!((r=Xo)!=null&&r[1].includes(t)&&Xo[0]===Ot)&&rh();let o=i?di(e):e;return Ve&&hu(o,t.label),Bl(t,o)}function Bl(t,e){if(!t.equals(e)){var i=t.v;if(Ms?Nl.set(t,e):Nl.set(t,i),t.v=e,Ve&&$s&&(t.updated=Ls("UpdatedAt"),wt!==null&&(t.set_during_effect=!0)),(t.f&2)!==0&&((t.f&2048)!==0&&uf(t),An(t,(t.f&256)===0?1024:4096)),t.wv=Md(),lh(t,2048),ys()&&wt!==null&&(wt.f&1024)!==0&&(wt.f&96)===0&&($r===null?dh([t]):$r.push(t)),Ve&&Ra.size>0){let o=Array.from(Ra);for(let r of o)(r.f&1024)!==0&&An(r,4096),Oa(r)&&Fl(r);Ra.clear()}}return e}function lh(t,e){var i=t.reactions;if(i!==null)for(var o=ys(),r=i.length,a=0;a<r;a++){var l=i[a],d=l.f;if((d&2048)===0&&!(!o&&l===wt)){if(Ve&&(d&262144)!==0){Ra.add(l);continue}An(l,e),(d&1280)!==0&&((d&2)!==0?lh(l,4096):Rd(l))}}}var Hl="font-weight: bold",Ul="font-weight: normal";function ch(t,e,i){Ve?console.warn(`%c[svelte] hydration_attribute_changed
28
+ %cThe \`${t}\` attribute on \`${e}\` changed its value between server and client renders. The client value, \`${i}\`, will be ignored in favour of the server value
29
+ https://svelte.dev/e/hydration_attribute_changed`,Hl,Ul):console.warn("https://svelte.dev/e/hydration_attribute_changed")}function uh(t){Ve?console.warn(`%c[svelte] hydration_html_changed
30
+ %c${t?`The value of an \`{@html ...}\` block ${t} changed between server and client renders. The client value will be ignored in favour of the server value`:"The value of an `{@html ...}` block changed between server and client renders. The client value will be ignored in favour of the server value"}
31
+ https://svelte.dev/e/hydration_html_changed`,Hl,Ul):console.warn("https://svelte.dev/e/hydration_html_changed")}function la(t){Ve?console.warn(`%c[svelte] hydration_mismatch
32
+ %c${t?`Hydration failed because the initial UI does not match what was rendered on the server. The error occurred near ${t}`:"Hydration failed because the initial UI does not match what was rendered on the server"}
33
+ https://svelte.dev/e/hydration_mismatch`,Hl,Ul):console.warn("https://svelte.dev/e/hydration_mismatch")}function ph(){Ve?console.warn(`%c[svelte] lifecycle_double_unmount
34
+ %cTried to unmount a component that was not mounted
35
+ https://svelte.dev/e/lifecycle_double_unmount`,Hl,Ul):console.warn("https://svelte.dev/e/lifecycle_double_unmount")}function fh(){Ve?console.warn("%c[svelte] select_multiple_invalid_value\n%cThe `value` property of a `<select multiple>` element should be an array, but it received a non-array value. The selection will be kept as is.\nhttps://svelte.dev/e/select_multiple_invalid_value",Hl,Ul):console.warn("https://svelte.dev/e/select_multiple_invalid_value")}function yu(t){Ve?console.warn(`%c[svelte] state_proxy_equality_mismatch
36
+ %cReactive \`$state(...)\` proxies and the values they proxy have different identities. Because of this, comparisons with \`${t}\` will produce unexpected results
37
+ https://svelte.dev/e/state_proxy_equality_mismatch`,Hl,Ul):console.warn("https://svelte.dev/e/state_proxy_equality_mismatch")}var nt=!1;function wo(t){nt=t}var St;function Ii(t){if(t===null)throw la(),_s;return St=t}function eo(){return Ii(Zo(St))}function S(t){if(nt){if(Zo(St)!==null)throw la(),_s;St=t}}function ti(t=1){if(nt){for(var e=t,i=St;e--;)i=Zo(i);St=i}}function Na(){for(var t=0,e=St;;){if(e.nodeType===hr){var i=e.data;if(i===La){if(t===0)return e;t-=1}else(i===na||i===ra)&&(t+=1)}var o=Zo(e);e.remove(),e=o}}function xu(t){if(!t||t.nodeType!==hr)throw la(),_s;return t.data}function mh(){let t=Array.prototype,e=Array.__svelte_cleanup;e&&e();let{indexOf:i,lastIndexOf:o,includes:r}=t;t.indexOf=function(a,l){let d=i.call(this,a,l);if(d===-1){for(let s=l!=null?l:0;s<this.length;s+=1)if(Ol(this[s])===a){yu("array.indexOf(...)");break}}return d},t.lastIndexOf=function(a,l){let d=o.call(this,a,l!=null?l:this.length-1);if(d===-1){for(let s=0;s<=(l!=null?l:this.length-1);s+=1)if(Ol(this[s])===a){yu("array.lastIndexOf(...)");break}}return d},t.includes=function(a,l){let d=r.call(this,a,l);if(!d){for(let s=0;s<this.length;s+=1)if(Ol(this[s])===a){yu("array.includes(...)");break}}return d},Array.__svelte_cleanup=()=>{t.indexOf=i,t.lastIndexOf=o,t.includes=r}}var Ba,vh,Dd,gh,hh;function wu(){if(Ba===void 0){Ba=window,vh=document,Dd=/Firefox/.test(navigator.userAgent);var t=Element.prototype,e=Node.prototype,i=Text.prototype;gh=Go(e,"firstChild").get,hh=Go(e,"nextSibling").get,tf(t)&&(t.__click=void 0,t.__className=void 0,t.__attributes=null,t.__style=void 0,t.__e=void 0),tf(i)&&(i.__t=void 0),Ve&&(t.__svelte_meta=null,mh())}}function kn(t=""){return document.createTextNode(t)}function Mi(t){return gh.call(t)}function Zo(t){return hh.call(t)}function C(t,e){if(!nt)return Mi(t);var i=Mi(St);if(i===null)i=St.appendChild(kn());else if(e&&i.nodeType!==kl){var o=kn();return i==null||i.before(o),Ii(o),o}return Ii(i),i}function se(t,e){var r,a;if(!nt){var i=Mi(t);return i.nodeType===8&&i.data===""?Zo(i):i}if(e&&((r=St)==null?void 0:r.nodeType)!==kl){var o=kn();return(a=St)==null||a.before(o),Ii(o),o}return St}function P(t,e=1,i=!1){let o=nt?St:t;for(var r;e--;)r=o,o=Zo(o);if(!nt)return o;if(i&&(o==null?void 0:o.nodeType)!==kl){var a=kn();return o===null?r==null||r.after(a):o.before(a),Ii(a),a}return Ii(o),o}function Od(t){t.textContent=""}function vf(t){wt===null&&Ot===null&&jg(t),Ot!==null&&(Ot.f&256)!==0&&wt===null&&Yg(),Ms&&Gg(t)}function n1(t,e){var i=e.last;i===null?e.last=e.first=t:(i.next=t,t.prev=i,e.last=t)}function Fa(t,e,i,o=!0){var s;var r=wt;if(Ve)for(;r!==null&&(r.f&262144)!==0;)r=r.parent;var a={ctx:Ut,deps:null,nodes_start:null,nodes_end:null,f:t|2048,first:null,fn:e,last:null,next:null,parent:r,prev:null,teardown:null,transitions:null,wv:0};if(Ve&&(a.component_function=_r),i)try{Fl(a),a.f|=32768}catch(u){throw Ji(a),u}else e!==null&&Rd(a);var l=i&&a.deps===null&&a.first===null&&a.nodes_start===null&&a.teardown===null&&(a.f&1048704)===0;if(!l&&o&&(r!==null&&n1(a,r),Ot!==null&&(Ot.f&2)!==0)){var d=Ot;((s=d.effects)!=null?s:d.effects=[]).push(a)}return a}function Do(t){let e=Fa(8,null,!1);return An(e,1024),e.teardown=t,e}function He(t){var r;vf("$effect");var e=wt!==null&&(wt.f&32)!==0&&Ut!==null&&!Ut.m;if(Ve&&yo(t,"name",{value:"$effect"}),e){var i=Ut;((r=i.e)!=null?r:i.e=[]).push({fn:t,effect:wt,reaction:Ot})}else{var o=Oo(t);return o}}function Fd(t){return vf("$effect.pre"),Ve&&yo(t,"name",{value:"$effect.pre"}),Jo(t)}function Tu(t){let e=Fa(64,t,!0);return()=>{Ji(e)}}function bh(t){let e=Fa(64,t,!0);return(i={})=>new Promise(o=>{i.outro?Zn(e,()=>{Ji(e),o(void 0)}):(Ji(e),o(void 0))})}function Oo(t){return Fa(4,t,!1)}function Jo(t){return Fa(8,t,!0)}function N(t,e=[],i=jr){if(Ve)return Jo(()=>{var r=wt,a=()=>t(...l.map(n));yo(r.fn,"name",{value:"{expression}"}),yo(a,"name",{value:"{expression}"});let l=e.map(i);to(a)});let o=e.map(i);return to(()=>t(...o.map(n)))}function to(t,e=0){return Fa(24|e,t,!0)}function Qi(t,e=!0){return Fa(40,t,!0,e)}function gf(t){var e=t.teardown;if(e!==null){let i=Ms,o=Ot;ff(!0),Zi(null);try{e.call(null)}finally{ff(i),Zi(o)}}}function hf(t,e=!1){var i=t.first;for(t.first=t.last=null;i!==null;){var o=i.next;(i.f&64)!==0?i.parent=null:Ji(i,e),i=o}}function $h(t){for(var e=t.first;e!==null;){var i=e.next;(e.f&32)===0&&Ji(e),e=i}}function Ji(t,e=!0){var i=!1;(e||(t.f&524288)!==0)&&t.nodes_start!==null&&t.nodes_end!==null&&(_f(t.nodes_start,t.nodes_end),i=!0),hf(t,e&&!i),Hd(t,0),An(t,16384);var o=t.transitions;if(o!==null)for(let a of o)a.stop();gf(t);var r=t.parent;r!==null&&r.first!==null&&bf(t),Ve&&(t.component_function=null),t.next=t.prev=t.teardown=t.ctx=t.deps=t.fn=t.nodes_start=t.nodes_end=null}function _f(t,e){for(;t!==null;){var i=t===e?null:Zo(t);t.remove(),t=i}}function bf(t){var e=t.parent,i=t.prev,o=t.next;i!==null&&(i.next=o),o!==null&&(o.prev=i),e!==null&&(e.first===t&&(e.first=o),e.last===t&&(e.last=i))}function Zn(t,e){var i=[];Iu(t,i,!0),$f(i,()=>{Ji(t),e&&e()})}function $f(t,e){var i=t.length;if(i>0){var o=()=>--i||e();for(var r of t)r.out(o)}else e()}function Iu(t,e,i){if((t.f&8192)===0){if(t.f^=8192,t.transitions!==null)for(let l of t.transitions)(l.is_global||i)&&e.push(l);for(var o=t.first;o!==null;){var r=o.next,a=(o.f&65536)!==0||(o.f&32)!==0;Iu(o,e,a?i:!1),o=r}}}function Ds(t){yh(t,!0)}function yh(t,e){if((t.f&8192)!==0){t.f^=8192;for(var i=t.first;i!==null;){var o=i.next,r=(i.f&65536)!==0||(i.f&32)!==0;yh(i,r?e:!1),i=o}if(t.transitions!==null)for(let a of t.transitions)(a.is_global||e)&&a.in()}}var Ud=[],yf=[];function xh(){var t=Ud;Ud=[],aa(t)}function r1(){var t=yf;yf=[],aa(t)}function Ln(t){Ud.length===0&&queueMicrotask(xh),Ud.push(t)}function wh(){Ud.length>0&&xh(),yf.length>0&&r1()}function Ch(t){var e=wt;if(Ve&&t instanceof Error&&s1(t,e),(e.f&32768)===0){if((e.f&128)===0)throw t;e.fn(t)}else zd(t,e)}function zd(t,e){for(;e!==null;){if((e.f&128)!==0)try{e.fn(t);return}catch(i){}e=e.parent}throw t}var Sh=new WeakSet;function s1(t,e){var l,d;if(Sh.has(t))return;Sh.add(t);let i=Go(t,"message");if(!(i&&!i.configurable)){for(var o=Dd?" ":" ",r=`
38
+ ${o}in ${((l=e.fn)==null?void 0:l.name)||"<unknown>"}`,a=e.ctx;a!==null;)r+=`
39
+ ${o}in ${(d=a.function)==null?void 0:d[Gn].split("/").pop()}`,a=a.p;yo(t,"message",{value:t.message+`
40
+ ${r}
41
+ `}),t.stack&&yo(t,"stack",{value:t.stack.split(`
42
+ `).filter(s=>!s.includes("svelte/src/internal")).join(`
43
+ `)})}}var Ha=!1,zl=null,Ua=!1,Ms=!1;function ff(t){Ms=t}var Wd=[],Kd=[],Ot=null,yr=!1;function Zi(t){Ot=t}var wt=null;function xo(t){wt=t}var Xo=null;function $u(t){Ot!==null&&Ot.f&2097152&&(Xo===null?Xo=[Ot,[t]]:Xo[1].push(t))}var Mn=null,xr=0,$r=null;function dh(t){$r=t}var Eh=1,Pu=0,Vs=!1,Au=null;function Md(){return++Eh}function Oa(t){var p,v;var e=t.f;if((e&2048)!==0)return!0;if((e&4096)!==0){var i=t.deps,o=(e&256)!==0;if(i!==null){var r,a,l=(e&512)!==0,d=o&&wt!==null&&!Vs,s=i.length;if(l||d){var u=t,m=u.parent;for(r=0;r<s;r++)a=i[r],(l||!((p=a==null?void 0:a.reactions)!=null&&p.includes(u)))&&((v=a.reactions)!=null?v:a.reactions=[]).push(u);l&&(u.f^=512),d&&m!==null&&(m.f&256)===0&&(u.f^=256)}for(r=0;r<s;r++)if(a=i[r],Oa(a)&&pf(a),a.wv>t.wv)return!0}(!o||wt!==null&&!Vs)&&An(t,1024)}return!1}function Ph(t,e,i=!0){var o=t.reactions;if(o!==null)for(var r=0;r<o.length;r++){var a=o[r];Xo!=null&&Xo[1].includes(t)&&Xo[0]===Ot||((a.f&2)!==0?Ph(a,e,!1):e===a&&(i?An(a,2048):(a.f&1024)!==0&&An(a,4096),Rd(a)))}}function bu(t){var $,y;var e=Mn,i=xr,o=$r,r=Ot,a=Vs,l=Xo,d=Ut,s=yr,u=t.f;Mn=null,xr=0,$r=null,Vs=(u&256)!==0&&(yr||!Ua||Ot===null),Ot=(u&96)===0?t:null,Xo=null,Ad(t.ctx),yr=!1,Pu++,t.f|=2097152;try{var m=(0,t.fn)(),p=t.deps;if(Mn!==null){var v;if(Hd(t,xr),p!==null&&xr>0)for(p.length=xr+Mn.length,v=0;v<Mn.length;v++)p[xr+v]=Mn[v];else t.deps=p=Mn;if(!Vs||(u&2)!==0&&t.reactions!==null)for(v=xr;v<p.length;v++)((y=($=p[v]).reactions)!=null?y:$.reactions=[]).push(t)}else p!==null&&xr<p.length&&(Hd(t,xr),p.length=xr);if(ys()&&$r!==null&&!yr&&p!==null&&(t.f&6146)===0)for(v=0;v<$r.length;v++)Ph($r[v],t);return r!==null&&r!==t&&(Pu++,$r!==null&&(o===null?o=$r:o.push(...$r))),m}catch(g){Ch(g)}finally{Mn=e,xr=i,$r=o,Ot=r,Vs=a,Xo=l,Ad(d),yr=s,t.f^=2097152}}function a1(t,e){let i=e.reactions;if(i!==null){var o=Ug.call(i,t);if(o!==-1){var r=i.length-1;r===0?i=e.reactions=null:(i[o]=i[r],i.pop())}}i===null&&(e.f&2)!==0&&(Mn===null||!Mn.includes(e))&&(An(e,4096),(e.f&768)===0&&(e.f^=512),_u(e),Hd(e,0))}function Hd(t,e){var i=t.deps;if(i!==null)for(var o=e;o<i.length;o++)a1(t,i[o])}function Fl(t){var e=t.f;if((e&16384)===0){An(t,1024);var i=wt,o=Ua;if(wt=t,Ua=!0,Ve){var r=_r;kd(t.component_function)}try{(e&16)!==0?$h(t):hf(t),gf(t);var a=bu(t);if(t.teardown=typeof a=="function"?a:null,t.wv=Eh,Ve&&$s&&(t.f&2048)!==0&&t.deps!==null)for(var l of t.deps)l.set_during_effect&&(l.wv=Md(),l.set_during_effect=!1);Ve&&Kd.push(t)}finally{Ua=o,wt=i,Ve&&kd(r)}}}function Th(){console.error("Last ten effects were: ",Kd.slice(-10).map(t=>t.fn)),Kd=[]}function l1(){try{Xg()}catch(t){if(Ve&&yo(t,"stack",{value:""}),zl!==null)if(Ve)try{zd(t,zl)}catch(e){throw Th(),e}else zd(t,zl);else throw Ve&&Th(),t}}function wf(){var t=Ua;try{var e=0;for(Ua=!0;Wd.length>0;){e++>1e3&&l1();var i=Wd,o=i.length;Wd=[];for(var r=0;r<o;r++){var a=c1(i[r]);d1(a)}Nl.clear()}}finally{Ha=!1,Ua=t,zl=null,Ve&&(Kd=[])}}function d1(t){var e=t.length;if(e!==0)for(var i=0;i<e;i++){var o=t[i];(o.f&24576)===0&&Oa(o)&&(Fl(o),o.deps===null&&o.first===null&&o.nodes_start===null&&(o.teardown===null?bf(o):o.fn=null))}}function Rd(t){Ha||(Ha=!0,queueMicrotask(wf));for(var e=zl=t;e.parent!==null;){e=e.parent;var i=e.f;if((i&96)!==0){if((i&1024)===0)return;e.f^=1024}}Wd.push(e)}function c1(t){for(var e=[],i=t;i!==null;){var o=i.f,r=(o&96)!==0,a=r&&(o&1024)!==0;if(!a&&(o&8192)===0){(o&4)!==0?e.push(i):r?i.f^=1024:Oa(i)&&Fl(i);var l=i.first;if(l!==null){i=l;continue}}var d=i.parent;for(i=i.next;i===null&&d!==null;)i=d.next,d=d.parent}return e}function Wl(t){var e;for(t&&(Ha=!0,wf(),Ha=!0,e=t());;){if(wh(),Wd.length===0)return Ha=!1,zl=null,Ve&&(Kd=[]),e;Ha=!0,wf()}}function So(){return yt(this,null,function*(){yield Promise.resolve(),Wl()})}function n(t){var e=t.f,i=(e&2)!==0;if(Au!==null&&Au.add(t),Ot!==null&&!yr){if(!(Xo!=null&&Xo[1].includes(t))||Xo[0]!==Ot){var o=Ot.deps;t.rv<Pu&&(t.rv=Pu,Mn===null&&o!==null&&o[xr]===t?xr++:Mn===null?Mn=[t]:(!Vs||!Mn.includes(t))&&Mn.push(t))}}else if(i&&t.deps===null&&t.effects===null){var r=t,a=r.parent;a!==null&&(a.f&256)===0&&(r.f^=256)}if(i&&(r=t,Oa(r)&&pf(r)),Ve&&$s&&!yr&&Pd!==null&&Ot!==null&&Pd.reaction===Ot)if(t.trace)t.trace();else{var l=Ls("TracedAt");if(l){var d=Pd.entries.get(t);d===void 0&&(d={traces:[]},Pd.entries.set(t,d));var s=d.traces[d.traces.length-1];l.stack!==(s==null?void 0:s.stack)&&d.traces.push(l)}}return Ms&&Nl.has(t)?Nl.get(t):t.v}function Lt(t){var e=yr;try{return yr=!0,t()}finally{yr=e}}var u1=-7169;function An(t,e){t.f=t.f&u1|e}function Lu(t){if(!(typeof t!="object"||!t||t instanceof EventTarget)){if(Yo in t)ku(t);else if(!Array.isArray(t))for(let e in t){let i=t[e];typeof i=="object"&&i&&Yo in i&&ku(i)}}}function ku(t,e=new Set){if(typeof t=="object"&&t!==null&&!(t instanceof EventTarget)&&!e.has(t)){e.add(t),t instanceof Date&&t.getTime();for(let o in t)try{ku(t[o],e)}catch(r){}let i=Ma(t);if(i!==Object.prototype&&i!==Array.prototype&&i!==Map.prototype&&i!==Set.prototype&&i!==Date.prototype){let o=fu(i);for(let r in o){let a=o[r].get;if(a)try{a.call(t)}catch(l){}}}}}function Sf(t,e){if(e){let i=document.body;t.autofocus=!0,Ln(()=>{document.activeElement===i&&t.focus()})}}function qd(t){var e=Ot,i=wt;Zi(null),xo(null);try{return t()}finally{Zi(e),xo(i)}}var Cf=new Set,Mu=new Set;function za(t){if(!nt)return;t.removeAttribute("onload"),t.removeAttribute("onerror");let e=t.__e;e!==void 0&&(t.__e=void 0,queueMicrotask(()=>{t.isConnected&&t.dispatchEvent(e)}))}function Tf(t,e,i,o={}){function r(a){if(o.capture||Kl.call(e,a),!a.cancelBubble)return qd(()=>i==null?void 0:i.call(this,a))}return t.startsWith("pointer")||t.startsWith("touch")||t==="wheel"?Ln(()=>{e.addEventListener(t,r,o)}):e.addEventListener(t,r,o),r}function pt(t,e,i,o,r){var a={capture:o,passive:r},l=Tf(t,e,i,a);(e===document.body||e===window||e===document||e instanceof HTMLMediaElement)&&Do(()=>{e.removeEventListener(t,l,a)})}function et(t){for(var e=0;e<t.length;e++)Cf.add(t[e]);for(var i of Mu)i(t)}function Kl(t){var T;var e=this,i=e.ownerDocument,o=t.type,r=((T=t.composedPath)==null?void 0:T.call(t))||[],a=r[0]||t.target,l=0,d=t.__root;if(d){var s=r.indexOf(d);if(s!==-1&&(e===document||e===window)){t.__root=e;return}var u=r.indexOf(e);if(u===-1)return;s<=u&&(l=s)}if(a=r[l]||t.target,a!==e){yo(t,"currentTarget",{configurable:!0,get(){return a||i}});var m=Ot,p=wt;Zi(null),xo(null);try{for(var v,$=[];a!==null;){var y=a.assignedSlot||a.parentNode||a.host||null;try{var g=a["__"+o];if(g!=null&&(!a.disabled||t.target===a))if(gr(g)){var[x,...I]=g;x.apply(a,[t,...I])}else g.call(a,t)}catch(D){v?$.push(D):v=D}if(t.cancelBubble||y===e||y===null)break;a=y}if(v){for(let D of $)queueMicrotask(()=>{throw D});throw v}}finally{t.__root=e,delete t.currentTarget,Zi(m),xo(p)}}}var f1;function Ah(){f1=void 0}function ql(t){var e=document.createElement("template");return e.innerHTML=t.replaceAll("<!>","<!---->"),e.content}function No(t,e){var i=wt;i.nodes_start===null&&(i.nodes_start=t,i.nodes_end=e)}function k(t,e){var i=(e&1)!==0,o=(e&2)!==0,r,a=!t.startsWith("<!>");return()=>{if(nt)return No(St,null),St;r===void 0&&(r=ql(a?t:"<!>"+t),i||(r=Mi(r)));var l=o||Dd?document.importNode(r,!0):r.cloneNode(!0);if(i){var d=Mi(l),s=l.lastChild;No(d,s)}else No(l,l);return l}}function g1(t,e,i="svg"){var o=!t.startsWith("<!>"),r=(e&1)!==0,a=`<${i}>${o?t:"<!>"+t}</${i}>`,l;return()=>{if(nt)return No(St,null),St;if(!l){var d=ql(a),s=Mi(d);if(r)for(l=document.createDocumentFragment();Mi(s);)l.appendChild(Mi(s));else l=Mi(s)}var u=l.cloneNode(!0);if(r){var m=Mi(u),p=u.lastChild;No(m,p)}else No(u,u);return u}}function Ae(t,e){return g1(t,e,"svg")}function ws(t=""){if(!nt){var e=kn(t+"");return No(e,e),e}var i=St;return i.nodeType!==kl&&(i.before(i=kn()),Ii(i)),No(i,i),i}function Re(){if(nt)return No(St,null),St;var t=document.createDocumentFragment(),e=document.createComment(""),i=kn();return t.append(e,i),No(e,i),t}function b(t,e){if(nt){wt.nodes_end=St,eo();return}t!==null&&t.before(e)}var h1=/\r/g;function Lh(t){t=t.replace(h1,"");let e=5381,i=t.length;for(;i--;)e=(e<<5)-e^t.charCodeAt(i);return(e>>>0).toString(36)}function Mh(t){return t.endsWith("capture")&&t!=="gotpointercapture"&&t!=="lostpointercapture"}var _1=["beforeinput","click","change","dblclick","contextmenu","focusin","focusout","input","keydown","keyup","mousedown","mousemove","mouseout","mouseover","mouseup","pointerdown","pointermove","pointerout","pointerover","pointerup","touchend","touchmove","touchstart"];function Vh(t){return _1.includes(t)}var b1=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","disabled","formnovalidate","hidden","indeterminate","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","seamless","selected","webkitdirectory","defer","disablepictureinpicture","disableremoteplayback"];var $1={formnovalidate:"formNoValidate",ismap:"isMap",nomodule:"noModule",playsinline:"playsInline",readonly:"readOnly",defaultvalue:"defaultValue",defaultchecked:"defaultChecked",srcobject:"srcObject",novalidate:"noValidate",allowfullscreen:"allowFullscreen",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback"};function Rh(t){var e;return t=t.toLowerCase(),(e=$1[t])!=null?e:t}var RP=[...b1,"formNoValidate","isMap","noModule","playsInline","readOnly","value","volume","defaultValue","defaultChecked","srcObject","noValidate","allowFullscreen","disablePictureInPicture","disableRemotePlayback"];var y1=["touchstart","touchmove"];function Dh(t){return y1.includes(t)}var x1=["$state","$state.raw","$derived","$derived.by"],DP=[...x1,"$state.snapshot","$props","$props.id","$bindable","$effect","$effect.pre","$effect.tracking","$effect.root","$inspect","$inspect().with","$inspect.trace","$host"];var w1=["textarea","script","style","title"];function Oh(t){return w1.includes(t)}function Vu(t){return t==null?void 0:t.replace(/\//g,"/​")}var Qd=!0;function Ru(t){Qd=t}function ve(t,e){var o;var i=e==null?"":typeof e=="object"?e+"":e;i!==((o=t.__t)!=null?o:t.__t=t.nodeValue)&&(t.__t=i,t.nodeValue=i+"")}function Jr(t,e){return Nh(t,e)}function Ef(t,e){var l;wu(),e.intro=(l=e.intro)!=null?l:!1;let i=e.target,o=nt,r=St;try{for(var a=Mi(i);a&&(a.nodeType!==hr||a.data!==na);)a=Zo(a);if(!a)throw _s;wo(!0),Ii(a),eo();let d=Nh(t,Gt(We({},e),{anchor:a}));if(St===null||St.nodeType!==hr||St.data!==La)throw la(),_s;return wo(!1),d}catch(d){if(d===_s)return e.recover===!1&&Zg(),wu(),Od(i),wo(!1),Jr(t,e);throw d}finally{wo(o),Ii(r),Ah()}}var Ql=new Map;function Nh(t,{target:e,anchor:i,props:o={},events:r,context:a,intro:l=!0}){wu();var d=new Set,s=p=>{for(var v=0;v<p.length;v++){var $=p[v];if(!d.has($)){d.add($);var y=Dh($);e.addEventListener($,Kl,{passive:y});var g=Ql.get($);g===void 0?(document.addEventListener($,Kl,{passive:y}),Ql.set($,1)):Ql.set($,g+1)}}};s(Ed(Cf)),Mu.add(s);var u=void 0,m=bh(()=>{var p=i!=null?i:e.appendChild(kn());return Qi(()=>{if(a){F({});var v=Ut;v.c=a}r&&(o.$$events=r),nt&&No(p,null),Qd=l,u=t(p,o)||{},Qd=!0,nt&&(wt.nodes_end=St),a&&H()}),()=>{var y;for(var v of d){e.removeEventListener(v,Kl);var $=Ql.get(v);--$===0?(document.removeEventListener(v,Kl),Ql.delete(v)):Ql.set(v,$)}Mu.delete(s),p!==i&&((y=p.parentNode)==null||y.removeChild(p))}});return If.set(u,m),u}var If=new WeakMap;function Wa(t,e){let i=If.get(t);return i?(If.delete(t),i(e)):(Ve&&ph(),Promise.resolve())}function ii(t,e,...i){var o=t,r=xt,a;to(()=>{r!==(r=e())&&(a&&(Ji(a),a=null),Ve&&r==null&&Jg(),a=Qi(()=>r(o,...i)))},65536),nt&&(o=St)}if(Ve){let t=function(e){if(!(e in globalThis)){let i;Object.defineProperty(globalThis,e,{configurable:!0,get:()=>{if(i!==void 0)return i;ih(e)},set:o=>{i=o}})}};I1=t,t("$state"),t("$effect"),t("$derived"),t("$inspect"),t("$props"),t("$bindable")}var I1;function Vt(t){Ut===null&&Vl("onMount"),bs&&Ut.l!==null?T1(Ut).m.push(t):He(()=>{let e=Lt(t);if(typeof e=="function")return e})}function gn(t){Ut===null&&Vl("onDestroy"),Vt(()=>()=>Lt(t))}function T1(t){var i;var e=t.l;return(i=e.u)!=null?i:e.u={a:[],b:[],m:[]}}var Bh=new Map;function Fh(t,e){var i=Bh.get(t);i||(i=new Set,Bh.set(t,i)),i.add(e)}function M(t,e,[i,o]=[0,0]){nt&&i===0&&eo();var r=t,a=null,l=null,d=mo,s=i>0?65536:0,u=!1;let m=(v,$=!0)=>{u=!0,p($,v)},p=(v,$)=>{if(d===(d=v))return;let y=!1;if(nt&&o!==-1){if(i===0){let x=xu(r);x===na?o=0:x===ra?o=1/0:(o=parseInt(x.substring(1)),o!==o&&(o=d?1/0:-1))}let g=o>i;!!d===g&&(r=Na(),Ii(r),wo(!1),y=!0,o=-1)}d?(a?Ds(a):$&&(a=Qi(()=>$(r))),l&&Zn(l,()=>{l=null})):(l?Ds(l):$&&(l=Qi(()=>$(r,[i+1,o]))),a&&Zn(a,()=>{a=null})),y&&wo(!0)};to(()=>{u=!1,e(m),u||p(null,null)},s),nt&&(r=St)}function Os(t,e,i){nt&&eo();var o=t,r=mo,a,l=ys()?qg:Ll;to(()=>{l(r,r=e())&&(a&&Zn(a),a=Qi(()=>i(o)))}),nt&&(o=St)}var ca=null;function kf(t){ca=t}function Gd(t,e){return e}function A1(t,e,i,o){for(var r=[],a=e.length,l=0;l<a;l++)Iu(e[l].e,r,!0);var d=a>0&&r.length===0&&i!==null;if(d){var s=i.parentNode;Od(s),s.append(i),o.clear(),da(t,e[0].prev,e[a-1].next)}$f(r,()=>{for(var u=0;u<a;u++){var m=e[u];d||(o.delete(m.k),da(t,m.prev,m.next)),Ji(m.e,!d)}})}function Ci(t,e,i,o,r,a=null){var l=t,d={flags:e,items:new Map,first:null},s=(e&4)!==0;if(s){var u=t;l=nt?Ii(Mi(u)):u.appendChild(kn())}nt&&eo();var m=null,p=!1,v=Pn(()=>{var $=i();return gr($)?$:$==null?[]:Ed($)});to(()=>{var $=n(v),y=$.length;if(p&&y===0)return;p=y===0;let g=!1;if(nt){var x=xu(l)===ra;x!==(y===0)&&(l=Na(),Ii(l),wo(!1),g=!0)}if(nt){for(var I=null,T,D=0;D<y;D++){if(St.nodeType===hr&&St.data===La){l=St,g=!0,wo(!1);break}var A=$[D],E=o(A,D);T=zh(St,d,I,null,A,E,D,r,e,i),d.items.set(E,T),I=T}y>0&&Ii(Na())}nt||k1($,d,l,r,e,o,i),a!==null&&(y===0?m?Ds(m):m=Qi(()=>a(l)):m!==null&&Zn(m,()=>{m=null})),g&&wo(!0),n(v)}),nt&&(l=St)}function k1(t,e,i,o,r,a,l){var ae,le,ce,X;var d=(r&8)!==0,s=(r&3)!==0,u=t.length,m=e.items,p=e.first,v=p,$,y=null,g,x=[],I=[],T,D,A,E;if(d)for(E=0;E<u;E+=1)T=t[E],D=a(T,E),A=m.get(D),A!==void 0&&((ae=A.a)==null||ae.measure(),(g!=null?g:g=new Set).add(A));for(E=0;E<u;E+=1){if(T=t[E],D=a(T,E),A=m.get(D),A===void 0){var V=v?v.e.nodes_start:i;y=zh(V,e,y,y===null?e.first:y.next,T,D,E,o,r,l),m.set(D,y),x=[],I=[],v=y.next;continue}if(s&&L1(A,T,E,r),(A.e.f&8192)!==0&&(Ds(A.e),d&&((le=A.a)==null||le.unfix(),(g!=null?g:g=new Set).delete(A))),A!==v){if($!==void 0&&$.has(A)){if(x.length<I.length){var q=I[0],L;y=q.prev;var z=x[0],j=x[x.length-1];for(L=0;L<x.length;L+=1)Hh(x[L],q,i);for(L=0;L<I.length;L+=1)$.delete(I[L]);da(e,z.prev,j.next),da(e,y,z),da(e,j,q),v=q,y=j,E-=1,x=[],I=[]}else $.delete(A),Hh(A,v,i),da(e,A.prev,A.next),da(e,A,y===null?e.first:y.next),da(e,y,A),y=A;continue}for(x=[],I=[];v!==null&&v.k!==D;)(v.e.f&8192)===0&&($!=null?$:$=new Set).add(v),I.push(v),v=v.next;if(v===null)continue;A=v}x.push(A),y=A,v=A.next}if(v!==null||$!==void 0){for(var te=$===void 0?[]:Ed($);v!==null;)(v.e.f&8192)===0&&te.push(v),v=v.next;var ee=te.length;if(ee>0){var oe=(r&4)!==0&&u===0?i:null;if(d){for(E=0;E<ee;E+=1)(ce=te[E].a)==null||ce.measure();for(E=0;E<ee;E+=1)(X=te[E].a)==null||X.fix()}A1(e,te,oe,m)}}d&&Ln(()=>{var he;if(g!==void 0)for(A of g)(he=A.a)==null||he.apply()}),wt.first=e.first&&e.first.e,wt.last=y&&y.e}function L1(t,e,i,o){(o&1)!==0&&Bl(t.v,e),(o&2)!==0?Bl(t.i,i):t.i=i}function zh(t,e,i,o,r,a,l,d,s,u){var m=ca,p=(s&1)!==0,v=(s&16)===0,$=p?v?xs(r,!1,!1):Rr(r):r,y=(s&2)===0?l:Rr(l);Ve&&p&&($.trace=()=>{var x=typeof y=="number"?l:y.v;u()[x]});var g={i:y,v:$,k:a,a:null,e:null,prev:i,next:o};ca=g;try{return g.e=Qi(()=>d(t,$,y,u),nt),g.e.prev=i&&i.e,g.e.next=o&&o.e,i===null?e.first=g:(i.next=g,i.e.next=g.e),o!==null&&(o.prev=g,o.e.prev=g.e),g}finally{ca=m}}function Hh(t,e,i){for(var o=t.next?t.next.e.nodes_start:i,r=e?e.e.nodes_start:i,a=t.e.nodes_start;a!==o;){var l=Zo(a);r.before(a),a=l}}function da(t,e,i){e===null?t.first=i:(e.next=i,e.e.next=i&&i.e),i!==null&&(i.prev=e,i.e.prev=e&&e.e)}function M1(t,e,i){var a,l;if(!e||e===Lh(String(i!=null?i:"")))return;let o,r=(a=t.__svelte_meta)==null?void 0:a.loc;r?o=`near ${r.file}:${r.line}:${r.column}`:(l=_r)!=null&&l[Gn]&&(o=`in ${_r[Gn]}`),uh(Vu(o))}function Yd(t,e,i=!1,o=!1,r=!1){var a=t,l="";N(()=>{var $;var d=wt;if(l===(l=($=e())!=null?$:"")){nt&&eo();return}if(d.nodes_start!==null&&(_f(d.nodes_start,d.nodes_end),d.nodes_start=d.nodes_end=null),l!==""){if(nt){for(var s=St.data,u=eo(),m=u;u!==null&&(u.nodeType!==hr||u.data!=="");)m=u,u=Zo(u);if(u===null)throw la(),_s;Ve&&!r&&M1(u.parentNode,s,l),No(St,m),a=Ii(u);return}var p=l+"";i?p=`<svg>${p}</svg>`:o&&(p=`<math>${p}</math>`);var v=ql(p);if((i||o)&&(v=Mi(v)),No(Mi(v),v.lastChild),i||o)for(;Mi(v);)a.before(Mi(v));else a.before(v)}})}function Gi(t,e,i){nt&&eo();var o=t,r,a;to(()=>{r!==(r=e())&&(a&&(Zn(a),a=null),r&&(a=Qi(()=>i(o,r))))},65536),nt&&(o=St)}function Ka(t,e,i,o,r,a){var y;let l=nt;nt&&eo();var d=Ve&&a&&((y=Ut)==null?void 0:y.function[Gn]),s,u,m=null;nt&&St.nodeType===vu&&(m=St,eo());var p=nt?St:t,v,$=ca;to(()=>{let g=e()||null;var x=r?r():i||g==="svg"?uu:null;if(g!==s){var I=ca;kf($),v&&(g===null?Zn(v,()=>{v=null,u=null}):g===u?Ds(v):(Ji(v),Ru(!1))),g&&g!==u&&(v=Qi(()=>{if(m=nt?m:x?document.createElementNS(x,g):document.createElement(g),Ve&&a&&(m.__svelte_meta={loc:{file:d,line:a[0],column:a[1]}}),No(m,m),o){nt&&Oh(g)&&m.append(document.createComment(""));var T=nt?Mi(m):m.appendChild(kn());nt&&(T===null?wo(!1):Ii(T)),o(m,T)}wt.nodes_end=m,p.before(m)})),s=g,s&&(u=s),Ru(!0),kf(I)}},65536),l&&(wo(!0),Ii(p))}var Mf;function Wh(t){return Mf=t.target,new Lf(t)}var Ns,Dr,Lf=class{constructor(e){oa(this,Ns);oa(this,Dr);var a,l;var i=new Map,o=(d,s)=>{var u=xs(s,!1,!1);return i.set(d,u),u};let r=new Proxy(Gt(We({},e.props||{}),{$$events:{}}),{get(d,s){var u;return n((u=i.get(s))!=null?u:o(s,Reflect.get(d,s)))},has(d,s){var u;return s===Al?!0:(n((u=i.get(s))!=null?u:o(s,Reflect.get(d,s))),Reflect.has(d,s))},set(d,s,u){var m;return O((m=i.get(s))!=null?m:o(s,u),u),Reflect.set(d,s,u)}});Pl(this,Dr,(e.hydrate?Ef:Jr)(e.component,{target:e.target,anchor:e.anchor,props:r,context:e.context,intro:(a=e.intro)!=null?a:!1,recover:e.recover})),(!((l=e==null?void 0:e.props)!=null&&l.$$host)||e.sync===!1)&&Wl(),Pl(this,Ns,r.$$events);for(let d of Object.keys(qi(this,Dr)))d==="$set"||d==="$destroy"||d==="$on"||yo(this,d,{get(){return qi(this,Dr)[d]},set(s){qi(this,Dr)[d]=s},enumerable:!0});qi(this,Dr).$set=d=>{Object.assign(r,d)},qi(this,Dr).$destroy=()=>{Wa(qi(this,Dr))}}$set(e){qi(this,Dr).$set(e)}$on(e,i){qi(this,Ns)[e]=qi(this,Ns)[e]||[];let o=(...r)=>i.call(this,...r);return qi(this,Ns)[e].push(o),()=>{qi(this,Ns)[e]=qi(this,Ns)[e].filter(r=>r!==o)}}$destroy(){qi(this,Dr).$destroy()}};Ns=new WeakMap,Dr=new WeakMap;function Q(t,e){Ln(()=>{var r,a,l;var i=t.getRootNode(),o=i.host?i:(l=(r=i.head)!=null?r:i.ownerDocument.head)!=null?l:(a=Mf)==null?void 0:a.parentNode;if(!(o!=null&&o.querySelector("#"+e.hash))){let d=document.createElement("style");d.id=e.hash,d.textContent=e.code,o.appendChild(d),Ve&&Fh(e.hash,d)}})}function Bs(t,e){var i=void 0,o;to(()=>{i!==(i=e())&&(o&&(Ji(o),o=null),i&&(o=Qi(()=>{Oo(()=>i(t))})))})}function Kh(t){var e,i,o="";if(typeof t=="string"||typeof t=="number")o+=t;else if(typeof t=="object")if(Array.isArray(t)){var r=t.length;for(e=0;e<r;e++)t[e]&&(i=Kh(t[e]))&&(o&&(o+=" "),o+=i)}else for(i in t)t[i]&&(o&&(o+=" "),o+=i);return o}function qh(){for(var t,e,i=0,o="",r=arguments.length;i<r;i++)(t=arguments[i])&&(e=Kh(t))&&(o&&(o+=" "),o+=e);return o}function jd(t){return typeof t=="object"?qh(t):t!=null?t:""}var Qh=[...`
44
+ \r\f \v\uFEFF`];function Yh(t,e,i){var o=t==null?"":""+t;if(e&&(o=o?o+" "+e:e),i){for(var r in i)if(i[r])o=o?o+" "+r:r;else if(o.length)for(var a=r.length,l=0;(l=o.indexOf(r,l))>=0;){var d=l+a;(l===0||Qh.includes(o[l-1]))&&(d===o.length||Qh.includes(o[d]))?o=(l===0?"":o.substring(0,l))+o.substring(d+1):l=d}}return o===""?null:o}function Gh(t,e=!1){var i=e?" !important;":";",o="";for(var r in t){var a=t[r];a!=null&&a!==""&&(o+=" "+r+": "+a+i)}return o}function Vf(t){return t[0]!=="-"||t[1]!=="-"?t.toLowerCase():t}function jh(t,e){if(e){var i="",o,r;if(Array.isArray(e)?(o=e[0],r=e[1]):o=e,t){t=String(t).replaceAll(/\s*\/\*.*?\*\/\s*/g,"").trim();var a=!1,l=0,d=!1,s=[];o&&s.push(...Object.keys(o).map(Vf)),r&&s.push(...Object.keys(r).map(Vf));var u=0,m=-1;let g=t.length;for(var p=0;p<g;p++){var v=t[p];if(d?v==="/"&&t[p-1]==="*"&&(d=!1):a?a===v&&(a=!1):v==="/"&&t[p+1]==="*"?d=!0:v==='"'||v==="'"?a=v:v==="("?l++:v===")"&&l--,!d&&a===!1&&l===0){if(v===":"&&m===-1)m=p;else if(v===";"||p===g-1){if(m!==-1){var $=Vf(t.substring(u,m).trim());if(!s.includes($)){v!==";"&&p++;var y=t.substring(u,p).trim();i+=" "+y+";"}}u=p+1,m=-1}}}}return o&&(i+=Gh(o)),r&&(i+=Gh(r,!0)),i=i.trim(),i===""?null:i}return t==null?null:String(t)}function ie(t,e,i,o,r,a){var l=t.__className;if(nt||l!==i||l===void 0){var d=Yh(i,o,a);(!nt||d!==t.getAttribute("class"))&&(d==null?t.removeAttribute("class"):e?t.className=d:t.setAttribute("class",d)),t.__className=i}else if(a&&r!==a)for(var s in a){var u=!!a[s];(r==null||u!==!!r[s])&&t.classList.toggle(s,u)}return a}function Rf(t,e={},i,o){for(var r in i){var a=i[r];e[r]!==a&&(i[r]==null?t.style.removeProperty(r):t.style.setProperty(r,a,o))}}function Qe(t,e,i,o){var r=t.__style;if(nt||r!==e){var a=jh(e,o);(!nt||a!==t.getAttribute("style"))&&(a==null?t.removeAttribute("style"):t.style.cssText=a),t.__style=e}else o&&(Array.isArray(o)?(Rf(t,i==null?void 0:i[0],o[0]),Rf(t,i==null?void 0:i[1],o[1],"important")):Rf(t,i,o));return o}function Xd(t,e,i){if(t.multiple){if(e==null)return;if(!gr(e))return fh();for(var o of t.options)o.selected=e.includes(Xh(o));return}for(o of t.options){var r=Xh(o);if(af(r,e)){o.selected=!0;return}}(!i||e!==void 0)&&(t.selectedIndex=-1)}function Df(t){var e=new MutationObserver(()=>{Xd(t,t.__value)});e.observe(t,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["value"]}),Do(()=>{e.disconnect()})}function Xh(t){return"__value"in t?t.__value:t.value}var Gl=Symbol("class"),Yl=Symbol("style"),e_=Symbol("is custom element"),t_=Symbol("is html");function i_(t,e){e?t.hasAttribute("selected")||t.setAttribute("selected",""):t.removeAttribute("selected")}function De(t,e,i,o){var r=n_(t);if(nt&&(r[e]=t.getAttribute(e),e==="src"||e==="srcset"||e==="href"&&t.nodeName==="LINK")){o||H1(t,e,i!=null?i:"");return}r[e]!==(r[e]=i)&&(e==="loading"&&(t[Kg]=i),i==null?t.removeAttribute(e):typeof i!="string"&&r_(t).includes(e)?t[e]=i:t.setAttribute(e,i))}function o_(t,e,i,o,r=!1){var A;var a=n_(t),l=a[e_],d=!a[t_];let s=nt&&l;s&&wo(!1);var u=e||{},m=t.tagName==="OPTION";for(var p in e)p in i||(i[p]=null);i.class?i.class=jd(i.class):(o||i[Gl])&&(i.class=null),i[Yl]&&((A=i.style)!=null||(i.style=null));var v=r_(t);for(let E in i){let V=i[E];if(m&&E==="value"&&V==null){t.value=t.__value="",u[E]=V;continue}if(E==="class"){var $=t.namespaceURI==="http://www.w3.org/1999/xhtml";ie(t,$,V,o,e==null?void 0:e[Gl],i[Gl]),u[E]=V,u[Gl]=i[Gl];continue}if(E==="style"){Qe(t,V,e==null?void 0:e[Yl],i[Yl]),u[E]=V,u[Yl]=i[Yl];continue}var y=u[E];if(!(V===y&&!(V===void 0&&t.hasAttribute(E)))){u[E]=V;var g=E[0]+E[1];if(g!=="$$")if(g==="on"){let q={},L="$$"+E,z=E.slice(2);var x=Vh(z);if(Mh(z)&&(z=z.slice(0,-7),q.capture=!0),!x&&y){if(V!=null)continue;t.removeEventListener(z,u[L],q),u[L]=null}if(V!=null)if(x)t[`__${z}`]=V,et([z]);else{let j=function(te){u[E].call(this,te)};var D=j;u[L]=Tf(z,t,j,q)}else x&&(t[`__${z}`]=void 0)}else if(E==="style")De(t,E,V);else if(E==="autofocus")Sf(t,!!V);else if(!l&&(E==="__value"||E==="value"&&V!=null))t.value=t.__value=V;else if(E==="selected"&&m)i_(t,V);else{var I=E;d||(I=Rh(I));var T=I==="defaultValue"||I==="defaultChecked";if(V==null&&!l&&!T)if(a[E]=null,I==="value"||I==="checked"){let q=t,L=e===void 0;if(I==="value"){let z=q.defaultValue;q.removeAttribute(I),q.defaultValue=z,q.value=q.__value=L?z:null}else{let z=q.defaultChecked;q.removeAttribute(I),q.defaultChecked=z,q.checked=L?z:!1}}else t.removeAttribute(E);else T||v.includes(I)&&(l||typeof V!="string")?t[I]=V:typeof V!="function"&&De(t,I,V,r)}}}return s&&wo(!0),u}function vo(t,e,i=[],o,r=!1,a=jr){let l=i.map(a);var d=void 0,s={},u=t.nodeName==="SELECT",m=!1;if(to(()=>{var v=e(...l.map(n)),$=o_(t,d,v,o,r);m&&u&&"value"in v&&Xd(t,v.value,!1);for(let g of Object.getOwnPropertySymbols(s))v[g]||Ji(s[g]);for(let g of Object.getOwnPropertySymbols(v)){var y=v[g];g.description===Zp&&(!d||y!==d[g])&&(s[g]&&Ji(s[g]),s[g]=Qi(()=>Bs(t,()=>y))),$[g]=y}d=$}),u){var p=t;Oo(()=>{Xd(p,d.value),Df(p)})}m=!0}function n_(t){var e;return(e=t.__attributes)!=null?e:t.__attributes={[e_]:t.nodeName.includes("-"),[t_]:t.namespaceURI===Ng}}var Zh=new Map;function r_(t){var e=Zh.get(t.nodeName);if(e)return e;Zh.set(t.nodeName,e=[]);for(var i,o=t,r=Element.prototype;r!==o;){i=fu(o);for(var a in i)i[a].set&&e.push(a);o=Ma(o)}return e}function H1(t,e,i){var o;Ve&&(e==="srcset"&&U1(t,i)||Of((o=t.getAttribute(e))!=null?o:"",i)||ch(e,t.outerHTML.replace(t.innerHTML,t.innerHTML&&"..."),String(i)))}function Of(t,e){return t===e?!0:new URL(t,document.baseURI).href===new URL(e,document.baseURI).href}function Jh(t){return t.split(",").map(e=>e.trim().split(" ").filter(Boolean))}function U1(t,e){var i=Jh(t.srcset),o=Jh(e);return o.length===i.length&&o.every(([r,a],l)=>a===i[l][1]&&(Of(i[l][0],r)||Of(r,i[l][0])))}var z1=pu?()=>performance.now():()=>Date.now(),es={tick:t=>(pu?requestAnimationFrame:xt)(t),now:()=>z1(),tasks:new Set};function s_(){let t=es.now();es.tasks.forEach(e=>{e.c(t)||(es.tasks.delete(e),e.f())}),es.tasks.size!==0&&es.tick(s_)}function a_(t){let e;return es.tasks.size===0&&es.tick(s_),{promise:new Promise(i=>{es.tasks.add(e={c:t,f:i})}),abort(){es.tasks.delete(e)}}}function Du(t,e){qd(()=>{t.dispatchEvent(new CustomEvent(e))})}function Q1(t){if(t==="float")return"cssFloat";if(t==="offset")return"cssOffset";if(t.startsWith("--"))return t;let e=t.split("-");return e.length===1?e[0]:e[0]+e.slice(1).map(i=>i[0].toUpperCase()+i.slice(1)).join("")}function l_(t){let e={},i=t.split(";");for(let o of i){let[r,a]=o.split(":");if(!r||a===void 0)break;let l=Q1(r.trim());e[l]=a.trim()}return e}var G1=t=>t;function Fs(t,e,i,o){var D;var r=(t&1)!==0,a=(t&2)!==0,l=r&&a,d=(t&4)!==0,s=l?"both":r?"in":"out",u,m=e.inert,p=e.style.overflow,v,$;function y(){var V;var A=Ot,E=wt;Zi(null),xo(null);try{return u!=null?u:u=i()(e,(V=o==null?void 0:o())!=null?V:{},{direction:s})}finally{Zi(A),xo(E)}}var g={is_global:d,in(){var A;if(e.inert=m,!r){$==null||$.abort(),(A=$==null?void 0:$.reset)==null||A.call($);return}a||v==null||v.abort(),Du(e,"introstart"),v=Nf(e,y(),$,1,()=>{Du(e,"introend"),v==null||v.abort(),v=u=void 0,e.style.overflow=p})},out(A){if(!a){A==null||A(),u=void 0;return}e.inert=!0,Du(e,"outrostart"),$=Nf(e,y(),v,0,()=>{Du(e,"outroend"),A==null||A()})},stop:()=>{v==null||v.abort(),$==null||$.abort()}},x=wt;if(((D=x.transitions)!=null?D:x.transitions=[]).push(g),r&&Qd){var I=d;if(!I){for(var T=x.parent;T&&(T.f&65536)!==0;)for(;(T=T.parent)&&(T.f&16)===0;);I=!T||(T.f&32768)!==0}I&&Oo(()=>{Lt(()=>g.in())})}}function Nf(t,e,i,o,r){var a=o===1;if(sa(e)){var l,d=!1;return Ln(()=>{if(!d){var x=e({direction:a?"in":"out"});l=Nf(t,x,i,o,r)}}),{abort:()=>{d=!0,l==null||l.abort()},deactivate:()=>l.deactivate(),reset:()=>l.reset(),t:()=>l.t()}}if(i==null||i.deactivate(),!(e!=null&&e.duration))return r(),{abort:xt,deactivate:xt,reset:xt,t:()=>o};let{delay:s=0,css:u,tick:m,easing:p=G1}=e;var v=[];if(a&&i===void 0&&(m&&m(0,1),u)){var $=l_(u(0,1));v.push($,$)}var y=()=>1-o,g=t.animate(v,{duration:s,fill:"forwards"});return g.onfinish=()=>{var z;g.cancel();var x=(z=i==null?void 0:i.t())!=null?z:1-o;i==null||i.abort();var I=o-x,T=e.duration*Math.abs(I),D=[];if(T>0){var A=!1;if(u)for(var E=Math.ceil(T/16.666666666666668),V=0;V<=E;V+=1){var q=x+I*p(V/E),L=l_(u(q,1-q));D.push(L),A||(A=L.overflow==="hidden")}A&&(t.style.overflow="hidden"),y=()=>{var j=g.currentTime;return x+I*p(j/T)},m&&a_(()=>{if(g.playState!=="running")return!1;var j=y();return m(j,1-j),!0})}g=t.animate(D,{duration:T,fill:"forwards"}),g.onfinish=()=>{y=()=>o,m==null||m(o,1-o),r()}},{abort:()=>{g&&(g.cancel(),g.effect=null,g.onfinish=xt)},deactivate:()=>{r=xt},reset:()=>{o===0&&(m==null||m(1,0))},t:()=>y()}}function Bf(t,e,i){var o=Go(t,e);o&&o.set&&(t[e]=i,Do(()=>{t[e]=null}))}var ua,jl,Zd,Nu,d_,Bu=class Bu{constructor(e){oa(this,Nu);oa(this,ua,new WeakMap);oa(this,jl);oa(this,Zd);Pl(this,Zd,e)}observe(e,i){var o=qi(this,ua).get(e)||new Set;return o.add(i),qi(this,ua).set(e,o),Dg(this,Nu,d_).call(this).observe(e,qi(this,Zd)),()=>{var r=qi(this,ua).get(e);r.delete(i),r.size===0&&(qi(this,ua).delete(e),qi(this,jl).unobserve(e))}}};ua=new WeakMap,jl=new WeakMap,Zd=new WeakMap,Nu=new WeakSet,d_=function(){var e;return(e=qi(this,jl))!=null?e:Pl(this,jl,new ResizeObserver(i=>{for(var o of i){Bu.entries.set(o.target,o);for(var r of qi(this,ua).get(o.target)||[])r(o)}}))},vr(Bu,"entries",new WeakMap);var Ff=Bu;var Y1=new Ff({box:"border-box"});function Vn(t,e,i){var o=Y1.observe(t,()=>i(t[e]));Oo(()=>(Lt(()=>i(t[e])),o))}function c_(t,e){return t===e||(t==null?void 0:t[Yo])===e}function tt(t={},e,i,o){return Oo(()=>{var r,a;return Jo(()=>{r=a,a=(o==null?void 0:o())||[],Lt(()=>{t!==i(...a)&&(e(t,...a),r&&c_(i(...r),t)&&e(null,...r))})}),()=>{Ln(()=>{a&&c_(i(...a),t)&&e(null,...a)})}}),t}function en(t=!1){let e=Ut,i=e.l.u;if(!i)return;let o=()=>Lu(e.s);if(t){let r=0,a={},l=jr(()=>{let d=!1,s=e.s;for(let u in s)s[u]!==a[u]&&(a[u]=s[u],d=!0);return d&&r++,r});o=()=>n(l)}i.b.length&&Fd(()=>{u_(e,o),aa(i.b)}),He(()=>{let r=Lt(()=>i.m.map(Wg));return()=>{for(let a of r)typeof a=="function"&&a()}}),i.a.length&&He(()=>{u_(e,o),aa(i.a)})}function u_(t,e){if(t.l.s)for(let i of t.l.s)n(i);e()}function Jd(t,e,i){if(t==null)return e(void 0),i&&i(void 0),xt;let o=Lt(()=>t.subscribe(e,i));return o.unsubscribe?()=>o.unsubscribe():o}var Xl=[];function Or(t,e){return{subscribe:re(t,e).subscribe}}function re(t,e=xt){let i=null,o=new Set;function r(d){if(Ll(t,d)&&(t=d,i)){let s=!Xl.length;for(let u of o)u[1](),Xl.push(u,t);if(s){for(let u=0;u<Xl.length;u+=2)Xl[u][0](Xl[u+1]);Xl.length=0}}}function a(d){r(d(t))}function l(d,s=xt){let u=[d,s];return o.add(u),o.size===1&&(i=e(r,a)||xt),d(t),()=>{o.delete(u),o.size===0&&i&&(i(),i=null)}}return{set:r,update:a,subscribe:l}}function gi(t,e,i){let o=!Array.isArray(t),r=o?[t]:t;if(!r.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");let a=e.length<2;return Or(i,(l,d)=>{let s=!1,u=[],m=0,p=xt,v=()=>{if(m)return;p();let y=e(o?u[0]:u,l,d);a?l(y):p=typeof y=="function"?y:xt},$=r.map((y,g)=>Jd(y,x=>{u[g]=x,m&=~(1<<g),s&&v()},()=>{m|=1<<g}));return s=!0,v(),function(){aa($),p(),s=!1}})}function ge(t){let e;return Jd(t,i=>e=i)(),e}var Fu=!1,Hf=Symbol();function w(t,e,i){var a;let o=(a=i[e])!=null?a:i[e]={store:null,source:xs(void 0),unsubscribe:xt};if(o.store!==t&&!(Hf in i))if(o.unsubscribe(),o.store=t!=null?t:null,t==null)o.source.v=void 0,o.unsubscribe=xt;else{var r=!0;o.unsubscribe=Jd(t,l=>{r?o.source.v=l:O(o.source,l)}),r=!1}return t&&Hf in i?ge(t):n(o.source)}function Be(){let t={};function e(){Do(()=>{for(var i in t)t[i].unsubscribe();yo(t,Hf,{enumerable:!1,value:!0})})}return[t,e]}function Uf(t){var e=Fu;try{return Fu=!1,[t(),Fu]}finally{Fu=e}}var iy={get(t,e){if(!t.exclude.includes(e))return t.props[e]},set(t,e){return Ve&&th(`${t.name}.${String(e)}`),!1},getOwnPropertyDescriptor(t,e){if(!t.exclude.includes(e)&&e in t.props)return{enumerable:!0,configurable:!0,value:t.props[e]}},has(t,e){return t.exclude.includes(e)?!1:e in t.props},ownKeys(t){return Reflect.ownKeys(t.props).filter(e=>!t.exclude.includes(e))}};function Rn(t,e,i){return new Proxy(Ve?{props:t,exclude:e,name:i,other:{},to_proxy:[]}:{props:t,exclude:e},iy)}var oy={get(t,e){let i=t.props.length;for(;i--;){let o=t.props[i];if(sa(o)&&(o=o()),typeof o=="object"&&o!==null&&e in o)return o[e]}},set(t,e,i){let o=t.props.length;for(;o--;){let r=t.props[o];sa(r)&&(r=r());let a=Go(r,e);if(a&&a.set)return a.set(i),!0}return!1},getOwnPropertyDescriptor(t,e){let i=t.props.length;for(;i--;){let o=t.props[i];if(sa(o)&&(o=o()),typeof o=="object"&&o!==null&&e in o){let r=Go(o,e);return r&&!r.configurable&&(r.configurable=!0),r}}},has(t,e){if(e===Yo||e===Al)return!1;for(let i of t.props)if(sa(i)&&(i=i()),i!=null&&e in i)return!0;return!1},ownKeys(t){let e=[];for(let i of t.props)if(sa(i)&&(i=i()),!!i){for(let o in i)e.includes(o)||e.push(o);for(let o of Object.getOwnPropertySymbols(i))e.includes(o)||e.push(o)}return e}};function ts(...t){return new Proxy({props:t},oy)}function p_(t){var e,i;return(i=(e=t.ctx)==null?void 0:e.d)!=null?i:!1}function h(t,e,i,o){var q,L;var r=(i&1)!==0,a=!bs||(i&2)!==0,l=(i&8)!==0,d=(i&16)!==0,s=!1,u;l?[u,s]=Uf(()=>t[e]):u=t[e];var m=Yo in t||Al in t,p=l&&((L=(q=Go(t,e))==null?void 0:q.set)!=null?L:m&&e in t&&(z=>t[e]=z))||void 0,v=o,$=!0,y=!1,g=()=>(y=!0,$&&($=!1,d?v=Lt(o):v=o),v);u===void 0&&o!==void 0&&(p&&a&&eh(e),u=g(),p&&p(u));var x;if(a)x=()=>{var z=t[e];return z===void 0?g():($=!0,y=!1,z)};else{var I=(r?jr:Pn)(()=>t[e]);I.f|=131072,x=()=>{var z=n(I);return z!==void 0&&(v=void 0),z===void 0?v:z}}if((i&4)===0&&a)return x;if(p){var T=t.$$legacy;return function(z,j){return arguments.length>0?((!a||!j||T||s)&&p(j?x():z),z):x()}}var D=!1,A=!1,E=xs(u),V=jr(()=>{var z=x(),j=n(E);return D?(D=!1,A=!0,j):(A=!1,E.v=z)});return l&&n(V),r||(V.equals=Ml),function(z,j){if(Au!==null&&(D=A,x(),n(E)),arguments.length>0){let te=j?n(V):a&&l?di(z):z;if(!V.equals(te)){if(D=!0,O(E,te),y&&v!==void 0&&(v=te),p_(V))return z;Lt(()=>n(V))}return z}return p_(V)?V.v:n(V)}}var ny;typeof HTMLElement=="function"&&(ny=class extends HTMLElement{constructor(e,i,o){super();vr(this,"$$ctor");vr(this,"$$s");vr(this,"$$c");vr(this,"$$cn",!1);vr(this,"$$d",{});vr(this,"$$r",!1);vr(this,"$$p_d",{});vr(this,"$$l",{});vr(this,"$$l_u",new Map);vr(this,"$$me");this.$$ctor=e,this.$$s=i,o&&this.attachShadow({mode:"open"})}addEventListener(e,i,o){if(this.$$l[e]=this.$$l[e]||[],this.$$l[e].push(i),this.$$c){let r=this.$$c.$on(e,i);this.$$l_u.set(i,r)}super.addEventListener(e,i,o)}removeEventListener(e,i,o){if(super.removeEventListener(e,i,o),this.$$c){let r=this.$$l_u.get(i);r&&(r(),this.$$l_u.delete(i))}}connectedCallback(){return yt(this,null,function*(){if(this.$$cn=!0,!this.$$c){let i=function(a){return l=>{let d=document.createElement("slot");a!=="default"&&(d.name=a),b(l,d)}};var e=i;if(yield Promise.resolve(),!this.$$cn||this.$$c)return;let o={},r=ry(this);for(let a of this.$$s)a in r&&(a==="default"&&!this.$$d.children?(this.$$d.children=i(a),o.default=!0):o[a]=i(a));for(let a of this.attributes){let l=this.$$g_p(a.name);l in this.$$d||(this.$$d[l]=zf(l,a.value,this.$$p_d,"toProp"))}for(let a in this.$$p_d)!(a in this.$$d)&&this[a]!==void 0&&(this.$$d[a]=this[a],delete this[a]);this.$$c=Wh({component:this.$$ctor,target:this.shadowRoot||this,props:Gt(We({},this.$$d),{$$slots:o,$$host:this})}),this.$$me=Tu(()=>{Jo(()=>{var a;this.$$r=!0;for(let l of Jp(this.$$c)){if(!((a=this.$$p_d[l])!=null&&a.reflect))continue;this.$$d[l]=this.$$c[l];let d=zf(l,this.$$d[l],this.$$p_d,"toAttribute");d==null?this.removeAttribute(this.$$p_d[l].attribute||l):this.setAttribute(this.$$p_d[l].attribute||l,d)}this.$$r=!1})});for(let a in this.$$l)for(let l of this.$$l[a]){let d=this.$$c.$on(a,l);this.$$l_u.set(l,d)}this.$$l={}}})}attributeChangedCallback(e,i,o){var r;this.$$r||(e=this.$$g_p(e),this.$$d[e]=zf(e,o,this.$$p_d,"toProp"),(r=this.$$c)==null||r.$set({[e]:this.$$d[e]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$me(),this.$$c=void 0)})}$$g_p(e){return Jp(this.$$p_d).find(i=>this.$$p_d[i].attribute===e||!this.$$p_d[i].attribute&&i.toLowerCase()===e)||e}});function zf(t,e,i,o){var a;let r=(a=i[t])==null?void 0:a.type;if(e=r==="Boolean"&&typeof e!="boolean"?e!=null:e,!o||!i[t])return e;if(o==="toAttribute")switch(r){case"Object":case"Array":return e==null?null:JSON.stringify(e);case"Boolean":return e?"":null;case"Number":return e==null?null:e;default:return e}else switch(r){case"Object":case"Array":return e&&JSON.parse(e);case"Boolean":return e;case"Number":return e!=null?+e:e;default:return e}}function ry(t){let e={};return t.childNodes.forEach(i=>{e[i.slot||"default"]=!0}),e}var f_="5";var m_,v_,g_;typeof window!="undefined"&&((g_=(v_=(m_=window.__svelte)!=null?m_:window.__svelte={}).v)!=null?g_:v_.v=new Set).add(f_);var gd=require("@vkontakte/videoplayer-core/es2015"),HJ=require("@vkontakte/videoplayer-core/es2015"),_l=require("@vkontakte/videoplayer-shared/es2015"),I$=require("@vkontakte/videoplayer-statistics/es2015");var qa=require("@vkontakte/videoplayer-shared/es2015");var sy={isMobile:void 0,disableInvisibleComponentsTimeout:500,debugLog:!1,devNullLog:!1,defaultLanguage:qa.InterfaceLanguage.RU,downloadVKLanguages:!0,updateBuiltinLanguages:!0,isSmoothVideoRotate:!0,showSupport:!0,supportLink:"https://vk.com/support?act=new&from=v",showLogo:void 0,logoLink:"https://vk.com/video",logoType:"vk_video",volumeDefault:1,volumeMinRestore:.05,loaderDelay:500,minSubtitlesFontSize:13,autoSubtitlesTimeout:2e3,allowChangingFullscreenTarget:!0,trafficSavingLimit:qa.VideoQuality.Q_480P,highQualityLimit:qa.VideoQuality.Q_720P,episodeMinWidthPc:8,hideThumbTimerAfterTouch:!0,preventPauseOnVideoClick:!1,features:{autoplay:!0,statistics:!0,thinStatistics:!1,preload:!0,subtitles:!0,episodes:!0,fullscreen:!0,timelinePreview:!0,mediaSession:!0,annotations:!0,slots:!0,annotationsInside:!1,pip:!0,dpip:{minimalView:!1,initialSize:{width:400,height:225}},download:!0,liveRewind:!0,playbackRate:!0,trafficSaving:!0,episodesClustering:!0,copyVideoLink:!0,videoRotate:!0,tracer:!1,apptracer:{enabled:!1,sampleRate:.01,whiteErrorCategoryList:[],blackErrorCategoryList:[],whiteErrorIdList:[],blackErrorIdList:[]},interactiveGraph:!1,interactiveResponsiveUi:!1,seekToInteractive:!0,interactiveLastFrame:!1,interactiveTextPermanent:!0,interactiveHideTime:!0,interactivePlayPrevChapter:!0,interactiveTimeIndicator:!0,interactiveTimeOpenUri:!1,interactiveAreaControlShadow:!1,interactiveControlsExpectTimeBlinkAnimation:!1,interactiveControlsTapPlace:!1,interactiveControlsFillAnimation:!1,interactiveControlsHideAnimation:!1,interactiveHistoryEndChapterFix:!0,thumbTimer:!0,hotKeyMapModal:!0,hotKeyHelpers:!0,saveDebugInfoToFile:!1,saveTraceInfoToFile:!1,additionalButtons:!0,additionalButtonsDesktopControlPanelRight:!0,additionalSettingsMenuItems:!0,additionalContextMenuItems:!0,contextMenuButton:!0,audioLanguages:!1,saveRate:!1,fullscreenInternalTargetPlayerContainer:!1,endScreen:!0,autoplayNext:!0,nextPrevButtons:!0,previewNoEmptySpace:!1,exposeInternalsToGlobal:!1,qualityDetailsSubMenuEnabled:!1,showSlowVideoNotification:!1,forceAutoQualityWhenSevereStallHappens:!1,timeoutShowSlowVideoNotification:0,maxCountShowSlowVideoNotification:1,forcePlayerDisplayBlock:!1,playbackStatusShow:!1,playbackStatusNextVideoShow:!1,initSubtitles:!0,useCallbackForMediaSessionNextPrevClick:!1,usePerformanceFix:!1,userVideoPrefs:!1,savePreferredStatesOnUserActionOnly:!1,useLoopSetting:!1,doubleForwardAvailable:!1,useRichSeek:!1,disableThumbUnstartedOnAutoplay:!1},controls:{showOnStartupAtAutoplay:!0,hideTimeout:500,hideTimeoutMobile:3e3,hideTimeoutInitial:200,hideTimeoutFullscreen:3e3,hideTimeoutCursor:3e3,hideTimeoutTooltips:1e3,collapseMobileUnmute:6e3,hide360IconTimeout:3e3,hideHotKeyHelpers:2e3,playbackRateMin:.25,playbackRateMax:2,playbackRateStep:.25,volumeStepKeyboard:.05,volumeStepWheel:.05,volumeBarTimeout:300,seekStepKeyboard:1e4,seekStepMobile:15e3,seekStepFrame:400},ads:{enable:void 0,initTimeout:2e3,loadTimeout:2e3,runtimeTimeout:5e3,slot:void 0,preview:void 0,paramsOverride:void 0,isMobileGoToSiteButton:!0,useAdmanFromNPM:!1,volumeMultiplier:1,isVsidOriginal:!1},disablePiPResizeHandling:!1,interactive:{historyMaxLength:100,noInteractionEventTimeout:3e4},view:{timelineSliderColor:null,timelineSliderHandleColor:null,timelineSliderFilledColor:null,timelineSliderLoadedColor:null,volumeSliderColor:null,volumeSliderHandleColor:null,volumeSliderFilledColor:null,controlsTimeColor:null,timelineSliderFilledActiveLiveColor:null,timelineSliderHandleActiveLiveColor:null,buttonColor:null,buttonToggleOnColor:null,focusedColor:null,font:null,focusedOutlineWidth:null,focusedOutlineRadius:null,controlsDesktopPaddingHorizontal:null,controlsDesktopPaddingHorizontalMinimalView:null,timelinePaddingHorizontal:null,settingsBackgroundColor:null,controlsGradientHeight:null,controlsGradient:null},userSalt:"0",doubleForwardActivationTime:600,playbackStatusAnimationDuration:1e3,playbackStatusNextVideoAnimationDuration:1e3,suitableDurationForUsingRichSeek:180,titleShowBehaviour:"fullscreen",disabledSlotIds:[],disabledAdditionalButtonIds:[]},h_=t=>(0,qa.fillWithDefault)(t,sy),__=t=>Dl("ui-config",t),Rt=()=>Rl("ui-config");var ec="vk_player_debug_panel_opened";var b_="videoplayer",$_="videoplayer";var Ss={KeyF:"f",KeyK:"k",KeyC:"c",KeyM:"m"},y_=new Set(["ArrowLeft","ArrowRight","KeyL","KeyJ"]),x_=new Set(["Tab","Space","ArrowLeft","ArrowRight","ArrowUp","ArrowDown"]),w_=new Set(["ShiftRight","ShiftLeft"]);var S_=["TIMELINE"],tc=[...S_,"GRAPH_BUTTON"],Wf=[...S_,"PLAY_BUTTON"],ic=[...tc,"PLAY_BUTTON"];var is=(a=>(a.XS="xs",a.S="s",a.M="m",a.L="l",a.XL="xl",a))(is||{}),oc={xs:0,s:1,m:2,l:3,xl:4};var nc=require("@vkontakte/videoplayer-shared/es2015"),C_=require("@vkontakte/videoplayer-core/es2015"),T_=require("@vkontakte/videoplayer-statistics/es2015");var Hu="prod",Ga="1.1.85-dev.53838101.0";var Ya=(t,e,i)=>{let o=document.createElement("a");o.href=t,o.download=`${e}.${i}`,o.style.display="none",o.click()};var I_=Symbol("storeContext"),E_=Symbol("microStoresContext"),P_=(t,e)=>{Dl(I_,t),Dl(E_,e),Hu==="dev"&&(window.app={store:t,microStores:e})},ye=()=>{let t=Rl(I_);return(0,nc.assertNonNullable)(t,"Store context is empty!"),t},Po=()=>{let t=Rl(E_);return(0,nc.assertNonNullable)(t,"MicroStores context is empty!"),t},oi=(t,e)=>zu(t,t.getValue(),e),zu=(t,e,i)=>Or(e,o=>{let r=t.subscribe(a=>{o(a),i==null||i(a)});return()=>r.unsubscribe()}),A_=(t,e,i,o,r=["meta config not provided"])=>{var L,z,j,te,ee,oe,ae,le,ce;let a=t.info,{width:l,height:d}=ge(i.ui.playerSize),s=(z=(L=a.throughputEstimation$.getValue())==null?void 0:L.toFixed(0))!=null?z:0,u=(te=(j=a.rttEstimation$.getValue())==null?void 0:j.toFixed(0))!=null?te:0,m=a.isAutoQualityEnabled$.getValue()?"auto":"manual",p=`${Ga} (core: ${C_.VERSION}, stat: ${T_.VERSION}, shared: ${nc.VERSION})`,v=ge(i.state.errorLog$),$=v.length?`
45
+ `+v.map((X,he)=>{var ue;let Ee=`${he}) Type: ${X.id}
46
+ `,de=`Message: ${X.message} (${X.thrown})
47
+ `,Ke=`Trace: ${(ue=X.thrown)==null?void 0:ue.stack}
48
+ `;return Ee+de+Ke}).join(`
49
+ `):void 0,y=i.state.isAudioDisabled?"disabled":ge(i.state.isAudioAvailable$)?void 0:"unavailable",g=t.info.currentVideoStream$.getValue(),x=t.info.currentAudioStream$.getValue(),I=[];g&&I.push(`Video: ${(ee=g==null?void 0:g.codec)!=null?ee:""}`+(g!=null&&g.hdr?" (HDR)":"")),x&&I.push(`Audio: ${(oe=x==null?void 0:x.codec)!=null?oe:""}`+(x!=null&&x.language?` (${x.language})`:""));let T=a.currentQuality$.getValue(),D="";if(T){let X=a.availableQualitiesFps$.getValue()[T];D=X?`${X}fps`:""}let A=a.httpConnectionType$.getValue(),E=(le=(ae=a.currentBuffer$.getValue())==null?void 0:ae.end)!=null?le:0,V=Math.max(E-ge(i.state.positionExact$),0),q={Version:p,Browser:navigator.userAgent,Config:r.join(", "),"United video id":String(i.videoId),TraceId:o,VSID:ge(i.vsid),"Content host":a.hostname$.getValue(),"Connection type":A?A+(a.httpConnectionReused$.getValue()?" (reused)":""):"",Throughput:`${s}Kbps @ ${u}ms RTT`,Format:a.currentFormat$.getValue(),"Available Formats":e!=null&&e.sources?Object.keys(e.sources).join(", "):"",Streams:I.join(", "),Quality:`${m} ${T!=null?T:""} ${D}`,"Available qualities":a.availableQualities$.getValue().join(", "),Audio:y,Position:`${ge(i.state.positionExact$)}s`,Buffer:`${V}s`,State:`${ge(i.playerPhase)} ${(ce=a.playbackState$.getValue())!=null?ce:""}`,"Player size":`${l}x${d}`,URL:window.location.href,Errors:$};return Object.entries(q).filter(([X,he])=>he!==void 0).map(([X,he])=>`${X}: ${he}`).join(`
50
+ `)},k_=(t,e,i)=>{var L,z,j,te;let o=t.info,{width:r,height:a}=ge(i.ui.playerSize),l={version:Ga,viewport:`${r}x${a}`,volume:Math.round(ge(i.state.volume$)*100)};l.id=i.videoId,o.currentFormat$.getValue()&&(l.provider=o.currentFormat$.getValue()),o.hostname$.getValue()&&(l.cdn=o.hostname$.getValue());let u=o.intrinsicVideoSize$.getValue();u&&(l.videoSize=`${u.width}x${u.height}`);let m=o.currentBuffer$.getValue(),p=o.currentNativeBuffer$.getValue(),v=o.isLive$.getValue(),$=o.liveBufferTime$.getValue();m&&p&&(v&&$?(l.buffer=m.end-$,l.nativeBuffer=p.end-$):(l.buffer=Math.max(m.end-ge(i.state.positionExact$),0),l.nativeBuffer=Math.max(p.end-ge(i.state.positionExact$),0))),l.position=ge(i.state.positionExact$);let y=o.throughputEstimation$.getValue();y&&(l.speed=y);let g=o.videoBitrate$.getValue();g&&(l.bitrate=g);let x=o.liveLatency$.getValue();x&&(l.liveLatency=x);let I=o.currentVideoSegmentLength$.getValue();I&&(l.currentVideoSegmentLength=I);let T=o.currentAudioSegmentLength$.getValue();T&&(l.currentAudioSegmentLength=T);let D=ge(i.vsid);typeof D=="string"&&(l.vsid=D);let A=(L=t.info.currentVideoStream$.getValue())==null?void 0:L.codec;A&&(l.videoCodec=A);let E=(z=t.info.currentAudioStream$.getValue())==null?void 0:z.codec;E&&(l.audioCodec=E),((j=t.info.currentVideoStream$.getValue())==null?void 0:j.hdr)&&(l.hdr=!0);let q=(te=t.info.currentAudioStream$.getValue())==null?void 0:te.language;return q&&(l.audioLanguage=q),l},L_=(t,e)=>Ya(t,e,"mp4"),M_=t=>!t.type,V_=t=>!!t.type,R_=()=>{let e=[],i=0;return{add:(o,r)=>{e[i]=[o,r],i=(i+1)%10},find:o=>e.find(([r])=>r===o)}},Uu=class{constructor(){this.destroyController=new AbortController;this.pendingDownloads=new Set}download(e){return yt(this,null,function*(){if(this.pendingDownloads.has(e))return null;this.pendingDownloads.add(e);try{let i=yield fetch(e,{signal:this.destroyController.signal});if(i.ok)return yield i.text();throw i}finally{this.pendingDownloads.delete(e)}})}destroy(){this.destroyController.abort(),this.pendingDownloads.clear()}isDestroyed(){return this.destroyController.signal.aborted}};var hi=require("@vkontakte/videoplayer-shared/es2015"),t9=require("@vkontakte/videoplayer-core/es2015");var ay="vk_player_",D_="vk_player_prefer_traffic_saving_enabled",O_="vk_player_preferred_volume",N_="vk_player_prefer_volume_mute",Gf="vk_player_preferred_quality",Kf="vk_player_preferred_default_quality_settings",qf="vk_player_preferred_quality_settings_by_video",B_="vk_player_preferred_stream_language",F_="vk_player_preferred_rate",H_="vk_player_preferred_autoplay_next",Qf="vk_player_preferred_subtitles_language",U_="vk_player_user_video_prefs",z_=`${ay}preview_track_close_tooltip`,W_=t=>t>1?1:t<0?0:t,Yf=t=>hi.safeStorage.set(O_,W_(t).toString(10)),Wu=()=>{let t=hi.safeStorage.get(O_);return(0,hi.isNullable)(t)?void 0:W_(parseFloat(t))},jf=(t,e)=>hi.safeStorage.set(Gf,JSON.stringify({videoId:t,value:e})),Ku=()=>hi.safeStorage.remove(Gf),Xf=t=>{let e=hi.safeStorage.get(Gf);if((0,hi.isNullable)(e))return;let{videoId:i,value:o}=JSON.parse(e);if(t!==i){Ku();return}return o},K_=(t,e)=>{e?hi.safeStorage.set(t,"true"):hi.safeStorage.remove(t)},Zf=t=>hi.safeStorage.get(t)==="true",Jf=t=>K_(N_,t),q_=()=>Zf(N_),rc=t=>K_(D_,t),em=()=>Zf(D_),Q_=()=>hi.safeStorage.get(B_),tm=t=>hi.safeStorage.set(B_,t),im=()=>hi.safeStorage.get(Qf),om=t=>{t?hi.safeStorage.set(Qf,t):hi.safeStorage.remove(Qf)},G_=t=>hi.safeStorage.set(F_,JSON.stringify({rate:t})),Y_=()=>{let t=hi.safeStorage.get(F_);if((0,hi.isNullable)(t))return;let{rate:e}=JSON.parse(t);return e},j_=t=>{hi.safeStorage.set(H_,String(t))},X_=()=>Zf(H_),ly=()=>{let t=m=>{hi.safeStorage.set(Kf,JSON.stringify(m))},e=()=>{try{let m=hi.safeStorage.get(Kf);return m?JSON.parse(m):null}catch(m){return null}},i=()=>{try{let m=hi.safeStorage.get(qf);return m?JSON.parse(m):null}catch(m){return null}},o=m=>{hi.safeStorage.set(qf,JSON.stringify(m))},r=m=>{u(m);let p=m?i():null;if(p&&(p==null?void 0:p.videoId)===m)return Gt(We({},p),{appliesTo:"to-video"});p&&a();let v=e();return v?Gt(We({},v),{appliesTo:"as-default"}):(t({type:"auto_quality"}),{type:"auto_quality",appliesTo:"as-default"})},a=()=>{hi.safeStorage.remove(qf)},l=()=>{hi.safeStorage.remove(Kf)},d=(m,p="as-default")=>{m.type==="exact_quality"||p==="to-video"?o(m):t(m)},s=m=>{let p=r(m);if(p){switch(p.type){case"traffic_saving":rc(!0);break;case"exact_quality":jf(m,p.quality)}a(),l()}},u=m=>{let p=Xf(m);if(p){o({type:"exact_quality",videoId:m,quality:p});return}em()&&t({type:"traffic_saving",videoId:m}),rc(!1),Ku()};return{getPreferredQualitySettings:r,migrateSettingsToLegacyWay:s,savePreferredQualitySettings:d,savePreferredDefaultQualitySettings:t,removePreferredQualitySettingsByVideo:a,getPreferredDefaultQualitySettings:e,getPreferredSubtitlesLanguage:im,savePreferredSubtitlesLanguage:om}},{getPreferredQualitySettings:Z_,migrateSettingsToLegacyWay:J_,savePreferredQualitySettings:qu,savePreferredDefaultQualitySettings:i9,removePreferredQualitySettingsByVideo:o9,getPreferredDefaultQualitySettings:Qu}=ly(),dy=3,cy=3,eb=()=>{let t=hi.safeStorage.get(U_);if(t)try{return JSON.parse(t)}catch(e){return null}return null},Gu=(t,e)=>{var r,a;let i=eb();return(a=(r=i==null?void 0:i[t])==null?void 0:r[e])!=null?a:null},nm=(t,e,i)=>{var l,d,s;let o=(l=eb())!=null?l:{},r=(s=(d=o[t])==null?void 0:d[e])!=null?s:{};Object.assign(r,i,{updatedTs:Date.now()}),t in o||(o[t]={}),o[t][e]=r;let a=uy(o);hi.safeStorage.set(U_,JSON.stringify(a))};function uy(t){let e=Object.entries(t).reduce((o,[r,a])=>{let l=0;return Object.values(a).forEach(d=>{l<d.updatedTs&&(l=d.updatedTs)}),o.push([r,l]),o},[]);return e.sort(([,o],[,r])=>o>r?-1:1),e.splice(cy),e.reduce((o,[r])=>(o[r]=py(t[r]),o),{})}function py(t){let e=Object.entries(t);return e.sort(([,i],[,o])=>i.updatedTs>o.updatedTs?-1:1),e.splice(dy),Object.fromEntries(e)}function tb(){hi.safeStorage.set(z_,JSON.stringify(!0))}function ib(){let t=hi.safeStorage.get(z_);try{return t?JSON.parse(t):!1}catch(e){return!1}}var ug=require("@vkontakte/videoplayer-core/es2015");sh();var pa="var(--btn-color, #fff)";var fy=Ae('<g filter="url(#strokeAndShadow)"><!></g><defs><filter x="-12" width="72" y="-12" height="72" id="strokeAndShadow"><feMorphology operator="dilate" radius=".4" result="outer"></feMorphology><feFlood flood-color="rgba(0,0,0,0.1)" result="outerColor"></feFlood><feComposite operator="in" in="outerColor" in2="outer" result="outerOutline"></feComposite><feDropShadow in="SourceGraphic" dx="0" dy="0" stdDeviation="3" flood-color="rgba(0,0,0,0.4)" result="outerShadow"></feDropShadow><feMerge><feMergeNode in="outerShadow"></feMergeNode><feMergeNode in="outerOutline"></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge></filter></defs>',1),my=Ae('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill-rule="evenodd" clip-rule="evenodd"><!></svg>');function Ze(t,e){var m;F(e,!0);let i=h(e,"width",19,()=>"24"),o=h(e,"height",19,()=>"24"),r=h(e,"fill",3,pa),a=(m=e.viewBox)!=null?m:`0 0 ${i()} ${o()}`;var l=my(),d=C(l);{var s=p=>{var v=fy(),$=se(v),y=C($);ii(y,()=>e.children),S($),ti(),b(p,v)},u=p=>{var v=Re(),$=se(v);ii($,()=>e.children),b(p,v)};M(d,p=>{e.shadow?p(s):p(u,!1)})}S(l),N(()=>{De(l,"aria-label",e.ariaLabel),De(l,"aria-hidden",!e.ariaLabel),De(l,"width",i()),De(l,"height",o()),De(l,"viewBox",a),De(l,"fill",r()),Qe(l,e.style),De(l,"data-testid",e.testId)}),b(t,l),H()}var Zl=require("@vkontakte/videoplayer-shared/es2015");var vy={auto_quality_invariant:"Авто",auto_quality:"Авто ({actual})",auto_quality_option:"Авто",other_quality:"Другое",high_quality:"Высокое качество",high_quality_description:"Будет использовано больше трафика",auto_quality_limit:"Автоматически",traffic_saving_quality:"Экономия трафика",traffic_saving_quality_description:"Видео грузятся быстрее, но качество ниже",default_quality_for_any_video:"Качество для всех видео",quality_applience:"Качество по умолчанию можно {action}",quality_applience_action:"изменить",menu_quality:"Качество",menu_traffic_saving:"Экономия данных",menu_playback_rate:"Скорость",menu_report:"Сообщить о проблеме",menu_pip:"Картинка в картинке",menu_pip_close:"Развернуть видео",menu_copy_video_link:"Скопировать ссылку на видео",menu_copy_video_link_with_timestamp:"Скопировать ссылку на кадр",menu_video_rotate:"Повернуть",menu_video_loop_on:"Включить повторение",menu_video_loop_off:"Отключить повторение",menu_chromecast:"Chromecast трансляция",menu_copy_debug:"Копировать данные для диагностики",menu_save_debug:"Сохранить данные для диагностики",menu_debug_overlay:"Техническая информация",menu_copy_embed_code:"Копировать код для встраивания",menu_audio_languages:"Звуковая дорожка",audio_stream_display_language_label:"{label} ({language})",audio_stream_display_language_label_index:"{label} {index} ({language})",audio_stream_display_label_index:"{label} {index}",audio_stream_display_language_index:"{language} {index}",audio_stream_display_unknown:"Дорожка {index}",pip_dummy_title:"Видео воспроизводится в режиме картинка в картинке",submenu_quality:"Качество",submenu_playback_rate:"Скорость",submenu_settings:"Настройки",submenu_traffic_saving:"Экономия данных",submenu_audio_languages:"Звуковая дорожка",playing_ads:"Реклама {timeleft}",skip_ads_now:"Пропустить рекламу",skip_ads_after:"Пропустить {time}с",visit_advertiser:"Перейти на сайт",aria_timeline:"Ползунок временной шкалы",aria_timeline_value:"{position} (общая длительность {duration}",doubletap_seek_step:"{seconds} секунд",playback_rate_1:"Обычная",playback_rate:"{multiplier}x",video360:"панорамное видео",subtitles_caption:"Субтитры",subtitles_auto:"{language} (Автоматические)",subtitles_off:"Выкл.",subtitles_auto_caption:"Автоматические субтитры",subtitles_turn_on:"Включить субтитры",subtitles_turn_off:"Выключить субтитры",traffic_saving_off:"Откл.",traffic_saving_on:"Вкл.",traffic_saving_helper_text:"При включении качество видео будет снижено для экономии трафика",tooltip_button_disabled:"Кнопка недоступна",tooltip_previous:"Предыдущее видео",tooltip_restart:"Начать заново",tooltip_play:"Смотреть",tooltip_pause:"Пауза",tooltip_next:"Следующее видео",tooltip_interactive_go_back:"Вернуться к предыдущей главе",tooltip_interactive_go_back_disabled:"История прохождения недоступна",tooltip_interactive_go_back_disabled_first:"Вы смотрите первую главу",tooltip_interactive_go_back_disabled_limit:"Лимит возвратов исчерпан",tooltip_chapter_without_interactive:"В этой главе нет интерактива",tooltip_interactive_of_chapter_completed:"Интерактивы этой главы уже пройдены",tooltip_interactive_seek:"Перейти к интерактиву",tooltip_interactive_graph_off:"Показать карту сюжета",tooltip_interactive_graph_on:"Скрыть карту сюжета",tooltip_live:"Перемотать на актуальный лайв",tooltip_episodes:"Эпизоды",tooltip_volume:"Включить звук",tooltip_volume_muted:"Выключить звук",tooltip_sound_unavailable:"Звук недоступен",tooltip_subtitles_off:"Включить субтитры",tooltip_subtitles_on:"Выключить субтитры",tooltip_settings_off:"Открыть настройки",tooltip_settings_on:"Закрыть настройки",tooltip_fullscreen_off:"На весь экран",tooltip_fullscreen_on:"Выйти из полноэкранного режима",tooltip_chromecast_off:"Включить Chromecast",tooltip_chromecast_on:"Выключить Chromecast",tooltip_episode_finished:"Вы уже сделали свой выбор",tooltip_episode_unfinished:"Не пройдено",tooltip_disabled_when_interactive:"Интерактив уже идёт",tooltip_disabled_when_graph_on:"Кнопка недоступна во время просмотра карты",tooltip_interactive_interaction_time_indicator:"Нажмите на элемент интерактива",tooltip_vk_logo:"Открыть в VK Видео",tooltip_vk_video_logo:"Перейти в VK Видео",tooltip_autoplay_off:"Включить автовоспроизведение",tooltip_autoplay_on:"Отключить автовоспроизведение",tooltip_context_menu_open:"Открыть контекстное меню",tooltip_context_menu_close:"Закрыть контекстное меню",download_video_caption:"Скачать видео",hotkey_helper_current_volume:"{value} %",hotkey_map_modal_title:"Быстрые клавиши",hotkey_map_modal_close_btn_text:"Закрыть",hotkey_map_group_title_common:"Общие",hotkey_map_group_title_playback:"Воспроизведение",hotkey_map_group_title_subtitles:"Субтитры",hotkey_map_group_title_episodes:"Эпизоды",hotkey_map_item_mute_description:"Включить или отключить звук",hotkey_map_item_mute_value:"m",hotkey_map_item_volume_up_description:"Увеличить громкость",hotkey_map_item_volume_up_value:"Стрелка вверх",hotkey_map_item_volume_down_description:"Уменьшить громкость",hotkey_map_item_volume_down_value:"Стрелка вниз",hotkey_map_item_pip_description:"Свернуть или развернуть мини-проигрыватель",hotkey_map_item_pip_value:"i",hotkey_map_item_full_screen_description:"Включить или выключить полноэкранный режим",hotkey_map_item_full_screen_value:"f",hotkey_map_item_show_context_menu_description:"Скрыть или показать контекстное меню",hotkey_map_item_show_context_menu_value:"Shift + !",hotkey_map_item_show_hotkey_map_description:"Скрыть или показать список горячих клавиш",hotkey_map_item_show_hotkey_map_value:"Shift + ?",hotkey_map_item_play_toggle_description:"Приостановить или продолжить воспроизведение",hotkey_map_item_play_toggle_value:"Пробел (или k)",hotkey_map_item_seek_backward_description:"Перемотать ролик на 10 секунд назад",hotkey_map_item_seek_backward_value:"Стрелка влево (или j)",hotkey_map_item_seek_forward_description:"Перемотать ролик на 10 секунд вперёд",hotkey_map_item_seek_forward_value:"Стрелка вправо (или l)",hotkey_map_item_fast_seek_backward_description:"Ускоренная перемотка назад",hotkey_map_item_fast_seek_backward_value:"Shift + Стрелка влево",hotkey_map_item_fast_seek_forward_description:"Ускоренная перемотка вперёд",hotkey_map_item_fast_seek_forward_value:"Shift + Стрелка вправо",hotkey_map_item_rate_down_description:"Уменьшить скорость воспроизведения",hotkey_map_item_rate_down_value:"< (Shift + ,)",hotkey_map_item_rate_up_description:"Увеличить скорость воспроизведения",hotkey_map_item_rate_up_value:"> (Shift + .)",hotkey_map_item_prev_frame_description:"Перейти к предыдущему кадру <br />(когда воспроизведение приостановлено)",hotkey_map_item_prev_frame_value:",",hotkey_map_item_next_frame_description:"Перейти к следующему кадру <br />(когда воспроизведение приостановлено)",hotkey_map_item_next_frame_value:".",hotkey_map_item_jump_seek_description:"Перейти к определённому моменту видео <br />(например, при нажатии на цифру «7» ролик будет перемотан до временной отметки, которая соответствует 70% от длительности видео)",hotkey_map_item_jump_seek_value:"0, 1, 2, 3, 4, 5, 6, 7, 8, 9",hotkey_map_item_subtitles_toggle_description:"Включить или отключить субтитры",hotkey_map_item_subtitles_toggle_value:"c",hotkey_map_item_prev_episode_description:"Перейти к предыдущему эпизоду",hotkey_map_item_prev_episode_pc_value:"Ctrl + Стрелка влево",hotkey_map_item_prev_episode_mac_value:"Option + Стрелка влево",hotkey_map_item_next_episode_description:"Перейти к следующему эпизоду",hotkey_map_item_next_episode_pc_value:"Ctrl + Стрелка вправо",hotkey_map_item_next_episode_mac_value:"Option + Стрелка вправо",hotkey_map_item_next_video_description:"Перейти к следующему видео",hotkey_map_item_next_video_value:"Shift + N",hotkey_map_item_prev_video_description:"Перейти к предыдущему видео",hotkey_map_item_prev_video_value:"Shift + P",waiting_live_day_value:"дн",waiting_live_hour_value:"ч",waiting_live_minute_value:"мин",waiting_live_second_value:"сек",waiting_live_colon:":",waiting_live_upcoming_title:"Трансляция еще не началась",waiting_live_timer_title:"До начала трансляции осталось",waiting_live_recover_title:"Трансляция приостановлена - она продолжится, когда автор вернётся",waiting_record_title:"Трансляция завершена - запись появится позже",aria_label_video_player:"Видео плеер",aria_label_spherical_control:"Контроллер для сферического видео. Используйте клавиши со стрелками для панорамирования видео.",aria_label_debug_panel:"Область с технической информацией, сделайте скриншот для техподдержки",aria_label_new_tab_alert:"Откроется в новой вкладке.",aria_label_menu_quality:"Качество: {actual}",aria_label_menu_audio_languages:"Язык аудио: {actual}",aria_label_menu_rate:"Скорость: {actual}",aria_label_menu_subtitle:"Субтитры: {actual}",aria_label_menu_download:"Скачать видео",aria_label_menu_debug_overlay:"Отображение технической информации",aria_label_menu_rotate:"Повернуть видео на 90 градусов",aria_label_menu_loop:"Переключение режима повторения",aria_label_submenu_back:"Вернуться в меню настроек",aria_label_submenu_traffic_saving:"Режим экономии данных",aria_label_settings:"Настройки",aria_label_context_menu:"Контекстное меню",aria_label_autoplay:"Автовоспроизведение",end_screen_next_video:"Следующее видео",end_screen_recommended_video:"Рекомендуемое видео",slow_video_notification_button:"Выбрать качество «Авто»",slow_video_notification_force_description:`Видео грузится слишком медленно,
51
+ качество изменено на «Авто»`,slow_video_notification_suggest_description:`Видео загружается слишком медленно -
52
+ попробуйте изменить качество на «Авто»`,double_forward_label:"2x",preview_track_notification_text:"Потяните вверх для точной перемотки",preview_track_close_tooltip:"Выйти из режима точной перемотки"},ob=vy;var gy={auto_quality_invariant:"Auto",auto_quality:"Auto ({actual})",auto_quality_option:"Auto",other_quality:"Other",high_quality:"High quality",high_quality_description:"Uses more data",auto_quality_limit:"Auto",traffic_saving_quality:"Data saving",traffic_saving_quality_description:"Videos load faster but at lower quality",quality_applience:"You can {action} the default quality",quality_applience_action:"change",default_quality_for_any_video:"Quality for all videos",menu_quality:"Quality",menu_playback_rate:"Playback rate",menu_traffic_saving:"Data saving",menu_report:"Report a problem",menu_pip:"Picture in picture",menu_pip_close:"Expand video",menu_copy_video_link:"Copy video link",menu_copy_video_link_with_timestamp:"Copy link with timestamp",menu_video_rotate:"Rotate",menu_video_loop_on:"Enable loop",menu_video_loop_off:"Disable loop",menu_chromecast:"Chromecast stream",menu_copy_debug:"Copy debug info",menu_save_debug:"Save debug info",menu_debug_overlay:"Tech stats",menu_copy_embed_code:"Copy embed code",menu_audio_languages:"Audio track",audio_stream_display_language_label:"{label} ({language})",audio_stream_display_language_label_index:"{label} {index} ({language})",audio_stream_display_label_index:"{label} {index}",audio_stream_display_language_index:"{language} {index}",audio_stream_display_unknown:"Audio track {index}",pip_dummy_title:"Video plays in picture-in-picture mode",submenu_quality:"Quality",submenu_playback_rate:"Playback rate",submenu_traffic_saving:"Data saving",submenu_settings:"Settings",submenu_audio_languages:"Audio track",playing_ads:"Ads {timeleft}",skip_ads_after:"Skip ads",skip_ads_now:"Skip {time}s",visit_advertiser:"Visit site",aria_timeline:"Time scale slider",aria_timeline_value:"{position} out of {duration}",doubletap_seek_step:"{seconds} seconds",playback_rate_1:"Normal",playback_rate:"{multiplier}x",video360:"spherical video",subtitles_caption:"Subtitles",subtitles_auto:"{language} (Auto-generated)",subtitles_off:"Off",subtitles_auto_caption:"Auto subtitles",subtitles_turn_on:"Turn on subtitles",subtitles_turn_off:"Turn off subtitles",traffic_saving_off:"Off",traffic_saving_on:"On",traffic_saving_helper_text:"When turned on the video quality will be reduced to save data",tooltip_button_disabled:"Button disabled",tooltip_previous:"Previous video",tooltip_restart:"Watch again",tooltip_play:"Play",tooltip_pause:"Pause",tooltip_next:"Next video",tooltip_interactive_go_back:"Back to previous chapter",tooltip_interactive_go_back_disabled:"Interactive history unavailable",tooltip_interactive_go_back_disabled_first:"You're watching the first chapter",tooltip_interactive_go_back_disabled_limit:"Go-back limit exceeded",tooltip_chapter_without_interactive:"This chapter has no interactive segment",tooltip_interactive_of_chapter_completed:"Chapter's interactive segments already watched",tooltip_interactive_seek:"Go to interactive",tooltip_interactive_graph_off:"Show interactive graph",tooltip_interactive_graph_on:"Hide interactive graph",tooltip_live:"Go to the live edge",tooltip_episodes:"Episodes",tooltip_volume:"Volume off",tooltip_volume_muted:"Turn volume on",tooltip_sound_unavailable:"Sound unavailable",tooltip_subtitles_off:"Turn subtitles on",tooltip_subtitles_on:"Turn subtitles off",tooltip_settings_off:"Open settings",tooltip_settings_on:"Close settings",tooltip_fullscreen_off:"Enter fullscreen mode",tooltip_fullscreen_on:"Exit fullscreen mode",tooltip_chromecast_off:"Turn Chromecast on",tooltip_chromecast_on:"Turn Chromecast off",tooltip_episode_finished:"You have already viewed interactive episode",tooltip_episode_unfinished:"Interactive episode not finished",tooltip_disabled_when_interactive:"Interactive video in progress",tooltip_disabled_when_graph_on:"Button is disabled when graph is opened",tooltip_interactive_interaction_time_indicator:"Press the interactive element",tooltip_vk_logo:"Open in VK Video",tooltip_vk_video_logo:"Go to VK Video",tooltip_autoplay_off:"Turn autoplay on",tooltip_autoplay_on:"Turn autoplay off",tooltip_context_menu_open:"Open context menu",tooltip_context_menu_close:"Close context menu",download_video_caption:"Download video",hotkey_helper_current_volume:"{value} %",hotkey_map_modal_title:"Keyboard shortcuts",hotkey_map_modal_close_btn_text:"Close",hotkey_map_group_title_common:"Common",hotkey_map_group_title_playback:"Playback",hotkey_map_group_title_subtitles:"Subtitles",hotkey_map_group_title_episodes:"Episodes",hotkey_map_item_mute_description:"Toggle mute",hotkey_map_item_mute_value:"m",hotkey_map_item_volume_up_description:"Increase volume",hotkey_map_item_volume_up_value:"Arrow up",hotkey_map_item_volume_down_description:"Decrease volume",hotkey_map_item_volume_down_value:"Arrow down",hotkey_map_item_pip_description:"Toggle miniplayer",hotkey_map_item_pip_value:"i",hotkey_map_item_full_screen_description:"Toggle full screen",hotkey_map_item_full_screen_value:"f",hotkey_map_item_show_context_menu_description:"Hide or show context menu",hotkey_map_item_show_context_menu_value:"Shift + !",hotkey_map_item_show_hotkey_map_description:"Hide or show list of hotkeys",hotkey_map_item_show_hotkey_map_value:"Shift + ?",hotkey_map_item_play_toggle_description:"Toggle play/pause",hotkey_map_item_play_toggle_value:"Space (or k)",hotkey_map_item_seek_backward_description:"Rewind 10 seconds",hotkey_map_item_seek_backward_value:"Arrow left (or j)",hotkey_map_item_seek_forward_description:"Forward 10 seconds",hotkey_map_item_seek_forward_value:"Arrow right (or l)",hotkey_map_item_fast_seek_backward_description:"Fast rewind",hotkey_map_item_fast_seek_backward_value:"Shift + Arrow left",hotkey_map_item_fast_seek_forward_description:"Fast forward",hotkey_map_item_fast_seek_forward_value:"Shift + Arrow right",hotkey_map_item_rate_down_description:"Decrease playback rate",hotkey_map_item_rate_down_value:"< (Shift + ,)",hotkey_map_item_rate_up_description:"Increase playback rate",hotkey_map_item_rate_up_value:"> (Shift + .)",hotkey_map_item_prev_frame_description:"Previous frame (while paused)",hotkey_map_item_prev_frame_value:",",hotkey_map_item_next_frame_description:"Next frame (while paused)",hotkey_map_item_next_frame_value:".",hotkey_map_item_jump_seek_description:"Seek to specific point in the video (7 advances to 70% of duration)",hotkey_map_item_jump_seek_value:"0, 1, 2, 3, 4, 5, 6, 7, 8, 9",hotkey_map_item_subtitles_toggle_description:"Toggle captions ON/OFF",hotkey_map_item_subtitles_toggle_value:"c",hotkey_map_item_prev_episode_description:"Seek to previous episode",hotkey_map_item_prev_episode_pc_value:"Ctrl + Arrow left",hotkey_map_item_prev_episode_mac_value:"Option + Arrow left",hotkey_map_item_next_episode_description:"Seek to next episode",hotkey_map_item_next_episode_pc_value:"Ctrl + Arrow right",hotkey_map_item_next_episode_mac_value:"Option + Arrow right",hotkey_map_item_next_video_description:"Next video",hotkey_map_item_next_video_value:"Shift + N",hotkey_map_item_prev_video_description:"Previous video",hotkey_map_item_prev_video_value:"Shift + P",waiting_live_day_value:"d",waiting_live_hour_value:"h",waiting_live_minute_value:"min",waiting_live_second_value:"sec",waiting_live_colon:":",waiting_live_upcoming_title:"The broadcast hasn't started yet",waiting_live_timer_title:"Before the start of the broadcast left",waiting_live_recover_title:"The broadcast has been paused - it will resume when the author returns",waiting_record_title:"The broadcast completed - recording will appear later",aria_label_video_player:"Video player",aria_label_spherical_control:"Spherical video control. Use the arrow keys to pan the video.",aria_label_debug_panel:"Technical information area, take a screenshot for technical support",aria_label_new_tab_alert:"Opens in a new tab.",aria_label_menu_quality:"Quality: {actual}",aria_label_menu_audio_languages:"Audio language: {actual}",aria_label_menu_rate:"Rate: {actual}",aria_label_menu_subtitle:"Subtitles: {actual}",aria_label_menu_download:"Download video",aria_label_menu_debug_overlay:"Display of technical information",aria_label_menu_rotate:"Rotate video 90 degrees",aria_label_menu_loop:"Toggle loop",aria_label_submenu_back:"Return to settings menu",aria_label_submenu_traffic_saving:"Data saving mode",aria_label_settings:"Settings",aria_label_context_menu:"Context menu",aria_label_autoplay:"Autoplay",end_screen_next_video:"Next video",end_screen_recommended_video:"Recommended video",slow_video_notification_button:"Select Auto quality",slow_video_notification_force_description:`The video is loading too slowly,
53
+ so the quality was changed to Auto`,slow_video_notification_suggest_description:`The video is loading too slowly.
54
+ Try switching the quality to Auto.`,double_forward_label:"2x",preview_track_notification_text:"pull up to open precise rewind",preview_track_close_tooltip:"dismiss precise rewind"},nb=gy;var Hs=new Map;Hs.set(Zl.InterfaceLanguage.EN,nb);Hs.set(Zl.InterfaceLanguage.RU,ob);var rb=new Map,rm=({language:t,pack:e,fallback:i})=>{if(Hs.has(t)){let o=Hs.get(t);Hs.set(t,We(We({},o),e))}else Hs.set(t,e);rb.set(t,i)},sm=t=>Hs.has(t),am=(t,e,i,o)=>{var l;let r=Hs.get(t),a=r==null?void 0:r[e];if((0,Zl.isNullable)(a)){let d=(l=rb.get(t))!=null?l:o,s=d?Hs.get(d):void 0;a=s==null?void 0:s[e]}return(0,Zl.isNullable)(a)?e+Object.values(i!=null?i:{}).join(" "):i?a.replaceAll(/{(\w+?)}/g,(d,s)=>{var u;return(u=i[s])!=null?u:""}):a},G=(t,e)=>{let{interfaceLanguage$:i}=ye(),o=ge(i),r=Rt();return am(o,t,e,r.defaultLanguage)};var hy=Ae('<path d="M26.86 15.18a3.7 3.7 0 0 0 2.53-3.6C29.4 8.91 27.2 7 24.07 7c-1.96 0-3.57.78-4.67 2.29l-.1.15a1.33 1.33 0 0 0 .26 1.85c.54.4 1.3.35 1.74-.16l.2-.25a3 3 0 0 1 2.5-1.3c1.53 0 2.6.91 2.6 2.25 0 1.36-1.09 2.27-2.65 2.27h-.58a1.23 1.23 0 0 0 0 2.47h.58c1.75 0 2.91.98 2.91 2.39 0 1.45-1.19 2.46-2.88 2.46a3.2 3.2 0 0 1-2.89-1.6l-.2-.29a1.4 1.4 0 0 0-2.05-.25 1.3 1.3 0 0 0-.3 1.68l.21.33A6 6 0 0 0 24 24c3.28 0 5.63-2.04 5.63-4.92a4 4 0 0 0-2.77-3.9M37.73 12.68c-.46 0-1 .04-1.5.16L38.8 9.1a1.34 1.34 0 1 0-2.2-1.52l-3.76 5.47C31.43 15.18 31 16.87 31 18.33 31 21.8 33.56 24 37.19 24c3.6 0 6.16-2.4 6.16-5.77a5.4 5.4 0 0 0-5.63-5.56m-.53 8.74c-1.98 0-3.33-1.27-3.33-3.14 0-1.85 1.35-3.14 3.33-3.14 1.95 0 3.3 1.29 3.3 3.14 0 1.87-1.35 3.14-3.3 3.14m20.8-5.9c0 5.03-2.7 8.43-6.63 8.43s-6.62-3.4-6.62-8.44 2.7-8.44 6.62-8.44S58 10.47 58 15.51m-10.35 0c0 3.56 1.49 5.85 3.72 5.85s3.72-2.3 3.72-5.86-1.48-5.86-3.72-5.86c-2.23 0-3.72 2.3-3.72 5.86M67 9.49A3.5 3.5 0 0 1 63.51 13 3.5 3.5 0 0 1 60 9.49 3.5 3.5 0 0 1 63.51 6 3.5 3.5 0 0 1 67 9.49m-5 0c0 .83.68 1.51 1.51 1.51.81 0 1.5-.68 1.5-1.51 0-.81-.69-1.5-1.5-1.5-.83 0-1.51.69-1.51 1.5ZM67 23.5c0-1.32-1.2-3.1-4.2-4.67a1.5 1.5 0 1 1 1.4-2.66c3.25 1.72 5.8 4.26 5.8 7.33 0 3.13-2.56 5.55-6.09 7.27-3.63 1.77-8.82 3.06-15.26 3.72a1.5 1.5 0 0 1-.3-2.98c6.25-.64 11.05-1.88 14.25-3.44 3.3-1.6 4.4-3.27 4.4-4.57M38.88 35H38c-9.64 0-17.45-1.13-22.9-3.02-2.72-.94-4.94-2.1-6.5-3.47C7.01 27.14 6 25.44 6 23.5a6.2 6.2 0 0 1 1.9-4.25 16 16 0 0 1 4.43-3.1 1.5 1.5 0 1 1 1.34 2.7q-2.39 1.19-3.59 2.46C9.3 22.14 9 22.87 9 23.5c0 .8.4 1.74 1.57 2.76s3 2.01 5.51 2.89C21.11 30.89 28.55 32 38 32h.88l-1.44-1.44a1.5 1.5 0 0 1 2.12-2.12l4 4h.01a1.5 1.5 0 0 1 .32 1.63 2 2 0 0 1-.33.5l-4 4a1.5 1.5 0 0 1-2.12-2.13z"></path>');function sc(t,e){F(e,!1);let i=G("video360");en(),Ze(t,{width:"76",height:"45",get ariaLabel(){return i},testId:"video-360-icon",shadow:!0,children:(o,r)=>{var a=hy();b(o,a)},$$slots:{default:!0}}),H()}var C9=require("@vkontakte/videoplayer-core/es2015");var os=(d=>(d.Thumb="thumb",d.Video="video",d.Ads="ads",d.Crashed="crashed",d.LiveWaitingStart="LiveWaitingStart",d.LiveWaitingRecover="LiveWaitingRecover",d.LiveWaitingRecord="LiveWaitingRecord",d))(os||{});var Yu=t=>{if(t.requestFullscreen)return t.requestFullscreen();if(t.msRequestFullscreen)return t.msRequestFullscreen();if(t.webkitRequestFullscreen)return t.webkitRequestFullscreen();if(t.mozRequestFullScreen)return t.mozRequestFullScreen();let e=t.querySelector("video");return e!=null&&e.webkitEnterFullscreen?(e.webkitEnterFullscreen(),Promise.resolve()):Promise.reject()},ju=t=>t.exitFullscreen?t.exitFullscreen():t.msExitFullscreen?t.msExitFullscreen():t.webkitExitFullscreen?t.webkitExitFullscreen():t.mozCancelFullScreen?t.mozCancelFullScreen():Promise.reject(),sb=(t,e)=>e?!0:t.fullscreenEnabled||!!t.webkitFullscreenEnabled||!!t.mozFullscreenEnabled||!!t.msFullscreenEnabled,ab=t=>{let e=t;e!=null&&e.webkitExitFullscreen&&(e==null||e.webkitExitFullscreen())},ac=()=>{let t=document;return t.fullscreenElement||t.mozFullScreenElement||t.webkitFullscreenElement||t.msFullscreenElement},fa=()=>!!ac(),Xu=t=>{document.addEventListener("fullscreenchange",t),document.addEventListener("webkitfullscreenchange",t),document.addEventListener("mozfullscreenchange",t),document.addEventListener("MSFullscreenChange",t)},Zu=t=>{document.removeEventListener("fullscreenchange",t),document.removeEventListener("webkitfullscreenchange",t),document.removeEventListener("mozfullscreenchange",t),document.removeEventListener("MSFullscreenChange",t)},lb=t=>{let e=window.screen;return(r=>yt(null,null,function*(){return e.orientation?e.orientation.lock(r):e.mozLockOrientation?e.mozLockOrientation(r):e.msLockOrientation?e.msLockOrientation(r):Promise.reject()}))(((r={width:0,height:0})=>r.width<=r.height?"portrait":"landscape")(t))};var lm=require("@vkontakte/videoplayer-core/es2015"),db=()=>({title:G("hotkey_map_modal_title"),closeBtnText:G("hotkey_map_modal_close_btn_text"),groups:[{title:G("hotkey_map_group_title_common"),items:[{description:G("hotkey_map_item_mute_description"),value:G("hotkey_map_item_mute_value")},{description:G("hotkey_map_item_volume_up_description"),value:G("hotkey_map_item_volume_up_value")},{description:G("hotkey_map_item_volume_down_description"),value:G("hotkey_map_item_volume_down_value")},{description:G("hotkey_map_item_pip_description"),value:G("hotkey_map_item_pip_value")},{description:G("hotkey_map_item_full_screen_description"),value:G("hotkey_map_item_full_screen_value")},{description:G("hotkey_map_item_show_context_menu_description"),value:G("hotkey_map_item_show_context_menu_value")},{description:G("hotkey_map_item_show_hotkey_map_description"),value:G("hotkey_map_item_show_hotkey_map_value")}]},{title:G("hotkey_map_group_title_playback"),items:[{description:G("hotkey_map_item_play_toggle_description"),value:G("hotkey_map_item_play_toggle_value")},{description:G("hotkey_map_item_seek_backward_description"),value:G("hotkey_map_item_seek_backward_value")},{description:G("hotkey_map_item_seek_forward_description"),value:G("hotkey_map_item_seek_forward_value")},{description:G("hotkey_map_item_fast_seek_backward_description"),value:G("hotkey_map_item_fast_seek_backward_value")},{description:G("hotkey_map_item_fast_seek_forward_description"),value:G("hotkey_map_item_fast_seek_forward_value")},{description:G("hotkey_map_item_rate_down_description"),value:G("hotkey_map_item_rate_down_value")},{description:G("hotkey_map_item_rate_up_description"),value:G("hotkey_map_item_rate_up_value")},{description:G("hotkey_map_item_prev_frame_description"),value:G("hotkey_map_item_prev_frame_value")},{description:G("hotkey_map_item_next_frame_description"),value:G("hotkey_map_item_next_frame_value")},{description:G("hotkey_map_item_jump_seek_description"),value:G("hotkey_map_item_jump_seek_value")},{description:G("hotkey_map_item_next_video_description"),value:G("hotkey_map_item_next_video_value")},{description:G("hotkey_map_item_prev_video_description"),value:G("hotkey_map_item_prev_video_value")}]},{title:G("hotkey_map_group_title_subtitles"),items:[{description:G("hotkey_map_item_subtitles_toggle_description"),value:G("hotkey_map_item_subtitles_toggle_value")}]},{title:G("hotkey_map_group_title_episodes"),items:[{description:G("hotkey_map_item_prev_episode_description"),value:lm.clientChecker.device.isApple?G("hotkey_map_item_prev_episode_mac_value"):G("hotkey_map_item_prev_episode_pc_value")},{description:G("hotkey_map_item_next_episode_description"),value:lm.clientChecker.device.isApple?G("hotkey_map_item_next_episode_mac_value"):G("hotkey_map_item_next_episode_pc_value")}]}]});var Jl=require("@vkontakte/videoplayer-shared/es2015");function dm(t,e){F(e,!1);let i=ye();Vt(()=>{i.getAdmanWrapper().startPostroll()}),en(),H()}var cb=require("@vkontakte/videoplayer-shared/es2015");var _y=Ae('<path d="M11.74 6.74a.9.9 0 0 1-1.28 0L6 2.27 1.54 6.74A.9.9 0 1 1 .26 5.46l5.1-5.1a.9.9 0 0 1 1.28 0l5.1 5.1a.9.9 0 0 1 0 1.28Z"></path>'),by=Ae('<path d="m5.773 8 3.363 3.364a.9.9 0 1 1-1.272 1.272l-4-4a.9.9 0 0 1 0-1.272l4-4a.9.9 0 0 1 1.272 1.272L5.773 8z"></path>');function Nr(t,e){F(e,!0);let i=h(e,"direction",3,"left"),o=h(e,"useBtnColor",3,!1),r=f(()=>["up","down"].includes(i())),a=f(()=>["right","down"].includes(i())),l=f(()=>`chevron-icon--${i()}`),d=f(()=>(()=>{let m="";return n(a)&&(m+="transform: rotate(180deg);"),m.length?m:void 0})()),s=f(()=>o()?pa:"currentColor"),u=f(()=>n(r)?"7":"16");Ze(t,{width:"12",get height(){return n(u)},get fill(){return n(s)},get testId(){return n(l)},get style(){return n(d)},children:(m,p)=>{var v=Re(),$=se(v);{var y=x=>{var I=_y();b(x,I)},g=x=>{var I=by();b(x,I)};M($,x=>{n(r)?x(y):x(g,!1)})}b(m,v)},$$slots:{default:!0}}),H()}var $y=(t,e,i)=>{t.stopPropagation(),n(e)&&i()()},yy=k('<div class="skip s-1g"> <!></div>'),xy=k("<div><!></div>"),wy={hash:"s-1g",code:".container.s-1g{background:rgba(0,0,0,.56);border-radius:6px;color:#fff;font-size:13px;padding:6px 10px;position:absolute;right:16px;top:14px;transition:color .2s}.container-mobile.s-1g{bottom:14px;font-size:15px;max-width:142px;top:unset}.skip.s-1g{align-items:flex-end;display:flex;gap:4px;white-space:nowrap}.skippable.s-1g{color:var(--white);cursor:pointer}.skippable.s-1g:hover{color:hsla(0,0%,100%,.75)}"};function cm(t,e){F(e,!0),Q(t,wy);let[i,o]=Be(),r=()=>w(u,"$isMobile",i),a=h(e,"position",3,0),l=h(e,"secondsToWatchBeforeSkip",3,0),d=h(e,"skipAd",3,cb.noop),u=ye().ui.isMobile,m=f(()=>a()>0&&a()>=l());var p=xy();let v;p.__click=[$y,m,d];var $=C(p);{var y=x=>{var I=yy(),T=C(I),D=P(T);Nr(D,{direction:"right"}),S(I),N(A=>ve(T,`${A!=null?A:""} `),[()=>G("skip_ads_now")]),b(x,I)},g=x=>{var I=ws();N(T=>ve(I,T),[()=>G("skip_ads_after",{time:Math.ceil(l()-a()).toFixed(0)})]),b(x,I)};M($,x=>{n(m)?x(y):x(g,!1)})}S(p),N(x=>v=ie(p,1,"container s-1g",null,v,x),[()=>({"container-mobile":r(),skippable:n(m)})]),b(t,p),H(),o()}et(["click"]);var Sy=k('<button class="go-to-site s-1h"> </button>'),Cy={hash:"s-1h",code:"button.go-to-site.s-1h{background:#fff;border:none;border-radius:6px;bottom:14px;color:#000;font-size:15px;left:16px;padding:6px 10px;pointer-events:none;position:absolute}"};function um(t,e){F(e,!1),Q(t,Cy),en();var i=Sy(),o=C(i,!0);S(i),N(r=>ve(o,r),[()=>G("visit_advertiser")],Pn),b(t,i),H()}var Ty=k('<div class="top-gradient-mobile s-w"></div>'),Iy=k('<div class="container s-w"><!> <video style="width: 100%; height: 100%" playsinline=""></video> <!> <!> <!></div>',2),Ey={hash:"s-w",code:".container.s-w{height:100%;width:100%}.top-gradient-mobile.s-w{background:linear-gradient(1turn,transparent,rgba(0,0,0,.05) 12%,rgba(0,0,0,.15) 25%,rgba(0,0,0,.3) 45%,rgba(0,0,0,.4) 57%,rgba(0,0,0,.5) 77%,rgba(0,0,0,.55) 88%,rgba(0,0,0,.65));height:80px;left:0;pointer-events:none;position:absolute;top:0;width:100%}"};function lc(t,e){F(e,!0),Q(t,Ey);let[i,o]=Be(),r=()=>w(z,"$canSkipAd",i),a=()=>w(L,"$adPlaybackState",i),l=()=>w(D,"$isMobile",i),d=()=>w(j,"$adPosition",i),s=()=>w(te,"$secondsToWatchBeforeSkipAd",i),u=()=>w(T,"$isVideoEnded",i),m=h(e,"adsSlotId",3,void 0),p=h(e,"adsParams",3,void 0),v=h(e,"adsAutoplayParam",3,void 0),$=h(e,"duration",3,0),y=h(e,"adsExternalApi",3,void 0),g=h(e,"adsJson",3,void 0),x=ye(),I=Rt(),T=x.state.isEnded$,D=x.ui.isMobile,A=I.ads.isMobileGoToSiteButton,E=K(void 0),V=K(void 0),q=!1,L=x.ads.playbackState,z=x.ads.canSkip,j=x.ads.position,te=x.ads.secondsToWatchBeforeSkip,ee=f(()=>r()&&a()!=="inactive"),oe=f(()=>l()&&a()!=="inactive"&&A);Vt(()=>{let Z=x.getAdmanWrapper();if(Jl.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ads_mount"],numbers:[(0,Jl.now)(),m()]}),!m()){Z.onAdmanLoadingError();return}let B=()=>{var ke;let{width:ot,height:Me}=ge(x.ui.playerSize),_e=ge(x.ui.isFullscreen),W=(ke=v())!=null?ke:ge(x.ui.isAutoplay),Ce=I.ads.paramsOverride;return{width:ot,height:Me,isFullscreen:_e,isAutoplay:W,adsContainer:n(E),adsVideoElement:n(V),slotId:m(),params:p(),paramsOverride:Ce,duration:$(),externalApi:y(),json:g()}},pe=ot=>yt(null,null,function*(){ot&&(yield So());let Me=B();yield Z.initAdman(Me),q=!0}),me=new AbortController,Ie=()=>{me.abort()};return window.AdmanHTML?pe(!0).catch(()=>{Z.onAdmanLoadingError()}):Z.loadAdman(me.signal).then(()=>pe(!1)).catch(()=>{Z.onAdmanLoadingError()}),()=>{Jl.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ads_unmount"],numbers:[(0,Jl.now)(),m()]}),!q&&Ie()}});var ae=Iy(),le=C(ae);{var ce=Z=>{var B=Ty();b(Z,B)};M(le,Z=>{l()&&Z(ce)})}var X=P(le,2);tt(X,Z=>O(V,Z),()=>n(V));var he=P(X,2);{var Ee=Z=>{cm(Z,{get position(){return d()},get secondsToWatchBeforeSkip(){return s()},get skipAd(){return x.actions.internal.skipAd}})};M(he,Z=>{n(ee)&&Z(Ee)})}var de=P(he,2);{var Ke=Z=>{dm(Z,{})};M(de,Z=>{u()&&Z(Ke)})}var ue=P(de,2);{var fe=Z=>{um(Z,{})};M(ue,Z=>{n(oe)&&Z(fe)})}S(ae),tt(ae,Z=>O(E,Z),()=>n(E)),b(t,ae),H(),o()}var tn=t=>{if(!isFinite(t))return"00:00";let e=Math.round(t),i=Math.floor(e/(60*60));e-=i*3600;let o=Math.floor(e/60);e-=o*60;let r=[o,e].map(a=>String(a).padStart(2,"0")).join(":");return i>0&&(r=`${i}:${r}`),r};var Py=Ae('<path fill="#fff"></path>'),Ay=Ae("<path></path><!>",1);function dc(t,e){let i=h(e,"isActive",3,!1),o=f(()=>i()?"live-active-icon":"live-icon"),r=f(()=>i()?"var(--timeline-slider-filled-active-live-bg, #FF3347)":void 0),a="M8 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2H9V6a1 1 0 0 0-1-1m7 1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0zm15-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2h-3v-2h3a1 1 0 1 0 0-2h-3V7h3a1 1 0 1 0 0-2zm-8.32 9.31-2.55-7.82a1 1 0 0 1-.12-.37L19 6.1a1 1 0 1 1 2-.2l2 6.4 2-6.4a1 1 0 0 1 2 .2v.02a1 1 0 0 1-.13.37l-2.55 7.82a1 1 0 0 1-.95.69h-.74a1 1 0 0 1-.95-.69";Ze(t,{width:"42",height:"20",get testId(){return n(o)},get fill(){return n(r)},children:(l,d)=>{var s=Ay(),u=se(s),m=P(u);{var p=v=>{var $=Py();De($,"d",a),b(v,$)};M(m,v=>{i()&&v(p)})}N(()=>De(u,"d",`M5 0h32s5 0 5 5v10s0 5 -5 5h-32s-5 0 -5 -5v-10s0 -5 5 -5${i()?"":"M5.5 2h31s3.5 0 3.5 3.5v9s0 3.5-3.5 3.5h-31s-3.5 0-3.5-3.5v-9s0-3.5 3.5-3.5"+a}z`)),b(l,s)},$$slots:{default:!0}})}var ky=k('<div class="equalizer s-e"><div class="col s-e"></div> <div class="col s-e"></div> <div class="col s-e"></div></div>'),Ly=k('<div class="live-icon s-e"><!></div>'),My=k('<span class="text s-e"> </span>'),Vy=k("<div><!> <!></div>"),Ry={hash:"s-e",code:".wrapper.s-e{background-color:var(--black-alpha-40);border-radius:4px;padding:2px 6px;transition:visibility var(--controls-transition-duration),opacity var(--controls-transition-duration);white-space:nowrap}.wrapper.live.s-e{background:var(--red);border-radius:2px;font-size:0;height:20px;line-height:20px;padding:0 7px}.equalizer.s-e{display:inline-block;height:10px;margin-right:4px;margin-top:-4px;position:relative;vertical-align:middle;width:10px}.live.s-e .equalizer:where(.s-e){margin-top:-2px}.equalizer.s-e .col:where(.s-e){animation:1.5s linear infinite alternate;animation-play-state:paused;background:var(--btn-color,--white);bottom:0;height:10px;margin-right:2px;position:absolute;transform-origin:50% 100%;width:2px}.playing.s-e .equalizer:where(.s-e) .col:where(.s-e){animation-play-state:running}.equalizer.s-e .col:where(.s-e):first-child{animation-name:s-e-thumb-timer-equalizer-col1;left:0}.equalizer.s-e .col:where(.s-e):nth-child(2){animation-name:s-e-thumb-timer-equalizer-col2;left:3px}.equalizer.s-e .col:where(.s-e):nth-child(3){animation-name:s-e-thumb-timer-equalizer-col3;left:6px}.live-icon.s-e{display:inline-block;height:20px;margin:0 -7px;vertical-align:middle;width:42px}@keyframes s-e-thumb-timer-equalizer-col1{0%{transform:scaleY(.1)}25%{transform:scaleY(.8)}50%{transform:scaleY(.4)}75%{transform:scaleY(.6)}to{transform:scaleY(.1)}}@keyframes s-e-thumb-timer-equalizer-col2{0%{transform:scaleY(1)}25%{transform:scaleY(.3)}50%{transform:scaleY(.9)}75%{transform:scaleY(.6)}to{transform:scaleY(1)}}@keyframes s-e-thumb-timer-equalizer-col3{0%{transform:scaleY(.6)}25%{transform:scaleY(.9)}50%{transform:scaleY(.1)}75%{transform:scaleY(.9)}to{transform:scaleY(.6)}}.text.s-e{color:var(--controls-time);font-size:13px;font-weight:500;line-height:16px}"};function cc(t,e){Q(t,Ry);let i=h(e,"withEqualizer",3,!1),o=h(e,"isLive",3,!1),r=h(e,"isPlaying",3,!1);var a=Vy();let l;var d=C(a);{var s=v=>{var $=ky();b(v,$)};M(d,v=>{i()&&v(s)})}var u=P(d,2);{var m=v=>{var $=Ly(),y=C($);dc(y,{isActive:!0}),S($),b(v,$)},p=v=>{var $=My(),y=C($,!0);S($),N(()=>ve(y,e.time)),b(v,$)};M(u,v=>{o()?v(m):v(p,!1)})}S(a),N(v=>l=ie(a,1,"wrapper s-e",null,l,v),[()=>({live:o(),playing:r()})]),b(t,a)}var ed=(t,e,i)=>{let o;return()=>(window.clearTimeout(o),t?o=window.setTimeout(()=>e.set(!0),i):e.set(!1),()=>window.clearTimeout(o))};var Dy=k('<div role="timer" data-testid="thumb-timer"><!></div>'),Oy={hash:"s-p",code:".thumb-timer.s-p{bottom:0;margin:8px;position:absolute;right:0;transition:visibility var(--controls-transition-duration),opacity var(--controls-transition-duration);z-index:var(--thumb-timer-z-index)}"};function uc(t,e){F(e,!0),Q(t,Oy);let[i,o]=Be(),r=()=>w(m,"$disabled",i),a=h(e,"isHidden",3,!1),l=h(e,"isLive",3,!1),d=h(e,"isPlaying",3,!1),s=Rt(),u=f(()=>tn(e.duration-e.position)),m=re(!1);var p=Dy();let v;var $=C(p);cc($,{get time(){return n(u)},get isLive(){return l()},get isPlaying(){return d()},withEqualizer:!0}),S(p),Bs(p,()=>ed(a()&&s.features.usePerformanceFix,m,s.disableInvisibleComponentsTimeout)),N(y=>v=ie(p,1,"thumb-timer s-p",null,v,y),[()=>({"out-of-flow":r(),hidden:a()})]),b(t,p),H(),o()}var td=t=>{if(!navigator.clipboard){ub(t);return}navigator.clipboard.writeText(t).catch(()=>ub(t))};function ub(t){if(document.queryCommandSupported&&document.queryCommandSupported("copy")){let e=document.createElement("textarea");e.textContent=t,e.style.position="absolute",e.style.top="-9999px",document.body.appendChild(e),e.select();try{document.execCommand("copy")}finally{document.body.removeChild(e)}}}var tp=require("@vkontakte/videoplayer-core/es2015");var fm=require("@vkontakte/videoplayer-core/es2015");var pm="focus-hidden";var Br=t=>{t.stopPropagation(),t.preventDefault()},mm=t=>{var e,i;(i=(e=t.parentNode)==null?void 0:e.firstElementChild)==null||i.classList.remove(pm)},By=t=>{var i;let e=t.previousElementSibling;e||(e=(i=t.parentNode)==null?void 0:i.lastElementChild),e==null||e.focus()},Fy=t=>{var i;let e=t.nextElementSibling;e||(e=(i=t.parentNode)==null?void 0:i.firstElementChild),e==null||e.focus()},Hy=t=>{let e=t.code;return e==="Tab"&&!t.shiftKey||e==="ArrowDown"},Uy=t=>{let e=t.code;return e==="Tab"||e==="ArrowUp"},pb=t=>t.code==="Escape",zy=t=>t.code==="ArrowLeft",pc=(t,e=[])=>{let i=t.code;return["Enter","Space",...e].includes(i)},fb=t=>{Hy(t)?(Br(t),Fy(t.target)):Uy(t)&&(Br(t),By(t.target))},ga=t=>!fm.clientChecker.device.isAndroid&&(t==null?void 0:t.detail)===0||fm.clientChecker.device.isAndroid&&(t==null?void 0:t.pointerType)==="",id=(t,e,i)=>yt(null,null,function*(){yield So(),t&&!t.classList.contains("opened")&&!e&&ge(i)&&(yield So(),i.set(!1),t.focus())}),mb=(t,e,i)=>yt(null,null,function*(){yield So(),t&&!e&&ge(i)&&(i.set(!1),t.focus())}),fc=(t,e,i,o=!1)=>yt(null,null,function*(){if(yield So(),!!t&&e&&!o){let a=t.children[0];a==null||a.classList.toggle(pm,!i),a==null||a.focus()}}),vb=(t,e)=>yt(null,null,function*(){setTimeout(()=>{let i=t[e];!!i&&i.focus()},100)}),Ju=(t,e)=>{fb(t),mm(t.target),pb(t)&&(Br(t),e())},ep=(t,e)=>yt(null,null,function*(){pc(t,["ArrowRight"])&&(Br(t),e())}),gb=(t,e,i)=>yt(null,null,function*(){if(fb(t),zy(t)){Br(t),e();return}pb(t)&&(Br(t),i())}),od=(t,e)=>{pc(t)&&(Br(t),e())},hb=(t,e,i)=>{if(pc(t))Br(t),i(!e);else{let o=t.code;if(o==="ArrowLeft"&&e){i(!1),Br(t);return}o==="ArrowRight"&&!e&&(i(!0),Br(t))}},_b=t=>{let e=t.getBoundingClientRect(),i=-14,o=e.left+e.width,r=e.top+i;return{right:o,bottom:r}},bb=t=>{if(!t)return{top:0,left:0};let e=t.getBoundingClientRect(),i=-58,o=8,r=e.left+o;return{bottom:e.bottom+i,left:r}};var Za=require("@vkontakte/videoplayer-shared/es2015");var ns={"copy-link":100,"copy-link-timestamp":200,"copy-embed-code":300,pip:400,"video-loop":500,rotate:600,report:700,"save-debug":800,"save-trace":900,"debug-info":1e3};var vm=require("@vkontakte/videoplayer-shared/es2015");var Ky=(t,e)=>{od(t,()=>e())},qy=k('<li class="item s-1j" role="menuitem" tabindex="0"> </li>'),Qy={hash:"s-1j",code:".item.s-1j{color:hsla(0,0%,100%,.72);cursor:pointer;display:block;font-size:13px;letter-spacing:-.14px;line-height:18px;padding:8px 16px;position:relative;white-space:nowrap}.item.s-1j:hover{background:rgba(66,66,66,.5);color:var(--white)}"};function gm(t,e){F(e,!0),Q(t,Qy);let i=h(e,"onClick",3,vm.noop),o=h(e,"closeContextMenu",3,vm.noop),r=d=>{d==null||d.stopPropagation(),i()(),o()()};var a=qy();a.__click=r,a.__keydown=[Ky,r];var l=C(a,!0);S(a),N(()=>{var d;De(a,"aria-label",(d=e.ariaLabel)!=null?d:e.label),De(a,"data-testid",e.id),ve(l,e.label)}),b(t,a),H()}et(["click","keydown"]);var Xa=(t,e)=>t.weight-e.weight;var nd=(o=>(o.OPEN_SUB_MENU="OPEN_SUB_MENU",o.CLICK="CLICK",o.SWITCH="SWITCH",o))(nd||{});var Gy=(t,e)=>{Ju(t,e)},Yy=t=>{t.preventDefault()},jy=k('<ul role="menu" data-testid="context-menu" class="s-u"></ul>'),Xy={hash:"s-u",code:"ul.s-u{background:rgba(0,0,0,.72);border-radius:8px;list-style:none;margin:0;max-height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:6px 0;position:absolute;transition:visibility .1s,opacity .1s;z-index:var(--context-menu-z-index)}"};function hm(t,e){F(e,!0),Q(t,Xy);let[i,o]=Be(),r=()=>w(le,"$playerPhase",i),a=()=>w(te,"$isLive$",i),l=()=>w(ce,"$isPiPEnabled$",i),d=()=>w(j,"$chromecastState$",i),s=()=>w(X,"$pictureInPictureApiIsActive$",i),u=()=>w(ae,"$isLooped$",i),m=()=>w(ee,"$positionExact$",i),p=()=>w(q,"$additionalContextMenuItems$",i),v=h(e,"visible",3,!1),$=h(e,"position",19,()=>({top:0,left:0})),y=h(e,"playerContainerRef",3,void 0),g=h(e,"menuElementRef",15,void 0),x=K(0),I=K(0),T=ye(),{pictureInPicture$:D}=Po(),A=Rt(),E=T.ui.contextMenu.visible$,V=T.ui.debugPanelVisible,q=T.ui.additionalContextMenuItems$,L=T.ui.t,z=T.actions.internal.togglePictureInPicture,j=T.state.chromecastState$,te=T.state.isLive$,ee=T.state.positionExact$,oe=T.state.isInteractive,ae=T.state.looped$,le=T.playerPhase,{isEnabled$:ce,isActive$:X}=D,he=f(()=>r()==="video"),Ee=f(()=>!!a()&&n(he)),de=f(()=>["thumb","LiveWaitingStart","LiveWaitingRecover","LiveWaitingRecord"].includes(r())),Ke=f(()=>{var Se;return A.features.copyVideoLink&&((Se=T.callbacks)==null?void 0:Se.onCopyVideoLink)}),ue=f(()=>n(Ke)&&!n(de)&&!oe&&!n(Ee)),fe=f(()=>{var Se;return!!((Se=T.callbacks)!=null&&Se.onCopyEmbedCodeClicked)}),Z=f(()=>l()&&d()!==tp.ChromecastState.CONNECTED&&!oe&&n(he)&&!tp.clientChecker.browser.isFirefox),B=f(()=>!oe&&!n(de)&&!n(Ee)),pe=f(()=>A.features.videoRotate&&!oe&&!n(de)),me=f(()=>A.showSupport&&!s()),Ie=f(()=>A.features.saveTraceInfoToFile),ot=()=>{var Se;E.set(!1),(Se=e.returnFocus)==null||Se.call(e)},Me=(Se,Xe)=>{if(!g()||!y())return;let ze=g().getBoundingClientRect(),xe=y().getBoundingClientRect();O(x,Se-xe.left),O(I,Xe-xe.top),n(x)+ze.width>xe.width&&O(x,xe.width-ze.width),n(I)+ze.height>xe.height&&O(I,xe.height-ze.height),O(x,Math.max(n(x),0),!0),O(I,Math.max(n(I),0),!0)};He(()=>{yt(null,null,function*(){if(g()&&y()){yield So();let{top:Xe,left:ze,bottom:xe,right:Ft}=$(),Tt=ze!=null?ze:0,Xt=Xe!=null?Xe:0,wi=g().getBoundingClientRect();(0,Za.isNullable)(ze)&&!(0,Za.isNullable)(Ft)&&(Tt=Ft-wi.width),(0,Za.isNullable)(Xe)&&!(0,Za.isNullable)(xe)&&(Xt=xe-wi.height),Tt=Math.max(Tt,0),Xt=Math.max(Xt,0),Me(Tt,Xt)}})});let _e=()=>{T.actions.internal.videoRotate()},W=()=>{(0,Za.isValidURL)(e.supportLink)&&window.open(e.supportLink,"_blank"),T.actions.internal.reportProblem(),T.actions.internal.pause()},Ce=()=>{let Se=T.actions.internal.getDebugTextData();if(A.features.saveDebugInfoToFile){let Xe=new Blob([...Se],{type:"plain/text"}),ze=window.URL.createObjectURL(Xe);Ya(ze,"vk_player_debug_info","txt")}else td(T.actions.internal.getDebugTextData())},ke=()=>{let Se=T.actions.internal.getTraceTextData(),Xe=new Blob([...Se],{type:"application/json"}),ze=window.URL.createObjectURL(Xe);Ya(ze,"vk_player_trace_info","json")},Ye=()=>{V.set(!0)},Te=()=>yt(null,null,function*(){var Se;try{z()}finally{(Se=e.returnFocus)==null||Se.call(e)}}),we=()=>{T.actions.internal.setLooped(!u())},Fe=()=>{var Se,Xe;if(n(fe)){let ze=(Xe=(Se=T.callbacks)==null?void 0:Se.onCopyEmbedCodeClicked)==null?void 0:Xe.call(Se);ze&&td(ze)}},rt=(Se=!1)=>{var Xe,ze;if((Xe=T.callbacks)!=null&&Xe.onCopyVideoLink){let xe=(ze=T.callbacks)==null?void 0:ze.onCopyVideoLink(Se,m());xe&&td(xe)}},ft=f(()=>A.features.saveDebugInfoToFile?L("menu_save_debug"):L("menu_copy_debug")),Pt=f(()=>n(Ke)?{id:"copy-link",weight:ns["copy-link"],label:L("menu_copy_video_link"),onClick:()=>rt()}:void 0),lt=f(()=>n(ue)?{id:"copy-link-timestamp",weight:ns["copy-link-timestamp"],label:L("menu_copy_video_link_with_timestamp"),onClick:()=>rt(!0)}:void 0),ni=f(()=>n(fe)?{id:"copy-embed-code",weight:ns["copy-embed-code"],label:L("menu_copy_embed_code"),onClick:Fe}:void 0),Ct=f(()=>n(Z)?{id:"pip",weight:ns.pip,label:s()?L("menu_pip_close"):L("menu_pip"),onClick:Te}:void 0),Nt=f(()=>n(B)?{id:"video-loop",weight:ns["video-loop"],label:u()?L("menu_video_loop_off"):L("menu_video_loop_on"),ariaLabel:L("aria_label_menu_loop"),onClick:we}:void 0),Bt=f(()=>n(pe)?{id:"rotate",weight:ns.rotate,label:L("menu_video_rotate"),ariaLabel:L("aria_label_menu_rotate"),onClick:_e}:void 0),Yt=f(()=>n(me)?{id:"report",weight:ns.report,label:L("menu_report"),ariaLabel:`${L("menu_report")}. ${L("aria_label_new_tab_alert")}`,onClick:W}:void 0),Le=f(()=>({id:"save-debug",weight:ns["save-debug"],label:n(ft),onClick:Ce})),Y=f(()=>n(Ie)?{id:"save-trace",weight:ns["save-trace"],label:L("menu_save_debug"),onClick:ke}:void 0),Oe=f(()=>({id:"debug-info",weight:ns["debug-info"],label:L("menu_debug_overlay"),ariaLabel:L("aria_label_menu_debug_overlay"),onClick:Ye})),be=f(()=>[n(Pt),n(lt),n(ni),n(Ct),n(Nt),n(Bt),n(Yt),n(Le),n(Y),n(Oe),...p()].filter(Se=>!!Se).sort(Xa));var Ne=Re(),ht=se(Ne);{var At=Se=>{var Xe=jy();Xe.__contextmenu=[Yy],Xe.__keydown=[Gy,ot],Ci(Xe,21,()=>n(be),ze=>ze.id,(ze,xe)=>{gm(ze,{get id(){return n(xe).id},get label(){return n(xe).label},get ariaLabel(){return n(xe).ariaLabel},get onClick(){return n(xe).onClick},closeContextMenu:ot})}),S(Xe),tt(Xe,ze=>g(ze),()=>g()),N(()=>{var ze,xe;return Qe(Xe,`top: ${(ze=n(I))!=null?ze:""}px; left: ${(xe=n(x))!=null?xe:""}px;`)}),b(Se,Xe)};M(ht,Se=>{v()&&Se(At)})}b(t,Ne),H(),o()}et(["contextmenu","keydown"]);var ip=class{constructor(e){this.value=e,this.next=null}};var rd=class{constructor(e){this.top=null,this.bottom=null,this.size=0,this.maxSize=e}push(e){let i=new ip(e);this.top?(this.top.next=i,this.top=i):(this.top=i,this.bottom=i),this.size++,this.size>this.maxSize&&this.bottom&&(this.bottom=this.bottom.next)}getValuesFromBottom(){let e=[],i=this.bottom;for(;i;)e.push(i.value),i=i.next;return e}};var Zy=k('<div class="container s-1f"><canvas class="s-1f"></canvas></div>'),Jy={hash:"s-1f",code:".container.s-1f{display:inline-block;height:16px;width:120px}canvas.s-1f{margin-top:2px;transform:scaleY(-1)}"};function mc(t,e){F(e,!0),Q(t,Jy);let i=h(e,"values",19,()=>[]),o=K(void 0),r=K(null),a=16,l=120,d=60,s=l/d;Vt(()=>{n(o).width=l,n(o).height=a,O(r,n(o).getContext("2d"),!0)});function u(v,$,y,g,x){x===0&&(x=1),v.fillStyle="#fff",v.fillRect($,y,g,x)}He(()=>{let v="";if(n(r)){let $=i()[0];for(let g=1;g<i().length;g++)i()[g]>$&&($=i()[g]);n(r).clearRect(0,0,l,a);let y=d-1;for(let g=i().length-1;g>=0;g--){let x=y*s,I=$>0?a*(i()[g]/$):0;u(n(r),x,0,s,I),v=I+" "+v,y--}}});var m=Zy(),p=C(m);tt(p,v=>O(o,v),()=>n(o)),S(m),b(t,m),H()}var _m=require("@vkontakte/videoplayer-shared/es2015");var e0=(t,e)=>{t.stopPropagation(),_m.safeStorage.remove(ec),e.set(!1)},t0=k('<div class="s-y"><div class="s-y">Video id</div> <span> </span></div>'),i0=k('<div class="s-y"><div class="s-y">VSID</div> <span> </span></div>'),o0=k('<div class="s-y"><div class="s-y">Provider</div> <span> </span></div>'),n0=k('<div class="s-y"><div class="s-y">Streams</div> <span> </span></div>'),r0=k('<div class="s-y"><div class="s-y">Viewport</div> <span> </span></div>'),s0=k('<div class="s-y"><div class="s-y">Video size</div> <span> </span></div>'),a0=k('<div class="s-y"><div class="s-y">CDN host</div> <span> </span></div>'),l0=k('<div class="s-y"><div class="s-y">Volume</div> <span> </span></div>'),d0=k('<div class="s-y"><div class="s-y">Position</div> <span> </span></div>'),c0=k('<div class="s-y"><div class="s-y">Buffer</div> <span> </span></div>'),u0=k('<div class="s-y"><div class="s-y">Nbuffer</div> <span> </span></div>'),p0=k('<div class="s-y"><div class="s-y">Live latency</div> <span> </span></div>'),f0=k('<div class="s-y"><div class="s-y">Segment</div> <span> </span></div>'),m0=k('<div class="s-y"><div class="s-y">Network</div> <!> <span> </span></div>'),v0=k('<div class="s-y"><div class="s-y">V bitrate</div> <!> <span> </span></div>'),g0=k('<div role="region"><button class="close s-y" title="закрыть">[x]</button> <div class="content s-y"><div class="s-y"><div class="s-y">Version</div> <span> </span></div> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <div class="s-y"><div class="s-y">Dropped</div> <span> </span></div> <!> <!> <div class="s-y"><div class="s-y">FPS</div> <!> <span> </span></div></div></div>'),h0={hash:"s-y",code:".container.s-y{background:rgba(28,28,28,.8);border-radius:4px;color:#fff;font-size:10px;left:20px;min-width:160px;position:absolute;text-align:left;top:45px;user-select:text;z-index:var(--debug-panel-z-index)}.container-mobile.s-y{left:16px;top:16px}button.close.s-y{background-color:transparent;border:none;color:#fff;cursor:pointer;outline:0;padding:0;position:absolute;right:5px;top:3px}.content.s-y{padding:5px}.content.s-y>div:where(.s-y)>div:where(.s-y){display:inline-block;padding:0 5px;text-align:right;width:60px}"};function vc(t,e){F(e,!0),Q(t,h0);let[i,o]=Be(),r=()=>w(d,"$isMobile",i),a=ye(),l=a.ui.debugPanelVisible,d=a.ui.isMobile,s=K(di(a.actions.internal.getDebugPanelData())),u=a.actions.internal.getVideoElement(),m=K(0),p=K(0),v=K(0),$=new rd(60),y=new rd(60),g=new rd(60),x=K(di([])),I=K(di([])),T=K(di([])),D=G("aria_label_debug_panel");Vt(()=>{_m.safeStorage.set(ec,"true"),a.actions.internal.startLogging(),u&&(O(p,u.getVideoPlaybackQuality().droppedVideoFrames,!0),O(m,u.getVideoPlaybackQuality().totalVideoFrames,!0));let Le=window.setInterval(()=>{O(s,a.actions.internal.getDebugPanelData(),!0)},500),Y;return u&&(Y=window.setInterval(()=>{if(u){O(p,u.getVideoPlaybackQuality().droppedVideoFrames,!0);let Oe=u.getVideoPlaybackQuality().totalVideoFrames;O(v,Oe-n(m)),O(m,Oe,!0),$.push(n(v)),n(s).speed&&y.push(n(s).speed),n(s).bitrate&&g.push(n(s).bitrate),O(x,$.getValuesFromBottom(),!0),O(I,y.getValuesFromBottom(),!0),O(T,g.getValuesFromBottom(),!0)}},1e3)),()=>{a.actions.internal.stopLogging(),clearInterval(Le),Y&&clearInterval(Y)}});var A=g0();let E;var V=C(A);V.__click=[e0,l];var q=P(V,2),L=C(q),z=P(C(L),2),j=C(z,!0);S(z),S(L);var te=P(L,2);{var ee=Le=>{var Y=t0(),Oe=P(C(Y),2),be=C(Oe,!0);S(Oe),S(Y),N(()=>ve(be,n(s).id)),b(Le,Y)};M(te,Le=>{n(s).id&&Le(ee)})}var oe=P(te,2);{var ae=Le=>{var Y=i0(),Oe=P(C(Y),2),be=C(Oe,!0);S(Oe),S(Y),N(()=>ve(be,n(s).vsid)),b(Le,Y)};M(oe,Le=>{n(s).vsid&&Le(ae)})}var le=P(oe,2);{var ce=Le=>{var Y=o0(),Oe=P(C(Y),2),be=C(Oe,!0);S(Oe),S(Y),N(()=>ve(be,n(s).provider)),b(Le,Y)};M(le,Le=>{n(s).provider&&Le(ce)})}var X=P(le,2);{var he=Le=>{var Y=n0(),Oe=P(C(Y),2),be=C(Oe);S(Oe),S(Y),N(()=>{var Ne,ht;return ve(be,`Video: ${(Ne=n(s).videoCodec||"")!=null?Ne:""} ${n(s).hdr?"(HDR)":""}
55
+ &
56
+ Audio: ${(ht=n(s).audioCodec||"")!=null?ht:""} ${n(s).audioLanguage?`(${n(s).audioLanguage})`:""}`)}),b(Le,Y)};M(X,Le=>{(n(s).videoCodec||n(s).audioCodec)&&Le(he)})}var Ee=P(X,2);{var de=Le=>{var Y=r0(),Oe=P(C(Y),2),be=C(Oe,!0);S(Oe),S(Y),N(()=>ve(be,n(s).viewport)),b(Le,Y)};M(Ee,Le=>{n(s).viewport&&Le(de)})}var Ke=P(Ee,2);{var ue=Le=>{var Y=s0(),Oe=P(C(Y),2),be=C(Oe,!0);S(Oe),S(Y),N(()=>ve(be,n(s).videoSize)),b(Le,Y)};M(Ke,Le=>{n(s).videoSize&&Le(ue)})}var fe=P(Ke,2);{var Z=Le=>{var Y=a0(),Oe=P(C(Y),2),be=C(Oe,!0);S(Oe),S(Y),N(()=>ve(be,n(s).cdn)),b(Le,Y)};M(fe,Le=>{n(s).cdn&&Le(Z)})}var B=P(fe,2);{var pe=Le=>{var Y=l0(),Oe=P(C(Y),2),be=C(Oe);S(Oe),S(Y),N(()=>{var Ne;return ve(be,`${(Ne=n(s).volume)!=null?Ne:""} %`)}),b(Le,Y)};M(B,Le=>{n(s).volume&&Le(pe)})}var me=P(B,2);{var Ie=Le=>{var Y=d0(),Oe=P(C(Y),2),be=C(Oe);S(Oe),S(Y),N(Ne=>ve(be,`${Ne!=null?Ne:""} s`),[()=>n(s).position.toFixed(2)]),b(Le,Y)};M(me,Le=>{n(s).position&&Le(Ie)})}var ot=P(me,2);{var Me=Le=>{var Y=c0(),Oe=P(C(Y),2),be=C(Oe);S(Oe),S(Y),N(Ne=>ve(be,`${Ne!=null?Ne:""} s`),[()=>n(s).buffer.toFixed(2)]),b(Le,Y)};M(ot,Le=>{n(s).buffer&&Le(Me)})}var _e=P(ot,2);{var W=Le=>{var Y=u0(),Oe=P(C(Y),2),be=C(Oe);S(Oe),S(Y),N(Ne=>ve(be,`${Ne!=null?Ne:""} s`),[()=>n(s).nativeBuffer.toFixed(2)]),b(Le,Y)};M(_e,Le=>{n(s).nativeBuffer&&Le(W)})}var Ce=P(_e,2);{var ke=Le=>{var Y=p0(),Oe=P(C(Y),2),be=C(Oe);S(Oe),S(Y),N(Ne=>ve(be,`${Ne!=null?Ne:""} s`),[()=>n(s).liveLatency.toFixed(2)]),b(Le,Y)};M(Ce,Le=>{n(s).liveLatency&&Le(ke)})}var Ye=P(Ce,2);{var Te=Le=>{var Y=f0(),Oe=P(C(Y),2),be=C(Oe,!0);S(Oe),S(Y),N(Ne=>ve(be,Ne),[()=>[{value:n(s).currentVideoSegmentLength,title:"Video:"},{value:n(s).currentAudioSegmentLength,title:"Audio:"}].filter(({value:Ne})=>Ne).map(({value:Ne,title:ht})=>`${ht} ${((Ne!=null?Ne:0)/1e3).toFixed(2)} s`).join(" & ")]),b(Le,Y)};M(Ye,Le=>{(n(s).currentVideoSegmentLength||n(s).currentAudioSegmentLength)&&Le(Te)})}var we=P(Ye,2),Fe=P(C(we),2),rt=C(Fe);S(Fe),S(we);var ft=P(we,2);{var Pt=Le=>{var Y=m0(),Oe=P(C(Y),2);mc(Oe,{get values(){return n(I)}});var be=P(Oe,2),Ne=C(be);S(be),S(Y),N(ht=>ve(Ne,`${ht!=null?ht:""} Kbps`),[()=>n(s).speed.toFixed(2)]),b(Le,Y)};M(ft,Le=>{n(s).speed&&Le(Pt)})}var lt=P(ft,2);{var ni=Le=>{var Y=v0(),Oe=P(C(Y),2);mc(Oe,{get values(){return n(T)}});var be=P(Oe,2),Ne=C(be);S(be),S(Y),N(ht=>ve(Ne,`${ht!=null?ht:""} Kbps`),[()=>n(s).bitrate.toFixed(2)]),b(Le,Y)};M(lt,Le=>{n(s).bitrate&&Le(ni)})}var Ct=P(lt,2),Nt=P(C(Ct),2);mc(Nt,{get values(){return n(x)}});var Bt=P(Nt,2),Yt=C(Bt,!0);S(Bt),S(Ct),S(q),S(A),N(Le=>{var Y,Oe;E=ie(A,1,"container s-y",null,E,Le),De(A,"aria-label",D),ve(j,n(s).version),ve(rt,`${(Y=n(p))!=null?Y:""} / ${(Oe=n(m))!=null?Oe:""} frames`),ve(Yt,n(v))},[()=>({"container-mobile":r()})]),b(t,A),H(),o()}et(["click"]);var $b=require("@vkontakte/videoplayer-shared/es2015"),_0=(t,e)=>{t.stopPropagation(),e()()},b0=k('<div class="close s-18"></div>'),$0={hash:"s-18",code:'.close.s-18{cursor:pointer;height:16px;opacity:.8;position:relative;transition:opacity .2s;width:16px}.close.s-18:hover{opacity:1}.close.s-18:after,.close.s-18:before{background-color:var(--white);content:" ";height:16px;left:8px;position:absolute;width:2px}.close.s-18:before{transform:rotate(45deg)}.close.s-18:after{transform:rotate(-45deg)}'};function Us(t,e){F(e,!0),Q(t,$0);let i=h(e,"onClick",3,$b.noop);var o=b0();o.__click=[_0,i],b(t,o),H()}et(["click"]);var yb=require("@vkontakte/videoplayer-shared/es2015");var hn=t=>`width:${t}px;height:${t}px;`;var y0=Ae('<path d="m14.4 8.76 24.02 13.85a1.6 1.6 0 0 1 0 2.78L14.4 39.24a1.6 1.6 0 0 1-2.4-1.39v-27.7a1.6 1.6 0 0 1 2.4-1.39"></path>');function wr(t,e){F(e,!0);let i=f(()=>hn(e.size));Ze(t,{get width(){return"48"},get height(){return"48"},get fill(){return e.fill},get style(){return n(i)},testId:"play-icon",get shadow(){return e.shadow},children:(o,r)=>{var a=y0();b(o,a)},$$slots:{default:!0}}),H()}var x0=k('<div class="timer s-1a"><canvas class="timer-canvas s-1a" width="100" height="100"></canvas> <!></div>'),w0={hash:"s-1a",code:".timer.s-1a{align-items:center;background:rgba(31,31,31,.65);border-radius:50%;display:flex;height:50px;justify-content:space-around;transition:background .2s;width:50px}.timer.s-1a:hover{background:rgba(31,31,31,.85)}.timer-canvas.s-1a{height:50px;position:absolute;width:50px}"};function gc(t,e){F(e,!0),Q(t,w0);let i=h(e,"isRunning",3,!0),o=h(e,"onTimerEnded",3,yb.noop),r=5e3,a=K(void 0),l,d,s=0,u;He(()=>{i()&&Lt(()=>{d=Date.now(),s=requestAnimationFrame(p)})});let m=()=>{s&&(cancelAnimationFrame(s),s=0)},p=()=>{m(),i()&&(u=(Date.now()-d)/r,u<1?(l==null||l.clearRect(0,0,100,100),l==null||l.beginPath(),l==null||l.arc(50,50,47,-Math.PI/2,-Math.PI/2+Math.PI*2*u),l==null||l.stroke(),s=requestAnimationFrame(p)):o()())};Vt(()=>{l=n(a).getContext("2d"),l&&(l.lineWidth=6,l.lineCap="round",l.strokeStyle="#fff")}),gn(()=>{m()});var v=x0(),$=C(v);tt($,g=>O(a,g),()=>n(a));var y=P($,2);wr(y,{get size(){return"24"}}),S(v),b(t,v),H()}var S0=(t,e,i)=>{e(!1),i()},C0=k('<div class="overlay s-i"></div> <div class="next-video s-i"><div class="top s-i"><div class="caption s-i"> </div> <!></div> <div class="row s-i"><div class="column s-i"><div class="thumb s-i"><div></div> <!></div></div> <div class="column s-i"><div class="title s-i"> </div></div></div></div>',1),T0={hash:"s-i",code:".overlay.s-i{background:rgba(0,0,0,.72);height:100%;position:absolute;width:100%}.next-video.s-i{display:flex;flex-direction:column;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:362px}.top.s-i{display:flex;justify-content:space-between}.caption.s-i{color:var(--white);font-size:11px;font-weight:700;opacity:.8;text-transform:uppercase}.row.s-i{background:rgba(48,48,48,.8);cursor:pointer;display:flex;flex-direction:row;height:102px;margin-top:6px;width:100%}.column.s-i{display:flex;flex-basis:50%;flex-direction:column}.thumb.s-i{align-items:center;background:no-repeat 50%;background-size:cover;display:flex;justify-content:space-around;position:relative}.thumb.s-i,.thumb-overlay.s-i{height:100%;width:100%}.thumb-overlay.s-i{position:absolute}.thumb-overlay.withOpacity.s-i{background:var(--black);opacity:.3}.title.s-i{color:var(--white);font-size:12px;font-weight:700;line-height:1.6;max-height:52px;overflow:hidden;padding:10px 16px}"};function bm(t,e){F(e,!0),Q(t,T0);let[i,o]=Be(),r=()=>w(d,"$autoplayNextEnabled$",i),a=()=>w(s,"$timerNextVideoRunning$",i),l=ye(),d=l.ui.autoplayNextEnabled$,s=l.ui.timerNextVideoRunning$,u=l.actions.internal.nextVideoClick,m=l.actions.internal.nextVideoAnnouncementShow,p=l.actions.internal.nextVideoAnnouncementClick,v=l.actions.internal.nextVideoAnnouncementAuto,$=l.actions.internal.nextVideoAnnouncementCancel,y=()=>{r()&&(u(!1),v())},g=()=>{e.clickCloseIcon(),$()};Vt(()=>{e.isHide||m(),e.isHide&&r()&&(u(!1),v())});var x=Re(),I=se(x);{var T=D=>{var A=C0(),E=P(se(A),2),V=C(E),q=C(V),L=C(q,!0);S(q);var z=P(q,2);Us(z,{onClick:g}),S(V);var j=P(V,2);j.__click=[S0,u,p];var te=C(j),ee=C(te),oe=C(ee);let ae;var le=P(oe,2);{var ce=de=>{let Ke=f(()=>a()&&r());gc(de,{get isRunning(){return n(Ke)},onTimerEnded:y})};M(le,de=>{r()&&de(ce)})}S(ee),S(te);var X=P(te,2),he=C(X),Ee=C(he,!0);S(he),S(X),S(j),S(E),N((de,Ke)=>{ve(L,de),Qe(ee,`background-image: url('${e.thumb}')`),ae=ie(oe,1,"thumb-overlay s-i",null,ae,Ke),ve(Ee,e.title)},[()=>G("end_screen_next_video"),()=>({withOpacity:r()})]),b(D,A)};M(I,D=>{e.isHide||D(T)})}b(t,x),H(),o()}et(["click"]);var _a=require("@vkontakte/videoplayer-core/es2015"),xb=require("@vkontakte/videoplayer-shared/es2015"),Dn=require("@vkontakte/videoplayer-statistics/es2015");var $m=(t,e)=>Math.min(+(t+e).toFixed(2),1),ym=(t,e)=>Math.max(+(t-e).toFixed(2),0),op=(t,e,i)=>{let o=$m(e,i);e<1&&t.actions.internal.setVolume(o)},np=(t,e,i)=>{let o=ym(e,i);e>0&&t.actions.internal.setVolume(o)};var ha=({isAudioDisabled:t,isAudioAvailable:e,isAds:i,audioDisabledHintCallback:o,audioIsNotExistHintCallback:r})=>t?i?!0:(o==null||o(),!1):e?!0:(r==null||r(),!1);function rp(){var t,e,i;return(i=(e=(t=document.activeElement)==null?void 0:t.shadowRoot)==null?void 0:e.activeElement)!=null?i:null}var E0=(t,e)=>{e(t)},P0=k('<div class="keyboard-controls s-s" tabindex="-1" role="region"><!></div>'),A0={hash:"s-s",code:".keyboard-controls.s-s{bottom:0;left:0;position:absolute;right:0;top:0}"};function xm(t,e){var Xe,ze;F(e,!0),Q(t,A0);let[i,o]=Be(),r=()=>w(te,"$isMinimalView$",i),a=()=>w(Ke,"$availableSubtitlesList$",i),l=()=>w(he,"$disabledControls$",i),d=()=>w(Ye,"$isInteractiveTime$",i),s=()=>w(Te,"$showInteractiveTimeIndicatorTooltip$",i),u=()=>w(ee,"$playbackState$",i),m=()=>w(ot,"$isEnded$",i),p=()=>w(me,"$doubleForwardAvailable$",i),v=()=>w(pe,"$doubleForwardOn$",i),$=()=>w(Me,"$overlayContainer$",i),y=()=>w(ae,"$adPlaybackState",i),g=()=>w(le,"$positionExact$",i),x=()=>w(ce,"$duration$",i),I=()=>w(Ce,"$isAudioAvailable$",i),T=()=>w(X,"$volume$",i),D=()=>w(oe,"$canChangePlaybackSpeed$",i),A=()=>w(Ee,"$muted$",i),E=()=>w(de,"$currentSubtitle$",i),V=h(e,"hasNextVideo",3,!1),q=h(e,"hasPrevVideo",3,!1),L=ye(),z=Rt(),j=L.getLogger().createComponentLog("KeyboardControls component"),te=L.ui.isMinimalView$,ee=L.state.playbackState$,oe=L.state.canChangePlaybackSpeed$,ae=L.ads.playbackState,le=L.state.positionExact$,ce=L.state.duration$,X=L.state.volume$,he=L.ui.controls.disabledControls$,Ee=L.state.muted$,de=L.state.currentSubtitle$,Ke=L.state.availableSubtitlesList$,ue=f(()=>!r()&&a().length>0),fe=L.ui.contextMenu.openedByHotKey$,Z=L.ui.contextMenu.lastActiveElem$,B=L.ui.contextMenu.visible$,pe=L.ui.doubleForwardOn$,me=L.ui.doubleForwardAvailable$,Ie=L.ui.contextMenu.position$,ot=L.state.isEnded$,Me=L.ui.overlayContainer$,_e=(Xe=L.callbacks)==null?void 0:Xe.onAudioDoesNotExistHint,W=(ze=L.callbacks)==null?void 0:ze.onAudioDisabledHint,Ce=L.state.isAudioAvailable$,ke=L.state.isAudioDisabled,Ye=L.state.isInteractiveTime$,{showInteractiveTimeIndicatorTooltip$:Te}=Po(),we=0,Fe=!0,rt=K(void 0),ft=xe=>(xe!==Fe&&(Fe=xe,we=0),we+=1,(z.controls.seekStepKeyboard+z.controls.seekStepKeyboard*we)/1e3),Pt=!0,lt=()=>{if(!l().has("PLAY_BUTTON"))if(d()&&s()&&Te.set(!1),e.fakePlayButtonHandler)e.fakePlayButtonHandler();else{L.actions.internal.togglePlay();let xe="PLAY";u()===_a.PlaybackState.PAUSED?xe="PAUSE":m()&&(xe="REPLAY"),e.showHotKeyHelpers({type:xe})}},ni=xe=>{if(!p()||!xe&&v()){lt(),e.stopDoubleForward(),Pt=!0;return}Pt=!1,!xe&&e.startDoubleForwardActivationTimer()},Ct=()=>{Pt||(v()||lt(),e.stopDoubleForward(),Pt=!0)},Nt=xe=>{xe!=="Space"&&e.stopDoubleForward()},Bt=xe=>{let Ft=bb($());Ie.set(Ft),Z.set(xe.target),fe.set(!0),B.set(!0)},Yt=(xe,Ft=!1)=>{var mt,Ue;let Tt=xe.target,Xt=(mt=Tt==null?void 0:Tt.getAttribute("role"))==null?void 0:mt.includes("menuitem"),wi=Tt.classList.contains("btn"),mi=xe.code;if(wi&&mi==="Space")return!1;let Ni=x_.has(mi);if(Xt&&Ni)return!1;let ro=!y_.has(mi);if(xe.ctrlKey&&ro||xe.altKey&&ro||xe.metaKey)return!1;let fi=Xt&&mi==="Escape";w_.has(mi)||fi||e.hideContextMenu();let Ti=u()===_a.PlaybackState.PLAYING||u()===_a.PlaybackState.PAUSED,so=e.isAds&&(y()==="paused"||y()==="playing"),ao=!so&&!l().has("TIMELINE"),zi=xe.shiftKey&&["Digit1","Numpad1"].includes(mi);if(!zi&&!(Ti||so))return!1;j({message:`key down, code: ${mi}, isExternal = ${Ft}`});let ri=!1,_t=()=>{ri=!0,Ft||xe.preventDefault()};if(Nt(mi),zi)return Bt(xe),_t(),!0;switch(mi){case"KeyJ":case"ArrowLeft":{if(!ao)break;if(xe.ctrlKey||xe.altKey){let ct=L.actions.internal.getPrevEpisode();L.actions.internal.seekToPrevEpisode(ct),ct&&e.showHotKeyHelpers({type:"EPISODE_PREV",text:ct.text}),_t()}else{let ct=xe.shiftKey?ft(!1):z.controls.seekStepKeyboard/1e3,vi=Math.max(g()-ct,0);g()>0&&(L.actions.internal.seekTime(vi,Dn.SeekAction.DOUBLE_TAP),e.showHotKeyHelpers({type:"BACKWARD_SEEK",text:ct.toString()}),_t())}break}case"KeyL":case"ArrowRight":{if(!ao)break;if(xe.ctrlKey||xe.altKey){let ct=L.actions.internal.getNextEpisode();L.actions.internal.seekToNextEpisode(ct),ct&&e.showHotKeyHelpers({type:"EPISODE_NEXT",text:ct.text}),_t()}else{let ct=xe.shiftKey?ft(!0):z.controls.seekStepKeyboard/1e3,vi=Math.min(g()+ct,x());Math.round(g())<Math.round(x())&&(L.actions.internal.seekTime(vi,Dn.SeekAction.DOUBLE_TAP),e.showHotKeyHelpers({type:"FORWARD_SEEK",text:ct.toString()}),_t())}break}case"ArrowUp":{if(ha({isAudioDisabled:ke,audioDisabledHintCallback:W,isAudioAvailable:I(),audioIsNotExistHintCallback:_e,isAds:e.isAds})){let ct=T(),vi=z.controls.volumeStepKeyboard,Yi=ct<=1;if(op(L,ct,vi),Yi){let lo=Math.round($m(ct,vi)*100).toString();e.showHotKeyHelpers({type:"VOLUME",t:{key:"hotkey_helper_current_volume",value:lo}})}}_t();break}case"ArrowDown":{if(ha({isAudioDisabled:ke,audioDisabledHintCallback:W,isAudioAvailable:I(),audioIsNotExistHintCallback:_e,isAds:e.isAds})){let ct=T(),vi=z.controls.volumeStepKeyboard,Yi=ct>=0;if(np(L,ct,vi),Yi){let lo=Math.round(ym(ct,vi)*100).toString();e.showHotKeyHelpers({type:"VOLUME",t:{key:"hotkey_helper_current_volume",value:lo}})}}_t();break}case"Comma":{if(xe.shiftKey){if(!v()&&D()){let ct=L.actions.internal.decrementPlaybackRate();e.showHotKeyHelpers({type:"RATE_DOWN",text:ct==null?void 0:ct.displayValue}),_t()}}else{if(so||u()!==_a.PlaybackState.PAUSED)break;let ct=Math.max(g()-z.controls.seekStepFrame/1e3,0);g()>0&&(e.showHotKeyHelpers({type:"BACKWARD_SEEK"}),L.actions.internal.clearDelayedBufferingCheckTimeout(),L.actions.internal.seekTime(ct,Dn.SeekAction.DOUBLE_TAP),_t())}break}case"Period":{if(xe.shiftKey){if(!v()&&D()){let ct=L.actions.internal.incrementPlaybackRate();e.showHotKeyHelpers({type:"RATE_UP",text:ct==null?void 0:ct.displayValue}),_t()}}else{if(so||u()!==_a.PlaybackState.PAUSED)break;let ct=Math.min(g()+z.controls.seekStepFrame/1e3,x());g()<x()&&(e.showHotKeyHelpers({type:"FORWARD_SEEK"}),L.actions.internal.clearDelayedBufferingCheckTimeout(),L.actions.internal.seekTime(ct,Dn.SeekAction.DOUBLE_TAP),_t())}break}case"KeyK":lt(),_t();break;case"Space":ni(xe.repeat),_t();break;case"KeyM":{ha({isAudioDisabled:ke,audioDisabledHintCallback:W,isAudioAvailable:I(),audioIsNotExistHintCallback:_e,isAds:e.isAds})&&(e.showHotKeyHelpers({type:A()?"VOLUME":"MUTE"}),L.actions.internal.toggleMuted()),_t();break}case"KeyF":e.toggleFullscreen(),_t();break;case"KeyC":if(!n(ue))break;L.actions.internal.toggleSubtitle(),E().value!=="off"?e.showHotKeyHelpers({type:"SUBTITLES_ON",text:(Ue=E())==null?void 0:Ue.displayValue}):e.showHotKeyHelpers({type:"SUBTITLES_OFF"}),_t();break;case"KeyI":L.actions.internal.togglePictureInPicture(),_t();break;case"Digit1":case"Numpad1":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(.1,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Digit2":case"Numpad2":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(.2,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Digit3":case"Numpad3":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(.3,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Digit4":case"Numpad4":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(.4,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Digit5":case"Numpad5":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(.5,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Digit6":case"Numpad6":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(.6,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Digit7":case"Numpad7":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(.7,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Digit8":case"Numpad8":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(.8,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Digit9":case"Numpad9":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(.9,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Digit0":case"Numpad0":e.showHotKeyHelpers(),L.actions.internal.seekToPercent(0,Dn.SeekAction.DOUBLE_TAP),_t();break;case"Slash":{xe.shiftKey&&z.features.hotKeyMapModal&&(e.showKeyMap(),_t());break}case"KeyN":xe.shiftKey&&V()&&!r()&&(L.actions.internal.nextVideoClick(),_t());break;case"KeyP":xe.shiftKey&&q()&&!r()&&(L.actions.internal.prevVideoClick(),_t());break;case"ShiftLeft":case"ShiftRight":_t();break;case"Tab":case"Escape":case"Enter":break;default:(0,xb.checkNever)(mi);break}return ri},Le=xe=>{let Ft=xe.code;if(xe.ctrlKey||xe.altKey||xe.metaKey)return;let Tt=u()===_a.PlaybackState.PLAYING||u()===_a.PlaybackState.PAUSED,Xt=e.isAds&&(y()==="paused"||y()==="playing");if(Tt||Xt)switch(Ft){case"ShiftLeft":case"ShiftRight":we=0;break;case"Space":Ct();break}},Y=G("aria_label_video_player"),Oe=()=>{var xe;return(xe=n(rt))==null?void 0:xe.focus()},be=()=>n(rt)===rp(),Ne=xe=>xe.type==="keydown"?Yt(xe,!0):(xe.type==="keyup"&&Le(xe),!1);var ht=P0();ht.__keyup=Le,ht.__keydown=[E0,Yt];var At=C(ht);ii(At,()=>{var xe;return(xe=e.children)!=null?xe:xt}),S(ht),tt(ht,xe=>O(rt,xe),()=>n(rt)),N(()=>De(ht,"aria-label",Y)),b(t,ht);var Se=H({focus:Oe,isFocused:be,handleExternalKeyboardEvent:Ne});return o(),Se}et(["keyup","keydown"]);var k0=k('<div class="container s-t"><div class="dot s-t"></div> <div class="dot s-t"></div> <div class="dot s-t"></div></div>'),L0={hash:"s-t",code:".container.s-t{display:flex;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.dot.s-t:first-child{animation-delay:0s}.dot.s-t:nth-child(2){animation-delay:.18s}.dot.s-t:nth-child(3){animation-delay:.36s}@keyframes s-t-dot_animation{0%{opacity:.2}30%{opacity:1}to{opacity:.2}}.dot.s-t{animation-duration:.75s;animation-iteration-count:infinite;animation-name:s-t-dot_animation;background:var(--btn-color);border-radius:4px;height:8px;width:8px}.dot.s-t+.dot:where(.s-t){margin-left:4px}"};function Ja(t,e){Q(t,L0);let i=h(e,"style",3,"");var o=k0();N(()=>Qe(o,i())),b(t,o)}var M0=Ae('<path d="M5.26 5.26a.9.9 0 0 1 1.28 0L12 10.73l5.46-5.47a.9.9 0 0 1 1.28 1.28L13.27 12l5.47 5.46a.9.9 0 1 1-1.28 1.28L12 13.27l-5.46 5.47a.9.9 0 1 1-1.28-1.28L10.73 12 5.26 6.54a.9.9 0 0 1 0-1.28Z"></path>');function wm(t,e){Ze(t,{get fill(){return e.fill},children:(i,o)=>{var r=M0();b(i,r)},$$slots:{default:!0}})}var el=require("@vkontakte/videoplayer-shared/es2015"),V0=t=>{t.stopPropagation()},R0=k("<button><!></button>"),D0={hash:"s-1m",code:"button.btn.s-1m{align-items:center;display:flex;flex-direction:row;height:var(--controls-height);justify-content:center;margin:0;padding:8px;will-change:opacity}button.w-max.s-1m{width:100%}button.btn--live.s-1m{padding:10px 4px}button.btn-jc-l.s-1m{justify-content:left}button.btn-m.s-1m{background-color:rgba(0,0,0,.56);border-radius:12px;height:44px;left:12px;position:absolute;top:50%;transform:translateY(-50%);transition:opacity var(--controls-transition-duration);width:44px}button.btn-m.s-1m,button.btn-m--play.s-1m{align-items:center;display:flex;justify-content:center}button.btn-m--play.s-1m{height:var(--big-play-size);padding:16px;position:relative;width:var(--big-play-size)}button.btn-m--next.s-1m,button.btn-m--prev.s-1m{height:50px;position:absolute;width:50px}button.btn-m--prev.s-1m{right:calc(100% + 35px)}button.btn-m--next.s-1m{left:calc(100% + 35px)}button.btn.s-1m:disabled{cursor:default;pointer-events:none}button.btn.s-1m:not(.btn-full-opacity):disabled{opacity:.4}button.btn.s-1m:not(:disabled):hover{opacity:.8}button.pr-0.s-1m{padding-right:0}button.pl-0.s-1m{padding-left:0}"};function zt(t,e){F(e,!0),Q(t,D0);let i=h(e,"className",3,""),o=h(e,"style",3,""),r=h(e,"disabled",3,void 0),a=h(e,"testId",3,void 0),l=h(e,"ariaHidden",3,void 0),d=h(e,"ariaLabel",3,void 0),s=h(e,"ref",15,void 0),u=h(e,"ariaKeyShortCut",3,void 0),m=h(e,"ariaExpanded",3,void 0),p=h(e,"tabIndex",3,0),v=h(e,"click",3,el.noop),$=h(e,"focus",3,el.noop),y=h(e,"blur",3,el.noop),g=f(()=>v()===el.noop?null:A=>{A.stopPropagation(),v()(A)}),x=f(()=>$()===el.noop?null:A=>{A.preventDefault(),$()()}),I=f(()=>y()===el.noop?null:A=>{A.preventDefault(),y()()});var T=R0();T.__pointerdown=[V0],T.__click=function(...A){var E;(E=n(g))==null||E.apply(this,A)};var D=C(T);ii(D,()=>{var A;return(A=e.children)!=null?A:xt}),S(T),tt(T,A=>s(A),()=>s()),N(()=>{var A,E,V,q,L,z,j,te;ie(T,1,`btn ${(A=i())!=null?A:""}`,"s-1m"),Qe(T,o()||null),T.disabled=(E=r())!=null?E:null,De(T,"aria-hidden",(V=l())!=null?V:null),De(T,"aria-label",(q=d())!=null?q:null),De(T,"aria-keyshortcuts",(L=u())!=null?L:null),De(T,"aria-expanded",(z=m())!=null?z:null),De(T,"data-testid",(j=a())!=null?j:null),De(T,"tabindex",p()),De(T,"role",e.role),De(T,"aria-checked",(te=e.areaChecked)!=null?te:null)}),pt("focus",T,function(...A){var E;(E=n(x))==null||E.apply(this,A)}),pt("blur",T,function(...A){var E;(E=n(I))==null||E.apply(this,A)}),b(t,T),H()}et(["pointerdown","click"]);var O0=(t,e)=>{t.key==="Escape"&&e.onClose(),(t.key==="ArrowUp"||t.key==="ArrowDown")&&t.stopPropagation()},N0=k('<div class="modal-header s-1d"><h3 class="modal-title s-1d"> </h3> <!></div>'),B0=k('<div class="modal-overlay s-1d"><div class="modal-container s-1d" role="dialog" aria-modal="true"><!> <div class="modal-scroll s-1d" tabindex="0" role="scrollbar"><div class="modal-main s-1d"><!></div></div></div></div>'),F0={hash:"s-1d",code:'.modal-overlay.s-1d{align-items:center;background:transparent;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:var(--modal-z-index)}.modal-container.s-1d{background:var(--mobile-settings-bg);border-radius:8px;color:var(--white);display:flex;flex-direction:column;height:calc(100% - 24px);max-height:490px;max-width:600px;width:calc(100% - 32px)}.modal-header.s-1d{align-items:start;border-bottom:1px solid var(--white-alpha-24);box-sizing:border-box;display:flex;height:40px;justify-content:space-between;padding:8px 10px}.modal-title.s-1d{color:var(--white);font-feature-settings:"clig" off,"liga" off;font-size:13px;font-style:normal;font-weight:600;line-height:16px;margin:3px 0 0 6px}.modal-scroll.s-1d{height:100%;margin:8px 4px 8px 0;overflow-x:hidden;overflow-y:auto}.modal-scroll.s-1d::-webkit-scrollbar{width:8px}.modal-scroll.s-1d::-webkit-scrollbar-track{background-color:transparent;border-radius:4px;box-shadow:none;margin-right:2px}.modal-scroll.s-1d::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#666;border:1px solid transparent;border-radius:5px;min-height:40px}.modal-scroll.s-1d::-webkit-scrollbar-thumb:hover{background-color:#777}.modal-main.s-1d{margin:-8px -4px 0 0}'};function Sm(t,e){F(e,!0),Q(t,F0);let i=h(e,"showHeader",3,!0),o=h(e,"showCloseCross",3,!0),r=K(void 0),a=K(void 0),{webApi:{focusManager:l}}=ye(),d=G("hotkey_map_modal_close_btn_text");Vt(()=>{var g;return(g=n(r))==null||g.focus(),n(a)&&l&&(l.setContainerForFocusLock(n(a)),l.activateLock()),()=>l==null?void 0:l.deactivateLock()});var s=B0();s.__keydown=[O0,e];var u=C(s),m=C(u);{var p=g=>{var x=N0(),I=C(x),T=C(I,!0);S(I);var D=P(I,2);{var A=E=>{zt(E,{get click(){return e.onClose},testId:"close-modal",style:"padding: 0; height: 24px; width: 24px",get ariaLabel(){return d},children:(V,q)=>{wm(V,{fill:"currentColor"})},$$slots:{default:!0}})};M(D,E=>{o()&&E(A)})}S(x),N(()=>ve(T,e.title)),b(g,x)};M(m,g=>{i()&&g(p)})}var v=P(m,2),$=C(v),y=C($);ii(y,()=>{var g;return(g=e.children)!=null?g:xt}),S($),S(v),tt(v,g=>O(r,g),()=>n(r)),S(u),tt(u,g=>O(a,g),()=>n(a)),S(s),b(t,s),H()}et(["keydown"]);var H0=new Set(["BR"]),wb=t=>{var r;let e=document.createElement("DIV");e.innerHTML=t;let i=e.querySelectorAll("*"),o=i.length;for(;o--;){let a=i[o],l=a.tagName;H0.has(l)||(r=a.parentElement)==null||r.removeChild(a)}return e.innerHTML};var U0=k('<li class="hot-key-map-item s-10"><span class="hot-key-map-item-description s-10"><!></span> &nbsp; <span class="hot-key-map-item-value s-10"> </span></li>'),z0=k('<div class="hot-key-map-group s-10"><h5 class="hot-key-map-group-title s-10"> </h5> <ul class="hot-key-map-group-items s-10"></ul></div>'),W0=k('<div class="hot-key-map s-10"></div>'),K0={hash:"s-10",code:'.hot-key-map.s-10{box-sizing:border-box;color:var(--black);overflow-x:hidden}.hot-key-map-group.s-10{border-bottom:1px solid var(--white-alpha-24);margin:0 20px 0 16px}.hot-key-map-group.s-10:last-child{border-bottom:none}.hot-key-map-group-title.s-10{color:var(--white);font-feature-settings:"clig" off,"liga" off;font-size:13px;font-style:normal;font-weight:600;line-height:16px}.hot-key-map-group-title.s-10,.hot-key-map-item.s-10{margin:0;padding:12px 0;width:100%}.hot-key-map-group-items.s-10{box-sizing:border-box;list-style:none;margin:0;padding:0}.hot-key-map-item.s-10{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;--videoplayer-hotkey-item-value-width:156px;--videoplayer-hotkey-item-value-padding-left:24px}.hot-key-map-item-description.s-10{color:var(--white-alpha-72);max-width:388px;width:calc(100% - var(--videoplayer-hotkey-item-value-width) - var(--videoplayer-hotkey-item-value-padding-left))}.hot-key-map-item-value.s-10{color:var(--white);letter-spacing:-.14px;padding-left:var(--videoplayer-hotkey-item-value-padding-left);width:var(--videoplayer-hotkey-item-value-width)}.hot-key-map-item-description.s-10,.hot-key-map-item-value.s-10{font-feature-settings:"clig" off,"liga" off;font-size:13px;font-style:normal;font-weight:400;line-height:16px}'};function Cm(t,e){F(e,!1),Q(t,K0);let[i,o]=Be(),r=()=>w(l,"$data",i),a=ye(),{data:l,show:d}=a.ui.modals.hotKeyMap,s=()=>{d.set(!1)};en(),Sm(t,{get title(){return r().title},onClose:s,children:(u,m)=>{var p=W0();Ci(p,5,()=>r().groups,({title:v,items:$})=>v,(v,$)=>{let y=()=>n($).title,g=()=>n($).items;var x=z0(),I=C(x),T=C(I,!0);S(I);var D=P(I,2);Ci(D,5,g,({description:A,value:E})=>E,(A,E)=>{let V=()=>n(E).description,q=()=>n(E).value;var L=U0(),z=C(L),j=C(z);Yd(j,()=>wb(V())),S(z);var te=P(z,2),ee=C(te,!0);S(te),S(L),N(()=>ve(ee,q())),b(A,L)}),S(D),S(x),N(()=>ve(T,y())),b(v,x)}),S(p),b(u,p)},$$slots:{default:!0}}),H(),o()}var kv=require("@vkontakte/videoplayer-shared/es2015");var dl=require("@vkontakte/videoplayer-core/es2015");var Sb=require("@vkontakte/videoplayer-shared/es2015");var q0=k('<div class="pillow s-1x"><!></div>'),Q0={hash:"s-1x",code:".pillow.s-1x{background-color:#679ff8;color:var(--white);font-size:6px;font-weight:600;-webkit-font-smoothing:antialiased;border-radius:12px;padding:2px 4px}"};function Tm(t,e){Q(t,Q0);var i=q0(),o=C(i);ii(o,()=>{var r;return(r=e.children)!=null?r:xt}),S(i),N(()=>De(i,"data-testid",e.testId)),b(t,i)}var sd=require("@vkontakte/videoplayer-shared/es2015");var G0=Ae('<svg><!><path d="M5.52 5c.32 0 .51-.2.51-.54V3.5l.5-.51 1.46 1.74c.16.2.3.28.51.28a.5.5 0 0 0 .5-.5c0-.14-.07-.29-.22-.48L7.3 2.3 8.8.87c.16-.14.2-.25.2-.4A.47.47 0 0 0 8.52 0c-.18 0-.3.07-.45.22l-2 2.03h-.04V.54C6.03.2 5.84 0 5.52 0S5 .2 5 .54v3.92c0 .34.2.54.52.54M2.55 1.05 1.05 3.1h1.5zM3.5 3.1V.83C3.5.03 2.41-.3 1.94.35L.14 2.82A.75.75 0 0 0 .75 4h1.8v.55c0 .25.25.45.5.45a.45.45 0 0 0 .45-.45V4h.05a.45.45 0 0 0 0-.9z"></path></svg>');function Im(t,e){let i=Rn(e,["$$slots","$$events","$$legacy","children"]);var o=G0();vo(o,()=>We({xmlns:"http://www.w3.org/2000/svg",width:"9",height:"5",fill:"currentColor","fill-rule":"evenodd",role:"img"},i));var r=C(o);ii(r,()=>{var a;return(a=e.children)!=null?a:xt}),ti(),S(o),b(t,o)}var Y0=Ae('<svg><!><path d="M5.51 5c.33 0 .52-.2.52-.54V3.5l.49-.51L7.99 4.7c.16.21.3.29.51.29a.49.49 0 0 0 .5-.5c0-.14-.07-.29-.22-.48L7.29 2.3 8.82.87C8.95.73 9 .62 9 .47A.47.47 0 0 0 8.52 0c-.17 0-.3.07-.44.22L6.06 2.25h-.03V.54C6.03.2 5.83 0 5.5 0S5 .2 5 .54v3.92c0 .34.19.54.51.54M2 0c-.35 0-.67.06-.95.17a1.5 1.5 0 0 0-.66.49c-.15.2-.23.44-.23.7 0 .43.21.76.62 1-.23.11-.41.26-.55.44-.15.2-.23.44-.23.71 0 .29.08.55.25.78.18.23.41.4.71.52.3.13.65.19 1.04.19s.73-.06 1.03-.19c.3-.12.54-.3.71-.52a1.26 1.26 0 0 0 .03-1.49 1.45 1.45 0 0 0-.55-.44c.4-.23.62-.57.62-1a1.14 1.14 0 0 0-.24-.7 1.44 1.44 0 0 0-.66-.49A2.4 2.4 0 0 0 2 0m-.57.96C1.56.86 1.75.8 2 .8s.43.06.56.16a.51.51 0 0 1 .2.43c0 .2-.06.34-.2.44A.87.87 0 0 1 2 2a.9.9 0 0 1-.57-.16.52.52 0 0 1-.2-.44c0-.18.06-.32.2-.43ZM1.08 3.5a.6.6 0 0 1 .24-.5c.16-.13.38-.2.68-.2s.52.07.68.2a.6.6 0 0 1 .24.5.63.63 0 0 1-.24.52c-.16.12-.38.19-.68.19s-.52-.07-.68-.19a.64.64 0 0 1-.24-.52"></path></svg>');function Em(t,e){let i=Rn(e,["$$slots","$$events","$$legacy","children"]);var o=Y0();vo(o,()=>We({xmlns:"http://www.w3.org/2000/svg",width:"9",height:"5",fill:"currentColor","fill-rule":"evenodd",role:"img"},i));var r=C(o);ii(r,()=>{var a;return(a=e.children)!=null?a:xt}),ti(),S(o),b(t,o)}var j0=Ae('<svg><!><path d="M5.52 5h1.1C8.1 5 9 4.07 9 2.5S8.1 0 6.62 0h-1.1C5.19 0 5 .2 5 .54v3.92c0 .34.2.54.52.54m.51-.85V.85h.47C7.41.85 8 1.47 8 2.5c0 1.07-.58 1.65-1.5 1.65zM.52 5c.32 0 .51-.2.51-.54V2.92h1.94v1.54c0 .34.19.54.51.54S4 4.8 4 4.46V.54C4 .2 3.8 0 3.48 0s-.51.2-.51.54v1.53H1.03V.54C1.03.2.84 0 .52 0S0 .2 0 .54v3.99c0 .34.2.47.52.47"></path></svg>');function Pm(t,e){let i=Rn(e,["$$slots","$$events","$$legacy","children"]);var o=j0();vo(o,()=>We({xmlns:"http://www.w3.org/2000/svg",width:"9",height:"5",fill:"currentColor",role:"img"},i));var r=C(o);ii(r,()=>{var a;return(a=e.children)!=null?a:xt}),ti(),S(o),b(t,o)}var X0=Ae('<svg><!><path d="M9.52 5h1.1C12.1 5 13 4.07 13 2.5S12.1 0 10.62 0h-1.1C9.19 0 9 .2 9 .54v3.92c0 .34.2.54.52.54m.51-.85V.85h.47c.91 0 1.5.62 1.5 1.65 0 1.07-.58 1.65-1.5 1.65zM4.52 5c.32 0 .51-.2.51-.54V2.92h1.94v1.54c0 .34.19.54.51.54S8 4.8 8 4.46V.54C8 .2 7.8 0 7.48 0s-.51.2-.51.54v1.53H5.03V.54C5.03.2 4.84 0 4.52 0S4 .2 4 .54v3.99c0 .34.2.47.52.47m-4 0c.32 0 .51-.2.51-.54V3h1.33c.27 0 .45-.15.45-.41 0-.25-.18-.4-.45-.4H1.03V.84h1.5C2.81.85 3 .7 3 .43S2.8 0 2.53 0H.52C.19 0 0 .2 0 .54v3.92C0 4.8.2 5 .52 5"></path></svg>');function Am(t,e){let i=Rn(e,["$$slots","$$events","$$legacy","children"]);var o=X0();vo(o,()=>We({xmlns:"http://www.w3.org/2000/svg",width:"13",height:"5",fill:"currentColor",role:"img"},i));var r=C(o);ii(r,()=>{var a;return(a=e.children)!=null?a:xt}),ti(),S(o),b(t,o)}var Z0=Ae('<svg><!><path d="M11.52 5.75h1.1c1.48 0 2.38-.94 2.38-2.5s-.9-2.5-2.38-2.5h-1.1c-.33 0-.52.2-.52.54V5.2c0 .34.2.54.52.54Zm.51-.85V1.6h.47c.91 0 1.5.62 1.5 1.65 0 1.07-.58 1.65-1.5 1.65zm-5.51.85c.32 0 .51-.2.51-.54V3.67h1.94v1.54c0 .34.19.54.51.54s.52-.2.52-.54V1.3c0-.34-.2-.54-.52-.54s-.51.2-.51.54v1.53H7.03V1.3c0-.34-.19-.54-.51-.54S6 .95 6 1.29v3.99c0 .34.2.47.52.47m-3.18-.09a4 4 0 0 1-.84.09C1.04 5.75 0 4.88 0 3.3 0 1.73 1.04.75 2.5.75S5 1.73 5 3.3c0 .87-.27 1.46-.78 1.88l.2.3a.5.5 0 0 1-.84.55zm-.52-.78-.24-.35a.5.5 0 1 1 .84-.56l.24.37c.18-.26.29-.62.29-1.04 0-1.03-.64-1.65-1.45-1.65s-1.45.62-1.45 1.65.64 1.6 1.45 1.6c.08 0 .2 0 .32-.02"></path></svg>');function km(t,e){let i=Rn(e,["$$slots","$$events","$$legacy","children"]);var o=Z0();vo(o,()=>We({xmlns:"http://www.w3.org/2000/svg",width:"15",height:"7",fill:"currentColor",role:"img"},i));var r=C(o);ii(r,()=>{var a;return(a=e.children)!=null?a:xt}),ti(),S(o),b(t,o)}var sp=t=>{switch(t){case sd.VideoQuality.Q_720P:return Pm;case sd.VideoQuality.Q_1080P:return Am;case sd.VideoQuality.Q_1440P:return km;case sd.VideoQuality.Q_2160P:return Im;case sd.VideoQuality.Q_4320P:return Em}};var J0=Ae('<path d="M12.72 2.21q1.8.07 2.41 1.96l.06.21.06.2.06.23.06.16.04.01.06-.02.14-.05.15-.07c1.42-.66 2.5-.53 3.4.44l.12.14.82 1.02c.73.96.7 2 0 3.1l-.13.19-.12.16-.14.2-.07.12-.04.05v.03l.1.06.13.07.15.09c1.39.7 1.96 1.64 1.74 2.93l-.04.19-.24 1.06c-.16.68-.28 1-.77 1.45-.48.43-1.02.61-1.73.67l-.22.02h-.2l-.25.02-.18.02.02.14v.1l.04.17c.32 1.53-.04 2.56-1.19 3.2l-.17.1-1.17.57q-1.64.73-3.02-.7l-.15-.17-.13-.15-.17-.19-.1-.1-.05-.04-.1.09-.1.1-.12.14c-.95 1.13-1.95 1.54-3.17 1.07l-.18-.08-1.05-.5-.31-.17a2 2 0 0 1-1-1.06 3 3 0 0 1-.16-1.88l.04-.23.04-.24.02-.17-.1-.02-.15-.01h-.18c-1.56-.04-2.48-.62-2.85-1.89l-.05-.18-.3-1.28q-.33-1.77 1.37-2.78l.2-.11.17-.1.22-.12.15-.1v-.02l-.06-.1-.08-.13-.1-.14c-.94-1.25-1.04-2.34-.28-3.4L4 6.32l.82-1.01c.8-.92 1.8-1.1 3.04-.64l.2.08.19.08.22.1.13.04.04-.01.03-.1.05-.13.04-.17c.36-1.43 1.09-2.24 2.4-2.35h1.58Zm-.05 1.8h-1.34l-.14.01c-.28.04-.47.2-.65.83l-.04.16-.06.2a6 6 0 0 1-.46 1.14 6 6 0 0 0-1.15.56 7 7 0 0 1-1.16-.35l-.35-.16q-.37-.15-.59-.17h-.08a.6.6 0 0 0-.4.19l-.08.07-.78.98-.1.12c-.18.26-.2.5.2 1.08l.22.31q.34.48.6 1.1-.2.59-.27 1.2-.51.45-1.01.73l-.34.18c-.62.34-.7.56-.65.88l.01.08.28 1.21.04.16c.1.3.27.47.97.5l.39.02q.57.03 1.22.2.35.53.78.97a6 6 0 0 1-.12 1.45c-.2.95-.01 1.1.38 1.3l1.13.54a1 1 0 0 0 .34.1l.06-.01q.26-.03.67-.49l.26-.3q.4-.42.95-.83l.3.02.3.01h.3l.3-.03q.56.4.95.84l.26.3c.32.36.53.48.73.48h.07l.18-.05.09-.04 1.13-.54.14-.08c.3-.17.42-.4.24-1.22a6 6 0 0 1-.12-1.45q.44-.45.78-.97a7 7 0 0 1 1.22-.2l.39-.01c.81-.04.91-.26 1-.66l.27-1.15c.09-.4.1-.64-.62-1.03l-.34-.18a6 6 0 0 1-1.01-.73 6 6 0 0 0-.27-1.2q.26-.62.6-1.1l.22-.31c.4-.58.38-.81.2-1.08l-.05-.06-.78-.97c-.14-.18-.26-.3-.46-.33h-.07q-.23 0-.67.17l-.35.16a6 6 0 0 1-1.16.35 6 6 0 0 0-1.15-.56 7 7 0 0 1-.45-1.1l-.11-.4c-.2-.68-.4-.81-.72-.83zM12 8.2a3.8 3.8 0 1 1 0 7.6 3.8 3.8 0 0 1 0-7.6m0 1.8a2 2 0 1 0 0 4 2 2 0 0 0 0-4"></path>');function Lm(t,e){Ze(t,{get testId(){return e.testId},children:(i,o)=>{var r=J0();b(i,r)},$$slots:{default:!0}})}var ex=Ae('<path d="M13.25 2.83c.23.75.38 1.5 1.63 2.23 1.4.38 2.08 0 2.72-.42.66-.45.86-.32 1.12-.06l.65.64c.29.3.4.42 0 1.18-.38.7-.8 1.33-.42 2.73.72 1.25 1.47 1.47 2.22 1.62.78.16.83.39.83.76v.9c0 .42 0 .59-.83.84-.75.23-1.5.38-2.23 1.63-.38 1.4 0 2.08.42 2.72.45.66.32.86.06 1.12l-.64.65c-.3.29-.42.4-1.18 0-.7-.38-1.34-.8-2.73-.42-1.25.72-1.47 1.47-1.62 2.22-.16.78-.39.83-.76.83h-.9c-.42 0-.59 0-.84-.83-.23-.75-.38-1.5-1.63-2.23-1.4-.38-2.08 0-2.72.42-.66.45-.86.32-1.12.06l-.65-.64c-.29-.3-.4-.42 0-1.18.38-.7.8-1.34.42-2.73-.72-1.25-1.47-1.47-2.22-1.62-.78-.16-.83-.39-.83-.76v-.9c0-.42 0-.59.83-.84.75-.23 1.5-.38 2.22-1.63.38-1.4 0-2.08-.42-2.72-.44-.66-.31-.86-.05-1.12l.64-.65c.3-.29.42-.4 1.18 0 .7.38 1.33.8 2.73.42 1.25-.72 1.47-1.47 1.62-2.22.16-.78.39-.83.76-.83h.9c.42 0 .59 0 .84.83M12 7.25a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5"></path>');function Mm(t,e){Ze(t,{get testId(){return e.testId},children:(i,o)=>{var r=ex();b(i,r)},$$slots:{default:!0}})}var tx=k('<div aria-hidden="true"><!> <!></div>'),ix={hash:"s-1v",code:".icon.s-1v{display:flex;height:24px;position:relative;width:24px}.icon.s-1v .pillow{position:absolute;right:-9px;top:1px}.icon.triple.s-1v .pillow{right:-13px}.icon.s-1v svg[data-testid=settings-icon--labeled] ._full{opacity:0;visibility:hidden}"};function hc(t,e){F(e,!0),Q(t,ix);let i=h(e,"isMobile",3,!1),o=h(e,"currentQuality",3,void 0),r=f(()=>o()?(0,Sb.getVideoQualityLabel)(o()):""),a=f(()=>sp(o())),l=f(()=>n(r).length>2);var d=Re(),s=se(d);{var u=p=>{Lm(p,{testId:"settings-mobile-icon"})},m=p=>{var v=tx();let $;var y=C(v);{var g=T=>{let D=f(()=>`${n(r)}-pill-icon`);Tm(T,{get testId(){return n(D)},children:(A,E)=>{var V=Re(),q=se(V);Gi(q,()=>n(a),(L,z)=>{z(L,{})}),b(A,V)},$$slots:{default:!0}})};M(y,T=>{n(a)&&T(g)})}var x=P(y,2);let I=f(()=>n(a)?"settings-icon--labeled":"settings-icon");Mm(x,{get testId(){return n(I)}}),S(v),N(T=>$=ie(v,1,"icon s-1v",null,$,T),[()=>({triple:n(l)})]),b(p,v)};M(s,p=>{i()?p(u):p(m,!1)})}b(t,d),H()}var ox=k('<span class="settings-icon-wrapper s-20"><!></span>'),nx={hash:"s-20",code:".settings-icon-wrapper.s-20{height:24px;position:relative;width:24px}"};function ad(t,e){F(e,!0),Q(t,nx);let[i,o]=Be(),r=()=>w(u,"$settingsMenuVisible",i),a=()=>w(v,"$isMobile",i),l=()=>w(s,"$currentQuality",i),d=ye(),s=d.state.currentQuality$,u=d.ui.settingsMenu.visible$,m=d.actions.internal.openSettingsMenu,p=d.actions.internal.closeSettingsMenu,v=d.ui.isMobile,$=d.ui.t,y=K(void 0);He(()=>{n(y)&&Lt(()=>{e.ref$.set(n(y))})});let g=$("aria_label_settings");function x(T){return yt(this,null,function*(){let D=ga(T);r()?p():m(D,So)})}let I=f(()=>r()?"opened":"");zt(t,{get className(){return n(I)},testId:"settings-btn",click:x,get ariaLabel(){return g},get ariaExpanded(){return r()},get ref(){return n(y)},set ref(T){O(y,T,!0)},children:(T,D)=>{var A=ox(),E=C(A);hc(E,{get isMobile(){return a()},get currentQuality(){return l()}}),S(A),b(T,A)},$$slots:{default:!0}}),H(),o()}var rx=Ae('<path d="M6.56 4.44a1.5 1.5 0 1 0-2.12 2.12l3.09 3.09a11 11 0 0 0-2.39 3.08 11 11 0 0 0-1.01 4.14C4 18.43 4 20.37 4 22.83v2.34c0 2.46 0 4.4.13 5.96.13 1.6.4 2.93 1.01 4.14a10.5 10.5 0 0 0 4.6 4.59c1.2.61 2.53.88 4.13 1.01 1.56.13 3.5.13 5.96.13h8.34c2.46 0 4.4 0 5.96-.13 1.44-.12 2.66-.35 3.78-.84l3.53 3.53a1.5 1.5 0 0 0 2.12-2.12zM13.5 28a1.5 1.5 0 0 0 0 3h11a1.5 1.5 0 0 0 0-3zM12 22a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 0 3h-4A1.5 1.5 0 0 1 12 22"></path><path d="M34.5 23.5h-4.64l12.55 12.55q.23-.37.45-.78a11 11 0 0 0 1.01-4.14c.13-1.56.13-3.5.13-5.96v-2.34c0-2.46 0-4.4-.13-5.96a11 11 0 0 0-1.01-4.14 10.5 10.5 0 0 0-4.6-4.59 11 11 0 0 0-4.13-1.01C32.57 7 30.63 7 28.17 7h-8.34c-2.46 0-4.4 0-5.96.13l-.35.03L26.86 20.5h7.64a1.5 1.5 0 0 1 0 3"></path>',1),sx=Ae("<path></path>");function ba(t,e){F(e,!0);let i=f(()=>`subtitles-icon${e.type==="off"?"-off":e.type==="outline"?"-outline":""}`),o=f(()=>hn(e.size));Ze(t,{get width(){return"48"},get height(){return"48"},get style(){return n(o)},get testId(){return n(i)},get shadow(){return e.shadow},children:(r,a)=>{var l=Re(),d=se(l);{var s=m=>{var p=rx();ti(),b(m,p)},u=m=>{var p=sx();N(()=>De(p,"d",`M16.92 8h14.16q2.82-.02 4.66.1c1.28.1 2.4.32 3.46.86a8.8 8.8 90 013.84 3.84c.54 1.04.76 2.18.86 3.46q.12 1.84.1 4.66v6.16q.02 2.82-.1 4.66a10 10 90 01-.86 3.46 8.8 8.8 90 01-3.84 3.84 10 10 90 01-3.46.86q-1.84.12-4.66.1H16.92q-2.82.02-4.66-.1a10 10 90 01-3.46-.86 8.8 8.8 90 01-3.84-3.84 10 10 90 01-.86-3.46Q4 29.9 4 27.08v-6.16q-.02-2.82.1-4.66c.1-1.28.32-2.4.86-3.46A8.8 8.8 90 018.8 8.96a10 10 90 013.46-.86Q14.1 8 16.92 8
57
+ ${e.type==="outline"?"M12.54 11.68c-1.04.1-1.64.26-2.1.48a5.2 5.2 90 00-2.28 2.28c-.22.46-.4 1.06-.48 2.1-.08 1.08-.08 2.46-.08 4.46v6c0 2 0 3.38.08 4.46.1 1.04.26 1.64.48 2.1q.78 1.5 2.28 2.28c.46.22 1.06.4 2.1.48 1.08.08 2.48.08 4.46.08h14c2 0 3.38 0 4.46-.08 1.04-.1 1.64-.26 2.1-.48a5.2 5.2 90 002.28-2.28c.22-.46.4-1.06.48-2.1.08-1.08.08-2.48.08-4.46v-6c0-2 0-3.38-.08-4.46a6 6 90 00-.48-2.1 5.2 5.2 90 00-2.28-2.28c-.46-.22-1.06-.4-2.1-.48-1.08-.08-2.48-.08-4.46-.08h-14c-2 0-3.38 0-4.46.08":""}
58
+ M12 29.8c0-1 .8-1.8 1.8-1.8h10.4a1.8 1.8 90 010 3.6H13.8a1.8 1.8 90 01-1.8-1.8m0-7.6c0-1 .8-1.8 1.8-1.8h3.4a1.8 1.8 90 110 3.6H13.8a1.8 1.8 90 01-1.8-1.8m17 7.6c0-1 .8-1.8 1.8-1.8h3.4a1.8 1.8 90 110 3.6h-3.4a1.8 1.8 90 01-1.8-1.8M22 22.2c0-1 .8-1.8 1.8-1.8h10.4a1.8 1.8 90 010 3.6h-10.4a1.8 1.8 90 01-1.8-1.8`)),b(m,p)};M(d,m=>{e.type==="off"?m(s):m(u,!1)})}b(r,l)},$$slots:{default:!0}}),H()}function Vm(t,e){F(e,!0);let i=h(e,"isSubtitlesEnabled",3,!1),r=ye().ui.t,a=f(()=>i()?r("tooltip_subtitles_on"):r("tooltip_subtitles_off"));zt(t,{testId:"subtitles-btn",get ariaLabel(){return n(a)},get click(){return e.click},get ariaKeyShortCut(){return Ss.KeyC},role:"button",children:(l,d)=>{let s=f(()=>i()?void 0:"outline");ba(l,{get size(){return"24"},get type(){return n(s)}})},$$slots:{default:!0}}),H()}var ax=k('<span class="duration s-1y" data-testid="video_duration"> </span>'),lx=k('<div data-testid="time"><span class="current s-1y" data-testid="current_time"> </span> <!></div>'),dx={hash:"s-1y",code:'.time.s-1y{align-items:center;color:var(--controls-time);display:flex;font-variant-numeric:tabular-nums;font-weight:500;padding:12px 6px}.time.mobile.s-1y{padding:0 0 0 8px}.current.s-1y{position:relative}.duration.s-1y{opacity:.7}.duration.s-1y:before{content:" / ";white-space:pre}'};function _c(t,e){F(e,!0),Q(t,dx);let i=h(e,"isMobile",3,!1),o=h(e,"isHidden",3,!1),r=h(e,"showDuration",3,!0),a=h(e,"ref",15),l=Rt(),d=re(!1),s=f(()=>tn(e.duration)),u=f(()=>tn(e.position));var m=lx();let p;var v=C(m),$=C(v,!0);S(v);var y=P(v,2);{var g=x=>{var I=ax(),T=C(I,!0);S(I),N(()=>ve(T,n(s))),b(x,I)};M(y,x=>{r()&&x(g)})}S(m),Bs(m,()=>ed(o()&&l.features.usePerformanceFix,d,l.disableInvisibleComponentsTimeout)),tt(m,x=>a(x),()=>a()),N(x=>{p=ie(m,1,"time s-1y",null,p,x),ve($,n(u))},[()=>({mobile:i()})]),b(t,m),H()}var $c=require("@vkontakte/videoplayer-shared/es2015");var cx=Ae('<path d="M21.8632 10.0832C22.2147 9.73171 22.7852 9.73171 23.1367 10.0832C23.4881 10.4347 23.4881 11.0051 23.1367 11.3566L18.6367 15.8566C18.2852 16.2081 17.7147 16.2081 17.3632 15.8566C17.0117 15.5051 17.0117 14.9347 17.3632 14.5832L21.8632 10.0832Z"></path><path d="M17.3632 11.3566C17.0117 11.0051 17.0117 10.4347 17.3632 10.0832C17.7147 9.73171 18.2852 9.73171 18.6367 10.0832L23.1367 14.5832C23.4881 14.9347 23.4881 15.5051 23.1367 15.8566C22.7852 16.2081 22.2147 16.2081 21.8632 15.8566L17.3632 11.3566Z"></path>',1),ux=Ae("<path></path>"),px=Ae('<path d="M14 3C14.5523 3 15 3.44772 15 4V20C15 20.5523 14.5523 21 14 21C13.3585 21 12.7422 20.7509 12.2808 20.3052L6.79013 15H4C2.89543 15 2 14.1046 2 13V11C2 9.89543 2.89543 9 4 9H6.765L12.2794 3.6934C12.7418 3.24852 13.3584 3 14 3Z"></path><!>',1);function $a(t,e){F(e,!0);let i=h(e,"volume",3,1),o=h(e,"muted",3,!1),r=(u,m)=>m?"off":u>.5?"max":u>.2?"mid":u>0?"min":"off",a=f(()=>r(i(),o())),l=f(()=>hn(e.size)),d="M16.8748 8.85259C17.2324 8.50731 17.8021 8.51726 18.1474 8.87481C18.5465 9.28803 18.8614 9.77691 19.0757 10.3128C19.2901 10.8486 19.4 11.4218 19.4 12C19.4 12.5782 19.2901 13.1514 19.0757 13.6872C18.8614 14.2231 18.5465 14.712 18.1474 15.1252C17.8021 15.4827 17.2324 15.4927 16.8748 15.1474C16.5173 14.8021 16.5073 14.2324 16.8526 13.8748C17.0876 13.6314 17.2757 13.3408 17.4045 13.0187C17.5333 12.6966 17.6 12.3504 17.6 12C17.6 11.6496 17.5333 11.3034 17.4045 10.9813C17.2757 10.6592 17.0876 10.3686 16.8526 10.1252C16.5073 9.76764 16.5173 9.19788 16.8748 8.85259Z",s="M19.2636 6.2636C19.6151 5.91213 20.1849 5.91213 20.5364 6.2636C21.2516 6.97878 21.9929 7.99659 22.3989 8.97678C22.7959 9.93525 23.0003 10.9625 23.0003 12C23.0003 13.0374 22.7959 14.0647 22.3989 15.0232C21.9929 16.0034 21.2516 17.0212 20.5364 17.7364C20.1849 18.0879 19.6151 18.0879 19.2636 17.7364C18.9121 17.3849 18.9121 16.8151 19.2636 16.4636C19.8484 15.8788 20.4384 15.0527 20.7359 14.3343C21.0425 13.5943 21.2003 12.801 21.2003 12C21.2003 11.1989 21.0425 10.4057 20.7359 9.66561C20.4384 8.94724 19.8484 8.12124 19.2636 7.5364C18.9121 7.18492 18.9121 6.61508 19.2636 6.2636Z";Ze(t,{get style(){return n(l)},get testId(){var u;return`volume-${(u=n(a))!=null?u:""}-icon`},get shadow(){return e.shadow},children:(u,m)=>{var p=px(),v=P(se(p));{var $=g=>{var x=cx();ti(),b(g,x)},y=g=>{var x=ux();N(()=>De(x,"d",`${d}${n(a)==="max"?s:""}`)),b(g,x)};M(v,g=>{n(a)==="off"?g($):g(y,!1)})}b(u,p)},$$slots:{default:!0}}),H()}var Fo=require("@vkontakte/videoplayer-shared/es2015");var ap=require("@vkontakte/videoplayer-shared/es2015");var Cb=require("@vkontakte/videoplayer-shared/es2015");var fx=k('<div class="overlay"><!></div>');function Rm(t,e){F(e,!0);let[i,o]=Be(),r=()=>w(l,"$overlayContainer$",i),l=ye().ui.overlayContainer$,d=K(void 0),s=v=>{!v||!n(d)||!v.contains(n(d))||v.removeChild(n(d))},u=v=>{!v||!n(d)||v.contains(n(d))||v.appendChild(n(d))};He(()=>{u(r())}),Vt(()=>(u(r()),()=>s(r())));var m=fx(),p=C(m);ii(p,()=>{var v;return(v=e.children)!=null?v:xt}),S(m),tt(m,v=>O(d,v),()=>n(d)),b(t,m),H(),o()}var mx=k('<div class="tooltip s-1o"><div class="content s-1o"> </div> <div class="tooltip-pointer s-1o"></div></div>'),vx=k("<div><!></div> <!>",1),gx={hash:"s-1o",code:'.tooltip-wrapper.s-1o{display:flex;flex-direction:column;min-width:0}.full-width.s-1o{width:100%}.tooltip.s-1o{bottom:100%;left:0;opacity:0;position:absolute;transition:opacity .2s,visibility .2s;visibility:hidden}.content.s-1o{background-color:rgba(41,41,41,.8);border-radius:3px;color:var(--white);display:inline-block;padding:6px 10px}.tooltip-pointer.s-1o{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(41,41,41,.8);bottom:0;content:" ";font-size:0;line-height:0;position:absolute;width:0}'};function tl(t,e){F(e,!0),Q(t,gx);let[i,o]=Be(),r=()=>w(j,"$overlayContainer$",i),a=()=>w(z,"$containerSize",i),l=h(e,"isMobile",3,!1),d=h(e,"content",3,""),s=h(e,"active",15,!1),u=h(e,"translateX",3,0),m=h(e,"translateY",3,0),p=h(e,"isFullWidthWrapper",3,!1),v=h(e,"maxTooltipWidth",3,void 0),$=h(e,"placement",3,"top"),y=h(e,"onVisibilityChange",3,Cb.noop),g=5,x=K(void 0),I=K(void 0),T,D=K(0),A=K(0),E=K(0),V=K(0),q=Rt(),L=ye(),z=L.ui.playerSize,j=L.ui.overlayContainer$;He(()=>{Lt(()=>{y()(s())})});let te=L.getLogger().createComponentLog("Tooltip component"),ee=_e=>{if(!r()||!n(I)||!n(x))return;O(A,g);let W=r().getBoundingClientRect(),Ce=n(x).getBoundingClientRect(),ke=Ce.width,Ye=n(I).clientWidth,Te=a().width,we=(ke-Ye)/2,Fe=Ce.left+u()-W.left,rt=Fe+we,ft=Ce.top+m()-W.top,Pt=Ye/2-g,lt=rt<8,ni=rt+Ye>Te-8;_e==="top-left"&&(rt=Fe),lt&&(rt=8,Pt=Fe+Ce.width/2-2.5*g),ni&&(rt=Te-8-Ye,Pt=Ce.left-W.left+Ce.width/2-rt-g),O(E,rt,!0),O(V,ft),O(D,Pt,!0)},oe=()=>{!r()||!n(I)||!n(x)||O(A,-g)},ae=()=>{if(!r()||!n(I)||!n(x))return;O(D,g);let _e=r().getBoundingClientRect(),W=n(x).getBoundingClientRect(),Ce=W.height,ke=n(I).clientHeight,Ye=(Ce-ke)/2+ke,Te=W.left+u()-_e.left-n(I).clientWidth,we=2,Fe=Te-g;Fe<8&&(Fe=8);let ft=W.top+m()-_e.top+Ye,Pt=we-Ye/2,lt=we-g;O(E,Fe,!0),O(V,ft),O(A,Pt),O(D,lt)},le=()=>{!r()||!n(I)||!n(x)||O(D,-g)},ce=()=>{switch($()){case"top":ee();break;case"bottom":oe();break;case"left":ae();break;case"top-left":ee("top-left");break;default:le();break}},X=()=>{try{if(!r()||!n(x))return;ce(),s(!0)}catch(_e){te({message:String(_e)})}},he=()=>{s(!1)},Ee=()=>{n(I)&&(T||(T=window.setTimeout(X,q.controls.hideTimeoutTooltips)),s()&&X())},de=()=>{he(),window.clearTimeout(T),T=void 0},Ke=(_e,W,Ce)=>{let ke="";switch($()){case"top":ke=`transform: translate(${_e}px, ${W}px);`;break;case"bottom":ke=`transform: translate(${_e}px, ${W}px); top: auto; bottom: 100%;`;break;case"left":ke=`transform: translate(${_e}px, ${W}px); left: 0; right: auto;`;break;default:ke=`transform: translate(${_e}px, ${W}px);`}return ke+=` max-width: ${v()===void 0?"auto":`${v()}px`};`,ke+=` opacity: ${Ce?1:0}; visibility: ${Ce?"visible":"hidden"}`,ke},ue=(_e,W)=>{let Ce="";switch($()){case"top-left":case"top":Ce=`transform: translate(${_e}px, ${W}px) rotate(0); top: auto; bottom: 0;`;break;case"bottom":Ce=`transform: translate(${_e}px, ${W}px) rotate(180deg); top: 0; bottom: auto;`;break;case"left":Ce=`transform: translate(${_e}px, ${W}px) rotate(-90deg); left: 100%; top: auto; bottom: 0;`;break;default:Ce=`transform: translate(${_e}px, ${W}px) rotate(90deg); right: 100%; top: auto; bottom: 0;`}return Ce},fe=f(()=>Ke(n(E),n(V),s())),Z=f(()=>ue(n(D),n(A)));Vt(ce),gn(()=>window.clearTimeout(T));var B=vx(),pe=se(B);let me;pe.__pointermove=Ee,pe.__pointerdown=de,pe.__pointerup=function(..._e){var W;(W=e.disableMouseupTooltipShow?void 0:Ee)==null||W.apply(this,_e)};var Ie=C(pe);ii(Ie,()=>{var _e;return(_e=e.children)!=null?_e:xt}),S(pe),tt(pe,_e=>O(x,_e),()=>n(x));var ot=P(pe,2);{var Me=_e=>{Rm(_e,{children:(W,Ce)=>{var ke=mx(),Ye=C(ke),Te=C(Ye,!0);S(Ye);var we=P(Ye,2);S(ke),tt(ke,Fe=>O(I,Fe),()=>n(I)),N(()=>{Qe(ke,n(fe)),ve(Te,d()),Qe(we,n(Z))}),b(W,ke)},$$slots:{default:!0}})};M(ot,_e=>{d()&&!l()&&_e(Me)})}N(_e=>me=ie(pe,1,"tooltip-wrapper s-1o",null,me,_e),[()=>({"full-width":p()})]),pt("pointerenter",pe,Ee),pt("pointerleave",pe,de),b(t,B),H(),o()}et(["pointermove","pointerdown","pointerup"]);var Tb=t=>{t.stopPropagation()},hx=k("<div><!></div>"),_x={hash:"s-1i",code:".btn-container.s-1i{align-items:center;display:flex;height:100%;position:relative;transition:var(--button-hover-transition);will-change:opacity;-webkit-tap-highlight-color:transparent}.w-max.s-1i{min-width:0;width:100%}"};function Bo(t,e){F(e,!0),Q(t,_x);let[i,o]=Be(),r=()=>w(u,"$isGraphOpened$",i),a=()=>w(s,"$isMobile",i),l=ye(),d=Po(),s=l.ui.isMobile,u=d.graphIsOpened$,m=l.ui.t,p=h(e,"className",3,""),v=h(e,"disabled",3,!1),$=h(e,"hasTooltip",3,!0),y=h(e,"ref",15,void 0),g=h(e,"width",15,void 0),x=h(e,"isFullWidthTooltip",3,!0),I=h(e,"tooltipContent",3,""),T=h(e,"tooltipVisible",3,!1),D=h(e,"tooltipPlacement",3,"top"),A=h(e,"disabledTooltipContent",19,()=>m("tooltip_button_disabled")),E=h(e,"isAriaHidden",3,!1),V=h(e,"onTooltipVisibilityChange",3,ap.noop),q=h(e,"initialTranslateXPx",3,0),L=h(e,"initialTranslateYPx",19,()=>-18),z=h(e,"mouseEnter",3,ap.noop),j=h(e,"mouseLeave",3,ap.noop),te=f(()=>v()?r()?m("tooltip_disabled_when_graph_on"):A():I()),ee=K(!1);He(()=>{T()||O(ee,!1)});var oe=hx();oe.__pointerdown=[Tb],oe.__click=[Tb];var ae=C(oe);{var le=X=>{tl(X,{get content(){return n(te)},get translateX(){return q()},get translateY(){return L()},get isFullWidthWrapper(){return x()},get placement(){return D()},get onVisibilityChange(){return V()},get disableMouseupTooltipShow(){return e.disableMouseupTooltipShow},get active(){return n(ee)},set active(he){O(ee,he,!0)},children:(he,Ee)=>{var de=Re(),Ke=se(de);ii(Ke,()=>{var ue;return(ue=e.children)!=null?ue:xt}),b(he,de)},$$slots:{default:!0}})},ce=X=>{var he=Re(),Ee=se(he);ii(Ee,()=>{var de;return(de=e.children)!=null?de:xt}),b(X,he)};M(ae,X=>{$()&&n(te)&&!a()?X(le):X(ce,!1)})}S(oe),tt(oe,X=>y(X),()=>y()),N(()=>{var X;ie(oe,1,`btn-container ${(X=p())!=null?X:""}`,"s-1i"),De(oe,"aria-hidden",E()||null)}),pt("mouseenter",oe,function(...X){var he;(he=z())==null||he.apply(this,X)}),pt("mouseleave",oe,function(...X){var he;(he=j())==null||he.apply(this,X)}),Vn(oe,"clientWidth",g),b(t,oe),H(),o()}et(["pointerdown","click"]);var bx=Ae('<rect width="20" height="20" rx="10"></rect><path d="m12.53 8.69.06.19-.22-.64a.83.83 0 0 0-1.6.47l.13.48-.23-.85a.82.82 0 0 0-1.6.24l-.73-2.93a.85.85 0 0 0-1.65.4L8 11.34l-1.12-1.16a.8.8 0 0 0-1.21 1.03l2.23 2.94s1.23 1.83 4.3 1.23c2.43-.48 3.25-2.67 2.58-4.88l-.55-2.3a.88.88 0 1 0-1.7.49"></path>',1);function bc(t,e){let i=f(()=>(e.completed,"interactive-episode-completed-icon"));Ze(t,{width:"20",height:"20",fill:"none",get testId(){return n(i)},children:(o,r)=>{var a=bx(),l=se(a),d=P(l);N(()=>{De(l,"fill",pa),De(l,"fill-opacity",e.completed?1:.24),De(d,"fill",e.completed?"var(--interactive-episode-complete)":"white")}),b(o,a)},$$slots:{default:!0}})}var $x=k("<div><!></div>"),yx={hash:"s-15",code:".interactive-episode-icon.s-15{cursor:default;height:20px;position:absolute;transform:translateX(-50%);width:20px}.interactive-episode-icon.disabled.s-15{opacity:.4;pointer-events:none}"};function Dm(t,e){F(e,!0),Q(t,yx);let o=ye().ui.t,r=K(0),a=f(()=>o(e.videoEpisode.completed?"tooltip_episode_finished":"tooltip_episode_unfinished"));Bo(t,{get tooltipContent(){return n(a)},initialTranslateXPx:-10,initialTranslateYPx:-10,get disabled(){return e.disabled},get width(){return n(r)},isAriaHidden:!0,isFullWidthTooltip:!1,children:(l,d)=>{var s=$x();let u;var m=C(s);let p=f(()=>!!e.videoEpisode.completed);bc(m,{get completed(){return n(p)}}),S(s),N(v=>{u=ie(s,1,"interactive-episode-icon s-15",null,u,v),Qe(s,`left: ${e.videoEpisode.from+e.videoEpisode.width/2}%`)},[()=>({disabled:e.disabled})]),Vn(s,"clientWidth",v=>O(r,v)),b(l,s)},$$slots:{default:!0}}),H()}var xx=k('<div><div class="video-episode-inner s-17"><div class="video-episode-loaded s-17"></div> <div></div></div></div>'),wx=k('<div class="video-episodes-wrap s-17"></div>'),Sx={hash:"s-17",code:".video-episodes-wrap.s-17{height:100%;position:absolute;width:100%}.video-episode.s-17{box-sizing:border-box;height:calc(var(--slider-height)*3);margin-top:calc(var(--slider-height)*-1);padding:var(--slider-height) var(--slider-video-episode-gap);position:absolute;transition:transform .2s}.video-episode.s-17:first-child{padding-left:0}.video-episode.s-17:last-child{padding-right:0}.video-episode.s-17:not(.disabled):where(:hover,:active){transform:scaleY(1.5)}.video-episode-filled.s-17,.video-episode-inner.s-17,.video-episode-loaded.s-17{border-radius:var(--slider-radius);height:var(--slider-height);position:absolute}.video-episode-inner.s-17{background:var(--slider-bg);overflow:hidden;position:absolute;width:calc(100% - var(--slider-video-episode-gap)*2)}.video-episode.s-17:first-child .video-episode-inner:where(.s-17),.video-episode.s-17:last-child .video-episode-inner:where(.s-17){width:calc(100% - var(--slider-video-episode-gap))}.video-episode-loaded.s-17{background:var(--slider-loaded-bg);transition:transform .2s}.video-episode-filled.s-17,.video-episode-loaded.s-17{border-radius:var(--slider-radius);height:100%;left:-100%;position:absolute;width:100%}.video-episode-filled.s-17{background-color:var(--slider-filled-bg)}"};function Om(t,e){Q(t,Sx);let i=h(e,"videoEpisodes",19,()=>[]);var o=wx();Ci(o,21,i,r=>r.from,(r,a)=>{var l=xx();let d;var s=C(l),u=C(s),m=P(u,2);let p;S(s),S(l),N((v,$)=>{d=ie(l,1,"video-episode s-17",null,d,v),Qe(l,`left: ${n(a).from}%; width: ${n(a).width}%`),Qe(u,`transform: translateX(${n(a).loadedWidth/n(a).width*100}%)`),p=ie(m,1,"video-episode-filled s-17",null,p,$),Qe(m,`transform: translateX(${n(a).filledWidth/n(a).width*100}%)`)},[()=>({disabled:e.disabled,mobile:e.isMobile}),()=>({mobile:e.isMobile})]),b(r,l)}),S(o),b(t,o)}function Cx(t,e,i,o,r,a,l){if(t.preventDefault(),e()&&O(i,e().getBoundingClientRect(),!0),o()||n(r)||!e())return;O(r,!0);let d=a(t.clientX,t.clientY);l()(d,t),e().setPointerCapture(t.pointerId)}function Tx(t,e,i,o,r,a,l,d){if(t.preventDefault(),e())return;let s=i(t.clientX,t.clientY),u=o(t.clientX);r()(s,u,n(a).width,t),n(l)&&d()(s)}function Ix(t,e,i,o,r){if(t.preventDefault(),e()||!n(i))return;O(i,!1);let a=o(t.clientX,t.clientY);r()(a,t)}function Ex(t,e,i,o){t.stopPropagation(),t.preventDefault(),e()&&i()(o(t.clientX,t.clientY))}function Px(t,e,i,o,r,a){let l=e(t.clientX,t.clientY);i()&&o()(l),O(r,!1),a()(l)}var Ax=k("<div></div>"),kx=k('<div class="bars s-h"><div class="loaded s-h"></div> <div></div></div>'),Lx=k('<!> <div role="slider" tabindex="0"><!> <div><div></div></div></div>',1),Mx={hash:"s-h",code:'.interactive-icons.s-h{position:absolute;top:-28px;width:calc(100% - 20px)}.interactive-icons.mobile.s-h{top:-10px}.slider.s-h{border-radius:var(--slider-radius);cursor:pointer;height:var(--slider-height);position:relative;touch-action:none;transition:opacity .2s;width:100%;will-change:opacity,transform;-webkit-tap-highlight-color:transparent}.no-handle.s-h{cursor:default}.slider.s-h:before{content:"";height:calc(var(--controls-height)/2);left:0;position:absolute;right:0;top:calc((var(--controls-height)/2 - var(--slider-height))*-1/2)}.bars.s-h{background:var(--slider-bg);overflow:hidden}.bars.s-h,.loaded.s-h{border-radius:var(--slider-radius);height:100%;position:absolute;width:100%}.loaded.s-h{background:var(--slider-loaded-bg);left:-100%;transition:transform .2s;will-change:transform}.filled.s-h{background-color:var(--slider-filled-bg);border-radius:var(--slider-radius);height:100%;left:-100%;position:absolute;width:100%}.slider.square.s-h,.slider.square.s-h .filled:where(.s-h),.slider.square.s-h .loaded:where(.s-h),.slider.square.s-h>.bars:where(.s-h){border-radius:unset}.filled.active-live.s-h{background-color:var(--timeline-slider-filled-active-live-bg)}.filled.ads.s-h{background-color:var(--slider-filled-ads)}.handleWrap.s-h{left:-100%;position:absolute;width:100%}.handle.s-h{background-color:var(--slider-handle-bg);border-radius:50%;height:var(--slider-handle-size);opacity:0;position:absolute;right:calc(var(--slider-handle-size)*-1/2);top:calc((var(--slider-height) - var(--slider-handle-size))/2);transform:scale(0);transition:opacity .2s,transform .2s;visibility:hidden;width:var(--slider-handle-size);will-change:opacity,transform}.handle.active-live.s-h{background-color:var(--timeline-slider-handle-active-live-bg)}.handle-always-visible.s-h .handle:where(.s-h),.slider-dragging.s-h .handle:where(.s-h),.slider.s-h:hover .handle:where(.s-h){opacity:1;transform:scale(1);visibility:visible}.slider-dragging.s-h .handle:where(.s-h){transform:scale(1.3)}.slider-vertical.s-h{left:-8px;position:absolute;top:-18px;transform:rotate(-90deg);transform-origin:0 0}.slider.disabled.s-h{cursor:default;opacity:.4}'};function il(t,e){F(e,!0),Q(t,Mx);let i=h(e,"ref",15,void 0),o=h(e,"className",3,""),r=h(e,"testId",3,void 0),a=h(e,"isHidden",3,!1),l=h(e,"isVertical",3,!1),d=h(e,"isActiveLive",3,!1),s=h(e,"isMobile",3,!1),u=h(e,"squareBorders",3,!1),m=h(e,"videoEpisodes",19,()=>[]),p=h(e,"withWheelHandler",3,!1),v=h(e,"isInteractive",3,!1),$=h(e,"disabled",3,!1),y=h(e,"hideHandel",3,!1),g=h(e,"onPointerDown",3,Fo.noop),x=h(e,"onHandleMove",3,Fo.noop),I=h(e,"onPointerUp",3,Fo.noop),T=h(e,"onPointerEnter",3,Fo.noop),D=h(e,"onPointerMove",3,Fo.noop),A=h(e,"onPointerLeave",3,Fo.noop),E=h(e,"onMouseEnter",3,Fo.noop),V=h(e,"onMouseLeave",3,Fo.noop),q=h(e,"onWheelUp",3,Fo.noop),L=h(e,"onWheelDown",3,Fo.noop),z=h(e,"onWheelLeft",3,Fo.noop),j=h(e,"onWheelRight",3,Fo.noop),te=h(e,"onDisabledClick",3,Fo.noop),ee=h(e,"loadedProgress",3,0),oe=h(e,"filledProgress",3,0),ae=h(e,"handleProgress",3,0),le=h(e,"ariaLabel",3,""),ce=h(e,"ariaValueMin",3,void 0),X=h(e,"ariaValueMax",3,void 0),he=h(e,"ariaValueNow",3,void 0),Ee=h(e,"ariaValueText",3,""),de=h(e,"onContextMenu",3,Fo.noop),Ke=h(e,"handleAlwaysVisible",3,!1),ue=Rt(),fe=K(void 0),Z=K(!1),B=f(()=>{var be;return(be=X())!=null?be:0}),pe=f(()=>{var be;return(0,Fo.isNonNullable)(m())&&((be=m()[m().length-1])==null?void 0:be.time)<n(B)}),me=f(()=>(0,Fo.isNonNullable)(m())&&m().length&&n(pe)&&n(B)?Ye(ee()*100,oe()*100):[]);function Ie(be){if(be.preventDefault(),i()&&O(fe,i().getBoundingClientRect(),!0),$())return;let Ne=Ce(be.clientX,be.clientY),ht=ke(be.clientX);T()(Ne,ht,n(fe).width)}function ot(be){be.preventDefault(),!$()&&A()()}function Me(){E()()}function _e(){V()()}function W(be){$()||p()&&(be.preventDefault(),be.deltaY<0?q()():be.deltaY>0?L()():be.deltaX>0?j()():z()())}function Ce(be,Ne){return l()?Math.max(0,Math.min(1,(n(fe).height-(Ne-n(fe).top))/n(fe).height)):Math.min(Math.max(be-n(fe).x,0),n(fe).width)/n(fe).width}function ke(be){return Math.min(Math.max(be-n(fe).x,0),n(fe).width)}function Ye(be,Ne){let ht=ue.features.episodesClustering&&!v()?ue.episodeMinWidthPc:0,At=[],Se=m()[0].time/n(B)*100,Xe=0,ze=0;for(let Tt=1;Tt<m().length;Tt++)Xe=m()[Tt].time/n(B)*100,Xe-Se>ht&&(At.push({from:Se,width:Math.max(0,Xe-Se),loadedWidth:Math.max(0,Math.min(Xe,be)-Se),filledWidth:Math.max(0,Math.min(Xe,Ne)-Se),interactive:m()[Tt-1].interactive,completed:m()[Tt-1].completed}),Se=m()[Tt].time/n(B)*100,ze++);let xe={from:Se,width:Math.max(0,100-Se),loadedWidth:Math.max(0,Math.min(be,100)-Se),filledWidth:Math.max(0,Math.min(Ne,100)-Se),interactive:m()[ze].interactive,completed:m()[ze].completed};100-Se<ht?(ze-=1,At[ze].width+=100-Se,At[ze].loadedWidth+=Math.max(0,Math.min(be,100)-Se),At[ze].filledWidth+=Math.max(0,Math.min(Ne,100)-Se)):At[ze]=xe;let Ft=m()[0].time;if(Ft!==0){let Tt=Ft/n(B)*100;At.unshift({from:0,width:Tt,loadedWidth:Math.min(Tt,be),filledWidth:Math.min(Tt,Ne)})}return At}function Te(be){return Math.max(0,Math.min(100,be*100))}let we=f(()=>Te(ee())),Fe=f(()=>Te(oe()));var rt=Lx(),ft=se(rt);{var Pt=be=>{var Ne=Ax();let ht;Ci(Ne,21,()=>n(me),At=>At.from,(At,Se)=>{var Xe=Re(),ze=se(Xe);{var xe=Ft=>{Dm(Ft,{get videoEpisode(){return n(Se)},get disabled(){return $()}})};M(ze,Ft=>{n(Se).interactive&&Ft(xe)})}b(At,Xe)}),S(Ne),N(At=>ht=ie(Ne,1,"interactive-icons s-h",null,ht,At),[()=>({mobile:s(),hidden:s()&&!n(Z)})]),b(be,Ne)};M(ft,be=>{v()&&be(Pt)})}var lt=P(ft,2);let ni;lt.__pointerdown=[Cx,i,fe,$,Z,Ce,g],lt.__pointermove=[Tx,$,Ce,ke,D,fe,Z,x],lt.__pointerup=[Ix,$,Z,Ce,I],lt.__click=[Ex,$,te,Ce],lt.__contextmenu=[Px,Ce,$,te,Z,de];var Ct=C(lt);{var Nt=be=>{Om(be,{get videoEpisodes(){return n(me)},get disabled(){return $()},get isMobile(){return s()}})},Bt=be=>{var Ne=kx(),ht=C(Ne),At=P(ht,2);let Se;S(Ne),N(Xe=>{De(ht,"data-value",n(we)),Qe(ht,`transform: translateX(${n(we)}%);`),Se=ie(At,1,"filled s-h",null,Se,Xe),De(At,"data-value",n(Fe)),Qe(At,`transform: translateX(${n(Fe)}%);`)},[()=>({"active-live":d()})]),b(be,Ne)};M(Ct,be=>{n(me).length?be(Nt):be(Bt,!1)})}var Yt=P(Ct,2);let Le;var Y=C(Yt);let Oe;S(Yt),S(lt),tt(lt,be=>i(be),()=>i()),N((be,Ne,ht,At)=>{var Se,Xe;ni=ie(lt,1,`slider ${(Se=o())!=null?Se:""}`,"s-h",ni,be),De(lt,"aria-label",le()),De(lt,"aria-valuemin",ce()),De(lt,"aria-valuemax",X()),De(lt,"aria-valuenow",he()),De(lt,"aria-valuetext",Ee()),De(lt,"data-testid",(Xe=r())!=null?Xe:null),Le=ie(Yt,1,"handleWrap s-h",null,Le,Ne),Qe(Yt,ht),Oe=ie(Y,1,"handle s-h",null,Oe,At)},[()=>({disabled:$(),"slider-dragging":n(Z),hidden:a(),"handle-always-visible":Ke(),"slider-vertical":l(),"no-handle":y(),square:u()}),()=>({hidden:y()}),()=>`transform: translateX(${Te(ae())}%);`,()=>({"active-live":d()})]),pt("pointerenter",lt,Ie),pt("pointerleave",lt,ot),pt("mouseenter",lt,Me),pt("mouseleave",lt,_e),pt("wheel",lt,W),b(t,rt),H()}et(["pointerdown","pointermove","pointerup","click","contextmenu"]);var go=(t,e)=>oc[t]>=oc[e];var zs=(t,e)=>oc[t]<=oc[e],Ib=t=>t>699?"xl":t>599?"l":t>509?"m":t>320?"s":"xs";var Rx=k("<div><!></div>"),Dx=k("<div><!> <!></div>"),Ox={hash:"s-27",code:".volumeBar-container.s-27{align-items:center;display:flex}.vertical.s-27 .btn,.vertical.s-27 .tooltip-wrapper,.volumeBar-container.vertical.s-27{width:40px}.volumeBar.s-27{align-items:center;display:flex;margin:0 8px;position:relative;width:70px;--slider-height:var(--slider-volume-height);--slider-radius:var(--slider-volume-radius);--slider-handle-size:var(--slider-volume-handle-size);--slider-bg:var(--volume-slider-bg);--slider-filled-bg:var(--volume-slider-filled-bg);--slider-handle-bg:var(--volume-slider-handle-bg)}.volumeBar-slider-vertical{width:50px!important}.volumeBar-vertical.s-27{padding:0 8px 0 0;width:0}"};function Nm(t,e){var ke,Ye;F(e,!0),Q(t,Ox);let[i,o]=Be(),r=()=>w(D,"$isAudioAvailable$",i),a=()=>w(v,"$muted$",i),l=()=>w(p,"$volume$",i),d=()=>w(x,"$currentGridType$",i),s=()=>w(Ie,"$controlsVisible",i),u=ye(),m=Rt(),p=u.state.volume$,v=u.state.muted$,{setVolume:$,startVolumeChanging:y,stopVolumeChanging:g}=u.actions.internal,x=u.ui.currentGridType$,I=(ke=u.callbacks)==null?void 0:ke.onAudioDoesNotExistHint,T=(Ye=u.callbacks)==null?void 0:Ye.onAudioDisabledHint,D=u.state.isAudioAvailable$,A=u.state.isAudioDisabled,E=u.ui.t,V=K(!1),q,L=f(()=>e.isAds||r()),z=f(()=>!n(L)||a()||l()===0),j=f(()=>zs(d(),"l")),te=f(()=>n(j)?"":n(z)?!r()||A?E("tooltip_sound_unavailable"):E("tooltip_volume"):E("tooltip_volume_muted")),ee=f(()=>n(z)?E("tooltip_volume"):E("tooltip_volume_muted")),oe=f(()=>n(z)?0:l()),ae=!1,le=f(()=>e.isAds?!1:A?!T:r()?!1:!I);function ce(Te){y(),$(Te)}function X(){op(u,l(),m.controls.volumeStepWheel)}function he(){np(u,l(),m.controls.volumeStepWheel)}function Ee(Te){$(Te)}function de(Te){$(Te),g()}function Ke(){ae=!0}function ue(){ae=!1,B()}function fe(){clearTimeout(q),O(V,!0)}function Z(){B()}function B(){q=window.setTimeout(()=>{ae||O(V,!1)},m.controls.volumeBarTimeout)}function pe(Te){Te.preventDefault(),Te.deltaY<0?X():Te.deltaY>0&&he()}let me=K(!1),Ie=u.ui.controlsVisible;He(()=>{s()||O(me,!1)});var ot=Dx();let Me;var _e=C(ot);tl(_e,{get content(){return n(te)},translateY:-18,get active(){return n(me)},set active(Te){O(me,Te,!0)},children:(Te,we)=>{let Fe=f(()=>n(j)?"btn-volume-vertical":"btn-volume-horizontal");zt(Te,{className:"btn-full-opacity",get disabled(){return n(le)},get testId(){return n(Fe)},get ariaLabel(){return n(ee)},get click(){return e.click},get ariaKeyShortCut(){return Ss.KeyM},role:"button",children:(rt,ft)=>{$a(rt,{get size(){return"24"},get volume(){return l()},get muted(){return n(z)}})},$$slots:{default:!0}})},$$slots:{default:!0}});var W=P(_e,2);{var Ce=Te=>{var we=Rx();let Fe;var rt=C(we);let ft=f(()=>n(j)?"volumeBar-slider-vertical":""),Pt=f(()=>n(j)&&!n(V)),lt=f(()=>n(j)?Ke:$c.noop),ni=f(()=>n(j)?ue:$c.noop),Ct=f(()=>Math.round(n(oe)*100)),Nt=f(()=>`${Math.round(n(oe)*100)}%`),Bt=f(()=>n(j)?"volume-slider-vertical":"volume-slider");il(rt,{get className(){return n(ft)},get isHidden(){return n(Pt)},get isVertical(){return n(j)},withWheelHandler:!0,onWheelUp:X,onWheelDown:he,onPointerDown:ce,onHandleMove:Ee,onPointerUp:de,get onPointerEnter(){return n(lt)},get onPointerLeave(){return n(ni)},ariaLabel:"Ползунок громкости",ariaValueMin:0,ariaValueMax:100,get ariaValueNow(){return n(Ct)},get ariaValueText(){return n(Nt)},get filledProgress(){return n(oe)},get handleProgress(){return n(oe)},get testId(){return n(Bt)}}),S(we),N(Yt=>Fe=ie(we,1,"volumeBar s-27",null,Fe,Yt),[()=>({"volumeBar-vertical":n(j)})]),b(Te,we)};M(W,Te=>{n(L)&&Te(Ce)})}S(ot),N(Te=>Me=ie(ot,1,"volumeBar-container s-27",null,Me,Te),[()=>({vertical:n(j)})]),pt("mouseenter",ot,function(...Te){var we;(we=n(j)?fe:$c.noop)==null||we.apply(this,Te)}),pt("mouseleave",ot,function(...Te){var we;(we=n(j)?Z:$c.noop)==null||we.apply(this,Te)}),pt("wheel",ot,pe),b(t,ot),H(),o()}var Eb=require("@vkontakte/videoplayer-shared/es2015");var Nx=Ae('<path d="M4.58 13.98a1 1 0 0 1 .99-1h4.45a1 1 0 0 1 1 1v4.45a.99.99 0 0 1-1.99 0v-2.05L5.71 19.7a1 1 0 1 1-1.41-1.4l3.32-3.32H5.57a1 1 0 0 1-.99-1m10.39-6.36 3.32-3.32a1 1 0 1 1 1.41 1.4l-3.32 3.32h2.05a.99.99 0 0 1 0 1.98H14a1 1 0 0 1-1-1V5.57a.99.99 0 1 1 1.98 0z"></path>'),Bx=Ae('<path d="M10.5 19a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-4.5a1 1 0 0 1 2 0v2.07l3.36-3.36a1 1 0 0 1 1.42 0l.01.01a1 1 0 0 1 0 1.42L7.43 18H9.5a1 1 0 0 1 1 1M18 7.43l-3.36 3.36a1 1 0 0 1-1.42 0l-.01-.01a1 1 0 0 1 0-1.42L16.57 6H14.5a1 1 0 0 1 0-2H19a1 1 0 0 1 1 1v4.5a1 1 0 0 1-2 0z"></path>');function Bm(t,e){let i=h(e,"isFullscreen",8,!1),o=Pn(()=>i()?"close-fullscreen-icon":"open-fullscreen-icon");Ze(t,{get testId(){return n(o)},children:(r,a)=>{var l=Re(),d=se(l);{var s=m=>{var p=Nx();b(m,p)},u=m=>{var p=Bx();b(m,p)};M(d,m=>{i()?m(s):m(u,!1)})}b(r,l)},$$slots:{default:!0}})}function yc(t,e){F(e,!0);let i=h(e,"isFullscreen",3,!1),o=h(e,"click",3,Eb.noop),r=ye(),a=r.ui.isFullscreenOpenedByKeyboard,l=r.ui.t,d=f(()=>i()?l("tooltip_fullscreen_on"):l("tooltip_fullscreen_off"));zt(t,{testId:"fullscreen-btn",get ariaLabel(){return n(d)},click:u=>{let m=ga(u);a.set(m),o()()},get ariaKeyShortCut(){return Ss.KeyF},role:"button",children:(u,m)=>{Bm(u,{get isFullscreen(){return i()}})},$$slots:{default:!0}}),H()}var Fx=Ae('<svg><!><path fill="var(--btn-color, #fff)" fill-rule="evenodd" d="M4.26 4.26C3 5.54 3 7.57 3 11.65v.72c0 4.07 0 6.11 1.26 7.38C5.54 21 7.57 21 11.65 21h.72c4.07 0 6.11 0 7.38-1.26C21 18.47 21 16.43 21 12.36v-.72c0-4.07 0-6.11-1.26-7.38C18.47 3 16.43 3 12.36 3h-.72C7.57 3 5.53 3 4.26 4.26M6 8.5c.1 4.68 2.56 7.5 6.61 7.5h.24v-2.68c1.47.15 2.57 1.25 3.02 2.68H18a6 6 0 0 0-3-3.76 5.7 5.7 0 0 0 2.55-3.74h-1.94c-.4 1.49-1.61 2.84-2.77 2.97V8.5h-1.96v5.2c-1.2-.3-2.76-1.76-2.83-5.2z" clip-rule="evenodd"></path></svg>');function Fm(t,e){let i=Rn(e,["$$slots","$$events","$$legacy","children"]);var o=Fx();vo(o,()=>We({xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none","aria-hidden":"true","data-testid":"vk-logo-icon",role:"img"},i));var r=C(o);ii(r,()=>{var a;return(a=e.children)!=null?a:xt}),ti(),S(o),b(t,o)}var Hx=Ae('<svg><!><svg data-logo="vk_video"><path d="M7 8.6c0-1.96 0-2.94.38-3.69a3.5 3.5 0 0 1 1.53-1.53C9.66 3 10.64 3 12.6 3h1.36c2.46 0 3.7 0 4.64.48a4.4 4.4 0 0 1 1.92 1.92c.48.94.48 2.18.48 4.64v3.92c0 2.46 0 3.7-.48 4.64a4.4 4.4 0 0 1-1.92 1.92c-.94.48-2.18.48-4.64.48H12.6c-1.96 0-2.94 0-3.69-.38a3.5 3.5 0 0 1-1.53-1.53C7 18.34 7 17.36 7 15.4zm9.26 1.74c.9.54 1.36.81 1.51 1.16.13.3.13.65 0 .96-.15.34-.6.61-1.5 1.15l-2.4 1.43c-.93.56-1.4.84-1.8.8-.33-.03-.64-.2-.84-.48-.23-.31-.23-.86-.23-1.96v-2.85c0-1.1 0-1.64.23-1.96q.31-.42.85-.48c.38-.04.86.25 1.8.8zM5 9.04c0-2.46 0-3.7.48-4.64q.37-.71.95-1.25-.58.1-1.03.33A4.4 4.4 0 0 0 3.48 5.4C3 6.34 3 7.58 3 10.04v3.92c0 2.46 0 3.7.48 4.64a4.4 4.4 0 0 0 1.92 1.92q.45.23 1.03.33a4 4 0 0 1-.95-1.25C5 18.66 5 17.42 5 14.96z"></path></svg><svg x="4" y="3" data-logo="play_market"><path d="M0 1.26v15.47q0 .66.34 1L9.52 9 .33.28C.08.53 0 .92 0 1.26"></path><path d="M.33.28.38.23c.34-.3.89-.32 1.49 0l10.75 5.81-2.6 2.48zm10.29 8.75 2.88 2.45-.53.29-.34.18-2.58-2.44-9.71 8.22c.33.34.9.37 1.53.04l11.1-6 .53-.29 2.73-1.47c1.03-.56 1.03-1.47 0-2.02l-2.77-1.5-.84-.45.84.45.1.05z"></path></svg><svg x="3" data-logo="app_store"><path d="M17.62 16.37q-.48 1.09-1.15 2.03-.9 1.27-1.48 1.75-.88.8-1.9.83-.72 0-1.76-.42a5 5 0 0 0-1.89-.4q-.9 0-1.94.4a5 5 0 0 1-1.68.44q-.98.04-1.95-.85-.62-.53-1.55-1.82a13 13 0 0 1-1.63-3.2 12 12 0 0 1-.69-3.8q0-2.1.93-3.64A5.4 5.4 0 0 1 5.5 5.03q.77 0 2.03.46t1.62.47q.26 0 1.79-.55a6 6 0 0 1 2.43-.42 5.2 5.2 0 0 1 4.05 2.09q-2.4 1.44-2.4 4.02a4.4 4.4 0 0 0 1.49 3.34q.66.61 1.48.95-.18.5-.38.98M13.5.42q0 1.58-1.17 2.94c-.94 1.08-2.07 1.7-3.3 1.6L9 4.56c0-1 .45-2.08 1.24-2.96q.6-.67 1.5-1.12.93-.44 1.74-.48z"></path></svg><path d="M32.55 17.04h2.5L38.7 7h-1.8l-2.94 8.28h-.28L30.84 7H29zm15.52 0-4.61-5.2L47.72 7H45.6l-3.56 4.09h-.42V7h-1.7v10.04h1.7v-4.3h.43l3.76 4.3z"></path><path d="M57.89 11.89a2.2 2.2 0 0 0 1.44-2.16C59.33 8.14 58 7 56.06 7h-3.92v10.04h4.2c1.96 0 3.29-1.14 3.29-2.8 0-1.17-.66-2.04-1.74-2.35m-4.04-3.4h2.21c.92 0 1.54.56 1.54 1.39 0 .8-.62 1.36-1.54 1.36h-2.2zm2.5 7.06h-2.5v-2.81h2.5c.9 0 1.52.57 1.52 1.4 0 .84-.62 1.4-1.52 1.4m4.84 1.5h2.32l2.77-5.5h.22v5.5h1.57v-7.4h-2.32l-2.77 5.5h-.22v-5.5h-1.57zm7.96 2.21h1.64v-2.2h5.33v2.2h1.64v-3.7h-1.29V9.64h-5.43l-.37 3.78c-.13 1.34-.53 2.13-1.34 2.13h-.18zm2.49-3.7c.4-.39.57-1.04.68-2.15l.23-2.27h2.28v4.42zm14.38-2.3a3.7 3.7 0 0 0-3.84-3.76 3.7 3.7 0 0 0-3.85 3.85 3.7 3.7 0 0 0 3.85 3.84c1.54 0 2.99-.72 3.55-2.13l-1.54-.26c-.36.53-1.04.9-1.91.9-1.26 0-2.09-.77-2.24-1.91H86zm-3.84-2.33c1.02 0 1.8.65 2.06 1.58h-4.1a2.1 2.1 0 0 1 2.04-1.58m8.66 6.26c2.32 0 3.96-1.6 3.96-3.84 0-2.25-1.64-3.85-3.96-3.85s-3.97 1.6-3.97 3.85 1.64 3.84 3.97 3.84m0-1.5c-1.34 0-2.25-.95-2.25-2.34 0-1.4.9-2.35 2.25-2.35 1.34 0 2.25.95 2.25 2.35s-.91 2.35-2.25 2.35" class="_ru"></path><path d="M35.02 17.36h-2.48L29 7.42h1.83l2.83 8.2h.28l2.93-8.2h1.8zm8.41-5.15 4.6 5.15h-2.24l-3.75-4.26h-.43v4.26h-1.7V7.42h1.7v4.05h.41l3.55-4.05h2.1zm13.37 5.15h-2.48L50.8 7.42h1.83l2.82 8.2h.29l2.92-8.2h1.8zm6.46 0h-1.64v-7.33h1.64zm-.81-8.37q-.45 0-.74-.27a1 1 0 0 1-.28-.72q0-.44.28-.72.3-.28.74-.28t.72.28q.3.29.29.72 0 .44-.29.72t-.72.27m5.93 8.51q-1.03 0-1.86-.48a3.5 3.5 0 0 1-1.29-1.35 4 4 0 0 1-.45-1.98q0-1.1.45-1.95.46-.88 1.3-1.36.81-.5 1.85-.5.9 0 1.6.38.68.35 1.13.88V7.42h1.63v9.94h-1.22l-.34-1.18q-.46.54-1.17.94a3.4 3.4 0 0 1-1.63.38m.4-1.45q1.04 0 1.68-.65.65-.66.65-1.7t-.65-1.7a2.2 2.2 0 0 0-1.68-.66 2.2 2.2 0 0 0-1.66.66q-.64.66-.64 1.7t.64 1.7q.64.65 1.66.65m13.15-2.44-.03.52h-5.94q.12.86.71 1.38.6.51 1.52.51.63 0 1.13-.24.51-.24.78-.65l1.53.26q-.39 1.01-1.38 1.56-.96.55-2.16.55-1.1 0-1.98-.48a3.6 3.6 0 0 1-1.85-3.33q0-1.1.48-1.95.5-.88 1.37-1.36a4 4 0 0 1 1.98-.5q1.11 0 1.98.5.88.48 1.36 1.34.5.86.5 1.89m-3.84-2.31q-.73 0-1.29.42-.53.42-.74 1.14h4.1a2.2 2.2 0 0 0-2.07-1.56m8.66 6.2q-1.14 0-2.04-.48a3.7 3.7 0 0 1-1.4-1.35 4 4 0 0 1-.5-1.98q0-1.1.5-1.95.5-.88 1.4-1.36.9-.5 2.04-.5t2.03.5q.91.48 1.4 1.36.52.86.52 1.95 0 1.11-.51 1.98-.5.86-1.4 1.35-.9.48-2.04.48m0-1.48q.99 0 1.62-.63.63-.66.63-1.7t-.63-1.67a2.2 2.2 0 0 0-1.62-.65q-.99 0-1.62.65-.62.63-.62 1.67 0 1.05.62 1.7.63.63 1.62.63" class="_en"></path></svg>');function Hm(t,e){let i=Rn(e,["$$slots","$$events","$$legacy","children"]);var o=Hx();vo(o,()=>We({xmlns:"http://www.w3.org/2000/svg",width:"95",height:"24",fill:"var(--btn-color, #fff)","fill-rule":"evenodd","aria-hidden":"true","clip-rule":"evenodd",viewBox:"0 0 95 24",role:"img"},i));var r=C(o);ii(r,()=>{var a;return(a=e.children)!=null?a:xt}),ti(6),S(o),b(t,o)}var Ux={hash:"s-29",code:"svg [data-logo],svg[data-testid=vk-video-logo-icon--en] ._ru,svg[data-testid=vk-video-logo-icon--short] ._en,svg[data-testid=vk-video-logo-icon--short] ._ru,svg[data-testid=vk-video-logo-icon] ._en{opacity:0;visibility:hidden}svg[data-logo=app_store] [data-logo=app_store],svg[data-logo=play_market] [data-logo=play_market],svg[data-logo=vk_video] [data-logo=vk_video]{opacity:1;visibility:visible}"};function Um(t,e){F(e,!0),Q(t,Ux);let i=h(e,"short",3,!1),o=h(e,"isCyrillic",3,!0),r=h(e,"logo",19,()=>"vk_video"),a="vk-video-logo-icon--short",l=24,d=f(()=>!o()&&!i()?91:i()?l:95),s=f(()=>!o()&&!i()?"vk-video-logo-icon--en":i()?a:"vk-video-logo-icon"),u=f(()=>`0 0 ${n(d)} 24`);Hm(t,{get width(){return n(d)},height:"24",get viewBox(){return n(u)},get"data-testid"(){return n(s)},get"data-logo"(){return r()}}),H()}function xc(t,e){F(e,!0);let[i,o]=Be(),r=()=>w($,"$isMobile",i),a=()=>w(v,"$currentGridType$",i),l=()=>w(g,"$isCyrillicRelatedInterface$",i),d=h(e,"ref",15,void 0),s=h(e,"logoClickable",3,!1),u=h(e,"targetUrl",3,""),m=Rt(),p=ye(),v=p.ui.currentGridType$,$=p.ui.isMobile,y=p.ui.t,g=p.isCyrillicRelatedInterface$,x=f(()=>m.logoType!=="vk"),I=f(()=>n(x)?y("tooltip_vk_video_logo"):y("tooltip_vk_logo")),T=f(()=>(r()&&zs(a(),"m")||zs(a(),"l"))&&n(x)),D=()=>{var V,q;e.click(),(V=p.callbacks)!=null&&V.onLogoClicked?(q=p.callbacks)==null||q.onLogoClicked():u()&&window.open(u(),"_blank")},A=f(()=>!s()),E=f(()=>n(x)?"btn-vk-video-logo":"btn-vk-logo");zt(t,{className:"btn-full-opacity",get disabled(){return n(A)},click:D,get testId(){return n(E)},get ariaLabel(){return n(I)},get ref(){return d()},set ref(V){d(V)},children:(V,q)=>{var L=Re(),z=se(L);{var j=ee=>{Um(ee,{get logo(){return m.logoType},get short(){return n(T)},get isCyrillic(){return l()}})},te=ee=>{Fm(ee,{})};M(z,ee=>{n(x)?ee(j):ee(te,!1)})}b(V,L)},$$slots:{default:!0}}),H(),o()}var Ab=require("@vkontakte/videoplayer-core/es2015");var zm=require("@vkontakte/videoplayer-core/es2015");var zx=Ae('<path d="M3.6 13.3a5.1 5.1 0 0 1 5.05 5.83.9.9 0 0 1-1.78-.26 3.3 3.3 0 0 0-3.74-3.74.9.9 0 0 1-.26-1.78c.24-.03.49-.05.73-.05Z" class="s-16"></path><path d="M3.6 9.7a8.7 8.7 0 0 1 8.68 9.37.9.9 0 0 1-1.8-.14c.02-.17.02-.35.02-.53a6.9 6.9 0 0 0-7.43-6.88.9.9 0 0 1-.14-1.8l.67-.02ZM3.6 16.9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z" class="s-16"></path><path d="M16.24 4.1c.8 0 1.47 0 2 .04a4 4 0 0 1 1.53.38 3.9 3.9 0 0 1 1.7 1.71 4 4 0 0 1 .39 1.53c.04.53.04 1.2.04 2v4.48c0 .8 0 1.47-.04 2a4 4 0 0 1-.38 1.53 3.9 3.9 0 0 1-1.7 1.7 4 4 0 0 1-1.54.39c-.53.04-1.2.04-2 .04H15a.9.9 0 0 1 0-1.8h1.2c.85 0 1.44 0 1.9-.04.44-.03.68-.1.85-.19.4-.2.72-.52.92-.92.09-.17.16-.4.2-.85.03-.46.03-1.05.03-1.9V9.8c0-.85 0-1.44-.04-1.9-.03-.44-.1-.68-.19-.85a2.1 2.1 0 0 0-.92-.92 2.25 2.25 0 0 0-.85-.2 25.9 25.9 0 0 0-1.9-.03H5.83a2.1 2.1 0 0 0-1.81 1.4.9.9 0 1 1-1.7-.6A3.9 3.9 0 0 1 6 4.1h10.24Z" class="s-16"></path>',1),Wx=Ae('<path d="M3.60219 13.2993C6.41858 13.2995 8.70256 15.5835 8.70278 18.3999C8.70277 18.6469 8.68424 18.8909 8.65004 19.1294C8.57937 19.6212 8.12333 19.9625 7.63149 19.8921C7.13968 19.8213 6.79823 19.3654 6.86879 18.8735C6.89087 18.7195 6.90199 18.5611 6.902 18.3999C6.90178 16.5776 5.42447 15.1003 3.60219 15.1001C3.441 15.1001 3.28267 15.1112 3.12856 15.1333C2.63666 15.2039 2.18077 14.8624 2.11 14.3706C2.03966 13.8788 2.38091 13.4227 2.8727 13.3521C3.11125 13.3178 3.35516 13.2993 3.60219 13.2993Z"></path><path d="M3.60219 9.69971C8.40682 9.69977 12.3021 13.5953 12.3024 18.3999C12.3024 18.6248 12.2938 18.8489 12.277 19.0698C12.239 19.5651 11.8065 19.9365 11.3112 19.8989C10.8157 19.8611 10.4445 19.4286 10.4821 18.9331C10.4954 18.7576 10.5026 18.5791 10.5026 18.3999C10.5023 14.5894 7.41271 11.5005 3.60219 11.5005C3.42268 11.5005 3.24474 11.5066 3.06899 11.52C2.57352 11.5578 2.14115 11.1863 2.10317 10.6909C2.06587 10.1957 2.43694 9.76287 2.93227 9.7251C3.15348 9.70823 3.37699 9.69971 3.60219 9.69971Z"></path><path d="M3.60219 16.8999C4.43047 16.8999 5.10198 17.5717 5.10219 18.3999C5.10209 19.2282 4.43054 19.8999 3.60219 19.8999C2.77383 19.8999 2.10229 19.2282 2.10219 18.3999C2.10241 17.5717 2.7739 16.8999 3.60219 16.8999Z"></path><path d="M16.2379 4.1001C17.0459 4.10009 17.7067 4.10017 18.2438 4.14404C18.7997 4.18946 19.3022 4.28599 19.7711 4.5249C20.5049 4.89882 21.1014 5.49623 21.4752 6.22998C21.714 6.69873 21.8107 7.20063 21.8561 7.75635C21.9 8.29338 21.9001 8.95424 21.9 9.76221V14.2378C21.9001 15.0458 21.9 15.7066 21.8561 16.2437C21.8107 16.7996 21.7141 17.3021 21.4752 17.771C21.1014 18.5046 20.5048 19.1012 19.7711 19.4751C19.3022 19.714 18.7997 19.8105 18.2438 19.856C17.7067 19.8998 17.0459 19.8999 16.2379 19.8999H14.9997C14.503 19.8996 14.1005 19.4972 14.1002 19.0005C14.1002 18.5036 14.5028 18.1004 14.9997 18.1001H16.1998C17.0548 18.1001 17.6422 18.0992 18.0973 18.062C18.5419 18.0257 18.7809 17.9596 18.9538 17.8716C19.3489 17.6702 19.6704 17.3487 19.8717 16.9536C19.9598 16.7808 20.0258 16.5417 20.0622 16.0972C20.0993 15.6421 20.1002 15.0546 20.1002 14.1997V9.80029C20.1002 8.94536 20.0993 8.35794 20.0622 7.90283C20.0258 7.45834 19.9598 7.21921 19.8717 7.04639C19.6704 6.6514 19.3487 6.33073 18.9538 6.12939C18.7809 6.04133 18.5419 5.97431 18.0973 5.93799C17.6422 5.9008 17.0548 5.8999 16.1998 5.8999H6.00063L5.83071 5.90674C4.99191 5.97398 4.28981 6.53462 4.01918 7.30029C3.85342 7.76872 3.33928 8.01472 2.87075 7.84912C2.40214 7.68346 2.15628 7.16833 2.32192 6.69971C2.85696 5.18632 4.30125 4.1001 6.00063 4.1001H16.2379Z"></path><path d="M2.95114 7.11345C2.42394 7.1914 1.90399 6.78569 2.00995 6.2634C2.05777 6.0277 2.12517 5.82449 2.22018 5.63803C2.5078 5.07354 2.96674 4.6146 3.53123 4.32698C4.17296 4 5.01304 4 6.6932 4H17.2001C18.8803 4 19.7204 4 20.3621 4.32698C20.9266 4.6146 21.3855 5.07354 21.6731 5.63803C22.0001 6.27976 22.0001 7.11984 22.0001 8.8V15.2C22.0001 16.8802 22.0001 17.7202 21.6731 18.362C21.3855 18.9265 20.9266 19.3854 20.3621 19.673C19.7204 20 18.8803 20 17.2001 20H15.7196C15.2009 20 14.8203 19.5134 14.8938 19C14.9638 18.5101 15.0001 18.0093 15.0001 17.5C15.0001 11.701 10.2991 7 4.5001 7C3.97384 7 3.45662 7.03872 2.95114 7.11345Z"></path>',1),Kx={hash:"s-16",code:".animated.s-16{animation-duration:1s;animation-iteration-count:infinite}.wave1.animated.s-16{animation-name:s-16-wave1}.wave2.animated.s-16{animation-name:s-16-wave2}.wave3.animated.s-16{animation-name:s-16-wave3}@keyframes s-16-wave1{0%{opacity:.3}33%{opacity:1}66%{opacity:1}to{opacity:1}}@keyframes s-16-wave2{0%{opacity:.3}33%{opacity:.3}66%{opacity:1}to{opacity:1}}@keyframes s-16-wave3{0%{opacity:.3}33%{opacity:.3}66%{opacity:.3}to{opacity:1}}"};function wc(t,e){F(e,!0),Q(t,Kx);let i=h(e,"isMobile",3,!1),o=f(()=>e.iconState===zm.ChromecastState.CONNECTED),r=f(()=>e.iconState===zm.ChromecastState.CONNECTING),a=f(()=>n(o)?"#2688EB":pa),l=f(()=>e.size?hn(e.size):void 0);var d=Re(),s=se(d);{var u=p=>{Ze(p,{get fill(){return n(a)},get style(){return n(l)},testId:"chromecast-mobile-icon",children:(v,$)=>{var y=zx();ti(2),b(v,y)},$$slots:{default:!0}})},m=p=>{Ze(p,{get style(){return n(l)},testId:"chromecast-icon",children:(v,$)=>{var y=Wx(),g=se(y);let x;var I=P(g);let T;var D=P(I);let A;var E=P(D);let V;var q=P(E);let L;N((z,j,te,ee,oe)=>{x=ie(g,0,"wave2 s-16",null,x,z),T=ie(I,0,"wave3 s-16",null,T,j),A=ie(D,0,"wave1 s-16",null,A,te),V=ie(E,0,"s-16",null,V,ee),L=ie(q,0,"s-16",null,L,oe)},[()=>({animated:n(r)}),()=>({animated:n(r)}),()=>({animated:n(r)}),()=>({hidden:n(o)}),()=>({hidden:!n(o)})]),b(v,y)},$$slots:{default:!0}})};M(s,p=>{i()?p(u):p(m,!1)})}b(t,d),H()}var kb=require("@vkontakte/videoplayer-shared/es2015");function Sc(t,e){F(e,!0);let i=h(e,"ref",15,void 0),o=h(e,"isMobile",3,!1),r=h(e,"click",3,kb.noop),l=ye().ui.t,d=f(()=>e.state===Ab.ChromecastState.CONNECTED?l("tooltip_chromecast_on"):l("tooltip_chromecast_off"));zt(t,{get ariaLabel(){return n(d)},get click(){return r()},testId:"btn-chromecast",get ref(){return i()},set ref(s){i(s)},children:(s,u)=>{wc(s,{get isMobile(){return o()},get iconState(){return e.state}})},$$slots:{default:!0}}),H()}var Lb=require("@vkontakte/videoplayer-shared/es2015");var qx=Ae('<path d="m21.62 16.5-.02.07q-.22 1.27-.42 2.09a5 5 0 0 1-.64 1.5 4.4 4.4 0 0 1-2.51 1.73q-.77.18-1.63.07t-2.11-.34l-4.34-.8q-1.27-.22-2.1-.42a5 5 0 0 1-1.5-.65 4.4 4.4 0 0 1-1.72-2.5 5 5 0 0 1-.07-1.63q.1-.84.34-2.11l.01-.07q.22-1.27.43-2.1a5 5 0 0 1 .64-1.5 4.4 4.4 0 0 1 2.5-1.73 5 5 0 0 1 1.64-.07q.83.1 2.1.35l4.34.8q1.28.21 2.1.42a5 5 0 0 1 1.5.64 4.4 4.4 0 0 1 1.73 2.5q.18.78.07 1.64-.1.83-.34 2.1m-1.45-2.3c.05-.49.03-.77-.02-1a2.6 2.6 0 0 0-1.02-1.48 3 3 0 0 0-.93-.37c-.48-.13-1.1-.24-2-.4l-4.26-.79c-.9-.16-1.52-.27-2.01-.33a3 3 0 0 0-1 .03 2.6 2.6 0 0 0-1.48 1.02 3 3 0 0 0-.37.92c-.13.48-.24 1.1-.4 2s-.28 1.51-.33 2c-.06.5-.04.78.02 1 .15.6.51 1.13 1.02 1.48.19.13.45.25.92.37.48.13 1.1.25 2 .4l4.27.79c.9.16 1.52.28 2.01.33s.77.03 1-.02a2.6 2.6 0 0 0 1.47-1.03c.14-.19.25-.45.38-.92.12-.48.24-1.1.4-2s.28-1.51.33-2"></path><path d="M18.19 7.49a.9.9 0 0 1-1.05-.73c-.14-.8-.2-1.08-.28-1.3A2.6 2.6 0 0 0 14.5 3.8c-.22 0-.5.04-1.31.17l-5.85.96a8 8 0 0 0-2.17.5 2.6 2.6 0 0 0-1.33 1.75c-.08.38-.04.85.11 2.23l.01.1a.9.9 0 1 1-1.78.2l-.01-.1-.02-.17a9 9 0 0 1-.07-2.64 4.4 4.4 0 0 1 2.25-2.97c.63-.33 1.42-.46 2.56-.65l.16-.03 5.85-.96.1-.01c.67-.11 1.13-.19 1.55-.18a4.4 4.4 0 0 1 4 2.82c.14.39.23.85.35 1.53l.01.1a.9.9 0 0 1-.72 1.04"></path><path d="M12.72 12.41a.42.42 0 0 0-.69.23l-.72 4.18a.4.4 0 0 0 .03.23c.08.2.33.3.54.22l3.67-1.47a.4.4 0 0 0 .12-.68z"></path>',1);function Wm(t){Ze(t,{testId:"episodes-icon",children:(e,i)=>{var o=qx();ti(2),b(e,o)},$$slots:{default:!0}})}var lp=(t,e,i)=>i.filter(o=>o.time<=t*e).pop();var Qx=k('<span class="text mobile s-21"> </span> <div class="chevron-episodes s-21" data-testid="btn-episodes_icon"><!></div>',1),Gx=k('<span class="text s-21"> </span>'),Yx=k('<span class="text count s-21"> </span>'),jx=k('<span class="icon s-21"><!></span> <!>',1),Xx={hash:"s-21",code:".icon.s-21{flex-shrink:0}.text.s-21{overflow:hidden;padding:0 8px;text-overflow:ellipsis;white-space:nowrap}.text.count.s-21{overflow:visible}.text.mobile.s-21{padding:0 3px 0 4px}.chevron-episodes.s-21{margin-bottom:-6px;opacity:.7;transform:scale(.8)}"};function Cc(t,e){var ae,le,ce;F(e,!0),Q(t,Xx);let[i,o]=Be(),r=()=>w(y,"$currentGridType$",i),a=()=>w(g,"$openedByKeyboard$",i),l=()=>w(x,"$panelOpened$",i),d=()=>w(I,"$isMobile",i),s=h(e,"position",3,0),u=h(e,"duration",3,0),m=h(e,"timeCodes",19,()=>[]),p=ye(),v=(le=(ae=p.callbacks)==null?void 0:ae.onEpisodeChanged)!=null?le:Lb.noop,$=!!((ce=p.callbacks)!=null&&ce.onEpisodeClicked),y=p.ui.currentGridType$,g=p.ui.episodes.openedByKeyboard$,x=p.ui.episodes.panelOpened$,I=p.ui.isMobile,T=p.ui.t,D=K(void 0),A=X=>{var Ee,de,Ke;if(!!((Ee=p.callbacks)!=null&&Ee.onEpisodeClicked)){let ue=ga(X);g.set(ue),x.set(!0),(Ke=(de=p.callbacks)==null?void 0:de.onEpisodeClicked)==null||Ke.call(de,ue)}},E=K(null),V=f(()=>s()/u());He(()=>{var he;let X=lp(n(V),u(),m());X?((he=n(E))==null?void 0:he.time)!==X.time&&(v(X),O(E,X,!0)):O(E,null)});let q=f(()=>{var X;return((X=n(E))==null?void 0:X.text)||""}),L=f(()=>go(r(),"xl")?"FULL":go(r(),"m")?"COUNT":"SHORT"),z=f(()=>`${T("tooltip_episodes")}: ${n(q)}`),j=(X,he,Ee)=>yt(null,null,function*(){yield So(),(X==null?void 0:X.getAttribute("aria-expanded"))==="false"&&he&&!Ee&&Lt(()=>{g.set(!1),X.focus()})});He(()=>{j(n(D),a(),l())});var te=Re(),ee=se(te);{var oe=X=>{let he=f(()=>d()?"px-0":""),Ee=f(()=>!$);zt(X,{get className(){var de;return`w-max btn-full-opacity btn-jc-l ${(de=n(he))!=null?de:""}`},testId:"btn-episodes",click:A,get disabled(){return n(Ee)},get ariaExpanded(){return l()},get ariaLabel(){return n(z)},get ref(){return n(D)},set ref(de){O(D,de,!0)},children:(de,Ke)=>{var ue=Re(),fe=se(ue);{var Z=pe=>{var me=Qx(),Ie=se(me),ot=C(Ie,!0);S(Ie);var Me=P(Ie,2),_e=C(Me);Nr(_e,{direction:"right"}),S(Me),N(()=>ve(ot,n(q))),b(pe,me)},B=pe=>{var me=jx(),Ie=se(me),ot=C(Ie);Wm(ot,{}),S(Ie);var Me=P(Ie,2);{var _e=Ce=>{var ke=Gx(),Ye=C(ke,!0);S(ke),N(()=>ve(Ye,n(q))),b(Ce,ke)},W=(Ce,ke)=>{{var Ye=Te=>{var we=Yx(),Fe=C(we,!0);S(we),N(()=>ve(Fe,m().length)),b(Te,we)};M(Ce,Te=>{n(L)==="COUNT"&&Te(Ye)},ke)}};M(Me,Ce=>{n(L)==="FULL"?Ce(_e):Ce(W,!1)})}b(pe,me)};M(fe,pe=>{d()?pe(Z):pe(B,!1)})}b(de,ue)},$$slots:{default:!0}})};M(ee,X=>{n(E)&&X(oe)})}b(t,te),H(),o()}var xv=require("@vkontakte/videoplayer-shared/es2015");var _i=require("@vkontakte/videoplayer-core/es2015"),dt=require("@vkontakte/videoplayer-shared/es2015"),Fr=require("@vkontakte/videoplayer-statistics/es2015");var je=require("@vkontakte/videoplayer-shared/es2015"),ho=require("@vkontakte/videoplayer-shared/es2015");var Zx="//ad.mail.ru/static/admanhtml/rbadman-html5.min.js",dp=class{constructor(e,i){this.adman=null;this.initialVolume=1;this.videoElement=null;this.currentAdSection=null;this.actions=null;this.adsState=null;this.playerState=null;this.events={init$:new ho.Subject,loadStarted$:new ho.Subject,loadEnded$:new ho.Subject,loadError$:new ho.Subject,ready$:new ho.Subject,slotRequested$:new ho.Subject,started$:new ho.Subject,timeRemained$:new ho.Subject,paused$:new ho.Subject,resumed$:new ho.Subject,ended$:new ho.Subject,empty$:new ho.Subject,skipped$:new ho.Subject,clicked$:new ho.Subject,closed$:new ho.Subject,error$:new ho.Subject};this.loadAdman=e=>(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_load_start",this.useAdmanFromNPM?"npm":"http"],numbers:[(0,je.now)()]}),this.useAdmanFromNPM?this.loadAdmanNPM(e):this.loadAdmanMailRu(e));this.loadAdmanMailRu=e=>new Promise((i,o)=>{let r;this.events.loadStarted$.next();let a=()=>{clearTimeout(r),delete window.admanAsyncInit,window.AdmanHTML?(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_async_init_done","http"],numbers:[(0,je.now)()]}),i(),this.events.loadEnded$.next()):(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_init_timed_out","http"],numbers:[(0,je.now)()]}),o())};(0,ho.addScript)(Zx,e,this.loadTimeout).then(()=>{je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_script_loaded","http"],numbers:[(0,je.now)()]}),window.AdmanHTML?(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_already_inited","http"],numbers:[(0,je.now)()]}),i(),this.events.loadEnded$.next()):(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_wait_async_init","http"],numbers:[(0,je.now)()]}),window.admanAsyncInit=a,r=window.setTimeout(a,this.initTimeout))}).catch(l=>{je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_script_load_error","http",String(l)],numbers:[(0,je.now)()]}),o(),clearTimeout(r)})});this.loadAdmanNPM=e=>new Promise((i,o)=>{let r;this.events.loadStarted$.next();let a=()=>{clearTimeout(r),delete window.admanAsyncInit,window.AdmanHTML?(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_init_done","npm"],numbers:[(0,je.now)()]}),i(),this.events.loadEnded$.next()):(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_init_timed_out","npm"],numbers:[(0,je.now)()]}),o())},l=()=>{d=!0,o()},d=!1,s=window.setTimeout(()=>{je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_load_timed_out","npm"],numbers:[(0,je.now)()]}),l()},this.loadTimeout);e.addEventListener("abort",l),e.aborted&&(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_load_aborted","npm"],numbers:[(0,je.now)()]}),l()),window.AdmanHTML=window.AdmanHTML||null,import("@adtech/rbadman/out/rbadman-html5.min.js").then(()=>{je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_chunk_imorted","npm","failed: "+String(d)],numbers:[(0,je.now)()]}),!d&&(window.AdmanHTML?(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_already_inited","npm"],numbers:[(0,je.now)()]}),i(),this.events.loadEnded$.next()):(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_wait_async_init","npm"],numbers:[(0,je.now)()]}),window.admanAsyncInit=a,r=window.setTimeout(a,this.initTimeout)))},l).finally(()=>{clearTimeout(r),clearTimeout(s),e.removeEventListener("abort",l)})});this.onAdsReady=()=>{je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ads_ready"],numbers:[(0,je.now)()]}),this.log({message:"ads ready"}),this.events.ready$.next(),this.startPreroll()};this.onAdStarted=(e,i)=>{var o;je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ad_started",e,"muted: "+i.muted],numbers:[(0,je.now)(),i.bannerID]}),this.adsState&&this.playerState&&this.actions?(this.log({message:`ad started, section: ${e}, banner: ${JSON.stringify(i)}`}),this.events.started$.next(e),i.muted&&(this.setVolume(0),this.actions.setMuted(!0),this.log({message:"ad muted start"})),this.adsState.duration.set(i.duration),this.adsState.playbackState.set("playing"),this.adsState.canSkip.set(i.allowClose),this.adsState.secondsToWatchBeforeSkip.set(i.allowCloseDelay),this.startWatchDog(),(o=this.externalApi)!=null&&o.videoTrackAdEvent&&this.safeExternalCall(this.externalApi.videoTrackAdEvent,e,String(i.bannerID))):this.onAdError("Started callback failed: Adman is not initialized")};this.onAdTimeRemained=e=>{var o;((o=this.adsState)!=null&&o.playbackState?ge(this.adsState.playbackState):void 0)!=="inactive"&&(this.adsState?(this.adsState.position.set(e.currentTime),this.events.timeRemained$.next(e),this.startWatchDog()):this.onAdError("TimeRemained callback failed: Adman state is not initialized"))};this.onAdPaused=()=>{var e;je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ad_pased",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.stopWatchDog(),this.adsState?(this.log({message:"ad paused"}),this.adsState.playbackState.set("paused")):this.onAdError("Paused callback failed: Adman state is not initialized")};this.onAdPlayed=()=>{var e;je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ad_played",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.startWatchDog(),this.adsState?(this.log({message:"ad played"}),this.adsState.playbackState.set("playing")):this.onAdError("Player callback failed: Adman is not initialized")};this.onAdMidrollPoint=()=>{if(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ad_midroll_pioint"],numbers:[(0,je.now)()]}),this.adman&&this.actions){this.log({message:"midroll point"}),this.actions.switchFromVideoToAds(),this.currentAdSection="midroll",this.startWatchDog();try{this.adman.start("midroll")}catch(e){this.onAdError("could not start midroll")}}else this.onAdError("Midroll callback failed: Adman is not initialized")};this.onAdSkipped=()=>{var e;je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ad_skipped",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.log({message:"ad skipped"}),this.stopWatchDog()};this.onAdClosed=()=>{var e;je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ad_closed",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.log({message:"ad closed"}),this.currentAdSection&&this.events.closed$.next(this.currentAdSection),this.stopWatchDog(),this.switchToVideo()};this.onAdCompleted=()=>{var e;je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ad_completed",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.log({message:"ad completed"}),this.currentAdSection?(this.events.ended$.next(this.currentAdSection),this.currentAdSection==="postroll"&&this.setPostrollPassed(!0)):this.events.empty$.next(),this.switchToVideo(),this.stopWatchDog()};this.onAdClicked=()=>{var e,i;je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ad_clicked",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.log({message:"ad clicked"}),(i=this.videoElement)==null||i.pause(),this.currentAdSection&&this.events.clicked$.next(this.currentAdSection),this.stopWatchDog()};this.onAdError=(e="ad error")=>{je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_ad_error",e],numbers:[(0,je.now)()]}),this.log({message:e}),this.events.error$.next(e),this.currentAdSection==="postroll"&&this.setPostrollPassed(!0),this.switchToVideo(!0),this.stopWatchDog()};this.log=e.createComponentLog("AdmanWrapper"),je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_created"],numbers:[(0,je.now)()]}),this.loadTimeout=i.loadTimeout,this.initTimeout=i.initTimeout,this.runtimeTimeout=i.runtimeTimeout,this.useAdmanFromNPM=i.useAdmanFromNPM,this.volumeMultiplier=Math.max(0,Math.min(i.volumeMultiplier,1)),this.isVsidOriginal=i.isVsidOriginal}init(e,i,o){this.actions=e,this.adsState=i,this.playerState=o}onAdmanLoadingError(){this.onAdError("adman loading error")}initAdman(e){return yt(this,null,function*(){var A,E;if(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_init","already inited: "+!!this.adman],numbers:[(0,je.now)(),e.slotId]}),this.adman)return;this.events.init$.next(e.slotId),this.startWatchDog();let{width:i,height:o,isAutoplay:r,adsContainer:a,adsVideoElement:l,slotId:d,params:s={},paramsOverride:u={},duration:m,externalApi:p,json:v}=e;this.externalApi=p;let $,y=this.playerState&&ge(this.playerState.vsid);y&&(this.isVsidOriginal?$=y:$=parseInt(y,36));let{isEmbed:g,immediateOrigin:x}=(0,je.detectEmbed)(),I=(A=g?x:window.location.href)!=null?A:window.location.href,T=(0,je.withoutNullable)(We(Gt(We(Gt(We({},s),{dl:encodeURIComponent(I),autoplay:r?1:0,player_width:i,player_height:o}),$?{request_id:$}:{}),{duration:m}),u)),D=(0,je.withoutNullable)({slot:v?void 0:d,wrapper:a,videoEl:l,videoQuality:o,params:v?void 0:T,browser:{mobile:!1},json:v});try{let V=new window.AdmanHTML;if(V.onReady(this.onAdsReady),V.onStarted(this.onAdStarted),V.onPlayed(this.onAdPlayed),V.onPaused(this.onAdPaused),V.adMidrollPoint(this.onAdMidrollPoint),V.onClosed(this.onAdClosed),V.onSkipped(this.onAdSkipped),V.onClicked(this.onAdClicked),V.onTimeRemained(this.onAdTimeRemained),V.onCompleted(this.onAdCompleted),V.onError(this.onAdError),V.setDebug(!1),!v&&((E=this.externalApi)!=null&&E.videoGetAds)){let q=yield this.safeExternalCall(this.externalApi.videoGetAds,T);q&&(delete D.slot,delete D.params,Object.assign(D,{json:q}))}V.init(D),this.adman=V,this.videoElement=l,this.events.slotRequested$.next(),this.log({message:`adman init, config: ${JSON.stringify(D)}`})}catch(V){je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_init_threw",String(V)],numbers:[(0,je.now)()]}),this.onAdError("could not init adman")}})}switchToVideo(e=!1){var o,r,a;if(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_switch_to_video",(o=this.currentAdSection)!=null?o:"","force: "+e],numbers:[(0,je.now)()]}),this.currentAdSection===null&&!e){this.log({message:"switch to video, no currentAdSection. can't switch"});return}let i=this.currentAdSection==="postroll";if(this.actions){if(this.adsState&&this.playerState)this.adsState.playbackState.set("inactive"),this.currentAdSection=null,this.log({message:`switch to video, isPostroll: ${i}`});else{let l="Switch to video: Adman state was not updated correctly";this.log({message:l}),this.events.error$.next(l)}(a=(r=this.actions).switchFromAdsToVideo)==null||a.call(r,!i)}}setPostrollPassed(e){var i;(i=this.adsState)==null||i.postrollPassed.set(e),this.log({message:"postroll passed"})}togglePlay(){var e;if(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_toggle_play",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.adsState){this.log({message:"toggle play"});let i=ge(this.adsState.playbackState);i==="playing"?this.pause():i==="paused"&&this.play()}else this.onAdError("Can not toggle play: Adman state is not initialized")}setInitialVolume(e){this.log({message:`set initial volume ${e}`}),this.initialVolume=e}setVolume(e){let i=e*this.volumeMultiplier;if(this.log({message:`set volume ${i}`}),this.adman)try{this.adman.setVolume(i)}catch(o){this.onAdError("could not set ad volume")}this.videoElement&&(this.videoElement.volume=i)}setFullscreen(e){if(this.log({message:`set fullscreen ${e}`}),this.adman)try{this.adman.setFullscreen(e)}catch(i){this.onAdError("could not set ad fullscreen")}}startPreroll(){if(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_start_preroll"],numbers:[(0,je.now)()]}),this.adman){if(!this.isDestroyed){this.log({message:"start preroll"}),this.setVolume(this.initialVolume),this.currentAdSection="preroll",this.startWatchDog();try{this.adman.start("preroll")}catch(e){this.onAdError("could not start preroll")}}}else this.onAdError("Can not start preroll: Adman is not initialized")}startPostroll(){var e;if(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_start_postroll",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.adman&&this.actions){this.log({message:"start postroll"}),this.actions.switchFromVideoToAds(),this.currentAdSection="postroll",this.startWatchDog();try{this.adman.start("postroll")}catch(i){this.onAdError("could not start postroll")}}else this.onAdError("Can not start postroll: Adman is not initialized")}startWatchDog(){this.watchDogTimeout&&this.stopWatchDog(),this.watchDogTimeout=window.setTimeout(()=>this.onAdError("Watchdog timeout"),this.runtimeTimeout)}stopWatchDog(){clearTimeout(this.watchDogTimeout)}play(){var e;if(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_pplay",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.adman){this.log({message:"ad play"}),this.startWatchDog();try{this.adman.resume(),this.events.resumed$.next()}catch(i){this.onAdError("could not resume ad")}}else this.onAdError("Can not play: Adman is not initialized")}pause(){var e;if(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_pause",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.adman){this.stopWatchDog(),this.log({message:"ad pause"});try{this.adman.pause(),this.events.paused$.next()}catch(i){this.onAdError("could not pause ad")}}else this.onAdError("Can not pause: Adman is not initialized")}skip(){var e;if(je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_skip",(e=this.currentAdSection)!=null?e:""],numbers:[(0,je.now)()]}),this.adman){this.stopWatchDog(),this.log({message:"ad skip"});try{this.adman.skip(),this.events.skipped$.next()}catch(i){this.onAdError("could not skip ad")}}else this.onAdError("Can not skip: Adman is not initialized")}setPosition(e,i){var o;(o=this.adman)==null||o.setPosition(Math.floor(e),Math.floor(i))}destroy(){var e,i,o,r,a,l,d,s,u,m,p,v;je.devNull.push("ui",{key:"videoplayer_embed",strings:["new","adman_destroy"],numbers:[(0,je.now)()]}),this.log({message:"destroy"}),this.stopWatchDog(),(e=this.adman)==null||e.onReady(void 0),(i=this.adman)==null||i.onStarted(void 0),(o=this.adman)==null||o.onPlayed(void 0),(r=this.adman)==null||r.onPaused(void 0),(a=this.adman)==null||a.adMidrollPoint(void 0),(l=this.adman)==null||l.onClosed(void 0),(d=this.adman)==null||d.onSkipped(void 0),(s=this.adman)==null||s.onClicked(void 0),(u=this.adman)==null||u.onTimeRemained(void 0),(m=this.adman)==null||m.onCompleted(void 0),(p=this.adman)==null||p.onError(void 0),(v=this.adman)==null||v.destroy(),this.videoElement&&(0,ho.clearVideoElement)(this.videoElement),this.isDestroyed=!0}safeExternalCall(e,...i){return yt(this,null,function*(){var o;try{return yield e(...i)}catch(r){return this.onAdError((o=r==null?void 0:r.message)!=null?o:"External call failed"),null}})}};var Mb=t=>{let e=Math.round(t);return isNaN(e)||e<40?"":e>=40&&e<55?50:e>=55&&e<90?60:e>=90&&e<180?120:e>=180?240:""};var Km=class{constructor(){this.oneLineRegExp=/\r\n|\n|\r/;this.twoLinesRegExp=/\r\n\r\n|\n\n|\r\r/}parse(e,i){let o=[],r=e.split(this.twoLinesRegExp);for(let a of r){let l={startTime:0,endTime:0,texts:[],lang:i},d=a.split(this.oneLineRegExp);for(let s of d)if(!l.startTime&&!l.endTime){let u=new cp,{startTime:m,endTime:p}=u.parse(s);l.startTime=m,l.endTime=p}else if(s.trim()!==""){let u=new qm,{texts:m}=u.parse(s);l.texts=[...l.texts,...m]}(l.startTime||l.endTime)&&l.texts.length>0&&o.push(l)}return o}},cp=class{constructor(){this.timeRegExp=/(\d{2,})?:?(\d{2}):(\d{2}).(\d{2,3})/;this.timingRegExp=new RegExp(`${this.timeRegExp.source}( ?--> ?)${this.timeRegExp.source}`)}parse(e){let i={startTime:0,endTime:0},o=this.timingRegExp.exec(e);return o&&(i.startTime=this.calcTime(o[1],o[2],o[3],o[4]),i.endTime=this.calcTime(o[6],o[7],o[8],o[9])),i}parseTime(e){let i=this.timeRegExp.exec(e);return i?this.calcTime(i[1],i[2],i[3],i[4]):0}isTime(e){return this.timeRegExp.test(e)}calcTime(e="0",i="0",o="0",r="0"){let a=Number(e)*60*60,l=Number(i)*60,d=Number(o),s=+`0.${r}`;return a+l+d+s}},qm=class{constructor(){this.letterTagRegExp=/<[a-z]*>|<\/[a-z]*>/}parse(e){let i={texts:[]},r=e.replace(new RegExp(this.letterTagRegExp,"g"),"").split({[Symbol.split](l){let d=0,s=[];for(;d<l.length;){let u=["<",">"].reduce((m,p)=>{let v=l.indexOf(p,d);return m===-1||m>v?v:m},-1);if(u===-1){s.push(l.substring(d));break}s.push(l.substring(d,u)),d=u+1}return s}}),a=new cp;for(let l of r)a.isTime(l)?i.texts.push({type:"timestamp",value:a.parseTime(l)}):i.texts.push({type:"text",value:l});return i}},Vb=Km;var pp=require("@vkontakte/videoplayer-shared/es2015"),ol,Ui,Qm=0,Gm=!1,Rb="",Db=(t,e=0,i=0)=>t<e&&t<i,up=(t,e=0,i=0)=>t>=e&&t<=i,Jx=(t,e=0,i=0)=>t>e&&t>i,Ob=(t,e,i,o=!1)=>{var d;let r=(d=i.find(({id:s})=>s===e.value))==null?void 0:d.subtitles;if(o)return r==null?void 0:r.find(({startTime:u,endTime:m})=>up(t,u,m));let a=t>=Qm,l=t<Qm;if(Qm=t,l&&(Gm=!1),(0,pp.isNonNullable)(ol)&&up(t,ol.startTime,ol.endTime)&&Rb===e.value)return ol;if(!(0,pp.isNonNullable)(Ui)&&(r!=null&&r.length)&&!Gm){Ui=r.find(({startTime:u,endTime:m})=>up(t,u,m)||a&&Db(t,u,m)),ol=void 0,!(0,pp.isNonNullable)(Ui)&&r[r.length-1].endTime<t&&(Gm=!0);return}else{if(up(t,Ui==null?void 0:Ui.startTime,Ui==null?void 0:Ui.endTime))return ol=Ui,Ui=void 0,Rb=e.value,ol;(a&&Jx(t,Ui==null?void 0:Ui.startTime,Ui==null?void 0:Ui.endTime)||l&&Db(t,Ui==null?void 0:Ui.startTime,Ui==null?void 0:Ui.endTime))&&(Ui=void 0)}};var fp={ru:"Русский",en:"English",uk:"Українська",be:"Беларуская (тарашкевiца)",es:"Español",fi:"Suomi",de:"Deutsch",it:"Italiano",bg:"Български",hr:"Hrvatski",hu:"Magyar",sr:"Српски",pt:"Português",el:"Ελληνικά",pl:"Polski",fr:"Français",ko:"한국어","zh-CN":"汉语",lt:"Lietuvių",ja:"日本語",cs:"Čeština",et:"Eesti",tt:"Татарча",ba:"Башҡортса",cv:"Чăвашла",sk:"Slovenčina",ro:"Română",no:"Norsk",lv:"Latviešu",az:"Azərbaycan dili",hy:"Հայերեն",sv:"Svenska",nl:"Nederlands",tk:"Türkmen",ka:"ქართული",da:"Dansk",uz:"O‘zbek",th:"ภาษาไทย",id:"Bahasa Indonesia",tg:"Тоҷикӣ",sl:"Slovenščina",bs:"Bosanski","pt-BR":"Português brasileiro",fa:"فارسی",vi:"Tiếng Việt",hi:"हिन्दी",si:"සිංහල",bn:"বাংলা",tl:"Tagalog",mn:"Монгол",my:"ဗမာစာ",tr:"Türkçe",ne:"नेपाली",ur:"اردو",ky:"Кыргыз тили",pa:"پنجابی",os:"Ирон",kn:"ಕನ್ನಡ",sw:"Kiswahili",kk:"Қазақша",ar:"العربية",he:"עברית",ab:"Аҧсшәа",eu:"Euskara",eo:"Esperanto"},e2={abk:"as",ara:"ar",aze:"az",bak:"ba",bel:"be",ben:"bn",bos:"bs",bul:"bg",ces:"cs",chv:"cv",dan:"da",deu:"de",ell:"el",eng:"en",epo:"eo",est:"et",eus:"eu",fas:"fa",fin:"fi",fra:"fr",heb:"he",hin:"hi",hrv:"hr",hun:"hu",hye:"hy",ind:"id",ita:"it",jpn:"ja",kan:"kn",kat:"ka",kaz:"kk",kir:"ky",kor:"ko",lav:"lv",lit:"lt",mon:"mn",mya:"my",nep:"ne",nld:"nl",nor:"no",oss:"os",pan:"pa",pol:"pl",por:"pt",ron:"ro",rus:"ru",sin:"si",slk:"sk",slv:"sl",spa:"es",srp:"sr",swa:"sw",swe:"sv",tat:"tt",tgk:"tg",tgl:"tl",tha:"th",tuk:"tk",tur:"tr",ukr:"uk",urd:"ur",uzb:"uz",vie:"vi"},Tc=t=>{var e,i;return(i=(e=fp[t])!=null?e:fp[e2[t]])!=null?i:void 0};var gp=require("@vkontakte/videoplayer-shared/es2015");function mp(t){let e="";return oo(t.timelineSliderFilledColor)&&(e+=`--timeline-slider-filled-bg:${t.timelineSliderFilledColor};`),oo(t.timelineSliderHandleColor)&&(e+=`--timeline-slider-handle-bg:${t.timelineSliderHandleColor};`),oo(t.timelineSliderLoadedColor)&&(e+=`--timeline-slider-loaded-bg:${t.timelineSliderLoadedColor};`),oo(t.timelineSliderColor)&&(e+=`--timeline-slider-bg:${t.timelineSliderColor};`),oo(t.volumeSliderColor)&&(e+=`--volume-slider-bg:${t.volumeSliderColor};`),oo(t.volumeSliderHandleColor)&&(e+=`--volume-slider-handle-bg:${t.volumeSliderHandleColor};`),oo(t.volumeSliderFilledColor)&&(e+=`--volume-slider-filled-bg:${t.volumeSliderFilledColor};`),oo(t.controlsTimeColor)&&(e+=`--controls-time:${t.controlsTimeColor};`),oo(t.timelineSliderFilledActiveLiveColor)&&(e+=`--timeline-slider-filled-active-live-bg:${t.timelineSliderFilledActiveLiveColor};`),oo(t.timelineSliderHandleActiveLiveColor)&&(e+=`--timeline-slider-handle-active-live-bg:${t.timelineSliderHandleActiveLiveColor};`),oo(t.buttonColor)&&(e+=`--btn-color:${t.buttonColor};`),oo(t.buttonToggleOnColor)&&(e+=`--toggle-color-on:${t.buttonToggleOnColor};`,e+=`--toggle-color-autoplay-on:${t.buttonToggleOnColor};`),oo(t.focusedColor)&&(e+=`--focused:${t.focusedColor};`),oo(t.focusedOutlineWidth)&&(e+=`--focused-outline-width:${t.focusedOutlineWidth};`),oo(t.focusedOutlineRadius)&&(e+=`--focused-outline-radius:${t.focusedOutlineRadius};`),oo(t.controlsDesktopPaddingHorizontal)&&(e+=`--controls-desktop-padding-horizontal:${t.controlsDesktopPaddingHorizontal};`),oo(t.controlsDesktopPaddingHorizontalMinimalView)&&(e+=`--controls-desktop-padding-horizontal-minimal-view:${t.controlsDesktopPaddingHorizontalMinimalView};`),oo(t.timelinePaddingHorizontal)&&(e+=`--timeline-padding-horizontal:${t.timelinePaddingHorizontal};`),oo(t.settingsBackgroundColor)&&(e+=`--settings-bg:${t.settingsBackgroundColor};`),oo(t.font)&&(e+=`--font:${t.font};`),oo(t.controlsGradientHeight)&&(e+=`--controls-gradient-height:${t.controlsGradientHeight};`),oo(t.controlsGradient)&&(e+=`--controls-gradient:${t.controlsGradient};`),e.length&&e||void 0}function oo(t){return typeof t=="string"&&!t.includes(";")}var t2=Ae('<path d="M31.257 3.998c3.037.01 4.52.39 6.13 1.24a9 9 0 013.47 3.35l.17.31.15.3c.78 1.55 1.07 3.18 1.09 6.25v9.04a1.5 1.5 0 01-3 .02v-9.65c-.05-2.04-.24-3.12-.64-4.04l-.12-.27-.13-.25A6 6 0 0036.2 7.9c-1.19-.64-2.34-.88-5.11-.9h-8.84c-2.73 0-4 .2-5.07.7l-.25.13a6 6 0 00-2.4 2.41c-.64 1.19-.88 2.34-.9 5.11v20.83c0 2.74.2 4 .7 5.08l.13.25a6 6 0 002.41 2.4c1.1.6 2.13.83 4.44.89H26a1.5 1.5 0 010 3h-4.47c-3-.05-4.53-.38-6.14-1.24a9 9 0 01-3.48-3.35l-.15-.3c-.73-1.47-1.04-3.01-1.08-5.8V15c.05-2.98.39-4.52 1.25-6.12a9 9 0 013.293-3.582c1.85-.871 2.623-1.27 5.747-1.27z"></path><path d="M30.5 33.8c0-1.68 0-2.52.33-3.16a3 3 0 0 1 1.3-1.31c.65-.33 1.49-.33 3.17-.33h6.4c1.68 0 2.52 0 3.16.33a3 3 0 0 1 1.31 1.3c.33.65.33 1.49.33 3.17v13.4c0 1.68 0 2.52-.33 3.16a3 3 0 0 1-1.3 1.31c-.65.33-1.49.33-3.17.33h-6.4c-1.68 0-2.52 0-3.16-.33a3 3 0 0 1-1.31-1.3c-.33-.65-.33-1.49-.33-3.17z"></path>',1),i2=k('<div data-testid="player-pip-dummy"><div><!></div> <span class="title s-0"> </span></div>'),o2={hash:"s-0",code:".player-pip-dummy.s-0{align-items:center;background-color:#19191a;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:100%;justify-content:center;width:100%}.player-pip-dummy.is-pip-api.s-0{position:relative}.dummy-image.s-0 svg{transform:scale(1.07143)}.dummy-image.desktop.s-0{transform:scale(1.07143) rotate(-90deg) rotateY(180deg)}.title.s-0{color:#fff;font-size:16px;padding:18px 20px 10px;text-align:center}"};function Ym(t,e){F(e,!0),Q(t,o2);let[i,o]=Be(),r=()=>w(u,"$interfaceLanguage$",i),a=()=>w(m,"$isMobile$",i),l=ye(),d=Rt(),s=!!l.webApi.pictureInPictureApi,u=l.interfaceLanguage$,m=l.ui.isMobile,p=l.ui.t,v=f(()=>r()&&p("pip_dummy_title")),$=mp(d.view);var y=i2();let g;var x=C(y);let I;var T=C(x);Ze(T,{width:"57",height:"56",testId:"pip-dummy-icon",children:(E,V)=>{var q=t2();ti(),b(E,q)},$$slots:{default:!0}}),S(x);var D=P(x,2),A=C(D,!0);S(D),S(y),N((E,V)=>{g=ie(y,1,"player-pip-dummy s-0",null,g,E),Qe(y,$),I=ie(x,1,"dummy-image s-0",null,I,V),ve(A,n(v))},[()=>({"is-pip-api":s}),()=>({desktop:!a()})]),b(t,y),H(),o()}var Zm=require("@vkontakte/videoplayer-core/es2015"),Cs=require("@vkontakte/videoplayer-shared/es2015");var Ic=require("@vkontakte/videoplayer-shared/es2015"),Ws=()=>{var t;return(t=(0,Ic.getWindow)().document)==null?void 0:t.pictureInPictureEnabled},nl=()=>{let{isEmbed:t}=(0,Ic.detectEmbed)();return"documentPictureInPicture"in(0,Ic.getWindow)()&&!t},vp=t=>!!t.pictureInPictureWindow,Nb=t=>!!t.target&&"height"in t.target&&"width"in t.target,Bb=t=>typeof t=="boolean"?t:t!==void 0,jm=t=>[...t.cssRules].map(e=>e.cssText).join(" "),Xm=(t,e)=>{let i=document.createElement("style");return i.setAttribute("id",e),i.textContent=t,i};var rl=class{constructor({enabled:e=!0}){this.isRequested=!1;this.videoElement=void 0;this.playerContainer=void 0;this.externalEventHandlers={};this.eventHandlers={enterpictureinpicture:this.onEnterPictureInPicture.bind(this),leavepictureinpicture:this.onLeavePictureInPicture.bind(this),resize:(0,Cs.debounceFn)(this.onResize.bind(this),300)};this.info={isActive$:new Cs.ValueSubject(!1),isEnabled$:new Cs.ValueSubject(!1),type:0};this.info.isEnabled$=new Cs.ValueSubject(e)}isSupported(){return Ws()}isActive(){return this.info.isActive$.getValue()}setContext(e){this.svelteContext=e}revealPictureInPicture(){return yt(this,null,function*(){this.isRequested&&(this.removeEventHandlers(),yield this.request(),this.addEventHandlers())})}request(){return yt(this,null,function*(){var e;if(!(!this.isSupported()||this.isActive()))try{yield(e=this.videoElement)==null?void 0:e.requestPictureInPicture()}catch(i){this.isRequested=!1}})}exit(){return yt(this,null,function*(){let{document:e}=(0,Cs.getWindow)();!this.isSupported()||!this.isActive()||!this.videoElement||!e.pictureInPictureElement||(yield e.exitPictureInPicture(),Zm.clientChecker.browser.isYandex&&!this.videoElement.isConnected&&this.onLeavePictureInPicture())})}assignPlayerContainer(e){this.isSupported()&&(this.playerContainer=e)}updateVideoElement(){this.isSupported()&&this.exit().finally(()=>{var i;this.removeEventHandlers();let e=this.videoElement;this.videoElement=(i=this.playerContainer)==null?void 0:i.querySelector("video"),this.waitForSafariLeavePictureInPicture(e,this.videoElement),this.addEventHandlers()})}addEventHandlers(){var e,i;(e=this.videoElement)==null||e.addEventListener("enterpictureinpicture",this.eventHandlers.enterpictureinpicture),(i=this.videoElement)==null||i.addEventListener("leavepictureinpicture",this.eventHandlers.leavepictureinpicture)}setExternalEventHandlers(e){this.externalEventHandlers=We({},e)}removeEventHandlers(){var e,i;(e=this.videoElement)==null||e.removeEventListener("enterpictureinpicture",this.eventHandlers.enterpictureinpicture),(i=this.videoElement)==null||i.removeEventListener("leavepictureinpicture",this.eventHandlers.leavepictureinpicture)}dispose(){return yt(this,null,function*(){this.removeEventHandlers(),yield this.exit(),this.info.isActive$.next(!1),this.isRequested=!1})}onEnterPictureInPicture(e){var o,r;let i=vp(e)?e.pictureInPictureWindow:void 0;this.info.isActive$.next(!0),this.isRequested=!0,i==null||i.addEventListener("resize",this.eventHandlers.resize),(r=(o=this.externalEventHandlers).enterpictureinpicture)==null||r.call(o)}onLeavePictureInPicture(e){var i,o;if(e){let r=vp(e)?e.pictureInPictureWindow:void 0;r==null||r.removeEventListener("resize",this.eventHandlers.resize)}this.info.isActive$.next(!1),this.isRequested=!1,this.eventHandlers.resize.cancel(),(o=(i=this.externalEventHandlers).leavepictureinpicture)==null||o.call(i)}onResize(e){var o,r;let i=Nb(e)?e.target:vp(e)?e.pictureInPictureWindow:void 0;i&&((r=(o=this.externalEventHandlers).resize)==null||r.call(o,{width:i.width,height:i.height}))}setEnabled(e){this.info.isEnabled$.next(e)}waitForSafariLeavePictureInPicture(e,i){if(Zm.clientChecker.browser.isSafari&&e&&e!==i){let r=this.eventHandlers.leavepictureinpicture,a=0,l=()=>{(0,Cs.getWindow)().clearTimeout(a),e.removeEventListener("leavepictureinpicture",d)},d=s=>(r(s),l());e.addEventListener("leavepictureinpicture",d),a=(0,Cs.getWindow)().setTimeout(l,1e3)}}};function ev(t){return t instanceof rl}var n2=Object.defineProperty,r2=Object.defineProperties,s2=Object.getOwnPropertyDescriptors,Fb=Object.getOwnPropertySymbols,a2=Object.prototype.hasOwnProperty,l2=Object.prototype.propertyIsEnumerable,iv=(t,e,i)=>e in t?n2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,d2=(t,e)=>{for(var i in e||(e={}))a2.call(e,i)&&iv(t,i,e[i]);if(Fb)for(var i of Fb(e))l2.call(e,i)&&iv(t,i,e[i]);return t},c2=(t,e)=>r2(t,s2(e)),Ks=(t,e,i)=>iv(t,typeof e!="symbol"?e+"":e,i),tv=(t,e,i)=>new Promise((o,r)=>{var a=s=>{try{d(i.next(s))}catch(u){r(u)}},l=s=>{try{d(i.throw(s))}catch(u){r(u)}},d=s=>s.done?o(s.value):Promise.resolve(s.value).then(a,l);d((i=i.apply(t,e)).next())}),u2=400,p2=225,Hb="parent-styles",Pc=class{constructor({enabled:e=!0,initialSize:i={width:u2,height:p2}}){Ks(this,"initialSize"),Ks(this,"playerDomElement"),Ks(this,"playerParentShadowRoot"),Ks(this,"playerDummyElement"),Ks(this,"svelteContext"),Ks(this,"pipWindow"),Ks(this,"info",{isActive$:new gp.ValueSubject(!1),isEnabled$:new gp.ValueSubject(!1),type:1}),Ks(this,"pipActive",!1),Ks(this,"pipApi"),this.initialSize=i,this.info.isEnabled$=new gp.ValueSubject(e),Ws()&&(this.pipApi=new rl({enabled:e}),this.pipApi.info.isActive$.subscribe(o=>{(o&&!this.info.isActive$.getValue()||!o&&this.pipActive)&&this.info.isActive$.next(o),this.pipActive=o}))}isSupported(){return nl()}isActive(){return this.info.isActive$.getValue()}setPlayerDomElement(e,i){this.playerDomElement=e,this.playerParentShadowRoot=i}setContext(e){this.svelteContext=e}request(){return tv(this,null,function*(){var e,i;if(!this.isSupported()||!this.playerDomElement||!this.playerParentShadowRoot)return;this.pipWindow=yield documentPictureInPicture.requestWindow(c2(d2({},this.initialSize),{copyStyleSheets:!0})),this.pipWindow.document.body.style.margin="0";let o=[...this.playerParentShadowRoot.styleSheets].map(jm).filter(Boolean).join(`
59
+ `),r=Xm(o,Hb),a=this.createStretchedContainer(),l=a.attachShadow({mode:"open"});l.append(r),l.append(this.playerDomElement);let d={target:this.playerParentShadowRoot,context:this.svelteContext};this.playerDummyElement=Jr(Ym,d),(e=this.pipWindow)==null||e.document.body.append(a),this.pipWindow.focus(),this.info.isActive$.next(!0),(i=this.pipWindow)==null||i.addEventListener("unload",s=>{if(!this.playerDomElement||!this.playerParentShadowRoot||!this.playerDummyElement)return;let u=[];[...l.styleSheets].forEach(m=>{var p,v,$;let{ownerNode:y}=m,g=m.cssRules.item(0);if(y&&y.id!==Hb&&g){let x=(v=(p=g.selectorText)==null?void 0:p.split("."))!=null?v:[],I=x.length?x[x.length-1]:"";(I?($=this.playerParentShadowRoot)==null?void 0:$.querySelector(`style#${I}`):null)||u.push(Xm(jm(m),I))}}),u.length&&this.playerParentShadowRoot.append(...u),Wa(this.playerDummyElement),this.playerParentShadowRoot.append(this.playerDomElement),this.info.isActive$.next(!1),this.pipWindow=void 0})})}exit(){return tv(this,null,function*(){return new Promise(e=>{var i,o,r;this.pipWindow?((i=documentPictureInPicture.window)==null||i.close(),window.focus()):(o=this.pipApi)!=null&&o.isActive()&&((r=this.pipApi)==null||r.exit()),e()})})}dispose(){return tv(this,null,function*(){yield this.exit()})}setEnabled(e){var i;this.info.isEnabled$.next(e),(i=this.pipApi)==null||i.setEnabled(e)}assignPlayerContainer(e){var i;(i=this.pipApi)==null||i.assignPlayerContainer(e)}updateVideoElement(){var e;(e=this.pipApi)==null||e.updateVideoElement()}setExternalEventHandlers(e){var i;(i=this.pipApi)==null||i.setExternalEventHandlers(e)}createStretchedContainer(){let e=document.createElement("div");return e.style.position="absolute",e.style.top="0",e.style.left="0",e.style.width="100%",e.style.height="100%",e}};function hp(t){return t instanceof Pc}var ov=(t,e)=>{if(Bb(e)&&nl())return new Pc(We({enabled:t},typeof e!="boolean"&&e));if(Ws())return new rl({enabled:t})};var Ub=require("@vkontakte/videoplayer-shared/es2015"),mF=require("@vkontakte/videoplayer-statistics/es2015"),_p=class{constructor(e,i,o,r=new Ub.Subscription){this.oneStat=e;this.thinOneStat=i;this.mediascopePixel=o;this.statSubscription=r}destroy(){var e,i,o;(e=this.oneStat)==null||e.destroy(),(i=this.thinOneStat)==null||i.destroy(),(o=this.mediascopePixel)==null||o.destroy(),this.statSubscription.unsubscribe()}};var Ac=(i=>(i.DESKTOP_CONTROL_PANEL_LEFT="desktop-control-panel-left",i.DESKTOP_CONTROL_PANEL_RIGHT="desktop-control-panel-right",i))(Ac||{});var Ts=t=>t!=null?t:0,Sr=(t,e)=>{var r,a;let i=(r=t==null?void 0:t.getBoundingClientRect)==null?void 0:r.call(t),o=(a=e==null?void 0:e.getBoundingClientRect)==null?void 0:a.call(e);return{top:Math.round(Ts(i==null?void 0:i.top)-Ts(o==null?void 0:o.top)),left:Math.round(Ts(i==null?void 0:i.left)-Ts(o==null?void 0:o.left)),bottom:Math.round(Ts(i==null?void 0:i.bottom)-Ts(o==null?void 0:o.top)),right:Math.round(Ts(i==null?void 0:i.right)-Ts(o==null?void 0:o.left))}},ld=t=>{var i;let e=(i=t==null?void 0:t.getBoundingClientRect)==null?void 0:i.call(t);return{width:Ts(e==null?void 0:e.width),height:Ts(e==null?void 0:e.height)}};var On="off";var dd=t=>!!(Math.round(Math.abs(t)/90)%2);var zb=({interfaceLanguage:t,isCyrillicRelatedInterface:e,videoId:i,isClip:o,isLiveCatchUpMode:r,statAuthToken:a,isAudioDisabled:l,canDownload:d,callbacks:s,webApi:u,videoEpisodes:m,previewThumbsData:p,uiConfig:v,coreConfig:$,player:y,disabledControls:g,isInteractive:x,interactiveRanges$:I,isInteractiveTime$:T,replayInteractive:D,stopPlayer:A,hasInteractiveBranches:E,playPrevChapterDisabledTooltip:V,additionalButtons:q,additionalSettingsMenuItems:L,additionalContextMenuItems:z,playPrevVideo:j,playNextVideo:te,onVideoChanged:ee,looped:oe=!1,statistics:ae,saveRate:le,internalsExposure:ce,playerView:X,playerId:he,metaConfig:Ee,appTracer:de})=>{var Pg,Ag;let Ke=Gt(We({},$),{isAudioDisabled:l,live:Gt(We({},(Pg=$.live)!=null?Pg:{}),{isLiveCatchUpMode:!!r})}),ue=v,fe=dt.TracerFactory.createRootTracer(ue.features.tracer),Z=fe.createComponentTracer("Store"),B=y||new _i.Player(Ke,fe,{playerId:he,onDevNullLog:s==null?void 0:s.onDevNullLog});ce==null||ce.expose({corePlayer:B});let pe=new dt.Logger,me=new dp(pe,{loadTimeout:ue.ads.loadTimeout,initTimeout:ue.ads.initTimeout,runtimeTimeout:ue.ads.runtimeTimeout,useAdmanFromNPM:ue.ads.useAdmanFromNPM,volumeMultiplier:ue.ads.volumeMultiplier,isVsidOriginal:ue.ads.isVsidOriginal}),Ie=u==null?void 0:u.pictureInPictureApi,ot=u==null?void 0:u.annotationsApi,Me=u==null?void 0:u.slotsApi,_e=u==null?void 0:u.focusManager,W=pe.createComponentLog("Store"),Ce,ke,Ye={},Te=new Uu,we=new dt.Subscription,Fe="",rt=re(!1),ft=re(!1),Pt=ae&&ae.oneStat?oi(ae.oneStat.vsid$):Or(void 0),lt=re(fa()),ni=re(!1),Ct=()=>sb(document,_i.clientChecker.device.isIOS),Nt=(Ag=Ie==null?void 0:Ie.info.isActive$)!=null?Ag:new dt.ValueSubject(!1),Bt=re(0),Yt=re(!1),Le=re(!1),Y=re([]),Oe=(0,dt.merge)(B.events.fatalError$,B.events.managedError$).subscribe(c=>Y.update(_=>[..._,c])),be=Or(!1,c=>{let _=B.events.fatalError$.subscribe(()=>c(!0));return()=>_.unsubscribe()}),Ne=c=>{ft.set(c)},ht=c=>yt(null,null,function*(){var ne;let _=Object.values(dt.InterfaceLanguage).includes(c);if(ue.downloadVKLanguages&&(_&&ue.updateBuiltinLanguages||!sm(c))){let Pe;try{Pe=yield(0,dt.loadVKLangPack)(c,b_,$_)}catch(Je){(ne=ae==null?void 0:ae.oneStat)==null||ne.logError({errorType:"VKLangPack",fatal:!1}),de==null||de.error({category:dt.ErrorCategory.WTF,id:"VKLangPack",message:String(Je),thrown:Je},{severity:"warning"})}Pe&&(rm({language:c,pack:Pe,fallback:ue.defaultLanguage}),At.set(c),Se.update(Je=>Je+1))}sm(c)&&At.set(c)}),At=re(t),Se=re(0),Xe=re(e);ht(t);let ze=(c,_)=>{let R=ge(At);return am(R,c,_,ue.defaultLanguage)},xe=re("thumb");xe.subscribe(c=>{c==="ads"&&B.info.playbackState$.getValue()&&Xt()});let Ft=(()=>{let c=gi([be,xe],([_,R])=>_?"crashed":R);return Gt(We({},c),{is:_=>ge(c)===_})})(),Tt=re(),Xt=()=>{Tt.set({muted:B.info.muted$.getValue()})},wi=(()=>{let c=re(new Set(g));return Gt(We({},c),{add:_=>{c.update(R=>new Set([...R].concat(_)))},remove:_=>{c.update(R=>{let ne=[...R];return new Set(Array.isArray(_)?ne.filter(Pe=>!_.includes(Pe)):ne.filter(Pe=>Pe!==_))})},includes:_=>{let R=ge(c);return Array.isArray(_)?_.every(ne=>R.has(ne)):R.has(_)}})})(),mi=re({width:0,height:0}),Ni=null,ro=B.info.isBuffering$,fi=Or(ro.getValue(),c=>{let _=ro.subscribe(R=>{R&&Ni===null?Ni=window.setTimeout(()=>{c(ro.getValue()),Ni=null},ue.loaderDelay):c(R)});return()=>{_.unsubscribe(),Ni&&clearTimeout(Ni)}});Z.log("create store"),W({message:"create store"});let Ti=c=>{let _=c.container,R=()=>{Ue=new MutationObserver(Pe=>{let{removedNodes:Je}=Pe[0];Je.length&&_.append(B.experimental.element$.getValue())}),Ue.observe(_,{childList:!0})},ne=B.experimental.element$.getValue();if(ne)_.append(ne),R();else{let Pe=B.experimental.element$.pipe((0,dt.filter)(Je=>!!Je),(0,dt.once)()).subscribe(Je=>{_.append(Je),R()});we.add(Pe)}},so=c=>{W({message:`init video, config: ${JSON.stringify(c)}`}),x?Ti(c):(dt.devNull.push("ui",{key:"videoplayer_embed",strings:["new","core_init_video"],numbers:[(0,dt.now)()]}),B.initVideo(c)),Z.log("init video",{isInteractive:x}),c.subtitles&&B.setExternalTextTracks(c.subtitles),Ce=c,Fe=c.subtitlesForcedLanguage||""},ao=new dt.Subject,zi=c=>ao.next(c),ri=new dt.Subject,_t=new dt.ValueSubject(Fr.SeekAction.UNKNOWN),mt=new dt.Subject,Ue=null,ct={actionRewind$:ri,actionSeek$:_t,inPiP$:Nt,inFullscreen$:new dt.Observable(c=>lt.subscribe(_=>c.next(_))),actionSetSubtitle$:mt,nextMovie$:ao},vi=new dt.Subject,Yi=new dt.Subject,lo={actionSeek$:_t,actionSubtitlesSwitched$:vi,actionQuality$:Yi,playerSize$:new dt.Observable(c=>mi.subscribe(_=>c.next(_))),inPiP$:Nt,inFullscreen$:new dt.Observable(c=>lt.subscribe(_=>c.next(_))),isLoaderVisible$:new dt.Observable(c=>fi.subscribe(_=>c.next(_)))};if(ae){let{oneStat:c,thinOneStat:_,mediascopePixel:R,statSubscription:ne}=ae;c&&(x||ne.add(c.attachTo(B)),ne.add(c.attachToUi(ct)),ne.add(c.attachToAds(me.events)),c.authorize(a).catch(Pe=>{W({message:`onestat auth error ${String(Pe)}`})}),R&&R.attachTo(B)),_&&(ne.add(_.attachTo(B,me.events)),ne.add(_.attachToUi(lo)),ne.add(_.attachToAds(me.events)),_.updateContext({isMobile:ge(rt)}),_.authorize(a))}de&&(de.addSubscription(B.events.managedError$.subscribe(c=>{de.error(c,{severity:"debug"})})),de.addSubscription(B.events.fatalError$.subscribe(c=>{de.error(c,{severity:"fatal"})})),ae!=null&&ae.oneStat&&de.addSubscription(ae.oneStat.experimental.error$.subscribe(c=>{de.error(c,{severity:"warning"})})));let bn=()=>{if(_i.clientChecker.device.isIOS&&ke)try{ab(ke)}catch(c){W({message:`exitIosSafariFullscreen failed: ${c}`})}};we.add(B.experimental.element$.subscribe(c=>{c&&c!==ke&&(ke=c,c.classList.add("player-media"),Ie==null||Ie.updateVideoElement(),x&&c.setAttribute("pip","false"),(X==="preview"||!ue.features.pip&&!ue.features.dpip)&&(c.setAttribute("disablePictureInPicture","true"),c.setAttribute("x-yandex-pip","false")))})).add(B.events.ended$.subscribe(()=>{var c;bn(),(c=s==null?void 0:s.onEnded)==null||c.call(s)})).add(B.events.looped$.subscribe(()=>{var c;(c=s==null?void 0:s.onLooped)==null||c.call(s)})).add(B.events.started$.subscribe(()=>yt(null,null,function*(){var _,R;ev(Ie)&&(yield Ie==null?void 0:Ie.revealPictureInPicture());let c=B.info.muted$.getValue();(_=s==null?void 0:s.onStarted)==null||_.call(s),(R=Ye.onStarted)==null||R.call(Ye,c)}))).add(B.events.willSeek$.subscribe(({from:c,to:_})=>{var R;(R=s==null?void 0:s.onSeek)==null||R.call(s,c,_,_t.getValue())})).add(B.events.autoplaySoundProhibited$.subscribe(()=>{var c;(c=s==null?void 0:s.onAutoplaySoundProhibited)==null||c.call(s)})).add(B.info.position$.subscribe(c=>{var R;let _=B.info.duration$.getValue();isFinite(_)&&_>0&&((R=s==null?void 0:s.onTimeupdate)==null||R.call(s,_,c),me.setPosition(c,_))})).add(B.events.fatalError$.subscribe(c=>{var _;(_=s==null?void 0:s.onCrashed)==null||_.call(s,c?`${c.id}: ${c.message}`:void 0)})).add(B.events.fetcherRecoverableError$.subscribe(c=>{var _;(_=s==null?void 0:s.onRecoverableError)==null||_.call(s,c?`${c.id}: ${c.message}`:void 0)})).add(B.events.loadedMetadata$.subscribe(()=>{Yt.set(!0)})).add(B.info.is3DVideo$.subscribe(c=>{Le.set(c)})).add(B.info.isEnded$.subscribe(c=>{x&&(c?(T!=null&&T.getValue()&&wi.add(ic),wi.add("PLAY_BUTTON")):wi.remove("PLAY_BUTTON"))})).add(B.info.liveTime$.subscribe(c=>{var _;(_=s==null?void 0:s.onLiveTime)==null||_.call(s,c)})).add(B.info.isStalled$.subscribe(c=>{var _;(_=s==null?void 0:s.onStalledChanged)==null||_.call(s,c)})).add(B.info.isLiveEnded$.subscribe(c=>{var _;return c&&((_=s==null?void 0:s.onLiveEnded)==null?void 0:_.call(s))})).add(me.events.loadStarted$.subscribe(()=>{var c,_;return(_=(c=s==null?void 0:s.adsInfo)==null?void 0:c.onLoadStarted)==null?void 0:_.call(c)})).add(me.events.loadEnded$.subscribe(()=>{var c,_;return(_=(c=s==null?void 0:s.adsInfo)==null?void 0:c.onLoadEnded)==null?void 0:_.call(c)})).add(me.events.loadError$.subscribe(()=>{var c,_;return(_=(c=s==null?void 0:s.adsInfo)==null?void 0:c.onLoadError)==null?void 0:_.call(c)})).add(me.events.init$.subscribe(()=>{var c,_;return(_=(c=s==null?void 0:s.adsInfo)==null?void 0:c.onInit)==null?void 0:_.call(c)})).add(me.events.ready$.subscribe(()=>{var c,_;return(_=(c=s==null?void 0:s.adsInfo)==null?void 0:c.onReady)==null?void 0:_.call(c)})).add(me.events.started$.subscribe(c=>{var _,R;return(R=(_=s==null?void 0:s.adsInfo)==null?void 0:_.onStarted)==null?void 0:R.call(_,c)})).add(me.events.timeRemained$.subscribe(c=>{var _,R;return(R=(_=s==null?void 0:s.adsInfo)==null?void 0:_.onTimeRemained)==null?void 0:R.call(_,c)})).add(me.events.ended$.subscribe(c=>{var _,R;return(R=(_=s==null?void 0:s.adsInfo)==null?void 0:_.onCompleted)==null?void 0:R.call(_,c)})).add(me.events.empty$.subscribe(()=>{var c,_;return(_=(c=s==null?void 0:s.adsInfo)==null?void 0:c.onEmpty)==null?void 0:_.call(c)})).add(me.events.clicked$.subscribe(c=>{var _,R;return(R=(_=s==null?void 0:s.adsInfo)==null?void 0:_.onClicked)==null?void 0:R.call(_,c)})).add(me.events.closed$.subscribe(c=>{var _,R;return(R=(_=s==null?void 0:s.adsInfo)==null?void 0:_.onClosed)==null?void 0:R.call(_,c)})).add(me.events.error$.subscribe(c=>{var _,R;return(R=(_=s==null?void 0:s.adsInfo)==null?void 0:_.onError)==null?void 0:R.call(_,c)})).add(me.events.paused$.subscribe(()=>{var c,_;return(_=(c=s==null?void 0:s.adsInfo)==null?void 0:c.onPaused)==null?void 0:_.call(c)})).add(me.events.resumed$.subscribe(()=>{var c,_;return(_=(c=s==null?void 0:s.adsInfo)==null?void 0:c.onResumed)==null?void 0:_.call(c)}));let U=new dt.Subscription,it=()=>{var Je,Mt,Ht;let{debugLog:c}=ue,_,R="#9df7b7",ne="#efd169";if(c&&c!==!0){let{colors:Qt}=c;_=c.tag,R=(Je=Qt==null?void 0:Qt[0])!=null?Je:R,ne=(Ht=(Mt=Qt==null?void 0:Qt[1])!=null?Mt:Qt==null?void 0:Qt[0])!=null?Ht:ne}let Pe=_?`: ${_}`:"";U.add(B.events.log$.subscribe(Qt=>{console.debug(`%c sdk${Pe} `,`background:${R};`,`sdk component: ${Qt.component}`,Qt.message)})).add(pe.log$.subscribe(Qt=>{console.debug(`%c ui${Pe} `,`background:${ne};`,`ui component: ${Qt.component}.`,Qt.message)}))},si=()=>{U.unsubscribe()},ci=(c,_)=>{Z.log("start camera manual rotation",{mx:c,my:_}),B.startCameraManualRotation(c,_)},ai=(c=!1)=>{Z.log("stop camera manual rotation",{immediate:c}),B.stopCameraManualRotation(c)},at=(c,_,R)=>{Z.log("move camera focus px",{xpx:c,ypx:_,dt:R}),B.moveCameraFocusPX(c,_,R)},yi=()=>{B.holdCamera()},Jt=()=>{B.releaseCamera()},It=Or(B.info.position$.getValue(),c=>{let _,R,ne=()=>{let Pe=B.info.playbackState$.getValue(),Je=B.info.isLive$.getValue(),Mt=B.info.duration$.getValue(),Ht=B.info.position$.getValue();if(Pe&&[_i.PlaybackState.PLAYING,_i.PlaybackState.PAUSED].includes(Pe)){let Qt=Je?Ht-Mt:B.getExactTime();Qt!==R&&c(Qt),R=Qt}_=requestAnimationFrame(ne)};return ne(),()=>cancelAnimationFrame(_)}),_o=oi(B.info.playbackState$),Ho=oi(B.info.isBuffering$),Nn=gi([_o,Ho],([c,_])=>_?"buffering":c),on=oi(B.info.currentBuffer$),bo=oi(B.info.isEnded$),ui=oi(B.info.isLive$),$n=ue.features.playbackRate?oi(B.info.canChangePlaybackSpeed$):Or(!1),Cr=oi(B.info.liveBufferTime$),Co=oi(B.info.volume$),Ei=oi(B.info.muted$),nn=zu(B.info.predefinedQualityLimitType$.pipe((0,dt.map)(c=>c===_i.PredefinedQualityLimits.TRAFFIC_SAVING)),B.info.predefinedQualityLimitType$.getValue()===_i.PredefinedQualityLimits.TRAFFIC_SAVING),Uo=zu(B.info.predefinedQualityLimitType$.pipe((0,dt.map)(c=>c===_i.PredefinedQualityLimits.HIGH_QUALITY)),B.info.predefinedQualityLimitType$.getValue()===_i.PredefinedQualityLimits.HIGH_QUALITY),rn=oi(B.info.autoQualityLimitingAvailable$),ss=oi(B.info.availableQualities$),as=oi(B.info.availableQualitiesFps$),ls=oi(B.info.chromecastState$),Hr=oi(B.info.chromecastDeviceName$),tr=oi(B.info.currentFormat$),ir=oi(B.info.throughputEstimation$),or=oi(B.info.videoBitrate$),ds=oi(B.info.intrinsicVideoSize$),nr=oi(B.info.duration$),yn=oi(B.info.isAudioAvailable$),Ur=()=>{Ni&&clearTimeout(Ni),Ni=null},sn=gi([nr,ui],([c,_])=>_?-c:c),Tr=gi([_o],([c])=>c===_i.PlaybackState.PLAYING),xn=oi(B.info.atLiveEdge$),rr=oi(B.info.atLiveDurationEdge$),Ir=oi(B.info.position$),cs=gi([Ir,nr],([c,_])=>isFinite(c)&&isFinite(_)&&!!_),Vi=gi([ls],([c])=>c===_i.ChromecastState.CONNECTED),us=oi(B.info.availableVideoStreams$),an=ue.features.audioLanguages?oi(B.info.availableAudioStreams$):Or([]),sr=oi(B.info.currentVideoStream$),ar=oi(B.info.currentAudioStream$),lr=c=>{c.language&&tm(c.language),B.setVideoStream(c)},Bn=(c,_)=>{B.setAudioStream(c),Lo(_)&&(c.language&&tm(c.language),ue.features.userVideoPrefs&&i&&nm(ue.userSalt,String(i),{audioTrackId:c.id}))},bt=c=>{let _;if(c.length===1&&(_=c.at(0)),_!=null||(_=c.find(ne=>"isDefault"in ne&&ne.isDefault)),ue.features.userVideoPrefs&&i){let ne=Gu(ue.userSalt,String(i));if(ne!=null&&ne.audioTrackId){let Pe=c.find(Je=>Je.id===ne.audioTrackId);_=Pe!=null?Pe:_}}let R=Q_();return R&&(_!=null||(_=c.find(({language:ne})=>R===ne))),_!=null||(_=c.at(0)),_},Zt=c=>{Z.log("change audio stream",{id:c});let _=B.info.availableAudioStreams$.getValue().find(R=>R.id===c);_&&Bn(_,!0)},ps=!1;we.add(B.info.availableAudioStreams$.subscribe(c=>{if(!ps&&c.length){let _=bt(c);_&&(B.setAudioStream(_),ps=!0)}})),an.subscribe(c=>{var _;(_=s==null?void 0:s.onAvailableAudioStreamsChanged)==null||_.call(s,c.map(({label:R="",id:ne="",language:Pe=""})=>({label:R,language:Pe,id:ne})))}),ar.subscribe(c=>{var _;return c&&((_=s==null?void 0:s.onAudioStreamChanged)==null?void 0:_.call(s,c.id))});let dr=!1;we.add(B.info.availableVideoStreams$.subscribe(c=>{if(!dr&&c.length){let _=bt(c);_&&(B.setVideoStream(_),dr=!0)}}));let wn=re(void 0),Fn=oi(B.info.isAutoQualityEnabled$,c=>c&&wn.set(void 0)),Er=oi(B.info.currentQuality$,()=>wn.set(void 0)),cr=gi([wn,Er],([c,_])=>c!=null?c:_),ur=gi(tr,c=>c!==_i.VideoFormat.MPEG),ln=gi([ss,as,Fn,cr,ur],([c,_,R,ne,Pe])=>{let Je=[];Pe&&Je.push({value:"auto",displayValue:ze("auto_quality_option"),selected:R});let Mt=c.filter(Ht=>!(0,dt.isInvariantQuality)(Ht));for(let Ht of Mt){let Qt=_[Ht];Je.push({value:Ht,displayValue:`${Ht}${Qt?Mb(Qt):""}`,selected:R?!1:Ht===ne})}return Je}),Sn=oi(B.info.currentPlaybackRate$),co=gi([Sn,xn,rr],([c,_,R])=>{let ne=R||x?1:ue.controls.playbackRateMin,Pe=_?1:ue.controls.playbackRateMax,Je=ue.controls.playbackRateStep,Mt=[];for(let Ht=ne;Ht<=Pe;Ht+=Je)Mt.push({value:Ht,displayValue:Ht===1?ze("playback_rate_1"):ze("playback_rate",{multiplier:Ht.toString(10)}),selected:c===Ht});return Mt}),Ao=()=>({displayValue:ze("subtitles_off"),value:On,language:""}),pr=re(Ao()),uo=gi([pr,Se],([c],_)=>{c.value===On?_(Ao()):_(c)}),Pr=ue.features.subtitles?oi(B.info.availableTextTracks$):Or([]),ko=R_(),zr=gi([Pr,uo],([c,_],R)=>{var Je;let ne=[],Pe=c.find(({id:Mt})=>Mt===_.value);if(Pe!=null&&Pe.url){let[,Mt]=(Je=ko.find(Pe.url))!=null?Je:[];if(Mt){R(Mt);return}Te.download(Pe.url).then(Ht=>{if(!Ht||Te.isDestroyed())return;let Qt=new Vb,ia=Pe.language;if(ia){let z$=!!Pe.isAuto,W$=Qt.parse(Ht,ia);ne.push({lang:ia,subtitles:W$,isAuto:z$,id:Pe.id})}ko.add(Pe.url,ne),ge(uo).value===_.value&&R(ne)}).catch(dt.suppressAbort).catch(Ht=>{var Qt;(Qt=ae==null?void 0:ae.oneStat)==null||Qt.logError({errorType:"Subtitles download",fatal:!1}),de==null||de.error({category:dt.ErrorCategory.WTF,id:"Subtitles download",message:String(Ht),thrown:Ht},{severity:"warning"})})}R(ne)}),$t=gi([Sn,Tr,uo],([c,_,R],ne)=>{let Mt;if(B.info.isLive$.getValue()&&_&&R.value!==On){let Qt=()=>{let ia=1e3/(3*c);Mt=setTimeout(Qt,ia),ne(Date.now())};return Qt(),()=>clearTimeout(Mt)}}),xi=gi([Pr,uo],([c,_])=>{if(!c.length)return[];let R=[];for(let{language:ne,isAuto:Pe,id:Je}of c){let Mt=ne&&Tc(ne);ne&&Mt&&R.push({displayValue:Pe?ze("subtitles_auto",{language:Mt}):Mt,value:Je,selected:(_==null?void 0:_.value)===Je,isAuto:Pe,language:ne})}return R.length?(R.unshift(Gt(We({},Ao()),{selected:(_==null?void 0:_.value)===On})),R):[]}),Ri={available:[],prev:[]},ei=()=>{var _,R;let c=B.experimental.getCurrentTime$.getValue();return(R=(_=c==null?void 0:c())!=null?_:ke==null?void 0:ke.currentTime)!=null?R:0},Bi=gi([It,uo,zr,$t],([c,_,R,ne])=>{var Je;let Pe=B.info.isLive$.getValue();if(Pe&&Ri.prev!==R){let Mt=R.find(({id:Qt})=>Qt===_.value),Ht=Ri.prev.find(({id:Qt})=>Qt===_.value);if(Mt){let Qt=Gt(We({},Mt),{subtitles:[...(Je=Ht==null?void 0:Ht.subtitles)!=null?Je:[],...Mt.subtitles]});Ri.available=[Qt],Ri.prev=R}}if(_&&_.value!==On){let Mt=Pe?ei():c,Ht=Pe?Ri.available:R;return Ob(Mt,_,Ht,Pe)}}),Cn=gi([Bi],([c])=>c!=null&&c.texts?c.texts:[]);we.add(uo.subscribe(c=>{var _,R;if(c.value===On)(_=s==null?void 0:s.onSubtitleOff)==null||_.call(s);else{let ne=Object.entries(fp).find(([Pe,Je])=>Je===c.displayValue);(R=s==null?void 0:s.onSubtitleOn)==null||R.call(s,ne?ne[0]:"",c.value)}}));let To=re(!0),fr=gi([on,sn,Ir,Cr],([c,_,R,ne])=>{var Ht;let Pe=(Ht=c==null?void 0:c.end)!=null?Ht:0;if(!ne)return Pe/_;let Mt=-R+ne-_;return(Pe-Mt)/_}),ji=oi(B.info.availableSources$),Ar=gi([ji],([c])=>Object.keys((c==null?void 0:c[_i.VideoFormat.MPEG])||{}).length>0),dn=()=>{var R,ne,Pe;let c=Object.keys(((ne=(R=B.info.availableSources$)==null?void 0:R.getValue())==null?void 0:ne[_i.VideoFormat.MPEG])||{}),_=(0,dt.getHighestQuality)(c)||dt.VideoQuality.Q_144P;return(Pe=Ce.sources[_i.VideoFormat.MPEG])==null?void 0:Pe[_]},Hn=()=>{var _;let c=dn();if(c)Z.log("download video",{url:c}),L_(c,((_=Ce==null?void 0:Ce.meta)==null?void 0:_.title)||"video");else{let R="There is no URL for download video";Z.log("download video",{message:R}),W({message:R})}},kr=()=>{W({message:"toggle muted"});let c=B.info.muted$.getValue();B.info.volume$.getValue()===0&&!c?qr(Kr(),!1):Un(!c,!1)},Wr=()=>{var c;if(Wt.ui.settingsMenu.visible$.set(!1),!ge(Wt.ui.settingsSubMenu.visible$)){let _=ge(Wt.ui.settingsMenu.ref$);if((c=s==null?void 0:s.uiInfo)!=null&&c.onSettingsMenu&&_){let ne=ld(_),Pe={top:0,left:0,bottom:0,right:0};s.uiInfo.onSettingsMenu({visible:!1,size:ne,position:Pe,name:"settings"})}}Z.log("close settings menu")},fs=(c,_=()=>Promise.resolve())=>yt(null,null,function*(){var Pe;Wt.ui.settingsMenu.openedByBtnKeyboard$.set(!!c),Wt.ui.settingsMenu.visible$.set(!0),yield _();let R=ge(Wt.ui.settingsMenu.ref$),ne=El();if((Pe=s==null?void 0:s.uiInfo)!=null&&Pe.onSettingsMenu&&R&&ne){let Mt=ld(R),Ht=Sr(R,ne);s.uiInfo.onSettingsMenu({visible:!0,size:Mt,position:Ht,name:"settings"})}Z.log("open settings menu",{wasOpenedByKeyboard:c})}),Xi=(c,_=!1)=>{var Je;Wt.ui.settingsSubMenu.visible$.set(!1);let R=ge(Wt.ui.settingsMenu.ref$),ne=El(),Pe=ge(Wt.ui.settingsMenu.visible$);if((Je=s==null?void 0:s.uiInfo)!=null&&Je.onSettingsMenu&&R&&ne)if(Pe&&!_){let Ht=ld(R),Qt=Sr(R,ne);s.uiInfo.onSettingsMenu({visible:!0,size:Ht,position:Qt,name:"settings"})}else{let Ht=ld(c),Qt={top:0,left:0,bottom:0,right:0},ia=ge(Wt.ui.settingsSubMenu.name$);s.uiInfo.onSettingsMenu({visible:!1,size:Ht,position:Qt,name:ia})}Z.log("close settings sub menu")},ms=(c,_)=>{var ne;Wt.ui.settingsSubMenu.visible$.set(!0),Wt.ui.settingsSubMenu.ref$.set(_),Wt.ui.settingsSubMenu.name$.set(c);let R=El();if((ne=s==null?void 0:s.uiInfo)!=null&&ne.onSettingsMenu&&_&&R){let Je=ld(_),Mt=Sr(_,R);s.uiInfo.onSettingsMenu({visible:!0,name:c,size:Je,position:Mt})}Z.log("open settings sub menu",{name:c})},Kr=()=>{var _;let c=Math.max(ue.volumeMinRestore,(_=Wu())!=null?_:0);return c===0?ue.volumeDefault:c},Lo=c=>{let _=ue.features.savePreferredStatesOnUserActionOnly;return!_||_&&!c},qr=(c,_)=>{let R=c===0?Kr():c,ne=B.info.muted$.getValue();W({message:`set volume, volume: ${c}, preferredVolume: ${R}`});let Pe=!l||Ft.is("ads");ne&&c>0&&Pe&&(ne=!1,Lo(_)&&Jf(!1)),B.setVolume(c,ne),me.setVolume(c),Lo(_)&&Yf(R)},Un=(c,_)=>{let R=B.info.volume$.getValue();W({message:`set muted, currentVolume: ${R}, mute: ${c}`});let ne=Ft.is("ads");if(B.setMuted(c,ne),me.setVolume(c?0:R),Lo(_)&&(!ne||!c)&&Jf(c),!c&&R===0){let Pe=Kr();B.setVolume(Pe),Lo(_)&&Yf(Pe),me.setVolume(Pe)}},Qr=re(!1),Fi=c=>{var _,R;Z.log("set looped",{isLooped:c}),Qr.set(c),B.setLooped(c),(R=(_=s==null?void 0:s.uiInfo)==null?void 0:_.onLoopedChanged)==null||R.call(_,c)};Fi(oe);let Io=()=>{var c,_;(_=(c=s==null?void 0:s.uiInfo)==null?void 0:c.onReportProblem)==null||_.call(c)},zn=(c,_=!1)=>{var R;W({message:`set autoplayNextEnabled, value: ${c}`}),Z.log("set autoplay next enabled",{autoplayNextEnabled:c}),Wt.ui.autoplayNextEnabled$.set(c),j_(c),_&&((R=s==null?void 0:s.onSetAutoplayNextEnabled)==null||R.call(s,c))},cn=c=>{W({message:`set timerNextVideoRunning, value: ${c}`}),Z.log("set timer next video running",{timerNextVideoRunning:c}),Wt.ui.timerNextVideoRunning$.set(c)},Gr=(c=!0)=>{var R;let _=!0;if(c&&(s!=null&&s.onPrevVideoClick))try{_=(R=s==null?void 0:s.onPrevVideoClick)==null?void 0:R.call(s)}catch(ne){W({message:"onPrevVideoClick callback failed to execute"})}ee(!0),_&&j()},st=(c=!0)=>{var R;let _=!0;if(c&&(s!=null&&s.onNextVideoClick))try{_=(R=s==null?void 0:s.onNextVideoClick)==null?void 0:R.call(s)}catch(ne){W({message:"onNextVideoClick callback failed to execute"})}ee(!1),_&&te()},kt=()=>{var c;(c=s==null?void 0:s.onNextVideoAnnouncementShow)==null||c.call(s)},bi=()=>{var c;(c=s==null?void 0:s.onNextVideoAnnouncementClick)==null||c.call(s)},po=()=>{var c;(c=s==null?void 0:s.onNextVideoAnnouncementAuto)==null||c.call(s)},$o=()=>{var c;(c=s==null?void 0:s.onNextVideoAnnouncementCancel)==null||c.call(s)},Wi=()=>{B.prepare()},fo=()=>{(0,dt.assertNonNullable)(Wt);let c=ge(Wt.ui.controls.disabledControls$),_=ge(Wt.playerPhase),R={playerPhase:_,isInteractive:x,isVideoEnded:!1,action:"none"};if(c.has("PLAY_BUTTON"))return;if(fn.set(!1),W({message:"toggle play"}),_==="ads"){R.action="play",Z.log("toggle adman play",R),me.togglePlay();return}let ne=()=>{var Je;W({message:"toggle play, call player.play"}),R.action="play",B.play(),(Je=s==null?void 0:s.onPlay)==null||Je.call(s)},Pe=()=>{var Je;W({message:"toggle play, call player.pause"}),R.action="pause",B.pause(),(Je=s==null?void 0:s.onPause)==null||Je.call(s)};if(B.info.isEnded$.getValue()){if(W({message:"toggle play, video ended, seek to 0"}),ri.next(),_t.next(Fr.SeekAction.REWIND),x){D==null||D();return}B.seekTime(0),ne()}else B.info.playbackState$.getValue()!==_i.PlaybackState.PLAYING?ne():Pe();Z.log("toggle play",R)},Di=(c,{changeReason:_="default",appliesTo:R="to-video",byUser:ne=!1}={},Pe)=>{W({message:`set quality, quality: ${c}`}),Z.log("set quality",{quality:c}),ne&&Yi.next(c),B.setAutoQuality(c==="auto");let{qualityDetailsSubMenuEnabled:Je}=ue.features;Ku(),c!=="auto"?(Je?(qu({type:"exact_quality",quality:c,videoId:i},R),B.setPredefinedQualityLimits(_i.PredefinedQualityLimits.UNKNOWN)):jf(i,c),wn.set(c),B.setQuality(c)):Je&&_==="default"&&(qe("auto_quality",R,Pe),ge(nn)&&un(!1,void 0,Pe),ge(Uo)&&zo(!1,void 0,Pe))},un=(c,_="as-default",R)=>{W({message:`set trafficSavingEnabled, value: ${c}`}),Z.log("set traffic saving enabled",{trafficSavingEnabled:c});let ne=c?_i.PredefinedQualityLimits.TRAFFIC_SAVING:_i.PredefinedQualityLimits.UNKNOWN;ue.features.qualityDetailsSubMenuEnabled?(Mo(ne,_,R),rc(!1)):(B.setPredefinedQualityLimits(ne),Lo(R)&&rc(c))},zo=(c,_="as-default",R)=>{W({message:`set highQualityEnabled, value: ${c}`}),Z.log("set high quality enabled",{highQualityEnabled:c}),Mo(c?_i.PredefinedQualityLimits.HIGH_QUALITY:_i.PredefinedQualityLimits.UNKNOWN,_,R)},Mo=(c,_,R)=>{c!==_i.PredefinedQualityLimits.UNKNOWN&&(ge(rn)&&!ge(Fn)&&Di("auto",{appliesTo:_,changeReason:"limit-changed"},R),qe(c,_,R)),B.setPredefinedQualityLimits(c)},qe=(c,_,R)=>{Lo(R)&&(qu({type:c,videoId:i},_),_==="as-default"&&qu({type:c,videoId:i},"to-video"))},Kt=(c,_=!0)=>{Z.log("set playback rate",{playbackRate:c}),B.setPlaybackRate(c),ue.features.saveRate&&le&&!B.info.isLive$.getValue()&&_&&G_(c)},Si=()=>{let c=ge($n),_=ge(co),R=_.findIndex(({selected:Pe})=>Pe);if(R===_.length-1||!c)return _[R];let ne=_[R+1];return Kt(ne.value),ne},Wo=()=>{let c=ge($n),_=ge(co),R=_.findIndex(({selected:Pe})=>Pe);if(R===0||!c)return _[R];let ne=_[R-1];return Kt(ne.value),ne},Vo=(c=Gt(We({},Ao()),{selected:!1}),_)=>{Z.log("set subtitles",We({},c)),c.value!==On&&mt.next(c.isAuto?c.value+"_auto":c.value),vi.next({enabled:c.value!==On,lang:c.language,auto:!!c.isAuto}),pr.set(c),Lo(_)&&(om(c.value===On?void 0:c.language),ue.features.userVideoPrefs&&i&&nm(ue.userSalt,String(i),{subtitleTrackId:c.value===On?void 0:c.value}))},vs=c=>{Z.log("toggle subtitles");let _=ge(uo);(_==null?void 0:_.value)===On?Lr(c):Tn(c)},pn=(c,_)=>{Z.log("change subtitle",{enabled:c}),c?Lr(!0,_):Tn(!0)},Lr=(c,_)=>{if(ge(ft))return;Z.log("subtitle on");let R=ge(xi),ne=ge(At),Pe=Fe!=null?Fe:ne,Je;_&&(Je=R.find(Mt=>Mt.value===_)),Je!=null||(Je=R.filter(Mt=>Mt.value!==On).find(Mt=>Mt.language===Pe)),Vo(Je!=null?Je:R[1],c)},Tn=c=>{Z.log("subtitle off"),Vo(void 0,c)};we.add(B.info.availableTextTracks$.subscribe(c=>{var R;function _(){let ne=[];for(let{language:Pe,isAuto:Je,id:Mt}of c){let Ht=Pe&&Tc(Pe);Pe&&Ht&&ne.push({id:Mt,language:Pe,title:Je?ze("subtitles_auto",{language:Ht}):Ht})}return ne}(R=s==null?void 0:s.onAvailableSubtitlesChanged)==null||R.call(s,_())}));let gs=re(!0),Is=c=>{gs.set(c)},Wn=(c,_,R=!0)=>{var ne;if(W({message:`seek to time, time: ${c}`}),Z.log("seek to time",{time:c,action:_,forcePrecise:R}),_t.next(_),B.info.isLive$.getValue()){let Pe=B.info.duration$.getValue(),Je=Math.min(0,Pe+c);B.seekTime(Je,R)}else{if(T!=null&&T.getValue())return;B.info.isEnded$.getValue()&&(W({message:"seek after ended, call callbacks.onPlay"}),(ne=s==null?void 0:s.onPlay)==null||ne.call(s)),B.seekTime(Tg(c),R)}},js=c=>{W({message:`seek to episode start time: ${c}`}),Z.log("seek to episode start time",{time:c}),Wn(c,Fr.SeekAction.EPISODE,!0)},hs=(c,_,R=!1)=>{W({message:`seek to percent, percent: ${c}`}),Z.log("seek to percent",{percent:c,action:_});let ne=ge(sn)*c;Wn(ne,_,R)},Xs=c=>{W({message:`seek external, time: ${c}`}),Z.log("seek external",{time:c}),_t.next(Fr.SeekAction.UNKNOWN),B.seekTime(B.info.isLive$.getValue()?-c:c)},Ca=c=>{var ne,Pe;let _=(ne=c.max)!=null?ne:"none",R=(Pe=c.min)!=null?Pe:"none";W({message:`set auto quality limitation. Max: ${_}. Min: ${R}`}),Z.log("set auto quality limits",{max:_,min:R}),B.setAutoQualityLimits(c)},Zs=c=>{W({message:`seek external to episode start time: ${c}`}),Z.log("seek external to episode start time",{time:c}),Wn(c,Fr.SeekAction.EPISODE,!0)},Js=c=>{W({message:`set playback rate to: ${c}`}),Z.log("set playback rate external",{playbackRate:c}),B.setPlaybackRate(c)},fn=re(!1),Ro=re(!1),ut=gi([sn,ft],([c,_])=>!!p&&c>=ue.suitableDurationForUsingRichSeek&&ue.features.useRichSeek&&!x&&X!=="preview"&&!_),pi=((p==null?void 0:p.frameWidth)||0)>=((p==null?void 0:p.frameHeight)||0),Ko=gi([Bt],([c])=>{let _=dd(c);return pi?!_:_});we.add(Ft.subscribe(c=>{c!=="video"&&fn.set(!1)})),fn.subscribe(c=>{var _;(_=s==null?void 0:s.onRichSeekActiveChanged)==null||_.call(s,c)});let Kn=re(void 0),qn=re(!1),Es=c=>{W({message:`start scrubbing, progress: ${c}`}),Z.log("start scrubbing",{progress:c}),qn.set(!0),$e(c)},$e=c=>{Kn.set(c)},Et,Dt,qt=()=>{Kn.set(void 0),qn.set(!1)},Pi=()=>{clearTimeout(Dt),clearTimeout(Et),Et=window.setTimeout(()=>{qt()},500),ke==null||ke.removeEventListener("seeked",Pi)},Hi=(c,_=!1,R=Fr.ThinOneStat.ActionSeekType.SLIDER)=>{W({message:`complete scrubbing, progress: ${c}`}),Z.log("complete scrubbing",{progress:c}),hs(c,R,_),ge(Wt.ui.isMobile)&&ge(Wt.state.currentFormat$)===_i.VideoFormat.HLS?(ke==null||ke.addEventListener("seeked",Pi),Dt=window.setTimeout(()=>{Pi()},300)):qt()},Ai=gi([It,sn,Kn],([c,_,R],ne)=>{ne((0,dt.isNonNullable)(R)?R*_:c)}),Ki=re(!1),Ps=()=>{Ki.set(!0)},Qn=()=>{Ki.set(!1)},As=gi([mi],([{width:c}],_)=>{let R=Ib(c);_(R)}),Ta=q.filter(c=>M_(c)),Ia=gi([As,rt],([c,_])=>_?Ta.filter(R=>!R.hideOnMobile):Ta.filter(R=>{var ne;return!((ne=R.hideOnDesktopGridTypes)!=null&&ne.includes(c))})),qo=re(q.filter(c=>V_(c))),Ea=gi([qo,As],([c,_])=>c.filter(R=>{var ne;return!((ne=R.hideOnDesktopGridTypes)!=null&&ne.includes(_))})),ea=gi([Ea,Ia],([c,_])=>[...ue.features.additionalButtonsDesktopControlPanelRight?c.filter(R=>R.type==="desktop-control-panel-right"):[],...ue.features.additionalButtons?_.map((R,ne)=>{var Pe;return{id:ne,weight:ne,type:"desktop-control-panel-right",testId:R.testId,icon:R.iconUrl,onClick:R.onClick,ariaLabel:(Pe=R.ariaLabel)!=null?Pe:R.tooltip,tooltipText:R.tooltip}}):[]].filter(R=>!v.disabledAdditionalButtonIds.includes(R.id))),mr=re(L),yl=gi([mr],([c])=>ue.features.additionalSettingsMenuItems?c.map(_=>_.type==="SWITCH"?Gt(We({},_),{onClick:_.onChangeEnabled}):_):[]),xl=(c,_)=>{let R=ge(qo).map(ne=>ne.id!==c?ne:We(We({},ne),_));qo.set(R)},xd=c=>{let _=ge(qo);if(_.some(R=>R.id===c.id)){W({message:`Additional button with id: "${c.id}" was exist! Can't add more with the same id`});return}_.push(c),qo.set(_)},wl=c=>{let _=ge(qo);if(!_.some(R=>R.id===c)){W({message:`Can't find additional button with id: "${c}"! Can't remove item with this id`});return}_=_.filter(R=>R.id!==c),qo.set(_)},Sl=c=>{_t.next(Fr.SeekAction.LIVE),W({message:"live switch to low latency "+c}),Z.log("live switch to low latency "+c),B.setLiveLowLatency(c)},Cl=(c,_)=>{let R=ge(mr).map(ne=>ne.id!==c?ne:We(We({},ne),_));mr.set(R)},wd=c=>{let _=ge(mr);if(_.some(R=>R.id===c.id)){W({message:`Settings menu item with id: "${c.id}" was exist! Can't add more with the same id`});return}_.push(c),mr.set(_)},Pa=c=>{let _=ge(mr);if(!_.some(R=>R.id===c)){W({message:`Can't find settings menu item with id: "${c}"! Can't remove item with this id`});return}_=_.filter(R=>R.id!==c),mr.set(_)},Mr=re(z),Aa=gi([Mr],([c])=>ue.features.additionalContextMenuItems?c:[]),Tl=(c,_)=>{let R=ge(Mr).map(ne=>ne.id!==c?ne:We(We({},ne),_));Mr.set(R)},vt=c=>{let _=ge(Mr);if(_.some(R=>R.id===c.id)){W({message:`Context menu item with id: "${c.id}" was exist! Can't add more with the same id`});return}_.push(c),Mr.set(_)},gt=c=>{let _=ge(Mr);if(!_.some(R=>R.id===c)){W({message:`Can't find context menu item with id: "${c}"! Can't remove item with this id`});return}_=_.filter(R=>R.id!==c),Mr.set(_)},ki=gi([rt,be],([c,_],R)=>{R(c&&_)}),Eo=()=>{_t.next(Fr.SeekAction.LIVE),W({message:"switch to active live"}),Z.log("switch to active live"),B.seekTime(0),B.info.playbackState$.getValue()!==_i.PlaybackState.PLAYING&&Wt.actions.internal.togglePlay()},Oi=()=>{Z.log("skip adman"),me.skip()},li=(c=!0)=>{var ne;(0,dt.assertNonNullable)(Wt),W({message:`switch from ads to video, callPlay: ${c}`}),Z.log("switch from ads to video",{callPlay:c}),xe.set("video"),c&&B.play(),l&&Un(!0,!0);let _=(ne=ge(Tt))==null?void 0:ne.muted,R=!B.info.muted$.getValue();_!==void 0&&!R&&Un(_,!0),Tt.set(void 0)},Li=()=>{(0,dt.assertNonNullable)(Wt),W({message:"switch from video to ads"}),Z.log("switch from video to ads"),Wt.actions.internal.pause(),bn(),xe.set("ads")},ks=c=>{(0,dt.assertNonNullable)(Wt);let _=c?"LiveWaitingStart":"thumb";Z.log("set live waiting start",{state:c,playerPhase:_}),xe.set(_)},Il=c=>{(0,dt.assertNonNullable)(Wt);let _=c?"LiveWaitingRecover":"thumb";Z.log("set live waiting recover",{state:c,playerPhase:_}),xe.set(_)},zp=c=>{(0,dt.assertNonNullable)(Wt);let _=c?"LiveWaitingRecord":"thumb";Z.log("set live waiting record",{state:c,playerPhase:_}),xe.set(_)},su=()=>((0,dt.assertNonNullable)(Wt),Z.log("get debug text data"),A_(B,Ce,Wt,fe.getTraceId(),Ee)),Wp=()=>((0,dt.assertNonNullable)(Wt),JSON.stringify(fe.getFinishedSpans())),au=()=>((0,dt.assertNonNullable)(Wt),k_(B,Ce,Wt)),El=()=>ke,lu=()=>{W({message:"toggle chromecast"}),Z.log("toggle chromecast"),B.toggleChromecast()},ta=c=>{var R;if((0,dt.assertNonNullable)(Wt),B.info.isEnded$.getValue())return;let _=!c;if(ge(Wt.playerPhase)==="ads"){W({message:`pause ads, internalCall: ${_}`}),Z.log("pause ads",{internalCall:_}),me.pause();return}W({message:`pause video, internalCall: ${_}`}),Z.log("pause video",{internalCall:_}),_&&((R=s==null?void 0:s.onPause)==null||R.call(s)),B.pause()},ka=c=>{var R;(0,dt.assertNonNullable)(Wt);let _=!c;if(ge(Wt.playerPhase)==="ads"){W({message:`play ads, internalCall: ${_}`}),Z.log("play ads",{internalCall:_}),me.play();return}W({message:`play video, internalCall: ${_}`}),Z.log("play video",{internalCall:_}),_&&((R=s==null?void 0:s.onPlay)==null||R.call(s)),B.play()},Kp=c=>{(0,dt.assertNonNullable)(Wt);let _=!c;if(ge(Wt.playerPhase)==="ads"){W({message:"player cannot be stopped during ads via external method"});return}W({message:`player will be stopped, internalCall: ${_}`}),A==null||A()},Sd=(c,_)=>{(0,dt.assertNonNullable)(Wt),W({message:`first start, show ads: ${c}, internalCall: ${!_}`}),Z.log("first start",{showAds:c,external:_}),c?xe.set("ads"):(xe.set("video"),_?B.play():Wt.actions.internal.togglePlay())},Cd=()=>(W({message:"getting time codes"}),m),Td=()=>{let c=Cd();if(!c||[0,1].includes(c.length))return;let _=B.info.position$.getValue();return c.find(R=>R.time>_)},qp=c=>{let _=c;_||(_=Td());let R=B.info.position$.getValue();Z.log("seek to next episode",We({currentTime:R},_)),_&&(W({message:"seek to next episode"}),Wn(_.time,Fr.SeekAction.EPISODE,!0))},du=()=>{let c=Cd();if(!c||[0,1].includes(c.length))return;let _=B.info.position$.getValue(),R=c.findIndex(Pe=>Pe.time>_),ne=R===-1?c.length-2:R-2;if(!(ne<0))return c[ne]},Qp=c=>{let _=c;_||(_=du());let R=B.info.position$.getValue();Z.log("seek to prev episode",We({currentTime:R},_)),_&&(W({message:"seek to prev episode"}),Wn(_.time,Fr.SeekAction.EPISODE,!0))},Ge=()=>(W({message:"getting preview thumbs data"}),Z.log("get preview thumbs data",We({},p)),p),$i=()=>yt(null,null,function*(){let c=Ie==null?void 0:Ie.isActive(),_="none";Ie!=null&&Ie.isActive()?(_="exit",yield Ie==null?void 0:Ie.exit()):(_="request",yield Ie==null?void 0:Ie.request()),Z.log("toggle picture in picture",{isActive:c,action:_})}),Qo=(c=-90)=>{Z.log("rotate video",{alphaDiff:c}),Bt.update(_=>_+c)},In=re([]);I==null||I.subscribe(c=>{let _=[];for(let R=0;R<c.length;R++){let{range:[ne,Pe],subjects:Je}=c[R];R===0&&ne!==0&&_.push({time:0,text:"",interactive:!1,completed:!0}),_.push({time:ne/1e3,text:"",interactive:!0,completed:ue.features.interactiveTimeOpenUri?!Je.length||Je.every(Mt=>Mt.isRemoved):!Je.length}),Pe!==1/0&&_.push({time:Pe/1e3,text:"",interactive:!1,completed:!0})}In.set(_)});let En=re(!1);T==null||T.subscribe(c=>{c&&ge(qn)&&qt()});let Tg=c=>{if(!x)return c;let _=ge(In),R=ge(sn),Pe=ge(Ir)/R,Je=_.find(Mt=>Mt.interactive&&!Mt.completed&&Mt.time>Pe);return typeof(Je==null?void 0:Je.time)=="number"?Math.min(c,Je.time-.05):c},D$=()=>{Wt.ui.episodes.panelOpened$.set(!1)},O$=()=>{Z.log("destroy store"),clearTimeout(Dt),clearTimeout(Et),we.unsubscribe(),U.unsubscribe(),B.destroy(),me.destroy(),ae==null||ae.destroy(),Oe.unsubscribe(),Ue==null||Ue.disconnect(),Ue=null,Te.destroy(),de==null||de.destroy()},N$=gi([xn,Ft,$n],([c,_,R])=>v.features.doubleForwardAvailable&&!c&&_==="video"&&R),Gp=re(!1),Ig=2,cu=null,Eg=c=>{if(!ge(Tr)&&c)return;let _=B.info.currentPlaybackRate$.getValue();c?_!==Ig&&(cu=_,Kt(Ig,!1),Gp.set(!0)):(cu&&Kt(cu,!1),Gp.set(!1),cu=null)};Ft.subscribe(c=>{c!=="video"&&Eg(!1)});let B$=()=>{ta(!1),fn.set(!0)},F$=()=>{ka(!1),fn.set(!1)},Yp=!1,H$=()=>{Ro.set(!0),Yp=B.info.playbackState$.getValue()===_i.PlaybackState.PLAYING,ta(!1)},U$=()=>{Ro.set(!1),!ge(fn)&&Yp&&ka(!1),Yp=!1};B.events.playing$.subscribe(()=>{ge(fn)&&ta(!1)});let Wt={interfaceLanguage$:At,isCyrillicRelatedInterface$:Xe,initVideo:so,videoId:i,isClip:o,playerPhase:Ft,vsid:Pt,state:{positionExact$:It,positionWithScrubbing$:Ai,duration$:sn,playbackState$:_o,playbackStateRealistic$:Nn,isPlaying$:Tr,isLoaderVisible:fi,bufferedProgress$:fr,isLive$:ui,canChangePlaybackSpeed$:$n,isActiveLive$:xn,isOldestAvailableLive$:rr,isRewindableLive$:cs,isEnded$:bo,muted$:Ei,volume$:Co,trafficSavingEnabled$:nn,highQualityEnabled$:Uo,autoQualityLimitingAvailable$:rn,availableVideoStreams$:us,availableAudioStreams$:an,videoStream$:sr,audioStream$:ar,currentQuality$:cr,isAutoQualityEnabled$:Fn,availableQualities$:ln,currentPlaybackRate$:Sn,availablePlaybackRates$:co,currentSubtitle$:uo,availableTextTracks$:Pr,availableSubtitlesList$:xi,currentSubtitleCaptions$:Cn,isAutoSubtitleCaptionVisible$:To,chromecastState$:ls,chromecastDeviceName$:Hr,chromecastConnected$:Vi,currentFormat$:tr,throughputEstimation$:ir,videoBitrate$:or,videoSize$:ds,errorLog$:Y,crashed$:be,isAudioAvailable$:yn,isAudioDisabled:!!l,canDownload:ue.features.download&&!!d,availableSources$:ji,hasMpegSources$:Ar,isInteractive:x,showInteractiveGraph:ue.features.interactiveGraph,showSeekToInteractive:ue.features.seekToInteractive,showPlayPrevChapter:ue.features.interactivePlayPrevChapter,showInteractiveTimeIndicator:ue.features.interactiveTimeIndicator&&!!ge(In).length,interactiveEpisodes$:In,isInteractiveTime$:T?oi(T):re(!1),isInteractiveExpectation$:En,hasInteractiveBranches:E,playPrevChapterDisabledTooltip:V,looped$:Qr,loadedMetadata$:Yt,isAutoQualityAvailable$:ur,previewTrackActive:fn,previewTrackDragInProgress:Ro},ui:{t:ze,isMinimalView$:ft,controlsVisible:re(!1),touched:re(!1),controls:{prevButton:re(void 0),playButton:re(void 0),replayButton:re(void 0),nextButton:re(void 0),playPrevChapterButton:re(void 0),seekToInteractiveButton:re(void 0),interactiveGraphButton:re(void 0),liveButton:re(void 0),time:re(void 0),episodes:re(void 0),volume:re(void 0),subtitles:re(void 0),settings:re(void 0),context:re(void 0),chromecast:re(void 0),pip:re(void 0),"theater-mode-button":re(void 0),fullscreen:re(void 0),vkLogo:re(void 0),interactiveTimeIndicator:re(void 0),timeline:re(void 0),autoplayNextToggle:re(void 0),additionalButtons:q.length?q.reduce(c=>[...c,re(void 0)],[]):[],disabledControls$:wi},modals:{hotKeyMap:{show:re(!1),data:re({title:"",closeBtnText:"",groups:[]})}},isFullscreen:lt,isFullscreenOpenedByKeyboard:ni,rotateAlpha:Bt,isAutoplay:re(!1),debugPanelVisible:re(!1),episodes:{panelOpened$:re(!1),openedByKeyboard$:re(!1)},contextMenu:{visible$:re(!1),btnRef$:re(void 0),openedByBtnKeyboard$:re(!1),openedByHotKey$:re(!1),lastActiveElem$:re(void 0),showContextMenuBtn$:re(!1),position$:re({top:0,left:0})},playerSize:mi,isMobile:rt,mobileNotReportControlHidden$:ki,icon3DVideoVisible:re(!1),scrubbingInProgress:qn,volumeChangingInProgress:Ki,is3DVideo:Le,currentGridType$:As,additionalButtonsDeprecated$:Ia,additionalDesktopControlPanelRightButtons$:ea,additionalSettingsMenuItems$:yl,additionalContextMenuItems$:Aa,interactiveHideMobileControls:re(!1),overlayContainer$:re(void 0),startedByKeyboard$:re(!1),autoplayNextEnabled$:re(!1),timerNextVideoRunning$:re(!0),settingsMenu:{visible$:re(!1),ref$:re(void 0),openedByBtnKeyboard$:re(!1)},settingsSubMenu:{visible$:re(!1),ref$:re(void 0),name$:re(void 0)},userActionsDisabled:re(!1),hiddenControls:{volume:re(!1),vkLogo:re(!1),pip:re(!1),chromecast:re(!1),settings:re(!1)},isControlsAvailable:gs,controlBlocks:{topLeft:re(void 0),topRight:re(void 0),middle:re(void 0),bottom:re(void 0),bottomLeft:re(void 0),bottomRight:re(void 0)},videoTitleInfo:re(void 0),doubleForwardOn$:Gp,doubleForwardAvailable$:N$,previewTrackActive:fn,previewTrackDragInProgress:Ro,previewTrackAvailable:ut,isPreviewTrackHorizontallyAligned:Ko},ads:{position:re(0),duration:re(0),playbackState:re("inactive"),canSkip:re(!1),secondsToWatchBeforeSkip:re(0),postrollPassed:re(!1)},webApi:{pictureInPictureApi:Ie,annotationsApi:ot,slotsApi:Me,focusManager:_e},actions:{internal:{preload:Wi,firstStart:c=>Sd(c,!1),play:()=>ka(!1),pause:()=>ta(!1),togglePlay:fo,toggleMuted:kr,openSettingsMenu:fs,closeSettingsMenu:Wr,openSettingsSubMenu:ms,closeSettingsSubMenu:Xi,setVolume:c=>qr(c,!1),setMuted:c=>Un(c,!1),startVolumeChanging:Ps,stopVolumeChanging:Qn,setVideoStream:lr,setAudioStream:c=>Bn(c,!1),setQuality:(c,_)=>Di(c,_,!1),setTrafficSavingEnabled:(c,_)=>un(c,_,!1),setHighQualityEnabled:(c,_)=>zo(c,_,!1),setPlaybackRate:Kt,incrementPlaybackRate:Si,decrementPlaybackRate:Wo,setSubtitle:c=>Vo(c,!1),toggleSubtitle:()=>vs(!1),togglePictureInPicture:$i,startScrubbing:Es,progressScrubbing:$e,completeScrubbing:Hi,toggleChromecast:lu,switchToActiveLive:Eo,switchFromAdsToVideo:li,switchFromVideoToAds:Li,skipAd:Oi,setLiveWaitingStart:ks,setLiveWaitingRecover:Il,setLiveWaitingRecord:zp,getDebugTextData:su,getTraceTextData:Wp,getDebugPanelData:au,getVideoElement:El,seekTime:(c,_,R)=>Wn(c,_,R),clearDelayedBufferingCheckTimeout:Ur,seekEpisodeStartTime:js,seekToPercent:hs,getNextEpisode:Td,seekToNextEpisode:qp,getPrevEpisode:du,seekToPrevEpisode:Qp,startLogging:it,stopLogging:si,startCameraManualRotation:ci,stopCameraManualRotation:ai,moveCameraFocusPX:at,holdCamera:yi,releaseCamera:Jt,getVideoEpisodes:Cd,getPreviewThumbsData:Ge,downloadVideo:Hn,addLanguage:rm,setLanguage:ht,nextMovie:zi,videoRotate:Qo,correctSeekTimeToInteractive:Tg,replayInteractive:D,setLooped:Fi,reportProblem:Io,setAutoplayNextEnabled:zn,setTimerNextVideoRunning:cn,prevVideoClick:Gr,nextVideoClick:st,nextVideoAnnouncementShow:kt,nextVideoAnnouncementClick:bi,nextVideoAnnouncementAuto:po,nextVideoAnnouncementCancel:$o,checkFullscreenSupport:Ct,changeDoubleForwardOn:Eg,closePreviewTrack:F$,previewTrackOpened:B$,previewTrackDragStarted:H$,previewTrackDragFinished:U$},external:{firstStart:c=>Sd(c,!0),play:()=>ka(!0),pause:()=>ta(!0),stop:()=>Kp(!0),seekTime:c=>Xs(c),seekEpisodeStartTime:c=>Zs(c),setPlaybackRate:c=>Js(c),setAutoQualityLimits:c=>Ca(c),setMuted:c=>Un(c,!0),toggleSubtitle:()=>vs(!0),changeSubtitle:pn,setVolume:c=>qr(c,!0),returnFocusToEpisodes:D$,updateAdditionalSettingsItem:Cl,addAdditionalSettingsItem:wd,removeAdditionalSettingsItem:Pa,updateAdditionalContextItem:Tl,addAdditionalContextItem:vt,removeAdditionalContextItem:gt,updateAdditionalButton:xl,addAdditionalButton:xd,removeAdditionalButton:wl,setLiveLowLatency:Sl,hideControls:()=>Is(!1),showControls:()=>Is(!0),setQuality:c=>Di(c,{appliesTo:"to-video"},!0),setTrafficSavingEnabled:c=>un(c,"to-video",!0),setHighQualityEnabled:c=>zo(c,"to-video",!0),changeAudioStream:Zt,setMinimalView:Ne}},callbacks:s,setUiCallbacks:c=>{Ye=We({},c)},getAdmanWrapper:()=>me,getLogger:()=>pe,getPlayer:()=>B,destroy:O$};return Wt};function Jn(t,e,i,o,r=!1){var p;let a=(p=e[i])==null?void 0:p.getBoundingClientRect(),l=(o||r)&&!!a&&!!(a.right-a.left),{top:d,left:s,bottom:u,right:m}=Sr(e[i],t||void 0);return{left:l?s:0,right:l?m:0,top:l?d:0,bottom:l?u:0,isDisplayed:l}}var f2=["disabledControls$","additionalButtons"],m2=["interactiveTimeIndicator"],ud=(t,e,i,o)=>{if(t){for(let[r,a]of Object.entries(e))if(!f2.includes(r)){let l=o||m2.includes(r);a.set(Jn(t,i,r,l))}}};var bp=(t,e,i)=>yt(null,null,function*(){yield So(),e&&i&&(i.focus(),t.set(!1))});var v2=Ae('<path d="M18 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2Zm-6 4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Zm-6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z"></path>');function nv(t){Ze(t,{children:(e,i)=>{var o=v2();b(e,o)},$$slots:{default:!0}})}function rv(t,e){F(e,!0);let[i,o]=Be(),r=()=>w(s,"$contextMenuVisible$",i),a=h(e,"disabled",3,!1),l=h(e,"ariaLabel",3,""),d=ye(),s=d.ui.contextMenu.visible$,u=d.ui.contextMenu.openedByBtnKeyboard$,m=d.ui.contextMenu.showContextMenuBtn$,p=d.ui.contextMenu.position$,v=d.ui.contextMenu.btnRef$,$=K(void 0);He(()=>{n($)&&Lt(()=>{v.set(n($))})});let y=T=>{let D=ga(T),A=_b(n($));p.set(A),u.set(D),s.set(!r())},g=()=>{m.set(!0)},x=()=>{m.set(!1)},I=f(()=>r()?"opened":"");zt(t,{get className(){return n(I)},testId:"btn-context-menu",get disabled(){return a()},get ariaLabel(){return l()},click:y,focus:g,blur:x,get ariaExpanded(){return r()},get ref(){return n($)},set ref(T){O($,T,!0)},children:(T,D)=>{nv(T,{})},$$slots:{default:!0}}),H(),o()}var g2=t=>{t.stopPropagation()},h2=k("<div><!> <div></div> <div></div></div>"),_2={hash:"s-26",code:'.interactive-episode-icon-animated.s-26{height:32px;opacity:1;position:absolute;right:16px;top:16px;transition:.3s;width:32px}.interactive-episode-icon-animated.icon-small.s-26{height:28px;width:28px}.invisible.s-26{opacity:0;visibility:hidden}.fullscreen.s-26:not(.mobile){height:40px;right:23px;top:19px;width:40px}.mobile.s-26{height:28px;right:14px;top:12px;width:28px}.fullscreen.mobile.s-26{height:32px;width:32px}@media screen and (orientation:portrait){.interactive-episode-icon-animated.mobile.fullscreen.s-26{right:16px;top:40px}}@keyframes s-26-pulse{0%{border-width:1px;opacity:0;transform:scale(1)}10%{opacity:1}50%{border-width:1px;opacity:.5;transform:scale(1.5)}to{border-width:.5px;opacity:0;transform:scale(1.5)}}.pulse.s-26{animation:s-26-pulse 1s infinite;border:1px solid #fff;border-radius:100%;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scale(1.8);transition:.3s}.pulse.paused.s-26{animation-play-state:paused}.interactive-episode-icon-animated svg{height:100%;width:100%}.ref-block.s-26{height:100%;position:absolute;top:0;visibility:hidden;width:100%}.hidden.s-26{display:none}'};function kc(t,e){var pe;F(e,!0),Q(t,_2);let[i,o]=Be(),r=()=>w(x,"$isMobile",i),a=()=>w(A,"$areControlsVisible",i),l=()=>w(V,"$currentGridType$",i),d=()=>w(T,"$isInteractiveTime$",i),s=()=>w(g,"$interactiveControlsOpacity$",i),u=()=>w(D,"$showInteractiveTimeIndicatorTooltip$",i),m=()=>w(I,"$isFullscreen",i),p=h(e,"ref",15,void 0),v=K(void 0),$=ye(),y=Po(),{interactiveControlsOpacity$:g}=y,x=$.ui.isMobile,I=$.ui.isFullscreen,T=$.state.isInteractiveTime$,D=y.showInteractiveTimeIndicatorTooltip$,A=$.ui.controlsVisible,E=(pe=$.callbacks)==null?void 0:pe.onInteractiveTimeIndicatorClick,V=$.ui.currentGridType$,q=f(()=>!r()&&a()),L=f(()=>zs(l(),"s")),z=f(()=>!d()||!!s()||n(q)),j=K(!1);He(()=>{O(j,n(z),!0)});let te=()=>{O(j,!0)},ee=()=>{var me;oe(),(me=n(v))==null||me.addEventListener("animationiteration",te,{once:!0})},oe=()=>{var me;O(j,!1),(me=n(v))==null||me.removeEventListener("animationiteration",te)},ae=me=>{D.set(me)},le=f(()=>u()&&!n(z));He(()=>{u()?ee():oe()});let ce=()=>{n(z)||(D.set(!0),E==null||E())};gn(()=>{D.clearTimeout(),oe()});let X=()=>{D.set(!1)},he=G("tooltip_interactive_interaction_time_indicator");var Ee=h2();let de;Ee.__mousemove=[g2],Ee.__click=ce;var Ke=C(Ee);Bo(Ke,{get tooltipContent(){return he},get tooltipVisible(){return n(le)},initialTranslateYPx:72,tooltipPlacement:"bottom",onTooltipVisibilityChange:ae,get ref(){return p()},set ref(me){p(me)},children:(me,Ie)=>{bc(me,{completed:!0})},$$slots:{default:!0}});var ue=P(Ke,2);let fe;tt(ue,me=>p(me),()=>p());var Z=P(ue,2);let B;tt(Z,me=>O(v,me),()=>n(v)),S(Ee),N((me,Ie,ot)=>{de=ie(Ee,1,"interactive-episode-icon-animated s-26",null,de,me),fe=ie(ue,1,"ref-block s-26",null,fe,Ie),B=ie(Z,1,"pulse s-26",null,B,ot)},[()=>({mobile:r(),fullscreen:m(),invisible:n(z),"icon-small":n(L)}),()=>({hidden:n(z)}),()=>({paused:n(j)})]),pt("mouseleave",Ee,X),b(t,Ee),H(),o()}et(["mousemove","click"]);function $p(t,e){F(e,!0);let i=h(e,"tooltipEnabled",3,!0),o=h(e,"disabled",3,!1),r=h(e,"className",3,void 0),a=h(e,"ref",15),l=h(e,"tooltipVisible",3,!1);Bo(t,{get disabled(){return o()},get tooltipContent(){return e.tooltipText},get disabledTooltipContent(){return e.disabledTooltipContent},get hasTooltip(){return i()},get mouseEnter(){return e.mouseEnter},get mouseLeave(){return e.mouseLeave},get tooltipVisible(){return l()},get className(){return r()},get ref(){return a()},set ref(d){a(d)},children:(d,s)=>{var u=Re();let m=f(()=>e.buttonComponent);var p=se(u);Gi(p,()=>n(m),(v,$)=>{$(v,ts(()=>{var y;return(y=e.buttonComponentProps)!=null?y:{}}))}),b(d,u)},$$slots:{default:!0}}),H()}var qs={prevButton:100,replayButton:200,playButton:300,nextButton:400,playPrevChapterButton:500,seekToInteractiveButton:600,interactiveGraphButton:700,liveButton:800};var $2=Ae('<path d="M32 21.68V15a2 2 90 114 0v18a2 2 90 01-4 0v-6.66l-16.3 9.32A2.48 2.48 90 0112 33.56V14.46c0-1.9 2.06-3.08 3.7-2.12z"></path>');function ya(t,e){F(e,!0);let i=h(e,"reversed",3,!1),o=f(()=>i()?"transform: scaleX(-1);transform-origin: 50%;":void 0),r=f(()=>`${hn(e.size)}${n(o)}`),a=f(()=>i()?"prev-icon":"next-icon");Ze(t,{get width(){return"48"},get height(){return"48"},get style(){return n(r)},get testId(){return n(a)},get shadow(){return e.shadow},children:(l,d)=>{var s=$2();b(l,s)},$$slots:{default:!0}}),H()}var y2=k('<div class="icon-background-mobile s-25"><!></div>'),x2={hash:"s-25",code:".icon-background-mobile.s-25{align-items:center;background-color:var(--big-play-bg-color);border-radius:var(--big-play-radius);display:flex;height:100%;justify-content:space-around;left:0;position:absolute;top:0;width:100%}"};function sl(t,e){F(e,!0),Q(t,x2);let i=h(e,"ref",15,void 0),o=h(e,"isMobile",3,!1),r=h(e,"disabled",3,!1),l=ye().ui.t,d=f(()=>e.type==="prev"?l("tooltip_previous"):l("tooltip_next")),s=f(()=>e.type==="prev"?l("hotkey_map_item_prev_video_value"):l("hotkey_map_item_next_video_value")),u=f(()=>`btn-${o()?"m":"d"}--${e.type}`);zt(t,{get className(){return n(u)},get testId(){var m;return`btn-${(m=e.type)!=null?m:""}`},get disabled(){return r()},get ariaLabel(){return n(d)},get click(){return e.click},get ariaKeyShortCut(){return n(s)},get ref(){return i()},set ref(m){i(m)},children:(m,p)=>{var v=Re(),$=se(v);{var y=x=>{var I=y2(),T=C(I);let D=f(()=>e.type==="prev");ya(T,{get size(){return"32"},get reversed(){return n(D)}}),S(I),b(x,I)},g=x=>{let I=f(()=>e.type==="prev");ya(x,{get size(){return"24"},get reversed(){return n(I)}})};M($,x=>{o()?x(y):x(g,!1)})}b(m,v)},$$slots:{default:!0}}),H()}var w2=Ae('<path d="M24 21.2a.8.8 90 01-1.34.6L14.08 14a1.34 1.34 90 010-2l8.6-7.8a.8.8 90 011.32.6V11a16 16 90 11-16 16 2 2 90 114 0 12 12 90 1012-12z"></path>');function Lc(t,e){F(e,!0);let i=f(()=>hn(e.size));Ze(t,{get width(){return"48"},get height(){return"48"},get style(){return n(i)},testId:"replay-icon",get shadow(){return e.shadow},children:(o,r)=>{var a=w2();b(o,a)},$$slots:{default:!0}}),H()}var Wb=require("@vkontakte/videoplayer-shared/es2015");var S2=k('<div class="icon-background-mobile s-1z"></div>'),C2=k("<!> <div><!></div>",1),T2={hash:"s-1z",code:".mobile.s-1z{align-items:center;display:flex;justify-content:center;position:relative}.icon-background-mobile.s-1z{background-color:var(--big-play-bg-color);border-radius:var(--big-play-radius);height:calc(100% - 32px);left:16px;position:absolute;top:16px;width:calc(100% - 32px)}"};function pd(t,e){F(e,!0),Q(t,T2);let i=h(e,"ref",15,void 0),o=h(e,"isMobile",3,!1),r=h(e,"disabled",3,!1),a=h(e,"className",3,""),l=h(e,"click",3,Wb.noop),d=G("tooltip_restart"),s=f(()=>`${o()?"btn-m--play":""} ${a()}`);zt(t,{get className(){return n(s)},testId:"replay-btn",get ariaLabel(){return d},get disabled(){return r()},get click(){return l()},get ariaKeyShortCut(){return Ss.KeyK},get ref(){return i()},set ref(u){i(u)},children:(u,m)=>{var p=C2(),v=se(p);{var $=T=>{var D=S2();b(T,D)};M(v,T=>{o()&&T($)})}var y=P(v,2);let g;var x=C(y);let I=f(()=>o()?"48":"24");Lc(x,{get size(){return n(I)}}),S(y),N(T=>g=ie(y,1,"s-1z",null,g,T),[()=>({mobile:o()})]),b(u,p)},$$slots:{default:!0}}),H()}var I2=Ae('<path d="m17.4 10 1.6.2a2 2 90 01.8.8l.2 1.6v22.8l-.2 1.6a2 2 90 01-.8.8l-1.6.2h-4l-1.4-.2a2 2 90 01-.8-.8l-.2-1.6V12.6l.2-1.6a2 2 90 01.8-.8l1.6-.2h3.801zm16 0 1.6.2a2 2 90 01.8.8l.2 1.6v22.8l-.2 1.6a2 2 90 01-.8.8l-1.6.2h-4l-1.4-.2a2 2 90 01-.8-.8l-.2-1.6V12.6l.2-1.6a2 2 90 01.8-.8l1.6-.2h4z"></path>');function Qs(t,e){F(e,!0);let i=f(()=>hn(e.size));Ze(t,{get width(){return"48"},get height(){return"48"},get fill(){return e.fill},get style(){return n(i)},testId:"pause-icon",get shadow(){return e.shadow},children:(o,r)=>{var a=I2();b(o,a)},$$slots:{default:!0}}),H()}var Kb=require("@vkontakte/videoplayer-shared/es2015");var E2=k('<div class="icon-background-mobile s-23"><!></div>'),P2={hash:"s-23",code:".icon-background-mobile.s-23{align-items:center;background-color:var(--big-play-bg-color);border-radius:var(--big-play-radius);display:flex;height:calc(100% - 32px);justify-content:space-around;left:16px;position:absolute;top:16px;width:calc(100% - 32px)}"};function fd(t,e){F(e,!0),Q(t,P2);let[i,o]=Be(),r=()=>w(a,"$fakeIsPlaying$",i),{fakeIsPlaying$:a}=Po(),l=h(e,"ref",15,void 0),d=h(e,"isMobile",3,!1),s=h(e,"isPlaying",3,!1),u=h(e,"disabled",3,!1),m=h(e,"className",3,""),p=h(e,"click",3,Kb.noop),$=ye().ui.t,{toggle:y}=a,g=f(()=>y),x=f(()=>r()!==null),I=f(()=>n(x)?r():s()),T=f(()=>n(I)?$("tooltip_pause"):$("tooltip_play")),D=f(()=>n(I)?Qs:wr),A=f(()=>`${d()?"btn-m--play":""} ${m()}`),E=f(()=>n(x)?n(g):p());zt(t,{get className(){return n(A)},testId:"play-btn",get click(){return n(E)},get disabled(){return u()},get ariaLabel(){return n(T)},get ariaKeyShortCut(){return Ss.KeyK},get ref(){return l()},set ref(V){l(V)},children:(V,q)=>{var L=Re();let z=f(()=>n(D));var j=se(L);{var te=oe=>{var ae=E2(),le=C(ae);Gi(le,()=>n(z),(ce,X)=>{X(ce,{get size(){return"48"}})}),S(ae),b(oe,ae)},ee=oe=>{var ae=Re(),le=se(ae);Gi(le,()=>n(z),(ce,X)=>{X(ce,{get size(){return"24"}})}),b(oe,ae)};M(j,oe=>{d()?oe(te):oe(ee,!1)})}b(V,L)},$$slots:{default:!0}}),H(),o()}var A2=Ae('<path d="M12.58 12.92v2.5a1 1 0 0 1-1.52.85l-5.58-3.42a1 1 0 0 1 0-1.7l5.58-3.42a1 1 0 0 1 1.52.86v2.5l5.48-3.36a1 1 0 0 1 1.52.86v6.82a1 1 0 0 1-1.52.86z"></path>');function sv(t){Ze(t,{testId:"play-prev-chapter-icon",children:(e,i)=>{var o=A2();b(e,o)},$$slots:{default:!0}})}function Mc(t,e){F(e,!0);let i=h(e,"ref",15,void 0),o=h(e,"hidden",3,!1),r=h(e,"disabled",3,!1),a=G("tooltip_interactive_go_back"),l=f(()=>o()?"hidden":"");zt(t,{get className(){return n(l)},testId:"play-prev-chapter-btn",get ariaLabel(){return a},get disabled(){return r()},get click(){return e.click},get ref(){return i()},set ref(d){i(d)},children:(d,s)=>{sv(d,{})},$$slots:{default:!0}}),H()}var k2=k('<span class="gutter s-22"><span><!></span></span>'),L2={hash:"s-22",code:".gutter.s-22{--gutterWidth:32px;--gutterHeight:12px;--togglerWidth:18px;--togglerHeight:18px;--togglerGap:calc(var(--togglerWidth)/6);background-color:hsla(0,0%,100%,.3);border-radius:50px;height:var(--gutterHeight);position:relative;width:var(--gutterWidth)}.toggler.s-22{align-items:center;background-color:#626364;border-radius:50%;display:flex;height:var(--togglerHeight);justify-content:center;left:0;position:absolute;top:calc((var(--togglerHeight) - var(--gutterHeight))/2*-1);transform:translateX(calc(var(--togglerGap)*-1));transition-duration:.2s;transition-property:background-color,transform;transition-timing-function:ease;width:var(--togglerWidth)}.toggler.enabled.s-22{background-color:var(--toggle-color-autoplay-on);transform:translateX(calc(var(--gutterWidth) - var(--togglerWidth) + var(--togglerGap)))}"};function Vc(t,e){F(e,!0),Q(t,L2);let[i,o]=Be(),r=()=>w(s,"$autoplayNextEnabled$",i),a=h(e,"ref",15,void 0),l=ye(),d=l.ui.t,s=l.ui.autoplayNextEnabled$,u=l.actions.internal.setAutoplayNextEnabled,m=()=>{u(!r(),!0)},p=d("aria_label_autoplay"),v="12",$="#000",y=f(()=>r()?"true":"false");zt(t,{click:m,get ariaLabel(){return p},role:"switch",get areaChecked(){return n(y)},get ref(){return a()},set ref(g){a(g)},children:(g,x)=>{var I=k2(),T=C(I);let D;var A=C(T);{var E=q=>{wr(q,{get size(){return v},fill:$})},V=q=>{Qs(q,{get size(){return v},fill:$})};M(A,q=>{r()?q(E):q(V,!1)})}S(T),S(I),N(q=>D=ie(T,1,"toggler s-22",null,D,q),[()=>({enabled:r()})]),b(g,I)},$$slots:{default:!0}}),H(),o()}var M2=Ae('<path d="M16.73 4.85c-.54-.05-1.23-.05-2.23-.05H7.9a.9.9 0 1 1 0-1.8h6.64q1.41-.01 2.33.05c.64.05 1.2.16 1.73.43a4.4 4.4 0 0 1 1.92 1.92c.27.52.38 1.09.43 1.73q.06.92.05 2.33v5.08q.01 1.41-.05 2.33a5 5 0 0 1-.43 1.73 4.4 4.4 0 0 1-1.92 1.92 5 5 0 0 1-1.73.43q-.92.06-2.33.05H7.9a.9.9 0 1 1 0-1.8h6.6c1 0 1.69 0 2.23-.04.52-.05.82-.13 1.05-.24a2.6 2.6 0 0 0 1.14-1.14c.11-.23.2-.53.24-1.06s.04-1.23.04-2.22v-5c0-1 0-1.69-.04-2.23a3 3 0 0 0-.24-1.05 2.6 2.6 0 0 0-1.14-1.14c-.23-.11-.53-.2-1.05-.24"></path><path d="M7.76 11.17V8.9c0-.71.7-1.15 1.25-.78l4.6 3.1a.96.96 0 0 1 0 1.54L9 15.87c-.55.37-1.25-.07-1.25-.78v-2.26l-4.5 3.04C2.7 16.24 2 15.8 2 15.09V8.91c0-.71.7-1.15 1.25-.78z "></path>',1);function av(t){Ze(t,{testId:"seek-to-interactive-icon",children:(e,i)=>{var o=M2();ti(),b(e,o)},$$slots:{default:!0}})}function Rc(t,e){F(e,!0);let i=h(e,"ref",15,void 0),o=h(e,"hidden",3,!1),r=h(e,"disabled",3,!1),a=G("tooltip_interactive_seek"),l=f(()=>o()?"hidden":"");zt(t,{get className(){return n(l)},testId:"btn-seek-to-interactive",get ariaLabel(){return a},get disabled(){return r()},get click(){return e.click},get ref(){return i()},set ref(d){i(d)},children:(d,s)=>{av(d,{})},$$slots:{default:!0}}),H()}var V2=Ae('<path d="M15.2 5.9v1.2c0 .6 0 .9.12 1.12q.15.3.46.46c.23.12.52.12 1.12.12h1.2c.6 0 .9 0 1.12-.12q.3-.15.46-.46c.12-.23.12-.52.12-1.12V5.9c0-.6 0-.9-.12-1.12a1 1 0 0 0-.46-.46c-.23-.12-.52-.12-1.12-.12h-1.2c-.6 0-.9 0-1.12.12q-.3.15-.47.46c-.11.23-.11.53-.11 1.12m-.05 11.03v1.14c0 .6 0 .91.12 1.14q.15.31.47.47c.23.12.53.12 1.14.12h1.22c.6 0 .9 0 1.14-.12a1 1 0 0 0 .47-.47c.12-.23.12-.53.12-1.14v-1.14c0-.6 0-.9-.12-1.14a1 1 0 0 0-.47-.47c-.23-.12-.54-.12-1.14-.12h-1.22c-.6 0-.91 0-1.14.12a1 1 0 0 0-.47.47c-.12.23-.12.53-.12 1.14"></path>'),R2=Ae('<path d="M16.78 3h1.42q.47 0 .83.02.4.02.82.21.61.31.92.92.2.41.21.81.03.36.02.83v1.4q0 .47-.02.83-.02.4-.21.81a2 2 0 0 1-.92.92 2 2 0 0 1-.82.21q-.36.02-.83.02h-1.42q-.47 0-.84-.02a2 2 0 0 1-.81-.2 2 2 0 0 1-.93-.93 2 2 0 0 1-.2-.8l-.03-.64h-2.2c-.49 0-.8 0-1.04.02a1 1 0 0 0-.35.06 1 1 0 0 0-.35.35 1 1 0 0 0-.07.35c-.02.24-.02.55-.02 1.04v5.57c0 .5 0 .8.02 1.04s.05.31.07.34q.12.23.35.35c.03.02.11.05.34.07s.56.02 1.05.02h2.2q0-.34.02-.62.01-.4.21-.81.31-.61.93-.92.42-.2.81-.21.37-.02.84-.02h1.42q.47 0 .83.02.4.01.82.2.61.31.92.93.2.41.21.8.03.37.02.84v1.4q0 .47-.02.83-.02.39-.21.81a2 2 0 0 1-.92.92q-.43.2-.82.21-.36.02-.83.02h-1.42q-.47 0-.84-.02a2 2 0 0 1-.81-.21 2 2 0 0 1-.93-.92 2 2 0 0 1-.2-.81l-.03-.63h-2.24q-.68 0-1.16-.03a3 3 0 0 1-1.01-.26 2.6 2.6 0 0 1-1.14-1.14 3 3 0 0 1-.26-1q-.04-.5-.03-1.16v-1.93H2.9A.9.9 0 0 1 2 12c0-.5.4-.9.9-.9h5.23V9.18q0-.68.03-1.16.02-.51.26-1.02a2.6 2.6 0 0 1 1.14-1.13q.5-.24 1.02-.26.48-.04 1.16-.02h2.23q0-.34.02-.63.01-.4.21-.81.31-.61.93-.92.42-.2.81-.21.37-.02.84-.02m-.84 1.84.15-.02c.16-.02.37-.02.72-.02h1.35c.36 0 .57 0 .72.02l.15.02a.3.3 0 0 1 .12.12l.03.15.01.71v1.34l-.01.71-.02.15a.3.3 0 0 1-.13.13l-.15.02-.72.01h-1.35l-.72-.01-.15-.03a.3.3 0 0 1-.12-.12l-.02-.15-.02-.71V5.82q0-.5.02-.71l.02-.15a.3.3 0 0 1 .12-.12m0 11.02.15-.03.72-.01h1.35l.72.01.15.03a.3.3 0 0 1 .12.12l.03.15.01.71v1.34l-.01.71-.02.15a.3.3 0 0 1-.13.12l-.15.02c-.15.02-.36.02-.72.02h-1.35c-.35 0-.56 0-.72-.02l-.15-.02a.3.3 0 0 1-.12-.12l-.02-.15-.02-.71v-1.34c0-.35 0-.56.02-.71l.02-.15a.3.3 0 0 1 .12-.13"></path><!>',1);function lv(t,e){let i=h(e,"isOpened",3,!1),o=f(()=>i()?"graph-close-icon":"graph-open-icon");Ze(t,{get testId(){return n(o)},children:(r,a)=>{var l=R2(),d=P(se(l));{var s=u=>{var m=V2();b(u,m)};M(d,u=>{i()&&u(s)})}b(r,l)},$$slots:{default:!0}})}function Dc(t,e){F(e,!0);let i=h(e,"ref",15,void 0),o=h(e,"hidden",3,!1),r=h(e,"disabled",3,!1),a=h(e,"graphIsOpened",3,!1),d=ye().ui.t,s=f(()=>a()?d("tooltip_interactive_graph_on"):d("tooltip_interactive_graph_off")),u=f(()=>o()?"hidden":"");zt(t,{get className(){return n(u)},testId:"btn-graph",get disabled(){return r()},get ariaLabel(){return n(s)},get click(){return e.click},get ref(){return i()},set ref(m){i(m)},children:(m,p)=>{let v=f(()=>!!a());lv(m,{get isOpened(){return n(v)}})},$$slots:{default:!0}}),H()}var dv=require("@vkontakte/videoplayer-core/es2015");function Oc(t,e){F(e,!0);let[i,o]=Be(),r=()=>w(u,"$playbackState$",i),a=h(e,"isMobile",3,!1),l=h(e,"isLiveActive",3,!1),d=h(e,"ariaLabel",3,""),s=ye(),u=s.state.playbackState$,m=s.actions.internal.switchToActiveLive,p=s.actions.internal.togglePlay,v=f(()=>()=>{if(!l()){m();return}r()===dv.PlaybackState.PAUSED&&p()}),$=f(()=>a()?"":"btn--live btn-full-opacity"),y=f(()=>l()?"btn-live":"btn-live-offset"),g=f(()=>l()&&r()===dv.PlaybackState.PLAYING);zt(t,{get className(){return n($)},get testId(){return n(y)},get disabled(){return n(g)},get ariaLabel(){return d()},get click(){return n(v)},children:(x,I)=>{dc(x,{get isActive(){return l()}})},$$slots:{default:!0}}),H(),o()}var cv=require("@vkontakte/videoplayer-shared/es2015");var D2=k('<div class="icon icon-error-stub"><div class="inner"></div></div>'),O2=k('<img class="icon" aria-hidden="true"/>');function al(t,e){"use strict";let i=K(!1),o=()=>{O(i,!0)};var r=Re(),a=se(r);{var l=s=>{var u=D2();b(s,u)},d=s=>{var u=O2();N(()=>De(u,"src",e.icon)),pt("error",u,o),za(u),b(s,u)};M(a,s=>{n(i)?s(l):s(d,!1)})}b(t,r)}function uv(t,e){F(e,!0);let i=h(e,"disabled",3,!1),o=h(e,"onClick",3,cv.noop),r=h(e,"ref",15),a=f(()=>o()===cv.noop),l=f(()=>n(a)||i()),d=f(()=>n(a)?"btn-full-opacity":"");Bo(t,{get disabled(){return n(l)},get tooltipContent(){return e.tooltipText},get disabledTooltipContent(){return e.disabledTooltipContent},width:40,get disableMouseupTooltipShow(){return e.disableMouseupTooltipShow},get tooltipVisible(){return e.tooltipVisible},get ref(){return r()},set ref(s){r(s)},children:(s,u)=>{let m=f(()=>{var p;return(p=e.testId)!=null?p:e.id});zt(s,{get className(){return n(d)},get ariaLabel(){return e.ariaLabel},get click(){return o()},get disabled(){return n(l)},get testId(){return n(m)},children:(p,v)=>{al(p,{get icon(){return e.icon}})},$$slots:{default:!0}})},$$slots:{default:!0}}),H()}var qb=t=>!!t.buttonComponent;var Gs={vkLogo:100,autoplayNext:200,volume:300,subtitles:400,settings:500,context:600,fullscreen:700,chromecast:800};var yp=(t,e,i,o)=>{if(t)for(let[r,a]of Object.entries(e))a.set(Jn(t,i,r,o))};var xp=require("@vkontakte/videoplayer-shared/es2015"),Qb=10,Gb=40,pv=.2,B2=.5,F2=65,H2=114,U2=4,Yb=({onPreviewTrackOpened:t,getTimelineRef:e,isHorizontal:i})=>{let o=f(()=>i?F2:H2),r=K(!1),a=K(0),l=K(0),d=f(()=>n(o)+Qb-Gb-U2),s=f(()=>(0,xp.interpolate)(n(a),[pv,1],[0,-n(d)])),u=f(()=>(0,xp.interpolate)(n(a),[pv,1],[0,Gb])),m=f(()=>(0,xp.interpolate)(n(a),[pv,1],[0,n(o)+Qb]));return{progressBarY:()=>n(s),controlsY:()=>n(u),calculatedHeight:()=>n(m),onPointerDown:g=>{var x;O(l,((x=e())==null?void 0:x.getBoundingClientRect().bottom)||0,!0),O(r,!0)},onPointerMove:g=>{if(!n(r))return;let x=Math.max(Math.min(g.clientY-n(l),0),-n(d));O(a,Math.abs(x/n(d)),!0)},onPointerUp:()=>{O(r,!1),O(a,n(a)>=B2?1:0,!0),n(a)===1&&t()},closePreviewTrack:()=>{O(a,0)}}};var z2=t=>t;function xa(t,{delay:e=0,duration:i=400,easing:o=z2}={}){let r=+getComputedStyle(t).opacity;return{delay:e,duration:i,easing:o,css:a=>`opacity: ${a*r}`}}var W2=k('<span class="root s-2b"> </span>'),K2={hash:"s-2b",code:".root.s-2b{box-shadow:0 8px 24px 0 rgba(0,0,0,.08);box-shadow:0 0 2px 0 rgba(0,0,0,.08);color:#fff;font-size:13px;font-weight:500;line-height:16px}"};function fv(t,e){Q(t,K2);var i=W2(),o=C(i,!0);S(i),N(()=>ve(o,e.time)),b(t,i)}var q2=k('<div class="tooltip-wrapper s-12"><div><!></div></div>'),Q2={hash:"s-12",code:'.tooltip-wrapper.s-12{display:block;position:relative}.tooltip.s-12{bottom:100%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .2s;visibility:hidden}.pointer.s-12:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(41,41,41,.8);bottom:0;content:" ";font-size:0;left:50%;line-height:0;position:absolute;transform:translate(-50%,5px);width:0}.tooltip.active.s-12{opacity:1;visibility:visible}'};function mv(t,e){Q(t,Q2);let i=h(e,"active",3,!1),o=h(e,"pointer",3,!1),r=h(e,"translateXPx",3,0),a=h(e,"translateYPx",3,0),l=h(e,"leftOffset",3,0),d=h(e,"rightOffset",3,0),s=K(void 0),u=K(void 0);function m(x){if(!n(u))return 0;let{width:I}=n(u).getBoundingClientRect(),T=I/2;return x<T?T+l():x>e.containerWidth-T?e.containerWidth-T-d():x}let p=f(()=>m(r()));var v=q2(),$=C(v);let y;var g=C($);ii(g,()=>{var x;return(x=e.children)!=null?x:xt}),S($),tt($,x=>O(u,x),()=>n(u)),S(v),tt(v,x=>O(s,x),()=>n(s)),N(x=>{Qe(v,`transform: translate(${n(p)}px, ${a()}px);`),y=ie($,1,"tooltip s-12",null,y,x),Qe($,`opacity: ${i()?1:0}; visibility: ${i()?"visible":"hidden"}`)},[()=>({active:i(),pointer:o()})]),b(t,v)}var jb=t=>Math.abs(t)/90%4===1;var G2=Ae('<path xmlns="http://www.w3.org/2000/svg" d="M15.782 10.152a.75.75 0 0 1-1.06 0L9.999 5.438l-4.72 4.716a.75.75 0 0 1-1.061-1.061l5.251-5.246a.75.75 0 0 1 1.06 0l5.253 5.246a.75.75 0 0 1 0 1.06Z"></path><path xmlns="http://www.w3.org/2000/svg" d="M15.782 16.152a.75.75 0 0 1-1.06 0l-4.723-4.715-4.72 4.716a.75.75 0 0 1-1.061-1.061l5.251-5.246a.75.75 0 0 1 1.06 0l5.253 5.245a.75.75 0 0 1 0 1.061Z"></path>',1);function vv(t){Ze(t,{height:"20",width:"20",shadow:!0,children:(e,i)=>{var o=G2();ti(),b(e,o)},$$slots:{default:!0}})}var Y2=k('<div class="rich-seek-hint s-11"><span class="icon_wrapper s-11"><!></span> <span class="rich-seek-hint-text s-11"> </span></div>'),j2=k('<div class="preview s-11"><!></div>'),X2=k('<div class="episode s-11"><!></div>'),Z2=k('<div class="time s-11"> </div>'),J2=k("<div><!> <!> <!></div>"),ew={hash:"s-11",code:".timeline-preview.s-11{border-radius:2px;bottom:18px;pointer-events:none}.timeline-preview.mobile.s-11{bottom:72px}.preview.s-11{background-color:var(--timeline-preview-bg);border:1px solid var(--white);border-radius:8px;box-shadow:0 0 2px var(--timeline-preview-shadow),0 8px 24px var(--timeline-preview-shadow);display:flex;justify-content:center}.episode.s-11{margin-bottom:4px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.episode.s-11,.time.s-11{font-size:13px;font-weight:500;line-height:16px;text-align:center;text-shadow:0 8px 24px var(--timeline-preview-shadow),0 0 2px var(--timeline-preview-shadow)}.time.s-11{color:var(--white)}.rich-seek-hint.s-11{position:absolute;text-align:center;top:-12px;transform:translateY(-100%)}.icon_wrapper.s-11{display:inline-block;height:20px;margin-right:6px;vertical-align:top;width:20px}.rich-seek-hint-text.s-11{font-size:14px;line-height:18px;text-shadow:0 2px 4px rgba(0,0,0,.3),0 7px 16px rgba(0,0,0,.25);vertical-align:top}"};function gv(t,e){F(e,!0),Q(t,ew);let[i,o]=Be(),r=()=>w(x,"$isMinimalView$",i),a=()=>w(I,"$rotateAlpha",i),l=()=>w(T,"$playerSize",i),d=()=>w(D,"$previewTrackAvailable",i),s={MOBILE:150,DESKTOP:278},u=h(e,"time",3,""),m=h(e,"isMobile",3,!1),p=h(e,"videoEpisodes",19,()=>[]),v=h(e,"progress",3,0),$=h(e,"duration",3,0),y=h(e,"isInteractive",3,!1),g=ye(),x=g.ui.isMinimalView$,I=g.ui.rotateAlpha,T=g.ui.playerSize,D=g.ui.previewTrackAvailable,A=K(0),E=K(0),V=K(""),q=K(0),L=K(0),z=K(0),j=K(0),te=f(()=>lp(v(),$(),p())),ee=f(()=>!r()),oe=f(()=>dd(a())),ae=f(()=>jb(a())),le=f(he),ce=f(()=>(n(ae)?1:-1)*(n(A)/2-n(E)/2)),X=f(()=>n(ce)*-1);He(()=>{(Me=>{O(A,Me.width,!0),O(E,Me.height,!0)})(de())}),He(()=>{(Me=>{O(V,Me.imgSrc,!0),O(q,Me.imgWidth,!0),O(L,Me.imgHeight,!0),O(z,Me.imgOffsetX,!0),O(j,Me.imgOffsetY,!0)})(Ke(v()))});function he(){var Ce;let Me=m()?s.MOBILE:s.DESKTOP,{isVertical:_e}=Ee(),W=30;return(Ce=n(te))!=null&&Ce.text&&(W+=16),(_e||n(oe))&&(W+=18,W+=50),Math.min(Math.max(l().height-W,0),Me)}function Ee(){let Me=e.previewThumbsData.frameWidth,_e=e.previewThumbsData.frameHeight,W=_e>Me;return{width:Me,height:_e,isHorizontal:!W,isVertical:W}}function de(){let{height:Me,isHorizontal:_e,isVertical:W,width:Ce}=Ee();return _e&&(Me=Me/Ce*n(le),Ce=n(le)),W&&(Ce=Ce/Me*n(le),Me=n(le)),{width:Ce,height:Me}}function Ke(Me){let _e;e.previewThumbsData.isUV?_e=Math.floor($()*Me/e.previewThumbsData.frequency):_e=Math.min(e.previewThumbsData.countTotal,Math.max(0,Math.floor(e.previewThumbsData.countTotal*Me)));let W=Math.floor(_e/e.previewThumbsData.countPerImage),Ce=Math.floor(_e%e.previewThumbsData.countPerImage/e.previewThumbsData.countPerRow),ke=_e%e.previewThumbsData.countPerRow,Ye=Math.floor(e.previewThumbsData.countPerImage/e.previewThumbsData.countPerRow);!e.previewThumbsData.isUV&&W===Math.floor(e.previewThumbsData.countTotal/e.previewThumbsData.countPerImage)&&(Ye=Math.floor(e.previewThumbsData.countTotal%e.previewThumbsData.countPerImage/e.previewThumbsData.countPerRow),e.previewThumbsData.countTotal%e.previewThumbsData.countPerImage%e.previewThumbsData.countPerRow>0&&Ye++);let Te=e.previewThumbsData.countPerRow;!e.previewThumbsData.isUV&&W===Math.floor(e.previewThumbsData.countTotal/e.previewThumbsData.countPerImage)&&e.previewThumbsData.countTotal%e.previewThumbsData.countPerImage>0&&(Te=Math.min(e.previewThumbsData.countPerRow,e.previewThumbsData.countTotal%e.previewThumbsData.countPerImage));let we=n(A)*Te,Fe=n(E)*Ye,rt=-ke*n(A),ft=-Ce*n(E);return{imgSrc:e.previewThumbsData.links[W],imgWidth:we,imgHeight:Fe,imgOffsetX:rt,imgOffsetY:ft}}var ue=J2();let fe;var Z=C(ue);{var B=Me=>{var _e=j2(),W=C(_e);{var Ce=ke=>{var Ye=Y2(),Te=C(Ye),we=C(Te);vv(we,{}),S(Te);var Fe=P(Te,2),rt=C(Fe,!0);S(Fe),S(Ye),N(ft=>ve(rt,ft),[()=>G("preview_track_notification_text")]),b(ke,Ye)};M(W,ke=>{d()&&ke(Ce)})}S(_e),N(()=>Qe(_e,`width: ${n(A)}px; height: ${n(E)}px; background-image: url(${n(V)}); background-size: ${n(q)}px ${n(L)}px; background-position: ${n(z)}px ${n(j)}px;
60
+ transform: rotate(${a()}deg) ${n(oe)?`translate(${n(ce)}px, ${n(X)}px)`:""};
61
+ `)),b(Me,_e)};M(Z,Me=>{n(V)&&Me(B)})}var pe=P(Z,2);{var me=Me=>{var _e=X2(),W=C(_e);{var Ce=ke=>{var Ye=Re(),Te=se(Ye);{var we=rt=>{var ft=ws();N(Pt=>ve(ft,Pt),[()=>G("tooltip_episode_unfinished")]),b(rt,ft)},Fe=rt=>{var ft=ws();N(()=>ve(ft,n(te).text||"")),b(rt,ft)};M(Te,rt=>{y()&&n(te).completed===!1?rt(we):rt(Fe,!1)})}b(ke,Ye)};M(W,ke=>{n(te)&&ke(Ce)})}S(_e),b(Me,_e)};M(pe,Me=>{n(ee)&&Me(me)})}var Ie=P(pe,2);{var ot=Me=>{var _e=Z2(),W=C(_e,!0);S(_e),N(()=>ve(W,u())),b(Me,_e)};M(Ie,Me=>{y()||Me(ot)})}S(ue),N(Me=>{fe=ie(ue,1,"timeline-preview s-11",null,fe,Me),Qe(ue,`width: ${n(oe)?n(E):n(A)}px;`)},[()=>({mobile:m()})]),b(t,ue),H(),o()}var tw=k('<span class="time s-g"> </span>'),iw=k("<!> <!>",1),ow={hash:"s-g",code:".time.s-g{background-color:rgba(41,41,41,.8);border-radius:3px;color:var(--white);display:inline-block;padding:6px 10px}.timeline-slider{--slider-bg:var(--timeline-slider-bg);--slider-filled-bg:var(--timeline-slider-filled-bg);--slider-handle-bg:var(--timeline-slider-handle-bg);--slider-loaded-bg:var(--timeline-slider-loaded-bg)}"};function hv(t,e){var Oe,be,Ne,ht,At;F(e,!0),Q(t,ow);let[i,o]=Be(),r=()=>w(ee,"$interactiveEpisodes$",i),a=()=>w(V,"$duration$",i),l=()=>w(E,"$position$",i),d=()=>w(le,"$isInteractiveExpectation$",i),s=()=>w(ae,"$isInteractiveTime$",i),u=()=>w(Ee,"$previewTrackActive",i),m=()=>w(q,"$isLive$",i),p=()=>w(he,"$disabledControls$",i),v=()=>w(z,"$isMobile",i),$=()=>w(L,"$isActiveLive$",i),y=()=>w(A,"$bufferedProgress$",i),g=h(e,"showTimeline",3,!1),x=h(e,"withEpisodes",3,!0),I=h(e,"ref",15,void 0),T=ye(),D=Rt(),A=T.state.bufferedProgress$,E=T.state.positionWithScrubbing$,V=T.state.duration$,q=T.state.isLive$,L=T.state.isActiveLive$,z=T.ui.isMobile,j=D.features.episodes&&x()?T.actions.internal.getVideoEpisodes():void 0,te=T.actions.internal.getPreviewThumbsData(),ee=T.state.interactiveEpisodes$,oe=T.state.isInteractive,ae=T.state.isInteractiveTime$,le=T.state.isInteractiveExpectation$,ce=T.actions.internal.correctSeekTimeToInteractive,X=(Oe=T.callbacks)==null?void 0:Oe.onDisabledTimelineClick,he=T.ui.controls.disabledControls$,Ee=T.ui.previewTrackActive,de=(Ne=(be=T.callbacks)==null?void 0:be.uiInfo)==null?void 0:Ne.onTimelineMouseEnter,Ke=(At=(ht=T.callbacks)==null?void 0:ht.uiInfo)==null?void 0:At.onTimelineMouseLeave,ue=T.ui.t,fe=D.features.interactiveResponsiveUi,Z=f(()=>oe?r():j),B=f(()=>tn(a())),pe=f(()=>tn(l())),me=f(()=>l()/a()),Ie=f(()=>d()||s()),ot=K(!1),Me=K(""),_e=K(0),W=K(0),Ce=K(0),ke=f(()=>({containerWidth:n(W),translateXPx:n(_e),translateYPx:oe&&te?-36:-16,active:n(ot)&&g()&&!n(Ie)&&!fe&&!u(),pointer:!D.features.timelinePreview||!te||m()})),Ye=ue("aria_timeline"),Te=f(()=>ue("aria_timeline_value",{position:n(pe),duration:n(B)}));function we(Se){return!ce||!oe?Se:ce(Se*a())/a()}function Fe(Se,Xe){var ze;(ze=e.onSliderPointerDown)==null||ze.call(e,Xe),T.actions.internal.startScrubbing(we(Se))}function rt(Se){s()||T.actions.internal.progressScrubbing(we(Se))}function ft(Se){var Xe;T.actions.internal.completeScrubbing(we(Se)),O(ot,!1),(Xe=e.onSliderPointerUp)==null||Xe.call(e)}function Pt(Se,Xe,ze){var xe;(xe=e.onSliderPointerEnter)==null||xe.call(e,Se),Ct(Se,Xe,ze),O(ot,!0)}function lt(Se,Xe,ze,xe){var Ft;(Ft=e.onSliderMove)==null||Ft.call(e,xe,Se),Ct(Se,Xe,ze),O(ot,!0)}function ni(){var Se;O(ot,!1),(Se=e.onSliderLeave)==null||Se.call(e)}function Ct(Se,Xe,ze){O(Ce,we(Se),!0),O(_e,Xe,!0),ze&&O(W,ze,!0),O(Me,Nt(Se),!0)}function Nt(Se){let Xe=tn((m()?1-Se:Se)*a());return m()?`-${Xe}`:Xe}let Bt=f(()=>p().has("TIMELINE"));var Yt=iw(),Le=se(Yt);mv(Le,ts(()=>n(ke),{get leftOffset(){return e.tooltipLeftOffset},get rightOffset(){return e.tooltipRightOffset},children:(Se,Xe)=>{var ze=Re(),xe=se(ze);{var Ft=Xt=>{gv(Xt,{get time(){return n(Me)},get isMobile(){return v()},get videoEpisodes(){return n(Z)},get previewThumbsData(){return te},get progress(){return n(Ce)},get duration(){return a()},get isInteractive(){return oe}})},Tt=Xt=>{var wi=tw(),mi=C(wi,!0);S(wi),N(()=>ve(mi,n(Me))),b(Xt,wi)};M(xe,Xt=>{D.features.timelinePreview&&te&&!m()?Xt(Ft):Xt(Tt,!1)})}b(Se,ze)},$$slots:{default:!0}}));var Y=P(Le,2);il(Y,{className:"timeline-slider",get isActiveLive(){return $()},get isMobile(){return v()},get ariaLabel(){return Ye},ariaValueMin:0,get ariaValueMax(){return a()},get ariaValueNow(){return l()},get ariaValueText(){return n(Te)},get loadedProgress(){return y()},get filledProgress(){return n(me)},get handleProgress(){return n(me)},get videoEpisodes(){return n(Z)},onPointerDown:Fe,onHandleMove:rt,onPointerMove:lt,onPointerUp:ft,onPointerEnter:Pt,onPointerLeave:ni,get onMouseEnter(){return de},get onMouseLeave(){return Ke},get onDisabledClick(){return X},get isInteractive(){return oe},get disabled(){return n(Bt)},get handleAlwaysVisible(){return u()},get hideHandel(){return s()},testId:"progress_bar",onContextMenu:ft,get ref(){return I()},set ref(Se){I(Se)}}),b(t,Yt),H(),o()}var nw={hash:"s-f",code:".timeline-ads-slider{--slider-bg:var(--timeline-slider-bg);--slider-filled-bg:var(--timeline-slider-filled-bg);--slider-handle-bg:var(--timeline-slider-handle-bg);--slider-loaded-bg:var(--timeline-slider-loaded-bg)}"};function Nc(t,e){F(e,!0),Q(t,nw);let[i,o]=Be(),r=()=>w(s,"$isMobile",i),a=h(e,"position",3,0),l=h(e,"duration",3,0),d=ye(),s=d.ui.isMobile,u=d.ui.t,m=f(()=>tn(l())),p=f(()=>tn(a())),v=f(()=>a()/l()),$=f(()=>u("aria_timeline_value",{position:n(p),duration:n(m)})),y=f(()=>Math.round(n(v)*100));il(t,{className:"timeline-ads-slider",ariaValueMin:0,get ariaValueMax(){return l()},get ariaValueNow(){return n(y)},get ariaValueText(){return n($)},get filledProgress(){return n(v)},hideHandel:!0,get squareBorders(){return r()}}),H(),o()}var rw=k("<div><!></div>"),sw=k("<div></div>"),aw={hash:"s-b",code:".timeline.s-b{align-items:center;bottom:0;box-sizing:border-box;display:flex;min-width:86px;pointer-events:all;position:relative;width:100%}.timeline.mobile.s-b{height:16px;margin-top:6px;padding:6px 12px 7px}.withoutPadding.s-b{padding:0}.timeline-stub.s-b{min-width:20px;width:100%}.timeline-stub.mobile.s-b{height:8px}"};function ll(t,e){F(e,!0),Q(t,aw);let[i,o]=Be(),r=()=>w(x,"$isLive$",i),a=()=>w(D,"$isMobile",i),l=()=>w(A,"$disabled",i),d=()=>w(T,"$adPosition",i),s=()=>w(I,"$adDuration",i),u=h(e,"isAds",3,!1),m=h(e,"isHidden",3,!1),p=h(e,"timelineNotAvailable",3,!1),v=h(e,"needPadding",3,!0),$=h(e,"ref",15,void 0),y=ye(),g=Rt(),x=y.state.isLive$,I=y.ads.duration,T=y.ads.position,D=y.ui.isMobile,A=re(!1),E=f(()=>!p()&&(!r()||r()&&e.canRewindLive&&e.isRewindableLive||u()));var V=Re(),q=se(V);{var L=j=>{var te=rw();let ee;var oe=C(te);{var ae=ce=>{Nc(ce,{get position(){return d()},get duration(){return s()}})},le=ce=>{hv(ce,{get tooltipLeftOffset(){return e.tooltipLeftOffset},get tooltipRightOffset(){return e.tooltipRightOffset},get showTimeline(){return n(E)},get withEpisodes(){return e.withEpisodes},get onSliderMove(){return e.onSliderMove},get onSliderPointerDown(){return e.onSliderPointerDown},get onSliderPointerUp(){return e.onSliderPointerUp},get onSliderLeave(){return e.onSliderLeave},get onSliderPointerEnter(){return e.onSliderPointerEnter},get ref(){return $()},set ref(X){$(X)}})};M(oe,ce=>{u()?ce(ae):ce(le,!1)})}S(te),Bs(te,()=>ed(m()&&g.features.usePerformanceFix,A,g.disableInvisibleComponentsTimeout)),N(ce=>ee=ie(te,1,"timeline s-b",null,ee,ce),[()=>({withoutPadding:!v(),mobile:a(),"out-of-flow":l()})]),b(j,te)},z=j=>{var te=sw();let ee;N(oe=>ee=ie(te,1,"timeline-stub s-b",null,ee,oe),[()=>({mobile:a()})]),b(j,te)};M(q,j=>{n(E)?j(L):j(z,!1)})}b(t,V),H(),o()}var Xb=require("@vkontakte/videoplayer-shared/es2015");var Zb=require("@vkontakte/videoplayer-statistics/es2015"),lw=(t,e,i,o,r,a,l)=>{O(e,!0),O(i,t.clientX,!0),O(o,n(r),!0),a(l())},dw=k("<div></div>"),cw=k('<div><div class="track s-2c"></div></div>'),uw={hash:"s-2c",code:'.root.s-2c{display:flex;height:var(--preview-track-frame-height-horizontal);overflow:hidden;position:relative;width:100%}.root.is-vertical-video.s-2c,.root.vertically-rotated.s-2c{height:var(--preview-track-frame-height-vertical)}.root.s-2c:after{background-color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.12);box-shadow:0 0 2px 0 rgba(0,0,0,.06);content:"";height:100%;margin:0 auto;pointer-events:none;width:3px;z-index:1}.track.s-2c{bottom:0;display:flex;left:0;padding:0 50%;top:0}.frame.s-2c,.track.s-2c{position:absolute}.frame.s-2c{background-position-x:calc(var(--column-index)*-1*var(--frame-width));background-position-y:calc(var(--frame-height)*-1*var(--row-index));background-size:calc(var(--frame-width)*var(--column-numbers)) calc(var(--frame-height)*var(--row-numbers));flex-shrink:0;height:var(--frame-height);pointer-events:none;transform-origin:center;width:var(--frame-width)}.vertically-rotated.s-2c .frame:where(.s-2c){transform-origin:0 0}.rotate-1.s-2c{transform:rotate(-90deg) translateX(-100%)}.rotate-2.s-2c{transform:rotate(-180deg)}.rotate-3.s-2c{transform:rotate(-270deg) translateY(-100%)}'};function bv(t,e){F(e,!0),Q(t,uw);let[i,o]=Be(),r=()=>w(D,"$rotateAlpha",i),a=()=>w(g,"$position$",i),l=()=>w(y,"$duration$",i),d=ye(),{countPerImage:s=0,countPerRow:u=0,countTotal:m=0,links:p=[],frameHeight:v=0,frameWidth:$=0}=d.actions.internal.getPreviewThumbsData()||{},{duration$:y,positionWithScrubbing$:g}=d.state,{startScrubbing:x,progressScrubbing:I,completeScrubbing:T}=d.actions.internal,D=d.ui.rotateAlpha,A=K(void 0),E=K(!1),V=K(0),q=K(0),L=K(0),z=K(0),j=f(()=>v<=$),te=f(()=>dd(r())),ee=f(()=>n(j)?!n(te):n(te)),oe=114,ae=65,le=3,ce=f(()=>n(ee)?oe:ae),X=f(()=>n(j)?oe:ae),he=f(()=>n(j)?"var(--preview-track-frame-height-horizontal)":"var(--preview-track-frame-height-vertical)"),Ee=f(()=>m*n(ce)),de=K(0);He(()=>{O(z,Math.ceil(-n(L)/n(ce))-1),O(L,-n(Ee)*a()/l())});let Ke=()=>{T(ue(),!0,Zb.ThinOneStat.ActionSeekType.RICH)},ue=()=>l()*-n(L)/n(Ee)/l(),fe=!1,Z=Te=>{if(!n(E))return!1;let we=Te.clientX-n(V);O(L,n(q)+we),O(L,Math.max(Math.min(n(L),0),-n(Ee)),!0),Math.abs(we)>1&&(fe=!0),I(ue())},B=Te=>{n(E)&&(O(E,!1),!fe&&Te&&O(L,-(Te.offsetX-n(de)/2)),fe=!1,Ke())},pe=()=>{n(E)&&B()},me=f(()=>s/u),Ie=(Te,we)=>{if(Te!==p.length-1)return u;let Fe=0,rt=we*u;for(let ft=1;ft<=u;ft++)Te*s+Fe+rt<m&&Fe++;return Fe},ot=f(()=>Math.floor(n(z)/s)),Me=f(()=>(0,Xb.getRangeAroundIndex)(3,n(ot),p.length-1)),_e=(Te,we,Fe)=>{let rt=s*n(ce);return Te*rt+we*n(ce)*u+n(de)/2-le/2+Fe*n(ce)},W=f(()=>[`--row-numbers: ${n(me)}`,`--column-numbers: ${u}`,`--frame-width: ${n(X)}px`,`--frame-height: ${n(he)}`].join(";"));var Ce=cw();let ke;var Ye=C(Ce);Ye.__pointerdown=[lw,E,V,q,L,x,ue],Ye.__pointermove=Z,Ye.__pointerup=B,Ci(Ye,20,()=>n(Me),Te=>Te,(Te,we)=>{var Fe=Re(),rt=se(Fe);Ci(rt,16,()=>Array.from({length:n(me)},(ft,Pt)=>Pt),ft=>ft,(ft,Pt)=>{var lt=Re(),ni=se(lt);Ci(ni,16,()=>Array.from({length:Ie(we,Pt)},(Ct,Nt)=>Nt),Ct=>Ct,(Ct,Nt)=>{var Bt=dw();N((Yt,Le)=>{Qe(Bt,Yt),ie(Bt,1,Le,"s-2c")},[()=>`--row-index: ${Pt}; --column-index: ${Nt}; left: ${_e(we,Pt,Nt)}px; background-image: url(${p[we]});`,()=>`frame rotate-${Math.abs(r())/90%4}`]),b(Ct,Bt)}),b(ft,lt)}),b(Te,Fe)}),S(Ye),S(Ce),tt(Ce,Te=>O(A,Te),()=>n(A)),N(Te=>{ke=ie(Ce,1,"root s-2c",null,ke,Te),Qe(Ce,n(W)),Qe(Ye,`transform: translateX(${n(L)}px); width: ${n(Ee)}px;`)},[()=>({"is-vertical-video":!n(j),"vertically-rotated":n(te)})]),pt("mouseleave",Ye,pe),Vn(Ce,"clientWidth",Te=>O(de,Te)),b(t,Ce),H(),o()}et(["pointerdown","pointermove","pointerup"]);var pw=k('<div class="notification s-2a"><span class="description s-2a"> </span></div>'),fw={hash:"s-2a",code:".notification.s-2a{background:var(--notification-bg);border-radius:var(--notification-radius);padding:9px 14px 10px 12px}.description.s-2a{font-size:14px;line-height:18px}"};function $v(t,e){F(e,!1),Q(t,fw);let i=340,{ui:{t:o}}=ye();en();var r=pw(),a=C(r),l=C(a,!0);S(a),S(r),N(d=>ve(l,d),[()=>o("preview_track_close_tooltip")],Pn),Fs(3,r,()=>xa,()=>({duration:i})),b(t,r),H()}var Jb=require("@vkontakte/videoplayer-shared/es2015"),mw=k('<div class="preview-track-close tooltip s-28"><!></div>'),vw=k('<div class="preview-track-control s-28"><!> <div class="preview-track-close s-28"><!></div> <!></div>'),gw=k('<div class="wrapper-preview-track s-28"><!></div>'),hw=k('<div class="enriched-timeline s-28"><!> <!> <!></div>'),_w={hash:"s-28",code:".enriched-timeline.s-28{padding:var(--timeline-padding-vertical-top) var(--timeline-padding-horizontal) var(--timeline-padding-vertical-bottom);pointer-events:auto;position:relative}.preview-track-control.s-28{align-items:center;display:flex;justify-content:center;left:0;padding:0 calc(var(--timeline-padding-horizontal));pointer-events:none;position:absolute;right:0;top:calc((var(--timeline-height) + var(--preview-track-controls-top))*-1)}.preview-track-close.s-28{pointer-events:auto;position:absolute;right:calc(var(--timeline-padding-horizontal))}.preview-track-close.tooltip.s-28{bottom:32px;opacity:0;transition:opacity .2s}.preview-track-close.s-28:hover+.tooltip:where(.s-28){opacity:1}.wrapper-preview-track.s-28{box-sizing:border-box;left:0;overflow:hidden;padding:0 calc(var(--timeline-padding-horizontal));position:absolute;right:0;z-index:-1}"};function yv(t,e){F(e,!0),Q(t,_w);let[i,o]=Be(),r=()=>w(g,"$playerSize",i),a=()=>w(y,"$duration$",i),l=()=>w(x,"$previewTrackActive",i),d=()=>w(v,"$position$",i),s=()=>w($,"$isRewindableLive$",i),u=h(e,"timelineRef",15,void 0),m=ye(),p=200,{positionWithScrubbing$:v,isRewindableLive$:$,duration$:y}=m.state,{playerSize:g,previewTrackActive:x}=m.ui,{countPerImage:I=0,links:T=[],frequency:D=0}=m.actions.internal.getPreviewThumbsData()||{},A=f(()=>r().width>100),E=K(!ib()),V=()=>{n(E)&&(tb(),O(E,!1))},q=ce=>{let X=Math.floor(a()*ce/D),he=Math.floor(X/I),Ee=(0,Jb.getRangeAroundIndex)(3,he,T.length-1);for(let de of Ee){let Ke=new Image;Ke.src=T[de]}},L=(ce,X)=>{q(X),!l()&&e.onTimelineMove(ce)};var z=hw(),j=C(z);{var te=ce=>{var X=vw(),he=C(X);let Ee=f(()=>tn(d()));fv(he,{get time(){return n(Ee)}});var de=P(he,2),Ke=C(de);Us(Ke,{onClick:()=>m.actions.internal.closePreviewTrack()}),S(de);var ue=P(de,2);{var fe=Z=>{var B=mw(),pe=C(B);$v(pe,{}),S(B),b(Z,B)};M(ue,Z=>{n(E)&&Z(fe)})}S(X),pt("mouseleave",de,V),Fs(3,X,()=>xa,()=>({duration:p})),b(ce,X)};M(j,ce=>{l()&&ce(te)})}var ee=P(j,2);let oe=f(()=>!n(A));ll(ee,{get isHidden(){return n(oe)},get isAds(){return e.isAds},get canRewindLive(){return e.canRewindLive},get isRewindableLive(){return s()},onSliderMove:L,get onSliderPointerDown(){return e.onTimelinePointerDown},get onSliderPointerUp(){return e.onTimelinePointerUp},get onSliderLeave(){return e.onTimelinePointerLeave},onSliderPointerEnter:q,get ref(){return u()},set ref(ce){u(ce)}});var ae=P(ee,2);{var le=ce=>{var X=gw(),he=C(X);bv(he,{}),S(X),N(()=>Qe(X,`height: ${e.animatedPreviewTrackHeight}px;`)),b(ce,X)};M(ae,ce=>{e.previewTrackAvailable&&ce(le)})}S(z),N(()=>Qe(z,`transform: translateY(${e.animatedOffsetY}px);`)),b(t,z),H(),o()}var $w=k('<div><!> <div data-testid="player_controls"><div class="controls-left s-1b"><!> <!> <!></div> <div class="controls-right s-1b"></div></div></div> <!>',1),yw={hash:"s-1b",code:'.wrapper-bottom.s-1b{bottom:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;left:0;pointer-events:none;position:absolute;transition:transform var(--controls-transition-duration) var(--controls-transition-fn);width:100%;will-change:transform;z-index:var(--controls-container-z-index)}.wrapper-bottom.s-1b:before{background:var(--controls-gradient);content:"";height:var(--controls-gradient-height);position:absolute;width:100%}.wrapper-bottom.s-1b>:where(.s-1b){pointer-events:auto}.controls.s-1b{align-items:center;box-sizing:border-box;display:flex;font-size:13px;height:var(--controls-height);justify-content:space-between;padding:0 var(--controls-desktop-padding-horizontal) 4px;white-space:nowrap;width:100%}.controls.minimal-view.s-1b{padding:0 var(--controls-desktop-padding-horizontal-minimal-view) 4px}.controls-left.s-1b,.controls-right.s-1b{align-content:center;display:flex}.controls-left.s-1b{flex-grow:1;min-width:0;overflow:hidden}.controls-left.s-1b >:not(:first-child),.controls-right.s-1b >*{margin-left:var(--controls-desktop-item-margin-left)}.controls-hidden.s-1b{transform:translateY(100%);visibility:visible}.wrapper-bottom.no-smooth.s-1b{transition:none}'};function wv(t,e){var Pa,Mr,Aa,Tl;F(e,!0),Q(t,yw);let[i,o]=Be(),r=()=>w(bn,"$disabledControls$",i),a=()=>w(It,"$adPlaybackState",i),l=()=>w(mi,"$playbackState$",i),d=()=>w(lo,"$currentSubtitle$",i),s=()=>w(fi,"$isEnded$",i),u=()=>w(Nn,"$currentGridType$",i),m=()=>w(Ft,"$isMinimalView$",i),p=()=>w(Ti,"$isLive$",i),v=()=>w(vi,"$chromecastState$",i),$=()=>w(zi,"$isPictureInPictureActive",i),y=()=>w(ri,"$pictureInPictureType$",i),g=()=>w(Yi,"$availableSubtitlesList$",i),x=()=>w(si,"$contextMenuOpenedByKeyboard$",i),I=()=>w(it,"$showContextMenuBtn$",i),T=()=>w(ao,"$isRewindableLive$",i),D=()=>w(so,"$isActiveLive$",i),A=()=>w(tr,"$graphIsOpened$",i),E=()=>w(U,"$contextMenuVisible$",i),V=()=>w(_o,"$isFullscreen",i),q=()=>w(bo,"$autoplayNextEnabled",i),L=()=>w(n(Cn),"$prevButton",i),z=()=>w(n(To),"$replayButton",i),j=()=>w(n(fr),"$playButton",i),te=()=>w(n(ji),"$nextButton",i),ee=()=>w(n(Ar),"$playPrevChapterButton",i),oe=()=>w(n(dn),"$seekToInteractiveButton",i),ae=()=>w(n(Hn),"$interactiveGraphButton",i),le=()=>w(n(kr),"$liveButton",i),ce=()=>w(n(Wr),"$time",i),X=()=>w(n(fs),"$episodes",i),he=()=>w(n(Xi),"$vkLogo",i),Ee=()=>w(n(ms),"$volume",i),de=()=>w(n(Kr),"$subtitles",i),Ke=()=>w(n(Lo),"$settings",i),ue=()=>w(n(qr),"$context",i),fe=()=>w(n(Un),"$fullscreen",i),Z=()=>w(n(Qr),"$chromecast",i),B=()=>w(on,"$additionalDesktopControlPanelRightButtons$",i),pe=()=>w(Ho,"$playerSize",i),me=()=>w(nn,"$isInteractiveTime$",i),Ie=()=>w(Zs,"$previewTrackActive",i),ot=()=>w(_t,"$settingsMenuVisible",i),Me=()=>w(kt,"$settingButtonRef$",i),_e=()=>w(ci,"$startedByKeyboard$",i),W=()=>w(Ni,"$isAudioAvailable$",i),Ce=()=>w(Le,"$fakeIsPlaying$",i),ke=()=>w(Hr,"$seekToInteractiveDisabledTooltip$",i),Ye=()=>w(Ro,"$isPreviewTrackHorizontallyAligned$",i),Te=()=>w(fn,"$previewTrackAvailable",i),we=()=>w(Js,"$previewTrackDragInProgress",i),Fe=()=>w(Jt,"$adPosition",i),rt=()=>w(wi,"$position$",i),ft=()=>w(yi,"$adDuration",i),Pt=()=>w(Xt,"$duration$",i),lt=h(e,"playerControlsWrapperRef",15,void 0),ni=h(e,"playerControlsRef",15,void 0),Ct=h(e,"isAds",3,!1),Nt=h(e,"logoTargetUrl",3,""),Bt=h(e,"isOneVideoPlaylist",3,!1),Yt=h(e,"customFullscreenSupported",3,!0),{fakeIsPlaying$:Le}=Po(),Y=ye(),Oe=Po(),be=Rt(),Ne=Y.actions.internal.toggleMuted,ht=Y.actions.internal.togglePlay,At=Y.actions.internal.pause,Se=Y.actions.internal.toggleSubtitle,Xe=Y.actions.internal.checkFullscreenSupport,ze=(Pa=Y.callbacks)==null?void 0:Pa.onAudioDoesNotExistHint,xe=(Mr=Y.callbacks)==null?void 0:Mr.onAudioDisabledHint,Ft=Y.ui.isMinimalView$,Tt=(Tl=(Aa=Y.callbacks)==null?void 0:Aa.uiInfo)==null?void 0:Tl.onControlWillChange,Xt=Y.state.duration$,wi=Y.state.positionWithScrubbing$,mi=Y.state.playbackState$,Ni=Y.state.isAudioAvailable$,ro=Y.state.isAudioDisabled,fi=Y.state.isEnded$,Ti=Y.state.isLive$,so=Y.state.isActiveLive$,ao=Y.state.isRewindableLive$,{isActive$:zi,type$:ri}=Oe.pictureInPicture$,_t=Y.ui.settingsMenu.visible$,mt=Y.ui.settingsMenu.openedByBtnKeyboard$,Ue=Y.ui.controls,ct=Y.actions.internal.getVideoEpisodes(),vi=Y.state.chromecastState$,Yi=Y.state.availableSubtitlesList$,lo=Y.state.currentSubtitle$,bn=Ue.disabledControls$,U=Y.ui.contextMenu.visible$,it=Y.ui.contextMenu.showContextMenuBtn$,si=Y.ui.contextMenu.openedByBtnKeyboard$,ci=Y.ui.startedByKeyboard$,ai=Y.ui.controlBlocks,at=Y.ui.t,yi=Y.ads.duration,Jt=Y.ads.position,It=Y.ads.playbackState,_o=Y.ui.isFullscreen,Ho=Y.ui.playerSize,Nn=Y.ui.currentGridType$,on=Y.ui.additionalDesktopControlPanelRightButtons$,bo=Y.ui.autoplayNextEnabled$,ui=Y.actions.internal.getVideoElement,$n=Y.actions.internal.replayInteractive,Cr=Y.actions.internal.prevVideoClick,Co=Y.actions.internal.nextVideoClick,Ei=Y.state.isInteractive,nn=Y.state.isInteractiveTime$,Uo=Y.state.showInteractiveGraph,rn=Y.state.showSeekToInteractive,ss=Y.state.showPlayPrevChapter,as=Y.state.showInteractiveTimeIndicator,ls=Y.state.playPrevChapterDisabledTooltip,Hr=Oe.seekToInteractiveDisabledTooltip$,tr=Oe.graphIsOpened$,ir=be.features.interactiveResponsiveUi,or=f(()=>r().has("EPISODE_BUTTON")),ds=f(()=>r().has("GRAPH_BUTTON")),nr=f(()=>r().has("SEEK_TO_INTERACTIVE_BUTTON")),yn=f(()=>r().has("PLAY_BUTTON")),Ur=f(()=>r().has("REPLAY_BUTTON")),sn=f(()=>r().has("PLAY_PREV_CHAPTER_BUTTON")),Tr=()=>Y.actions.internal.toggleChromecast(),xn=f(()=>Ct()?a()==="playing":l()===dl.PlaybackState.PLAYING),rr=f(()=>d().value!=="off"),Ir=f(()=>s()&&!Ct()||Ei),cs=f(()=>ir?n(Ir)&&go(u(),"m"):n(Ir)),Vi=f(()=>!s()||Ei||Ct()),us=f(()=>!m()&&go(u(),"m")),an=f(()=>!m()&&go(u(),"m")&&!Ct()&&e.nextButtonActive),sr=f(()=>!m()&&go(u(),"m")&&!Ct()&&e.prevButtonActive),ar=f(()=>!Ct()&&!!p()),lr=f(()=>!m()&&v()!==dl.ChromecastState.NOT_AVAILABLE&&!($()&&y()===1)&&go(u(),"m")&&!Ei&&!Ct()),Bn=f(()=>e.showAutoplayNext&&!m()&&!Bt()&&go(u(),"s")),bt=f(()=>!m()&&g().length>0&&go(u(),"m")),Zt=f(()=>x()||I()),ps=f(()=>go(u(),"s")&&!Ct()),dr=f(()=>!e.logoHidden&&!Ct()&&!m()),wn=f(()=>be.features.fullscreen&&Xe()&&(e.logoHidden||go(u(),ir?"xs":"s"))&&!($()&&y()===1)&&(Ei?Yt():!0)),Fn=f(()=>(!p()||Ct())&&!(be.features.interactiveHideTime&&Ei)),Er=f(()=>Uo&&go(u(),"m")),cr=f(()=>ir?rn&&go(u(),"s"):rn),ur=f(()=>ir?ss&&go(u(),"s"):ss),ln=f(()=>!m()&&!Ct()&&!p()&&!!(ct!=null&&ct.length)&&n(us)&&!n(or)),Sn=f(()=>!T()||!!D()),co=f(()=>A()?at("tooltip_interactive_graph_on"):at("tooltip_interactive_graph_off")),Ao=f(()=>E()?at("tooltip_context_menu_close"):at("tooltip_context_menu_open")),pr=(vt,gt)=>vt?gt&&gt===dl.PlaybackState.PAUSED?at("tooltip_play"):"":at("tooltip_live"),uo=f(()=>pr(n(Sn),l())),Pr=f(()=>be.logoType==="vk_video"?at("tooltip_vk_video_logo"):at("tooltip_vk_logo")),ko=f(()=>n(rr)?at("tooltip_subtitles_on"):at("tooltip_subtitles_off")),zr=f(()=>V()?at("tooltip_fullscreen_on"):at("tooltip_fullscreen_off")),$t=f(()=>v()===dl.ChromecastState.CONNECTED?at("tooltip_chromecast_on"):at("tooltip_chromecast_off")),xi=f(()=>q()?at("tooltip_autoplay_on"):at("tooltip_autoplay_off")),Ri=K(0),ei=di({}),Bi=di({}),Cn=f(()=>Ue.prevButton),To=f(()=>Ue.replayButton),fr=f(()=>Ue.playButton),ji=f(()=>Ue.nextButton),Ar=f(()=>Ue.playPrevChapterButton),dn=f(()=>Ue.seekToInteractiveButton),Hn=f(()=>Ue.interactiveGraphButton),kr=f(()=>Ue.liveButton),Wr=f(()=>Ue.time),fs=f(()=>Ue.episodes),Xi=f(()=>Ue.vkLogo),ms=f(()=>Ue.volume),Kr=f(()=>Ue.subtitles),Lo=f(()=>Ue.settings),qr=f(()=>Ue.context),Un=f(()=>Ue.fullscreen),Qr=f(()=>Ue.chromecast),Fi=f(()=>({prevButton:L()?L().right-L().left:0,replayButton:z()?z().right-z().left:0,playButton:j()?j().right-j().left:0,nextButton:te()?te().right-te().left:0,playPrevChapterButton:ee()?ee().right-ee().left:0,seekToInteractiveButton:oe()?oe().right-oe().left:0,interactiveGraphButton:ae()?ae().right-ae().left:0,liveButton:le()?le().right-le().left:0,time:ce()?ce().right-ce().left:0,episodes:X()?X().right-X().left:0,vkLogo:he()?he().right-he().left:0,volume:Ee()?Ee().right-Ee().left:0,subtitles:de()?de().right-de().left:0,settings:Ke()?Ke().right-Ke().left:0,context:ue()?ue().right-ue().left:0,fullscreen:fe()?fe().right-fe().left:0,chromecast:Z()?Z().right-Z().left:0,additionalButtons:B().length?B().reduce(vt=>[...vt,40],[]):[]})),Io=K(0);He(()=>{(!n(Io)||n(Io)<n(Fi).time)&&Lt(()=>O(Io,n(Fi).time,!0))});let zn=K(!1);He(()=>{let vt=0;n(ln)&&(go(u(),"xl")?vt=n(Fi).time:vt=60);let gt=n(Fi).prevButton+n(Fi).playButton+n(Fi).nextButton+n(Fi).seekToInteractiveButton+n(Fi).interactiveGraphButton+n(Fi).liveButton+n(Io)+vt;O(zn,n(Fn)&&n(Ri)>=gt,!0)});let cn=f(()=>n(zn)&&go(u(),"m")),Gr=(0,xv.debounceFn)(ud,260),st=(0,xv.debounceFn)(yp,260);He(()=>{pe(),me(),Ie(),Gr(ui(),Ue,ei,e.showControls),st(ui(),ai,Bi,e.showControls)}),He(()=>{Bi.bottom=lt()});let kt=re();He(()=>{ot(),Me()&&Lt(()=>id(Me(),ot(),mt))});let bi;He(()=>{_e(),Lt(()=>bp(ci,_e(),bi))});function po(){ha({isAudioDisabled:ro,isAudioAvailable:W(),isAds:Ct(),audioIsNotExistHintCallback:ze,audioDisabledHintCallback:xe})&&Ne()}let $o=Ei?$n:ht,Wi=f(()=>Ce()!==null),fo=f(()=>n(Wi)?Ce():n(xn)),Di=f(()=>n(fo)?at("tooltip_pause"):at("tooltip_play")),un=at("tooltip_episodes"),zo=f(()=>{var vt,gt,ki,Eo;return n(sr)?{id:"prevButton",type:"desktop-control-panel-left",weight:qs.prevButton,buttonComponent:sl,buttonComponentProps:{disabled:!e.prevButtonActive,type:"prev",click:Cr.bind(null,!0)},tooltipEnabled:!((gt=(vt=Y.callbacks)==null?void 0:vt.uiInfo)!=null&&gt.onPrevButtonMouseEnter)&&!((Eo=(ki=Y.callbacks)==null?void 0:ki.uiInfo)!=null&&Eo.onPrevButtonMouseLeave),mouseEnter:()=>{var Oi,li,Li;(Li=(li=(Oi=Y.callbacks)==null?void 0:Oi.uiInfo)==null?void 0:li.onPrevButtonMouseEnter)==null||Li.call(li,Jn(ui(),ei,"prevButton",e.showControls))},mouseLeave:()=>{var Oi,li,Li;(Li=(li=(Oi=Y.callbacks)==null?void 0:Oi.uiInfo)==null?void 0:li.onPrevButtonMouseLeave)==null||Li.call(li,Jn(ui(),ei,"prevButton",e.showControls))},tooltipText:at("tooltip_previous"),disabled:!e.prevButtonActive}:void 0}),Mo=f(()=>n(cs)?{id:"replayButton",type:"desktop-control-panel-left",weight:qs.replayButton,buttonComponent:pd,buttonComponentProps:{disabled:n(Ur),click:$o},tooltipText:at("tooltip_restart"),disabled:n(Ur)}:void 0),qe=f(()=>n(Vi)?{id:"playButton",type:"desktop-control-panel-left",weight:qs.playButton,buttonComponent:fd,buttonComponentProps:{disabled:n(yn),isPlaying:n(xn),click:ht},tooltipText:n(Di),disabled:n(yn)}:void 0),Kt=f(()=>{var vt,gt,ki,Eo;return n(an)?{id:"nextButton",type:"desktop-control-panel-left",weight:qs.nextButton,buttonComponent:sl,buttonComponentProps:{disabled:!e.nextButtonActive,type:"next",click:Co.bind(null,!0)},tooltipEnabled:!((gt=(vt=Y.callbacks)==null?void 0:vt.uiInfo)!=null&&gt.onNextButtonMouseEnter)&&!((Eo=(ki=Y.callbacks)==null?void 0:ki.uiInfo)!=null&&Eo.onNextButtonMouseLeave),mouseEnter:()=>{var Oi,li,Li;(Li=(li=(Oi=Y.callbacks)==null?void 0:Oi.uiInfo)==null?void 0:li.onNextButtonMouseEnter)==null||Li.call(li,Jn(ui(),ei,"nextButton",e.showControls))},mouseLeave:()=>{var Oi,li,Li;(Li=(li=(Oi=Y.callbacks)==null?void 0:Oi.uiInfo)==null?void 0:li.onNextButtonMouseLeave)==null||Li.call(li,Jn(ui(),ei,"nextButton",e.showControls))},tooltipText:at("tooltip_next"),disabled:!e.nextButtonActive}:void 0}),Si=f(()=>Ei&&n(ur)?{id:"playPrevChapterButton",type:"desktop-control-panel-left",weight:qs.playPrevChapterButton,buttonComponent:Mc,buttonComponentProps:{disabled:n(sn),click:e.playPrevChapter},tooltipText:at("tooltip_interactive_go_back"),disabledTooltipContent:at(ls),disabled:n(sn)}:void 0),Wo=f(()=>Ei&&n(cr)?{id:"seekToInteractiveButton",type:"desktop-control-panel-left",weight:qs.seekToInteractiveButton,buttonComponent:Rc,buttonComponentProps:{disabled:n(nr),click:e.seekToInteractive},tooltipText:at("tooltip_interactive_seek"),disabled:n(nr),disabledTooltipContent:at(ke())}:void 0),Vo=f(()=>Ei&&n(Er)?{id:"interactiveGraphButton",type:"desktop-control-panel-left",weight:qs.interactiveGraphButton,buttonComponent:Dc,buttonComponentProps:{disabled:n(ds),click:tr.toggle,graphIsOpened:A()},tooltipText:n(co)}:void 0),vs=f(()=>n(ar)?{id:"liveButton",type:"desktop-control-panel-left",weight:qs.liveButton,buttonComponent:Oc,buttonComponentProps:{isLiveActive:n(Sn),ariaLabel:n(uo)},tooltipText:n(uo),disabled:n(Sn)&&l()===dl.PlaybackState.PLAYING}:void 0),pn=f(()=>[n(zo),n(Mo),n(qe),n(Kt),n(Si),n(Wo),n(Vo),n(vs)].filter(vt=>!!vt).sort(Xa)),Lr=f(()=>n(dr)?{id:"vkLogo",type:"desktop-control-panel-right",weight:Gs.vkLogo,buttonComponent:xc,buttonComponentProps:{targetUrl:Nt(),logoClickable:e.logoClickable,click:At},tooltipText:n(Pr),disabledTooltipContent:"",disabled:!e.logoClickable}:void 0),Tn=f(()=>n(Bn)?{id:"autoplayNext",type:"desktop-control-panel-right",weight:Gs.autoplayNext,buttonComponent:Vc,tooltipText:n(xi)}:void 0),gs=f(()=>({id:"volume",type:"desktop-control-panel-right",weight:Gs.volume,buttonComponent:Nm,buttonComponentProps:{click:po,isAds:Ct()}})),Is=f(()=>n(bt)?{id:"subtitles",type:"desktop-control-panel-right",weight:Gs.subtitles,buttonComponent:Vm,buttonComponentProps:{isSubtitlesEnabled:n(rr),click:Se},tooltipText:n(ko)}:void 0),Wn=f(()=>n(ps)?{id:"settings",type:"desktop-control-panel-right",weight:Gs.settings,buttonComponent:ad,buttonComponentProps:{ref$:kt},tooltipText:ot()?void 0:at("tooltip_settings_off")}:void 0),js=f(()=>be.features.contextMenuButton?{id:"context",type:"desktop-control-panel-right",weight:Gs.context,buttonComponent:rv,buttonComponentProps:{ariaLabel:at("aria_label_context_menu")},className:n(Zt)?"":"out-of-view",tooltipText:n(Ao)}:void 0),hs=f(()=>n(wn)?{id:"fullscreen",type:"desktop-control-panel-right",weight:Gs.fullscreen,buttonComponent:yc,buttonComponentProps:{isFullscreen:V(),click:e.toggleFullscreen},tooltipText:n(zr)}:void 0),Xs=f(()=>n(lr)?{id:"chromecast",type:"desktop-control-panel-right",weight:Gs.chromecast,buttonComponent:Sc,buttonComponentProps:{state:v(),click:Tr},tooltipText:n($t)}:void 0),Ca=f(()=>[n(Lr),n(Tn),n(gs),n(Is),n(Wn),n(js),n(hs),n(Xs),...B()].filter(vt=>!!vt).sort(Xa)),Zs=Y.ui.previewTrackActive,Js=Y.ui.previewTrackDragInProgress,fn=Y.ui.previewTrackAvailable,Ro=Y.ui.isPreviewTrackHorizontallyAligned,ut=f(()=>Yb({onPreviewTrackOpened:Y.actions.internal.previewTrackOpened,getTimelineRef:()=>ei.timeline,isHorizontal:Ye()})),pi=f(()=>n(ut).progressBarY),Ko=f(()=>n(ut).controlsY),Kn=f(()=>n(ut).onPointerDown),qn=f(()=>n(ut).onPointerMove),Es=f(()=>n(ut).onPointerUp),$e=f(()=>n(ut).calculatedHeight),Et=f(()=>n(ut).closePreviewTrack);He(()=>{Ie()||n(Et)()});let Dt;Vt(()=>()=>Dt&&clearTimeout(Dt));let qt=vt=>{Ie()||!Te()||(n(Kn)(vt),Dt=setTimeout(()=>{Y.actions.internal.previewTrackDragStarted()},200))},Pi=()=>{Ie()||n(Es)(),Dt&&clearTimeout(Dt),we()&&Y.actions.internal.previewTrackDragFinished()},Hi=vt=>{n(qn)(vt)},Ai=-(parseInt("24")/2+4),Ki=vt=>{if(Bi.bottom&&Tt&&vt.target===Bi.bottom){let gt=getComputedStyle(Bi.bottom),{transitionDuration:ki,transitionTimingFunction:Eo}=gt,Oi=ui();if(!Oi)return;let li=Gt(We({},Sr(Bi.bottom,Oi)),{isDisplayed:!e.showControls}),Li=parseInt(gt.height),ks=Gt(We({},li),{isDisplayed:e.showControls,bottom:e.showControls?li.bottom-Li:li.bottom+Li});Tt({type:"bottom",from:li,to:ks,transitionInfo:{duration:ki,timingFunction:Eo}})}};var Ps=$w(),Qn=se(Ps);let As;var Ta=C(Qn);{var Ia=vt=>{let gt=f(()=>n(pi)()),ki=f(()=>n($e)());yv(vt,{get animatedOffsetY(){return n(gt)},get animatedPreviewTrackHeight(){return n(ki)},get canRewindLive(){return e.canRewindLive},get isAds(){return Ct()},onTimelineMove:Hi,onTimelinePointerDown:qt,onTimelinePointerUp:Pi,get previewTrackAvailable(){return Te()},get timelineRef(){return ei.timeline},set timelineRef(Eo){ei.timeline=Eo}})};M(Ta,vt=>{e.showControls&&vt(Ia)})}var qo=P(Ta,2);let Ea;var ea=C(qo),mr=C(ea);Ci(mr,17,()=>n(pn),vt=>vt.id,(vt,gt)=>{$p(vt,{get buttonComponent(){return n(gt).buttonComponent},get buttonComponentProps(){return n(gt).buttonComponentProps},get tooltipText(){return n(gt).tooltipText},get disabledTooltipContent(){return n(gt).disabledTooltipContent},get disabled(){return n(gt).disabled},get className(){return n(gt).className},get tooltipEnabled(){return n(gt).tooltipEnabled},get mouseEnter(){return n(gt).mouseEnter},get mouseLeave(){return n(gt).mouseLeave},get tooltipVisible(){return e.showControls},get ref(){return ei[n(gt).id]},set ref(ki){ei[n(gt).id]=ki}})});var yl=P(mr,2);{var xl=vt=>{let gt=f(()=>!e.showControls),ki=f(()=>Ct()?Fe():rt()),Eo=f(()=>Ct()?ft():Pt());_c(vt,{get isHidden(){return n(gt)},isMobile:!1,get showDuration(){return n(cn)},get position(){return n(ki)},get duration(){return n(Eo)},get ref(){return ei.time},set ref(Oi){ei.time=Oi}})};M(yl,vt=>{n(Fn)&&vt(xl)})}var xd=P(yl,2);let wl=f(()=>!n(ln));Bo(xd,{className:"w-max",get disabled(){return n(wl)},get tooltipContent(){return un},get tooltipVisible(){return e.showControls},tooltipPlacement:"top-left",get initialTranslateXPx(){return Ai},get ref(){return ei.episodes},set ref(vt){ei.episodes=vt},children:(vt,gt)=>{var ki=Re(),Eo=se(ki);{var Oi=li=>{Cc(li,{get position(){return rt()},get duration(){return Pt()},get timeCodes(){return ct}})};M(Eo,li=>{n(ln)&&li(Oi)})}b(vt,ki)},$$slots:{default:!0}}),S(ea);var Sl=P(ea,2);Ci(Sl,21,()=>n(Ca),vt=>vt.id,(vt,gt)=>{var ki=Re(),Eo=se(ki);{var Oi=Li=>{$p(Li,{get buttonComponent(){return n(gt).buttonComponent},get buttonComponentProps(){return n(gt).buttonComponentProps},get tooltipText(){return n(gt).tooltipText},get disabledTooltipContent(){return n(gt).disabledTooltipContent},get disabled(){return n(gt).disabled},get className(){return n(gt).className},get tooltipVisible(){return e.showControls},get ref(){return ei[n(gt).id]},set ref(ks){ei[n(gt).id]=ks}})},li=Li=>{let ks=f(()=>!!n(gt).disabled);uv(Li,{get id(){return n(gt).id},get testId(){return n(gt).testId},get icon(){return n(gt).icon},get ariaLabel(){return n(gt).ariaLabel},get tooltipText(){return n(gt).tooltipText},get disabledTooltipContent(){return n(gt).disabledTooltipContent},get disabled(){return n(ks)},get onClick(){return n(gt).onClick},get disableMouseupTooltipShow(){return n(gt).disableMouseupTooltipShow},get tooltipVisible(){return e.showControls},get ref(){return ei[n(gt).id]},set ref(Il){ei[n(gt).id]=Il}})};M(Eo,Li=>{qb(n(gt))?Li(Oi):Li(li,!1)})}b(vt,ki)}),S(Sl),S(qo),tt(qo,vt=>ni(vt),()=>ni()),S(Qn),tt(Qn,vt=>lt(vt),()=>lt());var Cl=P(Qn,2);{var wd=vt=>{kc(vt,{get ref(){return ei.interactiveTimeIndicator},set ref(gt){ei.interactiveTimeIndicator=gt}})};M(Cl,vt=>{as&&vt(wd)})}N((vt,gt,ki)=>{As=ie(Qn,1,"wrapper-bottom s-1b",null,As,vt),Qe(Qn,`transform: ${e.showControls?"translateY(0)":"translateY(100%)"}`),Ea=ie(qo,1,"controls s-1b",null,Ea,gt),Qe(qo,ki),qo.inert=Ie()},[()=>({hidden:e.bottomHidden,"controls-hidden":!e.showControls,"no-smooth":e.bottomNoSmooth||we()}),()=>({"minimal-view":m()}),()=>`transform: translateY(${n(Ko)()}px);`]),pt("transitionstart",Qn,Ki),Vn(ea,"clientWidth",vt=>O(Ri,vt)),b(t,Ps),H(),o()}var md=require("@vkontakte/videoplayer-core/es2015");var Sv=require("@vkontakte/videoplayer-shared/es2015");var xw=k('<div class="icon icon-error-stub s-24"><div class="inner s-24"></div></div>'),ww=k('<img class="icon s-24" aria-hidden="true"/>'),Sw={hash:"s-24",code:".icon.s-24{height:24px!important;width:24px!important}.inner.s-24{background-color:var(--white);height:16px;width:16px}"};function Cv(t,e){Q(t,Sw);let i=h(e,"disabled",3,!1),o=h(e,"onClick",3,Sv.noop),r=f(()=>o()===Sv.noop),a=f(()=>n(r)||i()),l=K(!1),d=()=>{O(l,!0)},s=f(()=>n(r)?"btn-full-opacity":"");zt(t,{get className(){return n(s)},get ariaLabel(){return e.ariaLabel},get click(){return o()},get disabled(){return n(a)},get testId(){return e.testId},children:(u,m)=>{var p=Re(),v=se(p);{var $=g=>{var x=xw();b(g,x)},y=g=>{var x=ww();N(()=>De(x,"src",e.iconUrl)),pt("error",x,d),za(x),b(g,x)};M(v,g=>{n(l)?g($):g(y,!1)})}b(u,p)},$$slots:{default:!0}})}var Cw=Ae('<path d="M8.7 8.1 5.3 4.72A1 1 0 0 1 6.72 3.3L20.7 17.29a1 1 0 0 1-1.41 1.41L16 15.41V20a1 1 0 0 1-1 1c-.64 0-1.26-.25-1.72-.7L7.79 15H5a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2.77zm2.88-2.76 1.7-1.65A2.5 2.5 0 0 1 15 3a1 1 0 0 1 1 1v5.76z"></path>');function Tv(t){Ze(t,{testId:"muted-icon",children:(e,i)=>{var o=Cw();b(e,o)},$$slots:{default:!0}})}var e$=require("@vkontakte/videoplayer-shared/es2015");function wp(t,e){F(e,!0);let i=h(e,"muted",3,!1),o=h(e,"click",3,e$.noop),r=h(e,"ref",15,void 0),l=ye().ui.t,d=f(()=>i()?l("tooltip_volume"):l("tooltip_volume_muted")),s=f(()=>i()?"btn-mobile-muted":"btn-mobile-unmuted");zt(t,{get testId(){return n(s)},get click(){return o()},get ariaLabel(){return n(d)},role:"button",get ref(){return r()},set ref(u){r(u)},children:(u,m)=>{var p=Re(),v=se(p);{var $=g=>{Tv(g,{})},y=g=>{$a(g,{get size(){return"24"}})};M(v,g=>{i()?g($):g(y,!1)})}b(u,p)},$$slots:{default:!0}}),H()}var Tw=Ae('<path d="M11.64 12.37 9.07 9.8h1.03a.9.9 0 1 0 0-1.8H6.9a.9.9 0 0 0-.9.9v3.2a.9.9 0 0 0 1.8 0v-1.02l2.53 2.52.13.14a.9.9 0 0 0 1.28-1.28z"></path>'),Iw=Ae('<path d="m6.36 9.63 2.57 2.57H7.9a.9.9 0 1 0 0 1.8h3.2a.9.9 0 0 0 .9-.9V9.9a.9.9 0 0 0-1.8 0v1.02L7.67 8.4l-.13-.14a.9.9 0 0 0-1.28 1.28z"></path>'),Ew=Ae('<path d="M7.66 4h6.68q1.2-.01 2 .04.83.06 1.53.38a4 4 0 0 1 1.7 1.7c.24.48.34.98.39 1.54q.05.8.04 2v1.44a.9.9 0 0 1-1.8 0V9.7c0-.85 0-1.44-.04-1.9-.03-.44-.1-.68-.19-.85a2 2 0 0 0-.92-.92 2 2 0 0 0-.85-.2c-.46-.03-1.04-.03-1.9-.03H7.7c-.85 0-1.44 0-1.9.04-.44.03-.68.1-.85.19a2 2 0 0 0-.92.92c-.09.17-.16.4-.2.85-.03.46-.03 1.05-.03 1.9v2.65c0 .85 0 1.44.04 1.9.03.44.1.68.19.85a2 2 0 0 0 .92.92c.17.08.4.15.85.19.46.03 1.04.04 1.9.04h2.4a.9.9 0 0 1 0 1.8H7.66q-1.2.01-2-.05a4 4 0 0 1-1.53-.38 4 4 0 0 1-1.7-1.7 4 4 0 0 1-.39-1.53q-.05-.8-.04-2V9.65q-.01-1.2.04-2c.05-.56.15-1.06.39-1.53a4 4 0 0 1 1.7-1.7c.47-.24.97-.34 1.53-.39q.8-.05 2-.04M13 16.8c0-.98 0-1.47.19-1.84a2 2 0 0 1 .77-.77c.37-.19.86-.19 1.84-.19h3.4c.98 0 1.47 0 1.85.19q.5.27.76.77c.19.37.19.86.19 1.84v.4c0 .98 0 1.47-.19 1.85a2 2 0 0 1-.77.76c-.37.19-.86.19-1.84.19h-3.4c-.98 0-1.47 0-1.85-.19a2 2 0 0 1-.76-.76c-.19-.38-.19-.87-.19-1.85z"></path><!>',1);function Iv(t,e){let i=h(e,"isActive",3,!1),o=f(()=>i()?"pip-icon--active":"pip-icon");Ze(t,{get testId(){return n(o)},children:(r,a)=>{var l=Ew(),d=P(se(l));{var s=m=>{var p=Tw();b(m,p)},u=m=>{var p=Iw();b(m,p)};M(d,m=>{i()?m(s):m(u,!1)})}b(r,l)},$$slots:{default:!0}})}var t$=require("@vkontakte/videoplayer-shared/es2015");function Ev(t,e){F(e,!0);let i=h(e,"ref",15,void 0),o=h(e,"isPictureInPictureActive",3,!1),r=h(e,"click",3,t$.noop),a=G("menu_pip");zt(t,{testId:"btn-pip",get ariaLabel(){return a},get click(){return r()},get ref(){return i()},set ref(l){i(l)},children:(l,d)=>{Iv(l,{get isActive(){return o()}})},$$slots:{default:!0}}),H()}var Pv=require("@vkontakte/videoplayer-shared/es2015");var Pw=(t,e,i,o)=>{n(e)&&i.onDisabledPlayPrevChapterClick(n(o))},Aw=(t,e,i,o)=>{n(e)&&i.onDisabledSeekToInteractiveClick(n(o))},kw=k("<div><!></div>"),Lw=k("<div><!></div>"),Mw=k("<div><!></div>"),Vw=k("<!> <!> <!>",1),Rw=k("<div></div> <div></div> <div><!> <!> <!> <!> <!> <!></div> <div><!> <!> <!> <!></div> <!>",1),Dw=k('<div class="wrapper-middle s-19"><!></div>'),Ow=k("<div><!></div> <!> <div><!></div>",1),Nw=k('<div aria-hidden="true">·</div> <!>',1),Bw=k('<!> <!> <div><div><div class="controls mobile s-19" data-testid="bottom-controls"><div class="controls-group contain s-19"><!> <!> <!> <!></div> <div class="controls-group s-19"><!> <!> <!></div></div> <!></div></div> <!>',1),Fw={hash:"s-19",code:".wrapper-bottom.s-19{background:var(--controls-gradient);bottom:0;box-sizing:border-box;display:flex;flex-direction:column;height:var(--controls-gradient-height);justify-content:flex-end;left:0;padding:0 4px 8px;pointer-events:none;position:absolute;transition:transform var(--controls-transition-duration) var(--controls-transition-fn);width:100%;z-index:var(--controls-container-z-index)}.wrapper-bottom.s-19>:where(.s-19){pointer-events:auto}.wrapper-bottom.ads-timeline-mobile.s-19{height:9px;padding:0 4px 4px}.wrapper-middle.s-19{align-items:center;left:50%;top:50%;transform:translate(-50%,-50%)}.wrapper-middle.s-19,.wrapper-top-right.s-19{display:flex;position:absolute;transition:opacity var(--controls-transition-duration);z-index:var(--controls-container-z-index)}.wrapper-top-right.s-19{right:8px;top:4px}.wrapper-top-left.s-19{left:8px;position:absolute;top:4px;z-index:var(--controls-container-z-index)}.wrapper-middle-left.s-19,.wrapper-middle-left-second.s-19,.wrapper-middle-right.s-19{align-items:center;background-color:rgba(0,0,0,.56);border-radius:12px;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:opacity var(--controls-transition-duration);width:44px}.wrapper-middle-left.s-19{left:12px}.wrapper-middle-left-second.s-19{left:64px}.wrapper-middle-right.s-19{right:12px}.controls.s-19{align-items:center;box-sizing:border-box;font-size:13px;height:var(--controls-height);justify-content:space-between;padding:0 4px;transition:transform var(--controls-transition-duration) var(--controls-transition-fn);white-space:nowrap;width:100%;will-change:transform}.controls.s-19,.controls-group.s-19{display:flex}.controls-group.contain.s-19{min-width:0}.controls-group.s-19 >:not(:first-child){margin-left:8px}.hidden.s-19{opacity:0;visibility:hidden}.controls-hidden.s-19{transform:translateY(100%);visibility:visible}.wrapper-bottom.no-smooth.s-19{transition:none}.overlay-mobile.s-19{background-color:rgba(0,0,0,.3);height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:opacity var(--controls-transition-duration);width:100%}@media screen and (orientation:portrait){.wrapper-top-left.fullscreen.s-19,.wrapper-top-right.fullscreen.s-19{top:16px}.controls-wrapper.fullscreen.s-19{bottom:30px;position:absolute;width:calc(100% - 8px)}}@media screen and (orientation:landscape){.wrapper-top-left.fullscreen.s-19{left:44px;top:12px}.wrapper-top-right.fullscreen.s-19{right:44px;top:12px}.wrapper-middle-left.fullscreen.s-19{left:44px}.wrapper-middle-left-second.fullscreen.s-19{left:96px}.wrapper-middle-right.fullscreen.s-19{right:44px}.controls-wrapper.fullscreen.s-19{bottom:32px;left:36px;position:absolute;right:36px;width:calc(100% - 72px)}}"};function Av(t,e){var Io,zn,cn,Gr;F(e,!0),Q(t,Fw);let[i,o]=Be(),r=()=>w(Nn,"$seekToInteractiveDisabledTooltip$",i),a=()=>w(Ue,"$disabledControls$",i),l=()=>w(Yt,"$playbackState$",i),d=()=>w(bn,"$adPlaybackState",i),s=()=>w(Oe,"$isEnded$",i),u=()=>w(Xe,"$isMinimalView$",i),m=()=>w(fi,"$autoplayNextToggleHidden",i),p=()=>w(it,"$playerSize",i),v=()=>w(ze,"$scrubbingInProgress",i),$=()=>w(_t,"$chromecastState$",i),y=()=>w(Ft,"$isPictureInPictureActive",i),g=()=>w(Tt,"$pictureInPictureType$",i),x=()=>w(xe,"$mobileNotReportControlHidden$",i),I=()=>w(ao,"$chromecastHidden",i),T=()=>w(Ct,"$playerPhase",i),D=()=>w(Ti,"$pipHidden",i),A=()=>w(vi,"$currentGridType$",i),E=()=>w(ro,"$vkLogoHidden",i),V=()=>w(Ni,"$volumeHidden",i),q=()=>w(be,"$isLive$",i),L=()=>w(Xt,"$settingsMenuVisible",i),z=()=>w(Se,"$isRewindableLive$",i),j=()=>w(At,"$isActiveLive$",i),te=()=>w(Le,"$isAudioAvailable$",i),ee=()=>w(ht,"$muted$",i),oe=()=>w(Ne,"$volume$",i),ae=()=>w(yi,"$isInteractiveTime$",i),le=()=>w(ln,"$settingButtonRef$",i),ce=()=>w(ct,"$startedByKeyboard$",i),X=()=>w(U,"$isFullscreen",i),he=()=>w(si,"$additionalButtons$",i),Ee=()=>w(mt,"$crashed$",i),de=()=>w(so,"$settingsHidden",i),Ke=()=>w(on,"$graphIsOpened$",i),ue=()=>w(lo,"$adPosition",i),fe=()=>w(Yi,"$adDuration",i),Z=()=>w(Bt,"$position$",i),B=()=>w(Nt,"$duration$",i),pe=h(e,"playerControlsWrapperRef",15,void 0),me=h(e,"playerControlsRef",15,void 0),Ie=h(e,"isAds",3,!1),ot=h(e,"logoTargetUrl",3,""),Me=h(e,"isOneVideoPlaylist",3,!1),_e=h(e,"customFullscreenSupported",3,!0),W=ye(),Ce=Po(),ke=Rt(),Ye=W.actions.internal.toggleMuted,Te=W.actions.internal.togglePlay,we=W.actions.internal.pause,Fe=W.actions.internal.prevVideoClick,rt=W.actions.internal.nextVideoClick,ft=W.actions.internal.checkFullscreenSupport,Pt=(Io=W.callbacks)==null?void 0:Io.onAudioDoesNotExistHint,lt=(zn=W.callbacks)==null?void 0:zn.onAudioDisabledHint,ni=(Gr=(cn=W.callbacks)==null?void 0:cn.uiInfo)==null?void 0:Gr.onControlWillChange,Ct=W.playerPhase,Nt=W.state.duration$,Bt=W.state.positionWithScrubbing$,Yt=W.state.playbackState$,Le=W.state.isAudioAvailable$,Y=W.state.isAudioDisabled,Oe=W.state.isEnded$,be=W.state.isLive$,Ne=W.state.volume$,ht=W.state.muted$,At=W.state.isActiveLive$,Se=W.state.isRewindableLive$,Xe=W.ui.isMinimalView$,ze=W.ui.scrubbingInProgress,xe=W.ui.mobileNotReportControlHidden$,{isActive$:Ft,type$:Tt}=Ce.pictureInPicture$,Xt=W.ui.settingsMenu.visible$,wi=W.ui.settingsMenu.openedByBtnKeyboard$,mi=W.ui.controls,{volume:Ni,vkLogo:ro,autoplayNextToggle:fi,pip:Ti,settings:so,chromecast:ao}=W.ui.hiddenControls,zi=W.actions.internal.getVideoEpisodes(),ri=W.webApi.pictureInPictureApi,_t=W.state.chromecastState$,mt=W.state.crashed$,Ue=mi.disabledControls$,ct=W.ui.startedByKeyboard$,vi=W.ui.currentGridType$,Yi=W.ads.duration,lo=W.ads.position,bn=W.ads.playbackState,U=W.ui.isFullscreen,it=W.ui.playerSize,si=W.ui.additionalButtonsDeprecated$,ci=W.actions.internal.getVideoElement,ai=W.actions.internal.replayInteractive,at=W.state.isInteractive,yi=W.state.isInteractiveTime$,Jt=W.state.showInteractiveGraph,It=W.state.showSeekToInteractive,_o=W.state.showPlayPrevChapter,Ho=W.state.showInteractiveTimeIndicator,Nn=Ce.seekToInteractiveDisabledTooltip$,on=Ce.graphIsOpened$,bo=W.ui.controlBlocks,ui=f(()=>G(W.state.playPrevChapterDisabledTooltip)),$n=f(()=>G(r())),Cr=f(()=>a().has("EPISODE_BUTTON")),Co=f(()=>a().has("GRAPH_BUTTON")),Ei=f(()=>a().has("SEEK_TO_INTERACTIVE_BUTTON")),nn=f(()=>a().has("PLAY_BUTTON")),Uo=f(()=>a().has("REPLAY_BUTTON")),rn=f(()=>a().has("PLAY_PREV_CHAPTER_BUTTON")),ss=f(()=>l()===md.PlaybackState.PLAYING),as=f(()=>d()==="paused"),ls=f(()=>s()&&!Ie()&&!at),Hr=f(()=>!s()||Ie()),tr=f(()=>!u()&&!Ie()&&e.prevButtonActive),ir=f(()=>!u()&&!Ie()&&e.nextButtonActive),or=f(()=>e.showAutoplayNext&&!u()&&!Me()&&!m()),ds=f(()=>!u()&&p().width>300),nr=f(()=>p().width>400),yn=f(v),Ur=f(()=>$()!==md.ChromecastState.NOT_AVAILABLE&&!(y()&&g()===1)&&!x()&&!at&&!I()),sn=f(()=>T()==="LiveWaitingStart"),Tr=f(()=>!!ri&&!u()&&$()!==md.ChromecastState.CONNECTED&&!x()&&(g()===1&&n(sn)||!n(sn))&&!n(yn)&&!at&&!D()),xn=K(!1);Vt(()=>{let st=ri==null?void 0:ri.info.isActive$.subscribe(kt=>O(xn,kt,!0));return()=>st==null?void 0:st.unsubscribe()});let rr=f(()=>!n(yn)&&go(A(),"s")),Ir=f(()=>!e.logoHidden&&p().width>350&&!E()),cs=f(()=>ke.features.fullscreen&&ft()&&!(y()&&g()===1)&&(at?_e():!0)&&!n(yn)&&!n(xn)),Vi=f(()=>!V()&&!n(yn)),us=f(()=>(!q()||Ie())&&p().width>260&&!n(yn)&&!(ke.features.interactiveHideTime&&at)),an=f(()=>L()||e.showControls),sr=f(()=>!Ie()&&!q()&&!!(zi!=null&&zi.length)&&n(ds)&&!n(Cr)&&!n(yn)),ar=f(()=>!z()||!!j()),lr=f(()=>Jt&&go(A(),"m")),Bn=f(()=>!te()||ee()||oe()===0),bt=di({}),Zt=di({}),ps=(0,Pv.debounceFn)(ud,260),dr=(0,Pv.debounceFn)(yp,260);He(()=>{p(),ae(),ps(ci(),mi,bt,e.showControls),dr(ci(),bo,Zt,e.showControls)});let wn=()=>W.actions.internal.toggleChromecast();function Fn(){return yt(this,null,function*(){ri!=null&&ri.isActive()?yield ri==null?void 0:ri.exit():yield ri==null?void 0:ri.request()})}function Er(){ha({isAudioDisabled:Y,audioDisabledHintCallback:lt,isAudioAvailable:te(),audioIsNotExistHintCallback:Pt,isAds:Ie()})&&Ye()}let cr=K(""),ur=(st,kt)=>{if(!st){O(cr,G("tooltip_live"),!0);return}kt&&kt===md.PlaybackState.PAUSED&&O(cr,G("tooltip_play"),!0)};He(()=>{ur(n(ar),l())});let ln=re();He(()=>{le()&&id(le(),L(),wi)}),He(()=>{bp(ct,ce(),bt.playButton)});let Sn=st=>{if(Zt.bottom&&pe()&&ni&&st.target===pe()){let kt=getComputedStyle(Zt.bottom),{transitionDuration:bi,transitionTimingFunction:po}=kt,$o=ci();if(!$o)return;let Wi=Gt(We({},Sr(Zt.bottom,$o)),{isDisplayed:!e.showControls}),fo=parseInt(kt.height),Di=Gt(We({},Wi),{isDisplayed:e.showControls,bottom:e.showControls?Wi.bottom-fo:Wi.bottom+fo});ni({type:"bottom",from:Wi,to:Di,transitionInfo:{duration:bi,timingFunction:po}})}};var co=Bw(),Ao=se(co);{var pr=st=>{var kt=Rw(),bi=se(kt);let po;var $o=P(bi,2);let Wi;tt($o,ut=>Zt.topLeft=ut,()=>Zt==null?void 0:Zt.topLeft);var fo=P($o,2);let Di;var un=C(fo);Ci(un,1,he,({iconUrl:ut,ariaLabel:pi,testId:Ko,onClick:Kn,tooltip:qn})=>ut,(ut,pi)=>{let Ko=()=>n(pi).iconUrl,Kn=()=>n(pi).ariaLabel,qn=()=>n(pi).testId,Es=()=>n(pi).onClick,$e=()=>n(pi).tooltip,Et=f(()=>{var Dt;return(Dt=Kn())!=null?Dt:$e()});Cv(ut,{get iconUrl(){return Ko()},get ariaLabel(){return n(Et)},get testId(){return qn()},get onClick(){return Es()}})});var zo=P(un,2);{var Mo=ut=>{Vc(ut,{get ref(){return bt.autoplayNextToggle},set ref(pi){bt.autoplayNextToggle=pi}})};M(zo,ut=>{n(or)&&ut(Mo)})}var qe=P(zo,2);{var Kt=ut=>{Sc(ut,{isMobile:!0,click:wn,get state(){return $()},get ref(){return bt.chromecast},set ref(pi){bt.chromecast=pi}})};M(qe,ut=>{n(Ur)&&ut(Kt)})}var Si=P(qe,2);{var Wo=ut=>{Ev(ut,{click:Fn,get isPictureInPictureActive(){return y()},get ref(){return bt.pip},set ref(pi){bt.pip=pi}})};M(Si,ut=>{n(Tr)&&ut(Wo)})}var Vo=P(Si,2);{var vs=ut=>{ad(ut,{get ref$(){return ln}})};M(Vo,ut=>{Ee()&&!de()&&ut(vs)})}var pn=P(Vo,2);{var Lr=ut=>{xc(ut,{get click(){return we},get targetUrl(){return ot()},get logoClickable(){return e.logoClickable},get ref(){return bt.vkLogo},set ref(pi){bt.vkLogo=pi}})};M(pn,ut=>{n(Ir)&&ut(Lr)})}S(fo),tt(fo,ut=>Zt.topRight=ut,()=>Zt==null?void 0:Zt.topRight);var Tn=P(fo,2);let gs;var Is=C(Tn);{var Wn=ut=>{let pi=f(()=>Fe.bind(null,!0));sl(ut,{get click(){return n(pi)},type:"prev",isMobile:!0,get ref(){return bt.prevButton},set ref(Ko){bt.prevButton=Ko}})};M(Is,ut=>{n(tr)&&ut(Wn)})}var js=P(Is,2);{var hs=ut=>{fd(ut,{get disabled(){return n(nn)},get click(){return Te},isMobile:!0,get isPlaying(){return n(ss)},get ref(){return bt.playButton},set ref(pi){bt.playButton=pi}})};M(js,ut=>{n(Hr)&&ut(hs)})}var Xs=P(js,2);{var Ca=ut=>{pd(ut,{get disabled(){return n(Uo)},get click(){return Te},isMobile:!0,get ref(){return bt.replayButton},set ref(pi){bt.replayButton=pi}})};M(Xs,ut=>{n(ls)&&ut(Ca)})}var Zs=P(Xs,2);{var Js=ut=>{let pi=f(()=>rt.bind(null,!0));sl(ut,{get click(){return n(pi)},type:"next",isMobile:!0,get ref(){return bt.nextButton},set ref(Ko){bt.nextButton=Ko}})};M(Zs,ut=>{n(ir)&&ut(Js)})}S(Tn),tt(Tn,ut=>Zt.middle=ut,()=>Zt==null?void 0:Zt.middle);var fn=P(Tn,2);{var Ro=ut=>{var pi=Vw(),Ko=se(pi);{var Kn=Dt=>{var qt=kw();let Pi;qt.__click=[Pw,rn,e,ui];var Hi=C(qt);let Ai=f(()=>!e.showControls);Mc(Hi,{get hidden(){return n(Ai)},get disabled(){return n(rn)},get click(){return e.playPrevChapter},get ref(){return bt.playPrevChapterButton},set ref(Ki){bt.playPrevChapterButton=Ki}}),S(qt),N(Ki=>Pi=ie(qt,1,"wrapper-middle-left s-19",null,Pi,Ki),[()=>({fullscreen:X(),hidden:!e.showControls})]),b(Dt,qt)};M(Ko,Dt=>{_o&&Dt(Kn)})}var qn=P(Ko,2);{var Es=Dt=>{var qt=Lw();let Pi;var Hi=C(qt);let Ai=f(()=>!e.showControls&&!Ke());Dc(Hi,{get hidden(){return n(Ai)},get disabled(){return n(Co)},get click(){return on.toggle},get graphIsOpened(){return Ke()},get ref(){return bt.interactiveGraphButton},set ref(Ki){bt.interactiveGraphButton=Ki}}),S(qt),N(Ki=>Pi=ie(qt,1,jd(_o?"wrapper-middle-left-second":"wrapper-middle-left"),"s-19",Pi,Ki),[()=>({fullscreen:X(),hidden:!e.showControls&&!Ke()})]),b(Dt,qt)};M(qn,Dt=>{n(lr)&&Dt(Es)})}var $e=P(qn,2);{var Et=Dt=>{var qt=Mw();let Pi;qt.__click=[Aw,Ei,e,$n];var Hi=C(qt);let Ai=f(()=>!e.showControls);Rc(Hi,{get hidden(){return n(Ai)},get disabled(){return n(Ei)},get click(){return e.seekToInteractive},get ref(){return bt.seekToInteractiveButton},set ref(Ki){bt.seekToInteractiveButton=Ki}}),S(qt),N(Ki=>Pi=ie(qt,1,"wrapper-middle-right s-19",null,Pi,Ki),[()=>({fullscreen:X(),hidden:!e.showControls})]),b(Dt,qt)};M($e,Dt=>{It&&Dt(Et)})}b(ut,pi)};M(fn,ut=>{at&&!v()&&ut(Ro)})}N((ut,pi,Ko,Kn)=>{po=ie(bi,1,"overlay-mobile s-19",null,po,ut),Wi=ie($o,1,"wrapper-top-left s-19",null,Wi,pi),Di=ie(fo,1,"wrapper-top-right s-19",null,Di,Ko),gs=ie(Tn,1,"wrapper-middle s-19",null,gs,Kn)},[()=>({hidden:!n(an)}),()=>({hidden:!e.showControls,fullscreen:X()}),()=>({hidden:!e.showControls&&!x(),fullscreen:X()}),()=>({hidden:!e.showControls||v()||e.endScreenShown&&e.showNextPrevButtons})]),b(st,kt)};M(Ao,st=>{Ie()||st(pr)})}var uo=P(Ao,2);{var Pr=st=>{var kt=Ow(),bi=se(kt);let po;var $o=C(bi);wp($o,{get muted(){return ee()},click:Er,get ref(){return bt.volume},set ref(Mo){bt.volume=Mo}}),S(bi);var Wi=P(bi,2);{var fo=Mo=>{var qe=Dw(),Kt=C(qe);let Si=f(()=>!n(as));fd(Kt,{get disabled(){return n(nn)},get click(){return Te},isMobile:!0,get isPlaying(){return n(Si)},get ref(){return bt.playButton},set ref(Wo){bt.playButton=Wo}}),S(qe),b(Mo,qe)};M(Wi,Mo=>{n(as)&&Mo(fo)})}var Di=P(Wi,2);let un;var zo=C(Di);Nc(zo,{get position(){return ue()},get duration(){return fe()}}),S(Di),N((Mo,qe)=>{po=ie(bi,1,"wrapper-top-right s-19",null,po,Mo),un=ie(Di,1,"wrapper-bottom ads-timeline-mobile s-19",null,un,qe)},[()=>({fullscreen:X()}),()=>({fullscreen:X()})]),b(st,kt)};M(uo,st=>{Ie()&&d()!=="inactive"&&st(Pr)})}var ko=P(uo,2);let zr;var $t=C(ko);let xi;var Ri=C($t),ei=C(Ri),Bi=C(ei);{var Cn=st=>{Bo(st,{get disabled(){return n(Uo)},get ref(){return bt.replayButton},set ref(kt){bt.replayButton=kt},children:(kt,bi)=>{pd(kt,{get disabled(){return n(Uo)},get click(){return ai}})},$$slots:{default:!0}})};M(Bi,st=>{at&&st(Cn)})}var To=P(Bi,2);{var fr=st=>{Bo(st,{get ref(){return bt.liveButton},set ref(kt){bt.liveButton=kt},children:(kt,bi)=>{Oc(kt,{get isLiveActive(){return n(ar)},isMobile:!0,get ariaLabel(){return n(cr)}})},$$slots:{default:!0}})};M(To,st=>{!Ie()&&q()&&st(fr)})}var ji=P(To,2);{var Ar=st=>{let kt=f(()=>Ie()?ue():Z()),bi=f(()=>Ie()?fe():B()),po=f(()=>!e.showControls);_c(st,{get showDuration(){return n(nr)},get position(){return n(kt)},get duration(){return n(bi)},isMobile:!0,get isHidden(){return n(po)},get ref(){return bt.time},set ref($o){bt.time=$o}})};M(ji,st=>{n(us)&&st(Ar)})}var dn=P(ji,2);let Hn=f(()=>!n(sr));Bo(dn,{className:"w-max",get disabled(){return n(Hn)},get ref(){return bt.episodes},set ref(st){bt.episodes=st},children:(st,kt)=>{var bi=Re(),po=se(bi);{var $o=Wi=>{var fo=Nw(),Di=P(se(fo),2);Cc(Di,{get position(){return Z()},get duration(){return B()},get timeCodes(){return zi}}),b(Wi,fo)};M(po,Wi=>{n(sr)&&Wi($o)})}b(st,bi)},$$slots:{default:!0}}),S(ei),tt(ei,st=>Zt.bottomLeft=st,()=>Zt==null?void 0:Zt.bottomLeft);var kr=P(ei,2),Wr=C(kr);{var fs=st=>{Bo(st,{get ref(){return bt.volume},set ref(kt){bt.volume=kt},children:(kt,bi)=>{wp(kt,{get muted(){return n(Bn)},click:Er})},$$slots:{default:!0}})};M(Wr,st=>{n(Vi)&&st(fs)})}var Xi=P(Wr,2);{var ms=st=>{Bo(st,{get ref(){return bt.settings},set ref(kt){bt.settings=kt},children:(kt,bi)=>{ad(kt,{get ref$(){return ln}})},$$slots:{default:!0}})};M(Xi,st=>{n(rr)&&st(ms)})}var Kr=P(Xi,2);{var Lo=st=>{Bo(st,{get ref(){return bt.fullscreen},set ref(kt){bt.fullscreen=kt},children:(kt,bi)=>{yc(kt,{get click(){return e.toggleFullscreen},get isFullscreen(){return X()}})},$$slots:{default:!0}})};M(Kr,st=>{n(cs)&&st(Lo)})}S(kr),tt(kr,st=>Zt.bottomRight=st,()=>Zt==null?void 0:Zt.bottomRight),S(Ri),tt(Ri,st=>me(st),()=>me());var qr=P(Ri,2);let Un=f(()=>!e.showControls);ll(qr,{get isHidden(){return n(Un)},get isAds(){return Ie()},get canRewindLive(){return e.canRewindLive},get isRewindableLive(){return z()},get ref(){return bt.timeline},set ref(st){bt.timeline=st}}),S($t),tt($t,st=>Zt.bottom=st,()=>Zt==null?void 0:Zt.bottom),S(ko),tt(ko,st=>pe(st),()=>pe());var Qr=P(ko,2);{var Fi=st=>{kc(st,{get ref(){return bt.interactiveTimeIndicator},set ref(kt){bt.interactiveTimeIndicator=kt}})};M(Qr,st=>{Ho&&st(Fi)})}N((st,kt)=>{zr=ie(ko,1,"wrapper-bottom mobile s-19",null,zr,st),Qe(ko,`transform: ${e.showControls?"translateY(0)":"translateY(100%)"}`),xi=ie($t,1,"controls-wrapper s-19",null,xi,kt)},[()=>({hidden:e.bottomHidden,"controls-hidden":!e.showControls,"no-smooth":e.bottomNoSmooth}),()=>({fullscreen:X()})]),pt("transitionstart",ko,Sn),b(t,co),H(),o()}et(["click"]);function Bc(t,e){F(e,!0);let[i,o]=Be(),r=()=>w(I,"$isMobile",i),a=h(e,"bottomNoSmooth",3,!1),l=h(e,"playerControlsWrapperRef",15,void 0),d=h(e,"playerControlsRef",15,void 0),s=h(e,"isAds",3,!1),u=h(e,"logoTargetUrl",3,""),m=h(e,"showAutoplayNext",3,!1),p=h(e,"isOneVideoPlaylist",3,!1),v=h(e,"customFullscreenSupported",3,!0),$=h(e,"endScreenShown",3,!1),y=h(e,"onDisabledPlayPrevChapterClick",3,kv.noop),g=h(e,"onDisabledSeekToInteractiveClick",3,kv.noop),I=ye().ui.isMobile,T=K(!1);Vt(()=>{let V=setTimeout(()=>O(T,!0),0);return()=>clearTimeout(V)});var D=Re(),A=se(D);{var E=V=>{var q=Re(),L=se(q);{var z=te=>{Av(te,{get bottomHidden(){return e.bottomHidden},get bottomNoSmooth(){return a()},get showControls(){return e.showControls},get isAds(){return s()},get canRewindLive(){return e.canRewindLive},get logoClickable(){return e.logoClickable},get logoHidden(){return e.logoHidden},get logoTargetUrl(){return u()},get showAutoplayNext(){return m()},get showNextPrevButtons(){return e.showNextPrevButtons},get nextButtonActive(){return e.nextButtonActive},get prevButtonActive(){return e.prevButtonActive},get isOneVideoPlaylist(){return p()},get customFullscreenSupported(){return v()},get endScreenShown(){return $()},get toggleFullscreen(){return e.toggleFullscreen},get seekToInteractive(){return e.seekToInteractive},get playPrevChapter(){return e.playPrevChapter},get onDisabledPlayPrevChapterClick(){return y()},get onDisabledSeekToInteractiveClick(){return g()},get playerControlsWrapperRef(){return l()},set playerControlsWrapperRef(ee){l(ee)},get playerControlsRef(){return d()},set playerControlsRef(ee){d(ee)}})},j=te=>{wv(te,{get bottomHidden(){return e.bottomHidden},get bottomNoSmooth(){return a()},get showControls(){return e.showControls},get isAds(){return s()},get canRewindLive(){return e.canRewindLive},get logoClickable(){return e.logoClickable},get logoHidden(){return e.logoHidden},get logoTargetUrl(){return u()},get isOneVideoPlaylist(){return p()},get showAutoplayNext(){return m()},get nextButtonActive(){return e.nextButtonActive},get prevButtonActive(){return e.prevButtonActive},get customFullscreenSupported(){return v()},get toggleFullscreen(){return e.toggleFullscreen},get seekToInteractive(){return e.seekToInteractive},get playPrevChapter(){return e.playPrevChapter},get playerControlsWrapperRef(){return l()},set playerControlsWrapperRef(ee){l(ee)},get playerControlsRef(){return d()},set playerControlsRef(ee){d(ee)}})};M(L,te=>{r()?te(z):te(j,!1)})}b(V,q)};M(A,V=>{n(T)&&V(E)})}b(t,D),H(),o()}var Hw=Ae('<path d="M23.75 31.2v-5.45l-11.84 6.7a1.45 1.45 180 01-2.16-1.25v-14.4a1.45 1.45 180 012.16-1.26l11.84 6.7v-5.44a1.45 1.45 180 012.16-1.26l12.7 7.19a1.45 1.45 180 010 2.52l-12.7 7.2a1.45 1.45 180 01-2.16-1.27Z"></path>');function Fc(t,e){F(e,!0);let i=f(()=>e.reversed?"transform:scaleX(-1);transform-origin:50% 0;":""),o=f(()=>`${hn(e.size)}${n(i)}`);Ze(t,{get width(){return"48"},get height(){return"48"},get fill(){return e.fill},get style(){return n(o)},get testId(){return e.testId},get shadow(){return e.shadow},children:(r,a)=>{var l=Hw();b(r,l)},$$slots:{default:!0}}),H()}var Uw=Ae('<path d="M32.46 9.53a1.16 1.16 90 010 1.96l-7.66 4.83c-.78.49-1.8-.07-1.8-.98v-3.3a14 14 90 1014.1 18.93 1.5 1.5 90 012.8 1.06 17 17 90 11-16.9-23V5.66c0-.91 1.03-1.47 1.8-.98z"></path>');function Lv(t,e){F(e,!0);let i=h(e,"reversed",3,!1),o=f(()=>i()?"transform:scaleX(-1);transform-origin: 50% 0;":void 0),r=f(()=>`seek-icon-${i()?"backward":"forward"}`);Ze(t,{get width(){return"48"},get height(){return"48"},get style(){return n(o)},get testId(){return n(r)},get shadow(){return e.shadow},children:(a,l)=>{var d=Uw();b(a,d)},$$slots:{default:!0}}),H()}var zw=k('<span class="hot-key-helpers-text s-k"> </span>'),Ww=k('<div data-testid="hotkey-helper-icon" class="s-k"><!> <!> <!> <!> <!> <!> <!> <!> <!> <!></div> <!>',1),Kw=k("<div><!></div>"),qw={hash:"s-k",code:'.hot-key-helpers-container.s-k{align-items:center;animation:s-k-fadeIn ease var(--controls-transition-duration);box-sizing:border-box;display:flex;flex-direction:column;height:120px;left:calc(50% - 100px);padding-top:14px;position:absolute;top:calc(50% - 40px);width:200px;z-index:var(--hot-key-helpers-container-z-index)}.hot-key-helpers-container--left.s-k{left:calc(25% - 100px)}.hot-key-helpers-container--right.s-k{left:calc(75% - 100px)}.hot-key-helpers-text.s-k{display:-webkit-box;font-feature-settings:"clig" off,"liga" off;font-size:15px;font-style:normal;font-weight:600;letter-spacing:-.105px;-webkit-line-clamp:2;line-height:20px;margin-top:4px;max-height:40px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-shadow:0 0 5px rgba(0,0,0,.16);white-space:pre-wrap;width:100%;-webkit-box-orient:vertical}.hidden.s-k{animation:s-k-fadeOut ease var(--controls-transition-duration);height:0;visibility:hidden;width:0}@keyframes s-k-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes s-k-fadeOut{0%{opacity:1}to{opacity:0}}'};function Mv(t,e){F(e,!0),Q(t,qw);let[i,o]=Be(),r=()=>w(e.data,"$data",i),a=ye(),{features:l}=Rt(),d=a.ui.t,s=f(()=>!r()),u=f(()=>{var I;return((I=r())==null?void 0:I.type)==="BACKWARD_SEEK"}),m=f(()=>{var I;return((I=r())==null?void 0:I.type)==="FORWARD_SEEK"}),p=f(()=>{var I;return(I=r())==null?void 0:I.type}),v=f(()=>{var I,T;return(I=r())!=null&&I.t?d(r().t.key,{value:r().t.value||""}):(T=r())==null?void 0:T.text});var $=Kw();let y;var g=C($);{var x=I=>{var T=Ww(),D=se(T),A=C(D);{var E=pe=>{let me=f(()=>n(p)==="BACKWARD_SEEK");Lv(pe,{get reversed(){return n(me)},shadow:!0})};M(A,pe=>{["BACKWARD_SEEK","FORWARD_SEEK"].includes(n(p))&&pe(E)})}var V=P(A,2);{var q=pe=>{Qs(pe,{get size(){return"48"},shadow:!0})};M(V,pe=>{n(p)==="PAUSE"&&!l.playbackStatusShow&&pe(q)})}var L=P(V,2);{var z=pe=>{wr(pe,{get size(){return"48"},shadow:!0})};M(L,pe=>{n(p)==="PLAY"&&!l.playbackStatusShow&&pe(z)})}var j=P(L,2);{var te=pe=>{Lc(pe,{get size(){return"48"},shadow:!0})};M(j,pe=>{n(p)==="REPLAY"&&!l.playbackStatusShow&&pe(te)})}var ee=P(j,2);{var oe=pe=>{ba(pe,{get size(){return"48"},type:"off",shadow:!0})};M(ee,pe=>{n(p)==="SUBTITLES_OFF"&&pe(oe)})}var ae=P(ee,2);{var le=pe=>{ba(pe,{get size(){return"48"},shadow:!0})};M(ae,pe=>{n(p)==="SUBTITLES_ON"&&pe(le)})}var ce=P(ae,2);{var X=pe=>{let me=f(()=>n(p)==="RATE_DOWN");Fc(pe,{get size(){return"48"},get reversed(){return n(me)},testId:"rate-change-icon",shadow:!0})};M(ce,pe=>{["RATE_DOWN","RATE_UP"].includes(n(p))&&pe(X)})}var he=P(ce,2);{var Ee=pe=>{let me=f(()=>n(p)==="EPISODE_PREV");ya(pe,{get size(){return"48"},get reversed(){return n(me)},shadow:!0})};M(he,pe=>{["EPISODE_PREV","EPISODE_NEXT"].includes(n(p))&&pe(Ee)})}var de=P(he,2);{var Ke=pe=>{$a(pe,{get size(){return"48"},volume:0,shadow:!0})};M(de,pe=>{n(p)==="MUTE"&&pe(Ke)})}var ue=P(de,2);{var fe=pe=>{$a(pe,{get size(){return"48"},volume:1,shadow:!0})};M(ue,pe=>{n(p)==="VOLUME"&&pe(fe)})}S(D);var Z=P(D,2);{var B=pe=>{var me=zw(),Ie=C(me,!0);S(me),N(()=>ve(Ie,n(v))),b(pe,me)};M(Z,pe=>{n(v)&&pe(B)})}N(()=>De(D,"data-type",n(p))),b(I,T)};M(g,I=>{!n(s)&&n(p)&&I(x)})}S($),N(I=>y=ie($,1,"hot-key-helpers-container s-k",null,y,I),[()=>({hidden:n(s),"hot-key-helpers-container--left":n(u),"hot-key-helpers-container--right":n(m)})]),b(t,$),H(),o()}var Qw=(t,e,i,o,r,a)=>{if(e.has(t.code))switch(t.preventDefault(),t.stopPropagation(),t.code){case"ArrowUp":i();break;case"ArrowDown":o();break;case"ArrowLeft":r();break;case"ArrowRight":a();break}},Gw=(t,e,i)=>{e.has(t.code)&&(t.preventDefault(),t.stopPropagation(),i())},Yw=k('<div tabindex="0" role="button"><div class="button-block s-m" aria-hidden="true"><div class="button-row s-m"><div class="button button-up s-m"><!></div> <div class="button button-right s-m"><!></div></div> <div class="button-row s-m"><div class="button button-left s-m"><!></div> <div class="button button-down s-m"><!></div></div></div></div>'),jw={hash:"s-m",code:".immersive-controls.s-m{background-color:rgba(0,0,0,.56);border-radius:8px;display:flex;flex-direction:row;height:56px;left:10px;position:absolute;top:10px;transition-duration:var(--controls-transition-duration);transition-property:top,left;transition-timing-function:var(--controls-transition-fn);width:56px}.immersive-controls.m-shifted.s-m{left:20px;top:50px}.button-block.s-m{height:40px;margin:auto;transform:rotate(45deg);width:40px}.button-row.s-m{display:flex;flex-direction:row;position:relative}.button.s-m{cursor:pointer;height:20px;text-align:center;width:20px}.button.s-m svg{opacity:.7;transition:opacity .2s linear}.button.button-up.s-m svg{transform:rotate(-45deg) translate(-1px,-1px)}.button.button-right.s-m svg{transform:rotate(45deg) translate(1px,-1px)}.button.button-down.s-m svg{transform:rotate(135deg) translate(1px,-3px)}.button.button-left.s-m svg{transform:rotate(-135deg) translate(-1px,-3px)}.button.s-m:hover svg{opacity:1}"};function Hc(t,e){F(e,!0),Q(t,jw);let i=h(e,"isShifted",3,!1),o=ye(),r=new Set(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"]),a=()=>{o.actions.internal.startCameraManualRotation(0,1)},l=()=>{o.actions.internal.startCameraManualRotation(0,-1)},d=()=>{o.actions.internal.startCameraManualRotation(1,0)},s=()=>{o.actions.internal.startCameraManualRotation(-1,0)},u=()=>(o.actions.internal.stopCameraManualRotation(),null),m=G("aria_label_spherical_control");var p=Yw();let v;p.__keydown=[Qw,r,a,l,s,d],p.__keyup=[Gw,r,u];var $=C(p),y=C($),g=C(y);g.__mousedown=a,g.__mouseup=u;var x=C(g);Nr(x,{direction:"up",useBtnColor:!0}),S(g);var I=P(g,2);I.__mousedown=d,I.__mouseup=u;var T=C(I);Nr(T,{direction:"up",useBtnColor:!0}),S(I),S(y);var D=P(y,2),A=C(D);A.__mousedown=s,A.__mouseup=u;var E=C(A);Nr(E,{direction:"up",useBtnColor:!0}),S(A);var V=P(A,2);V.__mousedown=l,V.__mouseup=u;var q=C(V);Nr(q,{direction:"up",useBtnColor:!0}),S(V),S(D),S($),S(p),N(L=>{v=ie(p,1,"immersive-controls s-m",null,v,L),De(p,"aria-label",m)},[()=>({"m-shifted":i()})]),pt("mouseleave",g,u),pt("mouseleave",I,u),pt("mouseleave",A,u),pt("mouseleave",V,u),b(t,p),H()}et(["keydown","keyup","mousedown","mouseup"]);var Ys=require("@vkontakte/videoplayer-shared/es2015");var i$=(t=1e3)=>{let e=null,i=()=>{e&&(clearTimeout(e),e=null)};return{add:o=>{i(),e=setTimeout(o,t)},clear:i}};var Sp=class{constructor(){this.flickeringTimeout=i$(1e3);this.subscriptions=new Ys.Subscription;this.isAuto=!1;this.isLive=!1;this.captions$=new Ys.ValueSubject([]);this.captionsPrepared$=new Ys.ValueSubject([])}subscribe(){return this.subscriptions.add(this.captions$.pipe((0,Ys.filter)(()=>this.isEnabled()),(0,Ys.filterChanged)()).subscribe(e=>{this.processCaptions(e)})),this}setIsAuto(e){this.isAuto=e}setIsLive(e){this.isLive=e}setCaptions(e){this.captions$.next(e)}destroy(){this.subscriptions.unsubscribe(),this.flickeringTimeout.clear()}isEnabled(){return this.isAuto&&!this.isLive}processCaptions(e){if(!e.length){this.flickeringTimeout.add(()=>{this.captionsPrepared$.next([])});return}this.flickeringTimeout.clear();let i=[],o=e.length>1&&e[0].type!=="timestamp"&&e[1].type!=="timestamp";o&&i.push([{value:String(e[0].value),timeAppeared:null}]),i.push(e.reduce((r,{type:a,value:l},d)=>(o&&!d||(a==="timestamp"?r.push({timeAppeared:Number(l),value:""}):r.length===0?r.push({value:String(l)}):r[r.length-1].value=String(l)),r),[])),this.captionsPrepared$.next(i)}};var Xw=k('<span class="caption-line s-d"><span class="caption-segment s-d"> </span></span>'),Zw=k('<span class="caption-line s-d"><span class="caption-segment s-d"></span></span>'),Jw=k('<span class="caption-line s-d"><span class="caption-segment s-d"> </span></span>'),eS=k('<div><span class="caption s-d"><!></span></div>'),tS=k("<div><!></div>"),iS={hash:"s-d",code:".subtitles-container.s-d{height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:transform var(--controls-transition-duration);width:100%}.subtitles-container.shifted.s-d{transform:translateY(calc(var(--controls-height)*-1))}.subtitles-container.preview-track-active.s-d{transform:translateY(calc(var(--preview-track-height)*-1))}.preview-track-active.s-d .subtitles-caption:where(.s-d){bottom:var(--preview-track-controls-top-offset)}.subtitles-caption.s-d{bottom:4%;display:flex;justify-content:center;left:4%;position:absolute;right:4%}.subtitles-caption.mobile.s-d{bottom:8%}.subtitles-container.auto.s-d .subtitles-caption:where(.s-d){left:var(--subtitles-caption-margin);right:var(--subtitles-caption-margin)}.caption.s-d{background:rgba(0,0,0,.4);border-radius:4px;display:block;overflow-wrap:normal;padding:4px 8px}.subtitles-container.auto.s-d .caption:where(.s-d){width:100%}.caption-line.s-d{display:block;text-align:center}.subtitles-container.auto.s-d .caption-line:where(.s-d){text-align:left}.caption-segment.s-d{color:var(--white);display:inline-block;font-size:13px;line-height:1.2;white-space:pre-wrap}"};function ul(t,e){F(e,!0),Q(t,iS);let[i,o]=Be(),r=()=>w(v,"$currentSubtitle$",i),a=()=>w(y,"$isLive$",i),l=()=>w(g,"$isFullscreen",i),d=()=>w(x,"$previewTrackActive",i),s=()=>w($,"$isAutoSubtitleCaptionVisible$",i),u=h(e,"isMobile",3,!1),m=ye(),p=Rt(),v=m.state.currentSubtitle$,$=m.state.isAutoSubtitleCaptionVisible$,y=m.state.isLive$,g=m.ui.isFullscreen,x=m.ui.previewTrackActive,I=f(()=>!!r().isAuto),T=f(()=>!!a()),D=f(()=>e.playerSize.width*.02),A=f(()=>u()&&!l()||n(D)<=p.minSubtitlesFontSize?p.minSubtitlesFontSize:n(D)),E=K(null);He(()=>{var ee,oe,ae;(ee=n(E))==null||ee.setIsAuto(n(I)),(oe=n(E))==null||oe.setIsLive(n(T)),(ae=n(E))==null||ae.setCaptions(e.captions)});let V=K(di([[]]));Vt(()=>{O(E,new Sp().subscribe(),!0);let ee=n(E).captionsPrepared$.subscribe(oe=>{O(V,oe,!0)});return()=>{var oe;(oe=n(E))==null||oe.destroy(),ee.unsubscribe()}}),Vt(()=>{if(n(I)){let ee=window.setTimeout(()=>{$.set(!1)},p.autoSubtitlesTimeout);return()=>{window.clearTimeout(ee)}}else $.set(!1)});let q=f(()=>e.playerSize.width<400?10:e.playerSize.width<550?14:24);var L=tS();let z;var j=C(L);{var te=ee=>{var oe=eS();let ae;var le=C(oe),ce=C(le);{var X=Ee=>{var de=Xw(),Ke=C(de),ue=C(Ke,!0);S(Ke),S(de),N(fe=>{var Z;Qe(Ke,`font-size: ${(Z=n(A))!=null?Z:""}px`),ve(ue,fe)},[()=>G("subtitles_auto_caption")]),b(Ee,de)},he=(Ee,de)=>{{var Ke=fe=>{var Z=Re(),B=se(Z);Ci(B,17,()=>n(V),Gd,(pe,me)=>{var Ie=Zw(),ot=C(Ie);Ci(ot,21,()=>n(me),({value:Me,timeAppeared:_e})=>_e,(Me,_e)=>{let W=()=>n(_e).value,Ce=()=>n(_e).timeAppeared;var ke=Re(),Ye=se(ke);{var Te=we=>{var Fe=ws();N(()=>ve(Fe,W())),b(we,Fe)};M(Ye,we=>{(!Ce()||Ce()<=e.position)&&we(Te)})}b(Me,ke)}),S(ot),S(Ie),N(()=>{var Me;return Qe(ot,`font-size: ${(Me=n(A))!=null?Me:""}px`)}),b(pe,Ie)}),b(fe,Z)},ue=fe=>{var Z=Re(),B=se(Z);Ci(B,17,()=>e.captions,({value:pe})=>pe,(pe,me)=>{let Ie=()=>n(me).value;var ot=Jw(),Me=C(ot),_e=C(Me,!0);S(Me),S(ot),N(()=>{var W;Qe(Me,`font-size: ${(W=n(A))!=null?W:""}px`),ve(_e,Ie())}),b(pe,ot)}),b(fe,Z)};M(Ee,fe=>{var Z;n(I)&&((Z=n(V))!=null&&Z.length)?fe(Ke):fe(ue,!1)},de)}};M(ce,Ee=>{n(I)&&s()?Ee(X):Ee(he,!1)})}S(le),S(oe),N(Ee=>{var de;ae=ie(oe,1,"subtitles-caption s-d",null,ae,Ee),Qe(oe,`--subtitles-caption-margin: ${(de=n(q))!=null?de:""}%`)},[()=>({mobile:u()})]),b(ee,oe)};M(j,ee=>{var oe;(e.captions.length||(oe=n(V))!=null&&oe.length)&&ee(te)})}S(L),N(ee=>z=ie(L,1,"subtitles-container s-d",null,z,ee),[()=>({shifted:e.shifted,"preview-track-active":d(),auto:n(I)&&!n(T)&&!s()})]),b(t,L),H(),o()}var o$=require("@vkontakte/videoplayer-core/es2015");var oS=k('<div class="text s-j"> </div>'),nS=k('<div><div class="icon_wrapper s-j"><!></div> <!></div>'),rS={hash:"s-j",code:".wrapper.s-j{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;flex-direction:column;font-size:16px;height:100%;justify-content:center}.wrapper.bgCover.s-j{background-size:cover}.icon_wrapper.s-j{align-items:center;display:flex;flex-direction:column;width:400px}.text.s-j{margin-top:20px}"};function Uc(t,e){F(e,!0),Q(t,rS);let i=h(e,"chromecastDeviceName",3,"chromecastDeviceName"),o=Rt();var r=nS();let a;r.__contextmenu=function(...m){var p;(p=e.onContextMenu)==null||p.apply(this,m)},r.__click=function(...m){var p;(p=e.onClick)==null||p.apply(this,m)},r.__dblclick=function(...m){var p;(p=e.onDblClick)==null||p.apply(this,m)};var l=C(r),d=C(l);wc(d,{get size(){return"48"},get iconState(){return o$.ChromecastState.CONNECTED}}),S(l);var s=P(l,2);{var u=m=>{var p=oS(),v=C(p);S(p),N(()=>{var $;return ve(v,`Видео воспроизводится на ${($=i())!=null?$:""}`)}),b(m,p)};M(s,m=>{i()&&m(u)})}S(r),N(m=>{a=ie(r,1,"wrapper s-j",null,a,m),Qe(r,`background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('${e.thumbUrl||""}')`)},[()=>({bgCover:o.features.previewNoEmptySpace})]),b(t,r),H()}et(["contextmenu","click","dblclick"]);var sS=Ae('<path d="M460 194a4 4 0 0 1 4-4h122a4 4 0 0 1 4 4v82a4 4 0 0 1-4 4H464a4 4 0 0 1-4-4zm6 3a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm112-72a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm0 12a1 1 0 0 1 .99-1h4.02a1 1 0 0 1 .99 1v4a1 1 0 0 1-.99 1h-4.02a1 1 0 0 1-.99-1zm-71-37a6 6 0 1 0 0-12 6 6 0 0 0 0 12m36 0a6 6 0 1 0 0-12 6 6 0 0 0 0 12m-18.05 15c6.05 0 11.62 4.45 11.94 4.65 2.11 1.35 3.26.77 3.96.16s1.15-2.81-1.04-4.66c-1.74-1.48-5.8-5.16-14.86-5.15s-12.95 3.5-14.8 5.18c-1.83 1.69-2.28 3.5-.96 4.66s2.31 1.16 4.35-.33c0 .01 5.36-4.51 11.41-4.51"></path>');function Vv(t){Ze(t,{width:"200",height:"200",viewBox:"460 190 130 90",testId:"error-icon",children:(e,i)=>{var o=sS();b(e,o)},$$slots:{default:!0}})}var aS=k('<div class="container s-5"><!></div>'),lS={hash:"s-5",code:".container.s-5{align-items:center;background:#000;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}"};function pl(t){Q(t,lS);var e=aS(),i=C(e);Vv(i,{}),S(e),b(t,e)}var dS=k('<div class="playButton s-a" tabindex="0" role="button"><div class="playButtonBackground s-a"></div> <!></div>'),cS=k('<div data-testid="unstarted-thumb"><!></div>'),uS={hash:"s-a",code:".container.s-a{background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:opacity .2s,visibility .2s;will-change:opacity}.container.hidden.s-a{opacity:0;visibility:hidden}.container.bgCover.s-a{background-size:cover}.playButton.s-a{align-items:center;display:flex;height:var(--big-play-size);justify-content:center;margin:auto;width:var(--big-play-size)}.playButton.s-a,.playButtonBackground.s-a{bottom:0;left:0;position:absolute;right:0;top:0}.playButtonBackground.s-a{background-color:var(--big-play-bg-color);border-radius:var(--big-play-radius);transition:background .2s,transform .2s;transition-timing-function:ease-out;will-change:background,transform}.container.s-a:hover .playButtonBackground:where(.s-a){background-color:var(--big-play-hover-bg-color);transform:scale(1.15)}.playButton.s-a svg{position:relative}"};function fl(t,e){F(e,!0),Q(t,uS);let i=h(e,"iconVisible",3,!0),o=ye(),r=Rt(),a=o.ui.startedByKeyboard$,l=G("tooltip_play"),d=$=>{var g;let y=$.code;["Enter","Space"].includes(y)&&($.stopPropagation(),$.preventDefault(),a.set(!0),(g=e.startVideo)==null||g.call(e))},s=$=>{var y,g;$.stopPropagation(),(y=e.startVideo)==null||y.call(e),(g=e.onClick)==null||g.call(e,$)};var u=cS();let m;u.__click=s,u.__contextmenu=function(...$){var y;(y=e.onContextMenu)==null||y.apply(this,$)};var p=C(u);{var v=$=>{var y=dS();y.__keydown=d;var g=P(C(y),2);wr(g,{get size(){return"48"}}),S(y),N(()=>De(y,"aria-label",l)),b($,y)};M(p,$=>{i()&&$(v)})}return S(u),N($=>{m=ie(u,1,"container s-a",null,m,$),Qe(u,`background-color: #222; background-image: url('${e.thumbUrl||""}')`)},[()=>({hidden:e.hidden,bgCover:r.features.previewNoEmptySpace})]),b(t,u),H({handlePressKey:d,handleClick:s})}et(["click","contextmenu","keydown"]);var pS=k('<span class="text s-q"> </span>'),fS=(t,e)=>{var i;return(i=e.onTitleClicked)==null?void 0:i.call(e)},mS=k('<a target="_blank" class="link s-q"><!></a>'),vS=(t,e)=>e.onTitleClicked(),gS=k("<button><!></button>"),hS=k('<div data-testid="video_title"><!></div>'),_S={hash:"s-q",code:".title.s-q{background:linear-gradient(0deg,transparent,rgba(0,0,0,.02) 19%,rgba(0,0,0,.1) 34%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.6));box-sizing:border-box;font-size:15px;height:var(--controls-gradient-height);left:0;overflow:hidden;padding:18px 20px 10px;pointer-events:none;position:absolute;text-overflow:ellipsis;top:0;transition-duration:var(--controls-transition-duration);transition-property:visibility,transform,opacity;transition-timing-function:var(--controls-transition-fn);white-space:nowrap;width:100%;will-change:transform,opacity;z-index:var(--controls-container-z-index)}.link.s-q,.title.s-q{color:var(--white)}.link.s-q{pointer-events:auto;text-decoration:none}.link.s-q:hover{text-decoration:underline}.text.s-q{pointer-events:auto}.size-sm.s-q{font-size:14px;font-weight:500;line-height:18px}.hidden.s-q{opacity:0;transform:translateY(calc(var(--controls-gradient-height)*-1));visibility:hidden}"};function Rv(t,e){F(e,!0),Q(t,_S);let i=$=>{var y=pS(),g=C(y,!0);S(y),tt(y,x=>l(x),()=>l()),N(()=>ve(g,o())),pt("mouseenter",y,function(...x){var I;(I=e.onMouseEnter)==null||I.apply(this,x)}),pt("mouseleave",y,function(...x){var I;(I=e.onMouseLeave)==null||I.apply(this,x)}),b($,y)},o=h(e,"title",3,""),r=h(e,"isHidden",3,!1),a=h(e,"size",3,"md"),l=h(e,"ref",15),d=K(void 0);Vt(()=>{var y;requestAnimationFrame(()=>{var g;(g=e.onVisibilityChanged)==null||g.call(e,!0)});function $(g){var x;g.propertyName==="transform"&&((x=e.onVisibilityChanged)==null||x.call(e,!r()))}return(y=n(d))==null||y.addEventListener("transitionend",$),()=>{var g;return(g=n(d))==null?void 0:g.removeEventListener("transitionend",$)}});var s=hS();let u;var m=C(s);{var p=$=>{var y=mS();y.__click=[fS,e];var g=C(y);i(g),S(y),N(()=>De(y,"href",e.titleLinkHref)),b($,y)},v=($,y)=>{{var g=I=>{var T=gS();T.__click=[vS,e];var D=C(T);i(D),S(T),b(I,T)},x=I=>{i(I)};M($,I=>{e.onTitleClicked?I(g):I(x,!1)},y)}};M(m,$=>{e.titleLinkHref?$(p):$(v,!1)})}S(s),tt(s,$=>O(d,$),()=>n(d)),N($=>u=ie(s,1,`title size-${a()}`,"s-q",u,$),[()=>({hidden:r()})]),b(t,s),H()}et(["click"]);var n$=require("@vkontakte/videoplayer-shared/es2015");var bS=k('<div class="timer__cell cell s-1c"><span class="cell__value s-1c"> </span> <span class="cell__unit s-1c"> </span></div> <span class="timer__points s-1c"> </span>',1),$S=k('<div class="timer__cell cell s-1c"><span class="cell__value s-1c"> </span> <span class="cell__unit s-1c"> </span></div> <span class="timer__points s-1c"> </span>',1),yS=k('<div class="timer__cell cell s-1c"><span class="cell__value s-1c"> </span> <span class="cell__unit s-1c"> </span></div> <span class="timer__points s-1c"> </span>',1),xS=k('<div class="timer__cell cell s-1c"><span class="cell__value s-1c"> </span> <span class="cell__unit s-1c"> </span></div>'),wS=k("<div><!> <!> <!> <!></div>"),SS={hash:"s-1c",code:".timer__container.s-1c{align-items:flex-start;display:flex;justify-content:center}.cell.s-1c{align-items:center;display:flex;flex-direction:column}.cell__value.s-1c{font-size:48px;font-weight:600;line-height:1.2}.small.s-1c .cell__value:where(.s-1c){font-size:24px}.cell__unit.s-1c{font-size:14px;font-weight:400;line-height:1.2}.small.s-1c .cell__unit:where(.s-1c){font-size:12px}.timer__points.s-1c{display:inline-block;font-size:42px;font-weight:600;line-height:1.2;margin:0 8px}.small.s-1c .timer__points:where(.s-1c){font-size:20px}"};function Dv(t,e){F(e,!0),Q(t,SS);let i=K(""),o=K(""),r=K(""),a=K(""),l,d=32,s=d/2,u=L=>String(L).padStart(2,"0"),m=L=>Math.max(L.length,1),p=L=>`${(e.isSmallSize?s:d)*m(L)}px`,v=L=>{let z=Math.floor(L/86400);z&&(L-=z*86400,O(i,u(z),!0));let j=Math.floor(L/3600);O(o,u(j),!0);let te=Math.floor(L/60)%60;O(r,u(te),!0);let ee=L%60;O(a,u(ee),!0)},$=()=>{let L=Math.floor(Date.now()/1e3),z=e.startTime-L;v(z),z>=1?l=requestAnimationFrame($):e.onTimerOver()};Vt(()=>{l=requestAnimationFrame($)}),gn(()=>{cancelAnimationFrame(l)});var y=wS();let g;var x=C(y);{var I=L=>{var z=bS(),j=se(z);let te;var ee=C(j),oe=C(ee,!0);S(ee);var ae=P(ee,2),le=C(ae,!0);S(ae),S(j);var ce=P(j,2),X=C(ce,!0);S(ce),N((he,Ee,de)=>{te=Qe(j,"",te,{width:he}),ve(oe,n(i)),ve(le,Ee),ve(X,de)},[()=>p(n(i)),()=>G("waiting_live_day_value"),()=>G("waiting_live_colon")]),b(L,z)};M(x,L=>{n(i)&&L(I)})}var T=P(x,2);{var D=L=>{var z=$S(),j=se(z);let te;var ee=C(j),oe=C(ee,!0);S(ee);var ae=P(ee,2),le=C(ae,!0);S(ae),S(j);var ce=P(j,2),X=C(ce,!0);S(ce),N((he,Ee,de)=>{te=Qe(j,"",te,{width:he}),ve(oe,n(o)),ve(le,Ee),ve(X,de)},[()=>p(n(o)),()=>G("waiting_live_hour_value"),()=>G("waiting_live_colon")]),b(L,z)};M(T,L=>{n(o)&&L(D)})}var A=P(T,2);{var E=L=>{var z=yS(),j=se(z);let te;var ee=C(j),oe=C(ee,!0);S(ee);var ae=P(ee,2),le=C(ae,!0);S(ae),S(j);var ce=P(j,2),X=C(ce,!0);S(ce),N((he,Ee,de)=>{te=Qe(j,"",te,{width:he}),ve(oe,n(r)),ve(le,Ee),ve(X,de)},[()=>p(n(r)),()=>G("waiting_live_minute_value"),()=>G("waiting_live_colon")]),b(L,z)};M(A,L=>{n(r)&&L(E)})}var V=P(A,2);{var q=L=>{var z=xS();let j;var te=C(z),ee=C(te,!0);S(te);var oe=P(te,2),ae=C(oe,!0);S(oe),S(z),N((le,ce)=>{j=Qe(z,"",j,{width:le}),ve(ee,n(a)),ve(ae,ce)},[()=>p(n(a)),()=>G("waiting_live_second_value")]),b(L,z)};M(V,L=>{n(a)&&L(q)})}S(y),N(L=>g=ie(y,1,"timer__container s-1c",null,g,L),[()=>({small:e.isSmallSize})]),b(t,y),H()}var CS=k('<div class="waiting s-n"><span> </span></div>'),TS=k('<div class="upcoming-timer timer s-n"><span> </span> <!></div>'),IS=k('<div class="waiting-container s-n"><!></div>'),ES={hash:"s-n",code:'.waiting-container.s-n{background-color:var(--black);background-position:50%;background-repeat:no-repeat;background-size:cover;white-space:nowrap}.waiting-container.s-n,.waiting-container.s-n:before{height:100%;left:0;position:absolute;top:0;width:100%}.waiting-container.s-n:before{backdrop-filter:blur(15px);background-color:rgba(0,0,0,.56);content:"";z-index:1}.waiting.s-n{align-items:center;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:2}.waiting__title.s-n{font-size:20px;font-weight:600;line-height:1.2}.upcoming-timer.s-n{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.timer.s-n{align-items:center;display:flex;flex-direction:column;justify-content:center}.timer__title.s-n{display:inline-block;font-size:20px;font-weight:600;line-height:1.2;margin-bottom:12px;vertical-align:middle}.small.s-n{font-size:15px}.medium.s-n{font-size:17px}'};function zc(t,e){F(e,!0),Q(t,ES);let i=h(e,"startTime",3,0),o=f(()=>i()<Math.floor(Date.now()/1e3)),r=K(void 0),a=K(void 0),l=0,d=K(void 0),s=K(void 0),u=f(()=>{var x,I;return((x=n(d))!=null?x:1/0)<=509||((I=n(s))!=null?I:1/0)<=320}),m=f(()=>{var x,I;return!n(u)&&(((x=n(d))!=null?x:1/0)<=699||((I=n(s))!=null?I:1/0)<=599)}),p=e.onUpcomingLiveViewStateChanged?(0,n$.throttleFn)(()=>{cancelAnimationFrame(l),l=requestAnimationFrame(()=>{let x={type:n(o)?"expired":"default",size:n(u)?"s":n(m)?"m":"l"},I=n(o)?n(r):n(a);e.onUpcomingLiveViewStateChanged(x,I)})},300):void 0;He(()=>{n(s),n(d),n(o),p==null||p()}),gn(()=>{if(cancelAnimationFrame(l),p==null||p.cancel(),e.onUpcomingLiveViewStateChanged){let x={type:n(o)?"expired":"default",size:n(u)?"s":n(m)?"m":"l"};e.onUpcomingLiveViewStateChanged(x)}});var v=IS();v.__contextmenu=function(...x){var I;(I=e.onContextMenu)==null||I.apply(this,x)},v.__click=function(...x){var I;(I=e.onClick)==null||I.apply(this,x)};var $=C(v);{var y=x=>{var I=CS(),T=C(I);let D;var A=C(T,!0);S(T),S(I),tt(I,E=>O(r,E),()=>n(r)),N((E,V)=>{D=ie(T,1,"waiting__title s-n",null,D,E),ve(A,V)},[()=>({medium:n(m),small:n(u)}),()=>G("waiting_live_upcoming_title")]),b(x,I)},g=x=>{var I=TS(),T=C(I);let D;var A=C(T,!0);S(T);var E=P(T,2);let V=f(()=>n(u)||n(m)),q=f(()=>i()||0);Dv(E,{get isSmallSize(){return n(V)},get startTime(){return n(q)},onTimerOver:()=>O(o,!0)}),S(I),tt(I,L=>O(a,L),()=>n(a)),N((L,z)=>{D=ie(T,1,"timer__title s-n",null,D,L),ve(A,z)},[()=>({medium:n(m),small:n(u)}),()=>G("waiting_live_timer_title")]),b(x,I)};M($,x=>{n(o)?x(y):x(g,!1)})}S(v),N(()=>Qe(v,`background-image: url(${e.thumbUrl})`)),Vn(v,"clientWidth",x=>O(d,x)),Vn(v,"clientHeight",x=>O(s,x)),b(t,v),H()}et(["contextmenu","click"]);var PS=k('<div class="waiting-container s-r"><div class="waiting-caption s-r"><!> <p class="waiting-title s-r"> </p></div></div>'),AS={hash:"s-r",code:'.waiting-container.s-r{align-items:center;background-color:var(--black);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center}.waiting-container.s-r,.waiting-container.s-r:before{height:100%;left:0;position:absolute;top:0;width:100%}.waiting-container.s-r:before{backdrop-filter:blur(10px);background-color:rgba(0,0,0,.4);content:""}.waiting-caption.s-r{align-items:center;display:flex;flex-direction:column;position:relative}.waiting-title.s-r{font-size:20px;font-weight:400;line-height:1.2;margin:0;padding:20px;text-align:center}'};function ml(t,e){F(e,!0),Q(t,AS);let i=h(e,"thumbUrl",3,""),o={recover:G("waiting_live_recover_title"),record:G("waiting_record_title")},r=f(()=>o[e.kind]||"");var a=PS();a.__contextmenu=function(...m){var p;(p=e.onContextMenu)==null||p.apply(this,m)},a.__click=function(...m){var p;(p=e.onClick)==null||p.apply(this,m)};var l=C(a),d=C(l);Ja(d,{style:"position: static; transform: translate(0, 0)"});var s=P(d,2),u=C(s,!0);S(s),S(l),S(a),N(()=>{Qe(a,`background-image: url('${i()}')`),ve(u,n(r))}),b(t,a),H()}et(["contextmenu","click"]);var kS=Ae('<path d="M6 10.2 3.5 7.7a.99.99 0 0 0-1.4 1.4l3.2 3.2a1 1 0 0 0 1.4 0l7.6-7.6a.99.99 0 0 0-1.4-1.4z"></path>');function Ov(t){Ze(t,{width:"16",height:"16",testId:"check-mark-icon",children:(e,i)=>{var o=kS();b(e,o)},$$slots:{default:!0}})}var LS=k('<div class="select-icon s-1w"><!></div>'),MS={hash:"s-1w",code:".select-icon.s-1w{margin-right:auto;opacity:.9;padding-right:12px;position:relative;top:3px}"};function Wc(t){Q(t,MS);var e=LS(),i=C(e);Ov(i,{}),S(e),b(t,e)}var VS=(t,e)=>{t.stopPropagation(),e.item.selectItem(e.item.value)},RS=(t,e)=>{od(t,()=>e.item.selectItem(e.item.value))},DS=k("<p> </p>"),OS=k('<p class="sublabel s-1t"> </p>'),NS=k('<li role="menuitem" tabindex="0"><!> <div><!> <!></div></li>'),BS={hash:"s-1t",code:".menu-item-value.s-1t{align-items:end;display:flex;flex-direction:column;min-width:0}.menu-item-value[data-selected=false].s-1t{--select-icon-width:16px;--icon-padding:12px;margin-left:calc(var(--icon-padding) + var(--select-icon-width))}.label.s-1t,.sublabel.s-1t{max-width:100%;overflow:hidden;text-overflow:ellipsis}.sublabel.s-1t{opacity:.5}"};function Nv(t,e){F(e,!0),Q(t,BS);let i=h(e,"isMobile",3,!1);var o=NS();let r;o.__click=[VS,e],o.__keydown=[RS,e];var a=C(o);{var l=y=>{Wc(y,{})};M(a,y=>{e.item.selected&&y(l)})}var d=P(a,2);let s;var u=C(d);{var m=y=>{var g=Re(),x=se(g);Gi(x,()=>e.item.valueComponent,(I,T)=>{T(I,ts(()=>{var D;return(D=e.item.valueComponentParams)!=null?D:{}}))}),b(y,g)},p=y=>{var g=DS();let x;var I=C(g,!0);S(g),N(T=>{var D;x=ie(g,1,"label s-1t",null,x,T),ve(I,(D=e.item.label)!=null?D:e.item.value)},[()=>({mobile:i()})]),b(y,g)};M(u,y=>{e.item.valueComponent?y(m):y(p,!1)})}var v=P(u,2);{var $=y=>{var g=OS(),x=C(g,!0);S(g),N(()=>ve(x,e.item.sublabel)),b(y,g)};M(v,y=>{e.item.sublabel&&y($)})}S(d),S(o),N((y,g,x)=>{var I;r=ie(o,1,"item",null,r,y),De(o,"data-value",(I=e.item.dataValue)!=null?I:e.item.value),De(o,"aria-label",g),De(o,"data-testid",e.item.dataTestid),s=ie(d,1,"menu-item-value s-1t",null,s,x),De(d,"data-selected",e.item.selected)},[()=>({mobile:i()}),()=>{var y,g;return(g=(y=e.item.ariaLabel)!=null?y:e.item.label)!=null?g:e.item.value.toString()},()=>({"submenu-value-mobile":i()})]),b(t,o),H()}et(["click","keydown"]);var FS=k('<li role="menuitem" tabindex="0" aria-haspopup="true"><!> <div><!></div></li>');function Bv(t,e){F(e,!0);let i=h(e,"isMobile",3,!1),o=h(e,"refMenuItems",15),r=f(()=>()=>e.openSubMenuList(e.item.children)),a=f(()=>g=>ep(g,n(r)));var l=FS();let d;l.__click=function(...g){var x;(x=n(r))==null||x.apply(this,g)},l.__keydown=function(...g){var x;(x=n(a))==null||x.apply(this,g)};var s=C(l);{var u=g=>{Wc(g,{})};M(s,g=>{e.item.selected&&g(u)})}var m=P(s,2);let p;var v=C(m);{var $=g=>{var x=Re();let I=f(()=>e.item.valueComponent);var T=se(x);Gi(T,()=>n(I),(D,A)=>{A(D,ts(()=>{var E;return(E=e.item.valueComponentParams)!=null?E:{}}))}),b(g,x)},y=g=>{var x=ws();N(()=>ve(x,e.item.label)),b(g,x)};M(v,g=>{e.item.valueComponent?g($):g(y,!1)})}S(m),S(l),tt(l,g=>o(o()[e.item.id]=g,!0),()=>{var g;return(g=o())==null?void 0:g[e.item.id]}),N((g,x)=>{var I;d=ie(l,1,"item",null,d,g),De(l,"aria-label",(I=e.item.ariaLabel)!=null?I:e.item.label),De(l,"data-testid",e.item.id),p=ie(m,1,"menu-item-value",null,p,x)},[()=>({mobile:i(),bottomBordered:e.item.bottomBordered}),()=>({"submenu-value-mobile":i()})]),b(t,l),H()}et(["click","keydown"]);var rs={"quality-settings":100,"audio-language-settings":200,"playback-rate-settings":300,"subtitles-settings":400,"traffic-saving-settings":500,download:600,report:700,"copy-data":800,"save-trace-info":900,"debug-info":1e3};var US=(t,e)=>{gb(t,e.returnFromSubMenu,e.closeSettingsMenu)},zS=(t,e)=>{t.stopPropagation(),e.returnFromSubMenu()},WS=(t,e)=>{pc(t)&&(Br(t),e.returnFromSubMenu())},KS=k('<div><ul role="menu"><li role="menuitem" tabindex="0" data-testid="return-to-settings-menu"><!> <p class="title s-1k"> </p></li> <!></ul></div>'),qS={hash:"s-1k",code:".sub-menu.s-1k{--item-padding-vertical-mobile:16px;--item-padding-vertical:7px;--item-label-line-height:18px;--edge-item-padding-vertical-mobile:calc(6px + var(--item-padding-vertical-mobile));--edge-item-padding-vertical:calc(8px + var(--item-padding-vertical))}.sub-menu.s-1k .item.mobile{font-size:14px;line-height:var(--item-label-line-height);padding:var(--item-padding-vertical-mobile) 17px}.sub-menu.s-1k{padding-top:calc(var(--edge-item-padding-vertical) + var(--item-padding-vertical) + var(--item-label-line-height))}.sub-menu.mobile.s-1k{padding-top:calc(var(--edge-item-padding-vertical-mobile) + var(--item-padding-vertical-mobile) + var(--item-label-line-height) + 1px)}.sub-menu.s-1k .items:where(.s-1k) .item.header:where(.s-1k){border-bottom:var(--divider-border);display:flex;justify-content:space-between;left:0;min-width:max-content;position:absolute;right:0;top:0}.header.s-1k .title:where(.s-1k){margin-left:8px}.sub-menu.s-1k .item{padding:var(--item-padding-vertical) 12px;padding-right:22px}.items.s-1k .item:first-child:not(.mobile){padding-top:var(--edge-item-padding-vertical)}.items.s-1k .item:last-child:not(.mobile){padding-bottom:var(--edge-item-padding-vertical)}.items.s-1k .item.mobile:first-child{padding-top:var(--edge-item-padding-vertical-mobile)}.items.s-1k .item.mobile:last-child{padding-bottom:var(--edge-item-padding-vertical-mobile)}.sub-menu.s-1k .item.bottomBordered{border-bottom:var(--divider-border)}.sub-menu.s-1k .item .sublabel{font-size:12px;line-height:14px}.item.s-1k:not(.mobile) p:where(.s-1k),.sub-menu.s-1k .item:not(.mobile) .label{font-size:13px;line-height:var(--item-label-line-height)}"};function Hv(t,e){F(e,!0),Q(t,qS);let[i,o]=Be(),r=()=>w(p,"$isFullscreen",i),a=()=>w(v,"$playerSize",i),l=h(e,"isMobile",3,!1),d=h(e,"playerControlsHeight",3,0),s=h(e,"ariaLabelReturnFromSubMenu",19,()=>G("aria_label_submenu_back")),u=h(e,"listRef",15);Vt(()=>{let ee=e.items.findIndex(oe=>oe.selected);u().children[ee+1].focus()});let m=ye(),p=m.ui.isFullscreen,v=m.ui.playerSize,$=K(void 0),y=K(0),g=K(0),x=f(()=>l()&&r()?`max-height: ${Math.round(a().height*.6)}px`:l()?"":`max-height: ${a().height-32-n(g)-d()}px; overflow: auto;`),I=f(()=>Math.max(e.minWidth,n(y)));var T=KS();let D;var A=C(T);let E;A.__keydown=[US,e];var V=C(A);let q;V.__click=[zS,e],V.__keydown=[WS,e];var L=C(V);Nr(L,{direction:"left"});var z=P(L,2),j=C(z,!0);S(z),S(V),tt(V,ee=>O($,ee),()=>n($));var te=P(V,2);Ci(te,17,()=>e.items,Gd,(ee,oe)=>{var ae=Re(),le=se(ae);{var ce=he=>{Nv(he,{get item(){return n(oe)},get isMobile(){return l()}})},X=(he,Ee)=>{{var de=Ke=>{Bv(Ke,{get isMobile(){return l()},get item(){return n(oe)},get openSubMenuList(){return e.openSubMenuList},get refMenuItems(){return e.refMenuItems}})};M(he,Ke=>{n(oe).type==="OPEN_SUB_MENU"&&Ke(de)},Ee)}};M(le,he=>{n(oe).type==="SELECT_VALUE"?he(ce):he(X,!1)})}b(ee,ae)}),S(A),tt(A,ee=>u(ee),()=>u()),S(T),N((ee,oe,ae)=>{D=ie(T,1,"sub-menu menu s-1k",null,D,ee),De(T,"data-testid",`${e.id}-sub-menu`),Qe(T,`min-width: ${n(I)}px`),E=ie(A,1,"items s-1k",null,E,oe),Qe(A,n(x)),q=ie(V,1,"item header back s-1k",null,q,ae),De(V,"aria-label",s()),ve(j,e.title)},[()=>({desktop:!l(),mobile:l()}),()=>({mobile:l()}),()=>({mobile:l()})]),Vn(V,"clientWidth",ee=>O(y,ee)),Vn(V,"clientHeight",ee=>O(g,ee)),b(t,T),H(),o()}et(["keydown","click"]);var s$=require("@vkontakte/videoplayer-shared/es2015");var QS=(t,e)=>ep(t,e()),GS=(t,e)=>{t.stopPropagation(),e()()},YS=k('<div class="value s-1n"> </div>'),jS=k('<li role="menuitem" tabindex="0" aria-haspopup="true"><div class="icon-wrapper"><!></div> <div class="label"> </div> <!></li>'),XS={hash:"s-1n",code:".value.s-1n{opacity:.7;overflow:hidden;position:relative;text-overflow:ellipsis}"};function Uv(t,e){F(e,!0),Q(t,XS);let i=h(e,"isMobile",3,!1),o=h(e,"onClick",3,s$.noop),r=h(e,"valueComponent",3,void 0),a=h(e,"iconProps",19,()=>({})),l=h(e,"ref",15);var d=jS();let s;d.__click=[GS,o],d.__keydown=[QS,o];var u=C(d),m=C(u);{var p=T=>{al(T,{get icon(){return e.icon}})},v=T=>{var D=Re();let A=f(()=>e.icon);var E=se(D);Gi(E,()=>n(A),(V,q)=>{q(V,ts(a))}),b(T,D)};M(m,T=>{typeof e.icon=="string"?T(p):T(v,!1)})}S(u);var $=P(u,2),y=C($,!0);S($);var g=P($,2);{var x=T=>{var D=Re();let A=f(r);var E=se(D);Gi(E,()=>n(A),(V,q)=>{q(V,{})}),b(T,D)},I=T=>{var D=YS(),A=C(D,!0);S(D),N(()=>ve(A,e.value)),b(T,D)};M(g,T=>{r()?T(x):T(I,!1)})}S(d),tt(d,T=>l(T),()=>l()),N(T=>{s=ie(d,1,"item",null,s,T),De(d,"aria-label",e.ariaLabel),De(d,"data-testid",e.id),ve(y,e.label)},[()=>({mobile:i()})]),b(t,d),H()}et(["click","keydown"]);var zv=require("@vkontakte/videoplayer-shared/es2015");var ZS=(t,e)=>{od(t,()=>e())},JS=k('<div class="icon icon-error-stub"><div class="inner"></div></div>'),eC=k('<img class="icon" aria-hidden="true"/>'),tC=k('<li role="menuitem" tabindex="0"><div class="icon-wrapper"><!></div> <div class="label s-1l"> </div></li>'),iC={hash:"s-1l",code:".label.s-1l{overflow:hidden;text-overflow:ellipsis}"};function Wv(t,e){F(e,!0),Q(t,iC);let i=h(e,"isMobile",3,!1),o=h(e,"onClick",3,zv.noop),r=h(e,"closeSettings",3,zv.noop),a=K(!1),l=()=>{O(a,!0)},d=x=>{x==null||x.stopPropagation(),o()(),r()()};var s=tC();let u;s.__click=d,s.__keydown=[ZS,d];var m=C(s),p=C(m);{var v=x=>{var I=Re(),T=se(I);{var D=E=>{var V=JS();b(E,V)},A=E=>{var V=eC();N(()=>De(V,"src",e.icon)),pt("error",V,l),za(V),b(E,V)};M(T,E=>{n(a)?E(D):E(A,!1)})}b(x,I)},$=x=>{var I=Re();let T=f(()=>e.icon);var D=se(I);Gi(D,()=>n(T),(A,E)=>{E(A,{})}),b(x,I)};M(p,x=>{typeof e.icon=="string"?x(v):x($,!1)})}S(m);var y=P(m,2),g=C(y,!0);S(y),S(s),N(x=>{var I;u=ie(s,1,"item",null,u,x),De(s,"aria-label",(I=e.ariaLabel)!=null?I:e.label),De(s,"data-testid",e.id),ve(g,e.label)},[()=>({mobile:i()})]),b(t,s),H()}et(["click","keydown"]);var a$=require("@vkontakte/videoplayer-shared/es2015");var oC=k('<div class="toggle_wrap s-1q"><div></div> <div class="toggle-label s-1q"></div></div>'),nC={hash:"s-1q",code:'.toggle_wrap.s-1q{cursor:pointer;font-size:12px;line-height:15px;min-height:15px;padding:0;user-select:none}.toggle.s-1q{background-color:var(--toggle-color-separator);border-radius:45px;cursor:pointer;float:right;height:9px;margin-top:3px;width:28px}.toggle.s-1q:after{background-color:var(--toggle-color-off);border-radius:50%;content:"";float:left;height:15px;left:0;position:relative;top:-3px;transition:left .1s ease;width:15px}.toggle.on.s-1q:after{background-color:var(--toggle-color-on);left:13px}.toggle-label.s-1q{overflow:hidden}'};function Kv(t,e){Q(t,nC);let i=h(e,"enabled",3,!1);var o=oC(),r=C(o);let a;ti(2),S(o),N(l=>a=ie(r,1,"toggle s-1q",null,a,l),[()=>({on:i()})]),b(t,o)}var rC=(t,e,i)=>{hb(t,e(),o=>i()(o))},sC=(t,e,i)=>{t.stopPropagation(),e()(!i())},aC=k('<div><div class="icon-wrapper"><!></div> <div class="label"> </div> <!></div>'),lC=k('<li role="menuitem" tabindex="0"><!></li>');function qv(t,e){F(e,!0);let i=h(e,"isMobile",3,!1),o=h(e,"onClick",3,a$.noop),r=h(e,"enabled",3,!1),a=h(e,"tooltipText",3,void 0),l=h(e,"maxTooltipWidth",3,void 0);var d=lC();let s;d.__click=[sC,o,r],d.__keydown=[rC,r,o];var u=C(d);tl(u,{get content(){return a()},get isMobile(){return i()},placement:"left",translateX:10,isFullWidthWrapper:!0,get maxTooltipWidth(){return l()},children:(m,p)=>{var v=aC();let $;var y=C(v),g=C(y);{var x=E=>{al(E,{get icon(){return e.icon}})},I=E=>{var V=Re();let q=f(()=>e.icon);var L=se(V);Gi(L,()=>n(q),(z,j)=>{j(z,{})}),b(E,V)};M(g,E=>{typeof e.icon=="string"?E(x):E(I,!1)})}S(y);var T=P(y,2),D=C(T,!0);S(T);var A=P(T,2);Kv(A,{get enabled(){return r()}}),S(v),N(E=>{$=ie(v,1,"switch-wrapper",null,$,E),ve(D,e.label)},[()=>({mobile:i()})]),b(m,v)},$$slots:{default:!0}}),S(d),N(m=>{var p;s=ie(d,1,"item switch-item",null,s,m),De(d,"aria-label",(p=e.ariaLabel)!=null?p:e.label),De(d,"data-testid",e.id)},[()=>({mobile:i()})]),b(t,d),H()}et(["click","keydown"]);var qc=require("@vkontakte/videoplayer-shared/es2015");var l$=()=>{let t=K(di([])),e=f(()=>(n(t).length?n(t).at(-1):null)||null);return{get current(){return n(e)},pushSubMenu:i=>{n(t).push(i)},popSubMenu:()=>{O(t,n(t).slice(0,-1),!0)},popAllSubMenus:()=>{O(t,[],!0)}}};var d$=require("@vkontakte/videoplayer-shared/es2015");var dC=k('<div class="quality-icon s-1p"><!></div>'),cC=k('<div class="quality-label s-1p"><span> </span> <!></div>'),uC={hash:"s-1p",code:".quality-label.s-1p{position:relative}.quality.s-1p{font-size:13px;line-height:18px}.quality.sub.s-1p{opacity:.7}.quality-icon.s-1p{display:flex;padding-left:2px;position:absolute;right:0;top:0;transform:translateX(100%)}.quality-icon.s-1p svg{color:var(--blue-light)}"};function vl(t,e){F(e,!0),Q(t,uC);let i=h(e,"isSubCase",3,!1),o=f(()=>e.quality?(0,d$.getVideoQualityLabel)(e.quality):""),r=f(()=>sp(e.quality));var a=cC(),l=C(a);let d;var s=C(l,!0);S(l);var u=P(l,2);{var m=p=>{var v=dC();let $=f(()=>n(r));var y=C(v);Gi(y,()=>n($),(g,x)=>{x(g,{})}),S(v),N(()=>De(v,"data-testid",`${n(o)}-icon`)),b(p,v)};M(u,p=>{n(r)&&!e.isMobile&&p(m)})}S(a),N(p=>{d=ie(l,1,"s-1p",null,d,p),ve(s,e.label)},[()=>({sub:!i(),quality:!e.isMobile})]),b(t,a),H()}var f$=require("@vkontakte/videoplayer-shared/es2015");var Qv=require("@vkontakte/videoplayer-core/es2015");var c$=({quality:t,availableQualities:e})=>{let i=e.find(o=>o.value===t);return i?i.displayValue:t},u$=({quality:t,availableQualities:e,isAutoQualityEnabled:i})=>{if(!t)return"...";let o=c$({quality:t,availableQualities:e});return i?t===Qv.VideoQuality.INVARIANT?G("auto_quality_invariant"):G("auto_quality",{actual:o}):o},p$=({quality:t,availableQualities:e,prefix:i,onlyPrefix:o})=>t?o||t===Qv.VideoQuality.INVARIANT?i:`${i}${c$({quality:t,availableQualities:e})}`:"...";var pC=k('<div class="menu-item-value-wrapper s-1r"><!></div>'),fC={hash:"s-1r",code:".menu-item-value-wrapper.s-1r{line-height:normal}"};function vd(t,e){F(e,!0),Q(t,fC);let[i,o]=Be(),r=()=>w(s,"$currentQuality$",i),a=()=>w(u,"$availableQualities$",i),l=()=>w(m,"$isMobile$",i),d=ye(),s=d.state.currentQuality$,u=d.state.availableQualities$,m=d.ui.isMobile,p=" · ",v=f(()=>e.prefix+(e.selected&&r()!==f$.VideoQuality.INVARIANT?p:"")),$=f(()=>p$({prefix:n(v),quality:r(),availableQualities:a(),onlyPrefix:!e.selected}));var y=pC(),g=C(y);let x=f(()=>e.selected?r():void 0);vl(g,{get quality(){return n(x)},get label(){return n($)},get isMobile(){return l()},isSubCase:!0}),S(y),b(t,y),H(),o()}var mC=t=>{let e=t.join("|"),i="<(?<keyhtml>.*?)(?<propshtml> .*?)?>(?<childrenhtml>.*?)</\\k<keyhtml>>",o=`{(?<keyi18n>${e})}(?<childreni18n>.*?){/\\k<keyi18n>}`,r="<(?<keyhtmlself>.*?)(?<propshtmlself> .*?)?/?>",a=`{(?<keyi18nself>${e})}`;return new RegExp(`${i}|${o}|${r}|${a}`,"g")},vC={br:!0,span:!0},Gv=(t,e={})=>{var d,s,u,m,p,v,$;if(!t)return t;let i=We(We({},vC),e),o=Object.keys(i);if(!o.length)return t;let r=mC(o),a=[],l=0;for(let y of t.matchAll(r)){let g=y[0],x=((d=y.groups)==null?void 0:d.keyhtml)||((s=y.groups)==null?void 0:s.keyi18n)||((u=y.groups)==null?void 0:u.keyhtmlself)||((m=y.groups)==null?void 0:m.keyi18nself)||"",{index:I}=y;if(!i[x]){a.push(t.slice(l,I)),l=I+g.length;continue}let T=(p=y.groups)!=null&&p.childrenhtml?Gv(y.groups.childrenhtml,i):"",D=(v=y.groups)!=null&&v.childrenhtml?g.replace(new RegExp(($=y.groups)==null?void 0:$.childrenhtml),()=>T||""):g;a.push(t.slice(l,I),D),l=I+g.length}return l===0?t:(a.push(t.slice(l)),a.join(""))};function Kc(t,e){F(e,!1);let i=h(e,"message",8),o=Gv(i());en();var r=Re(),a=se(r);{var l=d=>{var s=Re(),u=se(s);Yd(u,()=>o),b(d,s)};M(a,d=>{o&&d(l)})}b(t,r),H()}var gC=k('<p class="quality-applies sublabel s-1s"><!></p>'),hC={hash:"s-1s",code:".quality-applies.s-1s{color:hsla(0,0%,100%,.5);display:flex;justify-content:end;padding:3px 0}.quality-applies span{color:#70c1ff}"};function Yv(t,e){F(e,!1),Q(t,hC),en();var i=gC(),o=C(i);let r=Pn(()=>G("quality_applience",{action:`<span>${G("quality_applience_action")}</span>`}));Kc(o,{get message(){return n(r)}}),S(i),b(t,i),H()}var v$=({isAutoQualityEnabled:t,trafficSavingEnabled:e,highQualityEnabled:i})=>{let o=!t&&!e&&!i;return{id:"quality-other-settings",type:"OPEN_SUB_MENU",label:G("other_quality"),selected:o,valueComponent:vd,valueComponentParams:{prefix:G("other_quality"),selected:o},children:"quality-other-settings"}},jv=({appliesTo:t,labelWithQuality:e,selected:i},{selectQuality:o})=>({id:"quality-auto",type:"SELECT_VALUE",value:"auto",label:G("auto_quality_limit"),valueComponent:e?vd:void 0,valueComponentParams:{prefix:G("auto_quality_limit"),selected:i},selectItem:()=>o("auto",t),selected:i}),g$=()=>({id:"quality-appliance-settings",type:"OPEN_SUB_MENU",valueComponent:Yv,bottomBordered:!0,children:"quality-appliance"}),Xv=({labelWithQuality:t,appliesTo:e,selected:i},{toggleHighQuality:o})=>({id:"quality-high",type:"SELECT_VALUE",value:"high_quality",selectItem:()=>o(!0,e),selected:i,label:G("high_quality"),valueComponent:t?vd:void 0,valueComponentParams:{prefix:G("high_quality"),selected:i},sublabel:G("high_quality_description")}),Zv=({labelWithQuality:t,appliesTo:e,selected:i},{toggleTrafficSaving:o})=>({id:"quality-traffic-saving",type:"SELECT_VALUE",value:"save_traffic",selectItem:()=>o(!0,e),selected:i,label:G("traffic_saving_quality"),valueComponent:t?vd:void 0,valueComponentParams:{prefix:G("traffic_saving_quality"),selected:i},sublabel:G("traffic_saving_quality_description")});var Cp=(t,e)=>String(e.findIndex(i=>i.id===t.id)+1),Tp=(t,e)=>{var l;if(!t)return"";let{language:i,label:o}=t,r;if(i==="und"?r=void 0:i&&(r=(l=Tc(i))!=null?l:i),o&&i&&r){let d=e.filter(s=>s.label===o&&s.language===i);if(d.length===1)return G("audio_stream_display_language_label",{language:r,label:o});{let s=Cp(t,d);return G("audio_stream_display_language_label_index",{language:r,label:o,index:s})}}if(o){let d=e.filter(s=>s.label===o);if(d.length===1)return o;{let s=Cp(t,d);return G("audio_stream_display_label_index",{label:o,index:s})}}if(i&&r){let d=e.filter(s=>s.language===i);if(d.length===1)return r;{let s=Cp(t,d);return G("audio_stream_display_language_index",{language:r,index:s})}}let a=Cp(t,e);return G("audio_stream_display_unknown",{index:a})};var _C={"quality-settings":t=>{let{isAutoQualityEnabled:e,isAutoQualityAvailable:i,trafficSavingEnabled:o,highQualityEnabled:r}=t,a=[];return i&&a.push({handler:jv,selected:e&&!o&&!r||!1}),a.push({handler:Zv,selected:o},{handler:Xv,selected:r}),{title:G("submenu_quality"),id:"quality-settings",items:[g$(t),...a.map(({handler:l,selected:d})=>l({labelWithQuality:!0,appliesTo:"to-video",selected:d},t)),v$(t)]}},"quality-other-settings":({closeSettingsMenu:t,selectQuality:e,availableQualities:i,isMobile:o})=>({id:"quality-other-settings",title:G("submenu_quality"),closeSettingsMenu:t,items:i.map(r=>({type:"SELECT_VALUE",value:r.value,valueComponent:vl,valueComponentParams:{quality:r.value,label:r.displayValue,isMobile:o,isSubCase:!0},selectItem:a=>e(a,"to-video"),selected:r.selected,label:r.displayValue}))}),"quality-appliance":t=>{var i,o,r;let{closeSettingsMenu:e}=t;return{id:"quality-appliance",title:G("default_quality_for_any_video"),closeSettingsMenu:e,items:[{handler:jv,selected:((i=Qu())==null?void 0:i.type)==="auto_quality"},{handler:Zv,selected:((o=Qu())==null?void 0:o.type)==="traffic_saving"},{handler:Xv,selected:((r=Qu())==null?void 0:r.type)==="high_quality"}].map(({handler:a,selected:l})=>a({labelWithQuality:!1,appliesTo:"as-default",selected:l},t))}},"audio-tracks":({closeSettingsMenu:t,availableAudioStreams:e,currentAudioStream:i,selectAudioLanguage:o})=>({id:"audio-tracks",title:G("submenu_audio_languages"),closeSettingsMenu:t,items:e.map(r=>({type:"SELECT_VALUE",value:r,dataValue:r.id,selectItem:o,selected:r.id===(i==null?void 0:i.id),label:Tp(r,e)}))}),"playback-rate":({closeSettingsMenu:t,availablePlaybackRates:e,selectPlaybackRate:i})=>({id:"playback-rate",title:G("submenu_playback_rate"),closeSettingsMenu:t,items:e.map(o=>({type:"SELECT_VALUE",value:o.value,selectItem:i,selected:o.selected,label:o.displayValue}))}),subtitles:({availableSubtitlesList:t,selectSubtitle:e})=>({id:"subtitles",minWidth:164,title:G("subtitles_caption"),items:t.map(i=>({type:"SELECT_VALUE",value:i.value,selectItem:()=>e(i),selected:i.selected,label:i.displayValue,dataTestid:i.value===On?"sub_off":void 0}))})},h$=({subMenuId:t,context:e})=>t?[_C[t](e)]:[];var bC=Ae('<path d="M3.1 9.5c0-2.24 0-3.36.44-4.22A4 4 0 015.28 3.54C6.14 3.1 7.26 3.1 9.5 3.1h5c2.24 0 3.36 0 4.22.44a4 4 0 011.74 1.74c.44.86.44 1.98.44 4.22s0 3.36-.44 4.22a4 4 0 01-1.74 1.74c-.84.43-1.93.44-4.07.44l.55 2.2h1.9a.9.9 0 010 1.8H6.9a.9.9 0 110-1.8h1.9l.55-2.2c-2.14 0-3.23-.01-4.07-.44a4 4 0 01-1.74-1.74C3.1 12.86 3.1 11.74 3.1 9.5m11.4-4.6h-5c-1.15 0-1.9 0-2.48.05-.56.04-.79.12-.92.19a2.2 2.2 0 00-.96.96 2 2 0 00-.2.92C4.9 7.6 4.9 8.35 4.9 9.5s0 1.9.05 2.48c.04.56.12.79.19.92q.33.63.96.96c.13.07.36.15.92.2.58.04 1.33.04 2.48.04h5c1.15 0 1.9 0 2.48-.05.56-.04.79-.12.92-.19a2.2 2.2 0 00.96-.96c.07-.13.15-.36.2-.92.04-.58.04-1.33.04-2.48s0-1.9-.05-2.48a3 3 0 00-.19-.92 2.2 2.2 0 00-.96-.96 2 2 0 00-.92-.2c-.58-.04-1.33-.04-2.48-.04m-3.3 11-.55 2.2h2.7l-.55-2.2z"></path>');function Jv(t){Ze(t,{testId:"traffic-saving-icon",children:(e,i)=>{var o=bC();b(e,o)},$$slots:{default:!0}})}var $C=Ae('<path d="M8.3 14.25c1.86 1.9 5.5.02 5.5-3.55V5.64l2.4-.7A2.74 2.74 0 0 0 18 2.37V.64a.75.75 0 0 0-.92-.62l-.26.06C15.88.3 14.93.51 14 .8c-1.33.45-2.03 1.62-2.01 3.08V9c-3.89.2-5.64 3.29-3.7 5.25ZM.9.1a.9.9 0 0 0 0 1.8h8.2a.9.9 0 0 0 0-1.8H.9ZM.9 5.1a.9.9 0 1 0 0 1.8h7.2a.9.9 0 0 0 0-1.8H.9ZM0 11c0-.5.4-.9.9-.9h4.18a.9.9 0 1 1 0 1.8H.9A.9.9 0 0 1 0 11Z"></path>');function eg(t){Ze(t,{width:"18",height:"15",children:(e,i)=>{var o=$C();b(e,o)},$$slots:{default:!0}})}var yC=Ae('<path d="M11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69A8 8 0 0 1 11 4.07M5.69 7.1 4.26 5.68A10 10 0 0 0 2.05 11h2.02a8 8 0 0 1 1.62-3.9M2.05 13c.2 2.01 1 3.84 2.21 5.32l1.43-1.43A8 8 0 0 1 4.07 13zM11 21.95v-2.02a8 8 0 0 1-3.9-1.62l-1.42 1.43A10 10 0 0 0 11 21.95M22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 22 12M10.69 8.58l4.74 2.73a.8.8 0 0 1 0 1.37l-4.74 2.74a.8.8 0 0 1-1.19-.68V9.26a.8.8 0 0 1 1.19-.68"></path>');function tg(t){Ze(t,{testId:"play-speed-icon",children:(e,i)=>{var o=yC();b(e,o)},$$slots:{default:!0}})}var xC=Ae('<path d="M12 2a.9.9 0 01.9.9v10.93l4.56-4.57a.9.9 0 011.28 1.28l-6.1 6.1a.9.9 0 01-1.28 0l-6.1-6.1a.9.9 0 111.28-1.28l4.56 4.57V2.9A.9.9 0 0112 2M4 20a.9.9 0 01.9-.9h14.2a.9.9 0 110 1.8H4.9A.9.9 0 014 20"></path>');function ig(t){Ze(t,{testId:"download-icon",children:(e,i)=>{var o=xC();b(e,o)},$$slots:{default:!0}})}var wC=Ae('<path d="M8.86 2.1h6.28c.67 0 1.2.21 1.68.7l4.38 4.38c.48.48.7 1 .7 1.68v6.28c0 .68-.22 1.2-.7 1.68l-4.38 4.38c-.48.48-1 .7-1.68.7H8.86c-.68 0-1.2-.22-1.68-.7L2.8 16.82c-.48-.48-.7-1-.7-1.68V8.86c0-.68.22-1.2.7-1.68L7.18 2.8c.48-.49 1-.7 1.68-.7m-.44 2L4.1 8.43c-.18.18-.21.24-.21.5v6.17c0 .25.03.31.2.5l4.32 4.3c.18.18.24.21.5.21h6.17c.25 0 .31-.03.5-.2l4.3-4.32c.18-.18.21-.24.21-.5V8.92c0-.25-.03-.31-.2-.5l-4.32-4.3c-.18-.18-.24-.21-.5-.21H8.92c-.25 0-.32.03-.5.2M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-.1-8.1a.9.9 0 0 0-1.8 0v5.2a.9.9 0 1 0 1.8 0z"></path>');function og(t){Ze(t,{testId:"report-icon",children:(e,i)=>{var o=wC();b(e,o)},$$slots:{default:!0}})}var SC=Ae('<path d="M4 12.3V12c0-1.47 0-2.55.08-3.4.07-.9.21-1.48.45-1.95a4.85 4.85 0 0 1 2.12-2.12 5.1 5.1 0 0 1 1.95-.45C9.5 4 10.68 4 12.3 4h4.51c-.03-.16-.09-.33-.17-.49a2.4 2.4 0 0 0-1.05-1.05c-.3-.16-.63-.21-.93-.24-.29-.02-.64-.02-1.03-.02h-1.37c-1.58 0-2.81 0-3.81.08a6.84 6.84 0 0 0-2.62.64 6.65 6.65 0 0 0-2.9 2.91c-.4.76-.57 1.6-.65 2.62-.08 1-.08 2.23-.08 3.81v1.37c0 .4 0 .74.02 1.03.03.3.08.62.24.93A2.4 2.4 0 0 0 4 16.8V12.3ZM10.08 6h-.03c-.53 0-.97 0-1.33.03-.39.03-.76.1-1.12.28a2.9 2.9 0 0 0-1.3 1.3c-.17.35-.24.72-.27 1.1C6 9.09 6 9.53 6 10.06v7.9c0 .53 0 .97.03 1.33.03.39.1.76.28 1.12a2.9 2.9 0 0 0 1.3 1.3c.35.17.72.24 1.1.27.37.03.81.03 1.33.03h6.91c.53 0 .97 0 1.33-.03.39-.03.76-.1 1.12-.28a2.9 2.9 0 0 0 1.3-1.3c.17-.35.24-.72.27-1.1.03-.37.03-.81.03-1.34v-7.9c0-.53 0-.97-.03-1.33-.03-.39-.1-.76-.28-1.12a2.9 2.9 0 0 0-1.3-1.3 2.96 2.96 0 0 0-1.1-.27C17.91 6 17.47 6 16.94 6h-6.87ZM8.41 7.92c.06-.04.18-.07.45-.1.28-.02.65-.02 1.22-.02h6.84c.57 0 .94 0 1.22.02.27.03.39.06.45.1.21.1.39.28.5.49.03.06.06.18.09.45.02.28.02.65.02 1.22v7.84c0 .57 0 .94-.02 1.22-.03.27-.06.39-.1.45-.1.21-.28.39-.49.5-.06.03-.18.06-.45.09-.28.02-.65.02-1.22.02h-6.84c-.57 0-.94 0-1.22-.02a1.23 1.23 0 0 1-.45-.1 1.1 1.1 0 0 1-.5-.49 1.23 1.23 0 0 1-.09-.45c-.02-.28-.02-.65-.02-1.22v-7.84c0-.57 0-.94.02-1.22.03-.27.06-.39.1-.45.1-.21.28-.39.49-.5Z"></path>');function Ip(t){Ze(t,{children:(e,i)=>{var o=SC();b(e,o)},$$slots:{default:!0}})}var CC=Ae('<path d="M12 20.1a8.1 8.1 0 1 0 0-16.2 8.1 8.1 0 0 0 0 16.2m0 1.9a10 10 0 1 1 0-20 10 10 0 0 1 0 20m0-12.37A1.32 1.32 0 1 1 12 7a1.32 1.32 0 0 1 0 2.63m-.95 2.82c0-.54.43-.98.95-.98s.95.44.95.98v3.83c0 .54-.43.98-.95.98a.96.96 0 0 1-.95-.98z"></path>');function ng(t){Ze(t,{testId:"info-icon",children:(e,i)=>{var o=CC();b(e,o)},$$slots:{default:!0}})}var TC=k('<div class="menu-item-value-wrapper s-1u"><!></div>'),IC={hash:"s-1u",code:".menu-item-value-wrapper.s-1u{line-height:normal}"};function rg(t,e){F(e,!0),Q(t,IC);let[i,o]=Be(),r=()=>w(u,"$currentQuality$",i),a=()=>w(m,"$availableQualities$",i),l=()=>w(p,"$isAutoQualityEnabled$",i),d=()=>w(v,"$isMobile$",i),s=ye(),u=s.state.currentQuality$,m=s.state.availableQualities$,p=s.state.isAutoQualityEnabled$,v=s.ui.isMobile,$=f(()=>u$({quality:r(),availableQualities:a(),isAutoQualityEnabled:l()}));var y=TC(),g=C(y);vl(g,{get quality(){return r()},get label(){return n($)},get isMobile(){return d()}}),S(y),b(t,y),H(),o()}var PC={"quality-settings":({isAutoQualityEnabled:t,currentQuality:e,qualityDetailsSubMenuEnabled:i})=>{let o=(t?G("auto_quality_option"):e)||"";return{id:"quality-settings",type:"OPEN_SUB_MENU",ariaLabel:G("aria_label_menu_quality",{actual:o}),icon:hc,label:G("menu_quality"),value:e,valueComponent:rg,weight:rs["quality-settings"],children:i?"quality-settings":"quality-other-settings"}},"traffic-saving-switch":({trafficSavingEnabled:t,toggleTrafficSaving:e})=>({id:"traffic-saving-switch",weight:rs["traffic-saving-settings"],type:"SWITCH",onClick:i=>e(i,"to-video"),ariaLabel:G("aria_label_submenu_traffic_saving"),icon:Jv,label:G("menu_traffic_saving"),enabled:t,tooltipText:G("traffic_saving_helper_text"),maxTooltipWidth:175}),"audio-tracks-settings":({currentAudioStream:t,availableAudioStreams:e})=>{let i=Tp(t,e);return{id:"audio-tracks-settings",weight:rs["audio-language-settings"],type:"OPEN_SUB_MENU",ariaLabel:G("aria_label_menu_audio_languages",{actual:i}),icon:eg,label:G("menu_audio_languages"),value:i,children:"audio-tracks"}},"playback-rate-settings":({availablePlaybackRates:t,currentPlaybackRate:e})=>{var o;let i=((o=t.find(r=>r.value===e))==null?void 0:o.displayValue)||"";return{id:"playback-rate-settings",weight:rs["playback-rate-settings"],type:"OPEN_SUB_MENU",ariaLabel:G("aria_label_menu_rate",{actual:i}),icon:tg,label:G("menu_playback_rate"),value:`${e}x`,children:"playback-rate"}},"subtitles-settings":({currentSubtitle:t})=>({id:"subtitles-settings",weight:rs["subtitles-settings"],type:"OPEN_SUB_MENU",ariaLabel:G("aria_label_menu_subtitle",{actual:t.displayValue}),icon:ba,iconProps:{type:"outline"},label:G("subtitles_caption"),value:t.displayValue,children:"subtitles"}),download:({onDownloadClick:t})=>({id:"download",weight:rs.download,type:"CLICK",onClick:t,label:G("download_video_caption"),ariaLabel:G("aria_label_menu_download"),icon:ig}),"show-support":({onReportProblemClick:t})=>({id:"show-support",weight:rs.report,type:"CLICK",onClick:t,label:G("menu_report"),ariaLabel:`${G("menu_report")}. ${G("aria_label_new_tab_alert")}`,icon:og,isHiddenFor:["desktop"]}),"copy-data":({onCopyDataClick:t})=>({id:"copy-data",weight:rs["copy-data"],type:"CLICK",onClick:t,label:G("menu_copy_debug"),ariaLabel:G("menu_copy_debug"),icon:Ip,isHiddenFor:["desktop"]}),"save-trace-info":({onSaveTraceDataClick:t})=>({id:"save-trace-info",weight:rs["save-trace-info"],type:"CLICK",onClick:t,label:G("menu_save_debug"),ariaLabel:G("menu_save_debug"),icon:Ip,isHiddenFor:["desktop"]}),"debug-info":({toggleShowDebugInfo:t})=>({id:"debug-info",weight:rs["debug-info"],type:"CLICK",onClick:t,ariaLabel:G("aria_label_menu_debug_overlay"),label:G("menu_debug_overlay"),icon:ng,isHiddenFor:["desktop"]})},_$=({items:t,context:e,additionalSettingsMenuItems:i})=>{let{isMobile:o}=e;return[...t.map(r=>PC[r](e)),...i.map(r=>Gt(We({},r),{isAdditional:!0}))].filter(r=>{var a,l,d;return!((a=r==null?void 0:r.isHiddenFor)!=null&&a.length)||!((l=r==null?void 0:r.isHiddenFor)!=null&&l.includes("desktop"))&&!o||!((d=r==null?void 0:r.isHiddenFor)!=null&&d.includes("mobile"))&&o}).sort(Xa)};var kC=(t,e)=>{Ju(t,e)},LC=k('<div><div> </div> <div class="close s-l" data-testid="close-settings-menu"></div></div>'),MC=k('<div data-testid="settings-menu" role="presentation"><!> <ul role="menu"></ul></div>'),VC=k("<div><!> <!></div>"),RC={hash:"s-l",code:'.settings-menu-container.mobile.s-l{width:100%;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.settings-menu-container.s-l ul{list-style-type:none;margin:0;padding:0}.settings-menu-container.s-l .menu{background-color:var(--settings-bg);border-radius:var(--settings-radius);overflow:hidden;transition:opacity .2s,visibility .2s}.settings-menu-container.s-l .menu .item:first-child:not(.mobile){border-top-left-radius:var(--settings-radius);border-top-right-radius:var(--settings-radius)}.settings-menu-container.s-l .menu .item:last-child{border-bottom-left-radius:var(--settings-radius);border-bottom-right-radius:var(--settings-radius)}.settings-menu-container.s-l .settings-menu .item:first-child:not(.mobile){padding-top:6px}.settings-menu-container.s-l .settings-menu .item:last-child:not(.mobile){padding-bottom:6px}.settings-menu-container.s-l .menu.desktop{bottom:0;max-width:100%;position:absolute;right:0}.settings-menu.s-l{line-height:40px}.settings-menu.desktop.s-l{min-width:300px}.settings-menu-container.s-l .menu.mobile{background:var(--mobile-settings-bg);font-size:15px;line-height:50px;width:100%}.settings-menu-container.s-l .menu.mobile.hidden{display:none}.settings-menu-container.s-l .menu .item:not(.switch-item),.settings-menu-container.s-l .menu .switch-wrapper{align-items:center;color:var(--white);cursor:pointer;display:flex;justify-content:flex-end;position:relative;white-space:nowrap}.settings-menu-container.s-l .menu .item:hover{background-color:var(--settings-item-bg-hover)}.settings-menu-container.s-l .menu .item.mobile:hover{background:var(--mobile-settings-bg)}.settings-menu.s-l .item:not(.switch-item),.settings-menu.s-l .switch-wrapper{padding:0 32px 0 18px}.settings-menu.s-l .item.mobile:not(.switch-item),.settings-menu.s-l .switch-wrapper.mobile{padding:0 14px}.settings-menu.s-l .icon-wrapper{align-items:center;display:flex;height:24px;justify-content:center;margin-right:16px;min-width:24px;width:24px}.settings-menu.s-l .label{flex-grow:1;margin-right:24px;overflow:hidden;text-overflow:ellipsis}.settings-menu.s-l .item.header.mobile:where(.s-l){border-bottom:var(--divider-border);color:var(--white);column-gap:12px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:4px}.settings-menu-container.s-l .items::-webkit-scrollbar{width:8px}.settings-menu-container.s-l .items::-webkit-scrollbar-track{background-color:#3a3a3a;border-radius:4px;box-shadow:none}.settings-menu-container.s-l .items::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#666;border:1px solid transparent;border-radius:5px;min-height:40px}.settings-menu-container.s-l .items::-webkit-scrollbar-thumb:hover{background-color:#777}.settings-menu-container.s-l .items.mobile{max-height:160px;overflow-x:hidden;overflow-y:auto;text-align:left}.close.s-l{height:12px;margin-right:-12px;padding:12px;position:relative;width:12px}.close.s-l:after,.close.s-l:before{background-color:var(--white);content:" ";height:12px;left:18px;position:absolute;width:2px}.close.s-l:before{transform:rotate(45deg)}.close.s-l:after{transform:rotate(-45deg)}'};function Qc(t,e){F(e,!0),Q(t,RC);let[i,o]=Be(),r=()=>w(_e,"$settingsMenuVisible",i),a=()=>w(W,"$settingsMenuOpenedByKeyboard",i),l=()=>w(ft,"$debugPanelVisible",i),d=()=>w(ke,"$isMobile",i),s=()=>w(rt,"$playerSize",i),u=()=>w(Me,"$hasMpegSources$",i),m=()=>w(Ye,"$mobileNotReportControlHidden$",i),p=()=>w(ue,"$autoQualityLimitingAvailable$",i),v=()=>w(X,"$isMinimalView$",i),$=()=>w(Ie,"$availableSubtitlesList$",i),y=()=>w(Te,"$isLiveWithPlaybackSpeed",i),g=()=>w(Ee,"$availableAudioStreams$",i),x=()=>w(pe,"$availablePlaybackRates$",i),I=()=>w(he,"$currentAudioStream$",i),T=()=>w(B,"$currentPlaybackRate$",i),D=()=>w(we,"$trafficSavingEnabled",i),A=()=>w(de,"$currentQuality$",i),E=()=>w(fe,"$isAutoQualityEnabled$",i),V=()=>w(me,"$currentSubtitle$",i),q=()=>w(lt,"$additionalSettingsMenuItems$",i),L=()=>w(Z,"$isAutoQualityAvailable$",i),z=()=>w(Ke,"$availableQualities$",i),j=()=>w(Fe,"$highQualityEnabled",i),te=h(e,"ref",15,void 0),ee=h(e,"playerControlsHeight",3,0),oe=di({}),ae=di({}),le=ye(),ce=Rt(),X=le.ui.isMinimalView$,he=le.state.audioStream$,Ee=le.state.availableAudioStreams$,de=le.state.currentQuality$,Ke=le.state.availableQualities$,ue=le.state.autoQualityLimitingAvailable$,fe=le.state.isAutoQualityEnabled$,Z=le.state.isAutoQualityAvailable$,B=le.state.currentPlaybackRate$,pe=le.state.availablePlaybackRates$,me=le.state.currentSubtitle$,Ie=le.state.availableSubtitlesList$,ot=le.state.canDownload,Me=le.state.hasMpegSources$,_e=le.ui.settingsMenu.visible$,W=le.ui.settingsMenu.openedByBtnKeyboard$,Ce=le.ui.settingsMenu.ref$,ke=le.ui.isMobile,Ye=le.ui.mobileNotReportControlHidden$,Te=le.state.canChangePlaybackSpeed$,we=le.state.trafficSavingEnabled$,Fe=le.state.highQualityEnabled$,rt=le.ui.playerSize,ft=le.ui.debugPanelVisible,Pt=le.state.isInteractiveTime$,lt=le.ui.additionalSettingsMenuItems$,ni=le.ui.t,Ct=le.actions.internal.downloadVideo,Nt=le.actions.internal.closeSettingsMenu,Bt=le.actions.internal.openSettingsSubMenu,Yt=le.actions.internal.closeSettingsSubMenu,Le=K(!1),Y=K(void 0),Oe=l$();He(()=>{!r()&&Oe.current&&(Yt(ae[Oe.current]),Oe.popAllSubMenus())}),He(()=>{r()||O(Y,void 0)}),He(()=>{!Oe.current&&n(Y)&&vb(oe,n(Y))}),He(()=>{te()&&Ce.set(te())});function be(U){return yt(this,null,function*(){var si;Oe.pushSubMenu(U),yield So(),Bt(U,ae[U]);let it=(si=te())==null?void 0:si.firstElementChild;it&&mm(it)})}function Ne(U){var it;U==null||U.stopPropagation(),a()||(it=e.returnFocus)==null||it.call(e),Nt(),O(Le,!1)}function ht(U,it){le.actions.internal.setQuality(U,{appliesTo:it,byUser:!0}),Ne()}function At(U){le.actions.internal.setAudioStream(U),Ne()}function Se(U,it){le.actions.internal.setTrafficSavingEnabled(U,it),ce.features.qualityDetailsSubMenuEnabled&&Ne()}function Xe(U,it){le.actions.internal.setHighQualityEnabled(U,it),Ne()}function ze(U){le.actions.internal.setPlaybackRate(U),Ne()}function xe(U){le.actions.internal.setSubtitle(U),Ne()}function Ft(){Ct()}function Tt(){(0,qc.isValidURL)(e.supportLink)&&window.open(e.supportLink,"_blank"),le.actions.internal.reportProblem(),le.actions.internal.pause()}function Xt(){td(le.actions.internal.getDebugTextData())}let wi=()=>{let U=le.actions.internal.getTraceTextData(),it=new Blob([...U],{type:"application/json"}),si=window.URL.createObjectURL(it);Ya(si,"vk_player_trace_info","json")};function mi(){ft.set(!l())}function Ni(){O(Le,!0)}function ro(){O(Le,!1)}function fi(){return d()?`max-height: ${Math.round(s().height*.6)}px`:`max-height: ${s().height-32-ee()}px; overflow: auto;`}let Ti=f(()=>ot&&u()&&!m()),so=f(()=>ce.features.trafficSaving&&!m()&&p()&&!ce.features.qualityDetailsSubMenuEnabled),ao=f(()=>!v()&&$().length>0&&!m()),zi=f(()=>!!y()&&!m()),ri=f(()=>ce.features.audioLanguages&&g().length>=2&&!m()),_t=f(()=>!m());Vt(()=>Pt.subscribe(U=>{U&&!d()&&!n(Le)&&!a()&&Ne()}));let mt=f(()=>{let U=[n(_t)&&"quality-settings",n(ri)&&"audio-tracks-settings",n(zi)&&"playback-rate-settings",n(ao)&&"subtitles-settings",n(so)&&"traffic-saving-switch",n(Ti)&&"download",ce.showSupport&&"show-support","copy-data",ce.features.saveTraceInfoToFile&&"save-trace-info","debug-info"].filter(it=>!!it);return _$({items:U,context:{qualityDetailsSubMenuEnabled:ce.features.qualityDetailsSubMenuEnabled,availablePlaybackRates:x(),currentAudioStream:I(),availableAudioStreams:g(),currentPlaybackRate:T(),selectPlaybackRate:ze,trafficSavingEnabled:D(),toggleTrafficSaving:Se,currentQuality:A()||qc.VideoQuality.INVARIANT,isAutoQualityEnabled:E()||!1,currentSubtitle:V(),isMobile:d(),onDownloadClick:Ft,onCopyDataClick:Xt,onReportProblemClick:Tt,onSaveTraceDataClick:wi,toggleShowDebugInfo:mi},additionalSettingsMenuItems:q()})}),Ue=f(()=>h$({subMenuId:Oe.current,context:{availablePlaybackRates:x(),selectPlaybackRate:ze,trafficSavingEnabled:D(),toggleTrafficSaving:Se,currentQuality:A()||qc.VideoQuality.INVARIANT,isAutoQualityEnabled:E()||!1,isAutoQualityAvailable:L()||!1,availableQualities:z(),highQualityEnabled:j(),toggleHighQuality:Xe,availableAudioStreams:g(),availableSubtitlesList:$(),closeSettingsMenu:Nt,currentAudioStream:I(),isMobile:d(),selectAudioLanguage:At,selectQuality:ht,selectSubtitle:xe}}));var ct=VC();let vi;var Yi=C(ct);{var lo=U=>{var it=MC();let si;it.__keydown=[kC,Nt];var ci=C(it);{var ai=Jt=>{var It=LC();let _o;var Ho=C(It),Nn=C(Ho,!0);S(Ho);var on=P(Ho,2);on.__click=Ne,S(It),N((bo,ui)=>{_o=ie(It,1,"item header s-l",null,_o,bo),ve(Nn,ui)},[()=>({mobile:d()}),()=>ni("submenu_settings")]),b(Jt,It)};M(ci,Jt=>{d()&&Jt(ai)})}var at=P(ci,2);let yi;Ci(at,21,()=>n(mt),Jt=>Jt.id,(Jt,It)=>{var _o=Re(),Ho=se(_o);{var Nn=bo=>{Uv(bo,{get isMobile(){return d()},get id(){return n(It).id},get icon(){return n(It).icon},get iconProps(){return n(It).iconProps},get label(){return n(It).label},get ariaLabel(){return n(It).ariaLabel},get value(){return n(It).value},get valueComponent(){return n(It).valueComponent},onClick:()=>{be(n(It).children),O(Y,n(It).id,!0)},get ref(){return oe[n(It).id]},set ref(ui){oe[n(It).id]=ui}})},on=(bo,ui)=>{{var $n=Co=>{let Ei=f(()=>`${n(It).id}-menu-item`);Wv(Co,{get isMobile(){return d()},get id(){return n(Ei)},get onClick(){return n(It).onClick},get icon(){return n(It).icon},get label(){return n(It).label},get ariaLabel(){return n(It).ariaLabel},closeSettings:Ne})},Cr=(Co,Ei)=>{{var nn=Uo=>{let rn=f(()=>`${n(It).id}-menu-item`);qv(Uo,{get isMobile(){return d()},get id(){return n(rn)},get onClick(){return n(It).onClick},get icon(){return n(It).icon},get label(){return n(It).label},get ariaLabel(){return n(It).ariaLabel},get enabled(){return n(It).enabled},get tooltipText(){return n(It).tooltipText},get maxTooltipWidth(){return n(It).maxTooltipWidth}})};M(Co,Uo=>{n(It).type==="SWITCH"&&Uo(nn)},Ei)}};M(bo,Co=>{n(It).type==="CLICK"?Co($n):Co(Cr,!1)},ui)}};M(Ho,bo=>{n(It).type==="OPEN_SUB_MENU"?bo(Nn):bo(on,!1)})}b(Jt,_o)}),S(at),tt(at,Jt=>te(Jt),()=>te()),S(it),N((Jt,It,_o)=>{si=ie(it,1,"settings-menu menu s-l",null,si,Jt),yi=ie(at,1,"items",null,yi,It),Qe(at,_o)},[()=>({desktop:!d(),mobile:d(),hidden:!!Oe.current}),()=>({mobile:d()}),fi]),pt("mouseenter",it,Ni),pt("mouseleave",it,ro),b(U,it)};M(Yi,U=>{r()&&U(lo)})}var bn=P(Yi,2);Ci(bn,17,()=>n(Ue),U=>U.id,(U,it)=>{let si=f(()=>{var ci;return(ci=n(it).minWidth)!=null?ci:137});Hv(U,{get isMobile(){return d()},get playerControlsHeight(){return ee()},get returnFromSubMenu(){return Oe.popSubMenu},get id(){return n(it).id},get title(){return n(it).title},get closeSettingsMenu(){return Nt},openSubMenuList:be,get items(){return n(it).items},get minWidth(){return n(si)},get refMenuItems(){return oe},get listRef(){return ae[n(it).id]},set listRef(ci){ae[n(it).id]=ci}})}),S(ct),N(U=>vi=ie(ct,1,"settings-menu-container s-l",null,vi,U),[()=>({mobile:d(),hidden:!r()})]),b(t,ct),H(),o()}et(["keydown","click"]);var DC=k('<button class="btn s-1e"> </button>'),OC={hash:"s-1e",code:"button.btn.s-1e{background:hsla(0,0%,100%,.1);border-radius:8px;font-size:14px;line-height:18px;margin-top:12px;padding:6px 12px 7px}"};function sg(t,e){Q(t,OC);var i=DC();i.__click=function(...r){var a;(a=e.onClick)==null||a.apply(this,r)};var o=C(i,!0);S(i),N(()=>ve(o,e.label)),b(t,i)}et(["click"]);var NC=k('<div class="container s-o"><div class="notification s-o"><div><p class="description s-o"><!></p> <!></div> <!></div></div>'),BC={hash:"s-o",code:".container.s-o{display:flex;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;top:20px;z-index:var(--controls-container-z-index)}.notification.s-o{background:var(--notification-bg);border-radius:var(--notification-radius);display:inline-flex;gap:10px;padding:9px 14px 10px 12px;pointer-events:auto}.description.s-o{font-size:13px;line-height:16px;margin:0;white-space:pre}"};function Gc(t,e){F(e,!0),Q(t,BC);let i=340,{features:{forceAutoQualityWhenSevereStallHappens:o}}=Rt(),{ui:{t:r}}=ye(),a=r(o?"slow_video_notification_force_description":"slow_video_notification_suggest_description");var l=NC(),d=C(l),s=C(d),u=C(s),m=C(u);Kc(m,{get message(){return a}}),S(u);var p=P(u,2);{var v=y=>{let g=f(()=>r("slow_video_notification_button"));sg(y,{get label(){return n(g)},get onClick(){return e.onSelectAutoQuality}})};M(p,y=>{o||y(v)})}S(s);var $=P(s,2);Us($,{get onClick(){return e.onClose}}),S(d),S(l),Fs(3,d,()=>xa,()=>({duration:i})),b(t,l),H()}var Yc=require("@vkontakte/videoplayer-shared/es2015");var gl="annotation",Ep=class{constructor(e){this.slots=new Map;this.disabledIds=new Set(e)}init(e,i){this.shadowRootContainer=e,this.store=i}add(e,i){var s;let{overlay:o,id:r,controlsBehaviour:a,hideAllControls:l}=i;if(this.disabledIds.has(r))return{success:!1,message:"current slotId is disabled via config"};let d=typeof e=="function"?e():e;return d.setAttribute("slot",gl),this.setupSlotStyles(d,o),this.shadowRootContainer.append(d),this.slots.set(r,{rootElement:d,options:i}),a&&this.runHidingControlsWhenIntersected(r,a),l&&((s=this.store)==null||s.ui.isControlsAvailable.set(!1)),{success:!0}}setupSlotStyles(e,i){switch(e.style.position="absolute",i){case"over_video":e.style.zIndex="calc(var(--video-container-z-index) + 1)";break;case"over_controls":e.style.zIndex="calc(var(--controls-container-z-index) + 1)";break;default:e.style.zIndex="0"}}runHidingControlsWhenIntersected(r,a){return yt(this,arguments,function*(e,{observedSlotElementId:i,controlsToObserve:o}){var v;let l=this.slots.get(e);if(!l)return;let d=yield this.findSlotElement(l.rootElement,i,e),{controls:s,hiddenControls:u}=((v=this.store)==null?void 0:v.ui)||{},m=new MutationObserver($=>$.forEach(()=>{let y=Sr(d,this.shadowRootContainer);o.forEach(g=>{let x=s==null?void 0:s[g],I=x?ge(x):null,T=u==null?void 0:u[g];I&&(T==null||T.set((0,Yc.isIntersecting)(I,y)))})}));m.observe(d,{childList:!0,subtree:!0}),l.observer=m;let p=new Yc.Subscription;o.forEach($=>{s&&p.add(s[$].subscribe(y=>{let g=u==null?void 0:u[$];y&&y.isDisplayed?g==null||g.set((0,Yc.isIntersecting)(y,Sr(d,this.shadowRootContainer))):g==null||g.set(!1)}))}),l.subs=p})}findSlotElement(e,i,o){return yt(this,null,function*(){return new Promise(r=>{let a=null,l=new MutationObserver(()=>{if(a=e.querySelector(`#${i}`),a){l.disconnect();let s=this.slots.get(o);s&&(s.observerForFindingSlotElement=void 0),r(a)}});l.observe(e,{childList:!0,subtree:!0});let d=this.slots.get(o);d&&(d.observerForFindingSlotElement=l)})})}remove(e){var u,m;let i=this.slots.get(e);if(!i)return;let{rootElement:o,observer:r,observerForFindingSlotElement:a,subs:l,options:{controlsBehaviour:d,hideAllControls:s}}=i;o&&o.remove(),[r,a].forEach(p=>p==null?void 0:p.disconnect()),l==null||l.unsubscribe(),this.slots.delete(e),s&&((u=this.store)==null||u.ui.isControlsAvailable.set(!0)),(m=d==null?void 0:d.controlsToObserve)==null||m.forEach(p=>{var v,$;($=(v=this.store)==null?void 0:v.ui.hiddenControls[p])==null||$.set(!1)})}destroy(){for(let e in this.slots.keys())this.remove(e);this.slots.clear()}haveSlots(){return this.slots.size>0}};var FC=k('<div class="container s-6"><!></div>'),HC={hash:"s-6",code:".container.s-6{align-items:center;animation-fill-mode:forwards;animation-name:s-6-videoPlayerStatusIconPopup;background-color:#00000073;border-radius:100%;display:flex;height:64px;justify-content:center;width:64px;will-change:opacity,scale}@keyframes s-6-videoPlayerStatusIconPopup{0%{opacity:0;scale:.6}10%{animation-timing-function:ease-in;opacity:1;scale:1}75%{opacity:1;scale:1}90%{animation-timing-function:ease-out;opacity:0;scale:.4}to{opacity:0;scale:0}}"};function jc(t,e){F(e,!0),Q(t,HC);let i=h(e,"reversed",3,!1);var o=Re(),r=se(o);Os(r,()=>e.Icon,a=>{var l=FC(),d=C(l);Gi(d,()=>e.Icon,(s,u)=>{u(s,{get size(){return"48"},get reversed(){return i()}})}),S(l),N(()=>Qe(l,`animation-duration: ${e.duration}ms`)),b(a,l)}),b(t,o),H()}var ag=require("@vkontakte/videoplayer-core/es2015"),UC=k('<div class="container s-z"><!></div>'),zC={hash:"s-z",code:".container.s-z{align-items:center;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}"};function lg(t,e){F(e,!0),Q(t,zC);let[i,o]=Be(),r=()=>w(s,"$playbackState$",i),a=()=>w(m,"$previewTrackActive",i),l=()=>w(p,"$previewTrackDragInProgress",i),d=()=>w(u,"$isPlaying$",i),{state:{playbackState$:s,isPlaying$:u},ui:{previewTrackActive:m,previewTrackDragInProgress:p}}=ye(),{features:{playbackStatusShow:v},playbackStatusAnimationDuration:$}=Rt(),y=0,g=K(null),x=K(!1);He(()=>{r()===ag.PlaybackState.PLAYING?O(g,wr,!0):r()===ag.PlaybackState.PAUSED?O(g,Qs,!0):O(g,null)}),He(()=>{if(!(!v||a()||l()))return y=window.setTimeout(()=>{y=0,O(g,null)},$),()=>{y&&(window.clearTimeout(y),y=0)}}),He(()=>{d()&&!n(x)&&(O(x,!0),O(g,null))});var I=Re(),T=se(I);{var D=A=>{var E=UC(),V=C(E);jc(V,{get duration(){return $},get Icon(){return n(g)}}),S(E),b(A,E)};M(T,A=>{n(g)&&v&&A(D)})}b(t,I),H(),o()}var WC=k('<div><div data-testid="video-container"></div></div>'),KC={hash:"s-c",code:".video-container.s-c,.video-wrapper.s-c{height:100%;left:0;position:absolute;top:0;width:100%}.video-wrapper.s-c{background:var(--black)}.video-container.s-c,.video-wrapper.s-c{z-index:var(--video-container-z-index)}.video-container.s-c{transition:var(--rotate-transition-duration) ease all}.video-container.fast-rotate.s-c{transition:none}.nocursor.s-c{cursor:none}"};function hl(t,e){F(e,!0),Q(t,KC);let[i,o]=Be(),r=()=>w(p,"$rotateAlpha",i),a=()=>w(v,"$playerSize",i),l=()=>w(m,"$playerPhase",i),d=()=>w(y,"$chromecastConnected$",i),s=()=>w($,"$isPlaying$",i),u=h(e,"videoContainer",15),{playerPhase:m,ui:{rotateAlpha:p,playerSize:v},state:{isPlaying$:$,chromecastConnected$:y}}=ye(),{isSmoothVideoRotate:g}=Rt(),x=f(()=>u()&&r()%180?a().height/a().width:1);var I=WC();let T;I.__contextmenu=function(...E){var V;(V=e.onContextMenu)==null||V.apply(this,E)},I.__mousedown=function(...E){var V;(V=e.onMouseDown)==null||V.apply(this,E)},I.__mouseup=function(...E){var V;(V=e.onMouseUp)==null||V.apply(this,E)},I.__click=function(...E){var V;(V=e.onClick)==null||V.apply(this,E)},I.__dblclick=function(...E){var V;(V=e.onDblClick)==null||V.apply(this,E)};var D=C(I);let A;tt(D,E=>u(E),()=>u()),S(I),N((E,V)=>{T=ie(I,1,"video-wrapper s-c",null,T,E),A=ie(D,1,"video-container s-c",null,A,V),Qe(D,`transform: rotate(${r()}deg) scale(${n(x)})`),De(D,"data-is-playing",s())},[()=>({hidden:l()!=="video"||d(),nocursor:e.hideCursor}),()=>({"fast-rotate":!g})]),b(t,I),H(),o()}et(["contextmenu","mousedown","mouseup","click","dblclick"]);var qC=k('<div><span class="text s-x"> </span> <!></div>'),QC={hash:"s-x",code:".root.s-x{background-color:var(--double-forward-bg);border-radius:100px;color:var(--white);display:flex;gap:4px;left:50%;opacity:0;padding:6px 12px;pointer-events:none;position:absolute;top:24px;transition:opacity var(--controls-transition-duration) var(--controls-transition-fn);visibility:hidden}.root.s-x,.root.visible.s-x{transform:translateX(-50%)}.root.visible.s-x{opacity:1;visibility:visible}.text.s-x{font-size:13px;font-weight:600;line-height:16px}"};function dg(t,e){F(e,!0),Q(t,QC);let{ui:{t:i}}=ye();var o=qC();let r;var a=C(o),l=C(a,!0);S(a);var d=P(a,2);Fc(d,{get size(){return"16"},fill:"currentColor"}),S(o),N((s,u)=>{r=ie(o,1,"root s-x",null,r,s),ve(l,u)},[()=>({visible:e.isVisible}),()=>i("double_forward_label")]),b(t,o),H()}var GC=k('<div class="container s-v" role="button" data-testid="preview-track-overlay"></div>'),YC={hash:"s-v",code:".container.s-v{align-items:center;background-color:rgba(0,0,0,.48);cursor:pointer;display:flex;height:100%;justify-content:center;position:absolute;width:100%}"};function cg(t,e){F(e,!1),Q(t,YC);let i=ye(),o=i.actions.internal.closePreviewTrack,r=i.ui.t,a=200,l=s=>{s.stopPropagation(),o()};en();var d=GC();return d.__click=l,N(s=>De(d,"aria-label",s),[()=>r("tooltip_play")],Pn),Fs(3,d,()=>xa,()=>({duration:a})),b(t,d),Bf(e,"handleClick",l),H({handleClick:l})}et(["click"]);var jC=(t,e,i,o,r,a)=>{if(t.stopPropagation(),e()||o()){a();return}},XC=k("<div><!></div>"),ZC=k('<div class="spherical-video-icon s-7"><!></div>'),JC=k("<div><!></div>"),eT=k('<div class="settings-menu s-7"><!></div>'),tT=k("<!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!>",1),iT=k("<!> <!> <!>",1),oT=k('<div class="blocked s-7"></div>'),nT=k('<div class="player-wrapper s-7"><!> <div class="overlay-container"></div></div> <!>',1),rT={hash:"s-7",code:".blocked.s-7,.player-wrapper.s-7{height:100%;position:absolute;width:100%}.blocked.s-7{z-index:var(--overlay-container-z-index)}.player-wrapper.s-7 .player-media{background:var(--black);height:100%;left:0;position:absolute;top:0;transition:transform .2s ease-in-out;width:100%}.spherical-video-icon.s-7{display:inline-block;left:calc(50% - 38px);position:absolute;top:calc(50% - 23px)}.ads-container.s-7{background:var(--black);height:100%;left:0;position:absolute;top:0;width:100%;z-index:var(--ads-container-z-index)}.settings-menu.s-7{bottom:57px;left:0;position:absolute;right:18px;transition:opacity .2s;z-index:var(--settings-menu-z-index)}"};function pg(t,e){F(e,!0),Q(t,rT);let[i,o]=Be(),r=()=>w(Zt,"$notificationsToShow$",i),a=()=>w(so,"$playerPhase",i),l=()=>w(lo,"$isLoaderVisible",i),d=()=>w(ro,"$adPlaybackState",i),s=()=>w(at,"$crashed",i),u=()=>w($n,"$isInteractiveTime$",i),m=()=>w(_t,"$settingsMenuVisible",i),p=()=>w(Cr,"$isInteractiveExpectation$",i),v=()=>w(mi,"$isMinimalView$",i),$=()=>w(ri,"$controlsVisible",i),y=()=>w(Ei,"$touched",i),g=()=>w(cs,"$graphIsOpened$",i),x=()=>w(ao,"$isFullscreen",i),I=()=>w(or,"$autoplayNextEnabled$",i),T=()=>w(si,"$postrollPassed",i),D=()=>w(bn,"$isEnded$",i),A=()=>w(It,"$currentSubtitle$",i),E=()=>w(Sn,"$cursorInside",i),V=()=>w(nr,"$isControlsAvailable",i),q=()=>w(Ur,"$doubleForwardOn$",i),L=()=>w(rr,"$fakeIsPlaying$",i),z=()=>w(Er,"$bottomNoSmooth",i),j=()=>w(as,"$interactiveTimeIndicator",i),te=()=>w(Ho,"$playerSize",i),ee=()=>w(on,"$is3DVideo",i),oe=()=>w(sn,"$doubleForwardAvailable$",i),ae=()=>w(vi,"$contextMenuVisible$",i),le=()=>w(Ni,"$playbackState$",i),ce=()=>w(nn,"$hotKeyMapData",i),X=()=>w(Ue,"$scrubbingInProgress",i),he=()=>w(ct,"$volumeChangingInProgress",i),Ee=()=>w(U,"$chromecastConnected$",i),de=()=>w(ur,"$controlsTimeoutActive",i),Ke=()=>w(Nn,"$adsPlaybackState",i),ue=()=>w(mt,"$settingsMenuOpenedByKeyboard",i),fe=()=>w(pn,"$contextMenuOpenedByKeyboard$",i),Z=()=>w(gs,"$contextMenuOpenedByHotKey$",i),B=()=>w(Lr,"$contextMenuButtonRef$",i),pe=()=>w(Is,"$contextMenuLastActiveElem$",i),me=()=>w(zi,"$isFullscreenOpenedByKeyboard",i),Ie=()=>w(rn,"$positionExact$",i),ot=()=>w(wi,"$language$",i),Me=()=>w(js,"$previewTrackActive$",i),_e=()=>w(bo,"$icon3DVideoVisible",i),W=()=>w(it,"$chromecastDeviceName$",i),Ce=()=>w(_o,"$currentSubtitleCaptions$",i),ke=()=>w(fi,"$position$",i),Ye=()=>w(Ti,"$duration$",i),Te=()=>w(ci,"$isLive$",i),we=()=>w(ai,"$isPlaying$",i),Fe=()=>w(Hr,"$contextMenuPosition$",i),rt=()=>w(Uo,"$showHotKeyMap",i),ft=()=>w(Yi,"$debugPanelVisible",i),Pt=()=>w(ds,"$userActionsDisabled$",i),lt=h(e,"videoContainer",15),ni=h(e,"adsSlotId",3,void 0),Ct=h(e,"adsParams",3,void 0),Nt=h(e,"adsAutoplayParam",3,void 0),Bt=h(e,"duration",3,void 0),Yt=h(e,"logoTargetUrl",3,""),Le=h(e,"showNextPrevButtons",3,!1),Y=h(e,"nextButtonActive",3,!1),Oe=h(e,"prevButtonActive",3,!1),be=h(e,"endScreenVideoTitle",3,void 0),Ne=h(e,"endScreenVideoThumb",3,void 0),ht=h(e,"isOneVideoPlaylist",3,!1),At=h(e,"shadowRootContainer",3,void 0),Se=h(e,"outerContainerRef",3,void 0),Xe=h(e,"playerStarted",3,!1),ze=h(e,"fullScreenTarget",3,void 0),xe=h(e,"showMiniTimer",3,!1),Ft=h(e,"showEndScreen",3,!0),Tt=h(e,"keyboardControls",15),Xt=e.store.getLogger().createComponentLog("Root component"),wi=e.store.interfaceLanguage$,mi=e.store.ui.isMinimalView$,Ni=e.store.state.playbackState$,ro=e.store.ads.playbackState,fi=e.store.state.positionWithScrubbing$,Ti=e.store.state.duration$,so=e.store.playerPhase,ao=e.store.ui.isFullscreen,zi=e.store.ui.isFullscreenOpenedByKeyboard,ri=e.store.ui.controlsVisible,_t=e.store.ui.settingsMenu.visible$,mt=e.store.ui.settingsMenu.openedByBtnKeyboard$,Ue=e.store.ui.scrubbingInProgress,ct=e.store.ui.volumeChangingInProgress,vi=e.store.ui.contextMenu.visible$,Yi=e.store.ui.debugPanelVisible,lo=e.store.state.isLoaderVisible,bn=e.store.state.isEnded$,U=e.store.state.chromecastConnected$,it=e.store.state.chromecastDeviceName$,si=e.store.ads.postrollPassed,ci=e.store.state.isLive$,ai=e.store.state.isPlaying$,at=e.store.state.crashed$,yi=e.store.webApi.annotationsApi,Jt=e.store.webApi.pictureInPictureApi,It=e.store.state.currentSubtitle$,_o=e.store.state.currentSubtitleCaptions$,Ho=e.store.ui.playerSize,Nn=e.store.ads.playbackState,on=e.store.ui.is3DVideo,bo=e.store.ui.icon3DVideoVisible,ui=e.store.state.isInteractive,$n=e.store.state.isInteractiveTime$,Cr=e.store.state.isInteractiveExpectation$,Co=e.store.state.hasInteractiveBranches,Ei=e.store.ui.touched,nn=e.store.ui.modals.hotKeyMap.data,Uo=e.store.ui.modals.hotKeyMap.show,rn=e.store.state.positionExact$,ss=e.store.ui.overlayContainer$,as=e.store.ui.controls.interactiveTimeIndicator,ls=e.store.state.showInteractiveTimeIndicator,Hr=e.store.ui.contextMenu.position$,tr=e.store.actions.internal.setQuality,ir=e.store.actions.internal.closeSettingsMenu,or=e.store.ui.autoplayNextEnabled$,ds=e.store.ui.userActionsDisabled,nr=e.store.ui.isControlsAvailable,yn=e.store.ui.videoTitleInfo,Ur=e.store.ui.doubleForwardOn$,sn=e.store.ui.doubleForwardAvailable$,Tr=e.store.actions.internal.getVideoElement,xn=e.store.actions.internal.checkFullscreenSupport,{fakeIsPlaying$:rr,notifications$:Ir,graphIsOpened$:cs}=Po(),Vi=K(void 0),us=K(void 0),an=K(void 0),sr=K(void 0),ar,lr,Bn;nn.set(db());let{closeNotification:bt,notificationsToShow$:Zt}=Ir,ps=f(()=>!!r().slow_video),dr=()=>bt("slow_video"),wn=f(()=>(a()==="video"&&l()||a()==="ads"&&d()==="inactive")&&!s()),Fn=K(void 0),Er=re(!1),cr,ur=re(!1),ln=re(),Sn=re(!1),co=K(!1),Ao=K(!1),pr=K(!1),uo=K(!(e.autoplay&&!e.uiConfig.controls.showOnStartupAtAutoplay)),Pr=f(()=>u()&&!m()&&!(n(co)||n(Ao))&&!(n(pr)&&!p())),ko=!0,zr=f(()=>e.uiConfig.features.thumbTimer&&!v()&&xe()&&a()==="video"&&!$()&&!s()&&!ui&&(e.uiConfig.hideThumbTimerAfterTouch&&!y()||!e.uiConfig.hideThumbTimerAfterTouch)),$t=e.uiConfig.titleShowBehaviour,xi=f(()=>!["video","thumb"].includes(a())||$t==="never"||g()?!1:$t==="fullscreen"?x():!0),Ri=f(()=>$t==="always"||a()==="thumb"?!1:!$()),ei=K(!1),Bi=f(()=>(Ft()||e.showAutoplayNext&&I())&&!!be()&&!!Ne()&&(e.showAds&&T()||!e.showAds)&&D()&&!s()&&!n(ei)&&!Co),Cn=f(()=>!v()&&A().value!=="off"&&a()==="video"),To=f(()=>E()&&!($()||n(Bi))&&!u()&&V()&&!q()),fr=K(!1),ji=f(()=>L()!==null),{toggle:Ar}=rr,dn=!1,Hn=null;Jt==null||Jt.setContext(Ld());let kr=()=>{e.autoplay&&!ui&&e.uiConfig.controls.showOnStartupAtAutoplay&&Xi(e.uiConfig.controls.hideTimeout)};e.store.setUiCallbacks({onStarted:kr});let Wr=()=>{window.clearTimeout(ar),ur.set(!1)},fs=()=>{window.clearTimeout(lr),ln.set(null)},Xi=$e=>{Wr(),ur.set(!0),ar=window.setTimeout(()=>ur.set(!1),$e);let Et=$e-100;cr=window.setTimeout(()=>{z()&&Er.set(!1)},Et>0?Et:$e)},ms=($e,Et)=>{fs(),ln.set(Et),lr=window.setTimeout(()=>ln.set(null),$e)},Kr=on.subscribe($e=>{bo.set($e),$e&&(window.clearTimeout(Bn),Bn=window.setTimeout(()=>bo.set(!1),e.uiConfig.controls.hide360IconTimeout))}),Lo=()=>yt(null,null,function*(){var Et,Dt,qt,Pi;let $e=fa();if($e){let Hi=ac(),Ai=Qr();$e=Hi===Ai||Hi===At()}if($e){Xi(e.uiConfig.controls.hideTimeoutFullscreen);try{yield Jt==null?void 0:Jt.exit()}catch(Hi){Xt({message:String(Hi)})}}ao.set($e),e.store.getAdmanWrapper().setFullscreen($e),x()?(Dt=(Et=e.store.callbacks)==null?void 0:Et.onFullscreenEnter)==null||Dt.call(Et):(Pi=(qt=e.store.callbacks)==null?void 0:qt.onFullscreenExit)==null||Pi.call(qt)}),qr=$e=>{Ho.set($e)},Un=()=>{if(n(Vi)){let{width:$e,height:Et}=n(Vi).getBoundingClientRect();Ho.set({width:$e,height:Et})}};Vt(()=>{var Et;return Xu(Lo),e.uiConfig.features.annotationsInside&&(yi==null||yi.init(n(Vi))),Jt==null||Jt.assignPlayerContainer(n(Vi)),e.uiConfig.disablePiPResizeHandling||Jt==null||Jt.setExternalEventHandlers({resize:qr,leavepictureinpicture:Un}),e.interactiveContainer&&((Et=lt().parentElement)==null||Et.insertBefore(e.interactiveContainer,lt().nextSibling)),()=>{window.clearTimeout(ar),window.clearTimeout(cr),window.clearTimeout(lr),window.clearTimeout(Bn),Kr(),Jt==null||Jt.dispose().catch(Dt=>{Xt({message:String(Dt)})}),Zu(Lo)}});let Qr=()=>{let $e=e.uiConfig.features.fullscreenInternalTargetPlayerContainer||!Se()?n(Vi):Se(),Et=$e.getRootNode(),Dt=Et instanceof ShadowRoot?Et.host:Et,qt=ze()instanceof HTMLElement&&ze().contains(Dt);return e.uiConfig.allowChangingFullscreenTarget&&ze()&&qt?ze():$e},Fi=()=>{vi.set(!1)},Io=()=>{ir(),Fi()},zn=()=>yt(null,null,function*(){if(!xn()){Xt({message:"fullscreen disabled"});return}Fi(),fa()?(yield ju(document),Xt({message:"exit fullscreen"})):(Xt({message:"request fullscreen"}),yield Yu(Qr()))}),cn=$e=>{g()||($e.preventDefault(),vi.set(!0),Hr.set({left:$e.clientX,top:$e.clientY}))};function Gr(){Sn.set(!0),ui||Xi(e.uiConfig.controls.hideTimeoutCursor)}function st($e){var Hi,Ai;let{relatedTarget:Et}=$e,qt=!!(Et&&((Hi=n(an))!=null&&Hi.contains(Et)))&&((Ai=Tt())==null?void 0:Ai.isFocused()),Pi=e.uiConfig.controls.showOnStartupAtAutoplay||!!Et;!ui&&!qt&&Pi&&(Er.set(!0),Xi(e.uiConfig.controls.hideTimeoutCursor))}function kt(){Sn.set(!1),O(Ao,!1),O(co,!1),dn=!1,e.store.actions.internal.releaseCamera(),Xi(e.uiConfig.controls.hideTimeout),q()&&zo()}function bi($e){return $e?$e.offsetTop+bi($e.offsetParent):0}function po($e){return $e?$e.offsetLeft+po($e.offsetParent):0}function $o($e){if(j()&&ls){let Et=$e.currentTarget,Dt=bi(Et),qt=po(Et),Pi=$e.pageX-qt,Hi=$e.pageY-Dt,{left:Ai,bottom:Ki,right:Ps}=j(),Qn=Ps-Ai;return Pi>=Ai-Qn&&Hi<=Ki+Qn}}function Wi($e){if(n(Vi)){let Et=bi($e.currentTarget),Dt=te().height,qt=$e.pageY-Et;if($o($e)){O(Ao,!1);return}qt<40?O(Ao,!0):qt>Dt-40?O(co,!0):(O(Ao,!1),m()||O(co,!1))}}function fo($e){Wi($e),!n(Pr)&&!q()&&Xi(e.uiConfig.controls.hideTimeoutCursor),ee()&&dn&&Hn&&e.store.actions.internal.moveCameraFocusPX(Hn.clientX-$e.clientX,Hn.clientY-$e.clientY,$e.timeStamp-Hn.timeStamp),Hn=$e}let Di=null,un=()=>{Di=window.setTimeout(()=>{e.store.actions.internal.changeDoubleForwardOn(!0),Wr()},e.uiConfig.doubleForwardActivationTime)},zo=()=>{e.store.actions.internal.changeDoubleForwardOn(!1),Di&&clearTimeout(Di),Di=null},Mo=$e=>{$e.preventDefault(),$e.button===0&&(dn=!0,e.store.actions.internal.holdCamera(),oe()&&un()),!dn&&Xi(e.uiConfig.controls.hideTimeoutCursor)},qe=$e=>{$e.preventDefault(),$e.button===0&&(Hn=$e,dn=!1,e.store.actions.internal.releaseCamera()),!q()&&Xi(e.uiConfig.controls.hideTimeoutCursor)},Kt=$e=>{$e.preventDefault(),ko&&(Xt({message:"double click on video"}),zn(),Xi(e.uiConfig.controls.hideTimeoutCursor))},Si=$e=>{var Et;if($e.preventDefault(),q()){zo();return}if(Di&&zo(),ae()||m()){Io();return}if(!(D()&&!Co)){if(n(ji))return Ar();if((Et=Tt())==null||Et.focus(),!Xe()){e.firstStart(),Xi(e.uiConfig.controls.hideTimeoutCursor);return}(!e.uiConfig.preventPauseOnVideoClick||le()!==ug.PlaybackState.PLAYING)&&e.store.actions.internal.togglePlay(),Xi(e.uiConfig.controls.hideTimeoutCursor)}},Wo=$e=>{Io(),Ei.set(!0),Xi(e.uiConfig.controls.hideTimeout),$e&&ms(e.uiConfig.controls.hideHotKeyHelpers,$e)},Vo=()=>{var $e,Et;v()||(Io(),($e=e.store.callbacks)!=null&&$e.onOpenHotKeyMap?(Et=e.store.callbacks)==null||Et.onOpenHotKeyMap(ce()):Uo.update(Dt=>!Dt))},vs=()=>{Ei.set(!0)},pn=e.store.ui.contextMenu.openedByBtnKeyboard$,Lr=e.store.ui.contextMenu.btnRef$,Tn=K(void 0),gs=e.store.ui.contextMenu.openedByHotKey$,Is=e.store.ui.contextMenu.lastActiveElem$,Wn=K(!1),js=e.store.ui.previewTrackActive;He(()=>{ss.set(n(Fn))}),He(()=>{O(pr,n(uo)&&le()!==ug.PlaybackState.PLAYING,!0),n(uo)||Lt(()=>O(uo,!0))}),He(()=>{var Et,Dt;let $e=(n(pr)||D()||m()||X()||he()||Ee()||de()||n(Wn))&&!n(Pr)&&(a()==="video"||a()==="ads"&&(e.uiConfig.controls.showOnStartupAtAutoplay||Ke()!=="inactive"))&&!s()&&V();ri.set($e),!$e&&!de()&&((Et=n(an))!=null&&Et.contains(rp()))&&((Dt=Tt())==null||Dt.focus())}),He(()=>{!X()&&n(fr)&&!u()&&Xi(e.uiConfig.controls.hideTimeoutCursor),Lt(()=>O(fr,X(),!0))}),He(()=>{n(sr),m(),ue(),Lt(()=>fc(n(sr),m(),ue()))}),He(()=>{n(Tn),ae(),fe(),Z(),Lt(()=>{let $e=fe()||Z();fc(n(Tn),ae(),$e)})}),He(()=>{let $e=B();$e&&(ae(),Lt(()=>id($e,ae(),pn)))}),He(()=>{let $e=pe();$e&&(ae(),Lt(()=>mb($e,ae(),gs)))}),He(()=>{var $e;!me()&&x()&&(Lt(()=>zi.set(!1)),($e=Tt())==null||$e.focus())}),He(()=>{g()&&Io()});let hs=K(void 0),Xs=$e=>{yn.set(Jn(Tr(),{title:n(hs)},"title",$e))},Ca=($e,Et)=>{var Hi,Ai;let Dt=(Ai=(Hi=e.store.callbacks)==null?void 0:Hi.uiInfo)==null?void 0:Ai.onUpcomingLiveViewStateChanged;if(!Dt)return;let qt=!!Et,Pi=We(We({},Jn(n(Vi),{upcomingLiveScreen:Et},"upcomingLiveScreen",qt)),$e);Dt(Pi)},Zs="",Js=f(()=>{var $e;return n(Ri)?Zs:($e=e.getVideoDeeplink)==null?void 0:$e.call(e,Ie())});He(()=>{Zs=n(Js)});var fn=nT();pt("blur",Ba,Io);var Ro=se(fn);Ro.__mousemove=fo;var ut=C(Ro);let pi=f(()=>a()==="ads"),Ko=f(()=>n(ji)?Ar:void 0);tt(xm(ut,{startDoubleForwardActivationTimer:un,stopDoubleForward:zo,toggleFullscreen:zn,hideContextMenu:Io,showHotKeyHelpers:Wo,showKeyMap:Vo,get isAds(){return n(pi)},get fakePlayButtonHandler(){return n(Ko)},get hasNextVideo(){return Y()},get hasPrevVideo(){return Oe()},children:($e,Et)=>{var Dt=iT(),qt=se(Dt);hl(qt,{get hideCursor(){return n(To)},onClick:Si,onContextMenu:cn,onMouseDown:Mo,onMouseUp:qe,onDblClick:Kt,get videoContainer(){return lt()},set videoContainer(Ai){lt(Ai)}});var Pi=P(qt,2);Ka(Pi,()=>"slot",!1,(Ai,Ki)=>{vo(Ai,()=>({name:gl}))});var Hi=P(Pi,2);Os(Hi,ot,Ai=>{var Ki=tT(),Ps=se(Ki);let Qn=f(()=>a()!=="thumb"||s()||ui&&e.autoplay);fl(Ps,{get hidden(){return n(Qn)},get thumbUrl(){return e.thumbUrl},get startVideo(){return e.firstStart},onContextMenu:cn,onClick:Fi});var As=P(Ps,2);{var Ta=Ge=>{cg(Ge,{})};M(As,Ge=>{Me()&&Ge(Ta)})}var Ia=P(As,2);lg(Ia,{});var qo=P(Ia,2);dg(qo,{get isVisible(){return q()}});var Ea=P(qo,2);{var ea=Ge=>{let $i=f(()=>{var Qo;return(Qo=e.live)==null?void 0:Qo.startTime});zc(Ge,{get thumbUrl(){return e.thumbUrl},get startTime(){return n($i)},onUpcomingLiveViewStateChanged:Ca,onContextMenu:cn,onClick:Fi})};M(Ea,Ge=>{a()==="LiveWaitingStart"&&Ge(ea)})}var mr=P(Ea,2);{var yl=Ge=>{ml(Ge,{kind:"recover",get thumbUrl(){return e.thumbUrl},onContextMenu:cn,onClick:Fi})};M(mr,Ge=>{a()==="LiveWaitingRecover"&&Ge(yl)})}var xl=P(mr,2);{var xd=Ge=>{ml(Ge,{kind:"record",get thumbUrl(){return e.thumbUrl},onContextMenu:cn,onClick:Fi})};M(xl,Ge=>{a()==="LiveWaitingRecord"&&Ge(xd)})}var wl=P(xl,2);{var Sl=Ge=>{var $i=XC();let Qo;var In=C($i);lc(In,{get adsSlotId(){return ni()},get adsParams(){return Ct()},get adsAutoplayParam(){return Nt()},get duration(){return Bt()},get adsExternalApi(){return e.adsExternalApi},get adsJson(){return e.adsJson}}),S($i),N(En=>Qo=ie($i,1,"ads-container s-7",null,Qo,En),[()=>({hidden:a()!=="ads"})]),b(Ge,$i)};M(wl,Ge=>{e.showAds&&Xe()&&Ge(Sl)})}var Cl=P(wl,2);{var wd=Ge=>{let $i=f(()=>!Ft()&&e.showAutoplayNext&&I());bm(Ge,{get title(){return be()},get thumb(){return Ne()},get isHide(){return n($i)},clickCloseIcon:()=>O(ei,!0)})};M(Cl,Ge=>{n(Bi)&&be()&&Ne()&&Ge(wd)})}var Pa=P(Cl,2);{var Mr=Ge=>{let $i=f(()=>x()?"md":"sm"),Qo=f(()=>{var In;return(In=e.store.callbacks)==null?void 0:In.onTitleClicked});Rv(Ge,{get title(){return e.title},get isHidden(){return n(Ri)},onVisibilityChanged:Xs,get titleLinkHref(){return n(Js)},onMouseEnter:()=>{O(Wn,!0)},onMouseLeave:()=>{O(Wn,!1)},get size(){return n($i)},get onTitleClicked(){return n(Qo)},get ref(){return n(hs)},set ref(In){O(hs,In,!0)}})};M(Pa,Ge=>{n(xi)&&Ge(Mr)})}var Aa=P(Pa,2);{var Tl=Ge=>{let $i=f(()=>a()==="video"&&$());Hc(Ge,{get isShifted(){return n($i)}})};M(Aa,Ge=>{ee()&&Ge(Tl)})}var vt=P(Aa,2);{var gt=Ge=>{var $i=ZC(),Qo=C($i);sc(Qo,{}),S($i),b(Ge,$i)};M(vt,Ge=>{_e()&&Ge(gt)})}var ki=P(vt,2);{var Eo=Ge=>{Uc(Ge,{get thumbUrl(){return e.thumbUrl},get chromecastDeviceName(){return W()},onClick:Si,onContextMenu:cn,onDblClick:Kt})};M(ki,Ge=>{Ee()&&Ge(Eo)})}var Oi=P(ki,2);{var li=Ge=>{ul(Ge,{get shifted(){return $()},get captions(){return Ce()},get position(){return ke()},get playerSize(){return te()}})};M(Oi,Ge=>{n(Cn)&&Ge(li)})}var Li=P(Oi,2);{var ks=Ge=>{var $i=JC();$i.__contextmenu=cn,$i.__click=[jC,ae,vi,m,_t,Io];var Qo=C($i);pl(Qo,{}),S($i),b(Ge,$i)};M(Li,Ge=>{s()&&Ge(ks)})}var Il=P(Li,2);{var zp=Ge=>{let $i=f(()=>a()==="thumb"||a()==="LiveWaitingStart"||a()==="LiveWaitingRecover"||a()==="LiveWaitingRecord"),Qo=f(()=>a()==="ads"),In=f(()=>e.canRewindLive&&Ye()!==0);Bc(Ge,{get bottomHidden(){return n($i)},get bottomNoSmooth(){return z()},get showControls(){return $()},get isAds(){return n(Qo)},get canRewindLive(){return n(In)},get logoClickable(){return e.logoClickable},get logoHidden(){return e.logoHidden},get logoTargetUrl(){return Yt()},get showAutoplayNext(){return e.showAutoplayNext},get showNextPrevButtons(){return Le()},get nextButtonActive(){return Y()},get prevButtonActive(){return Oe()},get isOneVideoPlaylist(){return ht()},customFullscreenSupported:ko,toggleFullscreen:zn,get seekToInteractive(){return e.seekToInteractive},get playPrevChapter(){return e.playPrevChapter},get playerControlsWrapperRef(){return n(us)},set playerControlsWrapperRef(En){O(us,En,!0)},get playerControlsRef(){return n(an)},set playerControlsRef(En){O(an,En,!0)}})};M(Il,Ge=>{Xe()&&Ge(zp)})}var su=P(Il,2);{var Wp=Ge=>{var $i=eT(),Qo=C($i);let In=f(()=>{var En;return(En=n(an))==null?void 0:En.clientHeight});Qc(Qo,{get supportLink(){return e.supportLink},get playerControlsHeight(){return n(In)},returnFocus:()=>{var En;return(En=Tt())==null?void 0:En.focus()},get ref(){return n(sr)},set ref(En){O(sr,En,!0)}}),S($i),b(Ge,$i)};M(su,Ge=>{!Ee()&&a()!=="ads"&&Ge(Wp)})}var au=P(su,2);let El=f(()=>!n(zr));uc(au,{get isLive(){return Te()},get isHidden(){return n(El)},get isPlaying(){return we()},get position(){return ke()},get duration(){return Ye()}});var lu=P(au,2);Mv(lu,{get data(){return ln}});var ta=P(lu,2);hm(ta,{get supportLink(){return e.supportLink},returnFocus:()=>{var Ge;return(Ge=Tt())==null?void 0:Ge.focus()},get visible(){return ae()},get playerContainerRef(){return n(Vi)},get position(){return Fe()},get menuElementRef(){return n(Tn)},set menuElementRef(Ge){O(Tn,Ge,!0)}});var ka=P(ta,2);{var Kp=Ge=>{Gc(Ge,{onClose:dr,onSelectAutoQuality:()=>{tr("auto"),dr()}})};M(ka,Ge=>{n(ps)&&Ge(Kp)})}var Sd=P(ka,2);{var Cd=Ge=>{Ja(Ge,{})};M(Sd,Ge=>{n(wn)&&Ge(Cd)})}var Td=P(Sd,2);{var qp=Ge=>{Cm(Ge,{})};M(Td,Ge=>{rt()&&Ge(qp)})}var du=P(Td,2);{var Qp=Ge=>{vc(Ge,{})};M(du,Ge=>{ft()&&Ge(Qp)})}b(Ai,Ki)}),b($e,Dt)},$$slots:{default:!0}}),$e=>Tt($e),()=>Tt());var Kn=P(ut,2);tt(Kn,$e=>O(Fn,$e),()=>n(Fn)),S(Ro),tt(Ro,$e=>O(Vi,$e),()=>n(Vi));var qn=P(Ro,2);{var Es=$e=>{var Et=oT();b($e,Et)};M(qn,$e=>{Pt()&&$e(Es)})}pt("mouseenter",Ro,Gr),pt("mouseleave",Ro,kt),pt("click",Ro,vs,!0),pt("focusin",Ro,st,!0),b(t,fn),H(),o()}et(["mousemove","contextmenu","click"]);var wa=require("@vkontakte/videoplayer-core/es2015"),C$=require("@vkontakte/videoplayer-shared/es2015");var sT=k('<div></div> <div class="info s-14"><div class="triangles-wrapper s-14"><div></div> <div></div> <div></div></div> <p class="step-caption s-14"> </p></div>',1),aT=k("<div><!></div>"),lT={hash:"s-14",code:".double-click-area.s-14{height:100%;overflow:hidden;position:absolute;top:0;width:25%}.double-click-area.left.s-14{left:0}.double-click-area.right.s-14{right:0}.semicircle.s-14{background-color:rgba(0,0,0,.5);height:100%;position:absolute;top:0;width:100%}.semicircle.left.s-14{border-bottom-right-radius:50%;border-top-right-radius:50%;left:0}.semicircle.right.s-14{border-bottom-left-radius:50%;border-top-left-radius:50%;right:0}.info.s-14{align-items:center;flex-direction:column;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.info.s-14,.triangles-wrapper.s-14{display:flex;justify-content:center}.triangles-wrapper.s-14{margin-bottom:10px;position:relative}.triangle.s-14{animation:s-14-blink .5s infinite;border-bottom:6px solid transparent;border-top:6px solid transparent;height:0;opacity:0;width:0}.triangle.left.s-14:nth-child(3),.triangle.right.s-14:first-child{animation-delay:0s}.triangle.left.s-14:nth-child(2),.triangle.right.s-14:nth-child(2){animation-delay:.1s}.triangle.left.s-14:first-child,.triangle.right.s-14:nth-child(3){animation-delay:.2s}@keyframes s-14-blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.triangle.left.s-14{border-right:8px solid var(--white)}.triangle.right.s-14{border-left:8px solid var(--white)}.triangle.s-14:not(:last-child){margin-right:5px}.step-caption.s-14{color:var(--white);font-size:12px;line-height:1;margin:0;text-align:center}"};function Pp(t,e){F(e,!0),Q(t,lT);let i=h(e,"seekStep",3,0),o=K(!1),r=0,a=0,l=K(di(i())),d=p=>{p.stopPropagation(),a+=1,O(l,i()*(a-1)),a===1?e.handleSingleFirstClick(p):(O(o,!0),e.handleSecondClick()),window.clearTimeout(r),r=window.setTimeout(()=>{a=0,O(o,!1)},300)};gn(()=>{window.clearTimeout(r)});var s=aT();s.__click=d;var u=C(s);{var m=p=>{var v=sT(),$=se(v),y=P($,2),g=C(y),x=C(g),I=P(x,2),T=P(I,2);S(g);var D=P(g,2),A=C(D,!0);S(D),S(y),N(E=>{var V,q,L,z;ie($,1,`semicircle ${(V=e.side)!=null?V:""}`,"s-14"),ie(x,1,`triangle ${(q=e.side)!=null?q:""}`,"s-14"),ie(I,1,`triangle ${(L=e.side)!=null?L:""}`,"s-14"),ie(T,1,`triangle ${(z=e.side)!=null?z:""}`,"s-14"),ve(A,E)},[()=>G("doubletap_seek_step",{seconds:n(l).toFixed(0)})]),b(p,v)};M(u,p=>{n(o)&&p(m)})}S(s),N(()=>{var p;return ie(s,1,`double-click-area ${(p=e.side)!=null?p:""}`,"s-14")}),b(t,s),H()}et(["click"]);var dT=(t,e,i)=>{e(!1),i()},cT=k('<div class="overlay s-13"></div> <div class="next-video s-13"><div class="top s-13"><div class="caption s-13"> </div> <!></div> <div class="row s-13"><div class="column s-13"><div class="thumb s-13"><div></div> <!></div></div> <div class="column s-13"><div class="title s-13"> </div></div></div></div>',1),uT={hash:"s-13",code:".overlay.s-13{background:rgba(0,0,0,.72);height:100%;position:absolute;width:100%}.next-video.s-13{display:flex;flex-direction:column;left:50%;margin:0 auto;max-width:362px;min-width:320px;padding-bottom:12px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:var(--end-screen-mobile-z-index)}.top.s-13{display:flex;justify-content:space-between}.caption.s-13{color:var(--white);font-size:11px;font-weight:700;opacity:.8;text-transform:uppercase}.row.s-13{background:rgba(48,48,48,.8);cursor:pointer;display:flex;flex-direction:row;height:102px;margin-top:6px;width:100%}.column.s-13{display:flex;flex-basis:50%;flex-direction:column}.thumb.s-13{align-items:center;background:no-repeat 50%;background-size:cover;display:flex;justify-content:space-around;position:relative}.thumb.s-13,.thumb-overlay.s-13{height:100%;width:100%}.thumb-overlay.s-13{position:absolute}.thumb-overlay.withOpacity.s-13{background:var(--black);opacity:.3}.title.s-13{color:var(--white);font-size:12px;font-weight:700;line-height:1.6;max-height:52px;overflow:hidden;padding:10px 16px}"};function fg(t,e){F(e,!0),Q(t,uT);let[i,o]=Be(),r=()=>w(d,"$autoplayNextEnabled$",i),a=()=>w(s,"$timerNextVideoRunning$",i),l=ye(),d=l.ui.autoplayNextEnabled$,s=l.ui.timerNextVideoRunning$,u=l.actions.internal.nextVideoClick,m=l.actions.internal.nextVideoAnnouncementShow,p=l.actions.internal.nextVideoAnnouncementClick,v=l.actions.internal.nextVideoAnnouncementAuto,$=l.actions.internal.nextVideoAnnouncementCancel,y=()=>{u(!1),v()},g=()=>{e.clickCloseIcon(),$()};Vt(()=>{e.isHide||m(),e.isHide&&r()&&(u(!1),v())});var x=Re(),I=se(x);{var T=D=>{var A=cT(),E=P(se(A),2),V=C(E),q=C(V),L=C(q,!0);S(q);var z=P(q,2);Us(z,{onClick:g}),S(V);var j=P(V,2);j.__click=[dT,u,p];var te=C(j),ee=C(te),oe=C(ee);let ae;var le=P(oe,2);{var ce=de=>{gc(de,{get isRunning(){return a()},onTimerEnded:y})};M(le,de=>{r()&&de(ce)})}S(ee),S(te);var X=P(te,2),he=C(X),Ee=C(he,!0);S(he),S(X),S(j),S(E),N((de,Ke)=>{ve(L,de),Qe(ee,`background-image: url('${e.thumb}')`),ae=ie(oe,1,"thumb-overlay s-13",null,ae,Ke),ve(Ee,e.title)},[()=>r()?G("end_screen_next_video"):G("end_screen_recommended_video"),()=>({withOpacity:r()})]),b(D,A)};M(I,D=>{e.isHide||D(T)})}b(t,x),H(),o()}et(["click"]);var $$=require("@vkontakte/videoplayer-core/es2015");var y$=({getFullscreenTarget:t,fullScreenChangeHandler:e})=>{let i=null,o;Vt(()=>{$$.clientChecker.device.isIOS&&(o=setTimeout(()=>{let a=t().querySelector("video");if(!a)return;let l=()=>e(!0),d=()=>e(!1);a.addEventListener("webkitbeginfullscreen",l),a.addEventListener("webkitendfullscreen",d),i=()=>{a.removeEventListener("webkitbeginfullscreen",l),a.removeEventListener("webkitendfullscreen",d)}},0))}),gn(()=>{i==null||i(),clearTimeout(o)})};var x$=require("@vkontakte/videoplayer-core/es2015");var Ap=class{constructor(e){this.video=e}getTracksArray(){return Array.from(this.video.getElementsByTagName("track"))}attach(e,i=!1){let o=document.createElement("track");o.setAttribute("src",e.url),o.setAttribute("id",e.id),e.label&&o.setAttribute("label",e.label),e.language&&o.setAttribute("srclang",e.language),i&&(o.track.mode="showing"),this.video.appendChild(o)}detachAll(){for(let e of this.getTracksArray())this.video.removeChild(e)}updateSrc(e){let i=this.getTracksArray().find(o=>o.id===e.id);i&&(i.src=e.url)}getCurrentShowingId(){var e,i;return(i=(e=this.getTracksArray().find(o=>o.track.mode==="showing"))==null?void 0:e.id)!=null?i:null}};var w$=require("@vkontakte/videoplayer-core/es2015"),S$=({store:t,getFullscreenTarget:e})=>{let{isFullscreen:i}=t.ui,{setSubtitle:o}=t.actions.internal,{currentSubtitle$:r,availableSubtitlesList$:a,currentFormat$:l,availableTextTracks$:d}=t.state,s=null,u=()=>e().querySelector("video"),m=()=>w$.clientChecker.device.isIOS&&ge(l)===x$.VideoFormat.DASH_LIVE_CMAF,p=()=>{s==null||s(),s=null},v=$=>{if(p(),!m()||!$)return;let y=u();if(!y)return;let g=new Ap(y),x=ge(d),I=ge(a),T=ge(r);for(let E of x)I.some(q=>q.value===E.id)&&g.attach(E,T.value===E.id);let D=d.subscribe(E=>{for(let V of E)g.updateSrc(V)}),A=()=>{let E=g.getCurrentShowingId();o(ge(a).find(V=>V.value===E))};y.textTracks.addEventListener("change",A),s=()=>{D(),g.detachAll(),y.textTracks.removeEventListener("change",A)}};Vt(()=>i.subscribe(v)),gn(p)};var pT=(t,e,i,o)=>{if(t.stopPropagation(),e()){o();return}},fT=k("<!> <!>",1),mT=k("<div><!></div>"),vT=k('<div class="spherical-video-icon s-9"><!></div>'),gT=k("<div><!></div>"),hT=k('<div class="settings-mobile s-9"><!></div>'),_T=k("<!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!> <!>",1),bT=k('<div class="player-wrapper s-9" role="region" tabindex="-1"><!> <!> <!> <div class="overlay-container"></div></div>'),$T={hash:"s-9",code:".player-wrapper.s-9{height:100%;position:absolute;width:100%}.player-wrapper.s-9 .player-media{background:var(--black);height:100%;left:0;position:absolute;top:0;transition:transform .2s ease-in-out;width:100%}.spherical-video-icon.s-9{display:inline-block;left:calc(50% - 38px);position:absolute;top:calc(50% - 23px)}.ads-container.s-9{background:var(--black);height:100%;left:0;position:absolute;top:0;width:100%;z-index:var(--ads-container-z-index)}.settings-mobile.s-9{align-items:center;display:flex;left:50%;max-width:320px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity var(--controls-transition-duration);width:90%;z-index:var(--settings-menu-z-index)}"};function mg(t,e){var ko,zr;F(e,!0),Q(t,$T);let[i,o]=Be(),r=()=>w(Ne,"$playerPhase",i),a=()=>w(wi,"$isLoaderVisible",i),l=()=>w(Y,"$adPlaybackState",i),d=()=>w(ri,"$crashed",i),s=()=>w(as,"$notificationsToShow$",i),u=()=>w(Le,"$playbackState$",i),m=()=>w(Nt,"$graphIsOpened$",i),p=()=>w(Xe,"$interactiveHideMobileControls",i),v=()=>w(mi,"$isEnded$",i),$=()=>w(ci,"$isInteractiveExpectation$",i),y=()=>w(At,"$controlsVisible",i),g=()=>w(yi,"$touched",i),x=()=>w(It,"$autoplayNextEnabled$",i),I=()=>w(fi,"$postrollPassed",i),T=()=>w(tr,"$bottomNoSmooth",i),D=()=>w(Ue,"$videoSize",i),A=()=>w(lo,"$playerSize",i),E=()=>w(ht,"$isFullscreen",i),V=()=>w(Oe,"$position$",i),q=()=>w(be,"$duration$",i),L=()=>w(_o,"$loadedMetadata",i),z=()=>w(ze,"$settingsMenuVisible",i),j=()=>w(Ft,"$scrubbingInProgress",i),te=()=>w(Tt,"$volumeChangingInProgress",i),ee=()=>w(Ni,"$chromecastConnected$",i),oe=()=>w(Se,"$isControlsAvailable",i),ae=()=>w(si,"$isInteractiveTime$",i),le=()=>w(ao,"$isActiveLive",i),ce=()=>w(xe,"$settingsMenuOpenedByKeyboard",i),X=()=>w(Yt,"$language$",i),he=()=>w(at,"$disabledControls$",i),Ee=()=>w(bn,"$is3DVideo",i),de=()=>w(U,"$icon3DVideoVisible",i),Ke=()=>w(ro,"$chromecastDeviceName$",i),ue=()=>w(ct,"$currentSubtitle$",i),fe=()=>w(vi,"$currentSubtitleCaptions$",i),Z=()=>w(Yi,"$realDuration$",i),B=()=>w(Ti,"$isLive$",i),pe=()=>w(so,"$isPlaying$",i),me=()=>w(Xt,"$debugPanelVisible",i),Ie=h(e,"videoContainer",15),ot=h(e,"adsSlotId",3,void 0),Me=h(e,"adsParams",3,void 0),_e=h(e,"adsAutoplayParam",3,void 0),W=h(e,"duration",3,void 0),Ce=h(e,"logoTargetUrl",3,""),ke=h(e,"showNextPrevButtons",3,!1),Ye=h(e,"nextButtonActive",3,!1),Te=h(e,"prevButtonActive",3,!1),we=h(e,"endScreenVideoTitle",3,void 0),Fe=h(e,"endScreenVideoThumb",3,void 0),rt=h(e,"isOneVideoPlaylist",3,!1),ft=h(e,"showMiniTimer",3,!1),Pt=h(e,"fullScreenTarget",3,void 0),lt=h(e,"playerStarted",3,!1),ni=h(e,"showEndScreen",3,!0),{notifications$:Ct,graphIsOpened$:Nt}=Po(),Bt=e.store.getLogger().createComponentLog("Root component"),Yt=e.store.interfaceLanguage$,Le=e.store.state.playbackState$,Y=e.store.ads.playbackState,Oe=e.store.state.positionWithScrubbing$,be=e.store.state.duration$,Ne=e.store.playerPhase,ht=e.store.ui.isFullscreen,At=e.store.ui.controlsVisible,Se=e.store.ui.isControlsAvailable,Xe=e.store.ui.interactiveHideMobileControls,ze=e.store.ui.settingsMenu.visible$,xe=e.store.ui.settingsMenu.openedByBtnKeyboard$,Ft=e.store.ui.scrubbingInProgress,Tt=e.store.ui.volumeChangingInProgress,Xt=e.store.ui.debugPanelVisible,wi=e.store.state.isLoaderVisible,mi=e.store.state.isEnded$,Ni=e.store.state.chromecastConnected$,ro=e.store.state.chromecastDeviceName$,fi=e.store.ads.postrollPassed,Ti=e.store.state.isLive$,so=e.store.state.isPlaying$,ao=e.store.state.isActiveLive$,zi=e.store.state.isRewindableLive$,ri=e.store.state.crashed$,_t=e.store.webApi.annotationsApi,mt=e.store.webApi.pictureInPictureApi,Ue=e.store.state.videoSize$,ct=e.store.state.currentSubtitle$,vi=e.store.state.currentSubtitleCaptions$,Yi=e.store.state.duration$,lo=e.store.ui.playerSize,bn=e.store.ui.is3DVideo,U=e.store.ui.icon3DVideoVisible,it=e.store.state.isInteractive,si=e.store.state.isInteractiveTime$,ci=e.store.state.isInteractiveExpectation$,ai=e.store.state.hasInteractiveBranches,at=e.store.ui.controls.disabledControls$,yi=e.store.ui.touched,Jt=e.store.ui.overlayContainer$,It=e.store.ui.autoplayNextEnabled$,_o=e.store.state.loadedMetadata$,Ho=e.store.actions.internal.closeSettingsMenu,Nn=(ko=e.store.callbacks)==null?void 0:ko.onDisabledPlayPrevChapterClick,on=(zr=e.store.callbacks)==null?void 0:zr.onDisabledSeekToInteractiveClick,bo=e.store.actions.internal.setQuality,ui=K(void 0),$n=K(void 0),Cr=K(void 0),Co=K(void 0),Ei,nn,Uo=f(()=>(r()==="video"&&a()||r()==="ads"&&l()==="inactive")&&!d()),rn=K(void 0),{closeNotification:ss,notificationsToShow$:as}=Ct,ls=f(()=>!!s().slow_video),Hr=()=>ss("slow_video"),tr=re(!1),ir,or=K(!1),ds=f(()=>u()!==wa.PlaybackState.PLAYING),nr=K(!1),yn=f(()=>m()||p()||!n(or)&&(v()&&!!ai||n(ds)&&$())),Ur=K(!0),sn=f(()=>e.uiConfig.features.thumbTimer&&ft()&&r()==="video"&&!y()&&!d()&&!it&&(e.uiConfig.hideThumbTimerAfterTouch&&!g()||!e.uiConfig.hideThumbTimerAfterTouch)),Tr=K(!1),xn=f(()=>(ni()||e.showAutoplayNext&&x())&&!!we()&&!!Fe()&&(e.showAds&&I()||!e.showAds)&&v()&&!d()&&!n(Tr)),rr=K(!1);mt==null||mt.setContext(Ld());let Ir=$t=>{$t&&!it&&e.uiConfig.controls.showOnStartupAtAutoplay&&Vi(e.uiConfig.controls.hideTimeoutMobile)};e.store.setUiCallbacks({onStarted:Ir});let cs=()=>{clearTimeout(Ei),O(or,!1),p()&&Xe.set(!1)},Vi=$t=>{cs(),O(or,!0),Ei=setTimeout(()=>O(or,!1),$t);let xi=$t-100;ir=setTimeout(()=>{T()&&tr.set(!1)},xi>0?xi:$t)},us=bn.subscribe($t=>{U.set($t),$t&&(clearTimeout(nn),nn=setTimeout(()=>U.set(!1),e.uiConfig.controls.hide360IconTimeout))}),an=(...xi)=>yt(null,[...xi],function*($t=fa()){var Ri,ei,Bi,Cn,To,fr;if($t&&!wa.clientChecker.device.isIOS){let ji=ac(),Ar=Zt(),dn=wa.clientChecker.browser.isSamsungBrowser&&ji===e.shadowRootContainer;$t=ji===Ar||dn}if($t){Vi(e.uiConfig.controls.hideTimeoutFullscreen);try{yield mt==null?void 0:mt.exit()}catch(ji){Bt({message:String(ji)})}try{let ji=(Ri=D())!=null&&Ri.width&&((ei=D())!=null&&ei.height)?D():A();yield lb(ji)}catch(ji){Bt({message:String(ji)})}}ht.set($t),e.store.getAdmanWrapper().setFullscreen($t),E()?(Cn=(Bi=e.store.callbacks)==null?void 0:Bi.onFullscreenEnter)==null||Cn.call(Bi):(fr=(To=e.store.callbacks)==null?void 0:To.onFullscreenExit)==null||fr.call(To)}),sr=$t=>{lo.set($t)},ar=()=>{if(n(ui)){let{width:$t,height:xi}=n(ui).getBoundingClientRect();lo.set({width:$t,height:xi})}};Vt(()=>{var $t;return Xu(an),e.uiConfig.features.annotationsInside&&(_t==null||_t.init(n(ui))),mt==null||mt.assignPlayerContainer(n(ui)),e.uiConfig.disablePiPResizeHandling||mt==null||mt.setExternalEventHandlers({resize:sr,leavepictureinpicture:ar}),O(Ur,!wa.clientChecker.device.isIphoneOrOldIpad),e.interactiveContainer&&(($t=Ie().parentElement)==null||$t.insertBefore(e.interactiveContainer,Ie().nextSibling)),()=>{clearTimeout(Ei),clearTimeout(ir),clearTimeout(nn),us(),mt==null||mt.dispose().catch(xi=>{Bt({message:String(xi)})}),Zu(an)}});let lr=K(!0),Bn=K(!0),bt=$t=>{let xi=V()+($t==="forward"?1:-1)*e.uiConfig.controls.seekStepMobile/1e3;xi<0?(O(lr,!1),xi=0):xi>=q()&&(O(Bn,!1),xi=q()),O(nr,!0),e.seekTime(xi)},Zt=()=>wa.clientChecker.device.isIOS?n(ui):!e.uiConfig.allowChangingFullscreenTarget||!Pt()?e.outerContainerRef:Pt().contains(e.outerContainerRef)?Pt():e.outerContainerRef,ps=()=>yt(null,null,function*(){try{if(fa())yield ju(document),Bt({message:"exit fullscreen"});else{if(Bt({message:"request fullscreen"}),wa.clientChecker.device.isIOS&&!L())return;yield Yu(Zt())}}catch($t){Bt({message:String($t)})}}),dr=()=>{Ho()},wn=$t=>{if($t.preventDefault(),z()){dr();return}if(!lt()){e.firstStart(),Vi(e.uiConfig.controls.hideTimeoutCursor);return}O(nr,!1),y()?cs():Vi(e.uiConfig.controls.hideTimeoutMobile)},Fn=()=>{yi.set(!0)},Er=()=>{it||(tr.set(!0),Vi(e.uiConfig.controls.hideTimeoutCursor))},cr=$t=>{Nn&&(Nn($t),Vi(e.uiConfig.controls.hideTimeoutMobile))},ur=$t=>{on&&(on($t),Vi(e.uiConfig.controls.hideTimeoutMobile))};He(()=>{Jt.set(n(rn))}),He(()=>{At.set((n(ds)||z()||j()||te()||ee()||!n(xn)&&(v()||n(or)&&!n(nr)))&&!n(yn)&&r()==="video"&&!d()&&oe())}),He(()=>{!j()&&n(rr)&&!ae()&&Vi(e.uiConfig.controls.hideTimeoutMobile),O(rr,j(),!0)}),He(()=>{O(lr,V()>0),O(Bn,!le()&&V()<q(),!0)}),He(()=>{fc(n(Co),z(),ce(),!0)});let ln=G("aria_label_video_player");y$({fullScreenChangeHandler:an,getFullscreenTarget:Zt}),S$({store:e.store,getFullscreenTarget:Zt});let Sn=($t,xi)=>{var Cn,To;let Ri=(To=(Cn=e.store.callbacks)==null?void 0:Cn.uiInfo)==null?void 0:To.onUpcomingLiveViewStateChanged;if(!Ri)return;let ei=!!xi,Bi=We(We({},Jn(n(ui),{upcomingLiveScreen:xi},"upcomingLiveScreen",ei)),$t);Ri(Bi)};var co=bT();pt("blur",Ba,dr);var Ao=C(co);hl(Ao,{onClick:wn,get videoContainer(){return Ie()},set videoContainer($t){Ie($t)}});var pr=P(Ao,2);Ka(pr,()=>"slot",!1,($t,xi)=>{vo($t,()=>({name:gl}))});var uo=P(pr,2);Os(uo,X,$t=>{var xi=_T(),Ri=se(xi);let ei=f(()=>r()!=="thumb"||d()||it&&e.autoplay||e.uiConfig.features.disableThumbUnstartedOnAutoplay&&e.autoplay);fl(Ri,{get hidden(){return n(ei)},get thumbUrl(){return e.thumbUrl},get startVideo(){return e.firstStart}});var Bi=P(Ri,2);{var Cn=qe=>{var Kt=fT(),Si=se(Kt);{var Wo=pn=>{let Lr=f(()=>e.uiConfig.controls.seekStepMobile/1e3);Pp(pn,{side:"left",get seekStep(){return n(Lr)},handleSingleFirstClick:wn,handleSecondClick:()=>bt("backward")})};M(Si,pn=>{n(lr)&&pn(Wo)})}var Vo=P(Si,2);{var vs=pn=>{let Lr=f(()=>e.uiConfig.controls.seekStepMobile/1e3);Pp(pn,{side:"right",get seekStep(){return n(Lr)},handleSingleFirstClick:wn,handleSecondClick:()=>bt("forward")})};M(Vo,pn=>{n(Bn)&&pn(vs)})}b(qe,Kt)};M(Bi,qe=>{e.canRewindLive&&zi&&!he().has("TIMELINE")&&qe(Cn)})}var To=P(Bi,2);{var fr=qe=>{let Kt=f(()=>{var Si;return(Si=e.live)==null?void 0:Si.startTime});zc(qe,{get thumbUrl(){return e.thumbUrl},get startTime(){return n(Kt)},onUpcomingLiveViewStateChanged:Sn})};M(To,qe=>{r()==="LiveWaitingStart"&&qe(fr)})}var ji=P(To,2);{var Ar=qe=>{ml(qe,{kind:"recover",get thumbUrl(){return e.thumbUrl}})};M(ji,qe=>{r()==="LiveWaitingRecover"&&qe(Ar)})}var dn=P(ji,2);{var Hn=qe=>{ml(qe,{kind:"record",get thumbUrl(){return e.thumbUrl}})};M(dn,qe=>{r()==="LiveWaitingRecord"&&qe(Hn)})}var kr=P(dn,2);{var Wr=qe=>{var Kt=mT();let Si;var Wo=C(Kt);lc(Wo,{get adsSlotId(){return ot()},get adsParams(){return Me()},get adsAutoplayParam(){return _e()},get duration(){return W()},get adsExternalApi(){return e.adsExternalApi},get adsJson(){return e.adsJson}}),S(Kt),N(Vo=>Si=ie(Kt,1,"ads-container s-9",null,Si,Vo),[()=>({hidden:r()!=="ads"})]),b(qe,Kt)};M(kr,qe=>{e.showAds&&lt()&&qe(Wr)})}var fs=P(kr,2);{var Xi=qe=>{let Kt=f(()=>!ni()&&e.showAutoplayNext&&x());fg(qe,{get title(){return we()},get thumb(){return Fe()},get isHide(){return n(Kt)},clickCloseIcon:()=>O(Tr,!0)})};M(fs,qe=>{n(xn)&&we()&&Fe()&&qe(Xi)})}var ms=P(fs,2);{var Kr=qe=>{Hc(qe,{})};M(ms,qe=>{Ee()&&qe(Kr)})}var Lo=P(ms,2);{var qr=qe=>{var Kt=vT(),Si=C(Kt);sc(Si,{}),S(Kt),b(qe,Kt)};M(Lo,qe=>{de()&&qe(qr)})}var Un=P(Lo,2);{var Qr=qe=>{Uc(qe,{get thumbUrl(){return e.thumbUrl},get chromecastDeviceName(){return Ke()},onClick:wn})};M(Un,qe=>{ee()&&qe(Qr)})}var Fi=P(Un,2);{var Io=qe=>{ul(qe,{get shifted(){return y()},get captions(){return fe()},get position(){return V()},get playerSize(){return A()},isMobile:!0})};M(Fi,qe=>{ue().value!=="off"&&qe(Io)})}var zn=P(Fi,2);{var cn=qe=>{var Kt=gT();Kt.__click=[pT,z,ze,dr];var Si=C(Kt);pl(Si,{}),S(Kt),b(qe,Kt)};M(zn,qe=>{d()&&qe(cn)})}var Gr=P(zn,2);{var st=qe=>{let Kt=f(()=>r()==="thumb"||r()==="LiveWaitingStart"||r()==="LiveWaitingRecover"||r()==="LiveWaitingRecord"||r()==="ads"),Si=f(()=>r()==="ads"),Wo=f(()=>e.canRewindLive&&Z()!==0);Bc(qe,{get bottomHidden(){return n(Kt)},get showControls(){return y()},get bottomNoSmooth(){return T()},get isAds(){return n(Si)},get canRewindLive(){return n(Wo)},get logoClickable(){return e.logoClickable},get logoHidden(){return e.logoHidden},get logoTargetUrl(){return Ce()},get showAutoplayNext(){return e.showAutoplayNext},get showNextPrevButtons(){return ke()},get nextButtonActive(){return Ye()},get prevButtonActive(){return Te()},get isOneVideoPlaylist(){return rt()},get customFullscreenSupported(){return n(Ur)},get endScreenShown(){return n(xn)},toggleFullscreen:ps,get seekToInteractive(){return e.seekToInteractive},get playPrevChapter(){return e.playPrevChapter},onDisabledPlayPrevChapterClick:cr,onDisabledSeekToInteractiveClick:ur,get playerControlsWrapperRef(){return n($n)},set playerControlsWrapperRef(Vo){O($n,Vo,!0)},get playerControlsRef(){return n(Cr)},set playerControlsRef(Vo){O(Cr,Vo,!0)}})};M(Gr,qe=>{lt()&&qe(st)})}var kt=P(Gr,2);{var bi=qe=>{var Kt=hT(),Si=C(Kt);Qc(Si,{get supportLink(){return e.supportLink},get returnFocus(){return C$.noop},get ref(){return n(Co)},set ref(Wo){O(Co,Wo,!0)}}),S(Kt),b(qe,Kt)};M(kt,qe=>{z()&&qe(bi)})}var po=P(kt,2);let $o=f(()=>!n(sn));uc(po,{get isLive(){return B()},get isHidden(){return n($o)},get isPlaying(){return pe()},get position(){return V()},get duration(){return q()}});var Wi=P(po,2);{var fo=qe=>{Ja(qe,{})};M(Wi,qe=>{n(Uo)&&qe(fo)})}var Di=P(Wi,2);{var un=qe=>{vc(qe,{})};M(Di,qe=>{me()&&qe(un)})}var zo=P(Di,2);{var Mo=qe=>{Gc(qe,{onClose:Hr,onSelectAutoQuality:()=>{bo("auto"),Hr()}})};M(zo,qe=>{n(ls)&&qe(Mo)})}b($t,xi)});var Pr=P(uo,2);tt(Pr,$t=>O(rn,$t),()=>n(rn)),S(co),tt(co,$t=>O(ui,$t),()=>n(ui)),N(()=>De(co,"aria-label",ln)),pt("click",co,Fn,!0),pt("focusin",co,Er,!0),b(t,co),H(),o()}et(["click"]);var T$=require("@vkontakte/videoplayer-shared/es2015");var yT=k('<div class="time-container s-8"><!></div>'),xT=k('<div class="player-wrapper s-8" role="region"><!> <!> <!> <!> <!> <div><!></div></div>'),wT={hash:"s-8",code:".player-wrapper.s-8{height:100%;position:absolute;width:100%}.player-wrapper.s-8 .player-media{background:var(--black);height:100%;left:0;position:absolute;top:0;transition:transform .2s ease-in-out;width:100%}.timeline.s-8{bottom:0;left:0;opacity:0;opacity:1;position:absolute;transition:opacity var(--controls-transition-duration) var(--controls-transition-fn);width:100%;z-index:var(--controls-container-z-index)}.visible.s-8{opacity:1}.time-container.s-8{bottom:8px;position:absolute;right:8px;z-index:var(--thumb-timer-z-index)}"};function vg(t,e){F(e,!0),Q(t,wT);let[i,o]=Be(),r=()=>w(ae,"$scrubbingInProgress",i),a=()=>w(ee,"$playerSize",i),l=()=>w(V,"$isPlaying$",i),d=()=>w(A,"$duration$",i),s=()=>w(z,"$positionWithScrubbing$",i),u=()=>w(T,"$playerPhase",i),m=()=>w(D,"$crashed$",i),p=()=>w(q,"$currentSubtitle$",i),v=()=>w(L,"$currentSubtitleCaptions$",i),$=()=>w(E,"$positionExact$",i),y=()=>w(j,"$isLive$",i),g=()=>w(te,"$isRewindableLive$",i),x=h(e,"outsideDuration",3,0),I=h(e,"videoContainer",15),{playerPhase:T,state:{crashed$:D,duration$:A,positionExact$:E,isPlaying$:V,currentSubtitle$:q,currentSubtitleCaptions$:L,positionWithScrubbing$:z,isLive$:j,isRewindableLive$:te},ui:{playerSize:ee,controls:oe,scrubbingInProgress:ae},actions:{internal:{getVideoElement:le}}}=ye(),ce=8,X=K(!1),he=di({}),Ee=K(!1),de=f(()=>!r()&&!n(Ee)),Ke=()=>{O(X,!0)},ue=()=>{O(X,!1)},fe=(0,T$.debounceFn)(ud,260);He(()=>{a(),fe(le(),oe,he,n(X))});let Z=f(()=>l()?tn(d()-s()):tn(isFinite(d())?d():x()));var B=xT(),pe=C(B);hl(pe,{hideCursor:!1,get videoContainer(){return I()},set videoContainer(we){I(we)}});var me=P(pe,2);Ka(me,()=>"slot",!1,(we,Fe)=>{vo(we,()=>({name:gl}))});var Ie=P(me,2);let ot=f(()=>u()!=="thumb"||m());fl(Ie,{get hidden(){return n(ot)},get thumbUrl(){return e.thumbUrl},iconVisible:!1});var Me=P(Ie,2);{var _e=we=>{ul(we,{shifted:!1,get captions(){return v()},get position(){return $()},get playerSize(){return a()}})};M(Me,we=>{p().value!=="off"&&n(de)&&we(_e)})}var W=P(Me,2);{var Ce=we=>{var Fe=yT(),rt=C(Fe);cc(rt,{get isLive(){return y()},get isPlaying(){return l()},get time(){return n(Z)}}),S(Fe),b(we,Fe)};M(W,we=>{n(de)&&we(Ce)})}var ke=P(W,2);let Ye;var Te=C(ke);ll(Te,{get canRewindLive(){return e.canRewindLive},get isRewindableLive(){return g()},isAds:!1,needPadding:!1,isHidden:!1,withEpisodes:!1,tooltipLeftOffset:ce,tooltipRightOffset:ce,get ref(){return he.timeline},set ref(we){he.timeline=we}}),S(ke),S(B),N(we=>Ye=ie(ke,1,"timeline s-8",null,Ye,we),[()=>({visible:n(X)})]),pt("mouseenter",B,Ke),pt("mouseleave",B,ue),pt("mouseenter",ke,()=>O(Ee,!0)),pt("mouseleave",ke,()=>O(Ee,!1)),b(t,B),H(),o()}var ST=k("<div><!></div>"),CT={hash:"s-1",code:'.vk-vp-root.s-1{--white:#fff;--black:#000;--red:#ff3347;--blue-light:#70c1ff;--black-alpha-40:rgba(0,0,0,.4);--white-alpha-24:hsla(0,0%,100%,.24);--white-alpha-72:hsla(0,0%,100%,.72);--devider-gray:#dce1e6;--text-gray:#626d7a;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--controls-height:40px;--controls-gradient-height:100px;--controls-transition-duration:0.25s;--controls-transition-fn:cubic-bezier(0.455,0.03,0.515,0.955);--controls-desktop-item-margin-left:4px;--controls-desktop-padding-horizontal:4px;--controls-desktop-padding-horizontal-minimal-view:8px;--focused:var(--white);--focused-outline-width:2px;--focused-outline-radius:0;--focused-element-shadow:inset 0 0 0 var(--focused-outline-width) var(--focused);--focused-slider-shadow:0 0 0 2px var(--focused);--big-play-size:96px;--big-play-radius:50%;--big-play-bg-color:rgba(0,0,0,.5);--big-play-hover-bg-color:rgba(0,0,0,.6);--big-play-icon-width:38px;--big-play-icon-height:33px;--interactive-episode-complete:#5c9ce6;--slider-bg:hsla(0,0%,100%,.4);--slider-filled-bg:var(--white);--slider-handle-bg:var(--white);--slider-loaded-bg:hsla(0,0%,100%,.4);--slider-height:3px;--slider-video-episode-gap:1.5px;--slider-radius:0px;--slider-handle-size:12px;--slider-filled-ads:#67a5eb;--slider-disabled-color:hsla(0,0%,97%,.31);--slider-volume-height:5px;--slider-volume-radius:calc(var(--slider-volume-height)/2);--slider-volume-handle-size:13px;--timeline-slider-filled-active-live-bg:var(--red);--timeline-slider-handle-active-live-bg:var(--red);--timeline-slider-bg:var(--slider-bg);--timeline-slider-filled-bg:var(--slider-filled-bg);--timeline-slider-handle-bg:var(--slider-handle-bg);--timeline-slider-loaded-bg:var(--slider-loaded-bg);--volume-slider-bg:var(--slider-bg);--volume-slider-filled-bg:var(--slider-filled-bg);--volume-slider-handle-bg:var(--slider-handle-bg);--controls-time:var(--white);--controls-gradient:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.005) 6.67%,rgba(0,0,0,.02) 13.33%,rgba(1,1,1,.04) 20%,rgba(1,1,1,.07) 26.67%,rgba(2,2,2,.11) 33.33%,rgba(3,3,3,.16) 40%,rgba(4,4,4,.22) 46.67%,rgba(6,6,6,.28) 53.33%,rgba(7,7,7,.33) 60%,rgba(8,8,8,.38) 66.67%,rgba(9,9,9,.42) 73.33%,rgba(9,9,9,.46) 80%,hsla(0,0%,4%,.48) 86.67%,hsla(0,0%,4%,.5));--timeline-preview-shadow:rgba(0,0,0,.08);--timeline-preview-bg:#222;--timeline-padding-horizontal:10px;--timeline-padding-vertical-top:3px;--timeline-padding-vertical-bottom:4px;--timeline-height:calc(var(--timeline-padding-vertical-bottom) + var(--timeline-padding-vertical-top) + var(--slider-height));--preview-track-frame-height-vertical:114px;--preview-track-frame-height-horizontal:65px;--preview-track-controls-top:16px;--preview-track-time-line-height:16px;--preview-track-bottom-offset:10px;--preview-track-height:calc(var(--preview-track-frame-height-horizontal) + var(--preview-track-bottom-offset));--preview-track-controls-top-offset:calc(var(--timeline-height) + var(--preview-track-controls-top) + var(--preview-track-time-line-height));--settings-bg:rgba(0,0,0,.72);--settings-item-bg-hover:hsla(0,0%,100%,.08);--settings-radius:8px;--mobile-settings-bg:#2c2d2e;--divider-border:1px solid var(--white-alpha-24);--toggle-color-separator:#363738;--toggle-color-off:#656565;--toggle-color-on:#71aaeb;--toggle-color-autoplay-on:var(--white);--notification-bg:#2c2d2e;--notification-radius:8px;--button-hover-transition:opacity 0.2s;--video-container-z-index:0;--controls-container-z-index:1;--ads-container-z-index:1;--end-screen-mobile-z-index:1;--notification-z-index:1;--thumb-timer-z-index:2;--debug-panel-z-index:2;--modal-z-index:2;--settings-menu-z-index:2;--context-menu-z-index:3;--hot-key-helpers-container-z-index:3;--overlay-container-z-index:4;--rotate-transition-duration:0.25s;--btn-color:var(--white);--double-forward-bg:rgba(0,0,0,.6);background:var(--black);color:var(--white);font-family:var(--vk-vp-custom-font,var(--font));font-size:12px;height:100%;line-height:normal;outline:0;overflow:hidden;position:relative;user-select:none;width:100%}.vk-vp-root.visible-outside.s-1{overflow:visible}.vk-vp-root.s-1 *{-webkit-tap-highlight-color:transparent}.vk-vp-root.s-1 button{background:transparent;border:none;color:inherit;font:inherit;line-height:normal;margin:0;overflow:visible;padding:0;width:auto;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer}.vk-vp-root.s-1 p{margin:0}.vk-vp-root.s-1 svg:not(.interactive-root svg){pointer-events:none}.vk-vp-root.s-1 .interactive-root{font-family:var(--vk-vp-int-custom-font,inherit)}.vk-vp-root.s-1 :focus,.vk-vp-root.s-1 :focus-visible{outline:none}.vk-vp-root.s-1 :focus-visible{border-radius:var(--focused-outline-radius);box-shadow:var(--focused-element-shadow)}.vk-vp-root.s-1 .focus-hidden:focus-visible{box-shadow:none}.vk-vp-root.s-1 .hidden{opacity:0;visibility:hidden}.vk-vp-root.s-1 .out-of-flow{content-visibility:hidden!important}.vk-vp-root.s-1 .overlay-container{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:var(--overlay-container-z-index)}.vk-vp-root.s-1 .out-of-view{left:-1000vh!important;position:absolute!important}.vk-vp-root.s-1 .icon.icon-error-stub{align-items:center;display:flex;justify-content:center}'};function gg(t,e){F(e,!0),Q(t,CT);let[i,o]=Be(),r=()=>w(lt,"$isLive$",i),a=()=>w(_t,"$availableSubtitlesList$",i),l=()=>w(mt,"$isPreviewTrackHorizontallyAligned$",i),d=h(e,"sources",7),s=h(e,"store",7),u=h(e,"microStoresRoot",7),m=h(e,"videoConfig",7),p=h(e,"uiConfig",7),v=h(e,"title",7),$=h(e,"thumbUrl",7),y=h(e,"interactiveContainer",7),g=h(e,"interactiveController",7),x=h(e,"subtitles",7),I=h(e,"subtitlesForcedLanguage",7),T=h(e,"live",7),D=h(e,"preload",7),A=h(e,"autoplay",7),E=h(e,"volume",7,void 0),V=h(e,"muted",7,void 0),q=h(e,"fromTime",7),L=h(e,"canRewindLive",7),z=h(e,"showAds",7),j=h(e,"adsSlotId",7,void 0),te=h(e,"adsParams",7,void 0),ee=h(e,"adsAutoplayParam",7,void 0),oe=h(e,"duration",7,void 0),ae=h(e,"logoClickable",7),le=h(e,"logoHidden",7),ce=h(e,"isMobile",7),X=h(e,"showNextPrevButtons",7,!1),he=h(e,"nextButtonActive",7,!1),Ee=h(e,"prevButtonActive",7,!1),de=h(e,"endScreenVideoTitle",7,void 0),Ke=h(e,"endScreenVideoThumb",7,void 0),ue=h(e,"isOneVideoPlaylist",7,!1),fe=h(e,"supportLink",7),Z=h(e,"shadowRootContainer",7),B=h(e,"outerContainerRef",7),pe=h(e,"fullScreenTarget",7,void 0),me=h(e,"failoverHosts",7,void 0),Ie=h(e,"showMiniTimer",7,!1),ot=h(e,"saveRate",7),Me=h(e,"seekToInteractive",7,_l.noop),_e=h(e,"playPrevChapter",7,_l.noop),W=h(e,"volumeMultiplier",7),Ce=h(e,"showAutoplayNext",7),ke=h(e,"showEndScreen",7,!0),Ye=h(e,"keyboardControls",15,void 0),{subscribers:Te,stores:we}=u();__(p());let Fe=Rt(),rt=p().logoLink,ft=s().ui.debugPanelVisible,Pt=s().ui.playerSize,lt=s().state.isLive$,Ct=s().state.isInteractive&&gd.clientChecker.device.isAndroid,Nt=K(void 0),Bt=null,Yt=K(!1);s().getAdmanWrapper().init({switchFromAdsToVideo:s().actions.internal.switchFromAdsToVideo,switchFromVideoToAds:s().actions.internal.switchFromVideoToAds,setMuted:s().actions.external.setMuted},s().ads,{vsid:s().vsid}),P_(s(),we),He(()=>{var U,it;s().ui.isMobile.set(ce()),(it=(U=m().callbacks)==null?void 0:U.onDomReady)==null||it.call(U)});let Le=(U=!1)=>{O(Yt,!0),U?s().actions.external.firstStart(z()):s().actions.internal.firstStart(z())},Y=()=>{if(Fe.features.qualityDetailsSubMenuEnabled){let U=Z_(s().videoId);if(U)switch(U.type){case"high_quality":s().actions.internal.setHighQualityEnabled(!0,U.appliesTo);break;case"traffic_saving":s().actions.internal.setTrafficSavingEnabled(!0,U.appliesTo);break;case"exact_quality":s().actions.internal.setQuality(U.quality);break}}else{J_(s().videoId),em()&&s().actions.internal.setTrafficSavingEnabled(!0);let it=Xf(s().videoId);it&&s().actions.internal.setQuality(it)}};function Oe(U){var at,yi,Jt;let it=d()||U;it&&s().initVideo({container:n(Nt),sources:it,failoverHosts:me(),subtitles:x(),subtitlesForcedLanguage:I(),volumeMultiplier:W()});let si=_l.safeStorage.get(ec)==="true";ft.set(si),q()>0&&s().actions.external.seekTime(q());let ci=ce()?Fe.volumeDefault:(yi=(at=E())!=null?at:Wu())!=null?yi:Fe.volumeDefault,ai=(Jt=V())!=null?Jt:q_();if(s().actions.external.setVolume(ci),s().actions.external.setMuted(ai),s().getAdmanWrapper().setInitialVolume(ai?0:ci),Y(),Fe.features.saveRate&&ot()){let It=Y_();It&&!r()&&s().actions.internal.setPlaybackRate(It)}if(Ce()){let It=X_();It&&s().actions.internal.setAutoplayNextEnabled(It)}s().ui.isAutoplay.set(A()),A()&&Le(),D()&&Fe.features.preload&&s().actions.internal.preload()}let be=U=>{if(window.ResizeObserver){let it,si;Bt=new ResizeObserver((0,_l.throttleFn)(ci=>{let ai=ci[0];if(ai.contentBoxSize){let at=Array.isArray(ai.contentBoxSize)?ai.contentBoxSize[0]:ai.contentBoxSize;it=at.inlineSize,si=at.blockSize}else ai.contentRect&&(it=ai.contentRect.width,si=ai.contentRect.height);Pt.set({width:it,height:si})},300)),Bt.observe(U)}U.clientWidth&&U.clientHeight&&Pt.set({width:U.clientWidth,height:U.clientHeight})},Ne=()=>{document.hidden&&s().actions.external.stop()};Vt(()=>{var si,ci,ai,at;Ct&&document.addEventListener("visibilitychange",Ne),Fe.debugLog&&s().actions.internal.startLogging(),be(n(Nt));let U=Te.map(yi=>yi.init({store:s(),microStores:we,config:m(),interactiveController:g(),uiConfig:p()})),it=()=>{Ct&&document.removeEventListener("visibilitychange",Ne),Bt==null||Bt.disconnect(),U.forEach(yi=>yi.unsubscribe()),s().destroy()};return((si=T())==null?void 0:si.status)==="upcoming"?(s().actions.internal.setLiveWaitingStart(!0),it):((ci=T())==null?void 0:ci.status)==="waiting"?(s().actions.internal.setLiveWaitingRecover(!0),it):(((ai=T())==null?void 0:ai.status)==="finished"||((at=T())==null?void 0:at.status)==="postlive")&&!(d()&&(0,gd.areValidLiveRecordSources)(d()))?(s().actions.internal.setLiveWaitingRecord(!0),it):(Oe(),it)});function ht(){n(Yt)?s().actions.external.play():Le(!0)}function At(){s().actions.external.pause()}function Se(U){s().actions.external.setMuted(U)}function Xe(){s().actions.external.toggleSubtitle()}function ze(U,it){s().actions.external.changeSubtitle(U,it)}function xe(U){s().actions.external.changeAudioStream(U)}function Ft(){var U;(U=s().webApi.slotsApi)!=null&&U.haveSlots()&&s().actions.external.hideControls()}function Tt(){var U;(U=s().webApi.slotsApi)!=null&&U.haveSlots()&&s().actions.external.showControls()}function Xt(U){ce()||U>=0&&U<=1&&s().actions.external.setVolume(U)}function wi(U){s().actions.internal.seekTime(U,I$.SeekAction.UNKNOWN)}function mi(U){s().actions.external.seekEpisodeStartTime(U)}function Ni(){s().actions.external.returnFocusToEpisodes()}function ro(U){s().actions.external.setPlaybackRate(U)}function fi(U){s().actions.external.setAutoQualityLimits(U)}function Ti(){s().actions.external.setQuality("auto")}function so(U){s().actions.external.setTrafficSavingEnabled(U)}function ao(U){s().actions.external.setHighQualityEnabled(U)}let zi=mp(Fe.view),ri=m().playerView==="preview",_t=s().state.availableSubtitlesList$;if(Fe.features.initSubtitles){let U=!1;He(()=>{var it;if(!U&&a().length){U=!0;let si;if(Fe.features.userVideoPrefs&&s().videoId){let ai=Gu(Fe.userSalt,String(s().videoId));ai!=null&&ai.subtitleTrackId&&(si=a().find(at=>at.value===ai.subtitleTrackId))}let ci=(it=I())!=null?it:im();ci&&(si=a().find(ai=>ai.language===ci)),s().actions.internal.setSubtitle(si)}})}let mt=s().ui.isPreviewTrackHorizontallyAligned;var Ue=ST();let ct;var vi=C(Ue);{var Yi=U=>{mg(U,{get store(){return s()},get uiConfig(){return Fe},get thumbUrl(){return $()},get interactiveContainer(){return y()},get live(){return T()},get autoplay(){return A()},get canRewindLive(){return L()},get showAds(){return z()},get adsSlotId(){return j()},get adsParams(){return te()},get adsAutoplayParam(){return ee()},get duration(){return oe()},get logoClickable(){return ae()},get logoHidden(){return le()},get logoTargetUrl(){return rt},get nextButtonActive(){return he()},get prevButtonActive(){return Ee()},get endScreenVideoTitle(){return de()},get endScreenVideoThumb(){return Ke()},get isOneVideoPlaylist(){return ue()},get supportLink(){return fe()},get shadowRootContainer(){return Z()},get outerContainerRef(){return B()},get fullScreenTarget(){return pe()},get showMiniTimer(){return Ie()},get playerStarted(){return n(Yt)},get seekToInteractive(){return Me()},get playPrevChapter(){return _e()},firstStart:Le,seekTime:wi,get showEndScreen(){return ke()},get showAutoplayNext(){return Ce()},get showNextPrevButtons(){return X()},get adsExternalApi(){return e.adsExternalApi},get adsJson(){return e.adsJson},get videoContainer(){return n(Nt)},set videoContainer(it){O(Nt,it,!0)}})},lo=U=>{var it=Re(),si=se(it);{var ci=at=>{vg(at,{get thumbUrl(){return $()},get outsideDuration(){return oe()},get canRewindLive(){return L()},get videoContainer(){return n(Nt)},set videoContainer(yi){O(Nt,yi,!0)}})},ai=at=>{pg(at,{get store(){return s()},get uiConfig(){return Fe},get title(){return v()},get thumbUrl(){return $()},get interactiveContainer(){return y()},get live(){return T()},get autoplay(){return A()},get canRewindLive(){return L()},get showAds(){return z()},get adsSlotId(){return j()},get adsParams(){return te()},get adsAutoplayParam(){return ee()},get duration(){return oe()},get logoClickable(){return ae()},get logoHidden(){return le()},get logoTargetUrl(){return rt},get nextButtonActive(){return he()},get prevButtonActive(){return Ee()},get endScreenVideoTitle(){return de()},get endScreenVideoThumb(){return Ke()},get isOneVideoPlaylist(){return ue()},get supportLink(){return fe()},get shadowRootContainer(){return Z()},get outerContainerRef(){return B()},get fullScreenTarget(){return pe()},get showMiniTimer(){return Ie()},get playerStarted(){return n(Yt)},get seekToInteractive(){return Me()},get playPrevChapter(){return _e()},firstStart:Le,get showEndScreen(){return ke()},get showAutoplayNext(){return Ce()},get showNextPrevButtons(){return X()},get adsExternalApi(){return e.adsExternalApi},get adsJson(){return e.adsJson},get getVideoDeeplink(){return e.getVideoDeeplink},get videoContainer(){return n(Nt)},set videoContainer(yi){O(Nt,yi,!0)},get keyboardControls(){return Ye()},set keyboardControls(yi){Ye(yi)}})};M(si,at=>{ri?at(ci):at(ai,!1)})}b(U,it)};M(vi,U=>{ce()?U(Yi):U(lo,!1)})}S(Ue),N(U=>{ct=ie(Ue,1,"vk-vp-root s-1",null,ct,U),Qe(Ue,zi)},[()=>({"root--miui-browser":gd.clientChecker.device.isMobile&&gd.clientChecker.browser.isMiuiBrowser,"visible-outside":ri,"preview-track-horizontally-alinged":l()})]),b(t,Ue);var bn=H({initVideo:Oe,play:ht,pause:At,setMuted:Se,toggleSubtitle:Xe,changeSubtitle:ze,changeAudioStream:xe,hideControls:Ft,showControls:Tt,setVolume:Xt,seekTime:wi,seekEpisodeStartTime:mi,returnFocusToEpisodes:Ni,setPlaybackRate:ro,setAutoQualityLimits:fi,setAutoQuality:Ti,toggleTrafficSaving:so,toggleHighQuality:ao,get sources(){return d()},set sources(U){d(U)},get store(){return s()},set store(U){s(U)},get microStoresRoot(){return u()},set microStoresRoot(U){u(U)},get videoConfig(){return m()},set videoConfig(U){m(U)},get uiConfig(){return p()},set uiConfig(U){p(U)},get title(){return v()},set title(U){v(U)},get thumbUrl(){return $()},set thumbUrl(U){$(U)},get interactiveContainer(){return y()},set interactiveContainer(U){y(U)},get interactiveController(){return g()},set interactiveController(U){g(U)},get subtitles(){return x()},set subtitles(U){x(U)},get subtitlesForcedLanguage(){return I()},set subtitlesForcedLanguage(U){I(U)},get live(){return T()},set live(U){T(U)},get preload(){return D()},set preload(U){D(U)},get autoplay(){return A()},set autoplay(U){A(U)},get volume(){return E()},set volume(U){E(U)},get muted(){return V()},set muted(U){V(U)},get fromTime(){return q()},set fromTime(U){q(U)},get canRewindLive(){return L()},set canRewindLive(U){L(U)},get showAds(){return z()},set showAds(U){z(U)},get adsSlotId(){return j()},set adsSlotId(U){j(U)},get adsParams(){return te()},set adsParams(U){te(U)},get adsAutoplayParam(){return ee()},set adsAutoplayParam(U){ee(U)},get duration(){return oe()},set duration(U){oe(U)},get logoClickable(){return ae()},set logoClickable(U){ae(U)},get logoHidden(){return le()},set logoHidden(U){le(U)},get isMobile(){return ce()},set isMobile(U){ce(U)},get showNextPrevButtons(){return X()},set showNextPrevButtons(U){X(U)},get nextButtonActive(){return he()},set nextButtonActive(U){he(U)},get prevButtonActive(){return Ee()},set prevButtonActive(U){Ee(U)},get endScreenVideoTitle(){return de()},set endScreenVideoTitle(U){de(U)},get endScreenVideoThumb(){return Ke()},set endScreenVideoThumb(U){Ke(U)},get isOneVideoPlaylist(){return ue()},set isOneVideoPlaylist(U){ue(U)},get supportLink(){return fe()},set supportLink(U){fe(U)},get shadowRootContainer(){return Z()},set shadowRootContainer(U){Z(U)},get outerContainerRef(){return B()},set outerContainerRef(U){B(U)},get fullScreenTarget(){return pe()},set fullScreenTarget(U){pe(U)},get failoverHosts(){return me()},set failoverHosts(U){me(U)},get showMiniTimer(){return Ie()},set showMiniTimer(U){Ie(U)},get saveRate(){return ot()},set saveRate(U){ot(U)},get showAutoplayNext(){return Ce()},set showAutoplayNext(U){Ce(U)},get seekToInteractive(){return Me()},set seekToInteractive(U){Me(U)},get playPrevChapter(){return _e()},set playPrevChapter(U){_e(U)},get volumeMultiplier(){return W()},set volumeMultiplier(U){W(U)},get showEndScreen(){return ke()},set showEndScreen(U){ke(U)},get keyboardControls(){return Ye()},set keyboardControls(U){Ye(U)}});return o(),bn}var TT=Ae('<defs><path id="rect" d="m2.72 0c.45 0 .6.05.77.13a1 1 0 01.38.38c.09.16.13.33.13.77v1.44c0 .44-.04.6-.13.77a1 1 0 01-.38.38c-.16.08-.32.13-.77.13h-1.44c-.44 0-.6-.05-.77-.13a1 1 0 01-.37-.38c-.1-.16-.14-.33-.14-.77v-1.44c0-.44.05-.6.13-.77a1 1 0 01.38-.38c.17-.08.33-.13.77-.13z"></path></defs><path d="M38.24 6c3.57 0 4.86.37 6.17 1.07a7.3 7.3 0 0 1 3.02 3.02c.7 1.3 1.07 2.6 1.07 6.17v23.49c0 3.56-.37 4.85-1.07 6.16a7.3 7.3 0 0 1-3.02 3.02c-1.3.7-2.6 1.07-6.16 1.07h-19.5c-3.56 0-4.85-.37-6.16-1.07a7.3 7.3 0 0 1-3.02-3.02c-.7-1.3-1.07-2.6-1.07-6.16v-23.5c0-3.56.37-4.85 1.07-6.16a7.3 7.3 0 0 1 3.02-3.02C13.9 6.37 15.2 6 18.76 6zm.32 3h-19.8c-2.8 0-3.77.19-4.75.71a4.3 4.3 0 0 0-1.8 1.8c-.5.95-.7 1.87-.7 4.43l-.01 23.8c0 2.8.19 3.76.71 4.75a4.3 4.3 0 0 0 1.8 1.8c.98.52 1.95.71 4.75.71h19.49c2.8 0 3.76-.19 4.74-.71a4.3 4.3 0 0 0 1.8-1.8c.52-.98.71-1.95.71-4.74v-23.5c0-2.8-.19-3.75-.71-4.74a4.3 4.3 0 0 0-1.8-1.8c-.95-.5-1.87-.7-4.43-.7z"></path><use xlink:href="#rect" x="16.5" y="14"></use><use xlink:href="#rect" x="16.5" y="22"></use><use xlink:href="#rect" x="16.5" y="30"></use><use xlink:href="#rect" x="16.5" y="38"></use><use xlink:href="#rect" x="37" y="14"></use><use xlink:href="#rect" x="37" y="22"></use><use xlink:href="#rect" x="37" y="30"></use><use xlink:href="#rect" x="37" y="38"></use>',1);function hg(t,e){let i=h(e,"isWhite",3,!1),o=f(()=>i()?"#fff":"#909499");Ze(t,{width:"57",height:"60",get fill(){return n(o)},testId:"stub-icon",children:(r,a)=>{var l=TT();ti(9),b(r,l)},$$slots:{default:!0}})}var IT=k('<div class="title s-2"> </div>'),ET=k('<div class="playerStub s-2"><!> <!></div>'),PT={hash:"s-2",code:".playerStub.s-2{align-items:center;background-color:#222;background-position:50%;background-size:cover;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:100%;justify-content:center;position:relative;width:100%}.title.s-2{box-sizing:border-box;color:#fff;font-size:15px;left:0;overflow:hidden;padding:18px 20px 10px;position:absolute;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}"};function _g(t,e){Q(t,PT);var i=ET(),o=C(i);{var r=d=>{var s=IT(),u=C(s,!0);S(s),N(()=>ve(u,e.title)),b(d,s)};M(o,d=>{e.title&&d(r)})}var a=P(o,2);{var l=d=>{let s=f(()=>!!e.thumbUrl);hg(d,{get isWhite(){return n(s)}})};M(a,d=>{(!e.title||!e.thumbUrl)&&d(l)})}S(i),N(()=>Qe(i,e.thumbUrl?`background-image: url('${e.thumbUrl}')`:"")),b(t,i)}var AT=k('<div class="playerError s-4"><!></div>'),kT={hash:"s-4",code:".playerError.s-4{align-items:center;background-color:#222;background-position:50%;background-size:cover;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:100%;justify-content:center;position:relative;width:100%}"};function bg(t){Q(t,kT);var e=AT(),i=C(e);pl(i,{}),S(e),b(t,e)}var Sa=require("@vkontakte/videoplayer-shared/es2015"),no=require("@vkontakte/videoplayer-shared/es2015"),ru=require("@vkontakte/videoplayer-core/es2015"),$d=require("@vkontakte/videoplayer-statistics/es2015");var Lp=require("@vkontakte/videoplayer-shared/es2015"),kp=class{constructor(){this.subscription=new Lp.Subscription,this.logger=new Lp.Logger,this.log=this.logger.createComponentLog("MediaSessionApi")}isSupported(){return"mediaSession"in navigator}setMetaData({title:e,artist:i="",thumbUrl:o=""}){this.isSupported()&&(navigator.mediaSession.metadata=new MediaMetadata({title:e,artist:i,artwork:[{src:o,sizes:"96x96",type:"image/png"},{src:o,sizes:"128x128",type:"image/png"},{src:o,sizes:"192x192",type:"image/png"},{src:o,sizes:"256x256",type:"image/png"},{src:o,sizes:"384x384",type:"image/png"},{src:o,sizes:"512x512",type:"image/png"}]}))}updateActionHandlers(e){this.resetActionHandlers(),this.setActionHandlers(e)}resetActionHandlers(){let e=[["play",null],["pause",null],["stop",null],["nexttrack",null],["previoustrack",null],["seekto",null],["seekbackward",null],["seekforward",null]];this.setActionHandlers(e)}setActionHandlers(e){var i,o;if(this.isSupported())for(let[r,a]of e)try{(o=(i=navigator.mediaSession).setActionHandler)==null||o.call(i,r,a)}catch(l){throw new Error(`The media session action "${r}" is not supported yet.`)}}attachToStore(e){!this.isSupported()||!e||(this.clearSubscriptions(),this.subscription.add(e.state.positionExact$.subscribe(i=>{var a,l;let o=ge(e.state.currentPlaybackRate$),r=ge(e.state.duration$);if(!(!isFinite(i)||!isFinite(r)))try{(l=(a=navigator.mediaSession).setPositionState)==null||l.call(a,{position:i,playbackRate:o,duration:r})}catch(d){this.log({message:`MediaSession setPositionState can't call with position: ${i} and duration: ${r}`})}})))}clearSubscriptions(){this.subscription.unsubscribe()}destroy(){this.resetActionHandlers(),this.clearSubscriptions()}};function Xc(t,e){var r,a;let i=new Set([...Object.keys(t),...Object.keys(e)]),o={};for(let l of i)o[l]=(a=(r=e[l])!=null?r:t[l])!=null?a:void 0;return o}var E$="Inner error. Unexpectedly root annotation container null reference exception",P$="Annotation with such name already exists",A$="Annotation with such name does not exist";var hd=class extends Error{constructor(e){super(e),this.name="AnnotationError"}};var _d=require("@vkontakte/videoplayer-shared/es2015"),LT="1",MT=100,Mp=class{constructor(e){this.annotationsInside=e;this.annotations=new Map;this.subscriptions=new _d.Subscription}init(e){if(this.rootAnnotationsContainer=e,this.annotationsInside)return;let i=(0,_d.throttleFn)(()=>{for(let o of this.annotations.values())this.isElementExceedsBoundaries(o,this.playerSize.width,this.playerSize.height)?o.style.visibility="hidden":o.style.visibility="visible"},MT);this.subscriptions.add((0,_d.observeElementSize)(this.rootAnnotationsContainer).subscribe(({width:o,height:r})=>{this.playerSize={width:o,height:r},i()})),this.mutationObserver=new MutationObserver(i),this.mutationObserver.observe(this.rootAnnotationsContainer,{attributes:!0,childList:!0,subtree:!0,characterData:!0})}add(e,i){var o;if(!this.rootAnnotationsContainer)throw new hd(E$);if(this.annotations.has(e))throw new hd(P$);i.style.zIndex=(o=i.style.zIndex)!=null?o:LT,i.style.position="absolute",this.rootAnnotationsContainer.append(i),this.annotations.set(e,i)}get(e){let i=this.annotations.get(e);if(!i)throw new hd(A$);return i}remove(e){let i=this.get(e);this.annotations.delete(e)&&i.remove()}clear(){for(let e in this.annotations.keys())this.remove(e)}destroy(){var e;this.annotations.clear(),this.subscriptions.unsubscribe(),(e=this.mutationObserver)==null||e.disconnect(),this.rootAnnotationsContainer=null}isElementExceedsBoundaries(e,i,o){let r=e.offsetTop,a=e.offsetLeft,l=e.offsetWidth,d=e.offsetHeight;return r<0||a<0||a+l>i||r+d>o}registryRootContainer(e){}addLayer(e){return document.createElement("div")}getLayer(e){}removeLayer(e){}clearLayer(e){}detach(){}reattach(){}};var bl=require("@vkontakte/videoplayer-shared/es2015"),_n=class{init({store:e,microStores:i,interactiveController:o,config:r}){return(0,bl.assertNonNullable)(e),(0,bl.assertNonNullable)(i),(0,bl.assertNonNullable)(r),r.interactiveData&&(0,bl.assertNonNullable)(o),this.subscription=new bl.Subscription,this.subscription}};var Zc=class extends _n{constructor(){super(...arguments);this.stateName="fakeIsPlaying$";this.state$=Gt(We({},re(null)),{toggle:()=>this.state$.update(i=>!i)})}init(i){let o=super.init(i),{isInteractiveExpectation$:r}=i.store.state;return o.add(r.subscribe(a=>{this.state$.set(a?!0:null)})),o}};var Jc=class extends _n{constructor(){super(...arguments);this.stateName="interactiveControlsOpacity$";this.state$=Gt(We({},re(null)),{toggle:()=>this.state$.update(i=>!i)})}init(i){let o=super.init(i),{microStores:r,store:a}=i,{fakeIsPlaying$:l}=r,{isInteractiveExpectation$:d,isPlaying$:s}=a.state,{controlsVisible:u,isMobile:m}=a.ui,p=ge(m),v=()=>p&&ge(u);return o.add(u.subscribe($=>{if(!p)return;let y=ge(l);ge(s)?this.state$.set($):y!==null&&this.state$.set(!y||$)})),o.add(s.subscribe($=>{this.state$.set(!$||v())})),o.add(l.subscribe($=>{if($===null)return;let y=ge(d);if(v()){this.state$.set(!0);return}y&&this.state$.set(!$)})),o}};var eu=class extends _n{constructor(){super(...arguments);this.stateName="seekToInteractiveDisabledTooltip$";this.state$=re("tooltip_chapter_without_interactive")}init(i){let o=super.init(i),{store:r}=i;return o.add(r.state.interactiveEpisodes$.subscribe(a=>{a.length&&(a.every(l=>l.completed)?this.state$.set("tooltip_interactive_of_chapter_completed"):this.state$.set("tooltip_disabled_when_interactive"))})),o}};var k$=require("@vkontakte/videoplayer-shared/es2015");var $g=re(!1),Vp=null,tu=class extends _n{constructor(){super(...arguments);this.stateName="showInteractiveTimeIndicatorTooltip$";this.state$=Gt(We({},$g),{set:(i,o=!1)=>{i!==ge($g)&&(this.clearTimeout(),$g.set(i),!i&&Vp&&(Vp=!1),i&&o&&(this.timeout=setTimeout(()=>{this.state$.set(!1)},3e3)))},clearTimeout:()=>this.clearTimeout()})}init(i){let o=super.init(i),{store:r,config:a}=i,{isInteractiveTime$:l,isPlaying$:d}=r.state,s=r.ui.controlsVisible,{interactiveTimeIndicator:u}=r.ui.controls;o.add(s.subscribe(p=>{ge(l)&&p&&this.state$.set(!1)}));let m=(a==null?void 0:a.interactiveData)||{tooltipHelpHintActive:!1};return o.add((0,k$.combine)({isPlaying$:d,isInteractiveTime$:l,interactiveTimeIndicator:u}).subscribe(({isPlaying$:p,isInteractiveTime$:v,interactiveTimeIndicator:$})=>{var y,g;if(!(!p||!($!=null&&$.isDisplayed))){if(!v)return this.state$.set(!1);m.tooltipHelpHintActive&&Vp===null&&(Vp=!0,m.tooltipHelpHintActive=!1,this.state$.set(!0),(g=(y=r.callbacks)==null?void 0:y.onInteractiveTimeIndicatorHintDeactivated)==null||g.call(y))}})),o}clearTimeout(){window.clearTimeout(this.timeout)}};var Rp=require("@vkontakte/videoplayer-shared/es2015");var iu=class extends _n{constructor(){super(...arguments);this.stateName="graphIsOpened$";this.graphMadePause=!1;this.state$=Gt(We({},re(null)),{toggle:Rp.noop});this.checkIfShouldHide=i=>zs(i,"s")}init(i){let o=super.init(i),{store:r,interactiveController:a}=i,l=r.ui.currentGridType$,d=r.getLogger().createComponentLog("GraphIsOpened microStore");return this.state$.toggle=()=>yt(this,null,function*(){if(this.checkIfShouldHide(ge(l)))return;let s=ge(this.state$),{isEnded$:u,playbackState$:m}=r.state,{disabledControls$:p}=r.ui.controls,v=ge(u),$=ge(m);if(s)try{yield a==null?void 0:a.toggleGraphView(!1),this.state$.set(!1),p.remove(Wf),!v&&this.graphMadePause&&r.actions.internal.play()}catch(y){d({message:"Cant hide graph"})}else{this.graphMadePause=$==="playing";try{yield a==null?void 0:a.toggleGraphView(!0),this.state$.set(!0),p.add(Wf),!v&&this.graphMadePause&&r.actions.internal.pause()}catch(y){d({message:"Cant show graph"})}}}),o.add((0,Rp.combine)({graphIsOpened:this.state$,currentGridType:l}).subscribe(m=>yt(this,[m],function*({graphIsOpened:s,currentGridType:u}){if(this.checkIfShouldHide(u)&&s)try{yield a==null?void 0:a.toggleGraphView(!1),this.state$.set(!1)}catch(v){d({message:"Cant hide graph"})}}))),o}};var yg=require("@vkontakte/videoplayer-shared/es2015"),ou=class extends _n{constructor(){super(...arguments);this.stateName="pictureInPicture$";this.state$={isActive$:re(!1),isEnabled$:re(!1),type$:re(void 0)}}init(i){let o=super.init(i),{store:r}=i,{info:{isActive$:a,isEnabled$:l,type:d}}=r.webApi.pictureInPictureApi||{info:{isActive$:new yg.ValueSubject(!1),isEnabled$:new yg.ValueSubject(!1)}};return o.add(a.subscribe(s=>{this.state$.isActive$.set(s)})),o.add(l.subscribe(s=>{this.state$.isEnabled$.set(s)})),this.state$.type$.set(d),o}};var Op=require("@vkontakte/videoplayer-shared/es2015");var Dp=require("@vkontakte/videoplayer-shared/es2015");var L$=({maxShowCount:t,timeout:e})=>{let i=[t!==0?VT({maxCount:t}):void 0,e!==0?RT({timeout:e}):void 0].filter(o=>!!o);return{notificationShowed:o=>i.forEach(r=>r.notificationShowed(o)),canShowNotification:o=>i.every(r=>r.canShowNotification(o))}},VT=({maxCount:t})=>{let e={};return{notificationShowed:i=>{var o,r;e[i]=((o=e[i])!=null?o:0)+1,Dp.safeStorage.set("videoplayer_notifications_manager_count",JSON.stringify((r=e[i])!=null?r:0))},canShowNotification:i=>{var o;return((o=e[i])!=null?o:0)<t}}},RT=({timeout:t})=>{let e="videoplayer_notifications_manager",i=()=>{try{return JSON.parse(Dp.safeStorage.get(e)||"{}")}catch(a){return{}}},o=a=>Dp.safeStorage.set(e,JSON.stringify(a)),r=a=>{let l=i();delete l[a],o(l)};return{notificationShowed:a=>{o(Gt(We({},i()),{[a]:{timeout:t,launchTime:Date.now()}}))},canShowNotification:a=>{let l=i()[a];if(l){let d=Date.now()-l.launchTime>t;return d&&r(a),d}else return!0}}};var nu=class extends _n{constructor(){super(...arguments);this.stateName="notifications$";this.state$={notificationsToShow$:re({}),showNotification:i=>{this.state$.notificationsToShow$.update(o=>(o[i]=!0,o)),this.notificationManager.notificationShowed(i)},closeNotification:i=>{this.state$.notificationsToShow$.update(o=>(delete o[i],o))}}}init(i){let o=super.init(i),{store:r,uiConfig:{features:{maxCountShowSlowVideoNotification:a,timeoutShowSlowVideoNotification:l,showSlowVideoNotification:d,forceAutoQualityWhenSevereStallHappens:s}}}=i;this.notificationManager=L$({maxShowCount:a,timeout:l});let u=r.getPlayer();return o.add(u.events.severeStallOccured$.pipe((0,Op.filterChanged)(),(0,Op.filter)(m=>m)).subscribe(()=>{d&&!u.info.isAutoQualityEnabled$.getValue()&&this.notificationManager.canShowNotification("slow_video")&&(s&&r.actions.internal.setQuality("auto"),this.state$.showNotification("slow_video"))})),o}};var M$=()=>[Zc,Jc,eu,tu,iu,ou,nu].reduce(({subscribers:t,stores:e},i)=>{let o=new i;return{subscribers:[...t,o],stores:Gt(We({},e),{[o.stateName]:o.state$})}},{subscribers:[],stores:{}});var bd=require("@vkontakte/videoplayer-shared/es2015");var Np=class{constructor(e){this.getActiveElement=e;this.focusableElements=[];this.isActive=!1;this.handleTabKey=e=>{if(this.updateFocusableElements(),!this.focusableElements.length)return;let i=this.focusableElements[0],o=this.focusableElements[this.focusableElements.length-1],r=this.getActiveElement();e.shiftKey&&r===i?(e.preventDefault(),o.focus()):!e.shiftKey&&r===o&&(e.preventDefault(),i.focus())}}activate(){this.isActive||(document.addEventListener("keydown",this.handleTabKey),this.isActive=!0)}deactivate(){this.isActive&&(document.removeEventListener("keydown",this.handleTabKey),this.isActive=!1,this.focusableElements=[])}updateFocusableElements(){this.isActive&&(this.focusableElements=this.getFocusableElements())}getFocusableElements(){let e=["button:not([disabled])","[href]:not([disabled])","input:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[tabindex]:not([tabindex="-1"]):not([disabled])'].join(", ");return Array.from(this.container.querySelectorAll(e)).filter(i=>!i.disabled&&i.offsetParent!==null)}destroy(){this.deactivate()}setContainer(e){this.container=e}};var Bp=class{constructor(e){this.shadowRoot=e;this.lastFocusedNode=null;this.init=()=>{this.shadowRoot.addEventListener("focusin",this.handleFocusChange)};this.handleFocusChange=()=>{this.lastFocusedNode=this.shadowRoot.activeElement};this.restoreFocus=()=>{var e;(e=this.lastFocusedNode)==null||e.focus()};this.focusLock=new Np(()=>this.lastFocusedNode),this.init()}destroy(){this.shadowRoot.removeEventListener("focusin",this.handleFocusChange),this.focusLock.destroy()}getLastFocusedNode(){return this.lastFocusedNode}activateLock(){this.focusLock.activate()}deactivateLock(){this.focusLock.deactivate()}setContainerForFocusLock(e){this.focusLock.setContainer(e)}};var DT=k('<div class="root s-3"><!></div>'),OT={hash:"s-3",code:".root.s-3{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:1}"};function xg(t,e){F(e,!0),Q(t,OT);let i=null,o=K(null);He(()=>(n(o)&&(i=window.setTimeout(()=>{O(o,null)},e.animationDuration)),()=>{i&&clearTimeout(i)}));function r(s){e.playbackStatusShow&&O(o,s?"prev":"next",!0)}var a=Re(),l=se(a);{var d=s=>{var u=Re(),m=se(u);Os(m,()=>n(o),p=>{var v=DT(),$=C(v);let y=f(()=>n(o)==="prev");jc($,{get duration(){return e.animationDuration},get Icon(){return ya},get reversed(){return n(y)}}),S(v),b(p,v)}),b(s,u)};M(l,s=>{e.playbackStatusShow&&n(o)&&s(d)})}return b(t,a),H({startVideoChangedAnimation:r})}var V$=require("@vkontakte/videoplayer-shared/es2015"),wg=(0,V$.getWindow)().HTMLElement||class{constructor(){this.isConnected=!1}};var NT=Object.defineProperty,BT=Object.defineProperties,FT=Object.getOwnPropertyDescriptors,R$=Object.getOwnPropertySymbols,HT=Object.prototype.hasOwnProperty,UT=Object.prototype.propertyIsEnumerable,Cg=(t,e,i)=>e in t?NT(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,$l=(t,e)=>{for(var i in e||(e={}))HT.call(e,i)&&Cg(t,i,e[i]);if(R$)for(var i of R$(e))UT.call(e,i)&&Cg(t,i,e[i]);return t},zT=(t,e)=>BT(t,FT(e)),jt=(t,e,i)=>Cg(t,typeof e!="symbol"?e+"":e,i),Fp=(t,e,i)=>new Promise((o,r)=>{var a=s=>{try{d(i.next(s))}catch(u){r(u)}},l=s=>{try{d(i.throw(s))}catch(u){r(u)}},d=s=>s.done?o(s.value):Promise.resolve(s.value).then(a,l);d((i=i.apply(t,e)).next())}),WT={preload:!0,autoplay:!1,repeat:!1,loop:!1,fromTime:0,canRewindLive:!0,showAds:!1,interfaceLanguage:no.InterfaceLanguage.RU,isCyrillicRelatedInterface:!0,logoClickable:!1,logoHidden:!1,isTouch:(0,ru.isMobile)(),isMediaSessionEnabled:!0,isPictureInPictureEnabled:!0,isAudioDisabled:!1,callbacks:{uiInfo:{}},tuningConfig:{},saveRate:!0,volumeMultiplier:1,showEndScreen:!0,showAutoplayNext:!0,showNextPrevButtons:!0},er=K(void 0),Sg=di({animationDuration:0,playbackStatusShow:!1}),Hp=class extends wg{constructor(){super(),jt(this,"svelteStubComponent"),jt(this,"svelteRootComponent"),jt(this,"sveltePersistentLayerComponent"),jt(this,"svelteErrorComponent"),jt(this,"store"),jt(this,"microStoresRoot"),jt(this,"statistics"),jt(this,"_shadowRoot"),jt(this,"playerContainer"),jt(this,"rootContainer"),jt(this,"stateContainer"),jt(this,"shadowRootContainer"),jt(this,"playerId"),jt(this,"uiConfig"),jt(this,"coreConfig"),jt(this,"statisticsConfig"),jt(this,"metaConfig"),jt(this,"interactiveController"),jt(this,"interactiveContainer"),jt(this,"graphMadePause"),jt(this,"currentPlayingVideoIndex",0),jt(this,"needToRepeatPlaylist",!1),jt(this,"videoConfig"),jt(this,"pictureInPictureApi"),jt(this,"mediaSessionApi"),jt(this,"unsubscribePlayerPhaseSubscription"),jt(this,"logger"),jt(this,"log"),jt(this,"subscription"),jt(this,"interactiveSubscription"),jt(this,"annotationsApi"),jt(this,"slotsApi"),jt(this,"focusManager"),jt(this,"prevIsid"),jt(this,"isInited",!1),jt(this,"postponedInitParams",null),jt(this,"internalsExposure",null),jt(this,"shadowDOMCallbacksDisabled",!1),jt(this,"fatalError$",new Sa.ValueSubject(null)),jt(this,"createOneStat",(e,i={})=>{var o,r,a,l;if(!this.videoConfig)return;let{albumId:d,statPlace:s,statUserSalt:u,statTrackCode:m,statVKAppId:p,refreshStatAuthToken:v,autoplay:$,isMobile:y,isTouch:g,refDomain:x,deviceId:I,interactiveData:T}=Xc(this.videoConfig,i),D=(o=T==null?void 0:T.projectInfo)==null?void 0:o.pid,A=(a=(r=this.interactiveController)==null?void 0:r.state.isReplay$.getValue())!=null?a:!1;A&&(this.prevIsid=void 0);let{unitedVideoId:E,isClip:V=!1}=e;if(this.uiConfig.features.statistics&&E)try{return new $d.OneStat($l({movieId:E,albumId:d,place:s,trackCode:m,vkAppId:p,autoplay:(l=$&&!this.interactiveController)!=null?l:!1,mobile:g!=null?g:y,clip:V,refDomain:x,deviceId:I,isPreviewPlayerView:this.videoConfig.playerView==="preview"},D&&(!this.isInited||A)&&{projectId:Number(D)}),$l({refreshAuthToken:v,userSalt:u,config:this.statisticsConfig},this.interactiveController&&{useIsid:!0,isid:this.prevIsid}))}catch(L){console.error(L),this.log({message:L.message})}}),bd.devNull.create("ui"),this.logger=new no.Logger,this.log=this.logger.createComponentLog("VKVideoPlayer"),this.subscription=new no.Subscription,this.interactiveSubscription=new no.Subscription,this.graphMadePause=!1,this.fatalError$.subscribe(e=>{this.unmountComponent(this.svelteErrorComponent),e&&(this.unmountComponent(this.svelteStubComponent),this.unmountComponent(this.svelteRootComponent),this.svelteErrorComponent=Jr(bg,{target:this.playerContainer}))})}connectedCallback(){var e,i;if(this.rootContainer)return;this.initPlayerRootContainers();let o=(e=this.getAttribute("stub-title"))!=null?e:void 0,r=(i=this.getAttribute("stub-thumb-url"))!=null?i:void 0,a=di({title:o,thumbUrl:r}),l={target:this.playerContainer,props:a};this.svelteStubComponent=Jr(_g,l),this.sveltePersistentLayerComponent=Jr(xg,{target:this.playerContainer,props:Sg}),this.postponedInitParams&&(this.initPlayer(...this.postponedInitParams),this.postponedInitParams=null)}updatePersistentLayerProps(){if(!this.uiConfig)return;let{playbackStatusNextVideoAnimationDuration:e,features:{playbackStatusShow:i,playbackStatusNextVideoShow:o}}=this.uiConfig;Sg.animationDuration=e,Sg.playbackStatusShow=i&&o}disconnectedCallback(){var e,i,o,r,a,l,d;this.shadowDOMCallbacksDisabled||((e=this.annotationsApi)==null||e.destroy(),(i=this.slotsApi)==null||i.destroy(),(o=this.focusManager)==null||o.destroy(),(r=this.mediaSessionApi)==null||r.destroy(),this.unmountComponent(this.svelteRootComponent),this.unmountComponent(this.svelteStubComponent),this.unmountComponent(this.svelteErrorComponent),this.unmountComponent(this.sveltePersistentLayerComponent),this.subscription.unsubscribe(),(a=this.unsubscribePlayerPhaseSubscription)==null||a.call(this),(l=this.interactiveController)==null||l.destroy(),this.interactiveSubscription.unsubscribe(),(d=this.internalsExposure)==null||d.destroy(),bd.devNull.destroy("ui"))}initPlayerRootContainers(){this.rootContainer=document.createElement("div"),this.rootContainer.style.position="relative",this.rootContainer.className="root-container",this.rootContainer.style.width="100%",this.rootContainer.style.height="100%",this.rootContainer.style.minHeight="206px",this.shadowRootContainer=document.createElement("div"),this.shadowRootContainer.style.position="absolute",this.shadowRootContainer.className="shadow-root-container",this.shadowRootContainer.style.width="100%",this.shadowRootContainer.style.height="100%",this._shadowRoot=this.shadowRootContainer.attachShadow({mode:"open"}),this.playerContainer=document.createElement("div"),this.playerContainer.style.all="initial",this.playerContainer.style.display="block",this.playerContainer.style.contain="strict",this.playerContainer.style.width="100%",this.playerContainer.style.height="100%",this._shadowRoot.append(this.playerContainer),this.rootContainer.append(this.shadowRootContainer),this.stateContainer=document.createElement("div"),this.stateContainer.className="state-container",this.stateContainer.style.width="1px",this.stateContainer.style.height="1px",this.stateContainer.style.position="absolute",this.stateContainer.style.backgroundColor="transparent",this.stateContainer.style.left="-100000px",this.append(this.rootContainer),this.append(this.stateContainer)}needToShowNextPrevButtons(){return this.videoConfig?this.videoConfig.videos.length>1&&this.videoConfig.showNextPrevButtons:!1}isNextButtonActive(){return this.videoConfig?this.needToShowNextPrevButtons()&&(this.currentPlayingVideoIndex<this.videoConfig.videos.length-1||this.needToRepeatPlaylist):!1}isPrevButtonActive(){return this.videoConfig?this.needToShowNextPrevButtons()&&(this.currentPlayingVideoIndex>0||this.needToRepeatPlaylist):!1}isControlDisabled(e){var i;let o=(i=this.store)==null?void 0:i.ui.controls.disabledControls$;return(o==null?void 0:o.includes(e))||!1}getNextVideoInfo(){if(!this.videoConfig)return{nextVideoTitle:void 0,nextVideoThumb:void 0};let e=this.videoConfig.videos[this.currentPlayingVideoIndex+1]||{};return{nextVideoTitle:e.title,nextVideoThumb:e.thumbUrl}}createThinOneStat(e,i={}){if(!this.videoConfig)return;let{deviceId:o,preload:r,refreshStatAuthToken:a}=Xc(this.videoConfig,i),{unitedVideoId:l}=e;if(this.uiConfig.features.thinStatistics&&l)return new $d.ThinOneStat.ThinOneStat({deviceId:o,movieId:l,preload:r,isPreviewPlayerView:this.videoConfig.playerView==="preview"},{config:this.statisticsConfig,refreshAuthToken:a})}createPlayer(e,i={},o){var r,a,l,d,s,u,m,p,v,$;if(!this.videoConfig)return;let{albumId:y,statPlace:g,statAuthToken:x,preload:I,autoplay:T,volume:D,muted:A,fromTime:E,canRewindLive:V,supportLink:q,showAds:L,adsSlotId:z,adsParams:j={},adsAutoplayParam:te,interfaceLanguage:ee,isCyrillicRelatedInterface:oe,logoClickable:ae,logoHidden:le,isMobile:ce,isTouch:X,isAudioDisabled:he,isLiveCatchUpMode:Ee,fullScreenTarget:de,failoverHosts:Ke,canDownload:ue,callbacks:fe,interactiveData:Z,showThumbTimer:B,additionalButtons:pe=[],additionalSettingsMenuItems:me=[],additionalContextMenuItems:Ie=[],repeat:ot,loop:Me,saveRate:_e,volumeMultiplier:W,showEndScreen:Ce,showAutoplayNext:ke,mediascopePixels:Ye}=Xc(this.videoConfig,i),{sources:Te,title:we,thumbUrl:Fe,unitedVideoId:rt,isClip:ft=!1,duration:Pt,adsParams:lt={},videoEpisodes:ni,previewThumbsData:Ct,subtitles:Nt,subtitlesForcedLanguage:Bt,live:Yt,adsExternalApi:Le,adsJson:Y}=e;if(!Te&&!Yt){let fi=new Error("empty sources and live");this.fatalError$.next(fi),(r=fe.onCrashed)==null||r.call(fe,fi.message);return}let Oe=$l($l({},j),lt),be=this.getNextVideoInfo(),Ne={sources:Te,title:we,thumbUrl:Fe,subtitles:Nt,subtitlesForcedLanguage:Bt,unitedVideoId:rt,isClip:ft,live:Yt,albumId:y,statPlace:g,autoplay:T,muted:A,volume:D,fromTime:E,canRewindLive:V,showAds:L,adsSlotId:z,adsParams:Oe,adsAutoplayParam:te,duration:Pt,logoClickable:ae,logoHidden:le,isTouch:X!=null?X:ce,repeat:ot,loop:Me,showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive(),endScreenVideoTitle:be.nextVideoTitle,endScreenVideoThumb:be.nextVideoThumb,isOneVideoPlaylist:this.isOneVideoPlaylist()},ht={pictureInPictureApi:this.pictureInPictureApi,annotationsApi:this.annotationsApi,slotsApi:this.slotsApi,focusManager:this.focusManager};this.log({message:`create player, props: ${JSON.stringify(Ne)}`});let At=(a=this.interactiveController)==null?void 0:a.state.statistics$.getValue(),Se=(At==null?void 0:At.oneStat)||this.createOneStat(e,i),Xe=this.createThinOneStat(e,i),ze;Ye&&(ze=new $d.MediascopePixel({pixels:Ye})),(Se||Xe)&&(this.statistics=new _p(Se,Xe,ze,At==null?void 0:At.statSubscription));let xe=this.uiConfig.features.apptracer.enabled?new Sa.AppTracer("videoplayer",this.uiConfig.features.apptracer,{version:Ga,env:Hu},(0,Sa.withoutNullable)({movieId:rt,albumId:y,place:g,autoplay:(l=T&&!this.interactiveController)!=null?l:!1,mobile:X!=null?X:ce,clip:ft})):void 0;this.interactiveController&&((u=this.prevIsid)!=null||(this.prevIsid=(s=(d=this.statistics)==null?void 0:d.oneStat)==null?void 0:s.isid$.getValue()));let Ft=!!Z,Tt=[],Xt="tooltip_interactive_go_back_disabled_first";if(Ft&&this.interactiveController){let fi=this.interactiveController.state.isInitialChapter$.getValue(),Ti=this.interactiveController.getHistoryState();fi&&Tt.push("REPLAY_BUTTON"),this.interactiveController.getIsSeekable().getValue()||Tt.push("SEEK_TO_INTERACTIVE_BUTTON"),Ti.hasPrevChapter$.getValue()||(Tt.push("PLAY_PREV_CHAPTER_BUTTON"),fi||(Ti.isGoBackLimited$.getValue()?Xt="tooltip_interactive_go_back_disabled_limit":Xt="tooltip_interactive_go_back_disabled"))}let wi=()=>{var fi;this.isInited=!1,this.prevIsid=void 0;let Ti=(o==null?void 0:o.info.isEnded$.getValue())&&((fi=this.interactiveController)==null?void 0:fi.state.isEndChapter$.getValue());fe.onReplayInteractiveVideo&&!Ti?fe.onReplayInteractiveVideo():this.replayInteractiveVideo()},mi=ot&&this.videoConfig.videos.length===1;this.store=zb({player:o,interfaceLanguage:ee,isCyrillicRelatedInterface:oe,videoId:rt,isClip:ft,isLiveCatchUpMode:Ee,isAudioDisabled:he,statAuthToken:x,callbacks:fe,webApi:ht,videoEpisodes:ni,previewThumbsData:Ct,canDownload:ue,uiConfig:this.uiConfig,coreConfig:this.coreConfig,metaConfig:this.metaConfig,disabledControls:Tt,isInteractive:Ft,saveRate:_e,interactiveRanges$:(m=this.interactiveController)==null?void 0:m.state.interactiveRanges$,isInteractiveTime$:(p=this.interactiveController)==null?void 0:p.state.isInteractiveTime$,stopPlayer:()=>this.stop(),replayInteractive:wi,playPrevChapterDisabledTooltip:Xt,hasInteractiveBranches:!!(($=(v=this.interactiveController)==null?void 0:v.getChapterBranches())!=null&&$.length),additionalButtons:this.uiConfig.features.additionalButtons?pe:[],additionalSettingsMenuItems:me!=null?me:[],additionalContextMenuItems:Ie!=null?Ie:[],playPrevVideo:()=>this.playPrevVideo(),playNextVideo:()=>this.playNextVideo(),onVideoChanged:fi=>{var Ti;return(Ti=this.sveltePersistentLayerComponent)==null?void 0:Ti.startVideoChangedAnimation(fi)},looped:this.uiConfig.features.useLoopSetting?Me:mi,statistics:this.statistics,internalsExposure:this.internalsExposure,playerView:this.videoConfig.playerView,playerId:this.playerId,appTracer:xe});let{stores:Ni}=this.microStoresRoot=M$(),ro=()=>{var fi,Ti,so,ao,zi,ri;if(!this.store||!this.microStoresRoot||!this.videoConfig)return;this.subscription.add(this.store.state.currentFormat$.subscribe(mt=>{var Ue;return(Ue=fe==null?void 0:fe.onCurrentFormatChanged)==null?void 0:Ue.call(fe,mt)})),this.subscription.add(Ni.interactiveControlsOpacity$.subscribe(mt=>{var Ue;mt!==null&&((Ue=this==null?void 0:this.interactiveController)==null||Ue.setDisabledControls(mt))})),this.subscription.add(this.store.state.throughputEstimation$.subscribe(mt=>{var Ue;return(Ue=fe==null?void 0:fe.onThroughputEstimationChanged)==null?void 0:Ue.call(fe,mt)})),this.subscription.add(this.store.state.trafficSavingEnabled$.subscribe(mt=>{var Ue;return(Ue=fe==null?void 0:fe.onTrafficSavingEnabledChanged)==null?void 0:Ue.call(fe,mt)})),this.subscription.add(this.store.state.highQualityEnabled$.subscribe(mt=>{var Ue;return(Ue=fe==null?void 0:fe.onHighQualityEnabledChanged)==null?void 0:Ue.call(fe,mt)})),this.subscription.add(this.store.state.isAutoQualityEnabled$.subscribe(mt=>{var Ue;return(Ue=fe==null?void 0:fe.onAutoQualityEnabledChanged)==null?void 0:Ue.call(fe,!!mt)})),this.subscription.add(new no.Observable(mt=>{this.store&&this.subscription.add(this.store.state.currentPlaybackRate$.subscribe(Ue=>mt.next(Ue)))}).pipe((0,no.skip)(1)).subscribe(mt=>{var Ue;return(Ue=fe==null?void 0:fe.onCurrentPlaybackRateChanged)==null?void 0:Ue.call(fe,mt)})),this.subscription.add(this.store.state.volume$.subscribe(mt=>{var Ue;return(Ue=fe==null?void 0:fe.onVolumeChange)==null?void 0:Ue.call(fe,mt)})),this.subscription.add(this.store.state.muted$.subscribe(mt=>{var Ue,ct,vi,Yi;if(mt)(Ue=fe==null?void 0:fe.onMute)==null||Ue.call(fe);else{let lo=(vi=((ct=this.store)==null?void 0:ct.state.volume$)&&ge(this.store.state.volume$))!=null?vi:0;(Yi=fe==null?void 0:fe.onUnmute)==null||Yi.call(fe,lo)}})),this.subscription.add(this.store.state.videoBitrate$.subscribe(mt=>{var Ue;return(Ue=fe==null?void 0:fe.onVideoBitrateChanged)==null?void 0:Ue.call(fe,mt)})),this.subscription.add(this.store.state.isInteractiveTime$.subscribe(mt=>{var Ue;let ct=(Ue=this.store)==null?void 0:Ue.ui.controls.disabledControls$;ct&&(mt&&!ct.includes(tc)&&ct.add(tc),mt||ct.remove(tc))})),this.subscription.add(this.store.ui.isFullscreen.subscribe(mt=>Fp(this,null,function*(){var Ue;if(!ru.clientChecker.browser.isSamsungBrowser||!mt||!this.interactiveController)return;document.fullscreenElement===this.shadowRootContainer&&(yield this.replayInteractiveChapter((Ue=this.videoConfig)==null?void 0:Ue.callbacks.onExternalFullscreenExit))}))),this.statistics&&this.statistics.oneStat&&this.subscription.add(this.statistics.oneStat.vsid$.subscribe(mt=>{var Ue;return(Ue=fe==null?void 0:fe.onVSIDChanged)==null?void 0:Ue.call(fe,mt)})),this.initMediaSession(),O(er,{interactiveController:this.interactiveController,interactiveContainer:this.interactiveContainer,sources:Te,store:this.store,microStoresRoot:this.microStoresRoot,videoConfig:this.videoConfig,uiConfig:this.uiConfig,title:we,thumbUrl:Fe,subtitles:Nt,subtitlesForcedLanguage:Bt,live:Yt,preload:I,autoplay:T,muted:A,volume:D,fromTime:E,canRewindLive:V,supportLink:q,showAds:L,adsSlotId:z,adsParams:Oe,adsAutoplayParam:te,duration:Pt,logoClickable:ae,logoHidden:le,isMobile:X!=null?X:ce,failoverHosts:Ke,fullScreenTarget:de,saveRate:_e,shadowRootContainer:this.shadowRootContainer,showMiniTimer:B,outerContainerRef:this.rootContainer,showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive(),endScreenVideoTitle:be.nextVideoTitle,endScreenVideoThumb:be.nextVideoThumb,isOneVideoPlaylist:this.isOneVideoPlaylist(),playPrevChapter:()=>this.playPrevChapter(),seekToInteractive:()=>this.seekToInteractive(),volumeMultiplier:W,showEndScreen:Ce,showAutoplayNext:ke,adsExternalApi:Le,adsJson:Y,getVideoDeeplink:this.videoConfig.getVideoDeeplink},!0);let _t={target:this.playerContainer,props:n(er)};this.svelteRootComponent=Jr(gg,_t),this.addPlayerInfoSubscriptions(),this.isInited||(this.isInited=!0,(so=(Ti=(fi=this.videoConfig)==null?void 0:fi.callbacks)==null?void 0:Ti.onInited)==null||so.call(Ti)),(ao=this.internalsExposure)==null||ao.expose({player:this,videoConfig:this.videoConfig,coreConfig:this.coreConfig,uiConfig:this.uiConfig,statisticsConfig:this.statisticsConfig,logger:this.logger,log:this.log}),this.uiConfig.devNullLog&&((ri=(zi=this.videoConfig)==null?void 0:zi.callbacks)!=null&&ri.onDevNullLog)?bd.devNull.subscribe("ui",this.videoConfig.callbacks.onDevNullLog):bd.devNull.destroy("ui")};this.coreConfig.asyncResolveClientChecker?ru.clientChecker.isInited$.subscribe(fi=>{fi&&(console.log("UI SDK async start"),ro())}):ro()}get useMinimalViewForDpip(){var e;let i=(e=this.uiConfig.features.dpip)!=null?e:!1;return typeof i=="boolean"?!1:!!i.minimalView}addPlayerInfoSubscriptions(){var e,i;let o=this.store,r=(e=this.microStoresRoot)==null?void 0:e.stores;if(!o||!r)return;let a=(i=this.videoConfig)==null?void 0:i.callbacks;a&&this.subscription.add(o.playerPhase.subscribe(d=>{var s;return(s=a.onPlayerPhaseChanged)==null?void 0:s.call(a,d)})).add(o.state.playbackState$.subscribe(d=>{var s;return d&&((s=a.onPlaybackStateChanged)==null?void 0:s.call(a,d))})).add(o.state.playbackStateRealistic$.subscribe(d=>{d?this.stateContainer.setAttribute("data-playback-state",d):this.stateContainer.removeAttribute("data-playback-state")})).add(o.state.isLive$.subscribe(d=>{var s;return(s=a.onIsLiveChanged)==null?void 0:s.call(a,d)})).add(o.state.isActiveLive$.subscribe(d=>{var s;return(s=a.onIsActiveLiveChanged)==null?void 0:s.call(a,d)})).add(o.state.isAudioAvailable$.subscribe(d=>{var s;return(s=a.onIsAudioAvailableChanged)==null?void 0:s.call(a,d)})).add(o.state.currentQuality$.subscribe(d=>{var s;return(s=a.onCurrentQualityChanged)==null?void 0:s.call(a,d)})).add(o.state.availableQualities$.subscribe(d=>{var s;return(s=a.onAvailableQualitiesChanged)==null?void 0:s.call(a,d.map(({value:u})=>u).filter(u=>u!=="auto"))})).add(o.state.availableAudioStreams$.subscribe(d=>{d.length>1&&a.onAudioLanguagesAvailable&&a.onAudioLanguagesAvailable()})).add(r.pictureInPicture$.isActive$.subscribe(d=>{var s,u;hp(this.pictureInPictureApi)&&this.useMinimalViewForDpip&&o.actions.external.setMinimalView(d),d?(s=a.onPiPEnter)==null||s.call(a):(u=a.onPiPExit)==null||u.call(a)}));let l=a==null?void 0:a.uiInfo;l&&this.subscription.add(o.ui.controlsVisible.subscribe(d=>{var s;return(s=l.onControlsVisibleChanged)==null?void 0:s.call(l,d)})).add(o.ui.isMobile.subscribe(d=>{var s;return(s=l.onIsMobileChanged)==null?void 0:s.call(l,d)})).add(o.ui.playerSize.subscribe(d=>{var s;return(s=l.onPlayerSizeChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.prevButton.subscribe(d=>{var s;return(s=l.onPrevButtonChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.playButton.subscribe(d=>{var s;return(s=l.onPlayButtonChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.replayButton.subscribe(d=>{var s;return(s=l.onReplayButtonChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.nextButton.subscribe(d=>{var s;return(s=l.onNextButtonChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.playPrevChapterButton.subscribe(d=>{var s;return(s=l.onPlayPrevChapterChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.seekToInteractiveButton.subscribe(d=>{var s;return(s=l.onSeekToInteractiveButtonChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.interactiveGraphButton.subscribe(d=>{var s;return(s=l.onGraphButtonChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.liveButton.subscribe(d=>{var s;return(s=l.onLiveButtonChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.time.subscribe(d=>{var s;return(s=l.onTimeUpdateChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.episodes.subscribe(d=>{var s;return(s=l.onEpisodesChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.subtitles.subscribe(d=>{var s;return(s=l.onSubtitlesChanged)==null?void 0:s.call(l,d)})).add(o.ui.controlBlocks.topLeft.subscribe(d=>{var s;return(s=l.onTopLeftControlBlockChanged)==null?void 0:s.call(l,d)})).add(o.ui.controlBlocks.topRight.subscribe(d=>{var s;return(s=l.onTopRightControlBlockChanged)==null?void 0:s.call(l,d)})).add(o.ui.controlBlocks.bottomLeft.subscribe(d=>{var s;return(s=l.onBottomLeftControlBlockChanged)==null?void 0:s.call(l,d)})).add(o.ui.controlBlocks.bottomRight.subscribe(d=>{var s;return(s=l.onBottomRightControlBlockChanged)==null?void 0:s.call(l,d)})).add(o.ui.controlBlocks.middle.subscribe(d=>{var s;return(s=l.onMiddleControlBlockChanged)==null?void 0:s.call(l,d)})).add(o.ui.controlBlocks.bottom.subscribe(d=>{var s;return(s=l.onBottomControlBlockChanged)==null?void 0:s.call(l,d)})).add(o.ui.videoTitleInfo.subscribe(d=>{var s;return(s=l.onTitleChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.settings.subscribe(d=>{var s;return(s=l.onSettingsChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.fullscreen.subscribe(d=>{var s;return(s=l.onFullscreenChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.chromecast.subscribe(d=>{var s;return(s=l.onChromecastChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.pip.subscribe(d=>{var s;return(s=l.onPipChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls["theater-mode-button"].subscribe(d=>{var s;return(s=l.onTheaterModeChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.vkLogo.subscribe(d=>{var s;return(s=l.onVkLogoChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.interactiveTimeIndicator.subscribe(d=>{var s;return(s=l.onInteractiveTimeIndicatorChanged)==null?void 0:s.call(l,d)})).add(o.ui.controls.timeline.subscribe(d=>{var s;return(s=l.onTimelineChanged)==null?void 0:s.call(l,d)}))}playNextVideo(){this.videoConfig&&(this.currentPlayingVideoIndex++,this.currentPlayingVideoIndex>=this.videoConfig.videos.length&&(this.currentPlayingVideoIndex=0),this.log({message:`play next video, index: ${this.currentPlayingVideoIndex}`}),this.createPlayerWithCurrentVideo())}playPrevVideo(){this.videoConfig&&(this.currentPlayingVideoIndex--,this.currentPlayingVideoIndex<0&&(this.currentPlayingVideoIndex=this.videoConfig.videos.length-1),this.log({message:`play prev video, index: ${this.currentPlayingVideoIndex}`}),this.createPlayerWithCurrentVideo())}createPlayerWithCurrentVideo(e,i=!0){var o;if(!this.videoConfig)return;let r=this.videoConfig.videos[this.currentPlayingVideoIndex];if(!r){this.log({message:"no next video"});return}this.isInited&&(0,no.isNonNullable)(r.unitedVideoId)&&((o=this.store)==null||o.actions.internal.nextMovie(r.unitedVideoId)),this.unmountComponent(this.svelteRootComponent),this.createPlayer(r,{autoplay:i,fromTime:0},e)}playPrevChapter(){var e;(e=this.interactiveController)==null||e.playPrevChapter()}seekToInteractive(){var e;let i=(e=this.interactiveController)==null?void 0:e.getNextInteractiveStartTime();typeof i=="number"&&this.seekTime(i/1e3)}initInteractives(){return Fp(this,null,function*(){var e,i,o,r,a,l;if((e=this.videoConfig)!=null&&e.interactiveData)try{let{Interactives:d}=yield import("@vkontakte/videoplayer-interactive/es2015");this.interactiveContainer=document.createElement("div"),this.interactiveContainer.classList.add("interactive-root");let s=(i=this.store)==null?void 0:i.interfaceLanguage$,u=s?ge(s):this.videoConfig.interfaceLanguage,{projectInfo:m,initChapterId:p,historyApi:v,videoLoader:$}=this.videoConfig.interactiveData;this.interactiveController=new d({parentElement:this.interactiveContainer,fullscreenTargetElement:this.playerContainer,lang:u,graph:this.uiConfig.features.interactiveGraph,projectInfo:m,initChapterId:p,historyApi:v,vkVideoLoader:$,lastFrame:this.uiConfig.features.interactiveLastFrame,permanentTextControls:this.uiConfig.features.interactiveTextPermanent,interactiveTimeOpenUri:this.uiConfig.features.interactiveTimeOpenUri,initSeamless:!0,config:this.uiConfig.interactive,coreConfig:this.coreConfig,createOneStat:this.createOneStat,isTouch:this.videoConfig.isTouch,animationsFeatureToggles:{areaControlShadow:this.uiConfig.features.interactiveAreaControlShadow,controlsExpectTimeBlinkAnimation:this.uiConfig.features.interactiveControlsExpectTimeBlinkAnimation,controlsTapPlace:this.uiConfig.features.interactiveControlsTapPlace,controlsFillAnimation:this.uiConfig.features.interactiveControlsFillAnimation,controlsHideAnimation:this.uiConfig.features.interactiveControlsHideAnimation},endChapterHistoryFix:this.uiConfig.features.interactiveHistoryEndChapterFix});let{isInteractiveExpectation$:y,isSeekable$:g}=this.interactiveController.state;this.uiConfig.features.seekToInteractive&&this.subscription.add(g.subscribe(I=>{if(!this.isInited)return;let T=this.store;I?T.ui.controls.disabledControls$.remove("SEEK_TO_INTERACTIVE_BUTTON"):T.ui.controls.disabledControls$.add("SEEK_TO_INTERACTIVE_BUTTON")})),this.subscription.add(y.subscribe(I=>{this.store&&this.store.state.isInteractiveExpectation$.set(I)}));let x=!0;if(this.subscription.add(this.interactiveController.events.playerChanged$.subscribe(I=>{if(!this.videoConfig)return;this.videoConfig.videos[this.currentPlayingVideoIndex]=zT($l({},I.config),{title:(m==null?void 0:m.title)||I.config.title});let T=x?this.videoConfig.autoplay:!0;this.createPlayerWithCurrentVideo(I.player,T),x&&(x=!1)})),this.interactiveSubscription.add(this.interactiveController.events.interactiveActionChoice$.subscribe(({type:I,actionType:T})=>{var D,A,E,V,q,L;if(!this.store||!this.microStoresRoot)return;let z=y.getValue();if(I==="action-choice"&&T==="setRandomBranch"&&(this.microStoresRoot.stores.graphIsOpened$.set(!1),this.store.ui.controls.disabledControls$.remove(ic)),I==="action-choice-canceled"){let j=ge(this.store.state.isPlaying$)||z;if(((E=(D=this.videoConfig)==null?void 0:D.isTouch)!=null?E:(A=this.videoConfig)!=null&&A.isMobile)&&j){this.store.ui.interactiveHideMobileControls.set(!0);return}(L=(V=this.videoConfig)==null?void 0:(q=V.callbacks).onDisabledInteractiveClick)==null||L.call(q)}})),this.interactiveSubscription.add(this.interactiveController.events.interactiveContainerFakeRemoved$.subscribe(({type:I,removeAllOpenURI:T})=>{this.store&&I==="container-fake-removed"&&T&&this.store.ui.controls.disabledControls$.remove(ic)})),yield this.interactiveController.setManifest(this.videoConfig.interactiveData.manifest),(r=(o=this.videoConfig)==null?void 0:o.callbacks)!=null&&r.onInteractiveHistoryChanged){let I=this.interactiveController.getHistoryState();this.subscription.add(I.history$.subscribe(T=>{var D,A,E;T.length&&((E=(A=(D=this.videoConfig)==null?void 0:D.callbacks)==null?void 0:A.onInteractiveHistoryChanged)==null||E.call(A,T))}))}(l=(a=this.videoConfig)==null?void 0:a.callbacks)!=null&&l.onInteractiveChapterChanged&&this.subscription.add(this.interactiveController.events.chapterChanged$.subscribe(I=>{var T,D,A;(A=(T=this.videoConfig)==null?void 0:(D=T.callbacks).onInteractiveChapterChanged)==null||A.call(D,I.chapter,I.manifestVideo)})),this.uiConfig.features.interactiveTimeIndicator&&this.subscription.add(this.interactiveController.events.noInteraction$.subscribe(()=>{var I,T,D,A;(I=this.microStoresRoot)==null||I.stores.showInteractiveTimeIndicatorTooltip$.set(!0,!0),(A=(T=this.videoConfig)==null?void 0:(D=T.callbacks).onInteractiveTimeIndicatorClick)==null||A.call(D)})),this.interactiveSubscription.add(this.interactiveController.events.error$.subscribe(I=>{this.log({message:I.toString()})}))}catch(d){this.log({message:d.message})}})}initPlayer(e,i={}){var o,r,a,l,d,s,u,m,p,v,$,y,g,x,I,T,D,A,E,V,q;if(!this.isConnected){this.postponedInitParams=[e,i];return}if(!Array.isArray(e.videos)||e.videos.length===0&&!e.interactiveData){let L=new Error("empty videos");this.fatalError$.next(L),(r=(o=e.callbacks)==null?void 0:o.onCrashed)==null||r.call(o,L.message);return}else this.fatalError$.next(null);this.videoConfig=Xc(WT,(0,no.cloneDeepWith)(e,L=>L instanceof wg?L:void 0)),(a=this.playerId)!=null||(this.playerId=(0,no.getPlayerId)(e.playerId)),this.uiConfig=h_((l=i.ui)!=null?l:{}),this.updatePersistentLayerProps(),this.coreConfig=(d=i.core)!=null?d:{},this.statisticsConfig=(s=i.statistics)!=null?s:{},this.metaConfig=i.meta,this.uiConfig.features.forcePlayerDisplayBlock&&(this.rootContainer&&(this.rootContainer.style.minHeight="unset"),this.style.display="block",this.style.width="100%",this.style.height="100%"),this.videoConfig.playerView==="preview"&&(this.playerContainer.style.contain="none"),this.uiConfig.features.exposeInternalsToGlobal&&((u=this.internalsExposure)!=null||(this.internalsExposure=new no.InternalsExposure("ui",this.playerId))),bd.devNull.push("ui",{key:"videoplayer_embed",strings:["new","player_init_player","ads.enable: "+this.uiConfig.ads.enable,"showAds: "+((m=this.videoConfig)==null?void 0:m.showAds)],numbers:[(0,Sa.now)()]}),(0,no.isNonNullable)(this.videoConfig.isMediaSessionEnabled)&&(this.uiConfig.features.mediaSession=(v=(p=this.uiConfig.features.mediaSession)!=null?p:this.videoConfig.isMediaSessionEnabled)!=null?v:!0),this.uiConfig.ads.paramsOverride=$l({preview:($=this.uiConfig.ads.preview)!=null?$:this.videoConfig.adsPreviewParam},this.uiConfig.ads.paramsOverride),this.videoConfig.isTouch=(g=(y=this.uiConfig.isMobile)!=null?y:this.videoConfig.isTouch)!=null?g:this.videoConfig.isMobile,(x=this.videoConfig).autoplay&&(x.autoplay=this.uiConfig.features.autoplay),this.videoConfig.showAds=(I=this.uiConfig.ads.enable)!=null?I:this.videoConfig.showAds,this.videoConfig.adsSlotId=(T=this.uiConfig.ads.slot)!=null?T:this.videoConfig.adsSlotId,this.videoConfig.logoHidden=!((D=this.uiConfig.showLogo)!=null?D:!this.videoConfig.logoHidden),(A=this.videoConfig).canRewindLive&&(A.canRewindLive=this.uiConfig.features.liveRewind),this.videoConfig.supportLink=(E=this.videoConfig.supportLink)!=null?E:this.uiConfig.supportLink,this.videoConfig.showEndScreen=this.uiConfig.features.endScreen&&this.videoConfig.showEndScreen,this.videoConfig.showAutoplayNext=this.uiConfig.features.autoplayNext&&this.videoConfig.showAutoplayNext,this.videoConfig.showNextPrevButtons=this.uiConfig.features.nextPrevButtons&&this.videoConfig.showNextPrevButtons,this.currentPlayingVideoIndex=this.videoConfig.videoIndex&&((V=this.videoConfig.videos)!=null&&V[this.videoConfig.videoIndex])?this.videoConfig.videoIndex:0,this.needToRepeatPlaylist=this.videoConfig.repeat,this.uiConfig.features.pip&&(this.pictureInPictureApi=ov(this.videoConfig.pipEnabled!==!1,this.uiConfig.features.dpip)),this.mediaSessionApi=this.uiConfig.features.mediaSession?new kp:void 0,this.slotsApi=this.uiConfig.features.slots?new Ep(this.uiConfig.disabledSlotIds):void 0,this.annotationsApi=this.uiConfig.features.annotations?new Mp(this.uiConfig.features.annotationsInside):void 0,this.annotationsApi&&!this.uiConfig.features.annotationsInside&&this.annotationsApi.init(this.rootContainer),this.focusManager=this._shadowRoot?new Bp(this._shadowRoot):void 0,this.unmountComponent(this.svelteStubComponent),this.unmountComponent(this.svelteRootComponent),this.unmountComponent(this.svelteErrorComponent),this.isInited=!1,this.prevIsid=void 0,this.interactiveController&&(this.interactiveController.destroy(),this.interactiveController=void 0,this.interactiveSubscription.unsubscribe()),this.videoConfig.interactiveData?this.initInteractives():this.createPlayer(this.videoConfig.videos[this.currentPlayingVideoIndex]),hp(this.pictureInPictureApi)&&this.pictureInPictureApi.setPlayerDomElement(this.playerContainer,this._shadowRoot),(q=this.slotsApi)==null||q.init(this.shadowRootContainer,this.store)}isOneVideoPlaylist(){return this.videoConfig?this.videoConfig.videos.length===1:!1}updateVideos(e,i){if(!this.videoConfig)return;this.log({message:`update ${i} videos, videos: ${JSON.stringify(e)}`}),i==="prev"?(this.videoConfig.videos.splice(0,this.currentPlayingVideoIndex),this.videoConfig.videos.unshift(...e),this.currentPlayingVideoIndex=e.length):i==="next"&&(this.videoConfig.videos.splice(this.currentPlayingVideoIndex+1),this.videoConfig.videos.push(...e));let o=this.getNextVideoInfo();n(er)&&(n(er).showNextPrevButtons=this.needToShowNextPrevButtons(),n(er).nextButtonActive=this.isNextButtonActive(),n(er).prevButtonActive=this.isPrevButtonActive(),n(er).endScreenVideoTitle=o.nextVideoTitle,n(er).endScreenVideoThumb=o.nextVideoThumb,n(er).isOneVideoPlaylist=this.isOneVideoPlaylist())}updatePrevVideos(e){this.updateVideos(e,"prev")}updateNextVideos(e){this.updateVideos(e,"next")}initMediaSession(){var e,i;this.mediaSessionApi&&((e=this.unsubscribePlayerPhaseSubscription)==null||e.call(this),this.mediaSessionApi.clearSubscriptions(),this.unsubscribePlayerPhaseSubscription=(i=this.store)==null?void 0:i.playerPhase.subscribe(o=>{o==="video"?this.setupMediaSessionForVideo():o==="ads"&&this.setupMediaSessionForAds()}))}setupMediaSessionForVideo(){if(!(!this.videoConfig||!this.mediaSessionApi))try{let{title:e,thumbUrl:i}=$l({},this.videoConfig.videos[this.currentPlayingVideoIndex]),o=[["play",()=>this.play()],["pause",()=>this.pause()],["seekto",r=>this.seekTime(r.seekTime)]];this.videoConfig.videos.length>1&&(this.currentPlayingVideoIndex<this.videoConfig.videos.length-1&&o.push(["nexttrack",()=>{var r,a,l;if(this.uiConfig.features.useCallbackForMediaSessionNextPrevClick)try{(l=(a=(r=this.videoConfig)==null?void 0:r.callbacks)==null?void 0:a.onNextVideoClick)==null||l.call(a)}catch(d){this.log({message:"onNextVideoClick callback failed to execute"})}else this.playNextVideo()}]),this.currentPlayingVideoIndex>0&&o.push(["previoustrack",()=>{var r,a,l;if(this.uiConfig.features.useCallbackForMediaSessionNextPrevClick)try{(l=(a=(r=this.videoConfig)==null?void 0:r.callbacks)==null?void 0:a.onPrevVideoClick)==null||l.call(a)}catch(d){this.log({message:"onPrevVideoClick callback failed to execute"})}else this.playPrevVideo()}])),this.mediaSessionApi.setMetaData({title:e,thumbUrl:i}),this.mediaSessionApi.updateActionHandlers(o),this.mediaSessionApi.attachToStore(this.store)}catch(e){this.log({message:e.message})}}setupMediaSessionForAds(){if(!(!this.videoConfig||!this.mediaSessionApi))try{let e="Реклама",i=[["play",()=>this.play()],["pause",()=>this.pause()]];this.mediaSessionApi.setMetaData({title:e}),this.mediaSessionApi.updateActionHandlers(i),this.mediaSessionApi.attachToStore(this.store)}catch(e){this.log({message:e.message})}}moveTo(e){this.shadowDOMCallbacksDisabled=!0,e.append(this),this.shadowDOMCallbacksDisabled=!1}play(){var e,i,o,r;this.isControlDisabled("PLAY_BUTTON")||(e=this.store)!=null&&e.playerPhase.is("LiveWaitingStart")||(i=this.store)!=null&&i.playerPhase.is("LiveWaitingRecover")||(o=this.store)!=null&&o.playerPhase.is("LiveWaitingRecord")||(this.log({message:"play"}),(r=this.svelteRootComponent)==null||r.play())}pause(){var e;this.log({message:"pause"}),(e=this.svelteRootComponent)==null||e.pause()}stop(){var e;if(!this.videoConfig)return;this.log({message:"stop"});let i=!!this.interactiveController;i&&(this.interactiveController.destroy(),this.interactiveController=void 0,this.interactiveContainer=void 0,this.interactiveSubscription.unsubscribe()),this.unmountComponent(this.svelteStubComponent),(e=this.mediaSessionApi)==null||e.destroy();let o=this.videoConfig.videos[0];o&&(this.unmountComponent(this.svelteRootComponent),i?(this.videoConfig.autoplay=!1,this.initInteractives()):this.createPlayer(o))}setMuted(e){var i;this.log({message:`set muted, muted: ${e}`}),(i=this.svelteRootComponent)==null||i.setMuted(e)}toggleSubtitle(){var e;this.log({message:"toggle subtitle"}),(e=this.svelteRootComponent)==null||e.toggleSubtitle()}changeSubtitle(e,i){var o;this.log({message:"change subtitle"}),(o=this.svelteRootComponent)==null||o.changeSubtitle(e,i)}hideControls(){var e;this.log({message:"hide controls"}),(e=this.svelteRootComponent)==null||e.hideControls()}showControls(){var e;this.log({message:"show controls"}),(e=this.svelteRootComponent)==null||e.showControls()}setPiPEnabled(e){var i,o;(o=(i=this.store)==null?void 0:i.webApi.pictureInPictureApi)==null||o.setEnabled(e)}setVolume(e){var i;this.log({message:`set volume, volume: ${e}`}),(i=this.svelteRootComponent)==null||i.setVolume(e)}setRepeat(e){this.log({message:`set repeat, repeat: ${e}`}),this.needToRepeatPlaylist=e,n(er)&&(n(er).needToRepeatPlaylist=this.needToRepeatPlaylist,n(er).showNextPrevButtons=this.needToShowNextPrevButtons(),n(er).nextButtonActive=this.isNextButtonActive(),n(er).prevButtonActive=this.isPrevButtonActive())}seekTime(e){var i;this.isControlDisabled("TIMELINE")||(this.log({message:`seek time, time: ${e}`}),(i=this.svelteRootComponent)==null||i.seekTime(e))}seekEpisodeStartTime(e){var i;this.log({message:`seek episode start time, time: ${e}`}),(i=this.svelteRootComponent)==null||i.seekEpisodeStartTime(e)}returnFocusToEpisodes(){var e;this.log({message:"return focus to episodes button"}),(e=this.svelteRootComponent)==null||e.returnFocusToEpisodes()}setPlaybackRate(e){var i;this.log({message:`set playback rate to: ${e}`}),(i=this.svelteRootComponent)==null||i.setPlaybackRate(e)}setAutoQualityLimits(e){var i,o,r;this.log({message:`set auto quality limitation. Max: ${(i=e.max)!=null?i:"none"}. Min: ${(o=e.min)!=null?o:"none"}`}),(r=this.svelteRootComponent)==null||r.setAutoQualityLimits(e)}setAutoQuality(){var e;(e=this.svelteRootComponent)==null||e.setAutoQuality()}toggleTrafficSaving(e){var i;(i=this.svelteRootComponent)==null||i.toggleTrafficSaving(e)}toggleHighQuality(e){var i;(i=this.svelteRootComponent)==null||i.toggleHighQuality(e)}changeAudioStream(e){var i;(i=this.svelteRootComponent)==null||i.changeAudioStream(e)}addLanguage(e){var i;(i=this.store)==null||i.actions.internal.addLanguage(e)}setLanguage(e){return Fp(this,null,function*(){var i;yield(i=this.store)==null?void 0:i.actions.internal.setLanguage(e)})}setLiveStart(e){var i,o;let r=this.isLiveTailPlaying();this.log({message:`live started: liveTailPlaying = ${r}`}),r||((i=this.store)==null||i.actions.internal.setLiveWaitingRecover(!1),(o=this.store)==null||o.actions.internal.setLiveWaitingStart(!1),this.unmountComponent(this.svelteRootComponent),this.createPlayer(e,{autoplay:!0}))}setLiveWaitingStart(){var e;this.log({message:"live waiting"}),(e=this.store)==null||e.actions.internal.setLiveWaitingStart(!0)}isLiveTailPlaying(){var e;let i=(e=this.store)==null?void 0:e.getPlayer();if(!i)return!1;let{info:o}=i;return o.canPlayLiveTailBuffer$.getValue()&&!o.isStalled$.getValue()&&!o.atLiveEdge$.getValue()}setLiveWaitingRecover(e=!1){var i;let o=this.isLiveTailPlaying(),r=e||!o;this.log({message:`live waiting recover: forceImmediate = ${e}, liveTailPlaying = ${o}`});let a=()=>{var l;(l=this.store)==null||l.actions.internal.setLiveWaitingRecover(!0)};r&&a(),(i=this.store)!=null&&i.callbacks&&(this.store.callbacks.onLiveEnded=()=>{var l;r||a(),(l=this.store)==null||l.destroy()})}setLiveWaitingRecord(){var e;let i=this.isLiveTailPlaying(),o=!i;this.log({message:`live waiting record: liveTailPlaying = ${i}`});let r=()=>{var a;(a=this.store)==null||a.actions.internal.setLiveWaitingRecord(!0)};o&&r(),(e=this.store)!=null&&e.callbacks&&(this.store.callbacks.onLiveEnded=()=>{var a;o||r(),(a=this.store)==null||a.destroy()})}setLiveEnd(e){var i;let o=this.isLiveTailPlaying(),r=!o;this.log({message:`live ended: liveTailPlaying = ${o}`});let a=()=>{var l,d;(l=this.store)==null||l.actions.internal.setLiveWaitingRecover(!1),(d=this.store)==null||d.actions.internal.setLiveWaitingRecord(!1),this.unmountComponent(this.svelteRootComponent),this.createPlayer(e,{autoplay:!1})};if(r){a();return}(i=this.store)!=null&&i.callbacks&&(this.store.callbacks.onLiveEnded=a)}setLiveLowLatency(e){var i;this.log({message:"live switch to low latency "+e}),(i=this.store)==null||i.actions.external.setLiveLowLatency(e)}setLooped(e){var i;(i=this.store)==null||i.actions.internal.setLooped(e)}getDebugData(){var e,i;return(i=(e=this.store)==null?void 0:e.actions.internal.getDebugTextData())!=null?i:""}getDeviceId(){var e,i,o;return(o=(i=(e=this.statistics)==null?void 0:e.oneStat)==null?void 0:i.getDeviceId())!=null?o:void 0}replayInteractiveVideo(){this.interactiveController&&this.interactiveController.setChapter()}replayInteractiveChapter(e){return Fp(this,null,function*(){var i,o;if(this.interactiveController&&((i=this.store)!=null&&i.state.positionExact$)){let r=ge(this.store.state.positionExact$),l=ge(this.store.state.interactiveEpisodes$).find(s=>!s.completed);this.interactiveController.events.playerChanged$.pipe((0,no.once)()).subscribe(()=>{l&&r>=l.time?this.seekTime(l.time):this.seekTime(r),e==null||e()});let d=this.interactiveController.getCurrentChapter();yield this.interactiveController.setChapter({chapterId:(o=d==null?void 0:d.chapter)==null?void 0:o.id,pushToHistory:!1})}})}showInteractiveIndicatorTooltip(e,i=!1){var o;(o=this.microStoresRoot)==null||o.stores.showInteractiveTimeIndicatorTooltip$.set(e,i)}switchToActiveLive(){var e;(e=this.store)==null||e.actions.internal.switchToActiveLive()}updateAdditionalSettingsItem(e,i){var o;(o=this.store)==null||o.actions.external.updateAdditionalSettingsItem(e,i)}addAdditionalSettingsItem(e){var i;(i=this.store)==null||i.actions.external.addAdditionalSettingsItem(e)}removeAdditionalSettingsItem(e){var i;(i=this.store)==null||i.actions.external.removeAdditionalSettingsItem(e)}updateAdditionalContextItem(e,i){var o;(o=this.store)==null||o.actions.external.updateAdditionalContextItem(e,i)}addAdditionalContextItem(e){var i;(i=this.store)==null||i.actions.external.addAdditionalContextItem(e)}removeAdditionalContextItem(e){var i;(i=this.store)==null||i.actions.external.removeAdditionalContextItem(e)}updateAdditionalButton(e,i){var o;(o=this.store)==null||o.actions.external.updateAdditionalButton(e,i)}addAdditionalButton(e){var i;(i=this.store)==null||i.actions.external.addAdditionalButton(e)}removeAdditionalButton(e){var i;(i=this.store)==null||i.actions.external.removeAdditionalButton(e)}updateStatContext(e){this.statistics&&(this.statistics.oneStat&&this.statistics.oneStat.updateContext(e),this.statistics.thinOneStat&&this.statistics.thinOneStat.updateContext(e))}handleTimerNextVideo(e){var i;(i=this.store)==null||i.actions.internal.setTimerNextVideoRunning(e)}togglePictureInPicture(){var e;(e=this.store)==null||e.actions.internal.togglePictureInPicture()}focus(){var e,i,o;(o=(i=(e=this.svelteRootComponent)==null?void 0:e.keyboardControls)==null?void 0:i.focus)==null||o.call(i)}restoreFocus(){var e;(e=this.focusManager)==null||e.restoreFocus()}handleExternalKeyboardEvent(e){var i,o;return!!((o=(i=this.svelteRootComponent)==null?void 0:i.keyboardControls)!=null&&o.handleExternalKeyboardEvent(e))}setAutoplayNext(e){var i;(i=this.store)==null||i.actions.internal.setAutoplayNextEnabled(e)}getTotalViewTime(){var e,i;return(i=(e=this.statistics)==null?void 0:e.thinOneStat)==null?void 0:i.getTotalViewTime()}unmountComponent(e){e&&Wa(e)}};var yd=require("@vkontakte/videoplayer-shared/es2015"),Up=require("@vkontakte/videoplayer-core/es2015"),KT=()=>{window.customElements.define("vk-video-player",Hp)};