@media screen and (max-width: 1440px) {
  .block_awards_link_img {
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .block_post_content {
    width: 100%;
  }

  .block_post_content_img {
    height: 350px;
  }

  .post_content_title {
    font-size: 18px;
  }

  .post_content_info_item_img {
    width: 15px;
    height: 15px;
  }
  .post_content_info_item_text {
    font-size: 10px;
  }

  .post_content_text {
    font-size: 16px;
  }

  .block_post_content_artickle {
    padding: 16px;
  }

  .post_content_artickle_img {
    width: 20px;
    margin-bottom: 5px;
    height: 20px;
  }

  .post_content_artickle_text {
    font-size: 18px;
  }

  .post_socials_link_img {
    height: 15px;
    width: 15px;
  }

  .block_post_aside {
    width: 100%;
  }

  .dn {
    display: none;
  }

  .mb_30 {
    margin-bottom: 15px;
  }

  .block_video_post_content_link_img {
    height: 400px;
  }

  .video_post_content_play_icon {
    width: 90px;
    height: 90px;
  }

  .video_post_content_text {
    font-size: 16px;
  }

  .fst {
    font-size: 25px;
  }

  .block_player_info {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }

  .block_player_info_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .player_info_img {
    margin-left: auto;
    margin-right: auto;
  }

  .block_player_info_table {
    width: 100%;
  }

  .review_team_meet_score_link_img {
    height: 30px;
    width: 30px;
  }

  .review_team_meet_score_link_title {
    font-size: 15px;
  }

  .review_team_meet_info_title {
    font-size: 16px;
  }

  .review_team_meet_info_item_question_img {
    height: 15px;
    width: 15px;
  }

  .review_team_meet_info_item_question_text {
    font-size: 13px;
  }

  .review_team_meet_info_item_respond_text {
    font-size: 13px;
  }

  .review_stat_title {
    font-size: 16px;
  }

  .review_stat_teams_link_img {
    height: 20px;
    width: 20px;
  }

  .review_stat_item_top_text {
    font-size: 12px;
  }

  .review_stat_item_top_title {
    font-size: 14px;
  }

  .block_review_stat_item_wrap {
    height: 4px;
  }

  .block_review_stat_item_value {
    height: 4px;
  }

  .review_title {
    font-size: 18px;
  }

  .review_text {
    font-size: 16px;
  }

  .review_subtitle {
    font-size: 16px;
    text-align: center;
  }

  .block_team_info_wrapper {
    flex-direction: column;
  }

  .block_team_info_content {
    width: 100%;
  }

  .block_team_info_history_wrap {
    display: flex;
    flex-direction: column;
  }

  .block_team_info_history_img {
    width: 100%;
  }

  .block_team_info_history_content {
    width: 100%;
  }

  .block_team_info_aside {
    width: 100%;
  }

  .team_players_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
  }

  .team_players_item {
    width: calc((100% - 15px) / 2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block_post_content {
    width: 100%;
  }

  .block_post_content_img {
    height: 450px;
  }

  .post_content_title {
    font-size: 20px;
  }

  .post_content_info_item_img {
    width: 20px;
    height: 20px;
  }
  .post_content_info_item_text {
    font-size: 13px;
  }

  .post_content_text {
    font-size: 18px;
  }

  .block_post_content_artickle {
    padding: 18px;
  }

  .post_content_artickle_img {
    width: 20px;
    margin-bottom: 5px;
    height: 20px;
  }

  .post_content_artickle_text {
    font-size: 20px;
  }

  .post_socials_link_img {
    height: 20px;
    width: 20px;
  }

  .block_post_aside {
    width: 100%;
  }

  .dn {
    display: none;
  }
  .mb_10 {
    margin-bottom: 15px;
  }

  .mb_15 {
    margin-bottom: 20px;
  }

  .mb_30 {
    margin-bottom: 20px;
  }

  .review_team_meet_score_link_img {
    height: 40px;
    width: 40px;
  }

  .review_team_meet_score_link_title {
    font-size: 18px;
  }

  .review_team_meet_info_title {
    font-size: 18px;
  }

  .review_team_meet_info_item_question_img {
    height: 20px;
    width: 20px;
  }

  .review_team_meet_info_item_question_text {
    font-size: 16px;
  }

  .review_team_meet_info_item_respond_text {
    font-size: 16px;
  }

  .review_stat_title {
    font-size: 18px;
  }

  .review_stat_teams_link_img {
    height: 25px;
    width: 25px;
  }

  .review_stat_item_top_text {
    font-size: 16px;
  }

  .review_stat_item_top_title {
    font-size: 16px;
  }

  .block_review_stat_item_wrap {
    height: 6px;
  }

  .block_review_stat_item_value {
    height: 6px;
  }

  .review_title {
    font-size: 18px;
  }

  .review_text {
    font-size: 16px;
  }

  .review_subtitle {
    font-size: 16px;
    text-align: center;
  }

  .video_post_content_play_icon {
    height: 150px;
    width: 150px;
  }

  .block_team_info_wrapper {
    flex-direction: column;
  }

  .block_team_info_content {
    width: 100%;
  }

  .block_team_info_history_wrap {
    display: flex;
    column-gap: 15px;
  }

  .block_team_info_history_img {
    width: 50%;
  }

  .block_team_info_history_content {
    width: 50%;
  }

  .block_team_info_aside {
    width: 100%;
  }

  .team_players_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
  }

  .team_players_item {
    width: calc((100% - 30px) / 3);
  }
}

@media screen and (min-width: 1024px) {
  .block_post_wrapper {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 45px;
    align-items: flex-start;
  }

  .block_post_content {
    width: 75%;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    background: #ffffff;
  }

  .block_post_content_img {
    height: 550px;
  }

  .post_content_title {
    font-size: 30px;
  }

  .post_content_info_item_img {
    width: 20px;
    height: 20px;
  }
  .post_content_info_item_text {
    font-size: 13px;
  }

  .post_content_text {
    font-size: 18px;
  }

  .block_post_content_artickle {
    padding: 24px;
  }

  .post_content_artickle_img {
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
  }

  .post_content_artickle_text {
    font-size: 24px;
  }

  .post_socials_link_img {
    height: 20px;
    width: 20px;
  }

  .block_post_aside {
    width: 25%;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    background: #ffffff;
    position: sticky;
    top: 10%;
  }

  .mb_10 {
    margin-bottom: 15px;
  }

  .mb_15 {
    margin-bottom: 20px;
  }

  .mb_30 {
    margin-bottom: 20px;
  }

  .block_video_post_content_link_img {
    height: 600px;
  }

  .video_post_content_play_icon {
    width: 200px;
    height: 200px;
  }

  .video_post_content_text {
    font-size: 18px;
  }

  .review_team_meet_score_link_img {
    height: 50px;
    width: 50px;
  }

  .review_team_meet_score_link_title {
    font-size: 18px;
  }

  .review_team_meet_info_title {
    font-size: 18px;
  }

  .review_team_meet_info_item_question_img {
    height: 20px;
    width: 20px;
  }

  .review_team_meet_info_item_question_text {
    font-size: 16px;
  }

  .review_team_meet_info_item_respond_text {
    font-size: 16px;
  }

  .review_stat_title {
    font-size: 18px;
  }

  .review_stat_teams_link_img {
    height: 30px;
    width: 30px;
  }

  .review_stat_item_top_text {
    font-size: 16px;
  }

  .review_stat_item_top_title {
    font-size: 16px;
  }

  .block_review_stat_item_wrap {
    height: 6px;
  }

  .block_review_stat_item_value {
    height: 6px;
  }

  .review_title {
    font-size: 25px;
  }

  .review_text {
    font-size: 18px;
  }

  .review_subtitle {
    font-size: 20px;
  }

  .block_team_info_wrapper {
    display: flex;
    column-gap: 25px;
  }

  .block_team_info_content {
    width: 80%;
  }

  .block_team_info_history_wrap {
    display: flex;
    justify-content: space-between;
  }

  .block_team_info_history_img {
    width: 49%;
  }

  .block_team_info_history_content {
    width: 49%;
  }

  .block_team_info_aside {
    width: 25%;
  }

  .team_players_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 25px;
  }

  .team_players_item {
    width: calc((100% - 75px) / 4);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .aside_content_news_item {
    margin-bottom: 10px;
  }

  .aside_content_news_info_subtitle {
    font-size: 8px;
  }

  .aside_content_news_info_title {
    font-size: 10px;
  }

  .aside_content_news_info_text_link {
    font-size: 10px;
  }
}

@media screen and (min-width: 1441px) {
  .nwrap {
    display: flex;
    column-gap: 25px;
  }

  .aside_content_news_item {
    margin-bottom: 20px;
  }

  .aside_content_news_info_subtitle {
    font-size: 10px;
  }

  .aside_content_news_info_title {
    font-size: 15px;
  }

  .aside_content_news_info_text_link {
    font-size: 12px;
    width: 55%;
  }
}

@media screen and (max-width: 992px) {
  .team_stats_table {
    width: 1000px;
  }

  .team_stats_table_head th:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .team_stats_table_head th:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .team_stats_table_head td:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .team_stats_table_head td:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .team_stats_table_body th:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .team_stats_table_body th:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .team_stats_table_body td:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .team_stats_table_body td:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .team_stats_table_head_point {
    padding: 10px;
  }

  .team_stats_table_body_point {
    padding: 10px;
  }

  .team_stats_table_head_point_text {
    font-size: 12px;
  }

  .team_stats_table_body_point_text {
    font-size: 12px;
  }

  .team_stats_table_body_point_link {
    font-size: 12px;
  }

  .review_stats_table {
    width: 1000px;
  }

  .review_stats_table_head th:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .review_stats_table_head th:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .review_stats_table_head td:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .review_stats_table_head td:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .review_stats_table_body th:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .review_stats_table_body th:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .review_stats_table_body td:first-child {
    position: sticky;
    width: 32px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .review_stats_table_body td:nth-child(2) {
    position: sticky;
    width: 140px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .review_stats_table_head_point {
    padding: 10px;
  }

  .review_stats_table_body_point {
    padding: 10px;
  }

  .review_stats_table_head_point_text {
    font-size: 12px;
  }

  .review_stats_table_body_point_text {
    font-size: 12px;
  }

  .review_stats_table_body_point_link {
    font-size: 12px;
  }
}
