@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&family=Roboto:wght@400;500&display=swap");
body {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3 {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wrapp-main{
  display: flex;
  flex-direction: column;
  height: 100%;
}
main{
  flex:1;
}
.glightbox-container .gslide-image img {
  max-height: 80vh; /* например, 80% высоты окна */
  max-width: 90vw; /* можно уменьшить, если хочешь рамку по бокам */
  object-fit: contain;
}
.slider-4 {
  z-index: 1;
}
.splide__pagination {
  position: relative;
  margin-top: 24px;
}
.splide__pagination__page.is-active {
  background-color: #396d90;
}
.slider-4 .splide__list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.slider-5 {
  width: 100%;
}

.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.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-top: 10px;
  padding-bottom: 10px;
}

.header-logo-link {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}
.header-logo-link-img {
  height: 45px;
}
.res-link {
  text-decoration: none;
}
.header-nav {
  padding-bottom: 10px;
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-news-card-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}
.header-nav-list-item {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
}
.wellcome .wellcome-text.wellcome-page {
  width: 100%;
}

.header-nav-list-item-link {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  padding: 12px 6px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header-nav-list-item-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #396d90;
  transform: translateY(100%); /* изначально скрыто снизу */
  transition: transform 0.3s ease;
  z-index: -1; /* чтобы фон был позади текста */
}
.header-nav-list-item-link:active {
  background: #396d90;
  color: #f0f0f0;
}
.res-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.col-black {
  color: rgb(20, 20, 20);
}
.wellcome {
  background-image: url("../images/man-playing-ice-hockey-against-black-background_1048944-16855492.jpg");

  border-radius: 10px;

  position: relative;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 20px;
  background-position: center;
}
.wellcome-text.wellcome-page {
  padding: 20px 0;
}
.wellcome-title {
  text-transform: uppercase;
  font-size: 50px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
}
.col-light-gray {
  color: #b3b2b2;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #396d90;
  color: white;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 3;
}

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

#toTopBtn:active {
  opacity: 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;
  padding: 80px 0 80px 100px;
  width: 500px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.wellcome-text-desc {
  display: block;
}
.btn-bg {
  padding-left: 40px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-top: 10px;
  border-radius: 40px;
  background: #396d90;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-bg:active {
  background-color: rgb(13, 0, 152);
}
.col-white {
  color: rgb(228, 227, 227);
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-32 {
  margin-bottom: 32px;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

}
.next-match {
  padding: 32px 0;
}
.next-match-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.next-match-card {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  background-image: url("../images/34a052615a41096da1559e01ac15886d.jpg");
  width: 100%;
}
.next-match-card-title {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgb(0, 80, 133);
  position: relative;
  z-index: 1;
  font-size: 18px;
}
.next-match-card-center {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  justify-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  z-index: 1;
  position: relative;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.next-match-card-center-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.next-match-card-center-link-img {
  height: 96px;
  width: 96px;
  -o-object-fit: contain;
  object-fit: contain;
}
.next-match-card-center-link-text {
  color: rgb(252, 247, 247);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.next-match-card-center-link-text:active {
  color: rgb(0, 45, 170);
}
.next-match-card-center-current {
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  background: #396d90;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 26px;
}
.next-match-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.next-match-card-bottom-text {
  font-size: 14px;
}
.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.hockey-table-body-col-wrapp-name-text {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
.main-news {
  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;
}
.title {
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 0;
}
.main-news-card-link-text-desc {
  font-size: 14px;
  font-weight: 300;
}
.title-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title::before,
.title::after {
  content: "•••"; /* можно заменить на ⋅ или · */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #396d90;
  font-size: 18px;
}
.title::before {
  left: -35px;
}

.title::after {
  right: -35px;
}
.main-news-subtitle {
  width: 500px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.main-news-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}
.main-news-cards-main-home {
  display: flex;
  gap: 24px;
}
.main-news-card {
  padding: 24px 12px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px;
  box-shadow: 0px 0px 10px 0px;
  width: 100%;
}
.main-news-card-link {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.main-news-card-link:hover {
  color: rgb(13, 0, 152);
}
.main-news-card-link-img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 300px;
  height: 300px;
}
.main-news-card-link-text-title {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-news-card-link-text-title:active {
  color: rgb(0, 45, 170);
}

.main-news-card-link-date {
  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;
}
.main-news-card-link-date-icon {
  height: 20px;
  width: 20px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-nobg {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-nobg:hover {
  color: rgb(13, 0, 152);
}
.gap-10 {
  grid-gap: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
.card-bg {
  background-color: rgb(59, 52, 52);
  background-image: url("../images/e039580ebfce0126ba521c8a56a09b8f.jpg");
  -webkit-box-shadow: 0px 0px 10px 0px rgb(117, 117, 117);
  box-shadow: 0px 0px 10px 0px rgb(117, 117, 117);
}
.match-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  border-style: solid;
  border-radius: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.match-info:active {
  color: rgb(255, 255, 255);
  border-top-color: rgb(13, 0, 152);
  border-color: rgb(13, 0, 152);
  background: rgb(13, 0, 152);
}

.circle {
  background: #cbd9dc;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
.table-bottom {
  background: #396d90;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.table-bottom-btn {
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.table-bottom-btn:active {
  color: rgb(0, 17, 104);
}
.videos-wrapp {
  background-image: url("../images/34a052615a41096da1559e01ac15886d.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.videos {
  padding: 32px 0;
}
.videos .videos-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.videos-title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
}
.videos-title:hover {
  color: rgba(255, 255, 255, 0.98);
}
.videos-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
}
.videos-card {
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.56);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.video-post-big .videos-card{
  height: 500px;

}
.main-news-card-link-date-text{
  font-size: 12px;
}

.videos-card-wrapp-img {
  position: relative;
  height: 100%;
}
.videos-card-img {
 
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 350px;
}
.videos-card-img-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  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: 30px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
.videos-card-img-desc-icon {
  cursor: pointer;
}
.videos-card-img-desc-text {
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  background: #396d90;
  border-radius: 10px;
}
.uper {
  text-transform: uppercase;
}
.videos-text {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.videos-text:active {
  color: rgb(74, 212, 255);
}
.galery {
 padding: 32px 0;
}
.galery-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
}
.galery-card-wrapp {
  position: relative;
  height: 100%;
}
.galery-card {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.galery-card-wrapp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.galery-card-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.galery-card-img:active {
  scale: 1.1;
}
.galery-card-icon {
  position: absolute;
  left: 20px;
  top: 30px;
  height: 50px;
  width: 50px;
}
.review-table-head-row-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/be60e90ae414284820e5580cb639fc36.jpg");
}
.achiev-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
}
.achiev-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
}
.achiev-card-img {
  width: 30%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.achiev-card-img:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.achiev-card-text {
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  background-color: rgba(255, 247, 247, 0.44);
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.achiev-card-text:hover {
  color: rgb(13, 0, 152);
}
.w-40 {
  width: 40%;
}
.footer-wrapp {
  position: relative;
  background-image: url("../images/fabea58584ae8430e452215eaf6af475.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer {
  position: relative;
  z-index: 1;
  padding: 32px 0;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 50px;
}
.footer-top-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.br-0 {
  border-radius: 0;
}
.gap-20 {
  grid-gap: 20px;
}
.footer-col-title {
  text-transform: uppercase;
  font-weight: 700;
}
.pl-30 {
  padding-left: 30px;
}
.footer-link {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.footer-link:hover {
  color: rgb(37, 55, 252);
}
.footer-botoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-botoom-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-botoom-col-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.footer-botoom-col-wrapp:hover {
  color: rgb(41, 47, 245);
}
.footer-botoom-col-wrapp-img {
  height: 26px;
  width: 26px;
}
.social-link {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background-color: rgb(3, 116, 151);
  border-radius: 50%;
}
.social-link-img {
  height: 30px;
  width: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.social-link-img:hover {
  scale: 1.1;
}
.h-80 {
  height: 80px;
}
.header-wrapp {
  -webkit-box-shadow: 0px 0px 10px 0px rgb(79, 79, 79);
  box-shadow: 0px 0px 10px 0px rgb(79, 79, 79);
}
.active_link {
  background: #396d90;
  color: #f0f0f0;
  padding: 6px;
}
.w-100 {
  width: 100%;
}
.align-center {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pl-0 {
  padding-left: 0;
}
.pagination-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 20px;
}
.pagination {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 24px;
}
.pagination:hover {
  color: rgb(0, 73, 232);
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pl-r-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.review {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 20px;
  padding: 32px 0;
}
.review-table {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
  height: 100%;
  width: 100%;
}
.review-table-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  background: #396d90;
  padding-bottom: 10px;
  padding-top: 10px;
}
.review-table-head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.review-table-head-row-text {
  text-transform: uppercase;
  font-weight: 600;
}
.review-table-head-text-row {
  text-transform: uppercase;
  font-weight: 600;
}
.review-table-body-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}
.review-table-body-row-text {
  text-transform: uppercase;
}
.border-bottom {
  border-bottom-width: 5px;
  border-color: rgb(30, 139, 255);
}
.review-table-title {
  text-transform: uppercase;
}
.review-table-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}
.review-table-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.review-table-card-img {
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}
.review-table-card-wrapp-text {
  padding-left: 25px;
  border-style: dashed;
  border-width: 0;
  border-left-width: 3px;
  border-left-color: rgb(97, 89, 89);
}
.review-table-card-wrapp-title {
  text-transform: uppercase;
}
.bg-black {
  background-color: rgb(23, 21, 21);
}
.fz-55 {
  font-size: 55px;
}
.fw-700 {
  font-weight: 700;
}
.bg-blue {
  background-color: rgb(0, 55, 151);
}
.team {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  min-width: 30%;
}
.team-head-row {
  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: 15px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.39);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}
.team-head-row-text {
  text-transform: uppercase;
  display: block;
}
.team-body-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 10px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  padding-top: 10px;
}
.team-body-row-wrapp {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.team-body-row-wrapp:hover {
  color: rgb(13, 0, 152);
}
.team-body-row-img {
  height: 64px;
}
.wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 15px;
}
.text-right {
  text-align: right;
}
.team-col-video-title {
  text-transform: uppercase;
  border-style: solid;
  border-width: 0;
  border-left-width: thick;
  border-color: rgb(0, 65, 168);
  padding-left: 10px;
  font-size: 28px;
}
.review_text-img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.team-content-best {
  margin-bottom: 32px;
}
.team-content-best-wrapp {
  background-color: rgb(57, 109, 144);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-content-best-wrapp-img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.best-text-title {
  text-transform: uppercase;
  text-align: center;
}
.best-text-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
gap: 16px;
  padding-left: 80px;
  padding-right: 80px;
}
.best-text-card {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-radius: 30px;
  border: 1px solid #ddd;
  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;
  width: 100%;
  min-width: 33%;
}
.best-text-card-wrapp {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-radius: 10px;
}
.best-text-card-wrapp-icon {
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}
.best-text-card-title {
  text-transform: uppercase;
  font-size: 24px;
}
.best-text-card-desc {
  text-transform: uppercase;
  text-align: center;
}
.calendar-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.custom-select {
  position: relative;
  width: 120px;
  font-size: 14px;
}

.custom-select-trigger {
  background: #d5d5d5;
  color: #2d2d2d;
  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: 9px;
  top: 10px;
  transition: transform 0.2s;

  font-size: 16px;
}
.empty_match{
  padding-top: 40px;
  color: #232323;
  grid-column: 1/-1;
  width: 100%;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty_match img{
  width: 30px;
  height: 30px;
}
#yearSelect {
  width: 80px;
}

.custom-select.open .custom-select-trigger::before {
  transform: rotate(180deg);
  bottom: 10px;
  transition: transform 0.2s;
}

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

  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: #396d90;
}
.custom-options.open::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.custom-options.open::-webkit-scrollbar {
  width: 6px;
}

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

.custom-option:hover,
.custom-option.selected {
  background: #0d0098;
  color: rgb(230, 230, 230);
}

.calendar-controls select {
  background: #000;
}
.mc-filter__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 24px;
  gap: 12px;
  position: relative;
}
.filter_dates_btn.btn_now_date {
  padding: 6px 12px;
  border-radius: 14px;
  background-color: #0d0098;
  color: #ffffff;
}
.filter_dates_btn {
  padding: 6px 12px;
  border-radius: 14px;
  background: #396d90;
  color: #f9f9f9;
  transition: 0.3s all;
}
.mc-filter__dates,
.mc-filter__dates-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter__dates-arrow_img {
  width: 30px;
  height: 30px;
}
.filter_dates_btn:not(.filter_dates_btn.btn_now_date):active {
  background-color: #0d0098;
}
#calendarDays .week {
  display: flex;
  justify-content: space-between;
}
#calendarDays .day {
  width: 30px;
  text-align: center;
  margin: 2px 0;
  cursor: pointer;
}
#calendarIcon {

  cursor: pointer;
}

#calendar {
  position: absolute;
  top: 35px;
  right: 0;
  background: rgb(242, 242, 242);
  color: #1c1c1c;
  border: 1px solid #464646;
  border-radius: 14px;
  padding: 10px;
  display: none;
  z-index: 100;
}
#calendarMonth,
#calendarYear {
  color: #f7f7f7;
}
#calendarMonth option:checked,
#calendarYear option:checked {
  background: #ffc52a;
  color: black;
}
.privacy ol {
  list-style: decimal;
  padding-left: 20px;
  color: #222222;
}
.privacy ul {
  list-style: disc;
  padding-left: 20px;
}
.privacy h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}

.contact-info-privacy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.privacy ol > li {
  margin-bottom: 32px;
}
.privacy li {
  margin-bottom: 8px;
}
.contact-form label {
  display: block;
  margin-bottom: 6px;
 
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background: #396d90;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.contacts{
display: grid;
grid-template-columns: 2fr 1fr;
gap: 16px;
}

.contact-form button:active {
  background: #274a62;
}
.prog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.progress-top-text {
  font-weight: 700;
}
.prog-bar {
  height: 7px;
  width: 100%;
  background: linear-gradient(312deg, #396d90 42%, #141414 100%);
  border-radius: 20px;
}
.bg-card-blu {
  background: #396d90;
}
.bg-transp {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.35);
  background: #fff;
}
.m-b-5 {
  margin-bottom: 5px;
}
.team-content-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
.team-content-card {
  position: relative;
  border-radius: 20px;
}
.cards-overlay {
  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;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.48);
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cards-overlay:hover {
  opacity: 1;
}
.cards-overlay-name {
  text-transform: uppercase;
  font-size: 24px;
}
.bg-player {
  background-image: url("../images/984a2562c57873d0ee514b2b48a13c74.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.player-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  position: relative;
  grid-gap: 24px;
  padding-bottom: 24px;

  padding-top: 24px;
}
.player_header_l {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.player-header-img {
  position: relative;
  height: 150px;
  background-color: rgb(57, 109, 144);
  border-radius: 50%;
}
.player-header-wrapp {
  z-index: 11;
  position: relative;
  width: 100%;
  max-width: 350px;
}
.player-header-wrapp-parag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
  font-size: 14px;
}
.col-blue {
  color: rgb(0, 39, 106);
}
.blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.player-cards {
  width: 100%;
}
.accordion-title {
  cursor: pointer;
  margin-bottom: 0;
}
.player-card {
  display: grid;
  grid-template-columns: 2fr repeat(5, 1fr);
  grid-gap: 24px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  background-image: url("../images/c1d4dd4d3a67eb9513235bd06abad762.jpg");
  width: 100%;
  justify-items: center;
}
.player-card-col {
  position: relative;
  z-index: 1;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
}
.player-card-col-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.player-card-col-wrapp-text {
  font-size: 14px;
  text-transform: uppercase;
}
.player-card-col-wrapp-name {
  font-size: 24px;
  font-weight: 700;
}
.tabl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.tabl-col {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
}
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}
.red {
  background-color: rgb(234, 31, 31);
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}
.yellow {
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  border-color: rgb(111, 105, 40);
  background-color: rgb(255, 176, 5);
}
.title-player {
  text-transform: uppercase;
  text-align: center;
}
.player-bio-list {
  list-style: disc;
}
.calendar-head {
  grid-template-columns: repeat(7, 1fr);
  display: grid;
}
.match {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.match_shedule {
  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;
  gap: 10px;
  padding: 0 12px;
}
.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-bottom: 50px;
}
.post-left {
  width: 100%;
}
.post-left-title {
  text-transform: uppercase;
}
.post-left-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-right {
  min-width: 35%;
}
.post-right-col-table-head {
  grid-template-columns: 1fr 5fr 1fr 1fr;
  display: grid;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #396d90;
  color: rgb(255, 253, 253);
  padding-left: 10px;
}
.post-right-col-table-head span{
  font-size: 12px;
}
.post-right-col-table-body-row {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.33);
  padding-top: 10px;
  padding-left: 10px;
}
.post-right-col-table-body-row-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}
.post-right-col-table-body-row-wr-text {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.post-right-col-table-body-row-wr-text:hover {
  color: rgb(9, 201, 255);
}
.post-right-col-table-body-row-wr-img {
  height: 32px;
}
.right-col-title {
  text-transform: uppercase;
  text-align: center;
}
.contacts {
  padding-bottom: 32px;
}
.contacts .best-text-cards {
  padding: 0;
}
.contacts .best-text-cards:first-child{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contacts .best-text-cards:first-child .best-text-card:last-child{
  grid-column: 1/-1;
}
.contacts .best-text-card {
  min-width: auto;
}
.stats-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
padding-bottom: 32px;
}
.grid {
  grid-template-columns: 1fr 1fr 3fr 2fr;
}
.video-post-big {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 16px;
}
.absolut-post {
  left: 50%;
  top: 50%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 11;
}
.w70 {
  width: 70px;
}
.video-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px;
}
.video-small-card {
  width: 100%;
  
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.video-small-card:hover {
  -webkit-transform: translate(-10px);
  transform: translate(-10px);
}
.video-small-card-wrapp {
  height: 150px;
  width: 100%;
  position: relative;
}
.video-small-card .flex{
  padding-right: 0;
}
.video-small-card-wrapp-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pt-b-20-10 {
  padding-bottom: 10px;
  padding-top: 20px;
}
.h100 {
  height: 100%;
  max-height: 100%;
}
.pr-15 {
  padding-right: 20px;
}
.p-12 {
  padding-left: 12px;
}
.fz-30 {
  font-size: 30px;
}
.icon-150 {
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
.content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-cont {
  overflow-x: scroll;
}
.team-cont::-webkit-scrollbar {
  display: none;
}
.team-cont .grid-teams {
  grid-template-columns: 0.5fr 2fr 2fr 2fr;
}

.grid-teams {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}
.win {
  color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 0;
  border-color: rgb(17, 255, 96);
  border-bottom-width: medium;
}
.mb-12 {
  margin-bottom: 12px;
}

.team-content .post-right-col-table {
  display: inline-block;
  min-width: 900px; /* задаём минимальную ширину таблицы */
}
.team-content {
  overflow: hidden;
}

/* 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: #396d90;
  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 #dedede;
}

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

/* Фон полосы прокрутки */
.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: #396d90;
}
.league-table__row td:nth-child(3){
  text-transform: capitalize;
  text-align: left;
}

.league-table__header th:first-child,
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #396d90;
}
.league-table__header th:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #396d90;
}
.team-wrapp .league-table__header th:nth-child(2){
  min-width: 185px;
}
.player-wrapp .league-table__row td:nth-child(3), .team-wrapp .league-table__row td:nth-child(3){
  min-width: 80px;
  text-align: center;
}
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 50px;
  left: 52px;
  top: 0;
  bottom: 0;
  background-color: #396d90;
}
.player-wrapp .league-table__row td:nth-child(2),  .team-wrapp .league-table__row td:nth-child(2){
  min-width: 185px;
}
.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 #dedede;
}
.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 #dedede;
}
.league-table__row td:nth-child(3) {
  min-width: 140px;
}
.league-table__header th:nth-child(3) {
  text-align: left;
}
.circle_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 4px;
  background-color: #080808;
}
.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;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mb-24 {
  margin-bottom: 24px;
}
.fz-24 {
  font-size: 24px;
}
.fw-600 {
  font-weight: 600;
}
.controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 24px;
  font-weight: bold;
}
.switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arrow {
  cursor: pointer;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.arrow:hover {
  color: #860000;
}
.label {
  min-width: 140px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.label:hover {
  color: #860000;
}
.calendar-head {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0;

  display: grid;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 60px;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  color: rgb(7, 7, 7);
  font-variant: small-caps;
}
.calendar-matches {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  border-style: solid;
  border-width: 0;
  border-color: rgba(218, 218, 218, 0.5);
  border-top-width: 1px;
  border-left-width: 1px;
  background: rgba(255, 255, 255, 0.05);
  color: rgb(5, 5, 5);
  border-right-width: 1px;
  border-bottom-width: 1px;
}

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

  -webkit-transition: 0.3s;

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

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

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

.dropdown-date-menu::-webkit-scrollbar-thumb:hover {
  background-color: #c8c8c8;
}
.dropdown-item {
  padding: 6px 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dropdown-item:hover {
  background-color: #860000;
  color: #050505;
}

@media (max-width: 1400px) {
  .calendar-team-logo {
    height: 48px;
    width: 48px;
  }
}

@media (max-width: 1380px) {
  .best-text-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-nav-list-item-link {
    font-size: 14px;
  }

}
@media(max-width:1300px){
   .menu-burger {
    display: block;
  }
  .header-nav-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: #fff;
    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;
  }
  .menu-burger--active::before,
  .menu-burger--active::after {
    background-color: #101010;
  }
  .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);
    box-shadow: 3px 0 10px 0px rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 1240px) {
  .header-logo-link-img {
    height: 35px;
  }
}
@media (max-width: 1200px) {
  .calendar-head,
  .day-empty,
  .day-empty_mon {
    display: none;
  }
  .calendar-matches {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-template-rows: auto;
    gap: 24px;

    border: 0;
  }

  .calendar-team-logo {
    height: 72px;
    width: 72px;
  }
 
}
@media (max-width: 1100px) {
  .player_header_l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .player-header-img {
    border-radius: 0;
  }
  .post .post-right {
    display: none;
  }
  .next-match-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1050px) {
  .review {
    grid-template-columns: 1fr 1fr;
  }
  .contacts .best-text-cards:first-child{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  .video-post-big {
    grid-template-columns: 1fr;
  }
  .video-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    padding: 6px;
  }
  .video-small::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 950px) {
  .review {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 928px) {
  .calendar-matches {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .main-news-cards {
    grid-template-columns: 1fr 1fr;
  }
  .videos-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 850px) {
  .main-news-cards_last-child {
    display: none;
  }
  .main-news-cards-main-home {
    overflow-x: scroll;
    padding: 6px;
    margin-bottom: 0;
  }
  .main-news-cards-main::-webkit-scrollbar {
    display: none;
  }
  .main-news-cards-main-home .main-news-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 300px;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 24px;
  }
  .footer-top-col:first-child {
    grid-column: 1/-1;
    margin-bottom: 24px;
  }
  .footer-botoom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 24px;
  }
  .galery-cards {
    gap: 16px;
   
  }
 
}
@media (max-width: 820px) {
  .team-body-row {
    justify-items: center;
  }
}
@media (max-width: 768px) {
  .controls-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
  }
  .video-post-big  .videos-card{
    height: 400px;
  }
}
@media (max-width: 760px) {
  .galery-card {
    height: 200px;
  }
  .next-match-cards {
    grid-template-columns: 1fr;
  }
  .pl-r-100 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .videos .videos-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .player-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .player_header_l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .icon-150 {
    width: 100px;
    height: 100px;
  }
  .fz-30 {
    font-size: 18px;
  }
  .team-content-cards {
    grid-template-columns: 1fr 1fr;
  }
  .contacts{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .tabl {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .video-small-card .absolut-post{
    width: 30px;
   height: 30px;
  }
}
@media (max-width: 600px) {
  .wellcome-text {
    width: 100%;
    padding: 24px;
  }
  .videos {
    padding: 40px 0;
  }
  .galery-card-icon {
    width: 30px;
    height: 30px;
  }
  .wellcome-page .wellcome-title {
    font-size: 34px;
  }
  .mb-40 {
    margin-bottom: 24px;
  }
  .main-news-cards {
    grid-template-columns: 1fr;
  }

  .post .flex-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .videos-cards {
    grid-template-columns: 1fr;
  }
  .next-match-card{
    padding: 12px;
  }
  .next-match-card-center-link-text{
    display: -webkit-box;
 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .league-table .circle{
  width: 15px;
  height: 15px;
}
}
@media (max-width: 575px) {
  .calendar-matches {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 535px) {
  .achiev-content {
    padding: 40px 15px;
  }
  .main-news-subtitle {
    width: 100%;
  }
  .slider-4 {
    width: 100%;
  }
  .galery-card {
    height: 155px;
  }
  .galery-cards {
    gap: 12px;
    
  }
  .videos .videos-cards {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .footer-top,
  .footer-botoom {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }
  .footer-top-col:not(:first-child) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main-news-cards-main {
    gap: 16px;
  }
  .main-news {
    overflow: hidden;
  }
  .main-news-cards-main {
    padding: 6px 16px;
  }
  .main-news-card {
    padding: 12px;
  }
  .player_header_l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .player-header-img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .player-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .player-card {
    grid-template-columns: 1fr;
    height: 100%;
    margin-bottom: 0;
  }
  .tabl {
    grid-template-columns: 1fr 1fr;
  }

  .next-match-card-bottom-text {
    font-size: 12px;
  }
  .pl-r-100 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .review-table-body-row-text {
    font-size: 12px;
  }
  .review-table {
    padding: 12px;
  }
  .fz-55 {
    font-size: 34px;
  }
  .review-table-card-img {
    height: 50px;
  }
  .review-table-card-wrapp-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .review-table-card-wrapp-desc {
    font-size: 12px;
  }
  .review-table-card-wrapp-text,
  .team-body-row-wrapp-ttitle,
  .team-body-row-wrapp-text {
    padding-left: 12px;
  }
  .team-body-row-img {
    height: 50px;
    width: 50px;
  }
  .team-body-row {
    justify-items: stretch;
  }
  .team {
    padding: 12px;
  }
  .team-body-row .wr.revers,
  .team-body-row .wr {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .next-match-card-center-link-img {
    height: 60px;
    width: 60px;
  }
  .review-table-head-row-text {
    font-size: 14px;
  }
  .team-content-cards {
    grid-template-columns: 1fr;
  }
  .review_text-img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .accordion-title {
    margin-bottom: 8px;
  }
  .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;
    margin-bottom: 16px;
  }
  .mc-filter__dates, .mc-filter__dates-slider-wrapper{
    overflow-x: scroll;
  }
  .filter_dates_btn{
    flex: 0 0 auto;
  }
  .video-post-big  .videos-card{
    height: 300px;
  }
}
@media(max-width:350px){
  .next-match-card-center-link-text{
    display: -webkit-box;
     width: 70px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .league-table__team{
    font-size: 14px;
  }
  .team-wrapp .league-table__header th:nth-child(2){
    min-width: 167px;

  }
  .team-wrapp .league-table__row td:nth-child(2){
    min-width: 167px;
  }
  .title{
    font-size: 22px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn-bg:hover {
    background-color: rgb(13, 0, 152);
  }
  .next-match-card-center-link-text:hover,
  .main-news-card-link-text-title:hover {
    color: rgb(0, 45, 170);
  }
  .match-info:hover {
    color: rgb(255, 255, 255);
    border-top-color: rgb(13, 0, 152);
    border-color: rgb(13, 0, 152);
    background: rgb(13, 0, 152);
  }
  .main-news-card-link-img:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .table-bottom-btn:hover {
    color: rgb(0, 17, 104);
  }
  .videos-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .videos-text:hover {
    color: rgb(74, 212, 255);
  }
  .galery-card-img:hover {
    scale: 1.1;
  }
  .achiev-card-img:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .header-nav-list-item-link:hover::before {
    transform: translateY(0);
  }

  /* при наведении меняем цвет текста */
  .header-nav-list-item-link:hover {
    color: #f0f0f0;
  }
  .filter_dates_btn:not(.filter_dates_btn.btn_now_date):hover {
  background-color: #0d0098;
}
.contact-form button:hover {
  background: #274a62;
}
}
