* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans", sans-serif;
}
ul {
  list-style: none;
  padding-left: 0;
}
a {
  text-decoration: none;
  transition: 0.3s ease;
}

.first-screen {
  background-image: url("../images/hockey-background-.webp");
  /* background-image: url("../images/240_F_1549004830_NpYCB9FRzTm67wdLU9T44ojgnQG0amfw.jpg"); */
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header {
  height: 80px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
}
.header-logo-link {
  display: block;
  height: 84px;
}
.header-nav-list {
  display: flex;
  column-gap: 24px;
}
.img-100per {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.space-between {
  justify-content: space-between;
}
.gap-c-24 {
  column-gap: 24px;
}
.link-reset {
  text-decoration: none;
  color: inherit;
}
.header-link {
  background: linear-gradient(#fff, #fff);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 6%;
  transition: 0.4s;
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.header-link:hover {
  background-size: 100% 6%;
}
.header-link--active {
  background-size: 100% 6%;
}
/* #BURGER */

.burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
}
.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  transition: transform 0.3s, opacity 0.3s;
}
.burger-toggle {
  display: none;
}
.color-white {
  color: rgb(255, 255, 255);
}
.p-t-b-48 {
  padding-bottom: 48px;
  padding-top: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pt-48 {
  padding-top: 48px;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.jcc {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.mb-16 {
  margin-bottom: 16px;
}
.fw-700 {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.main {
}
.footer {
  background-image: url("../images/288f22a2f4e1367f80a6cb78448e9f52.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-color: #0a5da7;
}
.footer-inner {
  display: flex;
  gap: 24px;
}
.footer-logo-container {
  display: flex;
  justify-content: center;
  width: 240px;
}
.footer-logo {
  display: block;
  height: 140px;
}
.footer-menus {
  display: flex;
  gap: 24px;
}
.footer-menu-block {
  flex: 1;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.ul-reset {
  list-style: none;
  padding-left: 0;
}
.footer-menu-link {
  display: flex;
  font-weight: 500;
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
  transition: 0.3s;
  column-gap: 12px;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) center
    bottom / 0% 6% no-repeat;
}
.footer-menu-link:hover {
  background-size: 100% 6%;
}

/* ===== Accordion styles ===== */

.accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  cursor: pointer;
  color: #fff;
}

.accordion-content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin-top: 4px;
}
.accordion-content li {
  display: flex;
}
.accordion-content.active {
  display: flex;
}
.ml-8 {
  margin-left: 8px;
}
.img-24 {
  height: 24px;
  object-fit: contain;
  width: 24px;
}
.color-grey {
  color: rgb(141, 141, 141);
}
.fz-14 {
  font-size: 14px;
}
.text-a-c {
  text-align: center;
}
.p-b-16 {
  padding-bottom: 16px;
}
.up-games {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.up-games-items {
  display: flex;
  column-gap: 24px;
}
.up-games-card {
  width: 568px;
  position: relative;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  backdrop-filter: blur(30px);
  border: 1px solid rgba(161, 191, 254, 0.3);
  overflow: hidden;
}
.up-games-title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 36px;
}
.up-games-team-img {
  width: 72px;
  height: 72px;
}
.next-game-plate {
  background: #009dc8;
  width: 145px;
  height: 24px;
  transform: rotate(315deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 2;
  left: -32px;
  top: 28px;
}
.next-game-grid {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 16px;
  border-color: rgba(183, 183, 183, 0.68);
}
.team-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.img-96 {
  height: 96px;
  width: 96px;
  object-fit: contain;
}
.next-game-team {
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 18px;
  font-family: Arial;
  font-weight: 600;
  letter-spacing: 1px;
}
.next-game-team:hover {
  color: rgb(0, 157, 200);
}
.next-game-vs {
  background-image: url("../images/f7d972b927b316e2f6a27e26b7282a3d.png");
  align-items: center;
  display: flex;
  justify-content: center;
  color: rgb(0, 157, 200);
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  height: 32px;
  font-weight: 700;
}
.next-game-place {
  padding-top: 16px;
  font-size: 14px;
  color: rgb(114, 114, 114);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  border-color: rgba(183, 183, 183, 0.64);
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
}

.gap-c-8 {
  column-gap: 8px;
}
.img-18 {
  height: 18px;
  width: 18px;
  object-fit: contain;
}
.mb-32 {
  margin-bottom: 32px;
}
.upcoming-link {
  background: #008aff;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.3s;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.upcoming-link:hover {
  background: #2449a4;
}
.bg-f5f5f5 {
  background: #f5f5f5 !important;
}
.team-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-logo-link {
  display: flex;
  opacity: 0.6;
  transition: 0.3s;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  color: rgb(0, 11, 65);
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.team-items-logo {
  height: 72px;
  width: 72px;
  object-fit: contain;
}
.team-logo-link:hover {
  opacity: 1;
}
.main-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 24px;
}
.news-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(161, 191, 254, 0.3);
  box-shadow: 0px 0px 12px 1px rgba(161, 191, 254, 0.24);
  text-decoration: none;
  color: rgb(5, 3, 63);
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
.news-card:hover {
  color: #009dc8;
}
.news-desc {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.dp-block {
  display: block;
}
.min-h-54px {
  min-height: 54px;
}
.height-260 {
  height: 260px;
}
.height-64 {
  height: 64px;
}
.of-hidden {
  overflow: hidden;
}
.page-subtitle {
  font-family: Verdana;
  font-weight: 700;
  color: rgb(5, 3, 63);
  margin-bottom: 16px;
  padding-bottom: 4px;
  position: relative;
  font-size: 28px;
}
.page-subtitle::after {
  content: "";
  display: block;
  width: 440px;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(5, 3, 63, 1) 0%,
    rgba(36, 73, 164, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-hockey-man {
  background-image: url("../images/240_F_495924684_IpXujgIde6ND88nCrY9vZ14ADc54qKF1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  position: relative;
  margin-top: 48px;
  padding-bottom: 48px;
  padding-top: 48px;
  margin-bottom: 48px;
  backdrop-filter: blur(10px);
  background-color: rgba(4, 68, 132, 0.4);
}
.jc-end {
  justify-content: flex-end;
}

.table-stat-player-row {
  display: grid;
  grid-template-columns: 5fr 2fr repeat(7, 1fr);
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  grid-column-gap: 24px;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: rgba(0, 138, 255, 0.4);
  /* margin-right: 96px; */
}
.table-stat-player-head {
  background-color: rgba(0, 138, 255, 0.4);
  font-weight: 600;
  font-size: 18px;
  backdrop-filter: blur(15px);
}
.t-a-l {
  text-align: left;
}
.stat-player-link {
  text-align: left;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.stat-player-link:hover {
  color: rgb(0, 138, 255);
}
.position-relative {
  position: relative;
}
.player-stats-img-man {
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translate(50%, -14%) scale(1.08); */
}
.main-video-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 24px;
}
.video-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.video-card:hover {
  color: #009dc8;
}

.video-card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 260px;
}
.video-card-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  z-index: 4;
  bottom: 60px;
}
.video-card-overlay:hover {
  scale: 1.1;
}
.video-card-overlay-bg {
  background: rgba(0, 22, 48, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-card-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  align-items: center;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 600;
  z-index: 3;
  backdrop-filter: blur(10px);
  background-color: rgba(4, 68, 132, 0.4);
}
.m-0 {
  margin-bottom: 0;
}
.width-35per {
  width: 35%;
}
.width-65per {
  width: 65%;
}
.league-short-table-link {
  color: rgb(2, 0, 71);
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  position: sticky;
  left: 0;
  z-index: 5;
  background: inherit;
  padding-right: 8px;
  padding-left: 8px;
}

.league-short-table-link:hover {
  color: #009dc8;
}
.league-short-table-row {
  grid-template-columns: 0.3fr repeat(5, 1fr);
  align-items: center;
  display: grid;
  text-align: center;
  border-color: rgba(153, 208, 255, 0.51);
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  background: #fff;
}
.league-short-table-row--head {
  grid-template-columns: 1.3fr repeat(4, 1fr);
  font-weight: 700;
}
.league-short-table-name {
  color: rgb(2, 0, 71);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  position: sticky;
  left: 57px;
  z-index: 5;
  background: inherit;
  text-align: left;
}
.league-short-table-row:hover .league-short-table-name {
  color: #009dc8;
}
.league-short-table-team-img {
  height: 32px;
  object-fit: contain;
  width: 32px;
}
.league-short-table-row-item-sticky {
  position: sticky;
  left: 0;
  z-index: 5;
  background: inherit;
}
.league-short-table-row > * {
  padding-top: 8px;
  padding-bottom: 8px;
}

.table-events-row {
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 3fr 1fr 2fr;
  text-align: center;
  padding-bottom: 8px;
  padding-top: 8px;
  border-color: rgba(153, 208, 255, 0.61);
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
}
.fw-500 {
  font-weight: 500;
}
.table-events-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  display: grid;
  grid-template-columns: 4fr 1fr 4fr;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}
.table-events-link:hover {
  color: #009dc8;
}
.img-82 {
  height: 82px;
  width: 82px;
  object-fit: contain;
  padding-bottom: 8px;
  padding-top: 8px;
}
.img-128 {
  height: 128px;
  width: 128px;
  object-fit: contain;
}
.trophy-img {
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%); */
  height: 256px;
  object-fit: contain;
}
.trophy-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 180px; */
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 1px;
}
.trophy-block-title {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
}
.fz-42 {
  font-size: 42px;
}
.grid-2-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 510px;
  grid-gap: 24px;
  margin-bottom: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.grid-3-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.pagination-link {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
  color: rgb(5, 24, 139);
  height: 24px;
  width: 24px;
}
.pagination-link:hover {
  color: #5ea2f6;
}
.rotate-180 {
  rotate: 180deg;
}
.grid-videos-4-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
  /* grid-template-rows: repeat(3, 260px); */
  grid-gap: 24px;
}
.grid-t-r-340px {
  grid-template-rows: 340px;
}
.main-last-match-event {
  align-items: center;
  display: flex;
  gap: 32px;
}
.main-last-team {
  text-align: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  column-gap: 16px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.main-last-team:hover {
  color: #009dc8;
}
.fz-30 {
  font-size: 30px;
}
.main-last-match-result {
  border-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #000;
  background-image: url("../images/f7d972b927b316e2f6a27e26b7282a3d.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  font-size: 32px;
  flex-shrink: 0;
}
.whistle-block {
  background: #fafafa;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: rgb(204, 204, 204);
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 16px;
  flex-direction: column;
  color: rgb(60, 66, 97);
}
.img-48 {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.match-min-event {
  padding-bottom: 12px;
  padding-top: 12px;
  border-style: solid;
  border-width: 0;
  border-color: rgb(218, 218, 218);
  align-items: center;
  display: flex;
  padding-right: 12px;
  column-gap: 12px;
  border-top-width: 1px;
  padding-left: 12px;
}
.match-min-event-title {
  font-size: 20px;
  font-weight: 700;
}
.match-min-event-time {
  border: 1px solid rgb(212, 212, 212);
  border-radius: 8px;
  padding-left: 4px;
  padding-right: 4px;
  color: rgb(3, 15, 91);
  font-size: 16px;
}
.match-min-event-img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.fz-18 {
  font-size: 18px;
}
.fz-20 {
  font-size: 20px;
}
.match-goal {
  background-color: rgb(4, 19, 52);
  padding-left: 8px;
  padding-right: 8px;
}
.match-goal-team-img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.match-goal-team-score {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.match-goal-up {
  display: grid;
  grid-template-columns: 3fr repeat(3, 1fr) 3fr;
  padding-bottom: 12px;
  padding-top: 12px;
  gap: 16px;
}
.goal-img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.img-36 {
  height: 36px;
  width: 36px;
  object-fit: contain;
}
.border-1px-grey {
  border: 1px solid lightgrey;
}
.padding-16 {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.linescore-row {
  display: grid;
  grid-template-columns: 4fr repeat(4, 1fr);
  text-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(214, 214, 214);
}
.shots-row {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(214, 214, 214);
  padding-bottom: 12px;
  padding-top: 12px;
}
.shots-row-head {
  font-size: 18px;
  font-weight: 700;
}
.game-stats-grid {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: center;
}
.game-stats-team-img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.game-stats-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.blue-stats-line {
  height: 8px;
  background: #041334;
  position: relative;
}
.stats-line-border {
  position: absolute;
  height: 100%;
  width: 16px;
  background: #fff;
  transform: skew(-45deg);
}
.game-stats-value {
  font-size: 24px;
  font-weight: 700;
}
.left-56per {
  left: 56%;
}
.left-38per {
  left: 38%;
}
.left-65per {
  left: 65%;
}
.left-30per {
  left: 30%;
}
.results-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(455px, 1fr));
  gap: 16px;
}
.results-card {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(214, 214, 214);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.results-card-location {
  font-size: 18px;
  font-weight: 700;
}
.results-team-score {
  font-size: 30px;
  font-weight: 700;
}
.color-blue {
  color: rgb(21, 26, 58);
}
.results-grid {
  grid-template-columns: 3fr 2fr 3fr;
  align-items: center;
  display: grid;
  width: 100%;
  margin-bottom: 16px;
}
.results-grid-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  min-width: 0;
  color: #151a3a;
}
.results-grid-item:hover {
  color: #009dc8;
}
.result-card-pts {
  background-image: url("../images/f7d972b927b316e2f6a27e26b7282a3d.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  display: flex;
  justify-content: center;
}
.results-card-team-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.calendar-head {
  align-items: center;
  border-width: 0;
  border-color: rgb(35, 98, 127);
  border-top-width: 3px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.calendar-days-container {
  border-style: solid;
  border-width: 0;
  border-color: rgb(212, 212, 212);
  border-top-width: 1px;
  border-left-width: 1px;
}
.calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-day {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  font-weight: 700;
  border-color: rgb(212, 212, 212);
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.bg-blue {
  background-color: rgb(7, 39, 109);
}
.calendar-event-link-more {
  align-items: center;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.6;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: 0.3s;
  background: #fff;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
.calendar-event-link-more:hover {
  opacity: 1;
}
.contacts-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contacts-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.contacts-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

/* Сітка */
.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* Кожне поле */
.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 8px;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  resize: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

/* Ховер і фокус */
.form-group input:focus,
.form-group textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
  outline: none;
}

/* Кнопка */
.btn-wrap {
  text-align: center;
}

.btn-wrap button {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  background: #008aff;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-wrap button:hover {
  background: #2449a4;
}

/* Адаптив */
@media (max-width: 600px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-form .full {
    grid-column: 1 / 2;
  }
}

.contacts-li {
  color: rgb(131, 131, 131);
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.contact-link {
  font-weight: 700;
  color: rgb(16, 16, 16);
  text-decoration: none;
}
.contact-link:hover {
  color: #009dc8;
}
.contacts-map {
  display: flex;
  height: 600px;
  width: 100%;
}
.img100per-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.stats-table-grid-row {
  display: grid;
  grid-template-columns: 2fr 5fr repeat(10, 1fr) repeat(2, 1.5fr) repeat(
      3,
      1.2fr
    );
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(213, 213, 213);
  text-align: center;
  background-color: #fff;
}

.stats-table-grid-row-7-cells {
  display: grid;
  grid-template-columns: 1fr 1.5fr repeat(5, 1fr);
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(213, 213, 213);
  text-align: center;
  background-color: #fff;
}
.players-table-grid-row {
  display: grid;
  grid-template-columns: 1.5fr 3.5fr repeat(10, 1fr) repeat(2, 1.5fr) repeat(
      3,
      1.2fr
    );
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgb(213, 213, 213);
  text-align: center;
  background-color: #fff;
}
.players-table-cell-name {
  color: rgb(2, 0, 71);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.players-table-grid-row:hover .players-table-cell-name {
  color: #009dc8;
}
.players-table-cell-name-sticky {
  position: sticky;
  left: 82px;
  z-index: 5;
  background: inherit;
}
.w-82px {
  width: 82px;
}

.stats-col-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  padding: 8px;
  position: sticky;
  left: 0;
  text-align: left;
  background-color: inherit;
}

.stats-table-grid-row:first-child .stats-col-wrap,
.stat-cell-sticky {
  position: sticky;
  left: 0;
  text-align: left;
  background-color: inherit;
  padding: 8px;
}
.player-cell-sticky {
  position: sticky;
  left: 82px;
  background-color: inherit;
}
.player-cell-extended-sticky {
  grid-column: span 2;
}

.stats-team-name {
  color: rgb(2, 0, 71);
  font-weight: 700;
  letter-spacing: 1px;
}
.stats-table-grid-row-7-cells:hover .stats-team-name,
.stats-table-grid-row:hover .stats-team-name {
  color: #009dc8;
}
.stat-table-grid-head {
  font-size: 18px;
  font-weight: 700;
}
.stats-team-logo {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.p-8 {
  padding: 8px;
}
.height-100per {
  height: 100%;
}
.bg-lightblue {
  background: #cceeff;
}
.color-green {
  color: rgb(16, 117, 13);
}
.color-red {
  color: rgb(229, 28, 0);
}
.teams-inner {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(650px, 1fr));
}
.teams-container {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  /* grid-template-columns: repeat(3, 1fr); */
  /* grid-template-rows: repeat(3, 1fr); */
  margin-bottom: 32px;
}
.team-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
  color: rgb(15, 29, 97);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}
.team-card-img {
  height: 104px;
  width: 104px;
  object-fit: contain;
}
.team-card:hover {
  color: rgb(32, 32, 32);
  transform: scale(-1, 1) rotateY(180deg);
}
.team-card-subtitle {
  font-size: 18px;
}
.img-192 {
  height: 192px;
  width: 192px;
  object-fit: contain;
}
.width-50per {
  width: 50%;
}
.gap-c-48 {
  column-gap: 48px;
}
.height-600px {
  height: 600px;
  max-height: 600px;
}
.mb-8 {
  margin-bottom: 8px;
}
.flex-post-aside {
  position: sticky;
  top: 24px;
}
.videos-featured {
  display: flex;
  background-color: #07276d;
}
.video-post-link-big-wrap {
  flex: 2;
}
.video-post-link-big {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-post-link-big-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 250px;
}
.video-post-overlay {
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(3, 18, 50, 0.4) 0%,
    rgba(3, 18, 50, 0.4) 100%
  );
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 3;
}
.video-post-overlay:hover {
  transform: scale(1.05);
}
.video-post-img-play {
  height: 96px;
  width: 96px;
  object-fit: contain;
}
.video-post-aside-cards {
  display: flex;
  flex-direction: column;
}
.video-post-aside-card {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  column-gap: 16px;
  width: 100%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  color: rgb(190, 190, 190);
  text-decoration: none;
  transition: 0.3s;
  flex: 1;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: rgb(79, 79, 79);
}
.video-post-aside-card:hover {
  background-color: rgba(37, 37, 37, 0.5);
  color: rgb(255, 255, 255);
}
.video-post-aside-card:first-child {
  border-top-width: 0;
}
.post-videos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.width-45per {
  width: 45%;
}
.width-55per {
  width: 55%;
}
.p-t-18 {
  padding-top: 18px;
}
.p-t-b-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.videos-grid-c4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.img-256 {
  height: 256px;
  width: 256px;
  object-fit: contain;
}
.gap-r-8 {
  row-gap: 8px;
}
.team-name {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
}
.float-left {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.p-t-24 {
  padding-top: 24px;
}
.img-360 {
  height: 360px;
  object-fit: contain;
  width: 360px;
}
.player-last-match {
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-width: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.player-last-match-cell {
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-color: rgb(200, 200, 200);
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
.player-last-match-cell-value {
  font-size: 28px;
  font-weight: 600;
  color: #151a3a;
}
.player-inner {
  display: flex;
  column-gap: 24px;
}
.player-bio {
  width: 65%;
}
.player-achievments {
  width: 35%;
}
.player-achievments-title {
  font-size: 20px;
  font-weight: 600;
}
.yellow-card {
  align-items: center;
  background: #fdca00;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 24px;
  font-weight: 500;
}
.bg-red {
  background: #ed5b34;
}
.hover-blue-to-light {
  color: rgb(21, 26, 58);
  transition: 0.3s;
}
.hover-blue-to-light:hover {
  color: rgb(77, 93, 200);
}
.team-list {
  display: flex;
  justify-content: space-between;
}
.league-stat {
  display: flex;
  gap: 24px;
}
._table {
  width: 100%;
}
.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.league-stat-l-item {
  width: 35%;
}
.league-stat-r-item {
  width: 65%;
}
.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.videos-items-row-3 {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-teams {
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-team-img {
  height: 72px;
  width: 72px;
  object-fit: contain;
}

.review-inner {
  display: flex;
  gap: 24px;
}
.review-main {
  flex: 2;
}
.review-aside {
  flex: 1;
  padding: 16px;
  border: 1px solid lightgrey;
}
.review-team-name {
  font-size: 30px;
}
.schedule-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
.schedule-item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(7, 39, 109);
  color: #fff;
  font-weight: 700;
}
.team-info {
  display: flex;
  column-gap: 48px;
  align-items: center;
}
.team-info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}
.team-city {
  font-size: 24px;
}
.team-streak {
  font-size: 20px;
  font-weight: 500;
}
.team-position {
  font-size: 24px;
  font-weight: 700;
  color: #8d8d8d;
}
.team-trophies {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 24px;
  font-weight: 700;
  font-size: 20px;
}
.team-trophies-item {
  display: flex;
  flex-direction: column;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  padding: 16px;
  width: 100%;
  color: #151a3a;
  text-transform: uppercase;
}

.team-trophies-item span {
  transition: 0.3s ease;
}

.team-trophies-item:hover span {
  color: #009dc8;
}
.team-latest-matches {
  display: flex;
}
.team-news {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.team-logo {
  width: 132px;
  height: 132px;
  object-fit: contain;
}
.player-videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.player-info {
  display: flex;
  column-gap: 48px;
  padding-top: 24px;
  align-items: center;
}
.player-info-name {
  font-size: 36px;
  font-weight: 700;
}
.player-info-country {
  font-size: 24px;
}
.player-info-flag {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.player-info-stats {
  font-size: 20px;
  font-weight: 500;
}
.player-info-num {
  font-size: 24px;
  font-weight: 700;
}
.player-info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}
.player-info-img {
  height: 360px;
  object-fit: contain;
  width: 360px;
}

.post-inner {
  display: flex;
  column-gap: 24px;
}
.post-main {
  width: 65%;
}
.post-img {
  height: 600px;
  max-height: 600px;
  margin-bottom: 8px;
}
.post-title {
  font-size: 36px;
  font-weight: 700;
}
.post-aside {
  width: 35%;
  position: relative;
}
.color-009dc8 {
  color: #009dc8;
}
.privacy-list {
  list-style: disc;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.privacy-title {
  font-size: 20px;
}
.privacy-link {
  color: #009dc8;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.25s ease;
}
.privacy-link:hover {
  text-decoration-color: #009dc8;
}

.breadcrumbs {
  padding-top: 40px;
  padding-bottom: 24px;
}
.breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumbs-list-item {
  font-size: 18px;
  font-weight: 600;
}
.breadcrumbs-list-item + .breadcrumbs-list-item::before {
  content: "/";
  margin: 0 8px;
  color: #fff;
}
.breadcrumbs-list-item-link {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.breadcrumbs-list-item-link:hover {
  color: #5ea2f6;
}
.breadcrumbs-list-item-active {
  color: #5ea2f6;
}

.filters {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.filters-item {
  padding: 8px 16px;
  color: #05033f;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  outline: none;
  border: none;
  border-bottom: solid 2px #d6d6d6;
}
.videosPost {
  flex: 1;
}

.swiper {
  width: 100%;
}

.team-items .swiper-slide,
.team-list .swiper-slide,
.team-trophies .swiper-slide,
.team-latest-matches .swiper-slide,
.results .swiper-slide,
.videosPost .swiper-slide {
  display: flex;
}
.results-cards.swiper-wrapper {
  gap: 0 !important;
}
.videosPost .swiper-slide {
  height: auto !important;
}

@media (max-width: 1300px) {
  .review-inner {
    flex-direction: column;
  }
  .player-inner {
    flex-direction: column;
  }
  .player-achievments,
  .player-bio {
    width: 100%;
  }
  .player-videos {
    grid-template-columns: repeat(3, 1fr);
  }
  .post-inner {
    flex-direction: column;
  }
  .post-main,
  .post-aside {
    width: 100%;
  }
  .post-videos {
    flex-direction: row;
  }
}

@media (max-width: 1200px) {
  .header-nav {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #008aff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 250px;
    z-index: 9999;
    height: 100%;
  }

  .header-nav-list {
    flex-direction: column;
    gap: 20px;
    padding: 0;
    text-align: center;
  }

  .burger {
    display: flex;
    z-index: 99999;
    position: absolute;
    right: 20px;
  }

  .burger-toggle:checked ~ .header-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .burger-toggle:checked + .burger span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .burger-toggle:checked + .burger span:nth-child(2) {
    opacity: 0;
  }

  .burger-toggle:checked + .burger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .grid-videos-4-blocks {
    grid-template-columns: repeat(3, 1fr);
  }
  .videos-items-row-3 {
    grid-column: span 3;
  }
  .results-grid-item {
    flex-direction: column;
    row-gap: 8px;
    column-gap: 0;
  }
  .results-grid-item:last-child {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) {
  .main-news {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-blocks {
    grid-template-columns: repeat(2, 1fr);
  }

  .league-stat {
    flex-direction: column;
  }
  .league-stat-l-item,
  .league-stat-r-item {
    width: 100%;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  ._table {
    width: 1000px;
  }
  .footer-menus {
    flex-direction: column;
    width: 100%;
  }
  .accordion-toggle::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/images/icons8-развернуть-26.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
  }

  .accordion-content {
    display: none;
  }

  .accordion-content.active {
    display: flex;
  }
  .accordion-toggle.open::after {
    transform: rotate(180deg);
  }
  .grid-videos-4-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .videos-items-row-3 {
    display: contents;
  }
  .review-team-img {
    width: 84px;
    height: 84px;
  }
  .main-last-team:first-child {
    flex-direction: column-reverse;
  }
  .main-last-team {
    flex-direction: column;
  }
  .review-team-name {
    font-size: 24px;
  }
  .up-games-title,
  .trophy-block-title,
  .post-title {
    font-size: 28px;
  }
  .page-subtitle,
  .player-last-match-cell-value {
    font-size: 24px;
  }
  .main-last-match-result {
    font-size: 28px;
  }
  .game-stats-value {
    font-size: 20px;
  }

  .team-logo {
    width: 120px;
    height: 120px;
  }
  .videos-grid-c4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .video-post-link-big-wrap {
    width: 100%;
  }
  .video-post-aside-cards {
    flex-direction: row;
  }
  .footer-logo {
    height: 108px;
  }
  .trophy-img {
    height: 228px;
  }
  .team-card {
    font-size: 20px;
  }
  .team-card-img {
    height: 96px;
    width: 96px;
  }
  .videos-featured {
    flex-direction: column;
  }
  .video-post-aside-card {
    flex: auto;
  }
}

@media (max-width: 768px) {
  .grid-videos-4-blocks {
    grid-template-columns: 1fr;
  }
  .team-img {
    width: 64px;
    height: 64px;
  }
  .review-team-img {
    width: 72px;
    height: 72px;
  }

  .review-team-name,
  .player-last-match-cell-value {
    font-size: 22px;
  }
  .main-last-match-result {
    font-size: 24px;
  }
  .teams-inner {
    grid-template-columns: 1fr;
  }
  .team-card-img {
    height: 88px;
    width: 88px;
  }
  .player-last-match {
    grid-template-columns: repeat(3, 1fr);
  }
  .player-videos {
    grid-template-columns: repeat(2, 1fr);
  }
  .player-info {
    flex-direction: column;
    row-gap: 16px;
  }
  .player-info-text {
    align-items: center;
  }
  .player-info-img {
    height: 280px;
    object-fit: contain;
    width: 280px;
  }
  .videos-grid-c4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .up-games-title,
  .trophy-block-title,
  .results-team-score,
  .post-title {
    font-size: 24px;
  }
  .page-subtitle {
    font-size: 22px;
  }
  .team-name,
  .player-info-name {
    font-size: 28px;
  }
  .team-city,
  .team-position,
  .player-info-country,
  .player-info-num {
    font-size: 22px;
  }
  .team-logo {
    width: 112px;
    height: 112px;
  }
  .player-info-stats {
    text-align: center;
  }
  .videosPost .swiper-slide {
    height: 145px !important;
  }
  .contacts-inner {
    grid-template-columns: 1fr;
  }
  .contacts-title {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .main-news {
    grid-template-columns: 1fr;
  }
  .grid-2-blocks {
    grid-template-columns: 1fr;
    height: auto;
  }
  .player-last-match {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-blocks {
    grid-template-columns: 1fr;
  }
  .player-videos {
    grid-template-columns: 1fr;
  }
  .video-post-link-big {
    height: 100%;
  }
  .video-post-img-play {
    height: 64px;
    width: 64px;
  }
  .next-game-team,
  .main-last-team {
    font-size: 16px;
  }
  .up-games-title,
  .trophy-block-title,
  .post-title {
    font-size: 22px;
  }
  .page-subtitle,
  .player-last-match-cell-value {
    font-size: 20px;
  }
  .footer-logo {
    height: 96px;
  }
  .review-team-name {
    font-size: 20px;
  }
  .team-trophies {
    font-size: 18px;
  }
  .post-img {
    height: 400px;
    max-height: 400px;
  }
  .post-videos {
    flex-direction: column;
  }
  .league-short-table-name {
    position: static;
    left: auto;
    z-index: 0;
  }
}
@media (max-width: 480px) {
  .page-subtitle::after {
    width: 100%;
  }
  .up-games-team-img {
    width: 56px;
    height: 56px;
  }
  .team-img {
    width: 56px;
    height: 56px;
  }

  .review-team-name {
    font-size: 18px;
  }
  .match-goal-team-img {
    height: 40px;
    width: 40px;
    object-fit: contain;
  }
  .goal-img {
    height: 28px;
    width: 28px;
    object-fit: contain;
  }
  .results-cards {
    grid-template-columns: 1fr;
  }
  .schedule-items {
    grid-template-columns: 1fr;
  }
  .team-card-img {
    height: 72px;
    width: 72px;
  }
  .team-logo {
    width: 96px;
    height: 96px;
  }
  .team-name,
  .player-info-name {
    font-size: 24px;
    text-align: center;
  }
  .team-city,
  .team-position,
  .player-info-country,
  .player-info-stats,
  .player-achievments-title,
  .contacts-title,
  .privacy-title {
    font-size: 18px;
  }
  .team-info {
    flex-direction: column;
  }
  .team-info-text {
    align-items: center;
  }
  .team-news {
    grid-template-columns: 1fr;
  }
  .player-last-match {
    grid-template-columns: 1fr;
  }
  .player-last-match-cell-value {
    font-size: 22px;
  }
  .videos-grid-c4 {
    grid-template-columns: 1fr;
  }
  .up-games-title,
  .trophy-block-title,
  .player-info-num,
  .post-title {
    font-size: 20px;
  }
  .team-logo-link {
    font-size: 16px;
  }
  .results-card-location {
    font-size: 16px;
  }
  .footer-logo,
  .header-logo-link {
    height: 72px;
  }
  .accordion-toggle,
  .footer-menu-link {
    font-size: 14px;
  }
  .match-min-event-title,
  .game-stats-title,
  .team-card {
    font-size: 18px;
  }
  .match-goal-team-score {
    font-size: 24px;
  }
  .match-min-event-img,
  .game-stats-team-img,
  .player-info-flag {
    height: 40px;
    width: 40px;
  }
  .shots-row-head,
  .game-stats-value,
  .team-card-subtitle,
  .players-table-cell-name {
    font-size: 16px;
  }
  .players-table-cell-name-sticky {
    position: static;
    left: auto;
    z-index: auto;
    background: none;
  }
  .player-cell-extended-sticky {
    grid-column: span 1;
  }
  .player-info-img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 14px;
  }
  .upcoming-link {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page-subtitle,
  .team-streak,
  .player-info-num,
  .player-last-match-cell-value,
  .player-last-match-cell-value {
    font-size: 18px;
  }
  .news-card,
  .video-card-desc,
  .match-min-event-title,
  .stat-table-grid-head,
  .team-trophies,
  .player-last-match-cell,
  .post-title {
    font-size: 16px;
  }
  .results-team-score,
  .team-name,
  .player-info-name {
    font-size: 20px;
  }
  .trophy-img {
    height: 180px;
  }
  .review-team-name {
    font-size: 16px;
  }
  .match-min-event-time {
    font-size: 14px;
  }
  .team-logo {
    width: 72px;
    height: 72px;
  }
  .post-img {
    height: 300px;
    max-height: 300px;
  }
}

@media (min-width: 1201px) {
  .trophies .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
  }
}
@media (min-width: 993px) {
  .matches .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .videosPost .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    transform: none !important;
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .videos .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 24px;
  }
}
