/*
 * Table
 */
:root {
  --bmb-green-dynamic: #06B958;
  --background-blue-dynamic: #E5F0F0;
  --bmb-white-dynamic: #ffffff;
  --bmb-black-dynamic: #000000;
  --bmb-orange-dynamic: #FF7A00;
  --bmb-green-hover-dynamic: #058A42;
  --bmb-orange-hover-dynamic: #D76801;
  --bmb-red-dynamic: #FF3434;
  --bmb-red-hover-dynamic: #C82929;
  --bmb-yellow-dynamic: #FFB617;
  --bmb-yellow-hover-dynamic: #D39717;
  --bmb-light-green-dynamic: #85D269;
  --bmb-light-green-hover-dynamic: #68A452;
  --bmb-gray-elements-dynamic: #DBDADA;
  --bmb-gray-dark-elements-dynamic: #C4C4C4;
  --bmb-gray-neutral-dynamic: #A4A4A4;
  --bmb-gray-EAEAEA: #EAEAEA;
  --bmb-gray-ranks-dynamic: #F4F4F4;
  --bmb-gray-text-dynamic: #737373;
  --bmb-grey-hover-dynamic: #F9F9F9;
  --color-telegram-dynamic: #2AAAEC;
  --color-facebook-dynamic: #0766FF;
  --color-vk-dynamic: #0277FF;
  --color-zen-dynamic: #000000;
  --bmb-gold-dynamic: #FFBA57;
  --bmb-silver-dynamic: #9E9E9E;
  --bmb-bronze-dynamic: #CE7430;
}
/*Color palette*/
/*Icons*/
.block-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
}
.block-title:hover {
  text-decoration: none;
}
.form-input {
  width: 380px;
  height: 36px;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  border-radius: 4px;
  color: var(--bmb-black-dynamic);
  padding: 9px 14px;
  outline-color: var(--bmb-gray-elements-dynamic);
}
.single-line-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**
 * Need add in html style -webkit-box-orient: vertical;
 */
.online-table-container {
  padding: 22px 26px 0 26px;
  background: var(--bmb-white-dynamic);
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
}
.online-table-container.short {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 14px;
  margin-top: 0px;
}
.online-table-container.short .online-table-block-tab-list {
  display: none;
}
.online-table-container .online-table-title {
  color: var(--bmb-black-dynamic);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 24.96px */
}
.online-table-container .online-table-block-tab-list.tab-block-list {
  margin-top: 24px;
  margin-bottom: 7px;
}
.online-table-container .online-table-block-tab-list.tab-block-list .online-table-block-tab-list-item.tab-block-list-item {
  font-size: 16px;
  padding: 6px 9px 7px 9px;
  margin-right: 9px;
  margin-bottom: 0;
}
.online-table-container .online-table-block-tab-list.tab-block-list .online-table-block-tab-list-item.tab-block-list-item.active {
  border-radius: 6px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list {
  padding-top: 14px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .table-column-descriptions {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  color: var(--bmb-gray-text-dynamic);
  padding: 14px 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .table-point-balance-container p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  vertical-align: middle;
  color: var(--bmb-black-dynamic);
  padding: 5.5px 0;
  margin: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table {
  display: grid;
  grid-template-columns: 266px 1fr;
  gap: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr {
  grid-template-columns: 34px 24px minmax(200px, 200fr);
  min-width: unset;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  color: var(--bmb-black-dynamic);
  text-align: left;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr {
  grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 50px 86px;
  min-width: 556px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr .live-score .live-score-block,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .live-score .live-score-block {
  width: 40px;
  height: 20px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  align-content: center;
  display: block;
  color: var(--bmb-white-dynamic);
  flex-shrink: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr .live-score .live-score-block.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .live-score .live-score-block.draw {
  background-color: var(--bmb-yellow-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr .live-score .live-score-block.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .live-score .live-score-block.win {
  background-color: var(--bmb-green-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .head-table-tr .live-score .live-score-block.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .live-score .live-score-block.loose {
  background-color: var(--bmb-red-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.with-out-live .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.with-out-live .body-table-tr {
  grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 86px;
  min-width: 506px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr.selected {
  background-color: #E6F8E0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.games.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.win.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.draw.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.loose.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-loose.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-diff.draw-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.points.draw-color {
  color: var(--bmb-yellow-hover-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.games.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.win.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.draw.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.loose.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-loose.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-diff.win-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.points.win-color {
  color: var(--bmb-green-hover-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.games.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.win.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.draw.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.loose.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-loose.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-diff.loose-color,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.points.loose-color {
  color: var(--bmb-red-hover-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches {
  display: flex;
  gap: 6px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches .team-match-history-container--item {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches .team-match-history-container--item.draw {
  background-color: var(--bmb-yellow-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches .team-match-history-container--item.win {
  background-color: var(--bmb-green-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches .team-match-history-container--item.lose {
  background-color: var(--bmb-red-dynamic);
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short {
  grid-template-columns: 158px 1fr;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container {
  padding-bottom: 14px;
  margin-bottom: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr {
  grid-template-columns: 44px 28px 28px;
  min-width: unset;
  padding-left: 0;
  padding-right: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.place {
  width: 24px;
  padding-right: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.prev-place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.prev-place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.prev-place,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.prev-place {
  width: 20px;
  padding-right: 0;
  padding-left: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.live-score {
  padding-right: 4px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.games,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.games,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.games,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.games,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.points,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.points,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.points,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.points {
  width: 28px;
  padding-right: 4px;
  font-size: 12px;
  line-height: 110%;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.last-matches,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.last-matches,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.last-matches,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.last-matches,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.draw,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-diff,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-diff {
  display: none;
  padding-right: 4px;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr {
  grid-template-columns: 28px 28px 28px 28px;
  -moz-column-gap: 0;
       column-gap: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.live-score,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.live-score {
  display: none;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.win,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.loose,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.loose {
  display: flex;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static {
  padding-bottom: 14px;
  margin-bottom: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .head-table-tr,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .body-table-tr {
  grid-template-columns: 24px 20px minmax(114px, 114fr);
  min-width: unset;
  -moz-column-gap: 0;
       column-gap: 0;
}
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .head-table-tr .team .table-team-link.team-name,
.online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .body-table-tr .team .table-team-link.team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 84px;
  color: var(--bmb-black-dynamic);
  text-align: left;
}
@media (max-width: 1279px) {
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container {
    padding-bottom: 41.5px;
    margin-bottom: 10.5px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static {
    padding-bottom: 24px;
    margin-bottom: 28px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static:after {
    content: '';
    top: 0;
    height: 100%;
    width: 6px;
    position: absolute;
    right: 0px;
    background: linear-gradient(270deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0.3) 100%);
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short {
    grid-template-columns: 136px 1fr;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr {
    grid-template-columns: 40px 28px;
    min-width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .head-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container .body-table-tr .body-table-td.goals-diff {
    display: none;
    padding-right: 4px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr {
    grid-template-columns: 28px 28px 28px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.loose {
    display: none;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .head-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.with-out-live .body-table-tr .body-table-td.win {
    display: flex;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static:after {
    content: none;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .body-table-tr {
    grid-template-columns: 24px 20px minmax(92px, 92fr);
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table.short .table-block-container.static .body-table-tr .team .table-team-link.team-name {
    width: 66px;
  }
}
@media (max-width: 999px) {
  .online-table-container {
    padding: 22px 26px 0 14px;
  }
  .online-table-container.short {
    padding: 22px 0 26px 0;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list {
    padding-top: 24px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item {
    overflow-x: auto;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table {
    grid-template-columns: 266px 1fr;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container {
    overflow-y: auto;
    padding-bottom: 24px;
    margin-bottom: 28px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static {
    padding-bottom: 24px;
    margin-bottom: 28px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static:after {
    content: '';
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 34px 24px minmax(200px, 200fr);
    min-width: unset;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .place,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .place {
    width: 34px;
    padding-right: 10px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .prev-place,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .prev-place {
    width: 24px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name {
    width: 160px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr {
    grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 50px 86px;
    min-width: 556px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.points {
    display: flex;
    font-size: 14px;
    width: auto;
    padding-right: 10px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .head-table-th.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .head-table-th.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .head-table-tr .body-table-td.last-matches,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container .body-table-tr .body-table-td.last-matches {
    display: flex;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr {
    grid-template-columns: 50px 50px 50px 50px 50px 50px 50px 50px 86px;
    min-width: 506px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.games,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.win,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.draw,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.goals,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.goals-loose,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.goals-diff,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .head-table-th.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .head-table-th.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .head-table-tr .body-table-td.points,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.with-out-live .body-table-tr .body-table-td.points {
    display: flex;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .table-point-balance-container p {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .online-table-container .online-table-block-tab-content-list.tab-content-list {
    padding-top: 20px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table {
    grid-template-columns: 225px 1fr;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container {
    padding-bottom: 0;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static {
    padding-bottom: 0;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static:after,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static:after {
    content: none;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 34px 24px minmax(159px, 159fr);
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 119px;
  }
}
@media (max-width: 429px) {
  .online-table-container .online-table-block-tab-content-list.tab-content-list {
    padding-top: 20px;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table {
    grid-template-columns: 174px 1fr;
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr {
    grid-template-columns: 34px 24px minmax(108px, 108fr);
  }
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .head-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name,
  .online-table-container .online-table-block-tab-content-list.tab-content-list .online-table-block-tab-content-list--item.tab-content-list--item .short.online-table-block-table .table-block-container.static .body-table-tr .team .table-team-link.team-name {
    color: var(--bmb-black-dynamic);
    width: 68px;
  }
}
.playoff-grid-container {
  display: flex;
  overflow-x: auto;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  margin-top: -6px;
}
.playoff-grid-container .playoff-grid-container-column {
  display: flex;
  flex-direction: column;
  margin-right: 38px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round {
  height: 416px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 0;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-title {
  color: #808080;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  /* 15.36px */
  width: 100%;
  margin-bottom: 18px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container {
  height: 354px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair {
  width: 218px;
  height: 78px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  margin-bottom: 14px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  display: flex;
  padding: 9px;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .team-logo-container {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  margin-right: 8px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .team-logo-container .team-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--name {
  width: 100%;
  height: 20px;
  color: var(--bmb-black-dynamic);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 120% */
  display: flex;
  align-items: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--goals {
  display: flex;
  width: 14px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  color: var(--bmb-black-dynamic);
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 120% */
  margin-right: 4px;
  align-items: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--goals:last-of-type {
  margin-right: 0px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-team-container .playoff-pair-team.loose {
  opacity: 50%;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  display: block;
  position: absolute;
  right: -25px;
  top: 39px;
  width: 25px;
  height: 88px;
  border: 1px solid black;
  border-left: none;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair::before {
  content: '';
  display: block;
  position: absolute;
  left: -13px;
  top: 39px;
  width: 13px;
  height: 0px;
  border-top: 1px solid black;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-match-list-container {
  display: none;
  width: 218px;
  height: 62px;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  box-shadow: 0px 4px 6px color-mix(in srgb, var(--bmb-black-dynamic) 14%, transparent);
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-team-container {
  background: var(--bmb-orange-dynamic);
  z-index: 3;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--name {
  color: var(--bmb-white-dynamic);
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-team-container .playoff-pair-team .playoff-pair-team--goals {
  color: var(--bmb-white-dynamic);
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container {
  display: flex;
  flex-direction: column;
  padding: 9px 0 5px 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -58px;
  z-index: 2;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item {
  width: 100%;
  height: 24px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-name {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  text-align: right;
  color: var(--bmb-black-dynamic);
  display: flex;
  justify-content: right;
  align-items: center;
  cursor: pointer;
  height: 100%;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-name.team-home {
  margin-right: 4px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-name.team-guest {
  margin-left: 4px;
  text-align: left;
  justify-content: left;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-logo-container {
  width: 16px;
  height: 16px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-score {
  flex-grow: 0;
  flex-shrink: 0;
  width: 32px;
  height: 16px;
  background: #B3B3B3;
  border-radius: 2px;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-score .match-info-team-score-text {
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  width: 100%;
  height: 100%;
  padding: 2px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-score.active {
  background: #D9D9D9;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair.active .playoff-pair-match-list-container .playoff-pair-match-item .match-info--row-main .match-info-team-score.active .match-info-team-score-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bmb-green-dynamic);
  border-radius: 2px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-pair-container .playoff-pair:nth-child(even)::before {
  left: -13px;
  top: 40px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.c1 .playoff-round-pair-container {
  justify-content: space-around;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.c2 .playoff-round-pair-container .playoff-pair {
  margin-top: 46px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.c2 .playoff-round-pair-container .playoff-pair:last-of-type {
  margin-bottom: 46px;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.c2.with-out-group-line .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  border-right: none;
}
.playoff-grid-container .playoff-grid-container-column .playoff-round.is-up.c1 .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  width: 281px;
  right: -281px;
  border-bottom: none;
  height: 215px;
}
.playoff-grid-container .playoff-grid-container-column.is-up-only {
  height: 834px;
}
.playoff-grid-container .playoff-grid-container-column.is-up-only .playoff-round {
  height: 100%;
}
.playoff-grid-container .playoff-grid-container-column.is-up-only .playoff-round .playoff-round-pair-container {
  height: 100%;
  justify-content: space-around;
}
.playoff-grid-container .playoff-grid-container-column.is-down-only {
  margin-top: 416px;
}
.playoff-grid-container .playoff-grid-container-column.is-down-only .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  border-right: none;
}
.playoff-grid-container .playoff-grid-container-column.is-down-only .playoff-round.c1 .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  border-right: 1px solid black;
  border-top: none;
  top: auto;
  bottom: 39px;
  height: 202px;
}
.playoff-grid-container .playoff-grid-container-column.is-first-up .playoff-round.is-up .playoff-round-pair-container .playoff-pair::before {
  content: none;
}
.playoff-grid-container .playoff-grid-container-column:last-of-type {
  margin-right: 0px;
}
.playoff-grid-container .playoff-grid-container-column:last-of-type .playoff-round .playoff-round-pair-container .playoff-pair .playoff-pair-line {
  display: none;
}
.playoff-grid-container .playoff-grid-container-column:first-of-type .playoff-round .playoff-round-pair-container .playoff-pair::before {
  content: none;
}
.playoff-grid-container.cr-5 .playoff-grid-container-column.is-up-only {
  height: 1668px;
}
.playoff-grid-container::-webkit-scrollbar {
  height: 8px;
}
.playoff-grid-container::-webkit-scrollbar-track {
  background: transparent;
}
.playoff-grid-container::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 8px;
}
.playoff-grid-container::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
@media (max-width: 800px) {
  .playoff-grid-container .playoff-grid-container-column .playoff-round .playoff-round-title {
    font-size: 12px;
  }
}
.squad-table.table-block .table-block-container .head-table-tr,
.squad-table.table-block .table-block-container .body-table-tr {
  grid-template-columns: 28px minmax(186px, 186fr) 66px 35px 81px;
}
.squad-table.table-block .table-block-container .head-table-tr .position,
.squad-table.table-block .table-block-container .body-table-tr .position {
  margin: 0;
  font-weight: normal;
}
.squad-table.table-block.nationals .table-block-container .head-table-tr,
.squad-table.table-block.nationals .table-block-container .body-table-tr {
  grid-template-columns: 28px minmax(186px, 186fr) minmax(184px, 184fr) 66px 35px 81px;
}
.squad-table.table-block.nationals .table-block-container .head-table-tr .position,
.squad-table.table-block.nationals .table-block-container .body-table-tr .position {
  margin: 0;
  font-weight: normal;
}
.squad-table.table-block.nationals .table-block-container .head-table-tr .team .team-name,
.squad-table.table-block.nationals .table-block-container .body-table-tr .team .team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.stats-table.table-block .table-block-container .head-table-tr,
.stats-table.table-block .table-block-container .body-table-tr {
  grid-template-columns: 28px minmax(186px, 186fr) 47px 47px 35px 35px 35px 35px 35px;
}
.stats-table.table-block .table-block-container .head-table-tr .position,
.stats-table.table-block .table-block-container .body-table-tr .position {
  margin: 0;
  font-weight: normal;
}
.stats-table.table-block .table-block-container .head-table-tr .position {
  margin: 0;
  font-weight: normal;
}
.table-general-block-table {
  margin-top: 20px;
  font-family: 'Roboto';
}
.table-general-block-table .head-table-tr .head-table-th {
  font-size: 12px;
  line-height: 11.52px;
  padding: 0 0 6px 0;
  height: 18px;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  justify-content: start;
}
.table-general-block-table .head-table-tr .head-table-th.index {
  width: 18px;
  margin-left: 6px;
}
.table-general-block-table .head-table-tr .head-table-th.nationality {
  width: 23px;
  margin-right: 0;
  margin-left: 8px;
}
.table-general-block-table .head-table-tr .head-table-th.player {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 0;
  margin-left: 10px;
  text-align: left;
  min-width: 146px;
}
.table-general-block-table .head-table-tr .head-table-th.team {
  width: 174px;
  margin-left: 51px;
  text-align: left;
}
.table-general-block-table .head-table-tr .head-table-th.position {
  width: 37px;
  margin: 0 0 0 126px;
  justify-content: center;
}
.table-general-block-table .head-table-tr .head-table-th.age,
.table-general-block-table .head-table-tr .head-table-th.games,
.table-general-block-table .head-table-tr .head-table-th.goals,
.table-general-block-table .head-table-tr .head-table-th.passes,
.table-general-block-table .head-table-tr .head-table-th.yellow,
.table-general-block-table .head-table-tr .head-table-th.red {
  width: 21px;
  justify-content: center;
  margin-left: 12px;
}
.table-general-block-table .head-table-tr .head-table-th.price {
  width: 62px;
  margin-left: 12px;
  margin-right: 12px;
}
.table-general-block-table .body-table {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.table-general-block-table .body-table .body-table-tr {
  display: flex;
  align-items: center;
}
.table-general-block-table .body-table .body-table-tr .body-table-td {
  padding: 0;
  font-size: 12px;
  line-height: 11.52px;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 32px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.index {
  width: 18px;
  margin-left: 6px;
  font-weight: 600;
  justify-content: start;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.nationality {
  width: 23px;
  margin-right: 0;
  margin-left: 8px;
  justify-content: center;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.nationality .flag-optimize {
  line-height: 0;
  margin: 0;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.nationality .flag-optimize img {
  bottom: unset;
  margin: 0;
  top: unset;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.player {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.player .flag-optimize {
  margin-right: 12px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.player a {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 146px;
  overflow: hidden;
  text-align: left;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.team {
  width: 174px;
  margin-left: 51px;
  text-align: left;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.team .flag-optimize {
  margin-right: 8px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.team a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 0;
  overflow: hidden;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.position {
  width: 37px;
  margin: 0 0 0 126px;
  justify-content: center;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.age,
.table-general-block-table .body-table .body-table-tr .body-table-td.games,
.table-general-block-table .body-table .body-table-tr .body-table-td.goals,
.table-general-block-table .body-table .body-table-tr .body-table-td.passes,
.table-general-block-table .body-table .body-table-tr .body-table-td.yellow,
.table-general-block-table .body-table .body-table-tr .body-table-td.red {
  width: 21px;
  justify-content: center;
  margin-left: 12px;
}
.table-general-block-table .body-table .body-table-tr .body-table-td.price {
  width: 62px;
  margin-left: 12px;
  margin-right: 12px;
}
.table-general-block-table .body-table .body-table-tr:nth-of-type(even) {
  background-color: #F3F3F3;
}
.table-general-block-table .table-block-comment {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .table-general-block-table {
    margin-top: 20px;
    font-family: 'Roboto';
  }
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 130px;
    margin-left: 16px;
    text-align: left;
  }
  .table-general-block-table .head-table-tr .head-table-th.position {
    width: 37px;
    margin: 0 0 0 37px;
    justify-content: center;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 130px;
    margin-left: 16px;
    text-align: left;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.position {
    width: 37px;
    margin: 0 0 0 37px;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 130px;
    margin-left: 8px;
    text-align: left;
  }
  .table-general-block-table .head-table-tr .head-table-th.games {
    margin-left: 6px;
  }
  .table-general-block-table .head-table-tr .head-table-th.position {
    margin-left: 6px;
  }
  .table-general-block-table .head-table-tr .head-table-th.goals,
  .table-general-block-table .head-table-tr .head-table-th.passes,
  .table-general-block-table .head-table-tr .head-table-th.yellow,
  .table-general-block-table .head-table-tr .head-table-th.red {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
  }
  .table-general-block-table .head-table-tr .head-table-th.red {
    margin-right: 10px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.player a {
    width: 124px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 130px;
    margin-left: 8px;
    text-align: left;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.position {
    margin-left: 6px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.goals,
  .table-general-block-table .body-table .body-table-tr .body-table-td.passes,
  .table-general-block-table .body-table .body-table-tr .body-table-td.yellow,
  .table-general-block-table .body-table .body-table-tr .body-table-td.red {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.red {
    margin-right: 10px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.games {
    margin-left: 6px;
  }
}
@media (max-width: 743px) {
  .squad-table.table-block.nationals .table-block-container .head-table-tr,
  .squad-table.table-block.nationals .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(134px, 134fr) minmax(140px, 140fr) 66px 35px;
  }
  .squad-table.table-block.nationals .table-block-container .head-table-tr .head-table-th.price,
  .squad-table.table-block.nationals .table-block-container .body-table-tr .head-table-th.price,
  .squad-table.table-block.nationals .table-block-container .head-table-tr .body-table-td.price,
  .squad-table.table-block.nationals .table-block-container .body-table-tr .body-table-td.price {
    display: none;
  }
  .table-general-block-table .head-table-tr .head-table-th.nationality,
  .table-general-block-table .head-table-tr .head-table-th.price,
  .table-general-block-table .head-table-tr .head-table-th.yellow,
  .table-general-block-table .head-table-tr .head-table-th.red,
  .table-general-block-table .head-table-tr .head-table-th.passes {
    display: none;
  }
  .table-general-block-table .head-table-tr .head-table-th.player {
    min-width: 124px;
  }
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 130px;
    margin-left: 8px;
    text-align: left;
  }
  .table-general-block-table .head-table-tr .head-table-th.games {
    margin-left: 6px;
  }
  .table-general-block-table .head-table-tr .head-table-th.goals {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
  }
  .table-general-block-table .head-table-tr .head-table-th.red {
    margin-right: 10px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.nationality,
  .table-general-block-table .body-table .body-table-tr .body-table-td.price,
  .table-general-block-table .body-table .body-table-tr .body-table-td.yellow,
  .table-general-block-table .body-table .body-table-tr .body-table-td.red,
  .table-general-block-table .body-table .body-table-tr .body-table-td.passes {
    display: none;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.player a {
    width: 124px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 130px;
    margin-left: 8px;
    text-align: left;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.position {
    margin-left: 6px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.goals {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.red {
    margin-right: 10px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.games {
    margin-left: 6px;
  }
  .table-general-block-table .head-table-tr .head-table-th.position,
  .table-general-block-table .head-table-tr .head-table-th.age,
  .table-general-block-table .head-table-tr .head-table-th.price {
    display: flex;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.position,
  .table-general-block-table .body-table .body-table-tr .body-table-td.age,
  .table-general-block-table .body-table .body-table-tr .body-table-td.price {
    display: flex;
  }
  .stats-table.table-block .table-block-container .head-table-tr,
  .stats-table.table-block .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(186px, 186fr) 47px 47px 35px 35px;
  }
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.passes,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.passes,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.passes,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.passes,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.yellow,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.yellow,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.yellow,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.yellow,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.red,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.red,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.red,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.red {
    display: none;
  }
}
@media (max-width: 429px) {
  .table-general-block-table .head-table-tr .head-table-th.nationality,
  .table-general-block-table .head-table-tr .head-table-th.position,
  .table-general-block-table .head-table-tr .head-table-th.age,
  .table-general-block-table .head-table-tr .head-table-th.price,
  .table-general-block-table .head-table-tr .head-table-th.yellow,
  .table-general-block-table .head-table-tr .head-table-th.red,
  .table-general-block-table .head-table-tr .head-table-th.passes {
    display: none;
  }
  .table-general-block-table .head-table-tr .head-table-th.player {
    margin-left: 7px;
  }
  .table-general-block-table .head-table-tr .head-table-th.goals {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
    margin-right: 15px;
  }
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.nationality,
  .table-general-block-table .body-table .body-table-tr .body-table-td.position,
  .table-general-block-table .body-table .body-table-tr .body-table-td.age,
  .table-general-block-table .body-table .body-table-tr .body-table-td.price,
  .table-general-block-table .body-table .body-table-tr .body-table-td.yellow,
  .table-general-block-table .body-table .body-table-tr .body-table-td.red,
  .table-general-block-table .body-table .body-table-tr .body-table-td.passes {
    display: none;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.player {
    margin-left: 7px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.goals {
    width: 21px;
    justify-content: center;
    margin-left: 12px;
    margin-right: 15px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 102px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 74px;
  }
  .squad-table.table-block .table-block-container .head-table-tr,
  .squad-table.table-block .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(186px, 186fr) 47px 35px;
  }
  .squad-table.table-block .table-block-container .head-table-tr .head-table-th.price,
  .squad-table.table-block .table-block-container .body-table-tr .head-table-th.price,
  .squad-table.table-block .table-block-container .head-table-tr .body-table-td.price,
  .squad-table.table-block .table-block-container .body-table-tr .body-table-td.price {
    display: none;
  }
  .squad-table.table-block .table-block-container .head-table-tr .head-table-th.position,
  .squad-table.table-block .table-block-container .head-table-tr .head-table-th.age {
    display: flex;
  }
  .squad-table.table-block .table-block-container .body-table .body-table-tr .body-table-td.position,
  .squad-table.table-block .table-block-container .body-table .body-table-tr .body-table-td.age {
    display: flex;
  }
  .squad-table.table-block.nationals .table-block-container .head-table-tr,
  .squad-table.table-block.nationals .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(134px, 134fr) minmax(112px, 112fr) 31px 31px;
  }
  .stats-table.table-block .table-block-container .head-table-tr,
  .stats-table.table-block .table-block-container .body-table-tr {
    grid-template-columns: 28px minmax(174px, 174fr) 35px 35px;
  }
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.passes,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.passes,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.passes,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.passes,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.yellow,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.yellow,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.yellow,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.yellow,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.red,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.red,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.red,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.red,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.position,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.position,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.position,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.position,
  .stats-table.table-block .table-block-container .head-table-tr .head-table-th.age,
  .stats-table.table-block .table-block-container .body-table-tr .head-table-th.age,
  .stats-table.table-block .table-block-container .head-table-tr .body-table-td.age,
  .stats-table.table-block .table-block-container .body-table-tr .body-table-td.age {
    display: none;
  }
}
@media (max-width: 374px) {
  .table-general-block-table .head-table-tr .head-table-th.player {
    min-width: 124px;
  }
  .table-general-block-table .head-table-tr .head-table-th.team {
    width: 56px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team {
    width: 56px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team a {
    width: 56px;
  }
  .table-general-block-table .body-table .body-table-tr .body-table-td.team .flag-optimize {
    display: none;
  }
}
.on-main-page-block-title {
  cursor: pointer;
}
.news-block-on-column {
  display: flex;
  background: var(--bmb-white-dynamic);
  flex-direction: column;
  font-family: 'Roboto';
}
.news-block-on-column .news-block-on-column-items-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 12px 0;
  margin-bottom: 8px;
  position: relative;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item::after {
  content: '';
  position: absolute;
  bottom: -6px;
  border-bottom: 1px solid var(--bmb-gray-elements-dynamic);
  width: 100%;
  height: 1px;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--title {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--title .news-block-on-column-item--title-content-type {
  font-size: 16px;
  font-weight: 600;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-orange-dynamic);
  margin-right: 12px;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer {
  display: flex;
  height: 15px;
  flex-shrink: 0;
  flex-grow: 0;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer .news-block-on-column-item--footer-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  margin-right: 14px;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer .news-block-on-column-item--footer-pinned {
  width: 14px;
  height: 14px;
  background: url("/img/icons/news-block/pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 14px;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer .news-block-on-column-item--footer-comment {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: var(--bmb-gray-text-dynamic);
  position: relative;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item .news-block-on-column-item--footer .news-block-on-column-item--footer-comment::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0.5px;
  background: url("/img/icons/news-block/comment.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.news-block-on-column .news-block-on-column-items-container .news-block-on-column-item:last-of-type:after {
  content: none;
}
/*
 * Tournament
 */
.tournament-list-container {
  position: relative;
  padding-bottom: 57px;
}
.tournament-list-container .show-more-tournaments {
  width: 220px;
  height: 37px;
  background: var(--bmb-white-dynamic);
  border: 1px solid #74AB3F;
  border-radius: 2px;
  padding: 11px 0 10px 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  text-align: center;
  color: #74AB3F;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -110px;
}
/* Пульсация значения очков */
@keyframes pulse-points {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* Анимация значения разницы мячей */
@keyframes flash-value {
  0% {
    color: var(--bombardir-black);
  }
  30% {
    color: var(--bombardir-primary-color);
  }
  100% {
    color: var(--bombardir-black);
  }
}
.tournament-table-container {
  padding-left: 0;
  padding-right: 0;
}
.table-block-container {
  font-family: "Roboto", sans-serif;
}
.table-block-container.single {
  margin-top: 4px;
}
.table-block-container .body-table {
  position: relative;
}
.table-block-container .body-table .body-table-tr .body-table-td.animate-pulse {
  animation: pulse-points 1s ease-in-out;
  animation-iteration-count: 3;
}
.table-block-container .body-table .body-table-tr .body-table-td.animate-flash {
  animation: flash-value 1s ease-out;
}
.table-block-container .table-block-tab-list.tab-block-list {
  margin-top: 0;
}
.team-last-match-history-container {
  width: 74px;
  height: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  gap: 6px;
  position: relative;
}
.team-last-match-history-container .team-last-match-history-container--popup {
  display: none;
  position: absolute;
  min-width: 156px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  top: 20px;
  z-index: 2;
}
.team-last-match-history-container .team-last-match-history-container--popup .title {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 150% */
  margin-top: 4px;
  white-space: nowrap;
  padding: 0px 5px;
}
.team-last-match-history-container .team-last-match-history-container--popup .score {
  color: var(--bmb-black-dynamic);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  /* 100% */
  margin-top: 2px;
}
.team-last-match-history-container .team-last-match-history-container--item {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
}
.team-last-match-history-container .team-last-match-history-container--item.draw {
  background-color: var(--bmb-yellow-dynamic);
}
.team-last-match-history-container .team-last-match-history-container--item.win {
  background-color: var(--bmb-green-dynamic);
}
.team-last-match-history-container .team-last-match-history-container--item.lose {
  background-color: var(--bmb-red-dynamic);
}

