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: "Open Sans", sans-serif;
  background-color: #010001;
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.content_link:hover {
  color: rgb(217, 54, 62);
}

.main {
  flex-grow: 1;
}

.position_relative {
  position: relative;
}

.section_home_video {
  padding-bottom: 30px;
  padding-top: 30px;
}
.rated_info_item {
  align-items: center;
  display: flex;
  column-gap: 5px;
}

.home_video_list {
  display: flex;
  column-gap: 25px;
}
.home_video_item {
  border-radius: 8px;
  overflow: hidden;
}
.home_video_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.home_video_link:hover {
  color: rgb(222, 4, 4);
}
.block_home_video_link_img {
  height: 275px;
}
.home_video_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_video_play_icon {
  width: 70px;
  position: absolute;
  left: 34%;
  top: 32%;
  height: 70px;
}
.filter_list {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.filter_btn {
  cursor: pointer;
  background: transparent;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
  padding-top: 8px;
  transition: ease 0.5s;
  padding-left: 12px;
  padding-right: 12px;
}
.filter_btn:hover {
  border-color: rgb(255, 255, 255);
}
.filter_btn_img {
  width: 25px;
  height: 25px;
  filter: invert(100%);
}
.rotate_deg_180 {
  rotate: 180deg;
}
.w_h_90_l_36pr {
  width: 90px;
  height: 90px;
  left: 36%;
}
.block_rated_info_item_img {
  align-items: center;
  border-radius: 50%;
  background: #3c3f46;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
}
.bottom_0 {
  bottom: 0;
}
.block_home_video_info {
  background: #191a1d;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
}
.home_video_info_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_video_text {
  font-size: 12px;
  font-weight: 500;
}
.block_filter_list_indicator {
  align-items: center;
  display: grid;
  column-gap: 15px;
  grid-template-columns: auto 1fr;
}
.block_indicator {
  background: rgba(255, 255, 255, 0.15);
  height: 2px;
  display: flex;
  align-items: center;
}
.block_indicator_value {
  background: #de0404;
  border-radius: 2px;
  height: 2px;
}
.width_25pr {
  width: 25%;
}
.width_15pr {
  width: 15%;
}
.width_35pr {
  width: 35%;
}
.width_70pr {
  width: 70%;
}
.width_50pr {
  width: 50%;
}
.width_20pr {
  width: 20%;
}
.width_90pr {
  width: 90%;
}
.width_40pr {
  width: 40%;
}
.section_rated {
  padding-bottom: 30px;
}
.block_section_title_btn_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_streamers {
  color: rgba(0, 0, 0, 0);
  padding-bottom: 30px;
}
.rated_btn_filter {
  border: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background: #191a1d;
  border-radius: 5px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  cursor: pointer;
  transition: ease 0.5s;
}
.rated_btn_filter:hover {
  background: #3c3f46;
}
.rated_btn_filter_img {
  width: 15px;
  height: 15px;
}
.rated_btn_filter_text {
  font-size: 15px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.rated_list {
  display: flex;
  column-gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
}
.rated_item {
  border-radius: 8px;
  overflow: hidden;
  width: calc(((100% - 100px) / 5));
}
.rated_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.rated_link:hover {
  color: rgb(222, 4, 4);
}
.block_rated_link_img {
  height: 200px;
}
.rated_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rated_play_icon {
  width: 75px;
  position: absolute;
  left: 35%;
  top: 30%;
}
.block_rated_info {
  background: #191a1d;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
}
.rated_info_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.rated_btn {
  padding-bottom: 8px;
  padding-left: 25px;
  padding-top: 8px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: #de0404;
  border-radius: 5px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: none;
  transition: ease 0.5s;
}
.rated_btn:hover {
  background: #3c3f46;
}
.section_home_news {
  padding-bottom: 30px;
}
.block_news_wrapper {
  display: flex;
  column-gap: 25px;
}
.block_news_left_wrap {
  border-radius: 8px;
  overflow: hidden;
  width: 50%;
}
.news_left_wrap_link {
  color: rgb(255, 255, 255);
  display: flex;
  transition: ease 0.5s;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_left_wrap_link:hover {
  color: rgb(222, 4, 4);
}
.block_news_left_wrap_link_img {
}
.news_left_wrap_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_news_left_wrap_info {
  background: #191a1d;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
}

.news_left_wrap_info_subtitle {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgb(222, 4, 4);
}
.news_left_wrap_info_title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.news_left_wrap_info_text {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
}
.news_left_wrap_info_text:hover {
  color: rgb(255, 255, 255);
}
.news_left_wrap_info_date {
  font-size: 15px;
  font-weight: 700;
  color: rgb(165, 165, 165);
  text-transform: uppercase;
}
.block_news_right_wrap {
  width: 50%;
}
.block_news_right {
  border-radius: 8px;
  overflow: hidden;
  width: calc(((100% - 25px) / 2));
}
.news_right_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.news_right_link:hover {
  color: rgb(222, 4, 4);
}
.block_news_right_link_img {
  height: 200px;
}
.news_right_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_news_right_info {
  background: #191a1d;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
}
.news_right_info_subtitle {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgb(222, 4, 4);
}
.news_right_info_title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.news_right_info_text {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.news_right_info_date {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(165, 165, 165);
}
.display_flex {
  display: flex;
}
.margin_bottom_25 {
  margin-bottom: 25px;
}
.category_filter_list {
  display: flex;
  column-gap: 25px;
}
.category_filter_item {
}
.category_filter_btn {
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background: #de0404;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  border: none;
  transition: ease 0.5s;
  display: inline-block;
}
.category_filter_btn:hover {
  background: #3c3f46;
}
.bg_color_green {
  background: #6ac46d;
}
.bg_color_red {
  background: #de0404;
}
.bg_color_gray {
  background: #c1c2d5;
}
.rated_info_item_img {
  height: 15px;
  width: 15px;
  filter: invert(100%);
}
.calendar_item {
  border-radius: 8px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 15px;
  background: #191a1d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: rgb(40, 40, 40);
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  width: 100%;
}
.calendar_item:last-child {
  margin-bottom: 0;
}
.block_calendar_date {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.calendar_date {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.calendar_date_value {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_calendar_team {
  width: 15%;
}
.calendar_team_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  width: 100%;
}
.calendar_team_link:hover {
  color: rgb(222, 4, 4);
}
.calendar_team_link_img {
  width: 70px;
}
.block_calendar_meet_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
  width: 15%;
  justify-content: center;
}
.calendar_meet_info_vs {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(222, 4, 4);
}
.calendar_meet_info_place {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.flex_direction_row_reverse {
  flex-direction: row-reverse;
}
.block_calendar_link {
  display: flex;
}
.calendar_link {
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  background: #de0404;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  display: inline-flex;
  transition: ease 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.calendar_link:hover {
  background: #3c3f46;
}
.contact_title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
.contact_text {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
}
.block_contact_content {
  display: flex;
  justify-content: space-between;
}
.block_contact_wrap {
  width: 50%;
}
.contact_subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
}
.block_contact_address_list {
}
.contact_address_list_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}
.contact_address_item {
  margin-bottom: 5px;
}
.contact_address_item:last-child {
  margin-bottom: 0;
}
.contact_address_link {
  font-size: 15px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.contact_address_link:hover {
  color: rgb(222, 4, 4);
}
.contact_location_link {
  border-radius: 8px;
  cursor: grab;
  width: 50%;
  overflow: hidden;
}
.contact_location_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_teams {
  padding-bottom: 30px;
  padding-top: 30px;
}
.teams_list {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.teams_item {
  border-radius: 8px;
  background: #191a1d;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(40, 40, 40);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.teams_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  height: 100%;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  width: 100%;
  justify-content: space-around;
}
.teams_link:hover {
  color: rgb(222, 4, 4);
}
.teams_link_img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.teams_title {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.text_align_center {
  text-align: center;
}
.rated_info_item_text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(165, 165, 165);
}

.oo {
  width: 150px;
  object-fit: cover;
}
.pp {
  font-size: 30px;
  row-gap: 10px;
  height: 25vh;
}
.ii {
  font-size: 45px;
}
.section_team {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section_player {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section_title_team_img {
  width: 120px;
}
.block_section_title_wrapper {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.text_transform_uppercase {
  text-transform: uppercase;
}
.league_name_img_team {
  color: rgba(0, 0, 0, 0);
  width: 15px;
}
.block_team_history {
}

.team_history_text {
  font-size: 15px;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.h {
  width: 15px;
}

.team_position_item {
  border-radius: 8px;
  overflow: hidden;
  background: #191a1d;
}
.team_position_link {
  display: inline-flex;
  height: 100%;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.team_position_link:hover {
  color: rgb(222, 4, 4);
}
.team_position_link_img {
  width: 100%;
}
.block_team_position_info {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.team_position_info_title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.team_position_info_subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
.team_position_info_text {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.j {
  width: 200px;
}

.block_player_bio_line {
  display: grid;
  grid-template-columns: 40% 1fr;
}
.block_player_bio_point {
  background: #3c3f46;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-top-color: rgba(204, 204, 204, 0);
  border-width: thin;
  border-color: rgb(40, 40, 40);
}

.player_bio_point_text {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.border_right_0 {
  border-right-width: 0;
}
.post_content_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside_news_list {
  font-size: 15px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.block_hero_aside {
  width: 30%;
  display: flex;
  align-items: center;
  column-gap: 25px;
  height: 100%;
}
.hero_aside_filter_list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hero_aside_filter_btn {
  background: transparent;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.5);
  transition: ease 0.5s;
  cursor: pointer;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
}
.hero_aside_filter_btn:hover {
  border-color: rgb(255, 255, 255);
}
.hero_aside_filter_btn_img {
  width: 25px;
  height: 25px;
  filter: invert(100%);
}
.block_hero_aside_video_list {
  padding-left: 25px;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 1px;
  border-left-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-top: 25px;
  backdrop-filter: blur(10px);
}
.hero_aside_video_list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hero_aside_video_item {
  height: 25%;
}
.hero_aside_video_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_hero_aside_video_link_img {
  border-radius: 8px;
  overflow: hidden;
  height: 147px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  transition: ease 0.5s;
}
.block_hero_aside_video_link_img:hover {
  border-color: rgb(222, 4, 4);
}
.hero_aside_video_play_icon {
  width: 70px;
  position: absolute;
  left: 39%;
  top: 26%;
}

.rotate_deg_270 {
  rotate: 270deg;
}
.rotate_deg_90 {
  rotate: 90deg;
}
.margin_bottom_15 {
  margin-bottom: 15px;
}
.home_video_info_list {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.home_video_info_item {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.block_home_video_info_item_img {
  align-items: center;
  border-radius: 50%;
  background: #3c3f46;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
}
.home_video_info_item_img {
  height: 15px;
  width: 15px;
  filter: invert(100%);
}
.home_video_info_item_text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(165, 165, 165);
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.position_absolute {
  position: absolute;
}
.bg_color_transparent {
  background: rgba(0, 0, 0, 0.4);
}
.width_100pr {
  width: 100%;
}
.height_0vh {
  height: 11vh;
}
.font_size_15 {
  font-size: 20px;
}
.home_video_info_subtitle {
  color: rgb(222, 4, 4);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.margin_bottom_10 {
  margin-bottom: 10px;
}
.rated_info_list {
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.gap_25 {
  column-gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
}

.category_filter_btn_active {
  background: #3c3f46;
}

.block_category_list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}
.league_table_border_bottom_grey {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgb(40, 40, 40);
}
.text_align_right {
  text-align: right;
}
.league_table_body_line_active {
  color: rgb(222, 4, 4);
  background: #a5a5a5;
}
.results_item {
  border-radius: 8px;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(40, 40, 40);
  background: #191a1d;
  align-items: center;
  display: flex;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  width: calc(((100% - 25px) / 2));
  justify-content: space-between;
}
.results_item:last-child {
  margin-bottom: 0;
}
.block_results_date {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.results_date_value {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.block_results_team {
  width: 20%;
}
.results_team_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  column-gap: 10px;
}
.results_team_link:hover {
  color: rgb(222, 4, 4);
}
.results_team_link_img {
  width: 50px;
}
.block_results_meet_info {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  width: 20%;
  justify-content: center;
}
.results_meet_info_score {
  font-size: 18px;
  font-weight: 700;
  color: rgb(222, 4, 4);
  text-transform: uppercase;
}
.results_meet_info_place {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.results_team_link_active {
  color: rgb(222, 4, 4);
}
.results_link {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background: #de0404;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  display: block;
}
.results_link:hover {
  background: #3c3f46;
}

.width_250px {
  width: 250px;
}
.block_post_wrapper {
  display: flex;
  column-gap: 45px;
}
.block_post_content {
  width: 75%;
}
.block_post_content_img {
  margin-bottom: 15px;
  height: 550px;
  border-radius: 8px;
  overflow: hidden;
}
.block_post_content_info {
  padding-bottom: 15px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(40, 40, 40);
}
.post_content_info_list {
  display: flex;
  column-gap: 25px;
}
.post_content_info_item {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.post_content_info_item_img {
  width: 25px;
  height: 25px;
}
.post_content_info_item_text {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(165, 165, 165);
}
.post_content_text {
  font-size: 18px;
  font-weight: normal;
  color: rgb(255, 255, 255);
}
.block_post_socials_list {
  padding-bottom: 15px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(40, 40, 40);
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: flex-end;
}
.post_socials_list_title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(165, 165, 165);
  text-transform: uppercase;
}
.block_post_aside {
  width: 25%;
}
.aside_news_item {
  margin-bottom: 20px;
  background: #191a1d;
  border-radius: 8px;
  overflow: hidden;
}
.aside_news_item:last-child {
  margin-bottom: 0;
}
.aside_news_link {
  display: flex;
  transition: ease 0.5s;
  column-gap: 15px;
  color: rgb(255, 255, 255);
}
.aside_news_link:hover {
  color: rgb(222, 4, 4);
}
.block_aside_news_link_img {
  height: 100px;
  width: 150px;
  border-radius: 8px;
  overflow: hidden;
}
.aside_news_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_aside_news_info {
  width: 50%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.aside_news_info_subtitle {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgb(222, 4, 4);
}

.aside_news_info_title_text {
  font-size: 15px;
  font-weight: 500;
}
.padding_10 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.column_gap_10 {
  column-gap: 10px;
}
.width_20 {
  width: 20px;
}
.font_size_14 {
  font-size: 14px;
}
.block_player_bio_point_value {
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.15);
  height: 20px;
  border-radius: 2px;
}
.block_player_bio_point_value_current {
  background: #de0404;
  height: 20px;
}
.video_post_content_link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.block_video_post_content_link_img {
  height: 600px;
}
.video_post_content_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_post_content_play_icon {
  width: 200px;
  position: absolute;
  top: 30%;
  left: 40%;
  height: 200px;
}
.block_video_post_aside {
  position: absolute;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  overflow: hidden;
  top: 5%;
  bottom: 50px;
  right: 1%;
}
.video_post_aside_play_icon {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 33%;
  top: 25%;
}
.video_post_content_text {
  font-size: 18px;
  font-weight: normal;
  color: rgb(255, 255, 255);
}
.section_page_title_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
