@import"https://fonts.googleapis.com/css2?family=Open%20Sans:wght@400;500;600;700&display=swap";*{padding:0;margin:0;border:0}*,*:before,*:after{box-sizing:border-box}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{font-size:inherit;font-weight:400}.header{display:flex;align-items:center;height:3.75rem;background-color:#043c7c;position:fixed;top:0;left:0;width:100%;z-index:100}.header:after,.header:before{content:"";height:100%;width:9.375rem;background:#f3b213;position:absolute;top:0;z-index:5}.header:before{transform:skew(30deg);left:-3.125rem}.header:after{right:-3.125rem;transform:skew(-30deg)}.header__content{display:flex;align-items:center;justify-content:space-between;column-gap:1.875rem;position:relative;z-index:10;margin-right:3.75rem}.header__logo_link{display:inline-block;position:relative;z-index:90}.header__logo_img{height:5.625rem;position:relative;z-index:90}.header__nav_list{display:flex;align-items:center;flex-wrap:wrap;gap:.3125rem 1.75rem}.header__nav_link{font-size:1rem;font-weight:600;text-transform:uppercase;color:#fff;transition:.3s color ease}.header__nav_link--active,.header__nav_link:hover{color:#f3b213}@media (max-width: 849.98px){.header:after,.header:before{width:8.125rem}.header__content{margin-right:1.875rem}.header__nav_list{column-gap:1.5625rem}.header__nav_link{font-size:.9375rem}}@media (max-width: 767.98px){.header{height:3.125rem}.header:after,.header:before{width:9.375rem}.header__content{margin-right:0}.header__logo_img{height:4.375rem}.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:#f3b213}.header__burger.open-menu:after{transform:rotate(-45deg);bottom:.5625rem;background-color:#f3b213}.header__burger.open-menu span{transform:scale(0)}.header__nav{position:fixed;width:70%;height:100%;right:-100%;top:0%;opacity:0;z-index:5;background-color:#043c7c;padding:6.25rem 1.875rem 3.125rem;transition:right .6s ease,opacity .6s ease;overflow:auto}.header__nav:before{content:"";position:fixed;top:0;right:0;width:100%;height:3.125rem;background-color:#043c7c;z-index:5;border-bottom:.0625rem solid #f3b213}.header__nav.open-menu{right:0%;opacity:1}.header__nav_list{flex-direction:column;row-gap:1.5625rem;align-items:flex-end;align-content:end;flex-wrap:nowrap;width:100%;position:relative;z-index:4}.header__nav_link{font-size:1.1875rem;color:#fff}}.hero__wrap{display:flex;align-items:center;background-image:url(../images/hero-bg.webp);background-size:cover;background-position:center 2.5rem;background-repeat:no-repeat;height:80vh;position:relative}.hero__wrap:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009}.hero__wrap--1{background-image:url(../images/hero-bg-1.jpg)}.hero__wrap--2{background-image:url(../images/hero-bg-2.webp)}.hero__content{display:flex;flex-direction:column;align-items:center;row-gap:2.5rem;position:relative;z-index:5;font-size:1.0625rem;font-weight:600;color:#fff}.hero__info{display:flex;flex-direction:column;align-items:center;row-gap:1.25rem}.hero__title{font-size:clamp(2.1875rem,calc(2.1875rem + (67 - 35) * ((100vw - 23.4375rem) / (1920 - 375))),4.1875rem);font-weight:700;color:#fff;text-align:center;line-height:1.2}.hero__info p{text-align:center;line-height:1.2}@media (max-width: 767.98px){.hero__wrap{height:60vh;padding-top:1.875rem}}.matches__section{background:#043c7c;padding-bottom:3.125rem;padding-top:3.75rem;margin-bottom:4.375rem}.matches__rows{display:grid;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));gap:.9375rem}.match__block{background-color:#fff;padding:1.25rem .625rem 1.5625rem;text-align:center;border:.125rem solid #043c7c;border-radius:.625rem;position:relative;overflow:hidden}.match__block:after,.match__block:before{content:"";height:2.5rem;width:1.875rem;background:#f3b213;border-radius:.625rem 0 1.875rem;position:absolute}.match__block:before{height:3.125rem;bottom:-.9375rem;right:0}.match__block:after{left:0;top:0}.match__date{color:#043c7c;text-align:center;font-size:1.0625rem;font-weight:600;margin-bottom:.625rem}.match__body{display:flex;align-items:center;justify-content:space-between;row-gap:.625rem;margin-bottom:1.5625rem}.match__team_block{display:flex;align-items:center;flex-direction:column;flex-basis:33%;row-gap:.3125rem;font-size:1.125rem;font-weight:600;color:#043c7c;text-transform:uppercase}.match__team_logo{height:2.5rem;width:2.5rem;object-fit:contain}.match__time{flex-basis:33%;font-size:1.5rem;font-weight:700;color:#f3b213}@media (max-width: 767.98px){.matches__section{margin-bottom:3.125rem}.matches__rows{grid-template-columns:1fr 1fr}}@media (max-width: 569.98px){.matches__section{padding-top:1.875rem;padding-bottom:2.8125rem}.matches__rows{grid-template-columns:1fr}.match__team_block{font-size:1.375rem}.match__team_logo{height:3.75rem;width:3.75rem}.match__time{font-size:1.875rem}.match__block .link__btn--sm{font-size:1rem;padding:.5rem 1.875rem}}@media (max-width: 449.98px){.matches__section{margin-bottom:2.1875rem}}.news__rows{display:grid;grid-template-columns:60% 1fr;gap:.9375rem;margin-bottom:.9375rem}.card{position:relative}.card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000 10%,#ffe41900 60%)}.news-items__block{display:flex;flex-direction:column;gap:1.0625rem}.news__item--big{position:relative;color:#fff}.news__big-image_block{height:100%}.news__big-image{object-position:center top}.news__text_block{display:flex;flex-direction:column;align-items:flex-start;row-gap:.625rem;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;z-index:10;right:1.875rem}.news__title--big{font-size:1.875rem;font-weight:700;text-transform:uppercase}.news-item{display:grid;grid-template-columns:30% 1fr;column-gap:1.25rem;color:#043c7c}.news__img_small{width:100%;height:100%;object-fit:cover}.news-item__text_block{display:flex;align-items:flex-start;flex-direction:column;row-gap:.3125rem}.news-item__title,.news__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.news-item__title{font-size:1.25rem;text-transform:capitalize;line-height:1.2;font-weight:600}.news__description{color:#000;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.news__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:.9375rem}.news__card{display:flex;flex-direction:column;height:100%}.news-card__img_block{padding-bottom:70%}.news__footer{display:flex;align-items:flex-start;flex-direction:column;flex-grow:1;row-gap:.625rem;padding:1.25rem;color:#fff;background:linear-gradient(120deg,#043c7c 91%,#f3b213 9%)}.news__title{font-size:1.25rem;font-weight:700;line-height:1.2;color:#fff;text-transform:uppercase}@media (max-width: 1149.98px){.news__rows{grid-template-columns:1fr}.news__big-image_block{padding-bottom:50%}.news-items__block{flex-direction:row}.news-item{grid-template-columns:6.25rem 1fr;gap:1.25rem}.news-item__title{font-size:1.125rem}}@media (max-width: 849.98px){.news__big-image_block{padding-bottom:70%}.news__title--big{font-size:1.5rem}.news-items__block{flex-direction:column}.news-item{grid-template-columns:9.375rem 1fr}}@media (max-width: 449.98px){.news__title--big{font-size:1.1875rem}.news-item{grid-template-columns:6.25rem 1fr}.news-item__text_block .label,.news__text_block .label{font-size:.875rem}}.grid-pts-tbl{display:grid;grid-template-columns:8% 25% repeat(8,1fr)}.grid-pts-tbl--sm{display:grid;grid-template-columns:1fr 30% repeat(5,1fr)}.stat__table--full,.stat__table--sm{border-collapse:collapse;border-left:.0625rem solid #043c7c;border-bottom:.0625rem solid #043c7c}.stat__table--with-mb{margin-bottom:1.875rem}.table__header{background-color:#043c7c;font-size:1rem;font-weight:600;padding:.625rem 0;color:#fff;text-align:center;text-transform:uppercase}.table__body{align-items:center;font-size:1rem;padding:.625rem 0;font-weight:500;text-align:center;color:#043c7c;border-bottom:.0625rem solid #043c7c;border-right:.0625rem solid #043c7c;border-top-width:0}.table__body:last-child{border-bottom-width:0}.table__team_block{display:flex;align-items:center;justify-content:flex-start;column-gap:.625rem;font-size:1rem;text-transform:uppercase;text-align:left;font-weight:700;color:#043c7c;transition:.3s color}.table__team_block:hover{color:#f3b213}.table__team_logo{height:1.5625rem;width:1.5625rem;object-fit:contain}.text-red{color:red}.text-green{color:#009b00}.text-pts{font-weight:600;font-size:1.125rem}@media (max-width: 767.98px){.stat__table--full{overflow-x:scroll}.grid-pts-tbl{width:50rem;grid-template-columns:4.375rem 12.5rem repeat(8,1fr)}.table__header.grid-pts-tbl span:nth-of-type(-n+2){position:sticky;background-color:#043c7c;z-index:10}.table__header.grid-pts-tbl span:nth-of-type(1){left:0}.table__header.grid-pts-tbl span:nth-of-type(2){left:4.375rem}.table__body.grid-pts-tbl>:nth-child(-n+2){position:sticky;background-color:#fff;z-index:10}.table__body.grid-pts-tbl>:nth-child(1){left:0}.table__body.grid-pts-tbl>:nth-child(2){left:4.375rem}}@media (max-width: 649.98px){.grid-pts-tbl{width:40.625rem;grid-template-columns:2.5rem 8.125rem repeat(8,1fr)}.table__header.grid-pts-tbl span:nth-of-type(2){left:2.5rem}.table__body.grid-pts-tbl>:nth-child(2){left:2.5rem}.table__header,.table__body,.table__team_block{font-size:.9375rem}}@media (max-width: 449.98px){.stat__table--with-mb{margin-bottom:1.25rem}.grid-pts-tbl{width:31.25rem;grid-template-columns:2.5rem 2.5rem repeat(8,1fr)}.grid-pts-tbl .table__team_block{justify-content:center}.grid-pts-tbl .table__team_block span{display:none}.grid-pts-tbl--sm{grid-template-columns:1fr 35% repeat(5,1fr)}}.big-result__section{display:flex;flex-direction:column;align-items:center;background-image:url(../images/f83df7fe24e7751e776ff3720c35f55c.png);background-size:cover;background-position-y:center;background-repeat:no-repeat;background-attachment:fixed;padding-top:3.75rem;padding-bottom:4.375rem;text-align:center;position:relative;margin-bottom:4.375rem}.big-result__section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;border:.0625rem solid #08d63c}.big-result__section .title__block{align-items:center;margin-bottom:3.75rem}.big-res__content{display:flex;align-items:center;justify-content:space-between;column-gap:.625rem;position:relative;z-index:10}.big-res__team_block{display:flex;align-items:center;justify-content:center;flex-basis:33%;column-gap:1.25rem;font-size:3.125rem;font-weight:700;color:#fff;text-transform:uppercase}.big-res__logo{height:8.125rem}.big-res__info{display:flex;flex-direction:column;align-items:center;row-gap:.625rem;flex-basis:33%;color:#fff;font-size:1.5rem;font-weight:500;text-transform:capitalize;text-align:center}.big__score{font-size:3.75rem;font-weight:700;color:#f3b213}@media (max-width: 1199.98px){.big-res__team_block{font-size:2.5rem}.big-res__logo{height:6.25rem}.big__score{font-size:3.125rem}}@media (max-width: 991.98px){.big-result__section .title__block{margin-bottom:3.125rem}.big-res__team_block{font-size:1.875rem}.big-res__logo{height:5rem}.big-res__info{font-size:1.25rem}.big__score{font-size:2.5rem}}@media (max-width: 767.98px){.big-result__section{margin-bottom:3.125rem}.big-res__team_block{flex-direction:column;row-gap:.625rem}.big-res__team_block:first-of-type{flex-direction:column-reverse}.big__score{font-size:3.125rem}}@media (max-width: 599.98px){.big-res__team_block{font-size:1.625rem}.big-res__logo{height:3.75rem}.big-res__info{font-size:1.25rem}.big-res__info span{font-size:.875rem}.big__score{font-size:2.3125rem}}@media (max-width: 449.98px){.big-result__section{padding-top:2.1875rem;padding-bottom:2.8125rem;border:.0625rem solid #d00f0f;margin-bottom:2.1875rem}.big-result__section .title__block{margin-bottom:1.875rem}.big-result__section .title{font-size:1.625rem}.big-res__team_block{font-size:1.25rem}.big-res__logo{height:3.125rem}.big-res__info{font-size:1.125rem}.big-res__info span{font-size:.75rem}.big__score{font-size:2.125rem}}.video__content{display:grid;grid-template-columns:70% 1fr;gap:.625rem;margin-bottom:.625rem}.video__item--big{display:flex;flex-direction:column;height:100%;position:relative;color:#fff}.video__img-block--big{height:100%}.video__img{object-position:center top}.video__text_block{display:flex;flex-direction:column;align-items:flex-start;row-gap:.625rem;position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;z-index:10}.video__title--big{font-size:1.875rem;font-weight:700;text-transform:uppercase}.video__blocks{display:flex;flex-direction:column;gap:.625rem}.video__block{position:relative;color:#fff}.video__img_block{padding-bottom:55%}.video-block__title-block{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;z-index:10}.video__title{font-size:1.25rem;font-weight:700;text-transform:uppercase;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.video__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:.9375rem}.video__card{color:#fff;position:relative}.video-card__img_block{padding-bottom:80%}.play__icon{cursor:pointer;height:12%;position:absolute;top:1.25rem;right:1.25rem;z-index:10;transition:.3s all ease}.play-icon__big{height:18%}.play__icon:hover{scale:1.1;transition:.3s all ease}@media (max-width: 991.98px){.video__content{grid-template-columns:1fr;gap:.625rem}.video__img-block--big{padding-bottom:50%}.video__blocks{display:none}.video__img_block{padding-bottom:60%}}@media (max-width: 767.98px){.video__img-block--big .play__icon{height:18%}.video__img-block--big{padding-bottom:60%}.video__title--big{font-size:1.5rem}}@media (max-width: 644.98px){.video-card__img_block{padding-bottom:60%}}@media (max-width: 449.98px){.video__title--big{font-size:1.25rem}}.results__content{display:flex;flex-direction:column;row-gap:1.25rem}.result__item{display:grid;grid-template-columns:35% 1fr;box-shadow:0 0 .125rem #000;overflow:hidden;box-sizing:border-box;align-items:center}.results__teams_block{display:grid;grid-template-columns:35% 1fr 35%;align-items:center;column-gap:.3125rem;padding:0 1.25rem}.result__team_block{display:flex;flex-direction:column;align-items:center;row-gap:.3125rem;color:#043c7c;text-transform:uppercase;font-size:1.125rem;font-weight:600}.result__team_logo{height:3.75rem}.result__score{font-size:2.5rem;font-weight:600;color:#ff7f00;text-align:center}.results__info_block{background:#043c7c;position:relative;left:2.8125rem;padding:2.5rem 5rem;transform:skew(-30deg)}.result-info__items{display:flex;align-items:center;justify-content:space-between;column-gap:.625rem;transform:skew(30deg)}.result__info_content{display:flex;flex-direction:column;align-items:center;row-gap:.3125rem;color:#fff;text-transform:capitalize}@media (max-width: 991.98px){.result__item{grid-template-columns:45% 1fr}.result__score{font-size:1.875rem}.results__info_block{padding:1.25rem 2.5rem}.result-info__items{flex-direction:column;row-gap:.625rem}}@media (max-width: 649.98px){.result__item{grid-template-columns:1fr;row-gap:.625rem;padding-top:.9375rem}.results__info_block{left:0;transform:skew(0);padding:1.25rem}.result-info__items{flex-direction:row;transform:skew(0)}}@media (max-width: 449.98px){.results__info_block{padding:.625rem}.result-info__items{flex-direction:column}}.gallery{display:flex;flex-direction:column;row-gap:.3125rem}.gallery__items{display:grid;grid-template-columns:49% 1fr;gap:.3125rem}.gallery__link{display:block;width:100%}.gallery__link img{width:100%;height:100%;object-fit:cover}.big-gallery__img_block{height:100%;overflow:hidden}.big-gallery__img{width:100%;object-position:100% 0%}.gallery__items_block{display:flex;flex-direction:column;row-gap:.375rem}.gallery__rows{display:grid;grid-template-columns:49% 1fr;gap:.3125rem}.image-block--aspect-60{padding-bottom:60%;overflow:hidden}.image-block--aspect-30{padding-bottom:30%;overflow:hidden}@media (max-width: 767.98px){.gallery__items{grid-template-columns:1fr}.big-gallery__img_block{padding-bottom:50%}}@media (max-width: 449.98px){.big-gallery__img_block{padding-bottom:60%}.image-block--aspect-60{padding-bottom:70%}.image-block--aspect-30{padding-bottom:40%}}.post__rows{display:grid;grid-template-columns:69% 1fr;column-gap:1.875rem}.post__content{display:flex;flex-direction:column;row-gap:1.25rem}.post__img-block{padding-bottom:60%}.post__img{object-position:center top}.post__text_block{font-size:1.0625rem;font-weight:300;line-height:1.2;color:#043c7c}.post__text_block p:not(:last-child){margin-bottom:.9375rem}@media (max-width: 1199.98px){.post__rows{grid-template-columns:62% 1fr;column-gap:1.25rem}}@media (max-width: 991.98px){.post-aside{display:none}.post__rows{grid-template-columns:1fr}}.video-post__rows{display:flex;flex-direction:column;row-gap:1.25rem}.video-post__content{position:relative}.video-post__img_block{padding-bottom:45%}.video-post__img{object-position:center top}.playlist{background:#f3b413d3;padding:.9375rem;position:absolute;top:0;left:0;width:22%;height:100%;overflow-y:auto}.playlist__content{display:flex;flex-direction:column;row-gap:.9375rem}.playlist__video{display:flex;flex-direction:column;height:auto;color:#fff;position:relative;transition:.3s color}.playlist__video:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background:linear-gradient(0deg,#000,#ffe41900 60%)}.playlist__video:hover{color:#f3b213}.playlist__img_block{padding-bottom:55%}.playlist__title-block{position:absolute;bottom:.625rem;left:.625rem;right:.625rem;z-index:10}.playlist__title{font-size:.9375rem;font-weight:600;text-transform:uppercase}@media (max-width: 1199.98px){.playlist{width:25%}}@media (max-width: 991.98px){.playlist{position:relative;width:100%;background-color:transparent;padding:.3125rem .0625rem}.playlist__content{display:flex;flex-direction:row;align-items:stretch;column-gap:.625rem;overflow-x:scroll;padding-bottom:.625rem}.playlist__video{flex:0 0 25%}}@media (max-width: 767.98px){.playlist__video{flex:0 0 33%}}@media (max-width: 549.98px){.video-post__img_block{padding-bottom:65%}.playlist__content{column-gap:.3125rem}.playlist__video{flex:0 0 50%}.playlist__img_block{padding-bottom:65%}}.full__section{background-image:url(../images/f83df7fe24e7751e776ff3720c35f55c.png);background-size:cover;background-position-y:bottom;padding-bottom:2.5rem;padding-top:6.25rem;position:relative;margin-bottom:1.875rem}.full__section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006}.full__content{position:relative;z-index:10;text-align:center;width:80%;margin-left:auto;margin-right:auto}.full__head{display:flex;align-items:center;justify-content:center;column-gap:1.25rem;color:#fff;text-transform:uppercase;font-size:1.5rem;font-weight:700;margin-bottom:3.125rem}.full__body{display:flex;align-items:flex-start;justify-content:center;column-gap:1.25rem}.full__team_block{display:flex;align-items:flex-start;flex-basis:33%;column-gap:1.875rem}.full__team_info{display:flex;flex-direction:column;row-gap:.625rem}.full__team_logo{height:7.5rem;width:7.5rem;object-fit:contain}.full__team_name{font-size:2.25rem;text-transform:uppercase;font-weight:700;letter-spacing:.0625rem;color:#fff;transition:.3s color}.full__team_name:hover{color:#f3b213}.goals__block{display:flex;flex-direction:column;row-gap:.3125rem;font-size:1.125rem;font-weight:500;color:#fff;text-transform:capitalize;text-align:right}.full__score{display:flex;align-items:center;justify-content:center;align-self:center;column-gap:.9375rem;flex-basis:33%;font-size:4.375rem;font-weight:500;color:#fff}.game__stats_rows{display:grid;grid-template-columns:69% 1fr;column-gap:1.875rem}.game-stat{background:#fff;overflow:hidden;border-radius:.3125rem}.game-stat__head{padding:0 .75rem .75rem;display:flex;align-items:center;column-gap:1.25rem;justify-content:space-between;border-block-end:.125rem solid #bbb;margin-bottom:.625rem}.game-stat__team_logo{height:2.5rem}.game-stat__item:not(:last-child){border-bottom:.0625rem solid #f4f2f6}.game-stat__item:last-child{border-bottom-width:0;padding-bottom:0}.item-game-stat{padding:.75rem}.item-game-stat__top{display:flex;column-gap:1.25rem;align-items:center;justify-content:space-between;margin-bottom:.625rem}.item-game-stat__value{width:3.125rem;text-align:center;font-size:1.3125rem;font-weight:600;line-height:100%;color:#043c7c}.item-game-stat__label{font-weight:600;font-size:1rem;text-align:center;line-height:100%;text-transform:uppercase;color:#043c7c}.item-game-stat__row{display:grid;column-gap:.3125rem;grid-template-columns:1fr 1fr}.item-game-stat__line{height:.5rem;background:#f3b213;border-radius:.1875rem}.item-game-stat__line:last-child{background-color:#043c7c}.review-post__rows{display:grid;grid-template-columns:69% 1fr;column-gap:.9375rem}.aside__videos{display:flex;flex-direction:column;gap:.9375rem;margin-top:1.25rem}.aside-video__img_block{padding-bottom:65%}@media (max-width: 1199.98px){.full__team_logo{height:6.25rem;width:6.25rem}.full__team_name{font-size:2.125rem}.full__score{font-size:3.75rem}.game__stats_rows{grid-template-columns:62% 1fr}.review-post__rows{grid-template-columns:65% 1fr}}@media (max-width: 991.98px){.game__stats_rows,.review-post__rows{grid-template-columns:1fr;row-gap:2.1875rem}.aside__videos{display:grid;grid-template-columns:1fr 1fr}}@media (max-width: 849.98px){.full__team_logo{height:5rem;width:5rem}.full__team_name{font-size:1.875rem}.full__score{font-size:3.4375rem}}@media (max-width: 767.98px){.full__section{padding-bottom:2.5rem;padding-top:5rem}.full__section:after{background-color:#0009}.full__content{width:100%}.full__body{justify-content:space-between}.full__team_block{flex-direction:column;align-items:center;row-gap:.3125rem}.full__team_block:first-of-type{flex-direction:column-reverse}.full__team_logo{height:3.75rem;width:3.75rem}.full__team_name{font-size:1.5625rem}.full__score{font-size:3.4375rem}}@media (max-width: 649.98px){.aside__videos{grid-template-columns:1fr}.aside-video__img_block{padding-bottom:60%}}@media (max-width: 569.98px){.full__head{font-size:1.25rem;margin-bottom:1.875rem}.full__body{column-gap:.625rem}.full__team_logo{height:3.125rem;width:3.125rem}.full__team_name{font-size:1.4375rem}.full__score{font-size:2.5rem;align-self:flex-start;position:relative;top:.625rem}.goals__block{font-size:.9375rem}}@media (max-width: 449.98px){.full__team_logo{height:2.8125rem;width:2.8125rem}.full__team_name{font-size:1.3125rem}.full__score{font-size:2.1875rem}.item-game-stat__value{font-size:1.125rem}.item-game-stat__label{font-size:.9375rem}}.team-header__block{display:flex;align-items:center;justify-content:center;column-gap:clamp(.625rem,calc(.625rem + (20 - 10) * ((100vw - 23.4375rem) / (1920 - 375))),1.25rem)}.team-header__logo{height:clamp(4.375rem,calc(4.375rem + (120 - 70) * ((100vw - 23.4375rem) / (1920 - 375))),7.5rem)}.team-header__info-block{display:flex;flex-direction:column;row-gap:.625rem}.team-header__title{font-size:clamp(1.625rem,calc(1.625rem + (50 - 26) * ((100vw - 23.4375rem) / (1920 - 375))),3.125rem);font-weight:700;text-transform:uppercase;color:#043c7c}.team-header__info{font-size:clamp(1.125rem,calc(1.125rem + (25 - 18) * ((100vw - 23.4375rem) / (1920 - 375))),1.5625rem);text-transform:capitalize;font-weight:600}.team-header__year{font-weight:700;color:#f3b213}.history__rows{display:block}.history__img_block{float:left;width:40%;margin:0 1.25rem 0 0}.history__img{width:100%;height:auto;max-height:31.25rem;object-fit:cover}.records__text_block{display:grid;grid-template-columns:40% 1fr;font-size:1.25rem;font-weight:500;color:#043c7c;text-transform:capitalize;line-height:1.2}.records__text_block:not(:last-child){margin-bottom:.625rem}.records__text_block span{padding:.625rem;font-weight:700}.players__block{text-transform:uppercase;margin-bottom:1.875rem}.player__block_title{font-size:1.25rem;text-transform:uppercase;font-weight:700;color:#043c7c;margin-bottom:.9375rem}.players__rows{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:.9375rem}.player__card{display:flex;flex-direction:column;height:100%;position:relative;border-radius:.625rem}.player__photo_block{display:block;overflow:hidden;padding-bottom:100%;background-color:#f3b21394;border-radius:.625rem .625rem 0 0;transition:.3s background-color ease}.player__photo_block:hover{background-color:#f3b213b5}.player__photo{border-radius:.625rem .625rem 0 0}.player__text_block{display:flex;align-items:center;justify-content:space-between;background:#043c7c;padding:.625rem .9375rem;border-radius:0 0 .625rem .625rem}.player__name{font-size:1.375rem;font-weight:700;color:#fff;text-transform:uppercase}.player__number{display:inline-block;position:absolute;top:1.25rem;left:1.25rem;font-size:2rem;color:#f3b213;font-weight:700;padding:.3125rem .625rem;background:linear-gradient(120deg,#043c7c 85%,#f3b213 20%)}.flag{height:2.5rem}.cup__item{display:flex;align-items:center;flex-direction:column;row-gap:.625rem;height:100%;text-transform:uppercase;color:#043c7c;font-size:1.875rem;font-weight:400;text-align:center}.cup__img{height:11.25rem}.cup__title{font-size:1.375rem;font-weight:700;text-transform:uppercase;color:#043c7c}.cup__years{font-size:1rem;font-weight:700;color:#f3b213;line-height:1.2}@media (max-width: 991.98px){.history__rows{display:flex;flex-direction:column;row-gap:.9375rem}.history__img_block{width:100%;margin:0}}@media (max-width: 767.98px){.records__text_block{font-size:1.125rem}}@media (max-width: 649.98px){.records__text_block{font-size:1rem;grid-template-columns:50% 1fr}}@media (max-width: 449.98px){.records__text_block{font-size:.9375rem}.player__name{font-size:1.25rem}.flag{height:1.875rem}}.teams__rows{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem}.team__block{display:grid;grid-template-columns:30% 1fr;height:100%}.teams__team_block{background:#f3b213;display:flex;align-items:center;justify-content:center;padding-bottom:.625rem;padding-top:.625rem;border-radius:.625rem 0 0 .625rem;transition:.3s all ease}.teams__team_block:hover{background-color:#ff7f00;transition:.3s all ease}.teams__team_logo{height:7.5rem;width:7.5rem;object-fit:contain}.teams__info_wrapper{display:flex;flex-direction:column;height:100%;row-gap:1.25rem;align-items:flex-start;background:#043c7c;border-radius:0 .625rem .625rem 0;padding:1.25rem 1.875rem 1.875rem}.team__name{font-size:1.875rem;font-weight:700;text-transform:uppercase;color:#fff}.team-stat__block{width:100%;font-size:.875rem;color:#fff;text-transform:uppercase}.team-stat__items{display:grid;grid-template-columns:repeat(4,1fr)}.team-stat__item{border-left:.125rem solid rgb(255,255,255);text-align:center}.team-stat__item:first-child{border-left:none}.team-stat__item h4{color:#f3b213;font-size:1.5rem;font-weight:700}.team-info__items{display:flex;justify-content:center;flex-wrap:wrap;flex-grow:1;gap:.3125rem 1.25rem;font-size:.9375rem;font-weight:400;color:#fff}.team-info__item{display:flex;column-gap:.5rem;text-transform:capitalize}@media (max-width: 1199.98px){.team__name{font-size:1.625rem}}@media (max-width: 991.98px){.team__block{grid-template-columns:1fr}.teams__team_block{border-radius:.625rem .625rem 0 0}.teams__team_logo{height:5rem;width:5rem}.teams__info_wrapper{display:flex;flex-direction:column;height:100%;row-gap:1.25rem;align-items:center;background:#043c7c;border-radius:0 0 .625rem .625rem;padding:1.25rem .625rem}}@media (max-width: 599.98px){.teams__rows{grid-template-columns:1fr}}.lives__rows{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem}.lives__block{display:flex;flex-direction:column;height:100%;row-gap:1.25rem;background-image:url(../images/af184a8865baa8ea43669b463c9e3e99.jpg);background-size:cover;background-position-y:center;padding:1.25rem .625rem;border-radius:.625rem;position:relative}.lives__content{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%}.live__team_block{display:flex;flex-direction:column;align-items:center;row-gap:.3125rem;font-size:1.375rem;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;position:relative;z-index:10;transition:.3s color}.live__team_block:hover{color:#f3b213}.live__team_logo{height:3.75rem;width:3.75rem;object-fit:contain}.live__team_info{display:flex;flex-direction:column;row-gap:.625rem;text-align:center;color:#b7a9a9;position:relative;z-index:10}.live__date{font-size:1.125rem;font-weight:500;color:#f3b213}.live__score{font-size:1.875rem;font-weight:700;color:#fff;text-align:center}.lives__link_block{text-align:center;position:relative;z-index:5}.lives__overlay{border-radius:.625rem;-webkit-backdrop-filter:blur(.0625rem);backdrop-filter:blur(.0625rem);background-color:#0000006b}@media (max-width: 991.98px){.live__team_block{font-size:1.25rem}.live__score{font-size:1.5rem}}@media (max-width: 767.98px){.lives__rows{grid-template-columns:1fr}}@media (max-width: 449.98px){.lives__block{row-gap:.625rem}.live__date{font-size:1rem}.live__team_logo{height:3.125rem;width:3.125rem}.live__team_block{font-size:1.125rem}.live__score{font-size:1.25rem}}.player-info__rows{display:grid;grid-template-columns:1fr 29.375rem 1fr;gap:.625rem}.player__info_block{padding:1.25rem;border-radius:.625rem;font-size:2.5rem;color:#fff;text-transform:uppercase;text-align:center;background:linear-gradient(120deg,#043c7c 85%,#f3b213 20%)}.player-info__title{font-size:1.625rem;font-weight:600;color:#f3b213;text-transform:uppercase;text-align:center;margin-bottom:1.25rem}.player-info__body{display:flex;flex-direction:column;row-gap:1.25rem}.player-info__item{display:grid;grid-template-columns:55% 1fr;align-items:flex-start;font-size:1.0625rem;font-weight:500;color:#fff;text-transform:uppercase;text-align:left}.player-info__value{text-align:right;color:#fff;font-weight:700;font-size:1.125rem;line-height:1.2}.grid-player-tbl{display:grid;grid-template-columns:15% 30% repeat(8,1fr)}.player__table{border-collapse:collapse;border-left:.0625rem solid #043c7c;border-bottom:.0625rem solid #043c7c}@media (max-width: 1199.98px){.player-info__rows{grid-template-columns:1fr 31.25rem}.player__info_block:last-of-type{grid-column:1 / 2}}@media (max-width: 991.98px){.player-info__rows{grid-template-columns:1fr 1fr;gap:.9375rem;grid-template-areas:"card card" "info stats"}.player-info__card{grid-area:card;grid-column:1 / -1;width:100%}.player-info__card .player__photo_block{padding-bottom:70%}.player-info__card .player__photo{object-position:center top}.player__info_block:first-of-type{grid-area:info}.player__info_block:last-of-type{grid-area:stats}}@media (max-width: 699.98px){.player-info__rows{grid-template-columns:1fr;grid-template-areas:"card" "info" "stats"}.player-info__body{row-gap:.9375rem}.player-info__item{grid-template-columns:1fr 1fr;font-size:1rem}.player-info__value{font-size:1.0625rem}}@media (max-width: 549.98px){.player__table{overflow-x:scroll;box-sizing:border-box}.grid-player-tbl{width:34.375rem;grid-template-columns:4.375rem 2.5rem repeat(8,1fr)}.table__header.grid-player-tbl span:nth-of-type(-n+2){position:sticky;background-color:#043c7c;z-index:10}.table__header.grid-player-tbl span:nth-of-type(1){left:0}.table__header.grid-player-tbl span:nth-of-type(2){left:4.375rem}.table__body.grid-player-tbl>:nth-child(-n+2){position:sticky;background-color:#fff;z-index:10}.table__body.grid-player-tbl>:nth-child(1){left:0}.table__body.grid-player-tbl>:nth-child(2){left:4.375rem}.table__header.grid-player-tbl,.table__body.grid-player-tbl{font-size:.875rem}.grid-player-tbl .table__team_block{justify-content:center}.grid-player-tbl .table__team_block span{display:none}.grid-player-tbl .table__team_logo{width:1.25rem;height:1.25rem}}@media (max-width: 449.98px){.grid-player-tbl{width:28.125rem;grid-template-columns:4.375rem 2.5rem repeat(8,1fr)}}.contact__section{text-align:center}.contact__rows{display:flex;justify-content:space-around;column-gap:1.875rem}.contact__content{display:flex;flex-direction:column;row-gap:1.875rem}.contact__block{display:flex;align-items:center;flex-direction:column;row-gap:.625rem;font-size:1.125rem;font-weight:500;color:#043c7c}.contact__block_title{font-size:1.5rem;font-weight:700;color:#f3b213;text-transform:uppercase}.contact__link{font-size:1.0625rem;font-weight:600;color:#043c7c;transition:.3s color ease}.contact__link:hover{color:#f3b213}.contacts__form{background-color:#043c7c;padding:1.25rem;border-radius:.625rem;flex-basis:60%;width:100%}.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;color:#fff}.contacts__control{width:100%;position:relative}.contacts__input,.contacts__textarea{border:.1875rem solid transparent;padding:.625rem .625rem .625rem 2.5rem;width:100%;border-radius:.625rem;outline:none;position:relative;transition:.3s border-color ease}.contacts__input:focus,.contacts__textarea:focus{border-color:#f3b213}.form__icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#777;font-size:1rem;z-index:10}.fa-comment.form__icon{top:20%}.contacts__control:focus-within .form__icon{color:#f3b213}.link__btn.form__btn{border:.125rem solid #f3b213;background-color:#f3b213;width:40%;transition:.3s background-color ease,.3s color ease}.link__btn.form__btn:hover{background-color:#043c7c;color:#fff}.form__error{display:none;color:red;font-size:.9375rem}@media (max-width: 767.98px){.contact__rows{flex-direction:column;row-gap:1.875rem}.contact__content{row-gap:1.25rem}.contact__block_title{font-size:1.25rem}}@media (max-width: 449.98px){.contact__block_title{font-size:1.125rem}.contact__link{font-size:1rem}.link__btn.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:#000;font-weight:600;text-decoration:underline}.privacy__subtitle{font-size:1.25rem;font-weight:700;text-transform:capitalize;color:#043c7c}.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}.privacy__text_block a{color:#000;font-weight:600;text-decoration:underline;transition:.3s color ease}.privacy__text_block a:hover{color:#f3b213}.footer{background-color:#043c7c;padding-top:2.5rem;position:relative}.footer__content{display:flex;align-items:center;justify-content:space-between;column-gap:1.875rem;border-bottom:.125rem solid rgb(255,255,255);padding-bottom:1.875rem;position:relative;z-index:10}.footer__logo_img{height:9.375rem}.footer__menu{display:flex;flex-basis:70%;justify-content:space-between;column-gap:.9375rem}.footer__menu_item{display:flex;flex-direction:column;color:#fefefe;row-gap:.625rem}.footer__link{color:#fff;font-size:1rem;font-weight:500;text-transform:uppercase;transition:.3s color ease}.footer__link:hover{color:#f3b213}.footer__btm{font-size:1rem;font-weight:500;padding-bottom:1.25rem;padding-top:1.25rem;color:#fff;text-align:center}@media (max-width: 1199.98px){.footer__menu{flex-basis:90%}}@media (max-width: 899.98px){.footer{padding-top:1.25rem}.footer__content{flex-direction:column;row-gap:1.25rem}.footer__logo_img{height:7.5rem}.footer__menu{justify-content:space-around;width:100%;flex-basis:100%;flex-wrap:wrap;row-gap:1.25rem}}@media (max-width: 449.98px){.footer__logo_img{height:6.25rem}.footer__menu{flex-direction:column;align-items:center;row-gap:.625rem;text-align:center}}.splide-4-mb{margin-bottom:.9375rem}.splide__slide{padding:.3125rem}.splide__slide:has(.hero__wrap){padding:0}.splide__arrows{width:7.5rem;position:absolute;right:0;top:-1.875rem}.splide__arrows--cards{width:7.5rem;position:absolute;right:0;bottom:-1.5625rem}.splide__arrow.splide__arrow--prev,.splide__arrow.splide__arrow--next{background:#f3b213;width:2.5rem;height:2.5rem}.splide__arrow.splide__arrow--next svg,.splide__arrow.splide__arrow--prev svg{fill:#fff}ul.splide__pagination{display:flex;justify-content:center;position:absolute;bottom:-1.25rem}button.splide__pagination__page{background:#000}button.splide__pagination__page.is-active{background:#f3b213}.dropdowns__section{margin-bottom:1.875rem}.dropdowns__filters{display:flex;column-gap:1.875rem;row-gap:.625rem;flex-wrap:wrap}.dropdown{position:relative;border:.125rem solid #043c7c;border-radius:.625rem;font-size:.875rem;min-width:15.625rem;transition:.3s border}.dropdown:hover{border:.125rem solid #f3b213}.dropdown__trigger{display:flex;align-items:center;justify-content:space-between;column-gap:1.875rem;padding:.5rem .9375rem;cursor:pointer;text-transform:uppercase;color:#043c7c;transition:.3s all}.dropdown__trigger:hover,.dropdown__trigger:hover .dropdown__btn{color:#f3b213}.dropdown__btn{font:inherit;background-color:transparent;outline:none;text-transform:uppercase}.dropdown__content{position:absolute;left:0;margin-top:1.25rem;border-radius:.625rem;background-color:transparent;box-shadow:0 .125rem .3125rem #f3b213;width:100%;text-transform:uppercase;background-color:#fff;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-1.25rem);transition:opacity .2s,transform .2s}.fa-chevron-down{transition:.3s transform ease}.dropdown--active .fa-chevron-down{transform:rotate(180deg)}.dropdown--active .dropdown__content{transform:translateY(0);opacity:1;pointer-events:auto;z-index:20}.dropdown__content_list{width:100%}.dropdown__content_list li{display:block;padding:.3125rem .625rem;line-height:1.2;background-color:transparent;cursor:pointer}.dropdown__content_list li:hover{background-color:#f3b213}@media (max-width: 449.98px){.dropdown{width:100%}}.breadcrumbs__section{margin-bottom:1.875rem}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.3125rem;padding:0;margin:0}.breadcrumbs li{display:flex;align-items:center;column-gap:.625rem;color:#043c7c;font-weight:600;font-size:1.0625rem}.breadcrumbs li+li:before{content:"›";margin:0 .3125rem;color:#888}.breadcrumbs a{text-decoration:none;color:#000;transition:.3s color}.breadcrumbs a:hover{color:#f3b213}html{font-size:1rem;scrollbar-gutter:stable}body{font-family:Open Sans,sans-serif;display:flex;flex-direction:column}::-webkit-scrollbar{width:.3125rem}::-webkit-scrollbar:horizontal{height:.1875rem}::-webkit-scrollbar-thumb{background-color:#043c7c;border-radius:.125rem}.wrapper{display:flex;flex-direction:column;min-height:100vh}.main{display:flex;flex-direction:column;flex-grow:1;padding-top:clamp(5rem,calc(5rem + (100 - 80) * ((100vw - 23.4375rem) / (1920 - 375))),6.25rem)}.container{max-width:90rem;width:100%;margin:0 auto;padding-left:.9375rem;padding-right:.9375rem}.section--mb{margin-bottom:4.375rem}.section--mb-big{margin-bottom:5.625rem}.pt-0{padding-top:0}.title__block{display:flex;flex-direction:column;align-items:flex-start;row-gap:.625rem;margin-bottom:1.875rem;position:relative;z-index:10}.title__block--center{align-items:center;text-align:center;margin-bottom:3.125rem}.label{display:inline-block;background:#f3b213;padding:.125rem .625rem;font-size:1rem;font-weight:600;color:#fff;text-transform:uppercase}.title,.title--sm{font-weight:700;letter-spacing:.0625rem;text-transform:uppercase;color:#043c7c}.title{font-size:clamp(1.625rem,calc(1.625rem + (40 - 26) * ((100vw - 23.4375rem) / (1920 - 375))),2.5rem)}.title--sm{font-size:clamp(1.625rem,calc(1.625rem + (28 - 26) * ((100vw - 23.4375rem) / (1920 - 375))),1.75rem)}.link__btn{flex-shrink:0;font-size:1rem;font-weight:600;color:#fff;text-transform:uppercase;text-align:center;padding:.5rem 1.875rem;background:#043c7c;border-radius:.3125rem;position:relative;z-index:5;transition:.3s all ease}.link__btn--sm{font-size:.875rem;padding:.3125rem 1.25rem}.link__btn:hover{background-color:#f3b213;color:#000}.load__more{margin-top:1.25rem}.hidden{display:none!important}.pos-sticky{position:sticky;top:5rem}.image-block{display:block;position:relative;width:100%}.ibg{height:100%;width:100%;object-fit:cover;position:absolute;left:0;top:0}.text-bold{font-weight:700}.text-left{text-align:left}.hover-text{transition:.3s all ease}.hover-text:hover{color:#f3b213;transition:.3s all ease}.text-grey{color:#ede9e9}.text-white{color:#fff}.bg-orange{background:#ff7f00}.hover__scale{transition:.4s all ease}.hover__scale:hover{scale:1.1;transition:.4s all ease}.bg-yellow{background:#f3b213}.text-yellow{color:#f3b213}.bg-blue{background:#043c7c}@media (max-width: 767.98px){body.lock{overflow:hidden}.section--mb{margin-bottom:3.125rem}.section--mb-big{margin-bottom:4.375rem}.section--mb:has(.splide){margin-bottom:3.75rem}.title__block{margin-bottom:1.25rem}.title__block--center{margin-bottom:1.875rem}.title__block .label{font-size:.9375rem}}@media (max-width: 449.98px){.section--mb{margin-bottom:2.1875rem}.section--mb-big{margin-bottom:3.4375rem}.title__block .label{font-size:.875rem}.link__btn,.link__btn--sm{display:block;width:100%}}
