: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_matches__T4XDB{width:100%;list-style-type:none;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);background:#fff}.styles_matches__item__J6aAX{padding:15px 20px;display:grid;grid-template-columns:10% 15% 30% 25%;grid-template-areas:"tour date result result stadium";align-items:center;cursor:pointer}.styles_matches__item__J6aAX:not(:last-child){border-bottom:1px solid rgba(0,0,0,.07)}.styles_matchesLast__qFiCX{width:100%;list-style-type:none;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);background:#fff}.styles_matchesLast__item__ahg_v{padding:15px 20px;display:grid;grid-template-columns:10% 15% 30% 25%;grid-template-areas:"tour date result result stadium";align-items:center;cursor:pointer}.styles_matchesLast__item__ahg_v:not(:last-child){border-bottom:1px solid rgba(0,0,0,.07)}.styles_result___YaxP{display:grid;grid-area:result;grid-template-columns:200px 100px 200px;grid-template-areas:"home score away";align-items:center;justify-content:space-around}.styles_result__response__7HUbp{display:none}.styles_team__v2KYt{display:flex;align-items:center;transition:color .2s linear;font-size:18px;line-height:20px;color:#262626;cursor:pointer}.styles_team__home__GnUNq{margin-right:10px;text-align:end;font-family:Clear Sans;cursor:pointer}.styles_team__home__GnUNq:hover{color:#116ec5;transition:color .2s linear}.styles_team__away__09G01{margin-left:10px;font-family:Clear Sans}.styles_team__active__iLruQ{color:#116ec5}.styles_teamHome__ThR7G{justify-content:flex-end;grid-area:home}.styles_teamAway__NwFkc{grid-area:away}.styles_team__v2KYt:hover{color:#116ec5;transition:color .2s linear}.styles_tour__yGv2T{font-weight:700;font-size:16px;line-height:20px;color:#022d5a;grid-area:tour}.styles_clubImage__1NF1A{position:relative;width:40px;height:40px}@media(max-width:910px){.styles_clubImage__1NF1A{width:24px;height:24px}}.styles_stadium__AEU9r{grid-area:stadium;text-align:end;font-weight:700;font-size:16px;line-height:20px;color:#022d5a;cursor:pointer}@media(max-width:880px){.styles_stadium__AEU9r{display:block;text-align:center}}.styles_stadium__AEU9r:hover{color:#116ec5;transition:color .2s linear}.styles_date__p8U_G{grid-area:date;font-weight:700;font-size:16px;line-height:20px;color:#262626;text-transform:uppercase}.styles_score__OfEJe{display:flex;justify-content:center;align-items:center;grid-area:score;font-weight:700;font-size:18px;line-height:24px;text-align:center;white-space:nowrap;transition:color .2s linear;cursor:pointer}.styles_score__OfEJe:hover{color:#116ec5;transition:color .2s linear}.styles_score__upcoming___Vdjm{transition:none;cursor:pointer}.styles_score__upcoming___Vdjm:hover{color:#022d5a;text-decoration:none}@media(max-width:910px){.styles_result___YaxP{gap:30px}.styles_team__v2KYt img{width:24px;height:24px}.styles_team__home__GnUNq{margin-left:10px;line-height:24px;font-size:13px;margin-right:0;font-weight:500}}@media(max-width:910px)and (max-width:910px){.styles_team__home__GnUNq{justify-content:flex-end}}@media(max-width:910px){.styles_team__away__09G01{margin-left:10px;font-size:13px;font-weight:500;line-height:24px;justify-content:flex-start}.styles_score__OfEJe{font-size:18px}}@media screen and (max-width:910px){.styles_team__away__09G01,.styles_team__home__GnUNq{width:50%}.styles_matchesLast__qFiCX{width:100%;list-style-type:none;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);background:#fff}.styles_matchesLast__item__ahg_v{grid-template-columns:10% 5% 10% 45% 30%;grid-template-areas:"tour date result result stadium"}.styles_matchesLast__qFiCX .styles_result___YaxP{grid-template-columns:200px 10px 200px}}@media screen and (max-width:750px){.styles_matchesLast__item__ahg_v{grid-template-areas:"tour result   date" "tour result   stadium";grid-template-columns:50px 1fr 1fr;align-items:center;gap:0 20px}.styles_matchesLast__qFiCX .styles_team__away__09G01,.styles_matchesLast__qFiCX .styles_team__home__GnUNq{width:auto}.styles_matchesLast__qFiCX .styles_result___YaxP{grid-template-columns:70% 1fr 1fr}}@media screen and (max-width:520px){.styles_matchesLast__qFiCX .styles_result___YaxP{grid-template-columns:130px 20px 1fr}}@media screen and (max-width:750px){.styles_matches__item__J6aAX{grid-template-areas:"tour result   date" "tour result   stadium";grid-template-columns:50px 1fr 1fr;align-items:center;gap:0 20px}}@media screen and (max-width:750px)and (max-width:750px){.styles_teamHome__ThR7G{flex-direction:row-reverse}.styles_teamHome__ThR7G .styles_team__home__GnUNq{text-align:left!important}}@media screen and (max-width:750px){.styles_stadium__AEU9r{font-weight:300;color:#262626}.styles_result___YaxP{gap:0;grid-template-areas:"home score" "away  score";grid-template-columns:1fr 1fr}.styles_score__OfEJe{flex-direction:column}.styles_date__p8U_G{font-size:12px;text-align:end;font-weight:300}.styles_date__day__cA0a0{display:none}.styles_stadium__AEU9r{font-size:12px;text-align:end}}@media(max-width:570px){.styles_matches__item__J6aAX{gap:0 5px}.styles_result___YaxP{grid-template-columns:100px 20px}.styles_tour__yGv2T{font-size:13px}}.styles_btnBox__kMP6a{display:flex;gap:0 8px;justify-content:center!important;align-items:center!important;margin-left:2px}@media(max-width:910px){.styles_btnBox__kMP6a{display:none}}.styles_scoreBox__gREwx{display:flex;align-items:center!important;justify-content:center!important}.styles_more__wlMFs,.styles_scoreAndLinks__SAjIX{display:flex;align-items:center}.styles_scoreAndLinks__SAjIX{flex-direction:column}@media screen and (max-width:750px){.styles_scoreAndLinks__SAjIX{flex-direction:row}}.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}}.styles_select__eyqaI{border:1px solid #116ec5;outline:none;line-height:28px;font-size:16px;color:#116ec5;padding:5px 10px;border-radius:4px;cursor:pointer}.styles_select__eyqaI,.styles_select__eyqaI:focus{background:#fff;box-shadow:0 4px 80px rgba(0,0,0,.07),0 .893452px 17.869px rgba(0,0,0,.04),0 .266004px 5.32008px rgba(0,0,0,.03)}.styles_label__ANVEh{font-size:18px;line-height:24px;letter-spacing:.03em;color:#262626;margin-right:20px}@media(max-width:450px){.styles_label__ANVEh{margin-right:10px}}.styles_wrapper__0Pn7K{display:flex;align-items:center}.styles_root__ZYJCq{margin-top:10px;margin-bottom:20px;font-weight:400;font-size:14px;line-height:140%;color:#116ec5}@media screen and (max-width:880px){.styles_root__ZYJCq{display:none}}.style_rootClases__vgriR{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_person__IpOrL{max-width:1200px;margin:0 auto;padding-bottom:60px}@media(max-width:1210px){.style_person__IpOrL{max-width:100%;padding:0 20px 60px}}@media(max-width:880px){.style_person__IpOrL{padding:20px 10px}}.style_person__IpOrL ul{list-style-type:none}.style_header__O0Xeb{display:grid;margin-bottom:20px}.style_header__main__8S4_t{display:flex}@media(max-width:950px){.style_header__main__8S4_t{flex-direction:column}}.style_header__mainLeft__Scewt{width:65%;display:flex;border-right:1px solid #ededed;border-bottom:1px solid #ededed;flex-direction:column}@media(max-width:950px){.style_header__mainLeft__Scewt{width:100%;border-right:none;border-bottom:1px solid #ededed;flex-direction:column}}.style_header__mainRight__LTm2D{width:35%}@media(max-width:950px){.style_header__mainRight__LTm2D{order:2;width:50%}}@media(max-width:650px){.style_header__mainRight__LTm2D{width:100%;margin-left:0}.style_header__main__8S4_t{flex-direction:column}}.style_header__photo__BJWKu{position:relative;width:173px;height:249px}.style_header__photoDesktop__e9PyG{display:block}@media(max-width:610px){.style_header__photoDesktop__e9PyG{display:none}}.style_header__photoMob__SSRWm{display:none;position:relative;width:107px;height:131px}@media(max-width:610px){.style_header__photoMob__SSRWm{display:block;margin-right:20px}}.style_header__info__Y2CEj{padding:20px 38px 25px 20px;border-bottom:1px solid #ededed}@media(max-width:950px){.style_header__info__Y2CEj{width:100%}}@media(max-width:610px){.style_header__info__Y2CEj{padding:20px 15px 20px 27px}.style_header__title__hI8OQ{display:flex;align-items:center;text-align:left}}.style_descr__u0Qqr{margin:10px 0 35px;display:grid;grid-template-columns:140px 80px;align-items:flex-start;grid-gap:5px 20px;gap:5px 20px}.style_descr__strong__66rGN{color:#262626;font-weight:700}.style_stat__MM_sE{display:flex}@media(max-width:610px){.style_stat__MM_sE{justify-content:center}}.style_stat__item__YYr7D{display:flex;align-items:center}.style_stat__item__YYr7D:not(:last-child){margin-right:20px}@media(max-width:610px){.style_stat__itemImg__Zs1qn{display:none}}@media(max-width:1110px){.style_stat__item__YYr7D{flex-direction:column-reverse}}.style_stat__desc__pHvoq{display:flex;flex-direction:column;align-items:center;margin-left:8px}@media(max-width:610px){.style_stat__desc__pHvoq{margin-left:0}}.style_stat__title__nwI_K{color:#262626;font-size:12px;font-weight:400}.style_stat__count__wo8x5{color:#116ec5;font-size:40px;font-weight:700;line-height:40px}@media(max-width:610px){.style_stat__count__wo8x5{font-size:32px}}.style_playerCareer__Pkffh{padding:20px 20px 24px;margin-bottom:20px}.style_playerCareer__wrapper__Xpls5{display:flex;flex-wrap:wrap}@media(max-width:610px){.style_playerCareer__wrapper__Xpls5{flex-direction:column}}.style_playerCareer__item__DCP_m{margin-bottom:10px}.style_playerCareer__item__DCP_m:not(:last-child){margin-right:5px}.style_playerCareer__item__DCP_m:not(:last-child):after{content:","}@media(max-width:610px){.style_playerCareer__item__DCP_m:not(:last-child):after{display:none}}.style_playerCareer__link__ta1Fj{color:#116ec5;text-decoration:underline}.style_clubBtns__9eZI9{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:20px}.style_clubBtns__item__GYaXJ{border-radius:5px;border:2px solid #022d5a;margin-bottom:10px;padding:9px 10px;cursor:pointer;font-size:16px;color:#022d5a;transition:all .2s linear}.style_clubBtns__item__GYaXJ:not(:last-child){margin-right:10px}.style_clubBtns__itemActive__M1K1Z,.style_clubBtns__item__GYaXJ:hover{color:#fff;background:#022d5a}.style_menu__j_I63{display:flex;align-items:center;background:#022d5a;overflow:auto}.style_menu__item____hqe{font-weight:400;padding:8px 20px;cursor:pointer;transition:color .2s,background-color .2s;color:#fff;text-transform:uppercase}.style_menu__item____hqe:hover{background:#fff;color:#262626}@media(max-width:610px){.style_menu__item____hqe{font-size:14px}}.style_menu__itemActive__DEfpu{font-weight:700;color:#262626;background:#fff}.style_selects__HJTzl{margin-bottom:20px;display:flex}.style_selects__HJTzl div:first-child{margin-right:10px}@media(max-width:610px){.style_selects__HJTzl div:first-child{margin-right:0;margin-bottom:10px}.style_selects__HJTzl{flex-direction:column}}.style_title__lBS78{text-transform:capitalize!important;position:relative;display:flex;align-items:center}@media(max-width:620px){.style_title__lBS78{text-align:left!important;display:block;align-items:center}}.style_copyIcon__OEaDx{position:relative;width:24px;height:24px;margin-left:15px;top:4px;cursor:pointer}@media(max-width:610px){.style_copyIcon__OEaDx{margin-left:5px;display:inline-flex}}.style_selectStyle__nWRyF{width:350px}@media(max-width:610px){.style_selectsInput__fGPY_{width:100%}.style_selectsLabelCutsom__4_5VK{padding-right:10px}}.style_refereeBlock__pzHkQ{padding:20px;margin-bottom:20px}.style_margBott__G0j79{margin-bottom:20px}.style_lightColor__KxNrD{color:#116ec5}.style_representsItem__itHah{text-decoration:underline;line-height:22.4px}.style_representsItem__itHah:not(:last-child){margin-bottom:15px}.style_plRating__U8T5S{padding:42px 10px 0 40px}.style_plRating__title__WF__Q{color:#262626;font-size:20px;line-height:25px;font-weight:700;text-transform:uppercase}.style_plRating__tabs__W0UhV{display:flex;gap:0 10px;margin-top:20px}.style_plRating__tab__9nFEj{border:1px solid #022d5a;color:#022d5a}.style_plRating__activeTab___Q_Lk,.style_plRating__tab__9nFEj{display:flex;width:76px;height:28px;border-radius:5px;justify-content:center;align-items:center;font-size:14px;line-height:19px;letter-spacing:.03;cursor:pointer}.style_plRating__activeTab___Q_Lk{background-color:#022d5a;color:#fff}.style_plRating__list__UQfiW{display:flex;flex-direction:column;margin-top:30px;padding-bottom:10px;gap:0 0}.style_plRating__listItem__umFPU{display:flex}.style_plRating__numbers__R9SY2{position:relative;width:55px;display:flex;align-items:center;font-size:14px;line-height:19.6px;font-weight:700;color:#262626;padding:5px 0;border-right:1px solid #ededed}.style_plRating__players__yL10U{position:relative;width:100%;display:flex;align-items:center;padding:1px 0 1px 5px;gap:0 5px}.style_plRating__playersRating__Lf5Sq{font-weight:700}@media(max-width:650px){.style_plRating__U8T5S{padding-left:27px;padding-top:10px;border-top:1px solid #ededed}}.style_titles__avh_x{padding:20px 35px 20px 20px;width:100%}.style_titles__item__296EJ{display:flex;align-items:center;padding:3px;gap:5px;cursor:pointer}@media screen and (max-width:460px){.style_titles__item__296EJ{font-size:12px}}.style_titles__item_separator__6pENx{height:2px;width:100%;background-color:hsla(0,0%,100%,.07);display:block}.style_titles__title__ocBoA{display:block;color:#262626;font-size:20px;line-height:27px;font-weight:700;text-transform:uppercase;text-align:center}.style_titles__list__AMtOZ{display:flex;margin-top:20px;width:100%;flex-wrap:wrap;gap:0 20px}.style_titles__listItem__aQFoQ{width:calc(33.333333% - 20px);padding-bottom:10px}@media(max-width:955px){.style_titles__listItem__aQFoQ{width:100%}}.style_titles__listIcon__mcuiP{padding-right:5px}.style_titles__listTitle__DVOC4{color:#116ec5;font-weight:700;font-size:14;line-height:140%;padding-right:10px}@media(max-width:1210px){.style_titles__avh_x{padding:20px 35px 20px 20px}}@media(max-width:650px){.style_titles__avh_x{width:100%;border:none;padding-left:27px}}.style_titles__modal__uCmCz{position:fixed;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:500;display:flex;justify-content:center}.style_titles__modal_pagination__6hj42{display:flex;justify-content:center!important;height:0;align-items:center!important}.style_titles__modal_modal__WePKb{position:relative;width:450px;z-index:600;background-color:#fff;margin-top:5%;padding:20px 10px;border-radius:7px;height:500px;box-shadow:4px 4px 12px 0 rgba(0,0,0,.26)}@media screen and (max-width:460px){.style_titles__modal_modal__WePKb{width:95%;height:80%;padding:10px}}.style_titles__modal_modal_data__FTtpv{margin-top:30px;display:flex;flex-direction:column;overflow-y:auto;height:400px}.style_titles__modal_modal_data__FTtpv::-webkit-scrollbar{width:5px}.style_titles__modal_modal_data__FTtpv::-webkit-scrollbar-track{background-color:#e5e7e7}.style_titles__modal_modal_data__FTtpv::-webkit-scrollbar-thumb{background-color:#116ec5}@media screen and (max-width:460px){.style_titles__modal_modal_data__FTtpv{width:100%;height:85%;padding:5px 0}}.style_titles__modal_modalHeader__W40_n{width:100%;position:absolute;top:0;left:0;padding:10px;display:flex;align-items:center;justify-content:space-between;color:#262626}.style_separator__J3gxv{border-left:1px solid #ededed;width:35%}.style_showMoreBtn__Err8w{display:flex;justify-content:center;align-items:center;width:253px;height:28px;border:1px solid #c3c3c3;font-weight:700;font-size:14px;line-height:19px;color:#c3c3c3;cursor:pointer;text-transform:uppercase}.style_showMoreBtn__Err8w:hover{color:#022d5a;border:1px solid #022d5a}@media(max-width:650px){.style_showMoreBtn__Err8w{width:100%;height:40px;color:#022d5a;border:1px solid #022d5a}}.style_closeBtn__AYtCk{cursor:pointer}.style_ratingTitle__Zj01r:before{content:"ИЗМЕН.";top:-17px;left:2px}.style_nameTitle__C7H7t:before,.style_ratingTitle__Zj01r:before{font-size:10px;text-transform:uppercase;color:#c3c3c3;font-weight:400;position:absolute}.style_nameTitle__C7H7t:before{content:"Текущий рейтинг";top:-15px}.style_pagination___wioK{margin-top:40px;display:flex;list-style-type:none}.style_pagination__item__GFsLw{padding:0 5px;color:rgba(38,38,38,.2);cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .2s;font-size:14px}.style_pagination__item__GFsLw:hover{color:#fff;background:rgba(38,38,38,.2)}.style_pagination__itemActive__lEh2J{background:#116ec5;color:#fff}.style_pagination__itemActive__lEh2J:hover{background:rgba(17,110,197,.8);color:#fff}.style_pagination__cursor__cI7Wg{cursor:pointer;width:30px;height:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}.style_pagination__cursorDouble__nh7fZ{flex-direction:row}.person_table__NbDKp{width:100%;border-spacing:0;position:relative}.person_table__headerItem__AG1vf{text-transform:uppercase;padding:10px 10px 15px}@media(max-width:610px){.person_table__headerItem__AG1vf{font-size:12px}}.person_table__clubImage__2UMAw{position:relative;width:40px;height:40px}@media(max-width:610px){.person_table__clubImage__2UMAw{width:24px;height:24px}}.person_table__item__OKZjj{font-weight:700;font-size:16px;text-align:center;padding:10px;align-self:center;border-bottom:1px solid hsla(0,0%,76%,.2)}@media(max-width:810px){.person_table__item__OKZjj{padding:5px}}@media(max-width:610px){.person_table__item__OKZjj{font-size:12px;padding:5px}}@media(max-width:810px){.person_table__itemMob__w5dPh{height:110px;padding:5px}}@media(max-width:610px){.person_table__itemMob__w5dPh{font-size:12px;padding:5px;height:80px}}.person_table__protocol__LfAit{display:flex;justify-content:center;align-items:center}.person_table__club__h6G4k{display:flex;align-items:center;flex:1 1;justify-content:flex-end}.person_table__clubAway__tZSK1{justify-content:flex-start}@media screen and (max-width:810px){.person_table__club__h6G4k{justify-content:flex-start}}.person_table__clubTransfers__KnPg5{justify-content:flex-start}.person_table__clubStats__DuRm7{justify-content:flex-start;gap:0 5px}.person_table__awayImg__oVJ0y{margin-right:10px}@media screen and (max-width:810px){.person_table__awayImg__oVJ0y{margin-right:0}}.person_table__homeName__qw39b{text-align:right}@media screen and (max-width:810px){.person_table__homeName__qw39b{text-align:left!important}}.person_table__awayName__X67cW{text-align:left}@media screen and (max-width:810px){.person_table__awayName__X67cW{text-align:left!important}}.person_table__score__6SMwX{margin:0 15px}@media(max-width:610px){.person_table__score__6SMwX{margin:0}}.person_link__MALET{transition:color .2s linear}.person_link__MALET:hover,.person_thisTeam__oGrVa{color:#116ec5}@media(max-width:810px){.person_desktop__x6qgf{display:none}}.person_mobile___lbXn{display:none}@media(max-width:810px){.person_mobile___lbXn{display:table-header-group}}.person_mobile__match__J2zif{display:none}@media(max-width:810px){.person_mobile__match__J2zif{display:table-cell}.person_mobile__matchInner__9Rydm{display:flex;align-items:center;justify-content:space-between}}.person_transfer__header__lE26H th:first-child,.person_transfer__header__lE26H th:nth-child(2){text-align:left;padding-left:30px}@media(max-width:810px){.person_matches__header__F3MLn th:nth-child(2){text-align:left;padding-left:30px}}.person_tournamentMobile__1t7bd{display:none;width:100%;position:absolute;background-color:#ededed;justify-content:center;align-self:center;margin-top:-10px}@media(max-width:810px){.person_tournamentMobile__1t7bd{display:flex}}.person_tournamentMobile__1t7bd .person_link__tournament__IgmZF{font-weight:700;font-size:13px;line-height:18px;padding:5px 0;text-transform:uppercase}@media screen and (max-width:610px){.person_clubTeamName__ZWYEK{margin-left:5px}}.stylesJudles_judlesRoot__ck9iG{margin-top:20px}.stylesJudles_table__EYs4z{width:100%;border-spacing:0;position:relative}.stylesJudles_table__headerItem___4jlM{text-transform:uppercase;padding:10px 10px 15px}@media(max-width:610px){.stylesJudles_table__headerItem___4jlM{font-size:12px}}.stylesJudles_table__clubImage__Djr5Z{position:relative;width:40px;height:40px}@media(max-width:610px){.stylesJudles_table__clubImage__Djr5Z{width:24px;height:24px}}.stylesJudles_table__item__Mr7x9{font-weight:700;font-size:16px;text-align:center;padding:10px;align-self:center;border-bottom:1px solid hsla(0,0%,76%,.2)}@media(max-width:810px){.stylesJudles_table__item__Mr7x9{padding:5px}}@media(max-width:610px){.stylesJudles_table__item__Mr7x9{font-size:12px;padding:5px}}@media(max-width:810px){.stylesJudles_table__itemMob___zr_V{height:110px;padding:5px}}@media(max-width:610px){.stylesJudles_table__itemMob___zr_V{font-size:12px;padding:5px;height:80px}}.stylesJudles_table__protocol__q05Gn{display:flex;justify-content:center;align-items:center}.stylesJudles_table__club__9Pkvz{display:flex;align-items:center;flex:1 1;justify-content:flex-end}.stylesJudles_table__clubAway__gkwY0{justify-content:flex-start}@media screen and (max-width:810px){.stylesJudles_table__club__9Pkvz{justify-content:flex-start}}.stylesJudles_table__clubTransfers__IrTAO{justify-content:flex-start}.stylesJudles_table__clubStats__Mu63I{justify-content:flex-start;gap:0 5px}.stylesJudles_table__awayImg__EbRvp{margin-right:10px}@media screen and (max-width:810px){.stylesJudles_table__awayImg__EbRvp{margin-right:0}}.stylesJudles_table__homeName__o9jaM{text-align:right}@media screen and (max-width:810px){.stylesJudles_table__homeName__o9jaM{text-align:left!important}}.stylesJudles_table__awayName__16HrJ{text-align:left}@media screen and (max-width:810px){.stylesJudles_table__awayName__16HrJ{text-align:left!important}}.stylesJudles_table__score__3vqKb{margin:0 15px}@media(max-width:610px){.stylesJudles_table__score__3vqKb{margin:0}}.stylesJudles_link__yB8d8{transition:color .2s linear}.stylesJudles_link__yB8d8:hover,.stylesJudles_thisTeam__uT2F7{color:#116ec5}@media(max-width:810px){.stylesJudles_desktop__VGpg3{display:none}}.stylesJudles_mobile__TRGwN{display:none}@media(max-width:810px){.stylesJudles_mobile__TRGwN{display:table-header-group}}.stylesJudles_mobile__match__lLQTi{display:none}@media(max-width:810px){.stylesJudles_mobile__match__lLQTi{display:table-cell}.stylesJudles_mobile__matchInner__bKpe7{display:flex;align-items:center;justify-content:space-between}}.stylesJudles_transfer__header__kWrFf th:first-child,.stylesJudles_transfer__header__kWrFf th:nth-child(2){text-align:left;padding-left:30px}@media(max-width:810px){.stylesJudles_matches__header__q_f65 th:nth-child(2){text-align:left;padding-left:30px}}.stylesJudles_tournamentMobile__d_BAk{display:none;width:100%;position:absolute;background-color:#ededed;justify-content:center;align-self:center;margin-top:-10px}@media(max-width:810px){.stylesJudles_tournamentMobile__d_BAk{display:flex}}.stylesJudles_tournamentMobile__d_BAk .stylesJudles_link__tournament__dwk3A{font-weight:700;font-size:13px;line-height:18px;padding:5px 0;text-transform:uppercase}@media screen and (max-width:610px){.stylesJudles_clubTeamName__Y15TG{margin-left:5px}}