O selecionador Marco Bonita incluiu no time titular a passadora Eva Pogačar, o corretor Niko Milošič, as recebedoras Mija Šiftar e Eva Zatkovič, as meio bloqueadoras Sašo Planinšec e Mirta Velikonja Grbac e a jogadora livre Anja Mazej, que foi substituída por Julija Grubišič Čabo. a recepção.
Nem tudo saiu como planejado, já que a Estônia abriu 1 a 2 nos sets. No quarto set, as mulheres eslovenas imediatamente tomaram a iniciativa (6:1). A sequência terminou em 22, depois que Saša Planinšec conseguiu bloquear pelo 24º ponto e Maša Pucelj pelo 25º.
No quinto set, as eslovenas ditaram o ritmo o tempo todo. Mija Šiftar, o jogador mais eficaz da partida com 21 pontos, aumentou a vantagem para 11:7 com um ataque bem sucedido. O jovem recebedor do Calcit Volley também assumiu a responsabilidade pelo ponto para liderar com 12:10, e Mirta Velikonja Grbac (19 pontos) ganhou a primeira bola final (14:10).
As eslovenas jogam sua próxima partida no dia 15 de junho em Tartu contra as rivais de hoje.
Liga Prata, Grupo A:
ESLOVÊNIA – ESTÔNIA
3:2 (18, -18, -23, 22, 11)
Eslovênia: Mazej, Pogačar 2, Leban 13, Milošič 1, Koren, Zatković 2, Šiftar 21, Velikonja Grbac 19, Pucelj 15, Boisa, Grubšič Čabo, Planinšec 10, Halužan Sagadin.
Estônia: Peit 2, Monnakmäe 2, Miilen 9, L. Kullerkann 8, Hollas 9, Laak 30, Leenurm, Pertens 5, Parts, Kibbermann, Vahula 2, K. Kullerkann 1, Kangro, Pill.
PORTUGAL – SUÉCIA 3:2
A ordem: Portugal e Suécia 7 cada, Eslovénia (jogo mais) 5 …
// 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.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')); }