.section_hero {
  background-image: url("/images/f0f112ce2dc0a6788994884fd5f2f83b.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 30px 0;
}

.hero_container {
  border-bottom: 1px solid rgba(242, 242, 242, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.hero_subtitle_title_wrap {
  border-left: solid #ffffff;
  border-width: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.hero_subtitle {
  font-size: 12px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.hero_title {
  font-size: 25px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  width: 300px;
}

.hero_link {
  font-size: 12px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  border-radius: 16px;
  padding: 6px 8px;
  background: #00001b;
  transition: ease 0.5s;
  border: 1px solid rgba(255, 75, 68, 0);
  box-shadow: 0px 0px 5px rgb(0, 0, 27);
  margin-bottom: 10px;
}

.hero_link:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 27);
  box-shadow: 0px 0px 25px rgb(0, 0, 27);
}

.hero_link_img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}

.hero_events_list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.hero_events_item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.21);
}

.hero_events_left_wrap {
  background: #00001b;
  padding: 4px 8px;
  width: 100%;
}

.hero_events_data {
  font-size: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.hero_events_data_accent {
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  align-items: flex-start;
}

.hero_events_right_wrap {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.4) 0%,
    white 100%,
    white 100%
  );
  backdrop-filter: blur(8px);
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 10px;
}

.hero_events_meet_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
  color: rgb(0, 0, 27);
  transition: ease 0.5s;
}

.hero_events_meet_link_reverse {
  flex-direction: column-reverse;
}

.hero_events_meet_link:hover {
  color: rgb(255, 75, 68);
}

.hero_events_meet_link_img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.hero_events_meet_link_title {
  font-size: 20px;
  font-weight: 700;
}

.hero_events_meet_score {
  font-size: 20px;
  font-weight: 700;
  color: rgb(0, 0, 27);
  text-align: center;
  text-transform: uppercase;
}

.hero_events_meet_score_active {
  color: rgb(255, 75, 68);
}

.hero_events_meet_link_live {
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
  background: #00001b;
  padding: 6px 8px;
  width: 120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  flex-direction: row-reverse;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0px 0px 5px rgb(0, 0, 27);
  border-color: rgb(0, 0, 27);
}

.hero_events_meet_link_live:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 27);
  box-shadow: 0px 0px 25px rgb(0, 0, 27);
}

.hero_events_meet_link_live_img {
  width: 15px;
  height: 15px;
}

.bottom_img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.section_home_news {
  margin-top: -75px;
  background: #ffffff;
  padding-top: 35px;
}

.home_news_container {
  border-bottom: 1px solid rgb(242, 242, 242);
  padding-bottom: 15px;
}

.section_title_link_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.section_title_wrap {
  border-left: solid rgb(255, 255, 255);
  border-width: 3px;
  padding-left: 10px;
  z-index: 2;
}

.section_title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.section_title_accent {
  margin-left: 5px;
  color: rgb(0, 0, 27);
}

.section_title_link {
  font-size: 10px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 5px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  z-index: 2;
  /* border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-radius: 2px;
  border-left-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0); */
}

/* .section_title_link:hover {
  border-bottom-color: rgb(255, 255, 255);
} */

.section_title_link_img {
  height: 15px;
  width: 15px;
  object-fit: contain;
  filter: invert(100%);
}

.home_news_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.home_news_item {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(242, 242, 242);
  transition: ease 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}

.home_news_item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
}

.home_news_link_img_wrap {
  height: 200px;
}

.home_news_info_wrap {
  padding: 12px;
  background: #ffffff;
}

.home_news_info_date {
  color: rgb(255, 75, 68);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.home_news_info_title {
  font-size: 15px;
  font-weight: 700;
  color: rgb(0, 0, 27);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home_news_info_link_wrap {
  color: rgb(0, 0, 27);
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.home_news_info_link_img_wrap {
  border: solid rgb(255, 75, 68);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  border-width: 1px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.home_news_info_link_img {
  height: 15px;
  width: 15px;
}

.home_news_info_link_text {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(0, 0, 27);
}

.section_home_statistic {
  background: #ffffff;
  padding: 15px 0;
}

.home_statistic_wrapper {
  /* display: flex;
  justify-content: space-between; */
  /* display: flex;
  flex-direction: column; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.home_statistic_wrap {
  /* width: 49%; */
  width: 100%;
}

.border_left_color_dark {
  border-left: solid rgb(0, 0, 27);
}

.color_dark {
  color: rgb(0, 0, 27);
}

.block_team_statistic_table {
  border-radius: 16px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(242, 242, 242);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}
.block_team_statistic_table_title_link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: #00001b;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 12px;
  padding-top: 12px;
}
.team_statistic_table_title {
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.team_statistic_table_link {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  column-gap: 5px;
  width: 25%;
  justify-content: center;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 2px;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.team_statistic_table_link:hover {
  border-bottom-color: rgb(255, 255, 255);
}
.team_statistic_table_link_img {
  height: 25px;
  width: 25%;
  filter: invert(100%);
}
.team_statistic_table {
  width: 100%;
}
.team_statistic_table_head_point {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.team_statistic_table_head_point_text {
  font-size: 15px;
  font-weight: 500;
  color: rgb(165, 165, 165);
}
.team_statistic_table_body_point {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.team_statistic_table_body_point_text {
  font-size: 15px;
  font-weight: bold;
  color: rgb(0, 0, 27);
}
.team_statistic_table_info_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: rgb(0, 0, 27);
  transition: ease 0.5s;
}
.team_statistic_table_info_link:hover {
  color: rgb(255, 75, 68);
}
.team_statistic_table_info_link:active {
}
.team_statistic_table_info_link_img {
  width: 25px;
  height: 25px;
}
.team_statistic_table_info_link_textt {
  font-size: 15px;
  font-weight: bold;
}

.filter_invert_0pr {
  filter: invert(0);
}

.team_statistic_list {
  display: flex;
  /* flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px; */
  flex-wrap: wrap;
  row-gap: 10px;
}

.team_statistic_item {
  /* width: calc(((100% - 25px) / 2)); */
  width: 100%;
  border: 1px solid rgb (242, 242, 242);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  transition: ease 0.5s;
}

.team_statistic_item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.21);
}

.team_statistic_link {
  /* display: flex;
  flex-direction: column;
  width: 100%; */
}

.team_statistic_left_wrap {
  /* padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 12px; */
  padding: 4px 8px;
  background: #ff4b44;
  /* width: 12%; */
  width: 100%;
}

.team_statistic_data {
  font-size: 12px;
  /* font-size: 20px; */
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.team_statistic_data_accent {
  font-size: 10px;
  /* font-size: 15px; */
  line-height: 15px;
  text-transform: uppercase;
}

.team_statistic_right_wrap {
  background: #ffffff;
  /* padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px; */
  padding: 10px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  /* display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px; */
  /* column-gap: 15px; */
}

.team_statistic_info_img {
  /* height: 90px;
  width: 90px; */
  margin: 0 auto;
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.team_statistic_info_wrap {
  /* padding-top: 9px;
  padding-bottom: 9px; */
}

.team_statistic_info_title {
  /* font-size: 30px; */
  font-size: 20xp;
  font-weight: 700;
  color: rgb(0, 0, 27);
  text-transform: uppercase;
  margin-bottom: 5px;

  text-align: center;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team_statistic_info_text {
  font-size: 12px;
  text-align: center;
  /* font-size: 15px; */
  font-weight: 500;
  color: rgb(0, 0, 27);
  text-transform: uppercase;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section_latest_news {
  background-image: url("/images/16522348deacbd1907de849d0f9083f4.jpg");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;

  padding: 90px 0;
}

.latest_news_container {
  /* position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 30px;
  bottom: 60%; */
  position: relative;
}

.block_latest_news_subtitle_title {
  border-left: solid #ffffff;
  border-width: 5px;
  padding-left: 10px;
}

.latest_news_subtitle {
  font-size: 12px;
  /* font-size: 20px; */
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.latest_news_title {
  font-size: 25px;
  /* font-size: 50px; */
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  width: 250px;
}

.block_popular_video_wrapper {
  /* width: 100%; */
  /* display: flex;
  column-gap: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.block_popular_video_left {
  border-radius: 16px;
  overflow: hidden;
}

.popular_video_left_link {
}

.popular_video_left_link:hover {
}

.block_popular_video_left_link_img {
  /* width: 705px; */
  /* height: 665px; */
  height: 250px;
}

.popular_video_left_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular_video_left_link_img:hover {
}

.popular_video_left_play_icon {
  /* width: 150px;
  height: 150px; */
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.block_popular_video_right {
  /* display: flex;
  flex-direction: column;
  row-gap: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.block_popular_video_right_top {
  border-radius: 16px;
  overflow: hidden;
}

.popular_video_right_top_link {
}

.block_popular_video_right_top_link_img {
  /* height: 340px; */
  height: 250px;
}

.popular_video_right_top_link_img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.popular_video_right_top_play_icon {
  /* height: 150px;
  width: 150px; */
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.block_popular_video_right_bottom {
  /* display: flex;
  column-gap: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.block_popular_video_right_bottom_wrap {
  /* width: 50%; */
  border-radius: 16px;
  overflow: hidden;
}

.block_popular_video_right_bottom_link_img {
  /* height: 300px; */
  height: 250px;
}

.popular_video_right_bottom_link_img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.popular_video_right_bottom_play_icon {
  /* height: 120px;
  width: 120px; */
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 576px) {
  .section_hero {
    padding: 60px 0;
  }

  .section_home_news {
    margin-top: -90px;
    padding-top: 25px;
  }

  .home_news_list {
    row-gap: 10px;
  }

  .home_news_link_img_wrap {
    height: 250px;
  }

  .home_news_info_wrap {
    padding: 15px;
  }

  .section_latest_news {
    padding: 120px 0;
  }

  .block_popular_video_wrapper {
    gap: 20px;
  }

  .block_popular_video_left_link_img {
    height: 300px;
  }

  .popular_video_left_play_icon {
    width: 120px;
    height: 120px;
  }

  .block_popular_video_right {
    gap: 20px;
  }

  .block_popular_video_right_top_link_img {
    height: 300px;
  }

  .popular_video_right_top_play_icon {
    width: 120px;
    height: 120px;
  }

  .block_popular_video_right_bottom {
    gap: 20px;
  }

  .block_popular_video_right_bottom_link_img {
    height: 300px;
  }

  .popular_video_right_bottom_play_icon {
    width: 120px;
    height: 120px;
  }
}

@media screen and (min-width: 768px) {
  .section_hero {
    /* background-position: bottom; */
    padding: 90px 0;
  }

  .hero_container {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .hero_subtitle_title_wrap {
    border-width: 7px;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .hero_subtitle {
    font-size: 16px;
  }

  .hero_title {
    font-size: 35px;
    width: 415px;
  }

  .hero_link {
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 20px;
  }

  .hero_link_img {
    height: 20px;
    width: 20px;
  }

  .hero_events_list {
    flex-direction: row;
    gap: 20px;
  }

  .hero_events_item {
    width: calc((100% - 20px) / 2);
  }

  .hero_events_left_wrap {
    padding: 6px 10px;
  }

  .hero_events_data {
    font-size: 16px;
  }

  .hero_events_data_accent {
    font-size: 12px;
  }

  .hero_events_right_wrap {
    row-gap: 10px;
    padding: 12px;
  }

  .hero_events_meet_link {
    row-gap: 10px;
  }

  .hero_events_meet_link_img {
    height: 50px;
    width: 50px;
  }

  .hero_events_meet_link_title {
    font-size: 18px;
  }

  .hero_events_meet_score {
    font-size: 18px;
  }

  .hero_events_meet_link_live {
    font-size: 14px;
    column-gap: 10px;
    padding: 8px 10px;
    width: 170px;
  }

  .hero_events_meet_link_live_img {
    width: 20px;
    height: 20px;
  }

  .section_home_news {
    margin-top: -100px;
    padding-top: 15px;
  }

  .home_news_container {
    padding-bottom: 20px;
  }

  .section_title_link_wrap {
    margin-bottom: 15px;
  }

  .section_title_link {
    font-size: 12px;
    column-gap: 10px;
  }

  .section_title_link_img {
    height: 20px;
    width: 20px;
  }

  .home_news_list {
    gap: 20px;
  }

  .home_news_item {
    width: calc((100% - 20px) / 2);
  }

  .section_home_statistic {
    padding: 20px 0;
  }

  .team_statistic_list {
    gap: 20px;
  }

  .team_statistic_item {
    width: calc((100% - 20px) / 2);
  }

  .team_statistic_left_wrap {
    padding: 6px 10px;
  }

  .team_statistic_data {
    font-size: 16px;
  }

  .team_statistic_data_accent {
    font-size: 12px;
  }

  .team_statistic_right_wrap {
    padding: 12px;
  }

  .team_statistic_info_title {
    margin-bottom: 10px;
  }

  .team_statistic_info_img {
    height: 50px;
    width: 50px;
  }

  .team_statistic_info_title {
    font-size: 18px;
  }

  .section_latest_news {
    background-attachment: fixed;
    padding: 150px 0;
  }

  .block_latest_news_subtitle_title {
    border-width: 7px;
    padding-left: 15px;
  }

  .latest_news_subtitle {
    font-size: 16px;
  }

  .latest_news_title {
    font-size: 35px;
    width: 350px;
  }

  .block_popular_video_right_bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .section_hero {
    padding: 120px 0;
  }

  .hero_events_item {
    flex-direction: row;
  }

  .hero_events_left_wrap {
    width: 10%;
  }

  .hero_events_right_wrap {
    flex-direction: row;
    align-items: center;
    column-gap: 25px;
  }

  .hero_events_meet_link {
    flex-direction: row;
    column-gap: 10px;
  }

  .hero_events_meet_link_reverse {
    flex-direction: row-reverse;
  }

  .hero_events_meet_link_img {
    height: 40px;
    width: 40px;
  }

  .hero_events_meet_link_live {
    width: 185px;
  }

  .section_title_link_wrap {
    margin-bottom: 20px;
  }

  .home_news_info_date {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .home_news_info_title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .home_news_info_link_img_wrap {
    height: 20px;
    width: 20px;
  }

  .home_news_info_link_img {
    height: 20px;
    width: 20px;
  }

  .home_news_info_link_text {
    font-size: 14px;
  }

  .section_home_news {
    margin-top: -125px;
  }

  .section_title {
    font-size: 25px;
  }

  .section_title_link {
    font-size: 14px;
  }

  .home_statistic_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .team_statistic_table_link {
    font-size: 13px;
  }

  .team_statistic_link {
    display: flex;
  }

  .team_statistic_left_wrap {
    width: 25%;
    padding: 12px 8px;
  }

  .team_statistic_right_wrap {
    /* grid-template-columns: repeat(2, 1fr); */
  }

  .team_statistic_info_title {
    /* text-align: left; */
    width: 90%;
  }

  .team_statistic_info_text {
    /* text-align: left; */
  }

  /* .team_statistic_info_img {
    height: 40px;
    width: 40px;
  } */

  /* .team_statistic_info_wrap {
    padding: 9px;
  } */

  .section_latest_news {
    padding: 180px 0;
  }

  .block_popular_video_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .block_popular_video_left {
    /* height: 100%;
    width: 100%; */
  }

  .block_popular_video_left_link_img {
    height: 660px;
  }

  .block_popular_video_right_top_link_img {
    height: 340px;
  }

  .popular_video_left_play_icon {
    height: 150px;
    width: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .section_hero {
    padding: 150px 0;
  }

  .hero_container {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .hero_subtitle_title_wrap {
    border-width: 10px;
    padding-left: 20px;
    margin-bottom: 30px;
  }

  .hero_subtitle {
    font-size: 18px;
  }

  .hero_title {
    font-size: 45px;
    width: 540px;
  }

  .hero_link {
    font-size: 16px;
    padding: 10px 20px;
    column-gap: 10px;
    margin-bottom: 25px;
  }

  .hero_link_img {
    height: 25px;
    width: 25px;
  }

  .hero_events_list {
    flex-direction: row;
    gap: 25px;
  }

  .hero_events_item {
    width: calc((100% - 25px) / 2);
  }

  .hero_events_left_wrap {
    padding: 8px 12px;
  }

  .hero_events_data {
    font-size: 18px;
  }

  .hero_events_data_accent {
    font-size: 14px;
  }

  .hero_events_right_wrap {
    padding: 16px;
  }

  .hero_events_meet_link {
    column-gap: 15px;
  }

  .hero_events_meet_score {
    font-size: 18px;
  }

  .hero_events_meet_link_live {
    width: 150px;
  }

  .section_home_news {
    margin-top: -150px;
  }

  .home_news_container {
    padding-bottom: 25px;
  }

  .section_title_link_wrap {
    margin-bottom: 25px;
  }

  .section_title_wrap {
    border-width: 5px;
    padding-left: 15px;
  }

  .section_title_link {
    font-size: 16px;
  }

  .section_title_link_img {
    height: 25px;
    width: 25px;
  }

  .home_news_list {
    gap: 25px;
  }

  .home_news_item {
    width: calc((100% - 75px) / 4);
  }

  .home_news_link_img_wrap {
    height: 175px;
  }

  .section_home_statistic {
    padding: 25px 0;
  }

  .team_statistic_info_img {
    height: 60px;
    width: 60px;
  }

  .team_statistic_info_title {
    font-size: 20px;
    -webkit-line-clamp: 1;
  }

  .team_statistic_info_text {
    font-size: 16px;
  }

  .block_latest_news_subtitle_title {
    border-width: 10px;
    padding-left: 20px;
  }

  .latest_news_subtitle {
    font-size: 18px;
  }

  .latest_news_title {
    font-size: 45px;
    width: 450px;
  }
}

@media screen and (min-width: 1440px) {
  .section_hero {
    padding: 180px 0;
  }

  .hero_container {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .hero_subtitle {
    font-size: 20px;
  }

  .hero_title {
    font-size: 55px;
    width: 650px;
  }

  .hero_link {
    font-size: 18px;
    padding: 15px 25px;
    margin-bottom: 30px;
  }

  .hero_link_img {
    height: 30px;
    width: 30px;
  }

  .hero_events_data {
    font-size: 20px;
  }

  .hero_events_data_accent {
    font-size: 16px;
  }

  hero_events_data_accent {
    font-size: 15px;
  }

  .hero_events_meet_link_img {
    height: 50px;
    width: 50px;
  }

  .hero_events_meet_link_title {
    font-size: 25px;
  }

  .hero_events_meet_score {
    font-size: 25px;
  }

  .hero_events_meet_link_live {
    font-size: 15px;
    padding: 12px 16px;
    width: 170px;
  }

  .hero_events_meet_link_live_img {
    width: 25px;
    height: 25px;
  }

  .section_home_news {
    margin-top: -200px;
  }

  .home_news_container {
    padding-bottom: 30px;
  }

  .section_title_link_wrap {
    margin-bottom: 30px;
  }

  .section_title_link {
    font-size: 18px;
  }

  .section_title_link_img {
    height: 25px;
    width: 25px;
  }

  .home_news_link_img_wrap {
    height: 200px;
  }

  .home_news_info_wrap {
    padding: 20px;
  }

  .home_news_info_title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .home_news_info_link_img_wrap {
    border-width: 2px;
    height: 25px;
    width: 25px;
  }

  .home_news_info_link_img {
    height: 25px;
    width: 25px;
  }

  .home_news_info_link_text {
    font-size: 18px;
  }

  .section_home_statistic {
    padding: 30px 0;
  }

  .latest_news_subtitle {
    font-size: 20px;
  }

  .latest_news_title {
    font-size: 55px;
    width: 550px;
  }
}
