* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.5s ease;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-24 {
  font-size: 24px;
}
.fs-18 {
  font-size: 18px;
}
.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #143138;
  color: #fff;
}
.header {
  background: #294748;
}
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* #BURGER */

.burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
}

.burger span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  transition: transform 0.3s, opacity 0.3s;
}

.burger-toggle {
  display: none;
}

.header__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header-overlay{
    display:none;
}
.main {
  flex: auto;
  background: #294748;
  padding-bottom: 24px;
  padding-top: 24px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
}
.footer {
  background: #13160b;
}
.logo__img {
  max-width: 170px;
}
.nav {
  align-items: center;
  display: flex;
  column-gap: 32px;
}
.nav__link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s all;
}
.nav__link:hover {
  opacity: 0.7;
}
.tables-tab-active {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.matches__items {
  align-items: center;
  display: flex;
  justify-content: space-between;
  row-gap: 16px;
}
.section {
  padding-bottom: 16px;
  padding-top: 16px;
}
.matches__item {
  background-color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  box-shadow: 0px 2px 4px 0px rgba(165, 165, 165, 0.5);
  cursor: pointer;
  transition: 0.3s all;
}
.matches__item:hover {
  opacity: 0.7;
}
.matches__item-teams {
  column-gap: 16px;
  align-items: center;
  display: flex;
}
.icon-30 {
  height: 32px;
  width: 32px;
  object-fit: cover;
}
.semi-bold {
  font-weight: 600;
}
.mb-2 {
  margin-bottom: 8px;
}
.font-14 {
  font-size: 14px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-0 {
  margin-bottom: 0;
}
.c-grey {
  color: rgb(147, 147, 147);
}
.bg__white {
  background-color: rgb(255, 255, 255);
}
.content-aside {
  flex: 1;
}
.newsimg-item {
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
.newsimg-item:hover {
  opacity: 0.7;
}
.newsimg-item-img {
  width: 100%;
  max-height: 190px;
  height: 100%;
  object-fit: cover;
}
.newsimg-item-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.next-match-item-time {
  flex-shrink: 0;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background: #dab46b;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}
.color-white {
  color: rgb(255, 255, 255);
}
.text-uppercase {
  text-transform: uppercase;
}
.mb-6 {
  margin-bottom: 24px;
}
.newsimg__items-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.p-2 {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.newsimg-item-img-big {
  max-height: 600px;
  height: 100%;
}
.aside__lastnews {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1.5fr;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all;
}
.aside__lastnews:hover {
  opacity: 0.7;
}
.aside__lastnews-ava {
  object-fit: cover;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border-style: solid;
  border-width: thin;
  border-color: rgb(223, 223, 223);
}
.c-black {
  color: rgb(0, 0, 0);
}
.c-red {
  color: rgb(243, 76, 2);
}
.aside__lastnews-title {
  overflow: hidden;
  max-height: 64px;
}
.mb-4 {
  margin-bottom: 16px;
}
.underline-none {
  text-decoration: none;
}
.opacity-hover {
  transition: 0.3s all;
  cursor: pointer;
}
.opacity-hover:hover {
  opacity: 0.7;
}
.newstitle__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.bg__black {
  background-color: rgb(18, 18, 18);
}
.newstitle__item {
  display: flex;
  flex-direction: column;
}
.newstitle__item-title {
  overflow: hidden;
  height: 24px;
}
.relative {
  position: relative;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section__top {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.newsimg-item-img-2 {
  max-height: 250px;
  object-fit: cover;
}
.category {
  border-radius: 20px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 8px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
.bg__orange {
  background-color: rgb(255, 120, 0);
}
.news__item-desc {
  overflow: hidden;
  max-height: 72px;
}
.author {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.divider {
  height: 32px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 24px;
  margin-right: 24px;
}
.footer___items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.footer__links {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.center-center-row {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bg__green {
  background-color: rgb(57, 158, 55);
}
.font-20 {
  font-size: 20px;
}
.bg__black-2 {
  background-color: rgb(34, 34, 34);
}
.w-100 {
  width: 100%;
}
.aside__news-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: relative;
}
.icon-50 {
  height: 48px;
  width:48px;
}
.t-schedule-item-match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-items: center;
  grid-gap: 16px;
}
.NewClass-69 {
  display: flex;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fixture {
  border-radius: 10px;
}
.p-4 {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.b-b-grey {
  border-width: thin;
  border-color: rgb(200, 200, 200);
  border-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: thin;
}
.fixture__mid {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.fixture__mid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fixture__bottom {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.norm__btn {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-radius: 50px;
  border-width: thin;
  border-color: rgb(0, 0, 0);
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.text-center {
  text-align: center;
}
.contact-item {
  display: flex;
  flex-direction: column;
}
.calendar-section {
  flex-direction: column;
  row-gap: 8px;
  background: #fff;
}
.calendar__items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  padding-top: 4px;
  border-style: solid;
  border-width: thin;
  border-color: rgb(176, 176, 176);
  cursor: pointer;
}
.max-500 {
  max-width: 500px;
}
.result__table-top {
  background-color: rgb(224, 224, 224);
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.result__table-main {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 3fr 6fr 3fr;
  align-items: center;
}
.result__table-block {
  align-items: center;
  justify-content: center;
  display: flex;
  row-gap: 8px;
  flex-direction: column;
}
.results__table-match {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.team {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.mt-4 {
  margin-top: 16px;
}
.view__match {
  padding-top: 32px;
  padding-bottom: 32px;
}
.cont-aside-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 8fr 4fr;
  grid-gap: 16px;
}
.white__block {
  border-radius: 8px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: thin;
  border-color: rgb(218, 218, 218);
}
.team__item-sp {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.br-10 {
  border-radius: 10px;
}
.white__block-match {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.match__bar-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.match___bar {
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 16px;
  overflow: hidden;
}
.h-100 {
  height: 100%;
}
.w-50 {
  width: 50%;
}
.white__block-bottom {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.pb-4 {
  padding-bottom: 16px;
}
.white__block-team-p {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 24px;
  padding-left: 24px;
}
.flex-gap-4 {
  row-gap: 16px;
  column-gap: 16px;
}
.player__headtohead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team__from {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.team__from-item {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 8px;
}
.team__from-item-item {
  align-items: center;
  display: flex;
  column-gap: 4px;
  cursor: pointer;
}
.t-schedule-item-cup {
  font-size: 12px;
  flex-grow: 1;
}
.white__block-bottom-2 {
  justify-content: space-between;
}
.more__btn {
  border-radius: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 24px;
  padding-left: 24px;
}
.header-inner {
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
  max-width: 1280px;
  min-height: 48px;
}
.header-top-inner {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-bottom: 8px;
  padding-top: 8px;
}
.header-top-item {
  align-items: center;
  display: flex;
}
.header-logo {
}
.news-line-item-tag {
  transition: all 0.5s ease;
  text-decoration: none;
  background-color: rgb(41, 71, 72);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-top: 2px;
  color: rgb(255, 255, 255);
  border-style: solid;
  border-color: rgb(56, 96, 97);
  font-size: 10px;
  display: flex;
}
.news-line-item-tag:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(20, 49, 56);
}
.header-logo-img {
  height: 32px;
  width: 100%;
}
.header-top-link-wrap {
  align-items: center;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  color: rgb(255, 255, 255);
}
.mr-6 {
  margin-right: 8px;
}
.header-top-link-img {
  width: 100%;
  height: 24px;
}
.ml-4 {
  margin-left: 4px;
}
.notification-btn {
}
.notification-img {
  height: 24px;
  width: 100%;
}
.actions-btn {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
  color: rgb(0, 0, 0);
  background: #fff;
  border-radius: 4px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  transition: all 0.5s ease;
}
.actions-btn:hover {
  background: transparent;
  color: rgb(255, 255, 255);
}
.actions-wrap {
  align-items: center;
  display: flex;
  column-gap: 16px;
}
.transparent-btn {
  background: transparent;
  color: rgb(255, 255, 255);
}
.transparent-btn:hover {
  background: #fff;
  color: rgb(0, 0, 0);
}
.mode-toggle {
  border-radius: 4px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 2px;
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}
.mode-toggle-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.mode-toggle-switch {
  background: #000;
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.mode-toggle-img {
  height: 24px;
  width: 24px;
}
.header-body {
  padding-bottom: 16px;
  padding-top: 16px;
}
.header-body-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-nav-list {
  align-items: center;
  display: flex;
  column-gap: 16px;
  justify-content: space-between;
  width: 100%;
}
.reset-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.header-nav-item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header-nav-item-link {
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 16px;
  height: 32px;
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
}
.header-nav-item-link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(20, 49, 56);
}
.header-nav-item-link--active {
  background-color: rgb(255, 255, 255);
  color: rgb(20, 49, 56);
}
.banner-section {
  background-image: url("../images/2ea08f57aae4cf82aa483152a8b779d0.jpg");
  background-size: cover;
  height: 350px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.header-side-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 36px;
}
.socials-list {
  align-items: center;
  display: flex;
  column-gap: 16px;
}
.social-img {
  width: 24px;
  height: auto;
}
.content-inner {
  display: flex;
  column-gap: 24px;
}
.content-main {
  flex: 2;
}
.mt-36 {
  margin-top: 32px;
}
.post-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  background-repeat: no-repeat;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  background-size: contain;
  background-position: bottom right;
  background-image: url("../images/3c1dfba5f2450ff0beff8b90f6634aab.png");
}
.post-card-img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
}
.post-card-content {
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
.post-card-author {
  align-items: center;
  display: flex;
  column-gap: 16px;
  color: rgb(112, 112, 112);
}
.author-name {
  color: rgb(112, 112, 112);
}
.author-name:hover {
  color: rgb(0, 0, 0);
}
.post-card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.post-card-title-link {
  color: rgb(0, 0, 0);
}
.post-card-title-link:hover {
  text-decoration: underline;
}
.post-card-text {
  opacity: 0.9;
  line-height: 22px;
}
.mb-8 {
  margin-bottom: 8px;
}
.post-card-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.post-card-bottom-tag {
  display: flex;
  font-size: 12px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
}
.post-card-bottom-tag:hover {
  background: transparent;
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.comments-link {
  display: flex;
  column-gap: 4px;
  color: rgb(0, 0, 0);
  align-items: center;
}
.comments-img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}
.post-cards-grid {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.mb-20 {
  margin-bottom: 24px;
}
.comments-text {
  font-size: 12px;
}
.news-items {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.news-item {
  display: grid;
  column-gap: 16px;
  border-radius: 8px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(231, 231, 231);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  grid-template-columns: 1fr 2fr;
  height: 230px;
}
.news-img-link {
  border-radius: 8px 0px 0px 8px;
  display: flex;
}
.news-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
}
.news-item-content {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews-players-items {
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  white-space: nowrap;
}
.mt-8 {
  margin-top: 8px;
}
.aside-section-title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.latest-news-items-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.latest-news-item-content {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.latest-news-item {
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.img-16 {
  height: 16px;
  width: 16px;
}
.team-category {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.team-category-item-link {
  align-items: center;
  display: flex;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  background-color: rgb(178, 178, 178);
  border-radius: 8px;
  color: rgb(255, 255, 255);
  justify-content: space-between;
  column-gap: 4px;
}
.arrow-img {
  height: 16px;
  width: 16px;
  object-fit: contain;
  transform: rotate(-90deg);
  display: flex;
}
.arrow-img-link {
  display: flex;
}
.arrow-up {
  transform: rotate(180deg);
}
.team-category-item {
  border-radius: 8px;
  background-color: rgba(22, 22, 22, 0.8);
}
.team-list-item {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  align-items: center;
  display: flex;
  color: rgb(255, 255, 255);
  width: 100%;
  justify-content: space-between;
  padding-top: 8px;
}
.team-list-item-info {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.team-list-item-info-img {
  height: 24px;
  width: 24px;
}
.team-list-item-info-text {
  font-weight: 500;
}
.bg-light-gray {
  background: linear-gradient(
    90deg,
    rgba(196, 196, 196, 0) 0.18%,
    rgb(196 196 196 / 15%) 21.97%,
    rgb(196 196 196 / 15%) 78.29%,
    rgba(196, 196, 196, 0) 99.38%
  );
}
.team-category-item-link-active {
  background-color: rgba(0, 0, 0, 0.3);
}
.arrow-down {
  transform: rotate(0deg);
}
.just-content-start {
  justify-content: flex-start;
}
.color-red {
  color: rgb(211, 12, 20);
}
.mb-36 {
  margin-bottom: 32px;
}
.footer-inner {
  padding-bottom: 24px;
  padding-top: 24px;
  display: grid;
  display: flex;
  grid-gap: 16px;
  justify-items: center;
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.footer-store-block {
  flex: 1.5;
}
.footer-nav-block {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.footer-subscribe-offer-block {
  flex: 1;
}
.footer-item-title {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 18px;
  color: rgb(255, 255, 255);
}
.accordion-toggle {
   display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  cursor: default !important;
}
.accordion-content {
  display: flex; 
  flex-direction: column;
  row-gap: 4px;
  margin-top: 4px;
}
.footer-item-store {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
}
.footer-item-brands-item {
  display: flex;
}
.footer-item-brand-img {
  object-fit: contain;
  width: 32px;
  height: 32px;
}
.footer-item-nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  max-height: none;
  overflow: visible;
  transition: max-height 0.3s ease;
}
.footer-item-nav-list-item-link {
  color: rgb(255, 255, 255);
}
.footer-item-nav-list-item-link:hover {
  border-color: rgba(0, 0, 0, 0);
  color: rgb(218, 180, 107);
}
.footer-logo {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.footer-logo-img {
  width: 100%;
  height: 32px;
}
.footer-bottom {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.4);
  padding-bottom: 8px;
  padding-top: 8px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.footer-copyright-text {
  color: rgb(255, 255, 255);
  text-align: center;
}
.breadcrumbs-inner {
  padding-bottom: 24px;
  padding-top: 24px;
}
.breadcrumbs-list {
  align-items: center;
  display: flex;
}
.breadcrumbs-list-item {
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.breadcrumbs-list-item-link {
  color: rgb(0, 0, 0);
}
.breadcrumb-divider {
  padding-left: 8px;
  padding-right: 8px;
  color: rgb(210, 38, 48);
  font-weight: 500;
}
.td-underline {
  text-decoration: underline;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
  color: rgb(255, 255, 255);
}
.section-title::after {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: -24px;
  transform: skewX(-15deg);
  height: 80%;
  width: 4px;
  background-color: rgb(210, 38, 48);
  content: "";
}
.mb-10 {
  margin-bottom: 8px;
}
.pagination {
  align-items: center;
  display: flex;
  column-gap: 16px;
  margin-top: 24px;
  justify-content: center;
}
.pagination-item {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
}
.pagination-item:hover {
  background-color: rgb(218, 180, 107);
  color: rgb(255, 255, 255);
}
.pagination-item-img {
  height: 16px;
  width: 8px;
}
.pagination-item-num {
  font-weight: 500;
}
.t-schedule-item-stat {
}
.pagination-item-active {
  background-color: rgb(218, 180, 107);
  color: rgb(255, 255, 255);
}
.scores-section {
  margin-bottom: 32px;
}
.matches-nav {
  align-items: center;
  display: flex;
}
.matches-nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.4);
  border-top-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  transition: all 0.5s ease;
  border-bottom-width: 5px;
  border-bottom-color: rgb(0, 0, 0);
}
.matches-nav-item:hover {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.4);
  border-top-width: 0;
  border-bottom-color: rgb(211, 12, 20);
  border-bottom-width: 5px;
}
.matches-nav-item-img {
}
.matches-nav-item-text {
  font-size: 18px;
  text-align: center;
}
.bg-dark-gray {
  background-color: rgba(0, 0, 0, 0.6);
}
.selected {
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  border-color: rgba(0, 0, 0, 0.4);
  border-bottom-color: rgb(211, 12, 20);
  border-bottom-width: 5px;
  border-left-width: 0;
  font-weight: 600;
}
.matches {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.width-80 {
  width: 80px;
}
.arrow-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 64px;
  width: 80px;
  padding-left: 8px;
  padding-right: 8px;
  flex-shrink: 0;
}
.bg-red {
  background: #d30c14;
}
.match-tabs {
  align-items: center;
  display: flex;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}
.match-tabs-item {
  align-items: center;
  display: flex;
  height: 64px;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  justify-content: center;
  border-top-color: rgba(231, 231, 231, 0);
  border-color: rgb(231, 231, 231);
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-width: 0;
  transition: all 0.5s ease;
}
.match-tabs-item:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
}
.match-tabs-item:last-child {
  border-right-width: 0;
}
.matches-nav-item-2 {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.4);
  padding-left: 8px;
  padding-right: 8px;
  color: rgb(255, 255, 255);
}
.matches-nav-item-3 {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 64px;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  border-style: solid;
  border-top-width: 0;
}
.no-match-msg {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.no-match-msg-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 40px;
}
.all-matches-data-heading {
  background-color: rgb(0, 0, 0);
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
  font-size: 24px;
  height: 48px;
}
.all-matches-data-heading-text {
  color: rgb(255, 255, 255);
  line-height: 48px;
  text-align: center;
}
.all-matches-data {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}
.match {
  padding-bottom: 8px;
  padding-top: 8px;
  background: #fff;
  position: relative;
}
.match-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.match-team {
  align-items: center;
  display: flex;
  column-gap: 8px;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}
.match-team:hover {
}
.match-team-name {
  font-size: 24px;
  color: rgb(0, 0, 0);
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  transition: all 0.5s ease;
}
.match-team-name:hover {
  border-color: rgb(0, 0, 0);
}
.match-team-img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.match-time {
  font-weight: 700;
  font-size: 18px;
}
.match-star-btn {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.match-star-img {
  height: 16px;
  width: 16px;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.match-star-img:hover {
  filter: grayscale(0%);
}
.match-tabs-item-active {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
}
.calendar-header {
  padding-bottom: 8px;
  padding-top: 8px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(231, 231, 231);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.calendar-arrow {
  height: 8px;
  width: 16px;
  transform: rotate(90deg);
}
.calendar-arrow-link {
  display: flex;
}
.calendar-header-title {
  font-weight: 700;
  text-align: center;
}
.rotate--90 {
  transform: rotate(-90deg);
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 4px;
  border-color: rgb(231, 231, 231);
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.calendar-grid-item {
  font-size: 13px;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
  color: rgb(112, 128, 123);
  padding-bottom: 16px;
  border-color: rgba(231, 231, 231, 0);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
}
.calendar-body {
}
.calendar-grid-item-day {
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}
.calendar-grid-item-day:hover {
  background-color: rgb(211, 12, 20);
  color: rgb(255, 255, 255);
}
.selected-day {
  color: rgb(255, 255, 255);
  background-color: rgb(211, 12, 20);
}
.selected-day-2 {
  background-color: rgba(0, 0, 0, 0.3);
}
.tables-title {
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  background-color: rgb(0, 0, 0);
  font-size: 14px;
}
.tables-title-link {
  color: rgb(255, 255, 255);
}
.tables-tabs {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr;
}
.tables-tabs-item {
  color: rgb(255, 255, 255);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.tables-tabs-item:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.league-table-row {
  display: grid;
  grid-template-columns: 1fr 5fr 2fr 2fr;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(231, 231, 231);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.league-table-row-item {
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}
.league-table {
  background: #fff;
}
.league-table-item-country {
  align-items: center;
  display: flex;
  column-gap: 4px;
}
.flag-img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.text-left {
  text-align: left;
}
.fw-400 {
  font-weight: 400;
}
.match-filter-bar {
  padding-bottom: 24px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: rgb(0, 0, 0);
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  width: 100%;
  column-gap: 16px;
}
.match-filter-items {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  flex: 5;
}
.match-filter-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.match-filter-item-title {
  font-weight: 400;
  font-size: 20px;
  color: rgb(255, 255, 255);
}
.match-filter-box {
  background: #fff;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.match-filter-arrow {
  height: 8px;
  display: flex;
}
.match-filter-btn {
  padding-left: 8px;
  padding-right: 8px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  border-radius: 8px;
  flex: 1;
  text-align: center;
  background-color: rgb(211, 12, 20);
  transition: all 0.5s ease;
}
.match-filter-btn:hover {
  background-color: rgba(211, 12, 20, 0.8);
}
.width-100prc {
  width: 100%;
}
.gtc-auto {
  grid-template-columns: auto;
}
.league-tables-item {
  background: #fff;
}
.league-table-title {
  font-size: 24px;
  display: block;
  text-align: center;
  font-weight: 700;
  background-color: rgb(0, 0, 0);
  height: 64px;
  line-height: 64px;
  color: rgb(255, 255, 255);
}
.league-tables-item-row {
  display: grid;
  grid-template-columns: 0.5fr 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.league-table-item-row-item {
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  border-width: 1px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.league-table-item-row-item:first-child {
  border-color: rgb(231, 231, 231);
  border-right-width: 1px;
}
.league-table-head-item {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.forum-header-nav {
  border-radius: 8px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.forum-header-nav-inner {
  display: flex;
  flex-direction: column;
}
.forum-nav-main {
  padding-bottom: 8px;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(211, 12, 20);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.forum-nav-main-item-side {
  align-items: center;
  display: flex;
  column-gap: 16px;
}
.forum-nav-item {
  align-items: center;
  display: flex;
  column-gap: 8px;
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
}
.forum-nav-item:hover {
  border-color: rgba(0, 0, 0, 0);
}
.forum-nav-item-img {
  height: auto;
  width: 24px;
}
.forum-nav-item-link-text {
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  transition: all 0.5s ease;
}
.forum-nav-item-link-text:hover {
  border-color: rgb(255, 255, 255);
}
.forum-nav-breadcrumbs {
  padding-bottom: 8px;
  padding-top: 8px;
}
.forum-nav-breadcrumbs-inner {
  align-items: center;
  display: flex;
  column-gap: 16px;
}
.forum-timestamp {
  text-align: right;
}
.forum-timestamp-text {
  font-size: 15px;
}
.forum-table {
  background-color: rgba(22, 22, 22, 0.8);
  border-radius: 8px;
  padding: 8px;
 
}
.forum-table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
}
.forum-table-head {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 600;
}
.forum-table-row-item {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.forum-table-body {
  background: #fff;
  background-image: url("../images/bdf62afed8c8b7046344d43b6fa7ea0a.png");
}
.forum-col-flex {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.forum-img {
  height: auto;
  width: 40px;
}
.forum-table-row-item-text-wrap {
  display: flex;
  flex-direction: column;
}
.forum-table-row-item-link {
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}
.forum-table-row-item-link:hover {
  color: rgb(211, 12, 20);
}
.fw-600 {
  font-weight: 600;
}
.forum-arrow-img {
  height: 16px;
  object-fit: contain;
}
.forum-block-title {
  font-weight: 600;
  font-size: 18px;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: rgb(231, 231, 231);
  padding-bottom: 4px;
  align-items: center;
  display: flex;
  column-gap: 4px;
  margin-bottom: 8px;
}
.forum-block-title-flex {
  align-self: center;
  display: flex;
  column-gap: 4px;
}
.forum-block-title-divider {
  color: rgb(210, 38, 48);
  font-weight: 600;
}
.forum-login-form {
  background: #fff;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  border-color: rgb(231, 231, 231);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  height: 95px;
  align-items: center;
  display: flex;
}
.forum-login-form-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.7fr;
  grid-gap: 16px;
  width: 100%;
}
.forum-login-form-item {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.login-form-input {
  width: 100%;
  height: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(22, 22, 22, 0.8);
}
.login-form-label-wrap {
  align-items: center;
  display: flex;
  column-gap: 4px;
  flex-shrink: 0;
}
.login-form-chexbox {
}
.forum-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgb(0, 0, 0);
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  background: #0000004d;
  border-radius: 8px;
}
.forum-login-btn:hover {
  background: #d30c14;
  color: rgb(255, 255, 255);
}
.stats-inner {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.forum-footer-nav {
  background-color: rgb(0, 0, 0);
  border-radius: 8px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  color: rgb(255, 255, 255);
}
.forum-footer-nav-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mb-45 {
  margin-bottom: 48px;
}
.news-line-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 16px;
  grid-template-rows: 352px;
}
.news-line-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(56, 96, 97);
}
.news-line-item-content {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-top: 24px;
  background-color: rgb(255, 255, 255);
  flex: 1 1 auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
.mt-24 {
  margin-top: 32px;
}
.bg-143138 {
  background: #143138;
}
.news-line-item-btn {
}
.reset-link {
  transition: all 0.5s ease;
  text-decoration: none;
}
.news-line-content-info {
  flex: 1 1 auto;
}
.news-line-item-title {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}
.news-line-item-title:hover {
  color: rgb(218, 180, 107);
}
.news-line-item-btm-link {
  font-size: 12px;
  font-weight: 400;
  color: rgb(232, 232, 232);
}
.news-line-item-btm-link:hover {
  color: rgb(218, 180, 107);
}
.news-line-item-img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  width: 100%;
}
.news-line-item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}
.news-line-item-img:hover {
  transform: scale(1.1);
}
.section-title-wrap {
  display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    column-gap: 16px;
}
.tournament-schedule-items {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.tournament-schedule-item {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(56, 96, 97);
  color: rgb(255, 255, 255);
}
.tournament .tournament-schedule-item{
  height: auto;
}
.tournament-schedule-item-inner {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(255, 255, 255);
  text-align: center;
  height: 100%;
  flex: 1 1 auto;
  row-gap: 16px;
}
.t-schedule-item-canal-img {
  width: 100%;
  object-fit: contain;
  height: 8px;
}
.t-schedule-item-date {
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.t-schedule-item-match-item {
  align-items: center;
  display: flex;
  row-gap: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  flex-direction: column;
}
.t-schedule-item-match-item:hover {
  color: rgb(218, 180, 107);
}
.match-item-icon {
  height: 64px;
  width: 100%;
  object-fit: contain;
}
.t-schedule-item-match-vs {
  align-items: center;
  display: flex;
  font-weight: 700;
}
.t-schedule-item-location {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 110%;
}
.t-schedule-item-btn {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background: #294748;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  width: 100%;
}
.t-schedule-item-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(20, 49, 56);
}
.match-item-score {
  height: 40px;
  width: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.19);
  color: rgb(255, 255, 255);
}
.bg-yellow {
  background-color: rgb(218, 180, 107);
}
.t-schedule-item-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  height: 100%;
}
.latest-video-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.latest-video-item {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.latest-video-item-img-wrap {
  position: relative;
  padding-bottom: 100%;
}
.latest-video-item-img-wrap::before {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.025) 50%
  );
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.latest-video-item-img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.5s ease;
}
.latest-video-item-img:hover {
  transform: scale(1.1);
}
.play {
  display: flex;
  border: 4px solid #fff;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.latest-video-item-content {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.latest-video-item-content-text {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}
.latest-video-item-content-text:hover {
  color: rgb(218, 180, 107);
}
.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.standings-table{
  width: max-content;
  min-width: 100%;
}
.standings-table {
  border-radius: 16px;
  background: #fff;
}
.standings-table-row {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border: 1px solid #ececec;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  transition: all 0.5s ease;
}
.standings-table-row .standings-table-row-item, 
.standings-table-row .standings-table-row-item-wrap{
    background: #fff;
}
.standings-table-head {
  background: #143138;
  color: rgb(255, 255, 255);
  border-radius: 16px 16px 0px 0px;
}
.standings-table-head .standings-table-row-item{
    background: #143138;
}
.standings-table-head:hover {
  background: #143138;
}
.standings-table-row-item {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  padding: 16px;
}
.standings-table-row-item-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  padding: 16px;
}
.standings-table-row-item:first-child
{
  position: sticky;
  left: 0;
}
.team-logo {
  width: 48px;
  height: 100%;
  object-fit: contain;
}
.team-name {
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.results-item-team{
   align-items: center;
    display: flex;
    flex-direction: column;
    column-gap: 16px;
    justify-content: flex-end;
    color: rgb(255, 255, 255);
}
.schedule-item-match.gap16{
  gap:16px;
}
.schedule-item-team-name.fs-18{
  font-size:18px;
}
.schedule-item-score.schedule-item-score--35{
    width:32px;
}

.results-item-team-img{
  width:48px;
}

.fdcr{
  flex-direction: column-reverse;
}
.fdc{
  flex-direction: column; 
}
.latest-news-items {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: row dense;
}
.latest-news-item-img-wrap {
  display: block;
  padding-bottom: 170%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.latest-news-item-img-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.025) 50%
  );
}
.latest-news-item-img-wrap.latest-news-item-img-wrap--pb-98{
   padding-bottom: 98%;
}
.latest-news-item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
}
.latest-news-item-subtitle {
  font-size: 12px;
  font-weight: 700;
  flex: 1 1 auto;
  color: rgb(255, 255, 255);
}
.latest-news-item-date {
  font-size: 12px;
  display: flex;
  column-gap: 4px;
  align-items: center;
  color: rgb(255, 255, 255);
}
.fw-700 {
  font-weight: 700;
}
.latest-news-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: rgb(255, 255, 255);
}
.latest-news-item-title:hover {
  color: rgb(218, 180, 107);
}
.latest-news-item-big {
  grid-column: span 2;
}
.pb-80-prc {
  padding-bottom: 82%;
}
.team-news-item-img-wrap-pb {
  padding-bottom: 170%;
}

.gallery-items {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-flow: row dense;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 58%;
}
.gallery-item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}
.gallery-item-img:hover {
  transform: scale(1.1);
}
.gallery-item-big {
  grid-column: span 2;
  grid-row: span 2;
}
.footer-item-store-text {
  color: rgb(255, 255, 255);
}
.footer-item-store-socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-item-store-social {
  flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.09);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("../images/4b2ce656866b2ea80139d8799040179e.png");
}
.bgi-inst {
  background-image: url("../images/1daa87d7947e25344899bf4de096395d.png");
}
.bgi-x {
  background-image: url("../images/5a82c486fc2b27a871c5c9d3c85df237.png");
}
.bgi-fb {
  background-image: url("../images/77110cdf12b6d13f635207165f1b0a7f.png");
}
.footer-subscribe-title {
  font-size: 32px;
  font-weight: 700;
}
.footer-subscribe-text {
  color: rgb(255, 255, 255);
}
.pb-24 {
  padding-bottom: 24px;
}
.post-main {
  grid-column: span 3;
}
.post-meta {
  align-items: center;
  display: flex;
  column-gap: 4px;
  margin-bottom: 8px;
  color: rgb(255, 255, 255);
}
.post-meta-time {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.post-meta-time-img {
  height: 16px;
  object-fit: contain;
}
.post-section {
}
.post-inner {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.reset-after::after {
  content: none;
}
.post-main-img-wrap {
  padding-bottom: 60%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}
.post-main-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.post-main-img-tip {
  font-size: 10px;
  padding-left: 8px;
  color: rgba(255, 255, 255, 0.5);
}
.post-main-info {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 300;
}
.post-main-info-text {
  color: rgb(255, 255, 255);
}
.mb-16 {
  margin-bottom: 16px;
}
.post-main-info-text-link {
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 400;
}
.post-main-info-text-link:hover {
  color: rgb(218, 180, 107);
}
.post-aside-inner {
  position: sticky;
  top: 0;
  padding-top: 141px;
}
.schedule-items {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
}
.video-feature-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 24px;
}
.video-feature-main {
  padding-bottom: 58%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.video-feature-main-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.video-feature-item {
  display: flex;
  column-gap: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  overflow: hidden;
  backdrop-filter: blur(5px);
  height: auto;
}
.video-feature-item-img-wrap {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.video-feature-item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-feature {
}
.play-big {
  height: 72px;
  width: 72px;
  display: block;
}
.play-small {
  height: 32px;
  width: 32px;
  border: 2px solid #fff;
}
.video-feature-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video-feature-item-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}
.video-feature-item-title:hover {
  color: rgb(218, 180, 107);
}
.video-feature-item-text {
  color: rgb(255, 255, 255);
  font-size: 13px;
}
.video-feature-line {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(10, 1fr);
}
.video-feature-line-item {
  position: relative;
  padding-bottom: 58%;
  overflow: hidden;
  border-radius: 5px;
  opacity: 0.7;
}
.video-feature-line-item:hover {
  opacity: 1;
}
.video-feature-line-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.video-feature-line-item-active {
  opacity: 1;
}
.video-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgb(255, 255, 255);
}
.video-feature-content-title {
  font-size: 28px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.video-feature-content-author {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.49);
}
.standings-table-row-item-white {
  color: rgb(255, 255, 255);
}
.calendar-wrapper{
  display: grid;
    grid-template-columns: 64% 1fr;
    align-items: flex-start;
    column-gap: 32px;
}
.schedule-month-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  color: rgb(255, 255, 255);
}
.schedule-item {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 8px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(56, 96, 97);
}
.schedule-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 8px;
  text-align: center;
  color: rgb(255, 255, 255);
  align-items: center;
  height: 100%;
}
.schedule-item-canal {
  align-items: center;
  display: flex;
  justify-content: center;
}
.schedule-item-canal-img {
  height: 24px;
  width: 100%;
  object-fit: contain;
}
.schedule-item-date {
  font-size: 28px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}
.schedule-item-cup {
  margin-bottom: 4px;
}
.schedule-item-match {
  align-items: center;
  display: grid;
   grid-template-columns: 1fr auto 1fr; 
  gap: 32px;
}
.schedule-item-team {
  align-items: center;
  display: flex;
  column-gap: 16px;
  justify-content: flex-end;
  color: rgb(255, 255, 255);
}
.schedule-item-team:hover {
  color: rgb(218, 180, 107);
}
.schedule-item-team-img {
  height: 48px;
  object-fit: contain;
}
.schedule-item-team-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
}
.schedule-item-time {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 5px;
  background: #dab46b;
}
.schedule-item-btn {
  color: rgb(255, 255, 255);
  background: #294748;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 200px;
  border-radius: 4px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-item-btn:hover {
  color: rgb(20, 49, 56);
  background-color: rgb(255, 255, 255);
}
.field-player-num {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: rgb(255, 255, 255);
}
.schedule-item-scores {
  align-items: center;
  display: flex;
  column-gap: 16px;
  justify-content: center;
}
.schedule-item-score {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  font-weight: 700;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
}
.schedule-item-score-yellow {
  background-color: rgb(218, 180, 107);
}

/* calendar */
.calendar-container {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  position: sticky;
  top: 70px;
}
.flatpickr-calendar{
    -webkit-box-shadow:none;
    border-radius: 4px;
}
#mobile-calendar {
  display: none;
}
.flatpickr-months {
  padding: 4px;
  background-color: #143138;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.flatpickr-months .flatpickr-month {
  color: white;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: white;
  fill: white;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after,
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:hover:after,
.flatpickr-current-month .numInputWrapper span.arrowDown:hover:after {
    border-top-color: #dab46b;
    border-bottom-color: #dab46b;
}

.arrowDown:hover {
  fill: rgb(255, 255, 255);
}

/* days without events */
.flatpickr-day {
  pointer-events: none;
  color: #565656;
}
.flatpickr-day.flatpickr-disabled {
  pointer-events: none;
  color: #565656;
}

.flatpickr-day.has-event,
.flatpickr-day.flatpickr-disabled.has-event {
  background-color: rgb(151, 151, 151);
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgb(151, 151, 151);
  pointer-events: all;
  cursor: pointer;
  transition: 0.3s all;
}

.flatpickr-day.has-event:hover {
  background-color: #dab46b;
  border: 1px solid #dab46b;
  color: #ffffff;
}

.flatpickr-day.selected {
  border: 1px solid #dab46b;
  background-color: #dab46b;
  color: #ffffff;
}
.dayContainer{
 gap:3px   
}

.no-events{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.no-events h3{
  font-size: 22px;
  color: rgb(207, 46, 46);
}

.no-events img{
  width: 100%;
}


.reviews-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  grid-template-areas: "main main main aside";
}
.reviews-aside {
  grid-area: aside;
}
.reviews-aside-content {
  display: flex;
}
.reviews-main {
  grid-area: main;
  grid-column: span 3;
}
.reviews-field-inner {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr auto 1fr;
}
.reviews-field-info {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
.reviews-field-list {
  align-self: flex-end;
}
.reviews-field-list-title {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  color: rgb(255, 255, 255);
}
.reviews-field-list-players {
  flex-direction: column;
  display: flex;
  row-gap: 4px;
}
.reviews-field-player {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: rgb(255, 255, 255);
  column-gap: 4px;
  font-size: 12px;
}
.color-yelllow {
  color: rgb(218, 180, 107);
}
.field {
  width: 450px;
}

.field-item {
  background-image: url("../images/68cf0116f6fb856202b2547bc63482ab.png");
  height: 378px;
  padding-top: 36px;
}
.field-team {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}
.field-team-img-link {
}
.field-team-img {
  width: 48px;
  object-fit: contain;
}
.field-rows {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.field-row {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.field-player {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
}
.field-player:hover {
  color: rgb(218, 180, 107);
}
.field-player-name {
  font-size: 12px;
  line-height: 100%;
}
.field-item-btm {
  background-image: url("../images/d7681ccc51e8cac006960f05a3cc2d32.png");
  padding-bottom: 48px;
  padding-top: 0;
}
.clr-gray {
  color: rgb(161, 161, 161);
}
.field-rows-bottom {
  padding-bottom: 0;
  padding-top: 8px;
}
.asfs {
  align-self: flex-start;
}
.jcfs {
  justify-content: flex-start;
}
.reviews-statistic {
}
.mb-24 {
  margin-bottom: 24px;
}
.reviews-report-match-txt{
  font-weight:300;
}
.reviews-stats-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 8px;
}
.reviews-stat-head {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin-bottom: 4px;
  color: rgb(255, 255, 255);
}
.reviews-stat-value {
  font-size: 24px;
  font-weight: 700;
}
.text-align-right {
  text-align: right;
}
.reviews-stat-bar {
  display: flex;
  height: 8px;
  background: #fff;
}
.reviews-stat-bar-fill {
  background: #dab46b;
  height: 8px;
}
.w57pc {
  width: 57%;
}
.w43pc {
  width: 43%;
}
.w47pc {
  width: 47%;
}
.w80pc {
  width: 80%;
}
.w67pc {
  width: 67%;
}
.reviews-title {
  color: rgb(255, 255, 255);
}
.team-player {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.team-player-img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 166%;
}
.team-player-img-wrap::before {
  background: linear-gradient(360deg, #000 11%, transparent 62%);
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.team-player-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.team-player-img:hover {
  transform: scale(1.1);
}
.team-player-img::before {
  z-index: 0;
}
.team-player-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  z-index: 3;
  row-gap: 8px;
  bottom: 0;
  width: 100%;
}
.team-player-content::before {
  z-index: 3;
}
.team-player-name {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}
.team-player-name:hover {
  color: rgb(218, 180, 107);
}
.team-player-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198, 198, 198, 0.3);
  width: 100%;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}
.team-player-stat {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
}
.team-player-stat-label {
  font-size: 9px;
}
.team-player-stat-value {
  font-size: 12px;
  font-weight: 700;
}
.reviews-next-matches-items {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.next-matches-item-match {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  grid-gap: 16px;
}
.reeviews-news-items {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.reviews-aside-sticky {
  position: sticky;
  top: 0;
}
.t-schedule-item-stats {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
.t-schedule-item-stat-item {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  column-gap: 4px;
}
.t-schedule-item-stat-item-text {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.t-schedule-item-stat-item-img {
  width: 16px;
  object-fit: contain;
}
.t-schedule-item-stat-item-jcfs {
  justify-content: flex-start;
}
.field-player-num-clr-yellow {
  color: rgb(218, 180, 107);
}
.team-history-inner {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.team-history-main {
  grid-column: span 3;
}
.team-history-aside-sticky {
  position: sticky;
  top: 10px;
}
.section-title.mb-reset{
   margin-bottom:0;
}
.team-history-aside-item {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(56, 96, 97);
}
.team-history-aside-item-img {
  border-radius: 4px;
  float: left;
  width: 100px;
  margin-right: 8px;
  overflow: hidden;
  object-fit: cover;
}
.team-history-aside-item-text {
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.team-history-date {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: auto 1fr;
}
.team-history-day {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-history-day-circle {
  border-style: solid;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgb(218, 180, 107);
  font-size: 14px;
  font-weight: 600;
  height: 80px;
  width: 80px;
  flex: 0 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
}
.team-history-day-line {
  background: #dab46b;
  width: 2px;
  flex: 1 1 auto;
  height: 100%;
}
.team-history-content {
  padding-bottom: 24px;
  padding-top: 24px;
  color: rgb(255, 255, 255);
}
.team-players-title {
  color: rgb(255, 255, 255);
}
.team-history-content-text{
  font-weight:300;
}
.team-players-items {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}
.awards .team-awards-item{
  display: flex;
  height: auto !important;
}
.team-awards-item{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    border: solid 1px rgb(56, 96, 97);
    border-radius: 8px;
    background: #143138;
    transition: all 0.5s ease !important;
    padding: 16px;
}
.team-awards-item-img{
  height: 100%;
    width: 100%;
    max-width: 200px;
}
.team-awards-title{
  font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.team-awards-title:hover{
  color: #dab46b;
}

.player-inner {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.player-main {
  grid-column: span 3;
}
.player-aside-sticky {
  position: sticky;
  top: 10px;
}
.player-content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.player-item-img-wrap {
  position: relative;
  padding-bottom: 166%;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
}
.player-item-img-wrap::before {
  background: linear-gradient(360deg, #000 11%, transparent 62%);
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.player-img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.5s ease;
}
.player-img:hover {
  transform: scale(1.1);
}
.player-item {
  position: relative;
  width: 100%;
}
.player-item-link {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
  color: rgb(255, 255, 255);
  height: 56px;
}
.player-item-link-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.player-info-name {
  color: rgb(255, 255, 255);
  font-size: 60px;
}
.player-info-data {
  font-size: 32px;
  font-weight: 700;
  align-items: center;
  display: flex;
  column-gap: 16px;
  color: rgb(255, 255, 255);
}
.player-info-data-img {
  width: 25px;
  object-fit: contain;
}
.player-info-data-img-link {
  display: flex;
}
.player-info-details {
  color: rgb(255, 255, 255);
}
.player-bio {
  display: flex;
  flex-direction: column;
}
.player-bio-text {
 font-weight: 300;
  color: rgb(255, 255, 255);
}
.player-title {
  color: rgb(255, 255, 255);
}
.player-field {
  background-image: url("../images/fcf8a672976c182dc0591da933d317c9.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  border-radius: 5px;
  height: 500px;
  background-color: rgb(0, 0, 0);
  background-position: center top;
}
.player-field-rows {
  display: grid;
  height: 100%;
  grid-template-rows: repeat(2, 1fr);
}
.player-field-row {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.player-field-row-item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.player-field-row-item-value {
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  color: rgb(218, 180, 107);
}
.player-field-row-item-label {
  font-size: 12px;
  color: rgb(255, 255, 255);
}
.player-course-row {
  align-items: center;
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 8px;
  padding-top: 8px;
  color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.23);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.player-course-row:last-child {
  border: none;
}
.player-course-list-item-link {
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  column-gap: 4px;
}
.player-course-list-item-link:hover {
  color: rgb(218, 180, 107);
}
.player-course-list-item-text-highlight {
  transition: all 0.5s ease;
}
.player-course-list-item-text-highlight:hover {
  color: rgb(218, 180, 107);
}
.history-author {
  font-size: 30px;
  font-weight: 500;
}
.history-meta {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.history-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.history-text {
  color: rgb(255, 255, 255);
 font-weight: 300;
}
.history-text-highlight {
  font-size: 18px;
  font-weight: 400;
}
.history-img-wrap {
  position: relative;
  padding-bottom: 58%;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 4px;
}
.history-img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.history-img-tip {
  font-size: 10px;
  padding-left: 8px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.privacy-title {
  font-size: 48px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.privacy-items {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.privacy-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 8px;
}
.privacy-item-title {
  font-size: 36px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.privacy-item-txt {
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.post-schedule-items {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.pagination-img {
  height: 16px;
  width: 16px;
}
.right-arrow {
  transform: rotate(180deg);
}
.newsSlider .latest-news-item {
  width: 380px; 
  height: 400px;
}
.breadcrumbs {
  list-style: none;
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  padding: 16px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.breadcrumbs-item{
    font-size:18px;
}
.breadcrumbs-item + .breadcrumbs-item::before {
  content: "/";
  margin: 0 8px;
  color: #fff;
}
.breadcrumbs-item-link {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs-item-link:hover {
  color: #dab46b;
}
.breadcrumbs-item-active{
  color: #dab46b;
}

.filters{
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 24px;
}
.filter-select{
    display: flex;
    justify-content: space-between;
    width: 180px;
    height: 48px;
    text-transform: capitalize;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 8px;
    transition: 0.3s all ease 0s;
    background-color: rgba(255, 255, 255, 0.1);
    appearance: none;
  background-image: url('/images/icons8-down-50.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
}
.filter-select option {
  background: #143138; 
  color: #fff;    
}
.contacts-content{
  display:flex;
  gap:24px;
}
.contacts-info{
  flex: 1;
}
.contacts-info-title{
  font-size: 20px;
}
.contacts-info-link{
  color: #fff;
  text-decoration: underline;
}
.contacts-info-link:hover{
  color: #dab46b;
}
.contacts-form{
 flex: 1;

}
.form-group{
    display:flex;
  flex-direction:column;
   margin-bottom: 16px;
}
.form-label{
  display:block;
}
.form-input, .form-textarea{
  width: 100%;
    padding: 8px 16px;
    border: 1px solid #143138;
    border-radius: 8px;
    outline:none;
    color:#fff;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    transition: border-color 0.2s ease;
}
.form-input::placeholder, .form-textarea::placeholder{
  color: rgb(250 250 250 / 55%);
}
.form-btn{
  display: block;
  padding: 16px 24px;
  border:none;
    background: #fff;
    border-radius: 4px;
    color: #294748;
    margin: 0 auto;
    transition: all 0.5s ease;
}
.form-btn:hover{
     background: #dab46b;
     color:#fff;
}
.teams-items{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px
}
.teams-item{ 
   display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: solid 1px rgb(56, 96, 97);
  padding:16px;
   gap: 32px;
   color: #fff;
   background: #143138;
   height: 240px;
}
.teams-item:hover{
  color: #dab46b;
}
.teams-item-img{
    height: 80px;
    width: 100%;
    object-fit: contain;
}
.teams .teams-item{
  display:flex;
  height: 240px;
  transition: all 0.5s ease;
}
.results .schedule-item{
  height: auto;
}
.videos .video-feature-item{
 width: 300px!important;
}
.player-stats-card{
display: flex;
justify-content: space-between;
column-gap: 24px;
border-radius: 8px;
background: #143138;
padding: 24px;
overflow-x: auto;
}
.player-stats-item{
 display: flex;
 flex-direction:column;
 align-items: center;
 row-gap:16px;
 flex-shrink: 0;
}
.color-dab46b{
 color: #dab46b;
}
.fw-600{
 font-weight:600;
}




/* SLIDER */

.mySwiper {
  width: 100%;
}
.swiper-wrapper{
    gap: 0;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 8px;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 18px;
  color: black;
}

.swiper {
  width: 100%;
  height: auto;
}
@media (max-width: 1260px){
 .burger {
    display: flex;
    z-index: 99999;
    position: relative;
  }

  .burger-toggle:checked ~ .header-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .burger-toggle:checked + .burger {
    transform: translateX(200px);
     position: fixed;
  }

  .burger-toggle:checked + .burger span {
    width: 24px;
  }

  .burger-toggle:checked + .burger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .burger-toggle:checked + .burger span:nth-child(2) {
    opacity: 0;
  }

  .burger-toggle:checked + .burger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .burger-toggle:checked ~ .header-overlay{
      opacity: 1;
  }
  .header-overlay {
  display:block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 998;
  pointer-events: none; 
}
  .header-nav {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  background: #294748;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 32px;
  width: 250px;
  z-index: 9999;
  height: 100%;
  }

  .header-nav-list {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
  .header-nav-item-link {
    background: none;
    color: #fff;
  }
  .header-nav-item-link:hover{
    color: #dab46b;
  }
  .header-nav-item-link--active {
    color: #dab46b;
}
}

@media (max-width: 1200px) {
  .post-inner {
    display: block;
  }
  .post-aside-inner {
    padding-top: 0;
  }
  .post-schedule-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .video-feature-items {
    position: static;
    width: 100%;
    overflow: visible;
  }
  .video-feature-item{
    flex-direction: column;
    padding:0;
  }
  .video-feature-item-content{
   display: none;
  }
  .reviews-inner {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 24px;
    grid-template-areas:
      "main"
      "aside";
  }
  .reviews-field-team {
    top: 68px;
  }
  .team-history-inner {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .team-history-aside-item-img {
    width: 80px;
  }
  .team-players-items {
    grid-template-columns: repeat(5, 1fr);
  }
  .player-inner {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .player-item {
    width: 50%;
  }
  .player-item-img-wrap {
    padding-bottom: 100%;
  }
  .player-img {
    height: auto;
  }
  .player-info-name {
    font-size: 48px;
  }
  .player-info-data {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .latest-news-items {
    grid-template-columns: repeat(4, 1fr);
  }
  .pb-80-prc {
    padding-bottom: 72%;
  }
  .news-line-item-title,
  .t-schedule-item-location,
  .latest-video-item-content-text,
  .latest-news-item-title,
  .team-player-name,
  .team-awards-title {
    font-size: 22px;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-nav-block{
  grid-template-columns: 1fr;
  }
  .footer-subscribe-title {
    font-size: 24px;
  } 
  .accordion-toggle{
   cursor: pointer!important;
  }
   .accordion-toggle::after{
  content: "";
  display: block; 
  width: 14px;
  height: 14px;
  background-image: url("/images/icons8-down-50.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px; 
 }
.accordion-toggle.open::after {
  transform: rotate(180deg);
}
  .accordion-content {
    display: none; 
  }
  .accordion-content.active {
    display: flex;
  }
  .footer-nav-block-item {
    width: 100%;
  }
  .reviews-next-matches-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .schedule-item-team {
    flex-direction: column;
  }
   .schedule-item-team--fdcr {
    flex-direction: column-reverse;
  }
  .match-item-team--fdcr {
    flex-direction: column-reverse;
  }
  .reviews-players-items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .reeviews-news-items {
    grid-template-columns: repeat(auto-fit, minmax(228px, 1fr));
  }
  .team-players-items {
    grid-template-columns: repeat(4, 1fr);
  }
  .player-info-name,
  .privacy-title {
    font-size: 40px;
  }
  .player-info-data {
    font-size: 24px;
  }
  .player-field-row-item-value {
    font-size: 48px;
  }
  .gallery-items {
    grid-template-columns: repeat(4, 1fr);
  }
  .privacy-item-title {
    font-size: 32px;
  }
  .calendar-wrapper {
    grid-template-columns: 55% 1fr;
    column-gap: 16px;
  }
    .standings-table {
    width: 754px;
  }
}
@media (max-width: 768px) {
  .header-nav {
    width: 100%;
  }
  .burger-toggle:checked + .burger {
    transform: translateX(0);
    right: 10px;
  }
  .section-title {
    font-size: 32px;
  }
  .news-line-items,
  .tournament-schedule-items,
  .latest-video-items,
  .latest-news-items {
    grid-gap: 8px;
  }
  .team-logo {
    width: 40px;
  }
  .schedule-month-title {
    font-size: 24px;
  }
  .reviews-field-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .reviews-field-info {
    grid-template-rows: 1fr;
    width: 90%;
  }
  .reviews-field-list-title {
    justify-content: center;
  }

  .reviews-field-player {
    justify-content: space-between;
    font-size: 14px;
  }
  .first {
    order: 2;
  }
  .second {
    order: 1;
  }
  .reviews-stat-value {
    font-size: 16px;
  }
  .reviews-next-matches-items {
    grid-template-columns: 1fr;
  }
  .team-players-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .latest-news-item-img-wrap {
    padding-bottom: 55%;
  }
  .team-news-item-img-wrap-pb {
    padding-bottom: 149%;
  }
  .team-news-item-big-img-wrap-pb {
    padding-bottom: 72%;
  }
  .team-player-img-wrap {
    padding-bottom: 124%;
  }
  .team-player-img {
    height: auto;
  }
  .latest-news-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .player-info-name,
  .privacy-title {
    font-size: 32px;
  }
  .player-info-data {
    font-size: 20px;
  }
  .player-field-row-item-value {
    font-size: 40px;
  }
  .history-author {
    font-size: 28px;
  }
  .privacy-item-title {
    font-size: 28px;
  }
  .news-slider-img-wrap{
   padding-bottom: 80%;
  }
  .newsSlider .latest-news-item {
  width: 380px; 
  height: 300px;
}
  .calendar-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
    overflow: hidden;
    grid-template-areas:
      'calendar'
      'events';
  }

  .calendar-container {
    grid-area: calendar;
    position: relative;
    display: flex;
    justify-content: flex-start;
    top: 0;
  }

  .flatpickr-input {
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 50%;
    padding: 4px 8px;
    border: 1px solid #000000c2;
    color: rgb(0, 0, 0);
    font-size: 16px;
  }

  #events {
    grid-area: events;
  }

  #calendar {
    display: none;
  }
  .pb-112-prc{
   padding-bottom: 112%;
  }
      .latest-news-item-img-wrap.latest-news-item-img-wrap--pb-98{
    padding-bottom: 55%;
  }
  .contacts-content{
   flex-direction: column;
  }
  .contacts-form{
    max-width: 600px;  
  }
 .form-btn{
   padding: 16px;
 }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }
  .news-line-item-title,
  .t-schedule-item-location,
  .latest-video-item-content-text,
  .latest-news-item-title,
  .team-player-name,
  .team-awards-title{
    font-size: 18px;
  }
  .team-logo {
    width: 32px;
  }
  .match-item-icon {
    height: 48px;
  }
  .video-feature-content-title {
    font-size: 20px;
  }
  .play-big {
    height: 64px;
    width: 64px;
  }
  .play-small {
    height: 24px;
    width: 24px;
  }
  .schedule-month-title {
    font-size: 20px;
  }
  .schedule-item-date {
    font-size: 22px;
  }
  .schedule-item-team-name,
  .schedule-item-time,
  .next-match-item-time {
    font-size: 18px;
  }
  .schedule-item-team-img {
    height: 40px;
  }
  .schedule-items {
    grid-template-columns: 1fr;
  }
  }
  .fdcr {
    flex-direction: column-reverse;
  }
  .match-item-team-fdcr {
    flex-direction: column-reverse;
  }
  .team-players-items {
    grid-template-columns: repeat(auto-fit, minmax(164px, 1fr));
  }
  .player-info-name,
  .privacy-title {
    font-size: 24px;
  }
  .player-info-data {
    font-size: 18px;
  }
  .player-field-row-item-value {
    font-size: 32px;
  }
  .gallery-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .history-author,
  .privacy-item-title {
    font-size: 20px;
  }

@media (max-width: 480px) {
  .latest-video-item-img-wrap {
    padding-bottom: 80%;
  }
  .latest-video-item-img-wrap {
    padding-bottom: 60%;
  }
  .latest-news-items {
    grid-template-columns: 1fr;
  }
  .latest-news-item-big{
   grid-column: auto;
  }
  .post-main-img-wrap {
    padding-bottom: 70%;
  }
  .post-schedule-items {
    grid-template-columns: 1fr;
  }
  .video-feature-main {
    padding-bottom: 68%;
  }
  .schedule-month-title {
    font-size: 18px;
  }
  .schedule-item-date {
    font-size: 20px;
  }
  .schedule-item-match {
    gap: 16px;
  }
  .schedule-item-time,
  .next-match-item-time {
    padding: 8px;
  }
  .schedule-item-team-name,
  .schedule-item-time,
  .next-match-item-time {
    font-size: 16px;
  }
  .schedule-item-canal-img {
    height: 16px;
  }
  .field {
    width: 300px;
  }
  .field-item {
    background-size: 100%;
   height: 252px;
   padding-top: 20px;;
  }
  .field-team-img {
    width: 32px;
  }
  .field-item-btm {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .field-rows{
    row-gap: 2px;
    padding-bottom: 2px;
  }
  .field-rows-bottom{
    padding-top: 4px;
  }
  .field-player-num {
    font-size: 14px;
  }
  .field-player-name {
    font-size: 10px;
  }
  .team-player-img {
    height: auto;
  }
  .latest-news-item-img-wrap {
    padding-bottom: 70%;
  }
  .team-news-item-img-wrap-pb {
    padding-bottom: 149%;
  }
  .team-news-item-big-img-wrap-pb {
    padding-bottom: 72%;
  }
  .team-history-day-circle {
    font-size: 12px;
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
  }
  .player-item {
    width: 64%;
  }
  .player-item-link {
    height: 48px;
  }
  .player-course-row span {
    text-align: center;
  }
  .gallery-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .history-img-wrap {
    padding-bottom: 70%;
  }
  .news-slider-img-wrap{
   padding-bottom: 80%;
  }
  .results-items{
   grid-template-columns: 1fr;
  }
  .breadcrumbs-item{
    font-size: 16px;
  }
  .latest-news-item-img-wrap.latest-news-item-img-wrap--pb-98{
    padding-bottom: 70%;
  }
  .video-feature-item-img-wrap{
    flex: 0 0 60px;
    height: 60px;

  }
  .form-btn{
   padding: 8px 16px;
 }
   .schedule-item-score {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 450px) {
  .flatpickr-input {
    width: 100%;
  }
}
@media (max-width: 320px) {
   body{
    font-size:14px;
   }
  .section-title,
  .player-title,
  .privacy-title {
    font-size: 18px;
  }
  .latest-news-items {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  .latest-news-item-big {
    grid-column: auto;
  }
  .latest-news-item-img-wrap,
  .pb-80-prc {
    padding-bottom: 80%;
  }
  .latest-video-item-content {
    padding: 8px;
  }
  .news-line-item-title,
  .t-schedule-item-location,
  .latest-video-item-content-text,
  .latest-news-item-title,
  .team-player-name,
  .player-info-data,
  .privacy-item-title,
  .team-awards-title,
  .contacts-info-title{
    font-size: 16px;
  }
  .t-schedule-item-btn {
    padding: 16px;
  }
  .match-item-icon {
    height: 40px;
  }
  .match-item-score {
    width: 32px;
    height: 32px;
  }
  .post-meta {
    font-size: 10px;
  }
  .post-main-info,
  .video-feature-content-text,
  .team-history-content-text,
  .player-info-details,
  .player-bio-text,
  .player-course-row,
  .player-course-list-item-link span,
  .history-text,
  .privacy-item-txt {
    font-size: 14px;
  }

  .footer-item-store-text,
  .footer-item-nav-list,
  .footer-subscribe-text,
  .schedule-item-cup {
    font-size: 14px;
  }
  .footer-item-store-social {
    flex: 0 0 32px;
    height: 32px;
  }
  .footer-subscribe-title {
    font-size: 18px;
  }
  .video-feature-main {
    padding-bottom: 78%;
  }
  .play-big {
    height: 48px;
    width: 48px;
  }
  .schedule-item-canal-img {
    height: 16px;
  }
  .schedule-item-date,
  .schedule-month-title,
  .video-feature-content-title,
  .team-history-content-title,
  .footer-item-title,
  .history-author,
  .history-text-highlight {
    font-size: 16px;
  }
  .schedule-item-team-name,
  .schedule-item-time,
  .schedule-item-btn,
  .next-match-item-time,
  .team-history-aside-item-text,
  .reviews-stat-value {
    font-size: 14px;
  }
  .schedule-item-btn {
    padding: 16px;
  }
  .field {
    width: 285px;
  }
  .field-item {
    height: 239px;
    padding-top: 24px;
  }
  .field-team-img {
    width: 30px;
  }
  .field-item-btm {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .field-player-num {
    font-size: 10px;
  }
  .field-player-name {
    font-size: 8px;
  }
  .field-rows {
    row-gap: 8px;
    padding-bottom: 4px;
  }
  .team-history-day-circle {
    font-size: 10px;
    height: 72px;
    width: 72px;
    flex: 0 0 72px;
  }
  .player-info-name {
    font-size: 18px;
  }
  .player-info-data-img {
    width: 24px;
  }
  .player-field-row-item-value {
    font-size: 24px;
  }
  .news-slider-img-wrap{
   padding-bottom: 95%;
  }
   .newsSlider .latest-news-item {
    width: 280px;
    height: 250px;
   }
   .schedule-item-team-name.fs-18{
       font-size:14px;
   }
   .latest-news-item-img-wrap.latest-news-item-img-wrap--pb-98{
    padding-bottom: 80%;
  }
}
@media (min-width: 768px) {
  .mySwiper .latest-news-items {
    display: grid !important;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
  .latest-news-item-big {
    grid-column: span 2;
  }
  .latest-news-item-img-wrap {
    padding-bottom: 149%;
  }
  .pb-80-prc {
    padding-bottom: 72%;
  }
  .teamSwiper .team-players-items,
  .playerSwiper .team-players-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
  }
  .mySwiper .results-items{
   display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.teamSwiper .team-awards-items{
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.mySwiper .teams-items{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px
}
  .mySwiper .news-featured-items{
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
   gap: 16px
}
.mySwiper .tournament-schedule-items {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
}
@media (min-width: 992px) {
  .mySwiper .latest-news-items {
    grid-template-columns: repeat(6, 1fr);
  }
  .latest-news-item-img-wrap {
    padding-bottom: 172%;
  }
  .pb-80-prc {
    padding-bottom: 82%;
  }
  .teamSwiper .team-players-items, 
  .playerSwiper .team-players-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 16px;
  }
}
@media (min-width: 1201px){
  .videoFeature{
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  }
  .mySwiper .video-feature-items{
   width: 350px;
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  }
  .videoFeature .video-feature-item{
    width:100% !important;
  }
}