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

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

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

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

body.lock {
  overflow: hidden;
}

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

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

.overflow_hidden {
  overflow: hidden;
}

.position_relative {
  position: relative;
}

.object_fit_contain {
  object-fit: contain;
}

/*! -----header section start----- */

.header {
  background: #0d0d0d;
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 8px 0;
}

.header_logo_link {
  display: flex;
  width: 55px;
}

.menu_btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.menu_btn .close_menu {
  display: none;
}

.menu_btn.active .open_menu {
  display: none;
}

.menu_btn.active .close_menu {
  display: block;
}

.header_menu_list {
  text-align: center;
  height: 0;
  width: 100%;
  position: fixed;
  top: 65px;
  left: 0;
  padding: 0 16px;
  overflow: hidden;
  background: #0d0d0d;
  transition: ease 0.5s;
}

.header_menu_list.active {
  height: calc(100vh - 65px);
  overflow-y: auto;
}

.header_menu_link {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: inline-flex;
  transition: ease 0.5s;
  padding: 8px;
}

.header_menu_link:hover {
  background: #353535;
}

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

  .header_logo_link {
    width: 65px;
  }

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

  .menu_btn {
    display: none;
  }

  .header_menu_list {
    display: flex;
    align-items: center;
    overflow: visible;
    position: static;
    height: auto;
    width: auto;
    padding: 0;
  }

  .header_menu_list.active {
    height: auto;
  }

  .header_menu_item:first-child a {
    border-left: 1px solid rgb(51, 51, 51);
  }

  .header_menu_link {
    font-size: 12px;
    border-right: 1px solid rgb(51, 51, 51);
  }
}

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

  .header_menu_link {
    padding: 16px;
    font-size: 14px;
  }
}

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

/*! -----header section end----- */

.main {
  flex-grow: 1;
}

/*! -----SECTION FILTER----- */

.section_filter_wrapper {
  background: #ffffff;
  /* padding: 5px 0; */
  padding: 8px 0;
}

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

.section_filter_link {
  font-size: 12px;
  font-weight: 600;
  transition: ease 0.5s;
  color: rgb(13, 13, 13);
  display: inline-flex;
  position: relative;
}

.section_filter_link:hover {
  color: #fb4c35;
}

.section_filter_link::after {
  content: "\203A";
  display: inline-block;
  font-size: 15px;
  color: rgb(13, 13, 13);
  /* margin: 0 10px; */
  margin: 0 16px;
  line-height: 1;
  vertical-align: middle;
}

.section_filter_text {
  color: rgb(158, 156, 156);
  font-size: 12px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .section_filter_wrapper {
    /* padding: 10px 0; */
    padding: 16px 0;
  }

  .section_filter_link {
    font-size: 15px;
  }

  .section_filter_link::after {
    font-size: 20px;
  }

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

/*! ------SECTION TITLE----- */

.section_content {
  /* padding: 15px 0; */
  padding: 16px 0;
}

.section_title_wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  /* margin-bottom: 15px; */
  margin-bottom: 16px;
}

.section_title_wrap {
  /* padding: 5px 10px; */
  padding: 8px 16px;
  background: #fb4c35;
}

.section_title {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.indicator_wrap {
  background-image: url("/images/b4aa251875be28ed549fecb14cc6bdaa.png");
  background-repeat: repeat;
  display: inline-block;
  height: 100%;
}

@media screen and (min-width: 576px) {
  /* .section_content {
    padding: 20px 0;
  } */

  /* .section_title_wrapper {
    margin-bottom: 20px;
  } */
}

@media screen and (min-width: 768px) {
  .section_title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .section_content {
    /* padding: 25px 0; */
    padding: 24px 0;
  }

  .section_title_wrapper {
    /* margin-bottom: 25px; */
    margin-bottom: 24px;
  }

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

@media screen and (min-width: 1200px) {
  .section_content {
    /* padding: 30px 0; */
    padding: 32px 0;
  }

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

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

/*! -----BOTTOM MARGIN----- */

.bottom_margin {
  /* margin-bottom: 15px; */
  margin-bottom: 16px;
}

@media screen and (min-width: 576px) {
  /* .bottom_margin {
    margin-bottom: 20px;
  } */
}

@media screen and (min-width: 1024px) {
  .bottom_margin {
    /* margin-bottom: 25px; */
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bottom_margin {
    /* margin-bottom: 30px; */
    margin-bottom: 32px;
  }
}

/*! -----BOTTOM MARGIN TEXT----- */

.bottom_margin_text {
  /* margin-bottom: 5px; */
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  /* .bottom_margin_text {
    margin-bottom: 10px;
  } */
}

@media screen and (min-width: 1200px) {
  .bottom_margin_text {
    /* margin-bottom: 15px; */
    margin-bottom: 16px;
  }
}

/*! -----footer section start----- */

.footer_top_wrapper {
  background-image: url("/images/de9daef7e93eeda3b9c1c472f26817a5.jpg");
  /* padding: 15px 0; */
  padding: 16px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_top_container {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 15px; */
  gap: 16px;
}

.footer_logo_link {
  width: 70px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.footer_top_text {
  font-size: 11px;
  font-weight: 400;
  color: rgb(108, 107, 107);
  text-align: center;
}

.footer_top_title {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-align: center;
  /* margin-bottom: 15px; */
  margin-bottom: 16px;
}

.footer_top_news_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.footer_top_news_item {
  padding-bottom: 8px;
  border-bottom: 1px solid #313131;
}

.footer_top_news_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.footer_top_news_link {
  display: flex;
  /* gap: 15px; */
  gap: 16px;
  color: #ffffff;
  transition: ease 0.5s;
}

.footer_top_news_link:hover {
  color: #fb4c35;
}

.footer_top_news_link_img_wrap {
  height: 50px;
  width: 70px;
  object-fit: cover;
}

.footer_top_news_info_wrap {
  width: 50%;
}

.footer_top_news_info_title {
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.footer_top_menu_item {
  /* margin-bottom: 10px; */
  margin-bottom: 8px;
}

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

.footer_top_menu_link {
  font-size: 12px;
  font-weight: 500;
  color: rgb(164, 163, 163);
  transition: ease 0.5s;
  display: flex;
  justify-content: center;
}

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

.footer_top_address_item {
  /* margin-bottom: 10px; */
  margin-bottom: 8px;
}

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

.footer_top_address_link {
  color: rgb(164, 163, 163);
  transition: ease 0.5s;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

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

.footer_bottom_wrapper {
  background: #e6e7e8;
  /* padding: 15px 0; */
  padding: 16px 0;
}

.footer_bottom_container {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 15px; */
  gap: 16px;
}

.socials_list_footer_position {
  margin: 0 auto;
}

.footer_bottom_text {
  font-size: 11px;
  font-weight: 400;
  color: rgb(33, 33, 33);
  text-align: center;
}

.footer_bottom_text_link {
  color: rgb(18, 18, 18);
  font-size: 11px;
  font-weight: 600;
  transition: ease 0.5s;
}

.footer_bottom_text_link:hover {
  color: rgb(251, 76, 53);
}

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

.footer_bottom_link {
  transition: ease 0.5s;
  font-size: 9px;
  font-weight: 600;
  color: rgb(18, 18, 18);
  display: flex;
  justify-content: center;
}

.footer_bottom_link:hover {
  color: rgb(251, 76, 53);
}

@media screen and (min-width: 576px) {
  .footer_top_wrapper {
    /* padding: 20px 0; */
  }

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

  .footer_bottom_wrapper {
    /* padding: 20px 0; */
  }
}

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

  .footer_top_wrap {
    /* padding-left: 25px;
    padding-right: 25px; */
    padding: 0 24px;
  }

  .footer_top_text {
    font-size: 13px;
  }

  .footer_top_title {
    font-size: 18px;
    /* margin-bottom: 20px; */
    text-align: left;
  }

  .footer_top_menu_list {
    grid-template-columns: repeat(4, 1fr);
    /* gap: 10px; */
    gap: 8px;
  }

  .footer_top_menu_link {
    justify-content: flex-start;
  }

  .footer_top_address_link {
    justify-content: flex-start;
  }

  .footer_bottom_container {
    /* gap: 20px; */
  }

  .footer_bottom_text {
    font-size: 13px;
  }

  .footer_bottom_text_link {
    font-size: 15px;
  }

  .footer_bottom_link {
    font-size: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_top_wrapper {
    /* padding: 25px 0; */
    padding: 24px 0;
  }

  .footer_logo_link {
    width: 80px;
  }

  .footer_bottom_wrapper {
    padding: 0;
  }

  .footer_bottom_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .socials_list_footer_position {
    margin: 0;
  }

  .footer_bottom_list {
    align-items: center;
  }
}

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

  .footer_top_wrapper {
    /* padding: 30px 0; */
    padding: 32px 0;
  }

  .footer_logo_link {
    width: 90px;
  }

  .footer_top_news_link_img_wrap {
    height: 70px;
    width: 90px;
  }

  .footer_top_news_info_title {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }

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

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

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

  .footer_top_title {
    font-size: 20px;
    /* margin-bottom: 30px; */
    margin-bottom: 32px;
  }

  .footer_top_menu_link {
    font-size: 15px;
  }

  .footer_top_address_link {
    font-size: 14px;
  }

  .footer_bottom_text {
    font-size: 15px;
  }

  .footer_bottom_text_link {
    font-size: 15px;
  }

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

/*! -----footer section end----- */

.margin_bottom_30 {
  margin-bottom: 30px;
}

.content_link {
  color: rgb(18, 18, 18);
  transition: ease 0.5s;
}
.content_link:hover {
  color: rgb(251, 76, 53);
}
.height_275 {
  height: 275px;
}
.width_100 {
  width: 100px;
}
.block_img_gradient_hover {
  transition: ease 1s;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.35);
}
.block_img_gradient_hover:hover {
  background-color: rgba(34, 34, 34, 0.5);
}

.header_menu_link_active {
  background: #fb4c35;
}
.header_menu_link_active:hover {
  background: #fb4c35;
}
.text_transform_uppercase {
  text-transform: uppercase;
}

/* .league_table_head_point {
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
} */

.text_align_center {
  text-align: center;
}

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

.bg_color_green {
  background: #00d084;
}
.bg_color_red {
  background: #cf2e2e;
}
.bg_color_gray {
  background: #abb8c3;
}

.events_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.events_item {
  display: flex;
  width: calc(((100% - 25px) / 2));
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 184, 195);
}
.block_events_left {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  width: 10%;
  background: #0d0d0d;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53);
}
.events_date {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.events_date_accent {
  font-size: 15px;
  text-transform: uppercase;
}
.block_events_right {
  background: #ffffff;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  width: 100%;
}
.block_events_meet {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.events_meet_link {
  align-items: center;
  display: flex;
  transition: ease 0.5s;
  text-transform: uppercase;
  column-gap: 10px;
  color: rgb(18, 18, 18);
  width: 20%;
}
.events_meet_link:hover {
  color: rgb(251, 76, 53);
}
.events_meet_link_img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.events_meet_link_title {
  font-size: 25px;
  font-weight: 600;
}
.events_meet_score {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.events_meet_link_live {
  background: #fb4c35;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.events_meet_link_live:hover {
  background: #121212;
}
.flex_direction_row_reverse {
  flex-direction: row-reverse;
}

.border_bottom_gray {
  border-bottom: 1px solid rgb(230, 231, 232);
}

/*! -----pagination section start----- */

.block_pagination {
  align-items: center;
  display: flex;
  /* column-gap: 15px; */
  column-gap: 8px;
}

.pagination_link_list {
  display: flex;
  /* column-gap: 15px; */
  column-gap: 8px;
}

.pagination_link {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background: #0d0d0d;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.5s;
}

.pagination_link:hover {
  background: #fb4c35;
}

.pagination_link_active {
  background: #fb4c35;
}

.pagination_link_active:hover {
  background: #fb4c35;
}

.pagination_btn_list {
  display: flex;
  /* column-gap: 15px; */
  column-gap: 8px;
}

.pagination_btn {
  cursor: pointer;
  align-items: center;
  background: #0d0d0d;
  display: flex;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: ease 0.5s;
  border: none;
}

.pagination_btn:hover {
  background: #fb4c35;
}

.pagination_btn_img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .block_pagination {
    column-gap: 16px;
  }

  .pagination_link_list {
    column-gap: 16px;
  }

  .pagination_btn_list {
    column-gap: 16px;
  }
}

/*! -----pagination section end----- */

.block_calendar_filter {
  align-items: center;
  display: flex;
  column-gap: 15px;
  justify-content: flex-end;
}
.filter_btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  background: #ffffff;
  justify-content: center;
  width: 35px;
  transition: ease 0.5s;
  border: none;
  height: 35px;
}
.filter_btn:hover {
  opacity: 0.7;
}
.filter_btn_img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.filter_btn_img:hover {
}
.rotate_deg_180 {
  rotate: 180deg;
}
.calendar_filter_value {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.block_calendar_wrapper {
  width: 100%;
}
.block_calendar_week {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.block_calendar_week_days {
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d0d0d;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53);
  border-right-width: 0;
}
.calendar_week_days {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_calendar_mounth_days_content {
  border-right-color: rgba(0, 0, 0, 0);
  padding-bottom: 3px;
  padding-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  align-items: center;
}
.block_calendar_mounth {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.block_calendar_mounth_days {
  padding-bottom: 70%;
}
.calendar_mounth_days {
  font-size: 20px;
  font-weight: 500;
  color: rgb(18, 18, 18);
}
.block_calendar_team_meet_info {
  height: 100%;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  row-gap: 15px;
  justify-content: flex-end;
}
.z_index_4 {
  z-index: 4;
}
.block_calendar_team_meet {
  align-items: baseline;
  display: flex;
  column-gap: 20px;
}
.calendar_team_meet_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
  flex: 1 1 auto;
  row-gap: 5px;
  text-align: center;
  width: 25%;
  color: rgb(18, 18, 18);
}
.calendar_team_meet_link:hover {
  color: rgb(251, 76, 53);
}
.calendar_team_meet_link_img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.calendar_team_meet_link_title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.calendar_team_meet_text {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(18, 18, 18);
}
.block_calendar_link {
  display: flex;
}
.calendar_link {
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  background: #fb4c35;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: ease 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.calendar_link:hover {
  background: #121212;
}

.bg_color_white {
  background: #ffffff;
}

.play_icon_mini {
  border-left-color: rgba(0, 0, 0, 0);
  height: 20px;
  max-height: 20px;
  object-fit: contain;
}

.font_weight_bold {
  font-weight: bold;
}

.padding_top_0 {
  padding-top: 0;
}

.bg_color_dark {
  background: #0d0d0d;
}

.block_img_gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.35);
}

.width_30pr {
  width: 30%;
}

.width_70pr {
  width: 70%;
}

.section_team {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section_hero {
  padding-top: 30px;
}

.block_hero_news_wrap {
}
.hero_news_list {
}

.height_400 {
  height: 450px;
}
.overflow_hidden {
  overflow: hidden;
}

/* .block_hero_news_info:hover {
  bottom: 0;
} */

.margin_bottom_15 {
  margin-bottom: 15px;
}
.color_white {
  color: rgb(255, 255, 255);
}
.color_white:hover {
  color: rgb(255, 255, 255);
}
.margin_bottom_25 {
  margin-bottom: 25px;
}

.height_295 {
  height: 295px;
}
.width_50pr {
  width: 50%;
}
.height_229 {
  height: 229px;
}

.height_500 {
  height: 500px;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}

.height_104 {
  height: 104px;
}
.width_150 {
  width: 150px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.border_right_gray {
  border-right: 1px solid rgb(230, 231, 232);
}

.height_70 {
  height: 70px;
}

.border_bottom_right_gray {
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: rgb(230, 231, 232);
  border-bottom-color: rgb(230, 231, 232);
}
.border_left_gray {
  border-style: solid;
  border-left-width: 1px;
  border-left-color: rgb(230, 231, 232);
}
.border_top_gray {
  border-style: solid;
  border-top-color: rgb(230, 231, 232);
  border-top-width: 1px;
}

.height_550 {
  height: 550px;
}

.font_size_25 {
  font-size: 25px;
}
.bg_color_black {
  background: #0d0d0d;
}

.height_450 {
  height: 450px;
}

.height_190 {
  height: 190px;
}

.padding_12 {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.font_size_14 {
  font-size: 14px;
}

.display_flex {
  display: flex;
}
.align_items_center {
  align-items: center;
}
.section_title_img {
  height: 55px;
  width: 55px;
  object-fit: contain;
}

.block_team_info_wrap {
}

.padding_bottom_10 {
  padding-bottom: 10px;
}
.team_info_item_link {
  color: rgb(18, 18, 18);
  transition: ease 0.5s;
  font-size: 20px;
  font-weight: 600;
}
.team_info_item_link:hover {
  color: rgb(251, 76, 53);
}

.league_table_body_line_active {
  background: #e6e7e8;
}
.team_name_link_active {
  color: rgb(251, 76, 53);
}
.awards_list {
  align-items: center;
  display: flex;
  /* column-gap: 25px; */
  column-gap: 24px;
}
.awards_item {
  /* width: 25%; */
  background: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 184, 195);
}
.awards_link {
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  /* row-gap: 10px; */
  row-gap: 8px;
  align-items: center;
  color: rgb(18, 18, 18);
  transition: ease 0.5s;
}
.awards_link:hover {
  color: rgb(251, 76, 53);
}
.awards_link_img {
  /* width: 250px; */
  width: 200px;
}
.block_awards_info {
  display: flex;
  flex-direction: column;
  /* row-gap: 10px; */
  row-gap: 8px;
  align-items: center;
}
.awards_info_title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.awards_info_subtitle {
  font-size: 15px;
  font-weight: 500;
  color: rgb(134, 133, 133);
}

.border_light_gray {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 184, 195);
}

.position_absolute {
  position: absolute;
}
.bottom_0 {
  bottom: 0;
}
.width_65pr {
  width: 65%;
}
.border_none {
  border: none;
}
.news_info_link {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  column-gap: 10px;
  transition: ease 0.5s;
  filter: invert(0%);
}
.news_info_link:hover {
  filter: invert(100%);
}
.news_info_link_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.news_info_link_subtitle {
  font-size: 15px;
  font-weight: 400;
}

.height_600 {
  height: 600px;
}

/* .height_130 {
  height: 130px;
} */
.play_icon_small {
  height: 40px;
  width: 40px;
  object-fit: contain;
  position: absolute;
  bottom: 2%;
  right: 2%;
}

.padiing_top_0 {
  padding-top: 0;
}
.padding_left_0 {
  padding-left: 0;
}

.width_100pr {
  width: 100%;
}

.width_90 {
  width: 90px;
}
.font_size_12 {
  font-size: 12px;
}

.section_title_pagination_list {
  align-items: center;
  display: flex;
}
.width_height_50 {
  height: 50px;
  width: 50px;
}

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

/*! -----SOCIALS LIST----- */

.socials_list {
  display: flex;
}

.socials_link {
  /* height: 40px;
  width: 40px; */
  height: 25px;
  width: 25px;
  background: #fb4c35;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: ease 0.5s;
}

.socials_link.facebook:hover {
  background: #3b5998;
}

.socials_link.twitter:hover {
  background: #1dcaff;
}

.socials_link.linkedin:hover {
  background: #007bb5;
}

.socials_link.instagram:hover {
  background: #517fa6;
}

.socials_link_img {
  /* height: 15px;
  width: 15px;  */
  height: 10px;
  width: 10px;
  object-fit: contain;
}

.socials_link:hover .socials_link_img {
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}

@media screen and (min-width: 768px) {
  .socials_link {
    height: 35px;
    width: 35px;
  }

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

@media screen and (min-width: 1200px) {
  .socials_link {
    height: 40px;
    width: 40px;
  }
}

.width_85pr {
  width: 85%;
}
.footer_top_news_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.footer_top_news_link:hover {
  color: rgb(251, 76, 53);
}

.margin_left_12 {
  margin-left: 12px;
}
