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: "Roboto", sans-serif;
  background-color: #181b20;
}

.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;
}

.main {
  flex-grow: 1;
}

.position_relative {
  position: relative;
}

.block_img_gradient {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.hero_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
}
.block_hero_top_video_info {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.block_source {
  background-color: rgba(45, 52, 61, 0.7);
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
}
.source_text {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 0;
}
.text {
  margin-top: 0;
  margin-bottom: 0;
}
.hero_top_video_title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
  max-width: 80%;
  margin-bottom: 8px;
}
.hero_top_video_text {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  max-width: 57%;
  margin-bottom: 15px;
}
.hero_top_video_link {
  background-color: rgb(195, 15, 37);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  transition: 1s;
  column-gap: 10px;
  z-index: 0;
}
.hero_top_video_link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(195, 15, 37);
}
.hero_top_video_link_play_img {
  width: 20px;
  filter: saturate(10);
}
.hero_video_list {
  display: flex;
  column-gap: 25px;
}
.hero_video_item {
  overflow: hidden;
  border-radius: 8px;
}
.hero_video_link {
}
.block_img_gradient_hover {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: 1s;
}
.block_img_gradient_hover:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.hero_video_img {
  width: 100%;
}
.block_hero_video_info {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.block_hero_video_source {
  background-color: rgba(45, 52, 61, 0.76);
  border-radius: 8px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  display: inline-flex;
  margin-bottom: 6px;
}
.hero_video_source {
  font-size: 10px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_gradient {
  position: absolute;
  left: 0;
  width: 75%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  height: 100%;
}
.hero_video_title {
  font-size: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.hero_video_play_img {
  width: 40px;
  position: absolute;
  left: 43%;
  top: 35%;
}

.block_one_sport_video_date {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.section_main_content {
  padding-bottom: 80px;
  padding-top: 80px;
}
.main_video_list_title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.main_video_list_link {
  color: rgb(105, 109, 126);
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
}
.main_video_list_link:hover {
  color: rgb(197, 15, 37);
}
.block_main_video_list_title {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
  margin-bottom: 25px;
}
.main_video_list {
  display: flex;
  column-gap: 25px;
}
.main_video_item {
  border-radius: 8px;
  overflow: hidden;
}
.main_video_img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.block_main_video_btn {
  border-radius: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background-color: rgb(195, 15, 37);
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0;
}
.main_video_btn {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.main_video_star_img {
  width: 25px;
  filter: invert(100%);
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 0;
}
.block_main_video_source {
  background-color: rgba(45, 52, 61, 0.76);
  border-radius: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  display: inline-flex;
  margin-bottom: 10px;
}
.main_video_source {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.main_video_title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.block_main_video_date {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.main_video_date_img {
  width: 20px;
}
.main_video_date {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.block_main_video_bottom_info {
  position: absolute;
  bottom: 5%;
  left: 5%;
  flex-direction: column;
}
.margin_bottom_80 {
  margin-bottom: 80px;
}
.main_video_play_img {
  width: 80px;
  position: absolute;
  left: 38%;
  top: 38%;
}
.main_video_list_little {
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.main_video_item_little {
  width: calc(((100% - 75px) / 4));
}
.height_35vh {
  height: 35vh;
}
.block_main_video_btn_little {
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
}
.main_video_btn_little {
  font-size: 12px;
}
.main_video_play_img_little {
  width: 60px;
  left: 40%;
  top: 40%;
}
.block_main_video_source_little {
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  margin-bottom: 8px;
}
.main_video_source_little {
  font-size: 12px;
}
.main_video_title_little {
  font-size: 18px;
  margin-bottom: 8px;
}
.main_video_list_big {
  justify-content: center;
  display: flex;
}
.height_75vh {
  height: 75vh;
}
.left_0 {
  left: 0;
}
.border_white_main_video {
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  z-index: 1;
  position: absolute;
  left: 3%;
  top: 3%;
  padding-bottom: 48%;
  padding-left: 90%;
  padding-right: 3%;
  padding-top: 50%;
}
.section_one_sport {
  padding-bottom: 80px;
  padding-top: 150px;
}
.block_one_sport_video_list_title {
  margin-bottom: 25px;
}
.one_sport_video_list_title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.one_sport_video_list {
  display: flex;
  column-gap: 25px;
}
.one_sport_video_item {
  border-radius: 8px;
  overflow: hidden;
}
.one_sport_video_img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.one_sport_video_star_img {
  width: 25px;
  filter: invert(100%);
  position: absolute;
  top: 5%;
  right: 5%;
}
.block_one_sport_video_bottom_info {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.block_one_sport_video_source {
  background-color: rgba(45, 52, 61, 0.76);
  padding-left: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-top: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: inline-flex;
}
.one_sport_video_source {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.one_sport_video_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}
.one_sport_video_date_img {
  width: 20px;
}
.one_sport_video_date {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.one_sport_video_play_img {
  width: 80px;
  position: absolute;
  left: 38%;
  top: 38%;
}
.block_one_sport_video_source_little {
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  margin-bottom: 8px;
}
.one_sport_video_source_little {
  font-size: 12px;
}
.one_sport_video_title_little {
  font-size: 18px;
  margin-bottom: 8px;
}
.one_sport_video_play_img_little {
  width: 60px;
  left: 40%;
  top: 40%;
}
.one_sport_height_35vh {
  height: 35vh;
}
.justify_content_center {
  justify-content: center;
}
.one_sport_video_play_img_big {
  left: 45%;
  width: 120px;
}
.one_sport_video_img_big {
  height: 100vh;
  width: 100%;
}
.a {
  padding-top: 120px;
}
.section_text_news {
  padding-bottom: 80px;
  padding-top: 150px;
}
.text_news_title {
  font-size: 45px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.text_news_text {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.text_news_img_banner {
}
.block_text_news_img_banner {
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  background-image: url("../images/8c5bed65ffabba2ef9ea5ae6fd3fc886.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 831px;
  height: 207px;
}
.block_text_news_info {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.block_text_news_text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.text_news_subtitle {
  font-size: 25px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.text_news_subtext {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  max-width: 100%;
}
.text_news_link {
  background-color: rgb(195, 15, 37);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  transition: 1s;
  display: inline-flex;
  margin-left: auto;
}
.text_news_link:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(195, 15, 37);
}
.block_text_news_link {
  display: flex;
  width: 100%;
}
.block_text_news_list_title {
  margin-bottom: 25px;
}
.text_news_list_title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}
.text_news_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.text_news_item {
  width: calc(((100% - 75px) / 4));
  border-radius: 8px;
  overflow: hidden;
}
.text_news_img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
}
.text_news_star_img {
  width: 25px;
  filter: invert(100%);
  position: absolute;
  top: 5%;
  right: 5%;
}
.block_text_news_bottom_info {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.block_text_news_source {
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  border-radius: 8px;
  background-color: rgba(45, 52, 61, 0.76);
  margin-bottom: 8px;
  display: inline-flex;
}
.text_news_source {
  font-size: 12px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.text_news_bottom_title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
}
.text_news_date {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.section_contact {
  padding-bottom: 80px;
  padding-top: 150px;
}
.contact_title {
  font-size: 45px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.contact_text {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.contact_text_accent_bold {
  font-weight: 800;
}
.contact_info_bottom {
}
.contact_list_title {
  font-size: 22px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}
.contact_item {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.contact_item:last-child {
  margin-bottom: 0;
}
.contact_item::before {
  content: "";
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 39%;
  background-color: rgb(255, 255, 255);
}
.contact_item_text {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.contact_container {
  display: flex;
  flex-direction: column;
  row-gap: 25rem;
}
.section_post {
  padding-top: 150px;
  padding-bottom: 80px;
}
.post_container {
  display: flex;
  column-gap: 45px;
  margin-bottom: 40px;
}
.post_content_img {
  width: 100%;
}
.block_post_content_filtr {
  margin-bottom: 25px;
}
.post_content_link {
  background-color: rgb(105, 109, 126);
  border-radius: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
.post_content_link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.block_post_content_img {
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
}
.block_post_content_title {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-bottom-width: 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post_content_title {
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-weight: 700;
}
.block_post_content_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.post_content_time {
  color: rgb(234, 234, 238);
  font-size: 18px;
  font-weight: 500;
}
.post_content_status {
  color: rgb(234, 234, 238);
  font-size: 18px;
  font-weight: 500;
}
.block_post_content_text {
}
.post_content_text {
  color: rgb(234, 234, 238);
  font-size: 18px;
  font-weight: 500;
}
.post_content_text_btn {
  border-style: none;
  background: transparent;
  color: rgb(234, 234, 238);
  font-size: 18px;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.post_content_text_btn:hover {
  text-decoration: underline;
}
.post_aside_item {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-bottom-width: 1px;
  margin-bottom: 20px;
}
.post_aside_item:last-child {
  margin-bottom: 0;
}
.post_aside_link {
  display: flex;
  column-gap: 20px;
  align-items: stretch;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.post_aside_img {
  width: 100%;
}
.block_post_aside_img {
  border-radius: 8px;
  overflow: hidden;
  width: 250px;
}
.block_post_aside_info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.post_aside_title {
  color: rgb(234, 234, 238);
  font-size: 18px;
  font-weight: 500;
}
.block_post_aside_date {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.post_aside_date_img {
  width: 18px;
}
.post_aside_date {
  color: rgb(234, 234, 238);
  font-size: 12px;
  font-weight: 500;
}
.post_aside_source {
  color: rgb(234, 234, 238);
  font-size: 12px;
  font-weight: 500;
}
.post_news_title {
  color: rgb(234, 234, 238);
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
.post_news_list {
  display: flex;
  column-gap: 25px;
}
.post_news_item {
  border-radius: 8px;
  overflow: hidden;
}
.post_news_img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.block_post_news_info {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  bottom: 5%;
  left: 5%;
}
.block_post_news_source {
  background-color: rgba(45, 52, 61, 0.76);
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  display: inline-flex;
  border-radius: 8px;
}
.post_news_source {
  font-size: 15px;
  font-weight: 500;
  color: rgb(234, 234, 238);
  text-transform: uppercase;
}
.block_post_news_title {
  color: rgb(255, 255, 255);
}
.block_main_post_news_date {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.main_post_news_date_img {
  width: 20px;
}
.main_post_news_date {
  font-size: 15px;
  font-weight: 500;
  color: rgb(234, 234, 238);
}
.post_video_content_link {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
.post_video_content_play_img {
  width: 90px;
  position: absolute;
  left: 45%;
  top: 40%;
}
.post_video_aside_play {
  position: absolute;
  width: 30px;
  left: 40%;
  top: 30%;
}
.post_news_play_img {
  width: 80px;
  position: absolute;
  left: 40%;
  top: 40%;
}
.section_result {
  padding-bottom: 80px;
  padding-top: 150px;
}
.table_result {
  width: 100%;
  border-radius: 8px;
  border-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.table_result_head_line {
  background-color: rgb(44, 47, 55);
}
.head_line_liga_name {
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
}
.block_liga_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
}
.liga_logo_img {
  filter: invert(100%);
  width: 30px;
}
.liga_logo_title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(234, 234, 238);
}
.head_line_point {
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
}
.line_point {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: rgb(234, 234, 238);
}
.line_point_accent {
  font-weight: 700;
}
.table_result_body_line {
  background-color: rgb(44, 47, 55);
}
.table_result_body_line:hover {
  background-color: rgba(44, 47, 55, 0.35);
}
.body_line_result_team {
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
}
.point_result_link {
}
.block_result_team {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.result_team_text {
  font-size: 18px;
  font-weight: 400;
  color: rgb(234, 234, 238);
}
.result_team_img {
  width: 25px;
}
.body_line_point {
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
}
.block_point_result {
  display: flex;
  column-gap: 15px;
  justify-content: center;
}
.block_point_result_wrap {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point_result_text {
  color: rgb(234, 234, 238);
  font-size: 18px;
  font-weight: 400;
}
.bg_green {
  background-color: rgb(22, 163, 74);
}
.bg_red {
  background-color: rgb(220, 38, 38);
}
.bg_grey {
  background-color: rgb(170, 170, 170);
}
.border_bottom {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-bottom-width: 1px;
}
.border_bottom_accent {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-bottom-color: rgba(255, 255, 255, 0.7);
  border-bottom-width: 1px;
}
.result_title {
  font-size: 35px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 35px;
  text-align: center;
}
.block_result_filtr {
  margin-bottom: 35px;
}
.result_filtr_list {
  display: flex;
  column-gap: 15px;
}
.result_filtr_btn {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(195, 15, 37);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 1s;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}
.result_filtr_btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(195, 15, 37);
}
.result_filtr_btn_active {
  background-color: rgb(195, 15, 37);
  color: rgb(255, 255, 255);
}
.c {
  border-radius: 8px;
  overflow: hidden;
}
.section_calendar {
  padding-bottom: 80px;
  padding-top: 150px;
}
.block_calendar_top {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.block_team_meet_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-color: rgb(44, 47, 55);
}
.block_liga_info {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.liga_img {
  filter: invert(100%);
  width: 35px;
}
.liga_date_top {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  column-gap: 5px;
  color: rgb(255, 255, 255);
}
.block_status_top {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.status_top {
  font-size: 16px;
  font-weight: 500;
}
.block_team_meet_bottom {
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  background-image: url("../images/de1fb4d4699527624f1ceb4dd0854c15.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.team_meet_title {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
  display: block;
  text-align: center;
}
.block_team_match_calendar_top {
  display: flex;
  justify-content: center;
  align-items: stretch;
  column-gap: 25px;
  margin-bottom: 32px;
}
.block_team_calendar_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.team_calendar_top_img {
  width: 75%;
  height: 15vh;
  object-fit: scale-down;
}
.team_calendar_top_name {
  font-size: 22px;
  font-weight: 700;
  max-width: 180px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.block_score_calendar_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.score_calendar_top_title {
  font-size: 18px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.block_score_calendar_top_info {
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  border-style: solid;
  border-width: 2px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.score_calendar_top_info {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.score_calendar_top_subtitle {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.calendar_top_link_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}
.calendar_link {
  background-color: rgb(195, 15, 37);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  transition: 1s;
  column-gap: 10px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.calendar_link:hover {
  color: rgb(195, 15, 37);
  background-color: rgb(255, 255, 255);
}
.calendar_link_img {
  width: 24px;
  filter: invert(100%);
}
.calendar_bottom_item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.calendar_bottom_item:last-child {
  margin-bottom: 0;
}
.block_calendar_bottom {
  display: flex;
}
.block_team_match_calendar {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: rgb(44, 47, 55);
  justify-content: space-between;
}
.block_liga_info_calendar_bottom {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.liga_calendar_date {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  color: rgb(255, 255, 255);
}
.liga_calendar_date_accent {
  font-weight: 700;
}
.block_status {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 90px;
  background-color: rgb(255, 255, 255);
  height: 20px;
  width: 20px;
}
.status_text {
  font-size: 16px;
  font-weight: 500;
}
.block_team_meet {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  column-gap: 25px;
  justify-content: space-between;
  flex-grow: 1;
  border-style: solid;
  border-top-color: rgb(44, 47, 55);
  border-right-color: rgb(44, 47, 55);
  border-bottom-color: rgb(44, 47, 55);
  border-left-color: rgba(0, 0, 0, 0);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0;
}
.block_team_match {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  column-gap: 25px;
}
.block_team_calendar_bottom_info {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.team_calendar_bottom_name {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  max-width: 170px;
  text-align: center;
}
.team_calendar_bottom_img {
  width: 72px;
}
.block_score_calendar_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.score_calendar_bottom_title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.block_score_calendar_bottom_info {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: rgb(44, 47, 55);
  display: flex;
  column-gap: 30px;
  border-radius: 8px;
}
.score_calendar_bottom_info {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: center;
}
.score_calendar_bottom_subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.block_calendar_link {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.header_container {
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(170, 170, 170);
  padding-bottom: 10px;
}
.width_100 {
  width: 100%;
}
.text_align_center {
  text-align: center;
}
.padding_bottom_43 {
  padding-bottom: 43%;
}
.margin_left_150 {
  margin-left: 150px;
}

.padding_bottom_5 {
  padding-bottom: 5px;
}
.border_bottom_0 {
  border-bottom-width: 0;
}

.section_content {
  padding: 16px 0;
}

.section_content_top_0 {
  padding-top: 0;
}

.section_title_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 16px;
}

.section_title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.section_title_font_size_h3 {
  font-size: 16px;
}

.section_title_font_size_h4 {
  font-size: 14px;
}

.section_title_border_bottom_wrap {
}

@media screen and (min-width: 576px) {
  .section_content_top_0 {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .section_title {
    font-size: 20px;
  }

  .section_title_font_size_h3 {
    font-size: 18px;
  }

  .section_title_font_size_h4 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .section_content {
    padding: 22px 0;
  }

  .section_content_top_0 {
    padding-top: 0;
  }

  .section_title_wrap {
    margin-bottom: 24px;
  }

  .section_title {
    font-size: 25px;
  }

  .section_title_font_size_h3 {
    font-size: 20px;
  }

  .section_title_font_size_h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .section_content {
    padding: 32px 0;
  }

  .section_content_top_0 {
    padding-top: 0;
  }

  .section_title_wrap {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .section_title {
    font-size: 30px;
  }

  .section_title_font_size_h3 {
    font-size: 25px;
  }

  .section_title_font_size_h4 {
    font-size: 20px;
  }
}
.section_page_title_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
