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

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

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

body {
  font-family: "SF Pro Display", sans-serif;
  height: 100%;
  background: #f2f2f2;
}

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

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

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

.link {
  text-decoration: none;
}

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

.no-scroll {
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
}

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

.position_relative {
  position: relative;
}

/*! -----HEADER----- */

.header {
  z-index: 4;
}

.header_container {
  position: relative;
}

.header_logo_link {
  display: flex;
}

.header_menu_link {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  border-radius: 2px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.header_menu_link:hover {
  color: rgb(255, 75, 68);
  border-bottom-color: rgb(255, 75, 68);
}

.burger_menu {
  display: none;
}

.bg_color_blue {
  background: #00001b;
}

@media screen and (max-width: 1023px) {
  .header {
    background: #00001b;
    padding: 10px 0;
  }

  .header_logo_link {
    width: 50px;
  }

  .header_menu_list {
    position: fixed;
    left: 0;
    top: 75px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    align-items: center;
    padding: 24px;
    transform: translateX(-100%);
    transition: transform 0.5s;
  }

  .header_menu_list.hide_show {
    transform: translateX(0%);
  }

  .header_menu_link {
    font-size: 18px;
    color: #191919;
  }

  .burger_menu {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .bar,
  .bar_1,
  .bar_2 {
    width: 35px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 5px;
    transition: 0.3s;
  }

  .change .bar {
    transform: translate(0, 6px) rotate(-45deg);
  }

  .change .bar_1 {
    opacity: 0;
    width: 0;
  }

  .change .bar_2 {
    transform: translate(0, -10px) rotate(45deg);
  }
}

@media screen and (min-width: 1023px) {
  .header_position {
    position: absolute;
    left: 0;
    right: 0;
  }

  .header_navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 24px;
  }

  .header_border_white {
    border: 1px solid #ffffff;
    border-top: 0;
    border-radius: 0 0 16px 16px;
  }

  .backdrop_filter_blur {
    backdrop-filter: blur(10px);
  }

  .header_logo_link {
    padding: 0 10px;
  }

  .header_logo_link_position {
    padding: 10px 0;
  }

  .header_logo_border_right_white {
    border-right: 1px solid #ffffff;
  }

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

  .header_menu_link {
    color: #ffffff;
  }

  .burger_menu {
    display: none;
  }

  .padding_t_b_10 {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1440px) {
  .header_logo_link {
    width: 75px;
  }

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

@media screen and (min-width: 1441px) {
  .header_logo_link {
    width: 100px;
  }

  .header_menu_link {
    font-size: 15px;
  }
}

.width_35pr {
  width: 35%;
}

.width_65pr {
  width: 65%;
}

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

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

.footer_sponsors_list_wrapper {
  border-bottom: 1px solid;
  border-bottom-color: rgba(242, 242, 242, 0.5);
}

.footer_sponsors_link_img {
  width: 100%;
  transition: ease 0.5s;
}

.footer_sponsors_link_img:hover {
  filter: invert(50%);
}

.footer_top_content_wrapper {
  display: flex;
  border-bottom: 1px solid;
  border-bottom-color: rgba(242, 242, 242, 0.5);
}

.footer_logo_link_img {
  filter: invert(100%);
  /* width: 250px; */
}

.footer_top_title {
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
}

.footer_top_menu_list {
  display: flex;
}

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

.footer_top_menu_link {
  font-weight: 500;
  color: rgba(242, 242, 242, 0.5);
  border-radius: 2px;
}

.footer_top_menu_link:hover {
  border-bottom-color: rgba(242, 242, 242, 0.5);
}

.footer_top_address_item {
  display: flex;
  column-gap: 10px;
  align-items: stretch;
}

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

.footer_top_address_img {
  filter: invert(100%);
}

.footer_top_address_link {
  font-weight: 500;
  color: rgba(242, 242, 242, 0.5);
  border-radius: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.footer_top_address_link:hover {
  border-bottom-color: rgba(242, 242, 242, 0.5);
  color: rgba(242, 242, 242, 0.5);
}

.footer_top_socials_list {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.footer_top_socials_link_img {
  filter: invert(100%);
  transition: ease 0.5s;
}

.footer_top_socials_link_img:hover {
  filter: invert(50%);
}

.footer_top_gallery_list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .footer_top_gallery_list {
    flex-direction: column;
    row-gap: 15px;
  }

  .footer_top_gallery_item {
    width: 100%;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .footer_top_gallery_list {
    column-gap: 15px;
    row-gap: 15px;
  }

  .footer_top_gallery_item {
    width: calc((100% - 15px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }

  .footer_sponsors_list_wrapper {
    padding-bottom: 20px;
  }

  .footer_top_content_wrapper {
    row-gap: 15px;
    padding: 20px 0;
  }

  .footer_logo_link_img {
    width: 200px;
  }

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

  .footer_top_title {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer_top_menu_list {
    flex-direction: column;
  }

  .footer_top_menu_item {
    margin-bottom: 6px;
  }

  .footer_top_menu_link {
    font-size: 11px;
    padding-bottom: 4px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .footer_top_address_list {
    margin-bottom: 10px;
  }

  .footer_top_address_item {
    margin-bottom: 6px;
  }

  .footer_top_address_img {
    height: 15px;
    width: 15px;
  }

  .footer_top_address_link {
    font-size: 11px;
    border-bottom: 1px solid;
    border-radius: 2px;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

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

@media screen and (min-width: 768px) {
  .footer_top_content_wrap {
    display: flex;
  }

  .footer_top_menu_list {
    flex-wrap: wrap;
    column-gap: 10px;
  }

  .footer_top_menu_item {
    margin-bottom: 10px;
    width: 45%;
  }

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

  .footer_top_socials_link_img {
    height: 25px;
    width: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 25px 0;
  }

  .footer_sponsors_list_wrapper {
    padding-bottom: 25px;
  }

  .footer_top_content_wrapper {
    row-gap: 20px;
    padding: 25px 0;
  }

  .footer_logo_link_img {
    width: 250px;
  }

  .width_50pr {
    width: 50%;
  }

  .footer_top_title {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .footer_top_menu_item {
    margin-bottom: 8px;
  }

  .footer_top_menu_link {
    font-size: 13px;
    padding-bottom: 6px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .footer_top_address_list {
    margin-bottom: 15px;
  }

  .footer_top_address_item {
    margin-bottom: 8px;
  }

  .footer_top_address_link {
    font-size: 13px;
    border-bottom: 1px solid;
    border-radius: 2px;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .footer_top_gallery_list {
    column-gap: 20px;
    row-gap: 20px;
  }

  .footer_top_gallery_item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .footer_top_content_wrapper {
    flex-direction: column;
  }

  .footer_top_gallery_link_img_wrap {
    height: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 30px 0;
  }

  .footer_sponsors_list_wrapper {
    padding-bottom: 30px;
  }

  .footer_top_content_wrapper {
    padding: 30px 0;
  }

  .footer_logo_link_wrap {
    width: 25%;
    border-right: 1px solid;
    border-right-color: rgba(242, 242, 242, 0.5);
    padding: 0 30px;
  }

  .footer_logo_link_img {
    width: 250px;
  }

  .footer_top_wrap {
    width: 50%;
    padding: 0 30px 0 60px;
  }

  .border_right_gray {
    border-right: 1px solid;
    border-right-color: rgba(242, 242, 242, 0.5);
  }

  .footer_top_title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .footer_top_menu_link {
    font-size: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .footer_top_address_list {
    margin-bottom: 20px;
  }

  .footer_top_address_item {
    margin-bottom: 10px;
  }

  .footer_top_address_link {
    font-size: 15px;
    border-bottom: 2px solid;
    width: 50%;
  }

  .footer_top_gallery_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .footer_top_gallery_link_img_wrap {
    height: 90px;
  }
}

.bg_color_grey {
  background: #f1f1f1;
}

.text_align_center {
  text-align: center;
}
.bg_color_white {
  background: #ffffff;
}

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

.latest_news_link_list {
  display: flex;
  column-gap: 25px;
  margin-bottom: 30px;
}
.latest_news_link_list_link {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-flex;
}
.bg_color_blue {
  background: #00001b;
}
.border_white {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
}
.section_home_team_statistic {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #ffffff;
}
.block_home_team_statistic_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(0, 0, 27);
  padding-left: 15px;
  margin-bottom: 30px;
}
.home_team_statistic_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}
.block_home_team_statistic_table {
  border-radius: 16px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(242, 242, 242);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}
.block_home_team_statistic_table_title_link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 12px;
  padding-top: 12px;
  background: #00001b;
}
.home_team_statistic_table_title {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.home_team_statistic_table_link {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
}
.home_team_statistic_table_link:hover {
  border-bottom-color: rgb(255, 255, 255);
}
.home_team_statistic_table {
  width: 100%;
}
.home_team_statistic_table_head_point {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.home_team_statistic_table_head_point_text {
  font-size: 20px;
  font-weight: 500;
  color: rgb(165, 165, 165);
}
.home_team_statistic_table_body_point {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.home_team_statistic_table_body_point_text {
  font-size: 20px;
  font-weight: bold;
  color: rgb(0, 0, 27);
}
.home_team_statistic_table_info_link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: rgb(0, 0, 27);
  transition: ease 0.5s;
}
.home_team_statistic_table_info_link:hover {
  color: rgb(255, 75, 68);
}
.home_team_statistic_table_info_link_img {
  width: 30px;
  height: 30px;
}
.home_team_statistic_table_info_link_text {
  font-size: 20px;
  font-weight: bold;
}
.section_popular_video {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block_popular_video_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-color: rgb(0, 0, 27);
  border-left-width: 5px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.popular_video_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}

/* .header_container {
  background: #00001b;
  padding-bottom: 10px;
  padding-top: 10px;
} */
.header_logo_border_right_grey {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 242, 242, 0.5);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.block_table_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.block_table_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 10px;
  border-left-color: rgb(255, 255, 255);
  padding-left: 20px;
}
.table_title {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.table_title_img {
  width: 120px;
}
.table_title_container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
}

/*! -----TABLE----- */

.block_table_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}

.block_league_table {
  /* border-radius: 16px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(165, 165, 165);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21); */
  /* margin-bottom: 30px; */
}

.league_table_wrap {
  /* border-radius: 16px; */
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(165, 165, 165);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.league_table_wrap::-webkit-scrollbar-thumb {
  background-color: #ff4b44;
}

.league_table_wrap::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.block_league_table_title_img {
  align-items: center;
  background: #00001b;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
}

.league_table_title {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.league_table_title_img {
  color: rgba(0, 0, 0, 0);
  width: 100px;
  filter: invert(100%);
}

.league_table {
  width: 100%;
}

.z_index_10 {
  z-index: 2;
}

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

.league_table_head_point_text {
  font-size: 20px;
  font-weight: 500;
  color: rgb(165, 165, 165);
}

.league_table_body_point {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}

.league_table_body_point_text {
  font-size: 20px;
  font-weight: bold;
  color: rgb(0, 0, 27);
}

.league_table_body_info_link {
  align-items: center;
  display: flex;
  column-gap: 10px;
  transition: ease 0.5s;
  color: rgb(0, 0, 27);
}

.league_table_body_info_link:hover {
  color: rgb(255, 75, 68);
}

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

.league_table_body_info_link_text {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 990px) {
  .league_table {
    width: 1000px;
  }

  .league_table_head th:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .league_table_head th:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .league_table_head td:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .league_table_head td:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .league_table_body th:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .league_table_body th:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .league_table_body td:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .league_table_body td:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .league_table_head_point {
    padding: 10px;
  }

  .league_table_body_point {
    padding: 10px;
  }

  .league_table_head_point_text {
    font-size: 12px;
  }

  .league_table_body_point_team {
    font-size: 12px;
  }

  .league_table_body_point_text {
    font-size: 12px;
  }

  .league_table_body_info_link_text {
    font-size: 12px;
  }

  .league_table_body_info_link_img {
    height: 15px;
    width: 15px;
  }
}

/*! -----CALENDAR----- */

.f-row {
  display: flex;
}

.a-i-c {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.c-gap-12px {
  column-gap: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.p-l-r-8 {
  padding: 0 8px;
}

.fz-24 {
  font-size: 24px;
}

.fw-600 {
  font-weight: 600;
}

.controls-container {
  display: flex;
  gap: 24px;
  font-size: 24px;
  font-weight: bold;
}

.switcher {
  display: flex;
  align-items: center;
}

.arrow {
  cursor: pointer;
  padding: 0 15px;
  user-select: none;
  font-weight: bold;
  color: rgb(255, 75, 68);
  transition: ease 0.5s;
}

.arrow:hover {
  color: #fe5900;
}

.label {
  min-width: 140px;
  text-align: center;
  color: rgb(255, 75, 68);
  cursor: pointer;
  transition: ease 0.5s;
}

.label:hover {
  color: #fe5900;
}

.calendar-head {
  background: #ff4b44;
  align-items: center;
  display: grid;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  width: 100%;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  color: rgb(255, 255, 255);
  font-variant: small-caps;
}

.calendar-matches {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  border-style: solid;
  border-width: 0;
  border-color: #e8e8e9;
  border-top-width: 1px;
  border-left-width: 1px;
  background: #f1f1f1;
  color: rgb(21, 11, 11);
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.calendar-day {
  border-style: solid;
  border-color: #e8e8e9;
  display: flex;
  justify-content: space-between;
  height: 205px;
  padding: 16px 0;
  position: relative;
  text-align: center;
  flex-direction: column;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  transition: 0.3s;
  border-top-width: 1px;
  border-left-width: 1px;
}

.calendar-team-logo {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.bg-dark-grey {
  background: #1d1d1d;
}

.calendar-link {
  border-style: solid;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgb(255, 75, 68);
  text-decoration: none;
  font-weight: 500;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  display: inline-flex;
  box-shadow: 0px 0px 5px rgb(255, 75, 68);
  flex-direction: row-reverse;
  column-gap: 5px;
  background: #00001b;
}

.calendar_link:hover {
  box-shadow: 0px 0px 25px rgb(255, 75, 68);
}

.dropdown-date-menu {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
  padding: 4px 0;
  background-color: #f7f7f7;
  color: rgb(255, 75, 68);
  border-radius: 6px;
  border: 1px solid #e8e8e9;
  font-size: 14px;
  min-width: 100px;
  max-width: 140px;
  width: 100%;
}

.dropdown-date-menu::-webkit-scrollbar {
  width: 8px;
}

.dropdown-date-menu::-webkit-scrollbar-track {
  background: #8c8c8c;
  border-radius: 4px;
}

.dropdown-date-menu::-webkit-scrollbar-thumb {
  background-color: rgb(255, 75, 68);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.dropdown-date-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgb(255, 75, 68);
}
.dropdown-item {
  padding: 6px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  transition: 0.2s;
}

.dropdown-item:hover {
  background-color: #00001b;
  color: #fff;
}

@media (max-width: 1440px) {
  .calendar-team-logo {
    height: 48px;
    width: 48px;
  }
}

@media (max-width: 1200px) {
  .calendar-head,
  .day-empty {
    display: none;
  }

  .calendar-matches {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-template-rows: auto;
    gap: 24px;
    /* background-color: #fff; */
    border: 0;
  }

  .calendar-day {
    background: #f7f7f7;
  }

  .calendar-team-logo {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 928px) {
  .calendar-matches {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .controls-container {
    flex-direction: column;
    align-items: center;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .calendar-matches {
    grid-template-columns: 1fr;
  }
}

.calendar_filter_wrapper {
  padding: 10px;
  /* background-color: #fff; */
  border-radius: 16px;
  border: solid 1px rgb(255, 75, 68);
  margin-bottom: 30px;
}

.calendar_filter_wrap {
  display: flex;
  justify-content: center;
  column-gap: 25px;
}

.section_trophies {
  padding-bottom: 30px;
}
.block_trophies_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(0, 0, 27);
  padding-left: 15px;
  margin-bottom: 30px;
}
.trophies_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}
.trophies_title_accent {
  color: rgb(255, 75, 68);
  margin-left: 5px;
}
.trophies_list {
  display: flex;
  column-gap: 25px;
}
.trophies_item {
  border-style: solid;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgb(165, 165, 165);
  /* width: 25%; */
  transition: ease 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  background: #ffffff;
  overflow: hidden;
}
.trophies_item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
}
.trophies_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(0, 0, 27);
  transition: ease 0.5s;
  row-gap: 10px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  height: 100%;
}
.trophies_link:hover {
  color: rgb(255, 75, 68);
}
.trophies_link_img {
  width: 175px;
}
.block_trophies_link_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.trophies_link_info_title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.trophies_link_info_text {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.section_video_gallery {
  background-image: url("../images/cc8e81f10073b6bf15610f1ba0c37cd2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 90px;
  padding-top: 90px;
}
.video_gallery_container {
  position: absolute;
  left: 0;
  right: 0;
  border-left-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  bottom: 8%;
}
.block_video_gallery_subtitle_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 10px;
  border-left-color: rgb(255, 255, 255);
  padding-left: 20px;
  margin-bottom: 30px;
}
.video_gallery_subtitle {
  font-size: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.video_gallery_title {
  font-size: 50px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  width: 55%;
}
.video_gallery_link {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  flex-direction: row-reverse;
  background: #00001b;
  transition: ease 0.5s;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 27);
  box-shadow: 0px 0px 5px rgb(0, 0, 27);
}
.video_gallery_link:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 27);
  box-shadow: 0px 0px 25px rgb(0, 0, 27);
}
.video_link_img {
  height: 25px;
  width: 25px;
}

.section_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .section_title_wrapper {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section_title_wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .section_title_wrapper {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}

.news_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
}

.news_title {
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 768px) {
  .block_news_title {
    border-left: 6px solid #ffffff;
    padding-left: 10px;
  }

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_news_title {
    border-left: 8px solid #ffffff;
    padding-left: 15px;
  }

  .news_title {
    font-size: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .block_news_title {
    border-left: 10px solid #ffffff;
    padding-left: 20px;
  }

  .news_title {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .section_content {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section_content {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .section_content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.news_list {
  display: flex;
  /* flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
  margin-bottom: 30px; */
}

.news_item {
  border-style: solid;
  border-radius: 16px;
  border-width: 1px;
  overflow: hidden;
  border-color: rgb(165, 165, 165);
  /* width: calc(((100% - 75px) / 4)); */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  transition: ease 0.5s;
}

.news_item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
}

.block_news_link_img {
  /* height: 205px; */
}

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

.block_news_info {
  /* padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px; */
  background: #ffffff;
}

.news_info_title {
  /* font-size: 20px; */
  font-weight: 700;
  color: rgb(0, 0, 27);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.news_info_text {
  /* font-size: 15px; */
  font-weight: 500;
  color: rgb(0, 0, 27);
  /* margin-bottom: 25px; */
}

.news_info_list {
  display: flex;
  column-gap: 15px;
}

.news_info_item {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.news_info_item_img {
  /* width: 20px;
  height: 20px; */
}

.news_info_item_text {
  /* font-size: 15px; */
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}

@media screen and (max-width: 768px) {
  .news_list {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 20px;
  }

  .news_item {
    width: 100%;
  }

  .block_news_link_img {
    height: 250px;
  }

  .block_news_info {
    padding: 10px;
  }

  .news_info_title {
    font-size: 16px;
  }

  .news_info_text {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .news_info_item_img {
    height: 15px;
    width: 15px;
  }

  .news_info_item_text {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news_list {
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 25px;
  }

  .news_item {
    width: calc((100% - 15px) / 2);
  }

  .block_news_link_img {
    height: 275px;
  }

  .block_news_info {
    padding: 15px;
  }

  .news_info_title {
    font-size: 18px;
  }

  .news_info_text {
    font-size: 13px;
    margin-bottom: 20px;
  }

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

  .news_info_item_text {
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .news_list {
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
    margin-bottom: 30px;
  }

  .news_item {
    width: calc((100% - 50px) / 3);
  }

  .block_news_link_img {
    height: 300px;
  }

  .block_news_info {
    padding: 20px;
  }

  .news_info_title {
    font-size: 20px;
  }

  .news_info_text {
    font-size: 15px;
    margin-bottom: 25px;
  }

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

  .news_info_item_text {
    font-size: 15px;
  }
}

/* .block_calendar_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 55px;
  padding-top: 55px;
}
.calendar_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
}
.block_calendar_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 10px;
  border-left-color: rgb(255, 255, 255);
  padding-left: 20px;
}
.calendar_title {
  font-size: 50px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_calendar_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_calendar_list_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.calendar_filter_list {
  display: flex;
  column-gap: 15px;
}
.calendar_filter_item {
}
.calendar_filter_btn {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 75, 68);
  text-transform: uppercase;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border-radius: 16px;
  cursor: pointer;
  transition: ease 0.5s;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 75, 68);
}
.calendar_filter_btn:hover {
  color: rgb(255, 255, 255);
  background: #ff4b44;
}
.block_calendar_date {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.calendar_date_btn {
  background: transparent;
  border-style: solid;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgb(255, 75, 68);
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  filter: contrast(1%);
  transition: ease 0.5s;
  cursor: pointer;
}
.calendar_date_btn:hover {
  filter: contrast(100%);
}
.calendar_date_btn_img {
  height: 25px;
  width: 25px;
}
.team_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
}
.calendar_date_btn_text {
  font-size: 20px;
  font-weight: 500;
  color: rgb(0, 0, 27);
  text-transform: uppercase;
}
.block_calendar_wrap {
  border-radius: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(165, 165, 165);
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}
.block_calendar_week {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #ff4b44;
}
.block_calendar_week_days {
  padding-bottom: 12px;
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.border_right_week {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-right-color: rgb(165, 165, 165);
}
.calendar_week_days {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.block_calendar_mounth {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar_table_border_gray {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-bottom-color: rgb(165, 165, 165);
  border-right-color: rgb(165, 165, 165);
}
.block_calendar_mounth_days {
  padding-bottom: 83%;
}
.block_calendar_mounth_days_wrap {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f1f1f1;
}
.bg_full {
  background: #00001b;
}
.calendar_mounth_days {
  font-size: 18px;
  font-weight: 500;
  color: rgb(0, 0, 27);
}
.color_full {
  color: rgb(255, 255, 255);
}
.block_calendar_meet {
  display: flex;
  align-items: baseline;
  margin-top: 5px;
  column-gap: 10px;
}
.calendar_meet_team_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
  flex: 2 1;
  width: calc((50% - 55px));
  height: 8vh;
}
.calendar_meet_team_link:hover {
  color: rgb(255, 75, 68);
}
.calendar_meet_img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.calendar_meet_name {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.calendar_meet_text {
  font-size: 18px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_calendar_link {
  display: flex;
  position: absolute;
  bottom: 10px;
}
.calendar_link {
  border-style: solid;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgb(255, 75, 68);
  font-size: 12px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  display: inline-flex;
  box-shadow: 0px 0px 5px rgb(255, 75, 68);
  flex-direction: row-reverse;
  column-gap: 5px;
}
.calendar_link:hover {
  box-shadow: 0px 0px 25px rgb(255, 75, 68);
}
.bg_empty {
  background: #e8e8e8;
} */

.block_results_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .block_results_title_wrapper {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_results_title_wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .block_results_title_wrapper {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .block_results_wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_results_wrapper {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .block_results_wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.results_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
}

.block_results_title {
  /* border-style: solid;
  border-left-width: 10px;
  border-left-color: rgb(255, 255, 255);
  padding-left: 20px; */
}

.results_title {
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .block_results_title {
    border-left: 6px solid #ffffff;
    padding-left: 10px;
  }

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_results_title {
    border-left: 8px solid #ffffff;
    padding-left: 15px;
  }

  .results_title {
    font-size: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .block_results_title {
    border-left: 10px solid #ffffff;
    padding-left: 20px;
  }

  .results_title {
    font-size: 50px;
  }
}

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

.results_item {
  /* margin-bottom: 30px; */
  border-radius: 16px;
  overflow: hidden;
  /* width: 100%; */
  display: flex;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(165, 165, 165);
  transition: ease 0.5s;
}

.results_item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
}

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

.block_results_left {
  background: #00001b;
  /* padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 12px; */
  /* width: 10%; */
}

.results_data {
  /* font-size: 20px; */
  font-weight: bold;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.results_data_accent {
  /* font-size: 15px; */
  line-height: 15px;
  text-transform: uppercase;
}

.block_results_right {
  /* padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px; */
  width: 100%;
  background: #ffffff;
}

.block_results_meet {
  display: flex;
  /* align-items: center;
  justify-content: space-between; */
}

.results_meet_link {
  display: flex;
  align-items: center;
  /* font-size: 30px; */
  font-weight: bold;
  color: rgb(0, 0, 27);
  transition: ease 0.5s;
  /* width: 30%; */
  /* justify-content: space-between; */
}

.results_meet_link:hover {
  color: rgb(255, 75, 68);
}

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

.results_meet_score {
  /* font-size: 30px; */
  font-weight: bold;
  color: rgb(0, 0, 27);
  text-transform: uppercase;
}

.results_meet_link_live {
  /* padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px; */
  border-radius: 16px;
  /* font-size: 16px; */
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
  background: #00001b;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 10px;
  box-shadow: 0px 0px 5px rgb(0, 0, 27);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 27);
}

.results_meet_link_live:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 27);
  box-shadow: 0px 0px 25px rgb(0, 0, 27);
  border-style: solid;
  border-width: 1px;
}

.results_meet_link_live_img {
  height: 20px;
  width: 20px;
  display: none;
}

@media screen and (max-width: 768px) {
  .results_list {
    margin-bottom: 20px;
  }

  .results_item {
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }

  .block_results_left {
    background: #00001b;
    padding: 10px 6px;
    width: 100%;
  }

  .results_data {
    font-size: 18px;
  }

  .results_data_accent {
    font-size: 13px;
  }

  .block_results_right {
    padding: 12px;
  }

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

  .results_meet_link {
    flex-direction: column;
    row-gap: 15px;
    font-size: 20px;
  }

  /* .flex_direction_column_reverse {
    flex-direction: column-reverse;
  } */

  .results_meet_link_img {
    height: 60px;
    width: 60px;
  }

  .results_meet_score {
    font-size: 30px;
    text-align: center;
  }

  .results_meet_link_live {
    padding: 8px 16px;
    font-size: 12px;
    /* width: 150px; */
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .results_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 25px;
  }

  .results_item {
    flex-direction: column;
    width: calc((100% - 20px) / 2);
  }

  .block_results_left {
    background: #00001b;
    padding: 12px 8px;
    width: 100%;
  }

  .results_data {
    font-size: 18px;
  }

  .results_data_accent {
    font-size: 13px;
  }

  .block_results_right {
    padding: 12px;
  }

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

  .results_meet_link {
    flex-direction: column;
    row-gap: 15px;
    font-size: 25px;
  }

  /* .flex_direction_column_reverse {
    flex-direction: column-reverse;
  } */

  .results_meet_link_img {
    height: 60px;
    width: 60px;
  }

  .results_meet_score {
    font-size: 30px;
    text-align: center;
  }

  .results_meet_link_live {
    padding: 10px 16px;
    font-size: 14px;
    /* width: 170px; */
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .results_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
    margin-bottom: 30px;
  }

  .results_item {
    width: calc((100% - 25px) / 2);
  }

  .block_results_left {
    background: #00001b;
    padding: 12px 8px;
    width: 10%;
  }

  .results_data {
    font-size: 18px;
  }

  .results_data_accent {
    font-size: 11px;
  }

  .block_results_right {
    padding: 16px;
  }

  .block_results_meet {
    align-items: center;
    justify-content: space-between;

    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center; */
  }

  .results_meet_link {
    font-size: 18px;
    width: 30%;
    justify-content: space-between;
  }

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

  .results_meet_score {
    font-size: 20px;
    text-align: center;
  }

  .results_meet_link_live {
    padding: 4px;
    font-size: 9px;
  }
}

.block_contact_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 55px;
  padding-top: 55px;
}
.contact_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
}
.block_contact_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 10px;
  border-left-color: rgb(255, 255, 255);
  padding-left: 20px;
}
.contact_title {
  font-size: 50px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.block_contact_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}

.block_contact_content {
  display: flex;
  /* justify-content: space-between; */
}

.contact_local_map_link {
  cursor: grab;
  /* width: 50%; */
  border-radius: 16px;
  overflow: hidden;
}

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

.block_contact_info {
  /* width: 50%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px; */
}

.block_contact_info_title {
  /* border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 10px;
  border-left-color: rgb(255, 255, 255);
  padding-left: 20px;
  margin-bottom: 30px; */
}

.contact_info_title {
  color: rgb(255, 75, 68);
  /* font-size: 60px; */
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.contact_info_title_accent {
  color: rgb(255, 255, 255);
  /* font-size: 30px; */
}

.contact_info_list {
  display: flex;
  /* align-items: center;
  column-gap: 25px;
  margin-bottom: 30px; */
}

.contact_info_item_subtitle {
  font-weight: 500;
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}

.contact_info_item_link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
}

.contact_info_item_link:hover {
  border-bottom-color: rgb(255, 255, 255);
}

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

.contact_info_item_link_text {
  /* font-size: 20px; */
  font-weight: bold;
}

.contact_info_socials_list {
  display: flex;
  column-gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}

.contact_info_socials_item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  overflow: hidden;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.contact_info_socials_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgb(255, 255, 255);
  background: #ffffff;
  filter: invert(100%);
  height: 100%;
  width: 100%;
  transition: ease 0.5s;
}

.contact_info_socials_link:hover {
  filter: invert(1%);
}

.contact_info_socials_link_img {
  /* height: 20px;
  width: 20px; */
}

.contact_info_local_list {
  /* align-items: baseline; */
  display: flex;
  /* justify-content: space-between; */
}

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

.contact_info_local_item_title {
  /* font-size: 20px; */
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: rgb(255, 75, 68);
}

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

.contact_info_local_item_link {
  /* font-size: 18px; */
  font-weight: 500;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}

.contact_info_local_item_link:hover {
  color: rgb(255, 75, 68);
}

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

.width_80pr {
  width: 80%;
}

.contact_content_wrapper {
  background: #00001b;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .block_contact_content {
    flex-direction: column;
  }

  .contact_local_map_link {
    height: 250px;
  }

  .block_contact_info {
    width: 100%;
    padding: 20px;
  }

  .block_contact_info_title {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 6px;
    border-left-color: rgb(255, 255, 255);
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .contact_info_title {
    font-size: 20px;
  }

  .contact_info_title_accent {
    color: rgb(255, 255, 255);
    font-size: 15px;
  }

  .contact_info_list {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 15px;
  }

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

  .contact_info_item_link_text {
    font-size: 16px;
  }

  .contact_info_socials_link_img {
    height: 15px;
    width: 15px;
  }

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

  .contact_info_local_item {
    width: 100%;
  }

  .contact_info_local_item_title {
    font-size: 18px;
  }

  .contact_info_item_text {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact_content_wrapper {
  }

  .block_contact_content {
    justify-content: space-between;
  }

  .contact_local_map_link {
    width: 50%;
  }

  .block_contact_info {
    width: 50%;
    padding: 24px;
  }

  .block_contact_info_title {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;

    border-left-width: 8px;
    border-left-color: rgb(255, 255, 255);
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .contact_info_title {
    font-size: 25px;
  }

  .contact_info_list {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 30px;
  }

  .contact_info_item_link_img {
    height: 25px;
    width: 25px;
  }

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

  .contact_info_local_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .contact_info_local_item_title {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .contact_local_map_link {
    width: 50%;
  }

  .block_contact_info {
    width: 50%;
    padding: 24px;
  }

  .block_contact_info_title {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;

    border-left-width: 8px;
    border-left-color: rgb(255, 255, 255);
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .contact_info_title {
    font-size: 25px;
  }

  .contact_info_list {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 30px;
  }

  .contact_info_item_link_img {
    height: 25px;
    width: 25px;
  }

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

  .contact_info_local_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .contact_info_local_item_title {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .block_contact_info {
    padding: 30px;
  }

  .block_contact_info_title {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;

    border-left-width: 10px;
    border-left-color: rgb(255, 255, 255);
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .contact_info_title {
    font-size: 30px;
  }

  .contact_info_list {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 30px;
  }

  .contact_info_item_link_img {
    height: 25px;
    width: 25px;
  }

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

  .contact_info_local_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

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

.block_team_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.block_team_title {
  align-items: center;
  display: flex;
  column-gap: 25px;
}

/*! TEAM */

.team_title_img {
  /* width: 120px; */
}

.team_title {
  /* font-size: 50px; */
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.block_team_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}

.block_team_wrap_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(0, 0, 27);
  padding-left: 15px;
}

.team_wrap_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}

.block_team_history_wrapper {
  background: #00001b;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 16px;
}

.team_position_list {
  display: flex;
  flex-wrap: wrap;
  /* row-gap: 25px;
  column-gap: 25px; */
}

.team_position_item {
  /* width: calc(((100% - 75px) / 4)); */
  border-radius: 16px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(165, 165, 165);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}

.team_position_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}

.team_position_link:hover {
  color: rgb(255, 75, 68);
}
.block_team_position_link_top {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background: #00001b;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.team_position_title {
  /* font-size: 40px; */
  font-weight: bold;
  text-transform: uppercase;
}
.team_position_subtitle {
  /* font-size: 18px; */
  font-weight: bold;
}
.team_position_text {
  /* font-size: 15px; */
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.team_position_text:hover {
  color: rgb(255, 255, 255);
}
.block_team_position_link_bottom {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.block_team_position_link_bottom_img {
  border-radius: 16px;
  overflow: hidden;
}
.team_position_link_bottom_img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .team_title_img {
    width: 80px;
  }

  .team_title {
    font-size: 30px;
  }

  .team_position_list {
    row-gap: 15px;
    column-gap: 15px;
  }

  .team_position_item {
    width: calc((100% - 15px) / 2);
  }

  .team_position_title {
    font-size: 30px;
  }

  .team_position_subtitle {
    font-size: 14px;
  }

  .team_position_text {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .team_title_img {
    width: 100px;
  }

  .team_title {
    font-size: 40px;
  }

  .team_position_list {
    row-gap: 20px;
    column-gap: 20px;
  }

  .team_position_item {
    width: calc((100% - 40px) / 3);
  }

  .team_position_title {
    font-size: 35px;
  }

  .team_position_subtitle {
    font-size: 16px;
  }

  .team_position_text {
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .team_title_img {
    width: 120px;
  }

  .team_title {
    font-size: 50px;
  }

  .team_position_list {
    row-gap: 25px;
    column-gap: 25px;
  }

  .team_position_item {
    width: calc((100% - 75px) / 4);
  }

  .team_position_title {
    font-size: 40px;
  }

  .team_position_subtitle {
    font-size: 18px;
  }

  .team_position_text {
    font-size: 15px;
  }
}

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

.block_team_history_wrap {
  display: flex;
  /* justify-content: space-between; */
}

.block_team_history_wrap_img {
  border-radius: 16px;
  overflow: hidden;
  /* width: 50%; */
}

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

.block_team_history_wrap_info {
  /* padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  width: 50%; */
}

.team_history_wrap_info_text {
  color: rgb(255, 255, 255);
  /* font-size: 18px; */
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .block_team_history_wrap {
    flex-direction: column;
  }

  .block_team_history_wrap_img {
    height: 350px;
  }

  .block_team_history_wrap_info {
    padding: 20px;
    width: 100%;
  }

  .team_history_wrap_info_text {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_team_history_wrap {
    flex-direction: column;
  }

  .block_team_history_wrap_img {
    height: 400px;
  }

  .block_team_history_wrap_info {
    padding: 25px;
    width: 100%;
  }

  .team_history_wrap_info_text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .block_team_history_wrap {
    justify-content: space-between;
  }

  .block_team_history_wrap_img {
    /* height: 450px; */
    width: 50%;
  }

  .block_team_history_wrap_info {
    padding: 30px;
    width: 50%;
  }

  .team_history_wrap_info_text {
    font-size: 18px;
  }

  .cl {
    flex-direction: row-reverse;
  }
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_60 {
  margin-bottom: 60px;
}

.teams_title_img {
  /* width: 300px; */
  filter: invert(100%);
}

@media screen and (max-width: 768px) {
  .teams_title_img {
    width: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .teams_title_img {
    width: 250px;
  }
}

@media screen and (min-width: 1024px) {
  .teams_title_img {
    width: 300px;
  }
}

.teams_list {
  display: flex;
  /* row-gap: 25px;
  column-gap: 25px;
  flex-wrap: wrap; */
}

.teams_item {
  border-style: solid;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgb(165, 165, 165);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  background: #ffffff;
  transition: ease 0.5s;
  overflow: hidden;
  /* width: calc(((100% - 75px) / 4)); */
}

.teams_item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
}

.teams_link_img {
  /* height: 200px;
  width: 200px; */
}

.teams_subtitle {
  border-color: rgba(0, 0, 0, 0);
  /* font-size: 30px; */
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .teams_list {
    flex-direction: column;
    row-gap: 15px;
  }

  .teams_item {
    width: 100%;
  }

  .teams_link_img {
    height: 100px;
    width: 100px;
  }

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .teams_list {
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .teams_link_img {
    height: 150px;
    width: 150px;
  }

  .teams_subtitle {
    font-size: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .teams_list {
    row-gap: 25px;
    column-gap: 25px;
    flex-wrap: wrap;
  }

  .teams_item {
    width: calc((100% - 50px) / 3);
  }

  .teams_link_img {
    height: 200px;
    width: 200px;
  }

  .teams_subtitle {
    font-size: 30px;
  }
}

/*! -----PLAYER----- */

.section_player {
}

.section_title {
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.block_player_bio_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(0, 0, 27);
}

.player_bio_title {
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}

.block_player_bio_wrap {
  background: #00001b;
  border-radius: 16px;
}

.block_player_bio_content {
  display: flex;
  /* justify-content: space-between;
  margin-bottom: 20px; */
}

.block_player_bio_content_img {
  border-radius: 16px;
  overflow: hidden;
}

.player_info_name_title {
  /* font-size: 60px; */
  font-weight: bold;
  color: rgb(255, 75, 68);
  text-transform: uppercase;
  /* border-style: solid;
  border-radius: 2px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-color: rgb(255, 75, 68);
  border-bottom-width: 2px;
  width: 8%; */
}

.player_info_name_subtitle {
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.player_bio_text {
  color: rgb(255, 255, 255);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .player_title_img {
    width: 80px;
  }

  .section_title {
    font-size: 20px;
  }

  .block_player_bio_wrapper {
    margin-bottom: 20px;
  }

  .block_player_bio_title {
    margin-bottom: 20px;
    padding-left: 11px;
  }

  .player_bio_title {
    font-size: 20px;
  }

  .block_player_bio_wrap {
    padding: 20px;
  }

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

  .block_player_bio_content_info {
    width: 100%;
  }

  .block_bio_content_img {
    width: 100%;
    height: 100%;
  }

  .block_player_info_name {
    margin-bottom: 20px;
  }

  .player_info_name_title {
    font-size: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 10px;
  }

  .player_info_name_subtitle {
    font-size: 18px;
  }

  .player_info_text {
    font-size: 14px;
  }

  .player_info_text_accent {
    font-size: 18px;
  }

  .block_player_bio_text {
    margin-top: 20px;
  }
  .player_bio_text {
    font-size: 16px;
  }

  .player_stat_list {
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
    padding: 16px;
  }

  .player_stat_item {
    width: calc((100% - 15px) / 2);
    padding: 0 30px;
  }

  .player_stat_item_text {
    font-size: 20px;
    text-align: center;
  }

  .player_stat_item_text_accent {
    font-size: 11px;
    text-align: center;
  }
  .margin_bottom_10 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .player_title_img {
    width: 100px;
  }

  .section_title {
    font-size: 35px;
  }

  .block_player_bio_wrapper {
    margin-bottom: 25px;
  }

  .block_player_bio_title {
    margin-bottom: 25px;
    padding-left: 13px;
  }

  .player_bio_title {
    font-size: 25px;
  }

  .block_player_bio_wrap {
    padding: 25px;
  }

  .block_player_bio_content {
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px;
  }

  .block_player_bio_content_info {
    width: 50%;
  }

  .block_player_bio_content_img {
    width: 50%;
  }

  .block_player_info_name {
    margin-bottom: 20px;
  }

  .margin_bottom_10 {
    margin-bottom: 20px;
  }

  .player_bio_text {
    font-size: 18px;
  }

  .player_stat_list {
    flex-wrap: nowrap;
    padding: 18px;
  }

  .player_stat_item {
    padding: 0 20px;
  }

  .player_stat_item_text {
    font-size: 18px;
    text-align: center;
  }

  .player_stat_item_text_accent {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .player_title_img {
    width: 120px;
  }

  .section_title {
    font-size: 50px;
  }

  .block_player_bio_wrapper {
    margin-bottom: 30px;
  }

  .block_player_bio_title {
    margin-bottom: 30px;
    padding-left: 15px;
  }

  .player_bio_title {
    font-size: 30px;
  }

  .block_player_bio_wrap {
    padding: 30px;
  }

  .block_player_bio_content {
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px;
  }

  .block_player_bio_content_info {
    width: 50%;
  }

  .block_player_bio_content_img {
    width: 50%;
  }

  .block_player_info_name {
    margin-bottom: 20px;
  }

  .margin_bottom_10 {
    margin-bottom: 20px;
  }

  .player_bio_text {
    font-size: 18px;
  }

  .player_stat_list {
    flex-wrap: nowrap;
    padding: 18px;
  }

  .player_stat_item {
    padding: 0 20px;
  }

  .player_stat_item_text {
    font-size: 25px;
    text-align: center;
  }

  .player_stat_item_text_accent {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .block_player_bio_content {
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px;
  }

  .block_player_bio_content_info {
    width: 50%;
  }

  .player_info_name_title {
    font-size: 35px;
  }

  .block_player_bio_content_img {
    width: 50%;
  }

  .block_player_info_name {
    margin-bottom: 20px;
  }

  .margin_bottom_10 {
    margin-bottom: 20px;
  }

  .player_info_text {
    font-size: 25px;
  }

  .player_bio_text {
    font-size: 18px;
  }

  .player_stat_list {
    flex-wrap: nowrap;
    padding: 18px;
  }

  .player_stat_item {
    padding: 0 50px;
  }

  .player_stat_item_text {
    font-size: 25px;
    text-align: center;
  }

  .player_stat_item_text_accent {
    text-align: center;
  }
}

.block_img_gradient_red {
  background-color: rgba(255, 75, 68, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.margin_top_minus_270px {
  margin-top: -270px;
}
.home_team_statistic_table_link_img {
  height: 25px;
  width: 25px;
  filter: invert(100%);
}
.block_post_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 55px;
  padding-top: 55px;
}
.block_post_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 10px;
  border-left-color: rgb(255, 255, 255);
  padding-left: 20px;
}

.post_title {
  font-size: 50px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

/*! -----POST----- */

.block_post_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}

.post_container {
  display: flex;
  /* column-gap: 45px; */
}

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

.block_post_content_img {
  margin-bottom: 15px;
  border-radius: 16px;
  overflow: hidden;
  /* height: 550px; */
}

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

.post_content_subtitle_text {
  /* font-size: 18px; */
  font-weight: 500;
  font-style: italic;
  color: rgb(0, 0, 27);
}

.post_content_text {
  color: rgb(0, 0, 27);
  /* font-size: 18px; */
  font-weight: 500;
}

.post_content_text_link {
  color: rgb(0, 0, 27);
  font-weight: bold;
}

.post_content_text_link:hover {
  color: rgb(0, 0, 27);
  text-decoration: underline;
}

.post_content_subtitle {
  /* font-size: 30px; */
  font-weight: bold;
  color: rgb(0, 0, 27);
  text-transform: uppercase;
}

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

.block_aside_news_list {
  margin-bottom: 30px;
}

.block_aside_news_list_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(0, 0, 27);
  margin-bottom: 30px;
  padding-left: 15px;
}

.aside_news_list_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}

.aside_news_item {
  margin-bottom: 25px;
  border-style: solid;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgb(165, 165, 165);
  overflow: hidden;
  background: #ffffff;
  border-top-color: rgb(165, 165, 165);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  transition: ease 0.5s;
}

.aside_news_item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
}

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

.aside_news_link {
  display: flex;
  column-gap: 15px;
}

.block_aside_news_link_img {
  height: 100px;
  width: 150px;
  border-radius: 16px;
  overflow: hidden;
}

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

.block_aside_news_info {
  width: 50%;
  padding-bottom: 5px;
  padding-top: 5px;
}

.aside_news_info_date {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 75, 68);
  margin-bottom: 10px;
}

.aside_news_info_title {
  /* font-size: 15px; */
  font-weight: 500;
  color: rgb(0, 0, 27);
  text-transform: uppercase;
}

.block_post_content_info {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(165, 165, 165);
}

.post_content_info_list {
  display: flex;
  column-gap: 25px;
}

.post_content_info_item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

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

.post_content_info_item_text {
  /* font-size: 15px; */
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}

.block_post_socials_list {
  padding-bottom: 15px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(165, 165, 165);
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: flex-end;
}

.post_socials_list_title {
  /* font-size: 15px; */
  font-weight: 500;
  color: rgb(0, 0, 27);
  text-transform: uppercase;
}

.post_socials_list {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.post_socials_item {
  border-color: rgb(165, 165, 165);
}

.post_socials_item:hover {
}

.post_socials_link {
  transition: ease 0.5s;
  filter: contrast(100%);
}

.post_socials_link:hover {
  filter: contrast(75%);
}

.post_socials_link_img {
  /* width: 20px;
  height: 20px; */
}

.block_post_aside_statistic_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(0, 0, 27);
  padding-left: 15px;
  /* margin-bottom: 30px; */
}

.post_aside_statistic_title {
  /* font-size: 30px; */
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}

@media screen and (max-width: 768px) {
  .post_container {
    flex-direction: column;
    row-gap: 15px;
  }

  .block_post_content {
    width: 100%;
  }

  .block_post_content_img {
    height: 350px;
  }

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

  .post_content_info_item_text {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 27);
  }

  .post_content_subtitle_text {
    font-size: 14px;
  }

  .post_content_text {
    font-size: 14px;
  }

  .post_content_subtitle {
    font-size: 20px;
  }

  .margin_bottom_30 {
    margin-bottom: 20px;
  }

  .post_socials_link_img {
    width: 15px;
    height: 15px;
  }

  .post_socials_list_title {
    font-size: 11px;
  }

  .block_post_aside {
    width: 100%;
  }

  .dn {
    display: none;
  }

  .mt {
    margin-top: 15px;
  }

  .block_post_aside_statistic_title {
    margin-bottom: 20px;
  }
  .post_aside_statistic_title {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .post_container {
    flex-direction: column;
    row-gap: 20px;
  }

  .block_post_content {
    width: 100%;
  }

  .block_post_content_img {
    height: 450px;
  }

  .post_content_info_item_img {
    width: 25px;
    height: 25px;
  }

  .post_content_info_item_text {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 27);
  }

  .post_content_subtitle_text {
    font-size: 16px;
  }

  .post_content_text {
    font-size: 16px;
  }

  .post_content_subtitle {
    font-size: 25px;
  }

  .margin_bottom_30 {
    margin-bottom: 25px;
  }

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

  .post_socials_list_title {
    font-size: 13px;
  }

  .block_post_aside {
    width: 100%;
  }

  .dn {
    display: none;
  }

  .mt {
    margin-top: 20px;
  }

  .block_post_aside_statistic_title {
    margin-bottom: 25px;
  }

  .post_aside_statistic_title {
    font-size: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .post_container {
    column-gap: 45px;
  }

  .block_post_content {
    width: 75%;
  }

  .block_post_content_img {
    height: 550px;
  }

  .post_content_info_item_img {
    width: 25px;
    height: 25px;
  }

  .post_content_info_item_text {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 27);
  }

  .post_content_subtitle_text {
    font-size: 18px;
  }

  .post_content_text {
    font-size: 18px;
  }

  .post_content_subtitle {
    font-size: 30px;
  }

  .margin_bottom_30 {
    margin-bottom: 25px;
  }

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

  .post_socials_list_title {
    font-size: 13px;
  }

  .block_post_aside {
    width: 25%;
  }

  .mt {
    margin-top: 20px;
  }

  .block_post_aside_statistic_title {
    margin-bottom: 30px;
  }

  .post_aside_statistic_title {
    font-size: 30px;
  }
}

.display_flex {
  display: flex;
}

/*! -----VIDEO POST----- */

.block_video_post_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}

.video_post_content {
}

.video_post_content_link {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.block_video_post_content_link_img {
  /* height: 600px; */
}

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

.video_post_content_play_icon {
  /* width: 200px; */
  position: absolute;
  top: 50%;
  left: 50%;
  /* height: 200px; */
  transform: translate(-50%, -50%);
}

.block_video_post_aside {
  position: absolute;
  width: 30%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-color: rgba(255, 75, 68, 0.5);
  top: 0;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
}

.video_post_aside_play_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_post_content_text {
  /* font-size: 18px; */
  font-weight: 500;
  color: rgb(0, 0, 27);
  margin-bottom: 15px;
}

.margin_bottom_15 {
  margin-bottom: 15px;
}

.team_video_list {
  display: flex;
  /* column-gap: 25px; */
}

.team_video_item {
  border-radius: 16px;
  overflow: hidden;
}

.block_team_video_link_img {
  /* height: 237px; */
}

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

.team_video_play_icon {
  /* height: 90px;
  width: 90px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .block_video_post_content_link_img {
    height: 400px;
  }

  .video_post_content_play_icon {
    width: 100px;
    height: 100px;
  }

  .dn {
    display: none;
  }

  .video_post_content_text {
    font-size: 14px;
  }

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

  .team_video_item {
    width: 100%;
  }

  .block_team_video_link_img {
    height: 250px;
  }

  .team_video_play_icon {
    height: 100px;
    width: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_video_post_content_link_img {
    height: 450px;
  }

  .video_post_content_play_icon {
    width: 150px;
    height: 150px;
  }

  .dn {
    display: none;
  }

  .video_post_content_text {
    font-size: 16px;
  }

  .team_video_list {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
  }

  .team_video_item {
    width: calc((100% - 20px) / 2);
  }

  .block_team_video_link_img {
    height: 250px;
  }

  .team_video_play_icon {
    height: 100px;
    width: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .block_video_post_content_link_img {
    height: 500px;
  }

  .video_post_content_play_icon {
    width: 150px;
    height: 150px;
  }

  .video_post_content_text {
    font-size: 18px;
  }

  .team_video_list {
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 25px;
  }

  .team_video_item {
    width: calc((100% - 75px) / 4);
  }

  .block_team_video_link_img {
    height: 275px;
  }

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

  .aside_news_info_title {
    font-size: 11px;
  }
}

/* .block_player_bio_wrapper {
  margin-bottom: 30px;
} */
/* .block_player_bio_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(0, 0, 27);
  margin-bottom: 30px;
  padding-left: 15px;
} */
.video_gallery_item_link {
  color: rgb(255, 255, 255);
}
.video_gallery_item_link:hover {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
/* .player_bio_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
} */
/* .block_player_bio_wrap {
  background: #00001b;
  border-radius: 16px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
} */
/* .block_player_bio_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
} */
/* .block_player_bio_content_info {
  width: 59%;
} */
/* .block_player_bio_content_img {
  border-radius: 16px;
  overflow: hidden;
  width: 38%;
  height: 100%;
} */
.player_bio_content_img {
  width: 100%;
}
/* .block_player_info_name {
  margin-bottom: 30px;
} */
/* .player_info_name_title {
  font-size: 60px;
  font-weight: bold;
  color: rgb(255, 75, 68);
  text-transform: uppercase;
  border-style: solid;
  border-radius: 2px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-color: rgb(255, 75, 68);
  border-bottom-width: 2px;
  width: 8%;
} */
/* .player_info_name_title_accent {
  font-size: 30px;
  font-weight: bold;
  color: rgb(255, 75, 68);
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 10px;
} */
/* .player_info_name_subtitle {
  font-size: 25px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
} */
.player_info_text {
  /* font-size: 18px; */
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: flex;
  row-gap: 5px;
  justify-content: space-between;
  align-items: center;
}
.player_info_text_accent {
  /* font-size: 25px; */
  font-weight: bold;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.block_palyer_stat_wrapper {
  margin-bottom: 30px;
}
.block_palyer_stat_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(255, 75, 68);
  margin-bottom: 30px;
  padding-left: 15px;
}
.palyer_stat_title {
  color: rgb(255, 75, 68);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.block_player_stat_wrap {
  border-radius: 16px;
  background: #ff4b44;
}
.player_stat_list {
  display: flex;
  /* justify-content: space-evenly; */
  /* padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px; */
}
.player_stat_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-right: 50px;
  padding-left: 50px; */
}
.player_stat_item_text {
  /* font-size: 30px; */
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.player_stat_item_text_accent {
  /* font-size: 15px; */

  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.border_right_white {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-right-color: rgb(255, 255, 255);
}
.block_player_stat_table {
  background-image: url("../images/aa8d8adb488c06b5cd43cf34011263fd.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.block_player_stat_table_head {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255, 255, 255);
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player_stat_table_head_title {
  font-size: 25px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.player_stat_table_head_subtitle {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.block_player_stat_table_body {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player_stat_table_body_title {
  font-size: 18px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.player_stat_table_body_subtitle {
  font-size: 25px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.popular_video_title_accent {
  margin-left: 5px;
  color: rgb(255, 75, 68);
}
.block_video_gallery_list {
}
.block_video_gallery_title_link_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.block_video_gallery_title_list {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(255, 255, 255);
  padding-left: 15px;
  z-index: 5;
}
.video_gallery_title_list {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.video_gallery_title_list_accent {
  color: rgb(0, 0, 27);
  margin-left: 5px;
}
.block_video_gallery_link {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(242, 242, 242, 0.5);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.video_gallery_title_link_list {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 10px;
  border-style: solid;
  border-radius: 2px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
}
.video_gallery_title_link_list:hover {
  border-bottom-color: rgb(255, 255, 255);
}
.video_gallery_title_link_list_img {
  height: 25px;
  width: 25px;
  filter: invert(100%);
}
.video_gallery_list {
  display: flex;
  column-gap: 25px;
  z-index: 5;
}
.video_gallery_item {
  width: 25%;
}
.block_video_gallery_item_link_img {
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
}
.video_gallery_item_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_gallery_item_play_icon {
  position: absolute;
  left: 38%;
  top: 25%;
  width: 90px;
  height: 90px;
}
.block_video_gallery_item_info {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.video_gallery_item_info_title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.section_home_teams {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_home_teams_title_link {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.block_home_teams_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(0, 0, 27);
  padding-left: 15px;
}
.home_teams_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}
.home_teams_all_link {
  font-size: 18px;
  font-weight: 500;
  color: rgb(0, 0, 27);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 10px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
}
.home_teams_all_link:hover {
  border-bottom-color: rgb(0, 0, 27);
}
.home_teams_all_link_img {
  height: 25px;
  width: 25px;
}
.home_teams_list {
  display: flex;
  column-gap: 25px;
}
.home_teams_item {
  border-style: solid;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgb(165, 165, 165);
  width: 25%;
  transition: ease 0.5s;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}
.home_teams_item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
}
.home_teams_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
  row-gap: 10px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  color: rgb(0, 0, 27);
  height: 100%;
}
.home_teams_link:hover {
  color: rgb(255, 75, 68);
}
.home_teams_link_img {
  width: 200px;
  height: 200px;
}
.home_teams_subtitle {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.block_footer_bottom_content {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.footer_bottom_text {
  font-size: 15px;
  font-weight: 500;
  color: rgba(242, 242, 242, 0.5);
}
.footer_bottom_link_list {
  display: flex;
  column-gap: 10px;
}
.footer_bottom_link {
  font-size: 15px;
  font-weight: 500;
  color: rgba(242, 242, 242, 0.5);
  border-style: solid;
  border-radius: 2px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.footer_bottom_link:hover {
  color: rgba(242, 242, 242, 0.5);
  border-bottom-color: rgba(242, 242, 242, 0.5);
}
.header_menu_link_active {
  border-bottom-color: rgb(255, 75, 68);
  color: rgb(255, 75, 68);
}
.block_pagination {
  align-items: center;
  display: flex;
  column-gap: 15px;
  justify-content: center;
}
.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-radius: 16px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  transition: ease 0.5s;
  color: rgb(255, 75, 68);
  border-color: rgb(255, 75, 68);
}
.pagination_link:hover {
  background: #ff4b44;
  color: rgb(255, 255, 255);
}
.pagination_link_active {
  color: rgb(255, 255, 255);
  background: #ff4b44;
}
.pagination_btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
.pagination_btn_img {
  height: 30px;
  width: 30px;
  filter: contrast(1%);
  transition: ease 0.5s;
}
.pagination_btn_img:hover {
  filter: contrast(100%);
}
.rotate_deg_180 {
  rotate: 180deg;
}
.calendar_filter_btn_active {
  background: #ff4b44;
  color: rgb(255, 255, 255);
}
.calendar_link_img {
  height: 20px;
  width: 20px;
}
.color_empty {
  color: rgb(165, 165, 165);
}
.league_table_title_link {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
}
.league_table_title_link:hover {
  border-bottom-color: rgb(255, 255, 255);
}
.league_table_title_link_img {
  height: 25px;
  width: 25px;
  filter: invert(100%);
}
.team_wrap_title_accent {
  margin-left: 5px;
  color: rgb(255, 75, 68);
}
.block_team_wrap_title_link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.team_wrap_title_link {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
  align-items: center;
  display: inline-flex;
  flex-direction: row-reverse;
  column-gap: 10px;
  border-style: solid;
  border-radius: 2px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
}
.team_wrap_title_link:hover {
  border-bottom-color: rgb(0, 0, 27);
}
.team_wrap_title_link_img {
  height: 25px;
  width: 25px;
}
.block_teams_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  padding-top: 40px;
}
.teams_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
}
.block_teams_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}
.teams_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
  row-gap: 10px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  color: rgb(0, 0, 27);
  height: 100%;
}
.teams_link:hover {
  color: rgb(255, 75, 68);
}
.block_player_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 20px;
}
.player_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
}
.block_player_title {
  align-items: center;
  display: flex;
  column-gap: 25px;
}

.player_title {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.block_player_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}
.post_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
}

.block_post_aside_statistic_table {
  border-radius: 16px;
  border-style: solid;
  overflow: hidden;
  border-width: 1px;
  border-color: rgb(165, 165, 165);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}
.block_post_aside_statistic_table_subtitle_link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: #00001b;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.post_aside_statistic_table_subtitle {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.post_aside_statistic_table_link {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  column-gap: 5px;
  justify-content: center;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 2px;
  border-radius: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.post_aside_statistic_table_link:hover {
  border-bottom-color: rgb(255, 255, 255);
}
.post_aside_statistic_table_link_img {
  filter: invert(100%);
  height: 20px;
  width: 20px;
}
.post_aside_statistic_table {
  width: 100%;
}
.post_aside_statistic_table_head_point {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.post_aside_statistic_table_head_point_text {
  font-size: 15px;
  font-weight: 500;
  color: rgb(165, 165, 165);
}
.post_aside_statistic_table_body_point {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.post_aside_statistic_table_body_point_text {
  font-size: 15px;
  font-weight: bold;
  color: rgb(0, 0, 27);
}
.post_aside_statistic_table_info_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  transition: ease 0.5s;
  color: rgb(0, 0, 27);
}
.post_aside_statistic_table_info_link:hover {
  color: rgb(255, 75, 68);
}
.post_aside_statistic_table_info_link_img {
  height: 20px;
  width: 20px;
}
.post_aside_statistic_table_info_link_text {
  font-size: 12px;
  font-weight: bold;
}
.section_video_post {
}
.block_video_post_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 55px;
  padding-top: 55px;
}
.video_post_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
}
.block_video_post_title {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 10px;
  padding-left: 20px;
  border-left-color: rgb(255, 255, 255);
}
.video_post_title {
  font-size: 50px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.block_history_title_wrapper {
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.history_title_img {
  filter: invert(100%);
  width: 300px;
}
.history_title_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
}
.block_history_wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}
.border_radius_16 {
  border-radius: 16px;
}
.justify_content_space_evenly {
  justify-content: space-evenly;
}
.align_items_center {
  align-items: center;
}
.block_img_gradient_page_title {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 27, 0.5);
  top: 0;
}
.border_bottom_white {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255, 255, 255);
}
.block_player_bio_text {
}
