@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.slider-1 .splide__list{
display: flex;
flex-direction: column;
}
.slider-2 .splide__list{
display: grid;
grid-template-columns: 1fr 1fr;
transform: none;
gap: 16px;
}
.splide__pagination{
  position: relative !important;
  margin-top: 24px !important;
}
.splide__pagination__page.is-active{
  background: #ffd900 !important;
  opacity: 1 !important;
}
body {
 font-family: "Montserrat", sans-serif;
 color: #272727;

}

h2 {
   font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 500;
}
h4 {
 font-family: "Montserrat", sans-serif;

  font-size: 20px;
  font-weight: 500;
}

p {
  font-family: "Montserrat", sans-serif;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #343434;
}

.header-wrapp {
  background: #000;
}
.ccontainer {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 16px;
}
.header-link-logo {
 
  height: 60px;
}
.res-list {
  padding-left: 0;
  list-style: none;
}
.header-nav-list {
  display: flex;
  grid-gap: 4px;
}
.header-nav-list:hover {
  color: rgb(255, 255, 255);
}
.header-nav-list-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  transition: 0.3s all;
  border-radius: 4px;
}
.header-nav-list-link:hover {
  background: #fff;
  color: rgb(35, 32, 32);
}
.res-link {
  text-decoration: none;
}
.col-white {
  color: rgb(255, 255, 255);
}
.mc-filter__block {
  padding: 24px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 24px;
  gap: 12px;
}
.filter_dates_btn.btn_now_date {
  padding: 6px 12px;
  border-radius: 14px;
  background-color: #fd0005;
  color: #f0f0f0;
}
.filter_dates_btn {
  padding: 6px 12px;
  border-radius: 14px;
  background-color: #212121;
  color: #f9f9f9;
  transition: 0.3s all;
}
.mc-filter__dates,
.mc-filter__dates-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter_dates_btn:not(.filter_dates_btn.btn_now_date):hover {
  background-color: #1b1a1a;
}
.filter__dates-arrow_img{
  width: 30px;
  height: 30px;
}
.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: 0;
  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: #fd0005;
}
.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: #fd0005;
  color: black;
}



.calendar-controls select {
background: #000;
}
#calendarDays .week {
  display: flex;
  justify-content: space-between;
 
}
#calendarDays .day {
    width: 30px;
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    cursor: pointer;
}

#calendar {
  position: absolute;
  top: 35px;
  left: -941%;
  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: #fd0005;
  color: black;
}
.empty_match{
  padding-top: 40px;
  color: #191919;
  grid-column: 1/-1;
  width: 100%;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-32{
  padding-top: 32px;
}
.pb-32{
  padding-bottom: 32px;
}
.active-link {
  background: #fff;
  color: rgb(32, 30, 30);
}
.island-wrapp {
  background: #000;
  padding-bottom: 30px;
  padding-top: 30px;
}
.island-cards {
  display: flex;
  grid-gap: 24px;
}
.island-card {
  display: block;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  height: 220px;
}
.mb-50 {
  margin-bottom: 30px;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #fd0005;
  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;
}
.island-card-img {
  width: 100%;
  transition: 0.3s all;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.island-card-img:hover {
  scale: 1.1;
}
.info-wrap {
  background: #000;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-top: 6px;
  padding-right: 24px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  bottom: 20%;
  transform: translateY(50%);
  font-size: 14px;
}
.upper {
  text-transform: uppercase;
  font-weight: 600;
}
.fz-14 {
  font-size: 14px;
}
.island-carrd {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  transition: 0.3s all;
  width: 100%;
}
.island-carrd h4{
  font-size: 16px;
}
.team-card-info-text-item h5{
font-size: 12px;
color: #b9b9b9;
margin-bottom: 8px;
}
.team_info-box div > span:first-child{
color: #b9b9b9;
font-size: 12px;

}
.island-carrd:hover {
  color: rgba(0, 0, 0, 0);
}
.hover-col-red {
  transition: 0.3s all;
}
.hover-col-red:hover {
  color: rgb(253, 0, 5);
}
.play-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s all;
}
.play-icon:hover {
  scale: 1.1;
}
.main {
  display: flex;

  grid-gap: 24px;
}
.main_results {
  overflow: hidden;
}
.main_right-wrapp {
  width: 100%;
  display: flex;
  gap: 24px;
}
.results_wrapp .review-content {
  width: 100%;
}
.pagination-dots {
  text-align: center;
  margin-top: 12px;
  display: none;
  /* по умолчанию скрыта */
}
.pagination-dots button {
  border: none;
  background-color: #ccc;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.pagination-dots button.active {
  background-color: #ffd900;
}
.main-right {
  width: 100%;
 
  overflow: hidden;
}
.main_results {
  width: 100%;
}
.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;
  }

.main-left {
  width: 100%;
  display: flex;
  grid-gap: 40px;
  position: sticky;
  top: 0;
  justify-content: flex-end;
}
.main-left:hover {
}
.title {
  padding-bottom: 12px;
  border-style: solid;
  border-width: 0;
  border-color: rgb(253, 0, 5);
  border-bottom-width: thick;
  width: 300px;

}
.main-right-cards {
  grid-gap: 24px;
  display: flex;
}
.main-right-cards:hover {
}
.main-right-card {
  position: relative;
  width: 100%;
  margin-bottom: 133px;
}
.main-right-card-link {
  overflow: hidden;
  display: flex;
  height: 360px;
}
.w-100 {
  width: 100%;
}
.news-info {
  position: absolute;
  bottom: -100px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid;
  border-color: rgb(245, 245, 245);
  box-shadow: 0px 0px 5px 0px rgb(93, 93, 93);
  height: 200px;

}
.first-cards .news-info{
  width: 100%;
}
.news-info h3{
  font-size: 18px;
  margin-bottom: 8px;
}
.news-info span{
  font-size: 14px;
}

.scale-img {
  transition: 0.3s all;
}
.scale-img:hover {
  scale: 1.1;
}
.mb-24 {
  margin-bottom: 24px;
}
.h-100 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-col-first {
  
}
.main-col-first-box {
  display: flex;
  flex-direction: column;
}
.first-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.first-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
}

.first-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.first-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.first-card-small img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.first-card:hover .first-card-small img {
  transform: scale(1.05);
}

.first-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-category {
  font-size: 12px;
  color: #fd0005;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.first-card-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.card-date {
  font-size: 12px;
  color: #888;
}

.main_r_sticky {
  position: relative;
  background: #000;
}
.main-col-second {
  position: sticky;
  top: 0;
 padding-bottom: 40px;
  max-width: 104px;
  width: 104px;
  max-height: 100%;
  height: auto;
  padding-left: 0;
  padding-top: 14px;
}
.main-col-second p{
  color: #fff;
  transition:0.3s all;
}
.main-col-second p:hover{
   color: #fd0005;
}
.breadcrumbs{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.col-light-gray{
  color: #888;
}
.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.ellipsis-twoline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.main-col-first-title {
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  background: #000;
  color: rgb(252, 252, 252);
  font-weight: 600;
  border-radius: 4px;
  width: 100px;
  text-align: center;
}
.lives-card {
  border: 1px solid #444444
}
.lives-card:hover {
}
.lives-card-top {
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  display: flex;
  background: #fd0005;
  justify-content: space-between;
}
.lives-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.icon-40 {
  width: 40px;
  height: 40px;
}
.col-black {
  color: rgb(23, 22, 22);
}
.coll,
.footer_coll {
  display: flex;
  flex-direction: column;
}
.al-center {
  display: flex;
  align-items: center;
}
.btn-live {
  font-size: 12px;
  transition: 0.3s all;
}
.btn-live:hover {
  background: #000;
}
.just-center {
  justify-content: center;
}
.pl-r-24 {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
}
.pt-b-12 {
  padding-bottom: 12px;
  padding-top: 12px;
}
.bg-white {
  background: #fff;
}
.text-center {
  text-align: center;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16{
  margin-bottom: 16px;
}
.mb-32{
  margin-bottom: 32px;
}
.mb-8{
  margin-bottom: 8px;
}
.first-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.first-card:last-child {
  margin-bottom: 0;
}
.first-card-small {
  display: block;
  overflow: hidden;
  height: 100px;
}
.icon-30 {
  width: 30px;
  height: 30px;
}
.trophies-block {
  background: #111;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  color: white;
  
 
}

.trophies-title {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.trophies-list {
  display: flex;
  gap: 20px;

  justify-content: center;
}

.trophy {
  display: flex;
  flex-direction: column;
  background: #1a1a1a;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
 width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.trophy:hover {
  transform: scale(1.05);
}

.trophy img {
 height: 200px;
  object-fit: contain;
  margin-bottom: 10px;
}

.trophy-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.trophy-year {
  font-size: 12px;
  color: #ccc;
}

.gap-8 {
  grid-gap: 8px;
}
.between {
  justify-content: space-between;
}
.pl-r-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.stats-pag-link {

  padding-bottom: 10px;
  color: #4a4a4a;
  font-size: 12px;
}
.stats-pag{
display: flex;
gap: 24px;

}
.stats-pag-link:hover {
  border-color: rgb(255, 217, 0);
  border-style: solid;
  border-width: 0;
  border-bottom-width: thick;
}
.stats-pag-link-active {
  border-style: solid;
  border-width: 0;
  border-bottom-width: thick;
  border-color: rgb(255, 217, 0);
}
.col-win {
  color: rgb(76, 183, 0);
}
.col-red {
  color: rgb(216, 2, 2);
}
.relat {
  position: relative;
}
.w-40 {
  width: 40%;
}
.results {
  padding-top: 32px;
}
.lives-card-body-score{
  font-size: 14px;
}
.lives-card-body a h5, .lives-card-body h3{
font-size: 14px;
}
.lives-card-top span{
font-size: 12px;
}

.resuts-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.bg-black {
  background: #000;
}
.section-wrapp {
  background: #000;
}
.section {
  padding-bottom: 40px;
  padding-top: 40px;
}
.video-cards {
  display: flex;
  align-items: stretch;
  grid-gap: 24px;
}
.video-video-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.video-video-cards .island-card {
  margin-bottom: 0;
}
.teams {
  padding-bottom: 40px;
  overflow: hidden;
}
.teams-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.teams-card {
  display: flex;
  border: 2px solid;
  border-radius: 12px;
  border-color: rgb(190, 2, 2);
  flex-direction: column;
}
.teams-card .coll{
  align-items: flex-end;
}
.team-card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-top: 24px;
  padding-right: 12px;
  padding-left: 12px;
}
.team-card-info-text {
  display: flex;
  justify-content: center;
}
.team-card-info-text-item {
  padding-left: 12px;
  border-style: solid;
  border-width: 0;
  border-left-width: 3px;
  border-color: rgb(204, 0, 0);
  text-align: center;
  padding-right: 12px;
}
.teams-link {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  width: 200px;
}
.gap-24 {
  grid-gap: 24px;
}
.btn-team {
  color: rgb(255, 255, 255);
  transition: 0.3s all;
}
.btn-team:hover {
  color: rgb(211, 0, 0);
  background: #fff;
}
.around {
  justify-content: space-around;
}
.footer {
  align-items: center;
  padding-top: 20px;
}
.footer-social {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
  width: 100%;
}
.wellcome {
  padding-bottom: 24px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news {
}
.pagination {
  display: flex;
  justify-content: center;
  grid-gap: 24px;
}
.pag-btn {
  background: #000;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  transition: 0.3s all;
}
.pag-btn:hover {
  background: #fd0005;
}
.pag-btn-active {
  background: #fd0005;
}
.live {
  padding-bottom: 40px;
  padding-top: 40px;
}
.live-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
.videos {
  padding-bottom: 40px;
  padding-top: 40px;
}
.videos-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.videos-content {
  padding-top: 30px;
}
.calendar {
  padding-top: 40px;
  padding-bottom: 40px;
}
.calendar_wrapp,
.live_wrapp,
.live_wrapp .review-content {
  width: 100%;
}
.live_wrapp .review-content {
  padding-top: 30px;
}
.calendar-cards {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.calendar-card-text div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.calendar-top {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 34px;
}
.calendar-top-nav {
  font-size: 24px;
}
.calendar-card {
  display: grid;
  grid-template-columns: 0.5fr 2fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  border-style: solid;
  border-color: rgb(255, 0, 0);
  border-width: medium;
}
.calendar-card-num {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 8px;
  padding-top: 8px;
   padding-left: 12px;
    padding-right: 12px;
  background-color: rgb(225, 0, 0);
  height: 100%;
  justify-content: center;
}
.calendar_team span {
  display: inline-block; /* или block, зависит от ситуации */
  max-width: 110px; /* ограничиваем ширину */
  white-space: nowrap; /* запрещаем перенос строк */
  overflow: hidden; /* скрываем лишний текст */
  text-overflow: ellipsis; /* добавляем три точки */
}
.calendar-card-body {
  width: 100%;
}
.revers {
  flex-direction: row-reverse;
}
.calendar-card-body-info {
  display: grid;
 grid-template-columns: 3fr 1fr 3fr;
 align-items: center;
 justify-items: center;
  grid-gap: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.results_body a {
  display: flex;
  flex-direction: column-reverse;
}
.results_body a .icon-70{
  width: 40px;
  height: 40px;
}
.calendar-card-body-info
.icon-70 {
  height: 70px;
  width: 70px;
}
.calendar-card-body-info .fz-34{
  font-size: 24px;
}
.calendar-card-text {
  text-align: center;
  border-style: dotted;
  border-width: 0;
  border-right-width: 2px;
  border-left-width: 2px;
  border-color: rgb(255, 0, 0);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calendar_team {
  flex-direction: column;
  align-items: center;
}
.calendar_team .icon-70{
width: 50px;
height: 50px;
}
.fz-34 {
  font-size: 34px;
}
.bg-grey {
  background-color: rgb(79, 79, 79);
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}
.footer-top-list {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.result {
  padding-bottom: 40px;
  padding-top: 40px;
}
.result-cards {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.border-win {
  border-style: solid;
  border-width: 0;
  border-bottom-width: medium;
  border-color: rgb(42, 154, 2);
}
.grid3 {
  grid-template-columns: 0.5fr 2fr 1fr;
}
.history {
  padding-bottom: 40px;
  padding-top: 40px;
}
.icon-100 {
  width: 100px;
  height: 100px;
}
.team {
  padding-bottom: 40px;
  padding-top: 40px;
}
.teamm {
  padding-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
}
.team-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.team-top img {
  height: 100%;
}
.cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.team-player-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.team-player-card {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgb(120, 120, 120);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.team-player-card:hover {
}
.team-player-card-link {
  display: block;
}
.teams_score_box .upper{
  font-size: 12px;

}
.player-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.81);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
  opacity: 0;
  transition: 0.4s all ease;
  cursor: pointer;
}
.player-desc:hover {
  opacity: 1;
}
.fz-24 {
  font-size: 24px;
}
.h-450 {
  height: 450px;
}
.contact {
  padding-bottom: 32px;
  padding-top: 32px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.contact-top-card-icon{
  width: 30px;
  height: 30px;
}
.contact-top-card h2{
  font-size: 18px;
  text-align: center;
}
.contact-top {
  display: flex;
  align-items: stretch;
  grid-gap: 24px;
}
.contact-form label {
  display: block;
  margin-bottom: 6px;
font-size: 12px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #3cb3c3;
  outline: none;
}
.contacts-box{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background: #fd0005;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #bf0003;
}
 .team-top {
     display: flex;
     align-items: center;
     padding-bottom: 12px;
     padding-left: 12px;
     padding-right: 12px;
     padding-top: 12px;
     border-style: solid;
     border-radius: 12px;
     border-width: 1px;
     border-color: rgb(193, 193, 193);
}
.contact-top-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.review {
  padding-bottom: 40px;
}
.review-content-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.review-content-card {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  box-shadow: 0px 0px 10px 0px rgb(138, 136, 136);
  width: 100%;
}
.review-content-card-top {
  padding-bottom: 24px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: thick;
  border-color: rgb(255, 11, 11);
}
.review-content-card-top-teams {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.review-content-card-top-teams h2{
  font-size: 24px;
}
.review-card-footer-row h4{
  font-size: 12px;
}
.review-card-footer h3{
  font-size: 18px;
}
.icon-55 {
  height: 55px;
  width: 55px;
}
.review-card-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-color: rgb(255, 11, 11);
  border-bottom-width: thick;
}
.review-card-footer {
  padding-bottom: 24px;
  padding-top: 24px;
}
.review-card-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.player {
  padding-bottom: 40px;
  padding-top: 40px;
}
.player-top {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 24px;
}
.card-player {
  background-color: rgb(0, 0, 0);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.player-info {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background: #000;
}
.player-info-content {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 24px;
}
.player-info-content-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player-info-content-row .fw-600{
font-size: 12px;
color: #c6c6c6;
}
.player-info-content-row span:last-child{
  font-size: 16px;
}
.fw-600 {
  font-weight: 600;
}
.player-about {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background: #000;
}
.h-450px {
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* TABLE */

.league-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: #ddd;
  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: #242424;
  color: #ffffff;
}
.league-table__header .league-table__row .league-table__cell:nth-child(2) {
  text-align: start;
  background-color: #242424;
}
.league-table__body {
  background-color: rgb(255, 255, 255);
}
.league-table__body .league-table__row {
  background-color: #eaeaea;
}
.league-table__row {
  transition: background-color 0.3s ease;
  position: relative;
  border-bottom: 1px solid #bdbdbd;
}
.league-table__header th:nth-child(3){
  text-align: left;
}

.league-table__cell {
  padding: 12px;
  text-align: center;
}

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

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

  transition: color 0.3s ease;
  text-align: left;
  color: #050505;
  text-decoration: none;
}
.league-table__team:hover {
  color: #ffc52a;
}
.league-table__logo {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Стили для полосы прокрутки */
.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: #000000; /* Например, красный цвет для ползунка */
}

/* Фон полосы прокрутки */
.league-table__wrap::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Светлый фон для полосы прокрутки */
}

.league-table__row td:first-child {
  position: sticky;
  left: 0;
  background-color: #000000;
}

.league-table__header th:first-child
 {
  position: sticky;
  left: 0;
  background-color: #242424;
}
 .league-table__header th:first-child {
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #242424;
}
/* .league-table__header th:nth-child(2) {
  position: sticky;
  min-width: 140px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #242424;
  border-bottom: 1px solid #2f2f2f;
} */
/* .league-table__row td:first-child {
  position: sticky;
  min-width: 52px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #2f2f2f;
} */
/* .league-table__row td:nth-child(2) {
  position: sticky;
  min-width: 140px;
  padding-right: 12px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #2f2f2f;
}  */
/* Первая колонка (#) */
.league-table__row td:first-child,
.league-table__header th:first-child {
  position: sticky;
  left: 0;
  min-width: 52px;
  background-color: #eaeaea;
  z-index: 2;
}
.league-table__header th:first-child{
  background-color:#242424;
}

/* Вторая колонка (только логотип) */
.league-table__logo-col,
.league-table__header th:nth-child(2) {
  position: sticky;
  left: 52px; /* ширина первой колонки */
  min-width: 52px;
  background-color: #eaeaea;
  z-index: 2;
  text-align: center;
}

/* 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: #fcfcfc;
}
.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%;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      -33.333%
    ); /* половина, потому что 2 одинаковых блока */
  }
}

/* Адаптивность для мобильных экранов */

@media (max-width: 1310px) {
  .main {
    flex-direction: column;
  }
  .lives-cards {
    display: flex;
    gap: 24px;
  }
  .main_coll_box {
    width: 100%;
    overflow: hidden;
    padding-top: 8px;
    margin-bottom: 32px;
  }

  .main-left {
    justify-content: flex-start;
  }
  .main-col-first {
    width: 100%;
    padding-top: 0;
  }
  .lives-card {
    width: 100%;
  }
  .first-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .slider-1 .splide__list {
    flex-direction: row;
  }
}
@media (max-width: 1200px) {
  .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: #060606;
    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);
  }
  .player-top {
    grid-template-columns: 1fr 1fr;
  }
  .player-about {
    grid-column: 1/-1;
  }
}
@media (max-width: 1100px) {
  .island-cards {
    overflow-x: scroll;
  }
  .island-cards::-webkit-scrollbar{
    height: 3px;
  }
  .island-cards::-webkit-scrollbar-thumb{
    background: #fd0005;
    border-radius: 10px;
  }
  .island-cards::-webkit-scrollbar-track{
    background: #000;
  }
  .top_island_card {
    flex: 0 0 auto;
    max-width: 200px;
  }
  .main-col-first {
    overflow: hidden;
  }
  .footer-list {
    grid-template-columns: 1fr 1fr;
  }
  .news_lives-cards {
    margin-bottom: 12px;
  }
  .live-cards {
    grid-template-columns: 1fr 1fr;
  }
  .teams_page-cards .teams-link {
    width: 120px;
    height: 120px;
  }
  .teams_page-cards .btn-team {
    padding: 6px 12px;
  }
  .teams_page-cards {
    gap: 12px;
  }
  .teams_page-cards h5 {
    font-size: 14px;
  }
  .teams_page-cards h4 {
    font-size: 16px;
  }
  .teams_score_box div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .teams_page-cards .teams-link {
    padding: 12px;
  }
}
@media(max-width:1020px){
  .calendar-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .calendar-card-body-info{
    padding: 0 12px;
  }
  .calendar-card{
    padding-bottom: 12px;
  }
}
@media (max-width: 1000px) {
  .stats-pag {
    overflow-x: scroll;
   
  }
  .main_resuts-cards {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .main_resuts-cards::-webkit-scrollbar {
  height: 3px;
  }
  .main_resuts-cards::-webkit-scrollbar-thumb {
    background: #fd0005;
    border-radius: 10px;
  }
  .main_resuts-cards::-webkit-scrollbar-track {
    background: #000;
  }
  #paginationDots {
    display: block;
  }
  .main_coll_box .lives-card {
    margin-bottom: 0;
  }
  .footer-social {
    flex-direction: column-reverse;
    padding-bottom: 12px;
  }
  .stats-pag-link{
  
  }
.teams-link{
  width: 150px;
  height: 150px;
}
}
@media (max-width: 960px) {
  .news_lives-cards {
    overflow-x: scroll;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
  .news_lives-cards .lives-card {
    flex: 0 0 auto;
    max-width: 300px;
  }
  .news_lives-cards::-webkit-scrollbar {
    display: none;
  }
  .player_news {
    overflow-x: scroll;
  }
  .player_news .main-right-card {
    flex: 0 0 auto;
    max-width: 300px;
  }
}
@media (max-width: 950px) {
  .main-teams-cards {
    display: flex;
  }
  #paginationDots1 {
    display: block;
  }
 
  .slider-2 .splide__list{
display: flex;
transform: initial;

gap: 0;
}
.teams-link{
  width: 130px;
  height: 130px;
}
.teams-card > div:first-child {
  padding: 0 12px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
}
.lives-card-top{
  font-size: 12px;
}
}
@media (max-width: 920px) {
  .video-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .calendar-card-text {
    padding: 10px 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top: 1px dashed #f00;
    border-bottom: 1px dashed #f00;
  }
  .calendar-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .calendar-card-num {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
   
  }
  .calendar_btn {
    padding-bottom: 10px;
  }
  .calendar_btn_wrapp {
    width: 100%;
  }
  .team-player-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .teams_page-cards .team-card-info-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .team_info-box div{
    flex-direction: column;
    align-items: center;
  }
  .teams-card h3{
    font-size: 22px;
  }
}
@media (max-width: 850px) {
  .contact-top {
    flex-direction: column;
  }
  .team-top {
    display: flex;
    flex-direction: column-reverse;
  }
  .filter_dates_btn{
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .main_right-wrapp {
    flex-direction: column;
  }
  .team-card-info-text{
    justify-content: space-between;
  }

  .main-col-second {
    display: flex;
    max-width: 100%;
    width: 100%;
    align-items: center;
    padding-left: 56px;
    padding-right: 67px;
    padding-top: 0;
    padding-bottom: 0;
    gap: 24px;
    overflow-x: scroll;
    padding-bottom: 12px;
  }
  .main_r_sticky {
    padding: 0 12px;
    padding-right: 115px;
    margin-left: -100px;
    margin-right: -100px;
  }
  .main-col-second ul {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    gap: 24px;
  }
  .main-col-second ul li,
  .main-col-second ul li p,
  .main-col-second div {
    margin-bottom: 0;
  }
  .main-col-second ul li:not(:first-child) {
    flex: 0 0 auto;
  }
  .main-col-second ul:first-child li:not(:first-child) {
    width: -moz-max-content;

    width: max-content;
  }
  .main-col-second ul li a {
    flex-direction: row;
    gap: 10px;
  }
  .main-col-second ul li img {
    margin-bottom: 0;
  }
  .main-col-second span {
    display: none;
  }
  .main-col-second ul:last-child {
    padding-right: 50px;
  }
  .ccontainer {
    overflow: hidden;
  }
  .news_main-right,
  .videos-content {
    padding-top: 0;
  }
  .live_wrapp .review-content {
    padding-top: 0;
  }
  .card-player img {
    height: 400px;
  }
  .post .pt-32:first-child{
    padding-top: 0;
  }
  .post.main{
    gap: 0;
  }

  .post .main-right,
  .teamss .main-right {
    padding-top: 0;
  }
  .main-right {
    padding-top: 0;
  }
  .contact{
    grid-template-columns: 1fr;
  }
  .review-content-card-top-teams .icon-55{
    width: 40px;
    height: 40px;
  }
  .review .pt-32{
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer_coll:first-child {
    grid-column: 1/ -1;
    align-items: center;
    margin-bottom: 16px;
  }
  .footer_coll a {
    font-size: 14px;
  }
  .footer-social {
    font-size: 13px;
  }
  .footer-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-social .icon-40 {
    width: 30px;
    height: 30px;
  }
  .footer-list {
    width: 100%;
    justify-content: space-between;
  }
  .main-right-card-link {
    height: 200px;
  }
  .news-info {
    padding: 12px;
  }
  .news-info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-info {
    height: 150px;
  }
  .calendar-cards {
    gap: 16px;
  }
  .news .first-cards{
grid-template-columns: 1fr;
  }
  .video-video-cards{
    overflow-x: scroll;
  }
  .video-video-cards .island-carrd{
    min-width: 200px;
  }
}
@media (max-width: 650px) {
  .main-col-second img {
    width: 30px;
    height: 30px;
  }
  .main-col-second p {
    font-size: 12px;
  }
  .news-info h3 {
    font-size: 18px;
  }
  .news-info span {
    font-size: 14px;
  }

  .main-col-second ul:last-child {
    padding-right: 30px;
  }
  .history img {
    height: 300px;
  }
  .player {
    padding: 30px 0;
  }

  .teams-link {
    width: 120px;
    height: 120px;
    padding: 12px;
  }
  .teams-card h3 {
    font-size: 20px;
  }
  .btn-team
   {
    font-size: 14px;
  }

  .team-card-info-text-item h4 {
    font-size: 16px;
  }
  .history {
    padding-top: 30px;
  }
  .live-cards {
    grid-template-columns: 1fr;
  }
  .teamss .teams_page-cards{
    grid-template-columns: 1fr;
  }
  .teamss .teams_page-cards .team-card-info-text{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .videos-cards {
    grid-template-columns: 1fr 1fr;
  }
  .player-top {
    grid-template-columns: 1fr;
  }
  .teams_page-cards .teams-link {
    width: 90px;
    height: 90px;
  }
  .teams-card h3 {
    margin-bottom: 12px;
  }
  .teams_page-cards .btn-team {
    font-size: 12px;
  }
  .teams_page-cards {
    grid-template-columns: 1fr;
  }
  .teams_page-cards .team-card-info-text {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .team_info .icon-100 {
    width: 80px;
    height: 80px;
  }
  .team_info h1 {
    font-size: 20px;
  }
  .review-content-cards {
    grid-template-columns: 1fr;
  }
  .calendar-cards{
    grid-template-columns: 1fr;
  }
  .title{
    width: 220px;
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .video-cards {
    grid-template-columns: 1fr;
  }
  .mc-filter__block{
    padding: 12px;
  }
  #calendar{
    left: -978%;
  }
}
@media (max-width: 520px) {
  .main-right-cards {
    flex-direction: column;
    gap: 0;
  }

 
  .first-card-small a {
    display: flex;
    height: 100px;
    width: 100%;
  }
  .first-card-small {
    width: 100%;
    height: 100px;
  }

  .first-card h5 {
    font-size: 16px;
  }
  .player_news .main-right-card {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .mc-filter__dates, .mc-filter__dates-slider-wrapper {
    gap: 8px;
  }
  .filter__dates-arrow_img{
    width: 20px;
    height: 20px;
  }
  .filter_dates_btn{
      font-size:12px;
      flex-shrink: 0;
  }
}
@media (max-width: 460px) {
  .calendar-cards {
    grid-template-columns: 1fr;
  }
  .team-player-cards {
    grid-template-columns: 1fr;
  }
  .mc-filter__dates, .mc-filter__dates-slider-wrapper{
    overflow-x: scroll;
  }
  .filter__dates-arrow_img{
    width: 30px;
    height: 20px;
  }
  .filter_dates_btn{
    flex-shrink: 0;
  }
  .results_body a{
    font-size: 14px;
  }
  .lives-card-top .icon-30{
    height: 20px;
    width: 20px;
  }
  .calendar-card-body-info .fz-34{
    font-size: 18px;
  }
  .results_body a .upper{
        display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 400px) {
  .video-cards {
    grid-template-columns: 1fr;
  }
  .videos-cards {
    grid-template-columns: 1fr;
  }
  .teams-link{
    width: 80px;
    height: 80px;
    padding: 0;
  }
  .teams-card > div:first-child{
    padding-top: 12px;
  }
   .teamss .teams_page-cards .team-card-info-text{
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .teams_page-cards h5{
    font-size: 12px;
  }
}
