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

body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  background-color: rgb(248, 248, 248);
}

/* body.lock {
  overflow: hidden;
  height: 100vh;
} */

/* body.menu-open {
  overflow: hidden;
} */

body.lock {
  overflow: hidden;
}

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

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

  /* border: 2px solid red; */
}

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

.content_link:hover {
}

.main {
  flex-grow: 1;
  z-index: 3;
  background: #f8f8f8;
}

.position_relative {
  position: relative;
}

.header_position {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}

.img {
  display: block;
}

.section_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vh;
  background-image: url("../images/d75b02304b4483d7e568ece87e50054a.jpg");
}

@media screen and (min-width: 768px) {
  .section_hero {
    height: 40vh;
  }
}

@media screen and (min-width: 1024px) {
  .section_hero {
    height: 50vh;
  }
}

@media screen and (min-width: 1200px) {
  .section_hero {
    height: 60vh;
  }
}

@media screen and (min-width: 1440px) {
  .section_hero {
    height: 70vh;
  }
}
.block_img_gradient {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.hero_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
}
.hero_subtitle {
  font-size: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  display: inline-block;
}
.text {
  margin-bottom: 0;
  margin-top: 0;
}
.hero_title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
}
.hero_text {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}
.hero_link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: rgb(255, 255, 255);
  border-width: 2px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  padding-right: 40px;
  transition: ease 0.5s;
  display: inline-flex;
  margin-bottom: 30px;
}
.hero_link:hover {
  color: rgb(226, 30, 34);
  background: #ffffff;
}
.hero_events_list {
  display: flex;
  column-gap: 25px;
}
.hero_events_item {
  border-radius: 5px;
  overflow: hidden;
  width: 25%;
}
.block_hero_events_top {
  background-color: rgba(226, 30, 34, 0.81);
  padding-bottom: 13px;
  padding-top: 13px;
}
.hero_events_title {
  font-size: 14px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
.block_hero_events_bottom {
  padding-bottom: 13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 13px;
  background: rgba(21, 21, 21, 0.8);
}
.block_hero_events_meet {
  display: flex;
  align-items: center;
  column-gap: 25px;
  justify-content: center;
  margin-bottom: 25px;
}
.hero_events_meet_link {
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
}
.hero_events_meet_link:hover {
  color: rgb(226, 30, 34);
}
.hero_events_meet_link_text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.hero_events_meet_link_img {
  width: 60px;
}
.hero_events_meet_vs {
  font-size: 25px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
}
.block_hero_events_bottom_link {
  display: flex;
}
.hero_events_bottom_link {
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  border-color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
.hero_events_bottom_link:hover {
  background: #ffffff;
  color: rgb(226, 30, 34);
}
.section_main_news {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_main_news_table_results {
  /* display: flex;
  column-gap: 25px;
  margin-bottom: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.main_news_top_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.main_news_top_link:hover {
  color: rgb(226, 30, 34);
}
.main_news_top_link_img {
  width: 100%;
  object-fit: cover;
  height: 364px;
}
.block_main_news_top_info {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  width: 100%;
  bottom: 0;
}
.main_news_top_info_title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 45px;
}
.block_table_results {
  width: 35%;
}
.table_results_title {
  font-size: 25px;
  font-weight: 700;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.block_table_results_meet_date_place {
  display: flex;
  table-layout: fixed;
  width: 100%;
  background: #e8e8e8;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  justify-content: space-between;
  align-items: center;
}
.block_main_news_vertical_info {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.block_main_news_vertical {
  width: 49%;
  height: 0;
}
.table_results_meet_date {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(64, 64, 64);
  opacity: 0.6;
}
.table_results_meet_place {
  color: rgb(0, 0, 0);
  text-align: right;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.block_table_results_meet_team_name {
  background: #f2f2f2;
  padding-bottom: 17px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 17px;
  width: 100%;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-bottom-color: rgb(225, 225, 225);
  border-bottom-width: 1px;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table_results_meet_team_name_link {
  color: rgb(21, 21, 21);
  transition: ease 0.5s;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
.table_results_meet_team_name_link:hover {
  color: rgb(226, 30, 34);
}
.table_results_meet_team_score {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: rgb(0, 0, 0);
}
.text_align_right {
  text-align: right;
}
.block_table_results_meet_team_name_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: flex-end;
}
.block_status {
  background: #e21e22;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-flex;
}
.status_text {
  font-weight: 400;
  font-size: 7px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_main_news_bottom {
  display: flex;
  column-gap: 25px;
  width: 100%;
}
.block_main_news_bottom_wrap_left {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  width: 50%;
}
.block_main_news_wrap {
}
.main_news_wrap_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  display: block;
}
.main_news_wrap_link:hover {
  color: rgb(226, 30, 34);
}
.main_news_wrap_link_img {
  width: 100%;
}
.hero_news_vertical_link_img {
  width: 100%;
}
.block_main_news_wrap_info {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.main_news_wrap_info_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
}
.main_news_vertical_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.main_news_vertical_link:hover {
  color: rgb(226, 30, 34);
}
.block_main_news_bottom_left {
  display: flex;
  column-gap: 25px;
  width: 50%;
}
.section_team_statistic {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  padding-top: 30px;
  background-image: url("../images/15119823b5233b8361fbe575e9212cc8.jpg");
  background-position: center;
}
.block_main_news_bottom_right {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  width: 50%;
}
.block_main_news_bottom_wrap_right {
  display: flex;
  column-gap: 25px;
}
.main_news_horizontal_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.main_news_horizontal_link:hover {
  color: rgb(226, 30, 34);
}
.block_main_news_horizontal_link_img {
  width: 100%;
  height: 322px;
}
.team_statistic_container {
  position: absolute;
  left: 0;
  right: 0;
}
.team_statistic_title {
  font-size: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 15px;
  z-index: 0;
  letter-spacing: 1px;
}
.block_team_statistic_list_title {
  display: flex;
  align-items: center;
  column-gap: 45px;
  margin-bottom: 15px;
}
.team_statistic_list_title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.team_statistic_btn_list {
  display: flex;
  column-gap: 25px;
}
.team_statistic_btn {
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  cursor: pointer;
  transition: ease 0.5s;
}
.team_statistic_btn:hover {
  color: rgb(226, 30, 34);
}
.block_team_statistic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  z-index: 0;
  background-image: url("../images/63e9ae25a476285f86ce86a5e1560d86.jpg");
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team_statistic_img {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.block_main_news_top_link {
  width: 65%;
}
.width_115px {
  width: 115px;
}
.main_news_vertical_info_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.block_main_news_horizontal_info {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.main_news_horizontal_info_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.block_main_news_title {
  display: flex;
  align-items: baseline;
}
.main_news_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  letter-spacing: 1px;
  width: 18%;
}
/* .block_border_red_title {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-bottom-color: rgb(226, 30, 34);
  border-bottom-width: 5px;
  width: 100%;
} */
.team_statistic_btn_active {
  color: rgb(226, 30, 34);
  position: relative;
}
.team_statistic_btn_active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e21e22;
  left: 0;
  bottom: -5px;
}
.block_team_statistic_point {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 30px;
}
.team_statistic_point_vaiue {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(226, 30, 34);
}
.team_statistic_point_text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
  display: flex;
  flex-direction: column;
  line-height: 22px;
}
.team_statistic_point_text_accent {
  color: rgb(21, 21, 21);
}
.team_statistic_title_link {
  font-size: 36px;
  font-weight: 700;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 60%;
  display: inline-block;
  margin-bottom: 10px;
  transition: ease 0.5s;
}
.team_statistic_title_link:hover {
  color: rgb(226, 30, 34);
}
.team_statistic_subtitle {
  font-size: 14px;
  font-weight: 700;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 20px;
}
.team_statistic_link {
  border-radius: 5px;
  border-style: solid;
  border-color: rgb(226, 30, 34);
  border-width: 2px;
  background: #e21e22;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
}
.team_statistic_link:hover {
  background: #ffffff;
  color: rgb(226, 30, 34);
}
.block_team_statistic_wrapper {
  display: flex;
  column-gap: 45px;
}
.block_team_statistic_wrap {
}
.block_team_statistic_title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 15px;
}
.team_statistic_all_link {
  font-size: 15px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.team_statistic_all_link:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.width_65pr {
  width: 65%;
}
.width_35pr {
  width: 35%;
}
.team_statistic_table {
  width: 100%;
}
.team_statistic_table_head_line {
  background: #e21e22;
}
.team_statistic_table_head_point {
  padding-bottom: 13px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 13px;
}
.team_statistic_table_head_point_text {
  font-size: 15px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.text_align_center {
  text-align: center;
}
.team_statistic_table_body_point {
  padding-bottom: 13px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 13px;
}
.bg_color_light_grey {
  background: #f2f2f2;
}
.team_statistic_table_body_point_text {
  color: rgb(21, 21, 21);
  font-size: 15px;
  font-weight: 500;
}
.team_statistic_table_info_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: rgb(83, 83, 83);
  transition: ease 0.5s;
}
.team_statistic_table_info_link:hover {
  color: rgb(226, 30, 34);
}
.team_statistic_table_info_link_img {
  width: 25px;
  height: 25px;
}
.team_statistic_table_info_link_text {
  font-size: 15px;
  font-weight: 700;
}
.bg_color_grey {
  background: #e8e8e8;
}
.font_weight_bold {
  font-weight: bold;
}
.section_main_teams {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_main_teams_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.main_teams_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  letter-spacing: 1px;
  width: 9%;
}
.main_teams_list {
  display: flex;
  column-gap: 25px;
}
.main_teams_item {
  border-radius: 5px;
  width: 25%;
  overflow: hidden;
}
.main_teams_link {
  background: rgba(21, 21, 21, 0.8);
  padding-bottom: 13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 13px;
  display: flex;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.main_teams_link:hover {
  color: rgb(226, 30, 34);
}
.main_teams_link_img {
  width: 190px;
}
.main_teams_link_text {
  display: flex;
  flex-direction: column;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
.section_latest_news {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #f0f0f0;
}
.block_latest_news_title_list {
  display: flex;
  align-items: center;
  column-gap: 45px;
  margin-bottom: 30px;
}
.latest_news_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
}
.latest_news_btn_list {
  display: flex;
  column-gap: 25px;
}
.latest_news_btn {
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  transition: ease 0.5s;
}
.latest_news_btn:hover {
  color: rgb(226, 30, 34);
}
.latest_news_btn_active {
  color: rgb(226, 30, 34);
  position: relative;
}
.latest_news_btn_active::after {
  background: #e21e22;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
}
.latest_news_list {
  display: flex;
  column-gap: 25px;
}
.latest_news_link {
  transition: ease 0.5s;
  color: rgb(64, 64, 64);
}
.latest_news_link:hover {
  color: rgb(226, 30, 34);
}
.latest_news_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_img_gradient_hover {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: ease 1s;
}
.block_img_gradient_hover:hover {
  background: rgba(0, 0, 0, 0.5);
}
.block_latest_news_info {
  padding-bottom: 15px;
  padding-top: 15px;
}
.latest_news_info_date {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgb(164, 164, 164);
}
.latest_news_info_date:hover {
  color: rgb(164, 164, 164);
}
.latest_news_info_title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.latest_news_info_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(64, 64, 64);
  margin-bottom: 15px;
}
.latest_news_info_text:hover {
  color: rgb(64, 64, 64);
}
.block_latest_news_link_img {
  height: 300px;
}
.latest_news_author_list {
  display: flex;
  column-gap: 15px;
}
.latest_news_author_item {
  display: flex;
  column-gap: 5px;
  align-items: flex-end;
  filter: contrast(1%);
  transition: ease 0.5s;
}
.latest_news_author_item:hover {
  filter: contrast(100%);
}
.calendar_date_btn_text {
  font-size: 15px;
  font-weight: 700;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
}
.latest_news_author_img {
  width: 15px;
  height: 15px;
}
.latest_news_author_img:hover {
}
.latest_news_author_text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
}
.latest_news_author_text:hover {
  color: rgb(226, 30, 34);
}
.section_main_video {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_main_video_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.main_video_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  letter-spacing: 1px;
  width: 8%;
}
.main_video_list {
  /* display: flex;
  column-gap: 25px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .main_video_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1440px) {
}

.main_video_item {
  /* width: 25%; */
}
.main_video_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.main_video_link:hover {
  color: rgb(226, 30, 34);
}
.main_video_link_img {
  width: 100%;
}
.main_video_play_icon {
  position: absolute;
  width: 120px;
  top: 38%;
  left: 33%;
}
.section_calendar {
  padding-bottom: 30px;
  padding-top: 30px;
}

.block_calendar_title_list {
  display: flex;
  align-items: center;
  column-gap: 45px;
}
.calendar_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
}
.calendar_btn_list {
  display: flex;
  column-gap: 25px;
}
.calendar_btn {
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  transition: ease 0.5s;
  color: rgb(21, 21, 21);
}
.calendar_btn:hover {
  color: rgb(226, 30, 34);
}
.calendar_btn_active {
  color: rgb(226, 30, 34);
  position: relative;
}
.calendar_btn_active::after {
  content: "";
  background: #e21e22;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
}
.block_calendar_title_list_wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block_calendar_date {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.calendar_date_btn {
  background: transparent;
  border-style: solid;
  border-radius: 50%;
  border-width: 1px;
  border-color: rgb(226, 30, 34);
  height: 25px;
  width: 25px;
  justify-content: center;
  display: flex;
  align-items: center;
  filter: brightness(1%);
  transition: ease 0.5s;
}
.calendar_date_btn:hover {
  filter: brightness(100%);
}
.calendar_date_btn_img {
  width: 20px;
  height: 20px;
}
.calendar_date_btn_img:hover {
}
.rotate_deg_180 {
  rotate: 180deg;
}
.block_calendar_wrapper {
  border-radius: 5px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(164, 164, 164);
}
.block_calendar_week {
  width: 100%;
  background: #e21e22;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-color: rgba(255, 255, 255, 0);
}
.block_calendar_week_days {
  padding-bottom: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar_week_days {
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_calendar_mounth {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-color: rgba(21, 21, 21, 0);
}
.block_calendar_mounth_days {
  padding-bottom: 70%;
}
.block_calendar_mounth_days_wrap {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f0f0f0;
  justify-content: space-between;
  row-gap: 10px;
}
.calendar_mounth_days {
  font-size: 16px;
  font-weight: 700;
  color: rgb(21, 21, 21);
}
.bg_empty {
  background: rgba(21, 21, 21, 0.8);
}
.color_empty {
  color: rgb(226, 30, 34);
}
.border_right_white {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgb(255, 255, 255);
  border-right-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
}
.calendar_border_bottom_gray {
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-bottom-color: rgb(164, 164, 164);
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
}
.border_right_gray {
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgb(164, 164, 164);
  border-bottom-color: rgb(164, 164, 164);
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
}
.bg_full {
  background: #151515;
}
.color_full {
  color: rgb(255, 255, 255);
}
.block_calendar_meet {
  display: flex;
  align-items: baseline;
  column-gap: 20px;
}
.calendar_meet_team_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
  flex: 2 1;
  row-gap: 5px;
  width: 25%;
}
.calendar_meet_team_link:hover {
  color: rgb(226, 30, 34);
}
.calendar_meet_img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.calendar_meet_name {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.calendar_meet_text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_calendar_link {
  display: flex;
}
.calendar_link {
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  display: inline-flex;
}
.calendar_link:hover {
  background: #ffffff;
  color: rgb(226, 30, 34);
}
.section_news {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_news_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.news_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  letter-spacing: 1px;
  width: 8%;
}
.news_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.news_item {
  width: calc(((100% - 50px) / 3));
}
.news_link {
  transition: ease 0.5s;
  color: rgb(64, 64, 64);
}
.news_link:hover {
  color: rgb(226, 30, 34);
}
.block_news_link_img {
  height: 300px;
}
.news_link_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_news_info {
  padding-bottom: 15px;
  padding-top: 15px;
}
.news_info_date {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgb(164, 164, 164);
}
.news_info_date:hover {
  color: rgb(164, 164, 164);
}
.news_info_title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_info_text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  color: rgb(64, 64, 64);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_info_text:hover {
  color: rgb(64, 64, 64);
}
.news_author_list {
  display: flex;
  column-gap: 15px;
  position: absolute;
  bottom: 0;
}
.news_author_item {
  display: flex;
  column-gap: 5px;
  align-items: flex-end;
  transition: ease 0.5s;
  filter: contrast(1%);
}
.news_author_item:hover {
  filter: contrast(100%);
}
.news_author_img {
  width: 15px;
  height: 15px;
}
.news_author_img:hover {
}
.news_author_text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
}
.news_author_text:hover {
  color: rgb(226, 30, 34);
}
.section_contact {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_contact_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.contact_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  letter-spacing: 1px;
  width: 14%;
}
.block_contact_filter_link {
  display: flex;
  column-gap: 5px;
  margin-bottom: 30px;
}
.contact_filter_link {
  font-size: 14px;
  font-weight: 700;
  color: rgb(226, 30, 34);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact_filter_link:hover {
  color: rgb(226, 30, 34);
  text-decoration: underline;
}
.contact_filter_link_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(64, 64, 64);
}
.block_contact_content {
  display: flex;
  justify-content: space-between;
}
.block_contact_info {
  width: 49%;
}
.contact_subtitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  margin-bottom: 30px;
}
.contact_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
}
.contact_local_list {
  display: flex;
  column-gap: 25px;
}
.contact_local_img {
  width: 100%;
}
.block_contact_local_info {
  padding-bottom: 15px;
  padding-top: 15px;
}
.contact_local_info_title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: rgb(21, 21, 21);
}
.contact_local_info_text {
  font-size: 14px;
  font-weight: 700;
  color: rgb(83, 83, 83);
  margin-bottom: 25px;
}
.contact_local_info_item {
  display: flex;
  margin-bottom: 10px;
}
.contact_local_info_item:last-child {
  margin-bottom: 0;
}
.block_contact_local_info_cat {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.contact_local_info_cat_img {
  width: 15px;
  height: 15px;
}
.contact_local_info_cat_text {
  font-size: 15px;
  font-weight: 700;
  color: rgb(85, 85, 85);
}
.contact_local_info_link {
  font-size: 18px;
  font-weight: 700;
  color: rgb(21, 21, 21);
  transition: ease 0.5s;
}
.contact_local_info_link:hover {
  color: rgb(226, 30, 34);
}
.contact_local_info_link_active {
  color: rgb(0, 155, 220);
}
.contact_local_info_link_active:hover {
  color: rgb(0, 155, 220);
  text-decoration: underline;
}
.width_20pr {
  width: 20%;
}
.column_gap_20 {
  column-gap: 20px;
}

.contact_local_map_link {
  width: 49%;
  cursor: grab;
}

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

/*! -----FOOTER----- */

.footer {
  /* position: sticky; */
  z-index: 0;
  bottom: 0;
}

.footer_top {
  background-color: rgb(0, 0, 0);
  /* padding-bottom: 30px;
  padding-top: 30px; */
  padding: 16px 0;
}

.block_footer_top_content {
  display: flex;
}

.block_footer_top_logo_link {
  width: 25%;
}

.footer_top_logo_link {
  margin-bottom: 16px;
  display: block;
}
.footer_top_logo_link_img {
  height: 90px;
  width: 150px;
  object-fit: cover;
}
.footer_top_link {
  font-size: 14px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  transition: opacity 0.3s;
  opacity: 0.5;
  display: block;
  width: 65%;
}
.footer_top_link:hover {
  opacity: 1;
}
.block_footer_top_wrap {
  width: 25%;
  /* padding-top: 30px; */
}
.footer_top_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
}
.footer_top_news_item {
  margin-bottom: 30px;
}
.footer_top_news_item:last-child {
  margin-bottom: 0;
}
.footer_top_news_text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(164, 164, 164);
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.footer_top_news_link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  transition: ease 0.5s;
}
.footer_top_news_link:hover {
  color: rgb(226, 30, 34);
}
.footer_top_menu_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.footer_top_menu_item {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  width: 40%;
}
.footer_top_menu_item:last-child {
  margin-bottom: 0;
}
.footer_top_menu_item::before {
  content: "";
  background: #e21e22;
  position: absolute;
  height: 3px;
  width: 3px;
  left: 0;
  top: 45%;
}
.footer_top_menu_link {
  font-size: 15px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.footer_top_menu_link:hover {
  color: rgb(226, 30, 34);
}
.footer_top_address_item {
  margin-bottom: 30px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.footer_top_address_item:last-child {
  margin-bottom: 0;
}
.footer_top_address_img {
  width: 15px;
  height: 15px;
}
.footer_top_address_location_link {
  font-size: 15px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  transition: opacity 0.3s;
  opacity: 0.5;
  display: block;
  width: 55%;
}
.footer_top_address_location_link:hover {
  opacity: 1;
}
.footer_top_address_phone_link {
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.footer_top_address_phone_link:hover {
  color: rgb(226, 30, 34);
}
.footer_top_address_letter_link {
  font-size: 15px;
  color: rgb(0, 155, 220);
  transition: ease 0.5s;
  font-weight: 700;
}
.footer_top_address_letter_link:hover {
  color: rgb(0, 155, 220);
  text-decoration: underline;
}
.footer_bottom {
  background: #1a1a1a;
  padding-bottom: 15px;
  padding-top: 15px;
}
.block_footer_bottom_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_bottom_text {
  font-size: 13px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.footer_bottom_text_link {
  font-size: 13px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.footer_bottom_text_link:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.pagination_list {
  display: flex;
  column-gap: 15px;
}
.pagination_link {
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(191, 191, 191);
  border-radius: 5px;
  display: block;
  text-align: center;
  color: rgb(191, 191, 191);
  font-size: 14px;
  font-weight: 700;
  transition: ease 0.5s;
}
.pagination_link:hover {
  background: #e21e22;
  color: rgb(255, 255, 255);
  border-color: rgb(226, 30, 34);
}
.pagination_link_active {
  background: #e21e22;
  color: rgb(255, 255, 255);
  border-color: rgb(226, 30, 34);
}
.block_pagination {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.pagination_btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
.pagination_btn_img {
  width: 30px;
  transition: ease 0.5s;
  cursor: pointer;
  filter: contrast(1%);
}
.pagination_btn_img:hover {
  filter: contrast(100%);
}
.align_items_baseline {
  align-items: baseline;
}
.block_player_stat_info_wrap {
  border-color: rgb(255, 255, 255);
}
.calendar_table_border_right_gray {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 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(164, 164, 164);
}
.calendar_table_border_gray {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgb(164, 164, 164);
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(164, 164, 164);
  border-right-width: 1px;
}
.section_contact_banner {
  background-image: url("../images/8f42b328faa9cb989887f630a02932e6.jpg");
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 0%;
  height: 430px;
}
/* .section_table {
  padding-bottom: 30px;
  padding-top: 30px;
} */

/* .block_table_filter_link {
  display: flex;
  column-gap: 5px;
  margin-bottom: 30px;
} */
/* .table_filter_link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
  transition: ease 0.5s;
} */
/* .table_filter_link:hover {
  color: rgb(226, 30, 34);
  text-decoration: underline;
} */
/* .table_filter_link_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(64, 64, 64);
} */

.padding_left_right_7 {
  padding-left: 7px;
  padding-right: 7px;
}

.section_results {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_results_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.results_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  letter-spacing: 1px;
  width: 11%;
}
.block_results_filter_link {
  display: flex;
  column-gap: 5px;
  margin-bottom: 30px;
}
.results_filter_link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: ease 0.5s;
  color: rgb(226, 30, 34);
}
.results_filter_link:hover {
  color: rgb(226, 30, 34);
  text-decoration: underline;
}
.results_filter_link_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(64, 64, 64);
}

/*! -----RESULTS----- */
.results_list {
  /* margin-bottom: 30px; */
}

.results_item {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

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

.block_results_top {
  background: #ececec;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.results_date {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  opacity: 0.6;
}

.results_place {
  font-size: 11px;
  font-weight: 700;
  color: rgb(64, 64, 64);
  text-transform: uppercase;
  opacity: 0.6;
}

.block_results_bottom {
  background: #f2f2f2;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.results_team_link {
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 8px;
  transition: ease 0.5s;
  color: rgb(83, 83, 83);
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: space-between;
}

.results_team_link:hover {
  color: rgb(226, 30, 34);
}

.results_team_link_img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.results_team_link_text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.block_results_status_score {
  display: flex;
  align-items: center;
  gap: 16px;
}

.block_results_status {
  padding: 8px;
}

.results_status {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-align: center;
}

.bg_color_red {
  background: #e21e22;
}

.results_score {
  font-size: 18px;
  font-weight: 700;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  text-align: center;
}

.bg_color_yellow {
  background: #ffc600;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
  .results_item {
    margin-bottom: 24px;
  }

  .results_date {
    font-size: 13px;
  }

  .results_place {
    font-size: 13px;
  }

  .results_team_link_img {
    width: 90px;
    height: 90px;
  }

  .results_team_link_text {
    font-size: 16px;
  }

  .block_results_status_score {
    gap: 24px;
  }

  .block_results_status {
    padding: 16px;
  }

  .results_status {
    font-size: 16px;
  }

  .results_score {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .block_results_top {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
  }

  .block_results_bottom {
    background: #f2f2f2;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 40px;
  }

  .results_team_link {
    row-gap: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .results_date {
    font-size: 15px;
  }

  .results_place {
    font-size: 15px;
  }

  .results_team_link_img {
    width: 110px;
    height: 110px;
  }

  .results_team_link_text {
    font-size: 18px;
  }

  .block_results_status_score {
    gap: 24px;
  }

  .block_results_status {
    padding: 24px;
  }

  .results_status {
    font-size: 18px;
  }

  .results_score {
    font-size: 22px;
  }
}

/*! ------HISTORY----- */

/* .section_history {
  padding-bottom: 30px;
  padding-top: 30px;
} */

/* .block_history_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
} */

/* .history_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  width: 18%;
} */

/* .block_history_filter_link {
  display: flex;
  column-gap: 5px;
  margin-bottom: 30px;
} */

/* .history_filter_link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: ease 0.5s;
  color: rgb(226, 30, 34);
} */

/* .history_filter_link:hover {
  color: rgb(226, 30, 34);
  text-decoration: underline;
} */

/* .history_filter_link_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(64, 64, 64);
} */

.block_history_content {
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
}

.block_history_content_img {
  height: 300px;
}
.history_content_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_history_content_text {
  /* width: 50%; */
}
.history_content_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  opacity: 0.8;
  width: 83%;
}
.margin_bottom_25 {
  margin-bottom: 25px;
}
.history_content_subtitle {
  font-size: 18px;
  font-weight: 700;
  color: rgb(21, 21, 21);
  margin-bottom: 25px;
}
.margin_bottom_30 {
  margin-bottom: 30px;
}
.block_history_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #151515;
  margin-bottom: 30px;
}
.history_wrapper_subtitle {
  font-size: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_history_wrapper_img {
  height: 350px;
}
.history_wrapper_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_wrapper_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.history_chronic_item {
  display: flex;
  column-gap: 25px;
  margin-bottom: 40px;
}
.history_chronic_item:last-child {
  margin-bottom: 0;
}
.history_chronic_date {
  color: rgb(21, 21, 21);
  font-size: 24px;
  font-weight: 700;
  margin-top: -8px;
}
.block_history_chronic_point {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  height: 21px;
  width: 21px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.history_chronic_point {
  background: #e21e22;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
.history_chronic_info_title {
  font-weight: 700;
  font-size: 20px;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.history_chronic_info_text {
  font-size: 14px;
  font-weight: 400;
  color: rgb(119, 119, 119);
  width: 75%;
}
.before_line_white {
  position: relative;
}
.before_line_white::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 130px;
  background: #ffffff;
  top: 100%;
}
.section_post {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_post_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.post_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  width: 225rem;
}
.block_post_filter_link {
  display: flex;
  column-gap: 5px;
  margin-bottom: 30px;
}
.post_filter_link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: ease 0.5s;
  color: rgb(226, 30, 34);
}
.post_filter_link:hover {
  color: rgb(226, 30, 34);
  text-decoration: underline;
}
.post_filter_link_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(64, 64, 64);
}
.post_container {
  display: flex;
  column-gap: 45px;
}
.block_post_aside {
  width: 25%;
}
.block_post_content {
  width: 75%;
}
.block_post_aside_form {
  width: 100%;
  margin-bottom: 62px;
}
.post_aside_form {
  padding-top: 10px;
  padding-right: 75px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-color: rgba(215, 215, 214, 0.7);
  border-radius: 5px;
  outline: none;
  width: 100%;
  font-weight: 400;
  color: rgb(21, 21, 21);
  height: 55px;
  font-size: 16px;
  border-width: 1px;
}
.post_aside_form_btn {
  border-style: solid;
  border-color: rgb(226, 30, 34);
  border-width: 2px;
  border-radius: 4px;
  padding-bottom: 11px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 11px;
  background: #e21e22;
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 0;
  top: 0;
  transition: ease 0.5s;
}
.post_aside_form_btn:hover {
  background: rgba(215, 215, 214, 0.7);
  border-color: rgba(215, 215, 214, 0.7);
}
.post_aside_form_btn_img {
  width: 15px;
  height: 15px;
}
.block_post_content_img {
  margin-bottom: 15px;
  height: auto;
}
.post_content_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_post_content_info {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-bottom-color: rgb(217, 217, 217);
  border-bottom-width: 1px;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block_post_content_source {
  display: flex;
  column-gap: 8px;
}
.post_content_date {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(226, 30, 34);
  filter: contrast(1%);
}
.block_post_content_author {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.post_content_author_img {
  width: 15px;
  height: 15px;
  filter: contrast(1%);
}
.post_content_author_text {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
  filter: contrast(1%);
  letter-spacing: 1px;
}
.post_content_comment_link {
  align-items: center;
  display: flex;
  column-gap: 5px;
  filter: contrast(1%);
  transition: ease 0.5s;
}
.post_content_comment_link:hover {
  filter: contrast(100%);
}
.post_content_comment_link_img {
  width: 15px;
  height: 15px;
}
.post_content_comment_link_text {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
  letter-spacing: 1px;
}
.post_content_subtitle_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  font-style: italic;
}
.post_content_subtitle {
  font-size: 18px;
  font-weight: 700;
  color: rgb(21, 21, 21);
  font-style: italic;
}
.post_content_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
.block_post_content_info_link {
  padding-bottom: 30px;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-bottom-color: rgb(217, 217, 217);
  border-bottom-width: 1px;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.block_post_content_tag {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.post_content_tag_img {
  width: 15px;
  height: 15px;
  filter: contrast(1%);
}
.post_content_tag_link {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: ease 0.5s;
  filter: contrast(1%);
  color: rgb(226, 30, 34);
}
.post_content_tag_link:hover {
  filter: contrast(100%);
}
.post_content_tag_text {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
  filter: contrast(1%);
}
.margin_left_5_minus {
  margin-left: -5px;
}
.block_socials_list {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.socials_list_title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
  filter: contrast(1%);
}
.socials_list {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.socials_link {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  opacity: 1;
  transition: opacity 0.3s;
}
.socials_link:hover {
  opacity: 0.8;
}
.socials_link_img {
  width: 20px;
  height: 20px;
}
.bg_color_blue {
  background: #0866ff;
}
.bg_color_blue_light {
  background: #1d9bf0;
}
.bg_color_grey_light {
  background: #888990;
}
.bg_color_blue_dark {
  background: #0166ff;
}
.aside_category_list {
  margin-bottom: 30px;
}
.aside_category_item {
  margin-bottom: 1px;
}
.aside_category_item:last-child {
  margin-bottom: 0;
}
.aside_category_link {
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  display: block;
  background: #303132;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(226, 30, 34);
  transition: ease 0.5s;
}
.aside_category_link:hover {
  background: #e21e22;
}
.block_aside_news_list {
  margin-bottom: 30px;
}
.aside_news_list_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(21, 21, 21);
  margin-bottom: 30px;
}
.aside_news_item {
  margin-bottom: 25px;
}
.aside_news_item:last-child {
  margin-bottom: 0;
}
.aside_news_link {
  display: flex;
  column-gap: 15px;
  transition: ease 0.5s;
  color: rgb(64, 64, 64);
}
.aside_news_link:hover {
  color: rgb(226, 30, 34);
}
.block_aside_news_link_img {
  height: 100px;
  width: 150px;
}
.aside_news_link_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_aside_news_info {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 50%;
}
.aside_news_info_date {
  font-size: 14px;
  font-weight: 700;
  color: rgb(164, 164, 164);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.aside_news_info_title {
  font-size: 16px;
  font-weight: 700;
}
.aside_table_title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
}
.aside_table {
  width: 100%;
}
.aside_table_head_line {
  background: #e21e22;
}
.aaside_table_head_line_point {
  padding-bottom: 9px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 9px;
}
.aside_table_head_line_point_text {
  font-size: 12px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.aside_table_body_line_point {
  padding-bottom: 9px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 9px;
}
.aside_table_body_line_point_text {
  font-size: 12px;
  font-weight: 500;
  color: rgb(21, 21, 21);
}
.aside_table_info_link {
  align-items: center;
  display: flex;
  column-gap: 5px;
  transition: ease 0.5s;
  color: rgb(83, 83, 83);
}
.aside_table_info_link:hover {
  color: rgb(226, 30, 34);
}
.aside_table_info_link_img {
  width: 20px;
  height: 20px;
}
.aside_table_info_link_text {
  font-size: 12px;
  font-weight: 700;
}
.section_video_post {
  padding-bottom: 30px;
  padding-top: 30px;
}
.video_post_container {
  margin-bottom: 30px;
}
.block_video_post_aside {
  width: 25%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background: rgba(21, 21, 21, 0.8);
}
.block_video_post_aside_form {
  width: 100%;
}
.video_post_aside_form {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 75px;
  padding-top: 10px;
  color: rgb(21, 21, 21);
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  border-style: solid;
  border-color: rgba(215, 215, 214, 0.7);
  border-width: 1px;
}
.video_post_aside_form_btn {
  border-style: solid;
  border-radius: 4px;
  border-width: 2px;
  border-color: rgb(226, 30, 34);
  padding-bottom: 11px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  transition: ease 0.5s;
  cursor: pointer;
  background: #e21e22;
}
.video_post_aside_form_btn:hover {
  background: rgba(215, 215, 214, 0.7);
  border-color: rgba(215, 215, 214, 0.7);
}
.video_post_aside_form_btn_img {
  height: 12px;
  width: 12px;
}
.block_video_post_content {
  width: 100%;
}
.block_video_post_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.video_post_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 72rem;
  color: rgb(21, 21, 21);
}
.block_video_post_filter_link {
  display: flex;
  column-gap: 5px;
  margin-bottom: 30px;
}
.video_post_filter_link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: ease 0.5s;
  color: rgb(226, 30, 34);
}
.video_post_filter_link:hover {
  color: rgb(226, 30, 34);
  text-decoration: underline;
}
.video_post_filter_link_text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(64, 64, 64);
}
.video_post_content_link {
  margin-bottom: 30px;
  display: block;
}
.video_post_content_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_video_post_content_link_img {
  height: auto;
}
.video_post_content_play_icon {
  width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_post_content_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
.video_post_aside_item {
  margin-bottom: 25px;
}
.video_post_aside_item:last-child {
  margin-bottom: 0;
}
.video_post_aside_link {
  display: flex;
  column-gap: 15px;
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
}
.video_post_aside_link:hover {
  color: rgb(226, 30, 34);
}
.block_video_post_aside_link_img {
  height: 100px;
  width: 150px;
}
.video_post_aside_link_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video_post_aside_play_icon {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 32%;
  top: 26%;
}
.block_video_post_aside_info {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 50%;
}
.video_post_aside_info_date {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(164, 164, 164);
  text-transform: uppercase;
}
.video_post_aside_info_title {
  font-size: 16px;
  font-weight: 700;
}
.block_video_post_list_bottom_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.video_post_list_bottom_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  letter-spacing: 1px;
  width: 20%;
}
.video_post_list_bottom_list {
  display: flex;
  column-gap: 25px;
}
.video_post_list_bottom_item {
  width: 25%;
}
.video_post_list_bottom_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.video_post_list_bottom_link:hover {
  color: rgb(226, 30, 34);
}
.video_post_list_bottom_link_img {
  width: 100%;
}
.video_post_list_bottom_play_icon {
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_team {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_team_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.team_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  width: 8%;
}
.team_text {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: rgb(0, 0, 0);
}
.team_list {
  /* display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
  margin-bottom: 30px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.team_info_number {
  transform: rotate(90deg);
  margin-right: 30px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
}
.team_info_title {
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  margin-bottom: auto;
  margin-top: auto;
}

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

@media screen and (min-width: 1024px) {
  .team_info_number {
    font-size: 16px;
  }

  .team_info_title {
    font-size: 18px;
  }
}

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

@media screen and (min-width: 1440px) {
  .team_info_number {
    font-size: 18px;
  }

  .team_info_title {
    font-size: 20px;
  }
}

.team_item {
  /* width: calc(((100% - 50px) / 3)); */
}
.team_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_team_info_wrap {
  position: absolute;
  white-space: nowrap;
  transform: rotate(-90deg);
  bottom: 87px;
  height: 30px;
  left: -65px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.block_team_info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #151515;
  width: 50px;
  height: 100%;
}

.block_team_link_img {
}
.block_team_staff {
}
.block_team_staff_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.team_staff_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  width: 24%;
}
.team_staf_list {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  background: #303132;
  display: flex;
  column-gap: 25px;
}
.team_staf_item {
  width: 25%;
}
.team_staf_subtitle {
  color: rgb(226, 30, 34);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.team_staf_title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.team_staf_text {
  font-size: 16px;
  font-weight: 400;
  color: rgb(170, 170, 170);
}
.block_team_table_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.team_table_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  width: 19%;
  letter-spacing: 1px;
}
.team_table {
  width: 100%;
}
.team_table_head_line {
  background: #e21e22;
}
.team_table_head_point {
  padding-bottom: 13px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 13px;
}
.team_table_head_point_text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.team_table_body_point {
  padding-bottom: 18px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 18px;
}
.team_table_body_point_text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(15, 15, 15);
}
.border_bottom_bg_body {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-bottom-width: 5px;
  border-bottom-color: rgb(248, 248, 248);
}
.team_table_body_info_link {
  align-items: center;
  display: flex;
  column-gap: 10px;
  transition: ease 0.5s;
  color: rgb(89, 89, 89);
}
.team_table_body_info_link:hover {
  color: rgb(226, 30, 34);
}
.team_table_body_info_link_img {
  height: 45px;
  width: 45px;
}
.team_table_body_info_link_text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.section_teams {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_teams_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.teams_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  width: 16%;
}
.block_teams_list {
}
.padding_t_b_30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_teams_list_title {
  background: rgba(226, 30, 34, 0.81);
  border-radius: 5px;
  padding-bottom: 13px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 13px;
  display: inline-block;
}
.teams_list_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.teams_list {
  display: flex;
  column-gap: 25px;
}
.teams_item {
  border-radius: 5px;
  /* width: 25%; */
  overflow: hidden;
}
.teams_link {
  background: rgba(21, 21, 21, 0.8);
  padding: 8px;
  display: flex;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.teams_link:hover {
  color: rgb(226, 30, 34);
}
.teams_link_img {
  width: 70px;
}
.teams_link_text {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.section_player {
  background-image: url("../images/c8b938150ef969e6dabf6128bfb2f46f.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.block_player_info {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.block_player_img_name {
  display: flex;
  align-items: center;
  column-gap: 75px;
}
.player_link_img {
  height: 120px;
  width: 120px;
}
.player_img_icon {
  width: 280px;
  height: 200px;
}
.player_name_title {
  font-size: 40px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 50%;
}
.padding_t_b_15 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.player_name_subtitle {
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.a {
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-right-width: 2px;
}
.block_player_stat {
  border-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  background: #e21e22;
  border-top-width: 2px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  margin-bottom: 30px;
}
.block_player_stat_info {
  border-color: rgb(255, 255, 255);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-style: solid;
  border-right-width: 2px;
  border-right-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
  padding-right: 45px;
}
.block_player_stat_info_wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.player_stat_info_wrapper_text {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.player_stat_info_wrapper_text_accent {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.player_stat_info_wrap {
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.player_stat_info_wrap_accent {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.player_stat_container {
  display: flex;
}
.block_player_news {
}
.player_container {
}
.block_player_news_title {
  align-items: baseline;
  display: flex;
}
.player_news_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(21, 21, 21);
  width: 19%;
}
.player_news_list {
  display: flex;
  column-gap: 25px;
}
.player_news_item {
  width: 50%;
}
.player_news_link {
  transition: ease 0.5s;
  color: rgb(64, 64, 64);
}
.player_news_link:hover {
  color: rgb(226, 30, 34);
}
.block_player_news_link_img {
  height: 300px;
}
.player_news_link_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_player_news_info {
  padding-bottom: 15px;
  padding-top: 15px;
}
.player_news_info_date {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgb(164, 164, 164);
}
.player_news_info_date:hover {
  color: rgb(164, 164, 164);
}
.player_news_info_title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.player_news_info_text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  color: rgb(64, 64, 64);
}
.player_news_info_text:hover {
  color: rgb(64, 64, 64);
}
.player_news_author_list {
  display: flex;
  column-gap: 15px;
  position: absolute;
  bottom: 0;
}
.player_news_author_item {
  display: flex;
  column-gap: 5px;
  align-items: flex-end;
  transition: ease 0.5s;
  filter: contrast(1%);
}
.player_news_author_item:hover {
  filter: contrast(100%);
}
.player_news_author_img {
  height: 15px;
  width: 15px;
}
.player_news_author_text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(226, 30, 34);
}
.block_player_video_title {
  align-items: baseline;
  display: flex;
}
.player_video_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  width: 19%;
}
.player_video_list {
  display: flex;
  column-gap: 25px;
}
.player_video_item {
  width: 25%;
}
.player_video_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.player_video_link:hover {
  color: rgb(226, 30, 34);
}
.player_video_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player_video_play_icon {
  position: absolute;
  width: 120px;
  left: 33%;
  top: 38%;
}
.block_player_video_link_img {
  height: 350px;
}
.player_bio_content_container {
  display: flex;
  column-gap: 45px;
}
.block_player_bio {
  width: 65%;
}
.block_player_bio_title {
  align-items: baseline;
  display: flex;
}
.player_bio_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  width: 27%;
}
.block_player_bio_table_title {
  align-items: baseline;
  display: flex;
}
.block_player_bio_wrap {
  background-image: url("../images/63e9ae25a476285f86ce86a5e1560d86.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.player_bio_subtitle {
  font-size: 20px;
  font-weight: 700;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.player_bio_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(64, 64, 64);
}
.block_player_bio_table {
  width: 35%;
}
.player_bio_table_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
  width: 95%;
}
.player_bio_table {
  width: 100%;
}
.player_bio_table_head_line {
  background: #e21e22;
}
.player_bio_table_head_point {
  padding-bottom: 13px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 13px;
}
.player_bio_table_head_point_text {
  font-size: 13px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.player_bio_table_body_point {
  padding-bottom: 13px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 13px;
}
.player_bio_table_body_point_link_text {
  font-size: 13px;
  font-weight: 500;
  transition: ease 0.5s;
  color: rgb(21, 21, 21);
  display: block;
  text-transform: uppercase;
}
.player_bio_table_body_point_link_text:hover {
  color: rgb(226, 30, 34);
}
.player_bio_table_body_point_text {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(21, 21, 21);
}
.text_transform_none {
  text-transform: none;
}
.block_team_stats_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.team_stats_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  width: 16%;
}
.block_team_stats_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #303132;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.block_team_stats_left {
  align-items: center;
  display: flex;
  column-gap: 25px;
  width: 29%;
}
.block_team_stats_circle {
  height: 130px;
  width: 130px;
  display: flex;
  justify-content: center;
  border-style: solid;
  border-radius: 50%;
  border-width: 5px;
  align-items: center;
  border-left-color: rgb(226, 30, 34);
  border-bottom-color: rgb(226, 30, 34);
  border-right-color: rgb(255, 198, 0);
  border-top-color: rgb(255, 255, 255);
}
.team_stats_circle {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  align-items: center;
  color: rgb(255, 255, 255);
}
.team_stats_circle_accent {
  font-size: 18px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
}
.team_stats_circle_list {
  width: 65%;
}
.team_stats_circle_item {
  display: flex;
  column-gap: 5px;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}
.team_stats_circle_item_subtitle {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.block_team_stats_circle_item {
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.bg_color_white {
  background: #ffffff;
}
.team_stats_circle_item_text {
  font-size: 15px;
  font-weight: normal;
  color: rgb(170, 170, 170);
}
.block_team_stats_right {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 15px;
  column-gap: 15px;
}
.block_team_stats_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.team_stats_info_title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.team_stats_info_subtitle {
  font-size: 15px;
  font-weight: 500;
  color: rgb(170, 170, 170);
}
.team_stats_info_text {
  font-size: 12px;
  font-weight: 500;
  color: rgb(170, 170, 170);
}
.block_team_awards_title {
  align-items: baseline;
  display: flex;
  margin-bottom: 30px;
}
.team_awards_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  width: 20%;
}
.awards_list {
  display: flex;
  column-gap: 25px;
}
.awards_item {
  /* width: 25%; */
}
.awards_link {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  transition: ease 0.5s;
  color: rgb(89, 89, 89);
}
.awards_link:hover {
  color: rgb(226, 30, 34);
}
.awards_link_img {
  width: 200px;
}
.block_awards_link_info {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.awards_link_info_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.awards_link_info_text {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.block_main_video_info {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.aa {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.main_video_info_title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

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

/* Burger Menu Styles */
.burger-menu {
  display: block;
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

/* Base Mobile Styles (320px and up) */
@media (max-width: 1439px) {
  .burger-menu {
    display: block;
  }

  /* .header_menu_list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 80%;
    height: 100vh;
    flex-direction: column;
    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: 10px;
  } */

  /* .header_menu_link {
    padding: 15px 20px;
    font-size: 16px;
  } */
}

/* Hide burger on desktop */
@media (min-width: 1440px) {
  .burger-menu,
  .mobile-nav-overlay {
    display: none !important;
  }
}

/* Base mobile styles */
/* .container {
  padding-right: 10px;
  padding-left: 10px;
} */

/* .header_logo_link_img {
  width: 60px;
  height: 54px;
} */

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

.hero_subtitle {
  font-size: 10px;
}

.hero_text {
  font-size: 18px;
}

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

.hero_events_list {
  flex-direction: column;
  row-gap: 15px;
}

.hero_events_item {
  width: 100%;
}

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

.block_main_news_top_link,
.block_table_results {
  width: 100%;
}

.main_news_title,
.main_teams_title,
.main_video_title,
.news_title,
.calendar_title,
.contact_title,
.table_title,
.results_title,
.history_title,
.post_title,
.video_post_title,
.team_title,
.teams_title,
.player_news_title,
.player_video_title,
.player_bio_title,
.player_bio_table_title,
.team_table_title,
.team_staff_title,
.team_stats_title,
.team_awards_title,
.video_post_list_bottom_title {
  width: auto;
  font-size: 20px;
  margin-right: 15px;
}

/* .block_border_red_title {
  display: none;
} */

.block_main_news_bottom {
  flex-direction: column;
  row-gap: 20px;
}

.block_main_news_bottom_left,
.block_main_news_bottom_right,
.block_main_news_bottom_wrap_left,
.block_main_news_bottom_wrap_right {
  width: 100%;
}

.block_main_news_bottom_wrap_left,
.block_main_news_bottom_wrap_right {
  flex-direction: column;
}

.main_teams_list {
  flex-wrap: wrap;
  row-gap: 15px;
}

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

.latest_news_list,
.news_list {
  flex-direction: column;
}

.latest_news_item,
.news_item {
  width: 100%;
}

.section_team_statistic .container {
  position: relative;
}

.block_team_statistic_wrapper {
  flex-direction: column;
  row-gap: 20px;
}

.block_team_statistic_wrap {
  width: 100%;
}

.team_statistic_img {
  width: 150px;
}

.block_team_statistic_list_title {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}

.team_statistic_btn_list {
  flex-wrap: wrap;
  row-gap: 10px;
}

.latest_news_btn_list {
  flex-wrap: wrap;
  row-gap: 10px;
}

.footer_top_menu_item {
  width: 100%;
}

.block_footer_top_content {
  flex-direction: column;
  row-gap: 16px;
}

.block_footer_top_logo_link,
.block_footer_top_wrap {
  width: 100%;
}

.footer_top_link {
  width: 100%;
}

.calendar_btn_list {
  flex-wrap: wrap;
  row-gap: 10px;
}

.block_calendar_title_list_wrapper {
  flex-direction: column;
  row-gap: 20px;
}

.block_calendar_title_list {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}

.block_calendar_week_days {
  font-size: 10px;
  padding: 5px 2px;
}

.calendar_week_days {
  font-size: 10px;
}

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

.calendar_meet_name {
  font-size: 10px;
}

.calendar_link {
  font-size: 10px;
  padding: 2px 5px;
}

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

.block_contact_info,
.contact_local_map_link {
  width: 100%;
}

.contact_local_list {
  flex-direction: column;
  row-gap: 20px;
}

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

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

/* .league_table_body_info_link_img {
  width: 30px;
  height: 30px;
} */

/* .results_team_link {
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
} */

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

.block_history_content {
  flex-direction: column;
  row-gap: 20px;
}

.block_history_content_img,
.block_history_content_text {
  /* width: 100%; */
}

.history_content_text {
  width: 100%;
}

.history_chronic_item {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}

.post_container,
.player_bio_content_container {
  flex-direction: column;
  row-gap: 30px;
}

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

.video_post_content_play_icon {
  width: 80px;
  /* left: calc(50% - 40px); */
}

.block_video_post_aside {
  display: none;
}

.teams_list {
  flex-wrap: wrap;
  row-gap: 15px;
}

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

.block_player_img_name {
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}

.player_name_title {
  font-size: 24px;
  width: 100%;
}

.block_player_stat_info {
  padding-left: 15px;
  padding-right: 15px;
}

.player_news_list {
  flex-direction: column;
  row-gap: 20px;
}

.player_news_item {
  width: 100%;
}

.player_video_list {
  flex-wrap: wrap;
  row-gap: 15px;
}

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

.team_staf_list {
  flex-direction: column;
  row-gap: 20px;
}

.team_staf_item {
  width: 100%;
}

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

.block_team_stats_left,
.block_team_stats_right {
  width: 100%;
}

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

.awards_list {
  flex-wrap: wrap;
  row-gap: 15px;
}

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

.awards_link_img {
  width: 100px;
}

.video_post_list_bottom_list {
  flex-wrap: wrap;
  row-gap: 15px;
}

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

/* Tables horizontal scroll */
/* .league_table,
.team_table,
.team_statistic_table,
.aside_table,
.player_bio_table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
} */

/* ============================================
   BREAKPOINT: 576px
   ============================================ */
@media (min-width: 576px) {
  /* .container {
    padding-right: 15px;
    padding-left: 15px;
  } */

  /* .header_logo_link_img {
    width: 70px;
    height: 63px;
  } */

  .hero_title {
    font-size: 28px;
  }

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

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

  .main_teams_item,
  .player_video_item,
  .video_post_list_bottom_item {
    width: calc(33.333% - 16.666px);
  }

  .calendar_meet_img {
    width: 30px;
    height: 30px;
  }

  .calendar_meet_name {
    font-size: 12px;
  }
}

/* ============================================
   BREAKPOINT: 768px
   ============================================ */
@media (min-width: 768px) {
  /* .header_logo_link_img {
    width: 80px;
    height: 72px;
  } */

  .hero_title {
    font-size: 32px;
  }

  .hero_subtitle {
    font-size: 11px;
  }

  .hero_text {
    font-size: 20px;
  }

  /* .main_news_title,
  .main_teams_title,
  .main_video_title,
  .news_title,
  .calendar_title,
  .contact_title,
  .table_title,
  .results_title,
  .history_title,
  .post_title,
  .video_post_title,
  .team_title,
  .teams_title {
    font-size: 24px;
  } */

  /* .block_border_red_title {
    display: block;
  } */

  .latest_news_list {
    flex-direction: row;
  }

  .latest_news_item {
    width: calc(33.333% - 16.666px);
  }

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

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

  .block_main_news_bottom {
    flex-direction: row;
  }

  .block_main_news_bottom_left,
  .block_main_news_bottom_right {
    width: 50%;
  }

  .block_main_news_bottom_wrap_left,
  .block_main_news_bottom_wrap_right {
    flex-direction: row;
  }

  .footer_top_menu_item {
    width: 40%;
  }

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

  .block_footer_top_logo_link {
    width: 50%;
  }

  .block_footer_top_wrap {
    width: 50%;
  }

  .calendar_week_days {
    font-size: 12px;
  }

  /* .results_team_link {
    flex-direction: row;
    text-align: left;
  } */

  /* .results_team_link_img {
    width: 80px;
    height: 80px;
  } */

  .block_history_content:nth-child(even) {
    flex-direction: row-reverse;
  }

  .block_history_content:nth-child(odd) {
    flex-direction: row;
  }

  .block_history_content_img,
  .block_history_content_text {
    width: 50%;
  }

  .post_container {
    flex-direction: row;
  }

  .block_post_aside {
    width: 35%;
  }

  .block_post_content {
    width: 65%;
  }

  .player_news_list {
    flex-direction: row;
  }

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

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

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

  .block_team_stats_wrapper {
    flex-direction: row;
  }

  .block_team_stats_left {
    width: 35%;
  }

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

/* ============================================
   BREAKPOINT: 1024px
   ============================================ */
@media (min-width: 1024px) {
  /* .header_logo_link_img {
    width: 90px;
    height: 81px;
  } */

  .hero_title {
    font-size: 36px;
  }

  .hero_subtitle {
    font-size: 12px;
  }

  .hero_text {
    font-size: 24px;
  }

  .hero_link {
    font-size: 12px;
    padding: 12px 30px;
  }

  .hero_events_item {
    width: calc(25% - 18.75px);
  }

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

  .block_main_news_top_link {
    width: 65%;
  }

  .block_table_results {
    width: 35%;
  }

  .main_teams_item {
    width: calc(25% - 18.75px);
  }

  /* .main_news_title,
  .main_teams_title,
  .main_video_title,
  .news_title,
  .calendar_title,
  .contact_title,
  .table_title,
  .results_title,
  .history_title,
  .post_title,
  .video_post_title,
  .team_title,
  .teams_title {
    font-size: 28px;
  } */

  .block_team_statistic_wrapper {
    flex-direction: row;
  }

  .width_65pr {
    width: 65%;
  }

  .width_35pr {
    width: 35%;
  }

  .news_item {
    width: calc(33.333% - 16.666px);
  }

  .block_contact_content {
    flex-direction: row;
  }

  .block_contact_info,
  .contact_local_map_link {
    width: 49%;
  }

  .contact_local_list {
    flex-direction: row;
  }

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

  /* .league_table_body_point {
    padding: 15px 20px;
  } */
  /* 
  .league_table_body_info_link_img {
    width: 40px;
    height: 40px;
  } */

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

  .player_bio_content_container {
    flex-direction: row;
  }

  .block_player_bio {
    width: 65%;
  }

  .block_player_bio_table {
    width: 35%;
  }

  .team_staf_item {
    width: calc(25% - 18.75px);
  }

  .block_team_stats_left {
    width: 29%;
  }

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

  .player_video_item,
  .video_post_list_bottom_item {
    width: calc(25% - 18.75px);
  }

  .calendar_week_days {
    font-size: 14px;
  }

  .calendar_meet_img {
    width: 40px;
    height: 40px;
  }

  .calendar_meet_name {
    font-size: 14px;
  }

  .video_post_content_play_icon {
    width: 120px;
    /* left: calc(50% - 60px); */
  }
}

/* ============================================
   BREAKPOINT: 1200px
   ============================================ */
@media (min-width: 1200px) {
  /* .container {
    max-width: 1170px;
  } */

  .hero_title {
    font-size: 40px;
  }

  .hero_text {
    font-size: 25px;
  }

  /* .main_news_title,
  .main_teams_title,
  .main_video_title,
  .news_title,
  .calendar_title,
  .contact_title,
  .table_title,
  .results_title,
  .history_title,
  .post_title,
  .video_post_title,
  .team_title,
  .teams_title {
    font-size: 30px;
  } */

  .block_footer_top_logo_link,
  .block_footer_top_wrap {
    width: 25%;
  }

  .footer_top_link {
    width: 65%;
  }

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

  /* .league_table_body_point {
    padding: 18px 35px;
  } */

  /* .league_table_body_info_link_img {
    width: 45px;
    height: 45px;
  } */

  /* .results_team_link_img {
    width: 100px;
    height: 100px;
  } */

  .history_content_text {
    width: 83%;
  }

  .block_post_aside {
    width: 25%;
  }

  .block_post_content {
    width: 75%;
  }

  .block_player_img_name {
    flex-direction: row;
    align-items: center;
  }

  .player_name_title {
    font-size: 40px;
    width: 50%;
  }

  .calendar_week_days {
    font-size: 16px;
  }

  .video_post_content_play_icon {
    width: 140px;
    /* left: 44%; */
  }

  .awards_link_img {
    width: 200px;
  }
}

/* ============================================
   BREAKPOINT: 1440px
   ============================================ */
@media (min-width: 1440px) {
  /* .container {
    max-width: 1470px;
  } */

  /* .header_logo_link_img {
    width: 100px;
    height: 90px;
  } */

  /* Восстанавливаем оригинальные размеры шрифтов и паддингов */
  .hero_link {
    padding: 14px 40px;
  }

  .team_statistic_img {
    width: 350px;
  }

  /* .header_menu_list {
    flex-direction: row;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
  } */

  /* .header_menu_link {
    padding: 24px;
    font-size: 13px;
  } */

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

  /* Восстанавливаем все оригинальные стили для десктопа */
  /* Tables нормальный вид */
  /* .league_table,
  .team_table,
  .team_statistic_table,
  .aside_table,
  .player_bio_table {
    display: table;
    overflow-x: visible;
    white-space: normal;
  } */
}
