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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
p{
  color: #1b1a1a;
  font-size: 14px;
}
.splide {
  visibility: visible;
}
.splide__pagination{
  position: relative !important;
  margin-top: 24px !important;
}
.splide__pagination__page.is-active{
  background:#ffd900 !important;
}
.slider-1 .splide__list .splide__slide {
padding: 12px 0 !important;
}

.wrapp {
  display: flex;
  flex-direction: column;
  height: 100%;
}
main {
  flex: 1;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.header_wrapp {
  background: #242424;
}
.header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-logo {
  color: rgb(251, 251, 251);
  text-decoration: none;
  font-size: 30px;
  
  font-weight: 600;
}
.header-list {
  display: flex;
  grid-gap: 8px;
  align-items: center;
}
.header-list-item-link {
  color: rgb(242, 236, 236);
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
  transition: 0.3s all;
  font-size: 12px;
  text-transform: uppercase;
}
.header-list-item-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.res-link {
  text-decoration: none;
}
.res-list {
  padding-left: 0;
  list-style: none;
}
.icon-100 {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.active-link {
  background-color: rgba(255, 255, 255, 0.1);
}
.wellcome-wrapp {
  background-image: url("../images/ArsenalDM2425.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.wellcome {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 11;
  text-align: center;
  display: flex;
  justify-content: center;
}
.wellcome p{
    color:#fff;
}
.ovarlay {
  background-color: rgba(0, 0, 0, 0.78);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.col-white {
  color: rgb(255, 255, 255);
}
.fz-60 {
  font-size: 60px;
}
.w-600 {
  width: 600px;
}
.island-videos {
  display: flex;
  align-items: stretch;
  grid-gap: 4px;
}
.island-videos-card {
  position: relative;
  width: 100%;
}
.island-videos-card-desc {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.41);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 12px;
  padding-left: 12px;
}
.island-videos-card-desc:hover {
  cursor: pointer;
}
.island-videos-card-desc::after {
  position: absolute;
  content: "";
  background-image: url("../images/icons8-воспроизведение-64.png");
  width: 30px;
  height: 41px;
  background-size: contain;
  left: 7px;
  top: 11px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.island-videos-card-desc::before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-bottom-width: 75px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 75px;
  border-left-color: rgb(255, 204, 51);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.w-100 {
  width: 100%;
}
.mmb-4 {
  margin-bottom: 4px;
}
.h-200 {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hover-col {
  transition: 0.3s all;
}
.hover-col:hover {
  color: rgb(255, 204, 51);
}
.main {
  display: flex;
  grid-gap: 24px;
 padding: 32px 0;
}
.main-left {
  width: 100%;
}
.main-right {
  width: 50%;
}
.title {

  border-color: rgb(204, 204, 204);
  margin-bottom: 0;

  text-transform: capitalize;
}
.match_cards_scroll {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.match-card {
  text-align: center;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border-radius: 8px;
  background-color: rgb(220, 220, 220);
  width: 100%;
}
.match-card .match_card_team{
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
}
 
.col-black {
  color: rgb(16, 15, 15);
}
.coll {
  display: flex;
  flex-direction: column;
}
.icon-50 {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.al-center {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.al-end {
  align-items: flex-end;
}
.gap-12 {
  grid-gap: 12px;
}
.revers {
  flex-direction: row-reverse;
}
.between {
  justify-content: space-between;
}
.block {
  display: block;
}
.al-start {
  align-items: flex-start;
}
.mb-32{
  margin-bottom: 32px;
}
.mb-16{
  margin-bottom: 16px;
}
.mb-8{
  margin-bottom: 8px;
}
.btn {
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  background: #ffcc33;
  transition: 0.3s all;
}
.btn:hover {
  background-color: rgb(244, 184, 43);
}
.mb-24 {
  margin-bottom: 24px;
}
.small-news {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.small-news-card {
  display: flex;
  grid-gap: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgb(192, 192, 192);
  max-height: 150px;
}
.small-news-card h4{
    font-size:18px;
}
.post_small-news {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.small-news-card-img {
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px;
}
.over-hid {
  overflow: hidden;
}
.scale {
  transition: 0.3s all;
}

.upper {
  text-transform: uppercase;
}
/* 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: #fc3;
  color: #161616;
}
.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 {
        border-bottom: 1px solid #ddd;
  background-color: rgb(255, 255, 255);
}
.league-table__row {
  transition: background-color 0.3s ease;
  position: relative;
 
}

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

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

.league-table__header th:first-child,
.league-table__header th:nth-child(2) {
  position: sticky;
  left: 0;
  background-color: #fc3;
}
.league-table__header th:first-child {
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fc3;
}
.league-table__header th:nth-child(2) {
  position: sticky;
  min-width: 40px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #fc3;
 
}
.league-table__row td:first-child {
  position: sticky;
  min-width: 52px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  
}
.league-table__row td:nth-child(2) {
  position: sticky;
  min-width: 40px;
  max-width: 40px;
justify-items: end;
  padding-right: 12px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;

}
.league-table__header th:nth-child(3){
text-align: left;
}
.circle_wrapp {
  justify-content: center;
}
.stats-table-head {
  grid-template-columns: 1fr 2fr repeat(6, 1fr) 2fr;
  display: grid;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
  background-color: rgb(255, 204, 51);
  font-weight: 600;
}
.table-body-row {
  display: grid;
  grid-template-columns: 1fr 2fr repeat(6, 1fr) 2fr;
  justify-items: center;
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(197, 197, 197);
}
.icon-35 {
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
.circle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.bg-red {
  background-color: rgb(204, 0, 0);
}
.bg-green {
  background-color: rgb(0, 177, 47);
}
.gap-8 {
  grid-gap: 8px;
}
.news {
padding: 32px 0;
}
.news-cards {
  display: flex;
  grid-gap: 24px;
}
.news-card {
  box-shadow: 0px 0px 10px 0px rgb(193, 193, 193);
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news_card-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.news-card-text {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-card-text h2{
  font-size: 18px;
}
.news-card-text p{
  font-size: 14px;
}
.mb-12 {
  margin-bottom: 12px;
}
.h-250 {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.players {
  padding-bottom: 32px;
}
.players-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
.player_results_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.player_results_box .al-center span.fz-60{
  font-size: 28px;
}
.fz-28 {
  font-size: 28px;
}
.player-card {
  position: relative;
  width: 100%;
}
.player-card::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  height: 0;
  width: 0;
  border-style: solid;
  border-left-width: 75px;
  border-bottom-width: 75px;
  border-left-color: rgb(222, 75, 57);
  border-right-width: 0;
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.player-card::before {
  background-image: url("../images/icons8-доля-3-64.png");
  content: "";
  position: absolute;
  height: 41px;
  width: 30px;
  background-size: contain;
  left: 7px;
  top: 11px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 11;
}
.player-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.player-desc h2{
  font-size: 18px;
}
.bg-grey {
  background: #272727;
}
.footer {
  padding-top: 32px;
}
.footer-top {
  display: flex;
}
.footer-top-col {
  width: 100%;
}
.text-center {
  text-align: center;
}
.post {
  display: flex;
  padding-top: 40px;
  grid-gap: 30px;
  align-items: center;
}
.post_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 30px;
}
.fw-600 {
  font-weight: 600;
}
.col-yellow {
  color: rgb(192, 157, 0);
}
.post-text {
  width: 100%;
}
.col-red {
  color: rgb(222, 75, 57);
}
.btn-news {
  margin-top: auto;
}
.nav-section {
  background-image: url('/images/ArsenalDM2425.webp');
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  
}
.nav-section::before{
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgb(0, 0, 0, 0.7);
}
.nav-section-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 11;
  text-align: center;
}
.col-light-gray{
  color: #929292;
}
.news-pad {
  padding-bottom: 40px;
  padding-top: 40px;
}
.gap-24 {
  grid-gap: 24px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 24px;
  font-size: 24px;
}

.pad-btn {
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  transition: 0.3s all;
}
.pad-btn:hover {
  background: #272727;
  color: rgb(254, 254, 254);
}
.active-pad {
  background: #272727;
  color: rgb(255, 255, 255);
}
.calendar {
 padding: 32px 0;
}
#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;
}
.custom-select {
  position: relative;
  width: 120px;
  font-size: 14px;
}

.custom-select-trigger {
  background: #5c5858;
  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: 8px;
  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;

}
.privacy{
  padding: 32px 0;
}
.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;
  }


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

  border-radius: 6px;
  z-index: 1000;
}
.empty_match{
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items:center;
  font-size: 20px;
  gap: 8px;
}
.empty_match img{
  width: 30px;
  height: 30px;
}

.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: #3b3838;
}
.mc-filter__block {
  padding: 24px;
  background-color: #3b3838;
  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:hover {
  background-color: #1b1a1a;
}

#calendar {
  position: absolute;
  top: 35px;
  left: -545%;
  background: #3b3838;
  color: #ebebeb;
  border: 1px solid #464646;
  border-radius: 14px;
  padding: 10px;
  display: none;
  z-index: 100;
}
#calendarDays .week {
  display: flex;
  justify-content: space-between;
  width: 210px; /* 7 * 30px */
}
#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;
}
.calendar-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
}
.calendar-card {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  box-shadow: 0px 0px 10px 0px rgb(65, 65, 65);
  border-radius: 12px;
}
.calendar-card-date {
  text-align: center;
  margin-bottom: 0;
  color: rgb(121, 0, 0);
  margin-bottom: 10px;
}
.calendar-card-match {
  border-radius: 12px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
}
.calendar-card-match-team {
  display: flex;
  align-items: center;
}
.calendar-card-match-team span{
  text-align: center;
}
.fz-2 {
  font-size: 25px;
}
.cont-araond {
  justify-content: space-around;
}
.fz-18 {
  font-size: 18px;
}
.video {
 padding: 32px 0;
}
.video .island-videos.gap-24{
  gap: 16px;
  margin-bottom: 16px;
}
.our-statistic {
 padding: 32px 0;
}
.btn-stats {
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  transition: 0.3s all;
}
.btn-stats:hover {
  background: #ffcc33;
}
.review-card-player-desc-link {
  background: #ffcc33;
}
.reviews {
 padding: 32px 0;
}
.reviews-top {
  
}
.reviews-top-card{
display: grid;
grid-template-columns: 2fr 1fr 2fr;
  grid-gap: 12px;
  align-items: stretch;
}
.reviews-top-card-box{
  border: 1px solid #ddd;
  
}
.reviews-top-player {
  box-shadow: 0px 0px 10px 0px rgb(176, 176, 176);
}
.reviews-top-player-link {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.review-card-player-desc {
  position: relative;
}
 .accordion-title{
  font-size: 18px;
 }
 .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;
}

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

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

.contacts__btn:hover {
  background: #d2a423;
}
.review-player-link {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  position: absolute;
  left: 50%;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  border-radius: 50px;
  top: -29px;
  z-index: 11;
  background: #fff;
  transform: translate(-50%);
  box-shadow: 0px 0px 10px 0px rgb(68, 68, 68);
  transition: 0.3s all;
}
.review-player-desc-wrapp a h3 {
  font-size: 18px;
  font-weight: 600;
}
.text-right h3{
  font-size: 18px;
}
.review-player-desc-wrapp span{
  font-size: 14px;
}
.player_results_box .coll{
text-align: center;
}
.review-player-link:hover {
  color: rgb(254, 254, 254);
  background-color: rgb(97, 97, 97);
}
.review-player-desc-wrapp {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #ddd;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  justify-content: space-between;
}
.player-desc-wrapp {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 1fr 1fr;
  gap: 16px;
}
.text-right {
  text-align: right;
}
.h-100 {
  height: 100%;
}
.cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.border-bott {
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(213, 213, 213);
}
.review-card-contet {
  padding: 0 12px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reviews-top-card-box .review-player-link{
  padding: 6px 12px;
  font-size: 14px;
  top: -15px;
}
.reviews-top-card-box img{
  height: 80px;
}
.reviews-top-card-box .reviews-top-player-link{
height: 100px;
}
.review-card-contet .fz-60{
  font-size: 50px;
}
.review-card-contet p{
  margin-bottom: 6px;
}
.fz-12{
  font-size: 12px;
}
.p-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.review-content-time-head {
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  background-color: rgb(100, 100, 100);
}
.dash {
  font-size: 34px;
}
.mb-0 {
  margin-bottom: 0;
}
.review-content-time-body-row {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(164, 164, 164);
  padding-left: 12px;
}
.w-35 {
  width: 35px;
}
.bg-gray {
  background-color: rgb(211, 211, 211);
}
.line {
  height: 100%;
  border-radius: 12px;
}
.info-match {
  display: grid;
  align-items: center;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
}
.info-match-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.results {
 padding: 32px 0;
}
.results-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.result-card-content {
  padding: 12px 0;
  width: 100%;
}
.result_card-team {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  justify-items: center;
  margin-bottom: 12px;
}
.icon-70 {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
.content-center {
  justify-content: center;
}
.col-green {
  color: rgb(62, 207, 0);
}
.team {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}
.team_top_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-0 {
  padding-top: 0;
}
.player-cards {
  display: flex;
  grid-gap: 24px;
}
.border-bott-0 {
  border-width: 0;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.achiv-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
.achiv-card {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgb(156, 156, 156);
}
.achiv-card img{
  height: 200px;
  width: auto;
}
.container_box{
  padding: 32px 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.contacts {
 
  align-items: flex-start;
  grid-gap: 24px;
}
.contacts-left {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  width: 100%;
  margin-bottom: 16px;
}
.contacts-right {
  width: 100%;
}
.player {
 padding: 32px 0;
}
.player-top {
  display: flex;
  grid-gap: 24px;
}
.player-top-left {
  width: 100%;
}
.player-top-right {
  min-width: 30%;
  position: relative;
}
.player-card-desc {
  display: flex;
}

.right-col-table {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(255, 255, 255);
  border: 1px solid;
  border-color: rgb(176, 176, 176);
  border-radius: 12px;
}
.right-col-table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(199, 199, 199);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.fixed {
  position: sticky;
  top: 0;
}
.player-card a.block, .player-card a.block img{
  height: 100%;
}
.h-600 {
  height: 600px;
}
.one-post {
padding: 32px 0;
  display: flex;
  grid-gap: 24px;
}
.grid-4 {
  grid-template-columns: 1fr 2fr 1fr 1fr;
}
.bg-yellow {
  background: #ffcc33;
}
.btn-table {
  padding-bottom: 6px;
  padding-top: 6px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.hover-bg {
  transition: 0.3s all;
}
.hover-bg:hover {
  background-color: rgb(245, 200, 0);
}
.video-post {
 padding: 32px 0;
}
.video-post-big {
  position: relative;
}
.video-post-big-card img {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-post-small {
  position: relative;
  display: flex;
  align-items: stretch;
  grid-gap: 12px;
}
.overlay-post {
  background-color: rgba(0, 0, 0, 0.58);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 12px;
  padding-left: 12px;
  cursor: pointer;
  transition: 0.3s all;
}
.overlay-post:hover {
  background-color: rgba(0, 0, 0, 0);
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-post-bg {
 padding: 12px;
  background-color: rgb(255, 204, 51);
  margin-bottom: 16px;
}
.video-small-card {
  position: relative;
  width: 100%;
}
.video-small-card h5{
    margin-bottom:0;
     font-size: 12px;
         font-weight: 400;
}
.w-250 {
  width: 250px;
}
.title-wrapp {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.icon-40 {
  height: 40px;
  width: 40px;
}
.p-12 {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  display: inline-block;
}
.h-100px {
  height: 150px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-24 {
  padding-top: 24px;
}
.fz-24 {
  font-size: 24px;
}
.rev-blok-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  align-items: center;
}
.bb-0 {
  border-width: 0;
  border-bottom-width: 0;
}
.ellipsis-twoline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
/* 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 одинаковых блока */
  }
}
.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 3px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.pagination-dots button.active {
  background-color: #ffd900;
  scale: 1.2;
}
/* game statistic =================================================================== */
.game-stat {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}

.game-stat__head {
 
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  justify-content: space-between;
}

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

.game-stat__item:not(:last-child) {
  border-bottom: 1px solid #f4f2f6;
}

.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;
}
.item-game-stat__value {
  width: 50px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 100%;
  color: rgb(0, 0, 0);
}
.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: 5px;
  background-color: rgb(0, 177, 47);
  border-radius: 3px;
}
.item-game-stat__line:last-child {
  background-color: rgb(204, 0, 0);
}
.team__logo {
  width: 50px;
  height: 50px;
}

@media (max-width: 1400px) {
  .logo_top {
    font-size: 24px;
  }
  .menu-burger {
    display: block;
  }
  .header-nav-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    gap: 24px;
    z-index: 99;
    overflow: scroll;
    width: 250px;

    background-color: #242424;
    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);
  }
}
@media (max-width: 1200px) {
  .main_wrapp_results {
    flex-direction: column;
  }
  .main-right {
    width: 100%;
  }
  .small-news {
    flex-direction: row;
  }
  .small-news-card {
    flex-direction: column;
  }
  .post_small-news .small-news-card {
    flex-direction: row;
  }
  .small-news-card {
    max-height: 100%;
    width: 100%;
  }
  .small-news-card .over-hid {
    overflow: visible;
    width: 100%;
  }
  .small-news-card-img {
    width: 100%;
  }
  .match_card_team {
    justify-content: space-around;
  }
  .calendar-card img {
    width: 100%;
  }
  .calendar-card {
    flex-direction: column;
  }
  .player-top {
    flex-direction: column;
  }
  .results_row_team a {
    display: flex;
    flex-direction: column;
  }
  .achiv-card img {
    height: 200px;
    width: 100%;
  }
  .achiv-card {
    width: 100%;
  }

  .team .reviews-top-player-link img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1250px) {
  .list_footer {
    display: none;
  }
  .footer_copy {
    justify-content: center !important;
  }
}
@media (max-width: 1100px) {
  .players-cards_main {
    grid-template-columns: 1fr 1fr;
  }
  .players {
    overflow: hidden;
  }
  #paginationDots {
    display: block;
  }
}
@media (max-width: 1000px) {
  .splide__list {
    display: flex;
    gap: 0;

   
  }
  .achiv-card img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .review-card-contet .fz-18 {
    font-size: 14px;
  }
  .review-card-contet .fz-60 {
    font-size: 48px;
  }
}
/* Адаптивность для мобильных экранов */
@media (max-width: 992px) {
  .league-table__cell {
    padding: 8px; /* Уменьшаем отступы для мобильных */
    font-size: 0.9rem; /* Уменьшаем размер шрифта */
  }

  .league-table__logo {
    height: 24px;
    width: 24px; /* Уменьшаем логотип на маленьких экранах */
  }
}
@media (max-width: 950px) {
  .video-post-small-cards {
    overflow-x: scroll;
  }
  .video-post-small-cards .video-small-card {
    max-width: 200px;
    flex: 0 0 auto;
  }
}
@media (max-width: 900px) {
  .island-videos_main .island-videos-card {
    flex: 0 0 auto;
    max-width: 200px;
  }
  .island-videos_main {
    overflow-x: scroll;
  }
  .island-videos_main::-webkit-scrollbar {
    display: none;
  }
  .news-cards_four-coll {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contacts {
    flex-direction: column;
  }
  .contacts-left {
   
  }
  .results-cards {
    grid-template-columns: 1fr;
  }
  .review-player-desc-wrapp a h3 {
    font-size: 20px;
  }
  .one-post {
    flex-direction: column;
  }
  .post_small-news .small-news-card {
    flex-direction: column;
  }
  .post_small-news {
    flex-direction: row;
  }
  .cards_video-post-small {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 830px) {
  .match_cards_scroll {
    display: flex;
    overflow-x: scroll;
  }
  .main_wrapp_results {
    overflow: hidden;
  }
  .match-card {
    flex: 0 0 auto;
    max-width: 400px;
  }
}
@media (max-width: 750px) {
  .small-news {
    flex-direction: column;
  }
  .small-news-card-img {
    height: 200px;
  }
  .small-news-card a.col-black {
    width: 100%;
  }
  .small-news-card .ellipsis-twoline {
    max-width: 100%;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-top-col:first-child {
    grid-column: 1/ -1;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 12px;
  }
  .reviews-top-player-link {
    height: 300px;
  }
  .team_top_item {
    grid-template-columns: 1fr;
  }
  .reviews-top .reviews-top-player-link {
    height: 130px;
  }
  .reviews .review-player-link {
    font-size: 12px;
    padding: 6px 12px;
    top: -15px;
  }
  .reviews .review-player-desc-wrapp span {
    font-size: 14px;
  }
  .reviews .review-player-desc-wrapp h3 {
    font-size: 18px;
  }
  .fz-60 {
    font-size: 48px;
  }
  .info-match {
    grid-template-columns: 1fr;
  }
  .info-match-row {
    border-bottom: 1px solid #ddd;
  }
  .video-post-big .play-icon{
      height: 80px;
    width: 80px;
  }
}
@media (max-width: 700px) {
  .calendar-cards,
  .player-cards {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .post_small-news {
    flex-direction: column;
  }
  .post_news-cards {
    flex-direction: column;
  }
  .our-statistic,
  .team,
  .reviews {
    padding: 30px 0;
  }
  .container_box{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .main_news-cards {
    flex-direction: column;
  }
  .post_main img {
    display: none;
  }
  .post_main {
    grid-template-columns: 1fr;
  }
  .post-text {
    width: 100%;
  }
  .fz-60 {
    font-size: 48px;
  }
  .rev-blok-text {
    grid-template-columns: 1fr;
  }
  .team h3{
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .news-cards-three {
    flex-direction: column;
  }
  .news_card-two,
  .news-cards_four-coll {
    grid-template-columns: 1fr;
  }
  .mc-filter__dates-slider-wrapper {
    overflow-x: scroll;
  }
  .filter_dates_btn {
    flex: 0 0 auto;
  }
  .mc-filter__dates-slider {
    overflow: hidden;
  }
  .result-card-content .icon-70 {
    width: 50px;
    height: 50px;
  }
  .player .news-cards {
    flex-direction: column;
  }
  .review-player-link .fz-18,
  .player-card-desc span {
    font-size: 14px;
  }
  .results_player_text .fz-60 {
    font-size: 48px;
  }
  .team .news-cards {
    flex-direction: column;
  }
  .video-post-big-card img {
    height: 300px;
  }
  .reviews-top {
    grid-template-columns: 1fr;
  }
  .review-content-time-body-row {
    font-size: 14px;
  }
  .review-content-time-body-row .icon-35 {
    width: 20px;
    height: 20px;
  }
  .review-content-time-body-row {
    gap: 12px;
  }
  .icon-40 {
    width: 30px;
    height: 30px;
  }
  .reviews-top-card{
    grid-template-columns: 1fr;
  }
  .reviews-top-card-box .review-card-contet{
    padding: 12px 0;
  }
  .review-content-time-body-row a{
    font-size: 12px;
  }
  .review-content-time-body-row{
    gap: 8px;
  }
  .review-content-time-body-row{
    padding: 8px;
  }
}
@media (max-width: 500px) {
  .footer-top {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .footer-top-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-top-col .coll {
    align-items: flex-start;
  }
  .match-card img {
    height: 40px;
    width: 40px;
  }
  .match-card .coll {
    font-size: 14px;
  }
  .videos-cards {
    flex-direction: column;
  }
  .mc-filter__block {
    padding: 12px 6px;

    gap: 8px;
  }

  .mc-filter__dates {
    gap: 8px;
  }
  .filter_dates_btn.btn_now_date {
    max-width: 200px;
  }
  .filter_dates_btn {
    font-size: 12px;
    padding: 6px 8px;
  }
  .result_card-team .fz-18 {
    font-size: 14px;
  }
  .result_card-team .fz-60 {
    font-size: 32px;
  }
  .review-player-link .fz-18,
  .player-card-desc span {
    font-size: 12px;
    white-space: nowrap;
  }
  .results_row_team {
    padding: 0;
  }
  .btn-stats {
    padding: 6px 12px;
    font-size: 12px;
  }
  .cards_video-post-small {
    display: grid;
    grid-template-columns: 1fr;
  }
  .info-match-row {
    font-size: 14px;
  }
  .title-wrapp {
    margin-bottom: 12px;
  }
  .title {
    font-size: 20px;
  }
  .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%;
    text-align: left;
    cursor: pointer;
  }

  .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;
  }
}
@media (max-width: 400px) {
  .player-desc-wrapp {
    grid-template-columns: 1fr 1fr;
  }
  .results_player_text .fz-60 {
    font-size: 38px;
  }
  .results_player_text .coll {
    font-size: 14px;
  }
  .result-card-content .fz-18 {
    font-size: 12px;
  }
  .calendar-card-match{
    padding: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .scale:hover {
    transform: scale(1.1);
  }
}
