@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;
}
.slider-1 .splide__list, .slider-2 .splide__list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.slider-1 .splide__list .splide__slide, .slider-2 .splide__slide{
width: 100%;
}
.splide__pagination{
  position: relative;
  margin-top: 24px;
}
.splide__pagination__page.is-active{
  background: #0fdc75;
}
.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(21, 21, 21);
  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: #0fdc75;
  transition: width 0.3s ease;
}

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

.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: #0fdc75;


}
.header-list-item-link--active::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #0fdc75;
  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: 2px;
  background-color: #161616;
}
.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: #0fdc75;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #0fdc75;
  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;
}
.gap-6px {
  column-gap: 6px;
  row-gap: 6px;
}
.rounded-xl {
  border-radius: 12px;
}
.text-base {
  font-size: 16px;
}
.flex {
  display: flex;
}
.text-lg {
  font-size: 18px;
}
.root {
 display: flex;
 flex-direction: column;
 height: 100%;
}

.my-container{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
padding: 0 15px;
width: 100%;
}
.main-title{

  margin-bottom: 16px;
}

.logo {
  display: inline-block;
  transition: transform 0.3s, opacity 0.3s;
  width: 80px;
  height: 80px;
}
.logo:hover {
  opacity: 0.7;
  transform: scale(1.05);
}
.px-6px {
  padding-right: 6px;
  padding-left: 6px;
}
.border-bottom-2-solid-cfcfcf {
  border: 2px solid #cfcfcf;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
}
.top-players__list{
  grid-template-columns: 2fr 1fr;
}
.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}
.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}
.left-0 {
  left: 0;
}
.py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}
.xxx2 {
  color: rgb(0, 0, 0);
}
.xxx2:hover {
  color: rgb(0, 0, 0);
}
.py-36px {
  z-index: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-36px::before {
  content: "";
  z-index: 0;
}
.uppercase {
  text-transform: uppercase;
}
.py-12px {
  z-index: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.main {
  display: flex;
  flex-direction: column;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  border: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  white-space: nowrap;
  overflow: hidden;
}
.px-24px {
  z-index: 0;
  padding-right: 24px;
  padding-left: 24px;
}
.px-24px:last-child {
  margin-bottom: 0;
}
.px-24px::before {
}
.new-color-10 {
  z-index: 0;
  color: rgb(255, 255, 255);
}
.text-center {
  text-align: center;
}
.text-center:last-child {
  margin-bottom: 0;
}
.top-0 {
  top: 0;
}
.title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.absolute {
  position: absolute;
}
.bg-fff {
  background-color: rgb(255, 255, 255);
}
.size-32px {
  color: rgba(0, 0, 0, 0);
  height: 32px;
  width: 32px;
}
.hover-color-fff:hover {
  color: rgb(255, 255, 255);
}
.relative {
  position: relative;
}
.object-cover {
  object-fit: cover;
}
.overflow-hidden {
  overflow: hidden;
}
.bg-000000cc {
  background-color: rgba(0, 0, 0, 0.8);
}
.auto-rows-384px {
  grid-auto-rows: 384px;
}
.rounded-3xl {
  border-radius: 24px;
}
.hover-bg-fff:hover {
  background: #fff;
}
.rounded-2xl {
  border-radius: 16px;
}
.rounded-2xl:last-child {
  margin-bottom: 0;
}
.hover-bg-0fdc75 {
}
.hover-bg-0fdc75:hover {
  background: #0fdc75;
}
.grid-cols-1fr-auto-1fr {
  grid-template-columns: 1fr auto 1fr;
}
.new-color-3 {
  color: rgb(29, 41, 79);
}
.new-color-2 {
  color: rgb(29, 41, 79);
}
.border-bottom-1-solid-e6e8ea {
  border-color: rgb(230, 232, 234);
  border-bottom-width: 1px;
  border-style: solid;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
}
.new-color-4 {
  color: rgb(51, 51, 51);
}
.new-color-1 {
  color: rgb(51, 51, 51);
}
.new-color-1:hover {
  text-decoration: underline;
}
.hover-color-2f2f2f {
}
.hover-color-2f2f2f:hover {
  color: rgb(47, 47, 47);
}
.hover-color-2f2f2f:last-child {
  margin-bottom: 0;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.size-96px {
  width: 96px;
  height: 96px;
}
.posts1 {
  margin-bottom: 40px;
}
.posts1:last-child {
  margin-bottom: 0;
}
.posts1__title {
  margin-bottom: 20px;
}
.posts1__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.posts1__item--big {
  grid-column-start: span 3;
}
.h-384px {
  z-index: 0;
  height: 384px;
}
.h-384px:hover {
}
.h-384px::before {
}
.new-color-18 {
  z-index: 0;
  color: rgb(255, 255, 255);
}
.sticky {
  z-index: 0;
  position: sticky;
}
.w-30 {
  width: 28%;
  z-index: 0;
}
.auto-rows-240px {
  z-index: 0;
  grid-auto-rows: 240px;
}
.auto-rows-240px:hover {
}
.auto-rows-240px::before {
  z-index: 0;
}
.post1__title {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.col-span-3 {
  z-index: 0;
  grid-column: span 3;
}
.post1__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.posts2__title {
  margin-bottom: 20px;
}
.posts2__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 30px;
}
.post2 {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s;
}
.post2:hover {
  opacity: 0.7;
}
.post2__img-box {
  position: relative;
  z-index: 1;
}
.post2__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.post2__img {
  margin-bottom: 15px;
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.post2__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: rgb(29, 41, 79);
}
.new-color-5 {
  border-bottom-color: rgb(252, 185, 0);
  color: rgb(51, 51, 51);
}
.post2__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-0:last-child {
}
.sidebar-title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
}
.grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}
.xxx5 {
  color: rgb(255, 255, 255);
  background-color: rgb(65, 95, 189);
}
.col-span-2 {
  grid-column: span 2;
}
.text-right {
  text-align: right;
}
.xxx6 {
  color: rgb(255, 255, 255);
  background-color: rgb(153, 153, 153);
}
.privacy ol {
list-style: decimal;
  padding-left: 20px;
  color: #282828;
}
.privacy ul {
  list-style: disc;
    padding-left: 20px;
  }
  .privacy h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
  }
 
 
  .contact-info-privacy{
display: flex;
flex-direction: column;
gap: 8px;
  }
  .privacy ol>li{
    margin-bottom: 32px;
  }
  .privacy li{
    margin-bottom: 8px;
  }
.btn-play {
  background: #0fdc75;
  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;
}
.btn-play:hover {
  filter: brightness(85%);
}
.p-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.xxx7 {
  background-color: rgb(249, 249, 249);
  color: rgb(51, 51, 51);
}
.new-color-17 {
  color: rgb(136, 136, 136);
}
.shadow-1 {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.row-span-2 {
  grid-row: span 2;
}
.new-bg-3 {
  background-color: rgb(232, 232, 232);
}
.top-players__title {
  margin-bottom: 15px;
}
.top-players__item {
  background-color: rgb(249, 249, 249);
}
.right-0 {
  z-index: 0;
  right: 0;
}
.right-0:hover {
}
.top-player__img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.top-player__name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(29, 41, 79);
}
.top-player__team {
  font-size: 12px;
  color: rgb(85, 85, 85);
}
.top-player__score {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 25px;
  font-weight: 700;
}
.top-player__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-players__item--even {
  background-color: rgb(232, 232, 232);
}
.sponsors {
  padding-bottom: 40px;
  background-color: rgb(255, 255, 255);
}
.sponsors__title {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.sponsors__list {
  display: flex;
  column-gap: 40px;
}
.sponsors__link {
  display: block;
  transition: opacity 0.3s;
}
.sponsors__link:hover {
  opacity: 0.7;
}
.sponsors__img {
  width: 240px;
  height: 120px;
  object-fit: contain;
}
.footer {
  background-color: rgb(47, 47, 47);
  display: flex;
  flex-direction: column;
}
.footer:hover {
}
.auto-rows-256px {
  grid-auto-rows: 256px;
}
.capitalize {
  text-transform: capitalize;
}
.hover-color-0fdc75:hover {
  color: rgb(15, 220, 117);
}
.size-128px {
  height: 128px;
  width: 128px;
}
.hover-nav-link {
  background: linear-gradient(#0FDC75,#0FDC75);
  background-position: center bottom;
  background-size: 0% 4%;
  background-repeat: no-repeat;
}
.hover-nav-link:hover {
  background-size: 100% 4%;
}
.list-none {
  list-style: none;
}
.m-0 {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.new-color-9 {
  color: rgb(255, 255, 255);
}
.new-color-9:hover {
}
.hover-filter-brightness85:hover {
  filter: brightness(85%);
}
   .custom-select {
      position: relative;
      width: 127px;
      user-select: none;
    }
    .select-selected {
      border-bottom: 1px solid ;
      padding: 10px;
    color: #fff;
      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: #0fdc75;
      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 {
      margin-top: 5px;
      font-size: 32px;
      font-weight: bold;
      color: #f4f4f4;
      margin-bottom: 16px;
      text-align: center;
    }
    .filters{
      display: flex;
      align-items: center;
      gap: 16px;
    }
   

.game-stat__head {
	padding: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-border-after: 0.125rem solid #bbb;
	border-block-end: 0.125rem solid #bbb;
}

.game-stat__title {
	font-size: 21px;
	margin-bottom: 0;
	color: rgb(0, 0, 0);
}



.game-stat__item:last-child {
	border-bottom-width: 0;
}

.item-game-stat {
	padding: 0.75rem;
}
.item-game-stat__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
.item-game-stat__value {
	width: 50px;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	line-height: 100%;
	color: rgb(255, 255, 255);
}
.item-game-stat__label {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	line-height: 100%;
  color: #fff;
}
.item-game-stat__row {
	display: flex;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;

}
.item-game-stat__line {
  height: 8px;           /* высота линии */
  background-color: #0fdc75; /* цвет линии */
  width: 0;              /* стартовая ширина */
  transition: width 1s ease; /* плавная анимация */
  border-radius: 4px;
}
.item-game-stat__line.active {
  /* можно добавить эффекты, если нужно */
}
.new-color-7 {
  color: rgb(255, 255, 255);
}
.new-color-7:last-child {
  margin-bottom: 0;
}
.object-contain {
  object-fit: contain;
}
.no-underline {
  text-decoration: none;
}
.color-2f2f2f {
  color: rgb(47, 47, 47);
}
.color-2f2f2f::after {
}
.color-888888 {
  color: rgb(136, 136, 136);
}
.color-888888:hover {
}
.new-color-8 {
  color: rgb(255, 255, 255);
}
.items-center {
  align-items: center;
}
.font-medium {
  font-weight: 500;
}
.text-sm {
  font-size: 14px;
}
.flex-auto {
  flex: 1 1 auto;
}
.font-light {
  font-weight: 300;
}
.justify-center {
  justify-content: center;
}
.bg-0fdc75 {
  background-color: rgb(15, 220, 117);
}
.xxx3 {
  color: rgb(136, 136, 136);
  background-color: rgb(232, 232, 232);
}
.gap-36px {
  row-gap: 36px;
  column-gap: 36px;
}
.xxx4 {
  background-color: rgb(57, 107, 196);
  color: rgb(255, 255, 255);
}
.w-full {
  width: 100%;
}
.new-color-12 {
  color: rgb(0, 0, 0);
}
.new-color-12:hover {
}
.new-color-13 {
  color: rgb(255, 255, 255);
}
.new-color-11 {
  color: rgb(255, 255, 255);
}
.new-bg-2 {
  background-color: rgb(19, 207, 0);
}
.new-bg-1 {
  background-color: rgb(118, 118, 111);
}
.bg-f5f5f5 {
  background-color: rgb(245, 245, 245);
}
.h-full {
  height: 100%;
}
.xxx0 {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 98, 11);
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.schedule__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}
.schedule__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.bg-2f2f2f {
  background-color: rgb(47, 47, 47);
}
.color-fff {
  color: rgb(255, 255, 255);
}
.gap-12px {
  column-gap: 12px;
  row-gap: 12px;
}
.transition {
  transition: all 250ms ease-in-out;
}
.transition:hover {
}
.gap-24px {
  column-gap: 24px;
  row-gap: 24px;
}
.color-cfcfcf {
  color: rgb(207, 207, 207);
}
.color-0fdc75 {
  color: rgb(15, 220, 117);
}
.grid {
  display: grid;
}
.flex-col {
  flex-direction: column;
}
.xxx1 {
  color: rgb(255, 255, 255);
  background-color: rgb(44, 82, 150);
}
.xxx1:hover {
  opacity: 0.7;
}
.bg-hero {
  background: linear-gradient(#00000099, #00000099), url("https://club-america.mx/assets/img/303ce6a6b745593d317638453b236ac5.webp") no-repeat center/cover;
}
.hover-bg-2f2f2f {
}
.hover-bg-2f2f2f:hover {
  background: #2f2f2f;
}
.items-start {
  align-items: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.h-512px {
  height: 512px;
}
.px-36px {
  padding-right: 36px;
  padding-left: 36px;
}
.new-color-14 {
  color: rgb(51, 51, 51);
}
.new-color-14:last-child {
  margin-bottom: 0;
}
.text-4xl {
  font-size: 36px;
}
.text-4xl:last-child {
  margin-bottom: 0;
}
.text-xl {
  font-size: 20px;
}
.text-xl:last-child {
  margin-bottom: 0;
}
.text-3xl {
  font-size: 30px;
}
.text-3xl:last-child {
  margin-bottom: 0;
}
.new-color-16 {
  color: rgb(51, 51, 51);
}
.new-color-16:last-child {
  margin-bottom: 0;
}
.text-5xl {
  font-size: 48px;
}
.text-5xl:last-child {
  margin-bottom: 0;
}
.size-64px {
  width: 64px;
  height: 64px;
}
.color-7e7e90 {
  color: rgb(126, 126, 144);
}
.color-7e7e90:last-child {
  margin-bottom: 0;
}
.size-full {
  height: 100%;
  width: 100%;
}
.size-full:last-child {
  margin-bottom: 0;
}
.new-color-15 {
  color: rgb(65, 95, 189);
}
.new-color-15:hover {
}
.text-2xl {
  font-size: 24px;
}
.font-black {
  font-weight: 900;
}
.post__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}
.post__info {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post__share {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.font-bold {
  font-weight: 700;
}
.post__links {
  display: flex;
  column-gap: 5px;
}
.post__link {
  transition: opacity 0.3s;
}
.post__link:hover {
  opacity: 0.7;
}
.post__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.sidebar-posts {
  margin-bottom: 30px;
}
.sidebar-posts:last-child {
  margin-bottom: 0;
}
.sidebar-posts__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-bottom-color: rgb(255, 165, 0);
}
.sidebar-posts__item:last-child {
  margin-bottom: 0;
}
.sideabar-post {
  position: relative;
  z-index: 1;
  display: flex;
  column-gap: 15px;
  transition: opacity 0.3s;
}
.sideabar-post:hover {
  opacity: 0.7;
}
.sidebar-post__img {
  width: 100px;
  height: 70px;
  object-fit: cover;
}
.new-color-6 {
  color: rgb(29, 41, 79);
}
.sidebar-post__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sidebar-posts--padding {
  padding-top: 66px;
}
.video-player {
  margin-bottom: 50px;
}
.video-player:last-child {
  margin-bottom: 0;
}
.video-player__inner {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../images/3e3153cc5fccda745e1ff96bd0903da1.jpg');
}
.h-768px {
  height: 768px;
}
.video {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s;
}
.video:hover {
  opacity: 0.7;
}
.video::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
}
.video__img-box {
  margin-bottom: 15px;
  min-height: 270px;
  position: relative;
  z-index: 1;
}
.video__img-box::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37);
}
.video__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__icon {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.video__title {
  font-size: 16px;
  font-weight: 700;
  color: rgb(29, 41, 79);
}
.video__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.justify-between {
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .logo_top {
    font-size: 24px;
  }
  .menu-burger {
    display: block;
  }
  .header-nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    gap: 24px;
    z-index: 99;
    overflow: scroll;
    width: 250px;

    background-color: #f6f6f6;
    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-nav-list-mobile {
    align-items: flex-start;
    padding-left: 50px;
    backdrop-filter: blur(19px);
    font-weight: 700;
    transform: translateY(0);
  }
  .slider-1 .splide__list, .slider-2 .splide__list{
display: flex;
}
.slider-1 .splide__list, .slider-2 .splide__list{
  gap: 0px;
}
.team-match{
  flex-direction: column-reverse;
}
.team-match-last{
  flex-direction: column;
}

}
@media(max-width:800px){
  .top-players__list{
grid-template-columns: 1fr;
}
.top-players__list-wrapp-img{
  order: -1;
  height: 300px;

}
.top-players__list-wrapp-img img{
  object-fit: contain;
}
}
@media(max-width:500px){
 .list-videos{
 grid-template-columns: 1fr !important;
}
}
/* @media(max-width:1200px){
   .ccontainer{
  max-width: 1100px;
}
.calendar-matches{
  grid-template-columns: 1fr 1fr;
}
}

@media(max-width:1100px){
  .ccontainer{
  max-width: 1050px;
}
.contact-grid{
  grid-template-columns: 1fr !important;
}
}

@media(max-width:900px){
  .ccontainer{
  max-width: 850px;
}
}

}
@media(max-width:700px){
  .ccontainer{
  max-width: 650px;
}
}
@media(max-width:600px){
  .ccontainer{
  max-width: 550px;
}
}

}
@media(max-width:400px){
  .ccontainer{
  max-width: 350px;
}
} */