:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_sectionHeader__d0h3l{font-weight:700;font-size:24px;line-height:28px;letter-spacing:.03em;text-transform:uppercase;color:#262626;margin-bottom:20px}@media(max-width:880px){.styles_sectionHeader__d0h3l{font-size:20px}}.styles_sectionHeaderBlue__fG66X{color:#022d5a}.styles_pageTitle__t_ed0{font-weight:700;font-size:32px;line-height:28px;letter-spacing:.03em;text-transform:uppercase;color:#262626}@media(max-width:880px){.styles_pageTitle__t_ed0{font-size:24px}}@media(max-width:620px){.styles_pageTitle__t_ed0{text-align:center}}.style_rootClases__eNI5y{background:#fff;box-shadow:0 4px 80px rgba(0,0,0,.07),0 .893452px 17.869px rgba(0,0,0,.042),0 .266004px 5.32008px rgba(0,0,0,.028)}.style_match__gfoN3{width:100%;max-width:1200px;margin:0 auto 60px;position:relative}.style_match__inner__nPHvU{margin-top:20px;display:grid;grid-template-columns:490px 1fr;justify-content:space-between;grid-gap:20px;gap:20px}@media(max-width:1220px){.style_match__inner__nPHvU{grid-template-columns:repeat(2,1fr);gap:10px}}@media(max-width:880px){.style_match__inner__nPHvU{grid-template-columns:1fr;gap:20px}}@media(max-width:1220px){.style_match__gfoN3{padding:0 10px}}.style_info__tournament__aSoUZ{display:flex;margin-bottom:10px}.style_info__tournamentLinks__rAvNg{display:flex;flex-direction:column;align-items:flex-start;margin-right:10px;gap:2px}.style_info__header__0yPIt{padding:29px 20px;border-bottom:1px solid rgba(0,0,0,.07)}.style_info__league__LOE66{color:#116ec5;font-weight:700;font-size:16px;margin-right:0}.style_info__teams__ZY9ah{padding:10px;display:flex;justify-content:space-between}.style_info__icons__tHaqW{display:flex;gap:0 15px}.style_info__club__N53oM{display:flex;flex:1 1;width:0;flex-direction:column;justify-content:center;align-items:center!important;text-align:center!important}.style_info__clubAway__Qp6Mj{align-items:flex-end}.style_info__clubHome__ohFVV{align-items:flex-start}.style_info__clubName__66wEo{display:block;width:100%;font-size:16px;font-weight:700;color:#262626;line-height:22px;text-align:center!important}.style_info__optimum__EoVL1{font-weight:400;font-size:11px;line-height:15px;color:rgba(0,0,0,.4)}.style_info__more__ZnQvM{display:flex}.style_info__moreItem__blC_7{cursor:pointer;outline:none;background:none;border:none}.style_awayName__xfvKN{text-align:end}.style_descr__QzOd6{display:flex;margin-bottom:10px;align-items:center}.style_descr__title__j9BDC{font-size:16px;color:#262626;font-weight:700;margin-right:10px}.style_descr__referee__7UHsF{display:flex;width:30px;height:30px;border-radius:16px;overflow:hidden;margin-right:10px}.style_descr__stadium__95dPR{width:30px;height:30px;background-color:#e4e1e1;border-radius:100%;overflow:hidden}.style_descr__stadium__95dPR img{-o-object-fit:cover!important;object-fit:cover!important}.style_logo__YJ4UX{position:relative;width:90px;height:90px;margin-bottom:10px}@media(max-width:500px){.style_logo__YJ4UX{width:40px;height:40px}}.style_uniform__Qxwqg{display:flex;align-items:center;position:relative;z-index:0;align-self:center;margin-bottom:30px}.style_uniform__logoTeamHome__R7VC5{position:absolute;right:-2px;z-index:2;display:flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:30px;overflow:hidden}.style_uniform__logoTeamHome__R7VC5 img{z-index:2}.style_uniform__logoTeamHomeCircle__z9zZp{background-color:hsla(0,0%,100%,.663);position:absolute;width:45px;height:45px;z-index:1;border-radius:30px}.style_uniform__logoTeamAway___F82q{position:absolute;left:-2px;z-index:2;display:flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:30px;overflow:hidden}.style_uniform__logoTeamAway___F82q img{z-index:2}.style_uniform__logoTeamAwayCircle__6AQG7{background-color:hsla(0,0%,100%,.663);position:absolute;width:45px;height:45px;z-index:1;border-radius:30px}.style_uniform__text___oS3n{font-size:14px;font-weight:700;color:#262626;margin-right:5px}.style_score__XYMxR{font-size:36px;color:#022d5a;text-align:center;flex:1 1;width:0;align-self:center}@media(max-width:500px){.style_score__XYMxR{font-size:32px}}.style_goals__EdKTy{margin-bottom:20px}.style_goals__EdKTy div:not(:last-child){margin-bottom:10px}.style_goals__item__DmrLI{display:flex;align-items:center}.style_goals__item__DmrLI:not(:last-child){margin-bottom:10px}.style_goals__wrapper__Ukyu4{list-style-type:none;padding:20px}@media(max-width:660px){.style_goals__wrapper__Ukyu4{padding:0;margin-top:20px}}.style_goals__score__GNDvR{font-weight:700;font-size:20px;color:#116ec5;margin-right:14px}.style_goals__time__9Gxii{font-weight:700;font-size:16px;color:#022d5a;margin-left:10px}@media(max-width:660px){.style_goals__desktop__aMbU4{display:none}}.style_goals__mobile__jPBkn{display:none}@media(max-width:660px){.style_goals__mobile__jPBkn{display:block;padding:10px}}@media(max-width:460px){.style_goalsDescr__v01zQ{display:flex;flex-direction:column;width:80%}}.style_link__XnVvu{transition:color .2s linear}.style_link__XnVvu:hover{color:#116ec5}.style_ranking__5LUIq{width:100%;height:830px;display:grid;grid-template-columns:1fr;grid-template-rows:415px;position:relative}@media(max-width:960px){.style_ranking__5LUIq{height:750px}}@media(max-width:505px){.style_ranking__5LUIq{height:576px;grid-template-rows:263px}}.style_ranking__img__peAuq{position:absolute;width:100%;height:100%}@media(max-width:880px){.style_ranking__img__peAuq{width:490px;left:50%;transform:translateX(-50%)}}@media(max-width:505px){.style_ranking__img__peAuq{width:340px}}.style_ranking__list__dI4ol{position:relative;list-style-type:none}.style_ranking__listAway__GH2NA{display:flex}@media(max-width:880px){.style_ranking__list__dI4ol{width:490px;margin:0 auto}}@media(max-width:505px){.style_ranking__list__dI4ol{width:340px}}.style_ranking__item__svwAe{display:flex;flex-direction:column;align-items:center}.style_ranking__name__GW_Qx{font-weight:700;font-size:12px;line-height:14px;color:#fff;max-width:100px;width:100%;text-align:center}.style_ranking__shirt__Qw5Ce{position:relative;width:56px;height:56px}@media(max-width:505px){.style_ranking__shirt__Qw5Ce{width:39px;height:39px}}.style_squads__Ub9v8{margin-bottom:20px}.style_squads__inner__HR4EC{padding:20px}.style_squads__inner__HR4EC div:not(:last-child){margin-bottom:10px}.style_squads__blockTitle__bAEr9{color:#262626;font-size:16px;margin-bottom:10px}.style_squads__info__lHELf{display:flex;align-items:center;margin-bottom:10px}.style_squads__title__6cV5n{font-size:16px;margin-left:10px;color:#262626;font-weight:700}.style_squads__list__Ip__E{list-style-type:none;display:flex;flex-wrap:wrap}@media(max-width:600px){.style_squads__list__Ip__E{flex-direction:column;align-items:flex-start}}.style_squads__item__d1q2X{position:relative}.style_squads__item__d1q2X:not(:last-child){margin-right:10px}.style_squads__item__d1q2X:not(:last-child):after{content:";";position:absolute;right:-4px}@media(max-width:600px){.style_squads__item__d1q2X:not(:last-child){margin-right:0}.style_squads__item__d1q2X:not(:last-child):after{display:none}}.style_squads__itemName__Jowwu{color:#262626;font-size:16px;font-weight:700}.style_squads__descr__Si7J3{display:flex;flex-direction:column}.style_penalties__GWzlx{margin-bottom:20px}.style_penalties__inner__AUdHW{padding:20px}.style_penalties__list__BCT4x{list-style-type:none}.style_penalties__item__JXPz5{display:flex;align-items:center}.style_penalties__itemPlayer__uQZ61{width:30%;margin-right:10px;display:flex;justify-content:space-between;align-items:center}@media(max-width:1080px){.style_penalties__itemPlayer__uQZ61{width:50%;margin-right:0;margin-bottom:10px}}.style_penalties__itemInfo__dW309{width:70%;display:flex;align-items:center}@media(max-width:1080px){.style_penalties__itemInfo__dW309{width:100%}}.style_penalties__item__JXPz5:not(:last-child){margin-bottom:10px}@media(max-width:1080px){.style_penalties__item__JXPz5{flex-direction:column;align-items:flex-start}}.style_penalties__name__nlh0G{color:#262626;font-weight:700;font-size:16px;line-height:20px}@media(max-width:880px){.style_penalties__name__nlh0G{margin-right:10px}}.style_penalties__team__QuuEL{display:flex;width:50%;align-items:center;margin:0 10px}@media(max-width:1080px){.style_penalties__team__QuuEL{margin-left:0}}@media(max-width:375px){.style_penalties__team__QuuEL{width:55%}}.style_penalties__club__tEgGM{color:#262626;font-weight:700;font-size:16px;line-height:20px;margin-left:10px}@media screen and (max-width:375px){.style_penalties__club__tEgGM{width:55%}}.style_penalties__reason__mVT7D{width:40%;font-size:16px;color:#262626;margin-right:10px}@media screen and (max-width:375px){.style_penalties__reason__mVT7D{font-size:14px}}.style_penalties__time__oXTyC{width:10%;font-size:16px;font-weight:700;color:#022d5a}.style_best__list__7gxzM{list-style-type:none;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(200px,auto);grid-gap:20px;gap:20px}@media(max-width:1185px){.style_best__list__7gxzM{grid-template-columns:1fr;grid-auto-rows:minmax(122px,auto)}}.style_best__item__T_SpZ{padding:10px 20px;height:100%}.style_best__wrapper__4L_SZ{display:flex;flex-direction:column;align-items:center}@media(max-width:1185px){.style_best__wrapper__4L_SZ{flex-direction:row}}.style_best__club___JIsN{display:flex;align-items:center;margin-top:12px;text-align:left}.style_best__clubName__klSVx{margin-left:10px;font-weight:500;font-size:14px;color:#262626}.style_best__name__0gc1i{margin-top:5px;font-size:16px;font-weight:700;color:#262626}.style_best__info__JEt3T{display:flex;flex-direction:column;align-items:center;text-align:center}.style_best__photo__ZgQx_{position:relative;width:70px;height:110px}@media(max-width:1185px){.style_best__photo__ZgQx_{width:69px;height:102px;margin-right:27px}}.style_mbZero__batrU{margin-bottom:0}.style_mbTen__WsXff{margin-bottom:10px}.style_btn__YQxsM{display:none}@media(max-width:600px){.style_btn__YQxsM{display:block;margin-top:10px}}.style_subs__zWkk3{display:flex}@media(max-width:600px){.style_subs__zWkk3{display:none}}.style_overlay__863wC{position:fixed;width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;background-color:rgba(0,0,0,.6);left:0;right:0;top:0;bottom:0;z-index:10;height:100vh;overflow:auto}.style_modal__UJNz8{position:relative;max-width:540px;max-height:807px;overflow:auto;width:100%;z-index:11;padding:60px 20px 20px;background:#fff;box-shadow:0 4px 80px rgba(0,0,0,.07),0 .893452px 17.869px rgba(0,0,0,.042),0 .266004px 5.32008px rgba(0,0,0,.028)}@media(max-width:610px){.style_modal__UJNz8{max-width:340px}}.style_modal__title__R3DML{margin-bottom:20px;font-weight:700;font-size:20px;color:#262626;text-transform:uppercase}.style_modal__header__U5Smn{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.style_modal__club___3Hc9{display:flex;align-items:center;color:#262626;font-weight:700}.style_modal__clubAway__r8mnd{text-align:end;margin-right:10px}.style_modal__clubHome___WPJa{margin-left:10px}.style_modal__logo__AJoBw{position:relative;width:40px;height:40px}.style_modal__wrapper__j2CrQ{list-style-type:none}.style_modal__wrapperItem__bElxM{display:flex;justify-content:space-between}.style_modal__wrapperItem__bElxM:not(:last-child){margin-bottom:10px}.style_modal__wrapperCount__9U6zo{color:#116ec5;font-size:16px;font-weight:700}.style_modal__wrapperTitle__tuJUD{font-size:16px;font-weight:700;color:#262626}.style_modal__close__RfK4B{position:absolute;right:24px;top:24px;cursor:pointer}.style_matchStatsContainer__lxv1z{margin-top:20px}.style_matchStats___mviV{padding:20px}.style_matchStats__item__Pntzi{display:flex;justify-content:space-between;border-bottom:1px solid #f8f8f8;padding:10px 0}.style_matchStats__item__Pntzi:not(:last-child){margin-bottom:10px}.style_protocols__filters__IHUf4{margin-top:26px;display:flex;justify-content:space-between}@media(max-width:1070px){.style_protocols__filters__IHUf4{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.style_protocols__filters__IHUf4 select{width:100%}}@media(max-width:620px){.style_protocols__filters__IHUf4{grid-template-columns:1fr}}.style_matchScore__lw3OP{display:flex;flex-direction:column;flex:1 1}.style_matchScore__penalty__PTGrd{display:flex;flex-direction:column}.style_matchScore__penalty_text__ovIJj{padding:10px 0;color:#262626;text-align:center}.style_matchScore__penalty_score__Xn651{display:flex;flex:1 1;width:auto;font-size:24px}.style_note__tmL0g{margin-top:10px;margin-bottom:20px}.style_note__container__mOx1s{padding:20px}.style_note__title__NuA8u{color:#262626;text-transform:uppercase;margin:0;padding:0}.style_note__text__A_jmw{text-wrap:wrap;color:#116ec5;font-weight:700}.style_flex__45Gyz{display:flex}.style_none__u5HQZ{display:none}.style_back__KJFlq{text-decoration:underline;color:#116ec5;cursor:pointer;margin-top:20px;display:block}.styles_loadBtn__yx18u{cursor:pointer;background:none;border:1px solid #a0a0a0;color:#a0a0a0;outline:none;padding:10px;text-align:center;text-transform:uppercase;font-weight:700;font-size:18px;transition:all .2s linear}.styles_loadBtn__yx18u:disabled{cursor:wait;opacity:.4}.styles_loadBtn__yx18u:hover{color:#022d5a;border:1px solid #022d5a}@media(max-height:470px){.styles_loadBtn__yx18u{font-size:16px}}.styles_blue__6H9ZS,.styles_blue__6H9ZS:hover{color:#022d5a;border:1px solid #022d5a}