.wrapper {
  width: 100%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 1440px;
  padding-left: 15px
  padding-right: 15px
  box-sizing: border-box;
}
.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link_logo_header {
  display: inline-block;
}
.img_header_logo {
  width: 100px;
  height: 50px;
  object-fit: contain;
}
.ul_header {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
}
.li_header {
  margin-right: 40px;
}
.link_li_header {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 25px;
}
.link_li_header:hover {
  color: rgb(255, 255, 255);
}
.background {
  background-color: rgb(230, 30, 35);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 50px;
}
.background:hover {
  background-color: rgb(230, 30, 35);
  width: 100%;
}

.background_wrapper {
}
.header {
  padding-top: 15px;
  align-items: center;
  padding-bottom: 15px;
}
.ul_header_nav {
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
.li_header_nav {
  margin-right: 30px;
}
.link_nav_header {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.link_nav_header:hover {
  color: rgb(255, 218, 46);
}
.background_blue_gradient {
  background: linear-gradient(to right, #223353 0%, #223353 30%, #304877 30%, #304877 100%);
}
.hover_Color_yellow:hover {
  color: rgb(255, 218, 46);
}
.padding_b32_t32 {
  padding-bottom: 32px;
  padding-top: 32px;
}
.grid {
  display: grid;
}
.grid-template-columns-70-auto {
  grid-template-columns: 70% auto;
}
.column_gap32 {
  column-gap: 32px;
}
.row_gap32 {
  row-gap: 32px;
}
.gradient_Title {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #0052D4, #4364F7, #6FB1FC);
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.title-stripe {
  width: 6px;
  background: yellow;
  border-radius: 3px;
  margin-right: 16px;
  height: 50px;
}
.h2_title {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 32px;
}
.margin_bottom_32 {
  margin-bottom: 32px;
}
.grid-template-columns-2-1fr {
  grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns-3-1fr {
  grid-template-columns: repeat(3, 1fr);
}
.text-decotation-none {
  text-decoration: none;
}
.grid-template-columns-60-auto {
  grid-template-columns: 60% auto;
}
.width100procent {
  width: 100%;
}
.heigh550px {
  height: 550px;
}
.object_fit_cover {
  object-fit: cover;
}
.padding_8px {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.padding_16px {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.flex {
  display: flex;
}
.column {
  flex-direction: column;
}
.row_gap8 {
  row-gap: 8px;
}
.margin0 {
  margin-bottom: 0;
}
.color_black {
  color: rgb(0, 0, 0);
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.background_gray {
  background-color: rgb(242, 242, 242);
}
.all-03s {
  transition: all 0.3s ease-in-out;
}
.fz24 {
  font-size: 24px;
}
.height262 {
  height: 262px;
}
.fw600 {
  font-weight: 600;
}
.fz22 {
  font-size: 22px;
}
.fz20 {
  font-size: 20px;
}
.fz18 {
  font-size: 18px;
}
.spacebetween {
  justify-content: space-between;
}
.grid-template-columns-4-1fr {
  grid-template-columns: repeat(4, 1fr);
}
.left0 {
  left: 0;
}
.bottom0 {
  bottom: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right0 {
  right: 0;
}
.gradient_text_backgraund {
  background: linear-gradient(to bottom right, rgba(0, 84, 166, 20), rgba(255, 215, 0, 0.8));
}
.color_White {
  color: rgb(255, 255, 255);
}
.play_Button {
  height: 80px;
  width: 90px;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  object-fit: contain;
}
.play_Button:hover {
  transform: scale(1.1);
}
.height400px {
  height: 400px;
}
.height250px {
  height: 250px;
}
.grid-40-auto {
  grid-template-columns: 40% auto;
}
.table_hockey {
  width: 100%;
  border-collapse: collapse;
}
.table_hockey:hover {
  width: 100%;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.column_gap8 {
  column-gap: 8px;
}
.align_items_center {
  align-items: center;
}
.width_height40px {
  height: 40px;
  width: 40px;
}
.object-fit-contain {
  object-fit: contain;
}
.background_blue_table {
  background-color: rgb(0, 123, 255);
}
.px-solid1 {
  border: 1px solid #ccc;
}
.fw700 {
  font-weight: 700;
}
.text_align-center {
  text-align: center;
}
.justify-content-center {
  justify-content: center;
}
.text-align-right {
  text-align: right;
}
.grid-fr-1fr-4fr {
  grid-template-columns: 4fr 1fr 4fr;
}
.background_blue_hover:hover {
  background-color: rgb(0, 123, 255);
}
.width_height100px {
  height: 100px;
  width: 100px;
}
.border5px {
  border-radius: 5px;
}
.hover_underline:hover {
  text-decoration: underline;
}
.width_height25px {
  height: 25px;
  width: 25px;
}
.margin16 {
  margin-bottom: 16px;
}
.ul_item_info {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.color_gray {
  color: rgb(128, 128, 128);
}
.color_blac {
  color: rgb(0, 0, 0);
}
.scale:hover {
  transform: scale(1.1);
}
.column_gap24 {
  column-gap: 24px;
}
.border16 {
  border-radius: 16px;
}
.box_shadow_0415 {
  box-shadow: 0px 4px 15px rgb(255, 255, 255);
}
.solid_bottom_yellow {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 4px;
  border-bottom-color: rgb(255, 255, 0);
  border-style: solid;
}
.margin_bottom8 {
  margin-bottom: 8px;
}
.padding_bottom5px {
  padding-bottom: 5px;
}
.column_gap16px {
  column-gap: 16px;
}
.width_height60px {
  height: 60px;
  width: 60px;
}
.column_Gap24 {
  column-gap: 24px;
}
.height40_auto {
  height: auto;
  max-height: 40px;
  max-width: 40px;
  width: 100%;
}
.solid_Color_blue {
  border-color: rgb(44, 94, 235);
}
.width_500px {
  width: 500px;
}
.inline_block {
  display: inline-block;
}
.img_logo_footer {
  height: 50px;
  width: 100px;
  object-fit: contain;
}
.background_blue {
  background-color: rgb(44, 94, 235);
}
.row_gap16 {
  row-gap: 16px;
}
.ul_footer {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.background_Red {
  background-color: rgb(255, 0, 0);
}
.background_white {
  background-color: rgb(254, 252, 252);
}
.hover_background_black:hover {
  background-color: rgb(4, 4, 4);
}
.padding_button {
  padding-bottom: 3px;
  padding-top: 2px;
  padding-left: 30px;
  padding-right: 30px;
}
.grid-template-columns-36-auto {
  grid-template-columns: 36% auto;
}
.column_gap16 {
  column-gap: 16px;
}
.border50procemt {
  border-radius: 100%;
}
.height200px {
  height: 200px;
}
.height300px {
  height: 300px;
}
.padding_Button_2x15 {
  padding-bottom: 3px;
  padding-top: 2px;
  padding-right: 15px;
  padding-left: 15px;
}
.all_left5 {
  border-radius: 5px 0px 0px 5px;
}
.list_style_none {
  list-style: none;
}
.hover_Background_blue:hover {
  background-color: rgb(44, 94, 235);
}
.hover_color_white:hover {
  color: rgb(247, 247, 247);
}
.rotate180deg {
  transform: rotate(180deg);
}
.hover_invert {
}
.hover_invert:hover {
  filter: invert(100%);
}
.color_yellow {
  color: rgb(249, 218, 46);
}
.padding_buttom3 {
  padding-bottom: 7px;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.grid-25-auto-25 {
  grid-template-columns: 25% auto 25%;
}
.height600px {
  height: 600px;
}
.all_top5px {
  border-radius: 5px 5px 0px 0px;
}
.grid-7-1fr {
  grid-template-columns: repeat(7, 1fr);
}
.padding10px {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.background_yellow {
  background-color: rgb(255, 218, 46);
}
.right_none {
  border-right-width: 0;
}
.solid_right_bottom {
  border-right-width: 2px;
  border-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgb(228, 228, 228);
  border-right-color: rgb(228, 228, 228);
}
.background_Blue2 {
  background-color: rgb(34, 51, 83);
}
.NewClass-526 {
  grid-template-columns: 55% auto 25;
}
.egherg43 {
  height: 40px;
  width: 40px;
}
.fz16 {
  font-size: 16px;
}
.padding2x10 {
  padding-bottom: 3px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.NewClass-530 {
  transform: rotate(180deg);
}
.solid1px_black {
  border: 1px solid #ccc;
  border-color: rgb(0, 0, 0);
}
.solid1px_black:hover {
  border-style: solid;
  border-width: 1px;
}
.padding_32 {
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 32px;
}
.height150px {
  height: 150px;
}
.widthheight60px {
  height: 60px;
  width: 60px;
}
.grid-template-columns-75-auto {
  grid-template-columns: 75% auto;
}
.height120px {
  height: 120px;
}
.hover_color_black_blue:hover {
  background-color: rgb(34, 51, 83);
}
.gregwgs {
  align-items: stretch;
  border-width: 1px;
  border-style: solid;
  background-color: rgb(0, 0, 0);
}
.pagination_standings {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-radius: 250px;
  overflow: hidden;
  justify-content: flex-start;
  display: flex;
}
.link_pagination_standings {
  padding-right: 12px;
  padding-left: 12px;
  font-weight: 600;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-right-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border-bottom-width: 0;
}
.solid_right1px {
  border-style: solid;
  border-right-width: 1px;
  border-right-color: rgb(0, 0, 0);
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 0;
}
.border250px {
  border-radius: 250px;
}
.grid-1-1-1-1-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.span1 {
  grid-column: span 1;
}
.grid-auto {
  grid-template-columns: auto;
}
.span4 {
  grid-column: span 4;
}
.grege4eer {
  background-color: rgb(0, 0, 0);
  background: rgba(152, 152, 158, 0.1);
}
.player-stats-table__row {
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 12px;
  padding-top: 12px;
  background: rgba(152, 152, 158, 0.1);
  align-items: center;
  display: grid;
}
.player-stats-table__col-title-dgd-cent {
  display: grid;
  justify-content: center;
}
.player-stats-table__col {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
}
.color_Gray {
  color: rgb(135, 135, 135);
}
.grid-26-50 {
  grid-template-columns: 26% auto 50%;
}
.box_shadow_0415_w {
  box-shadow: 0px 4px 15px rgb(224, 224, 224);
}
.gradient_yellow_blue {
  background: linear-gradient(105deg, #304877 50%, #c9a300 50%);
}
.width_height80px {
  height: 80px;
  width: 80px;
}
.fz40 {
  font-size: 40px;
}
.background_Blue_vs {
  background-color: rgb(9, 0, 174);
}
.padding_vs {
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: -9px;
}
.padding_date {
  padding-bottom: 2px;
  padding-top: 1px;
  padding-right: 2px;
  padding-left: 2px;
}
.background_orange {
  background-color: rgb(242, 92, 5);
}
.all_top16 {
  border-radius: 16px 16px 0px 0px;
}
.content {
    padding: 125px 0 137px 0;
    max-width: 841px;
    margin: 0 auto;
}

.content-top {
    text-align: center;
    margin: 0 0 65px 0;
}

.content-top__category {
    color: #273d46;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin: 0 0 15px 0;
}

.content-top__title {
    color: #273d46;
    font-size: 36px;
    line-height: 50px;
    max-width: 725px;
    margin: 0 auto;
}

.content__image {
    box-shadow: 0px 15px 65px rgba(15, 16, 16, 0.15);
    background-color: #fff;
    padding: 10px;
    margin: 0 0 85px 0;
}

.content__image img {
    max-width: 100%;
}

.content-bottom {
    padding: 0 45px;
}

.content-bottom__text {
    color: #53646b;
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 48px 0;
}

.content-bottom__text p {
    margin: 0 0 40px 0;
}

.content-bottom-info-list {
    margin: 0 0 59px 0;
}

.content-bottom-info-list li {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    margin: 0 0 15px 0;
    background: url("./src/images/icons.png") left center no-repeat;
    padding: 0 0 35px 0;
}

.content-bottom-info-list li:nth-child(1) {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    color: #273d46;
}

.content-bottom-info-list li:nth-child(2) {
    font-style: italic;
    color: #273d46;
}

.content-bottom-info-list li:nth-child(3) {
    font-weight: 700;
    color: #80b7b3;
}

.content-bottom-info-list li:nth-child(4) {
    text-decoration: line-through;
    color: #273d46;
}

.content-bottom-info-list li:nth-child(4) span {
    opacity: 0.3;
}

.content-bottom-info__link {
    height: 44px;
    display: inline-block;
    line-height: 44px;
    padding: 0 30px;
    border-radius: 24px;
    background-color: #80b7b3;
    box-shadow: 0 6px 40px rgba(128, 183, 179, 0.54);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    text-decoration: none;
}

.content-bottom-info__link:hover {
    background-color: #511e23;
}

.content-bottom-info__link:active {
    position: relative;
    top: 3px;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 1);
}
/* ============================= */
/*      АДАПТИВ ПОД 1440px MAX    */
/* ============================= */

/* --- Ноутбуки и большие планшеты (до 1024px) --- */
@media (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Шапка — меньше отступы */
  .header_wrap {
    gap: 20px;
  }

  /* Меню — меньше отступы между пунктами */
  .ul_header {
    gap: 15px;
  }
  .li_header {
    margin-right: 0;
  }

  /* Сетки — немного компактнее */
  .grid-template-columns-4-1fr {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-template-columns-3-1fr {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Шрифты — чуть меньше */
  .fz40 { font-size: 34px; }
  .fz24 { font-size: 20px; }
  .fz22 { font-size: 18px; }
}

/* --- Планшеты (до 768px) --- */
@media (max-width: 768px) {
  .ul_header {
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Сетки в 2 колонки */
  .grid-template-columns-70-auto,
  .grid-template-columns-60-auto,
  .grid-template-columns-2-1fr,
  .grid-template-columns-3-1fr,
  .grid-template-columns-4-1fr,
  .grid-template-columns-36-auto,
  .grid-template-columns-75-auto {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Шрифты меньше */
  .fz40 { font-size: 28px; }
  .fz24 { font-size: 18px; }
  .fz22 { font-size: 16px; }
  .fz20 { font-size: 15px; }

  /* Высота блоков — авто */
  .height550px,
  .height400px,
  .height300px {
    height: auto;
  }
}

/* --- Телефоны и iPhone (до 576px) --- */
@media (max-width: 576px) {
  .container {
    padding-left: 15px; 
    padding-right: 15px;
  }

  /* Шапка в колонку */
  .header_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* Меню вертикально */
  .ul_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  /* Все сетки — в 1 колонку */
  .grid-template-columns-70-auto,
  .grid-template-columns-60-auto,
  .grid-template-columns-2-1fr,
  .grid-template-columns-3-1fr,
  .grid-template-columns-4-1fr,
  .grid-template-columns-36-auto,
  .grid-template-columns-75-auto {
    grid-template-columns: 1fr;
  }

  /* Размеры текста */
  .fz40 { font-size: 24px; }
  .fz24 { font-size: 16px; }
  .fz22 { font-size: 14px; }
  .fz20 { font-size: 14px; }
  .fz18 { font-size: 13px; }

  /* Высота блоков — авто */
  .height550px,
  .height400px,
  .height300px {
    height: auto;
  }
}