.wrapper {
}
.background_wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("https://ufc-live.nz/assets/img/308098b9f30822512c63cd84010994da.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 50%;
  background-position: center;
}
.header {
}
.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 1440px;
}
.header_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.link_header_logo {
  text-decoration: none;
  display: block;
}
.header_logo {
  height: 100px;
  width: 150px;
  object-fit: cover;
  filter: invert(100%);
  transition: all 0.3s ease-in-out;
}
.header_logo:hover {
  transform: scale(1.1);
}
.ul_header_nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  justify-content: space-between;
}
.li_header_nav {
  margin-right: 40px;
}
.link_header_nav {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.height400px {
  height: 400px;
}
.color_red {
  color: rgb(255, 0, 0);
}
.color_white {
  color: rgb(255, 255, 255);
}
.text-decotation-none {
  text-decoration: none;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.margin0 {
  margin-bottom: 0;
}
.margin_bottom_32 {
  margin-bottom: 32px;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.padding_top32_bottom32 {
  padding-bottom: 32px;
  padding-top: 32px;
}
.item {
}
.flex {
  display: flex;
}
.column {
  flex-direction: column;
}
.row_gap8 {
  row-gap: 8px;
}
.row_gap16 {
  row-gap: 16px;
}
.row_gap24 {
  row-gap: 24px;
}
.row_gap32 {
  row-gap: 32px;
}
.columg_gap8 {
  column-gap: 8px;
}
.column_gap16 {
  column-gap: 16px;
}
.column_gap24 {
  column-gap: 24px;
}
.column_gap32 {
  column-gap: 32px;
}
.color_gray {
  color: rgb(230, 230, 230);
}
.background_nav {
  background-color: rgba(0, 0, 0, 0.84);
}
.all-03s {
  transition: all 0.3s ease-in-out;
}
.background_red {
  background-color: rgb(201, 0, 0);
}
.border5px {
  border-radius: 5px;
}
.border16px {
  border-radius: 16px;
}
.padding_button_big {
  padding-bottom: 8px;
  padding-top: 6px;
  padding-right: 16px;
  padding-left: 16px;
}
.hover_background_white {
}
.hover_background_white:hover {
  background-color: rgb(255, 254, 254);
}
.hover_color_black {
}
.hover_color_black:hover {
  color: rgb(4, 4, 4);
}
.main {
}
.grid {
  display: grid;
}
.grid-template-columns-2-1fr {
  grid-template-columns: repeat(2, 1fr);
}
.block_left-news {
}
.card_left_news {
}
.width100procent {
  width: 100%;
}
.object_fit_cover {
  object-fit: cover;
}
.hegiht500px {
  height: 500px;
}
.solid {
  position: absolute;
}
.relative {
  position: relative;
}
.left0_bottom0 {
  left: 0;
  bottom: 0;
}
.filter {
  filter: brightness(70%);
}
.padding_background_text_news {
  padding-bottom: 60px;
  padding-left: 25px;
  background-color: rgba(0, 0, 0, 0.57);
  padding-top: 25px;
}
.padding_bottom_left25px {
  padding-left: 25px;
  padding-bottom: 25px;
}
.hover_color_yellow {
}
.hover_color_yellow:hover {
  color: rgb(249, 207, 0);
}
.scale {
}
.scale:hover {
  transform: scale(1.1);
}
.grid-template-columns-3-1fr {
  grid-template-columns: repeat(3, 1fr);
}
.padding_16px {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.background_gray_black {
  background-color: rgb(40, 40, 40);
}
.height120px {
  height: 120px;
}
.hidden {
  overflow: hidden;
}
.grid-template-columns-55-auto {
  grid-template-columns: 55% auto;
}
.right_news {
}
.block {
  display: block;
}
.background_color_red {
  background-color: rgb(175, 0, 0);
}
.background_white {
  background-color: rgb(255, 253, 253);
}
.color_gray2 {
  color: rgb(127, 127, 127);
}
.color_black {
  color: rgb(0, 0, 0);
}
.align_items_center {
  align-items: center;
}
.background_Blue {
  background-color: rgb(0, 90, 175);
}
.padding_8px {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
}
.background_hover_black {
}
.background_hover_black:hover {
  background-color: rgb(6, 6, 6);
}
.hover_color_white {
}
.hover_color_white:hover {
  color: rgb(249, 248, 248);
}
.spacebetween {
  justify-content: space-between;
}
.text_align-center {
  text-align: center;
}
.height500px {
  height: 500px;
}
.latest_stoies {
}
.solid_top {
  border-style: solid;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.line {
  border-style: solid;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-color: rgb(203, 0, 0);
  padding-left: 15px;
}
.container_latest_stories {
}
.grid-template-columns-4-1fr {
  grid-template-columns: repeat(4, 1fr);
}
.card1 {
}
.height200px {
  height: 200px;
}
.translateX-50-translateY-50 {
  transform: translateX(-50%) translateY(-50%);
}
.left_50-top_50 {
  left: 50%;
  top: 50%;
}
.width70px {
  width: 70px;
}
.hover_filter {
}
.hover_filter:hover {
  filter: brightness(70%);
}
.solid_none {
  border-style: none;
}
.news {
}
.grid-template-columns-60-auto {
  grid-template-columns: 60% auto;
}
.fw800 {
  font-weight: 800;
}
.bakcground_gray_img {
  background-color: rgba(0, 0, 0, 0.65);
}
.padding_15px {
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
.height600px {
  height: 600px;
}
.fz14 {
  font-size: 15px;
}
.height150 {
  height: 180px;
}
.player {
}
.background_black {
  background-color: rgb(0, 0, 0);
}
.background_gray {
  background-color: rgb(111, 111, 111);
}
.lives {
}
.grid-template-columns-65-auto {
  grid-template-columns: 65% auto;
}
.padding_top16 {
  padding-top: 16px;
}
.NewClass-108 {
}
.NewClass-108::before {
  content: "";
  background-color: rgb(225, 3, 3);
  transition: height 0.5s ease-in-out;
}
.NewClass-109 {
}
.NewClass-109::after {
  background-color: rgb(221, 0, 0);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: height 0.5s ease-in-out;
}
.NewClass-109::before {
  height: 100%;
}
.red_background_hover {
  background: linear-gradient(to top, red 0%, red 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
}
.red_background_hover:hover {
  background-size: 100% 100%;
}
.padding_left16 {
  padding-left: 16px;
}
.grid36_auto36 {
  grid-template-columns: 36% auto 36%;
}
.padding_time {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
}
.height100_procent {
  height: 100%;
}
.grid-template-columns-70-auto {
  grid-template-columns: 70% auto;
}
.height290px {
  height: 300px;
}
.padding_right16 {
  padding-right: 16px;
}
.background_lives {
  background-image: url("https://ufc-live.nz/assets/img/43fefd997930803a63df0cb289bc6e4f.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 50%;
  background-position: top;
}
.hover_color_red {
}
.hover_color_red:hover {
  color: rgb(216, 2, 2);
}
.red_hover_background {
}
.red_hover_background:hover {
  background-color: rgb(156, 2, 2);
}
.right {
}
.ul_sidebar {
  margin-bottom: 0;
  list-style: none;
}
.li_sidebar {
}
.link_sidebar_ul {
}
.hover_background_gray_black {
  background-color: rgb(1, 1, 1);
}
.hover_background_gray_black:hover {
  background-color: rgb(36, 36, 36);
}
.sticky {
  position: sticky;
  top: 20px;
}
.grid30-auto {
  grid-template-columns: 30% auto;
}
.left {
}
.height300px {
  height: 300px;
}
.object-fit-contain {
  object-fit: contain;
}
.width_height30px {
  width: 40px;
  height: 40px;
}
.gray_card {
  background-color: rgb(23, 23, 23);
}
.grid32 {
  grid-template-columns: 32% auto 32%;
}
.solid_1px {
  border: 1px solid #ccc;
}
.fz32 {
  font-size: 32px;
}
.footer {
}
.footer_wrap {
}
.footer_wrap_box {
}
.width150_height100 {
  width: 150px;
  height: 100px;
}
.invert {
  filter: invert(100%);
}
.bloc {
}
.footer_W {
}
.footer_ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.li_footer {
}
.link_footer_ul {
}
.width500px {
  width: 500px;
}
.pink_color {
  color: rgb(251, 54, 54);
}
.justify-content-center {
  justify-content: center;
}
.list_style_none {
  list-style: none;
}
.padding_left0 {
  padding-left: 0;
}
.li_item {
}
.NewClass-152 {
}
.height_width40px {
  height: 40px;
  width: 40px;
}
.height_width25 {
  height: 25px;
  width: 25px;
}
.height350 {
  height: 350px;
}
.margin16 {
  margin-bottom: 16px;
}
.NewClass-157 {
}
.align-items-flex-end {
  align-items: flex-end;
}
.max-width100 {
  max-width: 100%;
}
.height_auto {
  height: auto;
}
.padding_Bottom16 {
  padding-bottom: 16px;
}
.background_black2 {
  background-color: rgb(14, 14, 14);
}
.hover_gray_black {
}
.hover_gray_black:hover {
  background-color: rgb(36, 36, 36);
}
.new {
}
.flex-auto {
  flex: auto;
}
.max_height300 {
  max-height: 300px;
}
.grid-template-columns-7-1fr {
  grid-template-columns: repeat(7, 1fr);
}
.padding_10px {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.calendar {
}
.right_none {
  border-right-width: 0;
}
.solid_Left_bottom {
  border-style: solid;
  border-width: 2px;
  border-top-width: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.inline_block {
  display: inline-block;
}
.left_border_none {
  border-left-width: 0;
}
.border_50 {
  border-radius: 50%;
}
.background_img_calendar {
  background-color: rgb(0, 0, 0);
}
.height_width55px {
  min-height: 55px;
  width: 55px;
}
.padding_2x10 {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
}
.background_color_red2 {
  background-color: rgb(137, 0, 0);
}
.border_left_none {
  border-left-width: 0;
}
.vertical_middle {
  vertical-align: middle;
}
.grid_36_auto {
  grid-template-columns: 36% auto;
}
.video_block_post {
}
.padding_l_t_b-32px {
  padding-bottom: 32px;
  padding-left: 32px;
  padding-top: 32px;
}
.width833px {
  width: 833px;
}
.absolute {
  position: absolute;
}
.width60px {
  width: 60px;
}
.post {
}
.grid-template-columns-repeat5-minmax0-1fr {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.tile-col-span-1-row-span-1 {
  grid-column: span 1 / span 1;
  grid-row: span 1 / span 1;
}
.height162px {
  height: 200px;
}
.tile-col-span-2-row-span-2 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.height324 {
  height: 400px;
}
.padding_l_b_r-0px {
  left: 0;
  bottom: 0;
  right: 0;
}
.padding_left_bottom_8px {
  padding-left: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.background_black_video_text {
  background-color: rgba(0, 0, 0, 0.81);
}
.width50px {
  width: 50px;
}
.border_bottom_line {
  border-style: solid;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 4px;
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgb(186, 0, 0);
  padding-bottom: 5px;
}
.calc50 {
  width: calc(calc(50% - 12px));
}
.width_height200px {
  height: 150px;
  width: 150px;
}
.solid_bottom {
  border-style: solid;
  border-bottom-width: 2px;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  padding-bottom: 5px;
  border-bottom-color: rgb(193, 193, 193);
}
.background_white_gray {
  background-color: rgb(166, 166, 166);
}
.grid-template-columns-25-auto {
  grid-template-columns: 25% auto;
}
.NewClass-203 {
}
.border_bottom_16 {
  border-radius: 0px 0px 16px 16px;
}
.pointer {
  cursor: pointer;
}
