.team_position_list {
  /* display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 15px; */
  gap: 16px;
}

.team_position_item {
  /* width: calc(calc((100% - 50px) / 3)); */
}

.block_team_position_info {
  background: #ffffff;
  /* padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px; */
  padding: 16px;
}

.block_team_position_info_name_number {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.team_position_info_subtitle {
  font-size: 16px;
  /* font-size: 20px; */
  font-weight: 500;
  color: rgb(134, 133, 133);
}

.team_position_info_title {
  font-size: 20px;
  /* font-size: 30px; */
  font-weight: 600;
}

.team_position_info_number {
  font-size: 30px;
  /* font-size: 50px; */
  font-weight: 600;
  color: rgb(18, 18, 18);
}

.block_team_position_info_country {
  align-items: center;
  display: flex;
  /* column-gap: 10px; */
  column-gap: 8px;
}

.team_position_info_country_img {
  /* height: 25px;
  width: 25px; */
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.team_position_info_country_text {
  color: rgb(134, 133, 133);
  font-size: 11px;
  /* font-size: 15px; */
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  .team_position_list {
    /* gap: 20px; */
  }

  .block_team_position_info {
    /* padding: 18px; */
    padding: 16px;
  }

  .team_position_info_subtitle {
    font-size: 18px;
  }

  .team_position_info_title {
    font-size: 25px;
  }

  .team_position_info_number {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .team_position_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .team_position_list {
    /* gap: 25px; */
    gap: 24px;
  }

  .block_team_position_info {
    /* padding: 20px; */
  }

  .team_position_info_subtitle {
    font-size: 20px;
  }

  .team_position_info_title {
    font-size: 30px;
  }

  .team_position_info_number {
    font-size: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .team_position_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  .team_position_info_country_img {
    height: 25px;
    width: 25px;
  }
}

.block_team_info_wrapper {
  display: grid;
  /* grid-template-columns: 50% 1fr; */
  grid-template-columns: 1fr;
}

.team_history_text {
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 400;
  color: rgb(108, 107, 107);
}

.team_history_img {
  height: auto;
  grid-row: 1;
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
  .team_history_text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .block_team_info_wrapper {
    grid-template-columns: 50% 1fr;
  }

  .team_history_img {
    grid-row: auto;
  }
}

@media screen and (min-width: 1200px) {
  .team_history_text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
}

.team_info_list {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.team_info_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 10px; */
  margin-bottom: 16px;
}

.team_info_item:last-child {
  margin-bottom: 0;
}

.team_info_item_subtitle {
  color: rgb(18, 18, 18);
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 500;
}

.team_info_item_text {
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 500;
  color: rgb(108, 107, 107);
}

.stats_table_wrap {
  border: 1px solid rgb (230, 231, 232);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.stats_table_wrap::-webkit-scrollbar {
  height: 6px;
}

.stats_table_wrap::-webkit-scrollbar-thumb {
  background-color: #fb4c35;
}

.stats_table_wrap::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.stats_table {
  width: 100%;
  /* border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 231, 232); */
  table-layout: fixed;
}

.stats_table_head_line {
  background: #0d0d0d;
  /* border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-left-color: rgb(251, 76, 53); */
}

.stats_table_head_point_border_left {
  position: relative;
}

.stats_table_head_point_border_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: rgb(251, 76, 53);
}

.stats_table_head_point {
  /* padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px; */
  padding: 8px;
}

.stats_table_head_point_text {
  /* font-size: 18px; */
  font-size: 10px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.stats_table_body_line {
  background: #ffffff;
  transition: ease 0.5s;
}

.stats_table_body_line:hover {
  background: #e6e7e8;
}

.stats_table_body_point {
  /* padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px; */
  padding: 8px;
}

.stats_table_body_point_link {
  transition: ease 0.5s;
  color: rgb(18, 18, 18);
  /* font-size: 18px; */
  font-size: 12px;
  font-weight: 600;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stats_table_body_point_link:hover {
  color: rgb(251, 76, 53);
}

.stats_table_body_point_text {
  color: rgb(18, 18, 18);
  /* font-size: 18px; */
  font-size: 12px;
  font-weight: 500;
}

.stats_table_head td:first-child,
.stats_table_body td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 140px;
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
  .stats_table_head_point_text {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .stats_table {
    width: 1000px;
  }
}

@media screen and (min-width: 1024px) {
  .stats_table_head_point_text {
    font-size: 14px;
  }

  .stats_table_body_point_link {
    font-size: 14px;
  }

  .stats_table_body_point_text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .stats_table_head_point_text {
    font-size: 16px;
  }

  .stats_table_body_point_link {
    font-size: 16px;
  }

  .stats_table_body_point_text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .stats_table_head_point_text {
    font-size: 18px;
  }

  .stats_table_body_point_link {
    font-size: 18px;
  }

  .stats_table_body_point_text {
    font-size: 18px;
  }
}
