@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.slider-1 .splide__list{
  flex-direction: column;
}
.splide__pagination{
  position: relative !important;
  margin-top: 24px !important;
}
.splide__pagination__page.is-active{
  background: #d3a21b !important;
  opacity: 1;
}

/* Заголовки, счета, команды */
body {
 font-family: "Montserrat", sans-serif;
}

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: #aeaeae;
}
.title-main {
  display: flex;
  align-items: center;
  justify-content: center; /* центрируем заголовок */
  padding-left: 15px;
}
.title-main h2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #f7f7f7;
  padding: 0 16px; /* отступы слева/справа для линий */
}

.title-main h2::before,
.title-main h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 6px; /* толщина линии */
  background: #d3a21b;
}

.title-main h2::before {
  left: -11px;
  width: 20px; /* короткая линия */
}

.title-main h2::after {
  right: -90px;
  width: 100px; /* длинная линия */
}



.link {
  text-decoration: none;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
  display: flex;
}
.justufy-start{
  justify-content: flex-start;
}
.text-gray {
  color: rgb(107, 107, 107);
}
.ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.block {
  display: block;
}
.justify-center {
  justify-content: center;
  display: flex;
}
.grid {
  display: grid;
}
.relative {
  position: relative;
}
.h-173px {
  height: 173px;
}
.overflow-hidden {
  overflow: hidden;
}
.absolute {
  position: absolute;
}
.hover-scale {
  transition: 0.3s all;
}
.hover-scale:hover {
  scale: 1.1;
  border-radius: 14px 14px 0px 0px;
}
.transition {
  transition: 0.3s all;
}
.icon-20px {
  height: 20px;
  width: 20px;
}
.contacts_track{
  display: flex;
  flex-direction: column;
  gap: 12px;

}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contacts-box{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.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: #fff;
}

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

.contacts__btn {
  background: #d3a21b;
  color: #000000;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.contacts__btn:hover {
  background: #ab8317;
}
.pt-18px {
  padding-top: 18px;
}
.pt-32{
  padding-top: 32px;
}
.gap-y-8px {
  row-gap: 8px;
}
.gap-x-8px {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.text-center {
  text-align: center;
}
.h-216px {
  height: 216px;
}
.pb-15px {
  padding-bottom: 15px;
}
body {
  background-image: url("../images/53ce2a005a5f1df97e2f59b2a76d2d53.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  display: flex;
  flex-direction: column;

}
.wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
main{
  flex: 1;
}

.header-wrapp {
  background: #000;
}
.ccontainer {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.hedaer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 12px;
}
.res-link {
  text-decoration: none;
}
.h-100px {
  height: 100px;
}
.res-list {
  padding-left: 0;
  list-style: none;
}
.header-link {
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  text-transform: uppercase;
  transition: 0.3s all;
  font-size:14px;
}
.header-link:active {
  background: #ffc52a;
  color: rgb(16, 16, 16);
}
.col-white {
  color: rgb(237, 237, 237);
}
.header_logo{
height: 60px;
}
.header-list {
  align-items: center;
  display: flex;
  grid-gap: 4px;
}
.match {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 40px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 50px;
  padding-right: 50px;
}
.match-box-team{
  padding: 0 12px;
}
.match-box-team a{
  text-align: center;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #ffc52a;
  color: rgb(0, 0, 0);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

#toTopBtn:active {
  opacity: 1;
}
.empty_match{
  padding-top: 40px;
  color: #ffffff;
  grid-column: 1/-1;
  width: 100%;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hov-col {
  transition: 0.3s all;
}
.hov-col:active {
  color: rgb(255, 197, 42);
}
.coll {
  display: flex;
  flex-direction: column;
}
.al-center {
  align-items: center;
  display: flex;
}
.fz-50 {
  font-size: 50px;
}
.fz-32 {
  font-size: 32px;
}
.fz-14{
  font-size: 14px;
}
.bg-main{
  height: 100%;
}
.col-light-gray{
  color: #aeaeae;
}
.btn-bg {
  padding-bottom: 12px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 12px;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  transition: 0.3s all;
}
.nav-page{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.btn-bg:hover {
  background-color: rgb(226, 226, 226);
}
.col-black {
  color: rgb(25, 25, 25);
}
.scroll {
  background-attachment: scroll;
  background-size: 0% 0%;
  height: 100%;
}
.noticial {
  display: flex;
  grid-gap: 32px;
}
.wrapp {
  overflow: hidden;
  background: #000;
  padding-left: 16px;
  padding-right: 16px;
}
.noticial-left {
  width: 100%;
}
.noticial-right {
  width: 35%;
}
.noticial-left-cont-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.upper {
  text-transform: uppercase;
}
.pt-b-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-16{
  margin-bottom: 16px;
}
.mb-8{
  margin-bottom: 8px;
}
.mb-32{
  margin-bottom: 32px;
}
.not-cards {
  display: flex;
  grid-gap: 24px;
}
.not-card {
  display: flex;
  flex-direction: column;
  height: 350px;
  width: 100%;
  position: relative;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.over {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 12px;
  padding-left: 12px;
  cursor: pointer;
  transition: 0.3s all;
}
.over:active {
  background-color: rgba(80, 80, 80, 0);
}
.cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.mb-40 {
  margin-bottom: 40px;
}
.score-title {
  display: flex;
  justify-content: space-between;
}
.score_item{
  padding-top: 11px;
}
.score-content {
  display: flex;
  grid-gap: 12px;
}
.score-content-card {
  padding: 12px;
  border: 2px solid #3b3636;
  border-radius: 12px;
  width: 100%;
  height: 200px;

}
.main-calendar-card .main-calendar-card-content a{
  height: 100%;justify-content: space-between;
}

.icon-80 {
  height: 80px;
  width: 80px;
}
.gap-12 {
  grid-gap: 12px;
}
.win {
  border-color: rgb(211, 162, 27);
  border-width: medium;
}
.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.grid-2 {
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.relat {
  position: relative;
}
.icon-30 {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.main-calendar {
  overflow: hidden;
}
.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: #ffc52a;
  color: #000;
}
.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;
}

#calendar {
  position: absolute;
  top: 35px;
  left: -560%;
  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: #ffc52a;
  color: black;
}
.achiv-card img{
height: 200px;
margin-bottom: 16px;
}
.achiv-card-span{
transition: 0.3s all;
color: #ffffff;
}
.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;
  }
  .accordion-title {
  cursor: pointer;
}
.footer ul {
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.achiv-card-span:active{
  color: #ffc52a;
}
.achiv-card{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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: #ffc52a;
}
.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: #ffc52a;
  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 {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.mc-filter__dates {
  display: flex;
  align-items: center;
}
.filter__dates-arrow_img {
  width: 30px;
  height: 30px;
}
.main-calendar-cards {
  display: flex;
  grid-gap: 24px;
}
.main-calendar-card .main-calendar-card-content a{
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 16px;

}
.main-calendar-card {
  width: 100%;
  background: #000;
  border-radius: 14px;
}
.calend-card-top {
  padding-bottom: 12px;
  padding-top: 12px;
  background: #ffc52a;
  color: rgb(0, 0, 0);
  text-align: center;
  border-radius: 14px 14px 0px 0px;
}
.main-calendar-card-content {
  border-style: solid;
  border-color: rgb(255, 197, 42);
  padding-bottom: 14px;
  padding-top: 14px;
}
.fw-600 {
  font-weight: 600;
}
.main-calendar-bootom {
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 0px 0px 14px 14px;
  display: inline-block;
  text-align: center;
  border-style: solid;
  border-color: rgb(255, 197, 42);
  border-top-width: 0;
}
.fz-24 {
  font-size: 24px;
}
.icon-60 {
  height: 60px;
  width: 60px;
}
.lead-cards {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}
.lead-card {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(72, 72, 72);
  width: 100%;
}
.leaders__card-head {
  display: grid;
  grid-template-columns: 2fr 1fr;
 
      align-items: start;
}
.leaders__card-head-lb {
  display: flex;
  flex-direction: column;
  flex: 1;
  grid-gap: 12px;
}
.leaders__card-head-team  span{
font-size: 14px;
}

.leaders__card-headstat-wrap {
  display: flex;
  flex-direction: column;
}
.icon-30px {
  height: 30px;
  width: 30px;
}
.leaders__card-head-rb {
  flex: 1;
  height: 150px;
  width: 150px;
}
.fz-80 {
  font-size: 80px;
}
.leaders__item {
  display: flex;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  align-items: center;
}
.leaders__item-pos {
  flex: 0 0 15%;
}
.leaders__item-player {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  flex: 0 0 70%;
}
.leaders__item-score {
  flex: 0 0 15%;
}
.score {
  display: grid;
  grid-template-columns: 1fr;
}
.bg-gray {
  background-color: rgba(45, 45, 45, 0.89);
}
.icon-50 {
  height: 50px;
  width: 50px;
}
.footer-wrapp {
  background: #000;
}
.footer {
  padding-top: 40px;
  display: flex;
  grid-gap: 24px;
}
.active-link {
  background: #ffc52a;
  color: rgb(11, 11, 11);
}
.news-cards {
  display: grid;
  grid-gap: 14px;
  align-items: stretch;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.news-card {
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-radius: 14px;
  border-width: medium;
  border-color: rgb(255, 197, 42);
  width: 100%;
}
.news-card-desc {
  display: flex;
  padding: 12px;
  flex-direction: column;
  background: #000;
  border-radius: 0px 0px 14px 14px;
  flex-grow: 1;
}
.bt-l-r-14 {
  border-radius: 14px 14px 0px 0px;
}
.videos-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 14px;
}
.calendar-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 14px;
}
.btn-stats {
  background-color: rgb(213, 213, 213);
  padding-bottom: 8px;
  padding-top: 8px;
  justify-content: center;
  display: flex;
  transition: 0.3s all;
}
.btn-stats:hover {
  background-color: rgb(147, 147, 147);
}
.review-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.review_cards{
  display: flex;
  gap: 12px;
}
.review-lt-foot {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 425px;

  padding-left: 24px;
  padding-right: 24px;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
.review-lt-foot-wrapp {
  position: relative;
  height: 100%;
  width: 100%;
}

.img_bg {
  width: 100%;
  height: 100%;

  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.team_left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
}
.team_right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
.details {
  position: relative;
  padding-bottom: 12px;
  padding-top: 12px;
}
.details::after {
  content: "";
  height: 100%;
  width: 1px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.1)
  );
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  display: block;
}
.event {
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #000;
  z-index: 1;
  position: relative;
  grid-gap: 24px;
}
.event::after {
  background: #000;
}
.event-type-goal {
  width: 45%;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
  align-items: flex-end;
}
.player {
  display: flex;
  grid-gap: 12px;
  align-items: center;
}
.player_name {
  font-size: 20px;
}
.player_surname {
  font-size: 24px;
}
.time {
  font-size: 20px;
}
.mb-14 {
  margin-bottom: 14px;
}
.just-end {
  justify-content: flex-end;
}
.al-start {
  align-items: flex-start;
}
.review-rg-top {
  display: flex;
}
.circle_wrapp {
  display: flex;
  justify-content: space-around;
}
.circle-body {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: relative;
}
.circle {
  height: 100%;
  width: 100%;
  background: conic-gradient(white 0% 39%, #1a1a1a 39% 100%);
  border-radius: 50%;
}
.inner {
  height: 70%;
  width: 70%;
  background: #000;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.bg-yell-circle {
  background: conic-gradient(yellow 0% 29%, #1a1a1a 29% 100%);
}
.icon-40 {
  height: 40px;
  width: 40px;
}
.player-rev {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.gap-24 {
  grid-gap: 24px;
}
.pl-r-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.pl-0{
  padding-left: 0;
}
.noticial-right .title-main{
  display: none;
}
.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}
.clubs-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
.main-cards-clubs .clubs-card{
border: 1px solid #fcc750;
  border-bottom: 5px solid #fcc750 ;

}
.breadcrumbs {
 display: flex;
 gap: 12px;
 margin-bottom: 32px;
 font-size: 12px;
}
.clubs-card {
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
  align-items: flex-start;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #000;
  border-bottom: 3px solid #fcc750 ;
  border-radius: 14px;
  
  transition: 0.3s all;
  flex-grow: 1;
  justify-content: flex-end;
}
.clubs-card:active {
  background-color: rgb(252, 199, 80);
  color: rgb(0, 0, 0);
}
.mt-auto {
  margin-top: auto;
}
.player-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.player-top-l {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.fz-100 {
  font-size: 100px;
  font-family: Arial Black;
}
.bg-over {
  background-color: rgba(0, 0, 0, 0.57);
}
.player-content {
  display: flex;
  background: #000;
  grid-gap: 24px;
  padding-top: 24px;
}
.player-content-l {
  border-style: solid;
  border-color: rgb(100, 100, 100);
  border-width: 1px;
  border-radius: 14px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.player_cont-sticky {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 0;
  color: #fff;
}
.player-content-r {
  background: #000;
  width: 100%;

  border-radius: 14px 14px 0px 0px;
}
.player-stats__top-stats {
  display: flex;
  grid-gap: 24px;
}
.player-stats__top-stat {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border-style: solid;
  border-radius: 14px;
  border-width: 1px;
  border-color: rgb(100, 100, 100);
  width: 100%;
}
.col-yell {
  color: rgb(252, 199, 80);
}
.player-stats__stat-wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(100, 100, 100);
  border-top-color: rgb(252, 199, 80);
  border-radius: 14px 14px 14px 14px;
  border-top-width: medium;
  height: 100%;
  width: 100%;
}
.player-stats__stat-title {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(100, 100, 100);
  font-size: 20px;
}
.player-stats__stat-value {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(100, 100, 100);
}
.player-overview__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(100, 100, 100);
  padding-top: 10px;
}
.player-overview__col-span{
font-size: 12px;
color: #a4a4a4;
}
.border-0 {
  border-width: 0;
}
.club-promo__info {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border-style: solid;
  border-radius: 14px;
  border-width: 1px;
  border-color: rgb(100, 100, 100);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  align-items: center;
  border-bottom-width: medium;
  border-bottom-color: rgb(252, 199, 80);
}
.club-wrapp {
  background-color: rgba(0, 0, 0, 0.7);
}
.clubs-card span{
    display: inline-block;
  max-width: 200px; /* ширина блока */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.club {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 24px;
}
.post-wrapp {
  background-color: rgba(0, 0, 0, 0.8);
}
.post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.post img {
  -o-object-fit: cover;
     object-fit: cover;
}
.post-content-r-card{
display: grid;
grid-template-columns: 1fr 2fr;
align-items: center;
gap: 12px;
}
.post-content-r-cards{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-detail {
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
}
.bg-yell {
  background: #fcc750;
}
.bor-14 {
  border-radius: 14px;
}
.post-content {
  display: flex;
  grid-gap: 24px;
}
.post-content-l {
  width: 100%;
}
.post-content-r {
  
  width: 35%;
  min-width: 35%;
}
.post-content-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.videos-post-small-cards{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.videos-post-small-card{
 height: 200px;
}
.post-card-img{
  height: 100%;
}
.videos-post-small-card a{
  display: flex;
}
.video-big img {
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-post{
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.post-card-img {
  position: relative;
}
.video {
  display: flex;
}
.video-big {
  position: relative;
}
.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-card {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border-style: solid;
  border-radius: 14px;
  border-width: 1px;
  border-color: rgb(100, 100, 100);
}
.min-w-35 {
  min-width: 25%;
  width: 25%;
}
.border-b-0 {
  border-bottom-width: 0;
}
/* 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: 99;
}
.burger_overlay--active {
  opacity: 1;
  pointer-events: auto;
}
.no-scroll {
  overflow: hidden;
}
.header_menu_list {
  display: none;
}
.pagination-dots {
  text-align: center;
  margin-top: 12px;
  display: none;
  /* по умолчанию скрыта */
}
.pagination-dots button {
  border: none;
  background-color: #ccc;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.pagination-dots button.active {
  background-color: #ffc52a;
  scale: 1.5;
}
/* TABLE */

.league-table {
  width: 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(45, 45, 45);
}

/* Заголовок таблицы */
.league-table__header {
  background-color: rgb(45, 45, 45);

  color: #f7f7f7;
}
.league-table__header .league-table__row .league-table__cell:nth-child(2) {
  text-align: start;
}
.league-table__body {
  background-color: rgb(45, 45, 45);
}
.league-table__row {
  transition: background-color 0.3s ease;
  position: relative;
}

.league-table__body .league-table__row:hover {
  background-color: rgb(45, 45, 45);
}

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

/* Фон полосы прокрутки */
.league-table__wrap::-webkit-scrollbar-track {
  background-color: #282828; /* Светлый фон для полосы прокрутки */
}
/* .league-table__row td:nth-child(2), */
.league-table__row td:first-child {
  position: sticky;
  left: 0;
  background-color: rgb(45, 45, 45);
}
.league-table__row_dark td:first-child {
  background-color: rgb(45, 45, 45);
}
.league-table__header th:first-child
/* .league-table__header th:nth-child(2) { */
{
  position: sticky;
  left: 0;
  background-color: rgb(45, 45, 45);
}
.league-table__header th:first-child {
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(45, 45, 45);
}
/* .league-table__header th:nth-child(2) {
  position: sticky;
  min-width: 140px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: rgb(45, 45, 45);
} */
.league-table__row td:first-child {
  position: sticky;
  min-width: 52px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(45, 45, 45);
}
/* .league-table__row td:nth-child(2) {
  position: sticky;
  min-width: 140px;
  padding-right: 12px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: rgb(45, 45, 45);
} */
.league-table__header_dark,
.league-table__header_dark th:nth-child(2),
.league-table__header_dark th:first-child {
  background-color: rgb(45, 45, 45);

  color: #ded9d9;
}
.league-table__header_dark th:first-child{
  text-align: left;
  padding-left: 24px;
}
.league-table__body .league-table__row:nth-child(odd) {
  background-color: rgb(0, 0, 0);
}
.league-table__row:nth-child(odd) td:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.89);
 
}
.league-table__row td:nth-child(2){
  min-width: 140px;
   text-align: left;
  text-transform: capitalize;
}
.league-table__cell{
  min-width: 80px;
}
.league-table__row:nth-child(odd) td:first-child {
  background-color: rgb(0, 0, 0);
}
.league-table__fixed {
  position: sticky;
  left: 0;
  background: #fff;

  display: flex;
  align-items: center;
  padding: 12px 0 12px 24px;
  justify-content: space-between;
  gap: 12px; /* расстояние между номером и логотипом */
  min-width: 100px; /* ширина фиксированной колонки */
  
}
.league-table__num {
  font-weight: bold;
}
.league-table__logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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;
  
}
.ellipsis-twoline{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Адаптивность для мобильных экранов */
@media (max-width: 992px) {
  .league-table__cell {
    padding: 8px; /* Уменьшаем отступы для мобильных */
    font-size: 0.9rem; /* Уменьшаем размер шрифта */
  }

  .league-table__logo {
    height: 24px;
    width: 24px; /* Уменьшаем логотип на маленьких экранах */
  }
  .league-table__header_dark th:first-child{
    padding-left: 12px;
  }
}

/* game statistic =================================================================== */
.game-stat {
  overflow: hidden;
  border-radius: 5px;
}

.game-stat__head {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  justify-content: space-between;
  border-block-end: 0.125rem solid #1d1c1c;
}

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

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

.item-game-stat {
  padding: 0.75rem;
}
.item-game-stat__top {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team__logo {
  height: 60px;
}
.item-game-stat__value {
  width: 50px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 100%;
  color: rgb(255, 255, 255);
}
.item-game-stat__label {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 100%;
}
.item-game-stat__row {
  display: grid;
  -moz-column-gap: 5px;
  column-gap: 5px;
  grid-template-columns: 1fr 1fr;
}
.item-game-stat__line {
  height: 8px;
  background: #ffc52a;
  border-radius: 3px;
}
.item-game-stat__line:last-child {
  background-color: #ffffff;
}

/* Media */
@media (max-width: 1400px) {
  .player-content-r {
    overflow: hidden;
  }
   .menu-burger {
    display: block;
  }
  .header-list {
    display: none;
  }
  .header_menu_list {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99;
    overflow: scroll;
    width: 200px;
    background: rgb(0, 0, 0);
    color: #1f1f1f;
    flex-direction: column;
    padding-top: 50px;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
   gap: 24px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .header_menu_list li {
    width: 100%;
  }
  .header-nav-list-mobile {
    align-items: center;
    color: #fff;
    transform: translateY(0);
  }
}
@media (max-width: 1300px) {
  .header-link {
    font-size: 14px;
  }
}
@media (max-width: 1255px) {
  #paginationDots2 {
    display: block;
  }
  .club_lead_cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1220px) {
  
  .header-link {
    font-size: 14px;
  }
  .not-cards-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .main-calendar {
    overflow: hidden;
  }

  .lead-cards::-webkit-scrollbar {
    width: 5px;
    height: 8px;
  }
  .lead-cards::-webkit-scrollbar-track {
    background: #1c1c1c;
    border-radius: 4px;
  }
  .lead-cards::-webkit-scrollbar-thumb {
    background-color: #ffc52a;
    /* цвет самого бегунка */
    border-radius: 4px;
    border: 2px solid #1c1c1c;
    /* внутренний отступ — как бы "вставлен" в трек */
  }
}
@media (max-width: 1200px) {
  .review-content-lt {
    order: 2;
  }

  #paginationDots6 {
    display: block;
  }
  .review-content-rg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .noticial-left-cont {
    padding-top: 16px;
  }
}
@media (max-width: 1120px) {
 
  .main-calendar {
    overflow: hidden;
  }
  .clubs-cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 1025px) {
  #paginationDots1 {
    display: block;
  }
  .player-content {
    flex-direction: column;
  }
  .player_cont-sticky {
    flex-direction: row;
  }
  .player_cards_wrapp {
    min-width: 100%;
    width: 100%;
  }
  .player-content-l {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 966px) {
  .calendar_content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .noticial {
    flex-direction: column;
  }
  .noticial-right {
    width: 100%;
    overflow: hidden;
  }
  .score-content-card {
    width: 100%;
  }
  .score_item {
    width: 100%;
  }
  .score {
    display: flex;
    gap: 24px;
  }
  .news-cards,
  .videos-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .club {
    grid-template-columns: 1fr;
  }
  .club div a {
    justify-content: center;
    overflow: hidden;
  }
  .club-text {
    flex: 0 0 auto;
  }
  .club-text-wrapp {
    overflow-x: scroll;
  }
  .club-text-wrapp::-webkit-scrollbar {
    display: none;
  }
  .club_img {
    display: none;
  }
  .noticial-right .title-main{
  display: flex;
}
.noticial{
  gap: 0px;
}
}
@media (max-width: 900px) {
  .leaders__card-head-rb {
    height: 150px;
    width: 150px;
  }
  .leaders__card-headstat-wrap .fz-80 {
    font-size: 60px;
  }
  .fz-24 {
    font-size: 20px;
  }
  .leaders__card-head-team {
    font-size: 14px;
  }
 
  .post-content-r {
    display: none;
  }
  .slider-1 .splide__list{
  flex-direction: row;
}
.score_item{
  padding-top: 0;
  margin-bottom: 0;
}
.slider-1 {
  margin-bottom: 32px;
}
.contacts-box{
  grid-template-columns: 1fr;
  gap: 16px;
}
}
@media (max-width: 850px) {
  #paginationDots {
    display: block;
  }
  .info-detail {
    font-size: 14px;
  }
  .results_cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 855px) {
  .leaders__card-head {
    position: relative;
    grid-template-columns: 1fr;
  }
  .leaders__card-head-rb {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 800px) {
  .not-cards-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .fz-80 {
    font-size: 60px;
  }
  .main-calendar-card .main-calendar-card-content a .icon-50{
    width: 50px;
    height: 50px;
  }
  .icon-50 {
    width: 30px;
    height: 30px;
  }
  .post-wrapp {
    overflow: hidden;
  }
  .videos-post-small-card{
 height: 130px;
}
    .clubs-cards {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 750px) {
  .header_logo {
    height: 60px;
  }
  .fz-32 {
    font-size: 24px;
  }
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coll:first-child {
    grid-column: 1/-1;
    align-items: center;
    text-align: center;
  }
  .club-promo__info {
    grid-template-columns: 1fr;
  }
  .fz-50 {
    font-size: 38px;
  }
  .club img {
    height: 80px;
    width: 80px;
  }
  .club_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .post {
    grid-template-columns: 1fr;
  }
  .post_wrapp-img {
    order: 2;
  }
  .player-stats__top-stat .fz-24{
    font-size: 16px;
  }
   .player-stats__top-stat .fz-80{
font-size: 50px;
   }
}
@media (max-width: 700px) {
  .player-stats__top-stats {
    overflow-x: scroll;
  }
  .player-stats__top-stats::-webkit-scrollbar {
    display: none;
  }
  .player-stats__top-stat {
    padding: 12px;
    min-width: 140px;
  }
  .mc-filter__dates-slider {
    overflow: hidden;
  }
  .mc-filter__dates-slider-wrapper {
    overflow-x: scroll;
  }
  .mc-filter__dates-slider-wrapper::-webkit-scrollbar{
    display: none;
  }
  .filter_dates_btn {
    flex-shrink: 0;
  }
  .main-calendar-card .main-calendar-card-content a span.hov-col{
    font-size: 14px;
  }
}
@media (max-width: 655px) {
  .calendar_content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .news-cards,
  .videos-cards {
    grid-template-columns: 1fr 1fr;
  }
  #paginationDots5 {
    display: block;
  }
  .clubs-cards {
    grid-template-columns: 1fr 1fr;
  }
  .clubs-card img {
    height: 80px;
    width: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
.player-top-l .title-main h2{
    font-size: 24px;
  }
 .player-top-l .title-main h2::before, .player-top-l .title-main h2::after{
  height: 25px;
}
.player-top-l .title-main h2::before{
  width: 5px;
  left: 0;
}
.player-top-l .title-main{
  padding-left: 0;
}
.player-top-l .title-main h2::after{
 display: none;
}
.review_cards{
  flex-direction: column;
}
.empty_match img{
height: 30px;
width: 30px;
}
.empty_match{
  font-size: 18px;
}
}
@media (max-width: 600px) {
  .player-stats__top-stat span {
    font-size: 18px;
  }
  .player-stats__top-stat h1 {
    font-size: 48px;
  }
  .review-lt-foot {
    height: 300px;
  }
  .player-rev .icon-40 {
    height: 30px;
    width: 30px;
  }
  .review-lt-foot {
    padding: 0;
  }
  .videos-post{
    grid-template-columns: 1fr;
  }
  .videos-post-small-cards{
    flex-direction: row;
    overflow-x: auto;
  }
   .videos-post-small-cards::-webkit-scrollbar{
    display: none;
   }
   .videos-post-small-card{
    flex: 0 0 auto;
    max-width: 190px;
   }
   .accordion-title::after {
    content: "﹀";
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer-col,
  .accordion-title {
    width: 100%;
  }

  .accordion-title.active::after {
    content: "﹀";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .footer{
    grid-template-columns: 1fr;
  }

}
@media (max-width: 575px) {
      .clubs-cards {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 550px) {
  .club_lead_cards {
    grid-template-columns: 1fr;
  }
  #paginationDots3,
  #paginationDots4 {
    display: block;
  }
  .results_cards {
    grid-template-columns: 1fr;
  }
 
  .player-top {
    position: relative;
  }
  .player_cont-sticky,
  .player_stats-track {
    flex-direction: column;
  }
  .title-main h2 {

  font-size: 28px;
  
}

h3 {
 
  font-size: 24px;

}
h4 {


  font-size: 18px;
  
}
.title-main h2::before, .title-main h2::after{
  height: 3px;
}
.title-main h2::after{
  width: 50px;
  right: -42px;
}
.pt-b-40{
padding-top: 32px;
padding-bottom: 32px;
}

}
@media (max-width: 500px) {
  .not-cards-bottom,
  .not-cards-top {
    grid-template-columns: 1fr;
  }
  .noticial-left-cont_two {
    display: none;
  }
  .clubs-cards {
    grid-template-columns: 1fr;
  }
  .video {
    flex-direction: column;
  }
  .post-content-card {
    flex-direction: row;
  }
  .post-content-r-card {
    min-width: 150px;
    min-height: 100px;
  }
  .post-card-img {
    width: 100%;
    height: 100%;
  }
  .post-content-card {
    overflow-x: scroll;
  }
  .review-lt-foot {
    height: 250px;
  }
  .player-rev .icon-40 {
    height: 20px;
    width: 20px;
  }
  .filter_dates_btn{
    font-size: 12px;
  }
  .mc-filter__block{
    padding: 12px;
  }
  .title-main h2{
    font-size: 24px;
  }
  .title-main h2::before, .title-main h2::after{
  height: 25px;
}
.title-main h2::before{
  width: 5px;
  left: 0;
}
.title-main{
  padding-left: 0;
}
.title-main h2::after{
 display: none;
}
.player-top-l .h-216px{
  height: 150px;
}
.player-top-l>div{
padding-bottom: 12px;
}
.info-detail{
  font-size: 12px;
}
 .privacy h2{
   font-size:28px;
  }
  .privacy h3{
   font-size:18px;
  }
}
@media (max-width: 450px) {
  .news-cards,
  .videos-cards {
    grid-template-columns: 1fr;
  }
  .icon-60 {
    height: 40px;
    width: 40px;
  }
  .main-calendar-card-content a span {
    font-size: 14px;
  }
  .club_cards {
    grid-template-columns: 1fr;
  }
  .player-top-l .title-main h2{
    font-size: 22px;
  }
  .mc-filter__block{
    position: relative;
  }
  .filter__dates-arrow {
    position: absolute;
    right: 0;
    top: -35px;
  }
  .filter__dates-arrow-prew{
    right: 35px;

  }
  .filter__dates-arrow_img{
    width: 25px;
    height: 25px;
  }
 .mc-filter__icons{
position: absolute;
right: 68px;
top: -35px;

  }
 .mc-filter__dates-slider, .mc-filter__dates-slider-wrapper, .mc-filter__dates{
    width: 100%;
  }
  .mc-filter__dates, .mc-filter__dates-slider-wrapper{
    justify-content: space-evenly;
  }
  #calendar{
    left: -377%;
  }
  
}
@media (max-width: 400px) {
  .review-lt-foot {
    height: 200px;
  }
}
@media (max-width: 360px) {
  .info-detail {
    font-size: 13px;
  }
}
@media(hover:hover) and (pointer:fine){
  .clubs-card:hover {
  background-color: rgb(252, 199, 80);
  color: rgb(0, 0, 0);
}
.hov-col:hover {
  color: rgb(255, 197, 42);
}
.header-link:hover {
  background: #ffc52a;
  color: rgb(16, 16, 16);
}
.over:hover {
  background-color: rgba(80, 80, 80, 0);
}
#toTopBtn:hover {
  opacity: 1;
}
.achiv-card-span:hover{
  color: #ffc52a;
}
}