@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{padding:0;margin:0;border:0}*,*:before,*:after{box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none;cursor:pointer}a:hover{text-decoration:none}ul li{list-style:none;margin-bottom:0}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}.header{display:flex;align-items:center;height:3.75rem;background:#262624;position:fixed;top:0;left:0;right:0;z-index:99}.header__content{display:flex;justify-content:space-between;align-items:center;column-gap:1.875rem}.header__logo_img{height:2.1875rem;position:relative;z-index:50}.header__nav_list{display:flex;align-content:center;align-items:center;flex-wrap:wrap;column-gap:1.5625rem;row-gap:.3125rem}.header__nav_link{font-size:.9375rem;color:#fff;font-weight:600;text-transform:uppercase;transition:.3s all ease;background:linear-gradient(90deg,#085fff 16.15% 100%);background-position-y:2.1875rem;background-repeat:no-repeat;background-size:0% 8%;padding-bottom:.625rem;padding-top:.625rem;background-position-x:center}.header__nav_link:hover{color:#085fff;transition:.3s all ease;background-size:100% 8%}.header__nav_link--active{color:#085fff}@media (max-width: 849.98px){.header__nav_list{column-gap:1.4375rem}.header__nav_link{font-size:.875rem}}@media (max-width: 767.98px){.header__logo_img{height:1.5625rem}.header__burger{display:block;position:relative;width:1.875rem;height:1.19rem;z-index:100;background-color:transparent;border:none;top:0}.header__burger:before,.header__burger:after{content:"";background-color:#fff;position:absolute;width:100%;height:.125rem;left:0;transition:all .3s ease 0s}.header__burger:before{top:0}.header__burger:after{bottom:0}.header__burger span{background-color:#fff;position:absolute;width:100%;height:.125rem;left:0;top:.5625rem;transition:all .3s ease 0s}.header__burger.open-menu:before{transform:rotate(45deg);top:.5625rem;background-color:#085fff}.header__burger.open-menu:after{transform:rotate(-45deg);bottom:.5625rem;background-color:#085fff}.header__burger.open-menu span{transform:scale(0)}.header__nav{position:fixed;width:100%;height:100%;left:-0%;top:-100%;z-index:15;opacity:0;background-color:#262624;border-bottom:.125rem solid rgb(8,95,255);padding:6.25rem 1.875rem 3.125rem;transition:top .6s ease,opacity .6s ease;overflow:auto}.header__nav:before{content:"";position:fixed;top:0;right:0;width:100%;height:3.75rem;background-color:#262624;z-index:5;border-bottom:.0625rem solid rgb(255,255,255)}.header__nav.open-menu{top:0%;opacity:1}.header__nav_list{flex-direction:column;row-gap:2.1875rem;align-items:center;align-content:end;flex-wrap:nowrap;width:100%}.header__nav_link{font-size:1.25rem}}.results__rows{display:flex;flex-direction:column;gap:.9375rem}.res__content{position:relative;z-index:5;overflow:hidden;transition:max-height .8s ease}.res__head{display:flex;justify-content:space-between;align-items:center;background-color:#085fff;font-size:1.0625rem;font-weight:600;padding:.9375rem 1.25rem;color:#fff;text-transform:uppercase}.res-head__info{display:flex;align-items:center;column-gap:1.25rem}.spoiler__icon{display:block;position:relative;width:1.25rem;height:1.25rem;margin-right:.5rem;font-weight:700;cursor:pointer}.spoiler__icon:before,.spoiler__icon:after{content:"";position:absolute;top:50%;left:50%;width:1.25rem;height:.125rem;background:#fff;transition:transform .3s ease;font-weight:700}.spoiler__icon:before{transform:translate(-50%,-50%) rotate(0)}.spoiler__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.res__content.open-spoiler .spoiler__icon:after{transform:translate(-50%,-50%) rotate(0)}.res__item{display:grid;grid-template-columns:3.125rem 2fr minmax(6.25rem,12.5rem) 1fr;align-items:center;border:.0625rem solid#085FFF;border-top-width:0;background-color:transparent;padding:.625rem 1.25rem;text-align:center}.res__item_info{display:grid;grid-template-columns:10% 20% 10%;align-items:center;justify-content:center;column-gap:1.25rem}.res__team_block{display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;column-gap:.625rem;position:relative;text-transform:uppercase;color:#fff;transition:.3s color}.res__team_block--home{justify-content:flex-end}.res__team_block--away{justify-content:flex-start}.res__team_block:hover{color:#085fff}.res__team_logo{height:1.875rem;width:1.875rem;object-fit:contain}.res__score{font-size:1.25rem;font-weight:700;color:#085fff;text-align:center}.res__time{color:#085fff;font-weight:500;font-size:1.125rem}.res__stadium{font-weight:500;font-size:1rem;text-transform:capitalize;text-align:center;color:#fff}.res__link_block{display:flex;justify-content:flex-end}@media (max-width: 949.98px){.res__item{display:flex;justify-content:space-between}.res__item_info{flex-basis:70%}.res__stadium{display:none}}@media (max-width: 699.98px){.res__item{flex-direction:column;row-gap:.9375rem}.res__item_info{width:100%;flex-basis:100%;display:flex;justify-content:space-around}.res__team_block{font-size:1.25rem;width:100%}.res__team_block--home{justify-content:flex-start}.res__team_block--away{justify-content:flex-end}.res__team_logo{height:3.125rem;width:3.125rem}.res__score{font-size:1.6875rem;width:100%}}@media (max-width: 549.98px){.res__team_block{flex-direction:column;row-gap:.625rem}.res__team_block--home{flex-direction:column-reverse}.res__team_logo{height:2.5rem;width:2.5rem}}@media (max-width: 449.98px){.res__link_block{justify-content:stretch;width:100%}.res__link_block .link__btn{display:block;width:100%}}.league-info__rows{display:grid;grid-template-columns:69% 1fr;align-items:stretch;column-gap:1.875rem}.media__block{display:flex;flex-direction:column;height:100%}.media__item,.news__item{color:#fff;position:relative;display:flex;flex-direction:column;width:100%;height:100%}.media__image_block--big{height:100%}.media__img,.news__img{object-position:100% 10%}.media__footer{z-index:10;position:absolute;bottom:1.25rem;left:1.875rem;right:1.875rem}.date__block{font-size:1.0625rem;font-weight:600;margin-bottom:.625rem;color:#fff}.media__title{font-weight:700;text-transform:uppercase;font-size:1.625rem}.media-item__img_block{height:100%}.video__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));gap:.9375rem}.video__card{display:flex;flex-direction:column;height:100%}.card__footer,.news__footer{background:#262624;position:relative;z-index:10;padding:.9375rem;flex-grow:1}@media (max-width: 991.98px){.league-info__rows{grid-template-columns:1fr;align-items:stretch;column-gap:0;row-gap:.9375rem}.media__image_block--big{padding-bottom:60%}.date__block{font-size:.9375rem}.media__title{font-size:1.375rem}}@media (max-width: 449.98px){.media__image_block--big{padding-bottom:70%}}.matches__section{position:relative}.matches__rows{display:grid;grid-template-columns:repeat(auto-fit,minmax(21.875rem,1fr));gap:.9375rem}.match__item{background:#262624;padding:.9375rem;width:100%}.match__head{font-size:.875rem;font-weight:600;text-transform:uppercase;margin-bottom:.9375rem}.match__body{margin-bottom:.9375rem}.match__team_block{display:flex;flex-direction:column;align-items:center;font-size:1.25rem;color:#fff;font-weight:700;text-transform:uppercase;flex-basis:33%;row-gap:.3125rem}.match__team_logo{height:2.5rem;width:2.5rem;object-fit:contain}.match__score{flex-basis:33%;font-size:1.375rem;font-weight:700;text-align:center;text-transform:uppercase}@media (max-width: 449.98px){.match__score{font-size:1.5625rem}}.news__rows{display:grid;grid-template-columns:69% 1fr;align-items:stretch;gap:.9375rem;margin-bottom:.9375rem}.news__items{display:flex;flex-direction:column;gap:.9375rem}.news-item__img_block{padding-bottom:50%}.news__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:1.25rem}.news__card{display:flex;flex-direction:column;height:100%}.news__card .date__block{color:#085fff}.news__img_block{padding-bottom:70%}.news__title_block{margin-bottom:.625rem}.news__title{text-transform:uppercase;font-size:1.3125rem;font-weight:700}.news__description p{font-weight:300;color:#dadada;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}@media (max-width: 991.98px){.news__rows{grid-template-columns:1fr;width:100%}.news__items{display:grid;grid-template-columns:1fr 1fr}.news-item__img_block{padding-bottom:70%}}@media (max-width: 649.98px){.news__items{grid-template-columns:1fr}.news__img_block,.news-item__img_block{padding-bottom:60%}.news__title{font-size:1.25rem}}.grid-pts-table{display:grid;grid-template-columns:8% 25% repeat(8,1fr)}.grid-pts-table-sm{grid-template-columns:10% 35% repeat(5,1fr)}.points-table__wrapper{border-collapse:collapse;border-left:.0625rem solid rgb(8,95,255)}.table__head{background:#085fff;font-size:1rem;font-weight:600;padding-bottom:.625rem;padding-top:.625rem;color:#fff;text-align:center;text-transform:uppercase;display:grid}.table__body{align-items:center;display:grid;border-bottom:.0625rem solid rgb(8,95,255);border-right:.0625rem solid rgb(8,95,255);font-size:1rem;font-weight:500;padding-bottom:.625rem;padding-top:.625rem;color:#fff;text-align:center;text-transform:uppercase}.table__team_block{font-size:1.0625rem}.table__team_logo{height:1.875rem;width:1.875rem;object-fit:contain}.grid-pts-table-sm .table__team_block{font-size:.9375rem}.grid-pts-table-sm .table__team_logo{height:1.5625rem;width:1.5625rem}@media (max-width: 899.98px){.points-table__wrapper{overflow-x:scroll}.grid-pts-table{width:59.375rem;grid-template-columns:4.375rem 13.75rem repeat(8,1fr)}.table__head.grid-pts-table span:nth-of-type(-n+2){position:sticky;background-color:#085fff;z-index:10}.table__head.grid-pts-table span:nth-of-type(1){left:0}.table__head.grid-pts-table span:nth-of-type(2){left:4.375rem}.table__body.grid-pts-table>:nth-child(-n+2){position:sticky;background-color:#000;z-index:10}.table__body.grid-pts-table>:nth-child(1){left:0}.table__body.grid-pts-table>:nth-child(2){left:4.375rem}}@media (max-width: 599.98px){.grid-pts-table{width:40.625rem;grid-template-columns:4.375rem 11.25rem repeat(8,1fr)}.grid-pts-table .table__team_block{font-size:.9375rem}.grid-pts-table .team-logo-30{height:1.5625rem;width:1.5625rem}}@media (max-width: 449.98px){.grid-pts-table{width:31.25rem;grid-template-columns:2.5rem 3.125rem repeat(8,1fr)}.table__head.grid-pts-table span:nth-of-type(2){left:2.5rem}.table__body.grid-pts-table>:nth-child(2){left:2.5rem}.grid-pts-table .table__team_block{justify-content:center}.grid-pts-table .table__team_block span{display:none}}.lives__rows{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.grid-col-2{display:grid;grid-template-columns:1fr 1fr}.live__item{display:flex;background:#262624;padding:.9375rem;position:relative;z-index:10}.live__video_item{flex-basis:40%}.live__info_block{padding-left:1.25rem;flex-basis:60%}@media (max-width: 991.98px){.lives__rows{grid-template-columns:1fr}}@media (max-width: 499.98px){.live__video_item{display:none}.live__info_block{flex-basis:100%;padding-left:.625rem;padding-right:.625rem}}.full__section{background-image:url(../images/213d991fbb54d244fcd0d8c9b4bcebb9.jpg);background-size:cover;padding-bottom:3.125rem;padding-top:3.125rem;position:relative;background-position-y:37.5rem}.full__rows{align-items:center;display:grid;grid-template-columns:20% 50% 20%;justify-content:space-between;position:relative;z-index:10}.full__info_block{display:flex;flex-direction:column;flex-shrink:0;row-gap:.9375rem;font-size:1.25rem;font-weight:600;text-transform:uppercase;color:#fff}.full__date{display:flex;flex-direction:column;row-gap:.9375rem;font-weight:700;text-transform:uppercase;font-size:1.625rem;text-align:center}.full__team_block{display:flex;justify-content:space-between;align-items:center}.full__team{font-size:1.875rem;font-weight:700;column-gap:1.25rem;text-align:center;text-transform:uppercase;color:#fff}.full__team_logo{height:5rem;width:5rem;object-fit:contain}.full__score{font-size:2.5rem;font-weight:700;text-transform:uppercase;text-align:center}@media (max-width: 991.98px){.full__rows{display:grid;grid-template-columns:70% 27%;grid-template-rows:auto auto;row-gap:1.875rem}.full__info_block{grid-column:1 / -1;flex-direction:row;justify-content:center;align-items:center;column-gap:1.875rem}.full__date{flex-direction:row;row-gap:0;column-gap:.9375rem}.full__team_block{justify-content:space-around}}@media (max-width: 767.98px){.full__section{padding-bottom:1.875rem;padding-top:1.875rem}.full__rows{grid-template-columns:1fr}}@media (max-width: 599.98px){.full__info_block{justify-content:space-between;font-size:1rem}.full__date{flex-direction:column;align-items:center;row-gap:.3125rem;font-size:1.25rem}.full__team{font-size:1.5rem}.full__team_logo{height:3.125rem;width:3.125rem}.full__score{font-size:2rem}}@media (max-width: 449.98px){.full__info_block{column-gap:.625rem}.full__date{font-size:1rem}}.players__rows{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));column-gap:1.25rem;row-gap:1.25rem}.player__photo_block{padding-bottom:70%;background:#262624;transition:.3s all ease;overflow:hidden;color:#085fff}.player__photo_block:hover{background:#085fff;transition:.3s all ease;color:#fff}.player__photo{object-position:100% 0%}.player__footer{display:flex;flex-direction:column;row-gap:.625rem;background:#262624;padding:.9375rem;text-align:center;border-style:solid;border-width:.25rem;border-color:#085fff;border-right-width:0;border-bottom-width:0;border-left-width:0}.player__name{font-size:1.5rem;font-weight:700;text-transform:uppercase;color:#fff}.player__number{font-size:2.5rem;font-weight:700;position:absolute;top:.625rem;left:1.25rem}.flag{height:2.5rem;position:absolute;top:1.25rem;right:.625rem}@media (max-width: 449.98px){.player__name{font-size:1.375rem}}.teams__rows{display:grid;grid-template-columns:repeat(auto-fit,minmax(21.875rem,1fr));gap:1.25rem}.team__block{display:flex;flex-direction:column;height:auto}.team__logo_block{background:#085fff;padding-bottom:.625rem;padding-top:.625rem;display:flex;justify-content:center;align-items:center;transition:.3s all ease}.team__logo_block:hover{background-color:#033186;transition:.3s all ease}.teams__team_logo{height:5rem;width:5rem;object-fit:contain}.team__info{display:flex;flex-direction:column;flex-grow:1;background:#262624;padding:1.25rem .9375rem 1.5625rem}.team__name_block{margin-bottom:1.5625rem;text-align:center}.teams__team_name{font-size:1.4375rem;font-weight:700;text-transform:uppercase;color:#fff}.team__stats_item{flex-basis:25%;font-weight:500;border-style:solid;border-width:.125rem;border-color:#085fff;border-top-width:0;border-right-width:0;border-bottom-width:0;text-transform:capitalize;row-gap:.5rem}.team__stats_item:first-child{border-left-width:0}.team-info__items{display:flex;justify-content:center;flex-grow:1;column-gap:.9375rem;row-gap:.625rem;flex-wrap:wrap;margin-bottom:1.5625rem}.team-info__item{font-size:1.0625rem;font-weight:500;text-transform:capitalize;text-align:center}@media (max-width: 1119.98px){.teams__team_logo{height:3.75rem;width:3.75rem}.teams__team_name{font-size:1.4375rem}}@media (max-width: 449.98px){.team__logo_block{padding-bottom:.3125rem;padding-top:.3125rem}.teams__team_logo{height:3.125rem;width:3.125rem}.teams__team_name{font-size:1.3125rem}.team__stats_item .title--26{font-size:1.4375rem}}.footer{background:#262624;padding-top:3.125rem}.footer__content{display:flex;justify-content:space-between;align-items:center;column-gap:1.875rem;padding-bottom:2.5rem;border-style:solid;border-width:thin;border-color:#fff;border-top-width:0;border-right-width:0;border-left-width:0}.footer__logo_img{height:4.375rem}.footer__menu{display:flex;justify-content:space-between;align-items:center;flex-basis:60%;flex-wrap:wrap;gap:1.875rem}.footer-item__title_block{margin-bottom:.9375rem}.footer__title{font-size:1.625rem;font-weight:700;text-transform:uppercase}.footer-menu__nav{display:flex;flex-direction:column;align-items:flex-start;row-gap:.9375rem}.footer__link{color:#dadada;font-weight:500;text-transform:capitalize}.footer__btn{font-weight:500;padding-bottom:1.25rem;padding-top:1.25rem;text-align:center}@media (max-width: 991.98px){.footer__menu{flex-basis:70%}}@media (max-width: 849.98px){.footer{padding-top:1.875rem}.footer__content{width:100%;flex-direction:column;row-gap:1.875rem}.footer__logo_img{height:3.125rem}.footer__menu{width:100%;flex-basis:100%}}@media (max-width: 549.98px){.footer__logo_img{height:2.5rem}.footer__title{font-size:1.375rem}}@media (max-width: 449.98px){.footer__content{padding-bottom:1.875rem}.footer__menu{flex-direction:column}.footer-item__title_block{text-align:center}.footer-menu__nav{align-items:center;row-gap:.9375rem}.footer__link{font-size:1.0625rem}}.review__full_section{padding-top:6.25rem}.review-head__rows{position:relative;z-index:10;align-items:center;display:grid;text-align:center;margin-bottom:.625rem}.review-head__header{display:flex;font-size:1.25rem;flex-direction:column;row-gap:.9375rem;text-transform:uppercase;margin-bottom:1.875rem}.review-head__teams_block{display:flex;align-items:flex-start;justify-content:space-around;margin-bottom:2.5rem}.review-head__team_block{display:flex;align-items:flex-start;column-gap:1.875rem}.review-head__team_name{display:inline-block;color:#fff;font-size:2.1875rem;font-weight:700;text-transform:uppercase;margin-bottom:1.25rem}.review-head__team_logo{height:7.5rem;width:7.5rem;object-fit:contain}.goals__block{display:flex;flex-direction:column;row-gap:.625rem;font-size:1.125rem;color:#dadada;font-weight:600;text-align:right;text-transform:capitalize}.review-head__score{align-self:center;font-size:3.125rem;font-weight:700}.review-head__video_block{width:50%;margin-left:auto;margin-right:auto;text-align:center}.review-head__play_icon{display:none;position:relative;z-index:10;height:4.0625rem}.review__stat_section{margin-bottom:1.875rem}.review-stats__item{font-size:1.125rem;font-weight:600;padding:.5rem 1.25rem;text-transform:uppercase;border-style:solid;border-width:thin;border-color:#085fff;border-top-width:0}.review-stats__item:first-child{border-right-width:0;border-left-width:0}.review__stat_logo{width:2.5rem;height:2.5rem;object-fit:contain}@media (max-width: 1199.98px){.review-head__team_name{font-size:1.875rem}.review-head__team_logo{height:6.25rem;width:6.25rem}}@media (max-width: 991.98px){.review-head__team_name{font-size:1.5625rem}.review-head__team_logo{height:4.6875rem;width:4.6875rem}.review-head__video_block{width:70%}}@media (max-width: 767.98px){.review-head__teams_block{justify-content:space-between}.review-head__team_block{flex-direction:column;align-items:center;column-gap:0;row-gap:.9375rem}.review-head__team_block--reverse{flex-direction:column-reverse}.review-head__team_name{font-size:1.5rem}.review-head__team_logo{height:3.75rem;width:3.75rem}.review-head__score{align-self:flex-start;margin-top:.9375rem;font-size:2.375rem}.review-head__video_block{width:100%}}@media (max-width: 549.98px){.review__full_section{padding-top:5rem}.review-head__teams_block{margin-bottom:0}.review-head__team_name{margin-bottom:.625rem}.review-head__team_logo{height:3.125rem;width:3.125rem}.review-head__team_name{font-size:1.375rem}.review-head__score{font-size:2.125rem}.goals__block{row-gap:.625rem;font-size:1rem}.review__live_item{display:none}.review-head__video_block{display:flex;flex-direction:column;align-items:center}.review-head__play_icon{display:block}.review-stats__item{font-size:1rem}.review-stats__item .title--26{font-size:1.375rem}.review-stats__item:first-child{padding:.3125rem 1.25rem}.review__stat_logo{width:1.875rem;height:1.875rem}}@media (max-width: 399.98px){.review-head__team_name{font-size:1.25rem}.review-head__score{font-size:2rem}.goals__block{row-gap:.625rem;font-size:.875rem}}.post__rows{display:grid;grid-template-columns:69% 1fr;column-gap:1.875rem;row-gap:1.25rem}.post__content{row-gap:1.25rem}.post__img_block{padding-bottom:50%}.post__text_block{line-height:1.3;font-size:1.125rem;font-weight:500;letter-spacing:.0625rem}.post__text_block p:not(:last-child){margin-bottom:.9375rem}.aside-post{display:flex;flex-direction:column;row-gap:1.875rem}@media (max-width: 1199.98px){.post__rows{grid-template-columns:65% 1fr}}@media (max-width: 991.98px){.post__rows{grid-template-columns:1fr}.aside-post{display:none}}@media (max-width: 767.98px){.post__img_block{padding-bottom:70%}}.video-post__rows{display:flex;flex-direction:column;row-gap:0}.video-post__video_block{display:flex;flex-direction:column;row-gap:.625rem}.video-post__img_block{padding-bottom:40%}.play-list__img-block{padding-bottom:45%}.play-list__img-block .play__icon{height:30%}.play-list__title{text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767.98px){.video-post__img_block{padding-bottom:60%}.play-list__img-block{padding-bottom:40%}.play-list__img-block .play__icon{height:35%}}@media (max-width: 449.98px){.play-list__title{font-size:.875rem}.play-list__img-block{padding-bottom:45%}.video-post__play-list .card__footer{padding:.625rem}}.player-head__section{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:75vh;padding-bottom:1.875rem;position:relative;background-image:url(../images/df939cb0601d38980beeb53b51c39974.webp);background-repeat:no-repeat;background-size:cover}.player-head__content{position:relative;z-index:10}.player-head__info{display:flex;flex-direction:column;align-items:center;row-gap:.9375rem;text-align:center;margin-bottom:1.875rem}.player__head_name{font-size:3.75rem;font-weight:700;text-transform:uppercase}.player__head_role{font-weight:700;text-transform:uppercase;font-size:1.625rem}.player__params{display:flex;overflow:hidden;white-space:nowrap;box-sizing:border-box;width:100%;background:#2626248c;color:#fff;padding:.625rem 0}.player__params_inner{display:flex;animation:marquee 20s linear infinite}.player-params__item{margin-right:3.125rem;display:flex;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:500;text-transform:capitalize}.player__params:hover .player__params_inner{animation-play-state:paused}.stats-and-bio__rows{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.player-stats__rows{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.player-stats__item{display:flex;flex-direction:column;row-gap:.3125rem;background:#085fff;padding:.625rem;color:#dadada;text-align:center;font-size:1.125rem;font-weight:500;text-transform:capitalize}.player-stats__title{font-size:2.1875rem;font-weight:700;color:#fff}.bio__block{background:#262624;padding:1.15625rem}.grid-player-table{grid-template-columns:15% 30% repeat(8,1fr)}.player__table{border-collapse:collapse;border-left:.0625rem solid rgb(8,95,255)}.player__overlay{background:linear-gradient(0deg,#000,#ffe41900 60%)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 991.98px){.player__head_name{font-size:2.5rem}.player__head_role{font-size:1.375rem}.player__overlay{background:linear-gradient(to bottom,#00000080,#000000b3)}.stats-and-bio__rows{grid-template-columns:1fr}.player-stats__wrap{margin-bottom:1.875rem}.player-stats__title{font-size:1.875rem}}@media (max-width: 899.98px){.player__table{overflow-x:scroll}.grid-player-table{width:59.375rem;grid-template-columns:6.25rem 12.5rem repeat(8,1fr)}.table__head.grid-player-table span:nth-of-type(-n+2){position:sticky;background-color:#085fff;z-index:10}.table__head.grid-player-table span:nth-of-type(1){left:0}.table__head.grid-player-table span:nth-of-type(2){left:6.25rem}.table__body.grid-player-table>:nth-child(-n+2){position:sticky;background-color:#000;z-index:10}.table__body.grid-player-table>:nth-child(1){left:0}.table__body.grid-player-table>:nth-child(2){left:6.25rem}}@media (max-width: 767.98px){.player-head__section{background-position:center 3.125rem}.grid-player-table{width:50rem;grid-template-columns:4.375rem 9.375rem repeat(8,1fr);font-size:.875rem}.table__head.grid-player-table span:nth-of-type(2){left:4.375rem}.table__body.grid-player-table>:nth-child(2){font-size:.875rem;left:4.375rem}.table__body.grid-player-table>:nth-child(2) img{height:1.5625rem}.grid-player-tbl.title--20{font-size:1.125rem}}@media (max-width: 549.98px){.player__head_name{font-size:2.1875rem}.player__head_role{font-size:1.25rem}.player-params__item{font-size:1rem}.player-params__item .title--20{font-size:1.125rem}.player-stats__rows{grid-template-columns:repeat(2,1fr);gap:1.25rem}.player-stats__item{font-size:1rem}.player-stats__title{font-size:1.625rem}.grid-player-table{width:34.375rem;grid-template-columns:4.375rem 3.125rem repeat(8,1fr);font-size:.875rem}.table__body.grid-player-table>:nth-child(2){font-size:.8125rem}.grid-player-table .table__team_block{justify-content:center}.grid-player-table .table__team_block span{display:none}}@media (max-width: 449.98px){.grid-player-table{width:28.125rem}}.club-head__section{background-image:url(../images/37a4d912b8074e8dc43ac1cf2d3b2eed.webp);background-size:cover;padding-bottom:3.125rem;padding-top:5.625rem;background-position-y:center;position:relative}.team-head__content{display:flex;align-items:center;justify-content:center;column-gap:.625rem;position:relative;z-index:10;font-size:2.5rem;font-weight:700;text-transform:uppercase}.club-headteam-logo{height:7.5rem;width:7.5rem;object-fit:contain}.text-and-img__block{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.about__rows{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:1.25rem}.about__item{border-style:solid;border-width:thin;border-color:#262624;display:flex;flex-direction:column}.about__title{font-size:1.375rem;font-weight:700;color:#fff;text-transform:uppercase}.about__img{object-position:.625rem .625rem}.card__title_block{margin-bottom:.625rem}.cups__rows{display:grid;grid-template-columns:repeat(4,1fr);column-gap:1.25rem}.cup__item{background:#262624;padding:.9375rem;row-gap:.9375rem;text-align:center;height:100%}.cup__title{font-size:1.5rem;font-weight:700;text-transform:uppercase;color:#fff}.cup__img{height:12.5rem}@media (max-width: 1099.98px){.cups__rows{display:none}}@media (max-width: 991.98px){.team-head__content{font-size:2.1875rem}.club-headteam-logo{height:5rem;width:5rem}.cup__title{font-size:1.375rem}}@media (max-width: 599.98px){.club-head__section{padding-bottom:1.875rem;padding-top:5rem}.team-head__content{font-size:1.875rem}.club-headteam-logo{height:4.0625rem;width:4.0625rem}.cup__img{height:10.625rem}}.history__rows{display:block}.history__img{float:left;margin:0 1.25rem 1.25rem 0;max-width:50%;height:auto}@media (max-width: 991.98px){.history__rows{display:flex;flex-direction:column;row-gap:1.25rem}.history__img{float:none;margin:0;max-width:100%;height:auto}}.contact__section{text-align:center}.contact__rows{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:3.125rem}.contact__content{display:flex;justify-content:space-between;width:60%;align-items:center;gap:1.875rem}.contact__block{display:flex;flex-direction:column;align-items:center;font-size:1.25rem;font-weight:500;text-transform:capitalize;row-gap:.625rem}.contact__logo{height:5rem;width:5rem;object-fit:contain}.contact__title{font-size:1.5rem;font-weight:600;text-transform:uppercase;color:#fff}.contact__link{color:#dadada;font-size:1.125rem}.contacts__form{width:60%;background:#262624;padding:1.875rem;border-radius:1.25rem}.form__inner{display:flex;flex-direction:column;row-gap:1.25rem}.contacts__field{display:flex;flex-direction:column;align-items:flex-start;width:100%;row-gap:.625rem}.contacts__label{font-size:1.0625rem;font-weight:600}.contacts__control{width:100%}.contacts__input,.contacts__textarea{border:.0625rem solid #085fff;padding:.625rem;width:100%;border-radius:.625rem;outline:none;transition:.3s box-shadow ease}.contacts__input:focus,.contacts__textarea:focus{box-shadow:0 0 1.25rem #085fff}.form__btn{width:40%;transition:.3s background-color ease,.3s color ease}.form__btn:hover{background-color:#000;color:#fff}.form__error{display:none;color:red;font-size:.9375rem}@media (max-width: 1199.98px){.contact__content,.contacts__form{width:70%}}@media (max-width: 991.98px){.contact__content,.contacts__form{width:90%}}@media (max-width: 767.98px){.contact__content,.contacts__form{width:100%}.contact__logo{height:3.75rem;width:3.75rem}.contact__title{font-size:1.375rem}.contact__link{font-size:1.0625rem}}@media (max-width: 649.98px){.contact__content{flex-direction:column;row-gap:1.25rem}.contact__block{row-gap:.3125rem}.contact__logo{height:3.125rem;width:3.125rem}.contact__title{font-size:1.1875rem}.contact__link{font-size:1rem}}@media (max-width: 449.98px){.contacts__form{padding:1.25rem}.form__btn{width:100%}}.privacy__content{display:flex;flex-direction:column;row-gap:1.25rem}.privacy__text_block{display:flex;flex-direction:column;row-gap:.625rem}.privacy__text_block a{color:#fff;font-weight:600;text-decoration:underline}.privacy__subtitle{font-size:1.25rem;font-weight:700;text-transform:capitalize;color:#085fff}.privacy__list{display:flex;flex-direction:column;font-weight:500;row-gap:.3125rem}.privacy__list li{display:flex;align-items:center;margin-left:.625rem}.privacy__list li:before{content:"•";color:#000;display:inline-block;font-size:1.5625rem;margin-left:.9375rem;margin-right:.625rem}.events__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:.9375rem}.no-events{display:flex;flex-direction:column;row-gap:.625rem}.no-events h3{font-size:1.375rem;color:#cf2e2e}.no-events img{width:50%}.filters{display:flex;align-items:center;column-gap:3.75rem;margin-bottom:1.875rem}.filter__item{text-transform:capitalize;background-color:#000;position:relative;transition:.3s background-color ease}.filter__item:after{content:"";position:absolute;bottom:-.375rem;left:0;width:100%;height:.125rem;background-color:#fff}.filter__item:hover:after{background-color:#085fff}.filter__select{font-size:1rem;text-transform:capitalize;cursor:pointer;outline:none;background-color:#000;color:#fff;padding:.3125rem .625rem;transition:.3s all ease 0s;position:relative}.filter__select option{text-transform:uppercase;font-size:.875rem}@media (max-width: 767.98px){.filters{flex-wrap:wrap;gap:.9375rem 2.5rem}.filter__select{font-size:.9375rem}}[hidden]{display:none!important}.pagination{display:flex;justify-content:center;align-items:stretch;gap:.625rem;margin-top:2rem;flex-wrap:wrap}.pagination__link{text-decoration:none;font-size:1rem;padding:.5rem 1rem;color:#fff;background-color:#262624;display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;line-height:1;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.pagination__link:hover{background-color:#085fff}.pagination__prev,.pagination__next{font-weight:700}.pagination__page.active,.pagination__link[aria-current=page]{background-color:#085fff;color:#fff;pointer-events:none}.pagination__link.is-disabled,.pagination__link[aria-disabled=true]{background-color:#000;border:.0625rem solid #ffffff;color:#fff;cursor:not-allowed;pointer-events:none;opacity:.5}.pagination__ellipsis{padding:0 .375rem;-webkit-user-select:none;user-select:none;color:#ff7f00}.pagination__link:focus-visible{outline:.125rem solid black;outline-offset:.125rem}@media (max-width: 768px){.pagination__prev .label,.pagination__next .label{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-.0625rem;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.pagination__prev i,.pagination__next i{font-size:1rem}}.swiper-wrapper{display:flex;align-items:stretch;height:100%;padding-bottom:1.25rem}.cups__swiper{display:none!important}.news__swiper{min-width:0;width:100%}.swiper__body{margin-bottom:1.25rem}.swiper-slide.custom__swiper_slide{display:flex;flex-direction:column;height:auto}.swiper-slide.custom__swiper_slide article{display:flex;flex-direction:column;height:100%}.news__swiper_slide{height:auto;min-height:0}.swiper__buttons{display:flex;justify-content:flex-start;justify-content:space-between;align-items:center;column-gap:1.875rem;width:6.875rem;position:absolute;bottom:1.125rem;right:0}.swiper-news__buttons{top:0%;width:100%}.swiper-button-next.custom__buttom_next,.swiper-button-prev.custom__buttom_prev{display:flex;align-items:center;justify-content:center;width:2.1875rem;height:2.1875rem;background-color:#085fff;opacity:.8;border-radius:50%;transition:.3s opacity}.swiper-button-next:after,.swiper-button-prev:after{font-size:1.25rem!important;color:#fff;font-weight:700;transition:.3s color;position:relative}.swiper-button-next:after{right:-.0625rem}.swiper-button-prev:after{right:.0625rem}.swiper-button-next:hover,.swiper-button-prev:hover{opacity:1}.swiper__pagination{display:flex;justify-content:center}.swiper__pagination span.swiper-pagination-bullet,.swiper-pagination-bullet-active{width:.75rem;height:.75rem;background-color:#fff;transition:background-color .3s}.swiper__pagination span.swiper-pagination-bullet-active{background-color:#085fff}@media (max-width: 1099.98px){.cups__swiper{display:block!important}}@media (max-width: 767.98px){.hero-pagination{transform:translateY(-3.75rem)}}@media (max-width: 599.98px){.swiper-wrapper{padding-bottom:0}.swiper__buttons{display:none}}@media (max-width: 449.98px){.hero-pagination{transform:translateY(-2.5rem)}}.breadcrumbs--white{position:absolute;z-index:10;top:6.25rem}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.625rem;padding:0;margin:0}.breadcrumbs li,.breadcrumbs--white li{font-size:.875rem;display:flex;align-items:center;column-gap:.625rem;color:#085fff}.breadcrumbs li+li:before{content:"›";margin:0 .3125rem;color:#888}.breadcrumbs a{background-color:#262624;padding:.5rem .9375rem;text-decoration:none;color:#fff;transition:.3s color}.breadcrumbs a:hover{color:#085fff}@media (max-width: 767.98px){.breadcrumbs--white{top:5.625rem}}html{font-size:1rem;scrollbar-gutter:stable}body{font-family:Inter,sans-serif;display:flex;flex-direction:column;background-color:#000;font-size:1rem;box-sizing:border-box;color:#fff;overflow-y:scroll}::-webkit-scrollbar{width:.375rem}::-webkit-scrollbar:horizontal{height:.1875rem}::-webkit-scrollbar-thumb{background-color:#085fff;border-radius:.125rem}.wrapper{display:flex;flex-direction:column;min-height:100vh}.main{display:flex;flex-direction:column;flex-grow:1;padding-top:6.25rem}.container{max-width:91.875rem;width:100%;margin-left:auto;margin-right:auto;padding-left:.9375rem;padding-right:.9375rem}.link-reset{color:#fff;text-decoration:none;font-size:1rem;cursor:pointer}.pdng--reset{padding:0}.mb-reset{margin-bottom:0}.section{margin-bottom:3.125rem}.flx-btwn{align-items:center;display:flex;justify-content:space-between}.flx-col{display:flex;align-items:center;flex-direction:column}.flx-clmn{display:flex;flex-direction:column;align-items:center}.flx-gap-10{align-items:center;display:flex;column-gap:.625rem}.text-left{text-align:left}.text-green{color:#00e41e}.text-red{color:red}.text-blue{color:#085fff}.text-bold{font-weight:700}.hover-text{transition:.3s all ease}.hover-text:hover{color:#085fff;transition:.3s all ease}.hover-scale{transition:.3s scale}.hover-scale:hover{scale:1.1;transition:.3s scale}.link__btn{display:block;flex-shrink:0;background:#085fff;color:#fff;font-weight:600;text-transform:uppercase;text-align:center;padding:.5rem 1.25rem;transition:.3s background-color}.link__btn:hover{background-color:#033186}.link__btn--big{flex-shrink:0;font-size:1.25rem;padding-bottom:.625rem;padding-top:.625rem}.image-block{display:block;width:100%;position:relative}.ibg{height:100%;width:100%;object-fit:cover;position:absolute;left:0;top:0}.team-logo-30{height:1.875rem;width:1.875rem;object-fit:contain}.team-logo-40{height:2.5rem;width:2.5rem;object-fit:contain}.play__icon{cursor:pointer;position:absolute;z-index:10;height:25%;top:.9375rem;right:.9375rem}.play__icon--video-post{height:18%}.overlay{background:linear-gradient(to bottom,#0006,#000000b3);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.overlay__text{background:linear-gradient(0deg,#000,#ffe41900 50%)}.overlay-head{background-color:#000000b3;-webkit-backdrop-filter:blur(.3125rem);backdrop-filter:blur(.3125rem)}.title-block{margin-bottom:1.875rem}.title{font-size:2.1875rem;font-weight:700;text-transform:uppercase}.title--20{text-transform:uppercase;font-size:1.25rem;font-weight:700}.title--26{font-weight:700;text-transform:uppercase;font-size:1.625rem}.pos-sticky{position:sticky;top:5rem}.pb-70pcr{padding-bottom:70%}.team__stats_block{margin-bottom:1.5625rem}.card__description_block{color:#dadada;text-transform:uppercase}.aside__content{row-gap:.9375rem;width:100%}.bg-blue{background:#085fff}@media (max-width: 767.98px){body.lock{overflow:hidden}.section{margin-bottom:1.875rem}.title-block{margin-bottom:1.25rem}.title{font-size:1.875rem}.overlay__text{background:linear-gradient(0deg,#000,#ffe41900 65%)}}@media (max-width: 449.98px){.title{font-size:1.625rem}}
