p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #f4f4f4;
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.link {
  text-decoration: none;
}

.list {
  list-style-type: none;
}

.img {
  display: block;
}

.content_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.block_stats_info {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.position_relative {
  position: relative;
}
.main {
  flex-grow: 1;
}

.footer {
  background: #000000;
  padding-bottom: 30px;
  padding-top: 30px;
}

.stats_circle_accent {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}
.stats_circle_accent:hover {
  color: rgb(0, 0, 0);
}
.video_post_content_play_icon {
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: scale 1s;
  scale: 1;
  transform: translate(-50%, -50%);
}
.video_post_content_play_icon:hover {
  scale: 1.1;
}
.video_post_content_link {
  display: block;
}
.height_600 {
  height: 600px;
}
.stats_circle_item_subtitle {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 700;
}
.stats_circle_item_subtitle:hover {
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.block_video_post_content {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #f4f4f4;
  margin-bottom: 30px;
}

.contacts_item {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 45px;
  align-items: stretch;
  display: flex;
  column-gap: 25px;
}
.contacts_item:last-child {
  margin-bottom: 0;
}
.header_menu_item {
}

.object_fit_contain {
  object-fit: contain;
}
.block_section_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-radius: 5px;
  padding-left: 15px;
  border-left-color: rgb(252, 185, 0);
}
.margin_bottom_30 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}

.league_table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.league_table_wrap::-webkit-scrollbar {
  height: 6px;
}

.league_table_wrap::-webkit-scrollbar-thumb {
  background: rgb(252, 185, 0);
  /* border-radius: 4px; */
}

.league_table_wrap::-webkit-scrollbar-track {
  background: #560b05;
}

.league_table {
  width: 100%;
  /* width: 1124px; */
  table-layout: fixed;
}

.league_table_head {
}

.league_table_head_line {
  background: #560b05;
}

.league_table_head_point_text {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
}

.league_table_head_point_text:hover {
  color: rgb(255, 255, 255);
}

.league_table_head_point {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

.league_table_head_line td:first-child,
.league_table_body_line td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 50px;
}

.league_table_head_line td:nth-child(2),
.league_table_body_line td:nth-child(2) {
  position: sticky;
  left: 50px;
  z-index: 3;
  width: 70px;
}

@media screen and (min-width: 768px) {
  .league_table_head_line td:first-child,
  .league_table_body_line td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    width: 75px;
  }

  .league_table_head_line td:nth-child(2),
  .league_table_body_line td:nth-child(2) {
    position: sticky;
    left: 75px;
    z-index: 3;
    width: 150px;
  }
}

@media screen and (min-width: 1024px) {
  .league_table_head_line td:first-child,
  .league_table_body_line td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    width: 75px;
  }

  .league_table_head_line td:nth-child(2),
  .league_table_body_line td:nth-child(2) {
    position: sticky;
    left: 75px;
    z-index: 3;
    width: 175px;
  }
}

@media screen and (min-width: 1200px) {
  .league_table_head_line td:first-child,
  .league_table_body_line td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    width: 75px;
  }

  .league_table_head_line td:nth-child(2),
  .league_table_body_line td:nth-child(2) {
    position: sticky;
    left: 75px;
    z-index: 3;
    width: 200px;
  }
}

.footer_address_item_link {
  color: rgb(158, 158, 158);
  font-size: 15px;
  font-weight: 500;
  transition: ease 0.5s;
}

.footer_address_item_link:hover {
  color: rgb(255, 255, 255);
}
.text {
  margin-top: 0;
  margin-bottom: 0;
}
.footer_text {
  color: rgb(158, 158, 158);
  font-size: 15px;
  font-weight: 400;
}

.footer_text_link {
  color: rgb(158, 158, 158);
  font-size: 15px;
  font-weight: 700;
  transition: ease 0.5s;
}

.footer_text_link:hover {
  color: rgb(218, 165, 32);
}

.section_filter_link {
  color: rgb(158, 158, 158);
  font-size: 15px;
  font-weight: 700;
  transition: ease 0.5s;
}
.section_filter_link:hover {
  color: rgb(218, 165, 32);
}
.team_name_link_img {
  background-color: rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.footer_address_item {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.border_left_gray {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-left-color: rgb(225, 225, 225);
}
.socials_list {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
.news_list_title {
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 700;
}
.news_list_title:hover {
  color: rgb(0, 0, 0);
}
.block_news_info {
  background-color: rgba(0, 0, 0, 0);
  background: #ffffff;
  position: absolute;
  bottom: -99px;
  transition: ease 0.5s;
  z-index: 1;
}
.block_news_info:hover {
  bottom: 0;
}
.block_img_gradient_hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: ease 1s;
  background-color: rgba(0, 0, 0, 0.35);
}
.block_img_gradient_hover:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.block_section_content {
  background: #f4f4f4;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.block_news_info_top {
  z-index: 1;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.block_news_info_top:hover {
}
.news_info_top_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_info_top_title:last-child {
  margin-bottom: 0;
}
.block_pagination {
  background: hsla(0, 0%, 100%, 0.27);
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding-left: 2px;
  padding-right: 2px;
  align-items: center;
  padding-bottom: 2px;
  padding-top: 2px;
}
.pagination_btn {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #af881b;
  border: none;
  cursor: pointer;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  transition: ease 0.5s;
}
.pagination_btn:hover {
  background: #daa520;
}

.overflow_hidden {
  overflow: hidden;
}
.contacts_map_link {
  background-color: rgba(0, 0, 0, 0);
  cursor: grab;
}
.news_info_top_text {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagination_btn_img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.pagination_link {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.5s;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.pagination_link:hover {
  color: rgb(218, 165, 32);
}
.block_calendar_week {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #560b05;
}
.calendar_mounth_days {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}
.calendar_mounth_days::before {
}
.rotate_deg_90 {
  rotate: 90deg;
}
.block_news_info_bottom_img {
  background-color: rgba(0, 0, 0, 0);
  background: #daa520;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.block_news_info_bottom_img:hover {
}
.calendar_week_days {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.calendar_week_days:hover {
  color: rgb(255, 255, 255);
}
.block_calendar_filter {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.block_calendar_wrapper {
}
.rotate_deg_270 {
  rotate: 270deg;
}
.calendar_filter_value {
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.calendar_filter_value:hover {
  color: rgb(255, 255, 255);
}
.margin_top_30 {
  margin-top: 30px;
}
.content_link {
  color: rgb(0, 0, 0);
  transition: ease 0.5s;
}
.content_link:hover {
  color: rgb(218, 165, 32);
}
.block_section_filter {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.block_section_filter:last-child {
  margin-bottom: 0;
}
.section_filter_text {
  color: rgb(158, 158, 158);
  font-size: 15px;
  font-weight: 500;
}
.section_filter_text:hover {
  color: rgb(158, 158, 158);
}
.socials_link_img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.socials_link {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218, 165, 32);
  filter: saturate(10%);
  transition: ease 0.5s;
}
.socials_link:hover {
  filter: saturate(100%);
}
.news_list {
  /* display: flex;
  row-gap: 25px;
  column-gap: 25px;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .news_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.news_item {
  /* width: calc(((100% - 50px) / 3)); */
}
.height_400 {
  aspect-ratio: 8/7;
  overflow: hidden;
}
.socials_item {
}
.pagination_item {
}
.pagination_link_active {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(218, 165, 32);
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 4px;
  border-bottom-color: rgb(218, 165, 32);
}
.pagination_link_active:hover {
  background-color: rgba(0, 0, 0, 0);
}
.color_gold_hover {
}
.color_gold_hover:hover {
  color: rgb(175, 136, 27);
}
.pagination_list {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.block_calendar_link {
  display: flex;
}
.border_bottom_right_red {
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: rgb(86, 11, 5);
  border-bottom-color: rgb(86, 11, 5);
}
.border_top_red {
  border-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(86, 11, 5);
}
.bg_color_dark_gray {
  background: #5a5a5a;
}
.border_left_red {
  border-style: solid;
  border-left-width: 1px;
  border-left-color: rgb(86, 11, 5);
}
.block_news_info_bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-color: rgb(225, 225, 225);
}
.videos_duration {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
}
.post_content_info_item_text {
  color: rgb(158, 158, 158);
  font-size: 15px;
  font-weight: 500;
}
.post_content_text {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
}
.contacts_item_img {
  height: 45px;
  width: 45px;
  object-fit: contain;
}
.contacts_item_img:hover {
}
.block_videos_info {
  background-color: rgba(0, 0, 0, 0);
  background: #ffffff;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.videos_item {
  /* width: calc(((100% - 50px) / 3)); */
}
.videos_item::before {
  content: "";
  position: absolute;
  width: calc((100% - 20px));
  height: 25px;
  background: #ffffff;
  opacity: 0.3;
  bottom: -10px;
  left: 10px;
}
.results_team_meet_link {
  color: rgb(0, 0, 0);
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
  transition: ease 0.5s;
  flex: 1 1 auto;
  width: 25%;
}
.results_team_meet_link:hover {
  color: rgb(218, 165, 32);
}
.videos_play_icon {
  position: absolute;
  width: 75px;
  height: 75px;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transition: scale 1s;
  scale: 1;
  transform: translate(-50%, -50%);
}
.videos_play_icon:hover {
  scale: 1.1;
}
.block_aside_content {
}
.post_socials_list_title {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 700;
}
.post_socials_list_title:hover {
  color: rgba(255, 255, 255, 0.75);
}

.height_275 {
  /* height: 275px; */
  /* aspect-ratio: 4/3;
  overflow: hidden; */
}

@media screen and (min-width: 768px) {
  .height_275 {
    /* height: 275px; */
    aspect-ratio: 4/3;
    overflow: hidden;
  }
}

.videos_list {
  /* display: flex;
  align-items: center;
  column-gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .videos_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .videos_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.contacts_map_item {
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.aside_news_info_date_text {
  color: rgb(158, 158, 158);
  font-size: 12px;
  font-weight: 500;
}
.aside_news_info_date_text:hover {
  color: rgb(158, 158, 158);
}
.aside_news_info_title {
  font-size: 15px;
  font-weight: 700;
}
.contacts_info_item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.contacts_info_list {
  align-items: center;
  column-gap: 45px;
  display: flex;
}
.videos_info_title {
  font-size: 25px;
  font-weight: 700;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block_videos_duration {
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  background: #af881b;
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  justify-content: center;
}
.block_post_wrapper {
  display: flex;
  column-gap: 45px;
}
.block_post_content {
  width: 75%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #f4f4f4;
}
.block_post_aside {
  background: #f4f4f4;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  width: 25%;
}
.block_post_aside:hover {
}
.height_550 {
  height: 550px;
}
.videos_list_title {
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 700;
}
.margin_bottom_15 {
  margin-bottom: 15px;
}
.block_img_gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.contacts_map_list {
  /* align-items: center;
  display: flex;
  column-gap: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .contacts_map_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .contacts_map_list {
    display: grid;

    gap: 24px;
  }
}

.news_info_bottom_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.contacts_info_item_title {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.news_info_bottom_item {
  align-items: center;
  display: flex;
  column-gap: 5px;
}
.contacts_list {
}
.contacts_map_title {
  color: rgb(158, 158, 158);
  font-size: 25px;
  font-weight: 700;
}
.contacts_map_title:hover {
  color: rgb(255, 255, 255);
}
.news_info_bottom_item_img {
  height: 20px;
  width: 20px;
}
.news_info_bottom_list {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.news_info_bottom_list:hover {
}
.contacts_info_item_link {
  color: rgb(161, 161, 161);
  font-size: 15px;
  font-weight: 500;
  transition: ease 0.5s;
}
.contacts_info_item_link:hover {
  color: rgb(218, 165, 32);
}
.video_post_content_text {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
}
.block_contacts_info_list {
  width: 100%;
}
.block_post_content_info_list {
  padding-bottom: 15px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(225, 225, 225);
}
.results_list_title {
  color: rgb(158, 158, 158);
  font-size: 25px;
  font-weight: 700;
}
.post_content_info_list {
  align-items: center;
  display: flex;
  column-gap: 25px;
}
.post_content_info_item {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.results_team_meet_info_date_day {
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-weight: 700;
}
.results_team_meet_info_date_day:hover {
  color: rgb(255, 255, 255);
}
.post_content_info_item_img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.block_post_socials_list {
  align-items: center;
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(225, 225, 225);
  padding-bottom: 15px;
}
.block_post_socials_list:hover {
}
.column_gap_15 {
  column-gap: 15px;
}
.display_flex {
  display: flex;
}
.aside_news_item {
  margin-bottom: 20px;
}
.aside_news_item:last-child {
  margin-bottom: 0;
}
.aside_news_list {
}
.height_100 {
  height: 100px;
}
.width_150 {
  width: 150px;
}
.results_team_meet_info_date_month_accent {
  border-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 15px;
}
.results_team_meet_info_date_category {
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 700;
}
.block_aside_news_info {
  width: 50%;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
}
.block_aside_news_info_date {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.block_video_post_aside_info {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 5px;
  padding-top: 5px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aside_news_info_date_img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.results_team_meet_text {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 700;
}
.results_team_meet_place_text {
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.results_list {
  /* display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 25px;
  align-items: center; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .results_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .results_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.block_results_team_meet_info {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  background: #daa520;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.results_item {
  /* width: calc(((100% - 50px) / 3)); */
}
.results_item::before {
  content: "";
  position: absolute;
  width: calc((100% - 20px));
  height: 25px;
  background: #ffffff;
  opacity: 0.3;
  bottom: -10px;
  left: 10px;
}
.block_results_list {
}
.results_link {
  color: rgb(0, 0, 0);
  border-radius: 5px;
  display: inline-block;
  transition: ease 0.5s;
  text-transform: uppercase;
  background: #af881b;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 8px;
  padding-top: 8px;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.results_link:hover {
  color: rgb(255, 255, 255);
}
.team_history_title {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.results_team_meet_info_date_month {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 18px;
}
.bg_color_pink {
  background: #d30067;
}
.player_img {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 300px;
  height: 400px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.player_img:hover {
  background-color: rgba(0, 0, 0, 0);
}
.border_bottom_gray {
  border-color: rgb(225, 225, 225);
  color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
}
.awards_info_subtitle {
  color: rgb(218, 165, 32);
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  font-size: 30px;
  font-weight: 700;
}
.block_stats_wrapper {
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .block_stats_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.bg_color_blue {
  background: #4867aa;
}
.bg_color_blue:last-child {
  margin-bottom: 0px;
}
.awards_link {
  color: rgb(255, 255, 255);
  display: flex;
  column-gap: 15px;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  transition: ease 0.5s;
}
.awards_link:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(158, 158, 158);
}
.block_stats_circle_item {
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.stats_circle_item {
  display: flex;
  column-gap: 5px;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
}
.stats_circle_list {
  width: 45%;
}
.block_stats_left {
  /* display: flex;
  align-items: center;
  column-gap: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  justify-items: center;
  /* width: 35%; */
}

@media screen and (min-width: 768px) {
  .block_stats_left {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .block_stats_left {
    align-items: center;
    justify-items: flex-start;
  }
}

.block_stats_circle {
  border-style: solid;
  border-radius: 50%;
  border-width: 5px;
  height: 140px;
  width: 140px;
  border-left-color: rgb(72, 103, 170);
  border-bottom-color: rgb(72, 103, 170);
  border-right-color: rgb(211, 0, 103);
  border-top-color: rgb(90, 90, 90);
  display: flex;
  justify-content: center;
  align-items: center;
}
.league_table_body {
}
.text_align_center {
  text-align: center;
}
.league_table_body_line {
  transition: ease 0.5s;
}
.league_table_body_line:hover {
  background: #af881b;
}
.bg_color_gray {
  background: #eaeaea;
}
.league_table_body_point {
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
}
.league_table_body_point_text {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
}
.team_name_link {
  color: rgb(0, 0, 0);
  align-items: center;
  display: flex;
  column-gap: 10px;
  transition: ease 0.5s;
  justify-content: center;
}
.team_name_link:hover {
  color: rgb(255, 255, 255);
}
.team_name_link_title {
  /* font-size: 18px;
  font-weight: 700; */
  display: none;
}

@media screen and (min-width: 768px) {
  .team_name_link {
    justify-content: flex-start;
  }

  .team_name_link_title {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.bg_color_white {
  background: #ffffff;
}
.footer_menu_list {
  /* align-items: center;
  display: flex;
  column-gap: 25px;
  justify-content: center; */
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .footer_menu_list {
    display: flex;
    justify-content: center;
  }
}
.footer_menu_item {
}
.margin_bottom_25 {
  margin-bottom: 25px;
}
.footer_menu_link {
  color: rgb(158, 158, 158);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: ease 0.5s;
}
.footer_menu_link:hover {
  color: rgb(255, 255, 255);
}
.footer_address_item_text {
  color: rgb(158, 158, 158);
  font-size: 15px;
  font-weight: 400;
}
.footer_logo_link {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
}
.footer_address_list {
  /* align-items: center;
  display: flex;
  column-gap: 25px;
  justify-content: center; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .footer_address_list {
    display: flex;
    justify-content: center;
  }
}
.video_post_aside_item {
  margin-bottom: 15px;
}
.video_post_aside_item:last-child {
  margin-bottom: 0;
}
.team_history_text {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 400;
}
.padding_10 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.video_post_aside_list {
}
.block_video_post_aside {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
}
.width_height_20 {
  height: 20px;
  width: 20px;
}
.width_height_20:hover {
}
.stats_circle {
  color: rgb(0, 0, 0);
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
}
.stats_circle_item_text {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 400;
}
.video_post_aside_play_icon {
  height: 35px;
  width: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: scale 1s;
  scale: 1;
  transform: translate(-50%, -50%);
}
.video_post_aside_play_icon:hover {
  scale: 1.1;
}
.block_results_team_meet_info_date {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.block_results_team_meet_link {
  display: flex;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background: #f4f4f4;
  align-items: center;
  column-gap: 20px;
}
.results_team_meet_link_img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.results_team_meet_link_title {
  font-size: 18px;
  font-weight: 700;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block_results_team_meet_text_wrap {
  border-radius: 8px;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.08) 0);
  height: 45px;
  width: 45px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.results_team_meet_link_active {
  color: rgb(218, 165, 32);
}
.player_bio_item_text_accent {
  color: rgb(218, 165, 32);
  font-size: 30px;
  font-weight: 400;
}
.player_bio_item_text {
  color: rgb(158, 158, 158);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}
.block_results_team_meet_text_wrapper {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.block_results_team_meet_text_wrapper:hover {
}
.team_position_info_text {
  color: rgb(218, 165, 32);
  font-size: 18px;
  font-weight: 500;
}
.team_position_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  display: flex;
  width: 100%;
  height: 100%;
}
.team_position_link:hover {
  color: rgb(158, 158, 158);
}
.stats_info_text {
  color: rgb(158, 158, 158);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.stats_info_subtitle {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.block_stats_right {
  /* width: 65%; */
  display: grid;
  /* grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 15px; */
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .block_stats_right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .block_stats_right {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .block_stats_right {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* .width_6pr {
  width: 6%;
} */
.width_6pr:last-child {
  margin-bottom: 0px;
}
.width_6pr::before {
  background-color: rgba(0, 0, 0, 0);
}
.stats_info_title {
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.width_2pr {
  width: 2%;
}
.bg_color_gold_active {
  background: #af881b;
}
.bg_color_gold_active:last-child {
  margin-bottom: 0px;
}
.team_name_link_active {
  color: rgb(255, 255, 255);
}
.block_results_team_meet_place_link {
  background: #f4f4f4;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.player_bio_text {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
}
.player_bio_position {
  color: rgb(218, 165, 32);
  font-size: 30px;
  font-weight: 400;
}
.section_title_img {
  height: 50px;
  width: 50px;
}
.player_bio_subtitle {
  color: rgb(218, 165, 32);
  font-size: 50px;
  font-weight: 700;
}
.align_items_center {
  align-items: center;
}
.block_team_wrap {
}
.height_440 {
  /* height: 440px; */
  height: auto;
}
.player_bio_title {
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 700;
}
.player_bio_title:hover {
  color: rgb(255, 255, 255);
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.block_team_history_wrap {
  /* width: 49%; */
}
.border_section_title_red {
  border-left-color: rgb(174, 21, 10);
}
.block_team_history_wrapper {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .block_team_history_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .block_team_history_wrapper {
    gap: 24px;
  }
}

.video_post_aside_info_title {
  font-size: 15px;
  font-weight: 700;
}
.block_calendar_week_days {
  padding-bottom: 20px;
  padding-top: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.block_calendar_mounth {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.block_calendar_mounth_days {
  padding-bottom: 70%;
}
.block_calendar_mounth_days_content {
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_calendar_mounth_days_content:hover {
}
.block_calendar_team_meet_info {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: space-between;
}
.block_calendar_team_meet_link {
  align-items: baseline;
  display: flex;
  column-gap: 20px;
}
.calendar_team_meet_place {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: rgb(0, 0, 0);
}
.calendar_team_meet_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  text-align: center;
  color: rgb(0, 0, 0);
  transition: ease 0.5s;
  flex: 1 1 auto;
  width: 25%;
}
.calendar_team_meet_link:hover {
  color: rgb(218, 165, 32);
}
.calendar_team_meet_link_img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.calendar_link {
  color: rgb(0, 0, 0);
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  margin-left: auto;
  margin-right: auto;
  transition: ease 0.5s;
  background: #af881b;
  display: block;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
}
.calendar_link:hover {
  color: rgb(255, 255, 255);
}
.news_info_bottom_item_text {
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 500;
}
.calendar_team_meet_text {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.calendar_team_meet_link_title {
  font-size: 12px;
  font-weight: 700;
}
.calendar_team_meet_link_title:hover {
}
.section_content {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 30px;
  padding-top: 30px;
  background-image: url("../images/7ca4c5d5e0f202ad3de51a15a994bf8d.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}
.section_title {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 700;
}
.team_position_link_text {
  color: rgba(0, 0, 0, 0);
}
.team_position_link_text:hover {
  text-decoration: underline;
}
.team_item {
  width: calc(((100% - 60px) / 4));
}
.team_link {
  color: rgb(175, 136, 27);
  position: relative;
  z-index: 3;
}
.team_link:hover {
  text-decoration: underline;
}
.team_img {
  width: 100%;
}

.color_gold {
  color: rgb(175, 136, 27);
}
.color_black {
  color: rgb(0, 0, 0);
}
.font_size_25 {
  font-size: 25px;
}
.font_size_15 {
  font-size: 15px;
}
.block_team_stats_info_card_title {
  align-items: baseline;
  display: flex;
  column-gap: 5px;
}
.block_team_stats_info_card {
  height: 20px;
  width: 15px;
}
.bg_color_red {
  background: #ae150a;
}

.bg_color_brown {
  background: #560b05;
}
.bg_color_yellow {
  background: #fcb900;
}
.margin_bottom_60 {
  margin-bottom: 60px;
}
.team_position_list {
  /* display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .team_position_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .team_position_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .team_position_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.team_position_item {
  /* width: calc(((100% - 75px) / 4)); */
}
.team_position_link_img {
  width: 100%;
  height: 100%;
}
.block_team_position_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  position: absolute;
  padding-bottom: 5px;
  padding-top: 5px;
  bottom: -70px;
  transition: ease 0.5s;
  z-index: 1;
}
.block_team_position_info:hover {
  bottom: 0;
}
.team_position_info_title {
  font-size: 25px;
  font-weight: 700;
}
.height_500 {
  height: 500px;
}
.awards_list {
  display: flex;
  column-gap: 25px;
}
.awards_item {
  background-image: url("../images/8021a7c1cdcb3b5d24c8aa5142c0a9e6.webp");
  /* width: 25%; */
  background-size: cover;
  background-position: center;
}
.awards_link_img {
  width: 120px;
  object-fit: contain;
  height: 150px;
}
.block_awards_info {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.awards_info_title {
  font-size: 20px;
  font-weight: 500;
}
.block_player_wrapper {
  background-image: url("../images/bb1db94d8e461c2f4fc4a0a64139a203.webp");
  padding-bottom: 24px;
  padding-top: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 24px;
  padding-right: 24px;
}
.bg_player_wrap {
  background-image: url("../images/0c4f80a6f19446d7e43eea8d3b711592.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.padding_16 {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.block_player_bio_wrapper {
  display: flex;
  column-gap: 75px;
}
.block_player_bio_wrap {
  width: 50%;
}
.player_bio_item {
  margin-bottom: 15px;
}
.player_bio_item:last-child {
  margin-bottom: 0;
}
.justify_content_flex_start {
  justify-content: flex-start;
}
.margin_left_right_auto {
  margin-left: auto;
  margin-right: auto;
}
.width_height_170 {
  height: 170px;
  width: 170px;
}
.border_top_color_pink {
  border-top-color: rgb(211, 0, 103);
}
.border_right_left_bottom_color_blue {
  border-bottom-color: rgb(72, 103, 170);
  border-right-color: rgb(72, 103, 170);
  border-left-color: rgb(72, 103, 170);
}
.gallery_list {
  display: grid;
  grid-template-columns: 1fr 50% 1fr;
  align-items: center;
}
.gallery_item {
}
.color_white {
  color: rgb(255, 255, 255);
}
.padding_top_bottom_3 {
  padding-bottom: 3px;
  padding-top: 3px;
}
.padding_right_left_6 {
  padding-left: 6px;
  padding-right: 6px;
}
.font_size_10 {
  font-size: 10px;
}
.block_review_wrapper {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background-image: url("../images/6b83b3abc08de254963114042d4bf14b.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.block_review_team_meet_info {
  width: 49%;
}
.block_review_wrap {
  background-image: url("../images/3887b734bda2a5702520065dd35e6e4a.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_team_meet_date {
  color: rgb(158, 158, 158);
  font-size: 18px;
  font-weight: 500;
}
.block_review_team_meet_videos {
  width: 49%;
}
.review_team_meet_place {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
}
.block_review_team_meet_link {
  align-items: center;
  display: flex;
  column-gap: 25px;
}
.review_team_meet_link {
  align-items: center;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
  transition: ease 0.5s;
  width: 25%;
  flex: 1 1 auto;
}
.review_team_meet_link:hover {
  color: rgb(218, 165, 32);
}
.review_team_meet_link_img {
  height: 65px;
  width: 65px;
  object-fit: contain;
}
.review_team_meet_link_title {
  font-size: 20px;
  font-weight: 700;
}
.block_review_team_meet_score_wrapper {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.block_review_team_meet_score_wrap {
  border-style: solid;
  border-radius: 8px;
  border-width: 4px;
  border-color: rgb(158, 158, 158);
  align-items: center;
  display: flex;
  justify-content: center;
  height: 55px;
  width: 55px;
}
.review_team_meet_score {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
}
.block_review_goal_wrapper {
}
.block_review_goal_wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 15px;
}
.review_goal_link {
  font-size: 15px;
  font-weight: 700;
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
}
.review_goal_link:hover {
  color: rgb(218, 165, 32);
}
.block_review_goal_link {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  align-items: center;
}
.review_goal_text {
  font-size: 15px;
  font-weight: 700;
  color: rgb(161, 161, 161);
  width: 10%;
}
.review_goal_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.flex_direction_row_reverse {
  flex-direction: row-reverse;
}
.margin_bottom_10 {
  margin-bottom: 10px;
}
.review_team_meet_videos_play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: scale 1s;
  scale: 1;
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.review_team_meet_videos_play_icon:hover {
  scale: 1.1;
}
.padding_right_left_8 {
  padding-left: 8px;
  padding-right: 8px;
}
.padding_top_bottom_7 {
  padding-bottom: 7px;
  padding-top: 7px;
}
.font_size_18 {
  font-size: 18px;
}
.block_review_content_wrapper {
  display: flex;
  column-gap: 45px;
  align-items: flex-start;
}
.block_review_content_wrap {
  width: 70%;
}
.block_review_aside {
  width: 30%;
  position: sticky;
  top: 20px;
}
.review_title {
  font-size: 25px;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.block_review_stat_team_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.block_review_stat_team_wrap {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.review_stat_team_link {
  height: 90px;
  width: 90px;
}
.block_review_stat_team_card_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.block_review_stat_team_card_wrap {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.block_review_stat_team_card {
  width: 20px;
  height: 30px;
}
.rerview_stat_team_card {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 700;
}
.review_stat_item {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
}
.review_stat_item:last-child {
  margin-bottom: 0;
}
.block_review_stat_item_top {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.review_stat_item_top_text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  width: 5%;
}
.review_stat_item_top_title {
  font-size: 15px;
  font-weight: 700;
  width: 25%;
  color: rgb(161, 161, 161);
}
.block_review_stat_item_bottom {
  align-items: center;
  display: flex;
  column-gap: 5px;
}
.block_review_stat_item_wrap {
  height: 6px;
  border-radius: 8px;
}
.width_41pr {
  width: 41%;
}
.width_59pr {
  width: 59%;
}
.width_20pr {
  width: 20%;
}
.width_80pr {
  width: 80%;
}
.width_70pr {
  width: 70%;
}
.width_30pr {
  width: 30%;
}
.width_90pr {
  width: 90%;
}
.width_10pr {
  width: 10%;
}
.width_35pr {
  width: 35%;
}
.width_65pr {
  width: 65%;
}
.width_50pr {
  width: 50%;
}
.width_99pr {
  width: 99%;
}
.width_1pr {
  width: 1%;
}
.review_descrip_text {
  font-size: 18px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
.width_15pr {
  width: 15%;
}
.display_grid {
  display: grid;
}
.grid_template_columns_repeat_5_1fr {
  grid-template-columns: repeat(5, 1fr);
}
.section_hero {
}
.hero_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.block_home_news_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.home_news_title {
  font-size: 30px;
  font-weight: 700;
}
.home_news_link {
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
}
.home_news_link:hover {
  color: rgb(218, 165, 32);
}
.home_news_info_bottom_list {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.home_news_info_bottom_item {
  align-items: center;
  display: flex;
  column-gap: 5px;
}
.home_news_info_bottom_item_img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.home_news_info_bottom_item_text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.bg_color_dark_white {
  background: #f4f4f4;
}
.bg_home_first {
  background-image: url("../images/63f8c7ff22dfddd6c14ebcf64a19bdb3.webp");
}
.block_home_table_calendar_wrapper {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
}
.block_home_table_calendar_wrap {
  width: 49%;
}
.home_calendar_item {
  margin-bottom: 20px;
}
.home_calendar_item:last-child {
  margin-bottom: 0;
}
.block_home_calendar_item_top {
  background: #daa520;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}
.home_calendar_team_meet_date {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.block_home_calendar_item_bottom {
  background: #f4f4f4;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
}
.block_home_calendar_team_meet_link {
  align-items: center;
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.home_calendar_team_meet_link {
  align-items: center;
  display: flex;
  column-gap: 10px;
  transition: ease 0.5s;
  color: rgb(0, 0, 0);
}
.home_calendar_team_meet_link:hover {
  color: rgb(218, 165, 32);
}
.home_calendar_team_meet_link_img {
  object-fit: contain;
  height: 40px;
  width: 40px;
}
.home_calendar_team_meet_link_title {
  font-size: 18px;
  font-weight: 700;
}
.block_home_calendar_team_meet_score {
  align-items: center;
  display: flex;
  column-gap: 45px;
  justify-content: center;
}
.home_calendar_team_meet_score_value {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 700;
}
.justify_content_space_between {
  justify-content: space-between;
}
.filter_btn_list {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.filter_btn {
  cursor: pointer;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(158, 158, 158);
  height: 35px;
  width: 35px;
  background: transparent;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: ease 0.5s;
}
.filter_btn:hover {
  background: #5a5a5a;
  filter: grayscale(100%);
}
.filter_btn_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.rotate_deg_180 {
  rotate: 180deg;
}
.content_btn {
  background: #af881b;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  border: none;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  text-align: center;
  width: 315px;
  justify-content: center;
  cursor: pointer;
}
.content_btn:hover {
  background: #daa520;
}
.player_circle_list {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.player_circle_item {
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 65px;
  width: 65px;
  border-color: rgb(175, 135, 27);
  background: rgba(0, 0, 0, 0.35);
}
.player_circle_item_text {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 20px;
}
.player_circle_item_text_accent {
  font-size: 12px;
  font-weight: normal;
  color: rgb(218, 165, 32);
}
.bg_home_second {
  background-image: url("../images/0218cbedde8e04f1f8205dde30624191.webp");
}
.opasity_0_7 {
  z-index: 0;
  opacity: 0.7;
}
.bg_color_dark {
  background: #0d0d0d;
}
.sponsors_list {
  align-items: center;
  display: flex;
  column-gap: 25px;
}
.sponsors_item {
  width: calc(((100% - 75px) / 4));
}
.sponsors_link {
  display: flex;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(158, 158, 158, 0.35);
  transition: ease 0.5s;
}
.sponsors_link:hover {
  background-color: rgba(0, 0, 0, 0);
  background: rgba(158, 158, 158, 0.1);
}
.sponsors_link::after {
}
.sponsors_link_img {
  height: 120px;
  width: 140px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.width_calc100_50px_3 {
  width: calc(((100% - 50px) / 3));
}
.bottom_0 {
  bottom: 0;
}

/* ===== MOBILE FIRST RESPONSIVE CSS ===== */
/* Base styles for mobile (320px and up) */

/* Base Mobile Styles (320px+) */
@media (max-width: 1023px) {
  /* .header_menu_list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 350px;
    height: 100%;
    background: #ae150a;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 30px 30px;
    gap: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
  } */

  /* .header_menu_list.active {
    right: 0;
  } */
}

@media (max-width: 575px) {
  /* Container adjustments */
  /* .container {
    padding-left: 10px;
    padding-right: 10px;
  } */

  /* Header adjustments */

  /* Hero section */
  .hero_list {
    grid-template-columns: 1fr;
  }

  .height_500 {
    /* height: 250px; */
  }

  .height_550 {
    height: 275px;
  }

  .height_600 {
    height: 300px;
  }

  .home_news_title {
    font-size: 20px;
  }

  /* News items */
  .news_list {
    /* flex-direction: column; */
  }

  .news_item {
    /* width: 100%; */
  }

  /* Results items */
  .results_list {
    /* flex-direction: column; */
  }

  .results_item {
    /* width: 100%; */
  }

  /* Videos items */
  .videos_list {
    /* flex-direction: column; */
  }

  .videos_item {
    /* width: 100%; */
  }

  /* Team positions */
  .team_position_list {
    /* grid-template-columns: 1fr; */
  }

  .team_position_item {
    /* width: 100%; */
  }

  /* Awards */
  .awards_list {
    flex-direction: column;
  }

  .awards_item {
    /* width: 100%; */
    margin-bottom: 20px;
  }

  /* Sponsors */
  .sponsors_list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sponsors_item {
    width: calc(50% - 12px);
    margin-bottom: 25px;
  }

  /* Tables */
  .league_table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .block_home_table_calendar_wrapper {
    flex-direction: column;
  }

  .block_home_table_calendar_wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  /* Footer */
  .footer_menu_list {
    /* flex-direction: column;
    align-items: center;
    gap: 10px; */
  }

  .footer_address_list {
    /* flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center; */
  }

  .footer_logo_link {
    width: 80px;
    height: 80px;
  }

  /* Post page */
  .block_post_wrapper {
    flex-direction: column;
  }

  .block_post_content,
  .block_post_aside {
    width: 100%;
  }

  /* Calendar */
  .block_calendar_filter {
    width: 80%;
  }

  .calendar_week_days {
    font-size: 10px;
  }

  .block_calendar_mounth_days_content {
    padding: 1px;
  }

  .calendar_team_meet_link_img {
    width: 20px;
    height: 20px;
  }

  .calendar_team_meet_link_title {
    font-size: 8px;
  }

  .calendar_team_meet_place {
    font-size: 8px;
  }

  /* Contact page */
  .contacts_map_list {
    /* flex-direction: column; */
  }

  .contacts_map_item {
    /* width: 100%; */
    margin-bottom: 20px;
  }

  .contacts_info_list {
    grid-template-columns: 1fr;
  }

  /* Player stats */
  .block_stats_wrapper {
    /* flex-direction: column; */
  }

  /* .block_stats_left,
  .block_stats_right {
    width: 100%;
  } */

  .block_stats_right {
    /* grid-template-columns: repeat(2, 1fr); */
  }

  /* Review page */
  .block_review_content_wrapper {
    flex-direction: column;
  }

  .block_review_content_wrap,
  .block_review_aside {
    width: 100%;
  }

  /* Gallery */
  .gallery_list {
    grid-template-columns: 1fr;
  }

  /* Team history */
  .block_team_history_wrapper {
    /* flex-direction: column; */
  }

  .block_team_history_wrap {
    /* width: 100%; */
    /* margin-bottom: 20px; */
  }

  /* Player bio */
  .block_player_bio_wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .block_player_bio_wrap {
    width: 100%;
  }

  /* Text adjustments */
  .section_title {
    font-size: 22px;
  }

  .news_list_title {
    font-size: 20px;
  }

  .videos_info_title {
    font-size: 18px;
  }

  .news_info_top_title {
    font-size: 16px;
  }

  .results_team_meet_link_title {
    font-size: 14px;
  }

  .pagination_list {
    gap: 5px;
  }

  .pagination_link {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/* Small devices (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  /* .container {
    max-width: 540px;
  } */

  .news_item {
    /* width: 100%; */
  }

  .results_item {
    /* width: 100%; */
  }

  .videos_item {
    /* width: calc(50% - 12px); */
  }

  .team_position_item {
    /* width: calc(50% - 12px); */
  }

  .sponsors_item {
    width: calc(33.333% - 17px);
  }

  .awards_item {
    /* width: calc(50% - 12px); */
  }

  .height_500 {
    /* height: 350px; */
  }

  .height_550 {
    height: 385px;
  }

  .block_post_wrapper {
    flex-direction: column;
  }

  .block_post_content,
  .block_post_aside {
    width: 100%;
  }

  .gallery_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Medium devices (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  /* .container {
    max-width: 720px;
  } */

  .hero_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news_item {
    /* width: calc(50% - 12px); */
  }

  .results_item {
    /* width: calc(50% - 12px); */
  }

  .videos_item {
    /* width: calc(33.333% - 17px); */
  }

  .team_position_item {
    /* width: calc(50% - 12px); */
  }

  .sponsors_item {
    width: calc(25% - 19px);
  }

  .awards_list {
    flex-wrap: wrap;
  }

  .awards_item {
    /* width: calc(33.333% - 17px); */
  }

  .block_home_table_calendar_wrapper {
    flex-direction: column;
  }

  .block_home_table_calendar_wrap {
    width: 100%;
  }

  .block_post_wrapper {
    flex-direction: column;
  }

  .block_post_content,
  .block_post_aside {
    width: 100%;
  }

  .contacts_map_list {
    /* flex-direction: column; */
  }

  .contacts_map_item {
    /* width: 100%; */
  }

  .block_review_content_wrapper {
    flex-direction: column;
  }

  .block_review_content_wrap,
  .block_review_aside {
    width: 100%;
  }

  .gallery_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .height_500 {
    /* height: 400px; */
  }

  .height_550 {
    height: 440px;
  }
}

/* Large devices (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
  /* .container {
    max-width: 960px;
  } */

  .news_item {
    /* width: calc(33.333% - 17px); */
  }

  .team_position_item {
    /* width: calc(33.333% - 17px); */
  }

  .block_stats_right {
    /* grid-template-columns: repeat(3, 1fr); */
  }

  .contacts_info_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Extra large devices (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
  /* .container {
    max-width: 1140px;
  } */
}

/* XXL devices (1440px+) */

/* Utility classes for responsive behavior */
.overflow-x-auto {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-auto {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Ensure images are responsive */
@media (max-width: 767px) {
  .content_img {
    max-width: 100%;
    height: auto;
  }

  .player_img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .team_name_link_img {
    width: 20px;
    height: 20px;
  }
}

/* Additional scrollable containers for mobile */
@media (max-width: 575px) {
  .league_table_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .block_calendar_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .block_calendar_mounth {
    min-width: 320px;
  }
}
.nnn {
  display: none;
}
