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: "Inter", sans-serif;
  height: 100%;
  background: #f8f8f7;
}

.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;
}

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

.content_link {
  color: rgb(34, 37, 45);
  transition: all 0.5s ease;
}

.content_link:hover {
  color: rgb(36, 83, 212);
}

.main {
  flex-grow: 1;
}

.position_relative {
  position: relative;
}
.header {
  padding-bottom: 15px;
  padding-top: 15px;
}

.footer {
  background: #1c2120;
}
.header_position {
  position: absolute;
  right: 0;
  left: 0;
}

.header_nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header_logo_link {
  height: 90px;
  width: 125px;
}

.img {
  display: block;
}
.header_menu_list {
  display: flex;
  column-gap: 25px;
  align-items: center;
}

.header_menu_link {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
  display: inline-block;
  background: linear-gradient(to bottom, white, #ffffff);
  background-position-y: 100%;
  background-size: 0% 5%;
  background-repeat: no-repeat;
}
.header_menu_link:hover {
  background-size: 100% 5%;
}
.section_hero {
  background-image: url("../images/44bd1fd604642158c2703949bc408090.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 55vh;
}
.z_index_4 {
  z-index: 4;
}
.block_img_gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(41, 44, 52, 0.35);
}
.hero_container {
  right: 0;
  left: 0;
  bottom: 20%;
  position: absolute;
}
.hero_content_wrapper {
  display: flex;
  justify-content: space-between;
}
.hero_content_wrap {
}
.hero_subtitle {
  font-size: 15px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.text {
  margin-top: 0;
  margin-bottom: 0;
}
.hero_title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  width: 60%;
  margin-bottom: 15px;
}
.hero_text {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: 35%;
  margin-bottom: 25px;
}
.hero_link {
  background: #e03821;
  text-transform: uppercase;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 100px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  transition: ease 0.5s;
}
.hero_link:hover {
  background: #c4301c;
}
.hero_post_subtitle {
  font-size: 25px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.hero_post_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.hero_post_link:hover {
  color: rgb(165, 166, 170);
}
.overflow_hidden {
  overflow: hidden;
}
.block_hero_post_link_img {
  transition: scale 1s;
  scale: 1;
}
.block_hero_post_link_img:hover {
  scale: 1.1;
}
.hero_post_link_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_img_gradient_hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: ease 1s;
  background-color: rgba(41, 44, 52, 0.35);
}
.block_img_gradient_hover:hover {
  background-color: rgba(41, 44, 52, 0.5);
}
.width_20pr {
  width: 20%;
}
.width_80pr {
  width: 80%;
}
.block_hero_post_info {
  padding-top: 15px;
  padding-bottom: 15px;
}
.block_hero_post_info_subtitle_date {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}
.hero_post_info_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.hero_post_info_subtitle {
  font-size: 15px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-right: 5px;
}
.hero_post_info_subtitle::before {
  content: "";
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background: #a5a6aa;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.hero_post_info_date {
  font-size: 15px;
  font-weight: 400;
  color: rgb(165, 166, 170);
}
.block_footer_top {
  padding-top: 16px;
}
.footer_logo_link {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  width: 160px;
}
.padding_right_15 {
}
.footer_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.footer_menu_link {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
  background: linear-gradient(to bottom, white, #ffffff);
  background-size: 0% 5%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  display: inline-block;
}
.footer_menu_link:hover {
  background-size: 100% 5%;
}
.block_footer_logo_link {
  display: flex;
}
.socials_list {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.socials_link {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.15);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  filter: contrast(1%);
  transition: ease 0.5s;
}
.socials_link:hover {
  filter: contrast(100%);
}
.socials_link_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.border_bottom_dark_gray {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(49, 54, 53);
}
.block_footer_bottom {
  padding-bottom: 30px;
  padding-top: 15px;
}
.footer_text {
  text-align: center;
}
.footer_text_link {
  font-size: 18px;
  font-weight: 700;
  color: rgb(212, 213, 213);
  transition: ease 0.5s;
}
.footer_text_link:hover {
  color: rgb(255, 255, 255);
}
.footer_text_accent {
  font-size: 18px;
  font-weight: 400;
  color: rgb(212, 213, 213);
}
.header_menu_link_active {
  background-size: 100% 5%;
}
.bg_color_dark_gray {
  background: #1c2120;
}

.section_contacts {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_contacts_wrapper {
  display: flex;
  justify-content: space-between;
}
.block_contacts_content {
  width: 49%;
}

/* .margin_bottom_30 {
  margin-bottom: 30px;
} */

.width_40pr {
  width: 40%;
}
.contacts_text {
  font-size: 18px;
  font-weight: 500;
  color: rgb(121, 124, 127);
}
.width_70pr {
  width: 70%;
}
.contacts_item {
  margin-bottom: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.contacts_item:last-child {
  margin-bottom: 0;
}
.contacts_item_img {
  width: 20px;
}
.contacts_item_link {
  transition: 0.3s all ease;
  font-size: 18px;
  font-weight: 700;
  color: rgb(121, 124, 127);
  background: linear-gradient(to bottom, red, #c4301c);
  background-size: 0% 5%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  display: inline-flex;
  background-position: center bottom;
}
.contacts_item_link:hover {
  background-size: 100% 5%;
  color: rgb(196, 48, 28);
}
.font_size_20 {
  font-size: 20px;
}
.color_black {
  color: rgb(0, 0, 0);
}
.contacts_local_map_link {
  cursor: grab;
  width: 49%;
}
.aside_news_list {
}
/* .section_content {
  padding-bottom: 30px;
  padding-top: 30px;
} */

.bg_color_gray {
  background: #e1e7ed;
}

.text_align_center {
  text-align: center;
}

.bg_color_white {
  background: #ffffff;
}

.videos_top_item {
  width: 50%;
}
.results_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.results_item {
  width: calc(((100% - 50px) / 3));
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 219);
}

.font_size_25 {
  font-size: 25px;
}

.border_left_dark_gray {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-left-color: rgb(222, 222, 219);
}

.section_calendar {
  padding-bottom: 30px;
  padding-top: 30px;
}
.videos_top_list {
  border-top-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  column-gap: 25px;
}
.justify_content_space_between {
  color: rgba(0, 0, 0, 0);
  justify-content: space-between;
}
.block_calendar_week {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.block_calendar_week_days {
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.calendar_week_days {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.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;
}
.calendar_mounth_days {
  font-size: 20px;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.block_calendar_team_meet_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  padding-bottom: 5px;
  padding-top: 5px;
}
.calendar_team_meet_place {
  font-size: 11px;
  font-weight: 700;
  color: rgb(20, 24, 39);
  margin-top: 15px;
}
.block_calendar_team_meet {
  display: flex;
  align-items: baseline;
  column-gap: 20px;
}
.calendar_team_meet_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
  color: rgb(34, 37, 45);
  flex: 1 1 auto;
  row-gap: 5px;
  width: 25%;
}
.calendar_team_meet_link:hover {
  color: rgb(224, 56, 33);
}
.calendar_team_meet_link_img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.calendar_team_meet_link_title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.calendar_team_meet_text {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.block_calendar_link {
  display: flex;
}
.calendar_link {
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  background: #e03821;
  border-radius: 30px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  transition: ease 0.5s;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.calendar_link:hover {
  color: rgb(255, 255, 255);
  background: #c4301c;
}
.border_bottom_right_gray {
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgb(222, 222, 219);
  border-right-color: rgb(222, 222, 219);
}
.border_left_gray {
  border-style: solid;
  border-left-width: 1px;
  border-left-color: rgb(222, 222, 219);
}
.border_top_gray {
  border-style: solid;
  border-top-width: 2px;
  border-top-color: rgb(222, 222, 219);
}
.block_author_date_info {
  display: flex;
  column-gap: 25px;
  justify-content: center;
  align-items: center;
}
.author_date_info_link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: rgb(248, 248, 247);
  transition: ease 0.5s;
  padding-right: 15px;
}
.author_date_info_link:hover {
  color: rgb(196, 48, 28);
}
.author_date_info_link_img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.aside_news_info_subtitle {
  color: rgb(34, 37, 45);
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-right: 5px;
  text-transform: uppercase;
}
.author_date_info_after {
}
.author_date_info_after::after {
  background: #f8f8f7;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.author_date_info_text {
  font-size: 15px;
  font-weight: 700;
  color: rgb(248, 248, 247);
  padding-right: 15px;
}
.block_aside_content {
}

/*! -----POST---- */
.block_post_wrapper {
  /* display: flex;
  column-gap: 45px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.block_post_content {
  /* width: 75%; */
}
.block_post_aside {
  /* width: 25%; */
}
.height_550 {
  height: 550px;
}
.height_150 {
  height: 150px;
}
.post_content_text {
  font-size: 18px;
  font-weight: 500;
  color: rgb(121, 124, 127);
}

.dn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .block_post_wrapper {
    display: flex;
    column-gap: 40px;
  }

  .block_post_content {
    width: 70%;
  }
  .block_post_aside {
    width: 30%;
  }

  .dn {
    display: block;
  }
}
/* .margin_bottom_15 {
  margin-bottom: 15px;
} */
.margin_bottom_25 {
  margin-bottom: 25px;
}
.aside_news_info_date {
  color: rgb(165, 166, 170);
  font-size: 12px;
  font-weight: 500;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.width_150 {
  width: 150px;
}
.display_flex {
  display: flex;
}
.column_gap_25 {
  column-gap: 25px;
}
.column_gap_15 {
  column-gap: 15px;
}
.width_50pr {
  width: 50%;
}
/* .height_350 {
  height: 350px;
} */
.aside_news_item {
  margin-bottom: 20px;
}
.aside_news_item:last-child {
  margin-bottom: 0;
}
.block_post_content_artickle {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-left-color: rgb(255, 181, 0);
  background: #ffffff;
}
.post_content_artickle_img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.post_content_artickle_text {
  font-size: 25px;
  font-weight: 500;
  color: rgb(34, 37, 45);
}
.post_list {
  display: flex;
  column-gap: 10px;
}
.post_link {
  display: inline-block;
  border-style: solid;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  border-width: 1px;
  border-radius: 30px;
  border-color: rgb(222, 222, 219);
  color: rgb(165, 166, 170);
  font-size: 15px;
  font-weight: 700;
  transition: ease 0.5s;
}
.post_link:hover {
  color: rgb(196, 48, 28);
}
.block_post_like {
  padding-bottom: 15px;
  padding-top: 15px;
  border-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-top-color: rgb(222, 222, 219);
  border-bottom-color: rgb(222, 222, 219);
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.post_like_btn {
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 219);
  height: 45px;
  width: 45px;
  background: transparent;
  transition: ease 0.5s;
  filter: contrast(1%);
}
.post_like_btn:hover {
  filter: contrast(100%);
}
.post_like_btn_img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.post_like_text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(165, 166, 170);
}

/* .height_675 {
  height: 675px;
} */
.imgv {
  height: auto;
}
.border_bottom_gray {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(222, 222, 219);
}

.player_bio_img {
  height: 300px;
  width: 300px;
  object-fit: contain;
  margin: 0 auto;
}
.team_stats_title {
  font-size: 25px;
  font-weight: 700;
  color: rgb(248, 248, 247);
}

.bg_color_green {
  background: #61ce70;
}

.bg_color_red {
  background: #c4301c;
}
.bg_color_blue {
  background: #5aa4a9;
}

.padding_top_30 {
  padding-top: 30px;
}
.padding_bottom_30 {
  padding-bottom: 30px;
}
.filter_pagination_list {
  align-items: center;
  display: flex;
  column-gap: 25px;
}
.align_items_center {
  align-items: center;
}
.color_white {
  color: rgb(248, 248, 247);
}

.player_info_wrap_text {
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.block_player_wrap {
  z-index: 0;
}
/* .margin_top_75 {
  margin-top: 75px;
} */

.block_player_bio {
  /* z-index: 0;
  display: flex;
  column-gap: 25px;
  align-items: center; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.player_bio_text {
  color: rgb(121, 124, 127);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
  .player_bio_img {
    height: 350px;
    width: 350px;
  }

  .player_bio_text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .block_player_bio {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .player_bio_img {
    height: 400px;
    width: 400px;
  }

  .player_bio_text {
    font-size: 18px;
    text-align: left;
  }
}

.calendar_item {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(59, 62, 69);
  width: calc(calc((100% - 50px) / 3));
  background: #1e2129;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  display: flex;
  column-gap: 15px;
}

/* .height_380 {
  height: 380px;
} */
/* .height_380:hover {
} */
.calendar_list {
  align-items: center;
  display: flex;
  column-gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
}

.block_calendar_left {
}
.calendar_left_list {
}
.object_fit_contain {
  object-fit: contain;
}

.width_7pr {
  width: 7%;
}
/* .margin_bottom_10 {
  margin-bottom: 10px;
} */
/* .height_300 {
  height: 300px;
} */
/* .margin_top_25 {
  margin-top: 25px;
} */
/* .pagination_list {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 15px;
} */
.pagination_link {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: block;
  background: #dbe2e6;
  transition: ease 0.5s;
}
.pagination_link:hover {
  background: #2453d4;
}
.pagination_link_active {
  background: #2453d4;
}
.filter_pagination_btn {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: scale 1s;
  scale: 1;
}
.filter_pagination_btn:hover {
  scale: 1.1;
}
.filter_pagination_btn_img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.rotate_deg_180 {
  rotate: 180deg;
}

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

.videos_top_info_date {
  font-size: 50px;
  font-weight: 700;
  color: rgb(165, 166, 170);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 40px;
}
.videos_top_info_date_accent {
  font-size: 15px;
  text-transform: uppercase;
}
.news_top_info_title {
  font-size: 25px;
  font-weight: 700;
}

.news_top_info_text {
  font-size: 15px;
  font-weight: 500;
  color: rgb(121, 124, 127);
}

.block_player_info_wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.block_player_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
.player_info_text {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.player_info_text_accent {
  font-size: 30px;
  font-weight: 700;
}
.border_right_gray {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-right-color: rgb(222, 222, 219);
}
.flex_direction_column {
  flex-direction: column;
}
.row_gap_5 {
  row-gap: 5px;
}
.player_info_wrap_text_accent {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.block_player_table {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 219);
}
.player_table {
  width: 100%;
}
.player_table_head_point {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.player_table_head_point_text {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.player_table_body_line {
  transition: ease 0.5s;
}
.player_table_body_line:hover {
  background: #f8f8f7;
}
.player_table_body_point {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.player_table_body_point_text {
  font-size: 15px;
  font-weight: 500;
  color: rgb(121, 124, 127);
}
.font_weight_bold {
  font-weight: bold;
}
.player_table_body_point_link {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: ease 0.5s;
  color: rgb(224, 56, 33);
  display: block;
}
.player_table_body_point_link:hover {
  color: rgb(196, 48, 28);
  font-weight: 700;
}
.author_date_info_link_text {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.block_aside_news_info {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
}
.margin_bottom_5 {
  margin-bottom: 5px;
}
.block_aside_news_info_subtitle_date {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.aside_news_info_title {
  font-size: 15px;
  font-weight: 700;
}
.font_size_15 {
  font-size: 15px;
}
.padding_10 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.width_height_20 {
  height: 20px;
  width: 20px;
}
.video_post_content_link {
  display: block;
}
.height_600 {
  height: 600px;
}
.play_icon_big {
  height: 200px;
  width: 200px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: scale 1s;
  scale: 1;
}
.play_icon_big:hover {
  scale: 1.1;
}
.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: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
}
.video_post_aside_item {
  margin-bottom: 15px;
}
.video_post_aside_item:last-child {
  margin-bottom: 0;
}
.height_100 {
  height: 100px;
}
.video_post_aside_play_icon {
  height: 35px;
  width: 35px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: scale 1s;
  scale: 1;
}
.video_post_aside_play_icon:hover {
  scale: 1.1;
}
.padding_right_left_6 {
  padding-left: 6px;
  padding-right: 6px;
}
.padding_top_bottom_2 {
  padding-bottom: 2px;
  padding-top: 2px;
}
.font_size_10 {
  font-size: 10px;
}
.block_video_post_aside_info {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
}
.video_post_aside_info_title {
  font-size: 15px;
  font-weight: 700;
}
.color_w {
  color: rgb(248, 248, 247);
}
.video_post_content_text {
  font-size: 18px;
  font-weight: 500;
  color: rgb(121, 124, 127);
}

.block_review_aside {
  width: 30%;
}

.review_stat_item:last-child {
  margin-bottom: 0;
}

.width_60pr {
  width: 60%;
}
.width_10pr {
  width: 10%;
}
.width_90pr {
  width: 90%;
}
.width_30pr {
  width: 30%;
}

.calendar_left_item {
  margin-bottom: 10px;
}
.calendar_left_item:last-child {
  margin-bottom: 0;
}
.calendar_left_link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  transition: ease 0.5s;
  color: rgb(248, 248, 247);
}
.calendar_left_link:hover {
  color: rgb(196, 48, 28);
}
.calendar_left_link_img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.calendar_left_link_title {
  font-size: 18px;
  font-weight: 500;
}
.block_calendar_right {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-left-color: rgb(59, 62, 69);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  justify-content: center;
  padding-left: 16px;
  margin-left: 16px;
}
.calendar_right_text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgb(165, 166, 170);
}
.calendar_right_link {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  text-transform: uppercase;
  color: rgb(248, 248, 247);
  transition: ease 0.5s;
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #e03821;
}
.calendar_right_link:hover {
  background: #c4301c;
}
.block_home_news_wrapper {
  display: flex;
  justify-content: space-between;
}
.block_home_news_wrap {
  width: 49%;
}
.block_home_news_info {
  padding-bottom: 24px;
  padding-top: 24px;
  column-gap: 25px;
  display: flex;
}
.home_news_info_date {
  font-size: 50px;
  font-weight: 700;
  color: rgb(165, 166, 170);
  flex-direction: column;
  display: inline-flex;
  align-items: center;
  line-height: 40px;
}
.home_news_info_date_accent {
  font-size: 15px;
  text-transform: uppercase;
}
.home_news_info_title {
  font-size: 25px;
  font-weight: 700;
}
.home_news_info_text {
  font-size: 15px;
  font-weight: 500;
  color: rgb(121, 124, 127);
}
.width_ {
  width: 175px;
}
.height_ {
  height: 165px;
}

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

/* Hamburger Menu Styles */
.hamburger {
  display: block;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
}

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

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

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

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

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

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

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

/* Mobile Navigation Overlay */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}

.mobile-nav-overlay.active {
  /* display: block; */
}

/* Base Mobile Styles (320px and up) */
@media screen and (max-width: 1439px) {
  .header_menu_list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 80%;
    height: 100vh;
    background: #1c2120;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px 20px;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    z-index: 9;
  }

  .header_menu_list.active {
    right: 0;
  }

  .header_menu_item {
    width: 100%;
    margin-bottom: 15px;
  }

  .header_menu_link {
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    display: block;
  }
}

/* Base styles for smallest screens */
@media screen and (max-width: 575px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .header_logo_link {
    height: 65px;
    width: 85px;
  }

  /* Hero Section */
  /* .section_hero {
    height: 100vh;
    min-height: 500px;
  } */

  .hero_container {
    bottom: 10%;
  }

  .hero_content_wrapper {
    flex-direction: column;
    row-gap: 30px;
  }

  .hero_content_wrap,
  .width_80pr,
  .width_20pr {
    width: 100%;
  }

  .hero_title {
    font-size: 24px;
    width: 100%;
    line-height: 1.2;
  }

  .hero_subtitle {
    font-size: 12px;
  }

  .hero_text {
    font-size: 14px;
    width: 100%;
  }

  .hero_link {
    font-size: 10px;
    padding: 10px 20px;
  }

  .hero_post_subtitle {
    font-size: 18px;
  }

  .hero_post_info_title {
    font-size: 16px;
  }

  /* Page Title Section */
  /* .section_page_title {
    padding-bottom: 30px;
    padding-top: 30px;
  } */

  /* .page_title {
    font-size: 20px;
    letter-spacing: 1px;
  } */

  /* .block_page_filter {
    flex-direction: column;
    row-gap: 15px;
  } */

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

  /* .page_filter_link {
    font-size: 12px;
  } */

  /* .page_filter_text {
    font-size: 12px;
  } */

  /* Content Sections */
  /* .section_content {
    padding-bottom: 20px;
    padding-top: 20px;
  } */

  /* .section_title {
    font-size: 20px;
  } */

  /* .section_subtitle {
    font-size: 12px;
  } */

  /* Results List */
  .results_list {
    flex-direction: column;
    row-gap: 15px;
  }

  .results_item {
    width: 100%;
  }

  /* .team_meet_score_link_img {
    height: 60px;
    width: 60px;
  } */

  /* .team_meet_score_value {
    font-size: 20px;
  } */

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

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

  /* .news_info_title {
    font-size: 16px;
    margin-left: 0;
  } */

  /* Teams List */
  /* .teams_list {
    flex-direction: column;
  } */

  /* .teams_item {
    width: 100%;
    flex-direction: column;
  } */

  /* .block_teams_left {
    width: 100%;
    height: 150px;
  } */

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

  /* .teams_right_records_list {
    flex-wrap: wrap;
  } */

  /* .teams_right_records_item {
    width: 48%;
    margin-bottom: 10px;
  } */

  /* Calendar */
  .calendar_list {
    flex-direction: column;
  }

  .calendar_item {
    width: 100%;
    flex-direction: column;
    row-gap: 15px;
  }

  .block_calendar_left,
  .block_calendar_right {
    width: 100% !important;
  }

  .block_calendar_right {
    border-left: none;
    border-top: 1px solid rgb(59, 62, 69);
    padding-top: 15px;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
  }

  /* Home News */
  .block_home_news_wrapper {
    flex-direction: column;
    row-gap: 20px;
  }

  .block_home_news_wrap {
    width: 100%;
  }

  .home_news_info_date {
    font-size: 35px;
    line-height: 30px;
  }

  .home_news_info_title {
    font-size: 18px;
  }

  /* Players List */
  /* .players_list {
    flex-direction: column;
  } */

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

  /* .players_number {
    font-size: 50px;
  } */

  /* Awards */
  /* .awards_list {
    flex-direction: column;
    row-gap: 20px;
  } */

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

  /* .awards_link_img {
    width: 150px;
    height: 150px;
  } */

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

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

  .videos_top_list {
    flex-direction: column;
  }

  .videos_top_item {
    width: 100%;
  }

  /* Table */
  /* .block_league_table {
    overflow-x: auto;
  } */

  /* .league_table {
    min-width: 600px;
  } */

  /* .content_title {
    font-size: 18px;
  } */

  /* .league_table_head_point_text,
  .league_table_body_point_text {
    font-size: 14px;
  } */

  /* .league_table_body_point {
    padding: 10px;
  } */

  /* .league_table_body_point_link_title {
    font-size: 14px;
  } */

  /* .league_table_body_point_link_img {
    width: 25px;
    height: 25px;
  } */

  /* Player Table */
  .block_player_table {
    overflow-x: auto;
  }

  .player_table {
    min-width: 800px;
  }

  /* Footer */
  .footer_menu_list {
    /* flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px; */
  }

  .footer_menu_link {
    font-size: 14px;
  }

  .footer_text_link,
  .footer_text_accent {
    font-size: 14px;
  }

  /* Contacts */
  .block_contacts_wrapper {
    flex-direction: column;
    row-gap: 30px;
  }

  .block_contacts_content,
  .contacts_local_map_link {
    width: 100%;
  }

  .contacts_text {
    font-size: 14px;
  }

  .width_70pr,
  .width_40pr {
    width: 100%;
  }

  /* Post Pages */
  .block_post_wrapper {
    /* flex-direction: column;
    row-gap: 30px; */
  }

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

  .post_content_text {
    font-size: 16px;
  }

  .post_content_artickle_text {
    font-size: 18px;
  }

  /* Review Page */
  /* .block_review_wrapper {
    flex-direction: column;
    row-gap: 20px;
    padding: 15px;
  } */

  /* .block_review_team_meet_videos,
  .block_review_team_meet_info {
    width: 100%;
  } */

  /* .block_review_content_wrapper {
    flex-direction: column;
    row-gap: 30px;
  } */

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

  /* Team Page */
  /* .block_team_info {
    flex-direction: column;
    text-align: center;
  } */

  /* .team_info_img {
    margin: 0 auto 20px;
  } */

  /* .block_team_history_text,
  .block_team_history_img {
    width: 100%;
  } */

  /* .block_team_stats_wrap {
    flex-direction: column;
    row-gap: 30px;
    padding: 20px;
  } */

  /* .block_team_stats_left {
    width: 100%;
    justify-content: center;
  } */

  /* .block_team_stats_right {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  } */

  /* Player Page */
  .block_player_bio {
    /* flex-direction: column; */
  }

  .player_bio_img {
    /* width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto; */
  }

  .block_player_info_wrapper {
    flex-direction: column;
    padding: 15px;
  }

  .block_player_info {
    padding: 15px;
    border-bottom: 1px solid rgb(222, 222, 219);
  }

  .block_player_info:last-child {
    border-bottom: none;
  }

  /* Video Post */
  .block_video_post_aside {
    position: static;
    width: 100%;
    background: #1c2120;
    padding: 20px;
  }

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

  /* Calendar Grid */
  .block_calendar_week_days {
    padding: 5px;
  }

  .calendar_week_days {
    font-size: 12px;
  }

  .block_calendar_mounth_days {
    font-size: 14px;
  }

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

  .calendar_team_meet_link_title {
    font-size: 10px;
  }

  .calendar_team_meet_place {
    font-size: 9px;
  }

  .calendar_link {
    font-size: 10px;
    padding: 3px 6px;
  }

  /* Hide overflow text on small screens */
  .calendar_team_meet_link_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50px;
  }
}

/* Styles for 576px and up */
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .hero_title {
    font-size: 28px;
  }

  /* .page_title {
    font-size: 24px;
  } */

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

  /* .news_info_title {
    font-size: 18px;
  } */

  .results_list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .results_item {
    width: calc(50% - 12.5px);
  }

  /* .teams_item {
    flex-direction: row;
  } */

  /* .block_teams_left {
    width: 40%;
    height: auto;
  } */

  /* .block_teams_right {
    width: 60%;
  } */
}

/* Styles for 768px and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_title {
    font-size: 35px;
    width: 80%;
  }

  .hero_text {
    width: 50%;
  }

  /* .page_title {
    font-size: 28px;
  } */

  /* .section_title {
    font-size: 25px;
  } */

  /* .block_page_filter {
    flex-direction: row;
  } */

  /* .news_list {
    flex-direction: row;
  } */

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

  /* .teams_list {
    flex-direction: row;
  } */

  /* .teams_item {
    width: calc(50% - 12.5px);
  } */

  .calendar_list {
    flex-direction: row;
  }

  .calendar_item {
    width: calc(50% - 12.5px);
    flex-direction: row;
  }

  .block_calendar_left {
    width: 70% !important;
  }

  .block_calendar_right {
    width: 30% !important;
    border-left: 2px solid rgb(59, 62, 69);
    border-top: none;
    padding-top: 0;
    margin-left: 16px;
    flex-direction: column;
  }

  /* .players_list {
    flex-direction: row;
  } */

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

  /* .awards_list {
    flex-direction: row;
  } */

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

  /* .videos_list {
    flex-direction: row;
  } */

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

  .block_home_news_wrapper {
    flex-direction: row;
  }

  .block_home_news_wrap {
    width: 49%;
  }

  /* .block_review_wrapper {
    flex-direction: row;
  } */

  /* .block_review_team_meet_videos,
  .block_review_team_meet_info {
    width: 49%;
  } */

  /* .block_team_info {
    flex-direction: row;
  } */

  /* .block_team_history {
    flex-direction: row;
  } */

  /* .block_team_history_text,
  .block_team_history_img {
    width: 49%;
  } */

  /* .block_team_stats_wrap {
    flex-direction: row;
  } */

  /* .block_team_stats_left {
    width: 35%;
  } */

  /* .block_team_stats_right {
    width: 65%;
    grid-template-columns: repeat(3, 1fr);
  } */

  .block_post_wrapper {
    /* flex-direction: row; */
  }

  .block_post_content {
    /* width: 65%; */
  }

  .block_post_aside {
    /* width: 35%; */
  }

  .block_player_bio {
    /* flex-direction: row; */
  }

  .player_bio_img {
    /* width: 300px;
    height: 300px; */
  }

  .block_player_info_wrapper {
    flex-direction: row;
  }
}

/* Styles for 1024px and up */
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }

  .hero_title {
    font-size: 40px;
    width: 70%;
  }

  .hero_text {
    width: 40%;
  }

  .hero_content_wrapper {
    flex-direction: row;
  }

  .hero_content_wrap.width_80pr {
    width: 75%;
  }

  .hero_content_wrap.width_20pr {
    width: 25%;
  }

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

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

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

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

  /* .players_item {
    width: calc(25% - 19px);
  } */

  /* .awards_item {
    width: calc(25% - 19px);
  } */

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

  .videos_top_list {
    flex-direction: row;
  }

  .videos_top_item {
    width: 50%;
  }

  .block_post_content {
    /* width: 70%; */
  }

  .block_post_aside {
    /* width: 30%; */
  }

  /* .block_review_content_wrapper {
    flex-direction: row;
  } */

  /* .block_review_content_wrap {
    width: 70%;
  } */

  .block_review_aside {
    width: 30%;
  }

  .block_contacts_wrapper {
    flex-direction: row;
  }

  .block_contacts_content,
  .contacts_local_map_link {
    width: 49%;
  }

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

  .block_video_post_aside {
    position: absolute;
    width: 30%;
  }
}

/* Styles for 1200px and up */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .hero_title {
    font-size: 45px;
    width: 60%;
  }

  .hero_text {
    width: 35%;
  }

  /* .page_title {
    font-size: 30px;
  } */

  .block_post_content {
    /* width: 75%; */
  }

  .block_post_aside {
    /* width: 25%; */
  }

  /* .players_item {
    width: calc(20% - 20px);
  } */

  .block_video_post_aside {
    width: 25%;
  }
}

/* Styles for 1440px and up (Desktop) */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1470px;
  }

  .hamburger {
    display: none;
  }

  .mobile-nav-overlay {
    display: none !important;
  }

  .header_menu_list {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    flex-direction: row;
    padding: 0;
    overflow: visible;
    right: auto;
  }

  .header_menu_item {
    width: auto;
    margin-bottom: 0;
  }

  .header_menu_link {
    font-size: 18px;
    padding: 0;
    display: inline-block;
  }

  .hero_title {
    font-size: 50px;
  }

  .hero_text {
    font-size: 18px;
  }

  /* Reset all responsive overrides to original values */
  .hero_content_wrap.width_80pr {
    width: 80%;
  }

  .hero_content_wrap.width_20pr {
    width: 20%;
  }

  /* .players_item {
    width: calc((100% - 100px) / 5);
  } */
}

/* Utility classes for scrollable tables */
/* .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
} */

/* .table-wrapper table {
  min-width: 100%;
} */

/* Smooth scrolling for iOS */
* {
  /* -webkit-overflow-scrolling: touch; */
}

/* Prevent horizontal scroll on body */
/* body {
  overflow-x: hidden;
} */

/* Additional responsive utilities */
@media screen and (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

/* Improve touch targets for mobile */
@media screen and (max-width: 767px) {
  a,
  button {
    min-height: 44px;
    min-width: 44px;
  }
}
