.body {
  background: #E6E7E8;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.position_relative {
  position: relative;
}
.header {
  background: #0D0D0D;
  position: sticky;
  top: 0;
}
.main {
  flex-grow: 1;
}
.footer {
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1470px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo_link {
  width: 75px;
}
.link {
  text-decoration: none;
}
.content_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img {
  display: block;
}
.header_menu_list {
  display: flex;
  align-items: center;
}
.list {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.header_menu_item {
}
.header_menu_link {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: inline-flex;
  padding-left: 18px;
  padding-right: 18px;
  transition: ease 0.5s;
  padding-bottom: 18px;
  padding-top: 18px;
}
.header_menu_link:hover {
  background: #353535;
}
.header_menu_link_border_right {
  border-style: solid;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-color: rgb(51, 51, 51);
}
.header_menu_link_border_left {
  border-style: solid;
  border-left-width: 1px;
  border-left-color: rgb(51, 51, 51);
  border-top-width: 0;
  border-bottom-width: 0;
}
.block_home_news_wrapper {
  display: flex;
}
.block_section_title_wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.block_section_title {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background: #FB4C35;
}
.section_title {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 600;
}
.text {
  margin-bottom: 0;
  margin-top: 0;
}
.block_indicator {
  background-image: url("https://epl.nz/assets/img/b4aa251875be28ed549fecb14cc6bdaa.png");
  background-repeat: repeat;
  display: inline-block;
  height: 100%;
}
.margin_bottom_30 {
  margin-bottom: 30px;
}
.news_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.news_item {
  width: calc(((100% - 50px) / 3));
}
.content_link {
  color: rgb(18, 18, 18);
  transition: ease 0.5s;
}
.content_link:hover {
  color: rgb(251, 76, 53);
}
.height_275 {
  height: 275px;
}
.width_100 {
  width: 100px;
}
.block_img_gradient_hover {
  transition: ease 1s;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.35);
}
.block_img_gradient_hover:hover {
  background-color: rgba(34, 34, 34, 0.5);
}
.block_news_info {
  background: #FFFFFF;
}
.block_news_info_top {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.news_info_title {
  font-size: 25px;
  font-weight: 600;
}
.block_info_date {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.info_date_img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.info_date_text {
  color: rgb(134, 133, 133);
  font-size: 16px;
  font-weight: 500;
}
.info_date_text:hover {
  color: rgb(134, 133, 133);
}
.news_info_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(108, 107, 107);
}
.block_news_info_bottom_wrap {
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 1px;
  border-top-color: rgb(230, 231, 232);
  background: #FB4C35;
}
.block_news_info_bottom {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.news_info_list {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.news_info_item {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.news_info_item_img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.news_info_item_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.news_info_item_text:hover {
  color: rgb(255, 255, 255);
}
.news_info_item_after {
}
.news_info_item_after::after {
  content: "/";
  color: rgb(255, 255, 255);
}
.block_news_category {
  background: #0D0D0D;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53);
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0;
}
.news_category_text {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.header_menu_link_active {
  background: #FB4C35;
}
.header_menu_link_active:hover {
  background: #FB4C35;
}
.text_transform_uppercase {
  text-transform: uppercase;
}
.league_table {
  width: 100%;
  border-color: rgb(230, 231, 232);
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
}
.league_table_head {
}
.league_table_head_line {
  background: #0D0D0D;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53);
}
.league_table_head_point {
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
}
.block_league_name {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  column-gap: 25px;
}
.league_name_img {
  width: 30px;
  filter: invert(100%);
  height: 30px;
  object-fit: contain;
}
.league_name_text {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.block_contacts_info {
  width: 49%;
}
.league_table_head_point_text {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.text_align_center {
  text-align: center;
}
.league_table_body {
  border-color: rgba(0, 0, 0, 0);
}
.league_table_body_line {
  background: #FFFFFF;
  transition: ease 0.5s;
}
.league_table_body_line:hover {
  background: #E6E7E8;
}
.league_table_body_point {
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
}
.block_team_name {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.team_name_text {
  font-size: 18px;
  font-weight: 500;
  width: 6%;
  color: rgb(18, 18, 18);
}
.team_name_link {
  align-items: center;
  display: flex;
  column-gap: 10px;
  transition: ease 0.5s;
  color: rgb(18, 18, 18);
}
.team_name_link:hover {
  color: rgb(251, 76, 53);
}
.team_name_link_img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.team_name_link_title {
  font-size: 18px;
  font-weight: 600;
}
.league_table_body_point_text {
  font-size: 18px;
  font-weight: 500;
  color: rgb(18, 18, 18);
}
.block_point_result_link {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
.point_result_link {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  height: 25px;
  width: 25px;
  justify-content: center;
}
.bg_color_green {
  background: #00D084;
}
.bg_color_red {
  background: #CF2E2E;
}
.bg_color_gray {
  background: #ABB8C3;
}
.block_footer_top_wrap {
  padding-left: 25px;
  padding-right: 25px;
}
.events_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.events_item {
  display: flex;
  width: calc(((100% - 25px) / 2));
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 184, 195);
}
.block_events_left {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  width: 10%;
  background: #0d0d0d;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53);
}
.events_date {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.events_date_accent {
  font-size: 15px;
  text-transform: uppercase;
}
.block_events_right {
  background: #FFFFFF;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  width: 100%;
}
.block_events_meet {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.events_meet_link {
  align-items: center;
  display: flex;
  transition: ease 0.5s;
  text-transform: uppercase;
  column-gap: 10px;
  color: rgb(18, 18, 18);
  width: 20%;
}
.events_meet_link:hover {
  color: rgb(251, 76, 53);
}
.events_meet_link_img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.events_meet_link_title {
  font-size: 25px;
  font-weight: 600;
}
.events_meet_score {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.events_meet_link_live {
  background: #FB4C35;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.events_meet_link_live:hover {
  background: #121212;
}
.flex_direction_row_reverse {
  flex-direction: row-reverse;
}
.section_content {
  padding-bottom: 30px;
  padding-top: 30px;
}
.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(230, 231, 232);
}
.block_pagination {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.pagination_link_list {
  display: flex;
  column-gap: 15px;
}
.pagination_link_item {
}
.pagination_link {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background: #0D0D0D;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.5s;
}
.pagination_link:hover {
  background: #FB4C35;
}
.pagination_link_active {
  background: #FB4C35;
}
.pagination_link_active:hover {
  background: #FB4C35;
}
.pagination_btn_list {
  display: flex;
  column-gap: 15px;
}
.pagination_btn_item {
}
.pagination_btn {
  cursor: pointer;
  align-items: center;
  background: #0D0D0D;
  display: flex;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: ease 0.5s;
  border: none;
}
.pagination_btn:hover {
  background: #FB4C35;
}
.pagination_btn_img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.block_teams_logo_link_title_subtitle {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.block_calendar_filter {
  align-items: center;
  display: flex;
  column-gap: 15px;
  justify-content: flex-end;
}
.filter_btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  background: #FFFFFF;
  justify-content: center;
  width: 35px;
  transition: ease 0.5s;
  border: none;
  height: 35px;
}
.filter_btn:hover {
  opacity: 0.7;
}
.filter_btn_img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.filter_btn_img:hover {
}
.rotate_deg_180 {
  rotate: 180deg;
}
.calendar_filter_value {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.block_calendar_wrapper {
  width: 100%;
}
.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;
  justify-content: center;
  background: #0D0D0D;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53);
  border-right-width: 0;
}
.calendar_week_days {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_calendar_mounth_days_content {
  border-right-color: rgba(0, 0, 0, 0);
  padding-bottom: 3px;
  padding-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  align-items: center;
}
.block_calendar_mounth {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.block_calendar_mounth_days {
  padding-bottom: 70%;
}
.calendar_mounth_days {
  font-size: 20px;
  font-weight: 500;
  color: rgb(18, 18, 18);
}
.block_calendar_team_meet_info {
  height: 100%;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  row-gap: 15px;
  justify-content: flex-end;
}
.z_index_4 {
  z-index: 4;
}
.block_calendar_team_meet {
  align-items: baseline;
  display: flex;
  column-gap: 20px;
}
.calendar_team_meet_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
  flex: 1 1 auto;
  row-gap: 5px;
  text-align: center;
  width: 25%;
  color: rgb(18, 18, 18);
}
.calendar_team_meet_link:hover {
  color: rgb(251, 76, 53);
}
.calendar_team_meet_link_img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.calendar_team_meet_link_title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.calendar_team_meet_text {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.block_calendar_link {
  display: flex;
}
.calendar_link {
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  background: #FB4C35;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: ease 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.calendar_link:hover {
  background: #121212;
}
.bg_color_white {
  background: #FFFFFF;
}
.teams_stat_item {
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 5px;
  width: 25%;
}
.play_icon_mini {
  border-left-color: rgba(0, 0, 0, 0);
  height: 20px;
  max-height: 20px;
  object-fit: contain;
}
.results_play_status {
  border-top-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.font_weight_bold {
  font-weight: bold;
}
.padding_top_0 {
  padding-top: 0;
}
.block_contacts_wrapper {
  display: flex;
  justify-content: space-between;
}
.contacts_info_title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.contacts_info_text {
  font-size: 18px;
  font-weight: 400;
  color: rgb(108, 107, 107);
}
.contacts_info_local_list {
  display: flex;
  column-gap: 25px;
}
.contacts_info_local_item {
}
.block_contacts_info_local_img {
  height: 250px;
}
.bg_color_dark {
  background: #191919;
}
.block_img_gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.35);
}
.block_contacts_info_local_info {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background: #FFFFFF;
}
.contacts_info_local_info_title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.contacts_info_local_info_text {
  font-size: 18px;
  font-weight: 400;
  color: rgb(108, 107, 107);
}
.contacts_info_local_info_list {
}
.contacts_info_local_info_item {
  display: flex;
  margin-bottom: 10px;
  column-gap: 25px;
}
.contacts_info_local_info_item:last-child {
  margin-bottom: 0;
}
.block_contacts_info_local_info_way {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.contacts_info_local_info_way_img {
  height: 20px;
  width: 20px;
}
.contacts_info_local_info_way_text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(134, 133, 133);
}
.contacts_info_local_info_link {
  font-size: 18px;
  font-weight: 600;
  transition: ease 0.5s;
  color: rgb(18, 18, 18);
}
.contacts_info_local_info_link:hover {
  color: rgb(251, 76, 53);
}
.width_30pr {
  width: 30%;
}
.contacts_local_map_link {
  cursor: grab;
  width: 49%;
}
.block_footer_top {
  background-image: url("https://epl.nz/assets/img/de9daef7e93eeda3b9c1c472f26817a5.jpg");
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block_review_team_meet {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 184, 195);
}
.results_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.results_item {
  width: calc(((100% - 50px) / 3));
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  display: flex;
  column-gap: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 184, 195);
  background: #FFFFFF;
}
.block_results_left {
}
.width_70pr {
  width: 70%;
}
.results_left_list {
}
.results_left_item {
  margin-bottom: 10px;
}
.results_left_item:last-child {
  margin-bottom: 0;
}
.results_left_link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  transition: ease 0.5s;
  color: rgb(18, 18, 18);
}
.results_left_link:hover {
  color: rgb(251, 76, 53);
}
.results_left_link_img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.block_results_value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
  align-items: center;
}
.results_value {
  font-size: 20px;
  font-weight: 500;
  color: rgb(18, 18, 18);
}
.block_results_right {
  padding-left: 16px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-left-color: rgb(230, 231, 232);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  justify-content: center;
  margin-left: 16px;
}
.results_link {
}
.height_70 {
  height: 70px;
}
.block_results_play_status {
  align-items: center;
  display: flex;
  column-gap: 10px;
  position: absolute;
  left: 5%;
  bottom: 5%;
}
.object_fit_contain {
  object-fit: contain;
}
.teams_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.teams_item {
  width: calc(((100% - 50px) / 3));
  background: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 184, 195);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.teams_logo_link {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(18, 18, 18);
  transition: ease 0.5s;
  display: flex;
  column-gap: 25px;
  align-items: center;
  justify-content: flex-start;
}
.teams_logo_link:hover {
  color: rgb(251, 76, 53);
}
.teams_logo_link_img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.teams_stat_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teams_logo_link_title {
  font-size: 25px;
  font-weight: 600;
}
.teams_info_item_text {
  color: rgb(18, 18, 18);
  font-size: 17px;
  font-weight: 600;
}
.teams_info_item_text:hover {
  background-color: rgba(0, 0, 0, 0);
}
.teams_stat_item_subtitle {
  font-size: 25px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}
.teams_stat_item_subtitle:hover {
  background-color: rgba(0, 0, 0, 0);
}
.teams_info_list {
  display: flex;
  justify-content: space-between;
}
.teams_info_list:hover {
  background-color: rgba(0, 0, 0, 0);
}
.section_team {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section_hero {
  padding-top: 30px;
}
.block_hero_news_wrapper {
  display: grid;
  grid-template-columns: 65% 1fr;
  column-gap: 10px;
}
.block_hero_news_wrap {
}
.hero_news_list {
}
.hero_news_link {
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
}
.hero_news_link:hover {
  color: rgb(251, 76, 53);
}
.height_400 {
  height: 450px;
}
.overflow_hidden {
  overflow: hidden;
}
.block_hero_news_info {
  position: absolute;
  transition: ease 0.5s;
  width: 100%;
  bottom: -45px;
}
.block_hero_news_info:hover {
  bottom: 0;
}
.hero_news_left_info_title {
  font-size: 35px;
  font-weight: 600;
}
.margin_bottom_15 {
  margin-bottom: 15px;
}
.color_white {
  color: rgb(255, 255, 255);
}
.color_white:hover {
  color: rgb(255, 255, 255);
}
.margin_bottom_25 {
  margin-bottom: 25px;
}
.hero_news_item {
  margin-bottom: 10px;
}
.hero_news_item:last-child {
  margin-bottom: 0;
}
.height_295 {
  height: 295px;
}
.width_50pr {
  width: 50%;
}
.height_229 {
  height: 229px;
}
.teams_stat_item_text {
  border-bottom-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  color: rgb(108, 107, 107);
}
.teams_info_item {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.teams_link_info_text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(134, 133, 133);
}
.teams_info_item_text_accent {
  border-bottom-color: rgba(0, 0, 0, 0);
  color: rgb(108, 107, 107);
}
.block_teams_link {
  display: flex;
}
.block_teams_link:hover {
  background-color: rgba(0, 0, 0, 0);
}
.teams_link {
  border-bottom-color: rgba(0, 0, 0, 0);
  background: #FB4C35;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
.teams_link:hover {
  background: #121212;
}
.block_section_filter {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.section_filter_link {
  font-size: 15px;
  font-weight: 600;
  transition: ease 0.5s;
  color: rgb(13, 13, 13);
  align-items: center;
  display: flex;
  column-gap: 5px;
}
.section_filter_link:hover {
  filter: invert(35%);
}
.section_filter_link_img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.block_section_filter_wrapper {
  background: #FFFFFF;
  padding-bottom: 10px;
  padding-top: 10px;
}
.section_filter_text {
  color: rgb(158, 156, 156);
  font-size: 15px;
  font-weight: 400;
}
.block_home_news_wrap {
  width: 70%;
}
.height_500 {
  height: 500px;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.block_aside_news_list {
  width: 30%;
  background: #FFFFFF;
}
.block_news_info_text_link {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.news_info_text_link {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}
.news_info_text_link_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.aside_news_list {
}
.aside_news_item {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.aside_news_item:last-child {
  margin-bottom: 0;
}
.aside_news_link {
  transition: ease 0.5s;
  column-gap: 15px;
  display: flex;
  color: rgb(18, 18, 18);
}
.aside_news_link:hover {
  color: rgb(251, 76, 53);
}
.height_104 {
  height: 104px;
}
.width_150 {
  width: 150px;
}
.block_aside_news_info {
  width: 50%;
}
.aside_news_info_title {
  font-size: 17px;
  font-weight: 600;
}
.margin_bottom_10 {
  margin-bottom: 10px;
}
.border_right_gray {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-right-width: 1px;
  border-right-color: rgb(230, 231, 232);
}
.border_bottom_right_gray {
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: rgb(230, 231, 232);
  border-bottom-color: rgb(230, 231, 232);
}
.border_left_gray {
  border-style: solid;
  border-left-width: 1px;
  border-left-color: rgb(230, 231, 232);
}
.border_top_gray {
  border-style: solid;
  border-top-color: rgb(230, 231, 232);
  border-top-width: 1px;
}
.results_left_link_title {
  font-size: 18px;
  font-weight: 600;
}
.block_review_team_meet_date {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.review_team_meet_date {
  font-size: 20px;
  font-weight: 500;
  color: rgb(134, 133, 133);
}
.review_team_meet_place {
  font-size: 20px;
  font-weight: 500;
  color: rgb(18, 18, 18);
  text-transform: uppercase;
}
.block_review_team_meet_score {
  align-items: center;
  display: flex;
  column-gap: 25px;
  justify-content: center;
}
.review_team_meet_score_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
  color: rgb(18, 18, 18);
  justify-content: center;
  row-gap: 15px;
  width: 25%;
}
.review_team_meet_score_link:hover {
  color: rgb(251, 76, 53);
}
.review_team_meet_score_link_img {
  height: 90px;
  width: 90px;
  object-fit: contain;
}
.review_team_meet_score_link_title {
  font-size: 25px;
  font-weight: 600;
}
.block_review_team_meet_score_value {
  display: flex;
  align-items: center;
  width: 10%;
  justify-content: center;
  column-gap: 25px;
}
.review_team_meet_score_value {
  font-size: 45px;
  font-weight: 500;
  color: rgb(18, 18, 18);
  text-transform: uppercase;
}
.block_review_team_meet_info {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  width: 25%;
}
.review_team_meet_status {
  font-size: 20px;
  font-weight: 500;
  color: rgb(134, 133, 133);
  text-transform: uppercase;
}
.block_review_team_meet_stats {
  border-style: solid;
  border-top-width: 2px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-color: rgb(230, 231, 232);
  padding-top: 15px;
  display: flex;
  justify-content: space-around;
}
.review_team_meet_stats_list {
  width: 20%;
}
.review_team_meet_stats_item {
  margin-bottom: 15px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.review_team_meet_stats_item:last-child {
  margin-bottom: 0;
}
.review_team_meet_stats_item_link_title {
  font-size: 20px;
  font-weight: 600;
}
.block_review_team_meet_stats_item_value {
  align-items: center;
  display: flex;
  column-gap: 15px;
  width: 30%;
}
.review_team_meet_stats_item_value_img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.review_team_meet_stats_item_value {
  font-size: 20px;
  font-weight: 500;
  color: rgb(18, 18, 18);
  text-transform: uppercase;
  text-align: center;
}
.review_title {
  font-size: 30px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}
.block_review_wrapper {
  align-items: flex-start;
  display: flex;
  column-gap: 45px;
}
.block_review_content {
  width: 70%;
}
.height_550 {
  height: 550px;
}
.review_content_text {
  font-size: 18px;
  font-weight: 400;
  color: rgb(108, 107, 107);
}
.review_content_text_accent {
}
.block_review_aside {
  width: 30%;
  position: sticky;
  top: 60px;
}
.block_aside_content {
}
.font_size_25 {
  font-size: 25px;
}
.bg_color_black {
  background: #0D0D0D;
}
.review_stats_table {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 231, 232);
  width: 100%;
}
.review_stats_table_head {
}
.review_stats_table_head_line {
  background: #0D0D0D;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53);
}
.review_stats_table_head_point {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.review_stats_table_head_point_link {
  height: 40px;
  width: 40px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.review_stats_table_head_point_text {
  font-size: 18px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.review_stats_table_body {
}
.review_stats_table_body_line {
  transition: ease 0.5s;
  background: #FFFFFF;
}
.review_stats_table_body_line:hover {
  background: #E6E7E8;
}
.review_stats_table_body_point {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.review_stats_table_body_point_text {
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-weight: 500;
}
.block_home_videos_wrapper {
  display: flex;
  column-gap: 25px;
}
.block_home_videos_wrap {
  width: 50%;
}
.height_450 {
  height: 450px;
}
.play_icon_average {
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: 2%;
  right: 2%;
  object-fit: contain;
}
.block_videos_status {
  background: #0D0D0D;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  display: inline-flex;
  position: absolute;
  top: 2%;
  left: 2%;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53);
}
.videos_status {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.block_videos_info {
  background: #FFFFFF;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.videos_info_title {
  font-size: 25px;
  font-weight: 600;
}
.home_videos_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
  width: 50%;
}
.home_videos_item {
  width: calc(calc((100% - 25px) / 2));
}
.height_190 {
  height: 190px;
}
.play_icon_normal {
  height: 75px;
  width: 75px;
  object-fit: contain;
  position: absolute;
  right: 2%;
  bottom: 2%;
}
.padding_12 {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.font_size_14 {
  font-size: 14px;
}
.videos_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.videos_item {
  width: calc(calc((100% - 50px) / 3));
}
.block_team_wrap {
}
.display_flex {
  display: flex;
}
.align_items_center {
  align-items: center;
}
.section_title_img {
  height: 55px;
  width: 55px;
  object-fit: contain;
}
.block_team_info_wrapper {
  display: grid;
  grid-template-columns: 50% 1fr;
}
.block_team_info_wrap {
}
.team_info_list {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.team_info_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team_info_item:last-child {
  margin-bottom: 0;
}
.team_info_item_subtitle {
  color: rgb(18, 18, 18);
  font-size: 20px;
  font-weight: 500;
}
.team_info_item_text {
  font-size: 20px;
  font-weight: 500;
  color: rgb(108, 107, 107);
}
.padding_bottom_10 {
  padding-bottom: 10px;
}
.team_info_item_link {
  color: rgb(18, 18, 18);
  transition: ease 0.5s;
  font-size: 20px;
  font-weight: 600;
}
.team_info_item_link:hover {
  color: rgb(251, 76, 53);
}
.team_history_text {
  font-size: 18px;
  font-weight: 400;
  color: rgb(108, 107, 107);
}
.stats_table {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 231, 232);
}
.stats_table_head {
}
.stats_table_head_line {
  background: #0D0D0D;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53);
}
.stats_table_head_point {
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
}
.stats_table_head_point_text {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.stats_table_body {
}
.stats_table_body_line {
  background: #FFFFFF;
  transition: ease 0.5s;
}
.stats_table_body_line:hover {
  background: #E6E7E8;
}
.stats_table_body_point {
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
}
.stats_table_body_point_link {
  transition: ease 0.5s;
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-weight: 600;
}
.stats_table_body_point_link:hover {
  color: rgb(251, 76, 53);
}
.stats_table_body_point_text {
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-weight: 500;
}
.team_position_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.team_position_item {
  width: calc(calc((100% - 50px) / 3));
}
.block_team_position_info {
  background: #FFFFFF;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.block_team_position_info_name_number {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.block_team_position_info_name {
}
.team_position_info_subtitle {
  font-size: 20px;
  font-weight: 500;
  color: rgb(134, 133, 133);
}
.team_position_info_title {
  font-size: 30px;
  font-weight: 600;
}
.team_position_info_number {
  font-size: 50px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}
.block_team_position_info_country {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.team_position_info_country_img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.team_position_info_country_text {
  color: rgb(134, 133, 133);
  font-size: 15px;
  font-weight: 400;
}
.league_table_body_line_active {
  background: #E6E7E8;
}
.team_name_link_active {
  color: rgb(251, 76, 53);
}
.awards_list {
  align-items: center;
  display: flex;
  column-gap: 25px;
}
.awards_item {
  width: 25%;
  background: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 184, 195);
}
.awards_link {
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  color: rgb(18, 18, 18);
  transition: ease 0.5s;
}
.awards_link:hover {
  color: rgb(251, 76, 53);
}
.awards_link_img {
  width: 250px;
}
.block_awards_info {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.awards_info_title {
  font-size: 25px;
  font-weight: 600;
}
.awards_info_subtitle {
  font-size: 15px;
  font-weight: 500;
  color: rgb(134, 133, 133);
}
.block_player_wrap {
}
.block_player_info_wrapper {
  display: grid;
  grid-template-columns: 50% 1fr;
}
.block_player_info_wrap {
}
.player_info_list {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
}
.player_info_item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.player_info_item:last-child {
  margin-bottom: 0;
}
.player_info_item_subtitle {
  font-size: 20px;
  font-weight: 500;
  color: rgb(18, 18, 18);
}
.player_info_item_text {
  color: rgb(108, 107, 107);
  font-size: 20px;
  font-weight: 500;
}
.player_bio_text {
  color: rgb(108, 107, 107);
  font-size: 18px;
  font-weight: 400;
}
.block_player_stats_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 25px;
}
.border_light_gray {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 184, 195);
}
.block_post_wrapper {
  display: flex;
  column-gap: 45px;
  align-items: flex-start;
}
.block_post_content {
  width: 70%;
}
.block_post_aside {
  width: 30%;
  position: sticky;
  top: 35px;
}
.position_absolute {
  position: absolute;
}
.bottom_0 {
  bottom: 0;
}
.width_65pr {
  width: 65%;
}
.border_none {
  border: none;
}
.news_info_link {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  column-gap: 10px;
  transition: ease 0.5s;
  filter: invert(0%);
}
.news_info_link:hover {
  filter: invert(100%);
}
.news_info_link_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.news_info_link_subtitle {
  font-size: 15px;
  font-weight: 400;
}
.post_content_text {
  font-size: 18px;
  font-weight: 400;
  color: rgb(108, 107, 107);
}
.block_video_post_content {
}
.height_600 {
  height: 600px;
}
.play_icon_big {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
  width: 150px;
  object-fit: contain;
}
.block_video_post_aside {
  width: 100%;
  position: absolute;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  bottom: 0;
}
.video_post_aside_list {
  align-items: center;
  display: flex;
  column-gap: 15px;
  justify-content: center;
}
.video_post_aside_item {
  width: calc(calc((100% - 60px) / 5));
}
.height_130 {
  height: 130px;
}
.play_icon_small {
  height: 40px;
  width: 40px;
  object-fit: contain;
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.block_videos_post_aside_status {
  background: #0D0D0D;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  display: inline-flex;
  position: absolute;
  top: 2%;
  left: 2%;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-left-color: rgb(251, 76, 53);
}
.videos_post_aside_status {
  font-size: 12px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.block_video_post_aside_info {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background: #FFFFFF;
}
.video_post_aside_info_title {
  font-size: 14px;
  font-weight: 600;
}
.padiing_top_0 {
  padding-top: 0;
}
.padding_left_0 {
  padding-left: 0;
}
.video_post_content_text {
  font-size: 18px;
  font-weight: 400;
  color: rgb(108, 107, 107);
  margin-top: 12px;
  margin-left: 12px;
}
.footer_logo_link {
  width: 90px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.footer_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(108, 107, 107);
}
.footer_top_title {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.width_100pr {
  width: 100%;
}
.width_90 {
  width: 90px;
}
.font_size_12 {
  font-size: 12px;
}
.footer_top_menu_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.footer_top_menu_item {
  margin-bottom: 10px;
  width: 40%;
}
.footer_top_menu_item:last-child {
  margin-bottom: 0;
}
.footer_top_menu_link {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.footer_top_menu_link:hover {
  color: rgb(251, 76, 53);
}
.section_title_pagination_list {
  align-items: center;
  display: flex;
}
.section_title_pagination_item {
}
.width_height_50 {
  height: 50px;
  width: 50px;
}
.block_footer_bottom {
  background: #E6E7E8;
  align-items: center;
}
.justify_content_space_between {
  justify-content: space-between;
}
.socials_list {
  display: flex;
}
.socials_item {
}
.socials_link {
  height: 40px;
  width: 40px;
  background: #FB4C35;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: ease 0.5s;
}
.socials_link:hover {
  background: #121212;
}
.socials_link_img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.footer_bottom_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(33, 33, 33);
  margin-left: auto;
  margin-right: auto;
}
.footer_bottom_text_link {
  color: rgb(18, 18, 18);
  font-size: 15px;
  font-weight: 600;
  transition: ease 0.5s;
}
.footer_bottom_text_link:hover {
  color: rgb(251, 76, 53);
}
.footer_bottom_text_accent {
}
.footer_bottom_list {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.footer_bottom_item {
}
.footer_bottom_link {
  transition: ease 0.5s;
  font-size: 14px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}
.footer_bottom_link:hover {
  color: rgb(251, 76, 53);
}
.footer_top_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.width_85pr {
  width: 85%;
}
.footer_top_news_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.footer_top_news_link:hover {
  color: rgb(251, 76, 53);
}
.footer_top_address_list {
}
.footer_top_address_item {
  margin-bottom: 10px;
}
.footer_top_address_item:last-child {
  margin-bottom: 0;
}
.footer_top_address_link {
  color: rgb(164, 163, 163);
  transition: ease 0.5s;
  font-size: 14px;
  font-weight: 600;
}
.footer_top_address_link:hover {
  color: rgb(255, 255, 255);
}
.margin_left_12 {
  margin-left: 12px;
}
