.team_players_list {
  /* display: flex;
  row-gap: 25px;
  column-gap: 25px;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: 1fr; */
  /* gap: 15px; */
  gap: 16px;
}

.team_players_item {
  /* width: calc(calc((100% - 75px) / 4)); */
}

.block_team_players_link_img {
  height: auto;
  scale: 1;
  transition: scale 1s;
  height: auto;
}

.block_team_players_link_img:hover {
  scale: 1.1;
}

.block_team_players_info {
  /* padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px; */
  padding: 16px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-left-color: rgb(232, 232, 232);
  border-bottom-color: rgb(232, 232, 232);
  border-right-color: rgb(232, 232, 232);
}

.team_players_info_title {
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.block_team_players_info_subtitle {
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-top-color: rgb(232, 232, 232);
  border-bottom-color: rgb(232, 232, 232);
  /* padding-bottom: 10px; */
  padding-bottom: 8px;
  /* padding-top: 10px; */
  padding-top: 8px;
}

.team_players_info_subtitel {
  /* font-size: 13px; */
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgb(140, 140, 140);
  text-transform: uppercase;
}

.team_players_info_list {
  align-items: center;
  display: flex;
  /* column-gap: 25px; */
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.team_players_info_item {
}

.team_players_info_item_text {
  align-items: center;
  display: flex;
  flex-direction: column;
  /* font-size: 16px; */
  font-size: 12px;
  font-weight: 700;
  color: rgb(138, 138, 138);
}

.team_players_info_item_text_accent {
  font-weight: 400;
}

.team_players_info_item_after::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background: #e8e8e8;
  height: 100%;
  width: 1px;
}

@media screen and (min-width: 576px) {
  .team_players_list {
    /* gap: 20px; */
  }
}

@media screen and (min-width: 768px) {
  .team_players_list {
    grid-template-columns: repeat(3, 1fr);
  }

  .block_team_players_info {
    /* padding: 18px; */
    padding: 16px;
  }

  .team_players_info_title {
    font-size: 18px;
  }

  .team_players_info_item_text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .team_players_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .team_players_list {
    /* gap: 25px; */
    gap: 24px;
  }

  .block_team_players_info {
    /* padding: 20px; */
    padding: 24px;
  }

  .team_players_info_title {
    font-size: 20px;
  }

  .team_players_info_subtitel {
    font-size: 13px;
  }

  .team_players_info_item_text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .team_players_list {
    grid-template-columns: repeat(4, 1fr);
  }

  .block_team_players_info {
    padding: 24px;
  }
}

.block_team_history_wrapper {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  grid-template-columns: 1;
  gap: 16px;
}

.block_team_history_wrap {
  /* width: 49%; */
  width: 100%;
}

.team_history_title {
  color: rgb(13, 13, 13);
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.team_history_text {
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 400;
  color: rgb(138, 138, 138);
}

.team_history_img {
  height: auto;
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
  .team_history_title {
    color: rgb(13, 13, 13);

    font-size: 18px;
  }

  .team_history_text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .block_team_history_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .team_history_title {
    color: rgb(13, 13, 13);

    font-size: 20px;
  }

  .team_history_text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
}

.block_team_stats_table {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 232, 233);

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.block_team_stats_table::-webkit-scrollbar {
  height: 4px;
}

.block_team_stats_table::-webkit-scrollbar-thumb {
  background-color: #fb4c35;
}

.block_team_stats_table::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.team_stats_table {
  width: 100%;
  table-layout: fixed;
}

.team_stats_table_head_line {
}

.team_stats_table_head_point {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}

.team_stats_table_head_point_text {
  /* font-size: 12px; */
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team_stats_table_body_line {
  transition: ease 0.5s;
}

.team_stats_table_body_line:hover {
  background: #fcb900;
}

.team_stats_table_body_point {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}

.team_stats_table_body_point_text {
  /* font-size: 12px; */
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(140, 140, 140);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team_stats_table td:first-child,
.team_stats_table td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  /* width: 225px; */
  width: 65px;
}

@media (max-width: 1023px) {
  .team_stats_table {
    width: 1000px;
  }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
  .team_stats_table_head_point_text {
    font-size: 12px;
  }

  .team_stats_table_body_point_text {
    font-size: 12px;
  }
}

.awards_list {
  display: flex;
  column-gap: 25px;
}

.awards_item {
  /* width: 25%; */
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 232, 232);
  background-image: url("../images/d2c0016e6fc460ff04322a62d4b1e011.png");
  background-position: center;
  background: #ffffff;
}

.awards_link {
  height: 100%;
  /* padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px; */
  padding: 8px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, orange, #fe5900);
  background-size: 0% 1%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  transition: 0.3s all ease;
  color: rgb(13, 13, 13);
}

.awards_link:hover {
  color: rgb(254, 89, 0);
  background-size: 100% 1%;
}

.block_awards_link_img {
  z-index: 2;
}

.margin_top_75 {
  margin-top: 75px;
}

.awards_link_img {
  /* width: 275px; */
  width: 200px;
}

.block_awards_info {
  position: absolute;
  top: 0;
  left: 0;
}

.awards_info_subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgb(140, 140, 140);
  text-transform: uppercase;
}

.awards_info_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.block_awards_number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -10px;
}

.awards_number {
  /* font-size: 200px; */
  font-size: 150px;
  font-weight: 700;
  letter-spacing: 5px;
  color: rgb(232, 232, 233);
}

@media screen and (min-width: 768px) {
  .block_awards_number {
    left: -35px;
  }

  .awards_number {
    font-size: 200px;
    letter-spacing: 5px;
  }
}
