@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@700&display=swap');
.splide__pagination{
  position: relative;
  margin-top: 24px;
}
.splide__pagination__page.is-active{
  background: #113d84;
}
body {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
.container{
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
.header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header_top {
  display: flex;
  justify-content: space-between;
  color: rgb(255, 255, 255);
}
.header_bottom {
  align-items: center;
  background-color: rgba(0, 50, 133, 0.34);
}
.header_wrapper {
  background: #2a629a;
}
.header_top_contact {
  display: flex;
  grid-gap: 30px;
}
.header_top_contact-wrapp {
  display: flex;
  align-items: center;
}
.header_top_contact-icon {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  object-fit: cover;
}
.flex {
  display: flex;
  flex-direction: column;
}
.header_top_contact-name {
  margin-bottom: 0;
  font-size: 13px;
}
.header_top_contact-info {
  font-size: 13px;
}
  #toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #003285;
  color: rgb(249, 249, 249);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

#toTopBtn:active {
  opacity: 1;
}
.header_nav {
}
.header_nav-list {
  display: flex;
  grid-gap: 30px;
  padding-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  background: #003285;
  position: relative;
  padding-bottom: 20px;
}
.header_nav-list::after {
  display: block;
  content: '';
  border-right-width: 60px;
  border-right-color: rgba(17, 61, 132, 0);
  border-top-width: 64px;
  border-top-color: rgb(0, 50, 133);
  position: absolute;
  right: -60px;
  top: 0;
  height: 100%;
  border-style: solid;
  border-bottom-width: 0;
  border-left-width: 0;
}
.header_nav-list::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -59px;
  border-top-color: rgb(0, 50, 133);
  border-left-width: 60px;
  border-style: solid;
  border-left-color: rgba(255, 255, 255, 0);
  overflow: hidden;
  height: 100%;
  border-top-width: 64px;
  border-right-width: 0;
  border-bottom-width: 0;
}
.header_nav-list-item {
  list-style: none;
}
.header_nav-list-item-link {
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 14px;
  transition: 0.3s all;
  padding-bottom: 20px;
}
.header_nav-list-item-link:hover {
  color: rgb(207, 46, 46);
  border: 3px solid #cf2e2e;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.font_family {
  font-family: Times New Roman;
}
.wrapper {
  background-image: url('../images/0d1c65e968c28d41dd3f3cfcaec24a43.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_bottom-icons {
  display: flex;
  grid-gap: 15px;
}
.header_bottom-icons-link-img {
  height: 20px;
  width: 20px;
  transition: 0.3s all;
}
.header_bottom-icons-link-img:hover {
  scale: 1.3;
}
.header_bottom_wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main_wrapper::before {
  background-color: rgba(0, 0, 0, 0.76);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: '';
}
.main {
  z-index: 1;
  position: relative;
}
.main::before {
  z-index: 1;
  position: relative;
}
.main_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
padding: 32px 0;
  position: relative;
}
.main_info::before {
  position: relative;
  z-index: 1;
}
.main_info-logo {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.main_info-text {
  color: rgb(255, 255, 255);
  text-align: center;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.title-main{
  padding-left: 6px;
  border-left: 4px solid #113d84;
  text-transform: uppercase;
}
.mb-16{
  margin-bottom: 16px;
}
.tr-row td{
border:1px solid #113d84;
}
.main_info-text-date-box{
  display: flex;
 align-items: center;
 gap: 6px;
  padding: 6px 12px;
  background: #003285;
}
.main_info-text-date:first-child{
  font-size: 24px;
}
.main_info-text-title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.main_info-text-liga {
  color: rgb(221, 221, 221);
}
.main_info-text-date-wrapp {
  display: flex;
  justify-content: center;
  grid-gap: 10px;
}
.flex_main {
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  color: rgb(221, 221, 221);
}
.main_play {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translateX( -50%);
  top: 50px;
  cursor: pointer;
  transition: 0.3s all;
}
.main_play:hover {
  scale: 1.2;
}
.main_play::before {
}
.main_videos {
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}
.main_video {
  position: relative;
  width: 25%;
  transition: 0.3s all;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  border: 1px solid #bcbcbc;
}
.main_video:hover {
  transform: translateY(-5px);
}
.main_video-img {
  object-fit: cover;
  width: 100%;
 
}
.main_video-icon {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.main_video-desc {
  color: rgb(255, 255, 255);
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 12px
}
.main_video-desc:hover {
  color: rgb(197, 0, 0);
}
.main_video-desc-title {
  font-weight: 600;

  transition: 0.3s all;
   display: -webkit-box;
    -webkit-line-clamp: 1;     /* Кол-во строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_video-desc-title:hover {
  color: rgb(230, 10, 10);
}
.main_video-desc-date {
  display: flex;
  grid-gap: 4px;
  font-size: 14px;
  margin-top: auto;
}
.main_card_link {
}
.wrapper_link {
  background: #75c7ea;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 20px;
  cursor: pointer;
  transition: 0.3s all;
}
.wrapper_link:hover {
  background: #cf2e2e;
}
.table_wrapp {
  display: flex;
  grid-gap: 24px;
}
.main-island{
  padding: 32px 0;
}
.tabl{
  padding: 32px 0;
}
.main-results-cards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.table {
  border: 1px solid rgba(153, 153, 153, .2);
  border-collapse: collapse;
  width: 100%;
}
.tr-row {
  text-align: center;
}
.td_logo {
  height: 61px;
  width: 61px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.td_time {
  display: block;
}
.td-results {
  font-weight: 600;
}
.td-title {
  font-weight: 600;
}
.logo-right {
  float: right;
}
.logo_left {
  float: left;
}
.margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tabl_img {
  object-fit: cover;
  width:900px;
}
.island_wrapper {
  background-image: url('../images/8a0423e29e55b73e9666d6fe2fbf016c.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}
.island_wrapper::before {
  background-color: rgba(0, 0, 0, 0.33);
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.main-island .title-main{
  color: #fff;
  position: relative;
  z-index: 1;
}
.island {
  z-index: 1;
  position: relative;
  display: flex;
 gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.next-match-cards{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.island::before {
  position: relative;
  z-index: 122;
}
.island_card-match {
  background: #fff;
  display: flex;
  flex-direction: column;
  grid-gap: 46px;
  padding-top: 50px;
  border: 1px solid #ddd;
  border-top-width: 0;
}
.island_card-match-header {
  background: #113d84;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.island_card-match-body {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  justify-content: center;
}
.island_card-match-logo_wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.island_card-match-logo {
  height: 80px;
  width: 80px;
}
.island_card-match-logo-title {
  font-weight: 600;
  transition: 0.3s all;
}
.island_card-match-logo-title:hover {
  color: rgb(199, 0, 0);
}
.island_card-match-body_vs {
  color: rgb(4, 115, 163);
  font-size: 24px;
  background: #ddd;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}
.island_card-match-body-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: rgb(17, 61, 132);
  align-items: center;
}
.island_card-match-body-text-title {
  color: rgb(17, 61, 132);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.island_card-match-body-text-date {
  color: rgb(0, 0, 0);
}
.island_card-match-body-text-time {
  color: rgb(0, 0, 0);
}
.island_card-match-body-time {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.island_card-match-body-time-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-collapse: collapse;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
}
.island_cards-match {
  width: 420px;
  border-radius: 10px;
  height: auto;
}
.island_cards-match::before {
  position: relative;
  z-index: 1;
}
.cards_teams {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  height: auto;
}
.card_teams {
  display: flex;
  flex-direction: column;
  background: #113d84;
  padding-top: 20px;
  grid-gap: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}
.color_white {
  color: rgb(255, 255, 255);
}
.flex_card {
  display: flex;
  align-items: center;
}
.logo_mini {
  height: 50px;
  width: 50px;
}
.small {
  font-size: 20px;
}
.small_font {
  font-size: 14px;
}
.news {
padding: 32px 0;
  display: flex;
  grid-gap: 32px;
}
.news-popular_news {
  width: 70%;
}
.popular_news-title {
  color: rgb(0, 32, 68);
  font-size: 28px;
  font-weight: 800;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 6px;
  border-bottom-color: rgba(204, 204, 204, 0.22);
  padding-bottom: 20px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.popular_news-cards {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.news-popular_news .popular_news-card{
display: grid;
grid-template-columns: 1fr 2fr;
}
.popular_news-card {
  display: flex;
  grid-gap: 20px;
  position: relative;
  padding-bottom: 12px;
}
.popular_news-card-link-img {
  width: 350px;
  object-fit: cover;
  height: 100%;
}
.popular_news-card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
  padding-top: 5px;
  justify-content: space-between;
}
.popular_news-card-text-title-link {
  color: rgb(0, 32, 68);
  text-decoration: none;
  font-weight: 800;
  font-size: 28px;
  border-bottom-width: 6px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 10px;
}
.popular_news-card-text-date {
  color: rgb(126, 166, 211);
  font-size: 13px;
  display: flex;
  grid-gap: 10px;
}
.popular_news-card-text-desc {
  opacity: 0.8;
}
.popular_news-card-text-btn {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: #75c7ea;
  padding-bottom: 7px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s all;
  text-align: center;
}
.popular_news-card-text-btn:hover {
  background: #cf2e2e;
}
.post-cards {
  margin-bottom: 32px;
}
.post_img {
  height: 80px;
  width: 80px;
}
.post_link {
  background-color: rgb(56, 51, 51);
  height: 30px;
  width: 30px;
  left: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.post_card-title {
  font-size: 15px;
  font-weight: 600;
}
.post_date {
  font-size: 13px;
}
.post_gap {
  row-gap: 6px;
}
.post_card {
  border-style: solid;
  border-bottom-width: 3px;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.3);
  margin-bottom: 15px;
  transition: 0.3s all;
  cursor: pointer;
}
.post_card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.32);
  transform: translateY(-5px);
}
.post_table {
  border: 1px solid #ddd;
  width: 100%;
}
.post_table-head {
  padding-left: 5px;
  text-transform: uppercase;
}
.post_table-body {
  border: 1px solid #ddd;
}
.post_table-body-img {
  height: 30px;
  width: 30px;
}
.post_table-body-row {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.post_table_num {
  padding-left: 10px;
}
.view {
  background: #76C7EA;
  text-align: center;
  padding-bottom: 7px;
  padding-top: 7px;
  margin-bottom: 60px;
  transition: 0.3s all;
}
.view:hover {
  background: #cf2e2e;
}
.view_link {
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
.video_wrapper {
  background: #f7f8fc;
  color: rgb(0, 32, 68);
}
.video {
 
  display: flex;
  
  flex-direction: column;
 
}
.color_dark {
  color: rgb(0, 32, 68);
}
.video_title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.mr-bottom {
  margin-bottom: 50px;
}
.highlights {
  padding: 32px 0;
}
.bottom_video .title-main{
  position: relative;
  z-index: 1;
  color: #fff;
}
.highlights-cards {
  display: flex;
  grid-gap: 24px;
  
}
.mb-32{
  margin-bottom: 32px;
}
.highlights-cards::before {
  display: flex;
}
.highlights-card {
  position: relative;
  transition: 0.3s all;
}
.highlights-card:hover {
  box-shadow: 0px 0px 15px 0px rgb(107, 107, 107);
  color: rgb(187, 0, 0);
}
.highlights-card::before {
  background-color: rgba(0, 0, 0, 0.41);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.highlights-card-link-img {
  height: 311px;
  width: 100%;
  object-fit: cover;
}
.highlights-card-desc {
  position: absolute;
  bottom: 0;
  left: 0;
padding: 0 12px 12px 12px;
  z-index: 1;
}
.botttom_video_wrapp {
  background-image: url('../images/0d1c65e968c28d41dd3f3cfcaec24a43.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.botttom_video_wrapp::before {
  background-color: rgba(0, 0, 0, 0.38);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bottom_video {
padding: 32px 0;
}
.radius {
  transform: translate(-50%, -50%);
  top: 40%;
}
.radius::before {
  top: 40%;
  transform: translate(-50%, -50%);
}
.footer_wrapper {
  background: #363654;
}
.footer {
  display: flex;
  color: rgb(255, 255, 255);
  grid-gap: 100px;
 padding: 32px 0;
}
.footer_first {
  width: 40%;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  border-left-color: rgba(212, 212, 212, 0.2);
  padding-left: 32px;
}
.footer_first-title {
  text-align: center;
  margin-bottom: 30px;
}
.footer_first-list {
  padding-left: 0;
}
.footer_first-list-item {
  list-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-color: rgba(117, 199, 234, 0.3);
  padding-bottom: 10px;
  display: flex;
}
.footer_first-list-item-link {
  text-decoration: none;
  color: rgb(117, 199, 234);
  transition: 0.3s all;
}
.footer_first-list-item-link:hover {
  color: rgb(207, 46, 46);
}
.footer_first-list-item-span {
  display: block;
  margin-left: 5px;
}
.text {
  text-align: center;
  display: flex;
  align-items: center;
}
.padding_left {
  padding-left: 55px;
}
.width {
  width: 20%;
}
.center {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.title {
  color: rgb(255, 255, 255);
 
  text-transform: uppercase;
 margin-bottom: 12px;
}
.nav-breadcrumbs{
  padding: 32px 0;
}



.contact-container {
 
}



.contact-container p {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
}

.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: #113d84;
  outline: none;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background: #113d84;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #0a244e;
}
.contact-box{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  padding: 32px 0;
}
.contact_main-list-item-img{
  width: 30px;
  height: 30px;
}
.contact_main-list-item-title{
  font-size: 18px;
  margin-bottom: 0;
}
.contact_main-list {
  display: flex;
  margin-bottom: 32px;
}
.contact_main-list-item {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
  width: 33%;
}
.img_wrapper {
  height: 70vh;
}
.img_wrapper-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text_center {
  text-align: center;
}
.active_link {
  color: rgb(103, 94, 232);
  font-weight: 600;
  border: 3px solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: rgb(103, 94, 232);
}
.wrapp_sec {
  background-image: url('../images/luxa.org-brightness-._7ed1a71b63e5ab6f9377745cf27f841d.jpg');

}

.main_results {
 padding: 32px 0;
}
.main_results-cards {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
  margin-bottom: 32px;
}
.width-100 {
  width: 100%;
}
.text-small {
  font-size: 14px;
  margin-top: 10px;
}
.main_videeo {
 padding: 32px 0;
}
.pb-32{
  padding-bottom: 32px;
}
.video_pagination {
  justify-content: center;
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
.pagination_img {
  height: 30px;
}
.pagination_img:hover {
  cursor: pointer;
}
.pagination_link {
  color: rgb(0, 32, 68);
  text-decoration: none;
  transition: 0.3s all;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  border-radius: 50%;
  font-size: 18px;
}
.pagination_link:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.39);
}
/* 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: #113d84;
  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;
}

.league-table__cell {
  padding: 12px;
  text-align: center;
  min-width: 82px;
}
.review .league-table__wrap .league-table__row td:nth-child(2){
  min-width: 190px;
}
.league-table__row td:nth-child(3){
  min-width: 185px;
}

/* Стилизация для заголовков */
.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: #db564f;
}
.league-table__logo {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}

.league-table__row:nth-child(even):not(
    .league-table__header .league-table__row
  ),
.league-table__row:nth-child(even):not(.league-table__header) td:first-child,
.league-table__row:nth-child(even):not(.league-table__header) td:nth-child(2) {
  background-color: #cadbf9;
}

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

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

.league-table__header th:first-child,
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #113d84;
}
.league-table__header th:first-child {
  position: -webkit-sticky;
  position: sticky;
  width: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #113d84;
}
.league-table__header th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 80px;
  left: 82px;
  top: 0;
  bottom: 0;
  background-color: #113d84;
}
.league-table__row td:first-child {
  position: -webkit-sticky;
  position: sticky;
  min-width: 52px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}
.left-content .league-table__row td:nth-child(2), .left-content .league-table__header .league-table__row .league-table__cell:nth-child(2){
  min-width: 70px;
  max-width: 70px;
}
.league-table__row td:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  min-width: 80px;
  padding-right: 12px;
  left: 82px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}
.stats {
  padding-top: 32px;
}
.stat-tabl {
  display: grid;
  grid-template-columns: 1.5fr 5fr repeat(10, 1fr) repeat(2, 1.5fr) repeat(3, 1.2fr);
  margin-bottom: 80px;
  font-size: 18px;
  text-align: center;
  align-items: center;
}
.stats-table-header {
  border-width: 0;
  border-style: solid;
  border-bottom-color: rgb(213, 213, 213);
  border-bottom-width: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 600;
}
.statrow {
  border-style: solid;
  border-width: 0;
  border-bottom-color: rgb(213, 213, 213);
  border-bottom-width: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.stats-table-row-img {
  height: 25px;
  width: 25px;
  object-fit: cover;
  margin-right: 10px;
}
.flex-table {
  align-items: center;
  display: flex;
  padding-left: 50px;
}
.teams {
  display: flex;
  justify-content: space-around;
 padding: 32px 0;
}
.teams_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
 
  grid-gap: 18px;
}
.teams_cards-link {
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.teams_cards-link:hover {
}
.teams_cards-link-img {
  height: 150px;
  width: 150px;
  transition: 0.3s all;
}
.teams_cards-link-img:hover {
  scale: 1.1;
  transform: translateY( -10px);
}
.teams_cards-link-text {
  color: rgb(15, 29, 97);
  font-weight: 600;
  font-size: 18px;
}
.color_grey {
  color: rgb(141, 141, 141);
  font-weight: 400;
  font-size: 15px;
}
.teams_cards_wrapp {
  background: #f5f5f5;

}
.team_header {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
  position: relative;
  z-index: 2;
  padding-top: 24px;
 
}
.team_header-img {
  height: 350px;
  object-fit: cover;
}
.team_header-text {
  color: rgb(255, 255, 255);
}
.team_header-text-title {
  font-weight: 700;
  font-size: 32px;
}
.team_header-text-subtitle {
  font-size: 38px;
}
.team_header-text-game {
  font-size: 20px;
  font-weight: 600;
  display: flex;
}
.team_header-text-pos {
  color: rgb(141, 141, 141);
  font-weight: 600;
  font-size: 24px;
  display: flex;
  grid-gap: 10px;
  font-size: 14px;
}
.team_header-text-pos-span {
  color: rgb(255, 255, 255);
  font-size: 16px;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.padd-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.team {
padding: 32px 0;
}
.team-content-img {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.team-player {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;

background-color: #f7f9fc;
}
.slider-2 .main_video{
  width: 100%;
}
.splide__arrow{
  background: #003285;
}
.splide__arrow svg{
  fill: #fff;

}


.team-player__card {
background: #eaeaea;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.team-player__card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.team-player__photo-wrap {
width: 100%;
height: 220px;
overflow: hidden;
}


.team-player__photo {
width: 100%;

object-fit: cover;
}


.team-player__info {
padding: 16px;
}


.team-player__name {
font-size: 1.3rem;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 6px;
}


.team-player__team {
font-size: 1rem;
color: #4b5563;
margin-bottom: 4px;
}


.team-player__position {
font-size: 0.95rem;
color: #6b7280;
margin-bottom: 10px;
}


.team-player__stats {

padding: 0;
font-size: 0.9rem;
color: #374151;
display: grid;
grid-template-columns: 1fr 1fr;
}


.team-player__stats li {
margin: 4px 0;
}

.team_cards_wrapp {
  margin-bottom: 32px;
}
.disp_flex {
  flex-direction: row;
  justify-content: space-between;
}
.team_table-img {
  width: 36px;
  height: 24px;
  object-fit: cover;
}
.w-80 {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.team_cup {
  align-items: center;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.team_cup-img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}
.team_cup-span {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.team-cup-cards {
  display: flex;
  justify-content: space-between;
}
.team_news-cards {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  grid-gap: 12px;
}
.team_news-card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.team_news-card-img {
  height: 260px;
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
}
.team_news-card-title {
  padding-bottom: 30px;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(141, 141, 141);
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
.team_news-card-soc-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.team_news-card-soc {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.team_news-card-soc-img {
  height: 18px;
  width: 18px;
}
.link {
  color: rgb(11, 8, 52);
  text-decoration: none;
  transition: 0.3s all;
}
.link:hover {
  color: rgb(144, 4, 4);
}
.mb {
  margin-bottom: 80px;
}
.post-content {
  display: flex;
  grid-gap: 24px;
  padding-top: 32px;
}
.post-content-col {
}
.post-content-col-img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 12px;
}
.w-65 {
  width: 65%;
}
.post-content-col-title {
  margin-bottom: 16px;
  font-weight: 700;
}
.post-content-wrapp {
  padding-bottom: 32px;
}
.video-post {
padding: 32px 0;
}
.video-post-cards {
  justify-content: space-between;
  background-color: rgb(0, 55, 133);
padding: 20px;
  margin-bottom: 32px;
}
.video-post-card {
  display: flex;
}
.video-post-cards-img-wrapp {
  height: 500px;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.video-post-cards-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-post-cards-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.flex-card {
  display: flex;
  align-items: center;
}
.video-post-card-wrapp {
  position: relative;
}
.video-post_title {
  margin-bottom: 16px;
}
.video-post_desc {
  margin-bottom: 32px;
  font-size: 14px;
}
.player {
 padding: 32px 0;
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
}
.player-col-name {
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
}
.player-col-list {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  list-style: circle;
}
.player_row-table-col-text:first-child{
  font-size: 32px;
  font-weight: 600;
}
.player_row-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-width: 1px;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}
.player_row-table-col {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-collapse: collapse;
  border-bottom-width: 1px;
  border-color: rgb(200, 200, 200);
}
.fz-42 {
  font-size: 42px;
  font-weight: 600;
}
.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;
  }
  .privacy{
    padding: 32px 0;
  }
.pl-r {
  padding-left: 10px;
  padding-right: 10px;
}
.news_title {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
  margin-bottom: 40px;
}
.news-img {
  height: 40px;
  cursor: pointer;
}
.news_calendar_header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
.news_table-body {
}
.news_header_col {
  text-align: center;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  font-weight: 700;
  border-color: rgb(212, 212, 212);
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.new_table {
  grid-template-columns: repeat(7, 1fr);
  border-style: solid;
  border-width: 0;
  border-color: rgb(212, 212, 212);
  border-left-width: 1px;
  border-top-width: 1px;
}
.new_table-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.bg-blue {
  background-color: rgb(7, 39, 109);
}
.bg-grey {
  background: #f5f5f5;
}
.news-wrapp {
 padding: 32px 0;
}
.flex-rev {
  flex-direction: row-reverse;
}
.big-img {
  height: 120px;
  width: 120px;
}
.review_wrapp {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border: 1px solid  #ddd;
}
.review {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 32px 0;
  gap: 24px;
}
.game-stat {
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
}

.game-stat__head {
	padding: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
}

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

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

.game-stat__item:last-child {
	border-bottom-width: 0;
}

.item-game-stat {
	padding: 0.75rem;
}
.item-game-stat__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
.item-game-stat__value {
	width: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 100%;
	color: rgb(0, 0, 0);
}
.item-game-stat__label {
	
	font-size: 16px;
	text-align: center;
	line-height: 100%;
  color: #6b7280;
}
.item-game-stat__row {
	display: grid;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	grid-template-columns: 1fr 1fr;
}
.team__logo{
  width: 50px;
  height: 50px;
}
.item-game-stat__line {
	height: 8px;
	background: #041334;

}
.item-game-stat__line:last-child {
	background-color: #041334;
}
.review_col {
}
.review-col-header {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
  background: #fafafa;
  padding-bottom: 15px;
  padding-top: 15px;
  border-color: rgb(218, 218, 218);
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
}
.review-col-event {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-width: 0;
  border-top-width: 1px;
}
.review-col-event-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-col-event-col-time {
  color: rgb(27, 24, 73);
}
.review-col-event-col-text {
  color: rgb(141, 141, 141);
}
.review-col-event-img {
  height: 48px;
  width: 48px;
}
.review-col-event-flex-title {
  font-size: 20px;
}
.review-col-event-flex-subtite {
  font-size: 18px;
  color: rgb(141, 141, 141);
}
.span-radius {
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #ddd;
  border-radius: 14px;
  color: rgb(18, 12, 47);
}
.review-match {
  background-color: rgb(4, 19, 52);
  color: rgb(255, 255, 255);
}
.review-match-up {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: center;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.review-match-up-team {
  align-items: center;
  display: flex;
  grid-gap: 10px;
}
.review-match-up-team-img {
  height: 48px;
  width: 48px;
}
.review-match-up-team-text {
  font-size: 30px;
}
.review-match-up-icon {
  height: 36px;
  width: 36px;
}
.radius-span {
  border: 1px solid #ddd;
  border-radius: 14px;
  padding-left: 8px;
  padding-right: 8px;
}
.review-table {
  margin-bottom: 30px;
}
.review-head{
  padding: 32px 0;
}
.review-table-header {
  display: grid;
  grid-template-columns: 4fr repeat(4, 1fr);
}
.review-table-row {
  display: grid;
  grid-template-columns: 4fr repeat(4, 1fr);
  align-items: center;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(214, 214, 214);
}
.review-table-row-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  grid-gap: 16px;
}
.review-table-row-link-img {
  height: 24px;
  width: 24px;
}
.review-table-row-link-span {
  color: rgb(2, 0, 71);
  font-weight: 700;
}
.mb-10 {
  margin-bottom: 10px;
}
.shots-table {
  margin-bottom: 50px;
}
.shots-table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(214, 214, 214);
}
.fw-700 {
  font-weight: 700;
}
.stats-table-row-link-img {
  height: 48px;
  width: 48px;
}
.game-row {
  display: grid;
  grid-template-columns:  1fr 4fr 1fr;
  align-items: center;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
}
.line {
  height: 8px;
  background: #041334;
  position: relative;
}
.line-island {
  position: absolute;
  left: 56%;
  transform: skew(-45deg);
  width: 16px;
  background: #fff;
  height: 100%;
}
.main-video-box .main_videos{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.main-video-box .main_video{
  width: 100%;
}
.fz-30 {
  font-size: 30px;
}
.fl-col {
  flex-direction: column;
}
.mb-50 {
  margin-bottom: 50px;
}
.p-50 {
  padding-bottom: 50px;
}
.res-link {
  text-decoration: none;
}
.col-white {
  color: rgb(255, 255, 255);
}
.hover-red {
  transition: 0.3s all;
}
.hover-red:hover {
  color: rgb(221, 0, 0);
}
.col-black {
  color: rgb(34, 34, 34);
}
.al-center {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.h-300 {
  min-height: 300px;
}
.h-100 {
  height: 100%;
}
.gap-8 {
  grid-gap: 8px;
}
/* ============================================
   ДОБАВИТЬ В КОНЕЦ ФАЙЛА styles.css
   ============================================ */
.header_top{
  align-items: center;
}
/* Бургер меню стили */
.burger-menu {
  display: none;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  margin-left: auto;
}

.burger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.burger-menu span:nth-child(1) {
  top: 0px;
}

.burger-menu span:nth-child(2) {
  top: 10px;
}

.burger-menu span:nth-child(3) {
  top: 20px;
}

.burger-menu.active span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.burger-menu.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

/* Мобильная навигация */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background: #003285;
  z-index: 1000;
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0,0,0,0.3);
}

.mobile-nav.active {
  right: 0;
  display: flex;
}

.mobile-nav-list {
  list-style: none;
  padding: 80px 20px 20px;
  margin: 0;
}

.mobile-nav-item {
  margin-bottom: 15px;
}

.mobile-nav-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 12px 15px;
  transition: 0.3s all;
  border-left: 3px solid transparent;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: #e2e2e2;
  background: rgba(255,255,255,0.1);
  border-left-color: #cf2e2e;
}

.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.breadcrumbs{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.col-light-gray{
  color: #a7a7a7;
}

.mobile-overlay.active {
  display: block;
}
.f-row {
  display: flex;
}
.a-i-c {
  align-items: center;
}
.jcc {
  justify-content: center;
}
.c-gap-12px {
  column-gap: 12px;
}
.mb-24 {
  margin-bottom: 24px;
}
.p-l-r-8 {
  padding: 0 8px;
}
.fz-24 {
  font-size: 24px;
}
.fw-600 {
  font-weight: 600;
}
.controls-container {
  display: flex;
  gap: 24px;
  font-size: 24px;
  font-weight: bold;
}
.switcher {
  display: flex;
  align-items: center;
}
.arrow {
  cursor: pointer;
  padding: 0 15px;
  user-select: none;
  font-weight: bold;
  color: #020202;
  transition: .2s;
}
.arrow:hover {
  color: #0c0050;
}
.label {
  min-width: 140px;
  text-align: center;
  color: #1b1b1b;
  cursor: pointer;
  transition: .2s;
}
.label:hover {
  color: #11005d;
}
.calendar-head {
  background: #07276d72;
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: #07276d;
  border-top-width: 3px;
  display: grid;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 60px;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  color: rgb(255, 255, 255);
  font-variant: small-caps;
}
.day-empty{
  background: #ffffff;
}
.calendar-matches {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  border-style: solid;
  border-width: 0;
  border-color: rgba(145, 145, 145, 0.5);
  border-top-width: 1px;
  border-left-width: 1px;
  background: rgba(255,227,55,0.05);
  color: rgb(255, 255, 255);
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.calendar-day.day-empty{
  color: #1b1b1b;
}
.day-gray{
  background: #e5e5e5;
}
.calendar-day {
  border-style: solid;
  border-color: rgba(126, 126, 126, 0.333);
  display: flex;
  justify-content: space-between;
  height: 205px;
  padding: 16px 0;
  position: relative;
  text-align: center;
  flex-direction: column;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  transition: .3s;
  border-top-width: 1px;
  border-left-width: 1px;
}
.calendar-team-logo {
  height: 64px;
  width: 64px;
  object-fit: contain;
}
.bg-dark-grey {
  background: #1d1d1d;
}
.calendar-link {
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 4px 12px;
  

  background: #75c7ea;
  border: 3px solid #75c7ea;
  
  transition: .3s;
}
.calendar-link:hover {
  background: transparent;
  color: rgb(255, 255, 255);
}
.dropdown-date-menu {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
  padding: 4px 0;
  background-color: #143171;
  color: white;
  border-radius: 6px;
  border: 1px solid #1850ca;
  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: #1d1d1d;
  border-radius: 4px;
}

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

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

.dropdown-item:hover {
  background-color: #ffc300;
  color: #1d1d1d;
}
.live_shedule_btn-month,
.live_shedule_btn-year {
  cursor: pointer;
  position: relative;
}

.live_shedule_btns-month,
.live_shedule_btns-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  min-width: 230px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#matchesContainer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding-top: 40px;
}
#monthName, #yearNum{
  text-transform: uppercase;
}
.live_shedule_btn-year,
.live_shedule_btn-month {
  font-size: 24px;
  color: #3d55ef;
  font-weight: 600;
}

.live-res-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
}
.custom-options {
  width: 200px;
  position: absolute;
 background: #113d84 ;
  border-radius: 6px;
  top: 100%;
  left: 20px;
  height: 200px;
  overflow-y: scroll;
  right: 0;
  display: none;
  flex-direction: column;
  z-index: 1;
}
.custom-options.open {
  display: flex;
}
.custom-option {
  padding: 8px 12px;
  color: white;
  cursor: pointer;
  text-align: center;
}
.custom-options::-webkit-scrollbar {
 width: 4px; /* Высота полосы прокрутки */
}

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

/* Фон полосы прокрутки */
.custom-options::-webkit-scrollbar-track {
  background-color: #e5e5e5; /* Светлый фон для полосы прокрутки */
}
.main_results .main_results-cards{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.empty-match {
  grid-column: 1 / -1; /* растянуть на всю ширину грида */
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  /* или любой другой цвет */
  padding: 40px 0;
}
.live_shedule_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width:1400px) {
  .calendar-team-logo {
    height: 48px;
    width: 48px;
  }
}
@media(max-width:1300px){
  .main-video-box .main_videos{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:1200px) {
  .calendar-head,
  .day-empty {
    display: none;
  }
  .calendar-matches {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-template-rows: auto;
    gap: 24px;
    background-color: #ffffff;
    border: 0;
  }
  
  .calendar-team-logo {
    height: 72px;
    width: 72px;
  }
}


/* ============================================
   МЕДИА ЗАПРОСЫ
   ============================================ */

/* Экраны 1400px и выше */
@media (min-width: 1400px) {
 
}

/* 1200px - 1399px */
@media (max-width: 1399px) {
 
  
  .header_nav-list {
    grid-gap: 20px;
  }
}

/* 992px - 1199px - Планшеты в ландшафте */
@media (max-width: 1199px) {
 
  .header{
    padding: 12px 0;
  }
  /* Показываем бургер меню */
  .burger-menu {
    display: block;
  }
  .header_top_contact{
    display: none;
  }
  .header_bottom{
    display: none;
  }
  
  /* Скрываем десктопную навигацию */
  .header_nav {
    display: none !important;
  }
  
  /* Адаптируем header */
  .header_bottom_wrapp {
    padding: 15px 0;
  }
  
  .header_bottom-icons {
    margin-right: 20px;
  }
  
  /* Главный блок */
  .main_info {
 
    justify-content: center;
    text-align: center;
  }
  
  .main_info-logo {
    width: 120px;
    height: 120px;
  }
  
  .main_info-text-title {
    font-size: 32px;
  }
  

  
  .main_video {
    width: calc(50% - 15px);
  }
  
  /* Таблица */
 
  
  .tabl_img {
    max-width: 100%;
    height: auto;
  }
  .post-content .highlights-cards{
    display: flex;
    flex-direction: column;
  }
  .highlights-cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    
  }
  
  /* Новости */
  
  
  .news-popular_news
   {
    width: 100%;
  }
  
  /* Футер */
  .footer {
  
    grid-gap: 24px;
  }
  
  .footer_first {
    width: 45%;
  }
  
  .footer_first.width {
    width: 45%;
  }
  .teams_cards-link-img{
    width: 120px;
    height: 120px;
  }
  .teams{
    flex-direction: column;
    gap: 32px;
  }
}
@media(max-width:1100px){
  .post-content-col-right{
    display: none;
  }
  .post-content-col.w-65{
    width: 100%;
  }
}
@media(max-width:1000px){
.news {
    flex-direction: column;
  }
  .post{
    display: none;
  }
  .review{
    grid-template-columns: 1fr;
  }
  .review_wrapp{
    padding: 12px;
  }
}
/* 768px - 991px - Планшеты */
@media (max-width: 991px) {
  
  
  /* Header адаптация */
  .header_top {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .header_top_contact {
    width: 100%;
    margin-top: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .header_top_contact-wrapp {
    margin-bottom: 10px;
  }
  
  /* Главная секция */
  
  
  .main_info-text-title {
    font-size: 28px;
  }
  
  
  
  .table {
    width: 100%;
    margin-bottom: 30px;
  }
  
  /* Island секция */
  .island {
    flex-direction: column;
    padding: 50px 0;
  }
  
  .island_cards-match,
  .cards_teams {
    width: 100%;
   
  }
  
  /* Популярные новости */
 
  
  .popular_news-card-link-img {
    width: 100%;
    height: 300px;
    
  }
  

 
  
  /* Статистика - горизонтальная прокрутка */
  .stat-tabl {
    overflow-x: auto;
    display: block;
    min-width: 900px;
  }
  
  .stats_wrapp {
    overflow-x: auto;
  }
  
  /* Review */
  .review {
    flex-direction: column;
  }
  
  .review_col {
    width: 100%;
  }
  
  .review_col.w-65 {
    width: 100%;
  }
  
  /* Player */
  .player {
    flex-direction: column;
  }
  
  .player-col.w-65 {
    width: 100%;
  }
    body {
    overflow-x: hidden;
  }
  
  /* Улучшаем читаемость */
  p, span, li, a {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  /* Адаптируем изображения */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* Фиксим флекс элементы */
.island_card-match-logo{
  width: 50px;
  height: 50px;
}
  
  /* Убираем псевдоэлементы навигации на мобильных */
  .header_nav-list::before,
  .header_nav-list::after {
    display: none;
  }
  .team_header-img{
    height: 100px !important;
  }

}
@media (max-width:928px) {
  .calendar-matches {
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width:830px){
  .team_header-img{
    height: 300px;
  }
  .team_header-text-subtitle{
    font-size: 20px;
  }
  .team-player{
    grid-template-columns: 1fr 1fr;
  }
   .cards_teams{
    flex-direction: column;
   }
   .contact-box{
    grid-template-columns: 1fr;
   }
   .footer{
    display: grid;
    grid-template-columns: 1fr 1fr;
   }
   .footer_first:last-child{
    grid-column: 1/-1;
    width: 100%;
    justify-items: center;
   }
   .footer_first{
    width: 100%;
   }
   .main_results .main_results-cards{
    grid-template-columns: 1fr;
   }
   .video-post_wrapp .main_videos{
    overflow-x: scroll;
   }
  .video-post_wrapp .main_videos .main_video{
flex:  0 0 auto;
max-width: 200px;
   }
   .video-post-cards-img-wrapp{
    height: 450px;
   }
}
@media (max-width:768px) {
  .controls-container {
    flex-direction: column;
    align-items: center;
    font-size: 20px;
  }
}

/* 576px - 767px - Большие телефоны */
@media (max-width: 767px) {
  .player_row-table-col-text:first-child{
    font-size: 28px;
  }
  
  /* Уменьшаем размеры заголовков */
  .popular_news-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  
  .main_info-text-title {
    font-size: 24px;
  }
  
  /* Видео карточки */
  .main_video {
    width: 100%;
    
  }
  
  /* Highlights */
  .highlights-cards {
    flex-direction: column;
  }
  
  
  
  /* Post cards */
  .post_card {
    margin-bottom: 20px;
  }
  
  /* Футер */
  .footer_first {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-bottom: 30px;
  }
  .team-content-img{
    float: none;
    width: 100%;
  }
  
  
  
 
  
  /* Schedule calendar */
  .news_header_col {
    font-size: 10px;
    height: 150px;
    padding: 5px;
  }
  
  .news_calendar_header {
    font-size: 14px;
  }
  
  /* Результаты матчей */
  .main_results-cards {
    flex-direction: column;
  }
  
  .cards_teams {
    margin-bottom: 20px;
  }
  .post-content-col-img{
    height: 500px;
  }
  .team_header-text-game{
    font-size: 14px;
  }
  .team_header-text-title{
    font-size: 28px;
  }
  .team_header-text-subtitle{
    font-size: 18px;
  }
}
@media(max-width:680px){
  .news-popular_news .popular_news-card{
    grid-template-columns: 1fr;
  }
  .contact_main-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contact_main-list-item:first-child{
    grid-column: 1/-1;
  }
  .contact_main-list-item{
    width: 100%;
  }
   .teams_cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .video-post-cards-img-wrapp{
    height: 400px;
  }
  .review-col-header-img{
    height: 40px;
    width: 40px;
  }
  .review-col-event-flex-title{
    font-size: 18px;
  }
  .review-col-event-flex-subtite{
    font-size: 14px;
  }
.big-img.island_card-match-logo{
  width: 50px;
  height: 50px;
}
.island_card-match-logo_wrapp{
  flex-direction: column;
  align-items: center;
}
.next-match-cards{
  grid-template-columns: 1fr;
}
 .main-video-box .main_videos{
    grid-template-columns: 1fr;
  }
  .slider-2 .main_video-desc-date{
     display: -webkit-box;
    -webkit-line-clamp: 1;     /* Кол-во строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media(max-width:600px){
   .highlights-cards{
  
    grid-template-columns: 1fr;
    
  }
  .post-content-col-img{
    height: 350px;
  }
  .video-post-cards-icon{
    height: 40px;
    width: 40px;
  }
}
@media (max-width:575px) {
  .calendar-matches {
    grid-template-columns: 1fr;
  }
  .main_video-desc-date{
    font-size: 12px;
  }
}
/* 480px - 575px - Средние телефоны */
@media (max-width: 575px) {
 
  
  /* Header */
  .header {
    padding: 15px 0;
  }
  
  .header_top_link-img {
    max-width: 150px;
    height: auto;
  }
  
  .header_bottom-icons {
    display: none;
  }
  
 
  
  .main_info-logo {
    width: 100px;
    height: 100px;
  }
  
  .main_info-text-title {
    font-size: 20px;
    line-height: 1.3;
  }
  
  .main_info-text-date-wrapp {
 
    justify-content: center;
  }
  .main_info-text-date:first-child{
    font-size: 18px;
  }
  .main_info-text-date:last-child{
    font-size: 14px;
  }
  
 
  
  /* Tables */
  .td_logo {
    width: 40px;
    height: 40px;
  }
  
  .td-title {
    font-size: 14px;
  }
  
  /* Island card match */
  .island_card-match-logo {
    width: 60px;
    height: 60px;
  }
  
  .island_card-match-body_vs {
    font-size: 18px;
  }
  
  .island_card-match-body-text-title {
    font-size: 12px;
  }
  
  /* Card teams */
  .card_teams {
    padding: 15px 10px;
  }
  
  .logo_mini {
    width: 40px;
    height: 40px;
  }
  
  /* Popular news */
  .popular_news-card-text-title-link {
    font-size: 20px;
  }
  
  .popular_news-card-link-img {
    height: 200px;
  }
  
  /* Video elements */
  .main_play {
    width: 50px;
    height: 50px;
  }
  
  .wrapper_link {
    width: 35px;
    height: 35px;
    left: 10px;
  }
  
  /* Pagination */
  .video_pagination {
    grid-gap: 15px;
  }
  
  .pagination_img {
    height: 25px;
  }
  
  /* Player stats */
  .player_row-table {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .fz-42 {
    font-size: 32px;
  }
  
  /* Review elements */
  .review-match-up-team-img {
    width: 35px;
    height: 35px;
  }
  
  .review-match-up-team-text {
    font-size: 24px;
  }
  
  .big-img {
    width: 80px;
    height: 80px;
  }
  .team_header-img{
    height: 250px;
  }
    .player_row-table-col-text:first-child{
    font-size: 24px;
  }
  .live_shedule_btns{
    flex-direction: column;
  }
  .video-post-cards-img-wrapp{
    height: 350px;
  }
  .team-player{
    grid-template-columns: 1fr;
  }
}

/* 320px - 479px - Маленькие телефоны */
@media (max-width: 479px) {
  
  
  /* Typography */
  body {
    font-size: 14px;
  }
  
  .popular_news-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  
  .main_info-text-title {
    font-size: 18px;
  }
  
  .popular_news-card-text-title-link {
    font-size: 18px;
  }
  
  /* Header contact */
  .header_top_contact-wrapp {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  
  /* Main elements */
  .main_info-logo {
    width: 80px;
    height: 80px;
  }
  
  /* Buttons */
  .popular_news-card-text-btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .main_info-text-title{
    font-size: 16px;
  }
  .main_info-text-liga{
    font-size: 12px;
  }
  .main_info-text-subtitle{
    font-size: 12px;
  }
  .main_info-text-date-box{
    flex-direction: column;
    gap: 0;
  }
  

  }
  
  .footer_first-title {
    font-size: 20px;
  }
  
  .footer_first-desc,
  .footer_first-list-item-link {
    font-size: 14px;
  }
  
  /* Tables with horizontal scroll */
  .table, 
  .post_table, 
  .review-table, 
  .shots-table,
  .stat-tabl {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Calendar adjustments */
  .news_header_col {
    height: 100px;
    font-size: 9px;
    padding: 3px;
  }
  
  .news_calendar_header {
    font-size: 12px;
  }
  
 
  
  
  
  
  .post-content-col-img{
    height: 300px;
  }
   .team_header-img{
    height: 200px;
  }
  .team_header-text-title{
    font-size: 24px;
  }
  .team_header-text-game{
    font-size: 12px;
  }
  .team_header-text-pos{
    font-size: 12px;
  }

  .team_header-text-pos-span{
    font-size: 12px;
  }

  

@media(max-width:400px){
   .teams_cards {
    grid-template-columns: 1fr;
  }
  .video-post-cards-img-wrapp{
    height: 300px;
  }
}
/* 320px - Минимальный размер */
@media (max-width: 320px) {
  
  
  .main_info-text-title {
    font-size: 16px;
  }
  
  .popular_news-title {
    font-size: 18px;
  }
  
  .popular_news-card-text-title-link {
    font-size: 16px;
  }
  
  .popular_news-card-text-desc {
    font-size: 13px;
  }
  
  /* Very small adjustments */
  .header_top_link-img {
    max-width: 120px;
  }
  
  .main_info-logo {
    width: 60px;
    height: 60px;
  }
  
  .td_logo {
    width: 30px;
    height: 30px;
  }
  
  .island_card-match-logo {
    width: 50px;
    height: 50px;
  }
  
  .logo_mini {
    width: 30px;
    height: 30px;
  }
  
  .main_play {
    width: 40px;
    height: 40px;
  }
}

/* Дополнительные утилиты для мобильных */

