* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
  padding-left: 0;
}
a {
  text-decoration: none;
  transition: all 0.5s ease;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

.wrap {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  color: rgb(108, 114, 121);
  display: flex;
}
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header {
  box-shadow: 0 2px 12px #7e8fa026;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 80px;
}
.logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-nav-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  column-gap: 16px;
  margin-bottom: 0;
  align-items: center;
}
.nav-link {
  text-decoration: none;
  color: rgb(33, 43, 53);
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav-link:hover {
  color: rgb(218, 49, 39);
}
.nav__link--active {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: medium;
  border-bottom-color: rgb(3, 144, 139);
}

/* #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: #000;
  border-radius: 3px;
  transition: transform 0.3s, opacity 0.3s;
}
.burger-toggle {
  display: none;
}

.main {
  flex: auto;
}
.footer {
  background-color: rgb(12, 46, 94);
}
.footer__wrap {
  padding-bottom: 30px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.section {
  padding-top: 24px;
  margin-bottom: 16px;
}
.section__title {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 12px;
  border-style: solid;
  border-bottom-width: thin;
  border-right-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-color: rgb(181, 181, 181);
  margin-bottom: 8px;
}
.section__content {
  display: grid;
  margin-bottom: 10px;
}
.grid-2-1 {
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
.news-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.news__card {
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  text-decoration: none;
  transition: 0.3s all;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  border-radius: 10px;
}
.news__card:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.news__card-img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all;
}
.news__card-img:hover {
  opacity: 0.8;
}
.news__card-type {
  color: rgb(222, 0, 0);
  text-transform: uppercase;
  font-weight: 700;
}
.news__card-title {
  transition: 0.3s all;
}
.news__card-title:hover {
  text-decoration: underline;
}
.news__items {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: thin;
  border-left-width: thin;
  border-right-color: rgb(181, 181, 181);
  border-left-color: rgb(181, 181, 181);
  padding-left: 6px;
  padding-right: 6px;
}
.news__items:last-child {
  border-style: solid;
}
.news__item {
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: 0.3s all;
  padding-bottom: 6px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: thin;
  border-bottom-color: rgb(181, 181, 181);
  margin-bottom: 6px;
  padding-left: 2px;
  padding-right: 2px;
}
.news__item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.news__item:last-child {
  border-style: none;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.reset-link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: 0.3s all;
}
.reset-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.grey-word {
  color: rgb(117, 117, 117);
  margin-right: 6px;
}
.news__sm {
  font-size: 20px;
  padding-right: 10px;
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: thin;
  border-right-color: rgb(180, 180, 180);
  padding-left: 8px;
  padding-top: 4px;
}
.news__sm:last-child {
  border-style: none;
}
.b-t-grey {
  border-style: solid;
  border-top-color: rgb(180, 180, 180);
  border-top-width: thin;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.section__link {
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 12px;
  border-style: solid;
  display: inline-block;
  width: 100%;
  border-top-width: 6px;
  border-right-width: 0;
  border-bottom-width: thin;
  border-left-width: 0;
  border-bottom-color: rgb(180, 180, 180);
  color: rgb(0, 0, 0);
  transition: 0.3s all;
  margin-bottom: 10px;
}
.section__link:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
.section__link-title {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  transition: 0.3s all;
}
.section__link-title:hover {
  padding-right: 40px;
}
.section__link-title::after {
  width: 24px;
  height: 16px;
  position: absolute;
  background-image: url("../images/4a3343d38b778e3cff4996181b86c667.png");
  background-position: center center;
  content: " ";
  background-size: cover;
  right: 0;
  top: 2px;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.grid-6 {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
.sm_card {
  border-radius: 6px;
  border-style: solid;
  border-width: thin;
  border-color: rgb(180, 180, 180);
  transition: 0.3s all;
}
.sm_card:hover {
  transform: scale(1.01);
}
.sm_card-img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
}
.sm__card-team {
  max-width: 60px;
  margin-left: 10px;
  border-radius: 6px;
  margin-top: -35px;
  margin-bottom: 10px;
}
.sm_card-desc {
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}
.c-grey {
  color: rgb(118, 118, 118);
}
.mb-0 {
  margin-bottom: 0;
}
.sm__card-button {
  display: flex;
  column-gap: 10px;
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
  width: 100px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  border-radius: 20px;
  transition: 0.3s all;
}
.sm__card-button:hover {
  transform: scale(1.01);
}
.sm__card-button-img {
  width: 20px;
}
.mb-2 {
  margin-bottom: 8px;
}
.sm-card-bottom {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
  margin-bottom: 4px;
}
.links__card {
  background-color: rgb(249, 246, 242);
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  border-radius: 10px;
}
.links__card-link {
  text-decoration: none;
  color: rgb(73, 73, 73);
}
.links__card-link:hover {
  opacity: 0.8;
}
.news__card-sp {
  display: grid;
}
.grid-1-2 {
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}
.news__card-sp-desc {
  padding-right: 30px;
  padding-left: 10px;
  padding-top: 10px;
}
.news__card-img-sp {
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  overflow: hidden;
}
.w-100 {
  width: 100%;
}
.px-2 {
  padding-right: 8px;
  padding-left: 8px;
}
.footer__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-size: 14px;
}
.footer__link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__text-sm {
  color: rgb(255, 255, 255);
  font-size: 14px;
}
.text__cut {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.news__top {
  padding-bottom: 10px;
  padding-top: 10px;
  border-style: solid;
  border-color: rgb(180, 180, 180);
  border-width: thin;
  border-left-width: 0;
  border-right-width: 0;
}
.news__top-wrap {
  max-width: 816px;
  margin-left: 242px;
}
.top__card-p {
  font-size: 22px;
}
.flex {
  display: flex;
}
.flexgap-1 {
  row-gap: 4px;
  column-gap: 4px;
}
.semibold {
  font-weight: 600;
}
.grid {
  display: grid;
}
.grid-2-9-3 {
  grid-template-columns: 2fr 7fr 3fr;
  grid-gap: 10px;
}
.left__aside {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding-top: 16px;
  font-size: 14px;
}
.news__social-links {
  display: flex;
  column-gap: 5px;
  align-items: center;
  border-color: rgb(180, 180, 180);
  border-style: none;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.fw-700 {
  font-weight: 700;
}
.news__social-link {
  transition: 0.3s all;
  display: inline-block;
}
.news__social-link:hover {
  transform: scale(1.05);
}
.b-b-grey {
  border-style: solid;
  border-color: rgb(180, 180, 180);
  border-width: thin;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.comments-btn {
  display: flex;
  column-gap: 5px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  border-radius: 30px;
  border-style: solid;
  border-width: thin;
  transition: 0.3s all;
}
.comments-btn:hover {
  transform: scale(1.05);
}
.main__wrap-news {
  padding-top: 16px;
}
.news__info {
  display: flex;
  column-gap: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.news__info:hover {
}
.grey-rad-link {
  border-style: solid;
  display: inline-block;
  color: rgb(180, 180, 180);
  text-decoration: none;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  border-radius: 20px;
  border-width: thin;
  transition: 0.3s all;
}
.grey-rad-link:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.aside-right {
  padding-top: 16px;
}
.aside_item {
  display: flex;
  column-gap: 10px;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
}
.pb-1 {
  padding-bottom: 4px;
}
.aside__item-img {
  max-width: 60px;
}
.font-14 {
  font-size: 14px;
}
.text__wrap {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 30px;
}
.text__block-title-1 {
  color: rgb(222, 0, 0);
  margin-bottom: 20px;
}
.text__block-title-2 {
  font-weight: 800;
}
.aside__table {
  display: flex;
  flex-direction: column;
  column-gap: 6px;
  row-gap: 6px;
}
.aside__table-row {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 1fr;
}
.aside__item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside__table-link {
  display: flex;
  column-gap: 6px;
  align-items: center;
}
.team-icon-1 {
  max-width: 20px;
}
.b-l {
  border-style: solid;
  border-width: medium;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.pl-1 {
  padding-left: 4px;
}
.b-blue {
  border-color: rgb(14, 104, 194);
}
.b-yellow {
  border-color: rgb(254, 239, 28);
}
.b-orange {
  border-color: rgb(210, 157, 9);
}
.b-red {
  border-color: rgb(241, 0, 0);
}
.b-transperent {
  border-color: rgba(0, 0, 0, 0);
}
.c-green {
  color: rgb(79, 204, 70);
}
.c-red {
  color: rgb(210, 31, 31);
}
.justify__between {
  justify-content: space-between;
}
.block__card-teams {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.flag {
  width: 20px;
}
.scale105-hov {
  transition: 0.3s all;
}
.scale105-hov:hover {
  transform: scale(1.05);
}
.bigtable {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid;
  border-width: thin;
  border-color: rgb(180, 180, 180);
  border-bottom-width: 0;
  border-top-width: 0;
  margin-top: 30px;
}
.bigtable__item {
  margin-bottom: 20px;
}
.bigtable__item-top {
  display: grid;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: rgb(249, 246, 242);
  grid-template-columns: 4fr 5fr 3fr;
}
.align-center {
  align-items: center;
}
.flexgap-2 {
  row-gap: 8px;
  column-gap: 8px;
}
.flexgap-6 {
  row-gap: 24px;
  column-gap: 24px;
}
.flexgap-10 {
  row-gap: 40px;
  column-gap: 40px;
}
.bigtable__item-top-koff {
  display: flex;
  column-gap: 40px;
  margin-right: 80px;
  justify-content: flex-end;
}
.flex-3 {
  flex: 3;
}
.bigtable__item-mid {
  display: grid;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  align-items: center;
  grid-template-columns: 4fr 5fr 3fr;
}
.flexgap-3 {
  row-gap: 12px;
  column-gap: 12px;
}
.pr-0 {
  padding-right: 0;
}
.mr-0 {
  margin-right: 0;
}
.bigtable__item-mid-koff {
  display: flex;
  align-items: center;
  column-gap: 18px;
  font-size: 14px;
  justify-content: flex-end;
}
.flexgap-20 {
  row-gap: 80px;
  column-gap: 80px;
}
.rad-num-grey {
  background-color: rgb(214, 213, 213);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 10px;
  padding-bottom: 0px;
}
.rud-num-orange {
  align-items: center;
  display: flex;
  background-color: rgb(244, 178, 24);
  justify-content: center;
  border-radius: 10px;
  padding-right: 6px;
  padding-left: 6px;
}
.justify-center {
  justify-content: center;
}
.bigtable-center {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 600;
}
.grid-1-1 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.hero {
  display: flex;
  padding-top: 24px;
  padding-bottom: 50px;
}
.header-logo {
  text-decoration: none;
  width: 75px;
}
.nav-link--active {
  color: rgb(218, 49, 39);
}
.her {
  padding-bottom: 50px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hero-info {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  justify-content: center;
}
.hero-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.hero-title {
  color: rgb(255, 255, 255);
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 16px;
}
.hero-info-wrap {
  background-color: rgb(12, 46, 94);
  flex: 1.5;
  border-style: solid;
  border-width: 40px;
  border-color: rgb(218, 49, 39);
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  display: flex;
}
.hero-img-wrap {
  flex: 2;
}
.hero-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.live-matches-section {
  padding-bottom: 50px;
}

.results-matches-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  align-items: center;
  grid-gap: 24px;
}
.live-matches-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  align-items: center;
  grid-gap: 24px;
}
.live-matches-card {
  display: flex;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 5px;
}
.match-location {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  color: rgb(108, 114, 121);
}
.match-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 10px;
  width: 100%;
  align-items: center;
  margin-bottom: 16px;
}
.match-teams-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: rgb(12, 46, 94);
  transition: all 0.5s ease;
}
.match-teams-item:hover {
  color: rgb(243, 66, 53);
}
.team-logo-img {
  object-fit: cover;
  width: 50px;
}
.team-name {
  text-transform: uppercase;
}
.match-vs-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.match-vs {
  font-size: 28px;
  font-weight: 600;
  color: rgb(12, 46, 94);
}
.match-date {
  font-weight: 500;
}
.btn {
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(12, 46, 94);
  background-color: rgb(12, 46, 94);
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.5s ease;
  width: 100%;
}
.btn:hover {
  background-color: rgb(218, 49, 39);
  border-color: rgb(218, 49, 39);
  color: rgb(255, 255, 255);
}
.news-section {
  padding-bottom: 50px;
}
.section-subtitle {
  color: rgb(30, 30, 30);
}
.section-title {
  color: rgb(30, 30, 30);
  margin-bottom: 24px;
  text-transform: capitalize;
  font-size: 30px;
}
.news-card {
  display: flex;
  flex-direction: column;
}
.news-card-img-wrap {
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
}
.news-card-img-wrap:hover {
  opacity: 0.8;
}
.news-card-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.news-card-img:hover {
  scale: 1.1;
}
.news-card-content {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  flex-grow: 1;
  display: flex;
  column-gap: 24px;
}
.news-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(33, 43, 53);
}
.news-date-num {
  font-size: 36px;
  font-weight: 600;
}
.news-date-month {
  font-size: 14px;
}
.news-info {
  display: flex;
  flex-direction: column;
}
.news-title {
  text-decoration: none;
  color: rgb(12, 46, 94);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: all 0.5s ease;
  line-height: 110%;
}
.news-title:hover {
  color: rgb(243, 66, 53);
}
.news-desc {
  font-size: 12px;
}
.events-section {
  padding-bottom: 50px;
}
.mb-24 {
  margin-bottom: 24px;
}
.events-table-head {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 30px;
  align-items: center;
}
.events-table-head-desc {
  font-size: 17px;
}
.events-table-head-link {
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  background-image: url("../images/6ebd834eb99d923e51caba1e4c51a83c.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-y: center;
  background-position-x: right;
  padding-right: 30px;
  align-items: center;
  transition: all 0.5s ease;
  color: rgb(12, 46, 94);
}
.events-table-head-link:hover {
  background: none;
}
.events-table-head-title {
  color: rgb(12, 46, 94);
}

.events-table-row {
  padding-bottom: 35px;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  gap: 16px;
}
.events-table-date {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: rgb(33, 43, 53);
}
.events-table-date-num {
  font-size: 70px;
  font-weight: 600;
}
.events-table-date-wrap {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 600;
  padding-top: 10px;
  line-height: 110%;
}
.events-table-occurrent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.events-table-team {
  font-size: 32px;
  font-weight: 600;
  color: rgb(33, 43, 53);
}
.events-table-desc-wrap {
  display: flex;
  align-items: center;
  column-gap: 16px;
  font-size: 14px;
}
.events-table-location-wrap {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.events-table-location-img {
  width: 16px;
  object-fit: contain;
}
.events-table-time-wrap {
  display: flex;
  column-gap: 10px;
}
.events-table-time-img {
  width: 16px;
  object-fit: contain;
}
.w-350 {
  width: 350px;
}
.mb-reset {
  margin-bottom: 0;
}
.events-table-btn {
  padding-left: 50px;
  padding-right: 50px;
}
.dark-blue {
  color: rgb(33, 43, 53);
}
.videos-section {
  padding-bottom: 50px;
}
.videos-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
  grid-gap: 24px;
}
.videos-item {
  position: relative;
  display: flex;
}
.videos-item-img-wrap {
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
  transition: all 0.5s ease;
}
.videos-item-img-wrap:hover {
  opacity: 0.9;
}
.videos-item-img-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.videos-item-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.play-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  padding-left: 3px;
}
.play-sign::before {
  border-color: rgb(255, 255, 255);
}
.play-sign-img {
  height: 30%;
  width: 30%;
  object-fit: contain;
}
.videos-item-title {
  text-decoration: none;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  z-index: 3;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  bottom: 0;
  transition: all 0.5s ease;
}
.videos-item-title:hover {
  color: rgb(243, 66, 53);
}
.videos .videos-item {
  /* height: auto; */
}
.standings-section {
  padding-bottom: 50px;
}
.standings-table {
  width: 100%;
}
.standings-table-head {
  display: grid;
  align-items: center;
  grid-template-columns: 180px repeat(13, minmax(60px, 1fr));
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.standings-table-head-item {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 16px;
  color: rgb(12, 46, 94);
}
.standings-table-rows {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(232, 235, 241);
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.standings-table-row {
  display: grid;
  align-items: center;
  grid-template-columns: 180px repeat(13, minmax(60px, 1fr));
}
.standings-table-head-item:first-child,
.standings-table-row-item:first-child {
  position: sticky;
  left: 0;
  background: #fff; /* або фон таблиці */
  z-index: 2;
}
.standings-table-row-team {
  display: flex;
  align-items: center;
  column-gap: 16px;
  text-decoration: none;
  color: rgb(108, 114, 121);
}
.standings-table-team-logo {
  height: 24px;
  width: 24px;
}
.standings-table-team-name {
  font-weight: 600;
  transition: all 0.5s ease;
}
.standings-table-team-name:hover {
  color: rgb(243, 66, 53);
}
.standings-table-row-item {
  padding: 16px;
  font-weight: 600;
}
.br-grey {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.trophy-section {
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
  background-image: url("../images/c80ad6d243b770c7e12cb5c88087f2ed.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
.trophy-items {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.trophy-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.trophy-img:hover {
}
.trophy-item {
  transition: all 0.5s ease;
}
.trophy-item:hover {
  transform: scaleX(-1);
}
.footer-inner {
}
.footer-main-row {
  display: flex;
  gap: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(62, 71, 79);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 70px;
  padding-top: 70px;
}
.footer-logo {
  width: 75px;
}
.footer-logo-wrap {
  text-decoration: none;
  flex: 0.5;
}
.footer-nav-items {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}
.footer-nav-item {
  flex-basis: 160px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-nav-title {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.footer-nav-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-nav-list-item-link {
  text-decoration: none;
  color: rgb(166, 170, 174);
  font-size: 14px;
  transition: all 0.5s ease;
}
.footer-nav-list-item-link:hover {
  color: rgb(255, 255, 255);
}
.footer-nav-list-item {
  margin-bottom: 9px;
  transition: all 0.5s ease;
}
.footer-nav-list-item:hover {
  color: rgb(166, 170, 174);
}
.list-item-address {
  font-size: 14px;
  color: rgb(166, 170, 174);
}
.footer-btm-row {
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer-form {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.footer-input {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(62, 71, 79);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  outline: none;
  color: rgb(166, 170, 174);
}
.light-grey {
  color: rgb(166, 170, 174);
}
.red-btn {
  background-color: rgb(218, 49, 39);
  border-color: rgb(218, 49, 39);
  transition: all 0.5s ease;
}
.red-btn:hover {
  background-color: rgb(12, 46, 94);
}
.btn-p-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.featured-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.pb-70-prc {
  padding-bottom: 70%;
}
.news-side {
  display: grid;
  grid-gap: 24px;
  grid-template-rows: 1fr 1fr 1fr;
}
.news-side-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 16px;
}
.news-side-item-img-wrap {
  display: flex;
  overflow: hidden;
  transition: all 0.5s ease;
}
.news-side-item-img-wrap:hover {
  opacity: 0.8;
}
.news-side-item-img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.news-side-item-img:hover {
  scale: 1.1;
}
.news-side-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}
.news-side-item-content-header {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.news-side-item-date {
  font-size: 14px;
}
.news-side-item-location {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.news-side-item-title {
  text-decoration: none;
  color: rgb(12, 46, 94);
  font-size: 18px;
  font-weight: 600;
  line-height: 105%;
  transition: all 0.5s ease;
}
.news-side-item-title:hover {
  color: rgb(243, 66, 53);
}
.news-side-item-desc {
  font-size: 14px;
}
.fs-48 {
  font-size: 48px;
}
.fs-18 {
  font-size: 18px;
  font-weight: 600;
}
.fs-24 {
  font-size: 24px;
}
.fs-14 {
  font-size: 14px;
}
.pb-24 {
  padding-bottom: 24px;
}
.txt-align--center {
  text-align: center;
}
.pagination {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.pagination-item {
  text-decoration: none;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  background-color: rgb(246, 247, 252);
  color: rgb(108, 114, 121);
  transition: all 0.5s ease;
}
.pagination-item:hover {
  background-color: rgb(218, 49, 39);
  color: rgb(255, 255, 255);
}
.pagination-item-active {
  background-color: rgb(218, 49, 39);
  color: rgb(255, 255, 255);
}
.pagination-item-active:hover {
  background-color: rgb(218, 49, 39);
  color: rgb(255, 255, 255);
}
.post-section {
  padding-bottom: 50px;
}
.post-main-content {
  padding-bottom: 50px;
}
.content-wrap {
  display: flex;
  column-gap: 24px;
}
.main-content {
  flex: 7;
}
.block-title {
  color: rgb(30, 30, 30);
  margin-bottom: 24px;
  text-transform: capitalize;
  font-size: 30px;
}
.aside-content {
  flex: 3;
}
.aside-matches-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.text-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.italic {
  font-style: italic;
}
.post-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mb-8 {
  margin-bottom: 8px;
}
.width-auto {
  width: auto;
}
.post-video-section {
  padding-bottom: 50px;
}
.post-videos-main {
  position: relative;
  padding-bottom: 50px;
}
.post-videos-img-wrap {
  position: relative;
  height: 620px;
}
.post-videos-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-videos-sidebar-item-img-wrap {
  position: relative;
  text-decoration: none;
  flex: auto;
  height: 100%;
}
.post-videos-sidebar-item-img-wrap::before {
}
.post-videos-sidebar-item-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.play-sign-30 {
  height: 30px;
  width: 30px;
}
.post-videos-item-content {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  z-index: 2;
  position: absolute;
  bottom: 5px;
  left: 8px;
}
.post-videos-item-content-link {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
}
.post-videos-item-content-link:hover {
  color: rgb(243, 66, 53);
}
.mySwiper.videos .swiper-slide {
  display: flex;
  height: auto;
  max-height: 196px;
}
.color-white {
  color: rgb(255, 255, 255);
}
.play-sign-70 {
  width: 70px;
  height: 70px;
}
.pb-50 {
  padding-bottom: 50px;
}
.standings-header {
  display: flex;
  margin-bottom: 24px;
  align-items: start;
  justify-content: space-between;
}
.standings-header-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.standings-header-link {
  background-color: rgba(246, 247, 252, 0);
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: rgb(12, 46, 94);
  transition: all 0.5s ease;
}
.standings-header-link:hover {
  color: rgb(243, 66, 53);
}
.standings-header-date-btn {
  background-color: rgb(232, 235, 241);
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  color: rgb(33, 43, 53);
  text-decoration: none;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  transition: all 0.5s ease;
}
.standings-header-date-btn:hover {
  background-color: rgb(69, 114, 178);
  color: rgb(255, 255, 255);
}
.standings-header-link-img {
  width: 24px;
  height: 24px;
}
.standings-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.standings-filters-left-part {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.standings-filters-item {
  text-decoration: none;
  color: rgb(33, 43, 53);
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  border-radius: 5px;
  background-color: rgb(232, 235, 241);
  transition: all 0.5s ease;
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.standings-filters-item:hover {
  background-color: rgb(69, 114, 178);
  color: rgb(255, 255, 255);
}
.standings-filters-item-img {
  height: 12px;
  width: 12px;
}
.schedule-section {
  padding-bottom: 50px;
}
.schedule-date {
  display: flex;
  column-gap: 24px;
  padding-bottom: 36px;
  align-items: center;
}
.schedule-date-img-wrap {
  text-decoration: none;
}
.schedule-date-img {
  width: 30px;
  height: 30px;
}
.schedule-date-day {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.schedule-item {
}
.schedule-head {
  display: flex;
  column-gap: 16px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.schedule-item-rows {
  border-color: rgba(232, 235, 241, 0);
  border-radius: 5px;
}
.schedule-item-row {
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.schedule-match {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 24px;
}
.schedule-match-team {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  column-gap: 16px;
}
.schedule-match-team-name {
  text-align: center;
  text-decoration: none;
  color: rgb(108, 114, 121);
  transition: all 0.5s ease;
}
.schedule-match-team-name:hover {
  color: rgb(243, 66, 53);
}
.schedule-match-team-logo {
  height: 24px;
  width: 24px;
  object-fit: cover;
}
.jc-flex-strart {
  justify-content: flex-start;
}
.schedule-time {
  font-weight: 600;
}
.schedule-location {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.schedule-location-img {
  width: 20px;
  height: 20px;
}
.vs-block {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.fw-600 {
  font-weight: 600;
}
.results-section {
  padding-bottom: 50px;
}
.match-team-score {
  font-size: 28px;
  font-weight: 600;
  color: rgb(12, 46, 94);
}
.match-team-score-arrow {
  position: relative;
}
.match-team-score-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 14px;
  width: 14px;
  background-image: url("../images/8fa921946dc0dfaf927edc06929615c7.png");
  background-repeat: no-repeat;
  background-size: 12px;
}
.match-team-score-arrow.winner-home::before {
  left: -20px;
  transform: rotate(0deg) translate(0, -50%);
}

.match-team-score-arrow.winner-away::before {
  right: -20px;
  transform: rotate(180deg) translate(0, 50%);
}
.gtc-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gtc-3::before {
}
.width-reset {
  width: auto;
}
.arrow-reverse::before {
  transform: translate(0px, -50%) scaleX(-1);
  right: -20px;
  left: auto;
}
.reviews-section {
  padding-bottom: 50px;
}
.reviews-stats-bar {
  width: 100%;
}
.reviews-stats-title {
  text-align: center;
}
.stats-item-bar {
  margin-bottom: 10px;
}
.stats-item-bar-head {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.stats-item-bar-divider {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 16px;
}
.stats-item-bar-divider-line {
  border-radius: 10px;
  background-color: rgb(255, 212, 0);
  height: 4px;
}
.width-90-pc {
  width: 90%;
}
.stats-item-bar-divider-img {
  width: 20px;
  object-fit: cover;
}
.width-70-pc {
  width: 70%;
}
.bg-line-orange {
  background-color: rgb(252, 107, 0);
}
.stats-item-bar-divider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.width-80-pc {
  width: 80%;
}
.width-50-pc {
  width: 50%;
}
.teams-section {
  padding-bottom: 50px;
}
.teams-items {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  display: grid;
  grid-gap: 24px;
}
.teams-item {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  column-gap: 16px;
  border-radius: 5px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
}
.teams-item-logo {
  display: block;
  width: 145px;
  text-decoration: none;
  border-radius: 50%;
  overflow: hidden;
}
.teams-item-logo-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.teams-item-content {
  display: flex;
  justify-content: space-between;
  row-gap: 5px;
  flex-direction: column;
  width: 100%;
}
.teams-item-name {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: rgb(12, 46, 94);
  transition: all 0.5s ease;
}
.teams-item-name:hover {
  color: rgb(243, 66, 53);
}
.teams-item-slogan {
  font-weight: 500;
}
.teams-item-stats {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}
.teams-item-stats-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-top-color: rgba(232, 235, 241, 0);
  border-color: rgb(33, 43, 53);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.teams-item-stats-item-type {
  font-size: 12px;
  font-weight: 500;
}
.teams-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
}
.ttuprc {
  text-transform: uppercase;
}
.btn-extra {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.btn-arrow-img {
  width: 20px;
}
.bg-grey {
  background-color: rgb(232, 235, 241);
  border-color: rgb(232, 235, 241);
  color: rgb(33, 43, 53);
}
.team-section {
  padding-bottom: 50px;
}
.team-title {
  color: rgb(30, 30, 30);
}
.fw-500 {
  font-weight: 500;
}
.flex-1 {
  flex: 1;
}
.team-history-main {
  flex: 3;
}
.team-history-aside {
  flex: 1;
}
.team-history-aside-inner {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
}
.team-history-aside-logo-team {
  width: 250px;
  object-fit: cover;
}
.team-history-aside-content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.team-history-aside-content-row {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.team-squard-content {
  padding-bottom: 24px;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.bg-dark-blue {
  background-color: rgb(12, 46, 94);
}
.width-470 {
  max-width: 470px;
}
.team-squard-title {
  font-size: 48px;
}
.team-squard-desc {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 2fr 1fr 1fr;
}
.mb-36 {
  margin-bottom: 36px;
}
.fs-19 {
  font-size: 19px;
}
.team-squard-author {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.team-squard-author-img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  overflow: hidden;
  flex: 0 0 78px;
  border-radius: 50%;
}
.team-squard-author-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-squard-author-content:hover {
  color: rgb(255, 255, 255);
}
.team-squard-author-name {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
}
.team-squard-author-name:hover {
  color: rgb(243, 66, 53);
}
.team-squard-author-position {
  font-size: 17px;
}
.team-squard-players {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  grid-gap: 16px;
}
.team-squard-player {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.team-squard-player-img-wrap {
  position: relative;
  display: block;
  padding-bottom: 122%;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.team-squard-player-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.team-squard-player-name {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
}
.team-squard-player-name:hover {
  color: rgb(243, 66, 53);
}
.team-squard-divider {
  background-color: rgb(62, 71, 79);
  height: 4px;
  width: 100%;
}
.team-squard-divider-highlight {
  height: 4px;
  width: 50%;
  background-color: rgb(243, 66, 53);
}
.player-img-wrap--pb-122-prc {
  padding-bottom: 122%;
}
.team-stats-content {
  padding-bottom: 50px;
}
.team-stats-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.team-stats-table {
  width: 100%;
}
.team-stats-table-head {
  align-items: center;
  display: grid;
  grid-template-columns: 4fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.team-stats-table-head-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.team-stats-table-head-item:first-child,
.team-stats-table-row-item:first-child {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
}
.team-stats-table-head-item:nth-child(2),
.team-stats-table-row-item:nth-child(2) {
  position: sticky;
  left: 125px;
  background: #fff;
  z-index: 2;
}

.team-stats-table-row {
  align-items: center;
  display: grid;
  grid-template-columns: 4fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.team-stats-table-row-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.team-stats-table-row-item-wrap {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.team-stats-table-img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.team-stats-table-team-name {
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.team-stats-table-team-name:hover {
  color: rgb(243, 66, 53);
}
.item-cntr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-50 {
  padding-top: 50px;
}
.news-content {
  padding-bottom: 50px;
}
.results-content {
  padding-bottom: 50px;
}
.player-banner {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 16px;
}
.player-banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.player-banner-info {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.player-banner-info-head {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}
.player-banner-name {
  font-size: 48px;
  font-weight: 700;
}
.player-banner-surname {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 8px;
}
.pb-reset {
  padding-bottom: 0;
}
.player-param-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr) repeat(4, 1.5fr);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(232, 235, 241);
  border-right-width: 0;
  border-bottom-width: 0;
  grid-template-rows: 60px;
  grid-auto-rows: 60px;
}
.player-param-stat-item {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(232, 235, 241);
  border-top-width: 0;
  border-left-width: 0;
  grid-row: span 2;
}
.player-param-item-left-value {
  font-size: 26px;
  font-weight: 500;
}
.player-param-info {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  border-top-width: 0;
  border-left-width: 0;
}
.player-param-info-title {
  font-size: 12px;
  font-weight: 500;
}
.fcln {
  flex-direction: column;
}
.player-bio-section {
  padding-bottom: 50px;
}
.player-param-section {
}
.player-bio-wrapper {
  display: grid;
  grid-template-columns: 7fr minmax(364px, 1fr);
  grid-gap: 24px;
}
.player-bio-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 5px;
}
.privacy-section {
  padding-bottom: 50px;
}
.privacy-item-title {
  font-size: 24px;
  font-weight: 600;
}
.privacy-item-content-link {
  text-decoration: none;
  color: rgb(12, 46, 94);
  transition: all 0.5s ease;
}
.privacy-item-content-link:hover {
  color: rgb(243, 66, 53);
}
.privacy-item-subtitle {
  font-size: 19px;
  font-weight: 600;
}
.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.mySwiper .events-table-row {
  display: flex;
}

.mySwiper .post-videos-sidebar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: static;
  flex-direction: row;
  width: 100%;
  margin-bottom: 8px;
}
.post-videos-sidebar-item {
  padding: 0;
  height: 196px;
}
.post-videos-sidebar-item-img-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

.newsSlider .news-card {
  position: relative;
  width: 380px;
  /* height: 380px; */
}
.news-slide-img-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.news-slide-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  flex-grow: 1;
  display: flex;
  column-gap: 24px;
  z-index: 2;
}
.swiper-wrapper {
  gap: 0;
}
.teams .swiper-slide {
  display: flex;
}
.breadcrumbs {
  padding-top: 40px;
  padding-bottom: 24px;
}
.breadcrumbs-list {
  display: flex;
  margin-bottom: 0;
}
.breadcrumbs-list-item {
  font-size: 18px;
  font-weight: 600;
}
.breadcrumbs-list-item + .breadcrumbs-list-item::before {
  content: "/";
  margin: 0 8px;
  color: #0c2e5e;
}
.breadcrumbs-list-item-link {
  text-decoration: none;
  color: #0c2e5e;
}
.breadcrumbs-list-item-link:hover {
  color: #da3127;
}
.breadcrumbs-list-item-active {
  color: #da3127;
}

.calendar-wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: flex-start;
  column-gap: 24px;
}

/* calendar */
.calendar-container {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  position: sticky;
  top: 70px;
}
.flatpickr-calendar {
  -webkit-box-shadow: none;
  border-radius: 4px;
}
#mobile-calendar {
  display: none;
}
.flatpickr-months {
  padding: 4px;
  background-color: #0c2e5e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.flatpickr-months .flatpickr-month {
  color: white;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: white;
  fill: white;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after,
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:hover:after,
.flatpickr-current-month .numInputWrapper span.arrowDown:hover:after {
  border-top-color: #da3127;
  border-bottom-color: #da3127;
}

.arrowDown:hover {
  fill: rgb(255, 255, 255);
}

/* days without events */
.flatpickr-day {
  pointer-events: none;
  color: #565656;
}
.flatpickr-day.flatpickr-disabled {
  pointer-events: none;
  color: #565656;
}

.flatpickr-day.has-event,
.flatpickr-day.flatpickr-disabled.has-event {
  background-color: rgb(151, 151, 151);
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgb(151, 151, 151);
  pointer-events: all;
  cursor: pointer;
  transition: 0.3s all;
}

.flatpickr-day.has-event:hover {
  background-color: #da3127;
  border: 1px solid #da3127;
  color: #ffffff;
  transition: all 0.5s ease;
}

.flatpickr-day.selected {
  border: 1px solid #da3127;
  background-color: #da3127;
  color: #ffffff;
}
.flatpickr-innerContainer {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.no-events {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.no-events h3 {
  font-size: 22px;
  color: rgb(207, 46, 46);
}

.no-events img {
  width: 100%;
}
.filters {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 24px;
}
.filter-select {
  display: flex;
  justify-content: space-between;
  width: 180px;
  height: 40px;
  text-transform: capitalize;
  cursor: pointer;
  color: #6c7279;
  outline: none;
  border: solid 1px #e8ebf1;
  border-radius: 5px;
  padding: 8px;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.1);
  appearance: none;
  background-color: #f6f7fc;
  background-image: url("/images/icons8-развернуть-30.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  box-shadow: 0 2px 12px #7e8fa000;
}
.awards-items {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.awards-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  padding: 16px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #0c2e5e;
}
.awards-item:hover {
  color: #f34235;
}
.awards-item-content {
  text-align: center;
}
.awards-item-img {
  width: 230px;
}
.awards-item-list-years {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  color: #6c7279;
}
.awards-item-header {
  position: relative;
}
.awards-item-img {
  position: relative;
  z-index: 1;
}
.awards-item-count {
  font-size: 160px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(232, 235, 241);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.awards-item-desc {
  font-size: 14px;
  color: #6c7279;
}
.awards .awards-item,
.playerAwards .awards-item {
  display: flex;
  transition: all 0.5s ease;
}
.awards-item-title {
  font-size: 20px;
  font-weight: 600;
}
.team-other-player {
  padding: 16px;
  box-shadow: 0 2px 12px #7e8fa026;
  background-color: #fff;
}
.color-0c2e5e {
  color: #0c2e5e;
}
.team-other-players {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 16px;
}
.players .team-other-player {
  display: flex;
  height: auto;
}
.liveMatches .live-matches-card {
  display: flex;
}
.contacts-inner {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.contacts-block {
  text-align: center;
}
.contacts-title {
  font-size: 24px;
  font-weight: 600;
  color: rgb(30, 30, 30);
}
.contacts-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}
.contacts-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  padding: 24px;
  background: #f6f7fc;
  height: 175px;
}
.contacts-card-link-wrap {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.contacts-card-link {
  color: #0c2e5e;
}
.contacts-card-link-img {
  width: 24px;
  height: 27px;
}

.contacts-form {
  max-width: 900px;
  margin: 0 auto;
}
.contacts-form-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group--half {
  grid-column: span 1;
}
.form-group--full {
  grid-column: span 2;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.form-label {
  display: block;
  text-align: start;
}
.form-input,
.form-textarea {
  width: 100%;
  padding: 8px 16px;
  border: solid 1px #e8ebf1;
  border-radius: 8px;
  outline: none;
  background-color: #f6f7fc;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: rgb(250 250 250 / 55%);
}
.form-btn {
  display: block;
  padding: 16px;
  border: solid 1px #da3127;
  background: #da3127;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.form-btn:hover {
  background: transparent;
  color: #da3127;
}
.reviews-match-card {
  display: flex;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border: 1px solid rgb(232, 235, 241);
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 5px;
}
.reviews-stats-table {
  width: 100%;
}
.reviews-stats-table-head {
  display: grid;
  align-items: center;
  grid-template-columns: 3fr repeat(12, 1fr);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 241);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.reviews-stats-table-head-item {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 16px;
  color: rgb(12, 46, 94);
}
.reviews-stats-table-rows {
  border-bottom: 1px solid rgb(232, 235, 241);
}
.reviews-stats-table-row {
  display: grid;
  align-items: center;
  grid-template-columns: 3fr repeat(12, 1fr);
}
.reviews-stats-row-item {
  padding: 16px;
  font-weight: 600;
  /* border-right: 1px solid rgb(232, 235, 241); */
}
.reviews-title {
  font-size: 24px;
}
.reviews-subtitle {
  font-size: 18px;
}

/* Swiper */
.swiper-wrapper {
  gap: 0;
}

@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: #fff;
    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;
  }

  .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);
  }
  .news-cards {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  .mySwiper .news-cards {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
  }
  .hero-title {
    font-size: 48px;
  }
  .events-table-date-num {
    font-size: 56px;
  }
  .events-table-date-wrap {
    font-size: 20px;
  }
  .events-table-team {
    font-size: 28px;
  }
  .content-wrap {
    flex-direction: column;
    gap: 24px;
  }
  .aside-matches-cards {
    grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));
  }
  .player-bio-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .player-bio-content {
    order: 2;
  }
  .player-bio-img {
    order: 1;
    height: 360px;
    width: auto;
  }
  .team-squard-title,
  .player-banner-name,
  .player-banner-surname {
    font-size: 34px;
  }
  .schedule-item-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 40px;
  }
  .events-table-date-num {
    font-size: 48px;
  }
  .events-table-date-wrap {
    font-size: 18px;
  }
  .events-table-team {
    font-size: 24px;
  }
  .team-logo-img {
    width: 40px;
  }
  .match-vs {
    font-size: 20px;
  }
  .featured-news {
    grid-template-columns: 1fr;
  }
  .pb-70-prc {
    padding-bottom: 55%;
  }
  .news-side-item {
    grid-template-columns: 0.8fr 2fr;
  }
  .post-videos-img-wrap {
    height: 490px;
  }
  .team-squard-desc {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .player-param-inner {
    grid-template-columns: repeat(2, 1fr) repeat(2, 1.5fr);
  }
  .player-param-stat-item {
    grid-row: auto;
  }
  .player-param-item-left-value {
    font-size: 16px;
  }
  .team-squard-title,
  .player-banner-name,
  .player-banner-surname {
    font-size: 30px;
  }
  .standings-table,
  .team-stats-table,
  .reviews-stats-table {
    width: 1000px;
  }
}

@media (max-width: 768px) {
  .header-nav {
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
  }
  .hero-title {
    font-size: 32px;
  }
  .events-table-date-num {
    font-size: 40px;
  }
  .events-table-team {
    font-size: 20px;
  }
  .footer-main-row {
    flex-direction: column;
  }
  .footer-logo-wrap {
    display: flex;
    justify-content: center;
  }
  .footer-nav-items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .events-table-head-title {
    font-size: 18px;
  }
  .events-table-head-desc {
    font-size: 14px;
  }
  .mySwiper .trophy-items {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-items: center;
  }
  .mySwiper.trophy .swiper-slide {
    width: 164px !important;
  }
  .standings-header-links {
    gap: 16px;
  }
  .standings-header-link {
    font-size: 18px;
  }
  .standings-header-date-btn,
  .standings-filters-item {
    font-size: 14px;
  }
  .player-bio-img {
    height: 294px;
  }
  .match-team-score,
  .section-title,
  .block-title {
    font-size: 24px;
  }
  .teams-item-name {
    font-size: 22px;
  }
  .team-squard-title {
    font-size: 28px;
  }
  .team-squard-author-name,
  .team-squard-player-name,
  .player-banner-name,
  .player-banner-surname,
  .reviews-title {
    font-size: 22px;
  }
  .player-banner-info-head {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .privacy-item-title,
  .contacts-title {
    font-size: 22px;
  }
  .calendar-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
    overflow: hidden;
    grid-template-areas:
      "calendar"
      "events";
  }
  .calendar-container {
    grid-area: calendar;
    position: relative;
    display: flex;
    justify-content: flex-start;
    top: 0;
  }

  .flatpickr-input {
    font-family: "Roboto", sans-serif;
    display: block;
    width: 50%;
    padding: 4px 8px;
    border: 1px solid #0c2e5e;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-size: 16px;
  }

  #events {
    grid-area: events;
  }

  #calendar {
    display: none;
  }
  .video-img-wrap--md {
    padding-bottom: 54%;
  }
  .awards-item-img {
    width: 200px;
  }
  .awards-item-count {
    font-size: 134px;
  }
}
@media (max-width: 576px) {
  .videos-item-title,
  .awards-item-title {
    font-size: 18px;
  }
  .videos-item-img-wrap {
    padding-bottom: 54%;
  }
  .header-logo {
    width: 60px;
  }
  .post-videos-img-wrap {
    height: 418px;
  }
  .player-param-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .player-bio-img {
    height: 260px;
  }
  .hero {
    flex-direction: column;
  }
  .hero-info-wrap {
    border-right-width: 0;
    border-bottom-width: 34px;
  }
  .player-info-wrap {
    border-right-width: 34px;
    border-bottom-width: 0;
  }
  .schedule-date-day {
    font-size: 18px;
  }
  .schedule-date {
    padding-bottom: 20px;
    column-gap: 16px;
  }
  .schedule-date-img {
    width: 24px;
    height: 24px;
  }
  .match-team-score {
    font-size: 22px;
  }
  .match-team-score-arrow::before {
    background-size: 10px;
    height: 12px;
    width: 12px;
  }
  .reviews-stats-title {
    font-size: 18px;
  }
  .team-squard-title,
  .player-banner-name,
  .player-banner-surname {
    font-size: 24px;
  }
  .team-squard-author-name,
  .team-squard-player-name {
    font-size: 20px;
  }
  .team-squard-player-img-wrap {
    padding-bottom: 90%;
  }
  .contacts-form-items {
    grid-template-columns: 1fr;
  }
  .form-group--half,
  .form-group--full {
    grid-column: auto;
  }
}
@media (max-width: 480px) {
  .news-card-img-wrap {
    padding-bottom: 64%;
  }
  .events-table-head-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
  }
  .results-matches-cards {
    grid-template-columns: 1fr;
  }
  .post-videos-img-wrap {
    height: 356px;
  }
  .standings-header {
    flex-direction: column;
    gap: 16px;
  }
  .schedule-match-team {
    flex-direction: column;
  }
  .schedule-match-team--col-reverse {
    flex-direction: column-reverse;
  }
  .teams-items {
    grid-template-columns: 1fr;
  }
  .teams-item {
    flex-direction: column;
  }
  .teams-item-logo {
    width: 98px;
  }
  .teams-item-name {
    text-align: center;
  }
  .hero-title {
    font-size: 26px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .section-title,
  .player-bio-name,
  .block-title,
  .reviews-title {
    font-size: 20px;
  }
  .section-subtitle,
  .events-table-head-link {
    font-size: 14px;
  }
  .match-vs {
    font-size: 18px;
  }
  .news-date-num,
  .events-table-date-num {
    font-size: 30px;
  }
  .news-card-content {
    column-gap: 18px;
  }
  .events-table-team {
    font-size: 18px;
  }
  .standings-table-team-name,
  .standings-table-row-item,
  .match-teams-item,
  .events-table-head-title,
  .events-table-date-wrap,
  .standings-header-link,
  .schedule-date-day,
  .team-squard-author-position,
  .player-banner-info-head {
    font-size: 16px;
  }
  .events-table-head-link {
    padding-right: 16px;
  }
  .news-side-item {
    grid-template-columns: 1fr;
  }
  .news-title,
  .teams-item-name,
  .team-title,
  .team-squard-author-name,
  .team-squard-player-name,
  .privacy-item-subtitle {
    font-size: 18px;
  }
  .news-date-month {
    font-size: 14px;
  }
  .news-desc,
  .news-side-item-desc {
    font-size: 12px;
  }
  .schedule-date-img {
    width: 18px;
    height: 18px;
  }
  .team-squard-player-img-wrap {
    padding-bottom: 80%;
  }
  .player-banner-name,
  .player-banner-surname,
  .privacy-item-title,
  .contacts-title {
    font-size: 20px;
  }
  .video-img-wrap--md {
    padding-bottom: 64%;
  }
  .team-stats-table-row,
  .team-stats-table-head {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
  }
  .team-stats-table-row-item:first-child {
    width: 80px;
  }
  .team-stats-table-head-item:nth-child(2),
  .team-stats-table-row-item:nth-child(2) {
    left: 80px;
  }
  .team-stats-table-team-name {
    display: none;
  }
  .team-stats-table-row-item-wrap {
    justify-content: center;
  }
  .team-other-player {
    padding: 8px;
  }
}
@media (max-width: 375px) {
  .standings-table-head,
  .standings-table-row {
    grid-template-columns: 100px repeat(13, minmax(60px, 1fr));
  }
  .standings-table-head-item {
    font-size: 14px;
  }
  .standings-table-row-team {
    justify-content: center;
  }
  .standings-table-team-name {
    display: none;
  }
  .flatpickr-input {
    width: 100%;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 14px;
  }
  .header-logo {
    width: 50px;
  }
  .post-videos-img-wrap {
    height: 280px;
  }
  .play-sign {
    height: 40px;
    width: 40px;
  }
  .hero-info-wrap {
    border-bottom-width: 24px;
  }
  .player-info-wrap {
    border-right-width: 10px;
    border-bottom-width: 0;
  }
  .hero-info {
    row-gap: 10px;
  }
  .hero-title {
    font-size: 22px;
  }
  .section-title,
  .match-team-score,
  .player-bio-name,
  .team-stats-title,
  .block-title {
    font-size: 18px;
  }
  .hero-subtitle,
  .news-title,
  .videos-item-title,
  .news-side-item-title,
  .post-videos-item-content-link,
  .reviews-stats-title,
  .team-title,
  .awards-item-title,
  .reviews-title {
    font-size: 16px;
  }
  .news-date-num,
  .events-table-date-num {
    font-size: 24px;
  }
  .btn {
    font-size: 14px;
  }
  .fs-18 {
    font-size: 14px;
  }
  .news-side-item-date {
    font-size: 12px;
  }
  .reviews-subtitle {
    font-size: 15px;
  }
  .news-side-item-location {
    font-size: 10px;
  }
  .standings-table-team-name,
  .standings-table-row-item,
  .standings-table-head-item,
  .schedule-date-day,
  .player-banner-info-head {
    font-size: 14px;
  }
  .schedule-date {
    padding-bottom: 16px;
    column-gap: 10px;
  }
  .schedule-date-img {
    width: 16px;
    height: 16px;
  }
  .match-team-score-arrow::before {
    background-size: 8px;
    height: 10px;
    width: 10px;
  }
  .teams-item-logo {
    width: 76px;
  }
  .player-banner-name,
  .player-banner-surname,
  .privacy-item-title,
  .contacts-title {
    font-size: 18px;
  }
  .player-bio-img {
    height: 214px;
  }
  .awards-item-img {
    width: 180px;
  }
  .awards-item-count {
    font-size: 124px;
  }
}
@media (min-width: 480px) {
  .mySwiper .trophy-items {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) {
  .mySwiper .live-matches-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    align-items: center;
    grid-gap: 24px;
  }
  .mySwiper .news-cards {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .mySwiper .events-table-rows {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
  }
  .events-table-row {
    flex-direction: row;
  }
  .teamSwiper .awards-items,
  .playerSwiper .awards-items {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .teamSwiper .live-matches-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    align-items: center;
    grid-gap: 24px;
  }
  .teamSwiper .videos-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
    grid-gap: 24px;
  }
  .playerSwiper .team-other-players {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 16px;
  }
  .playerSwiper .live-matches-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    align-items: center;
    grid-gap: 24px;
  }
}
@media (min-width: 992px) {
  .mySwiper .results-matches-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
    align-items: center;
    grid-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .mySwiper .post-videos-sidebar {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .swiper.mySwiper.videos {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    width: 400px;
    z-index: 1;
  }
  .post-videos-sidebar-item {
    display: flex;
    column-gap: 10px;
    backdrop-filter: blur(20px);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
  }
  .post-videos-sidebar-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
  .post-videos-sidebar-item-img-wrap {
    flex: 0 0 100px;
    height: 100px;
  }
  .post-videos-item-content {
    position: static;
    padding-bottom: 3px;
    padding-top: 3px;
    justify-content: space-between;
  }
  .mySwiper .teams-items {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    display: grid;
    grid-gap: 24px;
  }
}

/* @media (min-width: 992px) {
  .video-items {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .videoSwiper .video-side-items {
    display: grid !important;
    grid-template-columns: 1fr;
  }
} */
