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

h1, h2, h3 {
  font-family:'Raleway', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body, p, span, a {
  font-family: 'Roboto', sans-serif;
}
.splide__pagination{
  position: relative;
  margin-top: 16px;
}
.splide__pagination__page.is-active{
  background: #29aba4;
}

.splide {
  visibility: visible;
}
.slider-2 .splide__track {
  margin-bottom: 24px;
}

.splide__slide {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.pr-36px {
  padding-right: 36px;
}
.relative {
  position: relative;
}
.pr-15px {
  padding-right: 15px;
}
.gap-x-20px {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.gap-x-8px {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gap-x-30px {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.gap-y-10px {
  row-gap: 10px;
}
.p-10px {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.text-center {
  text-align: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pt-20px {
  padding-top: 20px;
}
.gap-x-12px {
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.gap-y-8px {
  row-gap: 8px;
}
.mb-0 {
  margin-bottom: 0;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.h-30px {
  height: 30px;
}
.header-wrapp {
  background: #fff;
}
.ccontainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}
.header {
  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-bottom: 10px;
  padding-top: 10px;
}
.res-link {
  text-decoration: none;
  color: rgb(4, 4, 4);
}
.res-list {
  padding-left: 0;
  list-style: none;
}
.logo-link {
  text-transform: uppercase;
  font-family: Times New Roman;
  font-size: 30px;
  color: rgb(41, 171, 164);
}
.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 4px;
}
.header-list-link {
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.header-list-link:hover {
  background: #29aba4;
  color: rgb(255, 255, 255);
}
.wellcome-wrapp {
  background-image: url("../images/e81be2776d43be0c4a8a06a42b4889ee.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.wellcome {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.wellcome-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;
  width: 500px;
}
.col-white {
  color: rgb(255, 255, 255);
}
.overlay {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.results-cards {
  position: relative;
}
.week {
  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;
  overflow-x: auto; /* лучше auto, чем scroll */
  scrollbar-width: none; /* скрыть скроллбар Firefox */
  -ms-overflow-style: none; /* скрыть скроллбар IE/Edge */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; /* 🔥 растягиваем на всё доступное место */
}
.week::-webkit-scrollbar {
  display: none; /* скрыть скроллбар Chrome/Safari */
}
.week_day {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90px;
  
}
.result-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
.result-cards-wrapp{
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
.result-wrapp .result-card-li{
   flex-shrink: 0;
  width: 380px;
}
.result-wrapp{
    overflow: hidden;
  width: 100%;
  position: relative;
}
.result-card {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  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;
  background-color: rgb(228, 228, 228);
  width: 100%;
  border-radius: 14px;
}
.res-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.res-card-body-team {
  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;
}
.icon-40 {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.al-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gap-14 {
  grid-gap: 14px;
}
.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.res-card-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.res-card-desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
}
.icon-25 {
  height: 25px;
  width: 25px;
}
.breadcrumbs{
  display: flex;
  align-items: center;
  gap: 16px;
}
.col-light-gray{
  color: #c0c0c0;
}
#toTopBtn {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #29aba4;
  color: rgb(236, 236, 236);
  cursor: pointer;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.3s ease;
}

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

#toTopBtn:active {
  opacity: 1;
}
.btn-out {
 padding: 6px 12px;
  border: 2px solid;
  border-color: rgb(41, 171, 164);
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-out:active {
  background: #29aba4;
  color: rgb(255, 255, 255);
}

.fz-24 {
  font-size: 24px;
}
.moment-top {
  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;
}
.moment-top h2 {
  font-weight: 600;
  text-transform: uppercase;
}
.title-main{
  position: relative;
  font-size: 32px;
  padding-bottom: 4px;

}
.title-main::after{
  content: "";
    display: block;
    width: 440px;
    height: 3px;
    background: linear-gradient(90deg, #29aba4 0%, rgba(36, 73, 164, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.col-hov {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.col-hov:active {
  color: rgb(41, 171, 164);
}
.h-100px {
  height: 100px;
}
.moment-cards,
.review_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moment-cards {
  gap: 12px;
}
.moment-card {
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 14px;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.scale {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.new-icon {
  position: absolute;
  top: 0;
  background: #29aba4;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  border-radius: 12px;
  left: 0;
}
.text-card {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-4%, #0000),
    to(#000000)
  );
  background: linear-gradient(#0000 -4%, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 24px;
  padding-bottom: 12px;
  font-size: 20px;
 
}
.text-card span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mb-24 {
  margin-bottom: 24px;
}
.higlight {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 12px;
}
.pt-b-40 {
  padding: 32px 0;
}
.mb-16{
  margin-bottom: 16px;
}
.mb-32{
  margin-bottom: 32px;
}
.hig-big {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.over-hid {
  overflow: hidden;
}

.hig-right-cards {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  height: 100%;
}
.hig-right-card {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(87, 87, 87);
}
.hig-right-card-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.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;
  grid-gap: 12px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(190, 190, 190);
  box-shadow: 0px 0px 10px 0px rgb(190, 190, 190);
  background: #fff;
}
.news-card:hover {
}
.news-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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  grid-gap: 12px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
}
.mt-auto {
  margin-top: auto;
}
.h-200 {
  height: 200px;
}
.bg-main {
  background: #f1f3f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.stat {
  background: #fff;
  
  border-radius: 14px;
}
.circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgb(147, 147, 147);
  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;
}
.contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.bg-green {
  background-color: rgb(0, 155, 52);
}
.bg-red {
  background-color: rgb(194, 0, 0);
}
.btn-table {
  padding-bottom: 10px;
  padding-top: 10px;
  background: #29aba4;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-table:hover {
  background-color: rgb(28, 114, 110);
}
.video-wrapp {
  background: #fff;
}
.btn-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0; /* 🔥 стрелки не сжимаются */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: rgb(41, 171, 164);
  border: 2px solid #29aba4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;

  z-index: 2;
}
.btn-arrow.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
  
  transition: opacity 0.3s ease;
}
.btn-arrow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-color: rgb(29, 125, 120);
  color: rgb(29, 125, 120);
}
.h-70 {
  height: 70px;
}
.video-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
}
.video-card h3{
  font-size: 18px;
}
.privacy ol {
list-style: decimal;
  padding-left: 20px;
  color: #282828;
}
.privacy ul {
  list-style: disc;
    padding-left: 20px;
  }
  .privacy h2{
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
  }
 
 
  .contact-info-privacy{
display: flex;
flex-direction: column;
gap: 8px;
  }
  .privacy ol>li{
    margin-bottom: 32px;
  }
  .privacy li{
    margin-bottom: 8px;
  }
.video-card {
  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;
  background-color: rgb(230, 230, 230);
  border-radius: 14px;
  width: 100%;
  height: 100%;
}
.video-card-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
}
.videos_wrapp .video-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 14px;
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 1;
}
.play:hover {
}
.coll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.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;
  grid-gap: 12px;
  padding: 0 12px 12px 12px;
}
.card-desc span{
  font-size: 12px;
  color: #333;
}
.bor-tl-tr-14 {
  border-radius: 14px 14px 0px 0px;
}
.mc-filter__block, .mc-filter__dates{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 24px;
}
.mc-filter__dates{
    overflow: hidden;

}

   
.mc-filter__block{
gap: 16px;
}
.custom-select-trigger {
  background: #cbcbcb;
  color: #272727;
  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: #cbcbcb;
  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: #29aba4;
}
.custom-options.open::-webkit-scrollbar-track {
 background-color: #f7f7f7;

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

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

.custom-option:hover,
.custom-option.selected {
  background: #29aba4;
  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;
  color: #000;
}
#calendar {
  position: absolute;
  top: 35px;
 right: 0;
  background: #dee0e1;
  color: #ebebeb;
  border: 1px solid #ccc6c6;
  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;
}
#calendarIcon {
 
  cursor: pointer;
}
.footer-wrapp {
  background: #333;
}
.footer {
  padding-top: 40px;
  padding-bottom: 15px;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 32px;
}
.footer-top-logo {
  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;
  width: 100%;
}
.footer-col {
  width: 100%;
  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;
}
.footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.active-link {
  background: #29aba4;
  color: rgb(255, 255, 255);
}
.nav-wrapp {
  background-image: url("../images/7a5547102df3a81c248422761e1bfdb9.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.nav {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

}
.btns-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.res-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.res-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 32px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #fff;
  border-radius: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(190, 190, 190);
  box-shadow: 0px 0px 10px 0px rgb(190, 190, 190);
}
.res-card:active {
  background-color: rgb(230, 230, 230);
}
.res-card-row {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.icon-50 {
  height: 50px;
  width: 50px;
}
.img-res {
  width: 300px;
  position: relative;
}
.gap-16 {
  grid-gap: 16px;
}
.icon-30 {
  height: 30px;
  width: 30px;
}
.text-right {
  text-align: right;
}
.bor-14 {
  border-radius: 14px;
}
.review-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-top-left {
  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: 32px;
  height: 100%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background-color: rgb(41, 171, 164);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background-image: url("../images/f5145b7d29340138e63ff1d099253bc9.jpg");
  background-size: cover;
}
.review-top-left-date {
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(175, 175, 175);
  text-align: center;
}
.rev-top-teams {
  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;
}
.rev-top-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-70 {
  height: 70px;
  width: 70px;
}
.h-300 {
  height: 300px;
}
.res-content-right {
  min-width: 35%;
  width: 35%;
  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;
}
.res-content-r-card {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 14px;
}
.rev-cards-desc-player {
  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;
}
.player-rad {
  border-radius: 50%;
  height: 100px;
}
.img-logo {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  bottom: 0;
}
.icon-100 {
  height: 100px;
  width: 100px;
}
.translateY {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.res-card-info {
  padding-left: 12px;
  padding-right: 12px;
}
.video-post_text p{
  margin-bottom: 0;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

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

.contacts__field label {
  margin-bottom: 5px;
  
}

.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: #29aba4;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}
.contact{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.contacts__btn:hover {
  background: #1f847f;
}
.res-card-info-row {
  -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-left: 12px;
  padding-right: 2px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(168, 168, 168);
  padding-top: 10px;
}
.bg-card {
  background-image: url("../images/d4568b94976ba7ac759ab12cd978dfb1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.z-in {
  z-index: 11;
  position: relative;
}
.res-card-foot {
  position: relative;
  height: 700px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.res-card-foot_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.res-card-foot-top {
  position: relative;
  z-index: 1;
}

/* .res-card-foot::after{
    background-image: url('../images/36ed448320661be13ab6e0d51166b56e.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;


} */
.res-card-foot-body {
  position: absolute;
  z-index: 1;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img-play {
  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;
}
.just-evetn {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.al-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.bg-darkk {
  background-color: rgba(6, 60, 75, 0.71);
}
.subt_btn {
  display: none;
}
.subt-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
}
.subt-card h3{
  font-size: 18px;
}
.subt-card {
  background-color: rgb(224, 224, 224);
  border-radius: 50px;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.subt-card:hover {
  background-color: rgb(204, 204, 204);
}
.ml-auto {
  margin-left: auto;
}
.col-red {
  color: rgb(177, 0, 0);
}
.col-green {
  color: rgb(2, 175, 45);
}
.team-info {
 
  background: #fff;
  border-radius: 14px;
  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: 23px;
}
.team-info-cards {
  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;
}
.team-info-stat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-color: rgb(175, 175, 175);
  border-bottom-width: 1px;
}
.fz-40 {
  font-size: 40px;
}
.pl-15 {
  padding-left: 15px;
}
.bg-main-green {
  background: #29aba4;
  background-image: url("../images/c4327275721905de0f9c73cf41ae6762.webp");
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-32{
  padding-bottom: 32px;
}
.teams-card {
  background-image: url("../images/82b456af7986e1187bd9ce7b631cd844.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 24px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  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: 50px;
  border-radius: 14px;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.teams-card:hover {
  background-color: rgb(34, 127, 123);
}
.card-bg {
  background-color: rgb(41, 171, 164);
}
.hov-col-darkk {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hov-col-darkk:hover {
  background-color: rgba(68, 68, 68, 0);
  color: rgb(14, 44, 43);
}
.teams-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: #fff;
  border-radius: 14px;
}
.team-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-top .icon-40{
  width: 20px;
  height: 20px;
}
.team-top span.fz-24{
  font-size: 14px;
}
.icon-150 {
  height: 150px;
  width: 150px;
}
.form-guide {
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  background-color: rgba(97, 97, 97, 0.55);
  border-radius: 14px;
}
.just-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.team-circle {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: conic-gradient(
    #ff5ca8 0% 25%,
    #28e1f1 25% 35%,
    #0047ff 35% 90%,
    #e6e6e6 90% 100%
  );
  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;
  position: relative;
}
.team-circle::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  z-index: 1;
}
.team-circle-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.team-circle-content::before {
  z-index: 2;
}
.team-circle-content-number {
  font-size: 22px;
  font-weight: 600;
}
.team-circle-content-text {
  color: rgb(111, 111, 111);
  width: 100px;
}
.team-statss-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(224, 224, 224);
}
.team-statss-item-number {
  font-size: 18px;
}
.dot {
  display: inline-block;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.won {
  background: #0047ff;
}
.drawn {
  background: #28e1f1;
}
.lost {
  background: #ff5ca8;
}
.teams-stat-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
.teams-stat-table-item {
  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: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.teams-stat-table-item h3{
    font-family: 'Roboto', sans-serif;

}
.col-gray {
  color: rgb(128, 128, 128);
}
.w-50pers {
  width: 50%;
}
.teams-players{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.team-squard {
 
  background: #fff;
  border-radius: 14px;
}
.player_num{
  position: absolute;
  left: 17px;
  bottom: 10px;
  background: #e8e8e8;
  color: #1a1a1a;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player_num span{
  font-weight: 600;
}
.team-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-radius:12px;
  -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: 8px;
  width: 100%;
  color: #e6e6e6;
  background: #29aba4;
  position: relative;
}
.team-player a.col-hov{
  color: #e6e6e6;
}
.team-player a.col-hov:hover{
  color: #1a1a1a;
}
.team-player-img {
  height: 160px;
  width: 160px;
  border-radius: 50%;
}
.fw-600 {
  font-weight: 600;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.hover-overl {
  background-color: rgba(0, 0, 0, 0.48);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.hover-overl:hover {
  background-color: rgba(0, 0, 0, 0);
}
.video-post-cont {
  background: #fff;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border-radius: 14px;
}
.fz-18 {
  font-size: 18px;
}
.shedule {
  padding-top: 32px;
}
.shedule_match{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
#matches2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.fz-32 {
  font-size: 32px;
}
.h-400 {
  height: 400px;
}
.player_top {
  gap: 16px;
  padding-top: 12px;
}
.player-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.player-info-card {
  padding-left: 14px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  border-left-color: rgb(197, 197, 197);
  width: 100%;
}
.player-match {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 24px;
  padding-left: 12px;
  grid-gap: 24px;
  background: #d7d4d48f;
  border-radius:12px;
}
.col-main {
  color: rgb(41, 171, 164);
}
.grid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.h-500 {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
/* 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: #29aba4;
  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 #d5d5d5;
}

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

/* Фон полосы прокрутки */
.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: #29aba4;
}

.league-table__header th:first-child,
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #29aba4;
}
.league-table__header th:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #29aba4;
}
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 50px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #29aba4;
  border-bottom: 1px solid #d5d5d5;
}
.league-table__header th:nth-child(3) {
min-width: 140px;
text-align: left;
}
.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 #d5d5d5;

}
.league-table__row td:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 50px;
  padding-right: 12px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
   border-bottom: 1px solid #d5d5d5;
      justify-items: flex-end;

}


.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);
}
/* 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: #141414;
}
.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: 8;
}
.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;
}
@media (max-width: 1200px) {
  #matches2 {
    grid-template-columns: 1fr 1fr;
  }
  .week {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .teams-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .shedule_match{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1150px) {
  .menu-burger {
    display: block;
  }
  .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-color: #29aba4;
    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-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-list-link {
    color: #fff;
  }
  .header-nav-list-mobile .active-link {
    color: #29aba4;
    background:#fff;
  }
  .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-transform: translateY(0);
    transform: translateY(0);
  }
  .result-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin-bottom: 24px !important;
  }
}
/* Стили для обычного отображения карточек на больших экранах */
@media (max-width: 1100px) {
  .player-info {
    overflow-x: scroll;
  }
  .player-info-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 200px;
  }
  .player-match {
    grid-template-columns: 2fr 1fr;
  }
  .player_match-place {
    grid-column: 1/ -1;
  }
}

@media (max-width: 1050px) {
  .moment-cards {
    overflow-x: scroll;
  }

  .moment-card {
    max-width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .player_circle {
    display: none;
  }
  .player_stat {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
  .res-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-res {
    width: 100%;
    height: 200px;
  }
  .hig-big {
    /* height: 500px; */
  }
}
@media (max-width: 1000px) {
  .res-content-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .res-content-right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
  }
  .res-content-r-card {
    height: 100%;
  }
  .res-card-info {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
  .splide__slide.moment-card {
    max-width: 100%;
  }
  .res-content-left {
    padding: 12px;
  }
}
/* Адаптивность для мобильных экранов */
@media (max-width: 992px) {
  .league-table__cell {
    padding: 8px; /* Уменьшаем отступы для мобильных */
    font-size: 0.9rem; /* Уменьшаем размер шрифта */
  }

  .league-table__logo {
    height: 24px;
    width: 24px; /* Уменьшаем логотип на маленьких экранах */
  }
  .mc-filter__dates-slider{
    overflow-x: scroll;
  }
  .mc-filter__block, .mc-filter__dates{
    width: 100%;
  }
}
@media (max-width: 850px) {
  .main-hig-big {
    display: none;
  }
  .news-cards-grid {
    display: block;
  }
  #matches2 {
    grid-template-columns: 1fr;
  }
  .teams-cards {
    grid-template-columns: 1fr 1fr;
  }
  .news-cards-grid .hig-big {
    margin-bottom: 14px;
  }
  .shedule_match{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-top-logo {
    grid-column: 1/ -1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wellcome-text {
    width: 100%;
  }
  .moment-cards::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 760px) {
  .player_btn-tab {
    padding: 6px 12px;
    font-size: 14px;

  }
  .player-info-card h3 {
    font-size: 20px;
  }
  .player-info-card span {
    font-size: 14px;
  }
  .player_card {
    padding: 12px;
  }
  .player_img {
    height: 300px;
  }
  .fz-32 {
    font-size: 28px;
  }
  .fz-40 {
    font-size: 30px;
  }
  .res-foot {
    display: none;
  }
  .res-content-right {
    grid-template-columns: 1fr;
  }
  .review-top-left_img {
    display: none;
  }
  .review-top {
    grid-template-columns: 1fr;
  }
  .videos_wrapp .video-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
 
  
}
@media (max-width: 700px) {
  .contact .grid-2 {
    grid-template-columns: 1fr;
  }
  .subt-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .higlight {
    grid-template-columns: 1fr;
  }
  .hig-right-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: scroll;
  }
  .hig-right-cards::-webkit-scrollbar {
    display: none;
  }
  .teams-players{
    grid-template-columns: 1fr 1fr;
  }
  .contact{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .news-content .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .res-cards {
    grid-template-columns: 1fr;
  }
  .team-top .icon-150 {
    width: 100px;
    height: 100px;
  }
  .league-table .circle{
    width: 10px;
    height: 10px;
  }
  .res-card-info-row span:first-child{
    font-size: 16px;
    color: #333;
  }
  .res-card-info-row span:last-child{
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .header img {
    height: 50px;
  }
  .wellcome {
    padding: 40px 0;
  }
  .pt-b-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .post-title {
    font-size: 20px;
  }
  .post img {
    height: 300px;
  }
  .nav .btn-out {
    padding: 6px 12px;
    font-size: 12px;
  }
  .res-content-wrapp .video-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .player_btn-tabs {
    overflow-x: scroll;
  }
  .player_btn-tabs::-webkit-scrollbar {
    display: none;
  }
  .player_btn-tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 80px;
  }
  
  .btn-arrow {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .result-card {
    padding: 12px;
  }
  .teams-cards {
    grid-template-columns: 1fr;
  }
  .title-main{
    font-size: 28px;
  }
  .title-main::after{
    width: 300px;
  }
}
@media (max-width: 550px) {
  .player_img {
    height: 250px;
  }
  .form-guide h4 {
    font-size: 16px;
  }
  .form-guide span {
    font-size: 12px;
  }
  .fz-32 {
    font-size: 18px;
  }
  .fz-40 {
    font-size: 20px;
  }
  .player_top .icon-30 {
    width: 25px;
    height: 25px;
  }
  .res-card-body-team a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-col .fz-24 {
    font-size: 18px;
  }
  .next_match-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .teams-stat-table {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .teams-stat-table-item h3 {
    font-size: 18px;
  }
  .teams-stat-table-item span {
    font-size: 14px;
  }
  .player-match {
    grid-template-columns: 1fr;
  }
  .res-card-body-team {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .news-cards-grid .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result-wrapp .result-card-li{
    width: 250px;
  }
  .res-card-desc-item{
    flex-direction: column;
  }
  .review-top-left{
    padding: 12px;
  }
  .rev-top-teams{
    gap: 16px;
  }
  .score-match{
    font-size: 18px;
  }
  .rev-top-team .icon-70{
    width: 50px;
    height: 50px;
  }
  .rev-top-team span{
    font-size: 14px;
  }
   .player_match-place .icon-50{
width: 30px;
height: 30px;
  }
  .player_match-place h4{
    font-size: 18px;
  }
  .player_match-place{
    justify-content: center;
    gap: 16px;
  }
  .player-match{
    gap: 16px;
  }
}
@media (max-width: 450px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-text,
  .post_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .result-card {
    font-size: 14px;
  }
  .res-card-body-team img {
    width: 30px;
    height: 30px;
  }
  .res-card-desc-item {
    gap: 8px;
  }
  .news-cards-grid .flex,
  .news-content .flex {
    grid-template-columns: 1fr;
  }
  .teams-stat-table {
    grid-template-columns: 1fr 1fr;
  }
  .rev-top-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .form-guide_team {
    display: none;
  }
  .hig-right-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 120px;
  }
  .play-btn {
    width: 30px;
    height: 30px;
  }
  .videos_wrapp .video-cards {
    display: grid;
    grid-template-columns: 1fr;
  }
  .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;
  }
  h3{
    font-size: 18px;
  }
   .teams-players{
    grid-template-columns: 1fr;
  }
}
  @media(max-width:360px){
    .title-main{
      font-size: 24px;
    }
    .title-main::after{
      width: 250px;
    }
    .form-guide{
      padding: 12px;
    }
    .player_img{
      height: 200px;
    }
  }

@media (hover: hover) and (pointer: fine) {
  .scale:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .btn-out:hover {
    background: #29aba4;
    color: rgb(255, 255, 255);
  }
  .col-hov:hover {
    color: rgb(41, 171, 164);
  }
  .btn-arrow:hover {
    border-color: rgb(29, 125, 120);
    color: rgb(29, 125, 120);
  }
  .res-card:hover {
    background-color: rgb(230, 230, 230);
  }
}
