/*
 * Games
 */
.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;
 */
: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*/
.soc-h-menu.soc-tabs#match-menu li.active a:hover {
  text-decoration: none;
}
.soc-tabs li.active.games-calendar-icon:after {
  bottom: 2px;
  margin-left: -7px;
}
.soc-tabs li.active.games-calendar-icon span {
  background-color: var(--bmb-black-dynamic);
}
.games-calendar-icon {
  cursor: pointer;
  margin-right: 22px;
}
.games-calendar-icon span {
  width: 22px;
  height: 19.34px;
  display: inline-block;
  -webkit-mask: url(/img/icons/games/calendar.svg) no-repeat 50% 50%;
  mask: url(/img/icons/games/calendar.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--bmb-black-dynamic);
}
.games-calendar-icon span.active,
.games-calendar-icon span.is-active {
  background-color: var(--bmb-white-dynamic);
}
.schedule-container {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
}
.schedule-container .schedule-block-list-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 46px;
}
.schedule-container .schedule-block-list-container .schedule-block {
  width: 171px;
  height: 162px;
  background: var(--bmb-white-dynamic);
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-orange-dynamic);
  margin-bottom: 10px;
  text-transform: capitalize;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days {
  width: 177px;
  height: 136px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days span,
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a {
  width: 21px;
  height: 16px;
  margin-right: 5px;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days span:nth-of-type(7n),
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a:nth-of-type(7n) {
  margin-right: 0;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-orange-dynamic);
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #B3B3B3;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a:hover {
  text-decoration: none;
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a.is-active {
  color: var(--bmb-black-dynamic);
}
.schedule-container .schedule-block-list-container .schedule-block .schedule-block-days a.is-current {
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  background: var(--bmb-orange-dynamic);
}
@media (max-width: 999px) {
  .schedule-container {
    align-items: center;
  }
  .schedule-container .schedule-block-list-container {
    position: relative;
    overflow: hidden;
    height: 162px;
    justify-content: center;
    width: 605px;
    align-items: center;
  }
  .schedule-container .schedule-block-list-container .carousel-v2-container {
    flex: 0 0 388px;
    width: 388px;
  }
  .schedule-container .schedule-block-list-container .carousel--prev,
  .schedule-container .schedule-block-list-container .carousel--next {
    width: 30px;
    height: 30px;
    background: transparent;
    top: 0;
    border-radius: 0;
    rotate: none;
    z-index: 2;
    position: relative;
  }
  .schedule-container .schedule-block-list-container .carousel--prev:before,
  .schedule-container .schedule-block-list-container .carousel--next:before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #2B2323;
    border-right: none;
    box-sizing: border-box;
    top: 50%;
    margin-top: -12px;
    rotate: 0deg;
    left: 10px;
  }
  .schedule-container .schedule-block-list-container .carousel--prev:before {
    rotate: -180deg;
    left: 7px;
  }
  .schedule-container .schedule-block-list-container .carousel-v2-track {
    gap: 46px;
  }
}
@media (max-width: 743px) {
  .schedule-container .schedule-block-list-container {
    width: 280px;
    gap: 15px;
  }
  .schedule-container .schedule-block-list-container .carousel-v2-container {
    flex: 0 0 201px;
  }
  .schedule-container .schedule-block-list-container .schedule-block {
    flex-shrink: 0;
    margin-right: 5px;
    width: 201px;
    height: 196px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
}
.games-popular-championships-block--list-container,
.games-all-championships-block--list-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  background-color: var(--bmb-white-dynamic);
  font-family: 'Roboto';
}
.games-popular-championships-block--list-container a,
.games-all-championships-block--list-container a,
.games-popular-championships-block--list-container .league-row,
.games-all-championships-block--list-container .league-row {
  display: block;
  width: 100%;
  padding: 9px 0 9px 40px;
  position: relative;
  height: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  color: var(--bmb-black-dynamic);
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0px;
  box-sizing: border-box;
}
.games-popular-championships-block--list-container a.active,
.games-all-championships-block--list-container a.active,
.games-popular-championships-block--list-container .league-row.active,
.games-all-championships-block--list-container .league-row.active {
  font-weight: 700;
  color: var(--bmb-white-dynamic);
  background: var(--bmb-orange-dynamic);
  border-radius: 4px;
}
.games-popular-championships-block--list-container a .icon,
.games-all-championships-block--list-container a .icon,
.games-popular-championships-block--list-container .league-row .icon,
.games-all-championships-block--list-container .league-row .icon {
  width: 22px;
  height: 14px;
  display: block;
  position: absolute;
  top: 11px;
  left: 8px;
  background-size: contain;
  border-radius: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
.games-popular-championships-block--list-container .league-row,
.games-all-championships-block--list-container .league-row {
  cursor: pointer;
}
.games-popular-championships-block--list-container .league-row::after,
.games-all-championships-block--list-container .league-row::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 8px;
  background-image: url("/img/icons/games/arrow-down.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.games-popular-championships-block--list-container .league-row a,
.games-all-championships-block--list-container .league-row a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  color: var(--bmb-black-dynamic);
  text-decoration: none;
  text-transform: none;
  margin-bottom: 0px;
  display: none;
  padding: 9px 0 9px 32px;
}
.games-popular-championships-block--list-container .league-row a:last-of-type,
.games-all-championships-block--list-container .league-row a:last-of-type {
  padding-bottom: 0px;
}
.games-popular-championships-block--list-container .league-row a .icon,
.games-all-championships-block--list-container .league-row a .icon {
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  background-size: contain;
  border-radius: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
.games-popular-championships-block--list-container .league-row.is-opened,
.games-all-championships-block--list-container .league-row.is-opened {
  height: auto;
}
.games-popular-championships-block--list-container .league-row.is-opened::after,
.games-all-championships-block--list-container .league-row.is-opened::after {
  background-image: url("/img/icons/games/arrow-up.png");
}
.games-popular-championships-block--list-container .league-row.is-opened a,
.games-all-championships-block--list-container .league-row.is-opened a {
  display: block;
}
@media (max-width: 999px) {
  .games-popular-championships-block--list-container,
  .games-all-championships-block--list-container {
    margin-top: 12px;
  }
}
@media (max-width: 429px) {
  .games-popular-championships-block--list-container a,
  .games-all-championships-block--list-container a,
  .games-popular-championships-block--list-container .league-row,
  .games-all-championships-block--list-container .league-row {
    padding: 9px 0 9px 38px;
  }
  .games-popular-championships-block--list-container a .icon,
  .games-all-championships-block--list-container a .icon,
  .games-popular-championships-block--list-container .league-row .icon,
  .games-all-championships-block--list-container .league-row .icon {
    width: 22px;
    left: 4px;
  }
  .games-popular-championships-block--list-container .league-row::after,
  .games-all-championships-block--list-container .league-row::after {
    right: 4px;
  }
}
.games-match-empty-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-black-dynamic);
  display: none;
  margin-top: 16px;
  margin-bottom: 38px;
}
.match-group-block {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.match-group-block .match-group-block--block-headline {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bmb-black-dynamic);
  text-transform: uppercase;
  border-bottom: 1px solid var(--bmb-black-dynamic);
  padding-bottom: 6px;
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--title {
  width: 100%;
  margin-left: 11px;
  margin-right: 10px;
  overflow: hidden;
  height: 16px;
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .games-tournament-link {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  color: var(--bmb-black-dynamic);
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-table {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 15px;
  cursor: pointer;
  color: var(--bmb-green-dynamic);
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-arrow {
  width: 15px;
  height: 9px;
  background-image: url('/img/icons/games/arrow-up-black.svg');
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 12px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-arrow.closed {
  background-image: url("/img/icons/games/arrow-down-black.svg");
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container {
  display: flex;
  flex-direction: column;
  padding-top: 11.61px;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #D5D5D5;
  align-items: center;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.is-hidden {
  display: none;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container:last-of-type {
  border-bottom: none;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
  height: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-favorite {
  width: 16px;
  height: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 12px;
  cursor: pointer;
  background-image: url("/img/icons/games/favorite-empty.svg");
  background-size: 100%;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-favorite.active {
  background-image: url("/img/icons/games/favorite-full.svg");
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-preview {
  width: 18px;
  height: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 8px;
  cursor: pointer;
  background-image: url("/img/icons/games/preview.svg");
  background-size: 100%;
  margin-top: 1px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-preview.is-long {
  margin-right: 28px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-translation {
  width: 20px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 12px;
  margin-left: 24px;
  cursor: pointer;
  background-image: url("/img/icons/games/translation-green.svg");
  background-size: 100%;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-translation.with-out {
  background-image: none !important;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-date {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #636363;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  height: 25px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: var(--bmb-black-dynamic);
  display: flex;
  justify-content: right;
  align-items: center;
  cursor: pointer;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
  margin-right: 10px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
  margin-left: 10px;
  text-align: left;
  justify-content: left;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.win {
  font-weight: 700;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
  height: 25px;
  background: #B3B3B3;
  border-radius: 2px;
  margin: 0 12px;
  position: relative;
  cursor: pointer;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-home:before,
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
  content: 'П';
  display: flex;
  width: 30px;
  height: 13px;
  position: absolute;
  top: -7px;
  left: 0;
  background-color: var(--bmb-yellow-dynamic);
  justify-content: center;
  font-size: 6px;
  color: var(--bmb-white-dynamic);
  border-radius: 2px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
  left: unset;
  right: 0px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background: #B3B3B3;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  width: 100%;
  height: 100%;
  padding: 5px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score.active {
  background: #D9D9D9;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .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;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #636363;
  margin-top: 11px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.status-up .match-info--row-button .match-info-translation {
  background-repeat: no-repeat;
  background-image: url("/img/icons/games/translation-green.svg");
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.status-up .match-info--row-status {
  color: var(--bmb-green-dynamic);
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.finished .match-info--row-button .match-info-translation {
  background-image: url("/img/icons/games/translation-green.svg");
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container.finished .match-info--row-status {
  color: var(--bmb-green-dynamic);
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent {
  height: 26px;
  margin-top: 14px;
  padding: 0;
  width: 522px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short {
  background: #F6F6F6;
  border-radius: 501px;
  justify-content: center;
  height: 100%;
  margin: 0;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short:hover {
  text-decoration: none;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event {
  padding: 0;
  border-radius: 0;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-logo {
  position: absolute;
  left: 31px;
  top: 6px;
  width: 72px;
  height: 12px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
  font-style: normal;
  font-weight: 400;
  font-size: 6px;
  line-height: 8px;
  color: #919191;
  top: 9px;
  bottom: unset;
  left: 128px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
  top: 0;
  right: 0;
  width: 164px;
  height: 26px;
  border: 1px solid #EB0018;
  border-radius: 26px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  padding: 6px 26px 6px 12px;
  box-sizing: border-box;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link .is-mobile {
  display: none;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link .is-desktop {
  display: block;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span {
  width: 26px;
  height: 26px;
  top: -1px;
  right: -1px;
  left: auto;
  border-radius: 100%;
  background-size: 12px;
}
.match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span:after {
  content: none;
}
@media (max-width: 999px) {
  .games-match-empty-text {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: var(--bmb-black-dynamic);
    display: none;
    margin-top: 8px;
    margin-bottom: 32px;
  }
  .match-group-block .match-group-block--block-headline {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 3.77px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title {
    height: 12px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .games-tournament-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-table {
    font-size: 10px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
    height: 18px;
    margin-bottom: 5px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-favorite {
    width: 16px;
    height: 15px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-preview {
    margin-left: 15px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-translation {
    width: 18px;
    height: 18px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main {
    height: 30px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
    font-size: 12px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
    margin-right: 8px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
    margin-left: 8px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
    width: 30px;
    height: 30px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
    width: 26px;
    height: 26px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
    height: 30px;
    width: 70px;
    margin: 0 10px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
    font-size: 20px;
    line-height: 20px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent {
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short {
    padding: 0;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-logo {
    width: 60px;
    height: 10px;
    left: 14px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-type {
    font-size: 10px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-coefficient {
    font-size: 10px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
    height: 24px;
    margin-right: 0;
    width: 72px;
    padding: 5px 33px 5px 18px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link .is-mobile {
    display: block;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link .is-desktop {
    display: none;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span {
    height: 24px;
    width: 24px;
    display: block;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 14px;
  }
}
@media (max-width: 430px) {
  .match-group-block .match-group-block--block-headline {
    font-size: 12px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-arrow {
    width: 12px;
    margin-right: 6px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title {
    margin-left: 5px;
  }
  .match-group-block .match-group-block--block-headline .match-group-block--block-headline--button-table {
    font-size: 12px;
    line-height: 12px;
    margin-right: 11px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
    height: 14px;
    margin-bottom: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-favorite {
    width: 14px;
    height: 13px;
    margin-left: 5px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-preview {
    width: 16px;
    height: 11px;
    margin-left: 10px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-date {
    font-size: 12px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-translation {
    width: 14px;
    height: 14px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main {
    height: 26px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
    font-size: 12px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
    margin-right: 6px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
    margin-left: 6px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
    width: 26px;
    height: 26px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
    width: 20px;
    height: 20px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
    height: 26px;
    width: 60px;
    margin: 0 8px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
    font-size: 16px;
    line-height: 20px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent {
    width: 100%;
    height: 19px;
    margin-bottom: 10px;
    margin-top: 8px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short {
    padding: 0;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-logo {
    width: 47px;
    height: 8px;
    left: 11px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-type {
    font-size: 8px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-coefficient {
    font-size: 8px;
    line-height: 12px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
    height: 19px;
    margin-right: 0;
    width: 57px;
    padding: 2px 27px 2px 13px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span {
    height: 19px;
    width: 19px;
    display: block;
    background-size: 8px;
    background-position-x: 7px;
  }
  .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 14px;
  }
}
.games-matches-header-filter-container {
  display: flex;
  width: 100%;
  margin: 15px 0 24px 0px;
}
.games-matches-header-filter-container .selectpicker-our {
  width: 200px;
  margin-right: 10px;
}
.games-matches-header-container {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  background: var(--bmb-white-dynamic);
  border-radius: 4px;
  padding: 16px 10px;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 24px;
  box-sizing: border-box;
  box-shadow: 0px 2px 12px 2px color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
}
.games-matches-header-container .games-matches-header-row {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container {
  display: flex;
  justify-content: space-between;
  width: 447px;
  gap: 12px;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item {
  padding: 8.5px 6px;
  box-sizing: border-box;
  border-radius: 4px;
  height: 30px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 96%;
  text-align: center;
  color: var(--bmb-black-dynamic);
  flex-shrink: 0;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item.disabled {
  color: var(--bmb-gray-text-dynamic);
  cursor: not-allowed;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item.active {
  background: var(--bmb-orange-dynamic);
  font-weight: 700;
  color: var(--bmb-white-dynamic);
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item a {
  color: inherit;
}
.games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item a:hover {
  text-decoration: none;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container {
  display: flex;
  width: 277px;
  align-items: center;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
  width: 31px;
  height: 30px;
  padding: 3px 4px;
  border-radius: 4px;
  box-sizing: border-box;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon.active {
  background: var(--bmb-orange-dynamic);
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon.active span {
  background-color: var(--bmb-white-dynamic);
  margin-top: 2px;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-button-prev {
  cursor: pointer;
  background-image: url("/img/icons/games/arrow-left-black.svg");
  background-size: 9px 15px;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-button-next {
  cursor: pointer;
  background-image: url("/img/icons/games/arrow-right-black.svg");
  background-size: 9px 15px;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container {
  display: flex;
  width: 260px;
  gap: 3px;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item {
  width: 56px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 5px 3px 6px;
  flex-shrink: 0;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item:nth-child(1) {
  display: none;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item .games-matches-day-item--date {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: var(--bmb-black-dynamic);
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item .games-matches-day-item--day {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #B3B3B3;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item:hover {
  text-decoration: none;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item.active {
  background: var(--bmb-orange-dynamic);
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item.active .games-matches-day-item--date {
  color: var(--bmb-white-dynamic);
  font-weight: 700;
}
.games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item.active .games-matches-day-item--day {
  color: var(--bmb-white-dynamic);
}
.games-matches-header-container .schedule-container {
  margin-top: 32px;
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev,
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next {
  box-shadow: none;
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev::before,
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next::before {
  border: none;
  width: 15px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100%;
  rotate: none;
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev.disabled,
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next.disabled {
  background-image: none;
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev.disabled::before,
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next.disabled::before {
  background-image: url("/img/icons/games/arrow-right-gray.svg");
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev::before {
  background-image: url("/img/icons/games/arrow-left-black.svg");
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--prev.disabled::before {
  background-image: url("/img/icons/games/arrow-left-gray.svg");
}
.games-matches-header-container .schedule-container .schedule-block-list-container .carousel--next::before {
  background-image: url("/img/icons/games/arrow-right-black.svg");
}
@media (max-width: 1279px) {
  .games-matches-header-container .games-matches-header-row {
    flex-direction: column;
    align-items: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container {
    justify-content: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container {
    margin-left: 0;
    margin-top: 24px;
    justify-content: center;
    width: 312px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
    margin-right: 28px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container {
    gap: 6px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item:nth-child(1) {
    display: flex;
  }
  .games-matches-header-filter-container {
    flex-direction: column;
  }
  .games-matches-header-filter-container .selectpicker-our {
    width: 100%;
    margin-top: 4px;
  }
}
@media (max-width: 999px) {
  .games-matches-header-container {
    padding: 10px 8px;
  }
  .games-matches-header-container .games-matches-header-row {
    flex-direction: column;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5px 12px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container .games-matches-filter-item {
    font-size: 14px;
    line-height: 96%;
    height: 30px;
    padding: 8.5px 6px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container {
    margin-left: 0;
    margin-top: 20px;
    justify-content: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
    width: 30px;
    height: 30px;
    padding: 4px 5px;
    margin-right: 19px;
    margin-left: 11px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon span {
    width: 22px;
    height: 19.34px;
    background-color: var(--bmb-black-dynamic);
  }
}
@media (max-width: 743px) {
  .games-matches-header-container {
    padding: 16px 10px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container {
    width: 100%;
    gap: 4px 12px;
    justify-content: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container {
    width: 100%;
    justify-content: center;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
    margin-left: 0;
    margin-right: 0;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container {
    width: 304px;
  }
}
@media (max-width: 430px) {
  .games-matches-header-container {
    padding: 12px 6px;
    margin-top: 14px;
  }
  .games-matches-header-container .games-matches-header-row {
    flex-direction: column;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-filter-container {
    justify-content: flex-start;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container {
    margin-left: 0;
    margin-top: 13px;
    justify-content: space-between;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-calendar-icon {
    width: 30px;
    height: 30px;
    padding: 4px 5px;
    margin-right: 19px;
    margin-left: 4px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container {
    justify-content: space-around;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item {
    padding: 4px;
    width: auto;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item .games-matches-day-item--date {
    font-size: 12px;
    line-height: 12px;
  }
  .games-matches-header-container .games-matches-header-row .games-matches-days-container .games-matches-day-item-container .games-matches-day-item .games-matches-day-item--day {
    font-size: 12px;
    line-height: 12px;
  }
}
.modal-backdrop.fade.in {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: var(--bmb-black-dynamic);
  opacity: 0.5;
}
.popup-match-info {
  display: none;
  position: fixed;
  width: 796px;
  height: auto;
  left: 50%;
  top: 50%;
  margin-top: -155px;
  margin-left: -398px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 4px 25px color-mix(in srgb, var(--bmb-black-dynamic) 27%, transparent);
  border-radius: 4px;
  padding: 20px 20px 62px 20px;
  box-sizing: border-box;
  z-index: 1050;
}
.popup-match-info .close-popup {
  background-image: url("/img/icons/games/close-popup.svg");
  position: absolute;
  top: -51px;
  right: -13px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-size: 100%;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline {
  border-bottom-width: 3px;
  color: var(--bmb-green-dynamic);
  text-transform: uppercase;
  border-bottom: 1px solid var(--bmb-green-dynamic);
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title {
  display: flex;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .games-tournament-link {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: var(--bmb-green-dynamic);
  cursor: pointer;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .date {
  width: 229px;
  text-align: right;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container {
  padding-top: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
  height: 20px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button .match-info-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main {
  height: auto;
  align-items: start;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .right-part,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .middle-part,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .right-part .team-info,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .middle-part .team-info,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part .team-info {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .right-part .team-goals,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .middle-part .team-goals,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part .team-goals {
  margin-top: 4px;
  margin-right: 73px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0%;
  text-align: right;
  gap: 8px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .middle-part {
  width: 136px;
  flex-direction: column;
  margin-top: 1px;
  align-items: center;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part {
  align-items: start;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part .team-goals {
  align-items: start;
  margin-left: 73px;
  margin-right: 0;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: var(--bmb-black-dynamic);
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
  margin-right: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
  margin-left: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.win {
  font-weight: 700;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
  width: 62px;
  height: 62px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
  width: 50px;
  height: 50px;
  top: 6px;
  left: 6px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
  flex-grow: 0;
  flex-shrink: 0;
  width: 97px;
  height: 40px;
  margin: 0 20px;
  background: #B3B3B3;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  margin-top: 11px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-home:before,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
  content: 'П';
  display: flex;
  width: 48px;
  height: 13px;
  position: absolute;
  top: -11px;
  left: 0;
  color: var(--bmb-white-dynamic);
  background-color: var(--bmb-yellow-dynamic);
  justify-content: center;
  font-size: 9px;
  border-radius: 2px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
  left: unset;
  right: 0px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score {
  width: 100%;
  height: 100%;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  color: #B3B3B3;
  margin: 14px 0 0 0;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-time {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #B3B3B3;
  margin-top: 6px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent {
  margin-top: 20px;
  width: 100%;
  height: 35px;
  margin-bottom: 0;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-logo {
  width: 116px;
  height: 20px;
  top: 8px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
  font-size: 8px;
  line-height: 8px;
  text-align: center;
  color: #919191;
  left: 171px;
  top: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-type {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-event .bookmaker-event-coefficient {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link {
  width: 209px;
  height: 35px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 39px 11px 18px;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .bookmaker-container-short-parrent .bookmaker-container.bookmaker-container-short .bookmaker-translation.bookmaker-translation-link span {
  width: 35px;
  height: 35px;
  background-size: 16px;
  background-position: 12px center;
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container.finished .match-info--row-status,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container.finished .match-info--row-time {
  color: var(--bmb-green-dynamic);
}
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container.status-up .match-info--row-status,
.popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container.status-up .match-info--row-time {
  color: var(--bmb-green-dynamic);
}
.popup-match-info .popup-match-info-container .match-group-block .popup-match-button {
  display: block;
  position: absolute;
  bottom: 24px;
  height: 36px;
  width: 225px;
  left: 50%;
  margin-left: -112px;
  padding: 11px 0;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  background: var(--bmb-green-dynamic);
  border-radius: 2px;
}
.popup-match-info .popup-match-info-container .match-group-block .popup-match-button:hover {
  text-decoration: none;
}
@media (max-width: 999px) {
  .popup-match-info {
    width: 700px;
    margin-left: -350px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title .games-tournament-link {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}
@media (max-width: 743px) {
  .popup-match-info {
    width: 365px;
    height: auto;
    margin-left: -183px;
    padding: 16px 12px 58px 12px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title a,
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--block-headline .match-group-block--block-headline--title span {
    font-size: 12px;
    line-height: 12px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container {
    margin-top: 10px;
    padding-top: 0;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-button {
    height: 15px;
    margin-bottom: 0;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container {
    width: 70px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-home:before,
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container.penalty-guest:before {
    width: 33px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-score-container .match-info-team-score .match-info-team-score-text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
    font-size: 12px;
    line-height: 12px;
    width: 85px;
    flex-shrink: 0;
    margin-right: 7px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container {
    width: 30px;
    height: 30px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-logo-container .match-info-team-logo {
    width: 24px;
    height: 24px;
    top: 3px;
    left: 3px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .right-part .team-goals,
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .left-part .team-goals {
    margin-top: 8px;
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-status {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-time {
    margin-top: 2px;
    font-size: 26px;
    line-height: 30px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .popup-match-button {
    height: 34px;
  }
}
@media (max-width: 429px) {
  .popup-match-info {
    width: 292px;
    height: auto;
    margin-left: -146px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name {
    width: 52px;
    margin-right: 7px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-home {
    margin-right: 7px;
    margin-left: 0px;
  }
  .popup-match-info .popup-match-info-container .match-group-block .match-group-block--match-list-container .match-group-block--match-container .match-info--row-main .match-info-team-name.team-guest {
    margin-left: 7px;
    margin-right: 0px;
  }
}
.modal-backdrop.fade.in {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: var(--bmb-black-dynamic);
  opacity: 0.5;
}
.popup-table {
  display: none;
  position: fixed;
  width: 796px;
  height: auto;
  left: 50%;
  top: 50%;
  margin-top: -155px;
  margin-left: -398px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 4px 25px color-mix(in srgb, var(--bmb-black-dynamic) 27%, transparent);
  border-radius: 4px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  z-index: 1050;
}
.popup-table .close-popup {
  background-image: url("/img/icons/games/close-popup.svg");
  position: absolute;
  top: -51px;
  right: -13px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-size: 100%;
}
.popup-table .popup-table-container {
  height: auto;
  overflow-y: auto;
  max-height: 650px;
}
.popup-table .popup-table-container .tab-pane.active table thead tr th,
.popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th {
  border-bottom: 2px solid #73AC3E;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  color: #73AC3E;
}
.popup-table .popup-table-container .tab-pane.active table thead tr th:nth-of-type(2),
.popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th:nth-of-type(2) {
  text-align: left;
  cursor: pointer;
}
.popup-table .popup-table-container .tab-pane.active table thead tr th span,
.popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 330px;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 999px) {
  .popup-table .popup-table-container {
    max-height: 548px;
  }
}
@media (max-width: 800px) {
  .popup-table {
    width: 365px;
    height: auto;
    margin-left: -183px;
    padding: 16px 12px 16px 12px;
    box-sizing: border-box;
    z-index: 1050;
  }
  .popup-table .popup-table-container .tab-pane.active,
  .popup-table .popup-table-container .mdl-tabs__panel.is-active {
    padding: 0;
  }
  .popup-table .popup-table-container .tab-pane.active table thead tr th,
  .popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th {
    border-bottom: 2px solid #73AC3E;
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    align-items: center;
    color: #73AC3E;
  }
  .popup-table .popup-table-container .tab-pane.active table thead tr th span,
  .popup-table .popup-table-container .mdl-tabs__panel.is-active table thead tr th span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 110px;
    white-space: nowrap;
  }
  .popup-table .popup-table-container .tab-pane.active table tbody tr td,
  .popup-table .popup-table-container .mdl-tabs__panel.is-active table tbody tr td {
    font-size: 9px;
    line-height: 12px;
  }
}
@media (max-width: 390px) {
  .popup-table {
    width: 310px;
    height: auto;
    margin-left: -155px;
    padding: 16px 8px 16px 8px;
  }
}
.bookmaker-container-short-parrent {
  box-sizing: border-box;
  padding: 8px 14px 12px 13px;
  width: 100%;
}
.bookmaker-container {
  display: flex;
  width: 100%;
  height: 43px;
  font-size: 15px;
  line-height: 19px;
  padding-left: 16px;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.bookmaker-container .bookmaker-container-label18-plus {
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 63px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #aaa9aa;
  font-size: 10px;
}
.bookmaker-container--centered {
  justify-content: center;
}
.bookmaker-container .bookmaker-logo {
  width: 80px;
  height: 19px;
  background: url(/img/ligastavok.png);
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
}
.bookmaker-container .bookmaker-event {
  display: flex;
  justify-content: center;
  margin-right: 9px;
}
.bookmaker-container .bookmaker-event:last-of-type {
  justify-content: flex-end;
}
.bookmaker-container .bookmaker-event:first-of-type {
  justify-content: flex-start;
}
.bookmaker-container .bookmaker-event .bookmaker-event-coefficient {
  text-align: center;
  font-weight: bold;
  color: #FFAA00 !important;
}
.bookmaker-container .bookmaker-event .bookmaker-event-type {
  color: var(--bmb-gray-text-dynamic) !important;
  margin-right: 2px;
}
.bookmaker-container .bookmaker-event.colored {
  width: 80px;
  height: 35px;
  margin-right: 12px;
  padding: 10px 0px 15px;
  border-radius: 2px;
  justify-content: center;
}
.bookmaker-container .bookmaker-translation {
  position: relative;
  margin-right: 40px;
  width: 100%;
}
.bookmaker-container .bookmaker-translation span {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0px;
  background-image: url("/img/icons/translation.svg");
  cursor: pointer;
}
.bookmaker-container.colored {
  margin: 24px 0;
  height: 59px;
  align-items: center;
}
.bookmaker-container.colored .bookmaker-translation {
  border-radius: 2px;
  width: 182px;
  height: 35px;
  margin-right: 0;
  margin-left: 12px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
  padding: 9px 12px 8px 37px;
  cursor: pointer;
}
.bookmaker-container.colored .bookmaker-translation span {
  right: auto;
  left: 13px;
  background-image: url(/img/icons/translation-white.svg);
  width: 16px;
  height: 16px;
  top: 9px;
  background-size: contain;
}
.bookmaker-container--vertical {
  flex-direction: column;
  padding: 0;
  height: auto;
}
.bookmaker-container--vertical .bookmaker-event {
  justify-content: start !important;
  margin-bottom: 4px;
}
.bookmaker-container.bookmaker-container--with-border {
  height: 48px;
}
.bookmaker-container.bookmaker-container--with-border .bookmaker-event {
  padding: 2px 4px;
  border: 1px solid #AFAFAF;
  border-radius: 2px;
}
.bookmaker-container.bookmaker-container--with-border .bookmaker-translation {
  width: 174px;
  border-radius: 2px;
  margin-right: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
  padding: 4px 12px 4px 32px;
  cursor: pointer;
}
.bookmaker-container.bookmaker-container--with-border .bookmaker-translation span {
  right: auto;
  left: 13px;
  background-image: url(/img/icons/translation-white.svg);
  width: 14px;
  height: 14px;
  top: 5px;
}
.bookmaker-container.bookmaker-container-short {
  height: 44px;
  background: #F7F7F7;
  border-radius: 2px;
  position: relative;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.bookmaker-container.bookmaker-container-short .bookmaker-logo {
  margin-right: 11px;
  height: 26px;
  width: 60px;
}
.bookmaker-container.bookmaker-container-short .bookmaker-event {
  width: 48px;
  height: 22px;
  margin-right: 1px;
  align-items: center;
}
.bookmaker-container.bookmaker-container-short .bookmaker-event:nth-of-type(4) {
  justify-content: flex-start;
}
.bookmaker-container.bookmaker-container-short .bookmaker-event:nth-of-type(2) {
  justify-content: flex-end;
}
.bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
  bottom: -12px;
  left: 0px;
  right: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 8px;
  line-height: 8px;
  color: #919191;
}
.bookmaker-container.bookmaker-container-short .bookmaker-translation {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 24px;
  height: 24px;
  margin-right: 0;
  border-radius: 100%;
}
.bookmaker-container.bookmaker-container-short .bookmaker-translation span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  background-image: url("/img/icons/translation-triangle.svg");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 9px center;
}
.bookmaker-container.bookmaker-container-short .bookmaker-translation span:after {
  content: 'LIVE';
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -10px;
  left: 4px;
}
.matches-by-day-hr {
  padding: 0px 16px;
  border: 0.5px solid #D3D3D3;
  margin: 0px 10px 0px 10px;
}
@media (max-width: 1024px) {
  .bookmaker-container-short-parrent {
    padding: 8px 0px 12px 0px;
  }
}
@media (max-width: 759px) {
  .bookmaker-container-short-parrent {
    padding: 8px 0px 12px 0px;
    width: 100%;
  }
  .bookmaker-container {
    box-sizing: content-box;
  }
  .bookmaker-container .bookmaker-translation {
    margin-right: 5px;
  }
  .bookmaker-container.colored {
    height: 35px;
    padding: 52px 0 76px;
    margin: 0;
    position: relative;
  }
  .bookmaker-container.colored .bookmaker-logo {
    position: absolute;
    top: 20px;
    height: 15px;
    margin-right: 0px;
  }
  .bookmaker-container.colored .bookmaker-event {
    box-sizing: border-box;
  }
  .bookmaker-container.colored .bookmaker-event.colored.last {
    margin-right: 0;
  }
  .bookmaker-container.colored .bookmaker-translation {
    position: absolute;
    bottom: 20px;
    height: 40px;
    width: 264px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--bmb-white-dynamic);
    margin-right: 13px;
    padding: 11px 0;
  }
  .bookmaker-container.colored .bookmaker-translation span {
    display: none;
  }
}
.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;
  }
}

