O jogador do Verona, de 21 anos, também foi o melhor em número de pontos conquistados nos ataques (132).
Com a dupla padrão Urnaut – Čebulj, Možič foi apenas reserva no campeonato mundial do ano passado, mas este ano, devido à lesão de Tonček Štern, teve a oportunidade na posição correcional e aproveitou-a perfeitamente.
Os torcedores eslovenos ficarão felizes em assistir repetidamente aos últimos dois pontos da partida pelo terceiro lugar contra a França. Primeiro, o arremessador Dejan Vinčić, já completamente exausto, arriscou tudo e conquistou a bola final de forma excepcional, que a Eslovênia também jogou com maestria. Jani Kovačič provou porque é um dos melhores agentes livres, ao defender o que parecia ser uma bola perdida, Tine Urnaut mandou para o ar para Rok Možič, que fez com que a bola voasse do bloco francês para a área com um tiro poderoso. 15:11 no quinto set e a partida acabou.
Começou a comemoração da conquista da medalha de bronze, os jogadores choraram, até o técnico Gheorghe Cretu deu uma pausa… Você pode assistir ao vídeo dos dois últimos pontos e da comemoração no vídeo abaixo…
Ordem final do 33º Campeonato da Europa:
1. POLÔNIA
2. ITÁLIA
3. ESLOVÊNIA
4. FRANÇA
5. HOLANDA
6. SÉRVIA
7. ROMÊNIA
8. UCRÂNIA
9. ALEMANHA
10. PORTUGAL
11. CROÁCIA
12. REPÚBLICA CHECA
13. TURQUIA
14. BÉLGICA
15. BULGÁRIA
16. MACEDÔNIA DO NORTE
17. ESPANHA
18. ISRAEL
19. MONTEGRO
20. ESTÔNIA
21. FINLÂNDIA
22. GRÉCIA
23. SUÍÇA
24. DINAMARCA
OS MELHORES PAÍSES NA HISTÓRIA DOS EPs |
OURO | PRATA | BRONZE | JUNTO | |
1. | UNIÃO SOVIÉTICA | 12 | 0 | 2 | 14 |
2. | ITÁLIA | 7 | 5 | 3 | 15 |
3. | CHECOSLOVÁQUIA | 3 | 4 | 0 | 7 |
4. | POLÔNIA | 2 | 5 | 4 | 11 |
5. | RÚSSIA | 2 | 3 | 3 | 8 |
6. | SÉRVIA | 2 | 0 | 3 | 5 |
7. | FRANÇA | 1 | 4 | 2 | 7 |
8. | OS PAÍSES BAIXOS | 1 | 2 | 2 | 5 |
9. | ROMÊNIA | 1 | 2 | 2 | 5 |
10. | IUGOSLÁVIA/SÉRVIA E ČG | 1 | 1 | 3 | 5 |
11. | ESPANHA | 1 | 0 | 0 | 1 |
12. | ESLOVÊNIA | 0 | 3 | 1 | 4 |
// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }
// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },
setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },
deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },
cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper
// iProm
(function(a,g,b,c){ a[c]=a[c]||function(){
"undefined"===typeof a.ipromNS?(a[c].q=a[c].q||[]).push(arguments):a.ipromNS.execute(arguments)};
var k=function(){ var b=g.getElementsByTagName("script")[0];return function h(f){ var e=f.shift();a[c]("setConfig",{ server:e});
var d=document.createElement("script");0
// Dark mode, Comments & Login if (( document.cookie.indexOf('darkModeEnabled=true') != -1 ) || ( document.cookie.indexOf('darkModeEnabled') == -1 && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches )) { document.body.classList.add('dark-mode'); }
if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); } else { document.body.classList.add('user-logged-out'); }
// Mobile check var mobile = false; var mobile_xs = false;
var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }
//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }