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

.slider-1 {
  visibility: visible;
}
.slider-1 .splide__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}
.slider-1 .splide__track {
  height: 100%;
}
.splide__pagination{
position: relative !important;
margin-top: 16px !important;
}
.splide__pagination__page.is-active{
  background-color: #d41640 !important;
}
body {
   font-family: "Montserrat", sans-serif;

}
/* Главный заголовок (Anton) */

/* Подзаголовки (Montserrat) */
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: #2f2f2f;
}

.header-wrapp {
  background: rgb(18, 17, 26);
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.header-logo-img {
  height: 50px;
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  grid-gap: 24px;
}
.header-nav-list-item-link {
  color: rgb(255, 255, 255);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  font-size:14px;
}
.header-nav-list-item-link:hover {
  color: rgb(212, 22, 64);
}
.res-link {
  text-decoration: none;
}
.res-list {
  list-style: none;
  padding-left: 0;
}
.link-active {
  color: rgb(212, 22, 64);
  font-weight: 700;
}
.wellcome-wrapp {
  background-image: url("../images/864003f19fc7002b88f94157b2d8207a.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  position: relative;
}
.wellcome-wrapp::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.415);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.wellcome {
  padding: 80px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wellcome-text {
  width: 500px;
  grid-gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.col-white {
  color: rgb(255, 255, 255);
}
.btn-bg {
  text-transform: capitalize;
  padding: 12px 24px;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-bg:hover {
  color: rgb(255, 255, 255);
  background: #d41640;
}
.col-black {
  color: rgb(18, 18, 18);
}
.fz-56 {
  font-size: 56px;
}
.fz-18 {
  font-size: 18px;
}
.bg-darkk {
  background-color: rgb(18, 17, 26);
}
.next-match {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.title-box-line {
  color: #ffffff;
  font-size: 32px;
}
.title-text {
  text-transform: uppercase;
}
.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.next-match-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 24px;
  overflow: hidden;
}
.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: 32px 12px;
  }
  .privacy span, .privacy p{
    color: #e6e6e6;
  }
  .mb-0{
    margin-bottom: 0 !important;
  }
  
  .contact-info-privacy{
display: flex;
flex-direction: column;
gap: 8px;
  }
  .privacy ol>li{
    margin-bottom: 32px;
  }
  .privacy li{
    margin-bottom: 8px;
  }
.match-content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 20px;
  padding: 12px;
  background-color: rgb(1, 0, 9);
}
.match-content-card a{
  text-align: center;
}
.next-match-content-card-img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
.next-match-content-card-img:hover {
  scale: 1.1;
}
.next-match-content-card-text-subtitle,
.next-match-content-card-text-desc {
  font-size: 14px;
}
.next-match-content-card-text-title {
  font-size: 18px;
}
.match-content-img-wrapp {
  height: 500px;
}
.next-match-content-card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.next-match-content-card-text-title {
  text-transform: uppercase;
}
.col-red {
  color: rgb(212, 22, 64);
}
.w-100 {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.mb-50 {
  margin-bottom: 50px;
}
.news {
  padding-bottom: 40px;
}
.post_news_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.text-center {
  text-align: center;
}
.news-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 24px;
}
.news-card h5 {
  margin-bottom: 8px;
}
.news-card p {
  color: #afafaf;
}
.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 12px;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(42, 0, 0);
  box-shadow: 0px 0px 15px 0px rgb(42, 0, 0);
  width: 100%;
}
.news-img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-img:hover {
  scale: 1.1;
}
.fz-25 {
  font-size: 25px;
}
.p-12 {
  padding: 12px;
}
.over-hid {
  overflow: hidden;
}
.hover-col {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.hover-col:active {
  color: rgb(212, 22, 64);
}
.mb-30 {
  margin-bottom: 30px;
}
.stat-wrapp {
  position: relative;
  background-image: url("../images/626b8fd09b8ef5061c277c2927633585.jpg");
  background-size: cover;
}
.stat {
  padding-bottom: 40px;
  position: relative;
  z-index: 11;
  padding-top: 40px;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.78);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.stat-table {
  background-color: rgba(1, 5, 18, 0.54);
}
.bg-red {
  background: #d41640;
}
/* TABLE */
.league-table {
  width: 100%;
  border-collapse: collapse;
  
}
.league-table__wrap {
  width: 100%;

  overflow-x: auto;
  /* Добавляем горизонтальную прокрутку */
  -webkit-overflow-scrolling: touch;
  /* Для улучшения прокрутки на мобильных устройствах */
}
/* Заголовок таблицы */
.league-table__header {
  background-color: #d41640;
  color: #ffffff;
}
.league-table__header .league-table__row .league-table__cell:nth-child(2) {
  text-align: start;
}
.league-table__body {
  background-color: #12111a;
}
.league-table__row {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
.league-table__body .league-table__row {
  border-bottom: 1px solid #676767;
  color: #fff;
}
.league-table__body .league-table__row:hover {
  background-color: #3907124a;
}
.league-table__row td:nth-child(2) {
  min-width: 140px;
  text-align: left;
}

.league-table__cell {
  min-width: 74px;
  padding: 12px;
  text-align: center;
  font-size: 14px;
}
/* Стилизация для заголовков */
.league-table__header th {
  font-weight: bold;
  text-transform: uppercase;
}
.league-table__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: capitalize;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}

.league-table__team:hover {
  color: #d41640;
}
.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: #d41640;
  /* Например, красный цвет для ползунка */
}
/* Фон полосы прокрутки */
.league-table__wrap::-webkit-scrollbar-track {
  background-color: #010314;
  /* Светлый фон для полосы прокрутки */
}

.league-table__header th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #d41640;
  text-align: left;
  padding-left: 22px;
}



/* фиксированная колонка (номер + лого) */
.league-table__fixed {
   position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #12111a;


  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;
}
/* Адаптивность для мобильных экранов */
@media (max-width: 992px) {
  .league-table__cell {
    padding: 8px;
    /* Уменьшаем отступы для мобильных */
    font-size: 0.9rem;
    /* Уменьшаем размер шрифта */
  }
  .league-table__logo {
    height: 24px;
    width: 24px;
    /* Уменьшаем логотип на маленьких экранах */
  }
  .league-table__header th:first-child{
    padding-left: 12px;
  }
}
/* Адаптивность для мобильных экранов */
@media (max-width: 992px) {
  .league-table__cell {
    padding: 8px;
    /* Уменьшаем отступы для мобильных */
    font-size: 0.9rem;
    /* Уменьшаем размер шрифта */
  }
  .league-table__logo {
    height: 24px;
    width: 24px;
    /* Уменьшаем логотип на маленьких экранах */
  }
}
.al-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gap-10 {
  grid-gap: 10px;
}
.upper {
  text-transform: uppercase;
}
.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.video-wrapp {
  background-image: url("../images/f018d0bfaf8fecf2bd7598755d105ed3.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.video {
  position: relative;
  z-index: 11;
  padding-bottom: 40px;
  padding-top: 20px;
}
.video-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 25px;
  width: 100%;
}
.video-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
  width: 100%;
}
.video-card-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-card-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.video-card-desc-link {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.video-card-desc-link:hover {
  color: rgb(212, 22, 64);
}
.video-link {
  position: relative;
  overflow: hidden;
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play-icon.w100px {
  width: 70px;
  height: 70px;
}

.galery-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 24px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.galery-card {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.galery-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 400px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.galery-card-img:hover {
  scale: 1.1;
}
.galery-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 24px;
  top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.cup-wrapp {
  background-image: url("../images/3887b6456ba47bbc83a4ce7da1c68fe8.jpg");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}
.cup {
  position: relative;
  z-index: 11;
  padding: 32px 0;
  overflow: hidden;
}
.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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pagination-dots button.active {
  background-color: #f00;
}
.cup-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cup-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
}
.cup-card-img {
  height: 150px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.cup-card-text {
  padding: 10px;
  background-color: rgba(255, 252, 252, 0.32);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cup-card-text:active {
  color: rgb(212, 22, 64);
  background-color: rgb(255, 255, 255);
}
.blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.island-wrapp {
  overflow-x: auto;
  background: #d41640;
}
.island-wrapp::-webkit-scrollbar {
  display: none;
}
.island {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  padding-top: 16px;
}
.island_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100px;
}

.footer-wrapp {
  background-color: #0e0d14;
}
.footer {
  padding: 50px 0;
}

.footer-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 30px;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-icon {
  height: 26px;
  width: 26px;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
}
.social-icon {
  height: 30px;
  width: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.social-icon:hover {
  scale: 1.1;
}
.social-link {
  padding: 10px;
  background: #d41640;
  border-radius: 50%;
}
.nav-wrapp {
  position: relative;
  background-image: url("../images/fe6fb69e3a95ab6fd2137e5592395b8b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.nav-wrapp::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.nav {
  padding: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
}
.date-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
}
.date .icon-30 {
  height: 15px;
  width: 15px;
}
.date span {
  font-size: 12px;
  color: #c9c9c9;
}
.icon-30 {
  height: 30px;
  width: 30px;
}
.pagination {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 50px;
}
.review-top-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-top-team img {
  height: 80px;
  width: 80px;
}
.fw-700 {
  font-weight: 700;
}
.review {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
}

.review-left {
  width: 65%;
}
.review-right {
  width: 35%;
}
.review-left-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 24px;
  padding-top: 24px;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: rgb(86, 86, 86);
  background-color: rgba(56, 56, 56, 0.19);
  cursor: pointer;
}
.review_cards_acc {
  display: none;
}
.review_cards_acc.review_cards_acc---active {
  display: block;
}
.icon-50 {
  width: 50px;
}
.review-left-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-top-color: rgb(86, 86, 86);
}
.review-left-card-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
}
.review-left-card-col-text {
  padding: 8px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(212, 22, 64);
  border: 1px solid #d41640;
  font-size: 14px;
}
.review-left-card-row-text span {
  font-size: 14px;
}
.review-left-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.col-gray {
  color: rgb(134, 134, 134);
}
.col-ligh-gray {
  color: #b4b4b4;
}
.opacity-50per {
  opacity: 0.5;
}
.w100px {
  width: 100px;
}
.goal {
  background-color: rgb(4, 0, 36);
  padding-top: 12px;
}
.goal-top {
  padding-bottom: 24px;
}
.just-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.review-right-table-head {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  justify-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(85, 85, 85);
}
.review-right-table-body {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(85, 85, 85);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.table-two-head {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-two-row {
  grid-template-columns: 1fr 4fr 1fr;
  display: grid;
  margin-bottom: 8px;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.bordem-bot {
  border-bottom-width: 1px;
}
.result {
  padding: 40px 0;
}
.result-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.results-btn {
  padding: 6px 12px;
  background: #d41640;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 14px;
}
.empty-text {
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #dfdfdf;
}

.empty-icon {
  width: 40px;
  height: 40px;
}
.results-btn:hover {
  color: rgb(212, 22, 64);
  background: #fff;
}
.contacts {
  padding-top: 80px;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.contacts-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 24px;
}
.contacts-card-img {
  width: 30px;
}
.contacts-card h5 {
  font-size: 12px;
  color: #7a7a7a;
}
.contacts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-radius: 16px;
  width: 100%;
}
.img--wrapp {
  padding: 12px;
  background: #d41640;
  border-radius: 50%;
  position: absolute;
  top: -30px;
}
.post {
  padding-bottom: 50px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
}
.post-right {
  min-width: 27%;
}
.no-wrapp {
  white-space: nowrap;
}
.hover-darkk {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hover-darkk:hover {
  color: rgb(10, 21, 49);
}
.video-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-gap: 24px;
}
.video-post ul {
  list-style: circle;
  font-size: 14px;
}
.h-100 {
  height: 100%;
}
.video-big-card {
  position: relative;
  width: 100%;
}
.video-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.video-small-img {
  width: 345px;
  position: relative;
  height: 200px;
}
.video-small-time {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 12px;
  padding-right: 12px;
  background-color: rgba(0, 0, 0, 0.53);
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.video-small-time:hover {
  background-color: rgba(0, 0, 0, 0);
}
.video-post {
  padding: 40px 0;
}

.coll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav {
  position: relative;
  z-index: 1;
}
.team-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;

  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-squard {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.team_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(42, 0, 0);
  box-shadow: 0px 0px 15px 0px rgb(42, 0, 0);
}
.teams-card {
  display: flex;
  max-width: 800px;
  border-radius: 6px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  background: #1a1a1a;
  color: #fff;
}

/* Левая часть с фото */
.teams-left {
  position: relative;
  width: 50%;
  background: url("team-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teams-logo {
height: 150px;
  z-index: 2;
}

/* Правая часть */
.teams-right {
  width: 50%;
  background: #d41640;
  color: #ffffff;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.teams-right a {
  margin: 0 0 5px;
  font-size: 22px;
  transition: 0.3s all;
}
.teams-right a:active {
  color: #000;
}

.teams-right h3 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: normal;
}

.teams-stats {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.teams-stats div {
  text-align: center;
  font-size: 13px;
}

.teams-stats span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #ffffff;

}

.teams-details p {
  margin: 4px 0;
  font-size: 13px;
  color: #ffffff;
}

.teams-btn {
  margin-top: 20px;
  background: #000;
  color: #ffffff;
  border: none;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.teams-left::after {
  content: "";
  background-image: url('/images/ff6c007900d4f8deb3ce537fa78fe285.jpg');
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  z-index: 1;
}
.teams-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.teams-btn:hover {
  background: #333;
}

.team_player {
  height: 300px;
  width: 100%;
}
.team_player img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 10px;
  object-position: 0 10px;
}
.player_card-link a {
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.player_card-link a:active {
  color: #d41640;
}
.player-cards-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.player-cards-text p {
  color: #7a7a7a;
}
.team-nav-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
}
.team-nav-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}
.team-img {
  float: left;
  margin-bottom: 16px;
  margin-right: 16px;
  width: 60%;
}
.team {
  padding: 50px 0;
}
.player {
  padding-bottom: 50px;
  padding-top: 30px;
}
.player-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 24px;
}
.qe3mmzf0,
.vpdmx47z {
  color: #ddd;
}
.player_bio-img {
  width: 45%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
  margin-right: 8px;
  -o-object-position: 0 -55px;
  object-position: 0 -55px;
}

.player-header-img {
  width: 150px;
  border-radius: 50%;
  background: #d41640;
}
.player-header-wrapp {
  max-width: 350px;
  width: 100%;
}
.player-header-wrapp-parag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}
.player-cards {
  width: 100%;
}
.player-card {
  grid-template-columns: 2fr repeat(5, 1fr);
  display: grid;
  grid-gap: 24px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  background-color: rgb(6, 6, 17);
  -webkit-box-shadow: 0px 0px 10px 0px rgb(35, 0, 0);
  box-shadow: 0px 0px 10px 0px rgb(35, 0, 0);
  justify-items: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.player-card-col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 16px;
}
.player-card-col-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fz-14 {
  font-size: 14px;
}
.tabl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-collapse: collapse;
}
.tabl-col {
  padding: 16px;
  border: 1px solid;
  border-color: rgb(85, 85, 85);
  text-align: center;
}
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2px;
}
.red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(156, 0, 0);
  padding: 2px 4px;
  font-size: 12px;
}
.yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(177, 121, 0);
  padding: 2px 4px;
  font-size: 12px;
}
.bg-sec {
  background-image: url("../images/626b8fd09b8ef5061c277c2927633585.jpg");
}
.stats {
  padding: 40px 0;
}
.calendar-header-btn {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  background: transparent;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.index {
  z-index: 1111;
  position: relative;
}
.win {
  color: rgb(0, 152, 28);
}
.mt-auto {
  margin-top: auto;
}
.text-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pt-b-40 {
  padding: 40px 0;
}
.pt-32 {
  padding-top: 32px;
}
.pb-32{
  padding-bottom: 32px;
}
.main-news-block{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.main-news-block-small{
  display: flex;
  flex-direction: column;
}
.main-news-block-small .news-img{
  height: 150px;
}
.main-news-block-big .news-img, .main-news-block-big .over-hid, .main-news-block-big .news-card{
height: 100%;
}
.no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
}
/* 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;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s;
}

.menu-burger::after {
  bottom: 0;
  -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, bottom 0.3s 0.3s;
  transition: transform 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}

.menu-burger__line,
.menu-burger::after,
.menu-burger::before {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 2px;
  background-color: #ffffff;
}

.menu-burger--active .menu-burger__line {
  display: none;
}

.menu-burger--active::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;

  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;

  transition: top 0.3s, -webkit-transform 0.3s 0.3s;

  transition: top 0.3s, transform 0.3s 0.3s;

  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.menu-burger--active::after {
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;

  -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;

  transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;

  transition: bottom 0.3s, transform 0.3s 0.3s;

  transition: bottom 0.3s, transform 0.3s 0.3s, -webkit-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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 99;
}
.burger_overlay--active {
  opacity: 1;
  pointer-events: auto;
}

/* game statistic =================================================================== */

.item-game-stat__line {
  height: 5px;
  background: #d41640;
}
.item-game-stat__line:last-child {
  background: #d41640;
}
/* Calendar */
.wrapper {
  padding: 30px 0;
}
.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.a-i-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-gap-12px {
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-8 {
  margin-bottom: 8px;
}
.fz-20 {
  font-size: 20px;
}
.p-l-r-8 {
  padding: 0 8px;
}
.p-l-r-12 {
  padding: 0 12px;
}
.fz-24 {
  font-size: 24px;
}
.fw-600 {
  font-weight: 600;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #d41640;
  color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}

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

#toTopBtn:active {
  opacity: 1;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

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

.contacts__field label {
  margin-bottom: 5px;
  font-weight: 500;
  color: #c9c9c9;
}

.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: #d41640;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.contacts__btn:hover {
  background: #7e0e26;
}
.controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 24px;
  font-size: 24px;
  font-weight: bold;
}
.switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.arrow {
  cursor: pointer;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  color: #fffffe;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
}
.arrow:active {
  color: rgb(212, 22, 64);
}
.label {
  min-width: 140px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
}
.label:hover {
  color: #fff;
}
.calendar-head {
  background: rgba(212, 22, 63, 0.162);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: rgb(212, 22, 64);
  border-top-width: 3px;
  display: grid;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 60px;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  color: rgb(255, 255, 255);
  font-variant: small-caps;
}
.calendar-matches {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  border-style: solid;
  border-width: 0;
  border-color: rgba(18, 18, 18, 0.5);
  border-top-width: 1px;
  border-left-width: 1px;

  color: rgb(255, 255, 255);
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.breadcrumbs {
 display: flex;
 gap: 12px;

 font-size: 12px;
}
.col-light-gray{
  color: #b4b4b4;
}

.calendar-day {
  border-style: solid;
  border-color: rgba(59, 58, 55, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 205px;
  padding: 16px 0;
  position: relative;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top-width: 1px;
  border-left-width: 1px;
}
.calendar-team-logo {
  height: 64px;
  width: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}
.calendar-link {
  text-decoration: none;
  color: #fff;
  padding: 4px 12px;
  font-weight: 600;
  font-variant: small-caps;
  background: #d41640;

  border-radius: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calendar-link:hover {
  background: #8b0f2a;
  color: rgb(255, 255, 255);
}
.dropdown-date-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
  padding: 4px 0;
  background-color: #12111a;
  color: white;
  border-radius: 6px;
  border: 1px solid #1d1d1d;
  font-size: 14px;
  min-width: 100px;
  max-width: 140px;
  width: 100%;
}
.dropdown-date-menu::-webkit-scrollbar {
  width: 8px;
}

.dropdown-date-menu::-webkit-scrollbar-track {
  background: #1c1b28a6;
  border-radius: 4px;
}

.dropdown-date-menu::-webkit-scrollbar-thumb {
  background-color: #8b0f2a;
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.dropdown-date-menu::-webkit-scrollbar-thumb:hover {
  background-color: #383030;
}
.dropdown-item {
  padding: 6px 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
 .ellipsis-twoline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
   
  }

.dropdown-item:hover {
  background-color: #8b0f2a;
  color: #e6e6e6;
}
.empty_color {
  background-color: rgb(24, 23, 33);
}
@media (max-width: 1400px) {
  .calendar-team-logo {
    height: 48px;
    width: 48px;
  }
}
@media (max-width: 1200px) {
  .calendar-head,
  .day-empty {
    display: none;
  }
  .calendar-matches {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-template-rows: auto;
    gap: 24px;
    background-color: rgb(18, 17, 26);
    border: 0;
  }
  .calendar-day {
    background: rgb(8, 11, 35);
  }
  .calendar-team-logo {
    height: 72px;
    width: 72px;
  }
}
@media (max-width: 928px) {
  .calendar-matches {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .controls-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .calendar-matches {
    grid-template-columns: 1fr;
  }
}

/* media */

@media (max-width: 1400px) {
  .header-logo-img {
    height: 23px;
  }
  .header-nav-list-item-link {
    font-size: 14px;
  }
  .contacts-card a {
    text-align: center;
  }
  .teams-cards{
    grid-template-columns: repeat(2, 1fr);

  }
  .menu-burger {
    display: block;
  }
  .header-nav-list {
    position: fixed;
    z-index: 99;
    overflow: scroll;
    width: 200px;
    background: rgb(18, 17, 26);
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header-nav-list-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  
  .ellipsis-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
  }
  .post-right {
    display: none;
  }
  .post {
    padding: 24px 0;
  }
}
@media (max-width: 1100px) {
  .next-match-content-card-img {
    width: 50px;
    height: 50px;
  }
  .news-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .news-cards .news-card:first-child {
    grid-column: 1 / -1;
  }
  .news-cards .news-card:first-child .ellipsis-multiline {
    max-width: 100%;
  }
  .date.col-white img {
    width: 20px;
    height: 20px;
  }
  .news-card h5 {
    font-size: 20px;
  }

  .results-btn {
    font-size: 14px;
  }
  .video-small-img {
    width: 260px;
  }
  .teams-card{
    flex-direction: column;
  }
  .teams-left, .teams-right{
    width: 100%;
  }
  .teams-left{
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 930px) {
  .review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-left,
  .review-right {
    width: 100%;
  }
  .contacts{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .match-content-img-wrapp {
    display: none;
  }
  .next-match-content {
    grid-template-columns: 1fr;
  }
  .social-icon {
    width: 20px;
    height: 20px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .wellcome-text {
    z-index: 1;
  }
  .video-card_main:last-child {
    display: none;
  }
  .cup-cards_team {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .player-header {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
  .player-header-wrapp {
    max-width: 100%;
  }
  .player-cards {
    grid-column: 1 / -1;
  }
  .team-squard {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .videos-cards_three {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .videos-cards .video-card:first-child {
    grid-column: 1 / -1;
  }
  .review-top-team img {
    width: 70px;
    height: 70px;
  }
  .review-top-team span {
    font-size: 18px;
  }

  .review-left-card-row img {
    width: 70px;
  }
  .review-left-card-row a h4 {
    font-size: 20px;
  }
  .table-two-row span {
    font-size: 18px;
  }
  .result-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .result,
  .stats {
    padding: 24px 0;
  }
  .video-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: scroll;
  }
  .video-small::-webkit-scrollbar {
    display: none;
  }
  .video-small-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .video-small-img a {
    width: 100%;
  }
  .video-big {
    overflow: hidden;
  }
  .video-post {
    padding-top: 24px;
  }
  .video-cards {
    margin-bottom: 0;
  }
  .video .video-cards {
    margin-bottom: 32px;
  }
  .video-big-card {
    height: 400px;
  }
  .main-news-block{
    grid-template-columns: 1fr;
  }
  .main-news-block-small{
    flex-direction: row;
    gap: 16px;
  }
}
@media (max-width: 700px) {
  #paginationDots {
    display: block;
  }

  .galery-card:last-child {
    display: none;
  }
  .contacts-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .contacts {
    padding: 40px 0;
  }
  .contacts-card-img {
    width: 30px;
    height: 30px;
  }
  .img--wrapp {
    top: -23px;
  }
  .team-img {
    float: none;
    width: 100%;
  }
  .team-nav {
    gap: 50px;
  }
  .team {
    padding: 24px 0;
  }
  .cup-cards_team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .wellcome-text h2 {
    font-size: 26px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  .title-box-line {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .news-cards {
    grid-template-columns: 1fr;
  }
  .tabl {
    grid-template-columns: 1fr 1fr;
  }
  .player {
    padding: 24px 0;
  }
  .review-top-team img {
    width: 40px;
    height: 40px;
  }
  .team-squard {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-top .footer-col:first-child {
    grid-column: 1 / -1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .next_match-date {
    font-size: 14px;
    white-space: nowrap;
  }
  .island_link img {
    width: 80px;
  }
  .island {
    padding: 24px 0;
  }
  .post_news_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-top {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }
  .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-list {
    width: 100%;
    margin-bottom: 0;
  }
  .footer-bottom span {
    font-size: 12px;
  }
  .island {
    padding: 12px 0;
    gap: 40px;
  }
  .player_bio-img {
    float: none;
    width: 100%;
    height: 400px;
    margin-bottom: 16px;
    -o-object-position: center;
    object-position: center;
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  /* .next-match-content,
  .video-cards {
    display: inline-flex;
  } */
  .news-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .galery-icon {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 10px;
  }
  .galery-cards:first-child,
  .galery-cards:last-child {
    height: 150px;
  }
  .galery-cards {
    gap: 16px;
  }
  .galery-cards:not(.galery-cards:last-child) {
    margin-bottom: 16px;
  }
  .news-card:last-child,
  .galery-card:last-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  .review_top_link_team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .review-left-card-row img {
    width: 50px;
    height: 50px;
  }
  .review-left-start img {
    width: 30px;
    height: 30px;
  }
  .review-left-card-col-text {
    font-size: 12px;
  }

  .review-left-start {
    padding: 12px 0;
  }
  .review-top {
    gap: 24px;
  }
  .next-match-content-card-img {
    width: 50px;
    height: 50px;
  }
  .results-btn {
    padding: 6px;
  }
  .next-match-content-card-text-subtitle {
    text-align: center;
  }

  a {
    gap: 12px;
  }
  .news-img {
    height: 200px;
  }
  .team-nav-img {
    width: 150px;
  }
  .team-nav {
    gap: 24px;
  }
  .player-header {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0;
  }
  .player-header-img {
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;

    border-radius: 0;
  }
  .player-header-wrapp-parag {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .player-card {
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: none;
  }
  .player-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .player-card-col-wrapp {
    width: 100%;
    border-bottom: 1px solid #333232;
  }
  .player-card-col {
    font-size: 20px;
  }
  .player-card-col-wrapp span:nth-of-type(2) {
    font-size: 18px;
  }
  
  .video-card-img {
    margin-bottom: 0;
  }
}
@media(max-width: 500px){
  .main-news-block-small{
    flex-direction: column;
  }
  .main-news-block-small .news-img,.main-news-block-big .news-img {
    height: 200px;
  }
  .teams-cards{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .title-text:not(.nav .title-text) {
    font-size: 24px;
  }

  .title-box-line {
    font-size: 22px;
  }
  .team-squard {
    grid-template-columns: 1fr;
  }
  .slider-1 .splide__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0px;
  }
  .slider1.next-match-content {
    display: inline;
  }
  .match-content-card .coll{
    text-align: center;
  }
  .match-content-card h4{
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .team-nav-img {
    width: 100px;
  }
  .player-header-wrapp-parag {
    font-size: 14px;
  }
  .player-card-col {
    font-size: 18px;
  }
  .cup-card-text{
    font-size: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .arrow:hover {
    color: rgb(212, 22, 64);
  }
  .hover-col:hover {
    color: rgb(212, 22, 64);
  }
  .player_card-link a:hover {
    color: #d41640;
  }
  .cup-card-text:hover {
    color: rgb(212, 22, 64);
    background-color: rgb(255, 255, 255);
  }
  .cup-card-img:hover {
    scale: 1.1;
  }
  .teams-right a:hover {
  color: #000;
}
}
