@import url("./reset.css");

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 2;
}
.deli89 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.header__block {
  width: 100%;
  background: #151516;
}
.header__content {
  display: flex;
  align-items: center;
}
.logo__img {
  display: block;
  height: 100%;
  width: 100%;
}
.del67 {
  height: 68px;
  width: 68px;
}
.delr423 {
  margin-left: 48px;
  margin-right: auto;
}
.del872 {
  display: flex;
}
.nav__list--link {
  color: rgb(237, 237, 237);
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  font-weight: 600;
}
.del17 {
  display: flex;
}
.del256 {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  color: rgb(237, 237, 237);
  font-weight: 600;
}
.del53 {
  flex: 1;
}
.top-matches {
  background: #000;
  padding-top: 24px;
  padding-bottom: 12px;
}
.top-matches__content {
  display: flex;
  column-gap: 24px;
  justify-content: space-between;
}
.top-matches__block {
  display: flex;
  flex-direction: column;
}
.top-matches__date {
  color: rgb(112, 117, 118);
  font-weight: 700;
}
.top-matches__link {
  flex-basis: 180px;
  transition: all 0.3s ease;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}
.top-matches__link:hover {
  background: #212121;
}
.top-matches__card {
  display: flex;
  flex-direction: column;
}
.top-matches__card--header {
  display: flex;
  align-items: baseline;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-bottom-color: rgb(112, 117, 118);
  margin-bottom: 4px;
  justify-content: space-between;
}
.top-matches__card--main {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
.top-matches__card--league {
  color: rgb(112, 117, 118);
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 2px;
}
.top-matches__card--time {
  color: rgb(255, 255, 255);
  font-size: 11px;
  margin-bottom: 2px;
}
.top-matches__card--team {
  display: flex;
  align-items: center;
  column-gap: 9px;
}
.top-matches__card--team-logo {
  height: 28px;
  width: 28px;
}
.top-matches__card--team-name {
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.top-matches__channel {
  color: rgb(112, 117, 118);
  font-size: 10px;
  font-weight: 500;
}
.top-matches__box {
  display: flex;
  column-gap: 24px;
}
.news-main {
  padding-top: 20px;
  padding-bottom: 32px;
}
.news-main__content {
  display: flex;
  column-gap: 20px;
}
.del7832 {
  flex: 1;
}
.hero__content {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 100%;
}
.hero__content:hover {
  background: #ededed;
}
.main-news-side {
  flex: 1;
}
.main-news-side__content {
  display: flex;
  column-gap: 20px;
}
.hero__img-box {
  flex-basis: 80%;
  overflow: hidden;
}
.del562 {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
}
.del562:hover {
  transform: scale(1.04);
}
.del785 {
  flex-basis: 20%;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}
.hero__commentary {
  font-size: 12px;
  color: rgb(112, 117, 118);
  margin-top: 8px;
  display: inline-block;
  margin-bottom: 4px;
}
.del124 {
  font-size: 26px;
  font-weight: 700;
  color: rgb(1, 1, 1);
  margin-top: 0;
  margin-bottom: 9px;
  transition: all 0.3s ease;
}
.del124:hover {
  color: rgb(80, 126, 154);
}
.del934 {
  color: rgb(112, 117, 118);
  font-size: 16px;
  margin-bottom: 0;
}
.main-news-side__link {
  transition: all 0.3s ease;
}
.main-news-side__link:hover {
  background: #ededed;
}
.main-news-side__card {
  display: flex;
  flex-direction: column;
}
.main-news-side__card--img-box {
  flex-basis: 80%;
  overflow: hidden;
}
.main-news-side__card--main {
  flex-basis: 20%;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.main-news-side__card--img {
  width: 100%;
  height: 190px;
  transition: all 0.3s ease;
  object-fit: cover;
}
.main-news-side__card--img:hover {
  transform: scale(1.04);
}
.main-news-side__1st-col {
  display: flex;
  flex-direction: column;
  flex: 1;
  row-gap: 20px;
}
.main-news-side__2nd-col {
  flex: 1;
}
.main-news-side__card--title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(1, 1, 1);
  transition: all 0.3s ease;
  margin-bottom: 9px;
}
.main-news-side__card--title:hover {
  color: rgb(80, 126, 154);
}
.main-news-side__card--parag {
  color: rgb(112, 117, 118);
  font-size: 14px;
  margin-bottom: 0;
}
.other-news-side__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.other-news-side__link {
  transition: all 0.3s ease;
  display: flex;
}
.other-news-side__link:hover {
  background: #ededed;
}
.other-news-side__card {
  display: flex;
}
.other-news-side__card--img-box {
  flex-basis: 40%;
  overflow: hidden;
}
.other-news-side__card--img {
  width: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
  height: 95px;
}
.other-news-side__card--img:hover {
  transform: scale(1.04);
}
.other-news-side__card--main {
  flex-basis: 60%;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}
.other-news-side__card--title {
  font-size: 14px;
  color: rgb(1, 1, 1);
  font-weight: 700;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.other-news-side__card--title:hover {
  color: rgb(80, 126, 154);
}
.del62 {
  padding-top: 32px;
}
.more-news__content {
  display: flex;
  column-gap: 20px;
}
.more-news__content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.more-news__content-center {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.more-news__content-right {
  flex: 1;
}
.more-news-center__img-box {
  flex-basis: 80%;
  overflow: hidden;
}
.more-news-center__img-box:hover {
  overflow: hidden;
}
.more-news-center__img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.more-news-center__img:hover {
  transform: scale(1.02);
}
.more-news-center__card {
  display: flex;
  flex-direction: column;
}
.more-news-center__card--main {
  flex-basis: 20%;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.more-news-center__card--title {
  font-size: 25px;
  font-weight: 800;
  color: rgb(1, 1, 1);
  margin-bottom: 0;
  transition: all 0.3s ease;
  margin-top: 0;
}
.more-news-center__card--title:hover {
  color: rgb(80, 126, 154);
}
.more-news-right__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.more-news-right__list--item {
}
.more-news-right__link {
  transition: all 0.3s ease;
}
.more-news-right__link:hover {
  background: #ededed;
}
.more-news-left__card {
  display: flex;
}
.more-news-left__card--title {
  font-size: 12px;
  color: rgb(112, 117, 118);
}
.more-news-left__card--parag {
  font-size: 14px;
  color: rgb(1, 1, 1);
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.more-news-left__card--parag:hover {
  color: rgb(80, 126, 154);
}
.more-news-center__link {
  display: flex;
  height: 100%;
  transition: all 0.3s ease;
}
.more-news-center__link:hover {
  background: #ededed;
}
.season-talent {
  padding-top: 32px;
  padding-bottom: 32px;
}
.season-talent__list {
  display: flex;
  column-gap: 20px;
}
.season-talent__list--item {
  flex-basis: 25%;
}
.season-talent__link {
  transition: all 0.3s ease;
}
.season-talent__link:hover {
  background: #ededed;
}
.season-talent__card--img-box {
  overflow: hidden;
}
.season-talent__card--img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.season-talent__card--img:hover {
  transform: scale(1.04);
}
.season-talent__card--main {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.season-talent__card--title {
  font-size: 19px;
  color: rgb(21, 21, 22);
  font-weight: 700;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.season-talent__card--title:hover {
  color: rgb(80, 126, 154);
}
.season-talent__card--parag {
  font-size: 14px;
  color: rgb(21, 21, 22);
  margin-bottom: 16px;
}
.more-news-left__img-box {
  flex-basis: 40%;
  overflow: hidden;
}
.more-news-left__img {
  width: 100%;
  display: block;
  height: 140px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.more-news-left__img:hover {
  transform: scale(1.04);
}
.more-news-left__card--main {
  flex-basis: 60%;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.section__title {
  color: rgb(21, 21, 22);
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 12px;
}
.season-talent__card--read-now {
  background: #be3233;
  color: rgb(255, 255, 255);
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 4px;
  font-size: 13px;
  width: 35%;
  display: inline-block;
  text-align: center;
}
.season-talent__card--read-now:hover {
  transition: all 0.3s ease;
  background: #507e9a;
}
.transfer {
  padding-bottom: 32px;
  padding-top: 32px;
}
.transfer__box {
  display: flex;
  column-gap: 20px;
}
.transfer__col-1 {
  flex: 1;
}
.transfer__col-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.transfer__col-3 {
  flex: 1;
}
.transfer__banner {
  display: block;
  width: 100%;
  height: 100%;
}
.transfer__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.transfer__link {
  transition: all 0.3s ease;
}
.transfer__link:hover {
  background: #ededed;
}
.transfer__card {
  display: flex;
}
.transfer__title {
  color: rgb(1, 1, 1);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.transfer__title:hover {
  color: rgb(80, 126, 154);
}
.transfer__img-box {
  flex-basis: 40%;
  overflow: hidden;
}
.transfer__img {
  display: block;
  width: 100%;
  height: 82px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.transfer__img:hover {
  transform: scale(1.04);
}
.transfer__card--main {
  flex-basis: 60%;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.transfer__banner-img {
  width: 100%;
  height: 100%;
}
.reports {
  padding-bottom: 32px;
  padding-top: 32px;
}
.reports__list {
  display: flex;
  column-gap: 20px;
}
.reports__list--item {
  flex-basis: 25%;
}
.reports__card {
  overflow: hidden;
}
.reports__card--img {
  width: 100%;
  height: 182px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.reports__card--img:hover {
  transform: scale(1.04);
}
.partners {
  background: #000;
  padding-top: 32px;
  padding-bottom: 32px;
}
.partners__list {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.partners__list--item {
}
.partners__card--img {
  width: 100%;
  max-height: 62px;
}
.del09 {
  background: #1f2021;
  padding-bottom: 32px;
  padding-top: 64px;
}
.del21 {
  display: flex;
  column-gap: 32px;
  margin-bottom: 24px;
}
.del532 {
  display: flex;
  flex-direction: column;
}
.del5421q {
}
.del212 {
  font-size: 16px;
  font-weight: 700;
  color: rgb(237, 237, 237);
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(21, 21, 22);
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 6px;
  padding-top: 6px;
  margin-bottom: 6px;
}
.del552 {
  row-gap: 4px;
  display: flex;
  flex-direction: column;
}
.del41 {
  color: rgb(237, 237, 237);
  font-size: 14px;
  transition: all 0.3s ease;
}
.del41:hover {
  text-decoration: underline;
}
.footer__section-2 {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(21, 21, 22);
}
.del51 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  justify-content: center;
  row-gap: 32px;
  column-gap: 32px;
}
.footer-team__list--item {
  row-gap: 20px;
  column-gap: 20px;
}
.footer-team__card {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  align-items: center;
}
.footer-team__card--img {
  height: 60px;
  width: 60px;
}
.del15 {
  font-size: 12px;
  color: rgb(237, 237, 237);
  text-align: center;
}
.footer__section-3 {
  display: flex;
  align-items: flex-start;
  margin-top: 18px;
}
.del11 {
  height: 60px;
  width: 60px;
  display: inline-block;
}
.del52 {
  width: 100%;
  height: 100%;
}
.del65 {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 2px;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-color: rgb(237, 237, 237);
  padding-left: 24px;
}
.del221 {
  display: flex;
  column-gap: 24px;
}
.del221:hover {
  display: flex;
  flex-direction: row;
}
.del20 {
  font-size: 14px;
  color: rgb(237, 237, 237);
  transition: all 0.3s ease;
  display: block;
  flex: 0;
}
.del20:hover {
  text-decoration: underline;
}
.del18 {
  color: rgb(237, 237, 237);
  font-size: 14px;
  max-width: 90%;
}
.del55 {
  padding-right: 24px;
}
.del14 {
  display: flex;
  column-gap: 24px;
}
.footer-teams__block {
  display: flex;
  justify-content: center;
}
.del652 {
  padding-bottom: 48px;
}
.del76 {
  font-size: 27px;
  font-weight: 800;
  color: rgb(21, 21, 22);
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 32px;
  padding-top: 32px;
  text-transform: uppercase;
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
  column-gap: 22px;
}
.news__list--item {
  flex-basis: 20%;
  flex-grow: 1;
}
.del5 {
  transition: all 0.3s ease;
}
.del5:hover {
  background: #ededed;
}
.del987 {
  display: flex;
  flex-direction: column;
}
.news__card--img-box {
  overflow: hidden;
}
.news__card--img {
  width: 100%;
  object-fit: cover;
  height: 190px;
  transition: all 0.3s ease;
}
.news__card--img:hover {
  transform: scale(1.04);
}
.news__card--main {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  flex-direction: column;
  display: flex;
}
.news__card--title {
  font-size: 12px;
  font-weight: 900;
  color: rgb(112, 117, 118);
  margin-bottom: 8px;
  display: inline-block;
}
.news__card--parag {
  font-size: 14px;
  color: rgb(1, 1, 1);
  font-weight: 700;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.news__card--parag:hover {
  color: rgb(80, 126, 154);
}
.del766 {
  background-image: url("../images/20b4f10f84821923293a3bbaa6a38565.png");
  background-repeat: repeat;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(229, 230, 230);
  margin-bottom: 22px;
  background-size: auto;
}
.privacy__content {
  display: flex;
  flex-direction: column;
}
.privacy__title {
  color: rgb(21, 21, 22);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 48px;
}
.privacy__parag--link {
  text-decoration: underline;
  display: inline;
  color: rgb(21, 21, 22);
  font-weight: 500;
  transition: all 0.3s ease;
}
.privacy__parag--link:hover {
  color: rgb(80, 126, 154);
}
.privacy__parag {
  font-size: 16px;
  color: rgb(21, 21, 22);
  margin-bottom: 32px;
}
.privacy__bold {
  font-weight: 700;
}
.privacy__list {
  margin-bottom: 32px;
  margin-top: 32px;
  margin-left: 32px;
  display: flex;
  flex-direction: column;
}
.post__header {
  background: #212121;
  padding-bottom: 120px;
  padding-top: 120px;
}
.post__content {
  margin-top: -180px;
  display: flex;
  flex-direction: column;
}
.post__categ {
  font-size: 12px;
  color: rgb(112, 117, 118);
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}
.post__title {
  font-size: 26px;
  color: rgb(255, 255, 255);
  width: 90%;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.post__img-box {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(230, 230, 230);
  padding-bottom: 24px;
  width: 80%;
  height: 620px;
  margin-bottom: 24px;
}
.post__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post__author {
  font-size: 17px;
  font-weight: 700;
  color: rgb(16, 16, 16);
  margin-bottom: 12px;
}
.post__date {
  color: rgb(112, 117, 118);
  font-size: 16px;
  margin-bottom: 32px;
}
.post__parag {
  color: rgb(21, 21, 22);
  font-size: 18px;
  margin-bottom: 26px;
}
.parag__img-box {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.parag__img {
  width: 100%;
}
.post-btm {
  margin-top: 128px;
  margin-bottom: 32px;
}
.post-btm__list {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-btm__link {
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 1px;
  border-top-color: rgb(230, 230, 230);
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all 0.3s ease;
}
.post-btm__link:hover {
  background: #ededed;
}
.post-btm__card--categ {
  font-size: 12px;
  font-weight: 900;
  color: rgb(112, 117, 118);
}
.post-btm__card--title {
  font-size: 14px;
  font-weight: 600;
  color: rgb(1, 1, 1);
}
.post-btm__title {
  color: rgb(21, 21, 22);
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 18px;
}
.post-btm__box {
  display: flex;
  column-gap: 144px;
}
.post-btm__more-news {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
}
.post-btm-vid {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
}
.post-btm-vid__list {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-btm-vid__link {
  padding-bottom: 14px;
  padding-top: 14px;
  border-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(230, 230, 230);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  transition: all 0.3s ease;
}
.post-btm-vid__link:hover {
  background: #ededed;
}
.post-btm-vid__card {
  display: flex;
  align-items: center;
}
.post-btm-vid__card--title {
  color: rgb(1, 1, 1);
  font-size: 14px;
  font-weight: 600;
}
.post-btm-vid__card--main {
  margin-right: 12px;
}
.post-btm-vid__card--img-box {
  height: 74px;
  width: 142px;
}
.post-btm-vid__card--img {
  width: 100%;
  height: 100%;
  display: block;
}
.reviews {
  padding-bottom: 64px;
}
.reviews__block {
}
.reviews__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.reviews__list--item {
  flex-basis: 23%;
  flex-grow: 1;
}
.reviews__link {
  transition: all 0.3s ease;
}
.reviews__link:hover {
  background: #ededed;
}
.reviews__card--img-box {
  position: relative;
}
.reviews__card--main {
  padding-bottom: 24px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 8px;
}
.reviews__card--img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.reviews__card--categ {
  color: rgb(112, 117, 118);
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 8px;
}
.reviews__card--title {
  color: rgb(16, 16, 16);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.reviews__card--title:hover {
  color: rgb(80, 126, 154);
}
.reviews__card--more {
  background: #be3233;
  color: rgb(255, 255, 255);
  width: 40%;
  border-radius: 4px;
  text-align: center;
  margin-top: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  padding-top: 4px;
  transition: all 0.3s ease;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
}
.reviews__card--more:hover {
  background: #507e9a;
}
.del241 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 94px;
  width: 98px;
  border-style: none;
  background: none;
  display: block;
  transition: all 0.3s ease;
}
.del241:hover {
  height: 106px;
  width: 108px;
}
.news__card--more {
  font-size: 14px;
  font-weight: 800;
  color: rgb(190, 50, 51);
  display: inline-block;
  margin-top: 18px;
  margin-left: auto;
  transition: all 0.3s ease;
}
.news__card--more:hover {
  color: rgb(80, 126, 154);
  text-decoration: underline;
}
.play-btn-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block__header-black {
  background: #000;
  margin-bottom: 0;
  border-bottom-color: rgb(112, 117, 118);
}
.block__title-black {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
.del3 {
  padding-top: 24px;
  background: #151516;
  padding-bottom: 64px;
}
.live__box {
  display: flex;
  column-gap: 14px;
}
.del673 {
  display: flex;
  flex-direction: row;
}
.live__sec-video {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.del98 {
  position: relative;
  flex: 3;
  cursor: pointer;
}
.main-video__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-video__text-box:hover {
  display: flex;
  flex-direction: column;
}
.main-video__title {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 14px;
}
.main-video__title:hover {
  color: rgb(255, 255, 255);
}
.main-video__descr {
  font-size: 14px;
  font-weight: 500;
  color: rgb(173, 180, 183);
  margin-bottom: 0;
}
.sec-video__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.sec-video__list--item {
  flex: 1;
}
.sec-video__link {
  transition: all 0.3s ease;
}
.sec-video__link:hover {
  background: #000;
}
.sec-video__card {
  display: flex;
  padding-left: 14px;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-right: 14px;
}
.sec-video__card--main {
  flex-basis: 60%;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.sec-video__card--img-box {
  flex-basis: 40%;
  position: relative;
}
.sec-video__card--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-video__card--categ {
  font-size: 12px;
  font-weight: 600;
  color: rgb(173, 180, 183);
}
.sec-video__card--title {
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.sec-video__card--title:hover {
  color: rgb(80, 126, 154);
}
.play-btn__small {
  height: 54px;
  width: 56px;
}
.play-btn__small:hover {
  height: 59px;
  width: 61px;
}
.del672 {
  position: absolute;
  top: 4px;
  height: 54px;
  width: 59px;
  left: 4px;
  object-fit: cover;
}
.del86 {
  height: 32px;
  width: 36px;
  object-fit: fill;
  position: absolute;
  top: 0;
  right: 0;
}
.watch-sec {
  padding-bottom: 32px;
  padding-top: 32px;
}
.del2 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.watch-sec__list {
  flex-wrap: wrap;
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
}
.watch-sec__list--item {
  flex-grow: 1;
  flex-basis: 22%;
}
.watch-sec__link {
  transition: all 0.3s ease;
}
.watch-sec__link:hover {
  background: #ededed;
}
.watch-sec__card--img-box {
  position: relative;
  height: 190px;
}
.watch-sec__card--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.watch-sec__card--main {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.watch-sec__card--categ {
  font-size: 14px;
  font-weight: 700;
  color: rgb(112, 117, 118);
}
.watch-sec__card--title {
  font-size: 16px;
  font-weight: 700;
  color: rgb(16, 16, 16);
  transition: all 0.3s ease;
}
.watch-sec__card--title:hover {
  color: rgb(80, 126, 154);
}
.del87 {
  padding-bottom: 48px;
}
.del97 {
  display: flex;
  flex-direction: column;
}
.del24 {
  color: rgb(21, 21, 22);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 22px;
}
.history__parag {
  font-size: 14px;
  color: rgb(21, 21, 22);
  max-width: 90%;
}
.history__img {
  display: block;
  margin-bottom: 28px;
  height: 580px;
  width: 70%;
  object-fit: cover;
}
.del4123 {
  padding-bottom: 52px;
}
.del783 {
  display: flex;
}
.del56 {
  flex-basis: 22%;
  flex-grow: 1;
}
.delu78 {
  transition: all 0.3s ease;
}
.delu78:hover {
  background: #ededed;
}
.archive__card--img-box {
  height: 190px;
  overflow: hidden;
}
.archive__card--img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
}
.archive__card--img:hover {
  transform: scale(1.04);
}
.archive__card--main {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.del542 {
  font-size: 16px;
  font-weight: 700;
  color: rgb(21, 21, 22);
  transition: all 0.3s ease;
}
.del542:hover {
  color: rgb(80, 126, 154);
}
.del4134 {
  font-size: 14px;
  color: rgb(21, 21, 22);
}
.top__matches--white {
  background: #fff;
}
.top__matches--white-team {
  color: rgb(31, 32, 33);
}
.top__matches--link-white {
  transition: all 0.3s ease;
}
.top__matches--link-white:hover {
  background: #ededed;
}
.stats {
  padding-bottom: 48px;
  padding-top: 48px;
}
.stats__title {
  font-size: 22px;
  font-weight: 800;
  color: rgb(16, 16, 16);
}
.stats__switchers {
  display: inline-flex;
  column-gap: 14px;
}
.stats__swicher {
  display: inline-block;
  border-style: solid;
  border-color: rgb(16, 16, 16);
  border-radius: 4px;
  border-width: 1px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(16, 16, 16);
  transition: all 0.3s ease;
  width: 158px;
  text-align: center;
}
.stats__swicher:hover {
  background: #be3233;
  color: rgb(255, 255, 255);
}
.stats__swicher--active {
  background: #be3233;
  color: rgb(255, 255, 255);
}
.stats__title--box {
  display: flex;
  justify-content: space-between;
}
.results__table {
  margin-top: 48px;
}
.results__header {
  display: grid;
  grid-template-columns: 2fr 4fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 3fr 3fr;
  padding-bottom: 11px;
  padding-top: 11px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 3px;
  border-bottom-color: rgb(12, 35, 64);
  align-items: center;
}
.results__header--title {
  font-size: 14px;
  color: rgb(16, 16, 16);
  font-weight: 800;
  text-align: center;
}
.results__list--item {
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-right-color: rgb(230, 230, 230);
  border-bottom-color: rgb(230, 230, 230);
  border-left-color: rgb(230, 230, 230);
}
.results__card {
  display: grid;
  grid-template-columns: 2fr 4fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 3fr 3fr;
  padding-bottom: 11px;
  padding-top: 11px;
}
.results__value {
  text-align: center;
  column-gap: 20px;
  font-size: 14px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.results__team--link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.results__team--link:hover {
  color: rgb(80, 126, 154);
}
.results__team--icon {
  height: 30px;
  width: 30px;
}
.results__team--name {
  font-size: 14px;
  color: rgb(16, 16, 16);
}
.results__team--name:hover {
  color: rgb(80, 126, 154);
  transition: all 0.3s ease;
}
.results__header--title-club {
  text-align: left;
}
.results__team-place {
  font-weight: 700;
}
.del78 {
  margin-top: 48px;
}
.del8 {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.club-stats__list--item {
  flex-basis: 22%;
  flex-grow: 1;
}
.del34 {
  transition: transform 0.1s ease-in;
}
.del34:hover {
}
.club-stats__card {
  display: flex;
  flex-direction: column;
}
.del54 {
  background: #eceded;
  display: flex;
  justify-content: center;
  padding-bottom: 14px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 14px;
  overflow: hidden;
}
.del99 {
  width: 175px;
  height: 199px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.del99:hover {
  transform: scale(1.04);
}
.del6 {
  font-weight: 800;
  color: rgb(255, 255, 255);
  font-size: 22px;
}
.club-stats__app-list {
  display: flex;
  flex-direction: column;
}
.club-stats__app-list--item {
  border-style: solid;
  border-top-width: 0;
  border-left-width: 1px;
  border-left-color: rgb(236, 237, 237);
  border-bottom-width: 1px;
  border-bottom-color: rgb(236, 237, 237);
  border-right-width: 1px;
  border-right-color: rgb(236, 237, 237);
}
.club-stats__app-box {
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.club-stats__app-title {
  font-size: 14px;
  color: rgb(0, 0, 0);
}
.del13 {
  color: rgb(0, 0, 0);
  font-size: 14px;
}
.del223 {
  display: flex;
  justify-content: space-between;
  background: #0c2340;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.3s ease;
}
.del223:hover {
  background: #507e9a;
}
.del22 {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.club-stats__full-box {
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 8px;
  padding-top: 8px;
}
.club-stats__full-btn {
  display: flex;
  align-items: center;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  column-gap: 8px;
  transition: all 0.3s ease;
}
.club-stats__full-btn:hover {
  color: rgb(80, 126, 154);
}
.del6t5 {
  height: 16px;
  width: 16px;
}
.del761 {
  margin-top: 48px;
}
.schedule__header {
  display: grid;
  grid-template-columns: 2fr 1fr 4fr 2fr 2fr;
  column-gap: 14px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 3px;
  border-bottom-color: rgb(12, 35, 64);
  align-items: center;
  padding-bottom: 11px;
  padding-top: 11px;
}
.schedule__header--title {
  font-size: 14px;
  font-weight: 800;
}
.schedule__list {
}
.schedule__list--item:last-child {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-color: rgb(230, 230, 230);
  border-bottom-width: medium;
}
.schedule__link {
  padding-top: 11px;
  padding-bottom: 11px;
  transition: all 0.3s ease;
}
.schedule__link:hover {
  background: #ededed;
}
.schedule__card {
  display: grid;
  grid-template-columns: 2fr 1fr 4fr 2fr 2fr;
  column-gap: 14px;
  align-items: center;
}
.schedule__title {
  font-size: 14px;
  color: rgb(16, 16, 16);
}
.schedule__title-match {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
}
.schedule__title-date {
  color: rgb(12, 35, 64);
  font-weight: 700;
}
.schedule__team-1 {
  display: flex;
  column-gap: 14px;
  justify-content: flex-end;
  align-items: center;
}
.schedule__team-1:last-child {
}
.schedule__team-2 {
  display: flex;
  column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
}
.schedule__versus {
  justify-content: center;
  display: inline-flex;
  font-weight: 600;
}
.schedule__team-logo {
  height: 34px;
  width: 34px;
  display: inline-block;
  object-fit: contain;
}
.schedule__team-name {
  font-weight: 700;
}
.schedule__team-name:last-child {
}
.schedule__header--match {
  text-align: center;
}
.schedule__header--time {
  text-align: center;
}
.results-table__pts {
  font-weight: 700;
}
.match-results {
  margin-top: 48px;
}
.match-results__header {
  display: grid;
  grid-template-columns: 2fr 1fr 4fr 2fr 2fr;
  padding-bottom: 11px;
  padding-top: 11px;
  border-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 3px;
  border-bottom-color: rgb(12, 35, 64);
  column-gap: 14px;
}
.match-results__list--item:last-child {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: medium;
  border-left-width: 0;
  border-bottom-color: rgb(230, 230, 230);
}
.match-results__link {
  padding-bottom: 11px;
  padding-top: 11px;
  transition: all 0.3s ease;
}
.match-results__link:hover {
  background: #ededed;
}
.match-results__card {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 4fr 2fr 2fr;
  column-gap: 14px;
}
.match-results__match-fr {
  display: grid;
  grid-template-columns: 2fr 1fr 1% 1fr 2fr;
  align-items: center;
}
.match-results__score {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.match-results__score--winner {
  color: rgb(97, 190, 76);
}
.match-results__score--loser {
  color: rgb(214, 55, 55);
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.header {
  z-index: 100;
}
.main {
  flex: 1;
}
.footer {
  padding-top: 32px;
  padding-bottom: 32px;
}
.dfx {
  display: flex;
}
.dfxcol {
  display: flex;
  flex-direction: column;
}
.dgd {
  display: grid;
}
.dgd-cent {
  display: grid;
  justify-items: center;
}
.dgd-start {
  display: grid;
  justify-items: start;
}
.dgd-end {
  display: grid;
  justify-items: end;
}
.image {
  display: block;
  height: 100%;
  width: 100%;
}
.jstfc-cent {
  justify-content: center;
}
.list-drop {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  list-style: none;
}
.link-drop {
  display: block;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}
.t-a-center {
  text-align: center;
}
.wrapper__pr-color {
  color: rgb(26, 49, 60);
}
.wrapper__bg-color {
  background: #f1f3f8;
}
.f-s-14 {
  font-size: 14px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.header__inner {
  justify-content: space-between;
}
.al-cent {
  align-items: center;
}
.logo-h {
  height: 32px;
}
.navigat-list {
  background: #0a0a61;
  border-radius: 6px;
}

.navigat-list {
  display: none;
}
@media screen and (min-width: 1200px) {
  .navigat-list {
    display: flex;
  }
}

.navigat-link {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  border-style: solid;
  border-color: rgb(167, 173, 177);
  padding-bottom: 8px;
  padding-left: 9px;
  padding-right: 9px;
  background: #0a0a61;
  padding-top: 8px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 6px;
}
.navigat-link:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(167, 173, 177);
  background: #022ae2;
}
.header--bg {
  background-image: url("../images/1d5e2b1d8c08c7a046ce8ca93e74f4e5.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 12px;
  padding-bottom: 12px;
}
.pd-top-16 {
  padding-top: 16px;
}
.pd-bot-16 {
  padding-bottom: 16px;
}
.hero--bg {
  background: linear-gradient(rgba(26, 26, 26, 0.01), rgba(26, 26, 26, 0.01)),
    url("/images/hero-bg.jpeg") no-repeat center / cover;
}
.hero__inner {
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
}
.gp-16 {
  row-gap: 16px;
  column-gap: 16px;
}
.nfeed-listside {
  display: grid;
  grid-column: span 5;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .nfeed-listside {
    grid-column: span 5;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .nfeed-listside {
    grid-column: span 5;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .nfeed-listside {
    grid-column: span 2;
    grid-template-columns: repeat(1, 1fr);
  }
}

.nfeed-main {
  grid-column: span 5;
}
@media screen and (min-width: 576px) {
  .nfeed-main {
    grid-column: span 5;
  }
}
@media screen and (min-width: 768px) {
  .nfeed-main {
    grid-column: span 5;
  }
}

@media screen and (min-width: 1200px) {
  .nfeed-main {
    grid-column: span 3;
  }
}

.nfeed-main__link {
  color: rgb(255, 255, 255);
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 240px;
}

.res-card__team-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nfeed-main__link:hover {
  filter: contrast(115%);
  color: rgb(165, 179, 243);
}
.nfeed-listside__item {
  border-right-width: 0;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-color: rgb(78, 82, 123);
}
.nfeed-listside__item:first-child {
  padding-top: 0;
}
.nfeed-main__bgimg {
  filter: brightness(95%);
  object-fit: cover;
}
.nfeed-main__content-wr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.nfeed-main__title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 1px 2px 3px rgb(0, 0, 0);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 576px) {
  .nfeed-main__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .nfeed-main__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .nfeed-main__title {
    font-size: 28px;
  }
}

.tx-shad--white {
  text-shadow: 1px 2px 3px rgb(0, 0, 0);
}
.brd-6 {
  border-radius: 6px;
}
.ovfhd {
  overflow: hidden;
}
.nfeed-listside-link {
  color: rgb(255, 255, 255);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(78, 82, 123);
  background: #0000004d;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  padding-left: 12px;
  padding-right: 12px;
}
.nfeed-listside-link:hover {
  filter: contrast(115%);
  color: rgb(165, 179, 243);
}
.nfeed-listside-card {
  grid-template-columns: 1fr 2fr;
}
.nfeed-listside-card__imgbox {
  height: 94px;
}
.nfeed-listside-card__imgbox-img {
  object-fit: cover;
}
.nfeed-listside-card__content {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.nfeed-listside-card__title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.schedule-card__team-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nobrd-bot {
  border-bottom-width: 0;
}
.footer--bg {
  background: linear-gradient(rgba(26, 26, 26, 0.01), rgba(26, 26, 26, 0.99)),
    url("/images/footer-bg.jpeg") no-repeat center / cover;
}
.footer-row-1 {
  grid-template-columns: 1fr;
  border-style: solid;
  border-color: rgb(78, 82, 123);
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-top-width: 1px;
  padding-top: 32px;
  padding-bottom: 32px;
  gap: 32px;
}

@media screen and (min-width: 1200px) {
  .footer-row-1 {
    grid-template-columns: 1fr 3fr;
  }
}

.footer-lcontent {
  /* grid-column: span 1; */
  justify-content: center;
}
.footer-nav {
  /* grid-column: span 3; */
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  gap: 32px;
}

@media screen and (min-width: 576px) {
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .footer-nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .footer-nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer-nav__col {
  width: 100%;
  align-items: center;
}
.footer-nav__title {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 18px;
}
.footer-menulist {
  row-gap: 8px;
  width: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
}
.footer-menulist__link {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 400;
  display: inline-flex;
}
.footer-menulist__link:hover {
  text-decoration: underline;
  text-decoration-color: rgb(0, 238, 255);
}
.logo-f {
  height: 132px;
}
.fcopyrights {
  width: 60%;
}
.fcopyrights__text {
  margin-bottom: 0;
  color: rgba(204, 204, 204, 0.6);
  font-size: 12px;
  font-weight: 500;
}
.navigat-link--active {
  color: rgb(255, 255, 255);
  border-color: rgb(167, 173, 177);
  background: #022ae2;
}
.page-content {
}
.page-content__bg {
  background: #f1f3f8;
}
.page-content__inner {
}
.pgtitle {
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 7px;
  border-top-width: 0;
  border-color: rgb(2, 42, 226);
  border-radius: 6px;
}
.pgtitle__text {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 16px;
  border-style: solid;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 7px;
  border-radius: 6px;
  border-color: rgb(2, 42, 226);
}
.nws-list {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .nws-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .nws-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .nws-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.nws-link {
  background: #fff;
  color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(219, 221, 233);
}
.nws-link:hover {
  filter: contrast(110%);
  color: rgb(2, 42, 226);
}
.nws-card__imgbox {
  height: 240px;
}
.nws-card__imgbox-img {
  object-fit: cover;
  filter: brightness(92%);
}
.nws-card__content {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  row-gap: 12px;
}
.nws-card__title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nws-card__date-text {
  color: rgb(99, 122, 133);
  font-weight: 500;
  font-size: 11px;
}
.pag-list {
  gap: 8px;
  flex-wrap: wrap;
}
.pag-switcher {
  height: 16px;
  width: 16px;
}
.pag-switcher:hover {
  transform: scale(1.04);
}
.pag-page {
  padding-left: 9px;
  padding-right: 9px;
  color: rgb(26, 49, 60);
  font-weight: 600;
  padding-bottom: 3px;
  padding-top: 3px;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pag-page:hover {
  background: #000345;
  color: rgb(255, 255, 255);
}
.vids-list {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .vids-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .vids-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .vids-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.vids-link {
  background: #fff;
  color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(219, 221, 233);
  height: 100%;
}
.vids-link:hover {
  filter: contrast(110%);
  color: rgb(2, 42, 226);
}
.vids-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vids-card__imgbox {
  height: 200px;
  position: relative;
}
.vids-card__imgbox-img {
  object-fit: cover;
  filter: brightness(92%);
}
.vids-card__content {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  row-gap: 12px;
}
.vids-card__title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vid-card__playtop {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  color: rgb(255, 255, 255);
  column-gap: 6px;
  align-items: center;
}
.vid-card__playtop-time {
  font-weight: 600;
  font-size: 13px;
}
.vid-card__playtop-icon {
  height: 31px;
  width: 31px;
}
.pag-page--active {
  background: #000345;
  color: rgb(255, 255, 255);
}
.history__bgtitleimg {
  object-fit: cover;
  min-height: 480px;
  max-height: 480px;
  height: 100%;
}
.history-section__title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}
.post-parag {
  margin-bottom: 0;
}
.header--sticky {
  position: sticky;
  top: 0;
}
.art {
  border-left: 1px solid;
  border-color: rgba(78, 82, 123, 0.2);
  padding-left: 16px;
}
.art-section {
  margin-left: auto;
  margin-right: auto;
}
.art-subsection {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}
.art-section__img {
  min-height: 240px;
  max-height: 480px;
  height: 100%;
  object-fit: cover;
}
.art-title {
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 16px;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 6px;
  border-color: rgb(2, 42, 226);
  border-radius: 6px;
  border-right-width: 0;
}
.art-date {
  color: rgb(99, 122, 133);
  font-weight: 500;
}
.post-bot {
  padding-top: 16px;
  border-style: solid;
  border-color: rgba(78, 82, 123, 0.2);
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 1px;
}
.art-bot-list {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .art-bot-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .art-bot-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .art-bot-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mg-0-auto {
  margin-left: auto;
  margin-right: auto;
}
.vpost-top {
  background: #000040;
}
.vpost-list {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .vpost-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .vpost-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .vpost-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.vpost-list__item--main {
  grid-column: span 3;
  grid-row: span 3;
}

.vpost-list__item {
  display: none;
}
@media screen and (min-width: 768px) {
  .vpost-list__item {
    display: grid;
  }
}

.vpost-link {
  background: #0000004d;
  color: rgb(255, 255, 255);
  height: 100%;
}
.vpost-link:hover {
  color: rgb(165, 179, 243);
}
.vpost-card__imgbox {
  height: 172px;
}
.vpost-card__imgbox--main {
  height: 100%;
  position: relative;
}
.vpost-card__mainplay {
  max-height: 82px;
  max-width: 82px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.vpost-card__title--main {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 576px) {
  .vpost-card__title--main {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .vpost-card__title--main {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .vpost-card__title--main {
    font-size: 32px;
  }
}

.teams-list {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .teams-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .teams-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .teams-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

.teams-link {
  justify-content: center;
  display: grid;
  background: #fff;
  color: rgb(26, 49, 60);
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(219, 221, 233);
}
.teams-link:hover {
  color: rgb(2, 42, 226);
}
.teams-link__imgbox {
  height: 136px;
  width: 136px;
}
.teams-link__imgbox-img {
  object-fit: contain;
}
.teams-link__name-val {
  font-size: 16px;
  font-weight: 700;
}
.btn-1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #022ae2;
  color: rgb(255, 255, 255);
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 600;
  text-align: center;
}
.btn-1:hover {
  background: #070649;
  filter: contrast(110%);
}
.cal-list {
  align-items: center;
  /* column-gap: 8px; */
}
.cal-link {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 12px;
  background: #0a0a61;
  color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
}
.cal-link:hover {
  background: #022ae2;
  color: rgb(255, 255, 255);
  border-color: rgb(167, 173, 177);
}
.cal-switcher {
  height: 28px;
  width: 28px;
}
.cal-link--active {
  border-color: rgb(167, 173, 177);
  color: rgb(255, 255, 255);
  background: #022ae2;
}
.schedule-list {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .schedule-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .schedule-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .schedule-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.schedule-card {
  background: #fff;
  grid-template-columns: 3fr 2fr;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  column-gap: 16px;
  border-color: rgb(219, 221, 233);
  border-style: solid;
  border-width: 1px;
}
.schedule-card__match {
  align-items: flex-start;
  row-gap: 8px;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-color: rgb(219, 221, 233);
  height: 100%;
  justify-content: center;
}
.schedule-card__mc {
  align-items: center;
  row-gap: 8px;
}
.schedule-card__team {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: rgb(26, 49, 60);
  font-weight: 700;
  font-size: 16px;
}
.schedule-card__team:hover {
  color: rgb(2, 42, 226);
  text-decoration: underline;
}
.schedule-card__logo {
  height: 21px;
  width: 21px;
  object-fit: contain;
}
.schedule-card__time {
  font-weight: 600;
  font-size: 12px;
}
.schedule-card__mc-btn {
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .schedule-card__mc-btn {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
  }
}

.res-list {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .res-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .res-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .res-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.res-card {
  background: #fff;
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(219, 221, 233);
  row-gap: 16px;
  width: 100%;
  overflow: hidden;
}
.res-card__match {
  grid-template-columns: 3fr 1fr 3fr;
  column-gap: 16px;
  align-items: center;
}
.res-card__mc {
  align-items: center;
}
.res-card__team {
  align-items: center;
  height: 100%;
}
.res-card__team-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  color: rgb(26, 49, 60);
  font-weight: 700;
  font-size: 11px;
}

@media screen and (min-width: 576px) {
  .res-card__team-link {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .res-card__team-link {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .res-card__team-link {
    font-size: 15px;
  }
}

.res-card__team-link:hover {
  color: rgb(2, 42, 226);
  text-decoration: underline;
}
.res-card__team-logo {
  height: 28px;
  width: 28px;
  object-fit: contain;
}
.res-card__versus {
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  /* height: 100%; */
  border-color: rgb(219, 221, 233);
  border-style: solid;
  border-width: 1px;
  background: #e8eaf3;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  column-gap: 5px;
}
.res-card__score {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.res-card__score-val {
  color: rgb(12, 49, 225);
  font-weight: 800;
  font-size: 24px;
}
.res-card__score-vs {
  font-weight: 700;
  font-size: 24px;
}
.res-card__val {
  font-weight: 600;
  font-size: 13px;
}
.res-card__mc-btn {
  font-size: 12px;
  padding-right: 14px;
  padding-left: 14px;
  width: 55%;
}
@media screen and (min-width: 768px) {
  .res-card__mc-btn {
    font-size: 14px;
  }
}

.t-a-right {
  text-align: right;
}
.contacts {
  /* grid-template-columns: repeat(4, 1fr);
  align-items: flex-end; */
}
.contacts__main {
  grid-column: span 3;
}
.contacts__side {
  grid-column: span 1;
}
.contacts-list {
  row-gap: 16px;
}
.contacts-list__item {
  display: flex;
  align-items: center;
}
.contacts-link {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: rgb(26, 49, 60);
  font-weight: 700;
  font-size: 16px;
}
.contacts-link:hover {
  color: rgb(0, 238, 255);
  text-decoration: underline;
}
.contacts-link__icon {
  height: 28px;
  width: 28px;
}
.rev-wr {
  background: linear-gradient(rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.5)),
    url("/images/hero-bg.jpeg") no-repeat center / cover;
  padding-bottom: 48px;
  padding-top: 48px;
}
.rev-date__val {
  color: rgb(219, 221, 233);
  font-weight: 600;
}
.rev-place {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(78, 82, 123);
}
.rev-place__val {
  color: rgb(219, 221, 233);
}
.rev-match-wr {
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-color: rgb(78, 82, 123);
}
.rev-match {
  align-items: center;
  grid-template-columns: 5fr 1fr 5fr;
}
.rev-match__team {
  width: 100%;
  height: 100%;
}
.rev-match__versus {
  /* height: 100%; */
  width: 100%;
}
.rev-match__team-link {
  color: rgb(255, 255, 255);
  gap: 8px;
  font-size: 12px;
}

@media screen and (min-width: 576px) {
  .rev-match__team-link {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .rev-match__team-link {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rev-match__team-link {
    font-size: 26px;
  }
}

.rev-match__team-link:hover {
  color: rgb(165, 179, 243);
}
.rev-match__team-logo {
  height: 52px;
  width: 52px;
}
.rev-scorers {
  grid-template-columns: 5fr 1fr 5fr;
  width: 100%;
}
.rev-scorers__team {
  width: 100%;
  row-gap: 8px;
  height: 100%;
  align-content: flex-start;
}
.rev-scorers__plr {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 11px;
}

@media screen and (min-width: 576px) {
  .rev-scorers__plr {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .rev-scorers__plr {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .rev-scorers__plr {
    font-size: 15px;
  }
}

.rev-scorers__plr:hover {
  color: rgb(165, 179, 243);
  text-decoration: underline;
}
.rev-scorers__plr-icon {
  height: 14px;
  width: 14px;
}
.rev-scorers__plr-wr {
  column-gap: 12px;
}
.rev-scorers__plr-min {
  color: rgb(219, 221, 233);
  font-weight: 500;
  font-size: 11px;
}

@media screen and (min-width: 576px) {
  .rev-scorers__plr-min {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .rev-scorers__plr-min {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .rev-scorers__plr-min {
    font-size: 15px;
  }
}

.rev-content {
}
.rev-section {
  background: #fff;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
}
.rev-content__wr {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 576px) {
  .rev-content__wr {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .rev-content__wr {
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (min-width: 1200px) {
  .rev-content__wr {
    grid-template-columns: 1fr 3fr;
  }
}

.section-title {
  border-color: rgb(2, 42, 226);
  border-radius: 6px;
  border-left-width: 6px;
  border-style: solid;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  padding-left: 16px;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
}
.timeline-half {
  background: #f1f3f8;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}
.timeline-content {
  row-gap: 6px;
}
.timeline-row {
  display: grid;
  grid-template-columns: 49% 2% 49%;
  column-gap: 16px;
}
.timeline-team {
  height: 100%;
  align-items: center;
  width: 100%;
}
.timeline-check {
  justify-content: center;
}
.timeline-brd {
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgb(168, 168, 168);
}
.timeline-min__val {
  color: rgb(69, 92, 103);
  font-weight: 500;
}
.timeline-evt-icon {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.timeline-evt {
  row-gap: 1px;
  justify-content: center;
}
.timeline-evt__mplr {
  color: rgb(26, 49, 60);
  font-weight: 700;
}
.timeline-evt__mplr:hover {
  color: rgb(2, 42, 226);
  text-decoration: underline;
}
.timeline-evt__prplr {
  color: rgb(69, 92, 103);
  font-weight: 500;
  font-size: 12px;
}
.timeline-evt__prplr:hover {
  color: rgb(2, 42, 226);
  text-decoration: underline;
}
.rev-lineup__img {
  margin-left: auto;
  margin-right: auto;
}
.aside--sticky {
  position: sticky;
  top: 16px;
}
.morerev-list {
  grid-template-columns: repeat(3, 1fr);
}
.live-list {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .live-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .live-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .live-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.live-card {
  grid-template-columns: 1fr;
  background: #fff;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(219, 221, 233);
}
@media screen and (min-width: 1200px) {
  .live-card {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.live-card__imgbox {
  display: none;
  position: relative;
  height: 192px;
}

@media screen and (min-width: 1200px) {
  .live-card__imgbox {
    display: grid;
  }
}

.live-card__imgbox:hover {
  filter: contrast(115%);
}
.live-card__imgbox-img {
  object-fit: cover;
  filter: brightness(95%);
}
.live-icon {
  background: #dc0000;
  display: inline-flex;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 6px;
  padding-top: 1px;
  column-gap: 3px;
  font-size: 11px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  position: absolute;
  top: 14px;
  right: 14px;
}
.live-icon::before {
  content: "•";
}
.live-icon__text {
  text-transform: uppercase;
}
.live-card__content {
  align-items: center;
  gap: 16px;
}
.live-card__match {
  grid-template-columns: 3fr 1fr 3fr;
  column-gap: 8px;
}
.live-card__team-link {
  display: inline-flex;
  flex-direction: column;
  row-gap: 8px;
  text-align: center;
  align-items: center;
  color: rgb(26, 49, 60);
  font-weight: 700;
  font-size: 15px;
}
.live-card__team-link:hover {
  color: rgb(2, 42, 226);
}
.live-card__team-logo {
  height: 62px;
  width: 62px;
  object-fit: contain;
}
.live-card__vs {
  background: #000345;
  color: rgb(255, 255, 255);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 9px;
  padding-right: 9px;
  font-weight: 700;
}
.live-card__mc {
  width: 100%;
}
.live-card__mc-btn {
  padding-left: 14px;
  padding-right: 14px;
  width: 55%;
}
.play-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 62px;
  width: 62px;
}
.play-2:hover {
  height: 64px;
  width: 64px;
}
.plrs-list {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 576px) {
  .plrs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .plrs-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .plrs-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.plrs-link {
  background: #fff;
  color: rgb(26, 49, 60);
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  border-width: 1px;
  border-color: rgb(219, 221, 233);
  border-style: solid;
}
.plrs-link:hover {
  color: rgb(2, 42, 226);
  filter: contrast(110%);
}
.plrs-card {
  position: relative;
}
.plrs-card__imgbox {
  display: grid;
  align-content: end;
  justify-content: center;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-color: rgb(219, 221, 233);
  height: 230px;
  width: 100%;
}
.plrs-card__imgbox-img {
  object-fit: contain;
  max-height: 240px;
}
.plrs-card__name {
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-color: rgb(219, 221, 233);
  margin-bottom: 16px;
}
.plrs-card__name-val {
  font-weight: 700;
  font-size: 16px;
}
.plrs-card__prf-btn {
  width: 60%;
}
.otm-wr {
  background: linear-gradient(rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.7)),
    url("/images/hero-bg.jpeg") no-repeat center / cover;
  padding-top: 48px;
  background-attachment: fixed;
}
.oneteam-header__inner {
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
}

@media screen and (min-width: 576px) {
  .oneteam-header__inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .oneteam-header__inner {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (min-width: 1200px) {
  .oneteam-header__inner {
    grid-template-columns: 1fr 2fr;
  }
}

.oneteam-basic {
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: center;
}

@media screen and (min-width: 576px) {
  .oneteam-basic {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .oneteam-basic {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .oneteam-basic {
    grid-template-columns: 1fr;
  }
}

.oneteam-logo {
  height: 100%;
  align-items: center;
  border-bottom: 1px solid rgb(78, 82, 123);
}
.oneteam-logo__img {
  height: 152px;
  width: 152px;
  object-fit: contain;
}
.oneteam-info {
  justify-content: space-between;
  gap: 16px;
}
.oneteam-info__title {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  font-weight: 800;
}
.oneteam-info__row-box {
  row-gap: 4px;
}
.oneteam-info__row {
  display: flex;
}
.oneteam-info__row-text {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: rgb(219, 221, 233);
  margin-bottom: 0;
}
.oneteam-info__row-value {
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.oneteam-info__row-icon {
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.oneteam-stats {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 576px) {
  .oneteam-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .oneteam-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .oneteam-stats {
    grid-template-columns: repeat(5, 1fr);
  }
}

.oneteam-stats__item {
  display: grid;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 6px;
  border-width: 3px;
  border-color: rgb(219, 221, 233);
  border-style: solid;
  background: #fff;
}
.oneteam-stats__value {
  color: rgb(2, 42, 226);
  font-weight: 700;
  font-size: 18px;
}
.oneteam-stats__title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.otm-content {
  background: #f1f3f8;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
}
.otmres-list {
  grid-template-columns: repeat(3, 1fr);
}
.otm-squad {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .otm-squad {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .otm-squad {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .otm-squad {
    grid-template-columns: repeat(5, 1fr);
  }
}

.oteam-section-2 {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .oteam-section-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .oteam-section-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .oteam-section-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.otm-news {
  height: 100%;
}
.otm-news__link {
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  color: rgb(26, 49, 60);
  border-color: rgb(219, 221, 233);
}
.otm-news__link:hover {
  color: rgb(2, 42, 226);
}
.otmnews-card__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 16px;
}
.otmvids-list {
  grid-template-columns: repeat(1, 1fr);
  height: 100%;
}

@media screen and (min-width: 576px) {
  .otmvids-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .otmvids-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .otmvids-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.otmnews-card__imgbox {
  height: 116px;
}
.moreteams-list {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 576px) {
  .moreteams-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .moreteams-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .moreteams-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.otmvids-card__imgbox {
}
.oplr-stats {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 576px) {
  .oplr-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .oplr-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .oplr-stats {
    grid-template-columns: repeat(8, 1fr);
  }
}

.oplr-logo__img {
  height: 320px;
  object-fit: contain;
}
.oplr-info {
  align-content: flex-end;
  display: grid;
  row-gap: 16px;
  margin-bottom: 16px;
}
.oplr-basic {
  border-style: solid;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-color: rgb(78, 82, 123);
  width: 100%;
}
.oplr-club {
  display: inline-flex;
  column-gap: 6px;
  align-items: center;
}
.oplr-club:hover {
  filter: contrast(110%);
  text-decoration: underline;
}
.oplr-club__logo {
  height: 16px;
  width: 16px;
  object-fit: contain;
}
.stable {
  overflow-x: auto;
}
.stable-header {
  grid-template-columns: 1fr 4fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 3fr;
  background: #022ae2;
  min-width: 768px;
}
.stable-header__item {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 8px;
  height: 100%;
  display: grid;
}
.stable-row {
  background: #fff;
  grid-template-columns: 1fr 4fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 3fr;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-color: rgb(219, 221, 233);
  transition: border 0.25s ease;
  min-width: 768px;
}
.stable-row:hover {
  border-color: rgb(0, 238, 255);
}
.stable-row__item {
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 12px;
  height: 100%;
  align-items: center;
  display: grid;
}
.stable-form {
  display: flex;
  column-gap: 8px;
}
.stable-form__item {
  border-radius: 50%;
  background: #ccc;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  height: 24px;
  width: 24px;
  align-content: center;
}
.stable-team__link {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: rgb(26, 49, 60);
  font-weight: 700;
}
.stable-team__link:hover {
  color: rgb(2, 42, 226);
  text-decoration: underline;
}
.stable-team__logo {
  height: 24px;
  width: 24px;
  object-fit: contain;
}
.stable-pos {
  color: rgb(2, 42, 226);
  font-weight: 700;
}
.stable-form__win {
  background: #3b9133;
}
.stable-form__lose {
  background: #c01d32;
}
.stable__pts {
  font-weight: 700;
  background: rgba(0, 238, 255, 0.08);
}
.nobrd {
  border-style: none;
}
.history-section__img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  min-height: 240px;
  max-height: 480px;
  height: 100%;
  object-fit: cover;
}
.revstats-content {
  row-gap: 10px;
}
.revstats__item {
  display: grid;
  row-gap: 2px;
}
.revstats-title {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.revstats-title__item {
  display: grid;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.revstats-title__stat {
  color: rgb(219, 221, 233);
  display: grid;
  justify-content: center;
  text-align: center;
}
.revstats-scale {
  display: grid;
}
.revstats-scale__t-1 {
  background: #ffe000;
  height: 4px;
}
.revstats-scale__t-2 {
  background: #fcfcfc;
  height: 4px;
}
.revstats-scale--1 {
  grid-template-columns: 48fr 52fr;
}
.revstats-scale--2 {
  grid-template-columns: 14fr 26fr;
}
.revstats-scale--3 {
  grid-template-columns: 7fr 20fr;
}
.revstats-scale--4 {
  grid-template-columns: 6fr 12fr;
}
.revstats-scale--5 {
  grid-template-columns: 25fr 22fr;
}
.revstats-scale--6 {
  grid-template-columns: 6fr 9fr;
}
.revstats-scale--7 {
  grid-template-columns: 685fr 889fr;
}
.lineup-top {
  justify-content: space-between;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
}
.lineup-field {
  height: 540px;
  position: relative;
}
.lineup-field__img {
  object-fit: cover;
}
.lineup-team__logo {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.lineup-team-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
}
.lineup-team-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
}
.lineup-gk-t1 {
  align-content: flex-start;
  display: grid;
  justify-content: center;
  justify-items: center;
}
.lineup-df-t1 {
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
}
.lineup-mf-t1 {
  grid-template-rows: 1fr 1fr;
}
.lineup-mf-t1__1 {
  align-content: flex-start;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  display: grid;
}
.lineup-mf-t1__2 {
  align-content: flex-end;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
}
.lineup-fw-t1 {
  justify-content: center;
  align-content: flex-end;
}
.lineup-t1__plr {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  row-gap: 1px;
  color: rgb(255, 255, 255);
}
.lineup-t1__plr:hover {
  text-decoration: underline;
}
.lineup-t1__circle {
  align-content: center;
  align-items: center;
  background: #ffe000;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  width: 22px;
}
.lineup-t1__number {
  color: rgb(0, 0, 64);
}
.lineup-t2__circle {
  background: #fcfcfc;
}
.lineup-fw-t2 {
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.lineup-mf-t2 {
  grid-template-rows: 1fr 1fr;
}
.lineup-mf-t2__1 {
  align-content: flex-start;
}
.lineup-mf-t2__2 {
  align-content: flex-end;
  justify-content: center;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
}
.lineup-df-t2 {
  justify-content: center;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  align-content: flex-end;
}
.lineup-gk-t2 {
  align-content: flex-end;
  justify-content: center;
  justify-items: center;
}
.lineup-team {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: rgb(26, 49, 60);
  column-gap: 8px;
}
.lineup-team:hover {
  color: rgb(2, 42, 226);
  text-decoration: underline;
}
.lineup-bot {
  justify-content: space-between;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
}
.lineup-coach__name {
  color: rgb(26, 49, 60);
  font-weight: 600;
}
.lineup-coach__name:hover {
  text-decoration: underline;
  color: rgb(2, 42, 226);
}
.lineup-coach__title {
  color: rgb(167, 173, 177);
  font-size: 12px;
  font-weight: 700;
}

.menu-toggle {
  display: block;
  background: none;
  outline: none;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.nav__list {
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav__list {
    display: flex;
  }
}
.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgb(10, 10, 97);
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.25s ease-out;
}
.menu-container.is-open {
  transform: translateX(0);
}
.menu-container .menu-toggle {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
}
.mob-menu__list {
  align-items: flex-start;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
  height: 90%;
}
.mob-menu__link {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 20px;
  border-left: 2px solid rgba(141, 141, 141, 0.4);
  padding-left: 16px;
  text-transform: uppercase;
}
.mob-menu__link:hover {
  color: rgb(165, 179, 243);
  text-decoration: underline;
}
.swiper {
  /* padding: 0 16px; */
}
.slider-container {
  display: flex;
  align-items: center;
  gap: 16px; /* Отступ между кнопками и слайдером */
  max-width: 100%; /* Максимальная ширина контейнера */

  /* padding: 0 20px; Отступы по краям для мобильных устройств */
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  color: #022ae2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  position: relative;
  margin: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: 800;
}
.sw-matches-list {
  display: flex;
}
.sw-latest-results {
  display: flex;
}
.art-wrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
  .art-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .art-wrapper {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 1200px) {
  .art-wrapper {
    grid-template-columns: 1fr 3fr;
  }
}
.art-side-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.art-side__imgbox {
  height: 180px;
}
.art-wrapper__side {
  display: none;
}
@media screen and (min-width: 768px) {
  .art-wrapper__side {
    display: grid;
  }
}

.s-table__header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  background: #022ae2;
  border-radius: 4px;
}
.s-table__row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;

  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(219, 221, 233);
  transition: border-color 0.2s ease;
}
.s-table__row:hover {
  border-color: #022ae2;
}
.s-table__item {
  display: grid;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 4px;
  padding-left: 4px;
  height: 100%;
  align-items: center;
}
.s-table__item-value {
}
.s-table__team {
  display: inline-flex;
  align-items: center;
  column-gap: 16px;
  color: #070649;
  font-weight: 700;
}
.s-table__team:hover {
  /* color: rgb(201, 158, 102); */
  text-decoration: underline;
}
.s-table__team-logo {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.s-table__header-item {
  display: grid;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 4px;
  padding-right: 4px;
}
.s-table__header-title {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 14px;
}
.s-table__form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: start;
  column-gap: 6px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 6px;
  padding-top: 6px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.s-table__pos {
  color: #022ae2;
  font-weight: 700;
}
.s-table__form-item--lose {
  background: #c01d32;
}
.s-table__form-item--draw {
  background: #828282;
}
.s-table__pts {
  background: rgba(141, 141, 141, 0.2);
  color: #022ae2;
  font-weight: 700;
  height: 100%;
}
.s-table {
  overflow-x: auto; /* Включаем горизонтальную прокрутку */
  /* overflow-y: auto; Включаем вертикальную прокрутку, если нужно */
  max-width: 100%; /* Ограничиваем ширину контейнера */
  width: 100%; /* Контейнер занимает всю доступную ширину */
  display: block; /* Для корректной работы прокрутки */
}

.s-table__header,
.s-table__row {
  display: grid;
  align-items: center; /* Вертикальное выравнивание */
  min-width: 868px; /* Минимальная ширина таблицы, чтобы вызвать прокрутку */
}

.s-table__item,
.s-table__header-item {
  /* flex: 1; /* Ячейки равномерно распределяют пространство */
  /* min-width: 100px; Минимальная ширина ячеек */
  max-width: 100%; /* Укажите нужную ширину */
  white-space: nowrap; /* Запрещает перенос текста */
  overflow: hidden; /* Скрывает переполнение */
  text-overflow: ellipsis; /* Добавляет многоточие */
}
