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: "Lato", sans-serif;
  background-color: #ffffff;
  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: #333333;
  transition: all 0.9s ease;
}

.content_link:hover {
  color: #333333a6;
}

.content_link_color_white {
  color: #ffffffcc;
}

.content_link_color_white:hover {
  color: #ffffff;
}

.main {
  flex-grow: 1;
}

.position_relative {
  position: relative;
}

.bg_color_blue {
  background-color: #0c77a4;
}

.bg_color_dark_gray {
  background-color: #222222;
}

.bg_color_dark_blue {
  background-color: #0d2042;
}

.matches_place {
  color: rgb(41, 41, 41);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.section_matches {
  background-color: rgb(250, 250, 252);
  padding-bottom: 40px;
  padding-top: 40px;
}
.block_matches {
}
.matches_subtitle {
  color: rgb(41, 41, 41);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.text {
  margin-top: 0;
  margin-bottom: 0;
}
.block_matches_score {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  column-gap: 25px;
}
.block_matches_team {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  justify-content: center;
}
.matches_team_logo {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  width: 60px;
}
.matches_score_text {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(41, 41, 41);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
}
.matches_team_name {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(41, 41, 41);
  font-size: 18px;
  font-weight: 600;
  max-width: 150px;
  text-align: center;
}
.matches_date {
  margin-bottom: 10px;
  color: rgb(41, 41, 41);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.block_matches_link {
  display: flex;
  margin-top: 20px;
}
.matches_link {
  color: rgb(41, 41, 41);
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(255, 227, 0);
  font-size: 18px;
  font-weight: 600;
}
.matches_link:hover {
  color: rgba(41, 41, 41, 0.75);
}
.matches_container {
  display: flex;
  justify-content: center;
  column-gap: 75px;
}
.section_main_news {
  padding-bottom: 40px;
  padding-top: 40px;
}
.block_main_news_top {
  display: flex;
  column-gap: 24px;
  margin-bottom: 24px;
}
.block_main_news_left {
  height: auto;
  width: calc((67% - 12px));
}

.main_news_left_img {
  width: 100%;
}
.block_img_gradient_hover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.35);
}
.block_img_gradient_hover:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.block_main_news_left_info {
  position: absolute;
  left: 2%;
  bottom: 3%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.main_news_left_title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.main_news_left_date {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.block_main_news_right {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: calc((33% - 12px));
}
.main_news_little_img {
  width: 100%;
}
.block_main_news_little_info {
  position: absolute;
  left: 2%;
  bottom: 3%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.main_news_little_title {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.main_news_little_date {
  font-size: 12px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.main_news_bottom_list {
  display: flex;
  column-gap: 24px;
}
.main_news_bottom_img {
  width: 100%;
}
.block_main_news_bottom_info {
  position: absolute;
  left: 2%;
  bottom: 3%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.main_news_bottom_title {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.main_news_bottom_date {
  font-size: 12px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.section_latest {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: rgb(250, 250, 252);
}
.latest_title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: rgb(41, 41, 41);
}
.latest_list {
  display: flex;
  column-gap: 24px;
}
.latest_img {
  width: 100%;
}

.latest_play_img {
  filter: invert(100%);
  width: 45px;
  position: absolute;
  left: 44%;
  top: 33%;
}

.block_latest_info {
  background-color: rgb(255, 255, 255);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.latest_subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  color: rgb(41, 41, 41);
}
.latest_date {
  color: rgb(41, 41, 41);
  font-size: 12px;
  font-weight: 500;
}
.section_main_player {
  background-color: rgb(255, 255, 255);
  padding-bottom: 40px;
  padding-top: 40px;
}

.main_player_title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
  color: rgb(41, 41, 41);
  text-transform: uppercase;
}
.main_player_list {
  display: flex;
  column-gap: 24px;
}
.block_main_player_img {
  background-color: rgb(0, 133, 203);
}
.main_player_img {
  width: 100%;
}
.main_player_num {
  font-size: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 5%;
  top: 5%;
}
.block_main_player_info {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-color: rgb(250, 250, 252);
  color: rgb(41, 41, 41);
}
.block_main_player_info:hover {
  text-decoration: underline;
}
.main_player_subtitle {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin-bottom: 20px;
}
.main_player_subtitle_accent {
  font-size: 20px;
  font-weight: 600;
}
.block_main_player_bottom_info {
  display: flex;
  justify-content: space-between;
}
.main_player_bottom_text {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.main_player_bottom_img {
  width: 32px;
}

.bg_green {
  background-color: rgb(22, 163, 74);
  z-index: 0;
}

.block_table_link {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.block_img_gradient {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.margin_top_40 {
  margin-top: 40px;
}

.padding_0 {
  padding-bottom: 0;
  padding-top: 0;
}
.bg_color_white {
  background-color: rgb(255, 255, 255);
}
.color_dark {
  color: rgb(41, 41, 41);
}

.color_white {
  color: #ffffff;
}
.bg_dark {
  background-color: rgb(41, 41, 41);
}
.block_video_wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}
.display_flex {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.max_width {
  max-width: 800px;
}

.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-bottom-color: rgba(0, 0, 0, 0.35);
  border-bottom-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-width: 1px;
}

.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-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-width: 1px;
}

.bg_red {
  background-color: rgb(220, 38, 38);
}
.bg_grey {
  background-color: rgb(170, 170, 170);
}
.post_video_play_icon {
  filter: invert(100%);
  position: absolute;
  left: 45%;
  top: 35%;
  width: 150px;
}
.video_play_icon {
  filter: invert(100%);
  width: 35px;
  position: absolute;
  left: 42%;
  top: 18%;
}
.section_hero {
  background-image: url("../images/66fcd1c29a77122664666090ab046761.webp");
  background-size: cover;
  height: 100vh;
}
.fllex_center {
  display: flex;
  justify-content: center;
}
.position_absolute {
  position: absolute;
  left: 0;
  right: 0;
}
.hero_title {
  font-size: 45px;
  font-weight: 700;
  color: rgb(250, 250, 252);
  max-width: 900px;
}
.hero_container {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  position: absolute;
  left: 5%;
  bottom: 10%;
  align-items: center;
}
.hero_title_link {
  color: rgb(255, 227, 0);
  transition: 1s;
}
.hero_title_link:hover {
  color: rgb(255, 227, 0);
  text-decoration: underline;
}
.hero_date {
  font-size: 25px;
  font-weight: 500;
  color: rgb(250, 250, 252);
  margin-left: -765px;
}
.section_location_news {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: rgb(250, 250, 252);
}
.location_news_list {
  display: flex;
  column-gap: 24px;
}
.location_news_item {
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.location_news_img {
  width: 100%;
}
.block_location_news_info {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-color: rgb(255, 255, 255);
}
.location_news_link {
  color: rgba(41, 41, 41, 0.75);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  display: inline-block;
}
.location_news_link:hover {
  text-decoration: underline;
}
.location_news_text {
  color: rgb(41, 41, 41);
  font-size: 18px;
  font-weight: 400;
}
.section_socials {
  padding-bottom: 40px;
  padding-top: 40px;
}
.block_circle {
  border-radius: 50%;
  border-style: solid;
  height: 20px;
  width: 20px;
  border-color: rgb(255, 227, 0);
  border-width: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.block_circle::after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.block_point {
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: rgb(255, 227, 0);
}
.socials_container {
}
.socials_container::before {
}
.socials_left_after::after {
  background-color: rgb(0, 133, 203);
  content: "";
  height: 3px;
  font-weight: 500;
  position: absolute;
  left: 0;
  width: 45%;
  top: 0;
}
.socials_right_before::after {
  background-color: rgba(0, 0, 0, 0);
}
.socials_right_before::before {
  content: "";
  background-color: rgb(0, 133, 203);
  font-weight: 500;
  height: 3px;
  position: absolute;
  right: 0;
  width: 45%;
  top: 0;
}
.block_line {
}
.socials_list {
  display: flex;
  column-gap: 15px;
}
.socials_img {
  width: 40px;
  filter: invert(50%);
}
.socials_img:hover {
  filter: invert(75%);
}
.block_socials_list {
  padding-bottom: 60px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.address_list {
  display: flex;
  column-gap: 25px;
}
.address_link {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.address_img {
  width: 20px;
  filter: invert(50%);
}
.address_img:hover {
  filter: invert(75%);
}
.block_address_img {
  align-items: center;
  background-color: rgb(255, 227, 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 45px;
  width: 45px;
}
.address_text {
  font-size: 22px;
  font-weight: 600;
  color: rgba(41, 41, 41, 0.75);
}
.address_text:hover {
  text-decoration: underline;
  color: rgba(41, 41, 41, 0.75);
}
.top_-9 {
  top: -9px;
}
.bottom_-10 {
  bottom: -10px;
}
.section_sponsors {
  padding-bottom: 40px;
}
.sponsors_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
.sponsors_item {
  width: calc(((100% - 72px) / 4));
}
.sponsors_link {
  display: block;
}
.sponsors_img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.margin_bottom_0 {
  margin-bottom: 0px;
}

/* Base styles for mobile (320px and up) */
@media (min-width: 320px) {
  /* Hero section mobile */
  .section_hero {
    height: 60vh;
    background-position: center;
  }

  .hero_container {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 20px 10px;
    width: 100%;
  }

  .hero_title {
    font-size: 20px;
    line-height: 1.3;
  }

  .hero_date {
    font-size: 14px;
    margin-left: 0;
  }

  /* Matches section mobile */
  .matches_container {
    flex-direction: column;
    gap: 20px;
  }

  .block_matches {
    width: 100%;
  }

  .matches_team_logo {
    width: 40px;
  }

  .matches_team_name {
    font-size: 14px;
  }

  .matches_score_text {
    font-size: 20px;
  }

  /* News sections mobile */
  .block_main_news_top {
    flex-direction: column;
    gap: 15px;
  }

  .block_main_news_left,
  .block_main_news_right {
    width: 100%;
  }

  .main_news_left_title {
    font-size: 18px;
  }

  .main_news_bottom_list {
    flex-direction: column;
    gap: 15px;
  }

  .main_news_bottom_item {
    width: 100%;
  }

  /* Latest videos mobile */
  .latest_list {
    flex-direction: column;
    gap: 15px;
  }

  .latest_item {
    width: 100%;
  }

  .latest_title {
    font-size: 24px;
  }

  /* Location news mobile */
  .location_news_list {
    flex-direction: column;
  }

  .location_news_item {
    width: 100%;
  }

  /* Socials section mobile */
  .block_socials_list {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }

  .address_list {
    flex-direction: column;
    gap: 15px;
  }

  .address_text {
    font-size: 16px;
  }

  /* Sponsors mobile */
  .sponsors_list {
    justify-content: center;
    gap: 15px;
  }

  .sponsors_item {
    width: calc(50% - 8px);
  }

  .sponsors_img {
    width: 100px;
  }
}

/* Small devices (576px and up) */
@media (min-width: 576px) {
  .hero_title {
    font-size: 24px;
  }

  .hero_date {
    font-size: 16px;
  }

  .sponsors_img {
    width: 120px;
  }
}

/* Medium devices (768px and up) */
@media (min-width: 768px) {
  .section_hero {
    height: 80vh;
  }

  .hero_title {
    font-size: 32px;
  }

  .hero_date {
    font-size: 18px;
  }

  .matches_container {
    flex-direction: row;
    gap: 30px;
  }

  .block_main_news_top {
    flex-direction: row;
  }

  .block_main_news_left {
    width: calc(67% - 12px);
  }

  .block_main_news_right {
    width: calc(33% - 12px);
  }

  .main_news_bottom_list {
    flex-direction: row;
  }

  .main_news_bottom_item {
    width: calc(25% - 18px);
  }

  .post_item {
    width: calc(25% - 18px);
  }

  .location_news_list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .location_news_item {
    width: calc(50% - 12px);
  }

  .sponsors_item {
    width: calc(33.333% - 16px);
  }

  .block_socials_list {
    flex-direction: row;
    justify-content: space-between;
  }

  .address_list {
    flex-direction: row;
  }
}

/* Large devices (1024px and up) */
@media (min-width: 1024px) {
  .hero_title {
    font-size: 38px;
  }

  .hero_date {
    font-size: 20px;
  }

  .section_hero {
    height: 90vh;
  }

  .location_news_item {
    width: calc(25% - 18px);
  }

  .sponsors_item {
    width: calc(25% - 18px);
  }
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) {
  .hero_title {
    font-size: 42px;
  }

  .hero_date {
    font-size: 22px;
  }

  .section_hero {
    height: 100vh;
  }
}

/* XXL devices (1440px and up) */
@media (min-width: 1440px) {
  .hero_title {
    font-size: 45px;
  }

  .hero_date {
    font-size: 25px;
  }
}

/* Utility classes for responsive visibility */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}

/* Smooth scrolling for better UX */
html {
  scroll-behavior: smooth;
}

/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Add horizontal scroll to tables on mobile */
@media (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 100%;
  }
}

/* Use this for accurate viewport height on mobile */
.section_hero {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* .mobile-nav-overlay {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
} */
