@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&family=Roboto:wght@400;500&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3 {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.splide__pagination{
  position: relative;
  margin-top: 16px;
}
.splide__pagination__page.is-active{
  background:#e1ff57 ;
}

.bg-scarlet-gum {
  background-color: rgb(83, 21, 88);
}
.headerr {
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
  display: flex;
}
.h-28px {
  height: 28px;
}
.h-56px {
  height: 56px;
}
.ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.gap-x-12px {
  column-gap: 12px;
}
.p-12{
  padding: 12px;
}
.res-link {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.text-md {
  font-size: 14px;
}
.uppercase {
  text-transform: uppercase;
}
.match-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #4a9eff, #2d5fa8);
    opacity: 0;
    transition: opacity 0.22s;
    border-radius: 12px 0 0 12px;
  }
  .match-card:hover::before { opacity: 1; }
.text-color-white {
  color: rgb(255, 255, 255);
}

.font-semibold {
  font-weight: 600;
}
.link-hov {
  transition: 0.3s all;
}
.link-hov:hover {
  color: rgb(225, 255, 87);
}
.transition {
  transition: 0.3s all;
}
.py-10px {
  padding-bottom: 10px;
  padding-top: 10px;
}
.bg-gradient-violet {
  background: linear-gradient(180deg, rgba(126,44,230,1) 0%, rgba(89,20,175,1) 100%);;
}
.p-6px {
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
}
.bg-valentino {
  background-color: rgb(59, 15, 63);
}
.rounded-4px {
  border-radius: 4px;
}
.flex-col {
  flex-direction: column;
}
.text-sm {
  font-size: 12px;
  line-height: 14px;
}
.font-medium {
  font-weight: 500;
}
.text-ufo-gray {
  color: rgb(152, 152, 152);
}
.w-130px {
  width: 130px;
}
.justify-center {
  justify-content: center;
}
.py-8px {
  padding-bottom: 8px;
  padding-top: 8px;
}
.border-bottom-1px {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
.border-transparent {
  border-color: rgba(0, 0, 0, 0);
}
.border-eminence {
  border-color: rgb(121, 41, 129);
}
.hover-border-ufo-green:hover {
  border-color: rgb(45, 230, 125);
}
.mt-15px {
  margin-top: 15px;
}
.w-full {
  width: 100%;
}
.py-15px {
  padding-bottom: 15px;
  padding-top: 15px;
}
.border-1px {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(159, 159, 159);
}
.font-italic {
  font-style: italic;
}
.mt-4px {
  margin-top: 4px;
}
.font-bold {
  font-weight: 700;
}
.text-lg {
  font-size: 18px;
}
.text-xs {
  font-size: 10px;
}
.hover-bg-light {
  transition: 0.3s all;
}
.hover-bg-light:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(14, 14, 14);
}
.text-xl {
  font-size: 20px;
}
.gap-y-6px {
  row-gap: 6px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.max-h-555px {
  max-height: 555px;
}
.shrink-0 {
  flex-shrink: 0;
}
.object-cover {
  object-fit: cover;
}
.bg-ufo-80 {
  background-color: rgb(96, 96, 96);
}
.bottom-24px {
  bottom: 24px;
}
.w-400px {
  width: 400px;
}
.text-valentino {
  color: rgb(59, 15, 63);
}
.p-14px {
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
}
.left-64px {
  left: 64px;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.w-384px {
  width: 384px;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.h-full {
  height: 100%;
}
.mt-24px {
  margin-top: 24px;
}
.items-start {
  align-items: flex-start;
}
.bg-daisy-bush {
  background-color: rgb(89, 20, 175);
}
.py-14px {
  padding-bottom: 14px;
  padding-top: 14px;
}
.h-14px {
  height: 14px;
}
.ml-12px {
  margin-left: 12px;
}
.rounded-tl-12px {
  border-radius: 12px 0px 0px 0px;
}
.mr--30px {
  margin-right: -30px;
}
.z-2 {
  z-index: 2;
}
.overflow-hidden {
  overflow: hidden;
}
.pointer-events-none {
  pointer-events: none;
}
.hover-scale-md {
  transition: 0.3s all;
}
.hover-scale-md:hover {
  transform: scale(1.05);
}
.hover-col-green {
  transition: 0.3s all;
}
.hover-col-green:hover {
  color: rgb(209, 255, 0);
}
.bg-cararra {
  background-color: rgb(235, 235, 235);
}
.py-20px {
  padding-bottom: 20px;
  padding-top: 20px;
}
.gap-x-20px {
  column-gap: 20px;
}
.w-100px {
  width: 100px;
}
.h-40px {
  height: 40px;
}
.object-contain {
  object-fit: contain;
}
.text-nickel {
  color: rgb(115, 115, 115);
}
.text-center {
  text-align: center;
}
.grid {
  display: grid;
}
.grid-template-4col {
  grid-template-columns: repeat(4, 1fr);
}
.pb-24px {
  padding-bottom: 24px;
}
.pb-32{
  padding-bottom: 32px;
}
.winner {
  outline: 2px solid limegreen;
  border-radius: 4px;
}
.calendar-match{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap-16px {
  row-gap: 16px;
  column-gap: 16px;
}
.bg-color-white {
  background-color: rgb(255, 255, 255);
  border-color: rgba(225, 255, 87, 0);
}
.rounded-8px {
  border-radius: 8px;
}
.left-10px {
  left: 10px;
}
.h-half {
  height: 50%;
}
.p-16px {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.pb-half {
  padding-bottom: 50%;
}
.pb-8px {
  padding-bottom: 8px;
}
.text-color-black {
  color: rgb(0, 0, 0);
}
.mt-6px {
  margin-top: 6px;
}
.lh-18px {
  line-height: 18px;
}
.bottom-10px {
  bottom: 10px;
}
.icon-36px {
  height: 36px;
  width: 36px;
}
.bg-ufo-green {
  background-color: rgb(44, 230, 125);
}
.h-18px {
  height: 18px;
}
.hover-bg-snuff {
  transition: 0.3s all;
}
.hover-bg-snuff:hover {
  background-color: rgb(189, 189, 189);
}
.object-top {
  object-position: 0% 0%;
}
.grid-col-3-5 {
  grid-column: 3/5;
}
.left-16px {
  left: 16px;
}
.bottom-16px {
  bottom: 16px;
}
.py-12px {
  padding-bottom: 12px;
  padding-top: 12px;
}
.border-sonic-silver {
  border-color: rgb(117, 117, 117);
}
.rounded-full {
  border-radius: 250px;
}
.hover-text {
  transition: 0.3s all;
}
.hover-text:hover {
  color: rgb(225, 255, 87);
}
.hover-border:hover {
  border-color: rgb(225, 255, 87);
  border-top-color: rgb(225, 255, 87);
}
.py-36px {
  padding-bottom: 36px;
  padding-top: 36px;
}
.text-2xl {
  font-size: 32px;
}
.title-main{
  border-left: 5px solid #e1ff57;
  padding-left: 8px;
}
.mt-16px {
  margin-top: 16px;
}
.mb-0 {
  margin-bottom: 0;
}
.icon-56px {
  height: 56px;
  width: 56px;
}
.bg-purple-plum {
  background-color: rgb(62, 62, 62);
}
.hover-scale-2xl {
}
.hover-scale-2xl:hover {
  transform: scale(1.2);
}
.h-20px {
  height: 20px;
}
.pt-36px {
  padding-top: 36px;
}
.pt-24{
  padding-top: 24px;
}
.pb-110px {
  padding-bottom: 110px;
}
.gap-x-16px {
  column-gap: 16px;
}
.mt-40px {
  margin-top: 40px;
}
.rounded-12px {
  border-radius: 12px;
}

.w-38px {
  width: 38px;
}
.ml-8px {
  margin-left: 8px;
}
.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}
.bg-eminence {
  background-color: rgb(23, 23, 23);
}
.rounded-left-full {
  border-radius: 100px 0px 0px 100px;
}
.border-cararra {
  border-color: rgb(235, 235, 235);
}
.border-right-2px {
  border-style: solid;
  border-width: 0;
  border-right-width: 2px;
}
.bg-alto {
  background-color: rgb(217, 217, 217);
}
.rounded-right-full {
  border-radius: 0px 100px 100px 0px;
}
.hover-bg-eminence {
  transition: 0.3s all;
}
.hover-bg-eminence:hover {
  background-color: rgb(38, 38, 38);
  color: rgb(248, 248, 248);
  border-color: rgb(225, 255, 87);
  border-style: solid;
}
.hover-text-white:hover {
  color: rgb(255, 255, 255);
}
.border-top-2px {
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
}
.border-alto {
  border-color: rgb(217, 217, 217);
}
.justify-end {
  justify-content: flex-end;
}
.rounded-top-12px {
  border-radius: 12px 12px 0px 0px;
}
.py-40px {
  padding-bottom: 40px;
  padding-top: 40px;
}
.bg-gray {
  background-color: rgb(32, 32, 32);
}
.mt-10px {
  margin-top: 10px;
}
.w-70per {
  width: 70%;
}
.top--20px {
  top: -20px;
}
.h-full-20px {
  height: calc(100% + 20px);
}
.hover-translate-y-md:hover {
  transform: translateY(-15px);
}
.icon-40px {
  height: 40px;
  width: 40px;
}
.w-60px {
  width: 60px;
}
.pb-40px {
  padding-bottom: 40px;
}
.bg-oxford-blue {
  background-color: rgb(0, 29, 69);
}
.pt-1px {
  padding-top: 1px;
}
.h-160px {
  height: 160px;
}
.mt--80px {
  margin-top: -80px;
}
.rounded-30px {
  border-radius: 30px;
}
.mt-60px {
  margin-top: 60px;
}
.text-crayola-red {
  color: rgb(237, 24, 70);
}
.bg-cello {
  background-color: rgb(26, 52, 88);
}
.hover-text-crayola-red:hover {
  color: rgb(237, 24, 70);
}
.mt-30px {
  margin-top: 30px;
}
.grid-template-3col {
  grid-template-columns: repeat(3, 1fr);
}
.w-140px {
  width: 140px;
}
.h-120px {
  height: 120px;
}
.bg-tangaroa {
  background-color: rgb(0, 24, 57);
}
.rounded-right-12px {
  border-radius: 0px 12px 12px 0px;
}
.text-belgion {
  color: rgb(182, 212, 255);
}
.bg-baltic-sea {
  background-color: rgb(42, 43, 48);
}
.hover-bg-midnight-blue:hover {
  background-color: rgb(14, 54, 100);
}
.pt-30px {
  padding-top: 30px;
}
.gap-x-6px {
  column-gap: 6px;
}
.mt-50px {
  margin-top: 50px;
}
.px-200px {
  padding-left: 200px;
  padding-right: 200px;
}
.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}
.icon-15px {
  height: 15px;
  width: 15px;
}
.ml-50px {
  margin-left: 50px;
}
.bg-anti-flash-white {
  background-color: rgb(243, 243, 243);
}
.rounded-bottom-12px {
  border-radius: 0px 0px 12px 12px;
}
.pb-90px {
  padding-bottom: 90px;
}
.w-200px {
  width: 200px;
}
.h-80px {
  height: 80px;
}
.before::before {
  content: '';
  display: block;
}
.before-pointer::before {
  background-image: url('../images/43b1ab2f948d93427947f387bb54a91f.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 50%;
  top: 19px;
  transform: translateX(-50%);
}
.py-48px {
  padding-bottom: 48px;
  padding-top: 48px;
}
.mt--140px {
  margin-top: -140px;
}
.w-550px {
  width: 550px;
}
.pt-48px {
  padding-top: 48px;
}
.hover-opacity-60 {
  transition: 0.3s all;
}
.hover-opacity-60:hover {
  opacity: 0.6;
}
.gap-y-3px {
  row-gap: 3px;
}
.h-48px {
  height: 48px;
}
.bg-ship-gray {
  background-color: rgb(62, 64, 71);
}
.border-none {
  border: none;
}
.outline-none {
  outline: none;
}
.max-w-440px {
  max-width: 440px;
}
.max-w-504px {
  max-width: 504px;
}
.w-56px {
  width: 56px;
}
.hover-decoration-none:hover {
  text-decoration: none;
}
.pt-40px {
  padding-top: 32px;
}
.gap-x-40px {
  column-gap: 40px;
}
.w-22px {
  width: 22px;
}
.h-32px {
  height: 32px;
}
.text-4xl {
  font-size: 36px;
}
.rotate-90 {
  transform: rotate(90deg);
}
.pt-45px {
  padding-top: 45px;
}
.pb-185px {
  padding-bottom: 185px;
}
.mt--150px {
  margin-top: -150px;
}
.list-style-disc {
  list-style-type: disc;
}
.pl-40px {
  padding-left: 40px;
}
.w-450px {
  width: 450px;
}
.icon-130px {
  height: 130px;
  width: 130px;
}
.text-scarlet-gum {
  color: rgb(225, 255, 87);
}
.w-80px {
  width: 80px;
}
.pl-25px {
  padding-left: 25px;
}
.pl-60px {
  padding-left: 60px;
}
.text-sea-green {
  color: rgb(46, 139, 87);
}
.bg-feijoa {
  background-color: rgb(162, 204, 144);
}
.w-30px {
  width: 30px;
}
.bg-fuzzy-wuzzy-brown {
  background-color: rgb(187, 85, 85);
}
.bg-earth-yellow {
  background-color: rgb(229, 176, 94);
}
.text-feijoa {
  color: rgb(162, 204, 144);
}
.bg-copa-img {
  background-image: url('../images/ae59c0041772bfdf8dc07968c2bed4d8.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
.rounded-tr-full {
  border-radius: 0px 100px 0px 0px;
}
.pr-25px {
  padding-right: 25px;
}
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.py-4px {
  padding-bottom: 4px;
  padding-top: 4px;
}
.rounded-br-full {
  border-radius: 0px 0px 100px 0px;
}
.max-w-1920 {
  max-width: 1920px;
}
.bg-black {
  background: #000;
}
.ccontainer {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.mb-24 {
  margin-bottom: 24px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.pt-b-40 {
 padding: 32px 0;
}
.mb-16{
  margin-bottom: 16px;
}
.pt-32 {
  padding-top: 32px;
}
.fz-14 {
  font-size: 14px;
}
.flex-1 {
  flex-grow: 1;
}
.mt-auto {
  margin-top: auto;
}
.mb-12 {
  margin-bottom: 12px;
}
.pt-b-14 {
  padding-bottom: 14px;
  padding-top: 14px;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.event-card {
  background: #fff;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 12px;
  display: flex;
}
.event-card-team {
  display: flex;
  align-items: center;
  grid-gap: 14px;
}
.revers {
  flex-direction: row-reverse;
}
.privacy ol {
list-style: decimal;
  padding-left: 20px;
  color: #ded9d9;
}
.privacy ul {
  list-style: disc;
    padding-left: 20px;
  }
  .privacy h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
  }
  .privacy{
   padding-top: 32px;
   padding-bottom: 32px;;
  }
  .fw-600{
    font-weight: 600;
  }
  .contact-info-privacy{
display: flex;
flex-direction: column;
gap: 8px;
  }
  .privacy ol>li{
    margin-bottom: 32px;
  }
  .privacy li{
    margin-bottom: 8px;
  }
  .privacy{
    color: #e7e7e7;
  }
.arround {
  justify-content: space-around;
}
.footer-wrapp {
  background-color: rgb(34, 34, 34);
}
.hover-col-main {
  transition: 0.3s all;
}
.hover-col-main:hover {
  color: rgb(109, 109, 109);
}
.active-link {
  color: rgb(225, 255, 87);
}
.h-340 {
  height: 440px;
}
.boreder-bott {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(55, 55, 55, 0.7);
}
.gap-24 {
  grid-gap: 24px;
}

.post {
  display: flex;
  grid-gap: 32px;
}
.mc-filter__block {

 
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 24px;
  gap: 12px;
  position: relative;
}
.filter_dates_btn.btn_now_date {
  padding: 6px 12px;
  border-radius: 14px;
  background-color: rgb(18, 18, 18);
  border-color: rgb(225, 255, 87);
  color: #f8f8f8;
}
.filter_dates_btn {
  padding: 6px 12px;
  border-radius: 10px;
  background-color: #fbfbfb;
  color: #171717;
  transition: 0.3s all;
  border: 1px solid;
  width: 120px;
  text-align: center;
}
.empty_match{
  padding-top: 24px;
  color: #ffffff;
  grid-column: 1/-1;
  width: 100%;
  gap: 10px;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty_match img{
  height: 50px;
  width: 50px;
}
.mc-filter__dates,
.mc-filter__dates-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter__dates-arrow_img{
  width: 30px;
  height: 30px;
}
.filter_dates_btn:not(.filter_dates_btn.btn_now_date):hover {
 background-color: rgb(18, 18, 18);
  border-color: rgb(225, 255, 87);
  color: #f8f8f8;
}

#calendar {
  position: absolute;
  top: 35px;
 right: 0;
  background: black;
  color: #ebebeb;
  border: 1px solid #464646;
  border-radius: 14px;
  padding: 10px;
  display: none;
  z-index: 100;
}
#calendarMonth, #calendarYear{
  color: #f7f7f7;
}
#calendarMonth option:checked,
#calendarYear option:checked {
  background: #e1ff57;
  color: black;
}
.calendar-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.custom-select {
  position: relative;
  width: 120px;
  font-size: 14px;
}

.custom-select-trigger {
  background: black;
  color: #ffffff;
  padding: 6px 10px;
display: flex;
align-items: center;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.custom-select-trigger::before{
  content: '﹀';
  position: absolute;
  right: 3px;
  top: 10px;
  transition: transform 0.2s;

 
  
  font-size: 16px;
}
#yearSelect{
  width: 80px;
}

.custom-select.open .custom-select-trigger::before {
  transform: rotate(180deg);
  bottom: 10px;
  transition: transform 0.2s;

}


.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: black;

  border-radius: 6px;
  z-index: 1000;
}

.custom-options.open {
  display: flex;
  flex-direction: column;
  gap: 8px;
    height: 180px;
  overflow-y: auto;
}
.custom-options.open::-webkit-scrollbar-thumb {
 background-color: #e1ff57;
}
.custom-options.open::-webkit-scrollbar-track {
 background-color: #1a1a1a;

}
.custom-options.open::-webkit-scrollbar {
  width: 6px;
}

.custom-option {
  padding: 6px 10px;
  cursor: pointer;
  color: #ffffff;
}

.custom-option:hover,
.custom-option.selected {
  background: #e1ff57;
  color: black;
}



.calendar-controls select {
background: #000;
}
#calendarDays .week {
  display: flex;
  justify-content: space-between;
 
}
#calendarDays .day {
  width: 30px;
  text-align: center;
  margin: 2px 0;
  cursor: pointer;
}
#calendarIcon {
 
  cursor: pointer;
}
.post-card {
  display: flex;
  flex-direction: column;
 justify-content: center;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
}
.team-wrapp {
  background-image: url('../images/ad69e39f8647a7d01af438ad8e269559.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.fz-48 {
  font-size: 48px;
}
.hover-light {
  background-color: rgb(32, 32, 32);
  transition: 0.3s all;
}
.hover-light:hover {
  background-color: rgb(56, 56, 56);
}
.mb-32{
  margin-bottom: 32px;
}
.grid-template-4col .justify-between.mt-auto.items-center{
  justify-content: flex-start;
  gap: 16px;
}
.text-truncate-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* Кол-во строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h-250 {
  height: 250px;
  object-fit: contain;
}
.table-head {
  display: grid;
  grid-template-columns: 1fr 2fr repeat(7, 1fr);
  padding-bottom: 14px;
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 14px;
  background: #fff;
  text-align: center;
}
.tablle-body-row {
  color: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 1fr 2fr repeat(7, 1fr);
  text-align: center;
  padding-bottom: 14px;
  padding-top: 14px;
}
.table-full-head {
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  background-color: rgb(58, 58, 58);
}
.time {
  background-color: rgb(73, 73, 73);
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
}
.live-card {
  background-color: rgb(58, 58, 58);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
.live-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.live-card-item {
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-right-color: rgb(140, 140, 140);
  grid-gap: 12px;
}
.col-main {
  color: rgb(225, 255, 87);
}
.btn-live {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(23, 23, 23);
}
.player {
  display: flex;
  align-items: flex-end;
  grid-gap: 24px;
}
.player-l {
  width: 100%;
}
.player-r {
  width: 60%;
}
.player-r img{
height: 70%;
}
.player-hero__stats {
  color: rgb(255, 255, 255);
  display: flex;
  grid-gap: 48px;
}
.player-hero__stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fz-80 {
  font-size: 80px;
}
.fz-24 {
  font-size: 24px;
}
.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}
.grid-3:hover {
}
.player-hero__info {
  color: rgb(255, 255, 255);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background-color: rgba(66, 66, 66, 0.54);
}
.fz-18 {
  font-size: 18px;
}
.player-strip__content {
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
}
.player-strip__info {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background-color: rgb(45, 45, 45);
  border-radius: 12px;
  width: 100%;
}

.review {
  display: flex;
  justify-content: space-around;
}
.rev-head-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
}
.match-hero__team-score {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
.match-hero-score {
  font-size: 32px;
  font-family: Impact;
}
.teams-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    justify-content: center;
    
  }

  .team-card {
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
    border: 1px solid #222;
    border-radius: 14px;
  
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  }

  .team-card:hover {
    transform: translateY(-6px);
    
  }

  .team-banner {
    width: 100%;
    height: 120px;
    background: #e0ff57b5;
  }

  .team-logo {
    width: 90px;
    height: 90px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #0e0e0e;
  }

  .team-content {
    text-align: center;
    padding: 42px 20px 20px;
  }

  .team-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    color: #fff;
    transition: 0.3s all;
  }
  .team-name:hover{
    color:#e0ff57b5 ;
  }
 

  .team-country {
    color: #aaa;
    font-size: 0.95rem;
    margin-bottom: 16px;
  }

  .team-stats {
    display: flex;
    justify-content: space-around;
    background: #161616;
    border-radius: 8px;
    padding: 10px 0;
    font-size: 0.9rem;
  }

  .team-stats div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .team-stats span:first-child {
    font-weight: 600;
    font-size: 1.1rem;
    color: #e0ff57b5;
  }
  .team-stats div{
    color: #e7e7e7;
  }
.event-match {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background-color: rgb(27, 27, 27);
  border-radius: 12px;
}
.evetn-match-content {
  display: flex;
}
.match-rev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
  justify-content: space-around;
  width: 100%;
}
.match-rev-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  border-style: solid;
  border-radius: 50%;
  border-color: rgb(218, 218, 218);
  border-width: 2px;
  background-color: rgb(27, 27, 27);
}
.bg-rev {
  background-color: rgb(27, 27, 27);
  color: rgb(255, 255, 255);
}
.top-30 {
  top: -30px;
}
.top50 {
  top: 50px;
}
.icon-28 {
  height: 28px;
  width: 28px;
}
.match-rev-stat-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.pag-text {
  display: flex;
  justify-content: space-between;
}
.progress-bar {
  width: 100%;
  height: 10px;
  background: #e1ff57;
  border-radius: 12px;
  position: relative;
  background-color: rgb(142, 168, 26);
}
.bar {
  height: 100%;
  background: #fff;
  border-radius: 12px;
}
.w-46 {
  width: 46%;
}
.w-24 {
  width: 24%;
}
.w-12 {
  width: 12%;
}
/* ========================================
   СОХРАНЯЕМ ВСЕ СУЩЕСТВУЮЩИЕ СТИЛИ
   ======================================== */

.bg-scarlet-gum {
  background-color: rgb(83, 21, 88);
}
.headerr {
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
  display: flex;
}
.h-28px {
  height: 28px;
}
.h-56px {
  height: 56px;
}
.ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.gap-x-12px {
  column-gap: 12px;
}
.res-link {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.text-md {
  font-size: 14px;
}
.uppercase {
  text-transform: uppercase;
}
.text-color-white {
  color: rgb(255, 255, 255);
}
.font-semibold {
  font-weight: 600;
}
.link-hov {
  transition: 0.3s all;
}
.link-hov:hover {
  color: rgb(225, 255, 87);
}
.transition {
  transition: 0.3s all;
}
.py-10px {
  padding-bottom: 10px;
  padding-top: 10px;
}
.bg-gradient-violet {
  background: linear-gradient(180deg, rgba(126,44,230,1) 0%, rgba(89,20,175,1) 100%);;
}
.p-6px {
  padding: 6px;
}
.bg-valentino {
  background-color: rgb(59, 15, 63);
}
.rounded-4px {
  border-radius: 4px;
}
.flex-col {
  flex-direction: column;
}
.h-100{
  height: 100%;
}
.text-sm {
  font-size: 12px;
  line-height: 14px;
}
.font-medium {
  font-weight: 500;
}
.text-ufo-gray {
  color: rgb(152, 152, 152);
}
.w-130px {
  width: 130px;
}
.justify-center {
  justify-content: center;
}
.py-8px {
  padding-bottom: 8px;
  padding-top: 8px;
}
.border-bottom-1px {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}
.border-transparent {
  border-color: rgba(0, 0, 0, 0);
}
.border-eminence {
  border-color: rgb(121, 41, 129);
}
.hover-border-ufo-green:hover {
  border-color: rgb(45, 230, 125);
}
.mt-15px {
  margin-top: 15px;
}
.w-full {
  width: 100%;
}
.py-15px {
  padding-bottom: 15px;
  padding-top: 15px;
}
.border-1px {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(159, 159, 159);
}
.font-italic {
  font-style: italic;
}
.mt-4px {
  margin-top: 4px;
}
.font-bold {
  font-weight: 700;
}
.text-lg {
  font-size: 18px;
}
.text-xs {
  font-size: 10px;
}
.hover-bg-light {
  transition: 0.3s all;
}
.hover-bg-light:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(14, 14, 14);
}
.text-xl {
  font-size: 20px;
}
.gap-y-6px {
  row-gap: 6px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.max-h-555px {
  max-height: 555px;
}
.shrink-0 {
  flex-shrink: 0;
}
.object-cover {
  object-fit: cover;
}
.bg-ufo-80 {
  background-color: rgb(96, 96, 96);
}
.bottom-24px {
  bottom: 24px;
}
.w-400px {
  width: 400px;
}
.text-valentino {
  color: rgb(59, 15, 63);
}
.p-14px {
  padding: 14px;
}
.left-64px {
  left: 64px;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.w-384px {
  width: 384px;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.h-full {
  height: 100%;
}
.mt-24px {
  margin-top: 24px;
}
.items-start {
  align-items: flex-start;
}
.bg-daisy-bush {
  background-color: rgb(89, 20, 175);
}
.py-14px {
  padding-bottom: 14px;
  padding-top: 14px;
}
.h-14px {
  height: 14px;
}
.ml-12px {
  margin-left: 12px;
}
.rounded-tl-12px {
  border-radius: 12px 0px 0px 0px;
}
.mr--30px {
  margin-right: -30px;
}
.z-2 {
  z-index: 2;
}
.overflow-hidden {
  overflow: hidden;
}
.pointer-events-none {
  pointer-events: none;
}
.hover-scale-md {
  transition: 0.3s all;
}
.hover-scale-md:hover {
  transform: scale(1.05);
}
.hover-col-green {
  transition: 0.3s all;
}
.hover-col-green:hover {
  color: rgb(209, 255, 0);
}
.bg-cararra {
  background-color: rgb(235, 235, 235);
}
.py-20px {
  padding-bottom: 20px;
  padding-top: 20px;
}
.gap-x-20px {
  column-gap: 20px;
}
.w-100px {
  width: 100px;
}
.h-40px {
  height: 40px;
}
.object-contain {
  object-fit: contain;
}
.text-nickel {
  color: rgb(115, 115, 115);
}
.text-center {
  text-align: center;
}
.grid {
  display: grid;
}
.grid-template-4col {
  grid-template-columns: repeat(4, 1fr);
}
.pb-24px {
  padding-bottom: 24px;
}
.gap-16px {
  row-gap: 16px;
  column-gap: 16px;
}
.bg-color-white {
  background-color: rgb(255, 255, 255);
  border-color: rgba(225, 255, 87, 0);
}
.rounded-8px {
  border-radius: 8px;
}
.left-10px {
  left: 10px;
}
.h-half {
  height: 50%;
}
.p-16px {
  padding: 16px;
}
.pb-half {
  padding-bottom: 50%;
}
.pb-8px {
  padding-bottom: 8px;
}
.text-color-black {
  color: rgb(0, 0, 0);
}
.mt-6px {
  margin-top: 6px;
}
.lh-18px {
  line-height: 18px;
}
.bottom-10px {
  bottom: 10px;
}
.icon-36px {
  height: 36px;
  width: 36px;
}
.bg-ufo-green {
  background-color: rgb(44, 230, 125);
}
.h-18px {
  height: 18px;
}
.hover-bg-snuff {
  transition: 0.3s all;
}
.hover-bg-snuff:hover {
  background-color: rgb(189, 189, 189);
}
.object-top {
  object-position: 0% 0%;
}
.grid-col-3-5 {
  grid-column: 3/5;
}
.left-16px {
  left: 16px;
}
.bottom-16px {
  bottom: 16px;
}
.py-12px {
  padding-bottom: 12px;
  padding-top: 12px;
}
.border-sonic-silver {
  border-color: rgb(117, 117, 117);
}
.rounded-full {
  border-radius: 250px;
}
.hover-text {
  transition: 0.3s all;
}
.hover-text:hover {
  color: rgb(225, 255, 87);
}
.hover-border:hover {
  border-color: rgb(225, 255, 87);
  border-top-color: rgb(225, 255, 87);
}
.py-36px {
  padding-bottom: 36px;
  padding-top: 36px;
}
.game-stat {

	overflow: hidden;

}

.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;

}

.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(249, 249, 249);
}
.item-game-stat__label {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	line-height: 100%;
  color: #f2f2f2;
}
.item-game-stat__row {
	display: grid;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	grid-template-columns: 1fr 1fr;
}
.item-game-stat__line {
  height: 8px;
  background: #f7f7f7;
  border-radius: 3px;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1s ease-out;
}
.item-game-stat__line.active {
   transform: scaleX(1);
  animation: slideLine 1s forwards ease-out;
}
.item-game-stat__line:last-child {
  background-color: #e1ff57;
}
@keyframes slideLine {
  from {
    transform: scaleX(0);
    opacity: 0.5;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}
.mt-16px {
  margin-top: 16px;
}
.mb-0 {
  margin-bottom: 0;
}
.icon-56px {
  height: 56px;
  width: 56px;
}
.bg-purple-plum {
  background-color: rgb(62, 62, 62);
}
.hover-scale-2xl:hover {
  transform: scale(1.2);
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacts__field {
  display: flex;
  flex-direction: column;
}

.contacts__field label {
  margin-bottom: 5px;
  font-weight: 600;
}

.contacts__field input,
.contacts__field textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  color: #ddd;
}

.contacts__field textarea {
  min-height: 120px;
  resize: vertical;
}

.contacts__btn {
  background: #e7e7e7;
  border: 1px solid #e1ff57;
  color: #212121;
  padding: 12px;

  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.contacts__btn:hover {
  background: #d6d6d6;
}
.h-20px {
  height: 20px;
}
.pt-36px {
  padding-top: 36px;
}
.pb-110px {
  padding-bottom: 110px;
}
.gap-x-16px {
  column-gap: 16px;
}
.mt-40px {
  margin-top: 40px;
}
.rounded-12px {
  border-radius: 12px;
}
.h-59px {
  height: 59px;
}
.w-38px {
  width: 38px;
}
.ml-8px {
  margin-left: 8px;
}
.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}
.bg-eminence {
  background-color: rgb(23, 23, 23);
}
.rounded-left-full {
  border-radius: 100px 0px 0px 100px;
}
.border-cararra {
  border-color: rgb(235, 235, 235);
}
.border-right-2px {
  border-style: solid;
  border-width: 0;
  border-right-width: 2px;
}
.bg-alto {
  background-color: rgb(217, 217, 217);
}
.rounded-right-full {
  border-radius: 0px 100px 100px 0px;
}
.hover-bg-eminence {
  transition: 0.3s all;
}
.hover-bg-eminence:hover {
  background-color: rgb(38, 38, 38);
  color: rgb(248, 248, 248);
  border-color: rgb(225, 255, 87);
  border-style: solid;
}
.hover-text-white:hover {
  color: rgb(255, 255, 255);
}
.border-top-2px {
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
}
.border-alto {
  border-color: rgb(217, 217, 217);
}
.justify-end {
  justify-content: flex-end;
}
.rounded-top-12px {
  border-radius: 12px 12px 0px 0px;
}
.py-40px {
  padding-bottom: 40px;
  padding-top: 40px;
}
.reviews-players .h-59px {
  display: grid;
  grid-template-columns: 0.5fr 2fr 0.5fr 0.5fr 0.5fr 0.5fr;
  gap: 8px;
}

.bg-gray {
  background-color: rgb(32, 32, 32);
}
.mt-10px {
  margin-top: 10px;
}
.w-70per {
  width: 70%;
}
.top--20px {
  top: -20px;
}
.h-full-20px {
  height: calc(100% + 20px);
}
.hover-translate-y-md:hover {
  transform: translateY(-15px);
}
.icon-40px {
  height: 40px;
  width: 40px;
}
.w-60px {
  width: 60px;
}
.pb-40px {
  padding-bottom: 40px;
}
.w-80px {
  width: 80px;
}
.pl-25px {
  padding-left: 25px;
}
.pl-60px {
  padding-left: 60px;
}
.text-sea-green {
  color: rgb(46, 139, 87);
}
.bg-feijoa {
  background-color: rgb(162, 204, 144);
}
.w-30px {
  width: 30px;
}
.bg-fuzzy-wuzzy-brown {
  background-color: rgb(187, 85, 85);
}
.bg-earth-yellow {
  background-color: rgb(229, 176, 94);
}
.text-crayola-red {
  color: rgb(237, 24, 70);
}
.rounded-bottom-12px {
  border-radius: 0px 0px 12px 12px;
}
.w-200px {
  width: 200px;
}
.h-80px {
  height: 80px;
}
.text-4xl {
  font-size: 36px;
}
.h-32px {
  height: 32px;
}
.w-450px {
  width: 450px;
}
.w-22px {
  width: 22px;
}
.h-120px {
  height: 120px;
}
.h-340 {
  height: 440px;
}
.h-250 {
  height: 250px;
  object-fit: contain;
}
.bg-black {
  background: #000;
}

.mb-24 {
  margin-bottom: 24px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.pt-b-14 {
  padding-bottom: 14px;
  padding-top: 14px;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}
.gap-24 {
  grid-gap: 24px;
}
.fz-14 {
  font-size: 14px;
}
.fz-18 {
  font-size: 18px;
}
.fz-24 {
  font-size: 24px;
}
.fz-48 {
  font-size: 48px;
}
.fz-80 {
  font-size: 80px;
}
.flex-1 {
  flex-grow: 1;
}
.mt-auto {
  margin-top: auto;
}
.mb-12 {
  margin-bottom: 12px;
}
.mt-30px {
  margin-top: 30px;
}
.pl-40px {
  padding-left: 40px;
}
.list-style-disc {
  list-style-type: disc;
}
.text-scarlet-gum {
  color: rgb(225, 255, 87);
}
.hover-decoration-none:hover {
  text-decoration: none;
}
.hover-opacity-60 {
  transition: 0.3s all;
}
.hover-opacity-60:hover {
  opacity: 0.6;
}
.gap-y-3px {
  row-gap: 3px;
}
.gap-x-40px {
  column-gap: 40px;
}
.gap-x-6px {
  column-gap: 6px;
}
.py-4px {
  padding-bottom: 4px;
  padding-top: 4px;
}
.team_news .justify-between.mt-auto.items-center{
  justify-content: flex-start;
  gap: 12px;
}
.hover-col-main {
  transition: 0.3s all;
}
.hover-col-main:hover {
  color: rgb(109, 109, 109);
}
.active-link {
  color: rgb(225, 255, 87);
}
.boreder-bott {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(55, 55, 55, 0.7);
}
.active-calendar {
  background-color: rgb(18, 18, 18);
  border-color: rgb(225, 255, 87);
  color: #fff;
}
.calendar-date {
  transition: 0.3s all;
}
.calendar-date:hover{
 background-color: rgb(18, 18, 18);
  border-color: rgb(225, 255, 87);
  color: #fff;
}
.revers {
  flex-direction: row-reverse;
}
.arround {
  justify-content: space-around;
}
.footer-wrapp {
  background-color: rgb(34, 34, 34);
}
.team-wrapp {
  background-image: url('../images/ad69e39f8647a7d01af438ad8e269559.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.hover-light {
  background-color: rgb(32, 32, 32);
  transition: 0.3s all;
}
.hover-light:hover {
  background-color: rgb(56, 56, 56);
}
.table-head {
  display: grid;
  grid-template-columns: 1fr 2fr repeat(7, 1fr);
  padding: 14px;
  background: #fff;
  text-align: center;
}
.tablle {
  overflow-x: auto;
}
.tablle-body {
  background-color: #1a1a1a;
}
.tablle-body-row {
  color: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 1fr 2fr repeat(7, 1fr);
  text-align: center;
  padding: 14px 0;
}
.table-full-head {
  padding: 14px;
  background-color: rgb(58, 58, 58);
}
.col-main {
  color: rgb(225, 255, 87);
}
.btn-live {
  padding: 12px;
  background-color: rgb(23, 23, 23);
}
.post {
  display: flex;
  grid-gap: 32px;
}
.post-l {
  width: 100%;
}
.post-r {
  width: 450px;
  flex-shrink: 0;
}
.post-card {
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.player-l {
  width: 100%;
}
.player-r {
  width: 60%;
}
.player-hero__stats {
  color: rgb(255, 255, 255);
  display: flex;
  grid-gap: 48px;
}
.player-hero__stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.player-hero__stats--single-stat {
  flex: 1;
}
.player-hero__info {
  color: rgb(255, 255, 255);
  padding: 24px;
  background-color: rgba(66, 66, 66, 0.54);
}
.player-strip__content {
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
}
.player-strip__info {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: rgb(45, 45, 45);
  border-radius: 12px;
  width: 100%;
}
.player-strip__info .fz-24{
  font-size: 18px;
}

/* TABLE */

.league-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: #ddd;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.league-table__wrap {
  width: 100%;
  overflow-x: auto; /* Добавляем горизонтальную прокрутку */
  -webkit-overflow-scrolling: touch; /* Для улучшения прокрутки на мобильных устройствах */
  background-color: rgb(255, 255, 255);
}

/* Заголовок таблицы */
.league-table__header {
  background-color: #3a3a3a;
  color: #f2f2f2;
}
.league-table__header .league-table__row .league-table__cell:nth-child(2) {
  text-align: start;
}
.league-table__body {
  background-color: rgb(255, 255, 255);
}
.league-table__body .league-table__row {
  background-color: rgb(255, 255, 255);
}
.league-table__row {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}

.league-table__cell {
  padding: 12px;
  text-align: center;
}
.review .league-table__wrap .league-table__row td:nth-child(2){
  min-width: 190px;
}
.league-table__cell:last-child{
  display: flex;
  gap: 8px;
  justify-content: center;
  
}

/* Стилизация для заголовков */
.league-table__header th {
  font-weight: bold;
  text-transform: uppercase;
}

.league-table__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: capitalize;

  -webkit-transition: color 0.3s ease;

  transition: color 0.3s ease;
  text-align: left;
  color: #1a1a1a;
  text-decoration: none;
}
.league-table__team:hover {
  color: #a1b73e;
}
.league-table__logo {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.league-table__row td:nth-child(3){
min-width: 140px;
}

.league-table__row:nth-child(even):not(
    .league-table__header .league-table__row
  ),
.league-table__row:nth-child(even):not(.league-table__header) td:first-child,
.league-table__row:nth-child(even):not(.league-table__header) td:nth-child(2) {
  background-color: #e7e7e7;
}

/* Стили для полосы прокрутки */
.league-table__wrap {
  width: 100%;
  overflow-x: auto; /* Горизонтальная прокрутка */
  -webkit-overflow-scrolling: touch;
}

/* Изменение внешнего вида полосы прокрутки */
.league-table__wrap::-webkit-scrollbar {
  height: 10px; /* Высота полосы прокрутки */
}

/* Ползунок полосы прокрутки */
.league-table__wrap::-webkit-scrollbar-thumb {
  background-color: #3a3a3a; /* Например, красный цвет для ползунка */
}

/* Фон полосы прокрутки */
.league-table__wrap::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Светлый фон для полосы прокрутки */
}
.league-table__row td:nth-child(2),
.league-table__row td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #3a3a3a;
}

.league-table__header th:first-child,
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #3a3a3a;
}
.league-table__header th:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #3a3a3a;
}
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 80px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #3a3a3a;
}
.league-table__row td:first-child {
  position: -webkit-sticky;
  position: sticky;
  min-width: 52px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}
.left-content .league-table__row td:nth-child(2), .left-content .league-table__header .league-table__row .league-table__cell:nth-child(2){
  min-width: 70px;
  max-width: 70px;
}
.league-table__row td:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 80px;
  padding-right: 12px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
      justify-items: center;
}
.win{
 background-color: rgb(162, 204, 144);
 width: 30px;
 border-radius: 8px;
 display: flex;
 justify-content: center;
 color: #ffffff;
 font-weight: 600;
}
.loss{
background-color: rgb(187, 85, 85);
 width: 30px;
 border-radius: 8px;
 display: flex;
 justify-content: center;
 color: #ffffff;
 font-weight: 600;
}
.draw{
      background-color: rgb(229, 176, 94);
       width: 30px;
 border-radius: 8px;
 display: flex;
 justify-content: center;
 color: #ffffff;
 font-weight: 600;
}
.rev-head-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
}
.match-hero__team-score {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
.match-hero-score {
  font-size: 32px;
  font-family: Impact;
}
.reviews-players .absolute.flex.items-start.justify-center.overflow-hidden.top--20px.h-full-20px .w-70per{
  height: 100%;
}
.h-full-20px{
  right: 0;
  bottom: 0;
}
.event-match {
  padding: 24px;
  background-color: rgb(27, 27, 27);
  border-radius: 12px;
}
.evetn-match-content {
  display: flex;
}

.match-rev-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-style: solid;
  border-radius: 50%;
  border-color: rgb(218, 218, 218);
  border-width: 2px;
  background-color: rgb(27, 27, 27);
}
.bg-rev {
  background-color: rgb(27, 27, 27);
  color: rgb(255, 255, 255);
}
.top-30 {
  top: -30px;
}
.top50 {
  top: 50px;
}
.icon-28 {
  height: 28px;
  width: 28px;
}
.match-rev-stat-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.pag-text {
  display: flex;
  justify-content: space-between;
}
.progress-bar {
  width: 100%;
  height: 10px;
  background: #e1ff57;
  border-radius: 12px;
  position: relative;
  background-color: rgb(142, 168, 26);
}
.bar {
  height: 100%;
  background: #fff;
  border-radius: 12px;
}
.w-46 {
  width: 46%;
}
.w-24 {
  width: 24%;
}
.w-12 {
  width: 12%;
}

.live-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.live-card-item {
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-right-color: rgb(140, 140, 140);
  grid-gap: 12px;
}
.main-news {
  padding-bottom: 40px;
}
.main-news-wrapp {
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5));
}
.col-white{
  color: #fff;
}

/* ========================================
   НОВЫЕ АДАПТИВНЫЕ СТИЛИ
   ======================================== */

/* Базовые стили для всех элементов */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Бургер меню стили */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.burger-line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.burger-menu.active .burger-line:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}

.burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

/* Mobile Navigation */
.nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 250px;
  height: 100vh;
  background-color: #1a1a1a;
  transition: right 0.3s ease;
  z-index: 999;
  overflow-y: auto;
}
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.wellcome{
  position: relative;
  background-image: url('/images/9ddc04cb98f75adc377814dc96022a4e.webp');
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size:cover;
}
.wellcome::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.wellcome-text{
  z-index: 1;
  position: relative;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.wellcome-text h2{
  color: #ededed;
}
.breadcrumbs{
  display: flex;
  gap: 8px;
  color: #e4e4e4;
}
.col-light-gray{
  color: #c1c1c1;
}
.nav-mobile.active {
  right: 0;
}

.nav-mobile-content {
  padding: 40px 20px 40px;
}

.nav-mobile ul {
  list-style: none;
  padding: 0;
}

.nav-mobile li {
  margin-bottom: 16px;
}

.nav-mobile a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  padding: 10px 0;
  transition: color 0.3s;
}

.nav-mobile a:hover,
.nav-mobile a.active {
  color: #e1ff57;
}

/* Overlay */
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 998;
}

.mobile-overlay.active {
  display: block;
}

/* Desktop навигация */
.nav-desktop {
  display: flex;
}

/* ========================================
   MEDIA QUERIES - АДАПТИВ
   ======================================== */

/* Большие экраны */
@media (max-width: 1920px) {
 
}

@media (max-width: 1440px) {
 
}

/* Десктоп */
@media (max-width: 1200px) {
 
  
  .grid-template-4col {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid-col-3-5 {
   display: none;
  }
  
  .gap-x-12px {
    column-gap: 8px;
  }
  
  .text-md {
    font-size: 13px;
  }
  .absolute.flex.items-start.justify-center.overflow-hidden.top--20px.h-full-20px .w-70per{
    width: 100%;
  }
}

/* Планшеты - включаем бургер меню */
@media (max-width: 992px) {

  
  /* Скрываем десктоп навигацию */
  .nav-desktop {
    display: none !important;
  }
  
  /* Показываем бургер меню */
  .burger-menu {
    display: flex;
  }
  
  .nav-mobile {
    display: block;
  }
  
  /* Адаптация сеток */
  .grid-template-4col {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid-col-3-5 {
    grid-column: 1/3;
  }
  
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .main-news .grid-2 div.w-full{
    padding: 0 12px 12px 12px;
  }
  
  .grid2 {
    grid-template-columns: 1fr;
  }
  
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  
  .live-cards {
    grid-template-columns: 1fr 1fr;
  }
  .calendar-match{
    grid-template-columns: 1fr 1fr 1fr;
  }
 
  
  
  

  
 
  
  /* Review страница */

  
  /* Post страница */
  .post {
    flex-direction: column;
  }
  
  .post-r {
    width: 100%;
  }
  
  /* Footer */
 
  
  .footer .flex-col {
    flex: 1 1 calc(50% - 20px);
  
  }
  .event-match{
    overflow: hidden;
  }
  .match-rev{
    overflow-x: scroll;
  
  }
    .match-rev > *{
      flex:0 0 auto;
    }
}
@media(max-width:930px){
  .team-players .absolute.flex.items-start.justify-center.overflow-hidden.top--20px.h-full-20px .w-70per{
    width: 70%;
  }
  .player-hero__stats-item h1.fz-80{
    font-size: 60px;
  }
  .player-hero__stats-item{
    margin-bottom: 12px;
  }
}
@media(max-width:900px){
  .lh-18px span{
    font-size: 14px;
  }
}
@media(max-width:850px){
  .main-table{
    flex-direction: column;
  }
  .main-table-player{
    order: 2;
  }
  .player-strip__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
.player-hero__stats-item h1.fz-80{
font-size: 50px;
  }
  .player-hero__stats-item span{
font-size: 12px;
  }
  .player-hero__stats--single-stat .items-center span:first-child{
font-size: 12px;
  }

}
/* Маленькие планшеты */
@media (max-width: 768px) {
 
  
  /* Текстовые размеры */
  .fz-80 {
    font-size: 60px;
  }
  
  .fz-48 {
    font-size: 36px;
  }
  
  .text-4xl {
    font-size: 28px;
  }
  .video-post-play{
    height: 60px;
    width: 60px;
  }
  .video-post-play img{
    height: 30px;
    width: 30px;
  }
  
  
  
  /* Адаптация сеток */
  .grid-template-4col {
    grid-template-columns: 1fr;
  }
  
  .grid-3 {
    grid-template-columns: 1fr;
  }
  
  .live-cards {
    grid-template-columns: 1fr;
  }
  
  /* Таблицы - горизонтальный скролл */
  .table-head,
  .tablle-body-row {
    min-width: 600px;
  }
  
  .tablle {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Matches */
  .matches-grid {
    grid-template-columns: 1fr;
  }
  
  /* Player stats */
  .player-strip__content {
    flex-direction: column;
  }
  

  
  
  /* Fixed width элементы */
  .w-400px {
    width: 100%;
    max-width: 400px;
  }
  

  
  .w-200px {
    width: 150px;
  }
  
  /* Padding adjustments */
 
  
  .py-40px {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  
  /* Footer адаптация */
  .footer .flex-col {
    width: 100%;
    
    margin-bottom: 20px;
  }
  .player-l .bg-purple-plum{
    width: 40px;
    height: 40px;
  }
  .calendar-match{
    grid-template-columns: 1fr 1fr;
  }
  
 
}
@media(max-width:600px){
  .main-calendar{
    overflow-x: scroll;
  }
  .player{
    flex-direction: column;
  }
  .player-l{
    order:1;
    padding-bottom: 12px;
  }
 .player-r img{
    height: 300px;
       object-position: 0 0;
        object-fit: cover;
  }
  .player-r{
    width: 100%;
     
  }
}
/* Большие телефоны */
@media (max-width: 576px) {
 
  
  /* Header */
  .h-80px {
    height: 60px;
  }
  
  /* Текстовые размеры */
  .fz-80 {
    font-size: 48px;
  }
  
  .fz-48 {
    font-size: 28px;
  }
  
  .fz-24 {
    font-size: 20px;
  }
  
  .text-4xl {
    font-size: 24px;
  }
  
  .text-2xl {
    font-size: 24px;
  }
  
  .text-xl {
    font-size: 16px;
  }
  
  .text-lg {
    font-size: 15px;
  }
  
  /* Padding/Margin adjustments */
  .pt-b-40 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .py-40px {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .mt-40px {
    margin-top: 30px;
  }
  
  .mt-30px {
    margin-top: 20px;
  }
  
  .gap-24 {
    grid-gap: 16px;
  }
  
  .gap-16px {
    gap: 12px;
  }
  
  /* Hero section */
  .h-340 {
    height: 300px;
  }
  
  /* Player hero stats */
  .player-hero__stats {
    gap: 16px;
  }
  
  .player-hero__stats--single-stat {
    flex: 1 1 100%;
  }
  
  /* Width adjustments */
  .w-130px {
    width: 100px;
  }
  
  .w-100px {
    width: 80px;
  }
  
  .w-80px {
    width: 60px;
  }
  
  .w-60px {
    width: 50px;
  }
  
  /* Calendar dates */
  .gap-x-6px {
    column-gap: 4px;
    
  }
  
  .gap-x-6px > a {
    flex: 1 1 calc(20% - 4px);
    min-width: 60px;
  }
  
  /* Live cards */
  
  
 .live-card{
  padding: 12px;
 }
 .btn-live{
  font-size: 12px;
 }
 .live-card-item img{
  height: 40px;
  width: 40px;
 }
 .mc-filter__dates, .mc-filter__dates-slider-wrapper{
  gap: 8px;
 }
  
  .live-card-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .review{
    flex-direction: column;
    gap:16px;
  }
  .match-rev .icon-28{
    width: 20px;
    height: 20px;
  }
   .evetn-match-content .h-56px{
      width: 30px;
      height: 30px;
    }
    .mc-filter__dates-slider-wrapper{
      overflow-x: scroll;
    }
    .mc-filter__dates-slider{
      overflow: hidden;
    }
    .filter_dates_btn{
      flex: 0 0 auto;
    }
    .mc-filter__dates, .mc-filter__dates-slider-wrapper{
      width: 90%;
    }
    .filter_dates_btn{
      font-size: 12px;
      width: 100px;
    }
    .empty_match{
      font-size: 18px;
    }
    .empty_match img{
      width: 30px;
      height: 30px;
    }
    .contacts{
      flex-direction: column;
    }
    .calendar-match{
    grid-template-columns:1fr;
  }
}

/* Средние телефоны */
@media (max-width: 480px) {
  /* Текст */
  .fz-80 {
    font-size: 40px;
  }
  
  .fz-48 {
    font-size: 24px;
  }
  
  .fz-24 {
    font-size: 18px;
  }
  .player-l .gap-16px.mt-16px.flex{
    flex-direction: column;
  }
  .player-hero__stats{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .player-hero__stats--single-stat:last-child{
grid-column: 1/-1;
justify-items: center;
  }
  
  /* Скрываем некоторые элементы в таблицах */
  .table-head span:nth-child(n+5),
  .tablle-body-row span:nth-child(n+5) {
    display: none;
  }
  
  .table-head,
  .tablle-body-row {
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
    min-width: auto;
  }
  
  /* News cards */
  .news-card-title {
    font-size: 14px;
    line-height: 1.3;
  }
  
  /* Match info */
  .match-info .score {
    font-size: 16px;
  }
  
  /* Post cards */
  .post-card {
    padding: 10px;
  }
  .footer .footer-cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .team-players .absolute.flex.items-start.justify-center.overflow-hidden.top--20px.h-full-20px .w-70per{
    width: 100%;
    height: 100%;
  }
 

.w-130px{
  width: 40px;
}
.reviews-players .h-59px{
  font-size: 14px;
}
}
@media(max-width:420px){
  .grid2 .flex.gap-x-16px.mt-10px{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .py-40px{
    padding: 12px;
  }
}
/* Маленькие телефоны */
@media (max-width: 360px) {
 
  
  /* Header */
  .h-80px {
    height: 50px;
  }
  
  .pt-b-14 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  /* Текст */
  .fz-80 {
    font-size: 36px;
  }
  
  .fz-48 {
    font-size: 20px;
  }
  
  .text-4xl {
    font-size: 20px;
  }
  .reviews-players .h-59px{
    font-size: 12px;
  }
  
  
  
  /* Burger menu */
  .nav-mobile {
    width: 90%;
  }
  
  /* Кнопки и ссылки */
  .px-20px {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .py-15px {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  
  /* Calendar */
  .gap-x-6px > a {
    flex: 1 1 calc(33.33% - 4px);
  }
  .team-players .absolute.flex.items-start.justify-center.overflow-hidden.top--20px.h-full-20px .w-70per{
 
    transform: translateY(46px);
    height: auto;
  }
}

/* Минимальный экран 320px */
@media (max-width: 320px) {
  /* Текст минимальные размеры */
  .fz-80 {
    font-size: 32px;
  }
  
  .fz-48 {
    font-size: 18px;
  }
  
  .fz-24 {
    font-size: 16px;
  }
  
  .text-lg {
    font-size: 14px;
  }
  
  .text-md {
    font-size: 12px;
  }
  
  .text-sm {
    font-size: 11px;
  }
  
  /* Минимальные отступы */
  .p-16px {
    padding: 12px;
  }
  
  .p-14px {
    padding: 10px;
  }
}

/* Горизонтальная ориентация телефонов */
@media (max-height: 500px) and (orientation: landscape) {
  .nav-mobile {
    overflow-y: auto;
  }
  
 
  
  .h-340 {
    height: 200px;
  }
}

/* Печать */
@media print {
  .burger-menu,
  .nav-mobile,
  .mobile-overlay,
  .footer-wrapp {
    display: none !important;
  }
  
  
  
  .bg-black {
    background: white;
    color: black;
  }
  
  .text-color-white {
    color: black;
  }
}

/* Доступность - reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .border-1px {
    border-width: 2px;
  }
  
  .text-ufo-gray {
    color: #ccc;
  }
  
  .hover-col-green:hover {
    color: #ffff00;
  }
}
