.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: rgb(103, 103, 103);
  line-height: 100%;
  background-color: rgb(247, 248, 249);
}
.header {
  padding-top: 25px;
  padding-bottom: 25px;
}
.main {
  flex-grow: 1;
}
.footer {
  border: 1px solid #f7f8f9;
  padding-bottom: 25px;
  padding-top: 25px;
}
.header__container {
}
._container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.header__body {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
}
.header__logo {
}
.logo {
  display: inline-block;
  height: 50px;
  max-height: 155px;
}
.logo__img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__menu {
}
.menu {
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  column-gap: 20px;
  row-gap: 8px;
  justify-content: flex-end;
}
.menu__item {
}
.menu__link {
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  color: rgb(32, 33, 36);
  background: linear-gradient(0deg, rgba(61,85,239,1) 0%, rgba(61,85,239,1) 100%);;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  line-height: 120%;
  padding-bottom: 1px;
  transition: background-size 0.3s;
  font-size: 14px;
}
.menu__link:hover {
  background-size: 100% 10%;
}
.promo {
  position: relative;
  margin-bottom: 25px;
}
.promo:last-child {
  margin-bottom: 0;
}
.promo::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.promo__container {
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: space-between;
}
.promo__bg {
  position: absolute;
  left: 0;
  top: 0;
}
.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo__title {
  margin-bottom: 13px;
}
.promo__title:last-child {
  margin-bottom: 0;
}
.title {
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 140%;
  color: rgb(0, 0, 0);
}
.title:last-child {
}
.title--big {
  font-size: 32px;
}
.promo__text {
  margin-bottom: 23px;
}
.promo__text:last-child {
  margin-bottom: 0;
}
.text {
  line-height: 180%;
}
.text__item {
  margin-bottom: 10px;
}
.text__item:last-child {
  margin-bottom: 0;
}
.promo__link {
}
.link {
  display: inline-block;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(61, 85, 239);
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.4s;
}
.link:hover {
  background-color: rgb(46, 67, 199);
}
.ibg--top {
  object-position: 50% 0%;
}
.promo__body {
  max-width: 500px;
}
.lives {
  margin-bottom: 25px;
}
.lives:last-child {
  margin-bottom: 0;
}
.lives__container {
}
.lives__body {
}
._pd-15 {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
._bg-white {
  background-color: rgb(255, 255, 255);
}
._br-6 {
  border-radius: 6px;
}
.lives__title {
  margin-bottom: 0;
}
.lives__top {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.lives__top:last-child {
  margin-bottom: 0;
}
.lives__more {
}
.more {
  color: rgb(153, 153, 153);
  text-decoration: none;
  font-size: 14px;
  background: linear-gradient(0deg, rgba(153,153,153,1) 0%, rgba(153,153,153,1) 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  padding-bottom: 2px;
  transition: background-size 0.3s;
}
.more:hover {
  background-size: 100% 10%;
}
.lives__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.lives__item {
}
.item-live {
  border: 1px solid #676767;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  border-radius: 6px;
}
.item-live__top {
  display: flex;
  column-gap: 15px;
  justify-content: space-between;
  line-height: 130%;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}
.item-live__top:last-child {
  margin-bottom: 0;
}
.item-live__date {
}
.item-live__category {
  text-align: right;
  text-transform: capitalize;
}
.item-live__content {
  display: grid;
  grid-template-columns: minmax(auto, 116px) auto minmax(auto, 116px);
  column-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.item-live__content:last-child {
  margin-bottom: 0;
}
.item-live__team {
}
.team-item-live {
  display: block;
  text-align: center;
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: color 0.3s;
  min-width: 0;
}
.team-item-live:hover {
  color: rgb(61, 85, 239);
}
.team-item-live__logo {
  height: 65px;
  object-fit: contain;
  width: 65px;
  margin-bottom: 7px;
}
.team-item-live__logo:last-child {
  margin-bottom: 0;
}
.team-item-live__title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 130%;
}
.item-live__time {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-align: center;
}
.item-live__link {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.title--white {
  color: rgb(255, 255, 255);
}
.info {
  margin-bottom: 25px;
}
.info:last-child {
  margin-bottom: 0;
}
.info__container {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
  position: relative;
}
.info__content {
  flex-basis: 835px;
}
.info__sidebar {
  flex-basis: 315px;
  position: sticky;
  top: 15px;
}
.sidebar {
}
.info__block {
  margin-bottom: 20px;
}
.info__block:last-child {
  margin-bottom: 0;
}
.info__title {
  margin-bottom: 15px;
}
.info__title:last-child {
  margin-bottom: 0;
}
.block-game {
}
.block-game__title {
  margin-bottom: 13px;
}
.block-game__title:last-child {
  margin-bottom: 0;
}
.title-game {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-size: 21px;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
}
.title-game__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.block-game__table {
}
.table-game {
}
.table-game__row {
  padding-bottom: 12px;
  border: 1px solid #676767;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding-top: 12px;
}
.table-game__row:hover {
  background-color: rgb(255, 255, 255);
}
.table-game__row:last-child {
  border-bottom-width: 0;
}
.table-game__day {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.table-game__content {
  flex-grow: 1;
  display: grid;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
  grid-template-columns: 1fr auto 1fr;
}
.table-game__link {
  min-width: 155px;
  flex-shrink: 0;
}
.table-game__team {
  justify-content: flex-end;
}
.table-game__team:last-child {
}
.team-table-game {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.3s;
  overflow: auto;
}
.team-table-game:hover {
  color: rgb(61, 85, 239);
}
.team-table-game__title {
  margin-bottom: 0;
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 130%;
}
.team-table-game__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.title--fz-25 {
  font-size: 25px;
}
.table-game__score {
}
.score {
  display: flex;
  column-gap: 7px;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  border-radius: 3px;
  background-color: rgb(228, 228, 228);
  color: rgb(0, 0, 0);
  width: 55px;
  justify-content: center;
}
.score:first-child {
}
.score__value {
  line-height: 100%;
}
.score__value:first-child {
  padding-right: 7px;
  border: 1px solid #000;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  line-height: 100%;
}
._container--w-1150 {
  max-width: 1150px;
}
.table-game__wrap {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}
.table-game__wrap--row-reverse {
  flex-direction: row-reverse;
}
.team-table-game--row-reverse {
  flex-direction: row-reverse;
}
.table-game__time {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  width: 55px;
  text-align: center;
  line-height: 120%;
}
.sidebar__block {
  margin-bottom: 25px;
  flex-basis: 315px;
}
.sidebar__block:last-child {
  margin-bottom: 0;
}
.sidebar__title {
  margin-bottom: 15px;
}
.sidebar__title:last-child {
  margin-bottom: 0;
}
.sidebar__tournaments {
}
.tournaments {
  list-style: none;
  padding-left: 0;
}
.tournaments:last-child {
  margin-bottom: 0;
}
.tournaments__item {
  margin-bottom: 15px;
}
.tournaments__item:last-child {
  margin-bottom: 0;
}
.tournaments__logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}
.tournaments__link {
  display: flex;
  column-gap: 12px;
  align-items: center;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: color 0.3s;
}
.tournaments__link:hover {
  color: rgb(13, 110, 253);
}
.tournaments__body {
}
.tournaments__title {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 130%;
  margin-bottom: 3px;
}
.tournaments__title:last-child {
  margin-bottom: 0;
}
.tournaments__country {
  color: rgb(153, 153, 153);
  font-size: 13px;
  line-height: 120%;
}
.sidebar__countries {
  margin-bottom: 18px;
}
.sidebar__countries:last-child {
  margin-bottom: 0;
}
.countries {
  padding-left: 0;
  list-style: none;
}
.countries:last-child {
  margin-bottom: 0;
}
.countries__item {
  margin-bottom: 15px;
}
.countries__item:last-child {
  margin-bottom: 0;
}
.countries__link {
  display: flex;
  column-gap: 12px;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  transition: color 0.3s;
}
.countries__link:hover {
  color: rgb(61, 85, 239);
}
.countries__flag {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50rem;
  flex-shrink: 0;
}
.NewClass-99 {
}
.info__box {
  margin-bottom: 25px;
}
.info__box:last-child {
  margin-bottom: 0;
}
.info__gallery {
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.gallery__item {
}
.item-info {
}
.item-info__wrap {
  display: block;
  position: relative;
  padding-bottom: 93%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.item-info__wrap:last-child {
  margin-bottom: 0;
}
.item-info__wrap::before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0, rgba(16, 15, 15, 0.91) 89%, rgba(16, 15, 15, 0.93) 93%);
}
.item-info__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 25%;
  transition: transform 0.3s;
}
.item-info__icon:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.item-info__icon::before {
  z-index: 0;
}
.item-info__img {
  position: absolute;
  left: 0;
  top: 0;
}
.item-info__category {
  font-size: 14px;
  color: rgb(61, 85, 239);
  transition: color 0.3s;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.item-info__category:hover {
  color: rgb(46, 67, 199);
}
.item-info__category:last-child {
  margin-bottom: 0;
}
.item-info__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}
.item-info__title:last-child {
  margin-bottom: 0;
}
.item-info__link-title {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: color 0.3s;
}
.item-info__link-title:hover {
  color: rgb(61, 85, 239);
}
.item-info__date {
  font-size: 13px;
}
.info__tabs {
}
.tabs {
}
.tabs__nav {
  display: flex;
  column-gap: 10px;
  margin-bottom: 15px;
}
.tabs__nav:last-child {
  margin-bottom: 0;
}
.tabs__title {
  border: none;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: capitalize;
  background-color: rgb(236, 238, 253);
  border-radius: 6px;
  transition: background-color 0.3s, color 0.3s;
}
.tabs__title:hover {
  background-color: rgb(61, 85, 239);
  color: rgb(255, 255, 255);
}
._tab-active {
  background-color: rgb(61, 85, 239);
  color: rgb(255, 255, 255);
}
.tabs__content {
}
.tabs__body {
}
.table-statistics {
  width: 100%;
}
.table-statistics__head {
  border-radius: 6px 6px 0px 0px;
  background-color: rgb(61, 85, 239);
  color: rgb(255, 255, 255);
  display: block;
}
.table-statistics__row {
  display: grid;
  grid-template-columns: 0.4fr 1.5fr repeat(4, 0.5fr) 1fr repeat(2, 0.5fr) 2.5fr;
  min-height: 40px;
  column-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #676767;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  transition: background-color 0.3s;
}
.table-statistics__row:hover {
  background-color: rgb(236, 238, 253);
}
.table-statistics__row:last-child {
  border-bottom-width: 0;
}
.table-statistics__title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-size: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.table-statistics__body {
}
.table-statistics__col {
  min-width: 0;
}
.news__body {
}
.table-statistics__team {
}
.table-statistics__value {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 15px;
}
.table-statistics__info {
  height: 100%;
}
.info-statistics {
  display: flex;
  column-gap: 5px;
  justify-content: center;
}
.info-statistics__item {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(153, 153, 153, 0.57);
  border-radius: 5px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.info-statistics__item--bg-green {
  background-color: rgb(61, 239, 85);
}
.info-statistics__item--bg-red {
  background-color: rgb(239, 85, 61);
}
.info-statistics__item--bg-yellow {
  background-color: rgb(224, 195, 2);
}
.table-statistics__title--ta-left {
  text-align: left;
  justify-content: flex-start;
}
.table-statistics__row--pd-block-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.team-statistics {
  display: flex;
  column-gap: 7px;
  align-items: center;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  overflow: auto;
  transition: color 0.3s;
  text-transform: capitalize;
}
.team-statistics:hover {
  color: rgb(61, 85, 239);
}
.team-statistics__logo {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.team-statistics__title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-statistics__row--nohover {
}
.table-statistics__row--nohover:hover {
  background-color: rgb(61, 85, 239);
}
.news {
  margin-bottom: 25px;
}
.news:last-child {
  margin-bottom: 0;
}
.news__container {
}
.news__title {
  margin-bottom: 15px;
}
.news__title:last-child {
  margin-bottom: 0;
}
.news__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.news__item {
}
.item-info__text {
  margin-bottom: 10px;
}
.item-info__text:last-child {
  margin-bottom: 0;
}
.text--fz {
  font-size: 14px;
}
.item-info__title--fz-18 {
  font-size: 18px;
  margin-bottom: 5px;
}
.item-info__title--fz-18:last-child {
  margin-bottom: 0;
}
.item-info__wrap--no-bg {
}
.item-info__wrap--no-bg::before {
  display: none;
}
.item-info__wrap--pb-65p {
  padding-bottom: 65%;
}
.item-info__img--hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.item-info__img--hover:hover {
  transform: scale(1.1) translate(-3%);
}
.teams {
  margin-bottom: 25px;
}
.teams:last-child {
  margin-bottom: 0;
}
.teams__container {
}
.teams__body {
}
.teams__title {
  margin-bottom: 15px;
}
.teams__title:last-child {
  margin-bottom: 0;
}
.teams__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.teams__item {
}
.card-team {
  display: flex;
}
.card-team__wrap-logo {
  flex-basis: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(61,85,239,1) 0%, rgba(114,137,240,1) 100%);;
  border-radius: 6px 0px 0px 6px;
}
.card-team__logo {
  object-fit: contain;
  height: 55%;
  width: 55%;
  transition: transform 0.3s;
}
.card-team__logo:hover {
  transform: rotate(7deg);
}
.card-team__body {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  border: 1px solid #676767;
  border-left-width: 0;
  border-radius: 0px 6px 6px 0px;
  flex-basis: 360px;
}
.card-team__link {
}
.card-team__title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 10px;
}
.card-team__title:last-child {
  margin-bottom: 0;
}
.card-team__link-title {
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: color 0.3s;
}
.card-team__link-title:hover {
  color: rgb(61, 85, 239);
}
.card-team__time {
  font-size: 15px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: color 0.3s;
  line-height: 130%;
  margin-bottom: 15px;
  display: inline-block;
}
.card-team__time:hover {
  color: rgb(61, 85, 239);
}
.card-team__time:last-child {
  margin-bottom: 0;
}
.card-team__statistics {
  margin-bottom: 13px;
}
.card-team__statistics:last-child {
  margin-bottom: 0;
}
.statistics-card-team {
  display: flex;
  column-gap: 10px;
}
.statistics-card-team__item {
  padding-right: 10px;
  border: 1px solid #676767;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.statistics-card-team__item:last-child {
  border-right-width: 0;
  padding-right: 0;
}
.statistics-card-team__value {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.statistics-card-team__value:last-child {
  margin-bottom: 0;
}
.statistics-card-team__label {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 110%;
}
.card-team__info {
  margin-bottom: 15px;
}
.card-team__info:last-child {
  margin-bottom: 0;
}
.info-card-team {
  display: flex;
  column-gap: 20px;
}
.info-card-team__item {
  text-transform: capitalize;
  font-size: 15px;
}
.info-card-team__label {
  margin-bottom: 5px;
  display: block;
}
.info-card-team__label:last-child {
  margin-bottom: 0;
}
.info-card-team__value {
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.watch {
}
.watch__container {
}
.watch__title {
  margin-bottom: 15px;
}
.watch__title:last-child {
  margin-bottom: 0;
}
.watch__body {
}
.watch__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.watch__item {
}
.item-watch {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 300px;
}
.item-watch::before {
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0, rgba(16, 15, 15, 0.91) 89%, rgba(16, 15, 15, 0.93) 93%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.item-watch__title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 140%;
  transition: color 0.3s;
}
.item-watch__title:hover {
  color: rgba(255, 255, 255, 0.8);
}
.item-watch__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, calc(-50% - 20px));
  transition: transform 0.3s;
  width: 67px;
  height: 67px;
  object-fit: contain;
}
.item-watch__icon:hover {
  transform: translate(-50%, calc(-50% - 20px)) scale(1.05);
}
.item-watch__img {
  position: absolute;
  left: 0;
  top: 0;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
}
.footer__copy {
  font-size: 14px;
  color: rgb(32, 33, 36);
  font-weight: 600;
}
.footer__socials {
}
.socials {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.socials__item {
}
.socials__link {
  width: 20px;
  height: 20px;
  display: inline-block;
  transition: transform 0.3s;
}
.socials__link:hover {
  transform: scale(1.1);
}
.socials__icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.hero {
  position: relative;
  margin-bottom: 25px;
}
.hero:last-child {
  margin-bottom: 0;
}
.hero__container {
  position: relative;
  z-index: 2;
  min-height: 200px;
  padding-bottom: 40px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
}
.hero__title {
  margin-bottom: 10px;
}
.hero__title:last-child {
  margin-bottom: 0;
}
.hero__list {
}
.list-hero {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  column-gap: 10px;
  overflow-x: auto;
}
.list-hero__item {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.list-hero__link {
  font-weight: 500;
  text-decoration: none;
  transition: background-size 0.3s;
  background: linear-gradient(0deg, rgba(61,85,239,1) 0%, rgba(61,85,239,1) 100%);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  font-size: 15px;
  color: rgb(255, 255, 255);
  padding-bottom: 1px;
  display: inline-block;
  text-transform: capitalize;
  line-height: 120%;
}
.list-hero__link:hover {
  background-size: 100% 10%;
}
.list-hero__arrow {
  flex-shrink: 0;
  width: 12px;
  object-fit: contain;
  height: 12px;
}
.list-hero__link--nohover {
}
.list-hero__link--nohover:hover {
  background-size: 0% 10%;
}
.review {
  margin-bottom: 25px;
}
.review:last-child {
  margin-bottom: 0;
}
.review__top {
  margin-bottom: 25px;
}
.review__top:last-child {
  margin-bottom: 0;
}
.review__content {
}
.top-reivew {
}
.top-reivew__container {
}
.top-reivew__body {
  display: flex;
  column-gap: 20px;
}
.top-reivew__wrap {
  flex: 1 1 10px;
  align-self: center;
}
.top-reivew__video {
  flex: 1 1 10px;
}
.item-watch__icon--vertical-center {
  transform: translate(-50%, -50%);
}
.item-watch__icon--vertical-center:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.top-reivew__list {
  margin-bottom: 15px;
}
.top-reivew__list:last-child {
  margin-bottom: 0;
}
.list-review {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.list-review__item {
  line-height: 130%;
  text-align: center;
}
.top-review {
}
.top-review__place {
  text-align: center;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 130%;
  margin-bottom: 20px;
  font-size: 18px;
}
.top-review__place:last-child {
  margin-bottom: 0;
}
.top-reivew__teams {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.top-reivew__teams:last-child {
  margin-bottom: 0;
}
.item-live--p-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.item-live--brd-none {
  border: none;
}
.item-live__time--fz-25 {
  font-size: 25px;
}
.top-review__statistics {
}
.top-review__statistics:last-child {
  margin-bottom: 0;
}
.statistics-review {
  list-style: none;
  padding-left: 0;
}
.statistics-review__item {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 15px;
  align-items: center;
  margin-bottom: 12px;
}
.statistics-review__item:last-child {
  margin-bottom: 0;
}
.statistics-review__player {
  text-decoration: none;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  transition: color 0.3s;
}
.statistics-review__player:hover {
  color: rgb(61, 85, 239);
}
.statistics-review__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.statistics-review__wrap {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  align-items: center;
}
.statistics-review__wrap:last-child {
  text-align: left;
  flex-direction: row-reverse;
}
.statistics-review__value {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.review__wrap {
  flex-basis: 835px;
}
.review__sidebar {
  flex-basis: 315px;
}
.table-statistics__row--col-5 {
  grid-template-columns: 0.4fr 1.5fr repeat(3, 0.5fr);
}
.review__container {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  position: relative;
}
.review__title {
  margin-bottom: 15px;
}
.review__title:last-child {
  margin-bottom: 0;
}
.reivew__teams {
  display: flex;
  column-gap: 25px;
  justify-content: space-between;
  margin-bottom: 25px;
}
.reivew__teams:last-child {
  margin-bottom: 0;
}
.reivew__team {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.team-reivew {
}
.team-reivew__logo {
  flex-shrink: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.team-reivew__body {
}
.team-reivew__row {
  margin-bottom: 10px;
}
.team-reivew__row:last-child {
  margin-bottom: 0;
}
.penalty-card__item {
  width: 20px;
  height: 25px;
  border-radius: 3px;
  flex-shrink: 0;
  background-color: rgb(239, 200, 61);
}
.penalty-card__amount {
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.penalty-card__item--bg-red {
  background-color: rgb(239, 61, 85);
}
.team-reivew__link {
  width: 100px;
  height: 100px;
}
.team-reivew--reverse {
  flex-direction: row-reverse;
}
.team-reivew__row--reverse {
  flex-direction: row-reverse;
}
.review__statistics {
}
.statistics-match {
}
.statistics-match__row {
  margin-bottom: 20px;
}
.statistics-match__row:last-child {
  margin-bottom: 0;
}
.statistics-match__top {
  display: grid;
  column-gap: 15px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 10px;
}
.statistics-match__lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
.statistics-match__line {
  height: 5px;
  border-radius: 5px;
  background-color: rgb(239, 61, 85);
}
.statistics-match__line:last-child {
  background-color: rgb(61, 85, 239);
}
.statistics-match__label {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.statistics-match__label:last-child {
  text-align: right;
}
.statistics-match__lines--1 {
  grid-template-columns: 0.54fr 0.46fr;
}
.statistics-match__lines--2 {
  grid-template-columns: 0.55fr 0.45fr;
}
.statistics-match__lines--3 {
  grid-template-columns: 0.58fr 0.42fr;
}
.statistics-match__lines--4 {
  grid-template-columns: 0.42fr 0.58fr;
}
.statistics-match__lines--5 {
  grid-template-columns: 0.40fr 0.60fr;
}
.statistics-match__lines--6 {
  grid-template-columns: 0.56fr 0.44fr;
}
.statistics-match__lines--7 {
  grid-template-columns: 0.33fr 0.67fr;
}
.statistics-match__lines--8 {
  grid-template-columns: 0.57fr 0.43fr;
}
.statistics-match__lines--9 {
  grid-template-columns: 0.60fr 0.40fr;
}
.statistics-match__lines--10 {
  grid-template-columns: 0.60fr 0.40fr;
}
.statistics-match__lines--11 {
  grid-template-columns: 0.56fr 0.44fr;
}
.statistics-match__lines--12 {
  grid-template-columns: 0.55fr 0.45fr;
}
.statistics-match__lines--13 {
  grid-template-columns: 1fr 0fr;
  column-gap: 0px;
}
.statistics-match__lines--14 {
  grid-template-columns: 0.60fr 0.40fr;
}
.statistics-match__lines--15 {
  grid-template-columns: 0fr 1fr;
  column-gap: 0px;
}
.statistics-match__lines--16 {
  grid-template-columns: 0.44fr 0.56fr;
}
.statistics-match__lines--17 {
  grid-template-columns: 0.53fr 0.47fr;
}
.sidebar--sticky {
  position: sticky;
  top: 15px;
}
.review__block {
  margin-bottom: 25px;
}
.review__block:last-child {
  margin-bottom: 0;
}
.review__text {
  margin-bottom: 15px;
}
.review__text:last-child {
  margin-bottom: 0;
}
.review__wrap-img {
  position: relative;
  padding-bottom: 57%;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.review__wrap-img:last-child {
  margin-bottom: 0;
}
.review__img {
  position: absolute;
  left: 0;
  top: 0;
}
.video-post {
  margin-bottom: 25px;
}
.video-post:last-child {
  margin-bottom: 0;
}
.video-post__container {
}
.video-post__body {
  margin-bottom: 25px;
}
.video-post__body:last-child {
  margin-bottom: 0;
}
.video-post__player {
}
.player-video {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.player-video__video {
  display: block;
  position: relative;
  min-height: 585px;
}
.player-video__video:hover {
}
.player-video__video::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0, rgba(16, 15, 15, 0.91) 89%, rgba(16, 15, 15, 0.93) 93%);
}
.player-video__title {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  background-color: rgb(255, 255, 255);
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  transition: color 0.3s;
  margin-bottom: 0;
}
.player-video__title:hover {
  color: rgb(61, 85, 239);
}
.player-video__img {
}
.player-video__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  transition: transform 0.3s;
}
.player-video__icon:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.player-video__panel {
  z-index: 2;
  width: 310px;
  position: absolute;
  right: 15px;
  top: 15px;
  height: calc(100% - 30px);
}
.panel-player {
}
.item-watch--mh-165 {
  min-height: 165px;
}
.panel-player__video {
  margin-bottom: 15px;
}
.panel-player__video:last-child {
  margin-bottom: 0;
}
.item-watch__icon--tr-h-25 {
  transform: translate(-50%, calc(-50% - 25px));
}
.item-watch__icon--tr-h-25:hover {
  transform: translate(-50%, calc(-50% - 25px)) scale(1.05);
}
.post {
  margin-bottom: 25px;
}
.post:last-child {
  margin-bottom: 0;
}
.post__container {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}
.post__body {
}
.post__title {
  margin-bottom: 15px;
}
.post__title:last-child {
  margin-bottom: 0;
}
.post__content {
  flex-basis: 835px;
}
.post__sidebar {
}
.post__text {
  margin-bottom: 15px;
}
.post__text:last-child {
  margin-bottom: 0;
}
.post__wrap-img {
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: 57%;
  margin-bottom: 15px;
  position: relative;
}
.post__wrap-img:last-child {
  margin-bottom: 0;
}
.post__img {
  position: absolute;
  left: 0;
  top: 0;
}
.player {
  margin-bottom: 25px;
}
.player:last-child {
  margin-bottom: 0;
}
.player__container {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}
.player__wrap {
  flex-basis: 835px;
}
.player__sidebar {
  flex-basis: 315px;
}
.player__block {
  margin-bottom: 25px;
}
.player__block:last-child {
  margin-bottom: 0;
}
.player__top {
  margin-bottom: 25px;
}
.player__top:last-child {
  margin-bottom: 0;
}
.top-player {
}
.top-player__number {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(61, 85, 239);
  color: rgb(255, 255, 255);
  font-weight: 600;
  border-radius: 6px;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-player__title {
}
.top-player__img {
  flex-shrink: 0;
  height: 200px;
  object-fit: contain;
}
.top-player__head {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  column-gap: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0px 0px;
}
.top-player__statistics {
}
.statistics-player {
  background-color: rgb(236, 238, 253);
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  column-gap: 35px;
  justify-content: center;
}
.statistics-player__item {
  text-align: center;
}
.statistics-player__value {
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin-bottom: 4px;
  font-size: 18px;
}
.statistics-player__value:last-child {
  margin-bottom: 0;
}
.statistics-player__label {
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  line-height: 120%;
}
.penalty-card {
  display: flex;
  column-gap: 7px;
  align-items: center;
}
.statistics-player__card {
  justify-content: center;
  margin-bottom: 4px;
  font-size: 18px;
}
.statistics-player__card:last-child {
  margin-bottom: 0;
}
.player__title {
  margin-bottom: 15px;
}
.player__title:last-child {
  margin-bottom: 0;
}
.player__text {
  margin-bottom: 15px;
}
.player__text:last-child {
  margin-bottom: 0;
}
.player__wrap-img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: 57%;
  margin-bottom: 15px;
}
.player__wrap-img:last-child {
  margin-bottom: 0;
}
.player__img {
  position: absolute;
  left: 0;
  top: 0;
}
.player__mathces {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.sidebar__characteristic {
}
.characteristic {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.characteristic__item {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  margin-bottom: 8px;
  align-items: center;
}
.characteristic__item:last-child {
  margin-bottom: 0;
}
.characteristic__text {
  line-height: 130%;
}
.characteristic__text:last-child {
  text-align: right;
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 15px;
}
.statistics {
  margin-bottom: 25px;
}
.statistics:last-child {
  margin-bottom: 0;
}
.statistics__container {
}
.statistics__body {
}
.statistics__title {
  margin-bottom: 15px;
}
.statistics__title:last-child {
  margin-bottom: 0;
}
.statistics__tabs {
}
.players {
  margin-bottom: 25px;
}
.players:last-child {
  margin-bottom: 0;
}
.players__container {
}
.players__body {
}
.players__title {
  margin-bottom: 15px;
}
.players__title:last-child {
  margin-bottom: 0;
}
.players__items {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.players__item {
}
.card-player {
  display: block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: color 0.3s;
}
.card-player:hover {
  color: rgb(61, 85, 239);
}
.card-player__wrap-img {
  position: relative;
  padding-bottom: 120%;
  background-color: rgb(61, 85, 239);
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.card-player__wrap-img:last-child {
  margin-bottom: 0;
}
.card-player__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 20px);
  object-fit: contain;
  object-position: 50% 100%;
}
.ibg--contain {
  object-fit: contain;
}
.ibg--bottom {
  object-position: 50% 100%;
}
.card-player__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 15px;
}
.card-player__content {
  max-width: 133px;
  min-width: 0;
}
.card-player__number {
  width: 40px;
  height: 40px;
  background-color: rgb(61, 85, 239);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  flex-shrink: 0;
}
.card-player__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 5px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card-player__title:last-child {
  margin-bottom: 0;
}
.card-player__position {
  text-transform: capitalize;
  color: rgb(153, 153, 153);
}
.team {
  margin-bottom: 25px;
}
.team:last-child {
  margin-bottom: 0;
}
.team__container {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}
.team__content {
  flex-basis: 835px;
}
.team__sidebar {
  flex-basis: 315px;
}
.team__block {
  margin-bottom: 25px;
}
.team__block:last-child {
  margin-bottom: 0;
}
.team__title {
  margin-bottom: 15px;
}
.team__title:last-child {
  margin-bottom: 0;
}
.team__matches {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.team__text {
  margin-bottom: 15px;
}
.team__text:last-child {
  margin-bottom: 0;
}
.team__wrap-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 57%;
  margin-bottom: 15px;
}
.team__wrap-img:last-child {
  margin-bottom: 0;
}
.team__img {
  position: absolute;
  left: 0;
  top: 0;
}
.team__coach {
}
.coach {
  display: flex;
  column-gap: 25px;
}
.coach__wrap-img {
  flex-basis: 250px;
  position: relative;
  padding-bottom: 30%;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(239, 201, 61);
  align-self: flex-start;
}
.coach__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  height: calc(100% - 20px);
}
.coach__body {
  padding-bottom: 0;
  flex-basis: 535px;
}
.coach__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}
.coach__title:last-child {
  margin-bottom: 0;
}
.coach__country {
  margin-bottom: 12px;
}
.coach__country:last-child {
  margin-bottom: 0;
}
.country-coach {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.country-coach__flag {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.country-coach__title {
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 130%;
}
.coach__text {
  line-height: 130%;
}
.coach__text:last-child {
}
.coach__title--mb-5 {
  margin-bottom: 5px;
}
.coach__title--fz-18 {
  font-size: 18px;
}
.team-item-live--c-blue {
  color: rgb(61, 85, 239);
}
.team-item-live--c-blue:hover {
  color: rgb(46, 67, 199);
}
.history {
}
.history__container {
}
.history__body {
}
.history__title {
  margin-bottom: 15px;
}
.history__title:last-child {
  margin-bottom: 0;
}
.history__text {
  margin-bottom: 15px;
}
.history__text:last-child {
  margin-bottom: 0;
}
.history__wrap-img {
  margin-bottom: 15px;
}
.history__wrap-img:last-child {
  margin-bottom: 0;
}
.img__item {
  position: absolute;
  left: 0;
  top: 0;
}
.img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: 57%;
}
.img--pb-45p {
  padding-bottom: 45%;
}
.results {
}
.results__container {
  display: flex;
  column-gap: 20px;
}
.results__content {
  flex-basis: 715px;
}
.results__sidebar {
  flex-basis: 315px;
}
.sidebar__link {
}
.info__pagination {
}
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 5px;
}
.pagination__link {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  background-color: rgb(236, 238, 253);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  color: rgb(103, 103, 103);
  font-weight: 600;
}
.pagination__link:hover {
  background-color: rgb(61, 85, 239);
  color: rgb(255, 255, 255);
}
.pagination--mt {
  margin-top: 25px;
}
.pagination__link--active {
  background-color: rgb(61, 85, 239);
  color: rgb(255, 255, 255);
}
.a-new-class {
}
.news__pagination {
}
.videos {
}
.videos__container {
}
.videos__body {
}
.videos__items {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.videos__pagination {
}
.live-page {
}
.live-page__container {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}
.live-page__body {
}
.live-page__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 15px;
  column-gap: 15px;
}
.live-page__pagination {
}
.live-page__item {
}
.live-page__content {
  flex-basis: 835px;
}
.live-page__title {
  margin-bottom: 15px;
}
.live-page__title:last-child {
  margin-bottom: 0;
}
.live-page__sidebar {
  flex-basis: 315px;
}
.a-class {
}
.teams__pagination {
}
.contact {
}
.contact__container {
}
.contact__body {
}
.contact__title {
  margin-bottom: 15px;
}
.contact__title:last-child {
  margin-bottom: 0;
}
.contact__text {
  line-height: 130%;
  margin-bottom: 15px;
  max-width: 700px;
}
.contact__text:last-child {
  margin-bottom: 0;
}
.contact__list {
}
.list-contact {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.list-contact__item {
  margin-bottom: 10px;
}
.list-contact__item:last-child {
  margin-bottom: 0;
}
.list-contact__link {
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.3s;
}
.list-contact__link:hover {
  color: rgb(61, 85, 239);
}
.list-contact__wrap-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-contact__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.list-contact__link--nohover {
}
.list-contact__link--nohover:hover {
  color: rgb(0, 0, 0);
}
.team-item-live--c-white {
  color: rgb(255, 255, 255);
}
.item-live__time--c-white {
  color: rgb(255, 255, 255);
}
.item-live--bg-black {
  background-color: rgba(1, 12, 29, 0.59);
  backdrop-filter: blur(8px);
}
.promo__event {
  flex-basis: 333px;
}
.promo__events {
  display: flex;
  column-gap: 20px;
  flex-basis: 640px;
}
.item-watch__icon--size-55 {
  width: 55px;
  height: 55px;
}
.calendar {
}
.calendar__container {
}
.calendar__top {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.calendar__year {
  font-size: 28px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 100%;
}
.calendar__actions {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.calendar__link {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  transition: transform 0.3s;
}
.calendar__link:hover {
  transform: scale(1.1);
}
.calendar__arrow {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.calendar__month {
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.calendar__link--scale-x-1 {
  transform: scaleX(-1);
}
.calendar__link--scale-x-1:hover {
  transform: scale(-1.1, 1.1);
}
.calendar__body {
}
.body-calendar {
}
.body-calendar__head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: rgb(61, 85, 239);
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 8px;
}
.body-calendar__title {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 120%;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #f7f8f9;
}
.body-calendar__title:last-child {
}
.body-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 2px;
  column-gap: 2px;
}
.body-calendar__day {
  height: 168px;
}
.day-block {
  background-color: rgb(255, 255, 255);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-radius: 6px;
  text-align: center;
}
.day-block__date {
  margin-bottom: 7px;
  display: inline-block;
  background-color: rgb(232, 233, 234);
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-top: 4px;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
}
.day-block__time {
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
}
.day-block__teams {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}
.day-block__link {
}
.link--small {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.day-block__team {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.day-block__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.day-block__vs {
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.day-block--bg-gray {
  background-color: rgb(233, 233, 233);
}
