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: #000000;
  height: 100%;
}

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

.position_relative {
  position: relative;
}

.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 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.content_link {
  position: relative;
  color: #040113;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.5s ease;
}

.content_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #fc0307;
  transition: width 0.5s ease;
}

.content_link:hover {
  color: #fc0307;
}

.content_link:hover::after {
  width: 100%;
}

.main {
  flex-grow: 1;
}
.footer {
  background: #d6e7ff;
  padding-bottom: 30px;
  padding-top: 30px;
}

.section_hero {
}
.section_home_news {
  padding-bottom: 30px;
  padding-top: 30px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.section_home_calendar {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #d6e7ff;
}
.section_home_video {
  padding-top: 30px;
}

.block_video_link_img {
  height: 250px;
}

.block_video_info {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.video_info_title {
  font-size: 20px;
  font-weight: 700;
}
.video_play_icon_img {
  position: absolute;
  height: 100px;
  width: 100px;
  left: 37%;
  top: 25%;
}
.block_video_duration {
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  position: absolute;
  right: 2%;
  top: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_duration {
  font-size: 12px;
  font-weight: 700;
  color: rgb(252, 252, 252);
}
.color_black {
  color: rgb(4, 1, 19);
}
.bg_color_black {
  background: #040113;
}
.home_calendar_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.home_calendar_item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(173, 204, 249);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  display: flex;
  column-gap: 15px;
  width: calc(calc((100% - 50px) / 3));
}
.width_70pr {
  width: 70%;
}
.home_calendar_left_item {
  margin-bottom: 10px;
}
.home_calendar_left_item:last-child {
  margin-bottom: 0;
}
.home_calendar_left_link {
  align-items: center;
  display: flex;
  column-gap: 10px;
  font-size: 17px;
  font-weight: 600;
  justify-content: flex-end;
  color: rgb(4, 1, 19);
  transition: ease 0.5s;
}
.home_calendar_left_link:hover {
  color: rgb(252, 3, 7);
}
.home_calendar_left_link_img {
  width: 30px;
  height: 30px;
}
.block_home_calendar_right {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-left-color: rgb(173, 204, 249);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 16px;
  margin-left: 16px;
  row-gap: 10px;
}
.home_calendar_right_text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(111, 110, 118);
  letter-spacing: 2px;
}
.home_calendar_right_link {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-transform: uppercase;
  color: rgb(252, 252, 252);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(252, 252, 252);
  background: #040113;
  transition: ease 0.5s;
}
.home_calendar_right_link:hover {
  background: #fcfcfc;
  color: rgb(4, 1, 19);
}
.flex_direction_row_reverse {
  flex-direction: row-reverse;
}
.width_30pr {
  width: 30%;
}
.section_home_results {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section_standings {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #d6e7ff;
}

.league_table_body_line:hover {
  background: #fcfcfc;
}

.bg_color_green {
  background: #23a455;
}
.bg_color_red {
  background: #fc0307;
}
.bg_color_gray {
  background: #54595f;
}

.section_top_video {
  padding-bottom: 30px;
  padding-top: 30px;
}
.top_video_list {
  align-items: center;
  display: flex;
  column-gap: 25px;
}
.top_video_item {
  width: 25%;
}
.top_video_link {
  color: rgb(252, 252, 252);
  background: linear-gradient(to bottom, red, #fc0307);
  background-size: 0% 5%;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0.3s all ease;
  background-position-y: 527px;
}
.top_video_link:hover {
  color: rgb(252, 3, 7);
  background-size: 100% 5%;
}
.block_top_video_link_img {
  height: 450px;
}
.top_video_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_video_play_icon {
  height: 120px;
  width: 120px;
  position: absolute;
  left: 32%;
  top: 32%;
}
.block_top_video_duration {
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 2%;
  right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_video_duration {
  font-size: 15px;
  font-weight: 700;
  color: rgb(252, 252, 252);
}
.block_top_video_info {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.top_video_info_title {
  font-size: 20px;
  font-weight: 700;
}
.hero_list {
  display: flex;
}
.hero_item {
  width: 50%;
}
.hero_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_hero_img {
  height: 450px;
}

.block_review_stat_item_wrap {
  height: 6px;
  border-radius: 15px;
}

.section_calendar {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #ffffff;
}
.block_calendar_date {
  align-items: center;
  display: flex;
  column-gap: 25px;
  justify-content: flex-start;
}
.calendar_date_btn {
  cursor: pointer;
  background: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  border-color: rgb(210, 209, 217);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease, background-position 0.3s ease;
}
.calendar_date_btn:hover {
  background: #f6f5f4;
}
.calendar_date_btn_img {
  width: 25px;
}
.calendar_date_btn_text {
  color: rgb(4, 1, 19);
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}
.rotate_deg_180 {
  rotate: 180deg;
}
.block_calendar_wrapper {
}
.block_calendar_week {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #adccf9;
}
.block_calendar_week_days {
  padding-bottom: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar_week_days {
  color: rgb(4, 1, 19);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.block_calendar_mounth {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.block_calendar_mounth_days {
  padding-bottom: 80%;
}
.block_calendar_mounth_days_wrap {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f6f5f4;
}
.calendar_mounth_days {
  font-size: 15px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.bg_empty {
  background: #d6e7ff;
}
.color_empty {
  color: rgb(252, 252, 252);
}
.block_calendar_meet {
  align-items: baseline;
  display: flex;
  column-gap: 15px;
  margin-top: 15px;
}
.calendar_meet_team_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: ease 0.5s;
  color: rgb(4, 1, 19);
  flex: 2 1;
  row-gap: 5px;
  width: calc((50% - 55px));
}
.calendar_meet_team_link:hover {
  color: rgb(252, 3, 7);
}
.calendar_meet_link_img {
  width: 35px;
  height: 35px;
}
.calendar_meet_link_title {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.calendar_meet_text {
  font-size: 15px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.block_review_stat_teams {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.bottom_20 {
  bottom: 20px;
}
.block_calendar_link {
  display: flex;
  position: absolute;
  bottom: 10px;
}
.calendar_link {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  transition: ease 0.5s;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  background: #000000;
  color: rgb(252, 252, 252);
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.calendar_link:hover {
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  background: #ffffff;
}
.block_calendar_bg_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.3;
}
.calendar_bg_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.z_index_5 {
  z-index: 5;
}
.section_contact {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #fcfcfc;
}
.block_contact_wrapper {
  display: flex;
  column-gap: 25px;
}
.block_contact_wrap {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  background: #f6f5f4;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
  width: calc(calc((100% - 50px) / 3));
  transition: ease 0.5s;
}
.block_contact_wrap:hover {
  background: #d6e7ff;
}
.block_contact_wrap:last-child {
}
.block_contact_img {
  border-radius: 50%;
  background: #adccf9;
  height: 100px;
  width: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.contact_img {
  width: 40px;
}
.contact_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(4, 1, 19);
}
.contact_item {
  margin-bottom: 10px;
}
.contact_item:last-child {
  margin-bottom: 0;
}
.contact_link {
  font-size: 15px;
  font-weight: 700;
  color: rgb(4, 1, 19);
  transition: 0.3s all ease;
  background: linear-gradient(to bottom, red, #fc0307);
  background-size: 0% 5%;
  background-repeat: no-repeat;
  background-position-y: 100%;
}
.contact_link:hover {
  color: rgb(252, 3, 7);
  background-size: 100% 5%;
}
.contact_subtitle {
  font-size: 15px;
  font-weight: 700;
  color: rgb(4, 1, 19);
  text-align: center;
  width: 80%;
}
.section_results {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #fcfcfc;
}
.results_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.results_item {
  width: calc(((100% - 50px) / 3));
  border-style: solid;
  border-width: 2px;
  border-color: rgb(173, 204, 249);
}
.block_results_meet {
  align-items: baseline;
  display: flex;
  column-gap: 25px;
}
.results_meet_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  width: calc(calc(50% - 55px) ;);
  flex: 2 1;
  transition: ease 0.5s;
  color: rgb(4, 1, 19);
}
.results_meet_link:hover {
  color: rgb(252, 3, 7);
}
.results_meet_link_img {
  width: 60px;
  height: 60px;
}
.results_meet_link_title {
  font-size: 19px;
  font-weight: 700;
}
.results_meet_text {
  font-size: 25px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.block_results_bg_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.3;
}
.results_bg_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_results_link {
  display: flex;
}
.results_link {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  background: #000000;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  margin-left: auto;
  margin-right: auto;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: ease 0.5s;
  display: inline-flex;
}
.results_link:hover {
  background: #ffffff;
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.block_review_composition_wrapper {
  display: flex;
  column-gap: 25px;
}
.dispay_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.justify_content_center {
  justify-content: center;
}

.margin_bottom_15 {
  margin-bottom: 15px;
}
.font_weight_bold {
  font-weight: bold;
}

.post_item {
}

.border_left_dark_gray {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-left-color: rgb(111, 110, 118);
}

.font_size_25 {
  font-size: 25px;
}

.block_review_stat_item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review_stat_item_top_text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(4, 1, 19);
  width: 5%;
}

.block_hero_meet_info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}
.hero_meet_link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
  transition: ease 0.5s;
  color: rgb(252, 252, 252);
  flex: 2 1;
}
.hero_meet_link:hover {
  color: rgb(252, 3, 7);
}
.hero_meet_link_img {
  width: 100px;
  height: 100px;
}
.hero_meet_link_title {
  font-size: 30px;
  font-weight: 700;
}
.hero_meet_score {
  font-size: 30px;
  font-weight: 700;
  color: rgb(252, 252, 252);
}
.block_hero_meet_score {
  align-items: center;
  display: flex;
  justify-content: center;
  border-color: rgb(252, 252, 252);
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  border-style: solid;
  border-width: 2px;
  background: #040113;
}
.block_hero_meet_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.block_hero_meet_bottom {
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 1px;
  border-top-color: rgb(252, 252, 252);
  padding-top: 10px;
}
.hero_meet_text {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: rgb(252, 252, 252);
}
.block_img_gradient_hover {
  transition: ease 1s;
  background-color: rgba(4, 1, 19, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.block_img_gradient_hover:hover {
  background-color: rgba(4, 1, 19, 0.5);
}
.section_btn {
  background: transparent;
  border-style: solid;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-width: 2px;
  border-color: rgb(252, 252, 252);
  color: rgb(252, 252, 252);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: ease 0.5s;
}
.section_btn:hover {
  color: rgb(252, 3, 7);
  border-color: rgb(252, 3, 7);
}
.block_events_left {
  background: #adccf9;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  width: 10%;
}
.block_events_right {
  background: #fcfcfc;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  width: 100%;
}
.events_data {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: rgb(4, 1, 19);
}
.events_data_accent {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.block_events_meet {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.events_meet_link {
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  transition: ease 0.5s;
  color: rgb(4, 1, 19);
  text-transform: uppercase;
  display: flex;
  width: 25%;
  justify-content: space-between;
  text-align: center;
}
.events_meet_link:hover {
  color: rgb(252, 3, 7);
}
.events_meet_link_img {
  height: 50px;
  width: 50px;
}
.events_meet_score {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(4, 1, 19);
}
.events_meet_link_live {
  background: #040113;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(173, 204, 249);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(252, 252, 252);
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: center;
  transition: ease 0.5s;
}
.events_meet_link_live:hover {
  border-color: rgb(252, 3, 7);
  color: rgb(252, 3, 7);
}
.section_awards {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #d6e7ff;
}

.section_home_teams {
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_footer_top_content {
  padding-bottom: 30px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgb(173, 204, 249);
}
.footer_top_content_container {
  display: flex;
}
.block_footer_top_logo_link_text {
  width: 25%;
  padding-left: 25px;
  padding-right: 25px;
}
.footer_top_logo_link {
  display: block;
  margin-bottom: 15px;
}
.footer_top_logo_link_img {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.footer_top_text {
  font-size: 15px;
  font-weight: 500;
  color: rgb(111, 110, 118);
  text-align: center;
}
.block_footer_top_wrap {
  width: 25%;
  padding-left: 25px;
}
.footer_top_title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer_top_news_item {
  margin-bottom: 15px;
}
.footer_top_news_item:last-child {
  margin-bottom: 0;
}
.footer_top_news_text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.footer_top_news_link {
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(111, 110, 118);
  background: linear-gradient(to bottom, red, #fc0307);
  background-size: 0% 5%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  transition: 0.3s all ease;
}
.footer_top_news_link:hover {
  background-size: 100% 5%;
  color: rgb(252, 3, 7);
}
.footer_top_menu_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.footer_top_menu_item {
  margin-bottom: 10px;
  width: 25%;
}
.footer_top_menu_item:last-child {
  margin-bottom: 0;
}
.footer_top_menu_link {
  font-size: 17px;
  font-weight: 600;
  color: rgb(111, 110, 118);
  background: linear-gradient(to bottom, red, #fc0307);
  background-size: 0% 5%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  transition: 0.3s all ease;
}
.footer_top_menu_link:hover {
  color: rgb(252, 3, 7);
  background-size: 100% 5%;
}
.footer_top_address_item {
  display: flex;
  column-gap: 10px;
  margin-bottom: 15px;
}
.footer_top_address_item:last-child {
  margin-bottom: 0;
}
.footer_top_address_img {
  filter: invert(50%);
  width: 25px;
  height: 25px;
}
.footer_top_address_link {
  font-size: 17px;
  font-weight: 600;
  color: rgb(111, 110, 118);
  transition: 0.3s all ease;
  background: linear-gradient(to bottom, red, #fc0307);
  background-repeat: no-repeat;
  display: inline-flex;
  background-size: 0% 5%;
  background-position-y: 100%;
}
.footer_top_address_link:hover {
  color: rgb(252, 3, 7);
  background-size: 100% 5%;
}
.block_footer_bottom_content {
  padding-top: 30px;
}
.footer_bottom_text {
  text-align: center;
}
.footer_bottom_text_link {
  background: linear-gradient(to bottom, red, #fc0307);
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 0% 5%;
  transition: 0.3s all ease;
  color: rgb(111, 110, 118);
  display: inline-flex;
  font-size: 17px;
  font-weight: 600;
}
.footer_bottom_text_link:hover {
  background-size: 100% 5%;
  color: rgb(252, 3, 7);
}
.footer_bottom_text_accent {
  font-size: 15px;
  font-weight: 500;
  color: rgb(111, 110, 118);
}

.color_white {
  color: rgb(252, 252, 252);
}
.border_bottom_color_white {
  border-bottom-color: rgb(252, 252, 252);
}
.section_review {
  background: #ffffff;
  padding-bottom: 30px;
  padding-top: 30px;
}
.block_review_wrapper {
  border-color: rgba(0, 0, 0, 0);
  width: 75%;
}
.block_review_wrap {
  background: #ffffff;
}

.block_review_liga_name {
  display: flex;
  gap: 8px;
}
.review_liga_name_link {
  background: #d6e7ff;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 700;
  color: rgb(111, 110, 118);
  display: inline-flex;
  transition: ease 0.5s;
}
.review_liga_name_link:hover {
  color: rgb(252, 3, 7);
}
.block_review_score_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  justify-content: center;
}
.block_review_score {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.review_score_link {
  align-items: center;
  display: flex;
  column-gap: 25px;
  transition: ease 0.5s;
  color: rgb(4, 1, 19);
  width: 100%;
}
.review_score_link:hover {
  color: rgb(252, 3, 7);
}
.review_score_link_img {
  width: 60px;
  height: 60px;
}
.review_score_link_title {
  font-size: 25px;
  font-weight: 700;
}
.block_review_score_value {
  align-items: center;
  display: flex;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(173, 204, 249);
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  background: #040113;
  justify-content: center;
}
.review_score_value {
  color: rgb(252, 252, 252);
  font-size: 25px;
  font-weight: 700;
}
.block_review_date {
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 2px;
  border-top-color: rgb(173, 204, 249);
  padding-top: 15px;
}
.review_date {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: rgb(4, 1, 19);
}
.block_review_goal_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}
.block_review_goal_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.review_goal_img {
  height: 20px;
  width: 20px;
}
.block_review_goal_link_text {
  display: flex;
  column-gap: 10px;
}
.block_review_goal_link {
  display: flex;
  flex-direction: column;
}
.review_goal_link {
  color: rgb(4, 1, 19);
  font-size: 17px;
  font-weight: 600;
  transition: ease 0.5s;
}
.review_goal_link:hover {
  color: rgb(252, 3, 7);
}
.font_size_14 {
  font-size: 14px;
}
.color_gray {
  color: rgb(111, 110, 118);
}
.review_goal_text {
  font-size: 17px;
  font-weight: 600;
  color: rgb(4, 1, 19);
}
.margin_left_auto {
  margin-left: auto;
}
.margin_right_auto {
  margin-right: auto;
}
.block_review_win {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 25px;
}
.review_win_title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(111, 110, 118);
}
.block_review_win_wrapper {
  display: flex;
  column-gap: 2px;
  align-items: center;
  width: 50%;
}
.block_review_win_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}
.review_win {
  font-size: 20px;
  font-weight: 700;
  color: rgb(252, 252, 252);
}
.width_40pr {
  width: 40%;
}
.border_top_left_radius {
  border: border-top-left-radius;
  border-top-left-radius: 15px;
}
.border_bottom_left_radius {
  border: border-bottom-left-radius;
  border-bottom-left-radius: 15px;
}
.border_top_right_radius {
  border: border-top-right-radius;
  border-top-right-radius: 15px;
}
.border_bottom_right_radius {
  border: border-bottom-right-radius;
  border-bottom-right-radius: 15px;
}
.width_90pr {
  width: 90%;
}
.review_event_title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.block_review_event_wrapper {
  display: flex;
  column-gap: 10px;
}
.block_review_event_img {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  justify-content: center;
}
.review_event_img {
  height: 30px;
  width: 30px;
}
.block_review_event_wrap {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-left-color: rgb(173, 204, 249);
  display: flex;
  column-gap: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  justify-content: center;
}
.block_review_event_btn_text {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.review_event_btn {
  background: transparent;
  cursor: pointer;
  border-style: solid;
  border-radius: 50%;
  border-width: 2px;
  height: 30px;
  width: 30px;
  border-color: rgb(173, 204, 249);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease, background-position 0.3s ease;
}
.review_event_btn:hover {
  border-color: rgb(4, 1, 19);
}
.review_event_btn::before {
}
.review_event_btn_img {
  height: 20px;
  width: 20px;
}
.margin_left_45 {
  margin-left: 45px;
}
.review_event_text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(4, 1, 19);
  text-align: center;
}
.margin_bottom_35 {
  margin-bottom: 35px;
}
.block_review_event_btn_card {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 6px;
  padding-right: 6px;
}
.bg_color_yellow {
  background: #eec432;
}
.review_event_text_value {
  font-size: 18px;
  font-weight: 700;
  color: rgb(111, 110, 118);
}
.flex_direction_column_reverse {
  flex-direction: column-reverse;
}
.margin_top_25 {
  margin-top: 25px;
}

.review_event_btn_before_left::before {
  content: "";
  background: #adccf9;
  height: 2px;
  width: 48px;
  position: absolute;
  left: 100%;
}
.before_width_40::before {
  width: 40px;
}
.review_event_btn_after_right::after {
  background: #adccf9;
  position: absolute;
  height: 2px;
  width: 46px;
  content: " ";
  right: 100%;
}
.review_event_btn_after_right::before {
}
.after_width_40::after {
  width: 40px;
}
.block_review_aside {
  width: 25%;
  position: sticky;
  top: 10px;
}
.padding_10 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.column_gap_10 {
  column-gap: 10px;
}
.width_20 {
  width: 20px;
}
.width_40 {
  width: 40px;
}
.height_40 {
  height: 40px;
}
.margin_bottom_10 {
  margin-bottom: 10px;
}
.review_event_btn_active {
  border-color: rgb(4, 1, 19);
}
.block_review_event_value {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background: #d6e7ff;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.review_event_value_title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.review_event_value_text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(111, 110, 118);
}
.review_stat_title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.block_review_stat_teams_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block_review_stat_teams_wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.review_stat_teams_link_img {
  height: 30px;
  width: 30px;
}
.review_stat_teams_text {
  font-size: 14px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.review_stat_item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.review_stat_item:last-child {
  margin-bottom: 0;
}
.review_stat_item_top_title {
  font-size: 15px;
  font-weight: 700;
  color: rgb(111, 110, 118);
  width: 25%;
  text-align: center;
}
.block_review_stat_item_bottom {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.width_41pr {
  width: 41%;
}
.width_59pr {
  width: 59%;
}
.width_20pr {
  width: 20%;
}
.width_80pr {
  width: 80%;
}
.width_10pr {
  width: 10%;
}
.width_35pr {
  width: 35%;
}
.width_65pr {
  width: 65%;
}

.width_50pr {
  width: 50%;
}
.width_99pr {
  width: 99%;
}
.width_1pr {
  width: 1%;
}
.text_align_right {
  text-align: right;
}
.border_bottom_right_gray {
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-right-color: rgb(210, 209, 217);
  border-bottom-color: rgb(210, 209, 217);
}
.border_left_gray {
  border-style: solid;
  border-left-width: 1px;
  border-left-color: rgb(210, 209, 217);
}
.border_top_gray {
  border-style: solid;
  border-top-width: 1px;
  border-top-color: rgb(210, 209, 217);
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.width_100pr {
  width: 100%;
}

.height_600 {
  height: 600px;
}

.league_table_body_line_active {
  background: #d6e7ff;
}

.section_page_title_bg_player_img {
  background-image: url("../images/3d9a2b44206fa381d9caf510f54d2073.jpg");
}

.text_transform_uppercase {
  text-transform: uppercase;
}

.review_composition_title {
  color: rgb(4, 1, 19);
  font-size: 20px;
  font-weight: 700;
}
.block_review_composition_field {
  width: 40%;
  height: 720px;
}
.block_review_field_markup_top {
  border-style: solid;
  border-top-width: 0;
  width: 60px;
  height: 15px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-left-color: rgb(252, 252, 252);
  border-bottom-color: rgb(252, 252, 252);
  border-right-color: rgb(252, 252, 252);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.block_review_field_markup_center {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(252, 252, 252);
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 45%;
}
.block_review_field_markup_center::before {
  content: "";
  height: 1px;
  background: #fcfcfc;
  position: absolute;
  width: 410px;
  right: -176px;
  top: 50%;
}
.block_review_field_markup_bottom {
  border-style: solid;
  position: absolute;
  bottom: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-left-color: rgb(252, 252, 252);
  border-right-color: rgb(252, 252, 252);
  border-top-color: rgb(252, 252, 252);
  height: 15px;
  width: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.block_review_composition_teams {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.review_composition_team_link_logo {
  background: #fcfcfc;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review_composition_team_link_logo_img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.block_review_composition_team_scheme {
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.review_composition_team_scheme {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: rgb(252, 252, 252);
}
.review_composition_team_link {
  color: rgb(252, 252, 252);
  transition: ease 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review_composition_team_link:hover {
  color: rgb(252, 3, 7);
}
.review_composition_team_link_img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.review_composition_team_link_title {
  font-size: 12px;
  font-weight: 700;
}
.review_composition_team_link_text {
  font-size: 12px;
  font-weight: 700;
  color: rgb(252, 252, 252);
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
}
.review_composition_team_link_text:hover {
  color: rgb(252, 252, 252);
}
.review_composition_team_list {
  display: flex;
  justify-content: center;
}
.review_composition_team_item {
  width: 20%;
}
.left_50pr {
  left: 50%;
}
.translate_50pr {
  transform: translate(-50%, 0);
}
.position_absolute {
  position: absolute;
}
.margin_top_60 {
  margin-top: 60px;
}
.block_captain {
  background: #eec432;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10%;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  left: 9px;
}
.captain {
  font-size: 12px;
  font-weight: 800;
  color: rgb(4, 1, 19);
}
.justify_content_space_evenly {
  justify-content: space-evenly;
}
.review_composition_team_link_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 30%;
  object-fit: contain;
}
.left_15 {
  left: 15px;
}
.margin_top_5 {
  margin-top: 5px;
}
.right_15 {
  right: 15px;
}
.left_0 {
  left: 0;
}
.block_card {
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 6px;
  position: absolute;
  top: 10%;
  right: 15px;
}
.right_5 {
  right: 5px;
}
.column_gap_65 {
  column-gap: 65px;
}
.column_gap_35 {
  column-gap: 35px;
}
.right_0 {
  right: 0;
}
.margin_top_125 {
  margin-top: 125px;
}
.margin_top_130 {
  margin-top: 190px;
}
.left_10 {
  left: 10px;
}
.top_10 {
  top: 10px;
}
.right_10 {
  right: 10px;
}
.bottom_10 {
  bottom: 10px;
}

.review_composition_stat_category_btn_item {
  margin-bottom: 15px;
}
.review_composition_stat_category_btn_item:last-child {
  margin-bottom: 0;
}
.review_composition_stat_category_btn {
  width: 100%;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 16px;
  border-color: rgb(252, 252, 252);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: ease 0.5s;
  display: flex;
  justify-content: space-between;
  background: #000000;
  color: rgb(252, 252, 252);
  cursor: pointer;
  align-items: center;
  border: none;
}
.review_composition_stat_category_btn:hover {
  border-color: rgb(252, 3, 7);
  color: rgb(252, 3, 7);
}
.review_composition_stat_category_btn_img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  rotate: 180deg;
}
.block_review_composition_stat_category_btn_item_content {
}
.block_review_composition_stat_title {
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}
.review_composition_stat_title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.review_composition_stat_list {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 1px;
  border-right-color: rgb(173, 204, 249);
  border-left-width: 1px;
  border-left-color: rgb(173, 204, 249);
}
.review_composition_stat_item {
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.block_review_composition_stat_item_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block_review_composition_stat_item_info {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.review_composition_stat_player_link {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: #fcfcfc;
  align-items: center;
  display: flex;
  justify-content: center;
}
.review_composition_stat_player_link_img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.block_review_composition_stat_player_number {
  background: #fcfcfc;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(173, 204, 249);
  position: absolute;
  left: -4px;
  z-index: 5;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
}
.review_composition_stat_player_number {
  font-size: 12px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.review_composition_stat_country_logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.block_review_composition_stat_country_player_link {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.review_composition_stat_country_player_link {
  font-size: 15px;
  font-weight: 700;
  color: rgb(4, 1, 19);
  transition: ease 0.5s;
}
.review_composition_stat_country_player_link:hover {
  color: rgb(252, 3, 7);
}
.review_composition_stat_country_player_icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.review_composition_stat_country_player_text {
  font-size: 16px;
  font-weight: 700;
  color: rgb(4, 1, 19);
}
.review_composition_stat_country_player_sumtitle {
  font-size: 15px;
  font-weight: 400;
  color: rgb(4, 1, 19);
}
.border_bottom_0 {
  border-bottom-width: 0;
}
.block_review_composition_stat_country_player_card {
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 8px;
}
.text_decoration_line_through {
  text-decoration: line-through;
}
.review_composition_stat_item_btn {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.review_composition_stat_item_btn_img {
  height: 20px;
  width: 20px;
  rotate: 180deg;
  filter: invert(100%);
  transition: ease 0.5s;
}
.review_composition_stat_item_btn_img:hover {
  filter: invert(75%);
}
.dorder_bottom_violet {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(173, 204, 249);
}
.bg_color_blue {
  background: #3949fd;
}
.a {
}

/* Base Mobile Styles */
@media (max-width: 1023px) {
}

/* 320px - 575px */
@media (max-width: 575px) {
  /* Hero Section */
  .hero_list {
    flex-direction: column;
  }

  .hero_item {
    width: 100%;
  }

  .block_hero_img {
    height: 250px;
  }

  .hero_meet_link_img {
    width: 50px;
    height: 50px;
  }

  .hero_meet_link_title {
    font-size: 16px;
  }

  .hero_meet_score {
    font-size: 20px;
  }
  /* Calendar Section */
  .home_calendar_item {
    width: 100%;
    flex-direction: column;
    row-gap: 15px;
  }

  .block_home_calendar_left,
  .block_home_calendar_right {
    width: 100%;
  }

  .block_home_calendar_right {
    border-left-width: 0;
    border-top-width: 2px;
    margin-left: 0;
    padding-left: 0;
    padding-top: 16px;
    flex-direction: row;
    justify-content: space-between;
  }
  .video_play_icon_img {
    width: 60px;
    height: 60px;
    left: 40%;
    top: 30%;
  }

  /* Results */
  .results_list {
    flex-direction: column;
  }

  .results_item {
    width: 100%;
  }
  /* Events */
  .events_item {
    width: 100%;
  }

  .events_meet_link {
    font-size: 14px;
  }

  .events_meet_score {
    font-size: 20px;
  }

  /* Top Video */
  .top_video_list {
    flex-direction: column;
  }

  .top_video_item {
    width: 100%;
  }

  .top_video_play_icon {
    width: 80px;
    height: 80px;
    left: 38%;
    top: 35%;
  }
  /* Footer */
  .footer_top_content_container {
    flex-direction: column;
  }

  .block_footer_top_logo_link_text,
  .block_footer_top_wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .footer_top_menu_item {
    width: 45%;
  }

  /* Calendar Page */
  .block_calendar_week_days {
    font-size: 10px;
    padding: 5px 2px;
  }

  .calendar_week_days {
    font-size: 10px;
  }

  .calendar_mounth_days {
    font-size: 12px;
  }

  .calendar_meet_link_img {
    width: 20px;
    height: 20px;
  }

  .calendar_meet_link_title {
    font-size: 10px;
  }

  .calendar_link {
    font-size: 10px;
    padding: 2px 5px;
  }

  /* Contact */
  .block_contact_wrapper {
    flex-direction: column;
  }

  .block_contact_wrap {
    width: 100%;
    padding: 20px;
  }

  /* Review Page */
  .review_container {
    /* flex-direction: column; */
  }

  .block_review_wrapper,
  .block_review_aside {
    width: 100%;
  }

  .block_review_aside {
    position: relative;
    top: auto;
  }

  .block_review_composition_wrapper {
    flex-direction: column;
  }

  .block_review_composition_field {
    width: 100%;
  }

  .block_review_composition_field {
    height: 400px;
  }
}

/* 576px - 767px */
@media (min-width: 576px) and (max-width: 767px) {
  /* Hero */
  .hero_list {
    flex-direction: column;
  }

  .hero_item {
    width: 100%;
  }

  .block_hero_img {
    height: 350px;
  }

  /* Calendar */
  .home_calendar_item {
    width: 100%;
  }

  /* Results */
  .results_item {
    width: 100%;
  }

  /* Events */
  .events_item {
    width: 100%;
  }

  /* Top Video */
  .top_video_list {
    flex-wrap: wrap;
  }

  .top_video_item {
    width: calc((100% - 25px) / 2);
  }

  /* Footer */
  .footer_top_content_container {
    flex-wrap: wrap;
  }

  .block_footer_top_logo_link_text,
  .block_footer_top_wrap {
    width: 50%;
  }

  /* Contact */
  .block_contact_wrapper {
    flex-direction: column;
  }

  .block_contact_wrap {
    width: 100%;
  }
}

/* 1024px - 1199px */
@media (min-width: 1024px) and (max-width: 1199px) {
  /* Calendar */
  .home_calendar_item {
    width: calc((100% - 25px) / 2);
  }

  /* Top Video */
  .top_video_item {
    width: calc((100% - 75px) / 4);
  }
}

/* Utility classes for responsive visibility */
.d-mobile {
  display: block;
}

.d-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .d-mobile {
    display: none;
  }

  .d-desktop {
    display: block;
  }
}
