@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap');
body {
  font-family: 'Roboto', sans-serif;
 
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}
.body {
  background-color: rgb(237, 238, 240);

}
.splide__pagination{
position: relative;
margin-top: 16px;
}
.splide__pagination__page.is-active{
  background: #3772df;
;
}
.header_wrapp{
  background: #2b2c2d;
}
.header {
  position: relative;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-logo.logo_top img{
  width: 60px;
  height: 60px;
}
.header-list {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 0;
}
.header-list-item-link {
  color: rgb(158, 158, 158);;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
  transition: 0.3s all;
  font-size: 12px;
  text-transform: uppercase;
   position: relative;
   font-weight: 600;
}
.header-list-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}
.my-container{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-list-item-link:hover {
  color: #ffffff;
}

.header-list-item-link:hover::after {
  width: 100%;
}

.header-list-item-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-list-item-link--active{
color: #ffffff;


}
.header-list-item-link--active::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
  width: 100%;
}
/* Burger */
.menu-burger {
  width: 30px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 100;
  position: relative;
}
.menu-burger::after,
.menu-burger::before {
  content: "";
  position: absolute;
  left: 0;
}
.menu-burger::before {
  top: 0;
  transition: transform 0.3s, top 0.3s 0.3s;
}
.menu-burger::after {
  bottom: 0;
  transition: transform 0.3s, bottom 0.3s 0.3s;
}
.menu-burger__line,
.menu-burger::after,
.menu-burger::before {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 3px;
  background-color: #f2f2f2;
}
.menu-burger--active .menu-burger__line {
  display: none;
}
.menu-burger--active::before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  transition: top 0.3s, transform 0.3s 0.3s;
}
.menu-burger--active::after {
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
  transition: bottom 0.3s, transform 0.3s 0.3s;
}
.menu-burger {
  display: none;
}
.burger_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 8;
}
.burger_overlay--active {
  opacity: 1;
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}
.col-light-gray{
color: #969490;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 19px;
  font-size: 18px;
  border: none;
  border-radius: 50%;
  background: #06225e;
  color: white;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#toTopBtn.show {
  display: block;
  opacity: 0.8;
}

#toTopBtn:active {
  opacity: 1;
}
.fghcjfghdhj {
  background-color: rgb(255, 255, 255);
}
.ccontainer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.header-inner {
  display: flex;
  justify-content: center;
}
._a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.header-logo-link {
  height: 60%;
}
.header-bot {
  background-color: rgb(6, 65, 101);
}
.header-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 32px;
}
._ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.kjgvjhvgbjhb {
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  transition: all .3s ease;
}
.kjgvjhvgbjhb:hover {
  color: rgb(72, 202, 254);
  border-color: rgb(72, 202, 254);
}
._mb8 {
  margin-bottom: 8px;
}
.main {

}
.content-inner {
  display: flex;
  column-gap: 24px;
}
._w33-12 {
  width: calc(33.33333% - 12px);
}
._w67 {
  width: calc(67.67676767% - 12px);
}
._mb32 {
  margin-bottom: 32px;
}
.post {
  position: relative;
  background-color: rgb(255, 255, 255);
  transition: all .3s ease;
}
.post:hover {
  background-color: rgb(247, 247, 247);
}
.post-img-wrap {
  position: relative;
  overflow: hidden;
}
.post-img {
  height: 240px;
  transition: scale .6s ease;
}
.post-img:hover {
  scale: 1.1;
}
._img {
  width: 100%;
  object-fit: cover;
}
.post-img-decor {
  background-color: rgb(6, 65, 101);
  font-size: 10px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.post-content {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.post-title {
  font-size: 20px;
  font-weight: 700;
  transition: color .3s ease;
 
}
.post-title:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(8, 66, 102);
}
.post-con-bot {
  align-items: center;
  display: none;
  column-gap: 16px;
}
.post-con-bot-auth {
  color: rgb(150, 150, 150);
  font-size: 12px;
  font-weight: 700;
}
.post-con-bot-separator {
  background-color: rgb(150, 150, 150);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  display: block;
}
.time {
  color: rgb(150, 150, 150);
  font-size: 12px;
}
.mb0 {
  margin-bottom: 0;
}
.post-link {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(206, 206, 206);
  box-shadow: 0px 0px 8px 2px rgba(204, 204, 204, 0.46);
  overflow: hidden;
  display: block;
}
.post-link:hover {
  background-color: rgba(0, 0, 0, 0);
}
._mb24 {
  margin-bottom: 24px;
}
.btn-wrap {
  display: flex;
}
._btn {
  background-color: rgb(67, 67, 67);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .3s ease;
}
._btn:hover {
  background-color: rgb(150, 150, 150);
}
._mb16 {
  margin-bottom: 16px;
}
.side-post-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.side-post {
  background-color: rgb(255, 255, 255);
  transition: all .3s ease;
}
.side-post:hover {
  background-color: rgb(247, 247, 247);
}
.side-post-link {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
.side-post-content {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.side-post-title {
  font-size: 14px;
  font-weight: 700;
}
.side-post-title:hover {
  color: rgb(6, 65, 101);
}
.side-post-img-wrap {
  position: relative;
}
.side-post-img {
  width: 144px;
  height: 96px;
  object-fit: cover;
}
.category-title {
  align-items: center;
  display: flex;
  column-gap: 16px;
}
.category-square {
  background-color: rgb(134, 21, 30);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  width: 18px;
  height: 18px;
  display: block;
}
.category-link {
  font-size: 18px;
  font-weight: 700;
}
.category-link:hover {
  color: rgb(72, 202, 254);
}
.category-line {
  background-color: rgb(150, 150, 150);
  height: 2px;
  width: 100%;
  display: block;
}
.cont-main-wrap {
  display: flex;
  column-gap: 24px;
}
._w50 {
  width: calc(50% - 12px);
}
.post-text {
  color: rgb(150, 150, 150);
}
.jus-start {
  justify-content: flex-start;
}
._df24 {
  display: flex;
  column-gap: 24px;
  row-gap: 24px;
  flex-wrap: wrap;
}
.footer {
  background-color: rgb(14, 19, 53);
  padding-bottom: 24px;
  padding-top: 24px;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(134, 21, 30);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.fotter-list {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
.fotter-link {
  color: rgb(150, 150, 150);
  font-size: 14px;
  font-weight: 700;
  transition: all .3s ease;
}
  .custom-select {
      position: relative;
      width: 127px;
      user-select: none;
    }
    .select-selected {
      border-bottom: 1px solid ;
      padding: 10px;
    color: #1c1c1c;
      cursor: pointer;
      font-size: 14px;
    }
    .custom-select{
        width: 120px;
    }
    .select-selected:after {
      content: "▼";
      position: absolute;
      right: 10px;
      top: 12px;
      font-size: 12px;
      pointer-events: none;
    }
    .select-items {
      position: absolute;
      background-color: #ffffff;
     border:1px solid #ddd;
      border-radius: 8px;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 99;
      display: none;
      max-height: 200px;
      overflow-y: auto;
    }

    .select-items div {
      padding: 10px;
      cursor: pointer;
      position: relative;
       border-bottom:1px solid #ccc;
       font-size: 12px;

    }
    .select-item {
  position: relative;
  padding-right: 20px; /* место под индикатор */
}

.match-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

    .select-items div:hover {
      background-color: #058fea;
      color:#fff;
    }
    .custom-select.open .select-items {
      display: block;
    }

    /* Индикатор матча в списке дней */
    .has-match-indicator::after {
      content: "●";
      color: #ff5252;
      font-size: 12px;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
    }

    .selected-info {
      
      font-size: 26px;
      font-weight: bold;
      color: #1a1a1a;
      
      text-align: center;
    }
    .filters{
      display: flex;
      align-items: center;
      gap: 16px;
    }
   
.fotter-link:hover {
  color: rgb(8, 66, 102);
}
.footer-bot-right {
  color: rgb(150, 150, 150);
  text-align: center;
}
.rtable {
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
}
.rrow {
  display: grid;
  grid-template-columns: 1fr 96px 1fr;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(150, 150, 150);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.rrow:last-child {
  border-bottom-width: 0;
}
.rcol {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.rheader {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background-color: rgb(248, 249, 250);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(150, 150, 150);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
._fs18 {
  font-size: 18px;
}
.btn-play {
    background: #058fea;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 15% !important;
    top: 15% !important;
    transform: translateX(-50%) translateY(-50%);
    border-style: none;
    transition: filter 250ms 
ease-in-out;
    background-image: url('/images/c68680c9b74c74be61132a04df8c6e48.webp');
    background-size: 50%;
    background-position: 56% 50%;
    background-repeat: no-repeat;
}
.rrow-link:hover {
  background-color: rgb(237, 237, 237);
}
.rrow-text {
  font-size: 12px;
  font-weight: 600;
}
.rrow-logo {
  width: 24px;
  height: 24px;
}
.jus-end {
  justify-content: flex-end;
}
.vs-wrap {
  height: 100%;
  width: 100%;
  background-color: rgb(14, 19, 53);
  display: flex;
  justify-content: center;
  align-items: center;
}
.rcol-team {
  align-items: center;
  display: flex;
  column-gap: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.vs-text {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
}
.vs-wrap-red {
  background-color: rgb(134, 21, 30);
}
.play {
  width: 48px;
  height: 48px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: scale .3s ease;
}
.play:hover {
  scale: 1.1;
}
.header-link--active {
  color: rgb(72, 202, 254);
  border-color: rgb(72, 202, 254);
}
.breadcrumbs-list {
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.breadcrumbs-li {
  display: flex;
  color: rgb(150, 150, 150);
  column-gap: 8px;
}
.breadcrumbs-link {
  color: rgb(150, 150, 150);
}
.breadcrumbs-link:hover {
  color: rgb(72, 202, 254);
}
.breadcrumbs-separator-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 1px;
}
.news-item-p {
  font-size: 14px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  color: rgb(83, 83, 83);
}
.page-title {
  display: inline-block;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 14px;
  background-color: rgb(14, 19, 53);
}
.page-title-wrap {
  border-style: solid;
  border-width: 4px;
  border-color: rgb(14, 19, 53);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.page-subtitle {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 24px;
  margin-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(150, 150, 150);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
._w33 {
  width: calc(33.33333% - 16px);
}
.rrow-full {
  grid-template-columns: 1fr 96px 1fr 1fr 1fr;
}
.rcol-calendar {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.jus-center {
  justify-content: center;
}
._w25 {
  width: calc(25% - 18px);
}
.contact-li {
  font-size: 18px;
  font-weight: 600;
}
.contact-link {
  font-size: 18px;
  font-weight: 600;
}
.contact-link:hover {
  color: rgb(72, 202, 254);
}
.con-side {
  display: flex;
  column-gap: 24px;
}
.con {
  flex: 2;
}
.aside {
  flex: 1;
}
.con-post-img {
  height: 320px;
}
.subtitle {
  font-size: 20px;
  font-weight: 700;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  padding-bottom: 8px;
  border-color: rgb(199, 199, 199);
  color: rgb(6, 21, 118);
}
.live-wrap {
  position: relative;
}
.play-big {
  width: 96px;
  height: 86px;
}
.header {
  background: #2b2c2d;
}

.f-row {
  display: flex;
  flex-direction: row;
}
.aic {
  align-items: center;
}
.h-60px {
  height: 60px;
}
.img100contain {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.space-between {
  justify-content: space-between;
}
.c-gap-24 {
  column-gap: 24px;
}
.header-menu-link {
  color: rgb(158, 158, 158);
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
  font-weight: 500;
}
.header-menu-link:hover {
  color: rgb(255, 255, 255);
}
.main-grid {
  grid-template-columns: 1fr 3fr;
  grid-gap: 24px;
  display: grid;
}
.relative {
  position: relative;
}
.sticky-top-24 {
  position: sticky;
  top: 24px;
}
.bor-rad-8 {
  border-radius: 8px;
}
.bg-lightgrey {
  background: #f9f9fb;
}
.p-12 {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.img-24 {
  height: 24px;
  width: 24px;
  object-fit: contain;
}
.img-24:hover {
}
.c-gap-12 {
  column-gap: 12px;
}
.sports-link {
  padding-left: 12px;
  padding-right: 12px;
  transition: .3s;
  color: rgb(87, 87, 87);
  text-decoration: none;
}
.sports-link:hover {
  background: #fff;
  color: rgb(0, 0, 0);
}
.w-100per {
  width: 100%;
}
.sports-link-content {
  padding-bottom: 8px;
  padding-top: 8px;
  border-style: dotted;
  border-width: 0;
  border-color: rgb(169, 169, 169);
  border-bottom-width: 1px;
}
.h-320 {
  height: 320px;
}
.main-event-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 3fr 1fr 3fr;
  background: #f9f9fb;
  padding-bottom: 12px;
  padding-top: 12px;
  border-color: rgb(206, 206, 206);
  align-items: center;
}
.main-event-head {
  background: linear-gradient(to right,#002d62,#007ac1);
  display: flex;
  justify-content: center;
  border-radius: 8px 8px 0px 0px;
  color: rgb(255, 255, 255);
}
.event-bask-team {
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  align-items: center;
  color: rgb(130, 130, 130);
  text-decoration: none;
  transition: .3s;
  font-weight: 600;
  font-size: 18px;
}
.event-bask-team:hover {
  margin-bottom: 3px;
  margin-top: -3px;
}
.f-col {
  display: flex;
  flex-direction: column;
}
.aiend {
  align-items: flex-end;
}
.jcend {
  justify-content: flex-end;
}
.tac {
  text-align: center;
}
.img-42-contain {
  height: 42px;
  width: 42px;
  object-fit: contain;
}
.fz-36 {
  font-size: 36px;
}
.color-black {
  color: rgb(0, 0, 0);
}
.fw-700 {
  font-weight: 700;
}
.main-event-box {
  border-radius: 0px 0px 8px 8px;
  border-style: solid;
  border-color: rgb(203, 203, 203);
  border-width: 1px;
  overflow: hidden;
}
.news-item-hor {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  display: grid;
  border-color: rgb(203, 203, 203);
  color: rgb(165, 165, 165);
  grid-template-columns: 1fr 2fr;
  text-decoration: none;
  transition: .3s;
}
.news-item-hor:hover {
  color: rgb(48, 90, 149);
}
.img-100cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fz-14 {
  font-size: 14px;
}
.color-grey {
  color: rgb(160, 160, 160);
}
.fz-18 {
  font-size: 18px;
}
.jcc {
  justify-content: center;
}
.main-link-blue {
  color: rgb(255, 255, 255);
  text-decoration: none;
  min-width: 140px;
  text-align: center;
  transition: .3s;
  padding-bottom: 4px;
  padding-top: 4px;
  border-radius: 24px;
  background: #3772df;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-link-blue:hover {
  background: #305bc8;
}
.main-link-white {
  border: 1px solid #3772df;
  border-radius: 24px;
  min-width: 140px;
  text-decoration: none;
  text-align: center;
  color: rgb(55, 114, 223);
  align-items: center;
  display: flex;
  justify-content: center;
  transition: .3s;
  background: #f9f9fb;
}
.main-link-white:hover {
  background: #dee8fa;
}
.h-160 {
  height: 160px;
}
.border-grey {
  border: 1px solid rgb(203, 203, 203);
}
.scoreboard-item {
  border-style: dotted;
  border-width: 0;
  border-color: rgb(203, 203, 203);
  border-bottom-width: 1px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  grid-gap: 24px;
  transition: .3s;
  color: rgb(51, 51, 51);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}
.scoreboard-item:hover {
  background: #f9f9f9;
}
.grid-2x3-g24 {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.bg-white {
  background: #fff;
}
.fz-24 {
  font-size: 24px;
}
.bor-right-grey {
  border-style: dotted;
  border-width: 0;
  border-color: rgb(203, 203, 203);
  border-right-width: 1px;
}
.p-r-12 {
  padding-right: 12px;
}
.grid-2x1-g12 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  display: grid;
}
.img-48contain {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.main-table-head {
  background: #0e1335;
  display: grid;
  font-size: 20px;
  font-weight: 600;
  grid-template-columns: 8fr repeat(4, 1fr);
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.tal {
  text-align: left;
}
.main-table-row {
  align-items: center;
  border-style: dotted;
  border-width: 0;
  border-color: rgb(199, 199, 199);
  border-bottom-width: 1px;
  grid-template-columns: 8fr repeat(4, 1fr);
  display: grid;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  transition: .3s;
}
.main-table-row:hover {
  background: rgb(210, 210, 210);
}
.main-table-team {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  column-gap: 12px;
  color: rgb(72, 72, 72);
  text-decoration: none;
  transition: .3s;
  text-align: left;
}
.main-table-team:hover {
  color: rgb(14, 19, 53);
}
.p-l-r-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.table-link-more {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #0e1335;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-top: 4px;
  color: rgb(252, 252, 252);
  text-decoration: none;
  transition: .3s;
}
.table-link-more:hover {
  background: #3772df;
}
.ov-hidden {
  overflow: hidden;
}
.big-video-item {
  display: block;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.bg-video {
  background-image: url('../images/c9c6272715d2208151d09b158eaf1a47.webp');
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-absolute {
  align-items: center;
  background: rgb(0,0,0,.4);
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
}
.video-absolute:hover {
  scale: 1.1;
}
.img-128 {
  height: 128px;
  width: 128px;
  object-fit: contain;
}
.img-h180-cover {
  height: 140px;
  object-fit: cover;
  width: 100%;
}
.img-56 {
  height: 56px;
  width: 56px;
  object-fit: contain;
}
.bg-black-blur {
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(4px);
}
.grid-3x1-g24 {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.video-item {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: .3s;
}
.video-item:hover {
  color: rgb(55, 114, 223);
}
.main-fixtures-row {
  align-items: center;
  display: grid;
  font-size: 20px;
  font-weight: 500;
  grid-template-columns: 4fr 1fr 4fr;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  grid-gap: 12px;
}
.fw-500 {
  font-weight: 500;
}
.fz-20 {
  font-size: 20px;
}
.bg-grey {
  background: #edeef0;
}
.p-t-8 {
  padding-top: 8px;
}
.grid-2x1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bg-blue {
  background: #0e1335;
}
.bg-blue-radial {
  background: radial-gradient(circle,rgba(33, 44, 143, 1) 0%, rgba(14, 19, 53, 1) 50%);
}
.bg-teams-desc {
  background: rgba(246,195,185,0.05);
  display: flex;
  flex-direction: column;
}
.team-link-white {
  color: rgb(147, 159, 234);
  text-decoration: none;
  transition: .3s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.team-link-white:hover {
  color: rgb(255, 255, 255);
}
.uppercase {
  text-transform: uppercase;
}
.team-card-stat {
  border-style: solid;
  border-width: 0;
  border-color: rgb(23, 203, 203);
  border-left-width: 1px;
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
.flex-1 {
  flex: 1;
}
._w40per {
  width: 40%;
}
.page-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 4.4fr;
}
.grid-3x3-g24 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 24px;
}
.pag-link {
  color: rgb(14, 19, 53);
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s;
  border-radius: 4px;
  border: 1px solid #0e1335;
  height: 28px;
  width: 28px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}
.pag-link:hover {
  background: #0e1335;
  color: rgb(255, 255, 255);
}
.pag-arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: .3s;
  height: 100%;
  width: 100%;
  background-image: url('../images/8ec35104fc3a1ebb52665d0fb1b7f6ba.png');
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.pag-arrow:hover {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-image: url('../images/9a3b9998b4747d8cfd787c182fbd447f.png');
  background-size: 80%;
}
.link-map {
  display: block;
  height: 460px;
  width: 100%;
  border: 1px solid #0e1335;
}
.w24px {
  width: 24px;
}
.filter-input-box {
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  outline: none;
  position: relative;
  color: rgb(14, 19, 53);
}
.filter-input {
  border: 1px solid #132147;
  border-radius: 4px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-top: 4px;
}
.calendar-head {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: rgb(14, 19, 53);
  border-top-width: 3px;
  display: grid;
  font-size: 20px;
  font-weight: 700;
  grid-template-columns: repeat(7, 1fr);
  height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.calendar-days-container {
  border-style: solid;
  border-color: rgb(14, 19, 53);
  border-width: 0;
  border-top-width: 1px;
  border-left-width: 1px;
}
.img48-contain {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-day {
  align-items: center;
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-width: 0;
  border-color: rgb(14, 19, 53);
  border-right-width: 1px;
  border-bottom-width: 1px;
  font-weight: 600;
  height: 160px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  justify-content: space-between;
}
.calendar-event {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 12px;
}
.hover-scale-1-1 {
  transition: .3s;
}
.hover-scale-1-1:hover {
  scale: 1.1;
}
.color-white {
  color: rgb(255, 255, 255);
}
.img-72 {
  height: 72px;
  width: 72px;
  object-fit: contain;
}
.live-item {
  align-items: center;
  background-image: url('../images/3fab565d86d9291bc020afe993c510d0.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1.2fr 0.5fr  2fr ;
  grid-gap: 12px;
}
.live-video-link {
  border-radius: 4px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.live-ico {
  height: 42px;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
}
.live-teams-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(5, 1fr);
  padding-left: 24px;
  padding-right: 24px;
}
.main-last-team {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  column-gap: 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;
}
.main-last-team:hover {
  color: rgb(255, 108, 108);
}
.live-left-team {
  grid-area: 1 / 1 / 3 / 6;
}
.live-right-team {
  grid-area: 4 / 5 / 6 / 10;
  text-align: right;
}
.live-vs {
  grid-area: 3 / 1 / 4 / 10;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.post-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1.4fr 4fr;
}
.h-580 {
  height: 520px;
}
.img-100per-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.h-240px {
  height: 240px;
}
.grid-4x1-g24 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.img-32contain {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.team-history-img {
  border-radius: 8px;
  float: left;
  margin-right: 16px;
  height: 240px;
  object-fit: cover;
}
.team-stats {
  border-style: solid;
  border-width: 0;
  border-color: rgb(14, 19, 53);
  border-top-width: 1px;
  border-left-width: 1px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.team-stats-cell {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: rgb(14, 19, 53);
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 16px;
  padding-top: 8px;
}
.yellow-card {
  background: #fdca00;
  align-items: center;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 24px;
}
.red-card {
  background: #ed5b34;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  height: 32px;
  width: 24px;
  display: flex;
}
.grid-35-65-g24 {
  display: grid;
  grid-template-columns: 35% calc(65% - 24px);
  grid-gap: 24px;
}
.r-gap-8 {
  row-gap: 8px;
}
.squad-title {
  background: #0e1335;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-top: 12px;
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  column-gap: 8px;
}
.squad-row {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: rgba(14, 19, 53, 0.5);
  border-bottom-width: 1px;
  display: grid;
  font-size: 18px;
  grid-template-columns: 1fr 1fr 4fr 1fr 1fr;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  grid-gap: 8px;
  transition: .3s;
}
.squad-row:hover {
  background-color: rgb(203, 203, 203);
}
.img-256-contain {
  height: 256px;
  object-fit: contain;
}
.fz-56 {
  font-size: 56px;
}
.player-bio-img-right {
  border-radius: 8px;
  float: right;
  height: 240px;
  margin-left: 12px;
}
.player-stats-table-row {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-top-color: rgba(14, 19, 53, 0.5);
  border-bottom-width: 1px;
  display: grid;
  grid-template-columns: 1.3fr 1.5fr repeat(7, 1fr);
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
}
.fz-16 {
  font-size: 16px;
}
.head-to-head-grid {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: rgba(14, 19, 53, 0.5);
  border-bottom-width: 1px;
  display: grid;
  font-size: 22px;
  font-weight: 600;
  grid-template-columns: 2fr 1fr 2fr;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}
.color-blue {
  color: rgb(14, 19, 53);
}
.player-best-review {
  align-items: center;
  display: flex;
  font-weight: 600;
  column-gap: 12px;
  color: rgb(14, 19, 53);
  text-decoration: none;
  transition: .3s;
}
.player-best-review:hover {
  color: rgb(6, 21, 118);
}
.aistart {
  align-items: flex-start;
}
.player-card {
  background: #f1f3f8;
  border: 1px solid lightgrey;
  border-radius: 8px;
  display: grid;
  grid-template-rows: 204px 92px;
  overflow: hidden;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: .3s;
}
.player-card:hover {
  color: rgb(14, 19, 53);
}
.r-gap-24 {
  row-gap: 24px;
}
@media(max-width:1400px){
   .menu-burger {
    display: block;
  }
  .header-nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    gap: 24px;
    z-index: 99;
    overflow: scroll;
    width: 250px;

     background:#0c0c0c ;
    flex-direction: column;
    padding-top: 50px;
    height: 100vh;
    padding-bottom: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;

    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .header-list-item-link:not(.header-list-item-link--active){
color:#fff;
  }
  .header-nav-list-mobile {
    align-items: flex-start;
    padding-left: 50px;
    backdrop-filter: blur(19px);
    font-weight: 700;
    transform: translateY(0);
    
  }
}
@media(max-height:1250px){

}
@media(max-width:768px){
  .main-grid, .page-grid{
    grid-template-columns: 1fr;
  }
}
@media(max-width:575px){
  .big-video-item{
    display: none;
  }
 
}