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

h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

/* Основной текст */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.splide__pagination{
  position: relative ;
  margin-top: 16px;
}
.splide__pagination__page.is-active{
  background: #c60b0b;
}
.slider-2 .splide__track {
  height: 500px;
}
.slider-3 .splide__track {
  padding: 12px 6px !important;
}
p{
  font-size: 14px;
  font-weight: 300;
  color: #ddd;
}

.body {
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.body::after {
  background-image: url("../images/5e7a16a01c72a35ada19b30202181751.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 80vh;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
}
.header {
  z-index: 10;
  background-image: url("../images/64b3c42e861f392bfba15f787b60a9b2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.header-logo_bottom {
  display: none;
}
.header::after {
  background-image: url("../images/5e7a16a01c72a35ada19b30202181751.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.ccontainer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.header-inner {
  -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;
  padding-bottom: 16px;
  padding-top: 16px;
}
.header-list {
  -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: 4px;
}
._ul {
  padding-bottom: 0;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-link {
  text-decoration: none;
  color: rgb(247, 247, 247);
  text-transform: uppercase;
  font-weight: 600;

  padding: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header-link:active {
  color: rgb(255, 255, 255);
  background-color: rgb(2, 77, 134);
}
._a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  width: 100%;
}
.header-img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 60px;
}
.header-img:active {
  opacity: 0.8;
}
._mb0 {
  margin-bottom: 0;
}
.main {
  z-index: 1;
  position: relative;
}
.next {
  background-color: rgb(231, 231, 231);
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  z-index: 2;
}
.title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
._mb16 {
  margin-bottom: 16px;
}
._mb8 {
  margin-bottom: 8px;
}
._mb32 {
  margin-bottom: 32px;
}
.videos {
  z-index: 2;
  position: relative;
}
.videos-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.videos-item-l-wrap {
  width: calc(67.67.67% - 12px);
}
.videos-item-r-wrap {
  row-gap: 24px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.33333% - 12px);
}
.videos-l-item {
  position: relative;
  height: 100%;
}
.videos-l-item-img-wrap {
  height: 100%;
}
.videos-l-item-img {
  height: 100%;
}
._img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
._img::after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.6474964985994398)),
    to(rgba(0, 0, 0, 0.35057773109243695))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6474964985994398) 0%,
    rgba(0, 0, 0, 0.35057773109243695) 100%
  );
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.videos-l-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.6474964985994398)),
    to(rgba(0, 0, 0, 0.35057773109243695))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6474964985994398) 0%,
    rgba(0, 0, 0, 0.35057773109243695) 100%
  );
}
.videos-l-item-link:active {
  color: rgb(237, 0, 0);
}
.videos-l-item-link-title {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 700;
  padding-left: 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(237, 0, 0);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.videos-l-item-link-title:active {
  color: rgb(192, 6, 6);
}
.video-item {
  border-radius: 8px;
  width: 100%;
}
.video-link {
  display: block;
  position: relative;
  z-index: 1;
  background: #003869;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.video-link::after {
  content: "";
}
.video-img {
  height: 240px;
  border-radius: 8px;
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
.play:active {
  opacity: 1;
}
.posts {
  position: relative;
}
.posts::after {
  background-image: url("../images/f15abccc9c768704bb68dc9e641687d3.png");
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 48px;
  background-repeat: no-repeat;
  background-size: cover;
}
.posts-inner {
  position: relative;
  z-index: 1;
}
.b-title {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
}
.b-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #c60b0b;
  
}

.b-title::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #c60b0b;
  position: absolute;
  bottom: -7px;
  left: 0;
}
._mb24 {
  margin-bottom: 24px;
}
.category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.category-wrap_news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.category-item {
  border-radius: 8px;
  width: 100%;
  background-color: rgb(199, 199, 199);
}
.category-link {
  background-color: rgb(0, 56, 105);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  height: 100%;
}
.category-img-wrap {
  border-radius: 8px 8px 0px 0px;
  height: 200px;
  overflow: hidden;
}

.category-img {
  border-radius: 6px 6px 0px 0px;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.category-text-wrap {
  color: rgb(255, 255, 255);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 12px;
}
.category-title {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.category-title:active {
  color: rgb(192, 6, 6);
}
.ttable {
  position: relative;
  z-index: 2;
}
.category-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.category-btn {
  background-color: rgb(0, 56, 105);
  border-radius: 32px;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-right: 24px;
  padding-left: 24px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
}
.category-btn:active {
  background-color: rgb(244, 244, 244);
  color: rgb(0, 0, 0);
}
.team {
  position: relative;
  z-index: 3;
}
._color-white {
  color: rgb(255, 255, 255);
}
.gallery-bg {
  background-image: url("../images/aa5e5bee96c48f39da972111c5fb6b02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(2, 66, 116);
 padding: 32px 0;
}
.team-text-wrap {
  background-color: rgb(240, 240, 240);
  color: rgb(0, 0, 0);
  font-weight: 700;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  border-radius: 0px 0px 5px 5px;
}
.team-name {
  font-size: 18px;
  font-weight: 600;
  color: rgb(2, 66, 116);
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.team-name:active {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(66, 170, 235);
}
.team-pos {
  color: rgb(0, 153, 255);
  font-size: 12px;
}
.team-link {
  border-radius: 8px;
  color: rgb(255, 255, 255);
  height: 100%;
  background-color: rgb(168, 168, 168);
}
.team-br8 {
  border-radius: 8px 8px 0px 0px;
}
.gallery {
  position: relative;
  z-index: 3;
}
.gallery-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
}
.gallery-item {
  height: 360px;
}
.gallery-item-link {
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-item-img {
  border-radius: 8px;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  height: 360px;
}
.gallery-item-img:active{
  scale: 1.1;
}
.footer {
  background-image: url("../images/64b3c42e861f392bfba15f787b60a9b2.jpg");
  padding-bottom: 32px;
  padding-top: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.footer-list-wrapper {
  width: 100%;
}
.footer-list-title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(179, 179, 179);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  color: rgb(179, 179, 179);
  text-transform: uppercase;
}
.footer-link {
  color: rgb(233, 233, 233);
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.footer-link:active {
  color: rgb(44, 44, 44);
}
.subtitle {
  font-weight: 700;
  text-transform: uppercase;
}
.content {
  position: relative;
  z-index: 3;
}
._mt32 {
  padding-top: 32px;
}
.contact-list {
  list-style: disc inside;
  color: rgb(237, 0, 0);
}
.contact-li {
  color: rgb(0, 0, 0);
}
.contact-link {
  color: rgb(0, 78, 156);
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-link:active {
  text-decoration: underline;
}
.contact-text {
  max-width: 768px;
}
.jus-center {
  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;
}
.cont-img {
  border-radius: 8px;
}
.auth {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(179, 179, 179);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.auth-img {
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 50px;
}
.auth-name {
  font-size: 14px;
  text-transform: capitalize;
}
.contact-text{
color: #111;
}
.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: #c60b0b;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.contacts__btn:active {
  background: #a90909;
}
.contacts-box{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.video {
  height: 640px;
  border-radius: 8px;
}
.res-link {
  text-decoration: none;
}
.header-cup-img {
  height: 70px;
}
.head-bottom {
  padding: 16px 0;
}
.head-bottom-wrapp {
  background: #005ea4;
}
.banner {
  position: relative;
}
.banner-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  padding-left: 24px;
  padding-right: 24px;
}
.pt-32{
  padding-top: 32px;
}
.pb-32{
  padding-bottom: 32px;
}
.mb-32{
  margin-bottom: 32px;
}
.mb-16{
  margin-bottom: 16px;
}
.match-rev .b-title, .match-stats .b-title{
font-size: 28px;
margin-bottom: 24px;
}
.match-stat-row-label{
  font-size: 12px;
}
.judges-link span:first-child{
  font-size: 12px;
}
.col-black {
  color: rgb(4, 4, 4);
}
.match-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.match-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #fff;
  border-radius: 12px;
  grid-gap: 24px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(199, 199, 199);
  box-shadow: 0px 0px 10px 0px rgb(199, 199, 199);
}
.match-card-top {
  text-align: center;
}
.col-gray {
  color: rgb(83, 83, 83);
}
.col-light-gray {
  color: rgb(138, 138, 138);
}
.match-card-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.match-card-body-team {
  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: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.match-card-body-team-icon {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.match-card-text {
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.match-card-text:active {
  color: rgb(52, 106, 194);
}
.match-card-body-score {
  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;
}
.match-card-body-score-num {
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  font-size: 28px;
  background-color: rgb(231, 231, 231);
  font-family: Arial Black;
  display: inline-block;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(231, 231, 231);
}
.al-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
}
.fz-18 {
  font-size: 18px;
}
.overlay-hov {
  background-color: rgba(0, 0, 0, 0.34);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 8px;
}
.overlay-hov:active {
  background-color: rgba(0, 0, 0, 0);
}
.active-link {
  background-color: rgb(2, 77, 134);
}
.icon-100 {
  height: 100px;
  width: 100px;
}
.video-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
}
.video-desc {
  padding: 12px;
  border-radius: 8px;
}
.video-desc h4{
  font-size: 16px;

}
.game-stat {
     background: #fff;
     overflow: hidden;
     border-radius: 5px;
}
 .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 {
  font-size: 18px;
     width: 50px;
     text-align: center;
     font-size: 16px;
     font-weight: 600;
     line-height: 100%;
     color: rgb(0, 0, 0);
}
.line {
  transform: scaleX(0);
  transform-origin: left; /* чтобы линия заполнялась слева направо */
  transition: transform 1s ease-in-out; /* плавная анимация */
}

.line.team1 {
  background: #004b90; /* пример для первой команды */
  height: 10px;
 
}

.line.team2 {
  background: #c20000; /* пример для второй команды */
  height: 10px;
 
}

 .item-game-stat__label {
     font-weight: 600;
     font-size: 12px;
     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: 12px;
     background: #c20000;
}
 .item-game-stat__line:last-child {
     background-color: #004b90;
}
.rev_stat_img{
height: 80px;
}
.h-40{
  height: 30px;
}
.mc-filter__block {
  
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 24px;
  gap: 80px;
}
.filter_dates_btn.btn_now_date {
  padding: 6px 12px;
  border-radius: 14px;
  background-color: #c60b0b;
  color: #000;
}
.filter_dates_btn {
  padding: 6px 12px;
  border-radius: 14px;
  background-color: #f6f6f6;
  border: 1px solid #003869;
  color: #303030;
  transition: 0.3s all;
}
.filter_dates_btn.active{
  background-color: #003869;
  color: #f1f1f1;

}
.filter__dates-arrow_img{
height: 30px;
}
.mc-filter__dates,
.mc-filter__dates-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.empty_match{
  grid-column: 1/-1;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #111;
 gap: 8px;
 font-size: 20px;
}
.mc-filter__dates-slider{
  width: 100%;
}
.mc-filter__dates, .filter_dates_btn{
  width: 100%;
}
.dates-wrapper{
  width: 100%;
  display: flex;
  gap: 8px;
}
.filter_dates_btn:not(.filter_dates_btn.btn_now_date):active {
  background-color: #003869;
  color: #f1f1f1;
}

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

.custom-select {
  position: relative;
  width: 120px;
  font-size: 14px;
}
.team-text-col, .cont-img-text{
  color: #111;
}
.breadcrumbs{
  width: 100%;
}

.custom-select-trigger {
  background: #01427a;
  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: 5px;
  top: 10px;
  transition: transform 0.2s;

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




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

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

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

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

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

.custom-option:hover,
.custom-option.selected {
  background: #c60b0b;
  color: rgb(232, 232, 232);
}



.calendar-controls select {
background: #000;
}
#calendarDays .week {
  display: flex;
  justify-content: space-between;
 
}
#calendarDays .day {
  width: 30px;
  text-align: center;
  margin: 2px 0;
  cursor: pointer;
}
#calendarIcon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.review-top-contantent-link{
display: flex;
align-items: center;
gap: 8px;
}
.review-top-contantent-link:last-child .al-center{
display: flex;
flex-direction: row-reverse;
}
.review-top-contantent-link .flex-col{
  display: flex; 
  flex-direction: column;
  gap: 8px;
}
.review-top-contantent{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.relat {
  position: relative;
}
.h-100 {
  height: 100%;
}
.post-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 32px;
}
.match-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
}
.w-35 {
  width: 35%;
  min-width: 35%;
}
.main-team {
  z-index: 1;
  position: relative;
}
.team-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team-flex-l {
  width: 65%;
}
.team-flex-r {
  width: 32%;
  min-width: 32%;
  position: relative;
}
.w-100 {
  width: 100%;
}
.upper {
  text-transform: uppercase;
}
.team__coach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
}
.team__coach-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #005ea4;
  width: 50%;
}
.team__coach-link img {
  -o-object-fit: cover;
  object-fit: cover;
}
.team-coah-text {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(149, 149, 149);
  box-shadow: 0px 0px 10px 0px rgb(149, 149, 149);
  width: 100%;
  border-radius: 8px;
  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;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flag-img {
  height: 30px;
}
.team-flex-card {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(176, 176, 176);
  box-shadow: 0px 0px 10px 0px rgb(176, 176, 176);
  border-radius: 8px;
  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: 16px;
  background: #fff;
}
.team-flex-card-row {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stat-list__value {
  font-weight: 600;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pos-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.calendar {
  width: 100%;
  grid-gap: 24px;
}
.calendar-top {
  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;
  grid-gap: 24px;
}
.calendar-top:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendar-top-nav {
  font-size: 36px;
  color: rgb(0, 0, 0);
  display: inline-block;
}
.calendar-wrapp {
  position: relative;
  z-index: 1;
}
.calendar-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.calendar-body-pleace {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(220, 220, 220);
  -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;
}
.calendar-content {
  -webkit-box-shadow: 0px 0px 10px 0px rgb(156, 156, 156);
  box-shadow: 0px 0px 10px 0px rgb(156, 156, 156);
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  border-radius: 12px;
}
.calendar-body-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  justify-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 12px;
  gap: 12px;

  background-color: rgb(242, 242, 242);
  position: relative;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(176, 176, 176);

  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.calendar-body-row .match-card-body-score-num {
  font-size: 18px;
}
.calendar-body-row:hover {
  background-color: rgb(209, 209, 209);
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.icon-30 {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
.play-calendar {
}
.calendar-body-row_team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.review-wrapp {
  position: relative;
  z-index: 1;
  background-image: url("../images/35665df29d9d0cd4ed4be549d06e8bab.webp");
  padding-bottom: 80px;
  padding-top: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}
.over-dark {
  background-color: rgba(0, 0, 0, 0.76);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.review {
  position: relative;
  z-index: 1;
}
.review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
}
.gap-24 {
  grid-gap: 24px;
}
.review-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.review-bottom-content {
  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: 14px;
}
.review-bottom-content:first-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.review-bottom-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 14px;
}
.rev-content {
  position: relative;
  z-index: 1;
}
.review_content_wrapp {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.icon-20 {
  height: 20px;
  width: 20px;
}
.match-rev {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(156, 156, 156);
  box-shadow: 0px 0px 10px 0px rgb(156, 156, 156);
  border-radius: 12px;
}
.match-rev-row {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(94, 94, 94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
}
.dark-bg {
  background-color: rgb(94, 94, 94);
}
.time {
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  background-color: rgb(224, 224, 224);
  border-radius: 4px;
  font-size: 18px;
}
.label {
  color: rgb(44, 44, 44);
}
.fw-700 {
  font-weight: 700;
}
.match-stats {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(162, 162, 162);
  box-shadow: 0px 0px 10px 0px rgb(162, 162, 162);
  border-radius: 12px;
}
.jus-betw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.match-stat-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 12px;
  grid-template-columns: 1fr 2fr 1fr;
  text-align: center;
  justify-items: center;
}
.match-stat-row-num {
  font-weight: 700;
  font-size: 18px;
}
.match-stat-row-label {
  text-transform: uppercase;
}
.match-stat-img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.judges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.judges-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stiky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.results {
  position: relative;
  z-index: 3;
}

.week::-webkit-scrollbar {
  display: none; /* скрыть скроллбар Chrome/Safari */
}
.week_day {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 200px;
  padding: 6px 12px;
  border: 1px solid #024d86;
  border-radius: 12px;
}
.week_day.active-link {
  color: #fff;
}
.win {
  border-color: rgb(0, 183, 40);
  background-color: rgb(0, 183, 40);
  color: rgb(255, 255, 255);
}
.player {
  position: relative;
  z-index: 1;
}
.plyers_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.player-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
}
.player-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-color: rgb(206, 206, 206);
}
.player-info-item-num {
  font-size: 22px;
  font-weight: 600;
}
.player-info-item-label {
  text-transform: capitalize;
}
.team-flex-r .b-title{
  font-size: 28px;
}
.player-text-left{
  color: #111;
}
.player-text {
  width: 100%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(186, 186, 186);
  box-shadow: 0px 0px 10px 0px rgb(186, 186, 186);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.border-r-0 {
  border-right-width: 0;
}
.border-b-0 {
  border-bottom-width: 0;
}
/* Burger */
.menu-burger {
  width: 30px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 100;
  position: relative;
}
.menu-burger::after,
.menu-burger::before {
  content: "";
  position: absolute;
  left: 0;
}
.menu-burger::before {
  top: 0;
  -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: 4px;
  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: 3;
}
.burger_overlay--active {
  opacity: 1;
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
    transform: translateX(
      -33.333%
    ); /* половина, потому что 2 одинаковых блока */
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
    transform: translateX(
      -33.333%
    ); /* половина, потому что 2 одинаковых блока */
  }
}
.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;
}
.ellipsis-twoline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* TABLE */

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

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

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

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

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

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

  -webkit-transition: color 0.3s ease;

  transition: color 0.3s ease;
  text-align: left;
  color: #1a1a1a;
  text-decoration: none;
}
.league-table__team:active {
  color: #003869;
}
.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;
  margin-bottom: 24px;
}

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

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

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

.league-table__header th:first-child,
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #003869;
}
.league-table__header th:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #003869;
}
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 40px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #003869;
  border-bottom: 1px solid #ddd;
}
.league-table__row td:first-child {
  position: -webkit-sticky;
  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: -webkit-sticky;
  position: sticky;
  min-width: 58px;
  padding-right: 12px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}
.league-table__row td:nth-child(3){
  min-width: 177px;
}
.league-table__header .league-table__row .league-table__cell:nth-child(3){
text-align: left;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #fd0005;
  color: white;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

#toTopBtn:active {
  opacity: 1;
}
.trophies-block {
  background: #111;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  color: white;
  
 
}

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

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

  justify-content: center;
}

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

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

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

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

.trophy-year {
  font-size: 14px;
  color: #09f;
}
.circle_wrapp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.circle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.bg-red {
  background-color: rgb(204, 0, 0);
}
.bg-green {
  background-color: rgb(0, 177, 47);
}
@media (max-width: 1300px) {
  .match-cards-results {
    grid-template-columns: 1fr 1fr;
  }
  .calendar-body {
    grid-template-columns: 1fr;
  }
  .calendar-body-row_team {
    width: 100%;
    justify-items: center;
  }
}

@media (max-width: 1200px) {
  .footer-inner .header-logo {
    grid-column: 1/-1;
    width: 100%;
    justify-items: center;
    margin-bottom: 24px;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-list-title,
  .footer-li {
    text-align: center;
  }
  .team-flex-r .match-card-body-score-num {
    padding: 12px;
  }
  .match-card-body-score .fz-18 {
    text-align: center;
  }
}

@media (max-width: 1130px) {
  .header-link {
    font-size: 14px;
  }
  .ttable-inner {
    overflow: hidden;
  }
}
@media (max-width: 1100px) {
  .slider-2 .splide__track {
    height: 300px;
  }
  .videos-inner_main .videos-item-l-wrap {
    display: none;
  }
  .videos-inner_main .videos-item-r-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
}
@media (max-width: 1030px) {
  .header-logo_bottom {
    display: block;
  }
  .head-bottom {
    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;
  }
  .menu-burger {
    display: block;
  }
  .header-inner {
    display: none;
  }
  .header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    gap: 24px;
    z-index: 99;
    overflow: scroll;
    width: 250px;

    background-image: url("/images/64b3c42e861f392bfba15f787b60a9b2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    flex-direction: column;
    padding-top: 50px;
    height: 100vh;
    padding-bottom: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;

    -webkit-transform: translateX(100%);

    transform: translateX(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 .active-link {
    background-color: rgb(2, 77, 134);
  }
  .menu-burger--active::before,
  .menu-burger--active::after {
    background-color: #fff;
  }
  .header-nav-list-mobile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 50px;
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    font-weight: 700;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1000px) {
  .post_right {
    display: none;
  }
  .team-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-flex-l {
    width: 100%;
  }
  .team-flex-r {
    width: 100%;
  }
  .video-post_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .video-post_inner .videos-item-r-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 950px) {
  .category-wrap_main {
    overflow-y: scroll;
  }
  .category-wrap_main .category-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 220px;
  }
  .video-cards-three {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .video-cards-three .video-item:first-child {
    grid-column: 1/-1;
  }
  .video-cards_four {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .category-wrap_post {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .week {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 850px) {
  .match-cards-results {
    grid-template-columns: 1fr;
  }
  .plyers_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .player_video-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dates-wrapper{
    overflow-x: scroll;
  }
  .filter_dates_btn{
    flex: 0 0 auto;
    max-width: 90px;
  }
}
@media (max-width: 750px) {
  
  .review_content_wrapp {
    grid-template-columns: 1fr;
  }
  .calendar-body-row .match-card-body-team {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    text-align: center;
  }
}
@media (max-width: 730px) {
  .team__coach_player {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team__coach_player .category-img-wrap {
    height: 430px !important;
  }
  .team__coach_player .category-img {
    -o-object-position: top;
    object-position: top;
  }
  .player-info {
    width: 100%;
  }
  .contacts-box{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .review-wrapp .match-card-body-team {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .review-wrapp .match-card-body-team img {
    height: 70px;
    width: 70px;
  }
  .review-top-item {
    font-size: 12px;
    gap: 12px;
  }
  .review-top .gap-24 {
    gap: 12px;
  }

  .review_video-cards {
    overflow-x: scroll;
  }
  .review_video-cards .video-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 230px;
  }
  .videos-l-item-link-title {
    font-size: 18px;
  }
  .video-post_inner .video-img {
    height: 200px;
  }
  .videos-l-item-link {
    padding: 0 12px 12px 12px;
  }
  .gallery-item{
    height: 250px;
  }
  .rev_stat_img{
    height: 60px;
  }
  .review-top-contantent-link .h-40{
    height: 20px;
   }
   .mc-filter__block{
    gap: 40px;
   }
}
@media (max-width: 600px) {
  .videos-inner_main .video-item:last-child {
    display: none;
  }
  .videos-inner_main .videos-item-r-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .footer-list-title,
  .footer-li {
    text-align: left;
  }
  .category-wrap_news {
    grid-template-columns: 1fr 1fr;
  }
  .b-title {
    font-size: 28px;
  }
  .plyers_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .review-top-item .icon-30 {
    width: 20px;
    height: 20px;
  }
  .review-wrapp {
    padding: 30px 0;
  }
  .review-top {
    overflow-x: auto;
    gap: 12px;
  }
  .review-top::-webkit-scrollbar {
    display: none;
  }
  .review-top-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .video-post_inner .video-img {
    height: 150px;
  }
  .play {
    height: 35px;
    width: 35px;
  }
  .video-post_inner,
  .video-post_inner .videos-item-r-wrap {
    gap: 12px;
  }
  .auth-img {
    height: 30px;
    width: 30px;
  }
  .mc-filter__block{
    gap: 0px;
  }
  .mc-filter__block{
    position: relative;
  }
  .mc-filter__icon_calendar{
    position: absolute;
    right: 0;
    top: -47px;
  }
  .filter_dates_btn{
    font-size: 12px;
    padding: 6px 8px;
  }
  .filter_dates_btn{
    max-width: 60px;
  }
}
@media (max-width: 500px) {
 
  .match-card-body-score-num {
    padding: 6px 12px;
  }
  .match-card {
    padding: 12px;
  }
  .match-card-body {
    gap: 12px;
  }
  .video-cards_four,
  .video-cards-three {
    display: grid;
    grid-template-columns: 1fr;
  }
  .calendar-body-row .match-card-body-team img {
    width: 30px;
    height: 30px;
  }
  .team__coach {
    -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;
  }
  .gallery-item{
    height: 200px;
  }
  .plyers_cards{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .category-wrap_news {
    grid-template-columns: 1fr;
  }
  .header-logo_bottom {
    height: 50px;
  }
  .category-wrap_post {
    grid-template-columns: 1fr;
  }
  .review-wrapp .match-card-body-team img {
    width: 50px;
    height: 50px;
  }
  .match-card-text {
    font-size: 14px;
  }
  .review-bottom-content-item {
    grid-gap: 12px;
  }
  .review-bottom-content-item span {
    font-size: 12px;
  }
  .review-bottom-content-item img {
    height: 15px;
    width: 15px;
  }
  .filter__dates-arrow{
position: absolute;
top: -37px;
  }
  .filter__dates-arrow_img{
height: 20px;

  }
  .filter__dates-arrow-prew{
right: 80px;
  }
   .filter__dates-arrow-next{
    right: 50px;
   }

}
@media (max-width: 400px) {
  
  .gallery-item{
    height: 150px;
  }
  .empty_match{
    font-size: 16px;
  }
  .player-info-item-label{
    font-size: 12px;
  }
  
}

@media (hover: hover) and (pointer: fine) {
  .category-img:hover {
    scale: 1.1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .category-title:hover {
    color: rgb(192, 6, 6);
  }
  .category-btn:hover {
    background-color: rgb(244, 244, 244);
    color: rgb(0, 0, 0);
  }
  .header-link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(2, 77, 134);
  }
  .header-img:hover {
  opacity: 0.8;
}
.videos-l-item-link:hover {
  color: rgb(237, 0, 0);
}
.videos-l-item-link-title:hover {
  color: rgb(192, 6, 6);
}
.play:hover {
  opacity: 1;
}
.team-name:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(66, 170, 235);
}
.gallery-item-img:hover {
  scale: 1.1;
}
.footer-link:hover {
  color: rgb(44, 44, 44);
}
.contact-link:hover {
  text-decoration: underline;
}
.contacts__btn:hover {
  background: #a90909;
}
.match-card-text:hover {
  color: rgb(52, 106, 194);
}
.overlay-hov:hover {
  background-color: rgba(0, 0, 0, 0);
}
.filter_dates_btn:not(.filter_dates_btn.btn_now_date):hover {
  background-color: #003869;
  color: #f1f1f1;
}
.league-table__team:hover {
  color: #003869;
}
.trophy:hover {
  transform: scale(1.05);
}
}
